@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Celex - Electronics eCommerce HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Template default CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap");
/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.425;
  position: relative;
  visibility: visible;
  color: #4c4c4c;
}
body[dir=rtl] {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  color: #3b3b3b;
  font-weight: 400;
}

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;
}

.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: #4c4c4c;
  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;
}

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

li {
  list-style: none;
}

input:focus,
button:focus {
  outline: 0px dotted;
  outline: 0px 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: transparent;
  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;
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

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

.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}

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

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

.pb-50px {
  padding-bottom: 50px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

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

.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: 50px;
  }
}

.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: 50px;
  }
}

.pt-70px {
  padding-top: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-70px {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-70px {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70px {
    padding-top: 50px;
  }
}

.pb-75px {
  padding-bottom: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-75px {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-75px {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-75px {
    padding-bottom: 25px;
  }
}

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

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

#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #f1ac06;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
  font-size: 32px;
  line-height: 50px;
}
#scrollUp:hover {
  background: #3b3b3b;
  color: #fff;
  -webkit-box-shadow: 0 0 20px #fff;
          box-shadow: 0 0 20px #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: 1.5s;
          animation-delay: 1.5s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(4) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(5) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(6) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.section-title {
  margin-bottom: 52px;
}
.section-title .title {
  font-size: 36px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}
.section-title .sub-title {
  color: #4c4c4c;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .section-title .sub-title {
    padding: 0;
  }
}
.section-title .animated-text {
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, right top, from(#f1ac06), color-stop(#000), to(#f1ac06));
  background: linear-gradient(90deg, #f1ac06, #000, #f1ac06);
  background-repeat: no-repeat;
  background-size: 90%;
  -webkit-animation: shine 3s linear infinite;
  animation: shine 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@-webkit-keyframes shine {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes shine {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 100%;
  }
}
/* Fixed Header */
.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: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sticky-nav.menu_fixed:hover {
  background-color: white;
}

@-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-top {
  padding: 23px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-top {
    padding: 10px 0;
  }
}

.header-top-massege p {
  color: #8a8a8a;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
}
.header-top-massege p a {
  color: #8a8a8a;
}
.header-top-massege p a:hover {
  color: #f1ac06;
}

/* Language & Currency */
.header-top-set-lan-curr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Rubik", sans-serif;
}
.header-top-set-lan-curr .dropdown .dropdown-toggle {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #8a8a8a;
  border-radius: 0px;
  background-color: transparent;
  border-right: 1px solid #e2e2e2;
  font-family: "Rubik", sans-serif;
  line-height: 17px;
}
.header-top-set-lan-curr .dropdown .dropdown-toggle i {
  font-size: 14px;
  margin-left: 7px;
  color: #8a8a8a;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 17px;
}
.header-top-set-lan-curr .dropdown .dropdown-toggle::after {
  display: none;
}
.header-top-set-lan-curr .dropdown .dropdown-toggle:hover {
  color: #f1ac06;
}
.header-top-set-lan-curr .dropdown .dropdown-toggle:hover i {
  color: #f1ac06;
}
.header-top-set-lan-curr .dropdown .dropdown-menu {
  margin: 0;
  top: 34px !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: 34px auto auto 0px !important;
}
.header-top-set-lan-curr .dropdown .dropdown-menu li {
  border-bottom: 1px solid #ebebeb;
}
.header-top-set-lan-curr .dropdown .dropdown-menu li:last-child {
  border: none;
}
.header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item {
  padding: 10px;
  color: #8a8a8a;
  line-height: 25px;
  font-size: 13px;
  background: transparent;
}
.header-top-set-lan-curr .dropdown .dropdown-menu .dropdown-item:hover {
  color: #f1ac06;
}

.dropdown_search {
  position: relative;
}
.dropdown_search .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0px 80px 0px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #474747;
  border-radius: 30px;
  background-color: #fff;
}
.dropdown_search .submit {
  position: absolute;
  top: 3px;
  left: auto;
  right: 3px;
  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: 70px;
  height: 39px;
  background: #f1ac06;
  color: #fff;
  font-size: 20px;
  border-radius: 0px 30px 30px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.header-bottom {
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom {
    padding: 10px 0;
  }
}

/* Logo */
/* Actions */
.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-actions > * + * {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .header-actions > * + * {
    padding-left: 15px;
  }
}
.header-actions .header-action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #1d1d1d;
}
.header-actions .header-action-btn.dropdown-toggle::after {
  display: none;
}
.header-actions .header-action-btn:hover {
  color: #f1ac06;
}
.header-actions .header-action-btn i {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .header-actions .header-action-btn i {
    font-size: 20px;
  }
}
.header-actions .header-action-btn .header-action-num {
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  z-index: 2;
  top: auto;
  right: -9px;
  height: 17px;
  width: 17px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  bottom: -2px;
  background-color: #f1ac06;
}
.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: #f1ac06;
}

.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-menu {
  margin: 0;
  top: 57px !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: 57px 0 auto auto !important;
}
@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: 42px !important;
    inset: 42px 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: #4c4c4c;
  line-height: 25px;
  font-size: 13px;
  background: transparent;
}
.header-bottom-set .dropdown-menu .dropdown-item:hover {
  color: #f1ac06;
}

/* Main Menu */
.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: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-menu ul li + li {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li + li {
    margin-left: 35px;
  }
}
.main-menu ul li a {
  font-size: 14px;
  line-height: 100px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  display: block;
}
.main-menu ul li a i {
  font-size: 14px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  display: inline-block;
}
.main-menu ul li:hover > a, .main-menu ul li.active > a {
  color: #f1ac06 !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: 205px;
  left: auto !important;
  background: #fff;
  -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  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;
}
.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: 19px;
  padding: 10px 0px 10px 20px;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  color: #000000;
  text-transform: capitalize;
}
.main-menu ul li.dropdown ul li a:hover {
  padding-left: 25px;
}
.main-menu ul li.dropdown ul li:last-child a {
  border-bottom: none;
}
.main-menu ul li.dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.main-menu ul li.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.main-menu ul li.dropdown li.position-static {
  position: relative !important;
}
.main-menu ul li.dropdown li.position-static i {
  position: absolute;
  right: 20px;
}
.main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-2 {
  -webkit-transform: translateY(-41px);
          transform: translateY(-41px);
  opacity: 1;
  visibility: visible;
}
.main-menu ul li.dropdown ul.sub-menu.sub-menu-2 {
  left: 100% !important;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li.dropdown ul.sub-menu.sub-menu-2 {
    left: 95% !important;
  }
}
.main-menu ul li .mega-menu {
  position: absolute;
  -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 20px 0px 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;
}
.main-menu ul li .mega-menu li ul li.title a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding-bottom: 5px;
  height: auto;
  text-transform: capitalize;
}
.main-menu ul li .mega-menu li ul li.title a:hover {
  color: #f1ac06;
  padding-left: 0px;
}
.main-menu ul li .mega-menu li ul li a {
  color: #000000;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  border: 0;
  height: auto;
}
.main-menu ul li .mega-menu li ul li a:hover {
  color: #f1ac06;
  padding-left: 10px;
}
.main-menu ul li .mega-menu ul.menu-banner {
  margin-top: 20px;
}
.main-menu ul li .mega-menu ul.menu-banner li {
  width: 50%;
  padding-right: 30px;
}
.main-menu ul li .mega-menu ul.menu-banner li a {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  height: auto;
}
.main-menu ul li .mega-menu ul.menu-banner li a img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li .mega-menu ul.menu-banner li a:hover img {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scale(1.035) rotate(0.05deg);
  transform: scale(1.035) rotate(0.05deg);
}

body.offcanvas-open {
  overflow: hidden;
}

.body.customScroll {
  height: 460px;
  overflow-x: auto;
}
@media only screen and (max-width: 575px) {
  .body.customScroll {
    height: 310px;
  }
}

