@charset "UTF-8";

/* Google Font Linking Form Local*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');

@font-face {
  font-family: Roboto-Black;
  src: url(../fonts/Roboto/Roboto-Black.ttf);
}

@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: Roboto-Thin;
  src: url(../fonts/Roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto/Roboto-Light.ttf);
}



html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #666;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  line-height: 2.4rem;
  visibility: visible;
  overflow-x: hidden;
  transition: all .2s;
}

@media (min-width: 576px) and (max-width: 1199px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto-Regular", sans-serif;
  line-height: 1;
  margin: 0;
}

p {
  margin-bottom: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: 0;
}

a,
button,
img,
input {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

a:focus {
  text-decoration: none;
  color: #050416;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #5f0008;
}

button,
input[type="submit"] {
  cursor: pointer;
  outline: 0 !important;
}

img {
  max-width: 100%;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.form-control:focus {
  box-shadow: none;
}

/******************************* 
input  placeholder 
*******************************/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a4a4a4 !important;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a4a4a4 !important;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a4a4a4 !important;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #a4a4a4 !important;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #a4a4a4 !important;
  opacity: 1;
}

/******************************* 
input active placeholder 
*******************************/

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
  color: #5f0008 !important;
  opacity: 1;
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
  color: #5f0008 !important;
  opacity: 1;
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
  color: #5f0008 !important;
  opacity: 1;
}

input:active::-ms-input-placeholder,
textarea:active::-ms-input-placeholder {
  color: #5f0008 !important;
  opacity: 1;
}

input:active::placeholder,
textarea:active::placeholder {
  color: #5f0008 !important;
  opacity: 1;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

span {
  display: inline-block;
}

/***********************************
 background images 
 ***********************************/

.bg-img {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.bg-img1 {
  background-image: url("../img/slider/slide1.jpg");
}

.bg-img2 {
  background-image: url("../img/slider/slide2.jpg");
}

.bg-img3 {
  background-image: url("../img/slider/slide3.jpg");
}

.bg-img4 {
  background-image: url("../img/slider/slide4.png");
}

.bg-img5 {
  background-image: url("../img/slider/slide5.png");
}

.bg-img6 {
  background-image: url("../img/slider/slide6.jpg");
}

.bg-img7 {
  background-image: url("../img/slider/slide7.jpg");
}

.bg-img8 {
  background-image: url("../img/slider/slide5.jpg");
}

.bg-img9 {
  background-image: url("../img/slider/slide6.jpg");
}

.bg-img10 {
  background-image: url("../img/slider/slide8.jpg");
}

.bg-img11 {
  background-image: url("../img/slider/slide9.jpg");
}

.bg-img12 {
  background-image: url("../img/slider/slide10.jpg");
}

@media (max-width: 991px) {
  .bg-img {
    background-position: 30% bottom;
  }

  .wraped .bg-img {
    background-position: 40% bottom;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bg-img {
    background-position: 50% bottom;
  }
}

/*******************************
 background colors 
 *******************************/

.bg-primary {

  background-color: #5f0008 !important;
}

.bg-secondary {
  background-color: #e3bd41 !important;
}

.bg-success {
  background-color: #e3bd41 !important;
}

.bg-danger {
  background-color: #c81d1d !important;
}

.bg-warning {
  background-color: #e3bd41 !important;
}

.bg-info {
  background-color: #e3bd41 !important;
}

.bg-light {
  background-color: #f7f7f7 !important;
}

.bg-lighten {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #323232 !important;
}

@media (max-width: 991px) {
  .bg-sm-transparent {
    background-color: transparent !important;
  }
}



/*********************************
 text-color 
*********************************/

.text-primary {
  color: #fff !important;
}

.text-secondary {
  color: #7a7a7a !important;
}

.text-danger {
  color: #5f0008 !important;
}

.text-warning {
  color: #fdd835 !important;
}

.text-dark {
  color: #050416 !important;
}

.text-muted {
  color: #888;
}

/*******************************
 border colors 
 *******************************/

.border-bottom.ht-nav-br-bottom {
  border-color: #5f0008 !important;
}

/*******************************
    badge style 
 *******************************/

.badge-light {
  color: #fff;
  background-color: #050416;
}

#sticky.is-isticky .badge-light {
  background-color: #050416 !important;
}

@media (max-width: 991px) {
  .badge-light {
    background-color: #c81d1d;
    color: #fff;
  }
}

.badge-primary {
  background-color: #5f0008;
}

header .badge-primary {
  background-color: #050416;
}

.badge-danger {
  background-color: #c81d1d;
}

.badge.badge-dark {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #fff;
  padding: 0 1rem 0 1rem;
  background: #050416;
  border-radius: 0.5rem;
  text-transform: capitalize;
  margin-left: 0.625rem;
}

/* custom-badge style */

.badge {
  position: absolute;
  text-align: center;
  padding: 0;
}

.badge.cb1,
.badge.cb2 {
    background-color: #5f0008;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.badge.cb1 {
  line-height: 21px;
  right: 2px;
  bottom: -2px;
  font-size: 1.2rem;
}

.badge.cb2 {
  top: 0.5rem;
  left: 0.5rem;
  min-width: 2rem;
  line-height: 2rem;
  font-size: 1.3rem;
}

.badge.cb3 {
        display: none;
    color: #fff;
  top: 1rem !important;
  left: 1rem;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
  z-index: 2;
  border-radius: 3rem;
}

.badge.cb4 {
  padding: 6px 12px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 3rem;
  position: static;
}

/*******************************
 section-title style 
 *******************************/

.section-title h2::after {
  display:none;
  content: "";
  position: absolute;
  background: #5f0008;
  left: 0;
  bottom: -1px;
  width: 6.5rem;
  height: 0.2rem;
}

.section-title .title,
.section-title2 .title {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 32px;
  color: #323232;
  letter-spacing: 0.5px;
  font-family: "Roboto-Medium";
  text-transform: capitalize;
}

footer .section-title .title,
footer .section-title2 .title {
  color: #fff;
}

.product-category .section-title .title {
  font-size: 21px;
}

.section-title .text,
.section-title2 .text {
  font-family: 'Poppins', sans-serif;
    margin-right: 150px;
    margin-left: 150px;
    text-align: center;
    color: #888;
    font-size: 1.8rem;
    font-weight: 300;
    /*font-family: "Roboto-Regular";*/
    line-height: 2.8rem;
    margin-top: 1.8rem;
    margin-bottom: 0.5rem;
}

/* ******************************************************
    * zoomIn class common use 
    * for all banner 
    * and blog thumb
***********************************************************/

.zoom-in img {
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
}

.zoom-in:hover img {
  transform: scale(1.1) rotate(0.05deg);
  -webkit-transform: scale(1.1) rotate(0.05deg);
  -moz-transform: scale(1.1) rotate(0.05deg);
  -ms-transform: scale(1.1) rotate(0.05deg);
  -o-transform: scale(1.1) rotate(0.05deg);
}

/****************************
 button style 
 ****************************/

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* btn sm  */

/* button  primary*/

.btn-primary {
  background-color: #5f0008;
    border-color: #5f0008;
    color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  padding: 1rem 3rem;
  line-height: 2.6rem !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #5f0008;
  border-color: #5f0008;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary:hover {
  background-color: #050416;
  border-color: #050416;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #4e0b11 !important;
}

.btn-dark {
  color: #fff;
  background-color: #050416;
  border-color: #050416;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  background-color: #323232;
  border-color: #323232;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-dark:hover {
  background-color: #323232;
  border-color: #323232;
}

.btn-light {
  color: #050416;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-light:hover {
  color: #fff;
  background-color: #5f0008;
  border-color: #5f0008;
}

.btn-sm {
  line-height: 3.8rem;
  font-size: 1.4rem;
  padding: 0.8rem 3rem;
}

@media (min-width: 992px) {
  .btn-sm {
    padding: 0.8rem 0.5rem;
  }
}

/* border radius in rounded class*/

.rounded {
  border-radius: 3rem !important;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

/* custom button styles */

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  font-size: 2rem;
  border-radius: 0 3rem 3rem 0;
  color: #fff;
}

.nletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
  font-size: 1.4rem;
  color: #fff;
  border: 0;
  box-shadow: none;
  padding: 0 2rem;
  line-height: 4.7rem;
  height: 100%;
  border-radius: 0 3rem 3rem 0;
  width: 90px;
}

.btn-dark3 {
  font-size: 1.4rem;
  border: none;
  line-height: 2.5rem;
  box-shadow: none;
  padding: 0.5rem 2rem;
  border-radius: 5px;
  display: inline-block;
  background: #323232;
  color: #fff;
  text-transform: capitalize;
}

.btn-dark3:hover {
  background: #323232;
  color: #fff;
}

.btn-dark3:focus {
  color: #fff;
}

@media (max-width: 576px) {
  .btn-dark3 {
    font-size: 14px;
  }

  #feedbackBtn {
    left: -17% !important;
  }
  .sky-1 {font-size: 14px !important;}
  .so-bg {padding: 50px 10px !important;}
  
}

@media (min-width: 992px) {
  .btn-md-block {
    display: block;
    width: 100%;
  }
}

.blog-btn {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 50px;
  height: 45px;
  font-size: 20px !important;
  line-height: 45px !important;
  text-align: center;
  background-color: #146cda;
  color: #fff;
  padding: 0;
  border-radius: 0 3rem 3rem 0;
}

/* 01.1 common slider CSS */

/****************************
 common slider style 
 ****************************/

.slick-slider {
  background: transparent;
}

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  padding: 0 15px;
}

/* slick arrow style */

.slick-arrow {
  position: absolute;
  text-align: center;
  height: 3.2rem;
  width: 3.2rem;
  font-size: 1.1rem;
  line-height: 3rem;
  border: 1px solid #050416;
  background: #050416;
  color: #fff;
  z-index: 1;
  border-radius: 100%;
  transition: all .2s;
}

.slick-arrow:hover {
      background: #5f0008;
    border-color: #5f0008;
    color: #ffffff;
}

.style .slick-arrow {
  display:none !important;
  right: 0;
  top: -75px;
}

@media (max-width: 991px) {
  .style .slick-arrow {
    top: -80px;
  }
}

.style .slick-prev {
  right: 40px;
}

/* style1 */

.style1 .slick-arrow {
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.style1:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.style1 .slick-next {
  left: auto;
  right: -15px;
}

/* slick progress */

.slick-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  z-index: 1;
}

.slick-progress span {
  width: 0;
  height: 100%;
  position: absolute;
  background-color: rgb(0 144 240 / 13%);
  transition: 0s linear;
  -webkit-transition: 0s linear;
  -moz-transition: 0s linear;
  -ms-transition: 0s linear;
  -o-transition: 0s linear;
  display: none;
}

.slick-progress span.active {
  width: 100%;
}

/* slick dots style */

.slick-dots-style .slick-dots {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  display: flex;
}

.slick-dots-align-center .slick-dots {
  justify-content: center;
}

