@charset "UTF-8";

.no-margin {
  margin: 0 !important;
}

.marginbottom__3x {
  margin-bottom: 30px;
}

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
  }
}

@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
  }
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
  }
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0);
  }
}
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}
.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}
.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition:
    transform 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}
.lib-list-item-product2 .image-dev .list-button-dev li a,
.lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #ff5e00;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a,
.lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition:
    transform 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image {
  position: relative;
  display: block;
}
.lib-two-img .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

.lib-two-img-over .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*===============================================
 [SASS DIRECTORY ]
 [1] BACK TO TOP
 [2] SOCIAL ACCOUNTS
 [3] TOP PANEL
 [4] LARY LOADER
 [5] NO RESPONSIVE BOOTSTRAP
 [6] PRELOADING SCREEN
 [7] BANNER EFFECT
 [8] POPUP ADDED TO CART 
 [9] PAGE COMINGSOON
 ==============================================*/
/*============BOUNUS MIXIN ==================*/
.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*============ CONFIG ROW -COL ==================*/
.row0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col0 {
  padding-left: 0px;
  padding-right: 0px;
}

.col5 {
  padding-left: 5px;
  padding-right: 5px;
}

.col10 {
  padding-left: 10px;
  padding-right: 10px;
}
/*============ HOVER-EFFECT ==================*/
.hv-border-inline-bg {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top;
}
.hv-border-inline-bg:before,
.hv-border-inline-bg:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition:
    opacity 0.45s ease 0s,
    transform 0.45s ease 0s;
  -o-transition:
    opacity 0.45s ease 0s,
    transform 0.45s ease 0s;
  transition:
    opacity 0.45s ease 0s,
    transform 0.45s ease 0s;
  z-index: 1;
}
.hv-border-inline-bg:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.hv-border-inline-bg:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.hv-border-inline-bg img {
  opacity: 1;
  width: 100%;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.45s ease 0s;
  -o-transition: opacity 0.45s ease 0s;
  transition: opacity 0.45s ease 0s;
}
.hv-border-inline-bg:hover:before,
.hv-border-inline-bg:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hv-border-inline-bg:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.hv-scale-bg {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #000;
}
.hv-scale-bg img {
  -webkit-backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition:
    opacity 1s ease 0s,
    transform 1s ease 0s;
  -o-transition:
    opacity 1s ease 0s,
    transform 1s ease 0s;
  transition:
    opacity 1s ease 0s,
    transform 1s ease 0s;
}
.hv-scale-bg:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1);
}

.hv-full-light {
  display: block;
  position: relative;
  overflow: hidden;
}
.hv-full-light:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.hv-full-light:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.hv-full-light:hover:before,
.hv-full-light:hover:after {
  width: 100%;
  height: 100%;
}

.hv-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.hv-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hv-bounce-to-right:hover:before {
  z-index: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hv-light {
  display: inline-block;
  vertical-align: top;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hv-light:before,
.hv-light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.hv-light:before {
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: all 1.25s ease-in-out;
  -moz-transition: all 1.25s ease-in-out;
  -o-transition: all 1.25s ease-in-out;
  -ms-transition: all 1.25s ease-in-out;
  transition: all 1.25s ease-in-out;
}
.hv-light:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 1.25s ease-in-out;
  -moz-transition: 1.25s ease-in-out;
  -ms-transition: 1.25s ease-in-out;
  -o-transition: 1.25s ease-in-out;
  transition: 1.25s ease-in-out;
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}
.hv-light:hover:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.hv-light-v2 {
  display: inline-block;
  vertical-align: top;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hv-light-v2:before,
.hv-light-v2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.hv-light-v2:before {
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.hv-light-v2:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  left: 110%;
  top: -104%;
}
.hv-light-v2:hover:before {
  background: rgba(242, 211, 0, 0.2);
}
.hv-light-v2:hover:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 250%, 0);
}

.hv-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
}
.hv-radial:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hv-radial:hover:before {
  transform: scale(2);
  z-index: 1;
}

.hv-border-inline {
  display: inline-block;
  position: relative;
}
.hv-border-inline:before,
.hv-border-inline:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.hv-border-inline:before {
  top: 50%;
  bottom: 50%;
  left: 4px;
  right: 4px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.hv-border-inline:after {
  top: 4px;
  bottom: 4px;
  left: 50%;
  right: 50%;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.hv-border-inline:hover:before {
  opacity: 1;
  top: 4px;
  bottom: 4px;
}
.hv-border-inline:hover:after {
  opacity: 1;
  left: 4px;
  right: 4px;
}
/*============ C-IMG ==================*/
.c-img {
  display: block;
  position: relative;
  padding-top: 100%;
}
.c-img img,
.c-img .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
/*============BACK TO TOP ==================*/
.back-to-top {
  position: fixed;
  display: none;
  bottom: 20px;
  cursor: pointer;
  background-color: #666;
  border: 4px solid #ddd;
  color: #ddd;
  line-height: 44px;
  text-align: center;
  width: 48px;
  height: 48px;
  z-index: 30;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 1;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.back-to-top .hidden-top {
  bottom: -100px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.back-to-top:hover {
  background-color: #444;
}
.back-to-top i {
  font-size: 20px;
  margin: 1px 0 0 0 !important;
  color: #ddd;
  display: inline-block;
}
.back-to-top i:before {
  content: "\f062";
}
/* 2.SOCIAL ACCOUNTS (RIGHT FIXED PANEL)
 ----------------------------------------------------- */
.social-widgets {
  position: fixed;
  z-index: 560;
  top: 50%;
  height: 0;
  width: 0;
  right: 0;
}

.social-widgets .item,
.social-widgets .items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-widgets .items {
  top: -100px;
  position: relative;
}

.social-widgets .item {
  position: absolute;
  top: 0;
  left: 120px;
}

.social-widgets .active {
  z-index: 100;
  left: -310px;
}

.social-widgets .item-01,
.social-widgets .item-02,
.social-widgets .item-03,
.social-widgets .item-04,
.social-widgets .item-05,
.social-widgets .item-06,
.social-widgets .item-07,
.social-widgets .item-08,
.social-widgets .item-09 {
  left: 0;
}

.social-widgets .item-01 {
  top: 0;
  z-index: 99;
}

.social-widgets .item-02 {
  top: 45px;
  z-index: 98;
}

.social-widgets .item-03 {
  top: 90px;
  z-index: 97;
}

.social-widgets .item-04 {
  top: 150px;
  z-index: 96;
}

.social-widgets .item-05 {
  top: 200px;
  z-index: 95;
}

.social-widgets .tab-icon .fa {
  font-size: 18px;
}

.social-widgets .tab-icon {
  position: absolute;
  top: 0;
  left: -45px;
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 1.54em;
  line-height: 45px;
}

.social-widgets .tab-icon:hover {
  text-decoration: none;
}

.social-widgets .active .tab-icon {
  border-color: #e9e9e9;
  background: #fff;
}

.social-widgets .facebook .tab-icon {
  background: #3b5998;
  background-clip: content-box;
  color: white;
}

.social-widgets .twitter .tab-icon {
  background: #07779a;
  background-clip: content-box;
  color: white;
}

.social-widgets .youtube .tab-icon {
  background: #da2723;
  background-clip: content-box;
  color: white;
}

.social-widgets .tab-content {
  background: #fff;
  width: 310px;
  padding: 10px;
}

.social-widgets .active .tab-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.social-widgets .title {
  margin: -10px -10px 10px;
  padding: 0px 10px;
  background-color: #ccc;
  text-transform: uppercase;
  line-height: 45px;
  color: #000;
  font-weight: bold;
}
.social-widgets .title h5 {
  line-height: 45px;
  margin: 0;
}

.social-widgets .facebook.active {
  left: -260px;
}

.social-widgets .facebook .tab-content {
  width: 260px;
}

.social-widgets .twitter.active {
  left: -300px;
}

.social-widgets .twitter .tab-content {
  width: 300px;
}

.social-widgets .twitter-widget {
  padding-top: 10px;
}

.social-widgets .youtube.active {
  left: -450px;
}

.social-widgets .youtube .tab-content {
  width: 450px;
}

.social-widgets .loading {
  min-height: 200px;
  position: relative;
  z-index: 1000;
}

.social-widgets .loading img.ajaxloader {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 32px;
  height: 32px;
}
/* 3.TOP PANEL (RIGHT FIXED PANEL)
 ----------------------------------------------------- */
@media (min-width: 1200px) {
  .navbar-compact {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navbar-compact.hidden-menu {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .navbar-compact .container-megamenu.horizontal ul.megamenu > li > a img {
    display: none;
  }
  .navbar-compact .hidden-compact {
    display: none !important;
  }
  .navbar-compact .header-center {
    transition: 0.3s all ease 0s;
  }
  .navbar-compact .header-bottom {
    margin: 0 !important;
  }
  .navbar-switcher {
    text-align: center;
    float: right;
    display: none;
    width: 45px;
    height: 45px;
    margin-bottom: -47px;
    background: #ff5e00 !important;
    padding: 6px 7px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    color: #fff;
  }
  .navbar-switcher .i-active,
  .navbar-switcher.active .i-inactive {
    display: none;
  }
  .navbar-switcher.active .i-active,
  .navbar-switcher .fa-caret-down {
    display: inline;
    font-size: 1.8em;
    line-height: 1.5em;
  }
  .navbar-compact.type_1 .sidebar-menu,
  .navbar-compact.type_2 .sidebar-menu {
    display: none;
  }
  .navbar-compact.type_1 .header-bottom-right,
  .navbar-compact.type_2 .header-bottom-right {
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }
  header .navbar-switcher {
    display: block;
  }
}
/* 4.LARY LOADER
 --------------------------------------- */
.mfp-iframe-scaler iframe {
  background: white url(../image/lazy-loader.gif) no-repeat center center;
}

.lazy {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent url(../image/lazy-loader.gif) no-repeat center center;
}

.loadeding {
  background: white url(../image/lazy-loader.gif) no-repeat center center;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.loaded .loadeding {
  background: none;
  height: auto;
  opacity: 0;
  display: none;
}

@media (min-width: 1200px) {
  .lazy.lazy-loaded {
    background: none;
    height: auto;
  }

  .lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden;
  }

  .lazy.lazy-loaded img {
    opacity: 1;
  }
}
/* Overlay pattern 
 --------------------------------------- */
body.no-bgbody {
  background-image: none;
}

.pattern-1 {
  background-image: url("../image/patterns/1.png");
}

.pattern-2 {
  background-image: url("../image/patterns/2.png");
}

.pattern-3 {
  background-image: url("../image/patterns/3.png");
}

.pattern-4 {
  background-image: url("../image/patterns/4.png");
}

.pattern-5 {
  background-image: url("../image/patterns/5.png");
}

.pattern-6 {
  background-image: url("../image/patterns/6.png");
}

.pattern-7 {
  background-image: url("../image/patterns/7.png");
}

.pattern-8 {
  background-image: url("../image/patterns/8.png");
}

.pattern-9 {
  background-image: url("../image/patterns/9.png");
}

.pattern-10 {
  background-image: url("../image/patterns/10.png");
}

.pattern-11 {
  background-image: url("../image/patterns/11.png");
}

.pattern-12 {
  background-image: url("../image/patterns/12.png");
}

.pattern-13 {
  background-image: url("../image/patterns/13.png");
}

.pattern-14 {
  background-image: url("../image/patterns/14.png");
}

.pattern-15 {
  background-image: url("../image/patterns/15.png");
}

.pattern-16 {
  background-image: url("../image/patterns/16.png");
}

.pattern-17 {
  background-image: url("../image/patterns/17.png");
}

.pattern-18 {
  background-image: url("../image/patterns/18.png");
}

.pattern-19 {
  background-image: url("../image/patterns/19.png");
}

.pattern-20 {
  background-image: url("../image/patterns/20.png");
}

.pattern-21 {
  background-image: url("../image/patterns/21.png");
}

.pattern-22 {
  background-image: url("../image/patterns/22.png");
}

.pattern-23 {
  background-image: url("../image/patterns/23.png");
}

.pattern-24 {
  background-image: url("../image/patterns/24.png");
}

.pattern-25 {
  background-image: url("../image/patterns/25.png");
}

.pattern-26 {
  background-image: url("../image/patterns/26.png");
}

.pattern-27 {
  background-image: url("../image/patterns/27.png");
}

.pattern-28 {
  background-image: url("../image/patterns/28.png");
}

.pattern-29 {
  background-image: url("../image/patterns/29.png");
}

.pattern-30 {
  background-image: url("../image/patterns/30.png");
}

.pattern-31 {
  background-image: url("../image/patterns/31.png");
}

.pattern-32 {
  background-image: url("../image/patterns/32.png");
}

.pattern-33 {
  background-image: url("../image/patterns/33.png");
}

.pattern-34 {
  background-image: url("../image/patterns/34.png");
}

.pattern-35 {
  background-image: url("../image/patterns/35.png");
}

.pattern-36 {
  background-image: url("../image/patterns/36.png");
}

.pattern-37 {
  background-image: url("../image/patterns/37.png");
}

.pattern-38 {
  background-image: url("../image/patterns/38.png");
}

.pattern-39 {
  background-image: url("../image/patterns/39.png");
}

.pattern-40 {
  background-image: url("../image/patterns/40.png");
}

.pattern-41 {
  background-image: url("../image/patterns/41.png");
}

.pattern-42 {
  background-image: url("../image/patterns/42.png");
}

.pattern-43 {
  background-image: url("../image/patterns/43.png");
}

.pattern-44 {
  background-image: url("../image/patterns/44.png");
}

.pattern-45 {
  background-image: url("../image/patterns/45.png");
}

.wrapper-boxed header.navbar-compact {
  width: auto;
}

header.navbar-compact {
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
header.navbar-compact .compact-hidden {
  display: none;
}
/* 4.LARY LOADER
 --------------------------------------- */
.mfp-iframe-scaler iframe {
  background: white url(../image/theme/lazy-loader.gif) no-repeat center center;
}

.lazy {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent url(../image/theme/lazy-loader.gif) no-repeat center
    center;
}

.loadeding {
  background: white url(../image/theme/lazy-loader.gif) no-repeat center center;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

.loaded .loadeding {
  background: none;
  height: auto;
  opacity: 0;
  display: none;
}

@media (min-width: 1200px) {
  .lazy.lazy-loaded {
    background: none;
    height: auto;
  }

  .lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden;
  }

  .lazy.lazy-loaded img {
    opacity: 1;
  }
}
/* Overlay pattern 
 --------------------------------------- */
body.no-bgbody {
  background-image: none;
}

.pattern-1 {
  background-image: url("../image/patterns/1.png");
}

.pattern-2 {
  background-image: url("../image/patterns/2.png");
}

.pattern-3 {
  background-image: url("../image/patterns/3.png");
}

.pattern-4 {
  background-image: url("../image/patterns/4.png");
}

.pattern-5 {
  background-image: url("../image/patterns/5.png");
}

.pattern-6 {
  background-image: url("../image/patterns/6.png");
}

.pattern-7 {
  background-image: url("../image/patterns/7.png");
}

.pattern-8 {
  background-image: url("../image/patterns/8.png");
}

.pattern-9 {
  background-image: url("../image/patterns/9.png");
}

.pattern-10 {
  background-image: url("../image/patterns/10.png");
}

.pattern-11 {
  background-image: url("../image/patterns/11.png");
}

.pattern-12 {
  background-image: url("../image/patterns/12.png");
}

.pattern-13 {
  background-image: url("../image/patterns/13.png");
}

.pattern-14 {
  background-image: url("../image/patterns/14.png");
}

.pattern-15 {
  background-image: url("../image/patterns/15.png");
}

.pattern-16 {
  background-image: url("../image/patterns/16.png");
}

.pattern-17 {
  background-image: url("../image/patterns/17.png");
}

.pattern-18 {
  background-image: url("../image/patterns/18.png");
}

.pattern-19 {
  background-image: url("../image/patterns/19.png");
}

.pattern-20 {
  background-image: url("../image/patterns/20.png");
}

.pattern-21 {
  background-image: url("../image/patterns/21.png");
}

.pattern-22 {
  background-image: url("../image/patterns/22.png");
}

.pattern-23 {
  background-image: url("../image/patterns/23.png");
}

.pattern-24 {
  background-image: url("../image/patterns/24.png");
}

.pattern-25 {
  background-image: url("../image/patterns/25.png");
}

.pattern-26 {
  background-image: url("../image/patterns/26.png");
}

.pattern-27 {
  background-image: url("../image/patterns/27.png");
}

.pattern-28 {
  background-image: url("../image/patterns/28.png");
}

.pattern-29 {
  background-image: url("../image/patterns/29.png");
}

.pattern-30 {
  background-image: url("../image/patterns/30.png");
}

.pattern-31 {
  background-image: url("../image/patterns/31.png");
}

.pattern-32 {
  background-image: url("../image/patterns/32.png");
}

.pattern-33 {
  background-image: url("../image/patterns/33.png");
}

.pattern-34 {
  background-image: url("../image/patterns/34.png");
}

.pattern-35 {
  background-image: url("../image/patterns/35.png");
}

.pattern-36 {
  background-image: url("../image/patterns/36.png");
}

.pattern-37 {
  background-image: url("../image/patterns/37.png");
}

.pattern-38 {
  background-image: url("../image/patterns/38.png");
}

.pattern-39 {
  background-image: url("../image/patterns/39.png");
}

.pattern-40 {
  background-image: url("../image/patterns/40.png");
}

.pattern-41 {
  background-image: url("../image/patterns/41.png");
}

.pattern-42 {
  background-image: url("../image/patterns/42.png");
}

.pattern-43 {
  background-image: url("../image/patterns/43.png");
}

.pattern-44 {
  background-image: url("../image/patterns/44.png");
}

.pattern-45 {
  background-image: url("../image/patterns/45.png");
}
/* Preloading Screen
 --------------------------------------- */
.loader-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000111;
  background-color: #fff;
  opacity: 1;
  transition: all 500ms linear 0s;
}

.loader-content.loader-off,
body.loaded .loader-content {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms linear 0s;
}
/* The loader container */
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  perspective: 400px;
  transform-type: preserve-3d;
}
/* The dot */
#loader .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -80px;
  transform-type: preserve-3d;
  transform-origin: 80px 50%;
  transform: rotateY(0);
  background-color: #1fc0a0;
  animation: dot1 2000ms cubic-bezier(0.56, 0.09, 0.89, 0.69) infinite;
}

#loader .dot:nth-child(2) {
  z-index: 9;
  animation-delay: 150ms;
}

#loader .dot:nth-child(3) {
  z-index: 8;
  animation-delay: 300ms;
}

#loader .dot:nth-child(4) {
  z-index: 7;
  animation-delay: 450ms;
}

#loader .dot:nth-child(5) {
  z-index: 6;
  animation-delay: 600ms;
}

#loader .dot:nth-child(6) {
  z-index: 5;
  animation-delay: 750ms;
}

#loader .dot:nth-child(7) {
  z-index: 4;
  animation-delay: 900ms;
}

#loader .dot:nth-child(8) {
  z-index: 3;
  animation-delay: 1050ms;
}

@keyframes dot1 {
  0% {
    transform: rotateY(0) rotateZ(0) rotateX(0);
    background-color: #ff5e00;
  }

  45% {
    transform: rotateZ(180deg) rotateY(360deg) rotateX(90deg);
    background-color: #000;
    animation-timing-function: cubic-bezier(0.15, 0.62, 0.72, 0.98);
  }

  90%,
  100% {
    transform: rotateY(0) rotateZ(360deg) rotateX(180deg);
    background-color: #ff5e00;
  }
}
/* @group Banners hover effect */
.banners-effect-1 .banners > div img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.banners-effect-1 .banners > div img:hover {
  opacity: 0.8;
}

.banners-effect-2 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-2 .banners > div a:hover:before,
.banners-effect-2 .banners > div a:hover:after {
  left: 0;
  opacity: 1;
}
.banners-effect-2 .banners > div a:before,
.banners-effect-2 .banners > div a:after {
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  content: "";
  z-index: 1;
}

.banners-effect-3 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-3 .banners > div a:hover:before,
.banners-effect-3 .banners > div a:hover:after {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
}
.banners-effect-3 .banners > div a:before,
.banners-effect-3 .banners > div a:after {
  border: 50px solid transparent;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100px;
  height: 100px;
  -webkit-transform: scale(7);
  -moz-transform: scale(7);
  -o-transform: scale(7);
  -ms-transform: scale(7);
  transform: scale(7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: visible;
  z-index: 1;
}

.banners-effect-4 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-4 .banners > div a:hover:before,
.banners-effect-4 .banners > div a:hover:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}
.banners-effect-4 .banners > div a:before,
.banners-effect-4 .banners > div a:after {
  border-bottom: 50px solid rgba(0, 0, 0, 0.2);
  border-top: 50px solid rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform-origin: 50% 50% 0;
  width: 100%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  visibility: visible;
  z-index: 1;
}

.banners-effect-5 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-5 .banners > div a:hover:before,
.banners-effect-5 .banners > div a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}
.banners-effect-5 .banners > div a:before,
.banners-effect-5 .banners > div a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
}

.banners-effect-6 .banners > div a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #000;
}

.banners-effect-6 .banners > div a img {
  -webkit-backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition:
    opacity 1s ease 0s,
    transform 1s ease 0s;
  -o-transition:
    opacity 1s ease 0s,
    transform 1s ease 0s;
  transition:
    opacity 1s ease 0s,
    transform 1s ease 0s;
}

.banners-effect-6 .banners > div a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1);
}

.banners-effect-7 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-7 .banners > div a:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 0;
  top: 0;
  left: 50%;
  content: "";
  transition: all 0.3s ease-in-out 0s;
}

.banners-effect-7 .banners > div a:hover:before {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.banners-effect-8 .banners > div a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #000;
  vertical-align: top;
}

.banners-effect-8 .banners > div a:before,
.banners-effect-8 .banners > div a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition:
    opacity 0.35s ease 0s,
    transform 0.35s ease 0s;
  -o-transition:
    opacity 0.35s ease 0s,
    transform 0.35s ease 0s;
  transition:
    opacity 0.35s ease 0s,
    transform 0.35s ease 0s;
  z-index: 1;
}

.banners-effect-8 .banners > div a:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}

.banners-effect-8 .banners > div a:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.banners-effect-8 .banners > div img {
  opacity: 1;
  width: 100%;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}

.banners-effect-8 .banners > div a:hover:before,
.banners-effect-8 .banners > div a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banners-effect-8 .banners > div a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.banners-effect-9 .banners > div a {
  display: block;
  position: relative;
  z-index: 10;
}

.banners-effect-9 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.banners-effect-9 .banners > div a:hover:before {
  opacity: 1;
}

.banners-effect-9 .banners > div a img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

.banners-effect-9 .banners > div a:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}

.banners-effect-10 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}

.banners-effect-10 .banners > div a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 75%
  );
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.35s;
  transition:
    opacity 0.35s,
    transform 0.35s;
}