.offcanvas {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 400px;
  height: 100vh;
  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: hidden;
  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: #3b3b3b;
  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: #f1ac06;
}
.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: #f1ac06;
}
.offcanvas .inner .head .offcanvas-close:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offcanvas .inner .head .offcanvas-close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas .inner .offcanvas-userpanel ul li {
  display: block;
  background: transparent;
  width: 100%;
  text-align: left;
  display: block;
  color: #3b3b3b;
  cursor: pointer;
  text-transform: uppercase;
}
.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role a {
  color: #3b3b3b;
  display: block;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 600;
}
.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role a i {
  float: right;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role a:hover {
  color: #f1ac06;
}
.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu {
  display: none;
}
.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a {
  display: block;
  padding: 7px 10px 7px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #3b3b3b;
}
.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a:hover {
  color: #f1ac06;
}
.offcanvas .inner .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a.current {
  color: #f1ac06;
}
.offcanvas .inner .offcanvas-menu ul li {
  position: relative;
  display: block;
  line-height: 28px;
}
.offcanvas .inner .offcanvas-menu ul li a {
  display: block;
  padding: 10px 0px;
  text-transform: capitalize;
  color: #4c4c4c;
  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: 0px;
  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: 0px solid #eee;
}
.offcanvas .inner .offcanvas-menu ul li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0px;
  width: 24px;
  height: 49px;
  cursor: pointer;
  background-color: transparent;
}
.offcanvas .inner .offcanvas-menu ul li:hover > a {
  color: #f1ac06;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:before {
  background: #f1ac06;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:after {
  background: #f1ac06;
}
.offcanvas .inner .offcanvas-menu ul li:last-child {
  border-bottom: 1px solid #eee;
}
.offcanvas .inner .offcanvas-social li {
  display: inline-block;
  margin: 0 10px 0px 0;
  line-height: 40px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .offcanvas .inner .offcanvas-social li {
    margin: 0 5px 0px 0;
  }
}
.offcanvas .inner .offcanvas-social li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #f1ac06;
  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 300ms linear;
  transition: all 300ms linear;
}
.offcanvas .inner .offcanvas-social li a:hover {
  background: #3b3b3b;
  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: #3b3b3b;
  border-radius: 0px;
  width: auto;
  height: auto;
}
.offcanvas .inner .foot .buttons a:hover {
  background-color: #f1ac06;
  color: #fff;
}
.offcanvas .inner .foot .buttons .current-btn {
  background-color: #f1ac06;
  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 0px;
}
.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: #3b3b3b;
  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: #f1ac06;
}
.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;
}

.inner.customScroll {
  padding-right: 20px;
  overflow-x: auto;
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 350px;
  padding: 50px 10px 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: #f1ac06;
  -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(0deg);
  transform: rotate(0deg);
}

.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::before,
.offcanvas-menu > ul > li .menu-expand::after {
  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: #3b3b3b;
}

.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: #3b3b3b;
  font-weight: 400;
}
.minicart-product-list li .content .title:hover {
  color: #f1ac06;
}
.minicart-product-list li .content .quantity-price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.minicart-product-list li .content .quantity-price .amount {
  color: #f1ac06;
  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: #3b3b3b;
  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-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-slide-item {
  background-color: #e7e7e7;
}

.slider-height {
  background-size: cover;
  background-position: center;
  height: 660px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-height {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height {
    height: 300px;
  }
}

.slider-height-2 {
  height: 750px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-height-2 {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-2 {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-2 {
    height: 400px;
  }
}
.hero-slide-content {
  position: relative;
  z-index: 9;
}
.hero-slide-content .title-1 {
  font-size: 72px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #3b3b3b;
  margin-bottom: 20px;
  line-height: 79px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content .title-1 {
    font-size: 60px;
    line-height: 69px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .title-1 {
    font-size: 50px;
    line-height: 59px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .title-1 {
    font-size: 37px;
    line-height: 48px;
    margin-bottom: 10px;
  }
}
.hero-slide-content p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .hero-slide-content p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.hero-slide-content.hero-slide-content-2 {
  margin-top: -65px;
}
.hero-slide-content.hero-slide-content-2 .category {
  color: #fff;
}
.hero-slide-content.hero-slide-content-2 .title-1 {
  color: #fff;
  font-size: 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content.hero-slide-content-2 .title-1 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content.hero-slide-content-2 .title-1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content.hero-slide-content-2 .title-1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slide-content.hero-slide-content-2 .title-1 {
    font-size: 36px;
  }
}
.hero-slide-content.hero-slide-content-2 p {
  color: #fff;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .hero-slide-content.hero-slide-content-2 p {
    max-width: 450px;
  }
}
.hero-slide-content.hero-slide-content-2 .btn {
  width: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content.hero-slide-content-2 .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.news-desc .title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 7px;
}
.news-desc .sub-title {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 25px;
}

.subscribe-form {
  position: relative;
  margin: 20px 0 0;
}
.subscribe-form .mc-news {
  position: absolute;
  left: -5000px;
}
.subscribe-form .email {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0px 130px 0px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #474747;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  line-height: 45px;
}
.subscribe-form .email::-webkit-input-placeholder {
  color: #c2c2c2;
  font-size: 12px;
}
.subscribe-form .email::-moz-placeholder {
  color: #c2c2c2;
  font-size: 12px;
}
.subscribe-form .email:-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 12px;
}
.subscribe-form .email::-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 12px;
}
.subscribe-form .email::placeholder {
  color: #c2c2c2;
  font-size: 12px;
}
.subscribe-form .email:focus {
  border-color: #f1ac06;
}
.subscribe-form .button {
  position: absolute;
  top: 3px;
  left: auto;
  right: 3px;
  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: 120px;
  height: 39px;
  background: #f1ac06;
  color: #fff;
  font-size: 14px;
  border-radius: 0px 30px 30px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  text-transform: uppercase;
}

.off-white-bg {
  background-color: #f9f9fb;
  padding-top: 55px;
}

.single-footer .footer-title {
  font-size: 18px;
  font-weight: 500;
  margin: 55px 0 25px;
}

.loc-address span {
  display: block;
  color: #373737;
}
.loc-address span i {
  font-size: 24px;
  margin-right: 25px;
}
.loc-address span a {
  font-size: 14px;
  font-weight: 400;
  color: #373737;
}
.loc-address span a:hover {
  color: #f1ac06;
}

.footer-list li {
  margin-bottom: 11px;
}
.footer-list li:last-child {
  margin: 0;
}
.footer-list li a {
  color: #373737;
}
.footer-list li a:hover {
  color: #f1ac06;
  padding-left: 10px;
}

.off-white-bg2 {
  background-color: #eeeeee;
  padding: 20px 0;
  margin-top: 55px;
}

.footer-bottom-content {
  color: #5b5b5b;
}
.footer-bottom-content .theme-name {
  color: #f1ac06;
}
.footer-bottom-content .copy-right-text i {
  color: red;
}
.footer-bottom-content .copy-right-text a {
  color: #f1ac06;
}
.footer-bottom-content .social-content-list li {
  margin-left: 35px;
}
.footer-bottom-content .social-content-list li a {
  font-size: 16px;
  color: #7a7a7a;
}
.footer-bottom-content .social-content-list li a:hover {
  color: #f1ac06;
}

@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;
  }
}
@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-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;
  }

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

  .mt-es-10px {
    margin-top: 10px;
  }
}
.modal-body {
  padding: 27px 10px 15px 10px;
}

.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;
}
.modal-dialog .modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}
.modal-dialog .modal-header span {
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 36px;
  background: #3b3b3b;
  border: 0;
  border-radius: 50%;
  display: block;
}
.modal-dialog .modal-header span:hover {
  background-color: #f1ac06;
  color: #fff;
}
.modal-dialog .product-details-content .pro-details-social-info {
  border-bottom: 0;
  padding-bottom: 0px;
}
.modal-dialog .product-details-content p.quickview-para {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 24px;
  margin: 0px 0px 20px;
  font-weight: 400;
}
@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: 95%;
  margin: auto;
}
.modal-dialog .gallery-thumbs .swiper-slide img {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-dialog .gallery-thumbs .swiper-slide:hover img {
  border-color: #f1ac06;
}
.modal-dialog .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #f1ac06;
}
.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-content {
  border: 0;
}