.slick-dots-align-left .slick-dots {
  justify-content: start;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.slick-dots-style .slick-dots li {
  line-height: 1;
}

.slick-dots-style .slick-dots li button {
  width: 1.4rem;
  height: 1.4rem;
  background: #e0e0e0;
  text-indent: 2000px;
  font-size: 0px;
  display: block;
  margin: 0 0.4rem;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: scale3d(0.7, 0.7, 0.7);
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  -moz-transform: scale3d(0.7, 0.7, 0.7);
  -ms-transform: scale3d(0.7, 0.7, 0.7);
  -o-transform: scale3d(0.7, 0.7, 0.7);
}

.slick-dots-style .slick-dots li.slick-active button,
.slick-dots-style .slick-dots li:hover button {
  background: #5f0008;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  display: none;
}

.product-sync-nav {
  max-width: 85%;
  margin: auto;
}

.product-sync-nav .slick-list {
  margin: 0 -10px;
}

.product-sync-nav .slick-slide {
  padding: 0 5px;
}

.product-thumb img {
  margin: 0 auto;
}

.product-sync-nav .slick-slide .product-thumb {
  border: 1px solid transparent;
}

.product-sync-nav .slick-slide.slick-current .product-thumb {
  border-color: #5f0008;
}

.product-sync-nav .slick-slide:hover .product-thumb {
  border-color: #5f0008;
}

.category-desc .title {
  font-size: 1.8rem;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: #050416;
}

.category-links li a {
  color: #888;
  font-size: 14px;
  line-height: 2.4rem;
}

.category-links li:hover a {
  color: #5f0008;
}

.view-all a {
  color: #050416;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3rem;
  padding: 0 2rem;
}

/* 01.2 common modal CSS */

/*************************************
 common modal CSS 
*************************************/

/* modal style1 */

.modal.style1 .modal-dialog {
  max-width: 1020px;
}

.modal.style1 .modal-product-info {
  padding: 3rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
}

.modal.style1 .modal-header {
  border: none;
  padding: 6px 0.625rem;
  height: 30px;
}

.modal.style1 .modal-header .close {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  top: 25px;
  right: 30px;
  padding: 0;
}

.modal.style1 .modal-body {
  padding: 30px;
}

.modal.style1 .product-head .title {
  font-weight: 400;
  margin: 0 0 3rem 0;
  color: #050416;
  font-size: 25px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .modal.style1 .product-head .title {
    margin: 0 0 2rem 0;
    font-size: 18px;
    line-height: 1.4;
  }
}

.modal.style1 .product-head .sub-title {
  font-size: 1.4rem;
  color: #888;
  margin-bottom: 20px;
}

.modal.style1 .product-head .star-content .star-on {
  color: #5f0008;
}

.modal.style1 .product-body {
  padding: 3rem 0;
  margin: 3rem 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #555;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.modal.style1 .new-price {
  text-transform: capitalize;
  margin-bottom: 2rem;
  color: #888;
  font-size: 22px;
}

.check-box .title {
  margin-bottom: 20px;
  color: #555;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.pro-social-links ul li.share {
  margin-right: 2rem;
  line-height: 30px;
  font-weight: 700;
  color: #050416;
  font-size: 1.4rem;
}

.pro-social-links ul li a {
  display: inline-block;
  line-height: 3rem;
  text-align: center;
  color: #b4b4b4;
  margin-right: 2rem;
  font-size: 1.4rem;
}

.pro-social-links ul li:hover a {
  color: #5f0008;
}

.addto-whish-list a {
  line-height: 3rem;
  color: #555;
  font-size: 1.4rem;
  margin-right: 1.5rem;
  display: inline-block;
}

.addto-whish-list a:hover {
  color: #5f0008;
}

.product-discount {
    display: none;
    margin: 1.5rem 0 0;
}

.regular-price {
  font-weight: 400;
  line-height: 2rem;
  font-size: 2.2rem;
  color: #333;
}
span.regular-price del {
    color: #7b7b7bd9;
    font-size: 16px;
}
/* modal style2 */

.modal.style2 .modal-dialog {
  max-width: 300px;
}

.modal.style2 .modal-header {
  border: 0;
  padding: 0;
}

.modal.style2 .modal-header .close {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  top: 25px;
  right: 30px;
  padding: 0;
  z-index: 999;
}

.modal.style2 .title {
  padding: 5rem 0;
  text-align: center;
  font-size: 1.5rem;
}

.modal.style2 .title i {
  margin-right: 15px;
}

/* modal style3 */

.modal.style3 .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal.style3 .modal-title {
  font-weight: 600;
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  padding-right: 20px;
}

.modal.style3 .modal-title span {
  font-size: 24px;
  margin-right: 15px;
  vertical-align: middle;
}

.modal.style3 .modal-dialog {
  max-width: 1140px;
}

.modal.style3 .modal-body {
  padding: 3.125rem 1.875rem;
}

.modal.style3 .product-name {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  color: #050416;
  line-height: 1.4;
}

.modal.style3 .price {
  color: #050416;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.modal.style3 .color {
  color: #050416;
  font-size: 1.4rem;
  line-height: 2.5;
}

.modal.style3 .quantity {
  color: #050416;
  font-size: 1.4rem;
}

.modal-title {
  line-height: 1;
}

.modal.style3 .modal-header .close {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: 25px;
  right: 30px;
  padding: 0;
  z-index: 999;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
}

.close:hover {
  opacity: 1 !important;
  color: #434a54 !important;
}

.modal.style3 .modal-header .close:hover {
  color: #fff !important;
}

.modal-cart-content {
  padding-left: 4rem;
}

@media (max-width: 767px) {
  .modal-cart-content {
    padding-left: 0px;
  }
}

.modal-cart-content strong {
  font-weight: 600;
}

.modal-cart-content p,
.modal-cart-content strong {
  color: #050416;
  font-size: 1.4rem;
}

.divide-right {
  border-right: 1px solid #e3e3e3;
}

@media (max-width: 767px) {
  .divide-right {
    border-right: 1px solid transparent;
  }
}

@media (max-width: 991px) {
  .modal.style3 img {
    display: block;
    max-width: 180px;
    margin: 0 auto 1.5rem;
  }
}

.cart-content-btn i {
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
}

/* modal css End */

.product-size .title {
  color: #555;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.product-size select {
  background-color: #fff;
  padding: 0 30px 0 10px;
  color: #666;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  font-weight: 600;
}

.product-size select option {
  font-weight: 600;
}

.select-arrow-down {
  position: absolute;
  left: calc(100% - 85px);
}

/* product-widget  */

.product-widget .title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #050416;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
  display: block;
  text-transform: capitalize;
}

.product-tag li a {
  display: block;
  padding: 0 1.8rem;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #555;
  font-weight: 400;
  border: 1px solid #e3e3e3;
  text-transform: capitalize;
  margin: 0.5rem;
  border-radius: 3rem;
}

.product-tag li a:hover {
  color: #fff;
  background: #5f0008;
  border-color: #5f0008;
}

/* 01.3 check-box CSS */

/*************************************
    check-box style CSS 
*************************************/

.filter-check-box {
  margin-bottom: 10px;
}

.check-box-inner {
  padding-top: 20px;
}

/* .check-box-inner .title {
    color: #3b3b3b;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 15px
} */

.check-box-inner .title {
  color: #050416;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.filter-check-box input[type="checkbox"] {
  display: none;
}

.filter-check-box input[type="checkbox"]+label {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  color: #555;
  font-size: 1.4rem;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: 2.5rem;
}

.filter-check-box input[type="checkbox"]+label:hover {
  color: #5f0008;
}

.filter-check-box input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

.filter-check-box input[type="checkbox"]+label:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px #dadada solid;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 1;
}

.filter-check-box input[type="checkbox"]+label:hover:before {
  border-color: #5f0008;
}

.filter-check-box.color-grey input[type="checkbox"]+label:before {
  background-color: #aab2bd;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.filter-check-box.color-grey input[type="checkbox"]:checked+label:before {
  background-color: transparent;
}