.banners-effect-10 .banners > div a:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.banners-effect-11 .banners > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banners-effect-11 .banners > div a:hover:before,
.banners-effect-11 .banners > div a:hover:after {
  width: 100%;
  height: 100%;
}
.banners-effect-11 .banners > div a:before,
.banners-effect-11 .banners > div a:after {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.banners-effect-11 .banners > div a:after {
  left: auto;
  right: 0;
  bottom: 0;
}

.banners-effect-12 .banners > div img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.banners-effect-12 .banners > div img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* @end */
.icons-social a {
  display: inline-block;
  margin-right: 5px;
  color: #f82e56;
}
.icons-social .fa {
  font-size: 20px;
  line-height: 40px;
  vertical-align: top;
}
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #ff5e00;
  color: #ff5e00;
  vertical-align: top;
  text-align: center;
}
.icons-social .icon-color.fa-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.icons-social a:hover .icon-circled {
  background: #ff5e00;
  color: #fff;
}
.icons-social a:hover .icon-color.fa-facebook {
  background: #4c70ba;
}
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #ff5e00;
  color: #ff5e00;
  vertical-align: top;
  text-align: center;
}
.icons-social .icon-color.fa-twitter {
  background: #00aced;
  border-color: #00aced;
  color: #fff;
}
.icons-social a:hover .icon-circled {
  background: #ff5e00;
  color: #fff;
}
.icons-social a:hover .icon-color.fa-twitter {
  background: #21c2ff;
}
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #ff5e00;
  color: #ff5e00;
  vertical-align: top;
  text-align: center;
}
.icons-social .icon-color.fa-google-plus {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.icons-social a:hover .icon-circled {
  background: #ff5e00;
  color: #fff;
}
.icons-social a:hover .icon-color.fa-google-plus {
  background: #e47365;
}
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #ff5e00;
  color: #ff5e00;
  vertical-align: top;
  text-align: center;
}
.icons-social .icon-color.fa-linkedin {
  background: #007bb5;
  border-color: #007bb5;
  color: #fff;
}
.icons-social a:hover .icon-circled {
  background: #ff5e00;
  color: #fff;
}
.icons-social a:hover .icon-color.fa-linkedin {
  background: #009ee8;
}
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #ff5e00;
  color: #ff5e00;
  vertical-align: top;
  text-align: center;
}
.icons-social .icon-color.fa-instagram {
  background: #125688;
  border-color: #125688;
  color: #fff;
}
.icons-social a:hover .icon-circled {
  background: #ff5e00;
  color: #fff;
}
.icons-social a:hover .icon-color.fa-instagram {
  background: #1872b5;
}
.icons-social .icon-circled {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #ff5e00;
  color: #ff5e00;
  vertical-align: top;
  text-align: center;
}
.icons-social .icon-color.fa-youtube {
  background: #b00;
  border-color: #b00;
  color: #fff;
}
.icons-social a:hover .icon-circled {
  background: #ff5e00;
  color: #fff;
}
.icons-social a:hover .icon-color.fa-youtube {
  background: #e00;
}

.divider {
  clear: both;
  height: 40px;
}

.alert {
  border-radius: 0;
}
.alert .fa {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.tab-content {
  padding: 15px 15px 10px;
  margin-bottom: 20px;
  z-index: 2;
  border: 1px solid #ddd;
  border-top: 0px;
}

.simple-ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.simple-ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.simple-ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f105";
}
.simple-ul li ul {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}
.simple-ul li ul li:before {
  content: "\f111";
  font-size: 7px;
}

.decimal-list {
  margin: 0px 0 15px 20px;
  padding: 0;
  list-style: decimal outside;
}
.decimal-list li {
  padding-left: 0;
  margin-bottom: 5px;
  text-indent: 0;
}

blockquote {
  font-size: 12px;
}

.well {
  border-radius: 0;
}

.feature-box {
  border-radius: 0;
  margin-bottom: 20px;
}
.feature-box .feature-icon {
  color: #3e7cb4;
  display: inline-block;
  font-size: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
  float: left;
}
.feature-box .feature-content {
  padding-left: 50px;
}

.featured-icon {
  border-radius: 50%;
  color: #fff;
  background-color: #3e7cb4;
  display: inline-block;
  font-size: 40px;
  height: 110px;
  line-height: 110px;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 110px;
  z-index: 1;
}

.category-hot-title {
  font-size: 2rem;
  color: #7eb3a0;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 3rem;
}
.category-hot-title span {
  color: #444;
  font-weight: 300;
}
.category-hot-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #7eb3a0;
  z-index: 1;
}
.category-hot-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 90px);
  height: 1px;
  background: #ddd;
}

.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bold-list > li > a {
  font-weight: 700;
  text-transform: uppercase;
}

.simple-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.simple-list li {
  margin: 0;
  padding: 0 0 8px;
}

.simple-list .checkbox {
  padding-left: 0;
}

.simple-list .checkbox input[type="checkbox"] {
  margin-right: 10px;
}

.simple-list .icon {
  margin-right: 9px;
}

.arrow-list li {
  padding-left: 12px;
  position: relative;
}
.arrow-list li a {
  color: #555;
}
.arrow-list li a:hover {
  color: #ff5e00;
}

.arrow-list li:before {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
}

.page-login .well {
  background: #fff;
  min-height: 285px;
  border: 1px solid #e7e7e7;
  margin: 0;
  line-height: 23px;
  border-radius: 0;
}
.page-login .well h2 {
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.page-login .bottom-form {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 10px 20px;
  overflow: hidden;
  line-height: 35px;
}
.page-login .bottom-form .btn {
  padding: 9px 20px;
  background: #555;
  color: #fff;
  border-radius: 3px;
  border: none;
}
.page-login .bottom-form .btn:hover {
  background: #ff5e00;
  border-color: #ff5e00;
  color: #fff;
}
.page-login .bottom-form a {
  color: #555;
}
.page-login .bottom-form a:hover {
  color: #ff5e00;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
/*******************************************************************
 ******                SO Framework: Sass Menu                 ******
 ********************************************************************/
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important;
}

.marginbottom__3x {
  margin-bottom: 30px;
}

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
  }
}

@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
  }
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
  }
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0);
  }
}
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}
.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}
.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition:
    transform 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}
.lib-list-item-product2 .image-dev .list-button-dev li a,
.lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #ff5e00;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a,
.lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition:
    transform 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image {
  position: relative;
  display: block;
}
.lib-two-img .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

.lib-two-img-over .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*============ MODULE MEGAMENU HORIZONTAL  ==================*/
.container-megamenu ul.megamenu li .sub-menu {
  z-index: 998;
}

.container-megamenu.horizontal {
  /*-------- SUB MENU HORIZONTAL ----------*/
  /* ul.megamenu li .sub-menu .content .static-menu .menu ul ul,
   ul.megamenu .title-submenu{
   padding: 0;
   }
   ul.megamenu li .sub-menu .content .static-menu .menu ul ul li::before,
   ul.megamenu li .sub-menu .content .hover-menu a::before{
   display: none;
   }*/
}
.container-megamenu.horizontal .title-feature,
.container-megamenu.horizontal ul.megamenu .title-submenu,
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  a.main-menu,
.container-megamenu.horizontal ul.megamenu .subcategory a.title-submenu {
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 5x;
}
.container-megamenu.horizontal ul.megamenu li .sub-menu .content a,
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .html
  a.subcategory_item {
  line-height: 30px;
  color: #464646;
  display: block;
}
.container-megamenu.horizontal ul.megamenu li .sub-menu .content a:hover,
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .html
  a.subcategory_item:hover {
  color: #ff5e00;
}
.container-megamenu.horizontal ul.megamenu > li > a img {
  position: absolute;
  top: -8px;
  right: 0px;
  height: auto;
}
.container-megamenu.horizontal ul.megamenu .sub-menu .content > .border {
  border: none;
  padding-top: 0;
}
.container-megamenu.horizontal ul.megamenu li .sub-menu .content img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .item-banner
  .img-banner-w {
  margin: 0 -15px;
}
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .item-banner
  .img-banner {
  width: 50%;
  padding: 0 15px;
  float: left;
}
/*============ MODULE MEGAMENU VERTICAL  ==================*/
.container-megamenu .container {
  width: 100%;
  padding: 0;
}