.shop-category-area .shop-top-bar {
  margin-bottom: 30px;
  -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: 14px;
  margin-top: 30px;
  background: #ebebeb;
  padding: 0px 10px 0px 30px;
}
@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .shop-category-area .shop-top-bar {
    padding: 15px 10px 5px 30px;
  }
}
.shop-category-area .shop-top-bar p {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .shop-category-area .shop-top-bar.d-flex {
    display: block !important;
  }
}

.shop-select .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #ebebeb;
  border-radius: 0px;
  border: solid 1px #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding-left: 18px;
  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;
}
@media only screen and (max-width: 575px) {
  .shop-select .nice-select {
    max-width: 175px;
  }
}
.shop-select .nice-select:after {
  border: 0;
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  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(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: auto;
  color: #4c4c4c;
  font-size: 16px;
}
.shop-select .nice-select .list {
  background-color: #fff;
  border-radius: 0px;
  -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: 4px;
  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: #3b3b3b;
}
.shop-select .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translate(0px);
          transform: scale(1) translate(0px);
}

.pro-pagination-style li {
  display: inline-block;
}
.pro-pagination-style a {
  font-weight: 400;
  color: #1d1d1d;
  padding: 0;
  height: 36px;
  line-height: 36px;
  background: #f6f6f6;
  font-size: 14px;
  display: inline-block;
  width: 36px;
  border-radius: 100%;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}
.pro-pagination-style a.active {
  color: #fff;
  background-color: #f1ac06;
  border-color: #f1ac06;
}
.pro-pagination-style a:hover {
  color: #fff;
  border-color: #f1ac06;
  background-color: #f1ac06;
}

.shop-sidebar-wrap h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.shop-sidebar-wrap h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #f1ac06;
}
.shop-sidebar-wrap .sidebar-widget-category li a {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 12px;
  display: block;
}
.shop-sidebar-wrap .sidebar-widget-category li a span {
  float: right;
}
.shop-sidebar-wrap .sidebar-widget-category li a:hover {
  color: #f1ac06;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 15px;
  display: block;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left {
  position: relative;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  width: auto;
  top: 6px;
  left: 1px;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #f1ac06;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.grey {
  background: #aab2bd;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.white {
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.black {
  background: #434a54;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark.camel {
  background: #c19a6b;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a {
  margin-left: 25px;
  display: block;
  color: #4c4c4c;
  font-size: 14px;
  margin-top: 0;
  line-height: 22px;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a span {
  float: right;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover .checkmark {
  border-color: #f1ac06;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a {
  color: #f1ac06;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li:hover a span {
  color: #f1ac06;
}
.shop-sidebar-wrap .sidebar-widget-group h4 {
  font-size: 15px;
  letter-spacing: 1.2px;
  display: block;
  text-transform: capitalize !important;
  margin: 15px 0;
}
.shop-sidebar-wrap .sidebar-widget-group .price-slider-amount input {
  color: #4c4c4c;
  font-size: 14px;
  border: 0;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-widget-content {
  border: 1px solid #f1ac06;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-slider-horizontal {
  height: 3px;
  margin: 20px 0 0;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-widget-header {
  background: #f1ac06;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-slider-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  outline: none;
  margin-top: -8px;
  border: 5px solid #f1ac06;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop-sidebar-wrap .sidebar-widget-group .ui-slider-handle.ui-state-hover {
  background: #f1ac06;
}
.shop-sidebar-wrap .sidebar-widget-tag li {
  line-height: 1;
  float: left;
  list-style: none;
}
.shop-sidebar-wrap .sidebar-widget-tag li a {
  display: block;
  float: left;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  color: #4c4c4c;
  font-weight: 400;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  background: #fff;
  margin: 4px;
  text-transform: capitalize;
}
.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
  background-color: #f1ac06;
  border-color: #f1ac06;
  color: #fff;
}
.shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
  margin-left: 0;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
  display: block;
}

.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
  display: none;
}

.sidebar-widget.no-cba .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
  border: 0;
}

.zoom-thumbs {
  width: 98%;
  margin: auto;
}
.zoom-thumbs .swiper-slide img {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.zoom-thumbs .swiper-slide:hover img {
  border-color: #f1ac06;
}
.zoom-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #f1ac06;
}

.product-details-content h2 {
  color: #4c4c4c;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 25px 0;
}
.product-details-content p {
  font-size: 14px;
  color: #3b3b3b;
  margin: 0 0 12px;
  font-weight: 600;
}
.product-details-content p span {
  font-weight: 400;
}
.product-details-content .quickview-para {
  font-weight: 400;
  color: #4c4c4c;
  line-height: 26px;
}
.product-details-content .pro-details-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-details-content .pro-details-rating-wrap .rating-product {
  margin-right: 20px;
}
.product-details-content .pro-details-rating-wrap .rating-product i {
  color: #fdd835;
  overflow: hidden;
  width: 16px;
  font-size: 16px;
}
.product-details-content .pro-details-rating-wrap .read-review a {
  text-decoration: none;
  color: #3b3b3b;
  position: relative;
  margin-left: 8px;
  line-height: 21px;
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  color: #4c4c4c;
}
.product-details-content .pro-details-rating-wrap .read-review a:before {
  display: inline-block;
  font-family: "Ionicons";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-right: 6px;
  content: "";
}
.product-details-content .pro-details-rating-wrap .read-review a:hover {
  color: #f1ac06;
}
.product-details-content .pricing-meta {
  font-size: 24px;
  color: #3b3b3b;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.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: #4c4c4c;
}
.product-details-content .pro-details-list p {
  font-weight: 400;
  color: #4c4c4c;
  line-height: 24px;
  margin: 0;
}
.product-details-content .pro-details-list li {
  display: block;
  width: 100%;
  line-height: 24px;
}
.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;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
  color: #4c4c4c;
  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: 24px;
}
.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: #4c4c4c;
  float: left;
  font-size: 14px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
  outline: none;
}
.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 a {
  position: relative;
  padding: 0 55px;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 15px;
  background: #f1ac06;
  color: #fff;
}
.product-details-content .pro-details-quality .pro-details-cart a:hover {
  background-color: #3b3b3b;
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality .pro-details-cart a {
    padding: 0 30px;
  }
}
.product-details-content .pro-details-wish-com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-details-content .pro-details-wish-com a {
  line-height: 30px;
  padding: 0;
  border: none;
  color: #4c4c4c;
  font-size: 14px;
  margin-right: 15px;
}
.product-details-content .pro-details-wish-com a i {
  margin-right: 10px;
}
.product-details-content .pro-details-wish-com a:hover {
  color: #f1ac06;
}
.product-details-content .pro-details-social-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  margin-top: 10px;
  padding-bottom: 12px;
}
.product-details-content .pro-details-social-info span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  font-weight: 700;
  color: #4c4c4c;
  font-size: 14px;
}
.product-details-content .pro-details-social-info .social-info a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #4c4c4c;
  margin-right: 0;
  white-space: normal;
  text-indent: 0;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  width: 30px;
}
.product-details-content .pro-details-social-info .social-info a:hover {
  color: #f1ac06;
}
.product-details-content .pro-details-policy {
  margin: 25px 0 0;
}
.product-details-content .pro-details-policy li {
  margin-bottom: 20px;
  display: block;
}
.product-details-content .pro-details-policy li:last-child {
  margin: 0;
}
.product-details-content .pro-details-policy li span {
  font-size: 14px;
  color: #4c4c4c;
  overflow: hidden;
  font-weight: 400 !important;
}
.product-details-content .pro-details-policy img {
  margin-right: 15px;
}