.filter-check-box.color-white input[type="checkbox"]+label:before {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.filter-check-box.color-black input[type="checkbox"]+label:before {
  background-color: #434a54;
  border: 1px solid #434a54;
}

.filter-check-box.color-camel input[type="checkbox"]+label:before {
  background-color: #c19a6b;
  border: 1px solid #c19a6b;
}

.filter-check-box.color-camel input[type="checkbox"]:checked+label:before {
  background-color: transparent;
}

.filter-check-box input[type="checkbox"]:checked+label:before {
  width: 10px;
  top: -1px;
  left: 5px;
  border-color: #5f0008;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-check-box.color-black input[type="checkbox"]:checked+label:before {
  background: 0 0;
}

/* radio check box style */

.filter-check-box input[type="radio"]:checked,
.filter-check-box input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.filter-check-box input[type="radio"]:checked+label,
.filter-check-box input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.filter-check-box input[type="radio"]:checked+label:before,
.filter-check-box input[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #dadada;
  border-radius: 100%;
  background: #fff;
}

.filter-check-box input[type="radio"]:checked+label:after,
.filter-check-box input[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #5f0008;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
}

.filter-check-box input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.filter-check-box input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.filter-check-box input[type="radio"]+label:hover {
  color: #5f0008;
}

/* check-box style CSS End */

/* 01.4 counter CSS */

/* counter style 1  */

.product-count.style input {
  color: #232323;
  background-color: #fff;
  height: 50px;
  padding: 10px 30px 10px 10px;
  width: 95px;
  border: 1px solid #eee;
  display: block;
  text-align: center;
  -moz-appearance: textfield;
}

.product-count.style .count-btn {
  background-color: transparent;
  border: 0px;
  border-left: 1px solid #eee;
  display: block;
  width: 20px;
  height: 25px;
  padding: 0px;
  text-align: center;
  color: #333;
  font-size: 10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.product-count.style .increment {
  border-bottom: 1px solid #eee;
}

/* counter style End  */

/* 01.5 breadcrumb CSS */

/* breadcrumb-section */

.breadcrumb-item a {
  color: #050416;
  line-height: 2.5rem;
  text-transform: capitalize;
}

.breadcrumb-item a:hover {
  color: #5f0008;
}

.breadcrumb-item.active {
  color: #5f0008;
  text-transform: capitalize;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f3d3";
  color: #050416;
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 1rem;
  font-family: "Ionicons";
  position: relative;
  top: 2px;
}

/* breadcrumb End */

/*************************************
 02. Template Spacing CSS 
*************************************/

/********************
 padding 
 ********************/

/* padding py and padding px */

/* padding py */

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-3rem {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-25rem {
  padding-top: 2.5rem;
  padding-bottom: 0rem;
}

.ab-mb {
  padding-bottom: 2.5rem;
}

.py-6rem {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* padding top */

.p-15 {
  padding: 20px 28px;
}

.pt-2rem {
  padding-top: 2rem;
}

.pt-3rem {
  padding-top: 3rem;
}

.pt-5rem {
  padding-top: 5rem;
}

.pt-30 {
  padding-top: 30px;
}

.pt-6rem {
  padding-top: 6rem;
}

@media (min-width: 992px) {
  .pt-lg-6rem {
    padding-top: 6rem !important;
  }
}

/* padding bottom */

.pb-2rem {
  padding-bottom: 2rem;
}

.pb-5rem {
  padding-bottom: 5rem;
}

.pb-4rem {
  padding-bottom: 4rem;
}

.pb-6rem {
  padding-bottom: 6rem;
}

.pb-7rem {
  padding-bottom: 7rem;
}

/* padding left */

.pl-25 {
  padding-left: 25px;
}

/* padding right */

/**********************
  margin 
**********************/

/* margin my */

/* margin top */

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.mt-5rem {
  margin-top: 5rem;
}

.mt-5 {
  margin-top: 50px;
}

.mt-4 {
  margin-top: 40px;
}

.mb-6rem {
  margin-bottom: 6rem;
}

.mt-6rem {
  margin-top: 6rem;
}

@media(min-width: 768px) {
  .address .my-3 {
    margin: 0px !important;
  }
}

/* margin bottom */

.mb-2rem {
  margin-bottom: 2rem;
}



/* margin left */

/* margin right */

.mr-2rem {
  margin-right: 2rem;
}

/*  03. header CSS */

.static-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.static-info p {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-right: 28px;
}

.header-top {
  background-color: #323232 !important;
}

.header-top-nav li {
  position: relative;
}

.header-top-nav li a {
  font-weight: 400;
  color: #fff;
  line-height: 1.4rem;
  font-size: 1.4rem;
  padding: 0 10px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .header-top-nav li a {
    font-size: 2.5rem;
    padding: 0 0.9rem !important;
  }
}

.header-top-nav li a img {
  margin-right: 0.5rem;
}

.header-top-nav li a:hover {
  color: #5f0008;
}

.header-top-nav li a i {
  vertical-align: -1px;
  padding-right: 4px;
}

.font-icon_adjusted i {
  font-size: 13px;
}

span.separator {
  color: #bfbfbf;
  margin: 0 8px;
  line-height: 1;
  font-size: 1.3rem;
}

/* 03.1 topnav-submenu CSS*/

/* topnav-submenu */

.topnav-submenu {
  top: 50px !important;
  right: 30px !important;
  left: auto !important;
  min-width: 13rem;
  overflow: hidden;
  padding: 0 1.5rem;
  background: #fff;
  z-index: 3;
  border-radius: 0;
  box-shadow: 0 2px 7.44px 0.56px rgba(0, 0, 0, 0.1);
  transform: translate3d(0px, 0px, 0px) !important;
  margin: 0;
  border: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -ms-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
}

@media (max-width: 991px) {
  .topnav-submenu {
    right: auto !important;
    left: 0 !important;
  }
}

.topnav-submenu.show {
  top: 35px !important;
  opacity: 1;
  visibility: visible;
}

.header-top-nav li.english .topnav-submenu {
  right: 5px !important;
}

.topnav-submenu li a {
  display: block;
  padding: 0 0.9rem;
  color: #333;
  line-height: 4rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #e3e3e3;
}

.topnav-submenu li:last-child a {
  border-bottom: 0px;
}

.topnav-submenu li.active a {
  color: #5f0008;
}

/* header top css end */

/* 03.2 header middle CSS */

.phone {
  line-height: 2rem;
}

.phone strong {
  line-height: 1;
}

.email {
  line-height: 2rem;
}

.search-form-res,
.search-form-res2 {
  width: 100%;
}

@media (min-width: 1200px) {
  .search-form-res2 {
    width: 450px;
  }
}

@media (min-width: 992px) {
  .search-form-res {
    width: 74%;
  }
}

.search-form .form-control {
  padding: 1rem 22rem 1rem 2rem;
  border: 2px solid transparent;
  width: 100%;
  height: 4.6rem;
  font-size: 1.2rem;
  background: #fff;
  color: #a4a4a4;
  border-radius: 3rem;
}

@media (max-width: 767px) {
  .search-form .form-control {
    padding: 1rem 19rem 1rem 2rem;
  }
}

.form-control.border-blue {
  border-color: #e9e9e9;
}

.form-control.border-black {
  border-color: #050416;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-form .form-control {
    padding: 1rem 20rem 1rem 2rem;
  }
}

.search-form-select .select {
  position: absolute;
  top: 0;
  right: 65px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  width: 150px;
  height: 4.2rem;
  line-height: 4.2rem;
  margin: 0;
  border: 0;
  padding: 0 2.5rem;
  color: #363f4d;
  font-size: 1.4rem;
  border-radius: 3rem;
}

.cart-block a {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
}

.cart-block a i {
  color: #fff;
  font-size: 28px;
  margin-right: 1.5rem;
  text-align: center;
  line-height: 2.5rem;
}

@media (max-width: 991px) {
  .cart-block a i {
    color: #fff;
  }

  .nav-style3 .cart-block a i {
    color: #fff;
  }
}

/* small-cart style */

.small-cart {
  position: absolute;
  top: 80px;
  left: auto;
  right: 0;
  z-index: 999;
  width: 380px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media (max-width: 991px) {
  .small-cart {
    right: auto;
    top: 80px;
    left: 0;
    right: auto;
  }
}

.cart-block:hover .small-cart {
  opacity: 1;
  visibility: visible;
  top: 35px;
}

@media only screen and (max-width: 480px) {
  .small-cart {
    max-width: 280px;
    left: -35px;
  }

  .header_btm {
    margin-top: -8px;
  }
}

.small-cart-item {
  padding: 3rem;
  border-bottom: 1px solid #ebebeb;
}

.single-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.single-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.single-item .image {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}

.remove-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.remove-icon i {
  color: #050416 !important;
  font-size: 14px !important;
  margin-right: 0 !important;
}

.remove-icon:hover {
  color: #3a9943;
}

.cart-content {
  padding-left: 10px;
  text-align: left;
  overflow: hidden;
}

.cart-content p {
  margin-bottom: 0;
}

.cart-name a {
  display: block;
  color: #050416;
  text-transform: capitalize;
  font-size: 1.8rem;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 400;
}

.cart-name a:hover {
  color: #5f0008;
}

.cart-quantity {
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #888;
}

.cart-color {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #747474;
  margin: 0.5rem 0 0;
}

.cart-table {
  padding: 3rem;
}

.cart-table table tbody tr:last-child td:last-child {
  color: #040315;
  font-size: 1.8rem;
  font-weight: 700;
}

.cart-table table tbody tr td {
  font-weight: 400;
  color: #888;
  font-size: 1.6rem;
  border-top: 0;
  line-height: 2.5rem;
}

/* header middle end */

/* 03.3 header bottom CSS */

@media (min-width: 992px) {
  #sticky.is-isticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #5f0008 !important;
    border-bottom: 4px solid #323232;
    /* box-shadow: 0 12px 35px -8px rgb(12 105 167 / 70%); */
    animation: ease-in-out 0.5s fadeInDown;
    -webkit-animation: ease-in-out 0.5s fadeInDown;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  #sticky.nav-style3.is-isticky {
    background: rgba(255, 255, 255, 0.8) !important;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    animation: ease-in-out 0.5s fadeInDown;
    -webkit-animation: ease-in-out 0.5s fadeInDown;
  }
}

@media (max-width: 991px) {
  .header-middle {
    padding: 0;
  }
}

.header-middle {
  background-color: #323232;
}

.main-menu li {
  margin: 0 1px;
  position: relative;
}

.main-menu li>a {
  display: block;
  padding: 27px 15px;
  font-weight: 700;
  font-size: 15px;
  color: #050416;
  text-transform: capitalize;
  text-align: center;
}

.nav-style1 li>a {
  color: #fff;
}

.nav-style1 .main-menu>li.active>a,
.nav-style1 .main-menu>li:hover>a {
  background: #4e0b11;
}

.main-menu li a i {
  vertical-align: middle;
  font-size: 14px;
  padding-left: 8px;
}

/* nav-style2 */

.nav-style2 li>a {
  padding: 15px 16px;
}

.nav-style3 .main-menu>li.active>a,
.nav-style3 .main-menu>li:hover>a {
  color: #e3bd41;
}

.nav-style2 .main-menu>li.active>a,
.nav-style2 .main-menu>li:hover>a {
  color: #e3bd41;
}

.nav-style3 .header-top-nav li>a {
  color: #fff;
}

.nav-style3 li>a:hover {
  color: #fff;
}

.nav-style3 li .topnav-submenu li a {
  color: #333;
}

.nav-style3 li .topnav-submenu li:hover a {
  color: #e3bd41;
}

/* 03.4 sub menu CSS */

/* sub-menu */

.sub-menu {
  position: absolute;
  padding: 0;
  min-width: 240px;
  z-index: 8;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.main-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  -o-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.sub-menu li {
  padding: 0 20px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.sub-menu li a {
  text-align: left;
  color: #888 !important;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
}


.sub-menu li .inner-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sub-menu li:hover>a {
  padding-left: 4px;
  color: #050416 !important;
}

.cart-down-badge {
  color: #5f0008 !important;
}

.sub-menu li a i {
  margin-left: 10px;
}

.sub-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

/* 03.5 mega menu CSS */

/* mega-menu */

.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  background: #fff;
  padding: 30px 10px;
  box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  margin: 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);

  height: 400px;
  overflow: auto;
}

.main-menu li:hover>.mega-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  -o-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.mega-menu>li {
  margin: 0;
}

.mega-menu li ul li {
  margin: 0;
}

.mega-menu li>ul li:last-child a {
  padding-bottom: 0;
}

.mega-menu li>ul li>a:hover {
  padding-left: 15px;
  color: #e3bd41;
}

.mega-menu li ul li.mega-menu-title {
  margin-bottom: 20px;
}

.mega-menu li ul li.mega-menu-title a {
  color: #050416;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

.mega-menu li ul li.mega-menu-title a:hover {
  color: #5f0008 !important;
  padding-left: 0px;
}

.mega-menu li a {
  text-align: left;
  color: #888;
  line-height: 28px;
  font-weight: 400;
  font-size: 13px;
  padding: 0 0 5px;
}

.logo {
  width: 85%;
}

/*03.6 offcanvas menu CSS */

/* offcanvas menu css */

.mobile-menu-toggle svg {
  width: 50px;
  height: 50px;
}

.mobile-menu-toggle svg path {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke: #fff;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 30px;
}

@media (max-width: 991px) {
  .nav-style3 .mobile-menu-toggle svg path {
    stroke: #fff;
  }
}

.mobile-menu-toggle svg path#top,
.mobile-menu-toggle svg path#bottom {
  stroke-dasharray: 240px 950px;
}

.mobile-menu-toggle svg path#middle {
  stroke-dasharray: 240px 240px;
}

.mobile-menu-toggle .close svg path#top,
.mobile-menu-toggle .close svg path#bottom {
  stroke-dasharray: -650px;
  stroke-dashoffset: -650px;
}

.mobile-menu-toggle .close svg path#middle {
  stroke-dasharray: 1px 220px;
  stroke-dashoffset: -115px;
}

body.offcanvas-open {
  overflow: hidden;
}

.offcanvas {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 100vh;
  padding: 20px;
  transition: all 0.5s ease 0s;
  transform: translateX(100%);
  background-color: #fff;
  box-shadow: none;
}

.offcanvas.offcanvas-reset {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

@media only screen and (max-width: 479px) {
  .offcanvas {
    width: 300px;
  }
}

.offcanvas .title {
  color: #1d1d1d;
  font-weight: 700;
}

.offcanvas .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}

.offcanvas .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  transition: all 0.5s ease 0s;
  transform: rotate(-45deg);
  background-color: #333;
}

.offcanvas .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  transition: all 0.5s ease 0s;
  transform: rotate(45deg);
  background-color: #333;
}

.offcanvas .offcanvas-close:hover:before {
  transform: rotate(180deg);
}

.offcanvas .offcanvas-close:hover:after {
  transform: rotate(0deg);
}

.offcanvas .offcanvas-menu ul li {
  position: relative;
  display: block;
  line-height: 28px;
}

