@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&amp;display=swap);

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --primary-color-one: #bfa46d;
  --primary-color-two: #d4b87a;
  --primary-color-three: #f4e6c3;
}

body,
html {
  height: 100%;
}

body {
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.625;
  position: relative;
  visibility: visible;
  color: #474747;
}

body[dir="rtl"] {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Rubik, sans-serif;
  color: #000;
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  outline: 0;
}

label {
  margin-bottom: 15px;
}


.header-logo img{
  width: 145px;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 6px 80px 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  color: #474747;
  border-radius: 5px;
  background-color: #fff;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

p:last-child {
  margin-bottom: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  list-style: none;
}

button:focus,
input:focus {
  outline: 0 dotted;
  outline: 0 auto -webkit-focus-ring-color;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  width: 100%;
  background: 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 20px;
  padding-right: 10px;
  outline: 0;
}

.img-responsive {
  max-width: 100%;
  display: block;
  width: 100%;
}

.video-responsive,
.video-box {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
}

.customize-product {
  background-color: #fcfcfc;
  padding: 10px;
}

.customize-product h3 {
  background-color: var(--primary-color-one);
  color: #fff;
  padding: 7px 20px;
  margin-bottom: 20px;
}

.customize-actions {
    .label{
        font-size: 20px;
        color: #363636;
    }
    .btn-group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      border-top: 1px solid #ccc;
      margin-top: 0px;
      padding-top: 20px;
      border-radius: 0px;
  
      .button {
        position: relative;
        display: inline-block;
        background-color: transparent;
        color: var(--primary-color-one);
        cursor: pointer;
        text-align: center;
        transition: all 0.3s ease;
        
        input {
            position: absolute;
          opacity: 0;
          pointer-events: none;
        }
        
        label {
            border-radius: 5px;
            border: 1px solid var(--primary-color-one);
            display: block;
          font-size: 15px;
          font-weight: 500;
          cursor: pointer;
          padding:7px 20px;
          &:has(img){
            padding: 0px !important;
            border-radius: 50%;
            width: 35px !important;
            aspect-ratio: 1/1;
            img{
                width: 100%;
            }
          }
        }
  
        input:checked + label {
          background-color: var(--primary-color-one);
          color: white;
        }
      }
    }
  }
  
.pt-100px {
  padding-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-100px {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100px {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pt-100px {
    padding-top: 60px;
  }
}

.pb-100px {
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-100px {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-100px {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pb-100px {
    padding-bottom: 60px;
  }
}

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

.pb-40px {
  padding-bottom: 40px;
}

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

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

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

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

.mb-30px {
  margin-bottom: 30px;
}

.ml-20px {
  margin-left: 20px;
}

.ml-15px {
  margin-left: 15px;
}

.mr-15px {
  margin-right: 15px;
}

.ml-5px {
  margin-left: 5px;
}

.ml-10px {
  margin-left: 10px;
}

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

.pr-35px {
  padding-right: 35px;
}

.mb-n-50 {
  margin-bottom: -50px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-40px {
  margin-bottom: 40px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.bg-black {
  background-color: #2f333a;
}

.bg-gray {
  background-color: #f4f4f4;
}

.bg-white {
  background-color: #fff;
}

.slider-animated-1 > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.swiper-slide-active .slider-animated-1 > * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.swiper-slide-active .slider-animated-1 > :nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.swiper-slide-active .slider-animated-1 > :nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.swiper-slide-active .slider-animated-1 > :nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.swiper-slide-active .slider-animated-1 > :nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.swiper-slide-active .slider-animated-1 > :nth-child(5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.swiper-slide-active .slider-animated-1 > :nth-child(6) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2 > * {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
}

.swiper-slide-active .slider-animated-1.slider-animated-2 > :nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2 > :nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2 > :nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2 > :nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2 > :nth-child(5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.swiper-slide-active .slider-animated-1.slider-animated-2 > :nth-child(6) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.section-title {
  line-height: 1;
  padding: 0 300px;
  margin-bottom: 50px;
}

.section-title .title {
  font-size: 36px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: inline-block;
  color: #424242;
  margin: 0 0 25px;
  line-height: 27px;
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    padding: 0 0;
  }
}

@media only screen and (max-width: 479px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title P {
  line-height: 30px;
  color: #747474;
}

@media only screen and (max-width: 479px) {
  .section-title.mb-60px {
    margin-bottom: 30px;
  }
}

.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: #fff;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

header {
  background-color: #fff;
}

header .top__nav {
  background: var(--primary-color-two);
  padding: 8px 0;
}

.privacyLink {
  display: flex;
  justify-content: center;
  width: fit-content;
  column-gap: 6px;
  color: #fff;

  a {
    color: #fff;
  }
}

.header-to-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b5b5b5;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 50px;
  background-color: #242424;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

.header-main {
  background-color: #fff8f4;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-main {
    padding: 10px 0;
  }
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-actions > * + * {
  margin-left: 18px;
}

@media only screen and (max-width: 575px) {
  .header-actions > * + * {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .header-actions > * + * {
    margin-left: 8px;
  }
}

.header-actions .header-action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-actions .header-action-btn:hover {
  color: var(--primary-color-two);
}

.header-actions .header-action-btn i {
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 26px;
}

@media only screen and (max-width: 575px) {
  .header-actions .header-action-btn i {
    font-size: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .header-actions .header-action-btn i {
    font-size: 22px;
  }
}

.header-actions .header-action-btn i:hover {
  color: var(--primary-color-two);
}

.header-actions .header-action-btn .header-action-num {
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  background-color: var(--primary-color-two);
  width: 21px;
  height: 21px;
}

.header-actions .header-action-btn .header-action-favaroitenum {
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  background-color: var(--primary-color-two);
  width: 21px;
  height: 21px;
}

.header-actions .header-action-btn .cart-amount {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-left: 15px;
  color: #0f0f0f;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-actions .header-action-btn:hover .cart-amount {
  color: var(--primary-color-two);
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.main-menu ul li + li {
  margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li + li {
    margin-left: 30px;
  }
}

.main-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #2d2d2d;
  display: block;
  position: relative;
  line-height: 120px;
}

.main-menu ul li.active > a,
.main-menu ul li:hover > a {
  color: var(--primary-color-two) !important;
}

.main-menu ul li.dropdown {
  position: relative;
}

.main-menu ul li.dropdown ul.sub-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  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);
  min-width: 250px;
  left: auto !important;
  background: #fff;
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
  display: block;
  -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;
  padding: 20px 0;
}

.main-menu ul li.dropdown ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.main-menu ul li.dropdown ul li a {
  display: block;
  line-height: 20px;
  padding: 12px 0 12px 20px;
  font-weight: 400;
  font-size: 16px;
  color: #2d2d2d;
  text-transform: capitalize;
}

.main-menu ul li.dropdown ul li a:hover {
  padding-left: 25px;
}

.main-menu ul li.dropdown: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;
}

.main-menu ul li.dropdown:hover .mega-menu {
  display: block;
  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;
}

.main-menu ul li .mega-menu {
  position: absolute;
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 30px 0 30px 30px;
  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);
  left: 0;
  width: 100%;
  z-index: 2;
  -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;
  z-index: 15;
}

.main-menu ul li .mega-menu li ul {
  width: 25%;
  margin-right: 30px;
  border-right: 1px solid #ebebeb;
}

.main-menu ul li .mega-menu li ul li.title a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  height: auto;
}

.main-menu ul li .mega-menu li ul li.title a:hover {
  color: var(--primary-color-two);
  padding-left: 0;
}

.main-menu ul li .mega-menu li ul li a {
  color: #2d2d2d;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  border: 0;
  height: auto;
  margin-bottom: 15px;
}

.main-menu ul li .mega-menu li ul li a:hover {
  color: var(--primary-color-two);
  padding-left: 10px;
}

.main-menu ul li .mega-menu li ul li:last-child a {
  margin: 0;
}

.header-bottom-set .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  background-color: transparent;
  padding: 0;
}

.header-bottom-set .dropdown-toggle::after {
  display: none;
}

.header-bottom-set .dropdown-toggle i {
  font-size: 29px;
}

.header-bottom-set .dropdown-menu {
  margin: 0;
  top: 40px !important;
  left: auto !important;
  right: 0;
  min-width: 130px;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  inset: 40px 0 auto auto !important;
}

@media (min-width: 1100px) {
  .mega-menu .menu-wrapper {
    display: flex !important;
  }
}

@media (max-width: 1100px) {
  .mega-menu .title {
    background-color: var(--primary-color-two);
    color: #ffff !important;
    width: 100% !important;
    display: block !important;
    padding: 5px 5px 5px 20px;

    a {
      padding: 0px !important;
      color: #ffff !important;
      border-top: 0px transparent !important;
    }
  }

  .mega-menu li {
    display: block !important;

    .img-responsive {
      display: none !important;
    }

    &:not(.title) {
      padding-left: 30px;
    }
  }

  .mega-menu .menu-wrapper {
    background-color: #ededed;
    padding: 0 !important;
    border-radius: 0px 0px 11px 11px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-set .dropdown-menu {
    top: 48px !important;
    inset: 48px 0 auto auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom-set .dropdown-menu {
    top: 46px !important;
    inset: 46px 0 auto auto !important;
  }
}

.header-bottom-set .dropdown-menu li {
  border-bottom: 1px solid #ebebeb;
}

.header-bottom-set .dropdown-menu li:last-child {
  border: none;
}

.header-bottom-set .dropdown-menu .dropdown-item {
  padding: 10px;
  color: #2d2d2d;
  line-height: 25px;
  font-size: 14px;
  background: 0 0;
}

.header-bottom-set .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color-two);
}

.action-form {
  position: relative;
}

.submit {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  background: var(--primary-color-two);
  color: #fff;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

body.offcanvas-open {
  overflow: hidden;
  padding-right: 17px;
}

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

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

.offcanvas .inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.offcanvas .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
}

.offcanvas .inner .head .title {
  color: #000;
  font-weight: 700;
}

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

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

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

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

.offcanvas .inner .head .offcanvas-close:hover:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

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

.offcanvas .inner .offcanvas-menu ul li a {
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
  color: #474747;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-weight: 600;
}

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

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

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
  text-transform: capitalize;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 0;
  display: block;
  border-top: 1px solid #eee;
  font-size: 14px;
  font-weight: 500;
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {
  border-bottom: 0 solid #eee;
}

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

.offcanvas .inner .offcanvas-menu ul li:hover > a {
  color: var(--primary-color-two);
}

.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:before {
  background: var(--primary-color-two);
}

.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:after {
  background: var(--primary-color-two);
}

.offcanvas .inner .offcanvas-menu ul li:last-child {
  border-bottom: 1px solid #eee;
}

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

@media only screen and (max-width: 479px) {
  .offcanvas .inner .offcanvas-social li {
    margin: 0 5px 0 0;
  }
}

.offcanvas .inner .offcanvas-social li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: var(--primary-color-two);
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.offcanvas .inner .offcanvas-social li a:hover {
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 479px) {
  .offcanvas .inner .offcanvas-social li a {
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}

.offcanvas .inner .foot .buttons a {
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  line-height: 26px;
  border: none;
  background: #000;
  border-radius: 0;
  width: auto;
  height: auto;
}

.offcanvas .inner .foot .buttons a:hover {
  background-color: var(--primary-color-two);
  color: #fff;
}

.offcanvas .inner .foot .buttons .current-btn {
  background-color: var(--primary-color-two);
  color: #fff;
}

.offcanvas .inner .foot .sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
  margin: 30px 0 0 0;
}

.offcanvas .inner .foot .sub-total .table > :not(caption) > * > * {
  padding: 0;
  border: 0;
}

.offcanvas .inner .foot .sub-total .table > tbody > tr > td {
  border: none;
  padding: 0;
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 500;
  line-height: 30px;
}

.offcanvas .inner .foot .sub-total .table > tbody > tr > td.theme-color {
  color: var(--primary-color-two);
}

.offcanvas .inner .foot .sub-total .amount {
  color: #eb2606;
  font-weight: 600;
}

.offcanvas .inner .foot .minicart-message {
  margin-top: 30px;
  margin-bottom: 30px;
}

.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-menu > ul.sub-menu > li .menu-expand {
  right: 15px;
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 350px;
  padding: 50px 30px;
}

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

.offcanvas.offcanvas-mobile-menu .offcanvas-close {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  left: 0;
  top: 5px;
  background-color: var(--primary-color-two);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  border-radius: 50%;
}

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

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

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

.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.offcanvas.offcanvas-cart .inner .head,
.offcanvas.offcanvas-wishlist .inner .head {
  margin-bottom: 30px;
  padding: 0;
}

.offcanvas.offcanvas-cart .inner .head .title,
.offcanvas.offcanvas-wishlist .inner .head .title {
  font-size: 20px;
}

.offcanvas-menu > ul > li .menu-expand::after,
.offcanvas-menu > ul > li .menu-expand::before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background-color: #000;
}

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

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

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

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

.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {
  left: 80%;
}

.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 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.minicart-product-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.minicart-product-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.minicart-product-list li .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75px;
  flex: 1 0 75px;
}

.minicart-product-list li .image img {
  max-width: 100%;
  border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
  .minicart-product-list li .image {
    -ms-flex: 1 0 50px;
    -webkit-box-flex: 1;
    flex: 1 0 50px;
  }
}

.minicart-product-list li .content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 150px);
  flex: 1 0 calc(100% - 150px);
  padding-left: 15px;
}

.minicart-product-list li .content .title {
  color: #000;
  font-weight: 500;
}

.minicart-product-list li .content .title:hover {
  color: var(--primary-color-two);
}

.minicart-product-list li .content .quantity-price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.minicart-product-list li .content .quantity-price .amount {
  color: var(--primary-color-two);
  font-weight: 500;
  font-size: 18px;
}

.minicart-product-list li .content .remove {
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  color: #000;
  font-size: 16px;
}

.minicart-product-list li .content .remove:hover {
  color: #eb2606;
}

@media only screen and (max-width: 575px) {
  .minicart-product-list li .content {
    -ms-flex: 1 0 calc(100% - 75px);
    -webkit-box-flex: 1;
    flex: 1 0 calc(100% - 75px);
  }
}

.minicart-product-wishlist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}


/* minicart-product-wishlist */

.minicart-product-wishlist {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.minicart-product-wishlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.minicart-product-wishlist li .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75px;
  flex: 1 0 75px;
}

.minicart-product-wishlist li .image img {
  max-width: 100%;
  border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
  .minicart-product-wishlist li .image {
    -ms-flex: 1 0 50px;
    -webkit-box-flex: 1;
    flex: 1 0 50px;
  }
}

.minicart-product-wishlist li .content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 150px);
  flex: 1 0 calc(100% - 150px);
  padding-left: 15px;
}

.minicart-product-wishlist li .content .title {
  color: #000;
  font-weight: 500;
}

.minicart-product-wishlist li .content .title:hover {
  color: var(--primary-color-two);
}

.minicart-product-wishlist li .content .quantity-price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.minicart-product-wishlist li .content .quantity-price .amount {
  color: var(--primary-color-two);
  font-weight: 500;
  font-size: 18px;
}

.minicart-product-wishlist li .content .remove {
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  color: #000;
  font-size: 16px;
}

.minicart-product-wishlist li .content .remove:hover {
  color: #eb2606;
}

@media only screen and (max-width: 575px) {
  .minicart-product-wishlist li .content {
    -ms-flex: 1 0 calc(100% - 75px);
    -webkit-box-flex: 1;
    flex: 1 0 calc(100% - 75px);
  }
}

.minicart-product-wishlist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.bg-color1 {
  background-color: #f5f5f5;
}

.bg-color2 {
  background-color: #cebdb5;
}

.bg-color3 {
  background-color: #cebdb5;
}