.description-review-topbar.nav {
  border-bottom: none;
  position: relative;
  display: block;
  margin-bottom: 0;
  margin: auto;
  text-align: center;
}
.description-review-topbar.nav a {
  background: transparent;
  border: 0;
  text-transform: capitalize;
  line-height: 24px;
  color: #4c4c4c;
  padding: 0 0 15px 0;
  margin: 0 30px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  font-family: "Rubik", sans-serif;
}
.description-review-topbar.nav a:hover {
  color: #000;
}
.description-review-topbar.nav a:hover:after {
  background-color: #f1ac06;
}
.description-review-topbar.nav a.active {
  color: #000;
}
.description-review-topbar.nav a.active:after {
  background-color: #f1ac06;
}
.description-review-topbar.nav a:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@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 15px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .description-review-topbar.nav a {
    margin: 0 5px;
    font-size: 14px;
  }
}

.description-review-bottom {
  overflow: hidden;
  font-size: 15px;
  background: #fff;
  line-height: 24px;
  text-align: left;
  padding: 40px 30px 30px 30px;
  border: 1px solid #ebebeb;
}
.description-review-bottom .product-description-wrapper p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 28px;
  color: "Rubik", sans-serif;
  width: 84%;
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .product-description-wrapper p {
    width: 100%;
  }
}
.description-review-bottom .product-anotherinfo-wrapper li {
  color: "Rubik", sans-serif;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
  display: block;
}
.description-review-bottom .product-anotherinfo-wrapper li span {
  color: #3b3b3b;
  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: 0px 0px 20px 0px;
  }
}
.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: 25px;
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product {
  line-height: 1;
  margin-bottom: 6px;
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835;
}
.description-review-bottom .single-review .review-top-wrap .review-left a {
  color: #4c4c4c;
}
.description-review-bottom .single-review .review-top-wrap .review-left a:hover {
  color: #f1ac06;
}
.description-review-bottom .single-review .review-bottom p {
  margin: 0;
  width: 93%;
}
.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;
}
.description-review-bottom .ratting-form-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.description-review-bottom .ratting-form-wrapper .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0 20px;
}
.description-review-bottom .ratting-form-wrapper .star-box span {
  margin: 0 15px 0 0;
  font-size: 15px;
  color: #3b3b3b;
}
.description-review-bottom .ratting-form-wrapper .star-box i {
  overflow: hidden;
  font-size: 18px;
  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;
  color: #3b3b3b;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  padding: 2px 10px 2px 20px;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
  background: transparent;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}
@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-size-color {
  margin: 20px 0 0px;
}
.pro-details-size-color .pro-details-color-wrap {
  font-size: 15px;
  font-weight: 600;
  color: #3b3b3b;
}
.pro-details-size-color .pro-details-color-wrap span {
  display: block;
  margin: 0 0 10px;
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin-right: 15px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  background: #fff;
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li.active {
  background-color: #434a54;
}
.pro-details-size-color .pro-details-color-wrap .pro-details-color-content li:hover {
  border: 2px solid #434A54;
}
.pro-details-size-color .product-size {
  margin-left: 20px;
}
.pro-details-size-color .product-size span {
  display: block;
  color: #3b3b3b;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
}

.product-details-table.pro-details-quality {
  display: block;
  margin: 20px 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: 14px;
}
.product-details-table .table tbody tr td a {
  color: #4c4c4c;
}
.product-details-table .table tbody tr td a:hover {
  color: #f1ac06;
}

.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 20%;
          flex: 0 0 20%;
  width: 20%;
}
.product-details-img.product-details-tab.product-details-tab-2 .zoom-top-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  width: 80%;
}

.zoom-thumbs-2 {
  display: inline-block;
  float: left;
  margin: auto;
  text-align: center;
}
.zoom-thumbs-2 .swiper-slide {
  margin: 5px 0;
  text-align: center;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  outline: 0px none;
}
.zoom-thumbs-2 .swiper-slide img {
  margin: auto;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 1px solid #fff;
}
.zoom-thumbs-2 .swiper-slide.swiper-slide-thumb-active img {
  border: 1px solid #f1ac06;
}
.zoom-thumbs-2 .swiper-slide:hover img {
  border: 1px solid #f1ac06;
}

.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: #f1ac06;
}

.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;
  margin: auto;
  width: 100%;
}
.single-product-sticky img:hover {
  border-color: #f1ac06;
}

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

.cart-main-area .cart-page-title {
  color: #3b3b3b;
  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: #3b3b3b;
  font-size: 14px;
  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: #4c4c4c;
  font-size: 15px;
  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: #4c4c4c;
  font-size: 15px;
  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: #4c4c4c;
  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: #4c4c4c;
  float: left;
  font-size: 14px;
  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: #4c4c4c;
  font-size: 16px;
  margin: 0 10px;
}
.cart-main-area .table-content table tbody > tr td.product-remove a:hover {
  color: #f1ac06;
}
.cart-main-area .table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: #f1ac06;
  border-radius: 0px;
  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: #3b3b3b;
}
.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-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #f2f2f2;
  border-radius: 0px;
  color: #3b3b3b;
  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-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px;
    margin: 0 0 15px;
  }
}

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

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

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

.cart-tax,
.discount-code-wrapper,
.grand-totall {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  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: #3b3b3b;
}

.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: 0px;
}
.tax-select-wrapper input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 0px;
}
.tax-select-wrapper .tax-select {
  margin-bottom: 20px;
}
.tax-select-wrapper .tax-select label {
  color: #3b3b3b;
  font-size: 14px;
  margin: 0 0 10px;
}
.tax-select-wrapper button.cart-btn-2 {
  background: #f1ac06;
  border-radius: 0px;
  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: #3b3b3b;
}

.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: none;
  width: 100%;
  border-radius: 0px;
}
.discount-code-wrapper .discount-code button.cart-btn-2 {
  background: #f1ac06;
  border-radius: 0px;
  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: #3b3b3b;
}

.grand-totall h5 {
  font-size: 14px;
  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: 14px;
  margin: 0;
}
.grand-totall .total-shipping ul {
  padding: 19px 0 0 0;
}
.grand-totall .total-shipping ul li {
  color: #4c4c4c;
  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: #4c4c4c;
  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: #f1ac06;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
}
.grand-totall .grand-totall-title span {
  float: right;
}
.grand-totall a {
  background-color: #f1ac06;
  border-radius: 0px;
  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: #3b3b3b;
}

.billing-info-wrap h3 {
  font-weight: 500;
  color: #3b3b3b;
  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: #4c4c4c;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}
.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 10px;
}
.billing-info-wrap .billing-info .checkout-account label {
  color: #4c4c4c;
  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: #4c4c4c;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}
.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn {
  background-color: #f1ac06;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0px;
  z-index: 9;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
  background-color: #3b3b3b;
}
.billing-info-wrap .additional-info-wrap {
  margin: 30px 0;
}
.billing-info-wrap .additional-info-wrap h4 {
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
  margin: 0 0 10px;
}
.billing-info-wrap .additional-info-wrap textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  font-size: 14px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none;
}
.billing-info-wrap label {
  margin-bottom: 10px;
}

.your-order-area h3 {
  font-weight: 500;
  color: #3b3b3b;
  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: #3b3b3b;
}
.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: #3b3b3b;
  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: #f1ac06;
  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: #3b3b3b;
  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: #3b3b3b;
  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: #4c4c4c;
  line-height: 24px;
}
.your-order-area .Place-order {
  margin-top: 25px;
}
.your-order-area .Place-order a {
  background-color: #f1ac06;
  color: #fff;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
  z-index: 9;
}
.your-order-area .Place-order a:hover {
  background-color: #3b3b3b;
}