.offcanvas .offcanvas-menu ul li a {
  display: block;
  position: relative;
  padding: 8px 20px;
  text-transform: capitalize;
  border-top: 1px solid #eee;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}

.offcanvas.offcanvas-reset .offcanvas-menu ul li a {
  font-weight: 400;
  color: #555;
  display: block;
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 3.8rem;
  margin: 0;
  padding: 0;
  border: none;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  transition: none;
  opacity: 1;
  box-shadow: none;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu li {
  line-height: inherit;
  position: relative;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu li a {
  font-weight: 400;
  padding-left: 40px;
}

.offcanvas.offcanvas-reset .offcanvas-menu ul li .offcanvas-submenu li a {
  padding-left: 10px;
}

.offcanvas .offcanvas-menu ul li .offcanvas-submenu li ul a {
  padding-left: 60px;
}

.offcanvas .offcanvas-menu ul li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas .offcanvas-menu ul li:hover>a {
  color: #146cda;
}

.offcanvas .offcanvas-menu ul li:hover>span.menu-expand:before {
  background: #146cda;
}

.offcanvas .offcanvas-menu ul li:hover>span.menu-expand:after {
  background: #146cda;
}

offcanvas-menu>ul>li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  transform: translateX(-100%);
  overscroll-behavior-y: auto;
  overflow-y: scroll;
}

.offcanvas-menu>ul>li .menu-expand::before,
.offcanvas-menu>ul>li .menu-expand::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #7e7e7e;
}

.offcanvas-menu>ul>li .menu-expand::after {
  transform: rotate(90deg);
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
  transform: rotate(0) scale(0.75);
}

.offcanvas-menu>ul>li .offcanvas-submenu li.active>.menu-expand::after {
  transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  transform: translateX(0);
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-open {
  transform: translateX(0);
}

.mobile-menu-toggle.home-2 svg {
  position: initial;
  transform: translate3d(-29%, 0%, 0);
}

.offcanvas .offcanvas-social li {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 40px;
  padding: 0;
}

.offcanvas .offcanvas-social li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #247cea;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  transition: all 300ms linear;
}

/* offcanvas menu css end */

/* header bottom end */

/* vertical-menu css */

.vertical-menu {
  position: relative;
  z-index: 2;
}

.vertical-menu .menu-btn {
  background: #e3bd41;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 18px 30px;
  width: 100%;
}

.menu-btn span.ion-android-menu {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: -3px;
}

.vertical-menu .be-af-none {
  padding-left: 20px;
}

.vertical-menu .be-af-none:after {
  display: none;
}

.vertical-menu .be-af-none:before {
  display: none;
}

.vertical-menu .display-block {
  display: block;
}

.vertical-menu .display-none {
  display: none;
}

.vertical-menu .vmenu-content {
  width: 100%;
  background: #fff;
  border: 1px solid #eaeaea;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  padding: 20px 0px;
}

.vertical-menu .vmenu-content.display-block {
  min-width: inherit;
}

.vertical-menu .vmenu-content li.expand a {
  padding-left: 45px;
  font-weight: 700;
}

.vertical-menu .vmenu-content li.expand a i {
  right: auto;
  left: 20px;
}

.vertical-menu .vmenu-content li {
  display: block;
  position: relative;
}

.vertical-menu .vmenu-content li a {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-transform: capitalize;
  word-wrap: break-word;
  background: #fff;
  color: #47494a;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s linear;
}

.vertical-menu .vmenu-content li .verticale-mega-menu,
.vertical-menu .vmenu-content li .verticale-sub-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  top: 0;
  left: 100%;
  background: #fff;
  padding: 10px 10px;
  width: 690px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #eaeaea;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateX(0) skewX(7deg);
  -moz-transform: translateX(40px) skewX(7deg);
  -ms-transform: translateX(40px) skewX(7deg);
  -o-transform: translateX(40px) skewX(7deg);
  transform: translateX(40px) skewX(7deg);
}

.vertical-menu .vmenu-content li .verticale-mega-menu li {
  width: 33.33%;
}

.vertical-menu .vmenu-content li .verticale-mega-menu li a {
  margin: 5px 0px 5px 0px;
}

.vertical-menu .vmenu-content li .verticale-mega-menu li a:hover {
  background: #fff;
}

.vertical-menu .vmenu-content li .verticale-mega-menu li ul li {
  width: 100%;
}

.vertical-menu .vmenu-content li .verticale-mega-menu li ul li a {
  padding: 2px 20px 2px 20px;
}

.vertical-menu .vmenu-content li .verticale-mega-menu li ul li a:hover {
  padding-left: 30px;
  background: #fff;
}

.vertical-menu .vmenu-content li .verticale-mega-menu li img {
  width: 100%;
  transition: all 300ms linear;
  margin-top: 10px;
}

.vertical-menu .vmenu-content li .verticale-mega-menu li img:hover {
  transform: scale(1.05) rotate(0.05deg);
  transition: all 300ms linear;
}

.vertical-menu .vmenu-content li .verticale-sub-menu {
  padding: 0;
  width: 240px;
  border: 1px solid #eaeaea;
  background: #fff;
}

.vertical-menu .vmenu-content li .verticale-sub-menu li {
  width: 100%;
  padding: 0;
  line-height: 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  display: block;
}

.vertical-menu .vmenu-content li .verticale-sub-menu li a {
  padding: 10px 20px;
}

.vertical-menu .vmenu-content li .verticale-sub-menu li:hover>a {
  padding: 10px 20px 10px 25px;
}

.vertical-menu .vmenu-content li .verticale-sub-menu li:last-child {
  border-bottom: 0;
}

.vertical-menu .vmenu-content li:hover .verticale-mega-menu,
.vertical-menu .vmenu-content li:hover .verticale-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.vertical-menu .vmenu-content li a {
  transition: all 300ms linear;
}

.vertical-menu .vmenu-content li a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.vertical-menu li:hover>a {
  color: #146cda;
}

/* vertical-menu End */

/******************************** 
    Header Css End
 ********************************/

/*  04. Main Slider CSS */

.main-slider .slick-list {
  margin: 0px;
}

.main-slider .slick-slide {
  padding: 0px;
}

.slider-height {
  height: 496px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slider-height {
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    height: 380px;
  }
}