.slider-height {
  height: 771px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-height {
    height: 700px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .slider-height {
    height: 450px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-height {
    height: 650px;
  }
}

@media only screen and (max-width: 479px) {
  .slider-height {
    height: 600px;
  }
}

.ptb-30px {
  padding: 30px 0;
}

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

.slider-height-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 513px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-height-2 {
    height: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-2 {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-height-2 {
    height: 500px;
  }
}

.hero-slide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-slide-image img {
  max-width: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-image img {
    width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  .hero-slide-image img {
    width: 60%;
    margin: auto;
  }
}

@media only screen and (max-width: 479px) {
  .hero-slide-image img {
    width: 70%;
    margin: auto;
  }
}

@media only screen and (max-width: 575px) {
  .hero-slide-image {
    margin-top: 50px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .sm-center-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.swiper-slide-active .hero-slide-image img {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}


.swiper-slider{
  background-position: center;
  background-size: contain;
}

.hero-slide-content {
  position: relative;
  z-index: 9;
  text-transform: capitalize;
  text-align: center;
}

.hero-slide-content .category {
  display: block;
  font-size: 36px;
  color: var(--primary-color-two);
  margin: 0 0 0;
  font-weight: 400;
}

.hero-slide-content .title-1 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 22px;
  color: var(--primary-color-one);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content .title-1 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .title-1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-content .title-1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.hero-slide-content .price {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 37px;
  color: var(--primary-color-one);
  display: block;
}

.hero-slide-content .price .new {
  color: var(--primary-color-two);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .price {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-content .price {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .hero-slide-content .btn {
    width: 150px;
    height: 50px;
    font-size: 14px;
  }
}

.hero-slide-content .btn i {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .hero-slide-content .btn i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-content.hero-slide-content-2.pl-80px {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-content.hero-slide-content-2 .category {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.hero-slide-content.hero-slide-content-2 .title-1 {
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content.hero-slide-content-2 .title-1 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content.hero-slide-content-2 .title-1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slide-content.hero-slide-content-2 .title-1 {
    font-size: 40px;
  }
}

.hero-slide-content.hero-slide-content-2 .btn-primary {
  width: 160px;
  height: 55px;
}

@media only screen and (max-width: 575px) {
  .show-case {
    position: relative;
  }
}

.newsletter-area {
  background-color: #252525;
  color: #fff;
  line-height: 1;
  padding: 60px 0;
}

.newsletter-area .newsletter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-area .newsletter-content {
    margin: 0 0 30px;
  }
}

.newsletter-area .newsletter-content i {
  font-size: 60px;
  color: var(--primary-color-two);
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .newsletter-area .newsletter-content i {
    margin-bottom: 15px;
    margin-right: 20px;
  }
}

.newsletter-area .newsletter-content .newsletter-text .title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px;
}

.newsletter-area .newsletter-content .newsletter-text p {
  font-size: 16px;
  color: #a1a1a1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 479px) {
  .newsletter-area .newsletter-content .newsletter-text p {
    font-size: 14px;
  }
}

.newsletter-area .news-letter-form .subscribe-form {
  position: relative;
}

.newsletter-area .news-letter-form .subscribe-form input {
  height: 52px;
  font-size: 14px;
  border: 0;
  background-color: #454545;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  padding-right: 130px;
}

@media only screen and (max-width: 479px) {
  .newsletter-area .news-letter-form .subscribe-form input {
    padding-right: 105px;
  }
}

.newsletter-area
  .news-letter-form
  .subscribe-form
  input::-webkit-input-placeholder {
  color: #a1a1a1;
}

.newsletter-area .news-letter-form .subscribe-form input::-moz-placeholder {
  color: #a1a1a1;
}

.newsletter-area .news-letter-form .subscribe-form input:-ms-input-placeholder {
  color: #a1a1a1;
}

.newsletter-area
  .news-letter-form
  .subscribe-form
  input::-ms-input-placeholder {
  color: #a1a1a1;
}

.newsletter-area .news-letter-form .subscribe-form input::placeholder {
  color: #a1a1a1;
}

.newsletter-area .news-letter-form .subscribe-form button {
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  width: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--primary-color-two);
  border-radius: 0 5px 5px 0;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 479px) {
  .newsletter-area .news-letter-form .subscribe-form button {
    width: 100px;
  }
}

.newsletter-area .news-letter-form .subscribe-form button::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: -1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.newsletter-area .news-letter-form .subscribe-form button:hover::before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.line-shape-bottom {
  position: relative;
}

.line-shape-bottom::after {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  max-width: 1170px;
  height: 1px;
  content: "";
  background-color: #454545;
  margin: auto;
  bottom: -60px;
  right: 0;
}

.line-shape {
  position: relative;
}

.line-shape::after {
  position: absolute;
  top: 10px;
  left: 20px;
  height: 100%;
  width: 1px;
  content: "";
  background-color: #454545;
  margin: auto;
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .line-shape::after {
    left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .line-shape::after {
    display: none;
  }
}

.line-shape-top {
  /* border-top: 1px solid var(--primary-color-one); */
  padding: 25px 0 25px 0;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pl-120px {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .pl-120px {
    padding-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .pl-120px {
    padding-left: 15px;
    padding-top: 30px;
  }
}

.footer-area {
  color: #fff;
  background: #090909;
  border-radius: 35px 35px 0 0;
  margin-top: -35px;
}

.footer-area .footer-top {
  padding: 60px 0 55px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top {
    padding: 60px 0 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top {
    padding: 60px 0 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-top {
    padding: 50px 0 50px 0;
  }
}

.footer-area .footer-top .single-wedge .footer-logo {
  margin: 0 0 27px;
}

.footer-area .footer-top .single-wedge .footer-herading {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 27px;
  position: relative;
  color: #fff;
}

.footer-area .footer-top .single-wedge .footer-links li {
  display: block;
  margin: 0;
  line-height: 1;
  border: 0;
  font-weight: 400;
  margin-bottom: 8px;
}

.footer-area .footer-top .single-wedge .footer-links .single-link {
  font-size: 16px;
  line-height: 27px;
  padding: 0;
  display: inline-block;
  text-transform: capitalize;
  color: #a1a1a1;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-area .footer-top .single-wedge .footer-links .single-link:hover {
  padding-left: 10px;
  color: var(--primary-color-two);
}

.footer-area .footer-top .single-wedge .footer-links p {
  margin: 0 0 25px;
  font-weight: 400;
  color: #a1a1a1;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-top .single-wedge .footer-links p.mail br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-top .single-wedge .footer-links p.mail a {
    font-size: 15px;
  }
}

.footer-area .footer-top .single-wedge .footer-links p a {
  color: var(--primary-color-two);
  font-weight: 500;
}

.footer-area .footer-top .single-wedge .footer-links p a:hover {
  color: var(--primary-color-two);
}

.footer-area .footer-top .single-wedge .footer-links p.address,
.footer-area .footer-top .single-wedge .footer-links p.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .footer-top .single-wedge .footer-links p.address i,
.footer-area .footer-top .single-wedge .footer-links p.phone i {
  font-size: 36px;
  color: var(--primary-color-two);
  margin-right: 20px;
}

.footer-area .footer-top .single-wedge .footer-links p.address a,
.footer-area .footer-top .single-wedge .footer-links p.phone a {
  font-weight: 400;
  color: #a1a1a1;
}

.footer-area .footer-top .single-wedge .footer-links p.address a:hover,
.footer-area .footer-top .single-wedge .footer-links p.phone a:hover {
  color: var(--primary-color-two);
}

.footer-copyright {
  border-radius: 25px 25px 0 0;
  /* background: linear-gradient(
    var(--primary-color-two),
    var(--primary-color-one)
  ); */
  /* line-height: ; */
  background-color: var(--primary-color-one);
}

.footer-copyright .copy-text {
  color: #ffffff;
  font-size: 16px;
  font-family: Rubik, sans-serif;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 479px) {
  .footer-copyright .copy-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyright .copy-text {
    margin-top: 15px;
  }
}

.footer-copyright .copy-text .company-name {
  color: #ffffff;
}

.footer-copyright .copy-text strong {
  font-weight: 500;
}

.footer-copyright .copy-text .company-name:hover {
  color: var(--primary-color-two);
}

.footer-copyright .copy-text i {
  color: red;
  margin: 0 3px;
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-lg-30px {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-md-30px {
    margin-bottom: 30px;
  }

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

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

  .mb-md-60px {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mb-lm-30px {
    margin-bottom: 30px;
  }

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

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

  .mt-lm-20px {
    margin-top: 20px;
  }

  .mb-lm-20px {
    margin-bottom: 20px;
  }

  .mb-lm-60px {
    margin-bottom: 60px;
  }

  .mb-lm-30px {
    margin-bottom: 30px;
  }

  .mb-lm-10px {
    margin-bottom: 10px;
  }

  .mb-lm-15px {
    margin-bottom: 15px;
  }

  .mt-lm-15px {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .mb-xs-30px {
    margin-bottom: 30px;
  }

  .mb-xs-15px {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .mb-es-30px {
    margin-bottom: 30px;
  }
}

.modal-dialog {
  margin: 0 auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 720px;
    width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 98%;
    max-width: 100%;
    padding: 35px 0;
    margin: auto 2%;
  }
}

.modal-dialog .gallery-thumbs {
  width: 100%;
  margin: 20px auto;
}

.modal-dialog .gallery-thumbs .swiper-slide img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.modal-dialog .gallery-thumbs .swiper-slide:hover img {
  border-color: var(--primary-color-two);
}

.modal-dialog .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: var(--primary-color-two);
}

.modal-dialog .gallery-thumbs .swiper-slide .img-responsive {
  width: auto;
}

.modal-dialog .social-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal-3 .btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #222;
  border: 0;
  border-radius: 50%;
  opacity: 1;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  position: absolute;
  z-index: 99;
  top: -20px;
  right: -20px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .modal-3 .btn-close {
    font-size: 24px;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

.shop-category-area .shop-top-bar {
  margin-bottom: 40px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar > * {
    margin-bottom: 20px;
  }
}

.shop-category-area .shop-top-bar .compare-product {
  color: #6c6c6c;
  height: 40px;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-category-area .shop-top-bar .compare-product {
    width: 190px;
  }
}

.shop-category-area .shop-top-bar .compare-product span {
  margin-left: 5px;
  color: var(--primary-color-two);
}

@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar.d-flex {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .desktop-tab {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .desktop-tab {
    display: block;
  }
}

.mobile-tab {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-tab {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .mobile-tab {
    display: none;
  }
}

.mobile-view {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-view {
    display: block;
  }
}

.shop-tab {
  line-height: 1;
}

.shop-tab a + a {
  margin-left: 15px;
}

.shop-tab a {
  font-size: 18px;
  color: #9e9e9e;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background-color: #fff;
}

.shop-tab a.active {
  background-color: var(--primary-color-two);
  color: #fff;
  border-color: var(--primary-color-two);
}

@media only screen and (max-width: 767px) {
  .shop-tab {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.shot-product p {
  color: #6c6c6c;
}

.shop-select {
  border: 1px solid #d5d5d5;
  margin-left: 10px;
  border-radius: 5px;
  height: 40px;
}

.shop-select.show {
  height: 40px;
}

.shop-select.show .nice-select {
  max-width: 64px;
  width: 64px;
  padding-right: 10px;
}

.shop-select.show .nice-select:after {
  right: 10px;
}

.shop-select .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: solid 1px transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  max-width: 200px;
  width: 200px;
  color: #6c6c6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-select .nice-select {
    max-width: 170px;
    width: 170px;
  }
}

@media only screen and (max-width: 575px) {
  .shop-select .nice-select {
    max-width: 200px;
  }
}

.shop-select .nice-select .current {
  color: #090909;
}

.shop-select .nice-select:after {
  border: 0;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  height: auto;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: auto;
  color: var(--primary-color-two);
  font-size: 16px;
}

.shop-select .nice-select .list {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translate(-21px);
  transform: scale(0.75) translate(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 15;
  width: 100%;
  color: #090909;
  font-size: 16px;
}

.shop-select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
}

.shop-sidebar-wrap .sidebar-widget-search {
  margin: 0 0 40px;
  position: relative;
}

.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field {
  border: 1px solid #cfcfcf;
  background-color: #f9f9f9;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  padding-left: 15px;
  padding-right: 75px;
  font-size: 16px;
  font-style: italic;
  color: #969696;
  background-color: transparent;
}

.shop-sidebar-wrap
  .sidebar-widget-search
  #widgets-searchbox
  .input-field::-webkit-input-placeholder {
  color: #969696;
}

.shop-sidebar-wrap
  .sidebar-widget-search
  #widgets-searchbox
  .input-field::-moz-placeholder {
  color: #969696;
}

.shop-sidebar-wrap
  .sidebar-widget-search
  #widgets-searchbox
  .input-field:-ms-input-placeholder {
  color: #969696;
}

.shop-sidebar-wrap
  .sidebar-widget-search
  #widgets-searchbox
  .input-field::-ms-input-placeholder {
  color: #969696;
}

.shop-sidebar-wrap
  .sidebar-widget-search
  #widgets-searchbox
  .input-field::placeholder {
  color: #969696;
}

.shop-sidebar-wrap
  .sidebar-widget-search
  #widgets-searchbox
  .widgets-searchbox-btn {
  background-color: transparent;
  border: 0;
  border-left: 1px solid #cfcfcf;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  color: #cfcfcf;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.shop-sidebar-wrap
  .sidebar-widget-search
  #widgets-searchbox
  .widgets-searchbox-btn:hover {
  color: var(--primary-color-two);
}

.shop-sidebar-wrap .sidebar-widget-category,
.shop-sidebar-wrap .sidebar-widget-color,
.shop-sidebar-wrap .sidebar-widget-size {
  padding-bottom: 23px;
  padding-left: 30px;
}

.shop-sidebar-wrap .sidebar-widget-category .selected{
  color: var(--primary-color-two);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar-wrap .sidebar-widget-category,
  .shop-sidebar-wrap .sidebar-widget-color,
  .shop-sidebar-wrap .sidebar-widget-size {
    padding-left: 20px;
  }
}

.shop-sidebar-wrap .sidebar-widget-category li a,
.shop-sidebar-wrap .sidebar-widget-color li a,
.shop-sidebar-wrap .sidebar-widget-size li a {
  color: #6a6a6a;
  font-size: 16px;
  display: inline-block;
  margin-top: 18px;
}

.shop-sidebar-wrap .sidebar-widget-category li a:hover,
.shop-sidebar-wrap .sidebar-widget-color li a:hover,
.shop-sidebar-wrap .sidebar-widget-size li a:hover {
  color: var(--primary-color-two);
}

.shop-sidebar-wrap .sidebar-widget {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 40px;
  border: 1px solid #f3f3f3;
}

.shop-sidebar-wrap .sidebar-widget h4 {
  font-size: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  color: #6c6c6c;
  margin: 0 0 24px;
  padding: 14px 0 15px 28px;
  background: #f3f3f3;
}

.shop-sidebar-wrap .sidebar-widget .price-slider-amount input {
  color: #656565;
  font-size: 16px;
  border: 0;
}

.shop-sidebar-wrap .sidebar-widget .price-filter {
  padding: 0 25px 37px 29px;
}

.shop-sidebar-wrap .sidebar-widget .ui-widget-content {
  border: 1px solid var(--primary-color-two);
}

.shop-sidebar-wrap .sidebar-widget .ui-slider-horizontal {
  height: 3px;
  margin: 15px 0 0;
}

.shop-sidebar-wrap .sidebar-widget .ui-widget-header {
  background: var(--primary-color-two);
}

.shop-sidebar-wrap .sidebar-widget .ui-slider-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  outline: 0;
  margin-top: -8px;
  border: 5px solid var(--primary-color-two);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shop-sidebar-wrap .sidebar-widget .ui-slider-handle.ui-state-hover {
  background: var(--primary-color-two);
}

.shop-sidebar-wrap .sidebar-widget-tag {
  padding: 0 0 10px 15px;
}

.shop-sidebar-wrap .sidebar-widget-tag li {
  line-height: 1;
  display: inline-block;
  margin: 8px 0;
}

.shop-sidebar-wrap .sidebar-widget-tag li a {
  display: block;
  float: left;
  padding: 8px 17px;
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 400;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  background: 0 0;
  text-transform: capitalize;
  margin-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar-wrap .sidebar-widget-tag li a {
    padding: 8px 14px;
    font-size: 14px;
    margin-left: 5px;
  }
}

.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
  background-color: var(--primary-color-two);
  border-color: var(--primary-color-two);
  color: #fff;
}

.sidebar-widget-image {
  margin: 0 0 40px;
}

.sidebar-widget-image .single-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.sidebar-widget-image .single-banner img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-widget-image .single-banner:hover img {
  -webkit-transform: scale(1.1) rotate(1deg);
  transform: scale(1.1) rotate(1deg);
}

.shop-list-wrapper .content-desc-wrap .content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .shop-list-wrapper .content-desc-wrap .content {
    margin-top: 30px;
  }
}

.shop-list-wrapper .content-desc-wrap .content .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 4px;
}

.shop-list-wrapper .content-desc-wrap .content .ratings .rating-wrap {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: #e4e4e4;
  white-space: nowrap;
}

/* .shop-list-wrapper .content-desc-wrap .content .ratings .rating-wrap::before {
  font-family: FontAwesome;
  content: "    ";
} */

/* .shop-list-wrapper .content-desc-wrap .content .ratings .rating-wrap .star {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffde00;
} */


.shop-list-wrapper .content-desc-wrap .content .ratings .rating-wrap {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: #e4e4e4;
  white-space: nowrap;
}


.shop-list-wrapper .content-desc-wrap .content .ratings .rating-wrap .text-warning {
  font-size: 22px;          
}

.shop-list-wrapper
  .content-desc-wrap
  .content
  .ratings
  .rating-wrap
  .star::before {
  font-family: FontAwesome;
  content: "    ";
}

.shop-list-wrapper .content-desc-wrap .content .ratings .rating-num {
  font-size: 14px;
  line-height: 1;
  margin-left: 6px;
  color: #9f9e9e;
}

.shop-list-wrapper .content-desc-wrap .content .title {
  font-size: 18px;
  margin: 10px 0 10px;
}

.shop-list-wrapper .content-desc-wrap .content .title a {
  text-decoration: none;
  color: #474747;
  font-weight: 500;
}

.shop-list-wrapper .content-desc-wrap .content .title a:hover {
  color: var(--primary-color-two);
}

.shop-list-wrapper .content-desc-wrap .content p {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 24px;
}

.shop-list-wrapper .content-desc-wrap .box-inner {
  margin-top: 20px;
}

.shop-list-wrapper .content-desc-wrap .box-inner .price {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin: 0 0 20px;
}

.shop-list-wrapper .content-desc-wrap .box-inner .price .new {
  color: #1d1d1d;
  font-weight: 500;
}

.shop-list-wrapper .content-desc-wrap .box-inner .price .old {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #9f9e9e;
}

.shop-list-wrapper .content-desc-wrap .box-inner .add-to-cart {
  width: 170px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--primary-color-two);
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  z-index: 11;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.shop-list-wrapper .content-desc-wrap .box-inner .add-to-cart::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--primary-color-one);
  z-index: -1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.shop-list-wrapper .content-desc-wrap .box-inner .add-to-cart:hover {
  color: #fff;
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
  background: 0 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.shop-list-wrapper .content-desc-wrap .box-inner .add-to-cart:hover::before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.shop-list-wrapper .content-desc-wrap .box-inner .actions {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.shop-list-wrapper .content-desc-wrap .box-inner .actions .action + .action {
  margin-left: 10px;
}

.shop-list-wrapper .content-desc-wrap .box-inner .actions .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #000;
  border-radius: 50%;
  background-color: #eaeaea;
  font-size: 24px;
}

.shop-list-wrapper .content-desc-wrap .box-inner .actions .action:hover {
  color: #fff;
  background-color: var(--primary-color-two);
}

.shop-list-wrapper + .shop-list-wrapper {
  margin-top: 50px;
}

.zoom-thumbs {
  width: 100%;
  margin: 18px auto 0 auto;
}

.zoom-thumbs .swiper-slide img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.zoom-thumbs .swiper-slide:hover img {
  border-color: var(--primary-color-two);
}

.zoom-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: var(--primary-color-two);
}

.zoom-thumbs .swiper-slide .img-responsive {
  width: auto;
}

.zoom-top .swiper-slide {
  border-radius: 5px;
}

.product-details-content.ml-25px {
  margin-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .product-details-content.ml-25px {
    margin-left: 0;
  }
}

.product-details-content h2 {
  color: #747474;
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 18px 0;
}

@media only screen and (max-width: 767px) {
  .product-details-content h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 479px) {
  .product-details-content h2 {
    font-size: 24px;
  }
}

.product-details-content .pricing-meta ul li + li {
  margin-left: 10px;
}

.product-details-content .pricing-meta ul li {
  font-size: 24px;
  color: #d1d2d4;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media only screen and (max-width: 479px) {
  .product-details-content .pricing-meta ul li {
    font-size: 20px;
  }
}

.product-details-content .pricing-meta ul li.new-price {
  color: var(--primary-color-two);
}

.product-details-content .pro-details-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.product-details-content .pro-details-rating-wrap .rating-product {
  margin-right: 5px;
}

.product-details-content .pro-details-rating-wrap .rating-product i {
  color: #ffde00;
  font-size: 14px;
}

.product-details-content .pro-details-rating-wrap .rating-product i + i {
  margin-left: 3px;
}

.product-details-content .pro-details-rating-wrap .read-review a {
  text-decoration: none;
  color: #424242;
  position: relative;
  margin-left: 8px;
  padding: 0;
  font-size: 16px;
  display: inline-block;
}

.product-details-content .pro-details-rating-wrap .read-review a:hover {
  color: var(--primary-color-two);
}

.product-details-content .stock {
  line-height: 1;
}

.product-details-content .stock .avallabillty {
  color: #090909;
  font-weight: 500;
}

.product-details-content .stock .avallabillty .in-stock {
  color: var(--primary-color-two);
  font-weight: 400;
}

.product-details-content .stock .avallabillty .in-stock i {
  margin: 0 5px;
}

.product-details-content .pro-details-list {
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
  color: #474747;
}

.product-details-content .pro-details-list p {
  font-weight: 400;
  color: #474747;
  line-height: 24px;
  margin: 0;
}

.product-details-content .pro-details-list li {
  display: block;
  width: 100%;
  line-height: 24px;
}

.product-details-content p {
  color: #6c788c;
  line-height: 30px;
}

.product-details-content .pro-details-quality {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0;
  width: 100%;
}

.product-details-content .pro-details-quality .cart-plus-minus {
  border: 1px solid #ebebeb;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
  background: #505050;
  border-radius: 5px;
}

.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
  color: #fff;
  cursor: pointer;
  float: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}

.product-details-content
  .pro-details-quality
  .cart-plus-minus
  input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
  outline: 0;
}

.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
  height: 50px;
  padding-top: 14px;
  right: 0;
  top: 0;
}

.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
  height: 50px;
  left: 0;
  padding-top: 14px;
  top: 0;
}

.product-details-content .pro-details-quality .pro-details-cart .add-cart {
  position: relative;
  padding: 0 35px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  background: #505050;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
}

.product-details-content
  .pro-details-quality
  .pro-details-cart
  .add-cart.buy-button {
  background: var(--primary-color-two);
}

.product-details-content
  .pro-details-quality
  .pro-details-cart
  .add-cart.buy-button:hover {
  background-color: #000;
}

.product-details-content
  .pro-details-quality
  .pro-details-cart
  .add-cart:hover {
  background-color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .pro-details-quality .pro-details-cart .add-cart {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality .pro-details-cart .add-cart {
    padding: 0 12px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 479px) {
  .product-details-content .pro-details-quality .pro-details-cart .add-cart {
    padding: 0 10px;
    font-size: 12px;
    margin-left: 5px;
  }
}

.product-details-content .pro-details-compare-wishlist a {
  padding: 0;
  border: none;
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #3d3d3d;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 479px) {
  .product-details-content .pro-details-compare-wishlist a {
    margin-left: 5px;
  }
}

.product-details-content .pro-details-compare-wishlist a:hover {
  background-color: #000;
}

.product-details-content .pro-details-same-style span {
  font-weight: 500;
  color: #5f5f5f;
  display: inline-block;
  margin-right: 5px;
}

.product-details-content .pro-details-same-style a {
  font-weight: 400;
  color: #9f9e9e;
  margin-left: 3px;
}

.product-details-content .pro-details-same-style a:hover {
  color: var(--primary-color-two);
}

.product-details-content .pro-details-same-style.pro-details-categories-info {
  margin: 10px 0;
}

.product-details-content .pro-details-same-style.pro-details-social-info {
  margin-bottom: 40px;
}

.product-details-content .pro-details-same-style.pro-details-social-info a {
  margin-left: 20px;
}

.description-review-topbar.nav {
  border-bottom: none;
  position: relative;
  margin-bottom: 0;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border-radius: 5px;
  border: 0;
  background-color: #fff;
}

.description-review-topbar.nav a {
  background: 0 0;
  border: 0;
  text-transform: capitalize;
  line-height: 24px;
  color: #363636;
  padding: 18px 20px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
}

.description-review-topbar.nav a:hover {
  color: #fff;
  background-color: var(--primary-color-two);
}

.description-review-topbar.nav a.active {
  color: #fff;
  background-color: var(--primary-color-two);
}

@media only screen and (max-width: 767px) {
  .description-review-topbar.nav a {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .description-review-topbar.nav a {
    margin: 0 10px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 479px) {
  .description-review-topbar.nav a {
    margin: 0 5px;
    font-size: 14px;
    padding: 18px 10px;
  }
}

.description-review-bottom {
  overflow: hidden;
  font-size: 16px;
  background: #fff;
  padding: 60px 50px 60px 50px;
  border: 1px solid #f4f4f4;
}

@media only screen and (max-width: 767px) {
  .description-review-bottom {
    padding: 40px 0 0 0;
    border: 0;
    border-top: 1px solid #f4f4f4;
  }
}

.description-review-bottom .product-description-wrapper {
  text-align: center;
}

.description-review-bottom .product-description-wrapper p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}

.description-review-bottom .product-anotherinfo-wrapper li {
  color: #3d3d3d;
  font-size: 16px;
  list-style: outside none none;
  margin: 0 0 13px;
  display: block;
}

.description-review-bottom .product-anotherinfo-wrapper li span {
  color: #525252;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}

.description-review-bottom .single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}

.description-review-bottom .single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}

@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review .review-img {
    margin: 0 0 20px 0;
  }
}

.description-review-bottom .single-review .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description-review-bottom .single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .review-name {
  margin-right: 15px;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .review-name
  h4 {
  font-size: 20px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  color: #525252;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .rating-product {
  line-height: 1;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  .rating-product
  i {
  overflow: hidden;
  font-size: 14px;
  color: #fdd835;
}

.description-review-bottom .single-review .review-top-wrap .review-left a {
  color: #525252;
}

.description-review-bottom
  .single-review
  .review-top-wrap
  .review-left
  a:hover {
  color: var(--primary-color-two);
}

.description-review-bottom .single-review .review-bottom p {
  margin: 0;
  width: 93%;
  color: #6c788c;
}

.description-review-bottom .single-review.child-review {
  margin-left: 70px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review.child-review {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review {
    display: block;
  }
}

.description-review-bottom .ratting-form-wrapper {
  padding-left: 50px;
  line-height: 1;
}

.description-review-bottom .ratting-form-wrapper h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #525252;
}

.description-review-bottom .ratting-form-wrapper .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 20px;
}

.description-review-bottom .ratting-form-wrapper .star-box span {
  margin: 0 15px 0 0;
  font-size: 18px;
  color: #525252;
  font-weight: 500;
}

.description-review-bottom .ratting-form-wrapper .star-box i {
  overflow: hidden;
  font-size: 14px;
  color: #fdd835;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style {
  margin-bottom: 10px;
}

.description-review-bottom .ratting-form-wrapper .rating-form-style input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
  outline: 0;
  padding: 2px 10px 2px 20px;
  background: 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  padding: 2px 10px 2px 20px;
}

.description-review-bottom
  .ratting-form-wrapper
  .rating-form-style
  input:focus {
  border-color: var(--primary-color-two);
}

.description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
  background: 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: 0;
}

.description-review-bottom
  .ratting-form-wrapper
  .rating-form-style
  textarea:focus {
  border-color: var(--primary-color-two);
}

.description-review-bottom .ratting-form-wrapper .rating-form-style button {
  width: 170px;
  height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0;
  }
}

.pro-details-color-size {
  margin-top: 30px;
  margin-bottom: 10px;
}

.pro-details-color-size p {
  font-weight: 500;
  color: #090909;
}

.pro-details-color-size .ml-30px {
  margin-left: 30px;
}

@media only screen and (max-width: 575px) {
  .pro-details-color-size .ml-30px {
    margin-left: 20px;
  }
}

.pro-details-color-size .shop-select {
  border: 1px solid #d5d5d5;
  margin-left: 10px;
  border-radius: 5px;
  height: 40px;
}

.pro-details-color-size .shop-select.show {
  height: 40px;
}

.pro-details-color-size .shop-select.show .nice-select {
  max-width: 79px;
  width: 79px;
  padding-right: 10px;
}

@media only screen and (max-width: 575px) {
  .pro-details-color-size .shop-select.show .nice-select {
    width: 70px;
  }
}

.pro-details-color-size .shop-select.show .nice-select:after {
  right: 10px;
}

.preview-tabs-product {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 455px;
  &::-webkit-scrollbar {
    width: 3px;
  }
}

.pro-details-color-size .shop-select .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: solid 1px transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  max-width: 162px;
  width: 162px;
  color: #090909;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .pro-details-color-size .shop-select .nice-select {
    width: 130px;
  }
}

.pro-details-color-size .shop-select .nice-select .current {
  color: #090909;
}

.pro-details-color-size .shop-select .nice-select:after {
  border: 0;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  height: auto;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: auto;
  color: var(--primary-color-two);
  font-size: 18px;
}

.pro-details-color-size .shop-select .nice-select .list {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translate(-21px);
  transform: scale(0.75) translate(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 15;
  width: 100%;
  color: #090909;
  font-size: 16px;
}

.pro-details-color-size .shop-select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
}

.product-details-table.pro-details-quality {
  display: block;
  margin: 30px 0 10px 0;
}

.product-details-table .table tbody tr td {
  padding: 10px 15px;
  width: 33.33%;
  text-align: center;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  font-size: 16px;
}

.product-details-table .table tbody tr td a {
  color: #090909;
}

.product-details-table .table tbody tr td a:hover {
  color: var(--primary-color-two);
}

.product-details-img.product-details-tab.product-details-tab-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
}

.product-details-img.product-details-tab.product-details-tab-2.product-details-tab-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.product-details-img.product-details-tab.product-details-tab-2 .zoom-thumbs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  width: 15%;
}

.product-details-img.product-details-tab.product-details-tab-2 .zoom-top-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
  width: 85%;
}

.zoom-thumbs-2 {
  display: inline-block;
  float: left;
  text-align: center;
}

.zoom-thumbs-2 .swiper-slide {
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0 none;
}

.zoom-thumbs-2 .swiper-slide + .swiper-slide {
  /* margin-top: 10px; */
  margin-top: 37px;
}

.zoom-thumbs-2 .swiper-slide img {
  margin: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid transparent;
  border-radius: 5px;
}

.zoom-thumbs-2 .swiper-slide.swiper-slide-thumb-active img {
  border-color: var(--primary-color-two);
}

.zoom-thumbs-2 .swiper-slide:hover img {
  border-color: var(--primary-color-two);
}

.single-product-gallery .single-product-slider-item {
  width: 50%;
}

.single-product-gallery img {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  width: 100%;
}

.single-product-gallery img:hover {
  border-color: var(--primary-color-two);
}

.single-product-sticky .single-product-slider-item {
  width: 100%;
  text-align: center;
}

.single-product-sticky img {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}

.single-product-sticky img:hover {
  border-color: var(--primary-color-two);
}

.product-details-content.sticky {
  position: sticky;
  top: 140px;
  left: 0;
  width: 100%;
}

.cart-main-area .cart-page-title {
  color: #000;
  text-align: left;
  font-size: 24px;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px;
  font-weight: 500;
}

.cart-main-area .table-content table {
  border: 1px solid #ebebeb;
  width: 100%;
}

.cart-main-area .table-content table thead > tr {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}

.cart-main-area .table-content table thead > tr > th {
  border-top: medium none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 21px 45px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.cart-main-area .table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}

.cart-main-area .table-content table tbody > tr td {
  color: #474747;
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
}

.cart-main-area .table-content table tbody > tr td.product-thumbnail {
  width: 150px;
}

.cart-main-area .table-content table tbody > tr td.product-name {
  width: 435px;
}

.cart-main-area .table-content table tbody > tr td.product-name a {
  color: #474747;
  font-size: 16px;
  font-weight: 500;
}

.cart-main-area .table-content table tbody > tr td.product-price-cart {
  width: 435px;
}

.cart-main-area .table-content table tbody > tr td.product-quantity {
  width: 435px;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 8px;
  top: 0;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 9px;
  right: 0;
  top: 0;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  .qtybutton {
  color: #474747;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-quantity
  .cart-plus-minus
  input.cart-plus-minus-box {
  color: #474747;
  float: left;
  font-size: 16px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}

.cart-main-area .table-content table tbody > tr td.product-remove {
  width: 100px;
}

.cart-main-area .table-content table tbody > tr td.product-remove a {
  color: #474747;
  font-size: 16px;
  margin: 0 10px;
}

.cart-main-area .table-content table tbody > tr td.product-remove a:hover {
  color: var(--primary-color-two);
}

.cart-main-area .table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: var(--primary-color-two);
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 12px;
  text-transform: uppercase;
}

.cart-main-area
  .table-content
  table
  tbody
  > tr
  td.product-wishlist-cart
  > a:hover {
  background-color: #000;
}

.cart-main-area .cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 60px;
}

.cart-main-area .cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .cart-main-area .cart-shiping-update-wrapper {
    display: block;
    padding: 30px 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-clear > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-shiping-update > a {
  background-color: #f2f2f2;
  border-radius: 0;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 63px 17px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-clear > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-shiping-update > a {
    padding: 18px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .cart-clear > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-shiping-update > a {
    padding: 18px 25px;
    margin: 0 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-clear > button:hover,
.cart-shiping-update-wrapper .cart-shiping-update > a:hover {
  background-color: var(--primary-color-two);
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a {
  background-color: var(--primary-color-two);
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a:hover {
  background-color: #000;
  color: #fff;
}

.cart-tax,
.discount-code-wrapper,
.grand-totall {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 45px 30px 50px;
}

.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap,
.grand-totall .title-wrap {
  position: relative;
}

.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before,
.grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}

.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title,
.grand-totall .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-right: 18px;
  background-color: #ebebeb;
  position: relative;
  z-index: 1;
  color: #000;
}

.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper,
.grand-totall .tax-wrapper {
  margin-top: 22px;
}

.tax-select-wrapper {
  margin: 15px 0 0;
}

.tax-select-wrapper select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 0;
}

.tax-select-wrapper input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 0;
}

.tax-select-wrapper .tax-select {
  margin-bottom: 20px;
}

.tax-select-wrapper .tax-select label {
  color: #000;
  font-size: 16px;
  margin: 0 0 10px;
}

.tax-select-wrapper button.cart-btn-2 {
  background: var(--primary-color-two);
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 58px;
  text-transform: uppercase;
}

.tax-select-wrapper button.cart-btn-2:hover {
  color: #fff;
  background: #000;
}

.discount-code-wrapper .title-wrap {
  margin-bottom: 22px;
}

.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}

.discount-code-wrapper .discount-code input {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 10px;
  outline: 0;
  width: 100%;
  border-radius: 0;
}

.discount-code-wrapper .discount-code button.cart-btn-2 {
  background: var(--primary-color-two);
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 58px;
  text-transform: uppercase;
}

.discount-code-wrapper .discount-code button.cart-btn-2:hover {
  color: #fff;
  background: #000;
}

.grand-totall h5 {
  font-size: 16px;
  margin: 36px 0 27px;
  font-weight: 400;
}

.grand-totall h5 span {
  float: right;
  font-size: 18px;
  font-weight: 500;
}

.grand-totall .total-shipping {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 0 27px;
  padding: 28px 0;
}

.grand-totall .total-shipping h5 {
  font-size: 16px;
  margin: 0;
}

.grand-totall .total-shipping ul {
  padding: 19px 0 0 0;
}

.grand-totall .total-shipping ul li {
  color: #474747;
  list-style: outside none none;
  margin: 0 0 6px;
  display: block;
}

.grand-totall .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #474747;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}

.grand-totall .total-shipping ul li span {
  float: right;
}

.grand-totall .grand-totall-title {
  color: var(--primary-color-two);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
}

.grand-totall .grand-totall-title span {
  float: right;
}

.grand-totall a {
  background-color: var(--primary-color-two);
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.grand-totall a:hover {
  background-color: #000;
}

.billing-info-wrap h3 {
  font-weight: 500;
  color: #000;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 16px;
}

.billing-info-wrap .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: 0;
  height: 45px;
}

.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 10px;
}

.billing-info-wrap .billing-info .checkout-account label {
  color: #474747;
  font-weight: 400;
  margin: 0 0 0 12px;
}

.billing-info-wrap .billing-info .checkout-account input {
  border: 1px solid #ebebeb;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 7px;
  cursor: pointer;
}

.billing-info-wrap .billing-select select {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: 0;
  height: 45px;
}

.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: 0;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn {
  background-color: var(--primary-color-two);
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
  z-index: 9;
}

.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
  background-color: #000;
}

.billing-info-wrap .additional-info-wrap {
  margin: 30px 0;
}

.billing-info-wrap .additional-info-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0 0 10px;
}

.billing-info-wrap .additional-info-wrap textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  font-size: 16px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: 0;
}

.billing-info-wrap label {
  margin-bottom: 10px;
}

.your-order-area h3 {
  font-weight: 500;
  color: #000;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 16px;
}

.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #ebebeb;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Rubik, sans-serif;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-top
  ul
  li {
  font-size: 16px;
  font-weight: 500;
  list-style: outside none none;
  color: #000;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-middle
  li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-bottom
  ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Rubik, sans-serif;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-bottom
  ul
  li.your-order-shipping {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 18px 0 33px;
  padding: 17px 0 19px;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-total
  ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-total
  ul
  li {
  font-weight: 500;
  color: var(--primary-color-two);
  font-size: 16px;
  list-style: outside none none;
  font-family: Rubik, sans-serif;
}

.your-order-area
  .your-order-wrap
  .your-order-product-info
  .your-order-total
  ul
  li.order-total {
  font-weight: 500;
  color: #000;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .your-order-area .your-order-wrap {
    padding: 38px 30px 44px;
  }
}

.your-order-area .payment-accordion {
  margin: 0 0 16px;
}

.your-order-area .payment-accordion:last-child {
  margin: 0 0 0;
}

.your-order-area .payment-accordion h4 a {
  color: #000;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.your-order-area .payment-accordion .panel-body {
  padding: 5px 0 0 0;
}

.your-order-area .payment-accordion .panel-body p {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #474747;
  line-height: 24px;
}

.your-order-area .Place-order {
  margin-top: 25px;
}

.your-order-area .Place-order button {
  background-color: var(--primary-color-two);
  color: #fff;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  z-index: 9;
}

.your-order-area .Place-order button:hover {
  background-color: #000;
}

.open-toggle,
.open-toggle2 {
  display: none;
}

.compare-table .table tbody {
  border-right: 1px solid #ebebeb;
}

.compare-table .table tbody tr:first-child {
  border-top: 1px solid #ebebeb;
}

.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
  line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  padding-top: 70px;
}

.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
  margin-bottom: 10px;
}