.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: #3b3b3b;
  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: #3b3b3b;
  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: #3b3b3b;
  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-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: #f1ac06;
  color: #fff;
  border-radius: 0px;
  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: none;
  font-weight: 500;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background-color: #3b3b3b;
}
.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: none;
  color: #3b3b3b;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 22px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #f1ac06;
}
.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: #3b3b3b;
  font-weight: 600;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-weight: 600;
  color: #3b3b3b;
}
.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: #4c4c4c;
  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: #4c4c4c;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.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: #3b3b3b;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
  font-size: 15px;
  color: #f1ac06;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {
  color: #f1ac06;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button {
  background-color: #f2f2f2;
  border: medium none;
  color: #3b3b3b;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  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: none;
  border-radius: 0px;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button:hover {
  background-color: #f1ac06;
  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: #4c4c4c;
  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: 600;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover {
  background-color: #f1ac06;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {
  background-color: #3b3b3b;
  font-weight: 600;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover {
  background-color: #f1ac06;
}

/*****************************
Pages - My Account
*****************************/
@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: #3b3b3b;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.dashboard_tab_button li .nav-link.active {
  background-color: #f1ac06;
}

.dashboard_content h4 {
  font-size: 22px;
  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: 14px;
  line-height: 24px;
}
.dashboard_content p a {
  color: #f1ac06;
  font-weight: 500;
}

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

.input-radio span input[type=radio],
.account_login_form form span input[type=checkbox] {
  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 #f1ac06;
  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: #f1ac06;
}

.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: 14px;
  margin-bottom: 10px;
  display: block;
}
.default-form-box input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0px 10px 0px 20px;
  font-size: 14px;
  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: #f1ac06;
}

.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: 14px;
  cursor: pointer;
}

.checkbox-default input:checked::after {
  position: absolute;
  content: "";
  background: #f1ac06;
  border-color: #f1ac06;
  font-family: "Ionicons";
  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: #f1ac06 !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: #3b3b3b;
}
.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: #4c4c4c;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.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: #3b3b3b;
  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: #f1ac06;
}
.login-register-wrapper .login-form-container .login-register-form .button-box button {
  background-color: #f2f2f2;
  border: medium none;
  color: #3b3b3b;
  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: none;
  border-radius: 0px;
  font-family: "Rubik", sans-serif;
}
.login-register-wrapper .login-form-container .login-register-form .button-box button:hover {
  background-color: #f1ac06;
  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: #f1ac06;
}

.cart-heading h2 {
  color: #3b3b3b;
  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: #3b3b3b;
}
.empty-text-contant h1 {
  font-size: 28px;
  color: #3b3b3b;
  margin: 20px 0 20px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .empty-text-contant h1 {
    font-size: 18px;
  }
}
.empty-text-contant a.empty-cart-btn {
  padding: 15px 25px;
  display: inline-block;
  background: #f1ac06;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.empty-text-contant a.empty-cart-btn:hover {
  background-color: #3b3b3b;
}
.empty-text-contant a.empty-cart-btn:hover i {
  -webkit-transform: translate(-5px, 0px);
          transform: translate(-5px, 0px);
}
.empty-text-contant a.empty-cart-btn i {
  font-size: 16px !important;
  font-size: 18px;
  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: #f1ac06;
}
@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: #f1ac06;
}
.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;
}

/* 27. coming soon css here */
.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;
  font-family: "Josefin Sans", sans-serif;
}
@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 {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.coming_soon_newsletter .subscribe_form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.coming_soon_newsletter .subscribe_form form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.coming_soon_newsletter .subscribe_form form input:-moz-placeholder {
  /* Firefox 18- */
  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: #f1ac06;
}
.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: #3b3b3b;
  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: #4c4c4c;
  line-height: 26px;
}
.faq-area .single-my-account h3.panel-title {
  border-bottom: 0;
  text-transform: capitalize;
  background-color: #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  position: relative;
  line-height: 2;
}
.faq-area .single-my-account h3.panel-title a {
  font-size: 16px;
  color: #3b3b3b;
  display: block;
  padding: 16px 45px;
  position: relative;
}
.faq-area .single-my-account h3.panel-title a:before {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -18px;
}
@media only screen and (max-width: 575px) {
  .faq-area .single-my-account h3.panel-title a:before {
    font-size: 14px;
    margin-top: -14px;
  }
}
.faq-area .single-my-account h3.panel-title a:hover {
  color: #f1ac06;
}
@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 span {
  color: #3b3b3b;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 16px;
  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: #f1ac06;
}
.faq-area .single-my-account .panel-body {
  padding: 20px;
  line-height: 26px;
}

.blank-page-area .blank-content-header {
  margin: 0 0 3rem;
}
.blank-page-area .blank-content-header h1 {
  color: #3b3b3b;
  text-align: left;
  font-size: 28px;
  line-height: 1;
  font-style: normal;
  text-transform: none;
  margin: 0;
  font-weight: 500;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .blank-page-area .blank-content-header h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .blank-page-area .blank-content-header h1 {
    font-size: 14px;
  }
}
.blank-page-area .page-not-found {
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 1rem;
  font-size: 14px;
  color: #4c4c4c;
  max-width: 570px;
  margin: 0 auto;
}
.blank-page-area .page-not-found h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0.5rem 0 1rem;
}
.blank-page-area .page-not-found p {
  color: #4c4c4c;
}
.blank-page-area .page-not-found a {
  color: #3b3b3b;
  font-weight: 600;
  margin: 10px 0;
  display: inline-block;
  text-transform: capitalize;
}
.blank-page-area .page-not-found a:hover {
  color: #f1ac06;
}

.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: #f1ac06;
  text-transform: capitalize;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
}
.btn_cmpted .shop-btn:hover {
  background-color: #3b3b3b;
}

.quick_order {
  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;
}

.about-area .about-content h2 {
  font-weight: 500;
  margin: 0 0 15px;
  font-size: 36px;
}
@media only screen and (max-width: 479px) {
  .about-area .about-content h2 {
    font-size: 24px;
  }
}
.about-area .about-content p {
  line-height: 26px;
  font-size: 16px;
}
.about-area .about-left-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.progressbar-section .content .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.progressbar-section .content .title-desc {
  line-height: 26px;
  font-size: 16px;
}

.skill-progressbar {
  margin-bottom: 35px;
}
.skill-progressbar:last-child {
  margin-bottom: 0;
}