@media (max-width: 767px) {
  .slider-height {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .slider-height {
    height: 380px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .slider-height {
    height: 360px;
  }
}




.slider-content .title {
  font-size: 1.6rem;
  color: #050416;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .slider-content .title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .slider-content .title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}




.slider-content .sub-title {
  font-size: 54px;
  color: #050416;
  font-weight: 600;
  line-height: 1.3;
}



@media (min-width: 992px) and (max-width: 1199px) {
  .slider-content .sub-title {
    font-size: 4vw;
    line-height: 1.5;
  }
}





@media (min-width: 768px) and (max-width: 991px) {
  .slider-content .sub-title {
    font-size: 5vw;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .slider-content .sub-title {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}



@media (min-width: 576px) and (max-width: 767px) {
  .slider-content .sub-title {
    font-size: 2.8rem;
  }
}



.slider-content p {
  font-size: 1.8rem;
  margin-top: 2rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slider-content p {
    margin-top: 2rem;
  }
}





@media (min-width: 768px) and (max-width: 991px) {
  .slider-content p {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .slider-content p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .slider-content p {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.slider-content a.mt-5rem {
  margin-top: 3rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slider-content a.mt-5rem {
    margin-top: 2rem;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .slider-content a.mt-5rem {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .slider-content a.mt-5rem {
    margin-top: 1.4rem;
  }

  .slider-content a.btn-primary {
    font-size: 1.4rem !important;
    padding: 0.5rem 2rem;
  }
}




@media (min-width: 576px) and (max-width: 767px) {
  .slider-content a.mt-5rem {
    margin-top: 2rem;
  }

  .slider-content a.btn-primary {
    font-size: 1.4rem !important;
    padding: 1rem 3rem;
  }
}

/******************************** 
    main slider Css End
 ********************************/

/*  05. Static Media CSS */

.static-media-wrap {
  background-color: #323232;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  padding: 2.3rem 2rem;
}

@media (min-width: 1200px) {
  .static-media-wrap {
    padding: 1.3rem 2rem 1.3rem;
    background-color: #323232;
  }
}

.static-media2 .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.2rem;
  font-family: 'Poppins', sans-serif;
  color: #fff !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .static-media2 .title {
    font-size: 1.4rem;
  }
}

.static-media2 .text {
  margin-top: 5px;
  font-family: 'Poppins', sans-serif;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #b1b1b1;
}

/******************************** 
    static media Css End
 ********************************/

/*  06. Common Banner CSS */

.common-bthumb1 {
  pointer-events: visible;
}

.common-bthumb1>a>img {
  height: 300px;
  width: 100%;
  border-top: 8px solid #5f0008;
}

.common-bthumb2>a>img {
  width: 100%;
  border-top: 8px solid #5f0008;
}

.common-bthumb3>a>img {
  width: 100%;
  border-top: 8px solid #5f0008;
}

.common-bthumb4>a>img {
  width: 100%;
  border-top: 8px solid #f36f33;
}

.common-bthumb5>a>img {
  width: 100%;
  border-top: 8px solid #f3362d;
}

.common-bthumb6>a>img {
  width: 100%;
  border-top: 8px solid #c112ed;
}

.common-bthumb7>a>img {
  width: 100%;
  border-top: 8px solid #7112ed;
}

.common-bthumb8>a>img {
  width: 100%;
  border-top: 8px solid #12ed23;
}

@media (max-width: 767px) {
  .common-bthumb1 img {
    min-width: 100%;
  }
}

@media (min-width: 992px) {
  .common-banner.position-lg-center {
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    bottom: 0;
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  .common-banner.position-lg-center {
    top: 25px;
  }
}

@media (max-width: 991px) {
  .common-banner.position-lg-center .banner-thumb img {
    width: 100%;
  }
}

/* hover-animation */

.hover-animation a::before {
  position: absolute;
  top: 0;
  left: 50%;
  right: 51%;
  bottom: 0;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.hover-animation:hover a::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  -moz-transition: all 900ms linear;
  -ms-transition: all 900ms linear;
  -o-transition: all 900ms linear;
  transition: all 900ms linear;
}

.hover-animation a::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.hover-animation:hover a::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.9s linear;
  -webkit-transition: all 0.9s linear;
  -moz-transition: all 0.9s linear;
  -ms-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
}

/******************************** 
    common-banner End
 ********************************/

/* 07. Product Tab CSS */

/* product tab menu */

@media (min-width: 768px) and (max-width: 991px) {
  @media (max-width: 991px) {
    .product-tab-menu {
      padding-right: 55%;
    }
  }
}

.product-tab-menu.style .nav-link {
  line-height: 1.8rem;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-weight: 400;
  padding: 4px 1.5rem;
  color: #888;
}

.product-tab-menu.style .nav-link.active {
  color: #e3bd41;
  background: transparent;
}

.product-tab-menu.style1 .nav-link {
  font-weight: 400;
  background: transparent;
  text-transform: capitalize;
  line-height: 2.4rem;
  font-size: 1.8rem;
  color: #050416;
  padding: 0 0 1.5rem 0;
  margin: 0 3rem -1px;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

@media (max-width: 576px) {
  .product-tab-menu.style1 .nav-link {
    font-size: 1.6rem;
    margin: 0 1rem -1px;
  }
}

@media (max-width: 480px) {
  .product-tab-menu.style1 .nav-link {
    font-size: 1.5rem;
    margin: 0 1rem -1px;
  }
}

@media (max-width: 380px) {
  .product-tab-menu.style1 .nav-link {
    font-size: 1.3rem;
    margin: 0 0.5rem -1px;
  }
}

.product-tab-menu.style1 .nav-link:hover {
  border-color: #5f0008;
}

.product-tab-menu.style1 .nav-link.active {
  border-color: #5f0008;
  font-weight: 700;
}

/* mobile tab menu */

@media (max-width: 991px) {
  .tab-dropdown {
    top: -2px;
    display: inline-block;
  }
}

.tab-dropdown-btn {
  border: 1px solid #ebebeb;
  border-radius: 0.3rem;
  width: 3rem;
  line-height: 3rem;
  height: 3rem;
  text-align: center;
}

.tab-dropdown-menu {
  right: 0 !important;
  left: auto !important;
  border: 1px solid #ebebeb;
  padding: 1rem;
  border-radius: 0.3rem;
  min-width: 21rem;
  transform: translate3d(0px, 0px, 0px) !important;
  top: 32px !important;
}

@media (min-width: 992px) {
  .tab-dropdown-menu {
    border: 1px solid transparent;
    padding: 0;
    transform: translate3d(0px, 0px, 0px) !important;
    position: static;
    display: block;
    margin: 0;
    float: none;
  }
}

.tab-dropdown-menu .nav-link {
  color: #888;
  padding: 0px;
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: 400;
}

@media (max-width: 991px) {
  .tab-dropdown-menu .nav-link {
    line-height: 3rem !important;
  }
}

.tab-dropdown-menu .nav-link:hover {
  color: #5f0008;
}

.tab-dropdown-menu .nav-link.active {
  background-color: transparent;
  color: #5f0008;
}

/* single product style */

.product-thumbnail img {
 border: 1px solid #5f0008;
  /*border: 1px solid #cecece;*/
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

img.second-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.single-product:hover img.second-img {
  opacity: 1;
  z-index: 1;
}

/* product links style */

.product-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  z-index: 3;
}

.product-links.style1 {
  left: auto;
  right: 2rem;
  bottom: auto;
  top: 2rem;
}

.product-links li {
  margin: -180px 5px auto;
}

.product-links.style1 li {
  margin: 0.3rem 0;
}

.product-links.style2 {
  left: auto;
  right: 2rem;
  bottom: auto;
  top: 2rem;
}

.product-links.style2 li {
  margin: 0.3rem 0;
}

.product-links li a {
  display: block;
  background: #323232;
  color: #fff;
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.6rem;
  line-height: 3.4rem;
  text-align: center;
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.product-links li:hover a {
  background: #5f0008;
}

.single-product:hover .product-links li a {
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}

.single-product:hover .product-links li:nth-child(2) a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.single-product:hover .product-links li:nth-child(3) a {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.single-product:hover .product-links li:nth-child(4) a {
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
}

.product-links.style3 {
  bottom: 5.5rem;
}

.product-links.style4 {
  position: static;
}

.product-links.style4 li a {
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}

/* product desc style */

.product-desc .title {
font-family: 'Poppins', sans-serif;
font-weight:500;
  line-height: 2rem;
  display: block;
  margin-bottom: 0rem;
  color: #050416;
  font-size: 16px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.star-rating {
  display: none;
  margin-bottom: 0.8rem;
  margin-top: 5px;
}

.star-rating span {
  color: #5f0008;
  font-weight: 400;
  line-height: 1;
  margin: 0 0.1rem 0 0;
  font-size: 2.1rem;
  font-size: 16px;
}

.star-rating span.de-selected {
  color: #e0e0e0;
}

.star-content a {
  margin-right: 10px;
  color: #050416;
  line-height: 21px;
  font-size: 14px;
}

.star-content a:hover {
  color: #5f0008;
}

.star-content a i {
  margin-right: 6px;
}

.product-price {
  display: none;
  color: #323232;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  font-size: 24px;
  margin-top: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}

.single-product:hover .product-price {
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
}

.single-product:hover .product-price.style2 {
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}

.pro-btn {
  border: 1px solid #5f0008;
    padding: 10px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 0;
    bottom: 3px;
    right: 0;
    font-weight: 600;
    line-height: 1;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #050416;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: scale3d(0, 0, 0);
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    margin: 20px auto;
    z-index: 3;
}


.pro-btn i {
  margin-left: 0.5rem;
  font-size: 1.8rem;
}

.pro-btn:hover {
  color: #5f0008;
}

.single-product:hover .pro-btn {
  transform: scale3d(1, 1, 1);
}

.grid-nav-wraper {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}

.shop-grid-nav .nav .nav-item {
  margin-right: 1.5rem;
  line-height: 1;
}

.total-products {
  font-size: 1.4rem;
  color: #888;
  margin-left: 50px;
}

.shop-grid-nav .nav .nav-link {
  color: #dbdbdb;
  padding: 0;
  background: transparent;
  font-size: 3rem;
  line-height: 1;
}

.shop-grid-nav .nav .nav-link.active,
.shop-grid-nav .nav .nav-link:hover {
  color: #5f0008;
}

.shop-grid-button button {
  width: 100%;
  line-height: 2.4rem;
  font-size: 1.4rem;
  margin: 0;
  color: #050416;
  text-align: left;
  padding: 0.2rem 1.5rem;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.shop-grid-button button span {
  font-size: 24px;
}

.shop-grid-menu {
  background: #fff;
  width: calc(100% - 100px);
  border: 1px solid #e1e1e1;
}

.shop-grid-menu .dropdown-item {
  line-height: 2.4rem;
  font-size: 1.4rem;
  padding: 0.3rem 1.5rem;
  color: #232323;
}

.shop-grid-menu .dropdown-item:hover {
  background: #5f0008;
  color: #fff;
}

.sort-by {
  min-width: 70px;
}

/* grid-list1 */

.tab-content .tab-pane.active .single-product {
  animation: zoomIn 0.5s ease;
  -webkit-animation: zoomIn 0.5s ease;
  animation-duration: 1s;
}

.tab-content .tab-pane.active .grid-list1 {
  animation: fadeInRight 0.5s ease;
  -webkit-animation: fadeInRight 0.5s ease;
  animation-duration: 1s;
}

.grid-list1:hover .second-img {
  opacity: 1;
  z-index: 1;
}

@media (min-width: 992px) {
  .grid-list1 .col-12:nth-child(3) {
    padding-left: 3rem;
    border-left: 1px solid #e3e3e3;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .grid-list1 .first-img,
  .grid-list1 .second-img {
    max-width: 250px;
  }
}

.availability-list {
  color: #888;
}

.availability-list p {
  margin-bottom: 2rem;
}

.availability-list p span {
  color: #5f0008;
}

span.price {
  font-size: 2.4rem;
  color: #888;
  margin-bottom: 4rem;
}

/* pagination */

.pagination-section {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.page-item {
  margin: 0 2px;
}

.page-link {
  display: block;
  padding: 0;
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #050416;
  background: #f1f1f1;
  font-size: 1.4rem;
  text-align: center;
  border: 0;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}

.page-item.active .page-link,
.page-link:hover {
  color: #fff;
  background: #5f0008;
}

/* pagination End */

/******************************** 
    product-tab End
 ********************************/

/* 07.1 single product  CSS */

.product-tab .card-body {
  padding: 6rem 2rem;
}

.product-description ul li {
  font-size: 1.4rem;
  color: #050416;
  line-height: 2.4rem;
}

.grade-content .grade {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  color: #6c6c6c;
  margin-right: 10px;
}

.grade-content .star-on {
  color: #fc3;
}

.grade-content .sub-title {
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 18px;
  font-size: 1.4rem;
  padding-top: 9px;
}

.grade-content p {
  line-height: 18px;
  font-size: 1.4rem;
  color: #adadad;
}

.grade-content .title {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  color: #6c6c6c;
  margin-top: 20px;
  margin-bottom: 10px;
}

.studio-thumb img {
  border: 1px solid #ddd;
  margin-bottom: 3rem;
}

.studio-thumb h3 {
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #050416;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.studio-thumb h6 {
  font-size: 1.6rem;
  color: #232323;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 2.4rem;
}

.studio-thumb h6 small {
  font-size: 1.4rem;
  color: #666;
}

.product-features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-features li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  font-weight: 400;
  background: #f1f1f1;
  padding: 0.625rem;
  margin-right: 0.625rem;
  min-height: 4rem;
  word-break: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.product-features li span {
  display: block;
  background: #f1f1f1;
}

.product-grouped .title {
  margin-bottom: 0.8rem;
  color: #050416;
  font-size: 15px;
  text-transform: capitalize;
}

.product-grouped span {
  font-size: 1.2rem;
  color: #888;
  line-height: 1;
}

.group-img img {
  max-width: 80px;
}

/******************************** 
    single product End
 ********************************/

/* 08. Galary-Section CSS */

.galary-thumb {
  flex: 0 0 13rem;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .galary-thumb {
    flex: 0 0 9rem;
  }
}

@media (max-width: 767px) {
    .img-middle{
        margin: 0 auto;
        display: block;
    }
  .galary-thumb {
    flex: 0 0 15rem;
  }

  .four-img_sec {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }

  .my_section-title .head_tittle-box {
    width: 100%;
  }

  .row-top_adjusted {
    margin-top: 20px !important;
  }

  .my-common-banner {
    padding: 50px 0 !important;
  }

}

@media (max-width: 576px) {

  .call-back_modal .modal-dialog {
    max-width: auto !important;
  }

  .call-back_modal .form-control {
    width: 90% !important;
    margin-left: 5% !important;
  }

  .modal-header_btm-msg {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .call-Back_modal-title {
    font-size: 28px !important;
    line-height: 32px !important;
  }

  .callback-shield-ico {
    width: 58px !important;
    padding-right: 10px !important;
  }

  .my_form-group {
    margin: 10px 0 !important;
  }

  .galary-thumb {
    flex: 0 0 12rem;
  }

  .pay-img_box {
    flex-direction: column;
    padding: 8px 0 !important;
  }

  .pay-img_box-one {
    margin-right: 0px !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ffffff2e;
  }

  .hide-common-banner {
    display: none;
  }

  .brand-heading_text:after {
    width: auto !important;
  }

  #scrollUp {
    width: 45px !important;
    height: 45px !important;
    bottom: 65px !important;
    right: 25px !important;
  }

  #floatbtn {
    display: none !important;
    width: 45px !important;
    height: 45px !important;
    bottom: 28px !important;
    right: 80px !important;
    border: 1px solid #fff !important;
  }

  #fbBtn {
    display: none;
    width: 45px !important;
    height: 45px !important;
    bottom: 28px !important;
    right: 25px !important;
    border: 1px solid #fff !important;
  }

  #callBtn {
    display: none;
    width: 45px !important;
    height: 45px !important;
    bottom: 16px !important;
    right: 15px !important;
    border: 1px solid #fff !important;
  }

  .py-6rem {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .footer-bottom {
    padding: 5rem 3rem 4rem 3rem;
  }

  .address {
    padding: 5rem 3rem;
  }

  .address-widget .address-icon {
    margin-right: 2.5rem !important;
  }

  .coppy-right {
    padding: 24px 0 80px !important;
  }

  .news-letter-section {
    padding: 4rem 3rem 2rem 3rem;
  }

  .nletter-form form {
    margin-top: 18px;
  }

  .slider-item {
    margin-bottom: 50px;
  }

  .main-slider .slider-item {
    margin-bottom: 0px;
  }

  .brand-slider-section .slider-item {
    margin-bottom: 0px;
  }

  .product-thumbnail img {
    width: 300px;
    height: 250px;
    margin: 0 auto;
  }

  .product-desc {
    padding-top: 5px !important;
  }

  .product-tab {
    padding-bottom: 10px !important;
  }

  .search-form-select .select {
    right: 48px !important;
  }

  #offcanvas-mobile-menu {
    z-index: 9999999999;
  }

  .icon_blue-user {
    color: #5f0008 !important;
  }

  .icon_blue-user i {
    font-size: 3rem !important;
  }

  .logo {
    width: 150% !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .pay-img_box-one a,
  .pay-img_box-two a {
    font-size: 13px !important;
  }

  .pay-img_box-one img,
  .pay-img_box-two img {
    height: 32px !important;
  }

  .pay-img_box-two img {
    height: 24px !important;
  }

  .about-content .title {
    font-size: 28px !important;
  }

  .blog-section {
    padding-bottom: 0 !important;
  }

}

@media (max-width: 480px) {
  .galary-thumb {
    flex: 0 0 10rem;
  }
}

.media.style .title {
  font-size: 1.8rem;
  font-family: "Roboto-Medium";
  text-transform: capitalize;
  line-height: 24px;
  color: #050416;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
  .media.style .title {
    font-size: 1.4rem;
  }
}

.media.style .sub-title {
  color: #888;
  font-size: 1.3rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
  line-height: 1;
}

.media.style .view-more {
  color: #5f0008;
  font-size: 1.35rem;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  transition: all 0.2s;
}

.media.style .view-more i {
  color: #fff;
  font-size: 1.6rem;
  margin-left: 0.5rem;
  vertical-align: -0.2rem;
  transition: all .2s;
}

.media.style .view-more:hover i {
  color: #5f0008;
}

.media.style .view-more:hover {
  color: #5f0008;
  padding-left: 15px;
}

/******************************** 
    Galary-Section End
 ********************************/

/* 09. Product Category CSS */

.product-ctry-init.style .slick-list {
  margin: 0 0px;
}

.product-ctry-init.style .slick-slide {
  padding: 0 0px;
}

.media.style2 .category-thumb {
  min-width: 125px;
}

.media.category-list {
  margin-bottom: 3rem;
}

.media.category-list:last-child {
  margin-bottom: 0rem;
}

.media.category-list .media-body {
  overflow: hidden;
}

.media.style2:hover img.second-img {
  opacity: 1;
  visibility: visible;
}

.media.style2 .title {
  display: block;
  line-height: 2rem;
  margin-bottom: 0.8rem;
  color: #050416;
  font-size: 17.5px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media.style2 .sub-title {
  color: #888;
  font-size: 15px;
  line-height: 1;
  /* display: none; */
  margin-top: 1.5rem;
}

/******************************** 
    Product Category End
 ********************************/

/* product-single style1 */

.product-single.style1 .modal-dialog {
  max-width: 1020px;
}

.product-single.style1 .modal-product-info {
  padding: 3rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
}

.product-single.style1 .modal-header {
  border: none;
  padding: 6px 0.625rem;
  height: 30px;
}

.product-single.style1 .modal-header .close {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  top: 25px;
  right: 30px;
  padding: 0;
}

.product-single.style1 .modal-body {
  padding: 30px;
}

.product-single.style1 .product-head .title {
  font-weight: 400;
  margin: 0 0 3rem 0;
  color: #050416;
  font-size: 25px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .product-single.style1 .product-head .title {
    margin: 0 0 2rem 0;
    font-size: 18px;
    line-height: 1.4;
  }
}

.product-single.style1 .product-head .sub-title {
  font-size: 1.4rem;
  color: #888;
  margin-bottom: 20px;
}

.product-single.style1 .product-head .star-content .star-on {
  color: #fdd835;
}

.product-single.style1 .product-body {
  padding: 3rem 0;
  margin: 3rem 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #555;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.product-single.style1 .new-price {
  text-transform: capitalize;
  margin-bottom: 2rem;
  color: #888;
  font-size: 22px;
}

.block-reassurance {
  padding-top: 2.5rem;
}

.block-reassurance ul li span {
  font-size: 1.4rem;
  color: #888;
  font-weight: 400;
  padding-right: 1rem;
  line-height: 1;
}

/* modal 4 style */

.style4 .modal-dialog {
  max-width: 600px;
}

.style4 .modal-title {
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.style4 .modal-header {
  padding: 30px 30px 0px;
  margin-bottom: 10px;
  border: 0px;
}

.style4 .modal-body {
  padding: 15px 30px 30px;
}

.style4 .modal-form>.title {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
}

.style4 .star-content {
  margin: 15px 0;
}

.style4 .modal-form label.title {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  font-size: 1.4rem;
  color: #050416;
}

.style4 .modal-form label {
  margin: 12px 0 4px 0;
  font-size: 12px;
  color: #666;
  text-align: right;
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  color: #050416;
}

.style4 .modal-form .form-control {
  padding: 0 5px;
  height: 28px;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.style4 .modal-form .form-control {
  padding: 0 5px;
  height: 28px;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.style4 .modal-form textarea.form-control {
  height: 80px;
}

.style4 .modal-footer .title {
  padding: 10px 0 5px;
  font-size: 13px;
  color: #000;
}

.style4 .modal-thumb img {
  border: 1px solid #ebebeb;
}

.style4 .star-content span {
  color: #fdd835;
}

.style4 .star-content span.quality {
  font-weight: 700;
  margin: 0 10px 0 0;
  font-size: 1.4rem;
  color: #050416;
}

.style4 .required {
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}

.or {
  font-size: 12px;
  color: #333;
}

.style4 .modal-thumb .title {
  padding: 10px 0 5px;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  line-height: 18px;
}

/* 10. Blog Section CSS */

.blog-thumb {
  margin-bottom: 2.5rem;
}

.blog-thumb img {
  width: 100%;
}

.blog-post-content .sub-title {
  font-size: 1.4rem;
  color: #888;
  font-style: italic;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

.blog-post-content .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #050416;
  text-transform: capitalize;
  display: block;
  margin-bottom: 2rem;
}

.blog-post-content .text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1rem;
}

.blog-post-content .read-more {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    text-transform: capitalize;
    display: inline-block;
    color: #5f0008;
}

.blog-post-content .read-more:hover {
  text-decoration: underline;
}

.blog-link {
  color: #e3bd41;
}

.blog-link:hover {
  text-decoration: underline;
}

.blog-post-content span.separator {
  margin: 0 5px;
}

.blog-links li {
  margin-bottom: 5px;
}

.blog-links li a {
  color: #666;
  line-height: 24px;
}

.blog-links li:hover a {
  color: #146cda;
}

/* blog left sidebar */

.sidebar-widget .post-title {
  font-size: 18px;
  line-height: 1;
  color: #050416;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.post-title.tag-border {
  font-size: 2rem;
  font-weight: 600;
  color: #050416;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.blog-search-form .form-control {
  width: 100%;
  height: 45px;
  padding: 0 55px 0 20px;
  font-size: 1.2rem;
}

.blog-media-list .sub-title {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 600;
}

.post-thumb img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: center;
}

.object-fit-none {
  object-fit: none;
}

.font-style-normal {
  font-style: normal !important;
}

.comment-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
}

.comment-section .title {
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #050416;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.comment-section .sub-title {
  font-weight: bold;
}

.comment-section span {
  display: block;
}

.comment-section p {
  margin: 30px 0;
  font-style: italic;
  font-size: 13px;
}

.reply {
  color: #050416;
}

.reply:hover {
  color: #5f0008;
}

.avatar {
  margin: 20px 0;
}

/******************************** 
    Blog Section End
 ********************************/

/* 11. brand section CSS */

.brand-init {
  border: 1px solid #e3e3e3;
  padding: 2rem;
  border-radius: 0.5rem;
}

.single-brand a img {
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  filter: gray;
  -webkit-filter: gray;
  -webkit-transform-style: preserve-3d;
}

.single-brand a:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}

/******************************** 
    brand section End
 ********************************/

/* 12. nletter-section CSS */

.nletter-title .title {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1.4rem;
}


.nletter-title .text {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1;
  display: block;
  opacity: 0.75;
}

.nletter-form {
  width: 480px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nletter-form {
    width: 390px;
  }
}

@media (max-width: 991px) {
  .nletter-form {
    width: 100%;
  }
}

.nletter-form .form-control {
  height: 4.7rem;
  background: #fff;
  border: 0;
  color: #b1b1b1;
  padding: 1rem 14rem 1rem 2rem;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  border-radius: 3rem;
}

.social-network li {
  margin: 0 2rem 0 0;
}

.social-network li a {
  color: #fff;
  line-height: 4rem;
  font-size: 3rem;
}

.social-network li:hover a {
  color: #05041685;
}

/******************************** 
   nletter-section End
 ********************************/

/* 13. footer section CSS */

.address {
  margin: 0;
}

.address-widget .address-icon {
  margin-right: 2rem;
  color: #fff;
  font-size: 4.4rem;
}

.address-widget .title {
  line-height: 1.3;
  margin-bottom: 1rem;
  font-size: 15px;
  /* text-transform: capitalize; */
  color: #fff;
  font-weight: 600;
}



.address-widget .text {
  line-height: 1;
  color: #888;
  font-size: 13px;
}

/* footer-menu */

.footer-widget .section-title .title {
  text-align: left;
  font-size: 1.6rem;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu li a {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer-menu li a:hover {
  padding-left: 1rem;
  color: #5f0008;
}

/* coppy-right */

.coppy-right {
  color: #fff;
  background-color: #191919;
  padding: 14px 0;
}

.coppy-right a {
  color: #fff;
}

.coppy-right a:hover {
  color: #fff;
}

/******************************** 
   footer section End
 ********************************/

/* 14. contact-form CSS */

/* contact-form */

.contact-form .title {
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #050416;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-form label {
  font-size: 1.4rem;
  color: #050416;
}

.contact-form .form-control {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  font-size: 1.4rem;
  color: #7a7a7a;
  padding: 0.8rem 1.6rem;
  height: 37px;
  line-height: 1.25;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.contact-form textarea.form-control {
  min-height: 300px;
}

h3.contact-page-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 25px;
  letter-spacing: -0.4px;
  color: #333;
}

@media only screen and (max-width: 575px) {
  h3.contact-page-title {
    font-size: 25px;
  }
}

.single-contact-block {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width: 575px) {
  .single-contact-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .galary-section {
    padding: 45px 0 0 0 !important;
    margin-bottom: 60px !important;
  }
}

.single-contact-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.single-contact-block h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: #222;
  margin: 15px 0px 5px 0px;
}

@media only screen and (max-width: 575px) {
  .single-contact-block h4 {
    font-size: 20px;
  }
}

.single-contact-block h4 img {
  margin: 5px 20px 20px 0;
}

.single-contact-block p {
  font-size: 15px;
  line-height: 29px;
  margin-bottom: 0;
  color: #666;
}

span.required {
  color: red !important;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  display: block;
  margin-bottom: 0;
  color: #888;
}

.contact-form input {
  line-height: 40px;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  border: 1px solid #e0e0e0;
  outline: 0;
  background-color: #fff;
}

.contact-form textarea {
  line-height: 40px;
  width: 100%;
  height: 155px;
  padding-left: 20px;
  border: 1px solid #e0e0e0;
  outline: 0;
  background-color: #fff;
}

.contact-page-side-content {
  padding: 1px 30px;
  background-color: #f7f7f7;
  height: 100%;
}

/* login page */

.log-in-form {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  color: #666;
  padding: 30px 15px 15px;
}

.log-in-form .form-control {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  font-size: 1.4rem;
  color: #7a7a7a;
  padding: 0.8rem 1.6rem;
  height: 37px;
  line-height: 1.25;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.log-in-form {
  font-size: 13px;
  color: #666;
}

.show-password {
  color: #fff;
  font-weight: 400;
  border: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.login-form-links a {
  display: inline-block;
}

.for-get {
  font-size: 14px;
  padding-bottom: 15px;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.no-account {
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
}

/* ***************
 contact-form End
******************/

/* 15. scrollUp CSS */

/**********************
  scrollUp css 
**********************/

#scrollUp {
  background: #5f0008;
  width: 50px;
  height: 50px;
  bottom: 90px;
  right: 35px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  transition: all .2s;
}

#scrollUp:hover {
  background: #323232;
  color: #fff;
}

/* ***************
 scrollUp End
******************/

/* 16. checkout page */

.checkout-inner {
  border: 1px solid #e5e5e5;
}

.checkout-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 2rem;
}

.checkout-header .title {
  font-size: 15px;
  text-transform: capitalize;
  color: #333;
  font-weight: 700;
}

.checkout-address {
  padding: 2rem;
}

.checkout-address .title {
  font-size: 15px;
  text-transform: capitalize;
  color: #333;
  font-weight: 700;
}

.checkout-address .title span {
  padding: 0.625rem;
}

.checkout-address p {
  padding: 0.9375rem;
  font-size: 14px;
  color: #7e7e7e;
}

.check-out-content {
  padding: 0.9375rem;
}

.check-out-content form {
  padding: 0 2.313rem;
}

.check-out-content .form-group label {
  font-size: 1.4rem;
  text-align: left;
  color: #050416;
}

.check-out-content .form-group label.checkout {
  font-size: 1.4rem;
  text-align: left;
  color: #050416;
}

.check-out-content .form-control {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  font-size: 1.4rem;
  color: #7a7a7a;
  padding: 0.8rem 1.6rem;
  height: 37px;
  line-height: 1.25;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.optional {
  color: #7a7a7a;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group span {
  font-size: 14px;
  color: #7e7e7e;
}

.checkout-step {
  padding: 2rem 2rem;
  border-top: 1px solid #e5e5e5;
}

.checkout-step .title {
  font-size: 15px;
  text-transform: capitalize;
  color: #333;
  font-weight: 700;
}

/* list-group-item */

.cart-summary .list-group-item {
  padding: 2rem;
}

ul.items li {
  font-size: 13px;
  color: #050416;
  text-transform: capitalize;
  font-weight: 600;
}

ul.amount li {
  color: #333;
  font-weight: 600;
  font-size: 16px;
}

.delivery-info ul li {
  font-weight: 400;
  font-size: 14px;
  color: #7e7e7e;
  padding: 15px 0;
}

.delivery-info ul li:nth-child(2) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.delivery-info ul li img {
  margin-right: 0.625rem;
}


#accordion .card {
  margin-bottom: 1rem;
  border-radius: 0;
}



#accordion .card .card-header {
  border-bottom: 0;
  padding: 2rem 1rem;
  background-color: #fff;
  border-radius: 0;
}



#accordion .card .card-header .btn-link {
  font-size: 15px;
  text-transform: capitalize;
  color: #333;
  font-weight: 700;
  font-family: "Roboto-Regular", sans-serif;
  padding: 0;
  line-height: 1;
}



.custom-radio input[type="radio"]:checked,
.custom-radio input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio input[type="radio"]:checked+label,
.custom-radio input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-bottom: 0;
  margin-right: 15px;
}


.custom-radio input[type="radio"]:checked+label:before,
.custom-radio input[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #dadada;
  border-radius: 100%;
  background: #fff;
}

.custom-radio input[type="radio"]:checked+label:after,
.custom-radio input[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #5f0008;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.order-asguest {
  color: #232323;
  font-weight: 700;
}

.order-asguest a {
  color: #232323;

}

.order-asguest .separator {
  color: #bfbfbf;
  margin: 0 8px;
  line-height: 1;
  font-size: 1.3rem;
  width: 1px;
  height: 12px;
  background: #232323;
  position: relative;
  top: 2px;
}

.order-asguest .gray {
  color: #7a7a7a;
}




.personal-information .form-group .col-form-label {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  color: #050416;
  padding-top: 0.625rem;
  padding-bottom: 0;
}

.personal-information .form-group .form-control {
  background-color: #fff;
  color: #050416;
  border: 1px solid #e3e3e3;
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
  height: 37px;
  border-radius: 0;
}


.delivery-option {
  background: #f6f6f6;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
}


.carrier-name {
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #050416;
  font-weight: 600;
}


.carrier-delay {
  font-size: 1.4rem;
  color: #050416;
}

.carrier-price {
  font-size: 1.4rem;
  color: #050416;
}



#pull-up {
  position: relative;
  bottom: 15px;
  left: 15px;
}



/* ***************
 checkout End
******************/

/* 17. my account page */

.my-account .title {
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1em;
  margin-bottom: 2rem;
  color: #050416;
  font-size: 2rem;
}

.my-account .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.my-account .card-body {
  padding: 2rem;
}

.my-account .icon {
  color: #232323;
  font-size: 35px;
  padding-bottom: 15px;
}

.my-account .card:hover .icon {
  color: #0b88ee;
}

.my-account .sub-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7a7a7a;
}

.my-account .card:hover .sub-title {
  color: #232323;
}

/* ***************
 my-account End
******************/

/* 18. whishlist page */

@media (max-width: 991px) {
  .whish-list-section .table {
    min-width: 800px;
  }
}

.whish-list-section .title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.kp_shoping{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3.5em;
}

th.text-center.rev_pic img {
    height: 100px;
    width: auto;
}


a.btn.btn_r {
    padding: 10px 20px;
    background-color: #050416;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
}


.whish-list-section .table .thead-light th {
  background-color: #5f0008;
  border-color: transparent;
  color: #333333;
  text-transform: capitalize;
}

.whish-list-section .table td,
.whish-list-section .table th {
  vertical-align: middle;
}

.whish-list-section img {
  max-width: 150px;
}

.whish-title {
  color: #888;
  font-size: 15px;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ***************
 whishlist End
******************/

/* 19. compare page */

@media (max-width: 991px) {
  .compare-section .table {
    min-width: 750px;
  }
}

.compare-section img {
  max-width: 150px;
}

.compare-section .title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.5em;
}

.compare-section .sub-title {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  padding: 20px 0;
}

.compare-section .table .thead-light th {
  background-color: #fff;
  border-color: #dee2e6;
}

.compare-section .table td,
.compare-section .table th {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  padding: 20px;
}

.compare-section .table th {
  text-transform: capitalize;
}

.compare-section .table td {
  text-transform: capitalize;
}

.compare-section .table td p {
  text-transform: initial;
}

/* ***************
 compare End
******************/

/* 20. map page */

.map {
  width: 100%;
  height: 350px;
  border: 0;
  margin-top: 40px;
}

/* ***************
  map page End
******************/

/* 21. about us page */

.about-content .title {
  font-weight: 600;
  margin: 0 0 15px;
  font-size: 40px;
  color: #050416;
}

.about-content p {
  line-height: 24px;
  color: #1d1d1d;
}

/*.about-info .title {
  font-size: 30px;
  font-weight: 600;
  color: #050416;
  margin: 0 0 15px;
}
*/

.about-info .title {
    font-size: 23px;
    font-weight: 600;
    color: #050416;
    margin: 0 0 15px;
}
.about-info {
    text-align: center;
    padding: 8px 22px;
}
.about-info img {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    padding-bottom: 20px;
}





/* *******************
  about us page End
**********************/

/* ****************
accordion style
********************/

.img-width_short {
  width: 88% !important;
}

.product-list {
  margin-top: 20px;
}

/* Shopping Brand nav ul CSS */

.shopping-brand_ul {
  display: none;
}

.main-menu li:hover>.shopping-brand_ul {
  display: block;
}

.my-menu_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_available {
  color: #5f0008;
}

.brand-heading_text {
  font-weight: 600;
  line-height: 1;
  font-size: 32px;
  color: #050416;
  font-family: "Roboto-Medium";
  text-transform: capitalize;
  text-align: center;
  margin-bottom: -12px;
  position: relative;
  z-index: 999999;
}

.brand-heading_text:after {
  content: "";
  width: 290px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  left: 37%;
  top: 0%;
  z-index: -1;
}

.page-heading_des {
  font-size: 16px;
  margin-bottom: 35px;
}

#floatbtn {
  float: right;
  z-index: 1000;
  position: fixed;
  bottom: 30px;
  background-color: #5f0008;
  border-color: #5f0008;
  right: 96px;
  display: fixed !important;
  width: 166px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #fff !important;
  transition: all .2s;
}

#floatbtn:hover i {
  color: #5f0008;
}

#floatbtn:hover {
  background-color: #050416;
}

#floatbtn i {
  font-size: 17px;
  color: #050416;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 7px 21px #0504166b;
  transform: translate(-50%, -50%);
}

.text-light .my_span {
  padding-right: 6px;
}

.text-light .my_span>img {
  width: auto;
  height: 24px;
}

.header_btm {
  background-color: #323232;
  width: 100%;
  height: auto;
}

.pay-img_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

.pay-img_box-one {
  margin-right: 70px;
}

.pay-img_box-one a,
.pay-img_box-two a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  display: flex;
  font-family: Roboto-Light;
  align-items: center;
  transition: all .2s;
}

.pay-img_box-one a:hover,
.pay-img_box-two a:hover {
  color: #5f0008;
}

.pay-img_box-one img,
.pay-img_box-two img {
  width: auto;
  height: 35px;
  padding-right: 8px;
}

.pay-img_box-two img {
  height: 26px;
}

.p-zero {
  padding: 0;
}

.four-img_box {
  height: auto;
  width: 100%;
  overflow: hidden;
  transition: all .2s;
}

.four-img_box img {
  width: 100%;
  transition: all .2s;
}

.four-img_box:hover img {
  transform: scale(1.05);
}


.btn-blue {
  background-color: #5f0008 !important;
  transition: all .2s;
}

.btn-blue:hover {
  background-color: #050416 !important;
}

.font-big_item li {
  font-size: 17px !important;
}

.bg-dark .title {
  color: #fff !important;
}

.galary-section {
  background-color: #323232 !important;
  padding: 70px 0;
  /* margin-bottom: 70px; */
}

.galary-section .media {
  background-color: #323232 !important;
}

.my-common-banner {
  background-color: #323232 !important;
  padding: 50px 0 !important;
  margin: 0 0 73px 0 !important;
}

.row-top_adjusted {
  margin-top: 50px;
}

.four-img_sec {
  margin: 0 0 80px 0;
}

.four-img_sec-btm {
  margin: 0 !important;
}

.static-media-section {
  padding-top: 0 !important;
}

.tittle-light {
  color: #fff !important;
}

.view_all-btn {
  text-align: right;
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

.my_section-title {
  /*display: flex;*/
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.my-row_sp-btwn {
  margin-bottom: 25px;
}

#fbBtn {
  float: right;
  z-index: 1000;
  position: fixed;
  bottom: 30px;
  background-color: #323232;
  border-color: #323232;
  right: 35px;
  display: fixed !important;
  width: 166px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #fff !important;
  transition: all .2s;
}

#fbBtn:hover {
  background-color: #5f0008;
  border-color: #5f0008;
}

#fbBtn i {
  font-size: 17px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 7px 21px #0504166b;
  transform: translate(-50%, -50%);
}

#fbBtn:hover i {
  color: #fff;
}

#callBtn {
  z-index: 1000;
  position: fixed;
  bottom: 30px;
  background-color: #323232;
  border-color: #323232;
  left: 45px;
  display: fixed !important;
  width: 166px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #fff !important;
  transition: all .2s;
}

#callBtn:hover {
  background-color: #5f0008;
  border-color: #5f0008;
  color: #fff !important;
}