.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: var(--primary-color-two);
  color: #fff;
  border-radius: 0;
  display: inline-block;
  width: 170px;
  padding: 14px 25px 14px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
  font-weight: 500;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background-color: #000;
}

.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
  color: #000;
}

.compare-table .table tbody tr td.pro-remove button i {
  font-size: 22px;
}

.compare-table .table tbody tr td.pro-remove button:hover {
  color: var(--primary-color-two);
}

.compare-table .table tbody tr td.pro-ratting i {
  font-size: 20px;
  color: #fdd835;
}

.single-my-account {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}

.single-my-account .myaccount-info-wrapper {
  padding: 30px 20px;
  background-color: #fff;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}

.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-weight: 500;
  color: #000;
}

.single-my-account
  .myaccount-info-wrapper
  .account-info-wrapper
  .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}

.single-my-account .myaccount-info-wrapper .billing-info {
  margin-bottom: 20px;
}

.single-my-account .myaccount-info-wrapper .billing-info label {
  color: #474747;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.single-my-account .myaccount-info-wrapper .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  outline: 0;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
  font-size: 15px;
  color: var(--primary-color-two);
}

.single-my-account
  .myaccount-info-wrapper
  .billing-back-btn
  .billing-back
  a:hover {
  color: var(--primary-color-two);
}