.team-section {
  background-color: #f6f6f6;
  padding-top: 95px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-section {
    padding-top: 72px;
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section {
    padding-top: 52px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .team-section {
    padding-top: 45px;
    padding-bottom: 25px;
  }
}

.team-single {
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 20px 30px 45px 30px;
}
.team-content {
  position: relative;
  font-size: 16px;
}
.team-name {
  font-weight: 700;
  font-size: 16px;
}
.team-img img {
  margin: 0 auto;
}
.team-social {
  width: 100%;
  background: #fff;
  bottom: -22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  position: absolute;
}
.team-social li {
  display: inline-block;
  margin-right: 10px;
}
.team-social li:last-child {
  margin-right: 0;
}
.team-social a {
  color: #212121;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}
.team-social a:hover {
  color: #f1ac06;
}
.team-single:hover .team-social {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.company-logo-single-item.swiper-slide {
  text-align: center;
}

.team-title {
  font-size: 14px;
}

.progressbar-section {
  background-color: #f6f6f6;
  padding-top: 97px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progressbar-section {
    padding-top: 77px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progressbar-section {
    padding-top: 57px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .progressbar-section {
    padding-top: 57px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-progress {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-preduct-wrapper .pe-0 {
    padding-right: 15px !important;
  }
}

.contact-map {
  margin-bottom: 60px;
}

.gmap_canvas iframe {
  overflow: hidden;
  background: none !important;
  height: 500px;
  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;
  }
}

.custom-row-2 .title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
}

.contact-info-wrap {
  background-color: #f5f5f5;
  padding: 50px 40px;
  height: 100%;
}
.contact-info-wrap .single-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.contact-info-wrap .single-contact-info .contact-info-inner {
  width: 80px;
}
.contact-info-wrap .single-contact-info .contact-info-inner .sub-title {
  display: inline-block;
  font-weight: 600;
  color: #3b3b3b;
  font-family: "Rubik", sans-serif;
}
.contact-info-wrap .single-contact-info .contact-info-dec p {
  margin: 0;
  color: #4c4c4c;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap .single-contact-info .contact-info-dec p {
    font-size: 14px;
  }
}
.contact-info-wrap .single-contact-info .contact-info-dec p a {
  color: #4c4c4c;
}
.contact-info-wrap .single-contact-info .contact-info-dec p a:hover {
  color: #f1ac06;
}
.contact-info-wrap .contact-social .title {
  font-size: 20px;
  margin: 30px 0 17px;
  font-weight: 500;
}
.contact-info-wrap .contact-social .social-info a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #4c4c4c;
  font-size: 20px;
  padding: 0;
  line-height: 36px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin-right: 20px;
}
.contact-info-wrap .contact-social .social-info a:hover {
  color: #f1ac06;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap {
    padding: 50px 27px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-wrap {
    padding: 50px 20px;
  }
}

.contact-form {
  background-color: #f5f5f5;
  padding: 50px 40px;
}
.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
  background: transparent;
  border: 1px solid #c1c1c1;
  margin-bottom: 30px;
  color: #4c4c4c;
}
.contact-form .contact-form-style input:focus,
.contact-form .contact-form-style textarea:focus {
  border-color: #f1ac06;
}
.contact-form .contact-form-style textarea {
  margin-bottom: 0;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-form-style textarea {
    height: 130px;
  }
}
.contact-form p {
  color: #4c4c4c;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    padding: 50px 27px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 50px 20px;
  }
}

.btn {
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  width: 150px;
  height: 50px;
  border: 0;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-primary {
  color: #fff;
  background-color: #f1ac06;
  border-color: #f1ac06;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-primary:hover {
  color: #fff;
  background-color: #f1ac06;
  border-color: #f1ac06;
}

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

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

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #f1ac06;
  border-color: #f1ac06;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f1ac06;
  border-color: #f1ac06;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.category-slider {
  margin: 0 30px;
}

.category-wrapper {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category-wrapper .category-inner .category-single-item {
  position: relative;
  overflow: hidden;
}
.category-wrapper .category-inner .category-single-item img {
  max-width: 100%;
  -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;
  width: 100%;
}
.category-wrapper .category-inner .category-single-item .title {
  position: absolute;
  z-index: 8;
  top: auto;
  left: auto;
  bottom: 25px;
  right: 25px;
  font-size: 20px;
  line-height: 28px;
  color: #3b3b3b;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 575px) {
  .category-wrapper .category-inner .category-single-item .title {
    bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
.category-wrapper .category-inner .category-single-item .badges {
  position: absolute;
  z-index: 8;
  top: 25px;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category-wrapper .category-inner .category-single-item .badges span {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  border-radius: 30px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  width: auto;
  height: 20px;
  padding: 0 10px;
  color: #fff;
  background-color: #f1ac06;
  line-height: 22.5px;
}
.category-wrapper .category-inner:hover img {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

/* Product Tab Nav */
.product-tab-nav {
  margin: 5px 0 10px;
}
.product-tab-nav .nav-item {
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 575px) {
  .product-tab-nav .nav-item {
    margin-right: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .product-tab-nav .nav-item {
    font-size: 14px;
  }
}
.product-tab-nav .nav-item:last-child {
  margin-right: 0;
}
.product-tab-nav .nav-item .nav-link {
  color: #474747;
  padding: 0;
}
.product-tab-nav .nav-item .nav-link:hover, .product-tab-nav .nav-item .nav-link.active {
  color: #f1ac06;
}

@media only screen and (max-width: 575px) {
  .col-xs-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .col-xs-6 {
    width: 100%;
  }
}
/* Product Style */
.product {
  overflow: hidden;
}
.product .thumb {
  position: relative;
  overflow: hidden;
}
.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%;
}
.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: 18px;
  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: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  border-radius: 30px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  width: auto;
  height: 20px;
  padding: 0 10px;
  line-height: 22.5px;
  color: #fff;
}
.product .thumb .badges span + span {
  margin-top: 10px;
}
.product .thumb .badges span.new {
  background-color: #000;
}
.product .thumb .badges span.sale {
  background-color: #f1ac06;
}
.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;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #3b3b3b;
  border-radius: 50%;
  background-color: #fff;
}
.product .thumb .actions .action i {
  font-size: 14px;
  line-height: 1;
}
.product .thumb .actions .action + .action {
  margin-top: 10px;
}
.product .thumb .actions .action:not(.wishlist) {
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.product .thumb .actions .action.active {
  color: #f1ac06;
}
.product .thumb .actions .action:hover:not(.active) {
  color: #fff;
  background-color: #f1ac06;
}
.product .thumb .add-to-cart {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
  border: 0;
  border-radius: 30px;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  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(20px);
          transform: translateY(20px);
  color: #3b3b3b;
  opacity: 0;
  font-family: "Josefin Sans", sans-serif;
}
.product .thumb .add-to-cart:hover {
  background-color: #f1ac06;
  color: #fff;
}
.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;
  padding: 20px 15px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  background-color: #fff;
}
.product .content .title {
  font-size: 14px;
  margin: 7px 0 6px;
  font-family: "Rubik", sans-serif;
}
.product .content .title a {
  text-decoration: none;
  line-height: 1.4;
  color: #1d1d1d;
  font-size: 16px;
}
.product .content .price {
  font-size: 16px;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  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;
  color: #f1ac06;
}
.product .content .price:not(:last-child) {
  margin-bottom: 20px;
}
.product .content .price span.new {
  font-weight: 500;
}
.product .content .price span.old {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #999999;
}
.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(3deg);
          transform: scale(1.1) rotate(3deg);
}
.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 .thumb .add-to-cart {
  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: #f1ac06;
}

.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;
}

.banner {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.banner .info {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 40px;
}
@media only screen and (max-width: 575px) {
  .banner .info {
    padding: 20px;
  }
}
.banner .info .content:not(:last-child) {
  margin-bottom: 25px;
}
.banner .info .content .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  margin-bottom: 16px;
  color: #3b3b3b;
  font-family: "Rubik", sans-serif;
}
@media only screen and (max-width: 767px) {
  .banner .info .content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .banner .info .content .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.banner .info .content p {
  font-size: 16px;
  line-height: 39px;
  color: #4c4c4c;
}
@media only screen and (max-width: 479px) {
  .banner .info .content p {
    line-height: 24px;
  }
}

.banner-2 {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-2 img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner-2:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.banner-2 .info {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 60px 60px 60px 30px;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-2 .info {
    padding: 40px 30px 40px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-2 .info {
    padding: 20px;
  }
}
.banner-2 .info .content:not(:last-child) {
  margin-bottom: 25px;
}
.banner-2 .info .content .category {
  font-size: 16px;
  color: #4c4c4c;
  margin: 0 0 12px;
  text-transform: uppercase;
  display: block;
}
.banner-2 .info .content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 24px;
  color: #4c4c4c;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-2 .info .content .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-2 .info .content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-2 .info .content .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.banner-2 .info .content .shop-link {
  font-size: 18px;
  line-height: 36px;
  color: #4c4c4c;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.banner-2 .info .content .shop-link:hover {
  color: #f1ac06;
}
@media only screen and (max-width: 479px) {
  .banner-2 .info .content .shop-link {
    line-height: 24px;
  }
}

.banner-3 {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-3 img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner-3:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.banner-3 .info {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 60px 60px 60px 30px;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-3 .info {
    padding: 20px 30px 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-3 .info {
    padding: 40px 30px 40px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-3 .info {
    padding: 20px;
  }
}
.banner-3 .info .content:not(:last-child) {
  margin-bottom: 25px;
}
.banner-3 .info .content .category {
  font-size: 16px;
  color: #4c4c4c;
  margin: 0 0 12px;
  text-transform: uppercase;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-3 .info .content .category {
    margin-bottom: 10px;
  }
}
.banner-3 .info .content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 24px;
  color: #4c4c4c;
  font-family: "Rubik", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-3 .info .content .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-3 .info .content .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-3 .info .content .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-3 .info .content .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.banner-3 .info .content .shop-link {
  font-size: 18px;
  line-height: 36px;
  color: #4c4c4c;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.banner-3 .info .content .shop-link:hover {
  color: #f1ac06;
}
@media only screen and (max-width: 479px) {
  .banner-3 .info .content .shop-link {
    line-height: 24px;
  }
}

.single-blog {
  position: relative;
}
.single-blog .blog-image {
  overflow: hidden;
}
.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 {
  margin-top: 28px;
}
.single-blog .blog-text .blog-heading {
  margin: 12px 0;
  font-size: 24px;
  font-weight: 500;
}
.single-blog .blog-text .blog-heading .blog-heading-link {
  color: #3b3b3b;
  line-height: 34px;
}
.single-blog .blog-text .blog-heading .blog-heading-link:hover {
  color: #f1ac06;
}
.single-blog .blog-text .blog-detail-text {
  margin: 10px 0;
  font-size: 16px;
  line-height: 26px;
}
.single-blog .blog-athor-date p {
  color: #000000;
}
.single-blog .blog-athor-date p span {
  margin: 0 5px;
  display: inline-block;
}
.single-blog .blog-athor-date .blog-date {
  color: #838383;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  display: inline-block;
  font-size: 14px;
}
.single-blog .blog-athor-date .blog-date:hover {
  color: #f1ac06;
}

.blog-post-content-inner .blog-title {
  margin: 12px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
.blog-post-content-inner .blog-title a {
  color: #3b3b3b;
}
.blog-post-content-inner .blog-title a:hover {
  color: #f1ac06;
}
.blog-post-content-inner .blog-athor-date .blog-date {
  color: #838383;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  display: inline-block;
  font-size: 14px;
}
.blog-post-content-inner .blog-athor-date .blog-date:hover {
  color: #f1ac06;
}
.blog-post-content-inner p {
  line-height: 26px;
  margin: 10px 0;
  font-size: 16px;
}

.left-sidebar .search-widget {
  position: relative;
}
.left-sidebar input {
  border: 1px solid #ebebeb;
  padding-right: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .left-sidebar input {
    font-size: 12px;
    padding-left: 10px;
  }
}
.left-sidebar button {
  position: absolute;
  width: 50px;
  left: auto;
  right: 0;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  border-color: #ebebeb;
  background-color: #3b3b3b;
  color: #fff;
  padding: 0;
}
.left-sidebar button:hover {
  background-color: #f1ac06;
}
.left-sidebar .category-post li {
  margin-bottom: 10px;
  display: block;
}
.left-sidebar .category-post li a {
  color: #4c4c4c;
  line-height: 24px;
  position: relative;
  display: block;
}
.left-sidebar .category-post li a span {
  float: right;
}
.left-sidebar .category-post li a:hover {
  color: #f1ac06;
}
.left-sidebar .category-post li:last-child {
  margin: 0;
}
.left-sidebar .recent-post-widget .recent-single-post {
  margin: 0 0 30px;
}
.left-sidebar .recent-post-widget .recent-single-post .thumb-side img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.left-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: 24px;
}
.left-sidebar .recent-post-widget .recent-single-post .media-side a {
  font-size: 15px;
  font-weight: 500;
  color: #3b3b3b;
}
.left-sidebar .recent-post-widget .recent-single-post .media-side a:hover {
  color: #f1ac06;
}
.left-sidebar .recent-post-widget .recent-single-post .media-side span {
  font-size: 14px;
}

.flicker-widget li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.flicker-widget img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-blog-post {
  line-height: 24px;
}
.single-blog-post .blog-post-media {
  overflow: hidden;
}
.single-blog-post .blog-post-media .blog-image img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-blog-post .blog-post-media iframe {
  height: 300px;
  width: 100%;
  position: relative;
  border: 0px;
}
.single-blog-post .blog-post-media .blog-post-video .thumb-image {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-blog-post .blog-post-media .blog-post-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-blog-post .blog-post-media .blog-gallery .swiper-slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-blog-post.blog-list-post .blog-post-media .blog-image img {
  height: 300px;
}
.single-blog-post.blog-list-post .blog-post-media iframe {
  width: 100%;
  position: relative;
  height: 300px;
}
.single-blog-post.blog-list-post .blog-post-media .blog-gallery .swiper-slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-blog-page .single-blog-post .blog-image img {
  height: auto;
}
.single-blog-page .single-blog-post .blog-post-content-inner .blog-title {
  font-size: 32px;
}
.single-blog-page .single-blog-post .blog-post-content-inner .blog-title a {
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .single-blog-page .single-blog-post .blog-post-content-inner .blog-title {
    font-size: 24px;
  }
}

.single-post-content p {
  margin: 30px 0;
  line-height: 28px;
  font-size: 16px;
}
.single-post-content p.quate-speech {
  margin-left: 100px;
  margin-right: 100px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  border-left: 3px solid #f1ac06;
}
@media only screen and (max-width: 767px) {
  .single-post-content p.quate-speech {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .single-post-content p.quate-speech {
    margin-right: 0px;
  }
}

.blog-single-tags-share {
  margin-bottom: 35px;
  line-height: 24px;
}
.blog-single-tags-share span.title {
  font-weight: 600;
}
.blog-single-tags-share .tag-list li {
  display: inline-block;
  margin-left: 5px;
}
.blog-single-tags-share .tag-list li a {
  color: #4c4c4c;
}
.blog-single-tags-share .tag-list li a:hover {
  color: #f1ac06;
}
.blog-single-tags-share .social li {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}
.blog-single-tags-share .social li a {
  color: #4c4c4c;
}
.blog-single-tags-share .social li a:hover {
  color: #f1ac06;
}

.comment-area {
  line-height: 24px;
  margin-top: 35px;
}
.comment-area .comment-heading {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 16px;
  margin: 0 0 40px;
  font-weight: 500;
}
.comment-area .single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}
@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;
}
@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: 30px;
  border: 1px solid #ebebeb;
  border-radius: 0px;
}
.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 10px;
  -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: 20px;
  font-weight: 500;
}
.comment-area .single-review .review-content .review-top-wrap .review-left a {
  color: #4c4c4c;
}
.comment-area .single-review .review-content .review-top-wrap .review-left a:hover {
  color: #f1ac06;
}
.comment-area .single-review .review-content p {
  margin: 0;
  width: 93%;
  line-height: 26px;
  font-size: 16px;
}
@media only screen and (max-width: 479px) {
  .comment-area .single-review .review-content p {
    width: 100%;
  }
}
.comment-area .single-review.child-review {
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .comment-area .single-review.child-review {
    margin-left: 0px;
  }
}

.blog-comment-form {
  line-height: 24px;
}
.blog-comment-form .comment-heading {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 16px;
  margin: 0 0 20px;
  font-weight: 500;
}
.blog-comment-form .single-form input {
  border: 1px solid #ebebeb;
}
.blog-comment-form .single-form input:focus {
  border-color: #f1ac06;
}
.blog-comment-form .single-form textarea {
  height: 180px;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}
.blog-comment-form .single-form textarea:focus {
  border-color: #f1ac06;
}

.main-blog-page .shop-sidebar-wrap .sidebar-widget {
  padding: 0;
}
.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li {
  line-height: 1;
  float: left;
  list-style: none;
}
.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li a {
  display: block;
  float: left;
  padding: 0 20px;
  line-height: 33px;
  font-weight: 400;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  background: #fff;
  margin: 4px;
  text-transform: capitalize;
  color: #4c4c4c;
}
.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li a:hover {
  background-color: #f1ac06;
  border-color: #f1ac06;
  color: #fff;
}
.main-blog-page .shop-sidebar-wrap .sidebar-widget-tag li:first-child a {
  margin-left: 0;
}

.blog-related-post {
  padding: 40px 0 40px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.blog-related-post .section-title {
  margin-bottom: 35px;
}
.blog-related-post .section-title h2 {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .blog-related-post .section-title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-related-post .section-title h2 {
    font-size: 24px;
  }
}
.blog-related-post .blog-title {
  margin: 5px 0 0;
}
.blog-related-post .blog-title a {
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-related-post .blog-title a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-related-post .blog-title a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-related-post .blog-title a {
    font-size: 20px;
  }
}
.blog-related-post img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .blog-related-post img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.blog-related-post .blog-post-media {
  overflow: hidden;
}
.blog-related-post .related-post-item:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.testimonial-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 84px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area {
    padding-bottom: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area {
    padding-bottom: 44px;
  }
}

.testimonial-slider-container {
  padding-bottom: 66px;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider-container {
    padding-bottom: 50px;
  }
}

.testimonial-slider-item .testimonial-image {
  margin-bottom: 25px;
}
.testimonial-slider-item .testimonial-content {
  max-width: 740px;
  margin: auto;
}
.testimonial-slider-item .testimonial-content p {
  font-size: 18px;
  color: #656565;
  font-style: italic;
  line-height: 30px;
}
@media only screen and (max-width: 575px) {
  .testimonial-slider-item .testimonial-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.testimonial-slider-item .testimonial-author h4 {
  font-weight: 400;
  font-size: 16px;
  color: #656565;
  margin: 27px 0 0px 0;
}
.testimonial-slider-item .testimonial-author h4 span {
  font-size: 14px;
  display: block;
  margin: 7px 0 0;
}

.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: "Ionicons";
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  outline: 0;
}

.slider-nav-style-1.small-nav .swiper-button-next:after,
.slider-nav-style-1.small-nav .swiper-button-prev:after {
  font-size: 14px;
}

.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: 40px;
  height: 40px;
  line-height: 40px;
  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: #3b3b3b;
  background-color: #fff;
}
.slider-nav-style-1 .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev:hover {
  background-color: #f1ac06;
  color: #fff;
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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: #f1ac06;
  color: #fff;
}

.slider-nav-style-1 .swiper-button-prev {
  outline: 0;
  right: auto;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1 .swiper-button-prev {
    left: -15px;
  }
}

.slider-nav-style-1 .swiper-button-next {
  outline: 0;
  left: auto;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1 .swiper-button-next {
    right: -15px;
  }
}

.slider-nav-style-1:hover .swiper-button-next,
.slider-nav-style-1:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.slider-nav-style-1.hero-slider-nav:hover .swiper-button-next {
  right: 80px;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1.hero-slider-nav:hover .swiper-button-next {
    right: 0;
  }
}

.slider-nav-style-1.hero-slider-nav:hover .swiper-button-prev {
  left: 80px;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1.hero-slider-nav:hover .swiper-button-prev {
    left: 0;
  }
}

.slider-nav-style-1:hover .swiper-button-next {
  right: 0px;
}

.slider-nav-style-1:hover .swiper-button-prev {
  left: 0px;
}

.slider-dot-style-1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 1px solid #3b3b3b;
  margin: 0 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider-dot-style-1 .swiper-pagination-bullet:hover {
  background-color: #f1ac06;
  border-color: #f1ac06;
}
.slider-dot-style-1 .swiper-pagination-bullet:focus {
  outline: none;
}
.slider-dot-style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f1ac06;
  border-color: #f1ac06;
}
.slider-dot-style-1.dot-color-white .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.slider-dot-style-1.dot-color-white .swiper-pagination-bullet:hover {
  background-color: #f1ac06;
  border-color: #f1ac06;
}
.slider-dot-style-1.dot-color-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f1ac06;
  border-color: #f1ac06;
}
.slider-dot-style-1.testi-dot .swiper-pagination-bullet {
  width: 16px;
  height: 10px;
  background-color: #393939;
  border-radius: 30px;
}
.slider-dot-style-1.testi-dot .swiper-pagination-bullet:hover {
  background-color: #f1ac06;
  border-color: #f1ac06;
}
.slider-dot-style-1.testi-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f1ac06;
  border-color: #f1ac06;
  width: 26px;
}
.slider-dot-style-1.hero-slider-dot .swiper-pagination-bullets {
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-dot-style-1.hero-slider-dot .swiper-pagination-bullets {
    bottom: 10px;
  }
}

/*===================================
    - Breadvrumb  
=================================*/
.breadcrumb-area {
  background-color: #f4f5f7;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
}
@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 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.breadcrumb-area .breadcrumb-title {
  font-weight: 600;
  line-height: 1.58;
  text-transform: uppercase;
  margin: 0;
}

.breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
  text-transform: uppercase;
}
.breadcrumb-list li a {
  position: relative;
  color: #4c4c4c;
}
.breadcrumb-list li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.breadcrumb-list li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 0;
}
.breadcrumb-list li a:hover {
  color: #f1ac06;
}
.breadcrumb-list li.active {
  color: #4c4c4c;
}
@media only screen and (max-width: 575px) {
  .breadcrumb-list {
    margin-top: 20px;
  }
}

.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: #f1ac06;
}
.page-pagination li a:hover {
  color: #f1ac06;
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .feature {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px auto;
    grid-template-columns: 40px auto;
  }
}
@media only screen and (max-width: 575px) {
  .feature {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: center;
  }
}
.feature .content {
  margin-left: 20px;
}
@media only screen and (max-width: 575px) {
  .feature .content {
    margin-top: 20px;
    margin-left: 0px;
  }
}
.feature .content .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 11px;
  text-transform: uppercase;
  color: #343434;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .feature .content .title {
    font-size: 16px;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .feature .content .title {
    font-size: 20px;
    margin-bottom: 11px;
  }
}
.feature .content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  color: #343434;
}
@media only screen and (max-width: 767px) {
  .feature .content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .feature .content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .icon img {
    width: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (max-width: 575px) {
  .icon img {
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
/* -- slider right product css -- */
.double-pro .single-product {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 25px 25px 25px 30px;
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .double-pro .single-product {
    padding: 25px 20px 25px 25px;
  }
}
.double-pro .single-product:last-child {
  border: 0;
}
.double-pro .single-product::after {
  content: "";
  position: absolute;
  height: 75px;
  width: 1px;
  background: #ddd;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.double-pro .single-product .pro-img {
  width: 100px;
}
.double-pro .single-product .pro-content {
  width: calc(100% - 100px);
}
.double-pro .single-product .pro-content .ratings {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.double-pro .single-product .pro-content .ratings .rating-wrap {
  font-size: 13px;
  line-height: 1;
  position: relative;
  color: #676666;
  white-space: nowrap;
}
.double-pro .single-product .pro-content .ratings .rating-wrap::before {
  font-family: "FontAwesome";
  content: "    ";
}
.double-pro .single-product .pro-content .ratings .rating-wrap .star {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #f1ac06;
}
.double-pro .single-product .pro-content .ratings .rating-wrap .star::before {
  font-family: "FontAwesome";
  content: "    ";
}
.double-pro .single-product .pro-content .ratings .rating-num {
  font-size: 12px;
  line-height: 1;
  margin-left: 6px;
  color: #676666;
}
.double-pro .single-product .title {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 7px 0;
  line-height: 24px;
}
.double-pro .single-product .title a {
  color: #1d1d1d;
}
.double-pro .single-product .title a:hover {
  color: #f1ac06;
}
.double-pro .single-product .price {
  font-size: 14px;
}
.double-pro .single-product .prev-price {
  font-size: 13px;
  margin-left: 10px;
}
.double-pro.swiper-slide-active .single-product::after {
  display: none;
}

[class*=swiper-slide]:last-child .single-product::after {
  display: none;
}

.swiper-slide-duplicate:last-child .single-product::after {
  display: none;
}

.brand-slider {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  padding: 50px 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;
}
.brand-slider .brand-slider-item img {
  translate: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.brand-slider .brand-slider-item:hover img {
  translate: scale(1.1);
}

.one-product-area .one-product-wrap .title {
  color: #0b0b0b;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .one-product-area .one-product-wrap .title {
    font-size: 24px;
  }
}
.one-product-area .one-product-wrap .prev-price {
  font-size: 18px;
  color: #383838;
}
.one-product-area .one-product-wrap .price {
  font-size: 24px;
  color: #f1ac06;
}
.one-product-area .one-product-wrap .sub-title {
  font-size: 17px;
  line-height: 29px;
  color: #6d6a6a;
  font-family: "Josefin Sans", sans-serif;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .one-product-area .one-product-wrap .sub-title {
    padding-right: 0px !important;
  }
}