#callBtn i {
  font-size: 17px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: 0 7px 21px #0504166b;
  transform: translate(-50%, -50%);
  transition: all .2s ease-in;
}

#callBtn:hover i {
  color: #fff;
}

/* Call Back Modal CSS */

.call-Back_modal-title {
  font-size: 30px;
  margin-top: -4px;
  margin-bottom: 20px;
  color: #050416;
}

.call-back_modal .modal-dialog {
  max-width: 650px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-back_modal .modal-header {
  border-color: transparent !important;
  padding: 0 !important;
  text-align: center;
}

.call-back_modal .modal-content {
  padding: 10px 30px 20px 30px;
  text-align: center;
}

.call-back_modal .close {
  font-size: 25px;
}

.modal-header_btm-msg {
  font-size: 15px;
  line-height: 23px;
  width: 84%;
  margin-left: 8%;
}

.call-back_modal .modal-body {
  padding-bottom: 10px !important;
}

.call-back_modal .modal-footer {
  border-color: transparent !important;
}

.call-back_modal .form-control {
  display: block;
  width: 60%;
  margin: 0 auto;
  height: auto;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#callBackInput {
  margin: 20px 20%;
}

.modal-call_submit-btn {
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #050416;
  color: #fff;
  border: none !important;
}

.callback-priv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.callback-shield-ico {
  width: 40px;
  height: auto;
  padding-right: 14px;
}

.my_form-group {
  margin: 14px 0;
}

#feedbackBtn {
  float: right;
  z-index: 1000;
  position: fixed;
  bottom: 50%;
  background-color: #323232;
  border-color: #5f0008;
  color: #fff;
  font-size: 16px;
  padding: 7px 18px;
  left: -2.5%;
  transform: rotate(-90deg) !important;
  transform: translate(-50%, -50%);
  display: fixed !important;
  width: 166px;
  border-radius: 0 0 5px 5px;
  width: auto;
  margin-left: -34px;
  height: auto;
  border: 1px solid #fff !important;
  transition: all .2s;
}