.container-megamenu.vertical {
  z-index: 990;
}
.container-megamenu.vertical .megamenuToogle-wrapper {
  background-color: transparent;
}
.container-megamenu.vertical #menuHeading {
  margin: 0;
  height: 45px;
}
.container-megamenu.vertical #menuHeading .megamenuToogle-pattern {
  position: relative;
}
.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 0 15px !important;
  line-height: 45px;
  background: #222;
  border-radius: 3px 3px 0 0;
}
.container-megamenu.vertical
  #menuHeading
  .megamenuToogle-pattern
  .container
  > div {
  float: left;
  padding-top: 15px;
  margin: 0px 9px 0 0;
  display: none;
}
.container-megamenu.vertical
  #menuHeading
  .megamenuToogle-pattern
  .container
  > div
  span {
  box-shadow: none;
  height: 2px;
}
.container-megamenu.vertical .vertical-wrapper .megamenu-pattern .container {
  padding: 0px !important;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu {
  border-top: none;
  background: #fff;
  z-index: 9;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
  background: none;
  border: 0;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
  padding: 11px 0;
  margin: 0 10px 0 20px;
  border-bottom: 1px solid #efefef;
  color: #222;
  font-weight: normal;
  background: transparent;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms ease 0s;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li.with-sub-menu
  > a
  .fa-angle-right:before {
  color: #ccc;
  font-family: "FontAwesome";
  display: inline-block;
  content: "\f105";
  font-size: 15px;
  position: absolute;
  right: 0px;
  top: 12px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li.with-sub-menu:hover
  > a::before {
  color: #ff5e00;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a,
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
  color: #ff5e00;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
  padding: 14px 15px 14px 20px;
  line-height: 100%;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i {
  padding-left: 5px;
  font-size: 14px;
  color: #ff5e00;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .loadmore
  .more-view {
  color: #ff5e00;
  font-size: 14px;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu .fa-caret-right {
  float: right;
  margin: 5px 10px 0 0;
  color: #999;
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content {
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  ul
  li {
  padding: 0;
  line-height: 26px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  ul
  li
  a.main-menu {
  margin: 0 0 10px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  > ul {
  margin-top: 20px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  > ul
  ul
  li {
  padding: 1px 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  > ul
  > li {
  margin: 0 0 20px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  > ul
  > li:last-child {
  margin: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html.item-1
  .col-sm-8 {
  padding-top: 25px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-1,
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-3 {
  padding: 0 0 0 85px;
  margin: 0 0 20px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-1
  > a,
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-3
  > a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  padding: 0;
  line-height: 22px;
  position: relative;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-1
  > a:hover,
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-3
  > a:hover {
  color: #ff5e00;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-1
  ul,
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-3
  ul {
  padding: 5px 0 10px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-1
  ul
  a,
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-3
  ul
  a {
  font-weight: normal;
  color: #666;
  padding: 2px 0 !important;
  font-size: 13px;
  line-height: 22px;
  margin: 0 !important;
  border: none !important;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-1
  ul
  a:hover,
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .html
  .item-3
  ul
  a:hover {
  color: #ff5e00;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .icon-1 {
  background: url("../image/icon/icon-1.jpg") no-repeat left 10px center;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .icon-2 {
  background: url("../image/icon/icon-2.jpg") no-repeat left 10px center;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .icon-3 {
  background: url("../image/icon/icon-3.jpg") no-repeat left 10px center;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .icon-4 {
  background: url("../image/icon/icon-4.jpg") no-repeat left 10px center;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .icon-5 {
  background: url("../image/icon/icon-5.jpg") no-repeat left 10px center;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .icon-6 {
  background: url("../image/icon/icon-6.jpg") no-repeat left 10px center;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .icon-7 {
  background: url("../image/icon/icon-7.jpg") no-repeat left 10px center;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .icon-8 {
  background: url("../image/icon/icon-8.jpg") no-repeat left 10px center;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content {
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content
  .item-1.html {
  padding: 20px 10px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content
  .item-1.html
  .label-vertical
  a {
  color: #222;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  padding: 2px 0 !important;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content
  .item-1.html
  .label-vertical
  .label-vertical
  a:hover {
  color: #ff5e00;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content
  .item-1.html
  .label-vertical
  span {
  padding: 5px 15px;
  background: #ed3f46;
  line-height: 100%;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  min-width: 60px;
  display: inline-block;
  margin-right: 5px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content
  .item-1.html
  .label-vertical
  span.color2 {
  background: #63c54c;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content
  .item-1.html
  .label-vertical
  span.color3 {
  background: #ecaa1b;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content
  .item-1.html
  a {
  padding: 4px 10px;
  font-weight: normal;
  color: #666;
  font-size: 13px;
  line-height: 22px;
  margin: 0 !important;
  border: none !important;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content
  .item-1.html
  a:hover {
  color: #ff5e00;
}

.container-megamenu.vertical ul.megamenu > li > a strong {
  font-weight: normal;
  padding-left: 30px;
}
.container-megamenu.vertical ul.megamenu > li > a strong i {
  font-size: 9px;
  padding-right: 0;
}
.container-megamenu.vertical .vertical-wrapper {
  width: 100%;
  background: white;
  position: relative;
  border-top: 0;
  border: none;
  /*---------------- SUB MENU VERTICAL -----------------*/
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .sub-menu
  .content
  .img-banner
  img {
  width: 100%;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .sub-menu
  .content
  .img-banner {
  padding-right: 15px;
  float: right;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img {
  height: auto;
  margin: 0;
  position: absolute;
  top: 17px;
  transform: translateY(-50%);
  left: 2px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .sub-menu
  .content
  > .border {
  padding: 0;
  border: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content {
  padding: 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  > li {
  margin-bottom: 15px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  li
  a.main-menu {
  color: #222;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  font-size: 1.4rem;
  /* [8] */
  margin: 0 0 0px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  ul {
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  ul
  li {
  padding: 0;
  display: inline;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  ul
  li
  a {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  font-size: 1.4rem;
  /* [8] */
  font-weight: 400;
  display: block;
  line-height: 28px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  ul
  li:before {
  display: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  ul
  li:hover
  a {
  color: #ff5e00;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .link:hover
  img {
  opacity: 0.8;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .img-vbanner
  a:hover
  img {
  opacity: 0.8;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  ul.subcategory
  .title-submenu {
  font-weight: 700;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 3px 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  ul.subcategory
  .menu
  ul
  li {
  line-height: 100%;
  display: inline;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  ul.subcategory
  .menu
  ul
  li
  a {
  font-size: 14px;
  line-height: 28px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content {
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul {
  margin: 10px 0;
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li:last-child {
  border: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  > a {
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  b {
  float: right;
  line-height: 27px;
  font-size: 16px;
  margin: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li:hover
  > a {
  color: #ff5e00;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul {
  width: 250px;
  padding: 10px 0;
  top: 0;
  margin: 0;
  left: 100%;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul:before,
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul:after {
  display: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul
  li:last-child {
  border: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul
  li
  > a {
  font-weight: normal;
  line-height: 30px;
}

/*===============================================
 [SASS DIRECTORY ]
 ==============================================*/
.featured-sale-tab {
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.featured-sale-tab .so-listing-tabs {
  overflow: visible;
}
.featured-sale-tab .so-listing-tabs .ltabs-wrap {
  overflow: visible;
}
.featured-sale-tab .so-listing-tabs .ltabs-wrap .ltabs-items-container {
  overflow: visible;
}
.featured-sale-tab
  .so-listing-tabs
  .ltabs-wrap
  .ltabs-items-container
  .ltabs-items {
  overflow: visible;
}
.featured-sale-tab
  .so-listing-tabs
  .ltabs-wrap
  .ltabs-items-container
  .ltabs-items-inner {
  overflow: visible;
}
.featured-sale-tab .featured-sale-box {
  position: relative;
}
.featured-sale-tab .featured-sale-title {
  font-size: 2rem;
  position: relative;
  color: #7eb3a0;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  width: calc(100% - 90px);
}
.featured-sale-tab .featured-sale-title span {
  font-weight: 300;
  color: #444;
}
.featured-sale-tab .featured-sale-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.featured-sale-tab .featured-sale-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #7eb3a0;
}
.featured-sale-tab .ltabs-tabs-wrap {
  position: absolute;
  top: 0;
  right: 90px;
}
.featured-sale-tab .ltabs-tabs-wrap ul.ltabs-tabs {
  font-size: 0;
}
.featured-sale-tab .ltabs-tabs-wrap ul.ltabs-tabs .ltabs-tab {
  display: inline-block;
  background-color: #f7f7f7;
  padding: 2.5px 13px 6px 13px;
  margin: 0 3px 0 0;
}
.featured-sale-tab .ltabs-tabs-wrap ul.ltabs-tabs .ltabs-tab:last-child {
  margin: 0;
}
.featured-sale-tab .ltabs-tabs-wrap ul.ltabs-tabs .ltabs-tab span {
  text-transform: capitalize;
  color: #555;
  padding: 0;
  line-height: 1;
}
.featured-sale-tab .ltabs-tabs-wrap ul.ltabs-tabs .ltabs-tab:hover {
  background-color: #7eb3a0;
}
.featured-sale-tab .ltabs-tabs-wrap ul.ltabs-tabs .ltabs-tab:hover span {
  color: #fff;
}
.featured-sale-tab .ltabs-tabs-wrap ul.ltabs-tabs .ltabs-tab.tab-sel {
  position: relative;
  background-color: #7eb3a0;
  padding: 2.5px 13px 6px 25px;
}
.featured-sale-tab .ltabs-tabs-wrap ul.ltabs-tabs .ltabs-tab.tab-sel:before {
  content: "\f067";
  font-family: "fontawesome";
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 8px;
  line-height: 1;
  top: calc(50% - 6px);
}
.featured-sale-tab .ltabs-tabs-wrap ul.ltabs-tabs .ltabs-tab.tab-sel span {
  color: #fff;
}
.featured-sale-tab .featured-product-box {
  border: none;
  text-align: left;
  margin-bottom: 15px;
}
.featured-sale-tab .featured-product-box .product-image {
  width: 160px;
  border: 1px solid #ddd;
  line-height: 160px;
  float: left;
}
.featured-sale-tab .featured-product-box .product-info {
  float: left;
  margin-left: 20px;
  padding-top: 10px;
  width: calc(100% - 180px);
}
.featured-sale-tab .featured-product-box .product-info .product-name {
  margin-bottom: 5px;
}
.featured-sale-tab .featured-product-box .product-info .price {
  text-align: left;
  margin: 0;
}
.featured-sale-tab .featured-product-box .button-group {
  width: 180px;
  border: 1px solid #ddd;
}
.featured-sale-tab .featured-product-box .button-group .wishlist-btn {
  height: 35px;
  line-height: 35px;
  width: 35px;
  border-left: 1px solid #ddd;
}
.featured-sale-tab .featured-product-box .button-group .wishlist-btn:hover {
  background-color: #7eb3a0;
}
.featured-sale-tab .featured-product-box .button-group .add-to-cart {
  height: 35px;
  line-height: 35px;
  width: calc(100% - 70px);
  color: #7eb3a0;
}
.featured-sale-tab .featured-product-box .button-group .add-to-cart:hover {
  background-color: #7eb3a0;
  color: #fff;
}
.featured-sale-tab .featured-tab-slider .owl2-controls {
  position: absolute;
  top: -50px;
  right: 0;
}
.featured-sale-tab .featured-tab-slider .owl2-controls .owl2-nav > div {
  width: 35px;
  height: 35px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 35px;
  color: #cecece;
  font-size: 20px;
  border: 1px solid #ddd;
  position: unset;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.featured-sale-tab .featured-tab-slider .owl2-controls .owl2-nav > div:hover {
  background-color: #7eb3a0;
  color: #fff;
}
.featured-sale-tab .featured-tab-slider .owl2-controls .owl2-nav .owl2-next {
  margin-left: 5px;
}
.featured-sale-tab .featured-tab-slider.owl2-carousel .owl2-item img {
  width: auto;
}

.list-item li {
  margin-bottom: 10px;
}

.content-aside {
  margin-bottom: 30px;
}

.banner-sidebar a img {
  width: 100%;
}

#sosearchpro.so-search {
  width: 100%;
  padding: 0;
}

.sohomepage-slider .form-group {
  margin-bottom: 0;
}

#content div.so-deal .extraslider-inner .item {
  border: none;
}
/*============MODULE DEFAULT ==================*/
.module.sohomepage-slider .so-homeslider {
  direction: ltr;
}

.module .so-extraslider .extraslider-inner {
  border: none;
  padding-bottom: 0;
}

#content .sohomepage-slider .sohomeslider-description h2 {
  margin: 0;
}

.content-aside .module {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  border-top: 2px solid #ff5e00;
}
.content-aside .module h3.modtitle {
  padding: 13px 0 13px 20px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  background: #fff;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
}
.content-aside .module h3.modtitle span {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  display: inline-block;
}
.content-aside .module#blog-search {
  border: none;
}

.category-style .list-group > li {
  border-bottom: 1px dotted #e4e4e4;
  margin: 0;
  position: relative;
}
.category-style .list-group > li span.button-view {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.category-style .list-group > li a {
  color: #333;
  padding: 10px 0;
  display: block;
}
.category-style .list-group > li a:hover {
  color: #ff5e00;
}
.category-style .list-group > li a:hover + .button-view {
  color: #ff5e00;
}
.category-style .list-group > li .active,
.category-style .list-group > li .active + .button-view {
  color: #ff5e00;
}
.category-style .list-group > li .active + .button-view:before {
  content: "\f147";
}
.category-style .list-group > li li {
  padding: 0;
  position: relative;
  list-style: none;
}
.category-style .list-group > li li a {
  padding: 5px 0;
}
.category-style .list-group > li li a:before {
  content: "";
  padding: 0 5px;
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: -10px;
  transition: all 400ms ease;
  opacity: 0;
}
.category-style .list-group > li li a:hover:before {
  opacity: 1;
  margin: 0;
}
/************************************************************************************************
 EXTRASLIDER BESTSELER
 *************************************************************************************************/
.best-seller {
  position: relative;
  margin: 0;
}
.best-seller .so-extraslider {
  margin: 0;
}
.best-seller .so-extraslider .extraslider-inner {
  border: 1px solid #eee;
  padding-bottom: 0;
}
.best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
  margin: 18px 0 8px;
}
@media (min-width: 1200px) {
  .best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
    padding-left: 10px;
  }
}
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 {
  border-bottom: 1px solid #eee;
  margin-bottom: 2px;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left {
  float: left;
  width: 85px;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image {
  border: 0;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image:hover {
  box-shadow: none;
  opacity: 0.8;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-body
  .item-info {
  background: transparent;
  position: static;
  color: #666;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-body
  .item-info
  a {
  color: #444;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-body
  .item-info
  .item-title {
  padding: 0 0 5px 0;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-body
  .item-info
  .item-title
  a {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: normal;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-body
  .item-info
  .item-title
  a:hover {
  color: #ff5e00;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-body
  .item-info
  .item-content {
  margin-left: 0;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-body
  .item-info
  .item-content
  .content_price
  span {
  color: #e74c3c;
  font-size: 16px;
  font-weight: bold;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-body
  .item-info
  .item-content
  .content_price
  span.price-old {
  font-size: 12px;
  color: #999;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-body
  .item-info
  .rating {
  padding: 0;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .item-title
  a {
  color: #ff5e00;
}
.best-seller
  .so-extraslider
  .extraslider-inner
  .item-wrap
  .item-info
  .item-content
  .content_price {
  margin-bottom: 0;
}
.best-seller .so-extraslider .owl2-controls {
  margin-bottom: 8px;
  text-align: right;
  position: absolute;
  top: 4px;
  vertical-align: middle;
  right: 5px;
}
.best-seller .so-extraslider .owl2-controls .owl2-nav > div {
  width: 17px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  font-size: 0;
  cursor: pointer;
  color: #999;
  background-color: transparent;
  margin-top: 0;
  position: static;
  float: left;
}
.best-seller .so-extraslider .owl2-controls .owl2-nav > div:hover {
  color: #ff5e00;
}
.best-seller .so-extraslider .owl2-controls .owl2-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 28px;
}
.best-seller .so-extraslider .owl2-controls .owl2-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 28px;
}
/*============MODULE NEWLETTER POPUP ==================*/
.newsletter #signup .show-error {
  float: left;
  padding-top: 7px;
  color: #f55;
}

.module.main-newsleter-popup .so-custom-popup {
  background-color: #fff;
  border-radius: 0px;
  padding: 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.main-newsleter-popup .so-custom-popup {
    width: 85%;
  }
  .module.main-newsleter-popup .so-custom-popup:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .module.main-newsleter-popup .so-custom-popup:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
.module.main-newsleter-popup .so-custom-popup .popup-close {
  width: 31px;
  height: 31px;
  line-height: 30px;
  border-radius: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  color: #fff;
  background-color: #ff5e00;
  border: none;
  right: 0;
  top: -31px;
}
.module.main-newsleter-popup .so-custom-popup .popup-close:hover {
  background-color: #cc4b00;
}
.module.main-newsleter-popup .modcontent {
  position: relative;
}
.module.main-newsleter-popup .so-custom-popup .modcontent {
  padding: 10px;
}
.module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
  padding: 15px 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 75px 30px 50px 52%;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 75px 30px 50px 52%;
    margin: 0;
  }
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .popup-title {
  font-weight: 700;
  font-size: 36px;
  color: #222;
  text-transform: capitalize;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .newsletter_promo {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
  margin: 25px 0;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group {
  position: relative;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .input-box {
  background-color: #fff;
  vertical-align: top;
  padding-right: 120px;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .form-control {
  height: 40px;
  line-height: 40px;
  width: 100%;
  box-shadow: none;
  padding: 0 0 0 20px;
  border: none;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .form-control:-ms-input-placeholder {
  color: #999;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #999;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .form-control:focus {
  z-index: 0;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .btn-default {
  border: 0 none;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .btn-default:hover {
  color: #fff;
  background-color: #cc4b00;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .hidden-popup {
  font-weight: 400;
  color: #666;
  padding-bottom: 20px;
  font-size: 12px;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .hidden-popup:hover {
  cursor: pointer;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .newsletter_promo {
  padding: 10px 0;
  margin: 0;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .socials {
  text-align: center;
  margin-top: 0;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .socials
  li {
  position: relative;
  display: inline-block;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .socials
  li
  a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  display: inline-block;
  margin: 0 5px;
  color: #555;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .socials
  li
  a:hover {
  color: #fff;
  background-color: #ff5e00;
  border-color: #ff5e00;
}
.main-newsleter-popup .show-error {
  display: inline-block;
  margin-left: 0;
  position: relative;
  top: -10px;
  width: 100%;
}
/*============ BREADCRUMB ==================*/
.breadcrumbs {
  margin-top: 0px;
  position: relative;
  background: url("../image/bg-bread.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 140px;
  color: #fff;
  text-align: center;
}
.breadcrumbs .category-name {
  font-size: 4rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.breadcrumbs ul.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul.breadcrumb li {
  text-transform: capitalize;
}
.breadcrumbs ul.breadcrumb a {
  color: #fff;
}
.breadcrumbs ul.breadcrumb a:hover {
  color: #beae59;
}
.breadcrumbs ul.breadcrumb > li + li:before {
  content: "\f105";
  font-family: "fontawesome";
  padding: 0 10px;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumbs {
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding-top: 40px;
    padding-bottom: 40px;
    background-attachment: unset;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .breadcrumbs .category-name {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
/*=========== BLOCK SIDEBAR ==================*/
.content-aside .product-simple {
  position: relative;
}
.content-aside .product-simple .modcontent {
  padding: 15px 10px;
}
.content-aside .product-simple .so-quickview {
  display: none;
}
.content-aside .product-simple .so-extraslider {
  margin: 0;
}
.content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
  right: 10px;
  top: 18px;
  min-width: 60px;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-dots
  .owl2-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #222;
  margin: 0 5px;
  display: inline-block;
  float: none;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-dots
  .owl2-dot
  span {
  display: none;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-dots
  .owl2-dot:hover {
  background-color: #ff5e00;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-dots
  .owl2-dot.active {
  width: 30px;
  background-color: #ff5e00;
}
.content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav {
  top: 1px;
  position: absolute;
  right: 0px;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next {
  background-color: #222;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev:before,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next:before {
  color: #fff;
  font-family: "FontAwesome";
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev.owl2-next,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next.owl2-next {
  right: 0;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev.owl2-next:before,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next.owl2-next:before {
  content: "\f054";
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev.owl2-prev,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next.owl2-prev {
  left: 0;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev.owl2-prev:before,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next.owl2-prev:before {
  content: "\f053";
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev:hover,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next:hover {
  background-color: #ff5e00;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev:hover:before,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next:hover:before {
  color: #fff;
}
.content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav > div {
  margin-top: 0;
  line-height: 28px;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  > div:before {
  position: static;
  font-weight: 400;
}
.content-aside .product-simple .so-extraslider:hover .owl2-controls {
  /*@include transform(scale(1));          
     @include effect-block-show();*/
}
.content-aside .product-simple .so-extraslider .extraslider-inner .item {
  padding-top: 0;
  border: none;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner {
  border-bottom: none;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 11px;
  width: 100%;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-image {
  width: 80px;
  float: left;
  position: relative;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-image
  .so-quickview {
  display: none;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-image
  .so-quickview
  .btn-button {
  border: none;
  display: inline-block;
  margin-top: 0;
  padding: 0;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transform: all 0.3s ease 0s;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-image
  .so-quickview
  .btn-button
  span {
  display: none;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-image
  .so-quickview
  .btn-button
  i,
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-image
  .so-quickview
  .btn-button:before {
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-image
  .so-quickview
  .btn-button:hover {
  background-color: #ff5e00;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info {
  margin-top: 0px;
  margin-left: 95px;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .price {
  margin-bottom: 3px;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .rating,
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .ratings {
  margin-bottom: 0;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .item-title {
  line-height: 100%;
  margin-bottom: 5px;
  padding: 0;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .item-title
  a {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 18px;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .item-title
  a:hover {
  color: #ff5e00;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner:hover
  .item-image
  .so-quickview
  .btn-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
/*============ MODULE MEGAMENU HORIZONTAL  ==================*/
.container-megamenu.horizontal ul.megamenu .sub-menu .image-link {
  margin-bottom: 10px;
  color: #333;
}
.container-megamenu.horizontal ul.megamenu .sub-menu .image-link .figcaption {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.container-megamenu.horizontal ul.megamenu .sub-menu .image-link:hover {
  color: #ff5e00;
}

.container-megamenu.horizontal .image-link .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  padding: 3px;
  margin: 0 0 10px;
}

.container-megamenu ul.megamenu li .sub-menu {
  z-index: 998;
}
.container-megamenu ul.megamenu li.menu-layouts .sub-menu .content {
  padding: 30px 30px 10px 30px;
}
/*---mega menu horizontal level 1--*/
.container-megamenu.horizontal ul.megamenu > li {
  float: left;
}
.container-megamenu.horizontal ul.megamenu > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  display: block;
  position: relative;
  padding: 15px 0;
  line-height: 100%;
  height: auto;
}
.container-megamenu.horizontal ul.megamenu > li > a strong {
  font-weight: 600;
}
.container-megamenu.horizontal ul.megamenu > li.active > a,
.container-megamenu.horizontal ul.megamenu > li.active_menu > a {
  color: #ff5e00;
}

.container-megamenu.horizontal {
  /*-------- SUB MENU HORIZONTAL ----------*/
}
.container-megamenu.horizontal .title-feature,
.container-megamenu.horizontal ul.megamenu .title-submenu,
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  a.main-menu,
.container-megamenu.horizontal ul.megamenu .subcategory a.title-submenu {
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  padding-bottom: 12px;
  margin-bottom: 6px;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  border-bottom: 1px solid #eaeaea;
}
.container-megamenu.horizontal .content-feature li a,
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  ul
  li
  a,
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .html
  a.subcategory_item,
.container-megamenu.horizontal
  ul.megamenu
  .sub-menu
  .content
  .hover-menu
  .menu
  ul
  a.main-menu {
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #464646;
}
.container-megamenu.horizontal .content-feature li a:hover,
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  ul
  li
  a:hover,
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .html
  a.subcategory_item:hover,
.container-megamenu.horizontal
  ul.megamenu
  .sub-menu
  .content
  .hover-menu
  .menu
  ul
  a.main-menu:hover {
  color: #ff5e00;
}
.container-megamenu.horizontal ul.megamenu > li > a strong img {
  position: absolute;
  top: -8px;
  right: 0px;
  height: auto;
}
.container-megamenu.horizontal .content-feature li.detail {
  margin-top: 20px;
}
.container-megamenu.horizontal .content-feature li.detail .lc {
  text-transform: capitalize;
  font-size: 11px;
  line-height: 100%;
}
.container-megamenu.horizontal ul.megamenu .sub-menu .content > .border {
  border: none;
  padding-top: 0;
}
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  ul,
.container-megamenu.horizontal ul.megamenu .title-submenu {
  padding: 0;
}
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  ul
  li::before,
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .hover-menu
  a::before {
  display: none;
}
.container-megamenu.horizontal ul.megamenu li .sub-menu .content img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .item-banner
  .img-banner-w {
  margin: 0 -15px;
}
.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .item-banner
  .img-banner {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.container-megamenu.horizontal .sub-menu .content-feature .title-feature {
  margin-bottom: 20px;
}
.container-megamenu.horizontal .sub-menu .content-feature li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.container-megamenu.horizontal .sub-menu .content-feature li a img {
  margin-bottom: 8px;
}
.container-megamenu.horizontal .sub-menu .content-feature li a span {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  font-weight: 600;
  line-height: 100%;
  margin-top: 8px;
}
.container-megamenu.horizontal .sub-menu .content-feature li a:hover span {
  color: #ff5e00;
}
.container-megamenu.horizontal .sub-menu .demo-detail ul li {
  width: 33.33%;
}
.container-megamenu.horizontal .sub-menu .feature-blog a {
  text-align: center;
}
.container-megamenu.horizontal .sub-menu .feature-blog a img {
  margin-bottom: 10px;
}
.container-megamenu.horizontal .sub-menu .feature-blog a span {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0px;
}
.container-megamenu.horizontal .sub-menu .feature-blog a:hover span {
  color: #ff5e00;
}
.container-megamenu.horizontal .sub-menu .feature-blog .clearfix {
  margin: 20px;
}
.container-megamenu.horizontal ul.megamenu {
  /*.sub-menu{
     opacity: 1;
     display: block ;
     .content{
     display: block ;
     } 
     }*/
}
.container-megamenu.horizontal ul.megamenu .item-style1 {
  /*.sub-menu{
     opacity: 1;
     display: block ;
     .content{
     display: block ;
     } 
     }*/
}
.container-megamenu.horizontal ul.megamenu .item-style1 .subcategory li a {
  float: left;
  text-align: left;
}
.container-megamenu.horizontal
  ul.megamenu
  .item-style1
  .sub-menu
  .content
  .hover-menu
  li {
  text-align: left;
  display: inline;
}
.container-megamenu.horizontal
  ul.megamenu
  .item-style1
  .sub-menu
  .content
  .hover-menu
  li
  a {
  text-align: left;
}
.container-megamenu.horizontal ul.megamenu .item-style2 {
  /*.sub-menu{
     opacity: 1;
     display: block ;
     .content{
     display: block ;
     } 
     }*/
}
.container-megamenu.horizontal ul.megamenu .blog-item .sub-menu .content {
  padding: 30px 25px;
}
.container-megamenu.horizontal ul.megamenu .quicklink-menu {
  margin-left: -30px;
  margin-right: -30px;
}
.container-megamenu.horizontal ul.megamenu .quicklinks-menu {
  background-color: #ddd;
  display: inline-flex;
  width: 100%;
  padding: 25px 30px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li {
  float: left;
  line-height: 100%;
}
.container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li span {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  font-size: 1.4rem;
  /* [8] */
  color: #222;
  font-weight: 700;
}
.container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li a {
  margin-left: 5px;
}

.filter-v3 .filter-shopby,
.filter-v3 .filter-row {
  border: 1px solid #e6e6e6;
  padding: 0px;
}

.filter-shopby .table_layout,
.filter-row .table_layout {
  display: block;
}
.filter-shopby .table_cell,
.filter-row .table_cell {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: #f1f1f1 1px solid;
  display: block;
}
.filter-shopby legend,
.filter-row legend {
  border: none;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
}
.filter-shopby .checkboxes_list > li:not(:last-child),
.filter-row .checkboxes_list > li:not(:last-child),
.filter-shopby .simple_vertical_list li:not(:last-child),
.filter-row .simple_vertical_list li:not(:last-child) {
  margin-bottom: 5px;
}
.filter-shopby .color_btn,
.filter-row .color_btn {
  position: relative;
  padding-left: 32px;
}
.filter-shopby .color_btn::before,
.filter-row .color_btn::before {
  content: "";
  padding: 1px;
  background-clip: content-box;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.filter-shopby .color_btn.green::before,
.filter-row .color_btn.green::before {
  background: #269300;
}
.filter-shopby .color_btn.yellow::before,
.filter-row .color_btn.yellow::before {
  background: #fccd36;
}
.filter-shopby .color_btn.red::before,
.filter-row .color_btn.red::before {
  background: #f00;
}
.filter-shopby .color_btn.blue::before,
.filter-row .color_btn.blue::before {
  background: #018bc8;
}
.filter-shopby .color_btn.grey::before,
.filter-row .color_btn.grey::before {
  background: #b2b2b2;
}
.filter-shopby .color_btn.orange::before,
.filter-row .color_btn.orange::before {
  background: #ff7b1a;
}
.filter-shopby input[type="checkbox"]:checked + .color_btn::before,
.filter-row input[type="checkbox"]:checked + .color_btn::before {
  border-color: #333;
}

.filter-row {
  padding: 0;
}
.filter-row .table_layout {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.filter-row .table_row {
  display: table;
  width: 100%;
}
.filter-row .table_cell {
  display: table-cell;
  border-right: 1px solid #e6e6e6;
  padding: 19px;
}
.filter-row .bottom_box {
  padding: 15px 19px;
}

.ui-slider {
  height: 7px;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  max-width: 220px;
}

.ui-slider .ui-slider-handle {
  display: block;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  top: -7px;
}

.ui-slider .ui-slider-handle::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  position: absolute;
  top: 4px;
  left: 4px;
}

.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-handle::before {
  border-radius: 50%;
}

.range {
  margin-bottom: 15px;
}

.range > * {
  display: inline;
}

.checkboxes_list {
  color: #333;
}

.simple_vertical_list input[type="radio"],
.checkboxes_list input[type="radio"],
.simple_vertical_list input[type="checkbox"],
.checkboxes_list input[type="checkbox"] {
  display: none;
}
.simple_vertical_list input[type="radio"] + label,
.checkboxes_list input[type="radio"] + label,
.simple_vertical_list input[type="checkbox"] + label,
.checkboxes_list input[type="checkbox"] + label {
  position: relative;
  width: auto;
  margin: 0 17px 0 0;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.simple_vertical_list input[type="radio"] + label::before,
.checkboxes_list input[type="radio"] + label::before,
.simple_vertical_list input[type="checkbox"] + label::before,
.checkboxes_list input[type="checkbox"] + label::before {
  content: "";
  display: block;
  text-align: center;
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  color: inherit;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}
.simple_vertical_list input[type="checkbox"] + label::before,
.checkboxes_list input[type="checkbox"] + label::before {
  font-size: 12px;
}
.simple_vertical_list input[type="radio"] + label::before,
.checkboxes_list input[type="radio"] + label::before {
  border-radius: 50%;
}
.simple_vertical_list input[type="radio"] + label:empty,
.checkboxes_list input[type="radio"] + label:empty {
  width: 22px;
  padding-left: 0px;
  margin: 0px;
}
.simple_vertical_list input[type="checkbox"]:checked + label::before,
.checkboxes_list input[type="checkbox"]:checked + label::before {
  content: "\f00c";
}
.simple_vertical_list input[type="radio"]:checked + label::before,
.checkboxes_list input[type="radio"]:checked + label::before {
  content: "\f10c";
}

.tags_cloud li {
  display: inline-block;
  margin: 0 4px 4px 0;
}

.button_grey {
  padding: 6px 15px;
  display: inline-block;
  color: #555;
  background: #f1f1f1;
  text-transform: capitalize;
  border-radius: 3px;
  border: none;
}
.button_grey:hover {
  color: white;
  background: #ff5e00;
}

.button_submit {
  background: #ff5e00;
  color: white;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .collapsed-block .tabBlockTitle {
    margin: 6px 0px;
    line-height: 20px;
  }
  .collapsed-block .tabBlockTitle .expander {
    margin: 0 10px;
    color: #333;
    font-size: 14px;
  }
}
/*============ MODULE TAGS ===================*/
.block-tags {
  margin-top: 20px;
}
.block-tags .so-popular-tag a {
  float: left;
  font-size: 13px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  line-height: 100%;
  background-color: #fff;
}
.block-tags .so-popular-tag a:hover {
  color: #fff;
  background-color: #ff5e00;
  border-color: #ff5e00;
}
/*============MODULE CATEGORY ==================*/
.box-category ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.box-category > ul {
  padding: 0;
}
.box-category > ul > li {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  box-shadow: unset;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}
.box-category > ul > li > a {
  display: block;
  font-weight: 400;
  line-height: 100%;
  padding: 14px 47px 14px 15px;
  line-height: 100%;
  text-transform: capitalize;
  margin: 0;
}
.box-category > ul > li:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: none;
}
.box-category > ul > li:last-child > a {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.box-category > ul > li:hover > a {
  color: #ff5e00;
}
.box-category > ul > li:hover .head a {
  color: #fff;
}
.box-category > ul > li ul {
  margin-left: 20px;
}
.box-category > ul > li a.accordion-toggle {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #dbdbdb;
  color: #fff;
}
.box-category > ul > li a.accordion-toggle:hover {
  background-color: #ff5e00;
}

.box-category ul li a.active {
  color: #ff5e00;
}

.box-category ul li .head .show:before {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 "FontAwesome";
}

.box-category ul li .head .accordion-toggle:before {
  content: "\f105";
  font: normal normal normal 14px/1 "FontAwesome";
}

.box-category ul li .head {
  display: block;
  position: absolute;
  top: 8px;
  line-height: 20px;
  right: 15px;
  text-align: center;
}
.box-category ul li .head a:hover {
  color: #fff;
}

.box-category ul li ul li {
  padding: 0px 0px 0px 5px;
}

.box-category ul ul {
  margin-bottom: 20px;
}

.box-category ul ul li a {
  padding: 3px 0;
}

.box-category ul li ul li a:before {
  font-family: "FontAwesome";
  transition: all 0.3s ease;
  content: "\f105";
  margin: 0 5px 0;
}

.box-category ul li ul li a:hover:before {
  margin-right: 10px;
}
/* ============== Page categories ============== */
.page-categories {
  margin-top: 30px;
}
.page-categories ul {
  margin: 0 -6px;
}
.page-categories ul li {
  float: left;
  padding: 0 6px;
}
.page-categories ul li .cate {
  text-align: center;
  margin-bottom: 30px;
}
.page-categories ul li .cate .cate-img {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 7px;
}
.page-categories ul li .cate .cate-img:hover {
  opacity: 0.8;
}
.page-categories ul li .cate a {
  color: #000;
  font-size: 14px;
}
.page-categories ul li .cate a:hover {
  color: #ff5e00;
}
/*================ So Sticky ===============*/
@media (max-width: 1199px) {
  #content #so-groups {
    display: none;
  }
}

#content #so-groups > a span {
  background-color: #ff5e00;
}
#content #so-groups > a:hover {
  background-color: #cc4b00;
}

#content .so-groups-sticky {
  background-color: #ff5e00;
}
#content .so-groups-sticky.left {
  left: 0;
  right: auto;
}
#content .so-groups-sticky.right {
  right: 0;
  left: auto;
}
#content .so-groups-sticky .popup-header {
  padding: 25px 70px 25px 40px;
}
#content .so-groups-sticky .popup-header .popup-close {
  right: 20px;
  left: auto;
  color: #fff;
  font-size: 22px;
  opacity: 1;
}
#content .so-groups-sticky .product-thumb .button-group button,
#content .so-groups-sticky .form-content .form-box #button-search {
  background-color: #ff5e00;
}
#content .so-groups-sticky .product-thumb .button-group button:hover,
#content .so-groups-sticky .form-content .form-box #button-search:hover {
  background-color: #cc4b00;
}
#content
  .so-groups-sticky
  .form-content
  .form-box
  .product-thumb
  .caption
  h4
  a:hover {
  color: #ff5e00;
}
#content .so-groups-sticky .form-content .form-box .price .price-new,
#content .so-groups-sticky .form-content .form-box .price span.price {
  color: #222;
}
#content
  .so-groups-sticky
  .form-content
  .form-box
  .product-thumb
  .image
  .bt-sale,
#content .so-groups-sticky .popup-header {
  background-color: #ff5e00;
}
#content .so-groups-sticky .form-content .form-box .product-thumb .caption {
  height: auto;
  max-height: auto;
  min-height: auto;
}
#content .so-groups-sticky .popup-close,
#content .so-groups-sticky .popup-close i.fa {
  font-size: 16px;
}
#content .so-groups-sticky .popup-header > span > i {
  margin-right: 10px;
  margin-left: auto;
}
#content .so-groups-sticky .nav-secondary ul li a:hover {
  color: #ff5e00;
}
#content .so-groups-sticky .form-content .form-box input.field:hover,
#content .so-groups-sticky .form-content .form-box select.field:hover {
  cursor: pointer;
}

#so-groups .form-content .form-box a.account-url:hover .account-txt {
  color: #ff5e00;
}

#so-groups .form-content .form-box input + i {
  font-size: 16px;
  margin-top: -9px;
}
#so-groups .form-content .form-box input + i:hover {
  color: #ff5e00;
}

#so-groups .form-content .form-box .product-thumb .caption h4 {
  margin-bottom: 0;
}
#so-groups .form-content .form-box .product-thumb .caption h4 a {
  font-weight: 400;
}

#so-groups > a {
  position: relative;
  height: 43px;
}
#so-groups > a.sticky-backtop {
  border-bottom: none;
}
#so-groups > a span {
  background-color: #ff5e00;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 100%;
  text-align: center;
  text-transform: capitalize;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  white-space: nowrap;
  width: auto;
}
#so-groups > a:hover span {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
  width: auto;
}

#so-groups .popup-content {
  max-height: 415px;
  overflow-y: scroll;
}

#so-groups .cart-bottom p {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

#so-groups div.nav-secondary li span.nav-action i.fa {
  height: 47px;
  line-height: 47px;
}

#content .so-onepagecheckout .secondary-title i.fa {
  margin-right: 10px;
  margin-left: auto;
}

.so-onepagecheckout .price {
  font-size: 14px;
}

body #sosearchpro .dropdown-menu .media-body .box-price .price-new {
  color: #ff5e00;
}
body #sosearchpro .dropdown-menu .media-body .box-price .price {
  font-size: 13px;
  color: #ff5e00;
}
body #sosearchpro .dropdown-menu .media-body .box-price span {
  font-weight: normal;
  font-size: 13px;
  color: #666;
}
/*====== so countdown popup =====*/
#content #so_popup_countdown .modal-header {
  background-color: #ff5e00;
}
#content #so_popup_countdown .modal-header .close {
  font-size: 23px;
  right: 15px;
  top: 33px;
}

#so_popup_countdown .modal-footer #so_countdown_timer {
  top: 65px;
}

@media (min-width: 1200px) {
  body #so_popup_countdown.modal.in .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    margin: 0 auto;
    transition: none;
  }
}
body #so_popup_countdown .modal-footer #so_countdown_timer {
  /*width: 56px;
     height: 56px;*/
}
body #so_popup_countdown .modal-footer #so_countdown_timer .time-item {
  line-height: 18px;
  padding-top: 8px;
}

#so_popup_countdown .list-cates {
  background: url(../../image/bg-popupc.jpg) no-repeat;
  background-size: 100%;
}
#so_popup_countdown .list-cates ul {
  width: 64%;
  /*float: $right;
     padding: side-values(40px 20px 0 0);*/
  float: right;
  padding: 40px 20px 0 0;
  text-align: center;
}
#so_popup_countdown .list-cates ul li {
  display: inline-block;
  margin: 0 14px;
  text-align: center;
}
#so_popup_countdown .list-cates ul li a {
  font-size: 14px;
  font-weight: 500;
}
#so_popup_countdown .list-cates ul li a .icon {
  width: 87px;
  height: 87px;
  background-color: #f7e7de;
  background-image: url(../../image/icon/css_sprites.png);
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
}
#so_popup_countdown .list-cates ul li a .icon.icon1 {
  background-position: -9px -9px;
}
#so_popup_countdown .list-cates ul li a .icon.icon2 {
  background-position: -9px -219px;
}
#so_popup_countdown .list-cates ul li a .icon.icon3 {
  background-position: -9px -429px;
}
#so_popup_countdown .list-cates ul li a .icon.icon4 {
  background-position: -9px -639px;
}
#so_popup_countdown .list-cates ul li a .icon.icon5 {
  background-position: -9px -849px;
}
#so_popup_countdown .list-cates ul li a .icon.icon6 {
  background-position: -9px -1059px;
}
#so_popup_countdown .list-cates ul li a .icon.icon7 {
  background-position: -9px -1269px;
}
#so_popup_countdown .list-cates ul li a:hover .icon {
  background-color: #ff5e00;
}
#so_popup_countdown .list-cates ul li a:hover .icon.icon1 {
  background-position: -9px -114px;
}
#so_popup_countdown .list-cates ul li a:hover .icon.icon2 {
  background-position: -9px -324px;
}
#so_popup_countdown .list-cates ul li a:hover .icon.icon3 {
  background-position: -9px -534px;
}
#so_popup_countdown .list-cates ul li a:hover .icon.icon4 {
  background-position: -9px -744px;
}
#so_popup_countdown .list-cates ul li a:hover .icon.icon5 {
  background-position: -9px -954px;
}
#so_popup_countdown .list-cates ul li a:hover .icon.icon6 {
  background-position: -9px -1164px;
}
#so_popup_countdown .list-cates ul li a:hover .icon.icon7 {
  background-position: -9px -1374px;
}
#so_popup_countdown .list-cates ul li.item5,
#so_popup_countdown .list-cates ul li.item6,
#so_popup_countdown .list-cates ul li.item7 {
  margin-top: 25px;
}
#so_popup_countdown .list-cates .customer {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-weight: 500;
  margin-top: 18px;
  padding: 12px 40px 12px 50%;
}
#so_popup_countdown .list-cates .customer a {
  color: #ff5e00;
}
#so_popup_countdown .list-cates .customer a:hover {
  color: #cc4b00;
}

.hidden-popup-countdown {
  overflow: visible;
}
.hidden-popup-countdown #so_popup_countdown {
  display: none;
}

.hidden-popup-countdown .modal-backdrop {
  display: none;
}

.hidden-popup-countdown.modal-open .modal-backdrop:first-child {
  display: none;
}

.hidden-popup-countdown.modal-open .modal-backdrop {
  display: block;
}

body .mfp-close-btn-in .mfp-close {
  right: 0;
  left: auto;
  margin: 0;
  color: #222;
}
body .mfp-close-btn-in .mfp-close:hover {
  color: #ff5e00;
}

#product-quick .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}

.so-fb-message-style-default .so-fb-message-head {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}

.quickview-w.product-view .content-product-left,
.quickview-w.product-view .content-product-right {
  width: 50%;
}
.quickview-w.product-view .content-product-left.class-honizol .thumb-video {
  display: none;
}

.so-onepagecheckout .panel-default {
  display: inline-block;
  width: 100%;
}
/*===============================================
 [SASS DIRECTORY ]
 [1] SO LATSET BLOG
 [2] SIMPLE BLOG
 [3] ARTICLE INFO
 ==============================================*/
/*============SO LATSET BLOG ==================*/
/*============ SIMPLE BLOG ==================*/
.blogs {
  padding: 4rem 0;
}
.blogs .blog-box:last-child .blog-info {
  padding-top: 2rem;
}
.blogs .blog-box:last-child .blog-image {
  float: right;
}
.blogs .blog-box .blog-image {
  position: relative;
}
.blogs .blog-box .blog-image .post-time {
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 10px;
  left: 25px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.blogs .blog-box .blog-image .post-time .post-day {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.blogs .blog-box .blog-image .post-time .post-month {
  display: block;
  font-size: 10px;
  font-weight: 700;
}
.blogs .blog-box .blog-info {
  padding-left: 3rem;
  padding-right: 3rem;
}
.blogs .blog-box .blog-info .blog-title {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.blogs .blog-box .blog-info .blog-desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 15px;
}
.blogs .blog-box .blog-info .read-more {
  color: #beae59;
}
.blogs .blog-box .blog-info .read-more:hover {
  color: #ff5e00;
}
.blogs .blog-box .blog-info .read-more i {
  margin-left: 5px;
}
.blogs .blog-box .blog-image:before {
  content: "\f0d9";
  font-family: "fontawesome";
  line-height: 1;
  color: #f7f7f7;
  font-size: 25px;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 1;
  right: 0;
}
.blogs .blog-box:last-child .blog-image:before {
  content: "\f0da";
  font-size: 25px;
  top: auto;
  bottom: -13px;
  rotate: 270deg;
  left: 50%;
  right: 50%;
}
.blogs .blog-box .blog-info .read-more {
  color: #beae59;
}
.blogs .blog-box .blog-info .read-more:hover {
  color: #ff5e00;
}
.blogs .blog-slider .owl2-controls .owl2-nav > div {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 35px;
  border: 1px solid #ddd;
  z-index: 1;
  top: -50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blogs .blog-slider .owl2-controls .owl2-nav > div:hover {
  background-color: #beae59;
  color: #fff;
  border: 1px solid #beae59;
}
.blogs .blog-slider .owl2-controls .owl2-nav .owl2-prev {
  left: 0;
}
.blogs .blog-slider .owl2-controls .owl2-nav .owl2-next {
  right: 0;
}

@media (max-width: 480px) {
  .blogs {
    padding-bottom: 0;
  }
  .blogs .blog-box {
    margin-bottom: 25px;
  }
  .blogs .blog-box:last-child .blog-info {
    padding-top: 0px;
  }
  .blogs .blog-box .blog-image {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .typeheader-1 {
    margin-bottom: 50px;
  }
  .blogs .blog-box .blog-info {
    width: 100%;
    float: none;
  }
  .blogs .blog-box .blog-info .blog-title {
    margin: 0 0 10px 0;
  }
  .blogs .blog-box .blog-info .blog-desc {
    margin-bottom: 0;
  }
}

.customer-opinion {
  background: url(../image/catalog/demo/slider/home1/customer-bg.png) no-repeat
    center;
  background-attachment: fixed;
}
.customer-opinion .item {
  padding: 120px 120px 120px 110px;
}
.customer-opinion .item .customer-avatar {
  display: inline-block;
  float: left;
}
.customer-opinion .item .customer-avatar img {
  width: 125px;
  height: 125px;
  object-fit: contain;
  border: 2px solid #ddd;
}
.customer-opinion .item .opinion {
  background: url(../image/catalog/demo/slider/home1/customer-bg2.png) no-repeat
    left 35px top 30px;
  padding-left: 65px;
  margin-left: 125px;
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 17px;
  position: relative;
}
.customer-opinion .item .opinion:before {
  border-style: solid;
  border-width: 9px;
  content: "";
  display: block;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  z-index: 1;
  left: -18px;
}
.customer-opinion .item .opinion .opinion-detail {
  color: #ccc;
  line-height: 22px;
  margin: 0 0 10px 0;
}
.customer-opinion .item .opinion .customer-name {
  color: #fff;
  margin: 0;
}
.customer-opinion .item .opinion .customer-name span {
  text-transform: uppercase;
}
.customer-opinion .customer-opinion-slider .owl2-controls .owl2-nav div {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #aeaeae;
  position: absolute;
  top: calc(50% - 35px / 2);
  transition: all 0.2s ease-in-out;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3803921568627451);
}
.customer-opinion .customer-opinion-slider .owl2-controls .owl2-nav div:hover {
  background-color: #beae59;
  color: #fff;
}
.customer-opinion
  .customer-opinion-slider
  .owl2-controls
  .owl2-nav
  div.owl2-prev {
  left: 15px;
}
.customer-opinion
  .customer-opinion-slider
  .owl2-controls
  .owl2-nav
  div.owl2-next {
  right: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .customer-opinion {
    background-size: cover;
    background-attachment: unset;
  }
  .customer-opinion .item .opinion {
    padding-top: 15px;
    padding-bottom: 9.5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .customer-opinion {
    background-size: cover;
    background-attachment: unset;
  }
  .customer-opinion .item {
    padding: 40px 60px;
  }
  .customer-opinion .item .opinion {
    padding-top: 15px;
    padding-bottom: 9.5px;
  }
}

@media (max-width: 767px) {
  .customer-opinion {
    background-size: cover;
    background-attachment: unset;
  }
  .customer-opinion .item {
    padding: 30px 55px 30px 55px;
  }
  .customer-opinion .item .customer-avatar {
    display: block;
    float: none;
  }
  .customer-opinion .item .opinion {
    margin-left: 0;
    padding: 15px 20px;
    background-size: 12px;
    background-position-x: 5px;
    background-position-y: 15px;
  }
  .customer-opinion .item .opinion:before {
    left: calc(50% - 9px);
    transform: rotate(90deg);
    top: -18px;
  }
}

.infomation .infomation-container {
  margin-top: -70px;
  z-index: 3;
  position: relative;
}
.infomation .infomation-bg {
  background-color: #49ccf3;
}
.infomation .infomation-bg .box:nth-child(2) .infomation-box {
  background-color: #13b5e6;
  position: relative;
}
.infomation .infomation-bg .box:nth-child(2) .infomation-box:before {
  content: "";
  border-right: 30px solid #13b5e6;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  position: absolute;
  left: -30px;
  top: 0;
}
.infomation .infomation-bg .box:nth-child(2) .infomation-box:after {
  content: "";
  border-left: 40px solid #13b5e6;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  position: absolute;
  right: -40px;
  top: 0;
}
.infomation .infomation-bg .infomation-box {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 22px 0;
}
.infomation .infomation-bg .infomation-box .infomation-image img {
  width: 95px;
  height: 95px;
  object-fit: contain;
}
.infomation .infomation-bg .infomation-box .infomation-desc {
  margin-left: 10px;
  line-height: 18px;
}
.infomation .infomation-bg .infomation-box .infomation-desc .infomation-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.infomation .infomation-bg .infomation-box .infomation-desc .infomation-detail {
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .infomation .infomation-bg .box:nth-child(2) {
    background-color: #13b5e6;
  }
  .infomation .infomation-bg .box:nth-child(2) .infomation-box:before {
    content: none;
  }
  .infomation .infomation-bg .box:nth-child(2) .infomation-box:after {
    content: none;
  }
  .infomation .infomation-bg .infomation-box {
    display: block;
    text-align: center;
  }
  .infomation .infomation-bg .infomation-box .infomation-desc {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 767px) {
  .infomation .infomation-bg .box:nth-child(2) .infomation-box:before,
  .infomation .infomation-bg .box:nth-child(2) .infomation-box:after {
    content: none;
  }
  .infomation .infomation-bg .infomation-box {
    justify-content: flex-start;
    padding: 10px 20px;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .infomation
    .infomation-bg
    .infomation-box
    .infomation-desc
    .infomation-title {
    font-size: 14px;
  }
}

.deals-days {
  background-color: #eee;
}
.deals-days .deals-container {
  margin-top: -60px;
  z-index: 3;
  position: relative;
}
.deals-days .tab-content {
  padding: 0;
  margin: 0;
  border: none;
}
.deals-days .label-sale {
  top: 0px;
  right: 0px;
  margin-right: 1px;
}
.deals-days .label-sale:before {
  left: -1.5px;
}
.deals-days .product-info .product-image {
  max-width: 330px;
  margin: 0 auto;
  text-align: center;
}
.deals-days .product-info .product-name {
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
  line-height: 20px;
  font-size: 14px;
}
.deals-days .product-info .rating .rating-box {
  font-size: 13px;
}
.deals-days .product-info .price {
  margin: 0;
  font-size: 14px;
}
.deals-days .product-info .price del {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.deals-days .product-info.deals-box .product-name {
  font-size: 12px;
}
.deals-days .deals-left {
  width: 50%;
  background-color: #beae59;
  float: left;
  color: #fff;
  height: 600px;
  overflow: hidden;
}
.deals-days .deals-left .deals-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin: 0;
  padding: 2.4rem 1rem 2.88rem 2.5rem;
  font-size: 2rem;
  border-bottom: 1px solid #d2c68b;
  text-transform: uppercase;
}
.deals-days .deals-left .deals-title span {
  font-weight: 300;
}
.deals-days .deals-left .deals-left-desc {
  padding: 2.5rem 3rem 3rem 3rem;
}
.deals-days .deals-left .deals-left-desc .deals-desc {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 3rem;
}
.deals-days .deals-left .deals-left-desc .room {
  font-size: 0;
  border-bottom: 0;
}
.deals-days .deals-left .deals-left-desc .room .room-box {
  width: 50%;
  float: left;
  margin: 0;
  position: relative;
}
.deals-days .deals-left .deals-left-desc .room .room-box.active .room-title {
  color: #beae59;
}
.deals-days .deals-left .deals-left-desc .room .room-box a {
  padding: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}
.deals-days .deals-left .deals-left-desc .room .room-box img {
  max-width: 100% !important;
}
.deals-days .deals-left .deals-left-desc .room .room-box .room-title {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  color: #fff;
}
.deals-days .deals-center {
  width: calc(100% - 26.92% - 23.08%);
  float: left;
  padding: 2rem;
  background-color: #fff;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.deals-days .deals-center .left-group {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.deals-days .deals-center .left-group .table-countdown {
  display: table;
}
.deals-days .deals-center .left-group .table-countdown .countdown-box {
  width: 55px;
  height: 55px;
  padding-top: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  overflow: hidden;
  text-align: center;
}
.deals-days
  .deals-center
  .left-group
  .table-countdown
  .countdown-box:last-child {
  border-bottom: 1px solid #ddd;
}
.deals-days .deals-center .left-group .table-countdown .countdown-box .time {
  color: #beae59;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
  line-height: 1;
  font-size: 14px;
}
.deals-days .deals-center .left-group .table-countdown .countdown-box .text {
  color: #666;
  font-size: 10px;
  line-height: 1;
  display: block;
}
.deals-days .deals-center .owl2-controls {
  position: absolute;
  bottom: 55px;
  right: 30px;
}
.deals-days .deals-center .owl2-controls .owl2-nav div {
  display: inline-flex;
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  text-align: center;
  transition: all 0.2s ease-in-out;
  vertical-align: top;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
.deals-days .deals-center .owl2-controls .owl2-nav div:hover {
  background-color: #beae59;
  color: #fff;
  border: 1px solid #beae59;
}
.deals-days .deals-center .owl2-controls .owl2-nav .owl2-next {
  margin-left: 6px;
}
.deals-days .deals-right {
  width: 50%;
  background-color: #fff;
  border-left: 1px solid #ddd;
  color: #444;
  height: 600px;
  overflow: hidden;
}
.deals-days .deals-right .deals-title {
  border-bottom: 1px solid #ddd;
}
.deals-days .deals-right .deals-title span {
  font-weight: 300;
}
.deals-days .deals-right .deals-right-desc {
  padding-bottom: 30px;
}
.deals-days .deals-right .deals-right-desc .deals-box {
  padding: 19px 20px;
  border-bottom: 1px solid #ddd;
}
.deals-days .deals-right .deals-right-desc .deals-box:last-child {
  border-bottom: none;
}
.deals-days .deals-right .deals-right-desc .deals-box .box {
  margin-left: 112px;
}
.deals-days .deals-right .deals-right-desc .deals-box .product-image-right {
  float: left;
  width: 94px;
  text-align: center;
  border: 1px solid #ddd;
}
.deals-days .deals-right .deals-right-desc .deals-box .product-name {
  margin-top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .deals-days .deals-left {
    height: 500px;
  }
  .deals-days .deals-left .deals-left-desc {
    padding: 30px 30px 66px 30px;
  }
  .deals-days .product-info .product-image {
    max-width: calc(100% - 115px);
  }
  .deals-days .deals-center {
    height: 460px;
  }
  .deals-days .deals-right {
    height: 500px;
  }
  .deals-days .deals-right .deals-right-desc {
    padding-bottom: 0;
  }
  .deals-days .deals-right .deals-right-desc .deals-box {
    padding: 10px 15px;
  }
  .deals-days .deals-right .deals-right-desc .deals-box .product-image-right {
    width: 80px;
  }
  .deals-days
    .deals-right
    .deals-right-desc
    .deals-box
    .product-image-right
    img {
    max-width: calc(100% - 0.5px);
  }
  .deals-days .deals-right .deals-right-desc .deals-box .box {
    margin-left: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .deals-days {
    height: auto !important;
  }
  .deals-days .deals-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .deals-days .deals-left .deals-left-desc .room .room-box img {
    height: 106px;
  }
  .deals-days .deals-center {
    width: 65%;
    margin-bottom: 3rem;
  }
  .deals-days .deals-right {
    width: 100%;
    height: auto;
  }
  .deals-days .deals-right .deals-right-desc {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .deals-days {
    height: auto !important;
    padding-bottom: 2rem;
    padding-top: 10px;
  }
  .deals-days .deals-container {
    margin-top: 0;
  }
  .deals-days .deals-left {
    width: 100%;
    height: auto;
  }
  .deals-days .deals-left .deals-left-desc .room .room-box img {
    width: 100%;
    height: 130px;
  }
  .deals-days .deals-center {
    width: 100%;
    height: auto;
  }
  .deals-days .deals-right .deals-right-desc {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .deals-days .deals-left {
    width: 100%;
  }
  .deals-days .deals-left .deals-title {
    padding: 10px;
    text-align: center;
  }
  .deals-days .deals-left .deals-left-desc {
    padding: 10px;
  }
  .deals-days .deals-left .deals-left-desc .deals-decs {
    display: none;
  }
  .deals-days .deals-center .left-group {
    top: 0 !important;
    left: 1px !important;
  }
}
/*****************************************************************************
 ******                     SO Framework: Sass Garenal                   ******
 ******************************************************************************/
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.wrapper-boxed .typeheader-2.navbar-compact,
.wrapper-boxed .typeheader-4.navbar-compact,
.wrapper-boxed .typeheader-1.navbar-compact {
  width: 100%;
  max-width: 1650px;
}

.clearfix {
  clear: both;
}

* {
  outline: none;
}

p {
  margin: 0;
}

html {
  /*================ Layout Type  ===================*/
  /* 2. STYLE OWL
   ------------------------------*/
  /* 3. STYLE ALL SITE
   -------------------------------*/
}

body {
  background-color: #fff;
  font-size: 12px;
  color: #444;
  line-height: 26px;
  margin: 0 auto;
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}
/* Override the bootstrap defaults */
ul,
ul li,
ul.menu,
ul.blank,
.category-style .list-group,
.category-style .list-group > li ul,
.filter-shopby .checkboxes_list,
.filter-shopby .simple_vertical_list,
.tags_cloud,
ul.contact-address,
ul.product-options {
  list-style: none;
  padding: 0;
}

option {
  padding: 2px 5px;
  border-width: 1px;
}

.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px;
}

img {
  max-width: 100%;
}

.align-center {
  display: table;
  margin: 0 auto;
}

.text-danger {
  color: #fff;
  display: inline-block;
  background-color: #a94442;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px;
}

a {
  color: #444;
}
a:hover {
  text-decoration: none;
  color: #ff5e00;
}

a,
a:visited,
a:active,
a:link,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

ul,
ol {
  margin: 0;
}

.btn.active,
.btn:active {
  box-shadow: none !important;
}

.input-group-btn > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0 0 0 15px;
}

em {
  font-style: normal;
}

.fancybox-outer,
.fancybox-inner {
  text-align: center;
}
.fancybox-outer .wishlist_product_view,
.fancybox-inner .wishlist_product_view {
  margin-bottom: 15px;
}

.list-inline {
  display: inline-block;
}

.zoomContainer {
  overflow: hidden;
}

.img-thumbnail.pull-left {
  margin-right: 30px;
}
.img-thumbnail.pull-right {
  margin-left: 30px;
}

.selector {
  display: inline-block;
  position: relative;
  height: 30px;
  padding-right: 30px;
}
.selector span {
  display: none;
}
.selector select {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  top: 0px;
  left: 0px;
  font-size: 13px;
  color: #999;
  padding: 5px 7px;
  border: solid 1px #e6e6e6;
}
.selector select:focus {
  box-shadow: none;
  outline: none;
  border-color: #e6e6e6;
}
.selector:after {
  content: "\f0d7";
  margin: 0;
  height: 28px;
  width: 28px;
  text-align: center;
  color: #666;
  position: absolute;
  top: 1px;
  right: 1px;
  background: #fff;
  pointer-events: none;
  line-height: 25px;
  font-size: 12px;
}

.margin-zero {
  margin: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* 4. FORM
 -----------------------------------------------------------------*/
.clearfix {
  clear: both;
}

.inline {
  display: inline-block;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

.dropdown-menu {
  font-size: inherit;
}

.btn {
  border-radius: 0;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background: #ff5e00;
  border-color: #ff5e00;
  color: white;
}

.buttonGray {
  padding: 9px 20px;
  background: #555;
  color: #fff;
  border-radius: 3px;
  border: none;
}
.buttonGray:hover {
  background: #ff5e00;
  border-color: #ff5e00;
  color: #fff;
}

.submit {
  margin: 1em 0;
}

select,
textarea {
  color: #666;
}

select {
  box-shadow: none;
  padding-left: 5px;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../image/icons/bg-selectbox.png") no-repeat right center #fff;
}

textarea {
  height: auto;
  resize: none;
}

.alert-danger,
.alert-success {
  display: inline-block;
  width: 100%;
  border-radius: 0;
}

.filter_group input {
  display: none;
}

.filter_group [type="checkbox"] + span:before {
  content: "\f00c";
  font-family: FontAwesome;
  width: 18px;
  padding-left: 2px;
  line-height: 16px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
  color: #fff;
}

.filter_group [type="checkbox"]:checked + span:before {
  color: #333;
}
/* 4. Dropdown
 -----------------------------------------------------------------*/
.shopping_cart .btn-shopping-cart .checkout {
  padding: 10px 20px;
}
.shopping_cart .dropdown-menu .content-item {
  max-height: 245px;
  overflow: auto;
}
.shopping_cart .btn-shopping-cart .added_items {
  color: #222;
}

.header-top-right .top-link > li {
  position: relative;
}

header .account.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

header .dropdown-menu {
  margin: 0;
  min-width: 120px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  left: auto;
  border-radius: 0;
}
@media (min-width: 1200px) {
  header .dropdown-menu {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition:
      transform 0.4s ease 0s,
      opacity 0.2s ease 0s,
      visibility 0.2s ease 0s;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}
header .dropdown-menu > li .btn-block {
  line-height: 22px;
  color: #555;
}
header .dropdown-menu > li .btn-block:hover {
  color: #ff5e00;
}
header .dropdown-menu > li:hover button {
  color: #ff5e00;
}
header .dropdown-menu .btn-block {
  border: none;
  background: transparent;
  text-align: left;
}

.dropdown-menu > li > a {
  line-height: 22px;
  color: #555;
}
.dropdown-menu > li > a:hover {
  color: #ff5e00;
}

.btn-group .btn-link {
  text-align: left;
  background: transparent;
  text-decoration: none;
  padding: 5px 10px;
  color: #666;
  font-weight: normal;
  color: #555;
  position: relative;
  z-index: 1;
}
.btn-group .btn-link:hover {
  color: #ff5e00;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: transparent;
}

.nav-header {
  color: #667280;
}

header .open > .dropdown-menu {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.size-img-cart {
  width: 80px;
}
/* 5. TABLE
 -----------------------------------------------------*/
.table thead > tr > th {
  background: #eee;
}

table.std th,
table.std td {
  vertical-align: middle;
  border: 1px;
  padding: 10px;
  text-align: center;
}

table.std th {
  white-space: nowrap;
  background: #f5f5f5;
}

table.std tfoot td {
  color: #333;
  text-align: right;
  white-space: nowrap;
}

table.std {
  background: #fdfdfd;
  border-spacing: 0;
  vertical-align: middle;
  border: 1px;
  width: 100%;
}

table th {
  border: 1px;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.delivery_option table td {
  text-align: center;
}

table tfoot td {
  text-align: right;
}

table.table-bordered thead > * {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.sidebar-menu .box-category-menu {
  z-index: 2;
}

.label-mega {
  background: #ee3b27;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  margin: 0 auto;
}

#button-review {
  margin-top: 12px;
  padding: 7px 12px;
  margin-right: 10px;
  background: gray;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  border-color: gray;
}
#button-review:hover {
  background: #ff5e00;
  border-color: #ff5e00;
}

.product-search .checkbox-inline {
  display: block;
}

.title {
  margin-bottom: 10px;
  margin-top: 4rem;
  font-size: 3rem;
}

#content {
  margin-bottom: 3rem;
}

.module-content {
  background: #fff;
  padding: 0 20px;
}
.module-content .list-box li {
  position: relative;
  padding-left: 15px;
}
.module-content .list-box li:before {
  position: absolute;
  display: block;
  top: 18px;
  background: #999;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
}

.list-box li {
  border-bottom: 1px solid #ececec;
  font-size: 14px;
}
.list-box li:last-child {
  border-bottom: 0;
}
.list-box li a {
  display: inline-block;
  word-wrap: break-word;
  padding: 8px 0;
  margin-right: 5px;
  color: #555;
}
.list-box li a:hover {
  color: #beae59;
}

.content-aside {
  margin-bottom: 0;
  margin-top: 4rem;
}
.content-aside .module {
  margin-bottom: 3rem;
  border-top: 2px solid #beae59;
}

.main-container input[type="text"],
.main-container textarea {
  border-radius: 3px;
  background-color: #eee;
  border: none;
  color: #3d3d3d;
  padding: 9px;
  font-size: 12px;
  font-size: 1.2rem;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.main-container input[type="text"]:focus,
.main-container textarea:focus {
  border-color: unset;
}

.about-us .about-us-top {
  position: relative;
  background-color: #fff;
  padding: 4rem 0;
}
.about-us .about-us-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 14rem;
  background-color: #eee;
}
.about-us .about-us-top .about-desc-box {
  padding: 19rem 0 0 4.5rem;
}
.about-us .about-us-top .about-desc-box .about-title {
  font-size: 3rem;
  color: #363636;
  position: relative;
  padding-bottom: 3.5rem;
  margin-bottom: 4rem;
}
.about-us .about-us-top .about-desc-box .about-title > span {
  color: #beae59;
}
.about-us .about-us-top .about-desc-box .about-title > span > span {
  font-weight: 300;
}
.about-us .about-us-top .about-desc-box .about-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #beae59;
  width: 7rem;
  height: 3px;
}
.about-us .about-us-top .about-desc-box .about-desc {
  margin-bottom: 3rem;
}
.about-us .about-us-top .about-desc-box .about-desc p {
  line-height: 20px;
  margin: 0 0 10px 0;
}
.about-us .about-us-top .about-desc-box .signature {
  font-family: "Herr Von Muellerhoff";
  font-size: 3.6rem;
  color: #636363;
}
.about-us .about-our-team {
  padding: 3.5rem 0;
  background-color: #eee;
  text-align: center;
}
.about-us .about-our-team .our-team-title {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.about-us .about-our-team .member-box .member-name {
  font-size: 14px;
  margin: 1.5rem 0 0.5rem 0;
}
.about-us .about-our-team .member-box .member-position {
  color: #666;
  position: relative;
  margin-bottom: 0.5rem;
}
.about-us .about-our-team .member-box .member-position:before,
.about-us .about-our-team .member-box .member-position:after {
  content: "---";
  margin: 0 5px;
}
.about-us .about-our-team .member-box .member-desc {
  line-height: 20px;
}
.about-us .about-our-team .our-team-slider .owl2-controls .owl2-nav > div {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  text-align: center;
  color: #beae59;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: calc(270px / 2 - 35px / 2);
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.about-us
  .about-our-team
  .our-team-slider
  .owl2-controls
  .owl2-nav
  > div:hover {
  background-color: #beae59;
  border: 1px solid #beae59;
  color: #fff;
}
.about-us .about-our-team .our-team-slider .owl2-controls .owl2-nav .owl2-prev {
  left: -15px;
}
.about-us .about-our-team .our-team-slider .owl2-controls .owl2-nav .owl2-next {
  right: -15px;
}

.contact-us {
  background-color: #eee;
  padding: 4rem 0 1rem 0;
}
.contact-us .contact-maps {
  margin-bottom: 4rem;
}
.contact-us .contact-maps iframe {
  border: 5px solid #fff;
  width: 100%;
  height: 303px;
}
.contact-us .contact-title {
  font-size: 16px;
  color: #444;
  margin-bottom: 2.5rem;
}
.contact-us .info-store {
  color: #666;
  margin-bottom: 3rem;
}
.contact-us .info-store .store-desc p {
  margin: 0 0 10px 0;
  line-height: 20px;
}
.contact-us .info-store .store-item {
  padding: 8px 0;
  border-top: 1px dotted #c9c9c9;
  padding-left: 3.5rem;
  position: relative;
}
.contact-us .info-store .store-item p {
  line-height: 24px;
}
.contact-us .info-store .store-item:before {
  font-family: "fontawesome";
  color: #b3b3b3;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: calc(50% - 25.6px / 2);
}
.contact-us .info-store .store-address:before {
  content: "\f041";
}
.contact-us .info-store .store-email:before {
  content: "\f0e0";
}
.contact-us .info-store .store-hotline:before {
  content: "\f095";
}
.contact-us .info-store .store-social {
  padding: 2rem 0 0 0;
}
.contact-us .info-store .store-social ul {
  font-size: 0;
}
.contact-us .info-store .store-social ul li {
  display: inline-block;
}
.contact-us .info-store .store-social ul li:not(:last-child) {
  margin-right: 10px;
}
.contact-us .info-store .store-social ul li a {
  font-size: 14px;
  color: #999;
  background-color: transparent;
  display: inline-block;
  border: 1px solid #999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 3px;
}
.contact-us .info-store .store-social ul li a:hover {
  background-color: #beae59;
  color: #fff;
  border: 1px solid #beae59;
}
.contact-us .contact-form {
  margin-bottom: 3rem;
}
.contact-us .contact-form .contact-form-submit {
  color: #999;
}
.contact-us .contact-form .contact-form-submit .form-group {
  margin-bottom: 2rem;
}
.contact-us .contact-form .contact-form-submit input,
.contact-us .contact-form .contact-form-submit textarea,
.contact-us .contact-form .contact-form-submit button {
  border-radius: 0;
}
.contact-us .contact-form .contact-form-submit input:focus,
.contact-us .contact-form .contact-form-submit textarea:focus,
.contact-us .contact-form .contact-form-submit button:focus {
  box-shadow: unset;
  border-color: #beae59;
}
.contact-us .contact-form .contact-form-submit input {
  height: 37px;
}
.contact-us .contact-form .contact-form-submit textarea {
  height: 12rem;
  resize: none;
}
.contact-us .contact-form .contact-form-submit button[type="submit"] {
  background-color: #beae59;
  color: #fff;
  height: 35px;
  width: 120px;
  border-radius: 3px;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  padding: 0;
  display: inline-block;
}

.page-not-found {
  background-color: #eee;
  padding: 7rem 0 0 0;
}
.page-not-found .float-lg-right {
  float: right;
}
.page-not-found .message-box {
  padding-top: 17rem;
}
.page-not-found .message-box .message-title {
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  max-width: 325px;
}
.page-not-found .message-box .go-home-page {
  width: 230px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  background-color: #444;
  font-weight: 700;
}
.page-not-found .message-box .go-home-page:hover {
  background-color: #beae59;
}
.page-not-found .message-box .go-home-page i {
  margin-right: 5px;
  font-size: 18px;
}

.faq-container {
  background-color: #eee;
  padding: 4rem 0;
}
.faq-container .faq-title {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.faq-container ul.yt-accordion li.accordion-group {
  border: 1px solid #ddd;
}
.faq-container ul.yt-accordion li.accordion-group:not(:last-child) {
  margin-bottom: 10px;
}
.faq-container ul.yt-accordion li.accordion-group .accordion-heading {
  font-size: 14px;
  background-color: #fff;
  padding: 12.5px 40px 12.5px 20px;
  cursor: pointer;
  position: relative;
  line-height: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq-container ul.yt-accordion li.accordion-group .accordion-heading .fa {
  position: absolute;
  right: 2rem;
  top: calc(50% - 13.6px / 2);
}
.faq-container ul.yt-accordion li.accordion-group .accordion-heading.active,
.faq-container ul.yt-accordion li.accordion-group .accordion-heading:hover {
  background-color: #00bcd4;
  color: #fff;
}
.faq-container
  ul.yt-accordion
  li.accordion-group
  .accordion-heading.active
  .fa:before {
  content: "\f056";
}
.faq-container ul.yt-accordion li.accordion-group .accordion-inner {
  padding: 2rem 3rem 2rem 3rem;
  background-color: #fff;
}
.faq-container ul.yt-accordion li.accordion-group .accordion-inner p {
  line-height: 22px;
}
.faq-container
  ul.yt-accordion
  li.accordion-group
  .accordion-inner
  p:not(:last-child) {
  margin-bottom: 2rem;
}
.faq-container .faq-tabs {
  border-top: 1px solid #ddd;
  font-size: 0;
  margin-bottom: 3rem;
}
.faq-container .faq-tabs > li > a {
  padding: 10px 19.5px 11px 20px;
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0;
  border: none;
}
.faq-container .faq-tabs > li > a:hover {
  background-color: #00bcd4;
  color: #fff;
}
.faq-container .faq-tabs > li.active a {
  border: none;
  background-color: #00bcd4;
  color: #fff;
}
.faq-container .tab-content {
  padding: 0;
  border: none;
}

.coming-soon {
  background-color: #eee;
  padding: 7.5rem 0;
  text-align: center;
}
.coming-soon .coming-container {
  max-width: 615px;
  margin: 0 auto;
}
.coming-soon .coming-title {
  font-size: 2.4rem;
  margin-bottom: 3.5rem;
}
.coming-soon .coming-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 4.5rem;
}
.coming-soon .table-countdown {
  font-size: 0;
  margin: 0 0px 6rem 0px;
}
.coming-soon .table-countdown .countdown-box {
  width: 13rem;
  height: 13rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #beae59;
  font-family: "Lato";
  margin-bottom: 1rem;
}
.coming-soon .table-countdown .countdown-box:not(:last-child) {
  margin-right: 3rem;
}
.coming-soon .table-countdown .countdown-box .time {
  width: 100%;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: normal;
}
.coming-soon .table-countdown .countdown-box .text {
  width: 100%;
  font-size: 1.8rem;
  margin-top: -5rem;
}
.coming-soon .coming-form {
  width: 100%;
  font-size: 0;
  margin-bottom: 4rem;
}
.coming-soon .coming-form input {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 88px);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ddd;
  border-right: none;
  height: 48px;
  font-size: 12px;
  padding: 0 1.8rem;
}
.coming-soon .coming-form input::placeholder {
  color: #999;
}
.coming-soon .coming-form button[type="submit"] {
  width: 88px;
  height: 48px;
  background-color: #beae59;
  color: #fff;
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.coming-soon .coming-social {
  font-size: 0;
}
.coming-soon .coming-social li {
  display: inline-block;
  margin: 0 1.5rem;
}
.coming-soon .coming-social li a {
  font-size: 20px;
  color: #666;
}
.coming-soon .coming-social li a:hover {
  color: #beae59;
}

.my-account .main-container {
  padding-bottom: 1rem;
  background-color: #fff;
}
.my-account legend {
  font-size: 1.8rem;
  padding: 7px 0;
}
.my-account input {
  border-radius: 3px;
  background-color: #eee;
  border: none;
  color: #3d3d3d;
  padding: 9px;
  font-size: 12px;
  font-size: 1.2rem;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.my-account input[type="submit"]:hover {
  background-color: #beae59;
}

.wishlist .img-thumbnail {
  width: 47px;
  height: 47px;
  object-fit: contain;
}
.wishlist .table-bordered {
  background: #fff;
}
.wishlist .table-bordered tbody td.text-left a {
  font-weight: 700;
  color: #666;
  font-size: 14px;
}
.wishlist .btn.btn-danger {
  padding: 9px 10px;
  background: #d9534f;
  border-radius: 0;
  margin-bottom: 5px;
  border: none;
}
.wishlist .btn.btn-primary {
  background: #999;
  border-radius: 0;
  text-transform: uppercase;
  padding: 9px;
  margin-bottom: 5px;
  border: none;
}
.wishlist .content-aside.sidebar-offcanvas {
  display: block !important;
}

.btn-warning {
  background: #f0ad4e;
}

.btn-success {
  background: #5cb85c;
}

.btn-info {
  background: #999;
  border-radius: 0;
  text-transform: uppercase;
  border: 1px solid #999;
}

.btn-primary {
  background: #999;
  border-radius: 0;
  text-transform: uppercase;
  border: none;
}
.btn-primary:hover {
  background-color: #000;
}

.btn-danger {
  background: #d9534f;
  border-radius: 0;
}

.btn-revo {
  background: #ff5e00;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding: 0 35px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 20px 0 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-revo:hover {
  background: #999;
}

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

.checkout input,
.checkout select {
  background-color: #eee;
}
.checkout .title {
  font-size: 3rem;
  margin-bottom: 10px;
}
.checkout .btn-primary {
  height: 34px;
  background-color: #999 !important;
}
.checkout .btn-primary:hover {
  background-color: #000 !important;
}
.checkout .so-onepagecheckout .secondary-title i.fa {
  background-color: #beae59;
}
.checkout .so-onepagecheckout .confirm-section label {
  margin: 0 20px;
}
.checkout .so-onepagecheckout .confirm-section .secondary-title {
  margin-bottom: 20px;
}
.checkout .so-onepagecheckout .confirm-order {
  margin-bottom: 20px;
  margin-left: 20px;
}
.checkout .table-responsive .table tbody td.text-left a {
  float: left;
  margin-right: 10px;
}
.checkout .table-responsive .table tbody td.text-left a img {
  max-width: 80px;
}
.checkout .table-responsive .table tbody td.text-left a.product-name {
  overflow: hidden;
  float: none;
  font-size: 14px;
  color: #666;
  font-weight: 700;
}

.compare {
  padding-bottom: 2rem;
}
.compare .table-bordered {
  background-color: #fff;
}
.compare .title {
  font-size: 3rem;
  margin-bottom: 10px;
}
.compare .product-name {
  font-size: 14px;
  color: #666;
}
.compare .product-name:hover {
  color: #beae59;
}

.cart-page {
  padding-bottom: 4rem;
}
.cart-page h1,
.cart-page h2 {
  margin-bottom: 10px;
  font-size: 3rem;
}
.cart-page .btn-default {
  padding: 9px 20px;
  border: none;
  color: #fff;
  background-color: #beae59;
}
.cart-page .input-group.btn-block input {
  min-width: 40px;
  background-color: #ddd;
  text-align: center;
  border: none;
  height: 38px;
}
.cart-page .input-group.btn-block button {
  height: 38px;
}
.cart-page input:focus,
.cart-page select:focus {
  border-color: none;
  box-shadow: unset;
}
.cart-page .input-group input.btn.btn-primary {
  height: 34px;
}
.cart-page .pull-right a {
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

.account-login {
  padding-bottom: 4rem;
}
.account-login .well {
  min-height: 395px;
  background: #fff;
  border-radius: 0;
}
.account-login #content {
  padding-top: 4rem;
  margin-bottom: 0;
}

.quickview-page {
  padding: 0 !important;
}
.quickview-page .box {
  padding: 0 !important;
}
.quickview-page .box .product-slider-box {
  width: 55.56% !important;
}
.quickview-page .box .product-infomation {
  width: 44.44% !important;
}

.label-sale {
  position: absolute;
  top: 30px;
  right: 20px;
  background-color: #03a9f4;
  color: #fff;
  padding: 0.5px 9px 0px 8px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  font-weight: 700;
  z-index: 2;
  font-size: 14px;
}
.label-sale:before {
  content: "";
  border-right: 8px solid transparent;
  border-bottom: 5px solid #03a9f4;
  border-left: none;
  position: absolute;
  top: calc(100% + 1px);
  left: -2px;
  right: auto;
  transform: rotate(90deg);
}
.label-sale.red-right {
  right: 10px;
  top: 10px;
  background-color: #ff5722;
}
.label-sale.red-right:before {
  border-bottom: 5px solid #ff5722;
}
.label-sale.blue-left {
  top: 10px;
  left: 10px;
  right: auto;
}
.label-sale.blue-left:before {
  top: 100%;
  right: -3.5px;
  transform: rotate(60deg);
  left: auto;
}
.label-sale.blue-right {
  right: 10px;
  top: 10px;
}
.label-sale.blue-right:before {
  left: -1.5px;
}

.price {
  color: #e12f2f;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 700;
}
.price .price-old {
  color: #999;
  font-size: 12px;
  text-decoration: line-through;
  display: inline-block;
  font-weight: 400;
}

.product-box {
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 3rem;
  position: relative;
  background-color: #fff;
}
.product-box .product-image {
  position: relative;
}
.product-box .product-image .c-img:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.product-box .product-image .c-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.product-box .product-image .quickview {
  display: inline-block;
  width: 150px;
  height: 40px;
  background-color: #fff;
  color: #999;
  font-size: 14px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: calc(50% - 75px);
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s cubic-bezier(0.45, 0.22, 0.27, 1.55) 0s;
}
.product-box .product-image .quickview:hover {
  background-color: #beae59;
  color: #fff;
  border: 1px solid #beae59;
}
.product-box .product-image:hover .link-product:before {
  opacity: 1;
}
.product-box .product-image:hover .quickview {
  opacity: 1;
  top: calc(50% - 20px);
}
.product-box .product-name {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
}
.product-box .price {
  text-align: center;
}
.product-box .button-group {
  font-size: 0;
  background-color: #fff;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.product-box .button-group button {
  text-align: center;
  height: 45px;
  line-height: 45px;
  border: none;
  vertical-align: top;
  background-color: #fff;
}
.product-box .button-group button:hover {
  color: #fff;
  background-color: #beae59;
}
.product-box .button-group .wishlist-btn {
  width: 19.5%;
  font-size: 13px;
  color: #999;
}
.product-box .button-group .add-to-cart {
  width: 61%;
  font-size: 12px;
  color: #beae59;
  font-weight: 700;
}
.product-box .label-sale.red-right:before {
  left: -1.5px;
}
.product-box .product-info {
  position: relative;
}
.product-box .product-info .product-name {
  line-height: 22px;
  margin-top: 10px;
}

.rating .rating-box {
  font-size: 13px;
  color: #ff9600;
}
.rating .rating-box .fa-stack {
  width: 1em;
}

.featured-title {
  margin-bottom: 3rem;
  text-align: center;
  margin-top: 0;
  font-size: 2rem;
}
.featured-title > span {
  display: inline-block;
  padding: 5px 0;
  font-weight: 700;
  color: #beae59;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.featured-title > span > span {
  font-weight: 400;
  color: #444;
}

.product-list {
  background-color: #eee;
  padding: 40px 0;
}
.product-list .aside-left .close-aside-left {
  font-size: 18px;
  position: absolute;
  top: 6px;
  right: 14px;
  display: none;
}
.product-list .filter-category {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
}
.product-list .aside-title {
  font-size: 2rem;
  color: #fff;
  background-color: #444;
  font-weight: 700;
  padding: 1.5rem 2rem;
}
.product-list .aside-filter .filter-box {
  background-color: #fff;
  padding: 2rem 0 3rem;
  margin: 0 2rem;
  border-bottom: 1px dotted #ddd;
  /* Reset style for input range */
  /* Style toddler input range */
  /* Style track input range */
  /* Style for input value block */
  /* Style for active state input */
}
.product-list .aside-filter .filter-box:last-child {
  border-bottom: none;
}
.product-list .aside-filter .filter-box .filter-box-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.product-list .aside-filter .filter-box .fillter-category label {
  margin-bottom: 0;
}
.product-list .aside-filter .filter-box .fillter-category .choose {
  display: block;
}
.product-list
  .aside-filter
  .filter-box
  .fillter-category
  .choose:not(:last-child) {
  margin-bottom: 1.7rem;
}
.product-list .aside-filter .filter-box .fillter-category .choose p {
  float: left;
  line-height: 1;
  text-transform: capitalize;
}
.product-list .aside-filter .filter-box .fillter-category input[type="radio"] {
  display: none;
}
.product-list
  .aside-filter
  .filter-box
  .fillter-category
  input[type="radio"]:checked
  + .radio-checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #999;
}
.product-list
  .aside-filter
  .filter-box
  .fillter-category
  input[type="radio"]:checked
  + .radio-checked
  + p {
  color: #beae59;
}
.product-list .aside-filter .filter-box .fillter-category .radio-checked {
  width: 11px;
  height: 11px;
  float: left;
  border: 2px solid #999;
  margin-right: 10px;
  position: relative;
}
.product-list .aside-filter .filter-box .fillter-color .table {
  display: table;
  margin-bottom: 1.7rem;
}
.product-list .aside-filter .filter-box .fillter-color .table:last-child {
  margin-bottom: 0;
}
.product-list .aside-filter .filter-box .fillter-color .choose {
  display: table-cell;
  width: 50%;
}
.product-list .aside-filter .filter-box .fillter-color .choose p {
  margin-top: 4px;
}
.product-list .aside-filter .filter-box .fillter-color input[type="radio"] {
  display: none;
}
.product-list
  .aside-filter
  .filter-box
  .fillter-color
  input[type="radio"]:checked
  + .radio-checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  content: "\f00c";
  font-family: "fontawesome";
  left: 3px;
  top: -1px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  background-color: transparent;
}
.product-list .aside-filter .filter-box .fillter-color .radio-checked {
  width: 20px;
  height: 20px;
  border: none;
  margin-right: 10px;
}
.product-list .aside-filter .filter-box .fillter-color .radio-checked:before {
  content: "\f00c";
  font-family: "fontawesome";
  left: 3px;
  top: -1px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product-list .aside-filter .filter-box .filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}
.product-list .aside-filter .filter-box .price-container {
  width: 100%;
}
.product-list .aside-filter .filter-box .price-field {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 3rem 0 1.5rem 0;
}
.product-list .aside-filter .filter-box .price-field input[type="range"] {
  position: absolute;
}
.product-list .aside-filter .filter-box .price-field input[type="range"] {
  width: 100%;
  outline: 0;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-appearance: none;
  height: 4px;
  background-color: #beae59;
  border-radius: 0;
  border: none;
}
.product-list
  .aside-filter
  .filter-box
  .price-field
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.product-list .aside-filter .filter-box .price-field input[type="range"]:active,
.product-list .aside-filter .filter-box .price-field input[type="range"]:focus {
  outline: 0;
}
.product-list
  .aside-filter
  .filter-box
  .price-field
  input[type="range"]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: red;
  border-radius: 5px;
}
.product-list
  .aside-filter
  .filter-box
  .price-field
  input[type="range"]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background-color: #beae59;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.product-list
  .aside-filter
  .filter-box
  .price-field
  input[type="range"]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background-color: #beae59;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.product-list
  .aside-filter
  .filter-box
  .price-field
  input[type="range"]::-ms-thumb {
  /* IE */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background-color: #beae59;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.product-list
  .aside-filter
  .filter-box
  .price-field
  input[type="range"]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #555;
  border-radius: 5px;
}
.product-list
  .aside-filter
  .filter-box
  .price-field
  input[type="range"]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #242424;
  border-radius: 5px;
}
.product-list
  .aside-filter
  .filter-box
  .price-field
  input[type="range"]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #242424;
  border-radius: 5px;
}
.product-list .aside-filter .filter-box .price-wrap {
  color: #242424;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0px;
}
.product-list .aside-filter .filter-box .price-wrap-1,
.product-list .aside-filter .filter-box .price-wrap-2 {
  border: 1px solid #ddd;
  padding: 3px 5px 2px 5px;
  float: left;
  margin-right: 10px;
  min-width: 60px;
  min-height: 35px;
}
.product-list .aside-filter .filter-box .price-wrap #one,
.product-list .aside-filter .filter-box .price-wrap #two {
  width: 30px;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #666;
}
.product-list .aside-filter .filter-box .price-wrap label {
  text-align: right;
  margin-top: 6px;
  padding-left: 5px;
}
.product-list .aside-filter .filter-box button[type="submit"] {
  width: 80px;
  height: 35px;
  color: #fff;
  font-weight: 700;
  background-color: #beae59;
  text-align: center;
  line-height: 35px;
  border: none;
  font-size: 12px;
}
.product-list
  .aside-filter
  .filter-box
  .price-field
  input[type="range"]:hover::-webkit-slider-thumb {
  transition-duration: 0.3s;
}
.product-list
  .aside-filter
  .filter-box
  .price-field
  input[type="range"]:active::-webkit-slider-thumb {
  transition-duration: 0.3s;
}
.product-list .aside-best-seller {
  margin-top: 4rem;
}
.product-list .aside-best-seller .deals-box {
  margin-top: 2rem;
  background-color: transparent;
}
.product-list .aside-best-seller .deals-box .box {
  margin-left: 130px;
}
.product-list .aside-best-seller .deals-box .product-image-right {
  float: left;
  width: 110px;
  text-align: center;
}
.product-list .aside-best-seller .deals-box .product-name {
  margin-top: 0;
  text-transform: uppercase;
}
.product-list .aside-best-seller .deals-box .price {
  margin: 0;
}
.product-list .product-filter-top {
  background-color: #fff;
  border: 1px solid #ddd;
}
.product-list .product-filter-top .sidebar-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 998;
}
.product-list .product-filter-top .sort-by {
  padding: 0 2rem;
  padding: 7px 20px 7px 20px;
}
.product-list .product-filter-top .control-label {
  margin-right: 3px;
}
.product-list .product-filter-top select {
  border-radius: 0;
  font-family: "Open Sans";
  color: #404040;
  padding: 0 14px;
  height: 28px;
  border: 1px solid #ddd;
  font-size: 12px;
  box-shadow: unset;
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  appearance: none;
}
.product-list .product-filter-top select::-ms-expand {
  display: none;
}
.product-list .product-filter-top .list-view {
  font-size: 0;
  text-align: right;
  padding: 6px 6px 2px 0;
}
.product-list .product-filter-top .list-view button {
  font-size: 14px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  color: #999;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-list .product-filter-top .list-view button:nth-child(2n + 2) {
  border-right: none;
}
.product-list .product-filter-top .list-view button:nth-child(2n + 1) {
  border-left: none;
}
.product-list .product-filter-top .list-view button.active {
  background-color: #beae59;
  color: #fff;
  border: 1px solid #beae59;
  pointer-events: none;
}
.product-list .product-filter-top .list-view .sidebar-toggle-btn {
  height: 32px;
  display: none;
  width: auto;
  margin-right: 10px;
  border: 2px solid #ddd !important;
  color: #444;
  padding: 0 7px;
}
.product-list .product-filter-top .list-view .sidebar-toggle-btn i {
  margin-right: 5px;
}
.product-list .product-filter-top ul.pagination {
  font-size: 0;
  text-align: right;
  width: 100%;
  margin: 0;
  padding: 7px 7px 6px 0;
  line-height: 1;
}
.product-list .product-filter-top ul.pagination li {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  font-size: 12px;
}
.product-list .product-filter-top ul.pagination li:not(:last-child) {
  margin-right: 3px;
}
.product-list .product-filter-top ul.pagination li a {
  color: #444;
  display: block;
  padding: 4px 9px 4px 9px;
  min-width: 27px;
  min-height: 27px;
  border-radius: 0 !important;
}
.product-list .product-filter-top ul.pagination li:hover a {
  background-color: #beae59;
  color: #fff;
}
.product-list .product-filter-top ul.pagination li.active span {
  padding: 4px 10px 4px 11px;
  min-width: 27px;
  min-height: 27px;
  border-radius: 0;
  font-size: 12px;
  background-color: #beae59;
  color: #fff;
  border: 1px solid #beae59;
}
.product-list .product-list-view {
  padding-top: 3rem;
}
.product-list .product-list-view .product-layout-table {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.product-list .product-list-view .product-layout-table .product-box {
  background-color: #fff;
}
.product-list
  .product-list-view
  .product-layout-table
  .product-box
  .product-desc {
  display: none;
}
.product-list .product-list-view .product-layout-list {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.product-list .product-list-view .product-layout-list .product-box {
  text-align: left;
  padding: 2rem;
}
.product-list
  .product-list-view
  .product-layout-list
  .product-box
  .product-image {
  width: 270px;
  display: inline-block;
  float: left;
}
.product-list
  .product-list-view
  .product-layout-list
  .product-box
  .product-info {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  width: calc(100% - 290px);
}
.product-list
  .product-list-view
  .product-layout-list
  .product-box
  .product-info
  .product-name {
  margin-bottom: 10px;
}
.product-list
  .product-list-view
  .product-layout-list
  .product-box
  .product-info
  .price {
  text-align: left;
  margin-bottom: 0;
}
.product-list
  .product-list-view
  .product-layout-list
  .product-box
  .product-desc {
  margin-bottom: 1.5rem;
}
.product-list
  .product-list-view
  .product-layout-list
  .product-box
  .button-group {
  width: 270px;
  margin: 0 0 0 290px;
  border: 1px solid #ddd;
}
.product-list
  .product-list-view
  .product-layout-list
  .product-box
  .button-group
  .add-to-cart {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.product-list .product-list-view-04 .product-layout-table .product-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .product-image {
  width: 30%;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .product-info {
  width: 50%;
  padding: 2rem;
  text-align: left;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .product-info
  .price {
  text-align: left;
  margin: 0;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .product-info
  .product-desc {
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px dotted #ddd;
  display: block;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .button-group {
  width: 19.5%;
  margin: 0;
  border: 0;
  padding: 2rem 1rem;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .button-group
  button {
  border: 1px solid #ddd;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .button-group
  button:hover {
  border: 1px solid #beae59;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .button-group
  .add-to-cart {
  width: 100%;
  margin-bottom: 1rem;
  background-color: #beae59;
  color: #fff;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .button-group
  .add-to-cart:hover {
  background-color: #968946;
  border: 1px solid #968946;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .button-group
  .wishlist-btn {
  width: calc(50% - 2px);
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .button-group
  .wishlist-btn:last-child {
  margin-left: 2px;
}
.product-list
  .product-list-view-04
  .product-layout-table
  .product-box
  .button-group
  .wishlist-btn:not(:last-child) {
  margin-right: 2px;
}
.product-list .product-list-view-04 .product-layout-list .product-box {
  padding: 0;
  background-color: #fff;
}
.product-list
  .product-list-view-04
  .product-layout-list
  .product-box
  .product-info {
  padding: 2rem 2rem 0 0;
  margin-bottom: 2rem;
}
.product-list
  .product-list-view-04
  .product-layout-list
  .product-box
  .product-info
  .product-name {
  margin-bottom: 5px;
}
.product-list
  .product-list-view-04
  .product-layout-list
  .product-box
  .product-info
  .product-desc {
  margin: 1.5rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px dotted #ddd;
}
.product-list
  .product-list-view-04
  .product-layout-list
  .product-box
  .button-group {
  width: auto;
  border: none;
  margin-bottom: 2rem;
}
.product-list
  .product-list-view-04
  .product-layout-list
  .product-box
  .button-group
  button {
  border: 1px solid #ddd;
}
.product-list
  .product-list-view-04
  .product-layout-list
  .product-box
  .button-group
  button:hover {
  border: 1px solid #beae59;
}
.product-list
  .product-list-view-04
  .product-layout-list
  .product-box
  .button-group
  .add-to-cart {
  width: 140px;
  height: 45px;
  background-color: #beae59;
  color: #fff;
  margin-right: 10px;
}
.product-list
  .product-list-view-04
  .product-layout-list
  .product-box
  .button-group
  .add-to-cart:hover {
  background-color: #968946;
  border: 1px solid #968946;
}
.product-list
  .product-list-view-04
  .product-layout-list
  .product-box
  .button-group
  .wishlist-btn {
  width: 50px;
  height: 45px;
  margin-right: 4px;
}

.mfp-iframe-scaler iframe {
  background: #fff !important;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  display: inline-block;
  width: auto;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  height: auto;
  line-height: 1;
}

body .mfp-close-btn-in .mfp-close {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  color: #fff;
  position: absolute;
  top: 0;
}

.mfp-title {
  display: none;
}

.mfp-counter {
  color: #666;
  right: 10px;
}

.product-detail-top {
  padding: 4rem 0 0 0;
}
.product-detail-top .box {
  background-color: #fff;
  padding: 3rem 0;
}
.product-detail-top .product-slider-box {
  width: 55.56%;
  float: left;
  padding: 0 3rem;
  position: relative;
}
.product-detail-top .product-slider-box .gallery-box {
  width: 100px;
  float: left;
}
.product-detail-top
  .product-slider-box
  .gallery-box
  .product-detail-slider-gallery {
  padding: 20px 0;
}
.product-detail-top
  .product-slider-box
  .gallery-box
  .product-detail-slider-gallery
  .gallery-item {
  margin-bottom: 7px;
  cursor: pointer;
  border: 1px solid #ddd;
}
.product-detail-top
  .product-slider-box
  .gallery-box
  .product-detail-slider-gallery
  .gallery-item.slick-current {
  border: 1px solid #beae59;
}
.product-detail-top
  .product-slider-box
  .gallery-box
  .product-detail-slider-gallery
  .slick-arrow {
  font-size: 20px;
  position: absolute;
  left: calc(50% - 13px / 2);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-detail-top
  .product-slider-box
  .gallery-box
  .product-detail-slider-gallery
  .slick-arrow:hover {
  color: #beae59;
}
.product-detail-top
  .product-slider-box
  .gallery-box
  .product-detail-slider-gallery
  .next-arrow {
  top: 0;
}
.product-detail-top
  .product-slider-box
  .gallery-box
  .product-detail-slider-gallery
  .prev-arrow {
  bottom: 0;
}
.product-detail-top .product-slider-box .main-slider-box {
  width: calc(100% - 100px);
  float: right;
  padding-left: 20px;
}
.product-detail-top .product-slider-box .main-slider-box .item-slider {
  border: 1px solid #ddd;
}
.product-detail-top .product-slider-box .main-slider-box .item-slider img {
  max-width: calc(100% - 2px);
  margin: 0 auto;
}
.product-detail-top .product-infomation {
  width: 44.44%;
  float: left;
  padding-right: 15px;
}
.product-detail-top .product-infomation .product-box {
  text-align: left;
  border: none;
  margin-bottom: 0;
}
.product-detail-top .product-infomation .product-box .product-name {
  margin-bottom: 5px;
}
.product-detail-top .product-infomation .product-box .review-box {
  margin-bottom: 5px;
}
.product-detail-top .product-infomation .product-box .review-box .rating {
  display: inline-block;
  margin-right: 2rem;
}
.product-detail-top .product-infomation .product-box .review-box a {
  color: #999;
}
.product-detail-top .product-infomation .product-box .review-box a:hover {
  color: #beae59;
}
.product-detail-top
  .product-infomation
  .product-box
  .review-box
  a:not(:last-child) {
  padding-right: 11px;
  border: none;
  border-right: 1px solid #ddd;
  margin-right: 1rem;
}
.product-detail-top .product-infomation .product-box .price {
  text-align: left;
  margin-bottom: 15px;
}
.product-detail-top .product-infomation .product-box .product-desc-box {
  color: #666;
  margin-bottom: 3.5rem;
}
.product-detail-top
  .product-infomation
  .product-box
  .product-desc-box
  .product-desc-title {
  font-size: 14px;
  margin-bottom: 1rem;
}
.product-detail-top .product-infomation .product-box .option-group {
  font-size: 0;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .quantity-control-box {
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
  padding-right: 22px;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .quantity-control-box
  label {
  margin-right: 10px;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .quantity-control-box
  .input-quantity {
  width: 45px;
  height: 45px;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .quantity-control-box
  .quantity-control-btn {
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  position: absolute;
  text-align: center;
  line-height: 22px;
  border-left: none;
  right: 0;
  cursor: pointer;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .quantity-control-box
  .quantity-control-btn:hover {
  background-color: #beae59;
  color: #fff;
  border: 1px solid #beae59;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .quantity-control-box
  .quantity-add {
  top: 0;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .quantity-control-box
  .quantity-minus {
  bottom: 0;
  border-top: none;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .button-group {
  display: inline-block;
  border: none;
  margin-top: 0;
  vertical-align: top;
  margin-bottom: 2rem;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .button-group
  button {
  border: 1px solid #ddd;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .button-group
  .add-to-cart {
  width: 140px;
  height: 45px;
  margin-right: 10px;
}
.product-detail-top
  .product-infomation
  .product-box
  .option-group
  .button-group
  .wishlist-btn {
  margin-right: 5px;
  width: 45px;
  height: 45px;
}
.product-detail-top .product-infomation .product-box .share-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #ddd;
  align-items: center;
}
.product-detail-top .product-infomation .product-box .share-box .share-title {
  margin-right: 2.5rem;
  font-weight: 400;
}
.product-detail-top .lSSlideWrapper {
  position: unset;
}
.product-detail-top .lSAction > a {
  background-color: transparent;
  color: #9b9b9b;
  width: auto;
  height: auto;
  right: 42px;
  left: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-detail-top .lSAction > a:hover {
  color: #beae59;
}
.product-detail-top .lSAction .lSPrev {
  top: -12px;
}
.product-detail-top .lSAction .lSNext {
  bottom: -12px;
}
.product-detail-top .lSPager.lSGallery {
  padding: 2rem 0;
  max-width: 100%;
  transform: translate3d(0px, 0px, 0px) !important;
}
.product-detail-top .lSPager.lSGallery li:last-child {
  margin-right: 0 !important;
}
.product-detail-top .lSPager.lSGallery li {
  margin: 0 10px 10px auto;
  border: 1px solid #ddd;
  height: 100px !important;
}
.product-detail-top .lSPager.lSGallery li.active {
  border: 1px solid #beae59;
}
.product-detail-top .lSPager.lSGallery li img {
  margin: 0 auto;
}

.content-product {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.content-product .content-product-tab {
  background-color: #fff;
  border: 1px solid #ddd;
}
.content-product .content-product-tab ul.nav {
  width: 17.1%;
  float: left;
}
.content-product .content-product-tab ul.nav li {
  width: 100%;
}
.content-product .content-product-tab ul.nav li a {
  display: block;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  height: 55px;
  border-radius: 0;
  margin: 0;
  line-height: 55px;
  padding: 0;
}
.content-product .content-product-tab ul.nav li a:hover {
  background-color: #beae59;
  border: 1px solid #beae59;
  color: #fff;
}
.content-product .content-product-tab ul.nav li.active a {
  background-color: #beae59;
  border: 1px solid #beae59;
  color: #fff;
}
.content-product .content-product-tab .tab-content {
  width: 82.9%;
  float: left;
  border: none;
  border-left: 1px solid #ddd;
  padding: 3rem;
  min-height: 217px;
}
.content-product .content-product-tab .tab-content p {
  margin: 0 0 2.5rem;
}
.content-product .content-product-tab .reviews-form .form-title {
  font-size: 14px;
  margin-bottom: 1.5rem;
}
.content-product .content-product-tab .reviews-form input[type="text"],
.content-product .content-product-tab .reviews-form textarea {
  width: 100%;
  background-color: #ddd;
  width: 100%;
  border-radius: 0;
}
.content-product .content-product-tab .reviews-form input[type="text"]:focus,
.content-product .content-product-tab .reviews-form textarea:focus {
  border-color: #beae59;
  box-shadow: unset;
}
.content-product .content-product-tab .reviews-form textarea {
  resize: none;
  padding: 0 12px;
  height: 100px;
  border: 1px solid transparent;
}
.content-product .content-product-tab .reviews-form textarea:focus {
  border: 1px solid #beae59;
  box-shadow: unset;
}
.content-product .content-product-tab .reviews-form .form-check-inline {
  display: inline-block;
}
.content-product .content-product-tab .reviews-form .form-check-inline label {
  margin: 0 5px 6px 0;
  line-height: 1;
  vertical-align: middle;
}
.content-product
  .content-product-tab
  .reviews-form
  .form-check-inline
  input[type="radio"] {
  margin: 0 2px;
}
.content-product .content-product-tab .reviews-form button[type="submit"] {
  display: block;
  float: right;
  width: 100px;
  height: 40px;
  background-color: #beae59;
  color: #fff;
  border: none;
  font-size: 14px;
}
.content-product .content-product-tab .tags-tab .tag {
  padding: 2.5px 22px 2px 21.5px;
  background-color: #beae59;
  border-radius: 3px;
  margin: 0 5px 5px 0;
  display: inline-block;
  color: #fff;
}

.releated-products {
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.releated-products .featured-slider:hover .owl2-controls .owl2-nav div {
  opacity: 1;
}
.releated-products .featured-slider:hover .owl2-controls .owl2-nav div:hover {
  background-color: #beae59;
  color: #fff;
}
.releated-products
  .featured-slider:hover
  .owl2-controls
  .owl2-nav
  div.owl2-prev {
  left: 0px;
  border-left: none;
}
.releated-products
  .featured-slider:hover
  .owl2-controls
  .owl2-nav
  div.owl2-next {
  right: 0px;
  border-right: none;
}
.releated-products .featured-slider .owl2-controls .owl2-nav div {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #ddd;
  color: #aeaeae;
  position: absolute;
  top: calc(50% - 35px / 2);
  transition: all 0.2s ease-in-out;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.releated-products .featured-slider .owl2-controls .owl2-nav div:hover {
  background-color: #beae59;
  color: #fff;
}
.releated-products .featured-slider .owl2-controls .owl2-nav div.owl2-prev {
  left: 40px;
}
.releated-products .featured-slider .owl2-controls .owl2-nav div.owl2-next {
  right: 40px;
}

.up-sell-products {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.detail-sidebar {
  background-color: #eee;
  padding: 4rem 0 0 0;
}
.detail-sidebar .aside-left {
  background-color: #eee;
}
.detail-sidebar .aside-left .close-aside-left {
  font-size: 18px;
  position: absolute;
  top: 6px;
  right: 14px;
  display: inline-block;
  cursor: pointer;
}
.detail-sidebar .aside-left .aside-title {
  font-size: 2rem;
  color: #fff;
  background-color: #444;
  font-weight: 700;
  padding: 1.5rem 2rem;
}
.detail-sidebar .aside-left .aside-best-seller {
  margin-bottom: 2rem;
}
.detail-sidebar .aside-left .aside-best-seller .deals-box {
  margin-top: 2rem;
  background-color: transparent;
}
.detail-sidebar .aside-left .aside-best-seller .deals-box .box {
  margin-left: 130px;
}
.detail-sidebar .aside-left .aside-best-seller .deals-box .product-image-right {
  float: left;
  text-align: center;
  border: 1px solid #ddd;
}
.detail-sidebar .aside-left .aside-best-seller .deals-box .product-name {
  margin-top: 0;
  text-transform: uppercase;
}
.detail-sidebar .aside-left .aside-best-seller .deals-box .price {
  margin: 0;
}
.detail-sidebar .aside-left .aside-tags .aside-title {
  margin-bottom: 2rem;
}
.detail-sidebar .aside-left .aside-tags .tag {
  padding: 2.5px 22px 2px 21.5px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 5px 5px 0;
  display: inline-block;
}
.detail-sidebar .aside-left .aside-tags .tag.active,
.detail-sidebar .aside-left .aside-tags .tag:hover {
  background-color: #beae59;
  color: #fff;
}
.detail-sidebar .aside-left .aside-tags .view-all i {
  margin-left: 5px;
}
.detail-sidebar .aside-left .aside-banner {
  margin-top: 3.5rem;
}
.detail-sidebar .sidebar-toggle-btn {
  height: 32px;
  display: none;
  width: auto;
  margin-right: 10px;
  border: 2px solid #ddd !important;
  color: #444;
  background-color: #fff;
  margin-bottom: 2rem;
}
.detail-sidebar .sidebar-toggle-btn i {
  margin-right: 5px;
}
.detail-sidebar .sidebar-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 998;
}
.detail-sidebar .product-detail-top {
  padding: 0;
}
.detail-sidebar .product-detail-top .product-slider-box .gallery-box {
  width: 100%;
}
.detail-sidebar
  .product-detail-top
  .product-slider-box
  .gallery-box
  .gallery-item {
  border: 1px solid #ddd;
  margin: 0 5px;
  cursor: pointer;
}
.detail-sidebar
  .product-detail-top
  .product-slider-box
  .gallery-box
  .gallery-item
  img {
  margin: 0 auto;
}
.detail-sidebar
  .product-detail-top
  .product-slider-box
  .gallery-box
  .gallery-item.slick-current {
  border: 1px solid #beae59;
}
.detail-sidebar
  .product-detail-top
  .product-slider-box
  .gallery-box
  .product-slider-gallery-sidebar {
  margin-top: 10px;
}
.detail-sidebar
  .product-detail-top
  .product-slider-box
  .gallery-box
  .product-slider-gallery-sidebar
  .slick-arrow {
  font-size: 20px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 10px);
  cursor: pointer;
}
.detail-sidebar
  .product-detail-top
  .product-slider-box
  .gallery-box
  .product-slider-gallery-sidebar
  .slick-arrow:hover {
  color: #beae59;
}
.detail-sidebar
  .product-detail-top
  .product-slider-box
  .gallery-box
  .product-slider-gallery-sidebar
  .next-arrow {
  right: -10px;
}
.detail-sidebar
  .product-detail-top
  .product-slider-box
  .gallery-box
  .product-slider-gallery-sidebar
  .prev-arrow {
  left: -10px;
}
.detail-sidebar .product-detail-top .product-slider-box .main-slider-box {
  width: 100%;
  padding: 0;
}
.detail-sidebar .mfp-iframe-scaler iframe {
  background: #fff;
}

.brands {
  padding-bottom: 4rem;
}
.brands .brand-left {
  width: 23.08%;
  background-color: #eee;
  float: left;
  max-height: 495px;
}
.brands .brand-left ul.nav.nav-tabs {
  border-bottom: none;
}
.brands .brand-left ul.nav li {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.brands .brand-left ul.nav li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.brands .brand-left ul.nav li.active:before {
  content: "";
  border-left: 10px solid #eee;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  top: calc(50% - 9px);
  right: -10px;
  display: inline-block;
  z-index: 1;
}
.brands .brand-left ul.nav li.brand-title-box {
  padding: 45px 0;
  font-size: 2rem;
  background-color: #beae59;
}
.brands .brand-left ul.nav li.brand-title-box .brand-title {
  position: relative;
  margin: 0;
}
.brands .brand-left ul.nav li.brand-title-box .brand-title > span {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
.brands .brand-left ul.nav li.brand-title-box .brand-title > span:before {
  content: "";
  border-top: 6px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -6px;
}
.brands .brand-left ul.nav li.brand-title-box .brand-title > span > span {
  color: #fff;
}
.brands .brand-left ul.nav li a {
  cursor: pointer;
  margin-right: 0;
  border: none;
  padding: 0;
  background-color: #eee;
}
.brands .brand-left ul.nav li a img {
  max-width: 100%;
}
.brands .brand-center {
  width: calc(100% - 23.08% * 2);
  float: left;
}
.brands .brand-center .tab-content {
  border: none;
  padding: 0;
}
.brands .brand-center .tab-content > div {
  position: relative;
  padding: 0;
}
.brands .brand-center .tab-content .brand-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 90px 100px;
}
.brands .brand-center .tab-content .brand-info .brand-desc {
  margin: 0 0 40px 0;
  color: #fff;
}
.brands .brand-center .tab-content .brand-info .shop-now {
  display: inline-block;
  color: #fff;
  padding: 5px 14px;
  font-weight: 700;
  border: 2px solid #fff;
}
.brands .brand-center .tab-content .brand-info .shop-now:hover {
  background-color: #beae59;
}
.brands .brand-right ul.nav li.active:before {
  left: -10px;
  right: auto;
  border-right: 10px solid #eee;
  border-left: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .brands .brand-left ul.nav li.brand-title-box {
    padding: 33px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .brands .brand-left ul.nav li.brand-title-box {
    padding: 11px 0 10px 0;
  }
  .brands .brand-left ul.nav li.brand-title-box .brand-title {
    font-size: 20px;
  }
  .brands .brand-center .tab-content .brand-info {
    padding: 20px;
  }
  .brands .brand-center .tab-content .brand-info .brand-desc {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .brands .brand-left ul.nav li.brand-title-box {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brands .brand-left ul.nav li.brand-title-box .brand-title {
    font-size: 12px;
  }
  .brands .brand-center .tab-content .brand-info {
    padding: 20px;
  }
  .brands .brand-center .tab-content .brand-info .brand-desc {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 480px) {
  .brands .brand-left {
    width: 100%;
  }
  .brands .brand-left ul.nav li.active {
    border: 1px solid #beae59;
  }
  .brands .brand-left ul.nav li.active:before {
    content: none;
  }
  .brands .brand-left ul.nav li.brand-title-box {
    display: unset;
    padding: 24px 0 24px;
    height: auto;
  }
  .brands .brand-left ul.nav li.brand-title-box .brand-title {
    font-size: 18px !important;
  }
  .brands .brand-center {
    width: 100%;
  }
  .brands .brand-center .tab-content > div img {
    height: auto;
    overflow: hidden;
  }
  .brands .brand-right {
    width: 100%;
  }
}

.desc p {
  line-height: 22px;
  margin-bottom: 2rem;
}

.title-underline {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 2rem;
}
.title-underline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 4rem;
  height: 1px;
  background-color: #beae59;
}

.blog-item-info-post {
  color: #bbb;
  font-size: 0;
}
.blog-item-info-post .blog-info-post-item {
  font-size: 11px;
  display: inline-block;
}
.blog-item-info-post .blog-info-post-item i {
  font-size: 12px;
  margin-right: 5px;
}
.blog-item-info-post .blog-info-post-item:not(:last-child) {
  margin-right: 1.5rem;
}

.listing-blog {
  padding: 4rem 0 3rem 0;
}
.listing-blog .aside-left .aside-blog-categories {
  margin-bottom: 4rem;
}
.listing-blog .aside-left .aside-blog-categories .blog-categories-box {
  padding: 1.5rem 2.5rem;
  background-color: #fff;
}
.listing-blog
  .aside-left
  .aside-blog-categories
  .blog-categories-box
  ul
  li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.listing-blog
  .aside-left
  .aside-blog-categories
  .blog-categories-box
  ul
  li
  a
  i {
  margin-right: 5px;
}
.listing-blog
  .aside-left
  .aside-blog-categories
  .blog-categories-box
  ul
  li
  a:hover {
  padding-left: 7px;
}
.listing-blog .listing-blog-title {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
.listing-blog .listing-blog-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 4rem;
}
.listing-blog .listing-blog-item .c-img {
  padding-top: 42%;
}
.listing-blog .listing-blog-item .blog-item-desc-box {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.listing-blog .listing-blog-item .blog-item-desc-box .post-day {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  height: 9rem;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background-color: #beae59;
  text-align: center;
  padding-top: 1rem;
}
.listing-blog .listing-blog-item .blog-item-desc-box .post-day .day {
  font-size: 2.2rem;
  width: 100%;
  line-height: normal;
}
.listing-blog .listing-blog-item .blog-item-desc-box .post-day .month {
  width: 100%;
  line-height: normal;
  margin-top: -4.5rem;
  font-size: 11px;
  text-transform: uppercase;
}
.listing-blog .listing-blog-item .blog-item-desc-box .blog-item-info {
  padding: 1.5rem 0 4rem 10rem;
}
.listing-blog
  .listing-blog-item
  .blog-item-desc-box
  .blog-item-info
  .blog-item-title {
  font-size: 14px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 22px;
}
.listing-blog
  .listing-blog-item
  .blog-item-desc-box
  .blog-item-info
  .blog-item-desc {
  line-height: 20px;
  margin: 0.5rem 0 2.5rem 0;
}
.listing-blog
  .listing-blog-item
  .blog-item-desc-box
  .blog-item-info
  .read-more {
  width: 100px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 3px;
  background-color: #999;
}
.listing-blog
  .listing-blog-item
  .blog-item-desc-box
  .blog-item-info
  .read-more:hover {
  background-color: #beae59;
}
.listing-blog
  .listing-blog-item.listing-blog-no-image
  .blog-item-desc-box
  .blog-item-info
  .blog-item-desc {
  padding-left: 3.6rem;
  background: url(../image/catalog/demo/blog/blog-desc-bg.png) no-repeat top 4px
    left 0;
}
.listing-blog
  .listing-blog-item.listing-blog-no-image
  .blog-item-desc-box
  .blog-item-info
  .blog-item-desc
  .author {
  display: block;
  position: relative;
  color: #beae59;
}
.listing-blog
  .listing-blog-item.listing-blog-no-image
  .blog-item-desc-box
  .blog-item-info
  .blog-item-desc
  .author:before {
  content: "-";
  margin-right: 5px;
  display: inline-block;
  margin-top: 5px;
}
.listing-blog ul.pagination {
  color: #444;
  font-size: 0;
  display: block;
  text-align: right;
  margin: 0;
  line-height: initial;
}
.listing-blog ul.pagination li {
  display: inline-block;
  margin-bottom: 1rem;
}
.listing-blog ul.pagination li:not(:last-child) {
  margin-right: 5px;
}
.listing-blog ul.pagination li.active span {
  background-color: #beae59;
  color: #fff;
}
.listing-blog ul.pagination li:hover a {
  background-color: #beae59;
  color: #fff;
}
.listing-blog ul.pagination li a,
.listing-blog ul.pagination li span {
  font-size: 12px;
  padding: 6.5px 13px 6.5px 13.5px;
  display: block;
  border-radius: 3px;
  border: none;
  min-width: 30px;
  min-height: 30px;
  color: #444;
}
.listing-blog ul.pagination li a {
  background-color: #fff;
}

.listing-blog-2-column .listing-blog-item {
  margin-bottom: 3rem;
  border-bottom: none;
}
.listing-blog-2-column .listing-blog-item .c-img {
  padding-top: 54%;
}
.listing-blog-2-column .listing-blog-item .blog-item-desc-box .blog-item-info {
  padding: 1.5rem 2rem 1rem 2rem;
  background-color: #fff;
}
.listing-blog-2-column
  .listing-blog-item.listing-blog-no-image
  .blog-item-desc-box
  .blog-item-info
  .blog-item-desc {
  background: url(../image/catalog/demo/blog/blog-desc-bg2.png) no-repeat top
    4px left 0;
}
.listing-blog-2-column ul.pagination {
  text-align: center;
}

.blog-detail {
  padding: 4rem 0;
  background-color: #eee;
}
.blog-detail .blog-detail-title {
  text-transform: uppercase;
  margin: 2rem 0 1.5rem;
  font-size: 2rem;
}
.blog-detail .s-content p {
  margin-bottom: 2.5rem;
}
.blog-detail .about-the-author {
  margin-bottom: 3.5rem;
}
.blog-detail .about-the-author .author-avatar {
  float: left;
}
.blog-detail .about-the-author .author-desc-box {
  float: left;
  width: calc(100% - 100px);
  margin-left: 2rem;
}
.blog-detail .about-the-author .author-desc-box .author-email {
  font-weight: 700;
}
.blog-detail .about-the-author .author-desc-box .author-desc {
  line-height: 22px;
}
.blog-detail .related-post .related-post-box {
  margin-bottom: 3.5rem;
}
.blog-detail .related-post .related-post-box .c-img {
  padding-top: 65%;
}
.blog-detail .related-post .related-post-box .related-post-title {
  font-size: 14px;
  margin-top: 2rem;
}
.blog-detail .comment-container .comment-box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
.blog-detail .comment-container .comment-box:not(:last-child) {
  margin-bottom: 2rem;
}
.blog-detail .comment-container .comment-box .comment-box-top {
  margin-bottom: 1.5rem;
}
.blog-detail .comment-container .comment-box .comment-box-top .comment-avatar {
  float: left;
}
.blog-detail
  .comment-container
  .comment-box
  .comment-box-top
  .comment-top-right {
  float: left;
  margin-left: 2rem;
  width: calc(100% - 10rem);
}
.blog-detail
  .comment-container
  .comment-box
  .comment-box-top
  .comment-top-right
  .comment-rating
  .rating {
  display: inline-block;
  margin-right: 5px;
}
.blog-detail
  .comment-container
  .comment-box
  .comment-box-top
  .comment-top-right
  .comment-rating
  .comment-box-title {
  display: inline-block;
  font-weight: 400;
}
.blog-detail .comment-container .comment-box .comment-box-center .desc {
  color: #666;
}
.blog-detail .comment-form {
  padding: 2.5rem 0 0 0;
}
.blog-detail .comment-form .comment-form-title {
  font-size: 14px;
  margin-bottom: 2rem;
}
.blog-detail .comment-form form {
  width: 100%;
}
.blog-detail .comment-form form .form-group {
  margin-bottom: 2rem;
}
.blog-detail .comment-form form input,
.blog-detail .comment-form form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 30px;
}
.blog-detail .comment-form form input:focus,
.blog-detail .comment-form form textarea:focus {
  border-color: #beae59;
  box-shadow: unset;
}
.blog-detail .comment-form form textarea {
  height: 80px;
}
.blog-detail .comment-form form .comment-form-top {
  max-width: 730px;
}
.blog-detail .comment-form form button[type="submit"] {
  width: 110px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background-color: #2ba8db;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.blog-detail .comment-form form button[type="submit"]:hover {
  background-color: #beae59;
}
.blog-detail .comment-form form button[type="submit"]:focus {
  border-color: #beae59;
}

.portfolio-2-column {
  padding: 3rem 0 0;
  background-color: #eee;
}
.portfolio-2-column .portfolio-title {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
.portfolio-2-column .so-listing-tabs .ltabs-tabs-container {
  margin-top: 0;
}
.portfolio-2-column .so-listing-tabs .ltabs-tabs-container .ltabs-tabs {
  font-size: 0;
  margin-bottom: 2rem;
}
.portfolio-2-column .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  display: inline-block;
  border: none;
  margin: 0 5px 10px 0;
  padding: 2.5px 13px 2.5px 13.5px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio-2-column
  .so-listing-tabs
  .ltabs-tabs-container
  .ltabs-tabs
  li
  > span {
  text-transform: capitalize;
}
.portfolio-2-column
  .so-listing-tabs
  .ltabs-tabs-container
  .ltabs-tabs
  li.tab-sel,
.portfolio-2-column
  .so-listing-tabs
  .ltabs-tabs-container
  .ltabs-tabs
  li:hover {
  background-color: #beae59;
}
.portfolio-2-column .portfolio-box {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.portfolio-2-column .portfolio-box:hover .portfolio-info {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-2-column .portfolio-box .c-img {
  padding-top: 66.7%;
}
.portfolio-2-column .portfolio-box .portfolio-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.portfolio-2-column .portfolio-box .portfolio-info .portfolio-name {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 1.5rem;
  padding: 0 2rem;
  text-align: center;
}
.portfolio-2-column .portfolio-box .portfolio-info .portfolio-name a {
  color: #fff;
}
.portfolio-2-column .portfolio-box .portfolio-info .portfolio-name a:hover {
  color: #beae59;
}
.portfolio-2-column .portfolio-box .portfolio-info .portfolio-button-group {
  width: 100%;
  text-align: center;
}
.portfolio-2-column
  .portfolio-box
  .portfolio-info
  .portfolio-button-group
  button,
.portfolio-2-column .portfolio-box .portfolio-info .portfolio-button-group a {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
  color: #fff;
}
.portfolio-2-column
  .portfolio-box
  .portfolio-info
  .portfolio-button-group
  button:not(:last-child),
.portfolio-2-column
  .portfolio-box
  .portfolio-info
  .portfolio-button-group
  a:not(:last-child) {
  margin-right: 10px;
}
.portfolio-2-column
  .portfolio-box
  .portfolio-info
  .portfolio-button-group
  button:hover,
.portfolio-2-column
  .portfolio-box
  .portfolio-info
  .portfolio-button-group
  a:hover {
  background-color: #beae59;
  border: 1px solid #beae59;
}
.portfolio-2-column ul.pagination {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 3rem 0;
}

.portfolio-detail {
  background-color: #eee;
  padding: 0 0 1rem;
}
.portfolio-detail .portfolio-detail-top {
  padding-top: 23px;
  padding-bottom: 23px;
  max-width: 100%;
}
.portfolio-detail .portfolio-detail-top .portfolio-detail-title {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 22px;
}
.portfolio-detail .portfolio-detail-top .rating {
  display: inline-block;
  float: right;
}
.portfolio-detail .portfolio-detal-image {
  margin-bottom: 3rem;
}
.portfolio-detail .project-desc {
  margin-bottom: 3rem;
}
.portfolio-detail .project-desc .project-title {
  font-size: 14px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
}
.portfolio-detail .project-desc .project-detail .item {
  font-size: 14px;
}
.portfolio-detail .project-desc .project-detail .item:not(:last-child) {
  margin-bottom: 1rem;
}
.portfolio-detail .project-desc .project-detail .item .left-item {
  float: left;
  font-size: 14px;
}
.portfolio-detail .project-desc .project-detail .item .right-item {
  margin: -5px 0 0 100px;
}
.portfolio-detail .comment-form {
  margin: 1rem 0 4rem 0;
}
.portfolio-detail .comment-form form {
  max-width: 1130px;
}
.portfolio-detail .comment-form form input,
.portfolio-detail .comment-form form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0;
}
.portfolio-detail .comment-form form input::placeholder,
.portfolio-detail .comment-form form textarea::placeholder {
  color: #999;
}
.portfolio-detail .comment-form form input:focus,
.portfolio-detail .comment-form form textarea:focus {
  border-color: #beae59;
  box-shadow: unset;
}
.portfolio-detail .comment-form form input {
  height: 30px;
  padding-left: 40px;
  border: none;
}
.portfolio-detail .comment-form form textarea {
  height: 110px;
  resize: none;
}
.portfolio-detail .comment-form form button {
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background-color: #beae59;
  border-radius: 3px;
  border: none;
}
.portfolio-detail .comment-form form .form-group {
  margin-bottom: 2rem;
}
.portfolio-detail .comment-form form .input-icon {
  position: relative;
  border: 1px solid #ddd;
}
.portfolio-detail .comment-form form .input-icon:before {
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 29px;
  color: #666;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  border-right: 1px solid #ddd;
}
.portfolio-detail .comment-form form .input-icon.input-user:before {
  content: "\f007";
}
.portfolio-detail .comment-form form .input-icon.input-email:before {
  content: "\f0e0";
}
.portfolio-detail .comment-form form .input-icon.input-subject:before {
  content: "\f0a1";
}

.portfolio-quickview {
  background-color: #fff;
  padding: 0;
}

.id3-item {
  display: none;
}

header #sosearchpro .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.navbar-compact .hidden-compact {
  display: none;
}

header .navbar-default {
  background-color: transparent;
}
header ul.megamenu > li.active > a {
  background-color: #beae59;
}
header ul.megamenu > li > a {
  text-shadow: unset;
}
header ul.megamenu > li > a > b.caret {
  position: absolute;
  right: 7px;
  top: calc(50% - 2px);
}
header ul.megamenu > li.menu-home > a {
  background-color: #beae59;
  color: #fff;
}
header ul.megamenu > li.menu-layout .c-img {
  padding-top: 47%;
  margin-bottom: 10px;
}
header .menu-label {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 12px;
  background-color: #f00;
  font-size: 8px;
  line-height: 12px;
  border-radius: 25px;
  text-align: center;
  top: 6px;
  right: 0;
  font-weight: 600;
  color: #fff;
}
header .menu-label.menu-label-new {
  background-color: #03a9f4;
}
header ul.megamenu li {
  font-size: 14px;
}
header ul.megamenu li .sub-menu {
  left: 0;
  width: 100%;
}
header ul.megamenu li.menu-blog .sub-menu {
  width: 100%;
  left: 0;
}
header ul.megamenu li.menu-layout .sub-menu .content div[class^="col-"],
header ul.megamenu li.menu-blog .sub-menu .content div[class^="col-"] {
  text-align: center;
  margin-bottom: 20px;
}
header ul.megamenu li.menu-layout .sub-menu .content div[class^="col-"] p,
header ul.megamenu li.menu-blog .sub-menu .content div[class^="col-"] p {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
}
header ul.megamenu li.menu-contact .sub-menu {
  max-width: 300px;
  left: auto;
}
header ul.megamenu li.menu-contact .sub-menu .content div[class^="col-"] {
  text-align: left;
}
header ul.megamenu li.menu-category .sub-menu {
  max-width: 500px;
  text-transform: capitalize;
}
header ul.megamenu li.menu-bedroom .sub-menu .content div[class^="col-"],
header ul.megamenu li.menu-dinning .sub-menu .content div[class^="col-"] {
  text-align: left;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .title-submenu,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .title-submenu {
  text-transform: capitalize;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li {
  position: relative;
  display: inline-block;
  width: 100%;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li:hover
  ul,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li:hover
  ul {
  pointer-events: all;
  opacity: 1;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  a,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  a {
  position: relative;
  display: inline-block;
  margin: 3px 0;
  font-size: 14px;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  a:hover,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  a:hover {
  margin-left: 10px;
  transition: 0.3s ease;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  a
  .menu-label,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  a
  .menu-label {
  top: -9px;
  right: -14px;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  a
  .menu-label:before,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  a
  .menu-label:before {
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 4px solid #f00;
  border-left: none;
  position: absolute;
  top: 100%;
  right: 4px;
  transform: rotate(90deg);
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  a
  .menu-label.menu-label-new:before,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  a
  .menu-label.menu-label-new:before {
  border-bottom: 4px solid #03a9f4;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  i,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  i {
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 5px;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  ul,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: -20px;
  min-width: 200px;
  background-color: #fff;
  z-index: 1;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 25px;
  border: 1px solid #ddd;
  transition: 0.3s ease-in-out;
  display: block;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  ul:before,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li
  ul:before {
  content: "\f0d9";
  font-family: fontawesome;
  position: absolute;
  font-size: 20px;
  right: 100%;
  color: #fff;
  top: 20px;
}
header
  ul.megamenu
  li.menu-bedroom
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li.active
  ul,
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li.active
  ul {
  display: block;
}
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .static-menu-image {
  margin-bottom: 20px;
  position: relative;
}
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .static-menu-image:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
}
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .static-menu-image
  img {
  width: 100%;
  height: 140px;
}
header
  ul.megamenu
  li.menu-dinning
  .sub-menu
  .content
  div[class^="col-"]
  .row-list
  li {
  border-bottom: 1px solid #ddd;
}
header ul.menu-normal > li:hover > a {
  background-color: #beae59;
}
header ul.menu-normal > li ul {
  position: absolute;
  min-width: 230px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header ul.menu-normal > li ul li {
  position: relative;
}
header ul.menu-normal > li ul li a {
  display: block;
  background-color: #fff;
  padding: 5px 3.5rem 4.5px 4rem;
  position: relative;
}
header ul.menu-normal > li ul li a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: url(../image/catalog/demo/header/header-normal-bg.png) no-repeat;
  top: calc(50% - 3px);
  left: 3rem;
}
header ul.menu-normal > li ul li a:hover {
  background-color: #beae59;
  color: #fff;
}
header ul.menu-normal > li ul li a:hover:before {
  background: url(../image/catalog/demo/header/header-normal-bg-hover.png)
    no-repeat;
}
header ul.menu-normal > li:hover > ul {
  top: calc(100% + 50px);
  opacity: 1;
  pointer-events: all;
}
header ul.menu-normal > li > ul {
  top: calc(100% + 70px);
  z-index: 3;
}
header ul.menu-normal > li > ul li ul {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  left: 100%;
  top: 20px;
  z-index: 4;
}
header ul.menu-normal > li > ul li:hover > ul {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
header .cart {
  position: relative;
}
header .cart.open .shopping-cart {
  visibility: visible;
  opacity: 1;
  top: calc(100%);
}
header .cart.open .shopping-cart:before {
  opacity: 1;
}
header .cart .shopping-cart {
  right: 0;
  width: 320px;
  padding: 0;
  font-size: 12px;
  z-index: 9999;
  top: calc(100% + 25px);
  padding-top: 15px;
  background-color: transparent;
  border: none;
  box-shadow: unset;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .cart .shopping-cart:before {
  content: "\f0d8";
  font-family: "fontawesome";
  font-size: 20px;
  right: 20px;
  line-height: 1;
  color: #666;
  position: absolute;
  top: 2px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .cart .shopping-cart .shopping-cart-title {
  background-color: #666;
  color: #fff;
  padding: 5.5px 25px 5px 25px;
}
header .cart .shopping-cart .shopping-cart-title label {
  margin: 0;
}
header .cart .shopping-cart .shopping-cart-title label:last-child {
  float: right;
}
header .cart .shopping-cart .product-item {
  background-color: #f2f2f2;
  padding: 0 0 0 2rem;
  position: relative;
  max-height: 260px;
  overflow: auto;
}
header .cart .shopping-cart .product-item .cart-table {
  border-spacing: 0 20px;
  border-collapse: inherit;
  margin: 0;
}
header .cart .shopping-cart .product-item .product-item-image {
  padding: 4px;
  border: 1px solid #ddd;
  width: 60px;
  height: 60px;
  padding: 0;
  position: relative;
}
header
  .cart
  .shopping-cart
  .product-item
  .product-item-image
  .remove-product-cart {
  position: absolute;
  bottom: -7.5px;
  right: -7.5px;
  display: inline-block;
  line-height: 15px;
  text-align: center;
  background-color: #666;
  color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
  padding: 0;
  font-size: 10px;
  padding: 1px 0 0 0.5px;
}
header
  .cart
  .shopping-cart
  .product-item
  .product-item-image
  .remove-product-cart:hover {
  background-color: #beae59;
}
header .cart .shopping-cart .product-item .product-item-name {
  padding: 0 0 0 10px;
  border: none;
}
header .cart .shopping-cart .product-item .product-item-name .product-name {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header
  .cart
  .shopping-cart
  .product-item
  .product-item-name
  .product-item-quantity {
  color: #666;
}
header .cart .shopping-cart .product-item .product-item-price {
  padding-right: 0;
  padding-top: 0;
  border: none;
}
header .cart .shopping-cart .product-item .product-item-price .shopping-price {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: right;
  padding: 7px 12px 6px 12px;
  display: inline-block;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
}
header .cart .shopping-cart .total-price {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 8px 25px 5px 25px;
  font-size: 1.6rem;
  color: #444;
}
header .cart .shopping-cart .total-price .total-title {
  margin: 0;
  font-weight: 700;
}
header .cart .shopping-cart .total-price .float-right {
  float: right;
  margin: 0;
}
header .cart .shopping-cart .shopping-cart-checkout {
  padding: 1rem 2.5rem;
  font-size: 0;
  background-color: #fff;
}
header .cart .shopping-cart .shopping-cart-checkout a {
  display: inline-block;
  padding: 7px 11.5px 6.5px 11px;
  background-color: #666;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
header .cart .shopping-cart .shopping-cart-checkout a:first-child {
  margin-right: 10px;
}
header .cart .shopping-cart .shopping-cart-checkout a:hover {
  background-color: #beae59;
}

.shoppingcart-box .btn-view-cart:hover {
  color: #fff;
}

.shoppingcart-box .btn-checkout:hover {
  color: #fff;
}

.shopping_cart .fa-check-circle {
  display: none;
}

#header #sosearchpro.so-search .searchbox .select_category select:hover {
  cursor: pointer;
}

.dropdown-menu.shoppingcart-box .table {
  margin-bottom: 0;
}
.dropdown-menu.shoppingcart-box .table .btn-danger {
  background-color: transparent;
}
.dropdown-menu.shoppingcart-box .table .btn-danger i {
  color: #666;
}
.dropdown-menu.shoppingcart-box .table .btn-danger:hover i {
  color: #ff5e00;
}

header #sosearchpro .dropdown-menu {
  border-radius: 0;
}

header ul.top-link > li.language .btn-link img {
  margin-top: -1px;
}
/*============ HEADER  ==================*/
.common-home .horizontal ul.megamenu > li.home > a {
  background: transparent;
  color: #ff5e00;
}

.container-megamenu.horizontal ul.megamenu > li.active > a,
.container-megamenu.horizontal ul.megamenu > li:hover > a {
  background-color: transparent;
  color: #ff5e00;
}
.container-megamenu.horizontal .subcategory li a {
  color: #555;
}
.container-megamenu.horizontal .subcategory li a:hover {
  color: #ff5e00;
}

.header-top .header-top-left .welcome-msg .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}

.mega-horizontal .navbar-default {
  border: none;
  background: transparent;
}

@media (max-width: 991px) {
  .responsive ul.megamenu > li.click:before,
  .responsive ul.megamenu > li.hover:before {
    right: -10px;
    left: auto;
    height: 31.6px;
    background-color: #666;
    color: #fff;
    width: 30px;
    text-align: center;
    line-height: 31.6px;
  }

  .responsive ul.megamenu > li.active .close-menu {
    right: 0;
    left: auto;
  }
}

.header-bottom .content_menu .container {
  overflow: visible;
}

.btn-shopping-cart .dropdown-menu {
  min-width: 320px;
}
.btn-shopping-cart .dropdown-menu .cart_product_name {
  color: #555;
}
.btn-shopping-cart .dropdown-menu .cart_product_name:hover {
  color: #ff5e00;
}
.btn-shopping-cart .dropdown-menu .empty {
  padding: 15px;
  margin: 0;
}
.btn-shopping-cart .table > tbody > tr > td {
  border: none;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.btn-shopping-cart .checkout {
  padding: 0 20px 10px;
}
.btn-shopping-cart .added_items {
  padding: 10px;
}

.size-img-cart img {
  width: 100%;
}

.megamenu-style-dev {
  position: relative;
}
.megamenu-style-dev .vertical .vertical ul.megamenu > li {
  margin: 0;
  border-right: 0;
  background: #222;
}
.megamenu-style-dev .vertical .vertical ul.megamenu > li strong i {
  display: none;
}
.megamenu-style-dev .vertical .vertical ul.megamenu > li > a {
  padding-left: 15px;
  padding-right: 12px;
  color: #fff;
}
.megamenu-style-dev .vertical .vertical ul.megamenu > li > a:hover {
  color: #fff;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .sub-menu
  .content {
  padding: 0;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .hover-menu
  .menu
  > ul {
  padding: 0;
  margin: 0;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .hover-menu
  .menu
  > ul
  li {
  border-bottom: 1px solid #eee;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .hover-menu
  .menu
  > ul
  li:hover {
  background: #eee;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .hover-menu
  .menu
  > ul
  li:hover
  > a {
  color: #ff5e00;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .hover-menu
  .menu
  > ul
  li
  a {
  line-height: 37px;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .hover-menu
  .menu
  > ul
  li
  a
  b {
  line-height: 37px;
  font-size: 16px;
  margin: 0 20px;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .hover-menu
  .menu
  > ul
  li:last-child {
  border: none;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .hover-menu
  .menu
  > ul
  ul {
  padding: 0;
  left: 100%;
  margin: 0;
  box-shadow: none;
  border: 1px solid #eee;
  min-width: 200px;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .hover-menu
  .menu
  > ul
  ul:before,
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.css-menu
  .hover-menu
  .menu
  > ul
  ul:after {
  display: none;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.item-style3
  .sub-menu
  .content {
  padding-right: 0;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.with-sub-menu
  > a:after {
  content: "\f105";
  color: #fff;
  font-family: Fontawesome;
  font-size: 13px;
  float: right;
  margin: 0;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li.with-sub-menu:hover
  > a:after {
  position: static;
  border-color: transparent;
}
.megamenu-style-dev .vertical .vertical ul.megamenu > li:hover {
  background-color: #444;
}
.megamenu-style-dev .vertical .vertical ul.megamenu > li:hover > a {
  color: #fff;
}
.megamenu-style-dev .vertical .vertical ul.megamenu > li.active > a {
  background: transparent !important;
}
.megamenu-style-dev .vertical .vertical ul.megamenu > li .sub-menu .content {
  border-top: 1px solid #ddd;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li
  .sub-menu
  .content
  .banner {
  margin-top: -21px;
  margin-bottom: -22px;
  margin-right: -1px;
}
.megamenu-style-dev
  .vertical
  .vertical
  ul.megamenu
  > li
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  a.main-menu {
  padding: 0;
}
.megamenu-style-dev
  .vertical
  ul.megamenu
  .sub-menu
  .content
  .static-menu
  .menu
  ul {
  padding-bottom: 0;
}
.megamenu-style-dev
  .vertical
  ul.megamenu
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  li
  > a {
  line-height: inherit;
  padding-bottom: 0;
  border-bottom: none;
  min-height: auto;
}
.megamenu-style-dev
  .vertical
  ul.megamenu
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  li
  > a:hover {
  color: #ff5e00;
}
.megamenu-style-dev
  .vertical
  ul.megamenu
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  ul
  a {
  padding: 0;
}
.megamenu-style-dev
  .vertical
  ul.megamenu
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  ul
  a:hover {
  color: #ff5e00;
}

.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  background-color: #ff5e00;
}
/*======================================================*/
header ul.top-link > li .btn-group .btn-link:hover,
header ul.top-link > li > a:hover {
  color: #ff5e00;
}

.typeheader-1 #sosearchpro .search button:hover {
  background-color: #cc4b00;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
  color: #ff5e00;
}

.typeheader-1 .welcome-msg span {
  color: #ff5e00;
}
/*.typeheader-1 .wishlist-comp li a.top-link-wishlist:hover:before,
 .typeheader-1 .wishlist-comp li a:hover i{
 color: $linkColor;
 }*/
.common-home
  .typeheader-2
  .container-megamenu.horizontal
  ul.megamenu
  > li.home
  > a {
  color: #ff5e00;
}

.typeheader-2 .container-megamenu.horizontal ul.megamenu > li:hover > a,
.typeheader-2 .container-megamenu.horizontal ul.megamenu > li.active > a,
.typeheader-2 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #fff;
}

.typeheader-2 #sosearchpro .search button {
  background-color: #ff5e00;
}
.typeheader-2 #sosearchpro .search button:hover {
  background-color: #cc4b00;
}

.typeheader-2
  .shopping_cart
  .btn-shopping-cart
  .top_cart
  .shopcart-inner
  .total-shopping-cart
  .items_cart {
  background-color: #ff5e00;
}

.typeheader-2
  .shopping_cart
  .btn-shopping-cart
  .top_cart
  .shopcart-inner
  .total-shopping-cart
  .items_carts {
  color: #ff5e00;
}

.typeheader-2 .container-megamenu.horizontal ul.megamenu > li.item-special > a,
.typeheader-2 .telephone ul li i {
  color: #ff5e00;
}

.typeheader-3
  .container-megamenu.vertical
  #menuHeading
  .megamenuToogle-pattern
  .container {
  background-color: #ff5e00;
}

.common-home
  .typeheader-3
  .container-megamenu.horizontal
  ul.megamenu
  > li.home
  > a {
  color: #ff5e00;
}

.typeheader-3 .container-megamenu.horizontal ul.megamenu > li:hover > a,
.typeheader-3 .container-megamenu.horizontal ul.megamenu > li.active > a,
.typeheader-3 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
  color: #fff;
}

.typeheader-3 #sosearchpro .search button {
  background-color: #ff5e00;
}
.typeheader-3 #sosearchpro .search button:hover {
  background-color: #cc4b00;
}

.typeheader-3
  .shopping_cart
  .btn-shopping-cart
  .top_cart
  .shopcart-inner
  .total-shopping-cart
  .items_cart {
  background-color: #ff5e00;
}

.typeheader-3
  .shopping_cart
  .btn-shopping-cart
  .top_cart
  .shopcart-inner
  .total-shopping-cart
  .items_carts {
  color: #ff5e00;
}

.typeheader-3 .container-megamenu.horizontal ul.megamenu > li.item-special > a,
.typeheader-3 .telephone ul li i {
  color: #ff5e00;
}

@media (max-width: 991px) {
  .megamenu-style-dev
    .navbar-default
    .vertical
    .vertical-wrapper
    ul.megamenu
    > li
    > a:hover
    strong,
  .megamenu-style-dev
    .navbar-default
    .horizontal
    .megamenu-wrapper
    ul.megamenu
    > li
    > a:hover {
    color: #ff5e00 !important;
  }
}

footer .footer-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .newletter {
  background-color: #ddd;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
footer .newletter .newletter-left {
  margin-bottom: 1.5rem;
  line-height: 24px;
}
footer .newletter .newletter-left .new-letter-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}
footer .newletter .newletter-right {
  text-align: right;
  margin-bottom: 1.5rem;
}
footer .newletter .newletter-right .send-letter {
  font-size: 0;
  float: right;
  width: 560px;
}
footer .newletter .newletter-right .send-letter .form-box {
  border: 6px solid #beae59;
  position: relative;
  width: 100%;
}
footer .newletter .newletter-right .send-letter .form-box:before {
  content: "\f0e0";
  font-family: "fontawesome";
  position: absolute;
  top: 12px;
  left: 17px;
  font-size: 14px;
  line-height: 1;
  color: #999;
}
footer .newletter .newletter-right .send-letter .form-box input {
  font-size: 12px;
  color: #999;
  height: 40px;
  padding: 0 12px 0 40px;
  width: calc(100% - 120px);
  border: none;
  border-radius: 0;
  display: inline-block;
  line-height: 40px;
}
footer .newletter .newletter-right .send-letter .form-box input::placeholder {
  color: #999;
}
footer
  .newletter
  .newletter-right
  .send-letter
  .form-box
  button[type="submit"] {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  height: 40px;
  border: none;
  border-left: 6px solid #beae59;
  line-height: 40px;
  background-color: #000;
  width: 120px;
  padding: 0;
  border-radius: 0;
  display: inline-block;
}
footer
  .newletter
  .newletter-right
  .send-letter
  .form-box
  button[type="submit"]:hover {
  background-color: #beae59;
  color: #fff;
}
footer .footer-middle {
  background-attachment: fixed;
  position: relative;
}
footer .footer-middle a {
  text-transform: capitalize;
  color: #fff;
}
footer .footer-middle a:hover {
  color: #ff5e00;
}
footer .footer-middle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(54, 54, 54, 0.85);
}
footer .footer-middle .footer-middle-box {
  padding-top: 3.5rem;
}
footer .footer-middle .footer-title {
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
footer .footer-middle .footer-title:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #beae59;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .footer-middle .footer-list li {
  font-size: 12px;
}
footer .footer-middle .footer-middle-right {
  padding: 3.5rem 2.5rem 2rem 2.5rem;
  background-color: rgba(190, 174, 89, 0.7);
}
footer .footer-middle .footer-middle-right .contact-list {
  margin-bottom: 20px;
}
footer .footer-middle .footer-middle-right .contact-list li {
  color: #fff;
  font-size: 12px;
}
footer .footer-middle .footer-middle-right .contact-list li i {
  font-size: 12px;
  margin-right: 10px;
}
footer .footer-middle div[class^="col-"]:not(:last-child) a {
  position: relative;
  display: inline-block;
}
footer .footer-middle div[class^="col-"]:not(:last-child) a:before {
  content: "\f0da";
  font-family: "fontawesome";
  color: #fff;
  font-size: 12px;
  position: relative;
  left: 0;
  margin-right: 5px;
}
footer .footer-middle div[class^="col-"]:not(:last-child) a:hover {
  color: #beae59;
  padding-left: 7px;
}
footer .footer-middle div[class^="col-"]:not(:last-child) a:hover:before {
  color: #beae59;
}
footer .footer-bottom {
  background-color: rgba(54, 54, 54, 0.78);
}
footer .footer-bottom .footer-bottom-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
}
footer .footer-bottom .footer-bottom-left {
  padding-top: 15px;
  text-align: right;
}
footer .footer-bottom .footer-bottom-left .d-inline-block {
  display: inline-block;
}
footer .footer-bottom .footer-bottom-right {
  padding-top: 15px;
}
footer .footer-bottom .footer-bottom-right ul.footer-social li {
  margin: 0 5px;
  display: inline-block;
}
footer .footer-bottom .footer-bottom-right ul.footer-social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  background-color: #000;
}
footer .footer-bottom .footer-bottom-right ul.footer-social li a:hover {
  background-color: #beae59;
}
footer .footer-bottom .copyright {
  padding: 20px 0;
  color: #fff;
  font-size: 12px;
}
footer .footer-bottom .copyright a {
  color: #beae59;
}
footer .footer-bottom .copyright a:hover {
  color: #ff5e00;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .newletter .newletter-left {
    text-align: center;
  }
  footer .newletter .newletter-right form.send-letter {
    margin: auto;
    float: none;
  }
  footer .footer-middle div[class^="col-"] {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  footer .newletter .newletter-left {
    text-align: center;
  }
  footer .newletter .newletter-right form.send-letter {
    margin: auto;
    float: none;
    width: 100%;
  }
  footer .footer-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  footer .footer-middle div[class^="col-"]:last-child {
    margin-top: 25px;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom .footer-bottom-left {
    text-align: center;
  }
}

@media (max-width: 480px) {
  footer .newletter .newletter-right .send-letter .form-box:before {
    content: none;
  }
  footer .newletter .newletter-right .send-letter .form-box input {
    width: calc(100% - 80px);
    padding-left: 12px;
  }
  footer
    .newletter
    .newletter-right
    .send-letter
    .form-box
    button[type="submit"] {
    width: 80px;
  }
}

a:hover {
  color: #beae59;
}

.tab-content {
  margin-bottom: 0;
}

.home-slider {
  margin-top: -60px;
}
.home-slider .item-slider {
  position: relative;
}
.home-slider .item-slider:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.home-slider .item-slider .slider-info {
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 10px;
}
.home-slider .item-slider .slider-info .small-title {
  display: inline-block;
  margin: 0;
  font-size: 4.8em;
  margin-right: 2.5rem;
  line-height: 1;
  color: #beae59;
  font-weight: 700;
}
.home-slider .item-slider .slider-info .small-desc {
  margin: 0;
  display: inline-block;
  max-width: 175px;
  text-align: left;
  font-size: 16px;
  padding-left: 2.5rem;
  line-height: 20px;
  border-left: 1px solid #ddd;
}
.home-slider .item-slider .slider-info .big-title {
  font-size: 8.4em;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}
.home-slider .item-slider .slider-info .see-more {
  display: inline-block;
  padding: 0.8rem 2.4rem 0.9rem 2.5rem;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}
.home-slider .item-slider .slider-info .see-more:hover {
  background-color: #beae59;
}
.home-slider .owl2-controls .owl2-nav > div {
  font-size: 6rem;
  position: absolute;
  top: 50%;
  color: #d8d8d7;
  display: inline-block;
}
.home-slider .owl2-controls .owl2-nav > div:hover {
  color: #beae59;
  transition: all 0.2 ease-in-out;
}
.home-slider .owl2-controls .owl2-nav .owl2-next {
  right: 10%;
}
.home-slider .owl2-controls .owl2-nav .owl2-prev {
  left: 10%;
}
.home-slider .owl2-controls .owl2-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 85px;
  text-align: center;
}
.home-slider .owl2-controls .owl2-dots .owl2-dot {
  display: inline-block;
}
.home-slider .owl2-controls .owl2-dots .owl2-dot span {
  width: 9px;
  height: 9px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 4px;
  transition: all 0.2s ease-in-out;
}
.home-slider .owl2-controls .owl2-dots .owl2-dot.active span {
  background-color: #beae59;
}

.deals-days {
  height: 625px;
}

.banner {
  margin-top: -125px;
}
.banner .collection a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.banner .collection a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.banner .collection a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.banner .collection a:hover:before,
.banner .collection a:hover:after {
  width: 100%;
  height: 100%;
}
.banner .collection img {
  max-height: 270px;
}

.featured-products {
  padding-top: 4rem;
  padding-bottom: 15px;
}
.featured-products .featured-slider:hover .owl2-controls .owl2-nav div {
  opacity: 1;
}
.featured-products .featured-slider:hover .owl2-controls .owl2-nav div:hover {
  background-color: #beae59;
  color: #fff;
}
.featured-products
  .featured-slider:hover
  .owl2-controls
  .owl2-nav
  div.owl2-prev {
  left: 0px;
  border-left: none;
}
.featured-products
  .featured-slider:hover
  .owl2-controls
  .owl2-nav
  div.owl2-next {
  right: 0px;
  border-right: none;
}
.featured-products .featured-slider .owl2-controls .owl2-nav div {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #ddd;
  color: #aeaeae;
  position: absolute;
  top: calc(50% - 35px / 2);
  transition: all 0.2s ease-in-out;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.featured-products .featured-slider .owl2-controls .owl2-nav div:hover {
  background-color: #beae59;
  color: #fff;
}
.featured-products .featured-slider .owl2-controls .owl2-nav div.owl2-prev {
  left: 40px;
}
.featured-products .featured-slider .owl2-controls .owl2-nav div.owl2-next {
  right: 40px;
}

.best-seller {
  padding-top: 4rem;
  padding-bottom: 15px;
}

.categories {
  background-color: #eeeeeec2;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.categories .row5 {
  margin-left: -5px;
  margin-right: -5px;
}
.categories .col5 {
  padding-right: 5px;
  padding-left: 5px;
}
.categories img {
  width: 100%;
  object-fit: cover;
}
.categories .sub-category {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.categories .sub-category:hover:before {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.categories .sub-category:hover .list-sub-category {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.categories .sub-category:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  opacity: 0;
}
.categories .sub-category .list-sub-category {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 145px;
  color: #fff;
  opacity: 0;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
}
.categories .sub-category .list-sub-category .sub-title {
  margin: 0 0 25px 0;
  font-size: 2.4rem;
  font-weight: 700;
}
.categories .sub-category .list-sub-category .sub-title span {
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.categories .sub-category .list-sub-category ul li {
  line-height: 30px;
}
.categories .sub-category .list-sub-category ul li a {
  color: #fff;
}
.categories .sub-category .list-sub-category ul li a:hover {
  color: #beae59;
}
.categories .col-left {
  margin-bottom: 10px;
}
.categories .col-left .sub-category img {
  height: 500px;
}
.categories .col-left .another-category {
  margin-bottom: 0;
}
.categories .col-left .another-category .list-sub-category {
  padding-top: 30px;
}
.categories .col-left .another-category img {
  height: 270px;
}
.categories .col-center {
  margin-bottom: 10px;
}
.categories .col-center .hot-category {
  background-color: #fff;
  padding: 40px 30px 30px 30px;
  margin-bottom: 10px;
}
.categories .col-center .hot-category .hot-title {
  font-size: 2rem;
  color: #beae59;
  font-weight: 700;
  margin-bottom: 15px;
}
.categories .col-center .hot-category .hot-title > span {
  display: inline-block;
  padding: 5px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.categories .col-center .hot-category .hot-title > span > span {
  color: #444;
  font-weight: 300;
}
.categories .col-center .hot-category .hot-category-desc {
  line-height: 22px;
  font-size: 12px;
  margin: 0 0 25px 0;
}
.vstBtn,
.categories .col-center .hot-category .view-all {
  background-color: #beae59;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 202px;
  height: 42px;
  line-height: 42px;
  position: relative;
  z-index: 99;
}

.vstBtn {
  background-color: #67590e;
}
.categories .col-center .another-category {
  margin-bottom: 0;
}
.categories .col-center .another-category img {
  height: 520px;
}
.categories .col-right {
  margin-bottom: 10px;
}
.categories .col-right .another-category .list-sub-category {
  padding-top: 30px;
}
.categories .col-right .another-category:first-child {
  margin-bottom: 10px;
}
.categories .col-right .another-category:first-child img {
  height: 385px;
}
.categories .col-right .another-category:last-child img {
  height: 385px;
}

.quickview_handler {
  background-color: #504715 !important;
  color: #fff !important;
}

.quickview_handler:hover {
  background-color: #beae59 !important;
}

.op07 {
  opacity: 0.7;
}

.homeMenu a {
  background-color: #000 !important;
}

.product-image {
  background-color: #e1e1e1;
}

.product-slider-box img {
  background-color: #e9e9e9;
}