.single-my-account
  .myaccount-info-wrapper
  .billing-back-btn
  .billing-btn
  button {
  background-color: #f2f2f2;
  border: medium none;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 16px 35px 17px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: 0;
  border-radius: 0;
}

.single-my-account
  .myaccount-info-wrapper
  .billing-back-btn
  .billing-btn
  button:hover {
  background-color: var(--primary-color-two);
  color: #fff;
}

.single-my-account .myaccount-info-wrapper .entries-wrapper {
  border: 1px solid #eaeaea;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper {
    padding: 30px 10px;
  }
}

.single-my-account .myaccount-info-wrapper .entries-wrapper:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: #eaeaea;
}

@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper:before {
    display: none;
  }
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
  padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
    padding: 0 10px 30px;
  }
}

.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
  color: #474747;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
  line-height: 24px;
}

.single-my-account
  .myaccount-info-wrapper
  .entries-wrapper
  .entries-edit-delete
  a {
  background-color: #f32013;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.single-my-account
  .myaccount-info-wrapper
  .entries-wrapper
  .entries-edit-delete
  a:hover {
  background-color: var(--primary-color-two);
}

.single-my-account
  .myaccount-info-wrapper
  .entries-wrapper
  .entries-edit-delete
  a.edit {
  background-color: #000;
  font-weight: 500;
}

.single-my-account
  .myaccount-info-wrapper
  .entries-wrapper
  .entries-edit-delete
  a.edit:hover {
  background-color: var(--primary-color-two);
}

@media only screen and (max-width: 767px) {
  .dashboard_tab_button {
    margin-bottom: 50px;
  }
}

.dashboard_tab_button li {
  margin-bottom: 10px;
}

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

.dashboard_tab_button li .nav-link {
  font-weight: 500;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.dashboard_tab_button li .nav-link.active {
  background-color: var(--primary-color-two);
}

.dashboard_content h4 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 15px;
}

.dashboard_content h5 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}

.dashboard_content p {
  font-size: 16px;
  line-height: 26px;
}

.dashboard_content p a {
  color: var(--primary-color-two);
  font-weight: 500;
}

.input-radio span {
  font-weight: 500;
  padding-right: 10px;
}

.account_login_form form span input[type="checkbox"],
.input-radio span input[type="radio"] {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.checkbox-default-more-text em {
  margin-top: 14px;
  display: block;
  line-height: 24px;
}

.table_page table {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
}

.table_page table thead {
  background: #f2f2f2;
}

.table_page table thead tr th {
  color: #24262b;
  border-bottom: 3px solid var(--primary-color-two);
  border-right: 1px solid #ededed;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}

.table_page tbody tr td {
  border-right: 1px solid #ededed;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}

.table_page tbody tr td a:hover {
  color: var(--primary-color-two);
}

.table_page table tbody tr td {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  text-align: center;
  padding: 10px;
}

.table_desc table tbody tr td:last-child,
.table_page table thead tr:last-child th {
  border-right: 0;
}

.default-form-box {
  margin-bottom: 20px;
}

.default-form-box label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.default-form-box input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 10px 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #474747;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  line-height: 45px;
}

.default-form-box input:focus {
  border-color: var(--primary-color-two);
}

.checkbox-default {
  line-height: 1;
  display: inline-block;
}

.checkbox-default input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 0;
  height: auto;
}

.checkbox-default input::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #dee2e6;
  line-height: 20px;
  text-align: center;
  left: 0;
}

.checkbox-default span {
  display: inline-block;
  -webkit-transform: translateX(35px);
  transform: translateX(35px);
  text-transform: capitalize;
  color: #777 !important;
  font-size: 16px;
  cursor: pointer;
}

.checkbox-default input:checked::after {
  position: absolute;
  content: "";
  background: var(--primary-color-two);
  border-color: var(--primary-color-two);
  font-family: FontAwesome;
  color: #fff;
}

.save_button button {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  width: 130px;
  height: 45px;
  line-height: 45px;
}

.save_button button:hover {
  border-color: var(--primary-color-two);
  background-color: var(--primary-color-two);
  color: #fff;
}

.login-register-wrapper .login-register-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.login-register-wrapper .login-register-tab-list a {
  position: relative;
}

.login-register-wrapper .login-register-tab-list a:before {
  background-color: #000;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 1px;
}

.login-register-wrapper .login-register-tab-list a:hover h4 {
  color: var(--primary-color-two) !important;
}

.login-register-wrapper .login-register-tab-list a h4 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000;
}

.login-register-wrapper .login-register-tab-list a:last-child:before {
  display: none;
}

.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left;
}

.login-register-wrapper .login-form-container .login-register-form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #474747;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  outline: 0;
}