#feedbackBtn:hover {
  background-color: #050416;
  border-color: #050416;
  color: #fff;
  margin-left: -9px;
}

.my-box-adjusted-shadow {
  box-shadow: 0 3px 20px #0000001f;
}


/*===========================================*/
/*service box css*/
/*===========================================*/

.sv_inr {
    background: #5f0008d9;
    color: #050416;
    padding: 20px 30px 30px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 2.5px;
    transition: all 0.3s;
}

.sv_ico {
    width: 100px;
    height: auto;
    padding-bottom: 20px;
}
.sv_content h2 {
    padding-bottom: 15px;
    font-weight: bold;
}
.sv_content p {
    padding-bottom: 15px;
}
/*.sv_content a {
   color: #040315;
}*/
.sv_btn {
    padding: 10px 20px;
    background: #050416;
    color: #fff;
    border-radius: 2.5px;
}

.sv_ico img{
     filter: opacity(0.8);
}

.sv_outer:hover .sv_inr {
    background: #5f0008c4;
    color: #312d28;
    margin-top: -5px;
}
.sv_outer:hover .sv_inr .sv_ico img{
    filter: opacity(0.5);
}








/*=======================*/
/*service details page css*/

/*.service-box img{ width: 45px; height: auto; padding: 8px; }*/
h3.services-header {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #050416;
}