.login-register-wrapper .login-form-container .login-register-form input:focus {
  border-color: var(--primary-color-two);
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  .login-toggle-btn {
  padding: 10px 0 19px;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  .login-toggle-btn
  input[type="checkbox"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  .login-toggle-btn
  a {
  color: #000;
  float: right;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  .login-toggle-btn
  a.flote-none {
  float: none !important;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  .login-toggle-btn
  a:hover {
  color: var(--primary-color-two);
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  button {
  background-color: #f2f2f2;
  border: medium none;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: 0;
  border-radius: 0;
  font-family: Rubik, sans-serif;
}

.login-register-wrapper
  .login-form-container
  .login-register-form
  .button-box
  button:hover {
  background-color: var(--primary-color-two);
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-register-wrapper .login-form-container {
    padding: 80px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container {
    padding: 40px 15px;
  }
}

.login-register-wrapper .login-register-tab-list a.active h4 {
  color: var(--primary-color-two);
}

.cart-heading h2 {
  color: #000;
  text-align: left;
  font-size: 24px;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px;
  font-weight: 500;
}

.empty-text-contant i {
  font-size: 60px;
  color: #000;
}

.empty-text-contant h3 {
  font-size: 20px;
  color: #000;
  margin: 20px 0 20px;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .empty-text-contant h3 {
    font-size: 18px;
  }
}

.empty-text-contant a.empty-cart-btn {
  padding: 15px 25px;
  display: inline-block;
  background: var(--primary-color-two);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

.empty-text-contant a.empty-cart-btn:hover {
  background-color: #000;
}

.empty-text-contant a.empty-cart-btn:hover i {
  -webkit-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}

.empty-text-contant a.empty-cart-btn i {
  font-size: 14px !important;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.privacy_policy_main_area .privacy_content {
  margin-bottom: 22px;
}

.privacy_policy_main_area .privacy_content h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .privacy_policy_main_area .privacy_content h2 {
    font-size: 20px;
  }
}

.privacy_policy_main_area .privacy_content h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 7px;
}

.privacy_policy_main_area .privacy_content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 19px;
}

.privacy_policy_main_area .privacy_content p a {
  color: var(--primary-color-two);
}

@media only screen and (max-width: 479px) {
  .privacy_policy_main_area .privacy_content p a {
    font-size: 12px;
  }
}

.privacy_policy_main_area .privacy_content p a:hover {
  color: var(--primary-color-two);
}

.privacy_policy_main_area .privacy_content.section_2 h2 {
  margin-bottom: 24px;
}

.privacy_policy_main_area .privacy_content.section_3:last-child {
  margin: 0;
}

.privacy_policy_main_area .privacy_content.section_3:last-child p {
  margin: 0;
}

.coming_soon_area {
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/coming-soon-bg/coming-soon.jpg);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coming_soon_area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.15;
}

.coming_soon_title {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .coming_soon_title {
    margin-bottom: 36px;
  }
}

.coming_soon_title h2 {
  font-size: 37px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .coming_soon_title h2 {
    font-size: 22px;
    margin-bottom: 11px;
  }
}

.coming_soon_title p {
  color: #fff;
  font-size: 16px;
  max-width: 730px;
  margin: 0 auto;
  line-height: 26px;
}

@media only screen and (max-width: 575px) {
  .coming_soon_title p {
    font-size: 14px;
  }
}

.coming_soon_timing {
  text-align: center;
  margin: 57px 0 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming_soon_timing {
    margin: 50px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .coming_soon_timing {
    margin: 34px 0 22px;
  }
}

.coming_soon_timing span.cdown {
  display: inline-block;
  margin-right: 35px;
  background: inherit;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
  width: 60px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-top: 0;
  font-family: Rubik, sans-serif;
}

@media only screen and (max-width: 575px) {
  .coming_soon_timing span.cdown {
    margin-right: 20px;
    width: 55px;
    font-size: 20px;
  }
}

.coming_soon_timing span.cdown:last-child {
  margin-right: 0;
}

.coming_soon_timing span p {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
}

.coming_soon_newsletter {
  text-align: center;
}

.coming_soon_newsletter .subscribe_form {
  margin-top: 0;
}

.coming_soon_newsletter .subscribe_form form {
  margin: 0 auto;
  width: 600px;
  background: inherit;
  border: 1px solid #efefef;
  border-radius: 50px;
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .coming_soon_newsletter .subscribe_form form {
    width: 100%;
  }
}

.coming_soon_newsletter .subscribe_form form input::-webkit-input-placeholder {
  color: #fff;
}

.coming_soon_newsletter .subscribe_form form input::-moz-placeholder {
  color: #fff;
}

.coming_soon_newsletter .subscribe_form form input:-ms-input-placeholder {
  color: #fff;
}

.coming_soon_newsletter .subscribe_form form input:-moz-placeholder {
  color: #fff;
}

.coming_soon_newsletter .subscribe_form form input {
  color: #fff;
  font-size: 16px;
  padding: 0 140px 0 28px;
  background: inherit;
  height: 48px;
  border: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .coming_soon_newsletter .subscribe_form form input {
    padding: 0 106px 0 18px;
    height: 45px;
  }
}

.coming_soon_newsletter .subscribe_form form button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: inherit;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  width: 120px;
  height: 48px;
}

.coming_soon_newsletter .subscribe_form form button:hover {
  color: var(--primary-color-two);
}

.coming_soon_newsletter .subscribe_form form button::before {
  content: "";
  background: #fff;
  width: 2px;
  position: absolute;
  bottom: 8px;
  top: 8px;
  left: 0;
  height: 30px;
}

@media only screen and (max-width: 767px) {
  .coming_soon_newsletter .subscribe_form form button {
    font-size: 13px;
  }
}

.coming_soon_newsletter h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .coming_soon_newsletter h3 {
    letter-spacing: 1px;
  }
}

.coming_soon_newsletter .mailchimp-error {
  text-align: center;
  color: #fff;
}

.coming_soon_newsletter .mailchimp-success {
  text-align: center;
  color: #fff;
}

.coming_soon_logo {
  margin-bottom: 32px;
}

@media only screen and (max-width: 575px) {
  .coming_soon_logo {
    margin-bottom: 25px;
  }
}

.coming_soon_container {
  position: relative;
}

.faq-area .inner-descripe {
  margin-bottom: 30px;
}

.faq-area .inner-descripe h4 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .faq-area .inner-descripe h4 {
    font-size: 20px;
  }
}

.faq-area .inner-descripe p {
  color: #474747;
  line-height: 26px;
}

.faq-area .single-my-account h3.panel-title {
  border-bottom: 0;
  text-transform: capitalize;
}

.faq-area .single-my-account h3.panel-title a {
  font-size: 16px;
  color: #212121;
  display: block;
  padding: 16px 45px;
  position: relative;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .faq-area .single-my-account h3.panel-title a {
    padding: 12px 38px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-area .single-my-account h3.panel-title a {
    font-size: 13px;
  }
}

.faq-area .single-my-account h3.panel-title a:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -14px;
}

.faq-area .single-my-account h3.panel-title span {
  color: #212121;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 10px;
  font-size: 16px;
  top: 14px;
}

@media only screen and (max-width: 767px) {
  .faq-area .single-my-account h3.panel-title span {
    top: 10px;
    font-size: 14px;
  }
}

.faq-area .single-my-account h3.panel-title a[aria-expanded="true"] {
  color: var(--primary-color-two);
}

.faq-area .single-my-account .panel-body {
  padding: 20px;
  line-height: 26px;
}

.single-my-account h3.panel-title {
  background-color: #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  line-height: 2;
}

.blank-page-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blank-page-area {
    height: 560px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blank-page-area {
    height: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .blank-page-area {
    height: 500px;
  }
}

.blank-page-area .page-not-found {
  margin-top: 310px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .blank-page-area .page-not-found {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .blank-page-area .page-not-found {
    margin-top: 150px;
  }
}

.blank-page-area .page-not-found h2 {
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  color: #4e4e4e;
  line-height: 61px;
}

@media only screen and (max-width: 767px) {
  .blank-page-area .page-not-found h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

.blank-page-area .page-not-found p {
  font-size: 36px;
  font-weight: 400;
  color: #4e4e4e;
  line-height: 61px;
  margin: 0 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .blank-page-area .page-not-found p {
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blank-page-area .page-not-found p {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 20px;
  }
}

.blank-page-area .page-not-found a {
  color: #fff;
  font-weight: 500;
  margin: 10px 0;
  display: inline-block;
  text-transform: capitalize;
  width: 208px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: var(--primary-color-two);
  margin-top: 20px;
  margin: auto;
}

.blank-page-area .page-not-found a i {
  margin-left: 10px;
  font-size: 20px;
}

.blank-page-area .page-not-found a:hover {
  background-color: #000;
}

.inner_complated {
  text-align: center;
}

.inner_complated img {
  max-width: 100%;
}

.img_cmpted {
  margin: 0 0 30px;
}

.dsc_cmpted {
  margin: 0 0 30px;
  line-height: 24px;
}

.btn_cmpted .shop-btn {
  width: 210px;
  background: var(--primary-color-two);
  text-transform: capitalize;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  font-size: 16px;
}

.btn_cmpted .shop-btn:hover {
  background-color: #1d1d1d;
}

.quick_order {
  margin: 60px 0 60px;
  text-align: center;
}

.quick_order .title {
  font-size: 32px;
}

@media only screen and (max-width: 575px) {
  .quick_order .title {
    font-size: 26px;
  }
}

.cntct.typewriter-effect a {
  font-size: 20px;
  color: #eb2606;
  margin: 15px 0 0;
  display: inline-block;
  font-weight: 500;
}

.service-left {
  position: relative;
  z-index: 1;
}

.service-left-image {
  max-width: 100%;
  display: block;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .service-left-image {
    margin: auto;
  }
}

.service-left-image-2 {
  position: absolute;
  left: auto;
  right: 25px;
  z-index: -1;
  top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-left-image-2 {
    top: 0;
    right: 0;
    width: 85%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-left-image-2 {
    top: 23px;
    right: 15%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .service-left-image-2 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .service-area .service-right-content {
    margin-top: 80px;
  }
}

.service-area .service-right-content .title {
  font-size: 36px;
  color: var(--primary-color-one);
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .service-area .service-right-content .title {
    font-size: 24px;
    line-height: 36px;
  }
}

.service-area .service-right-content .para-1 {
  color: #5e5e5e;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px;
}

.service-area .service-right-content .para-2 {
  color: #5e5e5e;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 45px;
}

.service-area .service-right-content .mision-vision .mision {
  margin-bottom: 40px;
}

.service-area .service-right-content .mision-vision .mision,
.service-area .service-right-content .mision-vision .vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .service-area .service-right-content .mision-vision .mision,
  .service-area .service-right-content .mision-vision .vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.service-area .service-right-content .mision-vision .mision .heading,
.service-area .service-right-content .mision-vision .vision .heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 235px;
  font-size: 30px;
  color: var(--primary-color-one);
  padding-left: 20px;
  position: relative;
}

.service-area .service-right-content .mision-vision .mision .heading::after,
.service-area .service-right-content .mision-vision .vision .heading::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 4px;
  content: "";
  background-color: #000;
  margin-top: -2.5px;
}

.service-area .service-right-content .mision-vision .mision-desc,
.service-area .service-right-content .mision-vision .vision-desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 235px);
  color: #747474;
  line-height: 30px;
}

@media only screen and (max-width: 575px) {
  .service-area .service-right-content .mision-vision .mision-desc,
  .service-area .service-right-content .mision-vision .vision-desc {
    width: 100%;
  }
}

.promo-video {
  border-radius: 50%;
  position: relative;
}

.promo-video .overlay-box {
  width: 98px;
  height: 98px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: absolute;
  left: 40px;
  top: -70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo-video .overlay-box {
    left: 35%;
  }
}

.promo-video .overlay-box span {
  position: absolute;
  width: 98px;
  height: 98px;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: #fff;
  font-weight: 400;
  font-size: 38px;
  border-radius: 50%;
  margin-top: -49px;
  margin-left: -49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  background-color: var(--primary-color-two);
}

@media only screen and (max-width: 479px) {
  .promo-video .overlay-box span {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 14px;
  }
}

.ripple,
.ripple:after,
.ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 98px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(230, 167, 131, 0.8);
  -ms-box-shadow: 0 0 0 0 rgba(230, 167, 131, 0.8);
  -o-box-shadow: 0 0 0 0 rgba(230, 167, 131, 0.8);
  box-shadow: 0 0 0 0 rgba(230, 167, 131, 0.8);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

@media only screen and (max-width: 479px) {
  .ripple,
  .ripple:after,
  .ripple:before {
    width: 60px;
    height: 60px;
  }
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(37, 24, 24, 0);
    box-shadow: 0 0 0 70px rgba(37, 24, 24, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.team-wrapper .team-image img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.team-wrapper .team-inner {
  margin-top: -30px;
  padding: 20px 0 20px 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  position: relative;
}

.team-wrapper .team-inner .team-content {
  text-align: left;
  line-height: 1;
}

.team-wrapper .team-inner .team-content .title {
  font-size: 18px;
  color: #393939;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-wrapper .team-inner .team-content .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: grey;
  text-transform: uppercase;
  margin: 9px 0 27px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-wrapper .team-inner .team-social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.team-wrapper .team-inner .team-social li + li {
  margin-left: 10px;
}

.team-wrapper .team-inner .team-social li a {
  width: 36px;
  height: 36px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -1px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-wrapper:hover .team-image img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.team-wrapper:hover .team-inner {
  margin-left: 40px;
  background-color: var(--primary-color-two);
}

@media only screen and (max-width: 767px) {
  .team-wrapper:hover .team-inner {
    margin-left: 30px;
  }
}

.team-wrapper:hover .team-inner .title {
  color: #fff;
}

.team-wrapper:hover .team-inner .sub-title {
  color: #fff;
}

.team-wrapper:hover .team-inner .team-social li a {
  background-color: #fff;
  color: var(--primary-color-two);
}

.gmap_canvas {
  line-height: 0;
}

.gmap_canvas iframe {
  overflow: hidden;
  background: 0 0 !important;
  height: 600px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gmap_canvas iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .gmap_canvas iframe {
    height: 350px;
  }
}

.contact-wrapper .contact-info {
  padding: 60px 40px 60px 40px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
}

@media only screen and (max-width: 575px) {
  .contact-wrapper .contact-info {
    padding: 40px 20px;
  }
}

.contact-wrapper .contact-info .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color-two);
  margin: 0 0 5px;
  display: block;
}

.contact-wrapper .contact-info .heading {
  font-size: 36px;
  color: #424242;
  font-weight: 500;
  margin: 0 0 35px;
  line-height: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper .contact-info .heading {
    font-size: 28px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-wrapper .contact-info .heading {
    font-size: 24px;
    line-height: 35px;
  }
}

.contact-wrapper .contact-info .single-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-wrapper .contact-info .single-contact .icon-box {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #2a2a2a;
  margin-right: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-wrapper .contact-info .single-contact .icon-box::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-two);
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-wrapper .contact-info .single-contact .icon-box i {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 36px;
  color: #fff;
}

@media only screen and (max-width: 479px) {
  .contact-wrapper .contact-info .single-contact .icon-box {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}

.contact-wrapper .contact-info .single-contact .info-box {
  width: calc(100% - 110px);
}

@media only screen and (max-width: 479px) {
  .contact-wrapper .contact-info .single-contact .info-box {
    width: calc(100% - 80px);
  }
}

.contact-wrapper .contact-info .single-contact .info-box .title {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 400;
  margin: 0 0 3px;
}

@media only screen and (max-width: 479px) {
  .contact-wrapper .contact-info .single-contact .info-box .title {
    font-size: 20px;
  }
}

.contact-wrapper .contact-info .single-contact .info-box p {
  font-size: 18px;
  color: #848484;
  font-weight: 400;
}

.contact-wrapper .contact-info .single-contact .info-box a {
  color: #848484;
}

.contact-wrapper .contact-info .single-contact .info-box a:hover {
  color: var(--primary-color-two);
}

.contact-wrapper .contact-info .single-contact:hover i {
  -webkit-transform: scale(0.95) rotate(0);
  transform: scale(0.95) rotate(0);
}

.contact-wrapper .contact-info .single-contact:hover .icon-box {
  background-color: var(--primary-color-two);
}

.contact-wrapper .contact-info .single-contact:hover .icon-box::after {
  background-color: #2e2e2e;
}

.contact-wrapper .contact-info .single-contact + .single-contact {
  margin-top: 45px;
}

.contact-wrapper .contact-info .social {
  margin-top: 60px;
}

.contact-wrapper .contact-info .social li {
  display: inline-block;
  margin-left: 10px;
}

.contact-wrapper .contact-info .social li a {
  width: 36px;
  height: 36px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  background-color: #000;
  border-radius: 5px;
}

.contact-wrapper .contact-info .social li a:hover {
  background-color: var(--primary-color-two);
}

.contact-form {
  padding: 60px 40px 60px 40px;
  -webkit-box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.contact-form .contact-title {
  margin: 0 0 31px;
}

.contact-form .contact-title .title {
  font-size: 36px;
  color: #424242;
  font-weight: 500;
  margin: 0 0 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form .contact-title .title {
    font-size: 28px;
  }
}

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

.contact-form .contact-title p {
  color: #747474;
  line-height: 27px;
}

.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
  background: 0 0;
  border: 1px solid #c1c1c1;
  margin-bottom: 30px;
  color: #474747;
  font-size: 14px;
}

.contact-form .contact-form-style input::-webkit-input-placeholder,
.contact-form .contact-form-style textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #999;
}

.contact-form .contact-form-style input::-moz-placeholder,
.contact-form .contact-form-style textarea::-moz-placeholder {
  font-style: italic;
  color: #999;
}

.contact-form .contact-form-style input:-ms-input-placeholder,
.contact-form .contact-form-style textarea:-ms-input-placeholder {
  font-style: italic;
  color: #999;
}

.contact-form .contact-form-style input::-ms-input-placeholder,
.contact-form .contact-form-style textarea::-ms-input-placeholder {
  font-style: italic;
  color: #999;
}

.contact-form .contact-form-style input::placeholder,
.contact-form .contact-form-style textarea::placeholder {
  font-style: italic;
  color: #999;
}

.contact-form .contact-form-style input:focus,
.contact-form .contact-form-style textarea:focus {
  border-color: var(--primary-color-two);
}

.contact-form .contact-form-style textarea {
  margin-bottom: 0;
  height: 200px;
}

.contact-form p {
  color: #474747;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .contact-form {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form {
    padding: 40px 20px;
  }
}

.contact-form button {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-form button i {
  font-size: 16px;
  margin-left: 10px;
}

.btn {
  padding: 0;
  font-size: 16px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background: var(--primary-color-two);
  width: 210px;
  height: 65px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--primary-color-one);
  z-index: -1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.btn-primary:hover {
  color: #fff;
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
  background: 0 0;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.btn-primary:hover::before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.btn-primary.blog-btn {
  background: #252525;
  width: 130px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.btn-primary.blog-btn::before {
  background: var(--primary-color-two);
}

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

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #fff;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-wrapper .category-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  border: 2px solid #474747;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin: auto;
}

@media only screen and (max-width: 479px) {
  .category-wrapper .category-inner {
    width: 140px;
    height: 140px;
  }
}

.category-wrapper .category-inner:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 100%;
  z-index: -1;
  border: 2px dashed var(--primary-color-two);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-wrapper .category-inner .category-single-item {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.category-wrapper .category-inner .category-single-item img {
  margin: auto;
}

@media only screen and (max-width: 479px) {
  .category-wrapper .category-inner .category-single-item img {
    max-width: 100%;
  }
}

.category-wrapper .category-inner .category-single-item .title {
  display: block;
  font-family: Rubik, sans-serif;
  font-weight: 600;
  color: #474747;
  margin: 12px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 479px) {
  .category-wrapper .category-inner .category-single-item .title {
    font-size: 13px;
  }
}

.category-wrapper .category-inner:hover {
  border-color: transparent;
}

.category-wrapper .category-inner:hover:after {
  opacity: 1;
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

.category-wrapper .category-inner:hover .title {
  color: var(--primary-color-two);
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.nav-center .product-tab-nav .nav-item {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 479px) {
  .nav-center .product-tab-nav .nav-item {
    margin: 0 0 20px 5px;
    font-size: 16px;
  }
}

.nav-center .product-tab-nav .nav-item:last-child {
  margin-right: 0;
}

.nav-center .product-tab-nav .nav-item .nav-link {
  color: #767676;
}

.nav-center .product-tab-nav .nav-item .nav-link span {
  width: 131px;
  height: 44px;
  margin: 0;
}

@media only screen and (max-width: 575px) {
  .nav-center .product-tab-nav .nav-item .nav-link span {
    width: 115px;
  }
}

@media only screen and (max-width: 479px) {
  .nav-center .product-tab-nav .nav-item .nav-link span {
    width: 80px;
  }
}

.nav-center .product-tab-nav .nav-item .nav-link span::after {
  /* background-image: url(../images/icons/tab-bg-2.png); */
}

@media only screen and (max-width: 479px) {
  .nav-center .product-tab-nav .nav-item .nav-link span::after {
    background-size: contain;
  }
}

.nav-center .product-tab-nav .nav-item.active,
.nav-center .product-tab-nav .nav-item:hover {
  color: #fff;
}

.nav-center .product-tab-nav .nav-item.active span::after,
.nav-center .product-tab-nav .nav-item:hover span::after {
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .nav-center.nav-center-2 .product-tab-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 479px) {
  .nav-center.nav-center-2 .product-tab-nav .nav-item {
    margin: 0 0 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-center.nav-center-2 .product-tab-nav .nav-item .nav-link span {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-center.nav-center-2 .product-tab-nav .nav-item .nav-link span::after {
    background-size: contain;
  }
}

.mb-n-30px {
  margin-bottom: -30px;
}

.product-tab-nav.nav {
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
}

.product-tab-nav .nav-item {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-tab-nav .nav-item .nav-link {
  color: #393939;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-tab-nav .nav-item .nav-link span {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 0;
}

.product-tab-nav .nav-item .nav-link span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/icons/tab-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.product-tab-nav .nav-item .nav-link.active,
.product-tab-nav .nav-item .nav-link:hover {
  color: var(--primary-color-one);
}

.product-tab-nav .nav-item .nav-link.active span::after,
.product-tab-nav .nav-item .nav-link:hover span::after {
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .col-xs-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .col-xs-6 {
    width: 100%;
  }
}

.tab-content.mt-60px {
  padding-top: 60px;
}

@media only screen and (max-width: 479px) {
  .tab-content.mt-60px {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-4-view .product .content .title a {
    font-size: 14px;
  }
}

.product {
  position: relative;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(191, 164, 109, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 20px;
}

.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(191, 164, 109, 0.2);
}

.product .add-to-cart {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: var(--primary-color-two);
  text-align: center;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  margin: auto;
  font-weight: 400;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
  opacity: 0;
  font-family: Rubik, sans-serif;
  text-transform: uppercase;
  overflow: hidden;
}

.product .add-to-cart:hover {
  color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.product .thumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f6f1 0%, #fff 100%);
  border-radius: 12px 12px 0 0;
}

.product .thumb .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.product .thumb .image img {
  z-index: 1;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: fill;
}

.product .thumb .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.product .thumb .badges {
  position: absolute;
  z-index: 8;
  top: 18px;
  left:  5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product .thumb .badges span {
  font-size: 11px;
  line-height: 1.7;
  display: block;
  padding: 6px 12px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product .thumb .badges span + span {
  margin-top: 8px;
}

.product .thumb .badges span.new {
  background: linear-gradient(135deg, var(--primary-color-one) 0%, var(--primary-color-two) 100%);
}

.product .thumb .badges span.sale {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.product .thumb .actions {
  position: absolute;
  z-index: 9;
  top: 18px;
  right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product .thumb .actions .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(191, 164, 109, 0.9);
  font-size: 20px;
  backdrop-filter: blur(10px);
}

.product .thumb .actions .action:hover {
  color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background: var(--primary-color-two);
}

.product .thumb .actions .action + .action {
  margin-top: 15px;
}

.product .thumb .actions .action:not(.wishlist) {
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

.product .thumb .actions .action.active {
  background: var(--primary-color-two);
}

.product .content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  background: linear-gradient(135deg, #fff 0%, #f8f6f1 100%);
  padding: 20px 15px 30px;
  border-radius: 0 0 12px 12px;
}

.product .content .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 4px;
}

.product .content .ratings .rating-wrap {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: #e4e4e4;
  white-space: nowrap;
}

/* .product .content .ratings .rating-wrap::before {
  font-family: FontAwesome;
  content: "    ";
} */

.product .content .ratings .rating-wrap .text-warning {
  font-size: 22px;          
}


.product .content .ratings .rating-num {
  font-size: 14px;
  line-height: 1;
  margin-left: 6px;
  color: #9f9e9e;
  display: none;
}

.product .content .title {
  font-size: 16px;
  margin: 10px 0 15px;
  font-family: Rubik, sans-serif;
  text-align: center;
}

.product .content .title a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .product .content .title a {
    font-size: 14px;
  }
}

.product .content .price {
  font-size: 18px;
  font-family: Rubik, sans-serif;
  line-height: 1;
  font-weight: 600;
  margin-top: 10px;
}

.product .content .price:not(:last-child) {
  margin-bottom: 20px;
}

.product .content .price span.new {
  color: var(--primary-color-one);
  font-weight: 700;
  font-size: 20px;
}

.product .content .price span.old {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #747474;
}

.product .content .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.product:hover .thumb .image img {
  -webkit-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}

.product:hover .thumb .image img:not(:last-child) {
  opacity: 0;
}

.product:hover .thumb .image img.hover-image {
  opacity: 1;
}

.product:hover .thumb .actions .action {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.product:hover .content .title a {
  color: #474747;
}

.product:hover .content .title a:hover {
  color: var(--primary-color-two);
}

.product:hover .add-to-cart {
  visibility: visible;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 1;
}

.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.single-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 24.8%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-col {
    width: 100%;
  }
}

.single-col .single-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.single-col .single-banner img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-col .single-banner:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.single-col .single-banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 30px;
  width: 100%;
  height: 100%;
  line-height: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 767px) {
  .single-col .single-banner .banner-content {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 479px) {
  .single-col .single-banner .banner-content {
    padding: 40px 20px;
  }
}

.single-col .single-banner .banner-content .category {
  display: block;
  font-size: 16px;
  color: #414141;
  font-weight: 500;
  margin: 0 0 12px;
}

@media only screen and (max-width: 479px) {
  .single-col .single-banner .banner-content .category {
    margin: 0 0 5px;
  }
}

.single-col .single-banner .banner-content .title {
  font-size: 30px;
  color: #424242;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  margin: 0 0 28px;
  line-height: 43px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-col .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 479px) {
  .single-col .single-banner .banner-content .title {
    font-size: 24px;
    margin: 0 0 15px;
    line-height: 32px;
  }
}

.single-col .single-banner .banner-content .shop-link {
  width: 120px;
  height: 40px;
  font-size: 14px;
}

.single-col.center-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50.3%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-col.center-col {
    width: 100%;
    margin: 30px 0;
  }
}

@media only screen and (max-width: 479px) {
  .single-col.center-col .banner-content {
    padding: 12px 20px;
  }
}

.plr-15px {
  padding: 0 15px;
}

@media only screen and (max-width: 479px) {
  .plr-15px {
    padding: 0;
  }
}

.banner-area-2 .single-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.banner-area-2 .single-banner.nth-child-1 {
  border-radius: 20px 0 0 20px;
  height: 100%;
  max-height: 700px;
  aspect-ratio: 1/1;

  img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area-2 .single-banner.nth-child-1 {
    border-radius: 20px;
  }
}

.banner-area-2 .single-banner.nth-child-2 {
  border-radius: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .banner-area-2 .single-banner.nth-child-2 {
    border-radius: 20px;
  }
}

.banner-area-2 .single-banner.nth-child-3 {
  border-radius: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .banner-area-2 .single-banner.nth-child-3 {
    border-radius: 20px;
  }
}

.banner-area-2 .single-banner img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-area-2 .single-banner .banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-area-2 .single-banner .banner-content.nth-child-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-area-2 .single-banner .banner-content.nth-child-2 {
  left: auto;
  padding-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area-2 .single-banner .banner-content.nth-child-2 {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-2 .single-banner .banner-content.nth-child-2 {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-area-2 .single-banner .banner-content.nth-child-2 {
    padding-right: 20px;
  }
}

.banner-area-2 .single-banner .banner-content.nth-child-2 .category {
  color: #f3f3f3;
}

.banner-area-2 .single-banner .banner-content.nth-child-2 .title {
  color: #e6e6e6;
  font-size: 30px;
  line-height: 43px;
  font-weight: 500;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-2 .single-banner .banner-content.nth-child-2 .title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-area-2 .single-banner .banner-content.nth-child-2 .title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 0;
  }
}

.banner-area-2 .single-banner .banner-content.nth-child-3 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area-2 .single-banner .banner-content.nth-child-3 {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 479px) {
  .banner-area-2 .single-banner .banner-content.nth-child-3 {
    padding-left: 20px;
  }
}

.banner-area-2 .single-banner .banner-content.nth-child-3 .category {
  color: #eeeeee;
}

.banner-area-2 .single-banner .banner-content.nth-child-3 .title {
  color: #eeeeee;
  font-size: 30px;
  line-height: 43px;
  font-weight: 500;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-2 .single-banner .banner-content.nth-child-3 .title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-area-2 .single-banner .banner-content.nth-child-3 .title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 0;
  }
}

.banner-area-2 .single-banner .banner-content .category {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 3px;
}

.banner-area-2 .single-banner .banner-content .title {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-2 .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 5px;
  }
}

.banner-area-2 .single-banner .banner-content .shop-link {
  font-size: 14px;
  width: 120px;
  height: 40px;
  margin: 21px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area-2 .single-banner .banner-content .shop-link {
    margin: 15px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-2 .single-banner .banner-content .shop-link {
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 479px) {
  .banner-area-2 .single-banner .banner-content .shop-link {
    margin: 15px 0 0;
    font-size: 12px;
    width: 100px;
    height: 35px;
  }
}

.banner-area-2 .single-banner:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.banner-area-3 .single-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.banner-area-3 .single-banner img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.banner-area-3 .single-banner .banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-area-3 .single-banner .banner-content .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
  background-image: url(/assets/images/banner/sticker-bg.png);
  width: 80px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-area-3 .single-banner .banner-content .title {
  color: #424242;
  font-size: 30px;
  line-height: 43px;
  font-weight: 500;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-3 .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 5px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-area-3 .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-area-3 .single-banner .banner-content .title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 5px;
  }
}

.banner-area-3 .single-banner .banner-content .shop-link {
  font-size: 14px;
  width: 120px;
  height: 40px;
  margin: 21px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area-3 .single-banner .banner-content .shop-link {
    margin: 15px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-3 .single-banner .banner-content .shop-link {
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 479px) {
  .banner-area-3 .single-banner .banner-content .shop-link {
    margin: 15px 0 0;
    font-size: 12px;
    width: 100px;
    height: 35px;
  }
}

.banner-area-3 .single-banner:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.slider-banner .single-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.slider-banner .single-banner img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-banner .single-banner img {
    height: 237.5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.slider-banner .single-banner .banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-banner .single-banner .banner-content .category {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 3px;
}

.slider-banner .single-banner .banner-content .title {
  color: #424242;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  margin: 0 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-banner .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 5px;
  }
}

.slider-banner .single-banner .banner-content .shop-link {
  font-size: 14px;
  width: 120px;
  height: 40px;
  margin: 21px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-banner .single-banner .banner-content .shop-link {
    margin: 15px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-banner .single-banner .banner-content .shop-link {
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 479px) {
  .slider-banner .single-banner .banner-content .shop-link {
    margin: 15px 0 0;
    font-size: 12px;
    width: 100px;
    height: 35px;
  }
}

.slider-banner .single-banner:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-banner .responsive-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-banner .responsive-flex .single-banner {
    margin-top: 30px;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-banner .responsive-flex .single-banner img {
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .slider-banner .responsive-flex .single-banner {
    margin-top: 30px;
  }
}

.single-blog {
  position: relative;
}

.single-blog .blog-image {
  overflow: hidden;
  border-radius: 20px;
}

.single-blog .blog-image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog:hover .blog-image img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
  padding: 30px 0 0 0;
}

.single-blog .blog-text .blog-heading {
  margin: 15px 0 21px 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 43px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-blog .blog-text .blog-heading {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog .blog-text .blog-heading {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog .blog-text .blog-heading {
    font-size: 21px;
    line-height: 32px;
  }
}

.single-blog .blog-text .blog-heading .blog-heading-link {
  color: #424242;
}

.single-blog .blog-text .blog-heading .blog-heading-link:hover {
  color: var(--primary-color-two);
}

.single-blog .blog-text .blog-detail-text {
  margin: 10px 0;
}

.single-blog .blog-text p {
  margin-bottom: 25px;
}

.single-blog .blog-athor-date span + span {
  margin-left: 15px;
}

.single-blog .blog-athor-date span {
  color: #adadad;
}

.single-blog .blog-athor-date span.blog-date {
  color: #424242;
}

.single-blog .blog-athor-date a {
  color: var(--primary-color-two);
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding: 0 5px;
}

.single-blog .blog-athor-date a::after {
  position: absolute;
  top: auto;
  bottom: 6px;
  right: -8px;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #3d3d3d;
  border-radius: 50%;
}

.single-blog .blog-athor-date a:hover {
  color: var(--primary-color-two);
}

.single-blog .blog-athor-date a i {
  color: var(--primary-color-two);
  margin-right: 5px;
}

.blog-post-content-inner .blog-title {
  font-size: 36px;
  font-weight: 500;
  margin: 15px 0 35px;
  line-height: 1.4;
  color: #2d2d2d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-content-inner .blog-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post-content-inner .blog-title {
    font-size: 24px;
  }
}

.blog-post-content-inner .blog-athor-date span + span {
  margin-left: 30px;
}

.blog-post-content-inner .blog-athor-date span {
  color: #adadad;
  font-size: 18px;
  font-weight: 500;
}

.blog-post-content-inner .blog-athor-date span.blog-date {
  color: #424242;
}

.blog-post-content-inner .blog-athor-date a {
  color: var(--primary-color-two);
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding: 0 5px;
}

.blog-post-content-inner .blog-athor-date a::after {
  position: absolute;
  top: auto;
  bottom: 9px;
  right: -19px;
  width: 9px;
  height: 9px;
  content: "";
  background-color: #3d3d3d;
  border-radius: 50%;
}

.blog-post-content-inner .blog-athor-date a:hover {
  color: var(--primary-color-two);
}

.blog-post-content-inner .blog-athor-date a i {
  color: var(--primary-color-two);
  margin-right: 5px;
}

.blog-post-content-inner .title {
  font-size: 30px;
  color: #2d2d2d;
  margin: 20px 0 30px;
  display: block;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-content-inner .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post-content-inner .title {
    font-size: 24px;
  }
}

.blog-post-content-inner P {
  color: #525252;
  line-height: 30px;
  margin-bottom: 40px;
}

.blog-post-content-inner P + p {
  margin-bottom: 40px;
}

.single-post-content .quate-speech-area {
  position: relative;
  min-height: 360px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 50px;
  z-index: 2;
}

.single-post-content .quate-speech-area .speecker-img {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  max-width: 100%;
}

@media only screen and (max-width: 575px) {
  .single-post-content .quate-speech-area .speecker-img {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.single-post-content p.quate-speech {
  padding: 40px 45px;
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
  color: #fff;
  background-color: var(--primary-color-two);
  position: relative;
  text-align: center;
  margin: 40px 0;
  font-weight: 300;
  border-radius: 5px;
  max-width: 585px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-content p.quate-speech {
    font-size: 18px;
    line-height: 32px;
    padding: 35px 20px;
    max-width: 370px;
  }
}

@media only screen and (max-width: 767px) {
  .single-post-content p.quate-speech {
    font-size: 18px;
    line-height: 32px;
    padding: 30px 25px;
    max-width: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .single-post-content p.quate-speech {
    padding: 30px 20px;
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }
}

.single-post-content p.quate-speech::after {
  position: absolute;
  top: auto;
  left: auto;
  right: -7px;
  bottom: -7px;
  content: "";
  background-image: url(../images/blog-image/quate-icon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 72px;
  height: 64px;
  opacity: 0.1;
}

.single-post-content .title {
  font-size: 30px;
  color: #2d2d2d;
  margin: 20px 0 30px;
  display: block;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-content .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .single-post-content .title {
    font-size: 24px;
  }
}

.single-post-content ul li + li {
  margin-top: 20px;
}

.single-post-content ul li {
  color: #525252;
  font-weight: 500;
  line-height: 30px;
}

.single-post-content P {
  color: #525252;
  line-height: 30px;
  margin-bottom: 30px;
}

.single-post-content P + p {
  margin-bottom: 40px;
}

.blog-sidebar .sidebar-widget {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 40px;
  border: 1px solid #f3f3f3;
}

.blog-sidebar .sidebar-widget .sidebar-title {
  font-size: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  color: #6c6c6c;
  margin: 0 0 24px;
  padding: 14px 0 15px 18px;
  background: #f3f3f3;
}

.blog-sidebar .sidebar-widget + .sidebar-widget {
  margin-top: 40px;
}

.blog-sidebar .search-widget {
  padding-bottom: 23px;
  padding-left: 20px;
  padding-right: 30px;
}

.blog-sidebar form {
  position: relative;
}

.blog-sidebar form input {
  border: 1px solid #cfcfcf;
  padding-right: 0;
  font-size: 16px;
  border-radius: 20px;
  height: 45px;
  padding-right: 55px;
}

.blog-sidebar form input:focus {
  border-color: var(--primary-color-two);
}

.blog-sidebar form input::-webkit-input-placeholder {
  color: #969696;
}

.blog-sidebar form input::-moz-placeholder {
  color: #969696;
}

.blog-sidebar form input:-ms-input-placeholder {
  color: #969696;
}

.blog-sidebar form input::-ms-input-placeholder {
  color: #969696;
}

.blog-sidebar form input::placeholder {
  color: #969696;
}

.blog-sidebar form button {
  position: absolute;
  width: 50px;
  height: 45px;
  left: auto;
  right: 0;
  font-size: 16px;
  text-align: center;
  background: 0 0;
  color: #969696;
  padding: 0;
  border: 0;
}

.blog-sidebar form button:hover {
  color: var(--primary-color-two);
}

.blog-sidebar .category-post {
  padding-bottom: 23px;
  padding-left: 20px;
  padding-right: 30px;
}

.blog-sidebar .category-post li a {
  color: #6a6a6a;
  font-size: 16px;
  display: inline-block;
  margin-top: 18px;
}

.blog-sidebar .category-post li a:hover {
  color: var(--primary-color-two);
}

.blog-sidebar .recent-post-widget {
  padding-bottom: 23px;
  padding-left: 20px;
  padding-right: 30px;
}

.blog-sidebar .recent-post-widget .recent-single-post .thumb-side img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .recent-single-post .thumb-side img {
    width: 70px;
  }
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side {
  margin: 0 0 0 18px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side a {
  font-size: 17px;
  font-weight: 400;
  color: #424242;
  line-height: 26px;
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side a:hover {
  color: var(--primary-color-two);
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side span {
  font-size: 16px;
  color: var(--primary-color-two);
  display: block;
  margin: 0 0 10px;
}

.blog-sidebar .recent-post-widget .recent-single-post .media-side span i {
  color: var(--primary-color-two);
  margin-right: 5px;
}

.blog-sidebar .recent-post-widget .recent-single-post + .recent-single-post {
  margin-top: 30px;
}

.blog-sidebar .sidebar-widget-tag {
  padding-bottom: 23px;
  padding-left: 20px;
  padding-right: 30px;
}

.blog-sidebar .sidebar-widget-tag ul li {
  line-height: 1;
  display: inline-block;
  margin: 8px 5px;
}

.blog-sidebar .sidebar-widget-tag ul li a {
  display: block;
  float: left;
  padding: 8px 18px;
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 400;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  background: 0 0;
  text-transform: capitalize;
}

.blog-sidebar .sidebar-widget-tag ul li a:hover {
  background-color: var(--primary-color-two);
  color: #fff;
  border-color: var(--primary-color-two);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .sidebar-widget-tag ul li a {
    font-size: 14px;
  }
}

.blog-post-audio {
  line-height: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-audio.sidebar iframe {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-audio.sidebar iframe {
    height: 228px;
  }
}

.blog-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-post-media {
  overflow: hidden;
}

.blog-post-media .blog-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-post-media iframe {
  border-radius: 20px;
  height: 250px;
  width: 100%;
  position: relative;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-media iframe {
    height: 308px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-media iframe {
    height: 228px;
  }
}

.blog-post-media .blog-post-video .thumb-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-post-media .blog-post-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-post-media .blog-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-single-tags-share {
  padding-bottom: 60px;
  line-height: 24px;
  border-bottom: 2px solid #f3f3f3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

@media only screen and (max-width: 575px) {
  .blog-single-tags-share {
    padding: 20px 20px;
  }
}

.blog-single-tags-share .blog-single-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .blog-single-tags-share .blog-single-tags {
    margin-bottom: 30px;
  }
}

.blog-single-tags-share span.title {
  color: #2e2e2e;
  font-size: 30px;
}

@media only screen and (max-width: 479px) {
  .blog-single-tags-share span.title {
    font-size: 20px;
  }
}

.blog-single-tags-share span.title i {
  margin-right: 30px;
}

@media only screen and (max-width: 479px) {
  .blog-single-tags-share span.title i {
    margin-right: 10px;
  }
}

.blog-single-tags-share .tag-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-single-tags-share .tag-list li {
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single-tags-share .tag-list li {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-single-tags-share .tag-list li {
    margin-right: 10px;
  }
}

.blog-single-tags-share .tag-list li a {
  display: block;
  float: left;
  padding: 4px 18px;
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 400;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  background: 0 0;
  text-transform: capitalize;
}

@media only screen and (max-width: 479px) {
  .blog-single-tags-share .tag-list li a {
    padding: 4px 10px;
  }
}

.blog-single-tags-share .tag-list li a:hover {
  background-color: var(--primary-color-two);
  color: #fff;
  border-color: var(--primary-color-two);
}

.blog-single-tags-share .social li {
  display: inline-block;
  margin-left: 10px;
}

.blog-single-tags-share .social li a {
  width: 36px;
  height: 36px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  background-color: #000;
  border-radius: 5px;
}

.blog-single-tags-share .social li a:hover {
  background-color: var(--primary-color-two);
}

.comment-area {
  line-height: 24px;
  margin-top: 100px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
}

@media only screen and (max-width: 767px) {
  .comment-area {
    margin-top: 50px;
  }
}

.comment-area .comment-heading {
  font-size: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  color: #6c6c6c;
  margin: 0 0 50px;
  padding: 14px 0 15px 18px;
  background: #f3f3f3;
}

@media only screen and (max-width: 575px) {
  .comment-area .comment-heading {
    font-size: 24px;
  }
}

.comment-area .single-review {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .comment-area .single-review {
    display: block;
  }
}

.comment-area .single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}

.comment-area .single-review .review-img img {
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .comment-area .single-review .review-img {
    margin: 0 0 20px 0;
  }
}

.comment-area .single-review .review-content {
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .comment-area .single-review .review-content {
    padding-left: 0;
  }
}

.comment-area .single-review .review-content .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-area .single-review .review-content .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-area
  .single-review
  .review-content
  .review-top-wrap
  .review-left
  .review-name
  .title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .comment-area
    .single-review
    .review-content
    .review-top-wrap
    .review-left
    .review-name
    .title {
    font-size: 20px;
  }
}

.comment-area
  .single-review
  .review-content
  .review-top-wrap
  .review-left
  .review-name
  span {
  font-weight: 400;
  color: #666;
}

.comment-area .single-review .review-content .review-top-wrap .review-left a {
  color: #474747;
}

.comment-area
  .single-review
  .review-content
  .review-top-wrap
  .review-left
  a:hover {
  color: var(--primary-color-two);
}

.comment-area .single-review .review-content p {
  margin: 0;
  line-height: 30px;
  color: #525252;
}

.comment-area .single-review .review-content .review-left a {
  font-size: 16px;
  color: #343434;
  text-transform: uppercase;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 20px;
}

.comment-area .single-review .review-content .review-left a:hover {
  color: var(--primary-color-two);
}

.comment-area .single-review .review-content .review-left a i {
  font-size: 14px;
  margin-right: 5px;
}

.comment-area .single-review.child-review {
  margin-left: 70px;
}

@media only screen and (max-width: 767px) {
  .comment-area .single-review.child-review {
    margin-left: 0;
  }
}

.blog-comment-form {
  line-height: 24px;
  margin-top: 100px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f3f3f3;
}

@media only screen and (max-width: 767px) {
  .blog-comment-form {
    margin-top: 50px;
  }
}

.blog-comment-form .comment-heading {
  font-size: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  color: #6c6c6c;
  margin: 0 0 50px;
  padding: 14px 0 15px 18px;
  background: #f3f3f3;
}

@media only screen and (max-width: 575px) {
  .blog-comment-form .comment-heading {
    font-size: 24px;
  }
}

.blog-comment-form .form-inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}

.blog-comment-form .single-form {
  margin: 0 0 30px;
}

.blog-comment-form .single-form input {
  border: 1px solid #d7d7d7;
  font-size: 14px;
  font-style: italic;
}

.blog-comment-form .single-form input::-webkit-input-placeholder {
  color: #999;
}

.blog-comment-form .single-form input::-moz-placeholder {
  color: #999;
}

.blog-comment-form .single-form input:-ms-input-placeholder {
  color: #999;
}

.blog-comment-form .single-form input::-ms-input-placeholder {
  color: #999;
}

.blog-comment-form .single-form input::placeholder {
  color: #999;
}

.blog-comment-form .single-form input:focus {
  border-color: var(--primary-color-two);
}

.blog-comment-form .single-form textarea {
  height: 180px;
  border: 1px solid #d7d7d7;
}

.blog-comment-form .single-form textarea:focus {
  border-color: var(--primary-color-two);
}

.blog-comment-form .single-form button {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.pro-pagination-style {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .pro-pagination-style {
    margin-bottom: 60px;
  }
}

.pro-pagination-style li {
  display: inline-block;
}

.pro-pagination-style li + li {
  margin-left: 10px;
}

.pro-pagination-style a {
  font-weight: 400;
  color: #d5d5d5;
  padding: 0;
  height: 40px;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  width: 40px;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-color: #d5d5d5;
  font-weight: 500;
}

.pro-pagination-style a .fa {
  font-size: 24px;
}

.pro-pagination-style a.active {
  color: #fff;
  background-color: var(--primary-color-two);
  -webkit-box-shadow: 0 5px 15px 0 rgba(234, 170, 133, 0.5);
  box-shadow: 0 5px 15px 0 rgba(234, 170, 133, 0.5);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  border-color: var(--primary-color-two);
}

.pro-pagination-style a:hover {
  color: #fff;
  background-color: var(--primary-color-two);
  -webkit-box-shadow: 0 5px 15px 0 rgba(234, 170, 133, 0.5);
  box-shadow: 0 5px 15px 0 rgba(234, 170, 133, 0.5);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  border-color: var(--primary-color-two);
}

.feature-area {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.feature-area.mt-n-65px {
  margin-top: -65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.mt-n-65px {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-area.mt-n-65px {
    margin-top: 65px;
  }
}

.feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-shadow: 0 24px 29px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 24px 29px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  z-index: 1;
}

.feature-wrapper::after {
  position: absolute;
  top: 15px;
  left: 0;
  width: 95%;
  height: 100%;
  -webkit-box-shadow: 0 24px 29px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 24px 29px 0 rgba(0, 0, 0, 0.04);
  content: "";
  border-radius: 10px;
  margin: auto;
  right: 0;
  z-index: -1;
}

.feature-wrapper::before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 90%;
  height: 100%;
  -webkit-box-shadow: 0 24px 29px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 24px 29px 0 rgba(0, 0, 0, 0.02);
  content: "";
  border-radius: 10px;
  margin: auto;
  right: 0;
  z-index: -2;
}

.feature-wrapper .single-feture-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrapper .single-feture-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrapper .single-feture-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .feature-wrapper .single-feture-col {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
}

.feature-wrapper .single-feture-col + .single-feture-col {
  position: relative;
}

.feature-wrapper .single-feture-col + .single-feture-col::after {
  position: absolute;
  top: 50%;
  left: -7.5px;
  width: 2px;
  height: 60px;
  background-color: #e7e7e7;
  content: "";
  margin-top: -30px;
}

@media only screen and (max-width: 767px) {
  .feature-wrapper .single-feture-col + .single-feture-col::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrapper
    .single-feture-col
    + .single-feture-col
    + .single-feture-col::after {
    display: none;
  }
}

.single-feature {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-feature {
    padding: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-feature {
    padding: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .single-feature {
    padding: 20px;
  }
}

.single-feature .feature-icon {
  width: 79px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 479px) {
  .single-feature .feature-icon {
    margin-right: 20px;
  }
}

.single-feature .feature-content {
  width: calc(100% - 99px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (max-width: 479px) {
  .single-feature .feature-content {
    width: calc(100% - 90px);
  }
}

.single-feature .feature-content .title {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 400;
  margin: 0 0 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 479px) {
  .single-feature .feature-content .title {
    font-size: 20px;
  }
}

.single-feature .feature-content .sub-title {
  font-size: 16px;
  color: #848484;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 479px) {
  .single-feature .feature-content .sub-title {
    font-size: 14px;
  }
}

.single-feature img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-feature:hover img {
  -webkit-transform: scale(0.9) rotate(3deg);
  transform: scale(0.9) rotate(3deg);
}

.slider-nav-style-1 {
  position: relative;
}

.slider-nav-style-1 .swiper-button-next:after {
  content: "";
}

.slider-nav-style-1 .swiper-button-prev:after {
  content: "";
}

.slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
  font-family: Pe-icon-7-stroke;
  font-size: 40px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  outline: 0;
}

@media only screen and (max-width: 575px) {
  .slider-nav-style-1 .swiper-button-next:after,
  .slider-nav-style-1 .swiper-button-prev:after {
    font-size: 24px;
  }
}

.slider-nav-style-1.small-nav .nav-item img {
  width: 100px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.slider-nav-style-1.small-nav .swiper-button-next:after,
.slider-nav-style-1.small-nav .swiper-button-prev:after {
  font-size: 30px;
}

.small-nav.slider-nav-style-1.small-nav .swiper-button-next:after,
.small-nav.slider-nav-style-1.small-nav .swiper-button-prev:after {
  font-size: 24px;
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 575px) {
  .slider-nav-style-1 .swiper-buttons .swiper-button-next,
  .slider-nav-style-1 .swiper-buttons .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev:hover {
  background-color: var(--primary-color-two);
  color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev:hover {
  background-color: var(--primary-color-two);
  color: #fff;
}

.slider-nav-style-1 .swiper-button-prev {
  outline: 0;
  right: auto;
  left: 30px;
}

@media only screen and (max-width: 767px) {
  .slider-nav-style-1 .swiper-button-prev {
    left: 15px;
  }
}

.slider-nav-style-1.small-nav .swiper-button-prev {
  outline: 0;
  right: auto;
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .slider-nav-style-1.small-nav .swiper-button-prev {
    left: 5px;
  }
}

.slider-nav-style-1 .swiper-button-next {
  outline: 0;
  left: auto;
  right: 30px;
}

@media only screen and (max-width: 767px) {
  .slider-nav-style-1 .swiper-button-next {
    right: 15px;
  }
}

.slider-nav-style-1.small-nav .swiper-button-next {
  outline: 0;
  left: auto;
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .slider-nav-style-1.small-nav .swiper-button-next {
    right: 5px;
  }
}

.slider-nav-style-1:hover .swiper-button-next,
.slider-nav-style-1:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.slider-nav-style-1:hover .swiper-button-next {
  right: 50px;
}

@media only screen and (max-width: 575px) {
  .slider-nav-style-1:hover .swiper-button-next {
    right: 20px;
  }
}

.slider-nav-style-1:hover .swiper-button-prev {
  left: 50px;
}

@media only screen and (max-width: 575px) {
  .slider-nav-style-1:hover .swiper-button-prev {
    left: 20px;
  }
}

.slider-nav-style-1.small-nav:hover .swiper-button-next {
  right: 20px;
}

.slider-nav-style-1.small-nav:hover .swiper-button-prev {
  left: 20px;
}

.breadcrumb-area {
  background-image: url('/front_assets/images/banner/innerbanner.png');
  background-color: #fcf6f6;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  line-height: 1;
  text-shadow: 1px 1px 1px black, -1px -1px 14px #0000007a;
}

@media only screen and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .breadcrumb-area {
    height: 260px;
  }
}

.breadcrumb-area .breadcrumb-title {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 60px;
  color: var(--primary-color-one);
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title {
    font-size: 36px;
  }
}

.breadcrumb-list li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 14px;
}

.breadcrumb-list li a {
  color: var(--primary-color-one);
}

.breadcrumb-list li a:hover {
  color: var(--primary-color-two);
}

.breadcrumb-list li.active {
  color: var(--primary-color-two);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--primary-color-two);
  content: "//";
}

.page-pagination li {
  display: inline-block;
}

.page-pagination li a {
  font-weight: 500;
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 41px;
  min-width: 41px;
  height: 41px;
  text-transform: uppercase;
  color: #ababab;
  letter-spacing: 2px;
  border-radius: 5px;
}

.page-pagination li a.current {
  background: #f6f5f9;
  color: var(--primary-color-two);
}

.page-pagination li a:hover {
  color: var(--primary-color-two);
}

.deal-bg {
  position: relative;
  background-color: #e7e7e7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.deal-bg.ptb-80px {
  padding: 66px 0 80px;
}

.deal-bg-2 {
  border-radius: 10px;
  margin: 0 30px;
}

@media only screen and (max-width: 479px) {
  .deal-bg-2 {
    margin: 0;
  }
}

.deal-image {
  position: absolute;
  left: auto;
  right: 40px;
  bottom: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-image {
    right: 100px;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-image {
    right: 0;
    width: 50%;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .deal-image {
    margin: auto;
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.deal-image .discount {
  width: 103px;
  height: 103px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--primary-color-two);
  border-radius: 50%;
  position: absolute;
  bottom: 60px;
  right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-image .discount {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .deal-image .discount {
    bottom: 145px;
    right: auto;
    left: 68%;
  }
}

.deal-image .discount h3 {
  color: #fff;
  font-weight: 500;
}

.deal-wrapper {
  width: 50%;
  padding-left: 90px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-wrapper {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-wrapper {
    width: 50%;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .deal-wrapper {
    margin: auto;
    width: 100%;
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 479px) {
  .deal-wrapper {
    padding-left: 30px;
  }
}

.deal-wrapper .title {
  font-size: 36px;
  /* color: #424242; */
  color:white;
  font-weight: 500;
  margin: 0;
  line-height: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-wrapper .title {
    font-size: 26px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .deal-wrapper .title {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 479px) {
  .deal-wrapper .title {
    font-size: 24px;
    line-height: 36px;
  }
}

.deal-wrapper .price {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 55px;
  margin-top: 22px;
  color: var(--primary-color-one);
  display: block;
}

@media only screen and (max-width: 575px) {
  .deal-wrapper .price {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .deal-wrapper .price {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.deal-wrapper .price .new {
  color: var(--primary-color-two);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-wrapper .price {
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-wrapper .price {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.deal-wrapper a.btn-primary {
  width: 140px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .testimonial-area.pb-40px {
    padding-bottom: 0;
  }
}

.testimonial-wrapper {
  max-width: 570px;
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-content {
  text-align: center;
  margin-top: 45px;
  position: relative;
}

.testimonial-wrapper
  .swiper-wrapper
  .swiper-slide
  .testi-inner
  .testi-content::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-image: url(../images/testimonial-image/quate-1.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 136px;
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -58.5px;
  margin-left: -68px;
  z-index: -1;
}

.testimonial-wrapper
  .swiper-wrapper
  .swiper-slide
  .testi-inner
  .testi-content
  p {
  font-size: 30px;
  line-height: 48px;
  color: #565656;
  font-style: italic;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper
    .swiper-wrapper
    .swiper-slide
    .testi-inner
    .testi-content
    p {
    font-size: 24px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-wrapper
    .swiper-wrapper
    .swiper-slide
    .testi-inner
    .testi-content
    p {
    font-size: 24px;
    line-height: 38px;
  }
}

.testimonial-wrapper .swiper-wrapper .swiper-slide .testi-inner .testi-author {
  line-height: 1;
  margin: 45px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-wrapper
  .swiper-wrapper
  .swiper-slide
  .testi-inner
  .testi-author
  .author-img {
  position: relative;
}

.testimonial-wrapper
  .swiper-wrapper
  .swiper-slide
  .testi-inner
  .testi-author
  .author-name
  .name {
  color: #393939;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonial-wrapper
  .swiper-wrapper
  .swiper-slide
  .testi-inner
  .testi-author
  .author-name
  .title {
  color: grey;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.testimonial-wrapper .swiper-button-next:after,
.testimonial-wrapper .swiper-button-prev:after {
  font-family: FontAwesome;
  font-size: 24px;
  color: #424242;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonial-wrapper .swiper-button-prev:after {
  content: "";
}

.testimonial-wrapper .swiper-button-next:after {
  content: "";
}

.testimonial-wrapper .swiper-button-prev {
  left: 25%;
}

@media only screen and (max-width: 575px) {
  .testimonial-wrapper .swiper-button-prev {
    left: 15%;
  }
}

.testimonial-wrapper .swiper-button-next {
  right: 25%;
}

@media only screen and (max-width: 575px) {
  .testimonial-wrapper .swiper-button-next {
    right: 15%;
  }
}

.testimonial-wrapper .swiper-button-next,
.testimonial-wrapper .swiper-button-prev {
  top: 60px;
}

.testimonial-wrapper .swiper-button-next:hover:after,
.testimonial-wrapper .swiper-button-prev:hover:after {
  color: var(--primary-color-two);
}

.brand-slider {
  border: 1px solid #e1e1e1;
}

.brand-slider .brand-slider-item {
  position: relative;
}

.brand-slider .brand-slider-item::after {
  position: absolute;
  top: -20px;
  left: 0;
  width: 1px;
  height: 250px;
  content: "";
  background-color: #e1e1e1;
}

.brand-slider .brand-slider-item a {
  padding: 48px 0;
  display: inline-block;
}

.brand-slider .brand-slider-item img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  opacity: 0.5;
}

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

.brand-slider .brand-slider-item.swiper-slide-active::after {
  display: none;
}

.modal-backdrop {
  background-color: transparent;
}

.modal {
  overflow: hidden !important;
  padding-right: 0 !important;
}

.modal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(234, 170, 133, 0.87);
  width: 100%;
  height: 0%;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04) translateY(9999px);
  transform: scale(0.04) translateY(9999px);
  overflow: hidden;
  z-index: 9;
}

.modal .modal-overlay {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal .modal-dialog {
  top: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.55s ease, opacity 0.35s ease-in;
  transition: all 0.55s ease, opacity 0.35s ease-in;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  margin: auto;
  z-index: 9999;
}

.modal.show::before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
  -webkit-transform: scale(2) translateY(0);
  transform: scale(2) translateY(0);
}

.modal.show .modal-dialog {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  top: 50%;
}

.modal.show .close-btn {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  top: 50px;
}

.modal.popup-login-style .modal-dialog,
.modal.popup-search-style .modal-dialog {
  max-width: 400px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 41px 1px rgba(0, 0, 0, 0.46);
  box-shadow: 0 0 41px 1px rgba(0, 0, 0, 0.46);
}

@media only screen and (max-width: 575px) {
  .modal.popup-login-style .modal-dialog,
  .modal.popup-search-style .modal-dialog {
    max-width: 380px;
  }
}

@media only screen and (max-width: 479px) {
  .modal.popup-login-style .modal-dialog,
  .modal.popup-search-style .modal-dialog {
    max-width: 330px;
  }
}

.modal.popup-login-style .modal-dialog .modal-content,
.modal.popup-search-style .modal-dialog .modal-content {
  background-color: rgba(255, 255, 255, 0.1);
}

.modal.popup-login-style .modal-dialog .modal-content .modal-body,
.modal.popup-search-style .modal-dialog .modal-content .modal-body {
  padding: 40px 20px 45px;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 50px;
  color: #fff;
  z-index: 9;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  background: 0 0;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.login-content h2 {
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 0 0 48px;
}

.login-content h3 {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 29px;
}

.login-content form > input {
  width: 100%;
  background-color: #fff;
  padding: 1px 20px;
  color: #000;
  line-height: 47px;
  border: none;
  border-radius: 5px;
  margin-bottom: 25px;
}

.login-content form > input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.login-content form > input::-moz-input-placeholder {
  color: #000;
  opacity: 1;
}

.login-content form .remember-forget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 32px;
}

.login-content form .remember-forget-wrap .remember-wrap {
  position: relative;
}

.login-content form .remember-forget-wrap .remember-wrap input {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  width: 20px;
  height: 20px;
}

.login-content form .remember-forget-wrap .remember-wrap p {
  margin: 0 0 0 30px;
  color: #fff;
  font-size: 14px;
}

.login-content form .remember-forget-wrap .remember-wrap p a {
  color: var(--primary-color-two);
}

.login-content form .remember-forget-wrap .forget-wrap a {
  font-size: 14px;
  color: var(--primary-color-two);
}

.login-content form button {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--primary-color-two);
  border-radius: 5px;
  padding: 16px 20px;
  border: none;
  text-transform: uppercase;
  line-height: 1;
}

.login-content form button:hover {
  background-color: #000;
}

.login-content form .member-register {
  margin: 27px 0 0;
}

.login-content form .member-register p {
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}

.login-content form .member-register p a {
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
  padding: 0 0 1px;
  border-bottom: 1px solid #fff;
}

.modal .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 50px;
  background: #505050;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0;
  outline: 0;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal .submit-btn:hover {
  background-color: #000;
}

.modal h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 30px;
}

.modal.fade .modal-dialog {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.modal-2.fade .modal-dialog {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.modal-2.fade.show::before {
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
  -webkit-transform: scale(2) translateY(0);
  transform: scale(2) translateY(0);
}

.modal-2.fade.show .modal-dialog {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  top: 50%;
}

.modal-2 h2 {
  color: #747474;
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 18px 0;
}

@media only screen and (max-width: 479px) {
  .modal-2 h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 479px) {
  .modal-2
    .product-details-content
    .pro-details-quality
    .pro-details-cart
    .add-cart {
    font-size: 12px;
  }
}

.modal-open .modal-2 {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0);
    transform: scale(0.02) translateY(0);
  }

  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }

  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0);
    transform: scale(2) translateY(0);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0);
    transform: scale(0.02) translateY(0);
  }

  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }

  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0);
    transform: scale(2) translateY(0);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}






/* ============================================================ */
footer.footer-style{
    /* border-top:1px solid #ccc; */
    /* background:var(--primary-color-two); */
    background: linear-gradient(#fff, var(--primary-color-three));
    padding: 40px 0;
    .our_logo{
        width: 320px;
        margin: 0 auto;
        display: block;
        text-align: center;
        color: #fff;
        max-width: 100%;
        img{
            width: 94%;
        }
    }
    ul,
    li,
    a{
padding: 0px;
margin: 0px;
color: #000;
    }

    ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* gap:20px ; */
        margin: 40px 0;

        li:not(:last-child)::after{
            content: "|";
            padding: 0 20px;
        }
    }
}





.category-product-area{
    .catg-row{
        width: 1200px;
        max-width: 100%;
        margin: auto !important;
        row-gap: 40px;
        .col-lg-3{
            padding: 0 20px;
        }
        .rounded-card{
            width: 100%;
            aspect-ratio: 1/1;
            background-color: #f2f2f2;
            border: 10px solid #fff;
            box-shadow: 0px 0px 10px 3px #ccc;
            display: block;
            border-radius: 50%;
position: relative;
padding: 20px;

img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

            .cat-label-title{
                position: absolute;
                bottom: -70px;
                background-color: var(--primary-color-one);
                color: #fff;
                padding:7px 20px;
                font-size: 15px;
                border-radius: 5px;
                min-width:100px;
                left: 50%;
transform: translateX(-50%);
text-align: center;
opacity: 0;
white-space: nowrap;
transition: all ease 0.3s;
            }

            &:hover{
                .cat-label-title{
                    bottom: -30px;
                    opacity: 1;
                }
            }
        }
    }
}


.rate {
  float: left;
  height: 46px;
  /* padding: 0 10px; */
}

.rate input {
  transition: all ease 0.3s;
}

.rate:not(:checked) > input {
  scale: 0;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 0px;
  max-height: 0px;
  overflow: hidden;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #000;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #000;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #000;
}


/*----- Ultra Attractive Preloading_icon CSS -----*/
.loading_icon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 25%, #16213e 50%, #1a1a2e 75%, #0f0f23 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  animation: backgroundPulse 4s ease-in-out infinite;
}

.loading_icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  pointer-events: none;
  animation: backgroundShift 8s ease-in-out infinite;
}

.loading_icon::after {
  content: 'Shahzer Jewellers';
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Rubik', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: white;
  letter-spacing: 4px;
  text-align: center;
  animation: fadeInUp 1.2s ease-out 0.8s both;
  text-shadow: 0 0 30px rgba(191, 164, 109, 0.8);
  background:  var(--primary-color-three);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.loader-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-wrapper-cell {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

/* Main rotating ring with gradient */
.spinner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid transparent;
  border-top: 4px solid var(--primary-color-one);
  border-right: 4px solid var(--primary-color-two);
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  box-shadow: 0 0 40px rgba(191, 164, 109, 0.5);
}

/* Inner pulsing ring */
.spinner::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 2px solid rgba(191, 164, 109, 0.4);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(191, 164, 109, 0.3);
}

/* Dots removed - clean spinner design */

/* Progress bar */
.loading_icon .progress-bar {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.loading_icon .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color-one) 0%, var(--primary-color-two) 50%, #ffd700 100%);
  border-radius: 3px;
  animation: progressFill 3s ease-out forwards;
  box-shadow: 0 0 15px rgba(191, 164, 109, 0.8);
}

/* Loading percentage */
.loading_icon .loading-percentage {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--primary-color-one);
  font-size: 16px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  animation: fadeInUp 1s ease-out 1.5s both;
  text-shadow: 0 0 20px rgba(191, 164, 109, 0.6);
}

/* Enhanced Keyframe Animations */
@keyframes backgroundPulse {
  0%, 100% {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 25%, #16213e 50%, #1a1a2e 75%, #0f0f23 100%);
  }
  50% {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 25%, #0f0f23 50%, #16213e 75%, #1a1a2e 100%);
  }
}

@keyframes backgroundShift {
  0%, 100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(-20px) translateY(-10px) rotate(1deg);
  }
  50% {
    transform: translateX(20px) translateY(-5px) rotate(-1deg);
  }
  75% {
    transform: translateX(-10px) translateY(15px) rotate(0.5deg);
  }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0) rotate(0deg);
    opacity: 0.3;
  }
  40% {
    transform: scale(1.2) rotate(180deg);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes progressFill {
  0% { width: 0%; }
  15% { width: 20%; }
  30% { width: 40%; }
  45% { width: 60%; }
  60% { width: 75%; }
  75% { width: 85%; }
  90% { width: 95%; }
  100% { width: 100%; }
}

@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(191, 164, 109, 0.5);
  }
  50% {
    box-shadow: 0 0 40px rgba(191, 164, 109, 0.8), 0 0 60px rgba(191, 164, 109, 0.4);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}

/* Mobile Responsive Loader */
@media (max-width: 768px) {
  .loading_icon::after {
    font-size: 24px;
    letter-spacing: 2px;
    bottom: 30%;
  }
  
  .loader-wrapper {
    width: 150px;
    height: 150px;
  }
  
  .spinner {
    width: 80px;
    height: 80px;
  }
  
  .spinner > div {
    width: 12px;
    height: 12px;
  }
  
  .loading_icon .progress-bar {
    width: 200px;
  }
  
  .loading_icon .loading-percentage {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .loading_icon::after {
    font-size: 20px;
    letter-spacing: 1px;
  }
  
  .loader-wrapper {
    width: 120px;
    height: 120px;
  }
  
  .spinner {
    width: 60px;
    height: 60px;
  }
  
  .spinner > div {
    width: 10px;
    height: 10px;
  }
  
  .loading_icon .progress-bar {
    width: 150px;
  }
  
  .loading_icon .loading-percentage {
    font-size: 12px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 20px) !important;
  }
  to {
    opacity: 1;
    transform: translate(0, 0px) !important;
  }
}

/* Floating Action Button */
.floating-action-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color-one) 0%, var(--primary-color-two) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(191, 164, 109, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0);
  animation: fadeInScale 0.5s ease 2s forwards;
}

.floating-action-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(191, 164, 109, 0.4);
}

.fab-icon {
  color: #fff;
  font-size: 24px;
}

.fab-tooltip {
  position: absolute;
  right: 70px;
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.floating-action-btn:hover .fab-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color-one) 0%, var(--primary-color-two) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(191, 164, 109, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(191, 164, 109, 0.4);
}

.scroll-to-top i {
  color: #fff;
  font-size: 18px;
}

@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Enhanced Hero Section */

.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-color-one) 0%, var(--primary-color-two) 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  animation: slideInDown 0.8s ease 0.2s both;
}


/* Testimonials Section */
.testimonial-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(191, 164, 109, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(191, 164, 109, 0.1);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(191, 164, 109, 0.2);
}

.testimonial-content {
  margin-bottom: 20px;
}

.testimonial-content .stars {
  color: #ffd700;
  margin-bottom: 15px;
}

.testimonial-content .stars i {
  margin-right: 2px;
}

.testimonial-content p {
  color: #555;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-color-one) 0%, var(--primary-color-two) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.author-info h5 {
  margin: 0;
  color: #333;
  font-weight: 600;
}

.author-info span {
  color: var(--primary-color-one);
  font-size: 14px;
}

/* Newsletter Section */
.newsletter-features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.feature-item i {
  font-size: 16px;
}

.newsletter-form .form-control {
  border-radius: 25px;
  border: none;
  padding: 12px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.newsletter-form .btn {
  border-radius: 25px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .floating-action-btn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  
  .fab-icon {
    font-size: 20px;
  }
  
  .scroll-to-top {
    bottom: 80px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
  
  .hero-buttons {
    flex-direction: column;
  }
  
  .newsletter-features {
    flex-direction: column;
    gap: 10px;
  }
  
  .newsletter-form form {
    flex-direction: column;
    gap: 15px;
  }
}

/* Jewellery Highlight Section Styling */
.jewellery-highlight-section {
  position: relative;
  overflow: hidden;
}

.jewellery-highlight-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(191, 164, 109, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}

.jewellery-highlight-section .btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.jewellery-highlight-section .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.jewellery-highlight-section .btn:hover::before {
  left: 100%;
}

.jewellery-highlight-section .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(191, 164, 109, 0.3);
}

/* Enhanced Product Card Animations */
.product .thumb .image img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  object-fit: cover !important;
}

.product:hover .thumb .image img {
  transform: scale(1.08) rotate(0);
}

.product .content .title a:hover {
  color: var(--primary-color-one);
  text-decoration: none;
}

/* Enhanced Section Titles */
.section-title .title {
  position: relative;
  color: #333;
}

.section-title .title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color-one), var(--primary-color-two));
  border-radius: 2px;
}

/* Enhanced Category Section Styling */
.category-section {
  position: relative;
  overflow: hidden;
}

.category-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(191, 164, 109, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-color-one) 0%, var(--primary-color-two) 100%);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  animation: slideInDown 0.8s ease 0.2s both;
}

.category-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  height: 100%;
}

.category-card:hover {
  transform: translateY(-5px);
  text-decoration: none;
  color: inherit;
}

.category-card-inner {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.category-card:hover .category-card-inner {
  box-shadow: 0 15px 40px rgba(191, 164, 109, 0.2);
  transform: translateY(-3px);
}

.category-img {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.category-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--primary-color-three);
  transition: all 0.3s ease;
}

.category-card:hover .category-image {
  border-color: var(--primary-color-one);
  transform: scale(1.1);
}

.category-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 40px;
  height: 40px;
  background: var(--primary-color-one);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
}

.category-card:hover .category-overlay {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.category-content {
  text-align: center;
}

.category-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.category-card:hover .category-title {
  color: var(--primary-color-one);
}

.category-count {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .category-card-inner {
    padding: 20px 15px;
  }
  
  .category-image {
    width: 60px;
    height: 60px;
  }
  
  .category-title {
    font-size: 14px;
  }
  
  .category-count {
    font-size: 11px;
  }
}
  /* 0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  } */
/* } */
/*----- End Preloading_icon CSS -----*/