.service-box {
    clear: both;
    padding: 15px 0px 15px;
    /*border-bottom: 1px solid #aeafb1;*/
}
.service-box img {
    float: left;
    height: 24px;
    width: 22px;
    margin-right: 15px;
    position: relative;
    margin-left: 13px;
}
.service-box:hover {
    /*border-bottom: 1px solid #033b4a;*/
}

.service-box-container {
    justify-content: center;
    align-items: center;
    background-color: #f9fafb;
    padding: 0 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.service-box-text {
    color: #050416;
}
.service-box-container:hover {
background-color: #5f0008d9;
}
.service-box-container.active {
    background-color: #5f0008d9 !important;
}
.post-content h2 {
    font-size: 30px;
    margin: 22px 0px 26px;
    font-weight: 600;
    color: #050416;

}
.post-content ul {
    color: #1b1e1f;
    margin: 20px 30px 20px;
    list-style: disc;
}
.post-content p {
    margin-bottom: 15px;
}
.mtb_1{ margin: 15px 0px; }


@media (max-width: 768px){
    .service-box img {
    float: left;
    height: 24px;
    width: 19px;
    margin-right: 12px;
    position: relative;
    margin-left: 10px;
}
.post-content ul{  margin: 20px 10px 20px; }
}

/*=============== end =================*/

/*check out css*/
.kp_shoping.txt h3 {
    font-size: 25px;
    font-weight: 600;
    color: #050416;
}
a.btn.btn_r.float-right:hover {
    background-color: #5f0008;
    color: #050416;
}

.color_g{ background-color: #5f0008; }

thead.thead-light.color_g tr th {
    background-color: #5f0008;
    border: none;
    color: #050416;
}


/*deshboard css*/

.dashboard_menu {
  box-shadow: 0 0px 4px 0 #e9e9e9;
}
.dashboard_menu .nav-tabs li.nav-item a {
  text-align: left;
  padding: 12px 20px;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
  color: #2b2f4c;
}
.dashboard_menu .nav-tabs li.nav-item a.active {
  background-color: #050416;
  color: #fff;
}
.dashboard_menu .nav-tabs li.nav-item a i {
  margin-right: 8px;
  vertical-align: middle;
}
.dashboard_content {
  margin: 0;
}
.dashboard_content .card-header {
  background-color: transparent;
  border-color: #f0f0f0;
}
.dashboard_content .card-header * {
  margin: 0;
}
.dashboard_content .card {
  border-radius: 0;
  border: 0;
  box-shadow: 0 0px 4px 0 #e9e9e9;
}
.dashboard_content .card-body p:last-child {
  margin: 0;
}
.dashboard_content .table {
  margin: 0;
}
.dashboard_content .table thead th {
  border: 0;
  padding-top: 0;
  font-weight: 600;
}
.dashboard_content .table tbody tr:last-child td {
  padding-bottom: 0;
}
.dashboard_content .table tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
}
.dashboard_content label {
  color: #333;
}
.dashboard_content label .required {
  color: #ff0000;
}

.deshboard_section{
  margin-bottom: 90px;
}
.nm_txt{ font-weight: 600; 
  font-size: 18px;
  padding-bottom: 8px;
}
.phone_txt{ 
  font-weight: 400; 
  font-size: 16px;
  padding-bottom: 8px;
}


/*single product page*/

p.prc_ltxt {
    font-size: 24px;
    font-weight: 600;
    float: left;
    padding-right: 12px;
    line-height: 2rem;
    color: #3a3a3a;
}

.product-single.style1 .product-sort-desc {
  padding: 3rem 0;
  margin: 3rem 0;
  border-top: 1px solid #e3e3e3;
  color: #555;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}

p.mz_txt {
    font-size: 20px;
    padding: 8px;
    color: #222;
}
.product-mazer {
    padding-bottom: 16px;
    margin-bottom: 15px;
    margin-top: -24px;
}
.br_tp {
    border-top: 1px dashed;
    padding-top: 10px;
}
.br_top {
    border-top: 1px dashed;
    padding-top: 12px;
}
.form-control.wec {
    background: #5f0008;
    color: #000;
    font-size: 16px;
    border: none;
    padding: 5px 15px;
}

.sub_tot_amt{ padding-bottom: 20px; }
p.tot-t{ font-size: 20px;  padding-top: 12px; }

input.form-control.inc_tbox {
    width: 62px;
    float: right;
    text-align: right;
    font-size: 16px;
}

p.pryce_t {
    float: right;
    padding: 2px 7px;
     font-size: 16px;
}
p.pryce_t.b {
    font-size: 22px;
    padding-top: 12px;
    padding-right: 1px;
}
.row.tg_mtb {
    padding-top: 24px;
    padding-bottom: 10px;
}
p.sml_tag {
    font-size: 12px;
    line-height: 16px;
    color: #100d3a;
    font-style: italic;
    font-weight: bold;
}

.addto-whish-list {
    padding: 10px;
    margin-left: 15px;
}

.bg-f3{background: #fff;}

.product-description b {
    font-size: 16px;
    line-height: 36px;
}
.col-md-9.col-sm-8.mz_col_r {
    padding-bottom: 10px;
}

/*product page module*/
.product-sort-desc.mdl {
    margin-bottom: 50px;
    margin-top: 30px;
}

.ab-s3 {
    letter-spacing: .8px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #040315b0;
    position: absolute;
    margin-top: -44px;
    font-weight: 600;
}


.service-content{
    padding: 20px;
}

.service-content h4{
    margin-bottom: 10px;
    font-weight: 600;
    color: #111;
    font-size: 20px;
}
.service-content p{
    font-weight: 500;
    color: #000;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.ser-cont-read{
    color: #050416;
}
.ab-s1{
    margin-top: 10px;
}
.ab-s2{
    margin-bottom: 1px;
}
.ab-s4{
    margin-right: 5px;
    font-size: 16px !important;
}
.ab-25{
    margin-top: 25px;
}
.ab-s5{
  color: #e8e8e8;
  margin-top: 15px;
}

.v-ul{
  list-style: disc !important;
  padding-left: 20px;
}
.v-ul li {
  font-size: 16px;
  color: #777;
  margin: 5px 0px;
}
.v-1{
      margin-bottom: 15px;
    font-size: 16px;
    color: #111;
}
.contact-page-side-content {
    padding-top: 30px;
}



/*dr css*/
.dr-cont {
    padding: 15px;
    position: absolute;
    bottom: 48px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}
.dr-cont h3{margin-bottom:10px; }
.dr-cont h5{margin-bottom:10px; }
.dr-cont p{ }

/*locations*/
.card.cd_w{
   margin-bottom: 30px; 
}
.card.cd_w h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

/*.card.cd_w p {*/
/*    color: #5f0008;*/
/*}*/


p.cnt {
    margin-bottom: 24px;
    font-size: 14px;
    color: #382eff;
}
p.cnt span {
    font-size: 23px;
    font-weight: 600;
    color: #5f0008;
}


/*services pages*/
.about-content p{ color: #1d1d1d; }
.sv-cnt p{ color: #1d1d1d; }
.about-content h4 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #050416;
}
.about-content b {
    color: #050416;
}
.about-content ul { margin-top:10px; margin-bottom:15px;}
.about-content ul li {
    list-style: disc;
    margin-left: 24px;
    color: #1d1d1d;
}


.sky-1{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.sky-2{
    margin-bottom: 50px;
}
.sky-3{
    height:220px;
}


.sky-container {
  position: relative;
}
.sky-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000f5;
}
.sky-container:hover .sky-overlay {
  opacity: 1;
}
.sky-text {
  font-family: 'Poppins', sans-serif;
  padding:25px;
  color: white;
  font-size: 14px;
  position: absolute;
  text-align: center;
}




.sky-h4{
    margin-bottom: -10px !important;
    font-size: 16px !important;
}


.so{
    margin-top:10px;
}
.so-bg{
    border-top: 9px solid #5f0008;
    background-size: cover;
    padding: 50px 40px;
}
.so-bg h2{
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.so-bg p{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.so-line {
  margin-top: 15px;
  background: #5f0008;
  width: 6.5rem;
  height: 0.2rem;
  margin-left:auto;
  margin-right:auto;
  display:block;
}

.so-btn{
    margin-bottom: 30px;
    margin-left: auto;
    z-index: 99;
    margin-top: -50px;
    font-size: 14px;
    color: #fff;
    background-color: #5f0008;
    padding: 10px 15px;
    position: relative;
    margin-right: auto;
    display: block;
}
.so-btn:hover{
    color: #5f0008;
    border: 1px solid #5f0008;
    background: #fff;
}
.card-body {
    margin-bottom: 20px;
}
.nletter-btn{
  background-color: #323232 !important;
}

.ser-cont-read{
    font-family: 'Poppins', sans-serif;
    color: #5f0008;
    font-size: 16px;
    font-weight: 700;
}

.slider-content{
    width: fit-content;
    padding: 30px;
    background-color: #ffffffa8;
}
.slider-content h2{
    font-family: 'Poppins', sans-serif;
    font-size: 36px !important;
}
.slider-content h4{
    font-family: 'Poppins', sans-serif;
}
.sli-btn{
    font-family: 'Poppins', sans-serif;
}
.logo {
    width: 100%;
    display: flex;
}
.media.static-media.d-none.d-lg-flex {
    margin-left: 13px;
}

@media (max-width:768px){
   .cart-block.position-relative.text-right.ml-auto.bmr-rt {
    display: none; } 
    
.slider-content h2 {font-size: 18px !important; }
.section-title .text, .section-title2 .text {
    margin-right: 10px;
    margin-left: 10px; }    
.cart-block.position-relative.text-right.ml-auto.bmr-rt {
    display: none;
}
}


  @-webkit-keyframes blink {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.15);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes blink {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.15);
    }

    100% {
      transform: scale(1);
    }
    
  } 
  
  
  
  
  
  /*call-btn-on  mobile css*/
#callnowbutton {
    display: none;
}
@media screen and (max-width:650px) {
    img.ab30 {
    height: 30px;
    width: 30px;
    margin-right: 15px;
}

    #callnowbutton {
        position: fixed;
        text-decoration: none;
        z-index: 999;
        width: 100vw;
        left: 0;
        bottom: 0;
        height: auto;
        padding: 11px 0;
        border-top: 1px solid #5f0008;
        border-bottom: 1px solid #5f0008;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        overflow: hidden;
        padding-right: 20px;
        background: #5f0008;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}










