@charset "UTF-8";

/*******************************************

 *	Theme Name: Autoparts

 *	Author: Magentech

 *	Author URI: http://www.magentech.com

 *	Version: 1.0.0

 *	Description: This is html5 Sass template 

 *******************************************/

/* [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: #878787;

  width: 40px;

  padding: 0;
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #c39334;
}

.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,
.product-item-container .second_img,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image,
.products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container.second_img {
  position: relative;

  display: block;
}

.lib-two-img .img-1,
.product-item-container .second_img .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-1,
.products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container.second_img
  .img-1 {
  opacity: 1;

  position: relative;

  transition: all 0.5s ease-in-out;
}

.lib-two-img .img-2,
.product-item-container .second_img .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-2,
.products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container.second_img
  .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,
.product-item-container:hover .second_img .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-1,
.products-list
  .product-layout
  .product-item-container
  .left-block:hover
  .product-image-container.second_img
  .img-1 {
  opacity: 0;

  transform-style: inherit;

  transition: all 0.5s ease-in-out;
}

.lib-two-img-over .img-2,
.product-item-container:hover .second_img .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-2,
.products-list
  .product-layout
  .product-item-container
  .left-block:hover
  .product-image-container.second_img
  .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

 ==============================================*/

/*============BACK TO TOP ==================*/

.back-to-top {
  cursor: pointer;

  background-color: #777;

  width: 45px;

  bottom: 20px;

  right: 10px;

  min-height: 42px;

  overflow: hidden;

  z-index: 40;

  position: fixed;

  display: block;

  text-align: center;

  border-radius: 3px;

  opacity: 1;

  transition: all 0.5s ease-in-out 0s;

  -moz-transition: all 0.5s ease-in-out 0s;

  -webkit-transition: all 0.5s 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: #c39334;
}

.back-to-top i {
  font-size: 36px;

  margin: 1px 0 0 0;

  color: #fff;

  display: inline-block;
}

/* 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 {
    position: fixed;

    width: 100%;

    z-index: 900;

    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);

    transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;
  }

  .navbar-compact.hidden-menu {
    -webkit-transform: translate(0, -100%);

    -moz-transform: translate(0, -100%);

    -ms-transform: translate(0, -100%);

    -o-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: #c39334 !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;
}

/*============NONE RESPONSIVE BOOTSTRAP ==================*/

@media (min-width: 1200px) {
  /*.wrapper-fluid{

   .container {width: 92%; max-width: 1650px;}

   }*/

  .wrapper-boxed {
    max-width: 1200px;

    margin: 0 auto;

    background: #fff;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .wrapper-full .container {
    width: 1200px;
  }

  .wrapper-full .products-list .product-grid-5 .product-card__gallery,
  .wrapper-full .products-list .product-grid-5 .countdown_box,
  .wrapper-full .products-list .product-grid-5 .order-num {
    display: none;
  }

  .wrapper-full
    .products-list
    .product-grid-5
    .product-item-container
    .left-block
    .button-group {
    bottom: 0;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .wrapper-full .products-list .product-grid-5:nth-child(5n + 1) {
    clear: both;
  }
}

/* 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: #c39334;
  }

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

/* @group Banners hover effect */

.banners-effect-1 .banners > div img {
  transition: all 0.2s ease-in;

  -moz-transition: all 0.2s ease-in;

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

  transition: all 0.3s ease-in;

  -moz-transition: all 0.3s ease-in;

  -webkit-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);

  -ms-transform: scale(7);

  -o-transform: scale(7);

  transform: scale(7);

  transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -webkit-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);

  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);

  -o-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);

  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);

  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);

  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);

  transition: opacity 0.4s ease 0s;

  -moz-transition: opacity 0.4s ease 0s;

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

  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;

  -webkit-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 {
  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;

  transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -webkit-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 {
  transition: all 0.3s ease-in;

  -moz-transition: all 0.3s ease-in;

  -webkit-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 #c39334;

  color: #c39334;

  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: #c39334;

  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 #c39334;

  color: #c39334;

  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: #c39334;

  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 #c39334;

  color: #c39334;

  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: #c39334;

  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 #c39334;

  color: #c39334;

  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: #c39334;

  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 #c39334;

  color: #c39334;

  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: #c39334;

  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 #c39334;

  color: #c39334;

  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: #c39334;

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

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

.arrow-list li a:hover {
  color: #c39334;
}

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

  color: #fff;

  border-radius: 3px;

  border: none;
}

.page-login .bottom-form .btn:hover {
  background: #c39334;

  border-color: #c39334;

  color: #fff;
}

.page-login .bottom-form a {
  color: #878787;
}

.page-login .bottom-form a:hover {
  color: #c39334;
}

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: #878787;

  width: 40px;

  padding: 0;
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #c39334;
}

.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,
.product-item-container .second_img,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image,
.products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container.second_img {
  position: relative;

  display: block;
}

.lib-two-img .img-1,
.product-item-container .second_img .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-1,
.products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container.second_img
  .img-1 {
  opacity: 1;

  position: relative;

  transition: all 0.5s ease-in-out;
}

.lib-two-img .img-2,
.product-item-container .second_img .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-2,
.products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container.second_img
  .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,
.product-item-container:hover .second_img .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-1,
.products-list
  .product-layout
  .product-item-container
  .left-block:hover
  .product-image-container.second_img
  .img-1 {
  opacity: 0;

  transform-style: inherit;

  transition: all 0.5s ease-in-out;
}

.lib-two-img-over .img-2,
.product-item-container:hover .second_img .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-2,
.products-list
  .product-layout
  .product-item-container
  .left-block:hover
  .product-image-container.second_img
  .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 ul.megamenu li .sub-menu .content {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);

  padding: 30px;

  border-radius: 0;
}

.container-megamenu ul.megamenu li .sub-menu .content h3.figcaption {
  font-size: 13px;
}

.container-megamenu ul.megamenu li .sub-menu .content .image-link .thumbnail {
  margin-bottom: 10px;
}

.container-megamenu ul.megamenu li .sub-menu .banner a:hover img {
  opacity: 0.8;
}

/*---mega menu horizontal level 1--*/

.container-megamenu.horizontal ul.megamenu > li {
  float: left;

  margin-right: 30px;
}

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

.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: 100%;

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

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

 .megamenuToogle-wrapper{

 background-color: transparent;

 }

 #menuHeading{

 margin: 0;

 .megamenuToogle-pattern{  

 position: relative;          

 .container{ width: 100%;     

 @include border-top-radius(3px);

 color: #fff;

 font-weight: 700;        

 @include rem(font-size, 16px);

 line-height: 44px;

 padding: side-values(0px 0px 0px 20px);

 margin: 0;

 position: relative;

 text-transform: uppercase;

 display: block;   

 > div{

 float: $left;   

 padding-top: 15px;

 margin: side-values(0px 9px 0 0);

 > span{

 box-shadow: none; height: 2px;

 }

 }

 &:hover{

 cursor: pointer;

 }

 }                      

 }

 }

 .vertical-wrapper{

 .megamenu-pattern{

 position: relative;

 z-index: 1;

 }

 @media (min-width: 992px){

 ul.megamenu{

 padding-top: 0;

 background-color: #f5f5f5;

 @include border-bottom-radius(3px);

 > li{                

 cursor: pointer;

 padding: side-values(0 15px 0 15px);             

 border: none;

 margin: 0;               

 position: relative;

 > a{                                   

 color: #666;

 display: block;

 font-size: 14px;

 font-weight: 400;

 padding: 8px 0;

 line-height: 22px;

 position: relative;

 text-transform: capitalize;

 background:none;

 height:auto;

 }

 &.with-sub-menu{ 

 > a .fa-angle-right:before{

 color: #ccc;

 font-family: $FontAwesome;

 display: inline-block;

 @include if-ltr{             

 content: "\f105"; 

 }  

 @include if-rtl {

 content: "\f104"; 

 }  

 font-size: 15px;

 position: absolute;

 #{$right}: 0px;

 top: 12px;

 }

 &:hover{

 > a::before{

 color: $linkColor;

 }

 }

 }

 &.active,

 &:hover{

 > a{   

 color:$linkColor;                                              

 }

 }

 }

 .loadmore{

 padding: side-values(17px 15px 23px 50px);

 line-height: 100%;

 i{

 #{$left}: 14px;

 top: 16px;

 position: absolute;

 font-size: 14px;

 color: $linkColor;

 }

 .more-view{

 color: $linkColor;

 font-size: 14px;

 }

 } 

 }

 }

 }

 }*/

/*.container-megamenu.vertical {    

 ul.megamenu > li > a strong{

 font-weight: 400;

 }

 .vertical-wrapper{

 border: none;

 margin: 0;

 padding: 0;

 box-shadow: none;

 border-radius: 0;

 ul.megamenu .sub-menu .content .img-banner img{ width: 100%; }

 ul.megamenu > li > a img{height: auto; margin: 0;margin-#{$right}: 10px;}

 /*---------------- SUB MENU VERTICAL -----------------

 ul.megamenu .sub-menu .content > .border{

 padding: 0;

 border: none;

 }

 ul.megamenu .sub-menu .content > .row{

 padding-top: 5px;

 }

 ul.megamenu > li > .sub-menu .content{

 padding: 30px;

 @include if-ltr {box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);}

 @include if-rtl {box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.1);}

 .static-menu .menu {

 > ul{ 

 > li{

 margin-bottom: 15px;

 }

 li a.main-menu{

 color: #222;

 @include rem(font-size,14px);

 margin: 0 0 0px;

 display: block;

 font-weight: 700;

 text-transform: uppercase;

 border: none; 

 }

 ul{

 padding: 0;

 li{padding:  0; 

 display: inline;

 a{

 @include rem(font-size,14px);

 font-weight: 400;

 //color: #777;

 display: block;

 line-height: 28px;

 }

 &:before{

 display: none;

 }

 &:hover{

 a{ color: $linkColor; } 

 }

 }

 }

 }

 }

 .link:hover{

 img{

 opacity: 0.8;

 }

 }

 .img-vbanner{

 a:hover{

 img{

 opacity: 0.8;

 }

 }

 }

 // type subcategory

 ul.subcategory{

 .title-submenu{

 font-weight: 700;

 color: #222;

 font-size: 14px;

 text-transform: uppercase;

 padding: side-values(0 0 3px 0);

 }

 .menu{

 ul{

 li{

 line-height: 100%;

 display: inline;

 a{                         

 font-size: 14px;

 line-height: 28px;

 &:hover{

 //color: $linkColor;

 }

 }

 }

 }

 }

 }

 }

 ul.megamenu {

 .item-vertical.css-menu{

 .content{

 padding: 0;

 .menu ul{

 margin: 10px 0;

 padding: 0;

 li{

 padding: 0 ;

 position: relative;  

 &:last-child{border: none;}

 > a{ line-height: 30px; font-size: 14px; display: inline-block; width: 100%; padding: 0 20px;}

 b{

 float: $right;

 line-height: 27px;

 font-size: 16px;

 margin: 0 20px;

 position: absolute;

 top: 0;

 #{$right}:0;

 &:before{

 @include if-rtl {

 content: "\f104"; 

 } 

 }                               

 }

 &:hover{ > a{color: $linkColor;}} 

 ul{

 width: 250px;

 padding: 10px 0;

 top: 0;

 margin: 0;                         

 &:before, &:after{display: none;}

 #{$left}: 100%;

 li{

 &:last-child{border: none;}

 > a{

 font-weight: normal;

 line-height: 30px;

 }

 }

 }

 }

 }

 }

 }

 li .sub-menu{

 @media (min-width: 992px) {

 @include if-rtl {

 left: auto;

 right: 100% !important;

 }

 }

 }

 } 

 }

 }*/

/*===============================================

 [SASS DIRECTORY ]

 #sosearchpro .dropdown-menu .media-body .box-price span{

 float: $left;

 }

 ==============================================*/

.product-search #content .form-group > h1 {
  color: #282828;

  font-weight: 500;

  font-size: 24px;
}

#so_askquestion a {
  line-height: 100%;

  font-size: 13px;
}

.btn-ask a {
  margin: 10px 0 15px 0;

  padding: 5px 15px;

  font-size: 13px;
}

.so_advanced_search {
  background-color: #f5f5f5;

  margin-bottom: 40px;
}

.so_advanced_search .heading-title h2 {
  color: #282828;

  font-weight: 500;
}

.so_advanced_search .sas_inner-box-search .search-button button:hover {
  background-color: #c39334;
}

.dashboard--top .boxicon--default h4 {
  min-height: 32px;
}

.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-aside .module.banner-left {
  border: none;

  border-radius: 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 .module h2 {
  font-size: 18px;

  color: #222;

  font-weight: 600;

  text-transform: capitalize;

  margin-top: 30px;
}

#content .module h3.modtitle {
  font-size: 18px;

  color: #222;

  font-weight: 600;

  text-transform: capitalize;
}

#content .module h3.modtitle span {
  font-size: 18px;

  color: #000;

  font-weight: 600;

  text-transform: capitalize;
}

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

.content-aside .module h3.modtitle {
  font-size: 16px;

  color: #fff;

  font-weight: 500;

  text-transform: uppercase;

  background-color: #c39334;

  border-radius: 5px 5px 0 0;

  padding: 15px;

  margin: 0;
}

.content-aside .module h3.modtitle span {
  font-size: 16px;

  color: #fff;

  font-weight: 500;

  text-transform: uppercase;
}

.content-aside .module .modcontent {
  border: 1px solid #e5e5e5;

  padding: 20px;
}

.content-aside .module.so_filter_wrap .modcontent {
  padding: 0;
}

.content-aside .module#blog-search {
  border: none;
}

/************************************************************************************************

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

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

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

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

.main-newsleter-popup .so-custom-popup {
  background-color: #fff;

  border-radius: 0px;

  padding: 0;

  background-repeat: no-repeat !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-newsleter-popup .so-custom-popup {
    width: 85% !important;
  }

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

.main-newsleter-popup .so-custom-popup .popup-close {
  width: 34px;

  height: 34px;

  line-height: 39px;

  border-radius: 50%;

  -webkit-opacity: 1;

  -moz-opacity: 1;

  -ms-opacity: 1;

  -o-opacity: 1;

  opacity: 1;

  color: #fff;

  background-color: #c39334;

  border: none;

  right: -18px;

  top: -17px;
}

.main-newsleter-popup .so-custom-popup .popup-close:hover {
  background-color: #f9000c;
}

.main-newsleter-popup .modcontent {
  position: relative;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
  padding: 15px 10px;
}

@media (min-width: 1200px) {
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 65px 45% 70px 40px;

    margin: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 65px 45% 70px 40px;

    margin: 0;
  }
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .popup-title {
  font-weight: 600;

  font-size: 30px;

  color: #222;

  text-transform: uppercase;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .newsletter_promo {
  font-size: 13px;

  color: #666;

  font-weight: 400;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .newsletter_promo
  b {
  font-size: 22px;

  color: #c39334;

  font-weight: 400;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
  margin: 20px 0 25px 0;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .input-control {
  position: relative;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .input-control
  .input-box {
  background-color: #fff;

  vertical-align: top;

  padding-right: 120px;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .input-control
  .form-control {
  height: 44px;

  line-height: 44px;

  width: 100%;

  box-shadow: none;

  padding: 0 0 0 20px;

  border: none;

  background-color: #fff;

  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2) !important;

  border-radius: 3px;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .input-control
  .form-control::-moz-placeholder {
  color: #999;

  opacity: 1;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .input-control
  .form-control:-ms-input-placeholder {
  color: #999;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .input-control
  .form-control::-webkit-input-placeholder {
  color: #999;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .input-control
  .form-control:focus {
  z-index: 0;
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default {
  border: 0 none;

  color: #fff;

  font-size: 14px;

  height: 44px;

  line-height: 44px;

  padding: 0 15px;

  background-color: #c39334;

  border-top-right-radius: 3px;

  border-bottom-right-radius: 3px;

  position: absolute;

  top: 0px;

  right: 0px;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .btn-default:hover {
  background-color: #f9000c;
}

.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .newsletter_promo {
  padding: 10px 0;

  margin: 0;
}

.main-newsleter-popup .so-custom-popup .hidden-popup {
  font-weight: 400;

  color: #7d7d7d;

  padding: 0 0 10px 0;

  font-size: 13px;
}

.main-newsleter-popup .so-custom-popup .hidden-popup input {
  margin: 0;
}

.main-newsleter-popup .so-custom-popup .hidden-popup:hover {
  cursor: pointer;
}

.main-newsleter-popup .so-custom-popup .form-group {
  margin: 0;
}

.main-newsleter-popup .so-custom-popup .socials-w {
  text-align: center;

  position: relative;

  padding-top: 50px;

  padding-bottom: 25px;
}

.main-newsleter-popup .so-custom-popup .socials-w:before {
  width: 100%;

  height: 100%;

  background-color: #c39334;

  opacity: 0.9;

  position: absolute;

  top: 0;

  left: 0;

  content: "";
}

.main-newsleter-popup .so-custom-popup .socials-w h3 {
  font-size: 16px;

  color: #fff;

  font-weight: 400;

  text-transform: uppercase;

  position: absolute;

  width: 100%;

  top: 20px;
}

.main-newsleter-popup .so-custom-popup .socials {
  margin-top: 0;

  display: inline-block;

  width: 100%;
}

.main-newsleter-popup .so-custom-popup .socials li {
  position: relative;

  display: inline-block;

  float: none;
}

.main-newsleter-popup .so-custom-popup .socials li a {
  width: 34px;

  height: 34px;

  line-height: 32px;

  border-radius: 3px;

  text-align: center;

  display: inline-block;

  margin: 0 8px 0 0;

  color: #222;

  font-size: 16px;

  border: 1px solid #ebebeb;

  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;

  background-color: #fff;
}

.main-newsleter-popup .so-custom-popup .socials li a:hover {
  background-color: #c39334;

  color: #fff;

  border-color: #c39334;
}

.main-newsleter-popup .show-error {
  display: inline-block;

  margin-left: 0 !important;

  position: relative;

  top: -10px;

  width: 100%;
}

/*============ MODULE LOGIN POPUP ==================*/

body #so_sociallogin .block-popup-login .tt_popup_login {
  border: none;

  background-color: #c39334;

  height: 42px;
}

body #so_sociallogin .block-popup-login .tt_popup_login strong {
  font-size: 16px;

  font-weight: 700;

  background-color: #c39334;

  line-height: 42px;

  position: static;

  background-position: 20px center;

  padding-left: 70px;
}

body #so_sociallogin .block-popup-login .tt_popup_login strong:before {
  display: none;
}

body #so_sociallogin .block-popup-login .close-login {
  background-image: none;

  text-indent: 0;

  font-size: 24px;

  color: #fff;

  top: 7px;

  right: 5px;

  border-radius: 100%;
}

body #so_sociallogin .block-popup-login .block-content .login-customer h2 {
  font-size: 16px;

  font-weight: 700;
}

body #so_sociallogin .block-popup-login .block-content .input-text {
  border-radius: 0;
}

body #so_sociallogin .block-popup-login .block-content .btn-reg-popup {
  font-size: 14px;

  padding: 0 20px;

  background-color: #666;

  border-radius: 4px;
}

body #so_sociallogin .block-popup-login .block-content .btn-reg-popup:hover {
  background-color: #c39334;
}

body #so_sociallogin .block-popup-login .block-content .action.login {
  background-image: none;

  padding: 0 20px;

  background-color: #666;

  border-radius: 4px;
}

body #so_sociallogin .block-popup-login .block-content .action.login:hover {
  background-color: #c39334;
}

/*============ BREADCRUMB ==================*/

.breadcrumbs .current-name {
  text-align: center;

  background: #f5f5f5;

  background-size: cover;

  font-size: 24px;

  color: #fff;

  padding: 112px 0;

  display: none;
}

ul.breadcrumb {
  background-color: transparent;

  padding: 15px 0 !important;

  margin-bottom: 30px;

  display: inline-block;

  width: 100%;

  line-height: 100%;
}

ul.breadcrumb li {
  display: inline-block;

  padding: 0 17px 0 0px;

  margin-right: 7px;

  position: relative;
}

ul.breadcrumb li:before {
  display: none;
}

ul.breadcrumb li:not(:last-child):after {
  font-family: "FontAwesome";

  content: "\f105";

  font-size: 13px;

  top: 0px;

  right: 0;

  position: absolute;
}

ul.breadcrumb li a {
  display: block;

  padding: 0;

  color: #878787;

  text-decoration: none !important;

  font-size: 13px;

  text-transform: capitalize;
}

ul.breadcrumb li:last-child {
  padding: 5px 0px;
}

ul.breadcrumb li:last-child a {
  color: #c39334;
}

ul.breadcrumb li:hover a {
  color: #c39334;
}

/*=========== BLOCK SIDEBAR ==================*/

.content-aside .product-simple {
  position: relative;
}

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

  left: auto;

  right: 0px;

  top: 0px;

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

.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-dots
  .owl2-dot.active {
  background-color: #c39334;
}

.content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav {
  top: 1px;

  position: absolute;

  right: 0px !important;
}

.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: "\f105";
}

.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: "\f104";
}

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

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

.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 {
  padding: 0;

  margin-bottom: 0px;
}

.content-aside .product-simple .so-extraslider .extraslider-inner .item {
  width: 100%;
}

.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner {
  display: inline-block;

  width: 100%;

  margin-bottom: 20px;
}

.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
  .price {
  margin: 0;

  height: 25px;
}

.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-image {
  width: 80px;

  float: left;
}

.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-image:hover
  img {
  opacity: 0.8;
}

.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info {
  margin-top: 0px;

  margin-left: 95px;

  background: transparent;

  color: #666;
}

.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .item-title {
  line-height: 100%;

  margin-bottom: 7px;

  padding: 0;
}

.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .item-title
  a {
  font-size: 13px;

  font-weight: 400;

  text-transform: capitalize;

  color: #333;
}

.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .item-title
  a:hover {
  color: #c39334;
}

.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .rating {
  margin-bottom: 3px;
}

.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner:last-child {
  margin-bottom: 0;
}

/*============ MODULE MEGAMENU HORIZONTAL  ==================*/

.container-megamenu ul.megamenu li .sub-menu {
  z-index: 998;
}

.container-megamenu ul.megamenu li .sub-menu .content {
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);

  padding: 30px;

  background-color: #fff;
}

.container-megamenu ul.megamenu li.menu-layouts .sub-menu .content {
  padding: 30px 30px 10px 30px;
}

@media (min-width: 992px) {
  .container-megamenu.vertical .icon-close,
  .navbar-default .container-megamenu.horizontal .megamenu-wrapper .icon-close {
    display: none;
  }
}

.container-megamenu.vertical .icon-close,
.navbar-default .container-megamenu.horizontal .megamenu-wrapper .icon-close {
  text-align: right;

  width: 100%;

  font-size: 26px;
}

.container-megamenu.vertical .icon-close:hover,
.navbar-default
  .container-megamenu.horizontal
  .megamenu-wrapper
  .icon-close:hover {
  cursor: pointer;

  color: #c39334;
}

.common-home .container-megamenu.horizontal ul.megamenu > li.home > a {
  background-color: #c39334;

  color: #fff;
}

/*---mega menu horizontal level 1--*/

.container-megamenu.horizontal ul.megamenu > li {
  float: left;

  margin-right: 2px;
}

.container-megamenu.horizontal ul.megamenu > li > a {
  font-size: 14px;

  text-transform: uppercase;

  font-weight: 500;

  color: #282828;

  display: block;

  position: relative;

  padding: 18px 20px 16px 20px;

  line-height: 100%;

  height: auto;

  background-color: #fff;

  border-radius: 5px 5px 0 0;
}

.container-megamenu.horizontal ul.megamenu > li > a strong {
  font-weight: 500;
}

.container-megamenu.horizontal ul.megamenu > li > a:hover {
  background-color: #c39334;

  color: #fff;
}

.container-megamenu.horizontal ul.megamenu > li.with-sub-menu > a {
  position: relative;
}

.container-megamenu.horizontal ul.megamenu > li.with-sub-menu > a .caret {
  border: none;

  display: none;
}

.container-megamenu.horizontal ul.megamenu > li.with-sub-menu > a:before {
  display: none;

  font-family: "FontAwesome";

  content: "\f107";

  color: #222;

  font-size: 14px;

  position: absolute;

  top: 27px;

  right: -15px;

  font-weight: 400;
}

.container-megamenu.horizontal ul.megamenu > li:hover > a,
.container-megamenu.horizontal ul.megamenu > li > a:hover,
.container-megamenu.horizontal ul.megamenu > li.active > a,
.container-megamenu.horizontal ul.megamenu > li.active_menu > a {
  background-color: #c39334;

  color: #fff;
}

.container-megamenu.horizontal {
  /*-------- SUB MENU HORIZONTAL ----------*/
}

.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  .menu
  ul {
  padding: 0;
}

.container-megamenu.horizontal .title-feature,
.container-megamenu.horizontal ul.megamenu .title-submenu,
.container-megamenu.horizontal
  ul.megamenu
  li.item-style3
  .sub-menu
  .content
  .static-menu
  .menu
  > ul
  > li
  > a.main-menu,
.container-megamenu.horizontal
  ul.megamenu
  li.item-style2
  .sub-menu
  .content
  .static-menu
  .menu
  > ul
  > li
  > a.main-menu,
.container-megamenu.horizontal ul.megamenu .subcategory > a.title-submenu {
  line-height: 100%;

  text-transform: uppercase;

  font-weight: 500;

  color: #222;

  padding-bottom: 12px;

  margin-bottom: 8px;

  font-size: 14px;
}

.container-megamenu.horizontal
  ul.megamenu
  .subcategory
  .menu
  ul
  li
  a.main-menu {
  font-size: 13px;

  color: #666;
}

.container-megamenu.horizontal
  ul.megamenu
  .subcategory
  .menu
  ul
  li
  a.main-menu:hover {
  color: #c39334;
}

.container-megamenu.horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  > .menu
  > ul
  > li {
  padding-top: 0;
}

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

  font-weight: 400;

  color: #666;
}

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

.container-megamenu.horizontal ul.megamenu > li > a strong img {
  position: absolute;

  top: -5px;

  right: 0px;

  height: auto;

  margin: 0;
}

.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-left: 0;

  padding-right: 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 .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: #c39334;
}

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

.container-megamenu.horizontal .sub-menu .feature-blog .clearfix {
  margin: 20px;
}

@media (min-width: 1200px) {
  .container-megamenu.horizontal ul.megamenu .full-width > .sub-menu {
    max-width: 1170px;

    right: auto !important;

    left: 0;
  }
}

.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-style3 {
  /*.sub-menu{

     opacity: 1;

     display: block !important;

     .content{

     display: block !important;

     } 

     }*/
}

.container-megamenu.horizontal
  ul.megamenu
  .item-style3
  .sub-menu
  .content
  .categories
  .menu
  > ul
  > li:first-child {
  margin-bottom: 20px;
}

.container-megamenu.horizontal
  ul.megamenu
  .item-style3
  .sub-products
  .product-thumb
  .image
  img {
  width: 100%;
}

.container-megamenu.horizontal ul.megamenu .item-style3 .sub-products .caption {
  text-align: center;
}

.container-megamenu.horizontal
  ul.megamenu
  .item-style3
  .sub-products
  .caption
  .rating,
.container-megamenu.horizontal
  ul.megamenu
  .item-style3
  .sub-products
  .caption
  p {
  display: none;
}

.container-megamenu.horizontal
  ul.megamenu
  .item-style3
  .sub-products
  .caption
  h4 {
  font-weight: 500;

  margin: 5px 0;
}

.container-megamenu.horizontal
  ul.megamenu
  .item-style3
  .sub-products
  .caption
  h4
  a {
  font-size: 16px;

  color: #444;
}

.container-megamenu.horizontal
  ul.megamenu
  .item-style3
  .sub-products
  .caption
  h4
  a:hover {
  color: #c39334;
}

.container-megamenu.horizontal
  ul.megamenu
  .item-style3
  .sub-products
  .caption
  p.price {
  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;
}

/*============ MODULE MEGAMENU VERTICAL  ==================*/

/*--- mega menu vertical ---*/

.container-megamenu ul.megamenu li .sub-menu .content .hover-menu a::before {
  display: none;
}

.container-megamenu.vertical ul.megamenu > li.click::before,
.container-megamenu.vertical ul.megamenu > li.hover::before {
  padding: 0;
}

.vertical ul.megamenu > li.click::before,
.vertical ul.megamenu > li.hover::before {
  padding: 0;
}

.container-megamenu.vertical {
  z-index: 990;

  position: relative;
}

.container-megamenu.vertical .megamenuToogle-wrapper {
  background-color: transparent;
}

.container-megamenu.vertical #menuHeading {
  margin: 0;
}

.container-megamenu.vertical #menuHeading .megamenuToogle-pattern {
  position: relative;
}

.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  width: auto;

  text-shadow: none;

  color: #282828;

  font-weight: 500;

  /* [4] */

  /* [6] */

  /* [6] */

  /* [7] */

  font-size: 14px;

  font-size: 1.4rem;

  /* [8] */

  line-height: 48px;

  padding: 0px 20px 0px 20px !important;

  margin: 0;

  position: relative;

  text-transform: uppercase;

  display: block;

  background: linear-gradient(to top, #f5f5f5, #d5d5d5);

  border-radius: 5px 5px 0 0;
}

.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container b {
  font-weight: 500;
}

.container-megamenu.vertical
  #menuHeading
  .megamenuToogle-pattern
  .container
  > div {
  float: right;

  padding-top: 17px;

  margin: 0;
}

.container-megamenu.vertical
  #menuHeading
  .megamenuToogle-pattern
  .container
  > div
  > span {
  box-shadow: none;

  height: 2px;

  width: 12px;

  background-color: #282828;
}

.container-megamenu.vertical
  #menuHeading
  .megamenuToogle-pattern
  .container:hover {
  cursor: pointer;

  background: linear-gradient(to top, #f5f5f5, #c39334);
}

@media (min-width: 992px) {
  .container-megamenu.vertical .vertical-wrapper {
    visibility: hidden;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    -ms-opacity: 0;

    -o-opacity: 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;

    position: absolute;

    width: 100%;

    top: 105%;
  }

  .container-megamenu.vertical:hover .vertical-wrapper {
    visibility: visible;

    -webkit-opacity: 1;

    -moz-opacity: 1;

    -ms-opacity: 1;

    -o-opacity: 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;

    top: 100%;
  }
}

.container-megamenu.vertical .vertical-wrapper .megamenu-pattern {
  position: relative;

  z-index: 1;
}

@media (min-width: 992px) {
  .container-megamenu.vertical .vertical-wrapper ul.megamenu {
    padding: 0;

    background-color: #fff;

    min-width: 270px;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);

    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);

    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }

  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
    cursor: pointer;

    padding: 0 20px;

    border: none;

    margin: 0;

    position: relative;
  }

  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
    color: #484848;

    display: block;

    font-size: 14px;

    font-weight: 400;

    padding: 11px 0;

    line-height: 23px;

    position: relative;

    text-transform: capitalize;

    background: none;

    height: auto;

    border-bottom: 1px solid #eee;
  }

  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a strong {
    font-weight: 400;
  }

  .container-megamenu.vertical
    .vertical-wrapper
    ul.megamenu
    > li.with-sub-menu
    > a
    .fa-angle-right:before {
    color: #484848;

    font-family: "FontAwesome";

    display: inline-block;

    content: "\f0da";

    font-size: 12px;

    position: absolute;

    right: 1px;

    top: 11px;
  }

  .container-megamenu.vertical
    .vertical-wrapper
    ul.megamenu
    > li.with-sub-menu:hover
    > a::before {
    color: #c39334;
  }

  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active,
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover {
    background-color: #c39334;
  }

  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a,
  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
    border-color: #c39334;

    color: #fff;

    background-color: transparent !important;
  }

  .container-megamenu.vertical
    .vertical-wrapper
    ul.megamenu
    > li.active
    > a
    .fa-angle-right:before,
  .container-megamenu.vertical
    .vertical-wrapper
    ul.megamenu
    > li:hover
    > a
    .fa-angle-right:before {
    color: #fff;
  }

  .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:last-child a {
    border: none;
  }

  .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
    padding: 15px 15px 22px 40px;

    line-height: 100%;
  }

  .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i {
    left: 11px;

    top: 16px;

    position: absolute;

    font-size: 13px;

    color: #484848;
  }

  .container-megamenu.vertical
    .vertical-wrapper
    ul.megamenu
    .loadmore
    .more-view {
    color: #484848;

    font-size: 14px;
  }

  .container-megamenu.vertical
    .vertical-wrapper
    ul.megamenu
    .loadmore:hover
    .more-view,
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore:hover i {
    color: #fff;
  }
}

.container-megamenu.vertical .vertical-wrapper {
  border: none;

  margin: 0;

  padding: 0;

  box-shadow: none;

  border-radius: 0;

  /*---------------- 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 > li > a img {
  height: auto;

  margin: 0;

  margin-right: 10px;
}

.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .sub-menu
  .content
  > .border {
  padding: 0;

  border: none;
}

.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .sub-menu
  .content
  > .row {
  padding-top: 5px;
}

.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
  .link
  img {
  margin-bottom: 10px;

  width: auto !important;
}

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

  font-size: 14px;

  margin: 0 0 0px;

  display: block;

  font-weight: 500;

  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 {
  font-size: 13px;

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

.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: 500;

  color: #222;

  font-size: 14px;

  text-transform: uppercase;

  padding: 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: 13px;

  line-height: 28px;
}

.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.style1
  .sub-menu
  .content
  .col-sm-7 {
  padding-right: 0;
}

.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.style1
  .sub-menu
  .content
  .col-sm-5 {
  padding-left: 0;
}

.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.style1
  .img-vbanner {
  float: right;

  padding-right: 15px;
}

.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.style1
  .img-vbanner
  a {
  margin-bottom: 0px;

  display: block;
}

.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.style1
  .img-vbanner
  a.last {
  margin-bottom: 0;
}

.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.style1
  .categories {
  padding: 15px 0 0 30px;
}

.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.style1
  .categories
  .static-menu
  .menu
  > ul
  > li {
  margin-bottom: 0px;
}

.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.item-style3
  > .sub-menu
  .content {
  padding: 20px 30px;
}

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

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

  font-weight: 400;

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

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

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

  line-height: 20px;

  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: #878787;

  background: #f1f1f1;

  text-transform: capitalize;

  border-radius: 3px;

  border: none;
}

.button_grey:hover {
  color: white;

  background: #c39334;
}

.button_submit {
  background: #c39334;

  color: white;

  margin-right: 5px;
}

/*============ 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: #c39334;

  border-color: #c39334;
}

/*============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 #eaeaea;
}

.box-category > ul > li > a {
  display: block;

  font-weight: 400;

  line-height: 100%;

  padding: 14px 0;

  line-height: 100%;

  text-transform: capitalize;

  margin: 0;
}

.box-category > ul > li .button-view {
  position: absolute;

  top: 14px;

  right: 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: #c39334;
}

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

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

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

/*================ So Sticky ===============*/

@media (max-width: 1199px) {
  #content #so-groups {
    display: none;
  }
}

#content #so-groups > a span {
  background-color: #c39334;
}

#content #so-groups > a:hover {
  background-color: #f9000c;
}

#content .so-groups-sticky {
  background-color: #c39334;
}

#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: #c39334 !important;
}

#content .so-groups-sticky .product-thumb .button-group button:hover,
#content .so-groups-sticky .form-content .form-box #button-search:hover {
  background-color: #f9000c !important;
}

#content
  .so-groups-sticky
  .form-content
  .form-box
  .product-thumb
  .caption
  h4
  a:hover {
  color: #c39334;
}

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

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

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

#so-groups .form-content .form-box input + i {
  font-size: 16px;

  margin-top: -9px;
}

#so-groups .form-content .form-box input + i:hover {
  color: #c39334;
}

#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: #c39334;

  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-onepagecheckout .checkout-cart td.quantity .input-group {
  min-width: 95px;
}

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

#so-groups .cart-bottom p > a.btn-checkout {
  background-color: #c39334;
}

#so-groups .text-color,
#so-groups table tr td.total-price,
#so-groups .cart-bottom table tr td.text-right {
  color: #c39334;
}

#so-groups div.nav-secondary li a {
  text-transform: capitalize;
}

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

  margin-left: auto;

  background-color: #c39334;
}

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

body #sosearchpro .dropdown-menu .media-body .box-price .price-new {
  color: #c39334;
}

body #sosearchpro .dropdown-menu .media-body .box-price .price {
  font-size: 13px;

  color: #c39334;
}

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: #212d36;
}

#content #so_popup_countdown .modal-header .close {
  font-size: 23px;

  right: 15px;

  top: 33px;
}

#content #so_popup_countdown .modal-header .close:hover {
  color: #c39334;
}

#content #so_popup_countdown .modal-header h2 {
  font-size: 20px;

  color: #fff;

  font-weight: 600;
}

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

  left: 50%;

  transform: translateX(-50%);
}

body #so_popup_countdown .modal-footer #so_countdown_timer .time-item {
  border: none;

  width: auto;

  margin-right: 10px;

  margin-left: auto;

  position: relative;

  height: 62px;

  padding-top: 0;

  /*&:before{

     position: absolute;

     content: "";

     background-color: #472030; width: 100%; height: 1px;

     top: 31px; #{$left}:0;

     }*/
}

body
  #so_popup_countdown
  .modal-footer
  #so_countdown_timer
  .time-item
  .num-time {
  font-size: 43px;

  /* background-color: #141e27;*/

  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.47);

  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.47);

  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.47);

  height: 62px;

  line-height: 62px;

  font-weight: 500;

  padding: 0 10px;

  background: url(../../image/bg-count.png) repeat-x;

  border-radius: 3px;

  min-width: 70px;
}

body
  #so_popup_countdown
  .modal-footer
  #so_countdown_timer
  .time-item
  .name-time {
  font-size: 12px;

  margin-top: 5px;
}

#so_popup_countdown .list-cates {
  padding-top: 45px;
}

#so_popup_countdown .list-cates ul {
  padding: 0 65px;
}

#so_popup_countdown .list-cates ul li {
  float: left;

  padding: 0 10px;

  width: 33.333%;

  margin: 10px 0;

  /*&.icon1 a{

     background-position: $left 8px;

     }

     &.icon2 a{

     background-position: $left -46px ;

     }

     &.icon3 a{

     background-position: $left -102px ;

     }

     &.icon4 a{

     background-position: $left -158px ;

     }

     &.icon5 a{

     background-position: $left -220px ;

     }

     &.icon6 a{

     background-position: $left -276px ;

     }*/
}

#so_popup_countdown .list-cates ul li a {
  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  border: 2px solid #cfcfcf;

  display: block;

  background-repeat: no-repeat;

  padding: 15px 10px 15px 10px;

  line-height: 100%;

  color: #323232;

  background-color: #fff;

  text-align: center;
}

#so_popup_countdown .list-cates ul li a:hover {
  color: #c39334;

  border-color: #c39334;
}

#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: 15px;

  text-align: center;
}

#so_popup_countdown .list-cates .customer a {
  color: #f44336;
}

#so_popup_countdown .list-cates .customer a:hover {
  text-decoration: underline;
}

.hidden-popup-countdown {
  overflow: visible;
}

.hidden-popup-countdown #so_popup_countdown {
  display: none !important;
}

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

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

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

body .mfp-close {
  right: 0;

  left: auto;
}

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

/*===============================================

 [SASS DIRECTORY ]

 [1] SO LATSET BLOG

 [2] SIMPLE BLOG

 [3] ARTICLE INFO

 ==============================================*/

/*============SO LATSET BLOG ==================*/

/*============ SIMPLE BLOG ==================*/

.blog-category .modcontent {
  padding: 0;
}

.blog-category .modcontent ul li {
  border: none;
}

.blog-category .filters-panel .list-view button.btn {
  color: #222;
}

.blog-header {
  margin: 0 0 20px;
}

.blog-header h3 {
  font-weight: bold;

  text-transform: uppercase;

  margin: 0 0 5px;

  /* [4] */

  /* [6] */

  /* [6] */

  /* [7] */

  font-size: 16px;

  font-size: 1.6rem;

  /* [8] */

  color: #878787;
}

.blog-cate ul {
  margin-bottom: 0;

  padding: 10px 0;
}

.blog-cate ul li.list-group-item {
  border: none;

  padding: 5px 15px;
}

.blog-listitem .blog-item .blog-item-inner {
  display: block;

  margin-bottom: 30px;

  transition: all 0.2s;
}

.blog-listitem .blog-item .blog-item-inner:hover .blog-content h4 > a {
  color: #c39334;
}

.blog-listitem .blog-item .blog-item-inner .itemBlogContent {
  padding: 0;
}

.blog-listitem .blog-item .blog-item-inner .article-image {
  position: relative;
}

.blog-listitem .blog-item .blog-item-inner .article-image:before {
  content: "";

  width: 0;

  height: 0;

  border-bottom: 85px solid transparent;

  top: 0;

  position: absolute;

  z-index: 2;

  border-left: 80px solid #fff;

  left: 0;
}

.blog-listitem .blog-item .blog-item-inner .article-image .article-date {
  position: absolute;

  z-index: 2;

  top: 2px;

  left: 3px;

  line-height: 20px;
}

.blog-listitem .blog-item .blog-item-inner .article-image .article-date .date {
  font-size: 14px;

  color: #909090;

  display: block;
}

.blog-listitem
  .blog-item
  .blog-item-inner
  .article-image
  .article-date
  .date
  b {
  font-size: 24px;

  color: #909090;

  display: block;
}

.blog-listitem .blog-item .blog-item-inner .article-image:hover img {
  opacity: 0.8;

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

.blog-listitem .blog-item .blog-item-inner .itemBlogContent {
  padding: 15px;
}

.blog-listitem .blog-item .blog-item-inner .blog-meta {
  display: inline-block;

  padding: 0px 0 10px;

  border-bottom: 1px solid #ebebeb;

  vertical-align: top;

  width: 100%;

  font-size: 13px;
}

.blog-listitem .blog-item .blog-item-inner .author,
.blog-listitem .blog-item .blog-item-inner .comment_count,
.blog-listitem .blog-item .blog-item-inner .blog-date {
  color: #b3b3b3;

  display: inline-block;

  margin-right: 15px;
}

.blog-listitem .blog-item .blog-item-inner .author i,
.blog-listitem .blog-item .blog-item-inner .comment_count i,
.blog-listitem .blog-item .blog-item-inner .blog-date i {
  margin-right: 8px;
}

.blog-listitem .blog-item .blog-item-inner .author a,
.blog-listitem .blog-item .blog-item-inner .comment_count a,
.blog-listitem .blog-item .blog-item-inner .blog-date a {
  color: #b3b3b3;
}

.blog-listitem .blog-item .blog-item-inner .blog-content {
  clear: both;

  display: inline-block;

  width: 100%;
}

.blog-listitem .blog-item .blog-item-inner .blog-content h4 {
  margin-bottom: 10px;

  font-size: 15px;

  font-weight: 600;

  line-height: 24px;
}

.blog-listitem .blog-item .blog-item-inner .blog-content .article-description {
  margin: 5px 0 15px 0;
}

.blog-listitem .blog-item .blog-item-inner .blog-content .readmore {
  font-size: 14px;

  margin-top: 10px;
}

.blog-listitem .blog-item .blog-item-inner .blog-content .readmore .fa {
  margin-right: 8px;
}

.blog-listitem .blog-item .blog-item-inner .blog-content .readmore > a {
  color: #c39334;
}

.blog-listitem .blog-grid-1 .blog-item-inner .itemBlogImg {
  width: 320px;

  margin: 0 15px 0 0;

  float: left;
}

@media (max-width: 767px) {
  .blog-listitem .blog-grid-1 .blog-item-inner .itemBlogImg {
    width: auto;
  }
}

.blog-listitem .blog-grid-1 .blog-item-inner .itemBlogContent {
  width: auto;

  float: none;

  overflow: hidden;

  clear: none;

  padding: 0;
}

@media (max-width: 767px) {
  .blog-listitem .blog-grid-1 .blog-item-inner .itemBlogContent {
    float: left;

    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .blog-listitem .blog-grid-2:nth-child(2n + 1) {
    clear: both;
  }
}

.blog-listitem .blog-grid-2 .blog-item-inner {
  background: none;

  box-shadow: none;
}

.blog-listitem .blog-grid-2 .blog-item-inner .itemBlogContent {
  padding: 10px 0;
}

.blog-listitem .blog-grid-2 .article-description {
  display: none;
}

@media (min-width: 1200px) {
  .blog-listitem .blog-grid-3:nth-child(3n + 1) {
    clear: both;
  }
}

.blog-listitem .blog-grid-3 .blog-item-inner {
  background: none;

  box-shadow: none;
}

.blog-listitem .blog-grid-3 .blog-item-inner .itemBlogContent {
  padding: 10px 0;
}

.blog-listitem .blog-grid-3 .article-description {
  display: none;
}

@media (min-width: 1200px) {
  .blog-listitem .blog-grid-4:nth-child(4n + 1) {
    clear: both;
  }
}

.blog-listitem .blog-grid-4 .article-description {
  display: none;
}

.blog-listitem .blog-list .blog-item-inner {
  padding: 0px;

  background: none;

  margin-bottom: 35px;
}

.blog-listitem .blog-list .blog-item-inner .itemBlogImg {
  margin-bottom: 15px;
}

.blog-listitem .blog-list .blog-item-inner .itemBlogContent {
  padding: 0;
}

/*============ARTICLE INFO==================*/

div.article-info .article-title h3 {
  font-size: 20px;

  text-transform: uppercase;

  color: #878787;

  font-weight: bold;

  margin-bottom: 5px;
}

div.article-info .article-sub-title {
  display: inline-block;

  width: 100%;

  margin-bottom: 10px;
}

div.article-info .article-sub-title span {
  display: block;

  float: left;

  color: #999;

  padding: 0 10px;

  font-size: 13px;
}

div.article-info .article-sub-title span.article-author {
  padding-left: 0;
}

div.article-info .article-sub-title span.article-author a {
  color: #999;

  font-size: 13px;
}

div.article-info .article-sub-title span.article-author a:hover {
  color: #c39334;
}

div.article-info .article-sub-title span.article-comment {
  border-right: 0;
}

div.article-info .article-sub-title .article-share {
  display: none;
}

div.article-info .article-image {
  margin-bottom: 30px;
}

div.article-info .article-description {
  margin-bottom: 30px;
}

div.article-info .related-comment {
  border-radius: 0;

  border: 0;

  border-top: 1px solid #e6e6e6;

  padding-top: 40px;

  box-shadow: none;

  margin-top: 40px;
}

div.article-info .related-comment .article-reply {
  border: none;

  background: #f9f9f9;
}

div.article-info .related-comment .article-reply .author {
  font-weight: bold;

  font-size: 16px;
}

div.article-info .related-comment .article-reply .article-reply {
  background: #f4f3f3;
}

div.article-info .related-comment .panel-body {
  padding: 0;

  border: 0;
}

div.article-info .related-comment .panel-body .form-group #comments {
  padding: 0;

  border: 0;

  overflow: hidden;
}

div.article-info
  .related-comment
  .panel-body
  .form-group
  #comments
  h2#review-title {
  margin: 0 0 30px;

  padding: 0;

  font-weight: bold;

  text-transform: uppercase;

  font-size: 18px;

  color: #121212;
}

@media (min-width: 992px) {
  div.article-info .related-comment #button-comment {
    padding: 10px 52px;
  }
}

div.article-info .panel-default {
  border-radius: 0;

  clear: both;
}

div.article-info .itemFullText {
  text-align: justify;
}

.panel--related img {
  transition: 0.3s all ease-in-out;
}

.panel--related .img-responsive:hover {
  opacity: 0.8;
}

.panel--related .caption h4 {
  font-size: 14px;

  margin: 10px 0;
}

.article--style1 .article-info .article-image {
  width: 50%;

  margin-right: 30px;

  float: left;
}

.article--style2 .article--mainimage {
  position: relative;

  z-index: 1;

  margin-bottom: 30px;
}

.article--style2 .article--maintitle {
  position: absolute;

  bottom: 0;

  z-index: 5;

  width: 100%;

  padding: 10px 15px;

  color: #f3f3f3;

  background: -webkit-linear-gradient(
    left,
    #111 0%,

    rgba(255, 255, 255, 0) 100%
  );

  /* Chrome10-25,Safari5.1-6 */

  background: -moz-linear-gradient(left, #111 0%, rgba(255, 255, 255, 0) 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(
    left,
    #111 0%,

    rgba(255, 255, 255, 0) 100%
  );

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #111 0%, rgba(255, 255, 255, 0) 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff',GradientType=1);

  /* IE6-9 */
}

.article--style2 .article--maintitle .article-title {
  text-transform: uppercase;
}

.article--style2 .article--maintitle h3 {
  margin-bottom: 5px;

  font-size: 21px;
}

.article--style3 .article--mainimage {
  position: relative;

  z-index: 1;

  margin-bottom: 30px;
}

.article--style3 .article--maintitle .article-title {
  text-transform: uppercase;
}

.article--style3 .article--maintitle h3 {
  margin-bottom: 5px;
}

.article--style4 .article--maincontent {
  padding: 20px;

  position: relative;

  z-index: 2;

  margin-top: -100px;

  background: #fff;
}

.article--style5 .article--mainimage {
  position: relative;

  z-index: 1;

  margin-bottom: 30px;
}

.article--style5 .article--maintitle {
  position: absolute;

  z-index: 5;

  transform: translateY(-130%);

  width: 1170px;
}

.article--style5 .article--maintitle h3 {
  margin-bottom: 0;
}

.article--style5 .article--maintitle .article-title {
  text-transform: uppercase;

  bottom: 0;

  z-index: 5;

  display: block;

  background: rgba(0, 0, 0, 0.6);

  padding: 10px;

  color: #f3f3f3;

  margin-bottom: 10px;
}

.article--style5 .article--maintitle .article-sub-title {
  bottom: 0;

  z-index: 5;

  display: inline-block;

  background: rgba(0, 0, 0, 0.6);

  min-width: 45%;

  padding: 10px;

  color: #f3f3f3;
}

.article--style5 .article--maintitle .article-title,
.article--style5 .article--maintitle .article-sub-title {
  background: -webkit-linear-gradient(
    left,
    #111 0%,

    rgba(255, 255, 255, 0) 100%
  );

  /* Chrome10-25,Safari5.1-6 */

  background: -moz-linear-gradient(left, #111 0%, rgba(255, 255, 255, 0) 100%);

  /* FF3.6-15 */

  background: -webkit-linear-gradient(
    left,
    #111 0%,

    rgba(255, 255, 255, 0) 100%
  );

  /* Chrome10-25,Safari5.1-6 */

  background: linear-gradient(to right, #111 0%, rgba(255, 255, 255, 0) 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff',GradientType=1);

  /* IE6-9 */
}

/*============ARTICLE COMMENTS==================*/

.comments {
  margin-bottom: 30px;
}

.comments.comments-level-1 {
  margin-left: 136px;
}

.comments .pull-left {
  width: 100px;

  height: 100px;

  display: block;

  background-color: #f5f5f5;

  margin-right: 30px;

  position: relative;

  padding: 0;
}

.comments .pull-left .fa {
  font-size: 46px;

  display: block;

  text-align: center;

  margin: 25px 0;
}

.comments .pull-left img {
  width: 100%;

  height: auto;

  position: relative;

  z-index: 2;
}

.comments .pull-left span {
  position: absolute;

  display: inline-block;

  top: 15%;
}

.comments .media-body .media-title {
  color: #1fc0a0;

  padding-bottom: 14px;
}

.comments .media-body .media-title .username {
  font-size: 18px;

  font-style: italic;

  font-family: Georgia, sans-serif;

  display: inline-block;

  margin-right: 14px;
}

.comments .media-body .media-title .time {
  font-size: 16px;
}

.comments .media-body .media-title .time .fa {
  font-size: 20px;

  margin-right: 13px;

  position: relative;

  top: 3px;
}

.comments .media-body .media-title .link:hover {
  text-decoration: none;
}

@media (max-width: 745px) {
  .comments {
    margin-bottom: 28px;
  }

  .comments.comments-level-1 {
    margin-left: 70px;
  }

  .comments .pull-left {
    width: 70px;

    height: 70px;

    margin-right: 20px;
  }

  .comments .pull-left:before {
    font-size: 46px;

    line-height: 1em;

    top: 10px;
  }

  .comments .media-body .media-title time {
    display: block;
  }

  .comments .media-body .media-title time .icon {
    font-size: 20px;

    margin: 0 6px 0 0;

    position: relative;

    top: 3px;
  }
}

/*****************************************************************************

 ******                     SO Framework: Sass Garenal                   ******

 ******************************************************************************/

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

/* 2. STYLE OWL

 ------------------------------*/

/* 3. STYLE ALL SITE

 -------------------------------*/

body {
  color: #878787;

  font-size: 14px;

  line-height: 26px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
}

/* Override the bootstrap defaults */

h1 {
  font-size: 25px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

ul,
ul li,
ul.menu,
ul.blank,
.filter-shopby .checkboxes_list,
.filter-shopby .simple_vertical_list,
.tags_cloud,
.our-member .respl-item .info-member ul,
.why-list,
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,
.btn-link {
  color: #878787;

  transition: color 0.3s ease-in-out;
}

a:hover,
.btn-link:hover {
  color: #c39334;

  text-decoration: none;
}

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: #c39334;

  border-color: #c39334;

  color: white;
}

.buttonGray {
  padding: 9px 20px;

  background: #878787;

  color: #fff;

  border-radius: 3px;

  border: none;
}

.buttonGray:hover {
  background: #c39334;

  border-color: #c39334;

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

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control,
select {
  font-size: 12px;

  box-shadow: none !important;
}

/* 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,
header .account:hover .dropdown-menu {
  opacity: 1;

  visibility: visible;

  display: block !important;
}

header .dropdown-menu {
  padding: 10px 20px;

  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;

    -webkit-transform: rotateX(-70deg);

    transform: rotateX(-70deg);

    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 {
  padding: 5px 0;

  line-height: 22px;

  color: #878787;
}

header .dropdown-menu > li .btn-block:hover {
  color: #c39334;
}

header .dropdown-menu > li:hover button {
  color: #c39334;
}

header .dropdown-menu .btn-block {
  border: none;

  background: transparent;

  text-align: left;
}

.dropdown-menu > li > a {
  padding: 5px 0px;

  line-height: 22px;

  color: #878787;
}

.dropdown-menu > li > a:hover {
  color: #c39334;
}

.btn-group .btn-link {
  text-align: left;

  background: transparent;

  text-decoration: none;

  padding: 5px 10px;

  color: #878787;

  font-weight: normal;

  color: #878787;

  position: relative;

  z-index: 1;
}

.btn-group .btn-link:hover {
  color: #c39334;
}

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

.nav-header {
  color: #667280;
}

@media (min-width: 1199px) {
  header .header-top .top-link > li:hover .dropdown-menu,
  header .btn-group:hover .dropdown-menu,
  header .dropdown:hover .dropdown-menu,
  header .btn-shopping-cart:hover .dropdown-menu {
    opacity: 1;

    -webkit-transform: rotateX(0deg);

    transform: rotateX(0deg);

    visibility: visible;
  }
}

@media (max-width: 1024px) {
  header .open > .dropdown-menu {
    margin-top: 0;

    opacity: 1;

    filter: alpha(opacity=100);

    visibility: visible;
  }
}

.size-img-cart {
  width: 80px;
}

#cart .dropdown-menu {
  margin-right: 15px;

  padding: 0;
}

#cart .dropdown-menu:after {
  left: auto;

  right: 49px;
}

/* 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: #c39334;

  border-color: #c39334;
}

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

/*  +----------------------------------------------------+

 TABLE OF CONTENTS

 +----------------------------------------------------+

 [1]   Page Faq

 [2]   Page About us

 [3]   Page Contact

 [4]   page 404 

 */

#map-canvas {
  height: 600px;
}

body.layout-1 .container.banners-demo-w {
  max-width: 1170px;

  width: 100%;
}

.banners-demo .module {
  margin-bottom: 40px;
}

ul.yt-accordion {
  margin: 0;

  padding: 0;

  list-style: none;
}

ul.yt-accordion li.accordion-group {
  margin-bottom: 1px;
}

ul.yt-accordion li.accordion-group h3.accordion-heading {
  margin: 0;

  cursor: pointer;

  background-color: #f4f4f4;

  position: relative;

  z-index: 2;
}

ul.yt-accordion li.accordion-group h3.accordion-heading span {
  padding: 10px;

  font-size: 16px;

  display: block;

  margin-left: 40px;

  line-height: 24px;
}

ul.yt-accordion li.accordion-group h3.accordion-heading .fa {
  margin: 0px;

  font-family: verdana;

  font-size: 17px;

  width: 40px;

  background: #a0a0a0;

  color: white;

  text-align: center;

  line-height: 40px;

  vertical-align: top;

  position: absolute;

  z-index: 5;

  top: 0;

  bottom: 0;
}

ul.yt-accordion li.accordion-group .accordion-inner {
  border: 1px solid #f4f4f4;

  padding: 10px 15px;

  background: #e6e6e3;
}

ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-square:before {
  content: "+";
}

ul.yt-accordion
  li.accordion-group
  h3.accordion-heading.active
  .fa-plus-square:before {
  content: "-";
}

ul.yt-accordion li.accordion-group h3.accordion-heading:hover {
  color: white;

  background: #8e8e8e;
}

ul.yt-accordion li.accordion-group h3.accordion-heading:hover .fa {
  background: #666;
}

/*============ PAGE ABOUT US 1==============*/

.item-article h2 {
  margin: 0;
}

.title-about-us {
  background: url("../image/icon/bg-title-about.png") repeat-x left 12px;

  margin-bottom: 17px;
}

.title-about-us h2 {
  background: #fff;

  display: inline-block;

  font-size: 22px;

  padding: 0 25px 6px 0;

  font-weight: 300;

  color: #333;
}

.welcome-about-us .image-about-us {
  float: left;

  width: 270px;

  padding-top: 6px;
}

.welcome-about-us img:hover {
  opacity: 0.7;
}

.welcome-about-us .des-about-us {
  margin-left: 300px;

  line-height: 18px;
}

.our-member {
  clear: both;

  padding-top: 30px;
}

.our-member img:hover {
  opacity: 0.7;
}

.our-member .title-about-us {
  background: url("../image/icon/bg-title-about.png") repeat-x left 12px;

  margin-bottom: 17px;

  text-align: center;
}

.our-member .title-about-us h2 {
  padding: 0 15px 6px 15px;

  font-size: 22px;

  font-weight: 300;

  color: #333;
}

.our-member .short-des {
  text-align: center;

  color: #909090;

  margin-bottom: 35px;
}

.our-member .overflow-owl-slider {
  padding-top: 50px;
}

.our-member .respl-item {
  border: 1px solid #ddd;

  margin-bottom: 30px;
}

.our-member .respl-item .item-inner {
  padding: 20px;

  display: inline-block;
}

.our-member .respl-item .w-image-box {
  float: left;

  overflow: hidden;
}

.our-member .respl-item .info-member {
  text-align: left;

  margin-left: 185px;
}

.our-member .respl-item .info-member .cl-name {
  margin-top: 0;
}

.our-member .respl-item .info-member li {
  float: left;
}

.our-member .respl-item .info-member li .fa {
  width: 29px;

  height: 29px;

  border: 1px solid #999;

  line-height: 27px;

  text-align: center;

  color: #999;

  border-radius: 50%;

  margin-right: 5px;

  display: inline-block;
}

.our-member .respl-item .info-member li .fa:hover {
  color: #c39334;

  border-color: #c39334;
}

.our-member .respl-item .info-member li .fa-f:before {
  content: "\f09a";

  font-family: FontAwesome;
}

.our-member .respl-item .info-member li .fa-t:before {
  content: "\f099";

  font-family: FontAwesome;
}

.our-member .respl-item .info-member li .fa-s:before {
  content: "\f17e";

  font-family: FontAwesome;
}

.our-member .respl-item .info-member li .fa-g:before {
  content: "\f0d5";

  font-family: FontAwesome;
}

.our-member .respl-item .info-member .cl-name > a {
  font-size: 15px;

  text-transform: uppercase;

  font-weight: bold;

  color: #444;
}

.our-member .respl-item .info-member .cl-name > a:hover {
  color: #c39334;
}

.our-member .respl-item .info-member .cl-job {
  padding: 5px 0px;

  text-transform: uppercase;
}

.our-member .respl-item .info-member .cl-des {
  color: #909090;

  margin-bottom: 15px;
}

.why-list li {
  position: relative;

  padding-left: 29px;
}

.why-list li:before {
  content: "";

  width: 14px;

  height: 12px;

  display: inline-block;

  position: absolute;

  left: 0px;

  top: 10px;

  background-repeat: no-repeat;

  background-position: top left;

  background-image: url("../image/icon/icon-whylist.png");
}

.why-list li a {
  display: block;

  padding: 5px 0 7px;

  background-image: url("../image/icon/border-bottom-bs.png") repeat-x left
    bottom;
}

.why-list li:last-child > a {
  background: none;
}

.happy-about-us {
  direction: ltr;

  clear: both;

  padding-top: 10px;
}

.happy-about-us .happy-ab {
  border: 1px solid #e9e9e9;

  padding: 33px 8px 20px;
}

.happy-about-us .happy-ab .title-happy-about {
  background: #fff;

  display: inline-block;

  left: 20px;

  padding: 5px 10px;

  position: absolute;

  top: -5px;
}

.happy-about-us .happy-ab .title-happy-about h2 {
  font-size: 20px;

  position: relative;

  top: -2px;

  color: #444;

  margin: 0;
}

.happy-about-us .happy-ab .ct-why {
  padding: 0 10px 0 25px;

  position: relative;
}

.happy-about-us .happy-ab .ct-why .client-say {
  font-size: 107.69%;

  color: #909090;

  margin-bottom: 10px;
}

.happy-about-us .happy-ab .ct-why .client-info-about {
  color: #000;
}

.happy-about-us .happy-ab .ct-why .client-info-about .name {
  font-size: 18px;

  color: #c39334;
}

.happy-about-us .owl2-controls {
  background: #fff;

  padding: 0 5px;

  position: absolute;

  right: 2px;

  top: -47px;
}

.happy-about-us .owl2-controls .owl2-prev,
.happy-about-us .owl2-controls .owl2-next {
  border: none;

  display: inline-block;

  width: 26px;

  height: 26px;

  background-position: left top;

  background-repeat: no-repeat;

  overflow: hidden;

  text-indent: -9999px;

  background-color: transparent;

  top: 0px;

  margin: 0 3px;

  position: relative;
}

.happy-about-us .owl2-controls .owl2-prev {
  background-image: url("../image/icon/btn-prev-hp.png");

  margin-right: 3px;

  right: 0px;

  left: inherit;
}

.happy-about-us .owl2-controls .owl2-nav {
  width: 68px;

  display: inline-block;

  height: 26px;

  background: #fff;
}

.happy-about-us .owl2-controls .owl2-next {
  background-image: url("../image/icon/btn-next-hp.png");

  right: 0px;
}

.happy-about-us .item > div:before {
  content: "";

  display: inline-block;

  position: absolute;

  width: 16px;

  height: 12px;

  left: 0px;

  top: 6px;
}

.happy-about-us .owl2-dots {
  display: none;
}

/*====*/

.about-us .about-title {
  font-size: 171%;

  font-style: italic;

  font-weight: bold;

  margin-bottom: 20px;
}

.about-us .name-member {
  font-size: 116.67%;

  font-weight: bold;
}

.about-us .job-member {
  margin: 7px 0 5px;

  font-style: italic;
}

.about-us .job-member:before,
.about-us .job-member:after {
  content: "---";

  margin: 0 5px;
}

.about-us .social-member {
  list-style: none;
}

.about-us .social-member .social-icon {
  display: inline-block;

  margin: 0 3px;
}

.about-us .social-member .social-icon a {
  display: inline-block;

  color: #fff;

  font-size: 16px;

  width: 30px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  border-radius: 50%;

  border-radius: 50%;
}

.about-us .social-member .social-icon a span {
  display: none;
}

.about-us .social-member .social-icon a:hover {
  background-color: #c39334;
}

.about-us .social-member .social-icon.rss a {
  background-color: #f8bc2e;
}

.about-us .social-member .social-icon.facebook a {
  background-color: #39599f;
}

.about-us .social-member .social-icon.twitter a {
  background-color: #45b0e3;
}

.about-us .social-member .social-icon.google a {
  background-color: #1872bf;
}

.about-us .des-member.des-client {
  max-width: 950px;

  margin: 0 auto;

  font-style: italic;

  margin-bottom: 10px;
}

.about-us .member-info {
  text-align: center;

  padding-top: 15px;
}

.about-us .client-say-content {
  text-align: center;
}

.about-us .client-say-content .client-say-slider {
  padding-top: 15px;
}

.about-us .client-say-content .client-say-slider .owl2-dots {
  position: absolute;

  left: 0;

  top: -23px;

  width: 100%;
}

.about-us .client-say-content .client-say-slider .owl2-dots span {
  width: 16px;

  height: 16px;

  background-color: #d9d9d9;

  border: none;

  margin: 0 2px;

  opacity: 1;

  display: block;

  border-radius: 50%;

  -webkit-border-radius: 50%;
}

.about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot {
  display: inline-block;
}

.about-us
  .client-say-content
  .client-say-slider
  .owl2-dots
  .owl2-dot.active
  span {
  background-color: #929292;
}

.about-us
  .client-say-content
  .client-say-slider
  .owl2-dots
  .owl2-dot
  span:hover {
  background-color: #929292;
}

.about-us .about-us-center {
  text-align: center;
}

.about-us .about-us-center .content-description {
  padding-top: 25px;

  clear: both;

  margin-bottom: 30px;
}

.about-us .client-logo-content {
  border-bottom: 1px dashed #e7e7e7;

  border-top: 1px dashed #e7e7e7;

  padding-bottom: 10px;

  text-align: center;
}

.about-us .client-logo-content .about-title {
  background: #fff none repeat scroll 0 0;

  display: inline-block;

  margin: 0;

  padding: 0 10px;

  position: relative;

  text-align: center;

  top: -19px;
}

.about-us .owl2-controls .owl2-nav div {
  color: #fff;

  border_radius: 50%;

  position: absolute;

  top: 29%;

  overflow: visible;

  display: inline-block;

  width: 34px;

  height: 34px;

  text-indent: -9999px;

  margin: 0 3px;

  background-color: #a6a6a8;

  border-radius: 50%;

  -webkit-border-radius: 50%;
}

.about-us .owl2-controls .owl2-nav div:hover {
  background-color: #c39334;
}

.about-us .owl2-controls .owl2-nav div.owl2-next {
  right: -19px;
}

.about-us .owl2-controls .owl2-nav div.owl2-prev {
  left: -19px;
}

.about-us .owl2-controls .owl2-nav div:before {
  width: 100%;

  height: 100%;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  background-color: #a6a6a7;

  line-height: 32px;

  top: 1px;
}

.about-us .owl2-controls .owl2-nav div:hover:before {
  background-color: #c39334;
}

.about-us .client-logo-slider {
  padding: 0 25px;
}

.about-us .client-logo-slider img {
  width: auto;

  display: inline-block;
}

.about-us .about-image-slider {
  max-width: 570px;

  margin: 0 auto;
}

.about-us .about-image-slider .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div {
  top: 50%;

  margin-top: -15px;

  border: none;

  border-radius: 0;

  -webkit-border-radius: 0;

  overflow: hidden;

  border-radius: 3px;

  -webkit-border-radius: 3px;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div:before {
  border-radius: 0;

  -webkit-border-radius: 0;

  background-color: transparent;

  color: #c8c8c8;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-next {
  right: 10px;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-prev {
  left: 10px;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div:hover {
  border-color: #c39334;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div:hover:before {
  color: #fff;
}

.about-us .skills-value {
  padding-top: 52px;
}

.about-us .skills-value .label-skill {
  font-weight: bold;
}

.about-us .about-us-content .description-about {
  padding: 20px 0;
}

.about-us .content-faq {
  position: relative;

  top: -15px;
}

.about-us .content-faq .panel {
  box-shadow: none;

  -webkit-box-shadow: none;

  border-bottom: 1px solid #e7e7e7;

  border-radius: 0;

  -webkit-border-radius: 0;

  margin: 0;
}

.about-us .content-faq .panel .panel-title {
  font-size: 100%;

  font-weight: bold;
}

.about-us .content-faq .panel .panel-title a {
  display: block;

  padding: 15px 0 15px 25px;

  position: relative;
}

.about-us .content-faq .panel .panel-title a:after {
  transform: rotate(135deg);

  content: "";

  width: 4px;

  height: 4px;

  position: absolute;

  left: 6px;

  top: 50%;

  margin-top: 6px;

  background-color: #c39334;
}

.about-us .content-faq .panel .panel-title a:before {
  background-color: #c39334;

  content: "-";

  width: 16px;

  height: 16px;

  display: inline-block;

  position: absolute;

  left: 0px;

  top: 50%;

  margin-top: -8px;

  border-radius: 2px;

  -webkit-border-radius: 2px;

  color: #fff;

  text-align: center;

  line-height: 16px;
}

.about-us .content-faq .panel .panel-title a.collapsed:after {
  background-color: #737373;
}

.about-us .content-faq .panel .panel-title a.collapsed:before {
  background-color: #737373;

  content: "?";
}

.about-us .content-faq .panel .panel-body {
  padding: 0 0 13px;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div:before {
  display: inline-block;

  text-indent: 0;

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0px;

  top: 1px;

  color: #fff;

  font-size: 18px;

  line-height: 32px;

  text-align: center;

  border-radius: 50%;

  -webkit-border-radius: 50%;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-prev:before {
  content: "\f104";

  font-family: FontAwesome;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-next:before {
  content: "\f105";

  font-family: FontAwesome;
}

.about-demo-1 .about-image,
.about-demo-1 .about-info {
  margin-bottom: 40px;
}

.about-demo-1 .what-client-say {
  margin-bottom: 60px;
}

.about-demo-1 .line-hori {
  text-align: center;

  position: relative;

  z-index: 3;
}

.about-demo-1 .line-hori > span {
  background: white;

  display: inline-block;

  position: relative;

  z-index: 10;

  padding: 0 20px;
}

.about-demo-1 .line-hori:before {
  position: absolute;

  content: "";

  border-bottom: 1px dashed #ccc;

  top: 50%;

  left: 0;

  height: 1px;

  width: 100%;

  z-index: 3;
}

.about-demo-2 .member .member-image {
  text-align: center;
}

.about-demo-2 .our-team {
  margin-bottom: 60px;
}

.about-demo-3 .about-image,
.about-demo-3 .about-info {
  margin-bottom: 30px;
}

.info-contact .name-store h3 {
  padding: 7px 0px;

  margin-top: 10px;
}

.info-contact .icon {
  float: left;

  padding-right: 15px;
}

.info-contact .icon .fa {
  font-size: 20px;
}

.info-contact .comment {
  line-height: 24px;
}

.contact-form legend {
  border-bottom: 0;
}

/*===============================================

 [SASS DIRECTORY ]

 [1] BOX SALE,NEW

 [2] RATE

 [3] TODAY'S DEALS 

 [4] PRODUCT CATEGORY

 [5] TOOLBAR

 [6] PRODUCT LIST GRID SIMPLE

 [7] QUICKVIEW

 [8] Category  Featured

 ==============================================*/

@media (min-width: 992px) {
  .product-product .fluid-sidebar {
    width: 74%;
  }

  .product-category .product-listing .fluid-sidebar {
    width: 74%;
  }
}

@media (min-width: 768px) {
  .layout-3 .products-list .product-table .right-block > * {
    min-height: 213px;
  }
}

#grid-view-5 {
  display: none;
}

/*============ BOX SALE,NEW ==============*/

.label-stock {
  position: absolute;

  bottom: 10px;

  padding: 5px 10px;

  left: 10px;

  font-size: 12px;

  font-weight: normal;

  text-transform: uppercase;

  z-index: 1;
}

.label-stock.In {
  right: 10px;

  left: auto;

  background: #d9534f;
}

.label-stock.Pre-Order {
  background: #337ab7;
}

.label-product,
.label-new,
.label-sale {
  text-align: center;

  background-color: #c39334;

  border-radius: 0;

  color: #fff;

  display: block;

  font-size: 12px;

  font-weight: 400;

  min-width: 60px;

  height: 30px;

  line-height: 30px;

  position: absolute;

  top: 15px;

  text-transform: uppercase;

  z-index: 2;

  padding: 0 15px;

  margin-bottom: 5px;
}

.label-product-sale,
.label-sale {
  background-color: #c39334;

  left: -11px;
}

.label-product-sale:before,
.label-sale:before {
  content: "";

  position: absolute;

  top: auto;

  bottom: -7px;

  left: 0;

  right: auto;

  border-bottom: 7px solid transparent;

  border-top: 0 solid transparent;

  border-right: 11px solid #c28817;
}

.label-product-new,
.label-new {
  background-color: #3599ff;

  right: -11px;
}

.label-product-new:before,
.label-new:before {
  content: "";

  position: absolute;

  top: auto;

  bottom: -7px;

  right: 0;

  left: auto;

  border-bottom: 7px solid transparent;

  border-top: 0 solid transparent;

  border-left: 11px solid #0055ac;
}

.label-percent {
  padding: 2px 5px;

  background: #c39334;

  font-size: 13px;

  font-weight: normal;
}

.product-options label {
  padding: 0;

  color: #666;
}

.product-options .label {
  font-weight: normal;

  font-size: 11px;
}

.product-options .radio {
  position: relative;

  z-index: 2;

  text-transform: capitalize;

  cursor: pointer;
}

.product-options .radio .fa {
  display: none;
}

.product-options .active .fa {
  display: block;
}

.product-options .fa {
  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;

  width: 22px;

  height: 22px;

  color: white;

  line-height: 22px;

  text-align: center;
}

/*============ BOX RATING ==============*/

.rate-history .ratings,
.rate-history .order-num {
  display: inline-block;

  color: #666;

  height: 22px;
}

.rate-history .rating-num,
.rate-history .order-num {
  font-size: 12px;
}

.rate-history .rating-num {
  color: #999;
}

.rate-history .rating-num:hover {
  color: #c39334;
}

.rate-history .order-num:before {
  content: "|";

  display: inline-block;

  padding: 0 5px;
}

.rating,
.ratings {
  font-size: 0;
}

.rating .rating-box,
.ratings .rating-box {
  display: inline-block;

  font-size: 0;

  vertical-align: middle;
}

.rating span.fa-stack .fa-star-o:before,
.ratings span.fa-stack .fa-star-o:before {
  content: "\f005";

  color: #ccc;
}

.rating span.fa-stack .fa-star.fa-stack-1x,
.ratings span.fa-stack .fa-star.fa-stack-1x {
  z-index: 1;
}

.rating span.fa-stack .fa-star.fa-stack-1x:before,
.ratings span.fa-stack .fa-star.fa-stack-1x:before {
  content: "\f005";

  color: #ffc400;
}

span.fa-stack {
  width: 12px;

  height: 12px;

  line-height: 12px;

  font-size: 12px;

  margin: 0 1px;
}

span.fa-stack .fa-star-o:before {
  content: "\f005";

  color: #ccc;
}

span.fa-stack .fa-stack-2x {
  font-size: 12px;
}

span.fa-stack .fa-star.fa-stack-2x {
  position: relative;

  z-index: 1;
}

span.fa-stack .fa-star.fa-stack-2x:before {
  content: "\f005";

  color: #ffc400;
}

.price {
  margin: 0 0 10px 0;

  line-height: 24px;

  min-height: 24px;

  color: #282828;

  font-size: 18px;

  font-weight: 500;
}

.price .price-tax,
.price .price-old {
  padding: 0;

  text-decoration: line-through;

  color: #aaa;

  font-size: 16px;

  font-weight: 400;
}

.price span.price {
  color: #282828;
}

.price .price-new {
  color: #c39334;

  font-size: 18px;

  font-weight: 500;
}

.price .callforprice {
  font-size: 12px;

  line-height: 100%;
}

/*==================== COUNT DOWN BOX ====================*/

.countdown_box {
  position: absolute;

  top: 50%;

  margin-top: -28px;

  left: 50%;

  width: 210px;

  transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  -webkit-transform: scale(1) translateX(-50%);

  -moz-transform: scale(1) translateX(-50%);

  -ms-transform: scale(1) translateX(-50%);

  -o-transform: scale(1) translateX(-50%);

  transform: scale(1) translateX(-50%);
}

.countdown_box .countdown_inner {
  width: 100%;

  text-align: center;
}

.countdown_box .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

  padding: 8px;

  display: none;
}

.countdown_box .time-item {
  display: inline-block;

  color: #fff;

  width: 25%;

  background: rgba(0, 0, 0, 0.7);

  border-radius: 5px;

  margin: 0 3px;

  width: 40px;

  text-align: center;

  padding: 6px 0;

  line-height: 18px;
}

.countdown_box .time-item .num-time {
  font-size: 18px;

  font-weight: 500;
}

.countdown_box .time-item .name-time {
  font-size: 10px;

  font-weight: 300;

  text-transform: capitalize;
}

.countdown_box .time-item:last-child {
  border: none;
}

/*====================PRODUCT CATEGORY ====================*/

.products-category .filter_group {
  width: 25%;

  display: inline-block;

  vertical-align: top;
}

.products-category .form-group.category-info {
  margin-bottom: 30px;
}

.products-category .form-group.category-info .form-group {
  margin: 0;
}

.products-category .form-group.category-info .form-group > p {
  margin: 0;
}

.products-category .form-group.category-info .col-sm-12 > p {
  margin: 0;
}

.products-category .form-group.category-info .col-sm-12 > p > br {
  display: none;
}

.title-category {
  /* [4] */

  /* [6] */

  /* [6] */

  /* [7] */

  font-size: 30px;

  font-size: 3rem;

  /* [8] */

  text-transform: capitalize;

  color: #282828;

  display: inline-block;

  width: 100%;

  position: relative;

  margin-top: 0;

  padding-bottom: 10px;

  font-weight: 500;
}

.form-group.category-info {
  margin: 0;
}

.products-category .form-group .short-by {
  margin-right: 10px;
}

/*REFINE SEARCH CATEGORY*/

.refine-search__content:before,
.refine-search__content:after {
  content: " ";

  display: table;
}

.refine-search__content:after {
  clear: both;
}

.refine-search__content .refine-loadmore {
  display: flex;

  justify-content: center;

  align-items: center;

  align-content: stretch;

  float: left;

  border: 1px solid #ddd;

  overflow: hidden;

  min-height: 49px;

  height: 110px;

  width: 80px;

  padding: 10px;

  text-align: center;

  cursor: pointer;

  border-radius: 4px;

  background: #f4f4f4;
}

.refine-search__content .refine-loadmore > span {
  display: inline-block;

  padding: 0 5px;
}

.refine-search__content .refine-loadmore:hover {
  background: #c39334;

  border-color: #c39334;

  color: white;
}

.refine-search__content .refine-search__subitem {
  width: 110px;

  float: left;

  margin-bottom: 15px;

  margin-right: 15px;
}

.refine-search .title-category {
  display: none;
}

.refine-search .thumbnail {
  margin-bottom: 10px;

  border-color: #eaeaea;
}

.refine-search a {
  color: #878787;

  display: block;
}

.refine-search a:hover {
  color: #c39334;
}

.refine-search a:hover {
  border-color: #c39334;
}

/*TOOLBAR LISTING TOP*/

#content.col-sm-6 .product-compare {
  display: none;
}

.filters-panel {
  border-radius: 0px;

  margin-bottom: 30px;
}

.filters-panel:before,
.filters-panel:after {
  content: " ";

  display: table;
}

.filters-panel:after {
  clear: both;
}

.filters-panel.product-filter-top {
  margin-top: 15px;
}

.filters-panel.product-filter-bottom {
  border-top: 1px solid #ebebeb;

  padding-top: 20px;

  margin-top: 20px;
}

.filters-panel .pagination {
  margin: 0;
}

.filters-panel .product-compare {
  margin-right: 0 !important;
}

.filters-panel .list-view {
  display: inline-block;
}

.filters-panel .list-view .btn-gridview {
  border: none;

  color: #484848;

  float: left;

  padding: 0 5px;

  font-size: 12px;
}

.filters-panel .list-view button.btn {
  margin: 0px;

  margin-right: 5px;

  float: left;

  width: 33px;

  height: 33px;

  line-height: 31px;

  background: #fafafa;

  text-align: center;

  padding: 0;

  border-radius: 3px !important;

  border: 1px solid #e5e5e5;

  color: #282828;
}

.filters-panel .list-view button.btn i {
  color: #282828;
}

.filters-panel .list-view button.btn:hover,
.filters-panel .list-view button.btn.active {
  background: #c39334;

  border-color: #c39334;

  box-shadow: none;

  color: #fff;
}

.filters-panel .list-view button.btn:hover i,
.filters-panel .list-view button.btn.active i {
  color: #fff;
}

.filters-panel .list-view button.btn:focus {
  border-radius: 0;

  outline: none;
}

.filters-panel .list-view .fa {
  font-size: 14px;
}

.filters-panel label {
  font-size: 12px;

  font-weight: normal;

  color: #484848;
}

.filters-panel .btn-default {
  color: #878787;

  font-size: 12px;
}

.filters-panel .form-control,
.filters-panel .btn {
  height: 33px;

  line-height: 31px;

  padding: 0px 8px;

  border: 1px solid #e5e5e5;

  background: #fafafa;

  border-radius: 3px;
}

@media (min-width: 1200px) {
  .filters-panel .short-by-show {
    padding-left: 0;
  }
}

.filters-panel .form-group {
  margin-left: 10px;
}

.filters-panel .form-group.short-by {
  margin: 0;
}

.filters-panel .form-group select.form-control {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background: url(../../image/icon/bg-select.png) no-repeat center right;

  border: 1px solid #e5e5e5;

  height: 33px;

  line-height: 33px;

  padding: 0px 20px 0 10px;

  background-color: #fafafa;

  border-radius: 3px;

  color: #878787;
}

.filters-panel .form-group select.form-control:hover {
  cursor: pointer;
}

.filters-panel .short-by-show.text-center .form-group {
  display: none;
}

.box-pagination .pagination > li {
  margin: 0 3px;
}

.box-pagination .pagination > li:hover span,
.box-pagination .pagination > li.active span,
.box-pagination .pagination > li:hover a,
.box-pagination .pagination > li.active a {
  border-color: #c39334;

  background-color: #c39334;

  color: #fff;
}

.box-pagination .pagination > li span,
.box-pagination .pagination > li a {
  text-align: center;

  width: 33px;

  height: 33px;

  line-height: 33px;

  border-radius: 3px;

  -moz-border-radius: 3px;

  -webkit-border-radius: 3px;

  padding: 0;
}

.box-pagination .pagination {
  display: block;
}

/*================ PRODUCT LIST ===================*/

.products-list {
  clear: both;

  /*====================PRODUCT GRID ====================*/

  /*----------------PRODUCT Table ------------------*/

  /*----------------PRODUCT LIST ------------------*/
}

.products-list ul.so-productlist-colorswatch {
  text-align: center;
}

.products-list .product-layout {
  transition: all 0.5s ease 0s;

  display: block;
}

.products-list .product-layout .product-item-container {
  position: relative;
}

.products-list .product-layout .product-item-container .product-card__gallery {
  position: absolute;

  z-index: 90;

  top: 0;

  visibility: hidden;

  transition: all 0.3s ease-in 0s;

  -moz-transition: all 0.3s ease-in 0s;

  -webkit-transition: all 0.3s ease-in 0s;

  margin: 10px;
}

.products-list
  .product-layout
  .product-item-container
  .product-card__gallery.product-card__left {
  transform: translateX(-100%);

  left: 0;
}

.products-list
  .product-layout
  .product-item-container
  .product-card__gallery.product-card__left
  .item-img {
  width: 40px;
}

.products-list
  .product-layout
  .product-item-container
  .product-card__gallery.product-card__right {
  transform: translateX(100%);

  right: 0;
}

.products-list
  .product-layout
  .product-item-container
  .product-card__gallery.product-card__right
  .item-img {
  width: 40px;
}

.products-list
  .product-layout
  .product-item-container
  .product-card__gallery.product-card__bottom {
  top: auto;

  bottom: 0;

  -webkit-box-align: stretch;

  -moz-box-align: stretch;

  box-align: stretch;

  -webkit-align-items: stretch;

  -moz-align-items: stretch;

  -ms-align-items: stretch;

  -o-align-items: stretch;

  align-items: stretch;

  -ms-flex-align: stretch;

  display: -webkit-box;

  display: -moz-box;

  display: box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: horizontal;

  -moz-box-orient: horizontal;

  box-orient: horizontal;

  -webkit-box-direction: normal;

  -moz-box-direction: normal;

  box-direction: normal;

  -webkit-flex-direction: row;

  -moz-flex-direction: row;

  flex-direction: row;

  -ms-flex-direction: row;

  -webkit-box-pack: center;

  -moz-box-pack: center;

  box-pack: center;

  -webkit-justify-content: center;

  -moz-justify-content: center;

  -ms-justify-content: center;

  -o-justify-content: center;

  justify-content: center;

  -ms-flex-pack: center;

  width: 100%;
}

.products-list
  .product-layout
  .product-item-container
  .product-card__gallery.product-card__bottom
  .item-img {
  width: 20px;

  height: 8px;

  background: #999;

  margin: 1px;

  margin-left: 1px;

  border: none;
}

.products-list
  .product-layout
  .product-item-container
  .product-card__gallery.product-card__bottom
  .item-img.thumb-active {
  border: none;

  width: 60px;
}

.products-list
  .product-layout
  .product-item-container
  .product-card__gallery.product-card__bottom
  .item-img
  img {
  display: none;
}

.products-list
  .product-layout
  .product-item-container
  .product-card__gallery
  .item-img {
  padding: 1px;

  background: white;

  border: 1px solid #eaeaea;

  margin: 0 0 3px;

  cursor: pointer;

  opacity: 0.6;
}

.products-list
  .product-layout
  .product-item-container
  .product-card__gallery
  .item-img.thumb-active {
  opacity: 1;

  border: 1px solid #ddd;
}

.products-list .product-layout .product-item-container .left-block {
  position: relative;
}

.products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container {
  margin-bottom: 0;

  text-align: center;
}

.products-list .product-layout .product-item-container .rating-box {
  float: left;

  margin-right: 5px;
}

.products-list .product-layout .product-item-container .rating-num {
  font-size: 10px;

  color: #666;
}

.products-list
  .product-layout
  .product-item-container:hover
  .product-card__gallery {
  visibility: visible;

  transform: translateX(0%);
}

.products-list .product-layout .product-item-container:hover .countdown_box {
  visibility: hidden;

  -webkit-opacity: 0;

  -moz-opacity: 0;

  -ms-opacity: 0;

  -o-opacity: 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;
}

.products-list
  .product-layout
  .product-item-container:hover
  .left-block
  .product-image-container.second_img
  .img_0 {
  top: 0;

  opacity: 1;

  z-index: 0;
}

.products-list
  .product-layout
  .product-item-container:hover
  .left-block
  .product-image-container
  a:before {
  -webkit-opacity: 1;

  -moz-opacity: 1;

  -ms-opacity: 1;

  -o-opacity: 1;

  opacity: 1;
}

.products-list.grid .product-item-container,
.products-list .product-grid .product-item-container {
  background-color: #fff;

  margin: 0 0 30px 0;

  padding: 0;

  position: relative;

  border: 1px solid #e5e5e5;

  overflow: visible;
}

.products-list.grid .product-item-container:before,
.products-list .product-grid .product-item-container:before {
  border-radius: 15px;

  opacity: 0;

  visibility: hidden;

  content: "";

  display: block;

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  height: 100%;

  z-index: -1;

  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);

  transition: all 0.4s ease-in-out 0s;

  -moz-transition: all 0.4s ease-in-out 0s;

  -webkit-transition: all 0.4s ease-in-out 0s;
}

.products-list.grid .product-item-container > .list-block,
.products-list .product-grid .product-item-container > .list-block,
.products-list.grid .product-item-container .description,
.products-list .product-grid .product-item-container .description {
  display: none;
}

.products-list.grid .product-item-container ul.so-productlist-colorswatch,
.products-list
  .product-grid
  .product-item-container
  ul.so-productlist-colorswatch {
  text-align: center;

  position: absolute;

  bottom: 0;

  left: 0;
}

.products-list.grid .product-item-container .left-block,
.products-list .product-grid .product-item-container .left-block {
  position: relative;

  /*.button-group{

     padding: 0;

     position: absolute;

     z-index: 99;

     .btn-button{

     border: none;

     display: block;

     width: 44px; height: 44px;

     text-align: center; line-height: 44px;

     background-color: #fff;

     font-size: 14px; color: #222;                 

     @include transition(all 0.3s cubic-bezier(0.45, 0.22, 0.27, 1.55) 0s);

     opacity: 0 ;  @include transform(scale(0.5));

     visibility: hidden; margin: 0 0 5px 0;

     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);

     span{

     display: none;

     }

     &.wishlist {

     transition-delay: 0.2s;

     }

     &.compare{

     transition-delay: 0.4s;

     }

     &.addToCart{

     transition-delay: 0.3s;

     }

     &:hover{

     background-color: $background; color: #fff;                              

     }

     }

     &.cartinfo--center{

     .btn-button{ margin: 0 2px; 

     width: 40px; height: 40px;

     text-align: center; line-height: 40px;

     &.quickview{

     position: static; border-radius: 0;

     transition-delay: 0.5s;

     }

     }

     }

     }*/
}

.products-list.grid
  .product-item-container
  .left-block
  .product-image-container,
.products-list
  .product-grid
  .product-item-container
  .left-block
  .product-image-container {
  position: relative;

  overflow: hidden;
}

.products-list.grid
  .product-item-container
  .left-block
  .product-image-container
  img,
.products-list
  .product-grid
  .product-item-container
  .left-block
  .product-image-container
  img {
  width: 100%;
}

.products-list.grid .product-item-container .left-block .quickview,
.products-list .product-grid .product-item-container .left-block .quickview {
  border: none;

  padding: 0;

  margin: 0;

  background-color: #c39334;

  border-radius: 50%;

  color: #fff;

  width: 50px;

  height: 50px;

  line-height: 50px;

  margin-top: -25px;

  margin-left: -25px;

  text-align: center;

  font-size: 14px;

  position: absolute;

  top: 40%;

  left: 50%;

  color: #fff;

  z-index: 99;

  transition: all 0.4s ease-in-out 0s;

  -moz-transition: all 0.4s ease-in-out 0s;

  -webkit-transition: all 0.4s ease-in-out 0s;

  opacity: 0;
}

.products-list.grid .product-item-container .left-block .quickview span,
.products-list
  .product-grid
  .product-item-container
  .left-block
  .quickview
  span {
  display: none;
}

.products-list.grid .product-item-container .left-block .quickview:hover,
.products-list
  .product-grid
  .product-item-container
  .left-block
  .quickview:hover {
  background-color: #f9000c;

  color: #fff;
}

.products-list.grid .product-item-container .left-block .loading span,
.products-list .product-grid .product-item-container .left-block .loading span {
  visibility: hidden;
}

.products-list.grid .product-item-container .left-block .loading:before,
.products-list
  .product-grid
  .product-item-container
  .left-block
  .loading:before {
  content: "\e6c2";

  display: block;

  font-family: "Pe-icon-7-stroke";

  position: absolute;

  color: #fff;

  left: calc(50% - 8px);

  font-size: 18px;

  -webkit-animation: spinner 2s infinite linear;

  animation: spinner 2s infinite linear;
}

.products-list.grid .product-item-container .left-block .cartinfo--left,
.products-list
  .product-grid
  .product-item-container
  .left-block
  .cartinfo--left {
  left: 5px;

  top: 5px;
}

.products-list.grid .product-item-container .left-block .cartinfo--right,
.products-list
  .product-grid
  .product-item-container
  .left-block
  .cartinfo--right {
  right: 5px;

  top: 5px;
}

.products-list.grid .product-item-container .left-block .cartinfo--center,
.products-list
  .product-grid
  .product-item-container
  .left-block
  .cartinfo--center {
  width: 100%;

  bottom: 50%;

  margin-bottom: -20px;

  display: flex;

  justify-content: center;
}

.products-list.grid
  .product-item-container
  .left-block
  .cartinfo--center
  .btn-button,
.products-list
  .product-grid
  .product-item-container
  .left-block
  .cartinfo--center
  .btn-button {
  float: left;
}

.products-list.grid .product-item-container .button-group,
.products-list .product-grid .product-item-container .button-group {
  padding: 0;

  position: absolute;

  z-index: 99;
}

.products-list.grid .product-item-container .button-group .btn-button,
.products-list .product-grid .product-item-container .button-group .btn-button {
  border: none;

  display: block;

  width: 44px;

  height: 44px;

  text-align: center;

  line-height: 44px;

  background-color: #fff;

  font-size: 14px;

  color: #222;

  transition: all 0.3s cubic-bezier(0.45, 0.22, 0.27, 1.55) 0s;

  -moz-transition: all 0.3s cubic-bezier(0.45, 0.22, 0.27, 1.55) 0s;

  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.22, 0.27, 1.55) 0s;

  opacity: 0;

  -webkit-transform: scale(0.5);

  -moz-transform: scale(0.5);

  -ms-transform: scale(0.5);

  -o-transform: scale(0.5);

  transform: scale(0.5);

  visibility: hidden;

  margin: 0 0 5px 0;

  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}

.products-list.grid .product-item-container .button-group .btn-button span,
.products-list
  .product-grid
  .product-item-container
  .button-group
  .btn-button
  span {
  display: none;
}

.products-list.grid .product-item-container .button-group .btn-button.wishlist,
.products-list
  .product-grid
  .product-item-container
  .button-group
  .btn-button.wishlist {
  transition-delay: 0.2s;
}

.products-list.grid .product-item-container .button-group .btn-button.compare,
.products-list
  .product-grid
  .product-item-container
  .button-group
  .btn-button.compare {
  transition-delay: 0.4s;
}

.products-list.grid .product-item-container .button-group .btn-button.addToCart,
.products-list
  .product-grid
  .product-item-container
  .button-group
  .btn-button.addToCart {
  transition-delay: 0.3s;
}

.products-list.grid .product-item-container .button-group .btn-button:hover,
.products-list
  .product-grid
  .product-item-container
  .button-group
  .btn-button:hover {
  background-color: #c39334;

  color: #fff;
}

.products-list.grid
  .product-item-container
  .button-group.cartinfo--center
  .btn-button,
.products-list
  .product-grid
  .product-item-container
  .button-group.cartinfo--center
  .btn-button {
  margin: 0 2px;

  width: 40px;

  height: 40px;

  text-align: center;

  line-height: 40px;
}

.products-list.grid
  .product-item-container
  .button-group.cartinfo--center
  .btn-button.quickview,
.products-list
  .product-grid
  .product-item-container
  .button-group.cartinfo--center
  .btn-button.quickview {
  position: static;

  border-radius: 0;

  transition-delay: 0.5s;
}

.products-list.grid .product-item-container .right-block,
.products-list .product-grid .product-item-container .right-block {
  clear: both;

  border-top: 1px solid #e5e5e5;

  text-align: center;

  padding: 19px;
}

.products-list.grid .product-item-container .right-block .price,
.products-list .product-grid .product-item-container .right-block .price {
  margin-bottom: 0;

  margin-top: 3px;

  min-height: 25px;
}

.products-list.grid .product-item-container .right-block .rating-box,
.products-list .product-grid .product-item-container .right-block .rating-box {
  float: left;

  margin-right: 5px;
}

.products-list.grid .product-item-container .right-block .rating-num,
.products-list .product-grid .product-item-container .right-block .rating-num {
  font-size: 12px;

  color: #666;
}

.products-list.grid .product-item-container .right-block h4,
.products-list .product-grid .product-item-container .right-block h4 {
  margin: 0 0 5px 0;

  font-weight: 400;
}

.products-list.grid .product-item-container .right-block h4 a,
.products-list .product-grid .product-item-container .right-block h4 a {
  font-size: 14px;

  color: #282828;

  text-transform: uppercase;
}

.products-list.grid .product-item-container .right-block h4 a:hover,
.products-list .product-grid .product-item-container .right-block h4 a:hover {
  color: #c39334;
}

.products-list.grid
  .product-item-container.item--static
  ul.so-productlist-colorswatch,
.products-list
  .product-grid
  .product-item-container.item--static
  ul.so-productlist-colorswatch {
  bottom: 10px;
}

.products-list.grid .product-item-container.item--static .left-block .quickview,
.products-list
  .product-grid
  .product-item-container.item--static
  .left-block
  .quickview {
  transition-delay: unset;
}

.products-list.grid .product-item-container.item--static .cartinfo--static,
.products-list
  .product-grid
  .product-item-container.item--static
  .cartinfo--static {
  background-color: #282828;

  position: absolute;

  top: -44px;

  left: 0;

  display: table;

  width: 100%;

  height: 44px;

  opacity: 0;

  transition: all 0.4s ease-in-out 0s;

  -moz-transition: all 0.4s ease-in-out 0s;

  -webkit-transition: all 0.4s ease-in-out 0s;
}

.products-list.grid
  .product-item-container.item--static
  .cartinfo--static
  .addToCart,
.products-list
  .product-grid
  .product-item-container.item--static
  .cartinfo--static
  .addToCart {
  display: table-cell;

  height: 44px;

  line-height: 46px;

  background-color: #282828;

  width: 100%;

  padding: 0 44px;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  border: none;

  font-size: 14px;

  text-transform: uppercase;

  color: #fff;
}

.products-list.grid
  .product-item-container.item--static
  .cartinfo--static
  .addToCart
  i,
.products-list
  .product-grid
  .product-item-container.item--static
  .cartinfo--static
  .addToCart
  i {
  display: none;
}

.products-list.grid
  .product-item-container.item--static
  .cartinfo--static
  .addToCart
  span,
.products-list
  .product-grid
  .product-item-container.item--static
  .cartinfo--static
  .addToCart
  span {
  display: block;
}

.products-list.grid
  .product-item-container.item--static
  .cartinfo--static
  .addToCart:hover,
.products-list
  .product-grid
  .product-item-container.item--static
  .cartinfo--static
  .addToCart:hover {
  background-color: #c39334;

  color: #fff;
}

.products-list.grid
  .product-item-container.item--static
  .cartinfo--static
  .btn-button,
.products-list
  .product-grid
  .product-item-container.item--static
  .cartinfo--static
  .btn-button {
  margin: 0;

  display: table-cell;

  opacity: 1;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  visibility: visible;

  position: absolute;

  top: 0;

  z-index: 3;

  background-color: #282828;

  color: #fff;

  box-shadow: none;
}

.products-list.grid
  .product-item-container.item--static
  .cartinfo--static
  .btn-button.wishlist,
.products-list
  .product-grid
  .product-item-container.item--static
  .cartinfo--static
  .btn-button.wishlist {
  left: 0;

  border-right: 1px solid rgba(255, 255, 255, 0.15);

  transition-delay: unset;
}

.products-list.grid
  .product-item-container.item--static
  .cartinfo--static
  .btn-button.compare,
.products-list
  .product-grid
  .product-item-container.item--static
  .cartinfo--static
  .btn-button.compare {
  right: 0;

  border-left: 1px solid rgba(255, 255, 255, 0.15);

  transition-delay: unset;
}

.products-list.grid
  .product-item-container.item--static
  .cartinfo--static
  .btn-button:hover,
.products-list
  .product-grid
  .product-item-container.item--static
  .cartinfo--static
  .btn-button:hover {
  background-color: #c39334;

  color: #fff;

  border-color: #c39334;
}

.products-list.grid .product-item-container.item--static .right-block,
.products-list .product-grid .product-item-container.item--static .right-block {
  display: inline-block;

  width: 100%;

  position: relative;

  background-color: #fff;

  transition: all 0.4s ease-in-out 0s;

  -moz-transition: all 0.4s ease-in-out 0s;

  -webkit-transition: all 0.4s ease-in-out 0s;

  padding-top: 15px;

  z-index: 99;

  top: 0;
}

.products-list.grid .product-item-container.item--static:hover,
.products-list .product-grid .product-item-container.item--static:hover {
  border-color: #f5f5f5;

  z-index: 9;
}

.products-list.grid .product-item-container.item--static:hover:before,
.products-list .product-grid .product-item-container.item--static:hover:before {
  height: calc(100% + 44px);
}

.products-list.grid
  .product-item-container.item--static:hover
  .cartinfo--static,
.products-list
  .product-grid
  .product-item-container.item--static:hover
  .cartinfo--static {
  top: -44px;

  opacity: 1;
}

.products-list.grid .product-item-container.item--static:hover .right-block,
.products-list
  .product-grid
  .product-item-container.item--static:hover
  .right-block {
  top: 44px;
}

.products-list.grid .product-item-container:hover:before,
.products-list .product-grid .product-item-container:hover:before {
  opacity: 1;

  visibility: visible;
}

.products-list.grid
  .product-item-container:hover
  .left-block
  .button-group
  .btn-button,
.products-list
  .product-grid
  .product-item-container:hover
  .left-block
  .button-group
  .btn-button {
  opacity: 1;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  visibility: visible;
}

.products-list.grid
  .product-item-container:hover
  .left-block
  .product-image-container:before,
.products-list
  .product-grid
  .product-item-container:hover
  .left-block
  .product-image-container:before {
  visibility: visible;

  -webkit-opacity: 1;

  -moz-opacity: 1;

  -ms-opacity: 1;

  -o-opacity: 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;
}

.products-list.grid .product-item-container:hover .left-block .quickview,
.products-list
  .product-grid
  .product-item-container:hover
  .left-block
  .quickview {
  opacity: 1;

  top: 50%;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);
}

.products-list.grid .product-item-container:hover .left-block .label-product,
.products-list
  .product-grid
  .product-item-container:hover
  .left-block
  .label-product {
  display: none;
}

@media (min-width: 1200px) {
  .products-list .product-grid-4:nth-child(4n + 1) {
    clear: both !important;
  }
}

.products-list .product-grid-4 .product-item-container .product-card__gallery {
  display: none;
}

.products-list .product-grid-4 .product-item-container .right-block .addToCart {
  padding: 0 5px;
}

.products-list
  .product-grid-4
  .product-item-container
  .right-block
  .addToCart.btn-callfor {
  padding: 0 5px !important;
}

.products-list .product-grid-4 .product-item-container .countdown_box {
  display: none;
}

@media (min-width: 1200px) {
  .products-list .product-grid-5:nth-child(5n + 1) {
    clear: both !important;
  }
}

.products-list .product-grid-5 .product-item-container {
  padding: 0px;
}

.products-list .product-grid-5 .product-item-container .product-card__gallery {
  display: none;
}

.products-list .product-grid-5 .product-item-container .countdown_box {
  display: none;
}

.products-list .product-table:last-child .product-item-container {
  border-bottom: 1px solid #dbdbdb;
}

.products-list .product-table .product-item-container {
  background-color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;

  border-style: solid;

  border-width: 1px 1px 0px 1px;

  border-color: #dbdbdb;
}

.products-list .product-table .product-item-container > :last-child {
  border-left: 1px solid #dbdbdb;
}

.products-list .product-table .list-block {
  width: 20%;

  padding: 10px;

  text-align: center;
}

@media (max-width: 767px) {
  .products-list .product-table .list-block {
    display: none;
  }
}

.products-list .product-table .list-block .addToCart {
  text-transform: uppercase;

  display: block;

  width: 100%;

  margin-bottom: 10px;

  padding: 9px 20px;

  background: #878787;

  color: #fff;

  border-radius: 3px;

  border: none;

  background: #c39334;

  border-color: #c39334;
}

.products-list .product-table .list-block .addToCart:hover {
  background: #c39334;

  border-color: #c39334;

  color: #fff;
}

.products-list .product-table .list-block .addToCart:hover {
  background: #878787;

  border-color: #878787;
}

.products-list .product-table .list-block .wishlist,
.products-list .product-table .list-block .compare {
  width: 48%;

  padding: 9px 20px;

  background: #eee;

  color: #333;

  border-radius: 3px;

  border: none;

  font-size: 16px;
}

.products-list .product-table .list-block .wishlist:hover,
.products-list .product-table .list-block .compare:hover {
  background: #c39334;

  border-color: #c39334;

  color: #fff;
}

.products-list .product-table .list-block .quickview {
  display: none !important;
}

.products-list .product-table .left-block {
  width: 15%;

  min-width: 64px;
}

@media (max-width: 767px) {
  .products-list .product-table .left-block {
    width: 35%;
  }
}

.products-list .product-table .left-block .quickview {
  display: none !important;
}

.products-list .product-table .left-block .product-card__gallery,
.products-list .product-table .left-block .addToCart,
.products-list .product-table .left-block .countdown_box,
.products-list .product-table .left-block .button-group {
  display: none;
}

.products-list .product-table .right-block {
  width: 65%;

  display: -webkit-box;

  display: -moz-box;

  display: box;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  box-flex: 1;

  -webkit-flex: 1;

  -moz-flex: 1;

  -ms-flex: 1;

  flex: 1;
}

.products-list .product-table .right-block .addToCart {
  display: none;
}

.products-list .product-table .right-block > * {
  border-left: 1px solid #dbdbdb;

  margin: 0px;

  padding: 10px;
}

.products-list .product-table .right-block .button-group {
  display: none;
}

.products-list .product-table .right-block h4 {
  font-weight: 400;

  font-size: 14px;

  width: 25%;
}

.products-list .product-table .right-block h4 a {
  color: #222;
}

.products-list .product-table .right-block h4 a:hover {
  color: #c39334;
}

@media (max-width: 767px) {
  .products-list .product-table .right-block h4 {
    width: 60%;
  }
}

.products-list .product-table .right-block .so-productlist-colorswatch {
  display: none;
}

.products-list .product-table .right-block .rate-history {
  width: 20%;

  display: none;
}

.products-list .product-table .right-block .price {
  width: 25%;
}

@media (max-width: 767px) {
  .products-list .product-table .right-block .price {
    width: 40%;
  }
}

.products-list .product-table .right-block .description {
  width: 40%;
}

@media (max-width: 767px) {
  .products-list .product-table .right-block .description {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .products-list .product-table .right-block .description,
  .products-list .product-table .label-product {
    display: none;
  }

  .products-list .product-table .right-block h4 {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .products-list .product-table .right-block .description,
  .products-list .product-table .label-product {
    display: none;
  }

  .products-list .product-table .right-block h4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .products-list .product-table .label-product {
    display: none;
  }
}

.products-list.list .product-layout {
  width: 100%;
}

.products-list.list .product-layout ul.so-productlist-colorswatch {
  text-align: left;
}

.products-list.list .product-layout .box-label {
  left: 5px;
}

.products-list.list .product-layout .product-item-container {
  display: table;

  margin-bottom: 30px;
}

.products-list.list .product-layout .product-item-container .left-block {
  width: 270px;

  float: left;

  border: 1px solid #ddd;
}

@media (max-width: 767px) {
  .products-list.list .product-layout .product-item-container .left-block {
    width: 40%;
  }
}

.products-list.list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container {
  text-align: center;
}

.products-list.list
  .product-layout
  .product-item-container
  .left-block
  .so-quickview,
.products-list.list
  .product-layout
  .product-item-container
  .left-block
  .button-group {
  display: none;
}

@media (max-width: 767px) {
  .products-list.list .product-layout .product-item-container .list-block {
    margin-left: 0;

    padding: 10px 0 0;

    clear: both;

    overflow: hidden;
  }
}

.products-list.list
  .product-layout
  .product-item-container
  .list-block
  .btn-button {
  border: 1px solid #eaeaea;

  border-radius: 3px;

  display: block;

  margin-right: 5px;

  padding: 7px 15px;

  background-color: #fff;

  color: #666;

  text-align: center;

  float: left;
}

.products-list.list
  .product-layout
  .product-item-container
  .list-block
  .btn-button
  i {
  font-size: 16px;
}

.products-list.list
  .product-layout
  .product-item-container
  .list-block
  .btn-button:hover {
  background-color: #c39334;

  border-color: #c39334;

  color: #fff;
}

.products-list.list
  .product-layout
  .product-item-container
  .list-block
  .addToCart {
  background-color: #c39334;

  border-color: #c39334;

  color: #fff;

  border-radius: 3px;

  /* [4] */

  /* [6] */

  /* [6] */

  /* [7] */

  font-size: 12px;

  font-size: 1.2rem;

  /* [8] */

  font-weight: 400;

  text-transform: uppercase;
}

.products-list.list
  .product-layout
  .product-item-container
  .list-block
  .addToCart
  i {
  margin-right: 0px;

  font-size: 14px;
}

.products-list.list
  .product-layout
  .product-item-container
  .list-block
  .addToCart:hover {
  background-color: #878787;

  border-color: #878787;
}

.products-list.list .product-layout .product-item-container .right-block {
  margin-left: 270px;

  padding: 0 20px 0px 30px;
}

@media (max-width: 767px) {
  .products-list.list .product-layout .product-item-container .right-block {
    margin-left: 40%;

    padding: 0 10px 0px 10px;
  }
}

.products-list.list
  .product-layout
  .product-item-container
  .right-block
  .ratings {
  margin-bottom: 0px;
}

.products-list.list .product-layout .product-item-container .right-block h4 {
  margin-bottom: 5px;

  font-weight: 400;
}

.products-list.list .product-layout .product-item-container .right-block h4 a {
  color: #444;

  /* [4] */

  /* [6] */

  /* [6] */

  /* [7] */

  font-size: 16px;

  font-size: 1.6rem;

  /* [8] */
}

.products-list.list
  .product-layout
  .product-item-container
  .right-block
  h4
  a:hover {
  color: #c39334;
}

.products-list.list
  .product-layout
  .product-item-container
  .right-block
  .price {
  display: inline-block;

  margin: 8px 0 8px 0;
}

.products-list.list
  .product-layout
  .product-item-container
  .right-block
  .description {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .products-list.list
    .product-layout
    .product-item-container
    .right-block
    .description {
    display: none;
  }
}

@media (max-width: 767px) {
  .products-list.list .product-layout .product-item-container .label-product {
    display: none;
  }
}

ul.so-colorswatch-productpage-icons,
ul.so-productlist-colorswatch {
  text-align: left;

  width: 100%;

  margin-top: 10px;
}

ul.so-colorswatch-productpage-icons li,
ul.so-productlist-colorswatch li {
  padding: 0;

  border-radius: 50%;

  border: 2px solid transparent;
}

ul.so-colorswatch-productpage-icons li a,
ul.so-productlist-colorswatch li a {
  border-radius: 50%;
}

ul.so-colorswatch-productpage-icons li.actived,
ul.so-productlist-colorswatch li.actived {
  border: 2px solid #ddd;
}

ul.so-colorswatch-productpage-icons li:hover,
ul.so-productlist-colorswatch li:hover,
ul.so-colorswatch-productpage-icons li.actived,
ul.so-productlist-colorswatch li.actived,
ul.so-colorswatch-productpage-icons li.checked,
ul.so-productlist-colorswatch li.checked {
  border: 2px solid #ddd;
}

ul.so-colorswatch-productpage-icons li.selected-option,
ul.so-productlist-colorswatch li.selected-option {
  border: none;
}

.product-listing {
  padding: 0;
}

/*SIDEBAR LISTING - RESPONSIVE*/

@media (min-width: 992px) {
  .desktop-offcanvas .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: 9998;
  }

  .desktop-offcanvas .sidebar-offcanvas {
    padding-left: 15px !important;

    padding-right: 10px !important;

    background: #fff;

    width: 300px;

    position: fixed;

    top: 0px;

    bottom: 0px;

    z-index: 9999;

    height: 100%;

    overflow-x: scroll;

    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);

    transition: all 300ms ease-in-out;

    padding-top: 40px;

    margin: 0px;
  }

  .desktop-offcanvas .sidebar-offcanvas #close-sidebar {
    position: absolute;

    top: 10px;

    right: 20px;

    font-size: 16px;

    display: block;
  }

  .desktop-offcanvas .sidebar-offcanvas #close-sidebar:hover {
    cursor: pointer;

    color: #f00;
  }

  .desktop-offcanvas .sidebar-offcanvas.right_column {
    right: -100%;
  }

  .desktop-offcanvas .sidebar-offcanvas.left_column {
    left: -100%;
  }

  .desktop-offcanvas .sidebar-offcanvas.left_column.active {
    left: 0;
  }

  .desktop-offcanvas .sidebar-offcanvas.right_column.active {
    right: 0;
  }
}

.product-detail .open-sidebar,
.product-listing .open-sidebar {
  display: inline-block;

  border: 2px solid #999;

  padding: 3px 15px;

  letter-spacing: 1px;

  line-height: 23px;

  font-size: 10px;

  vertical-align: top;

  text-transform: uppercase;
}

.product-detail .open-sidebar:hover,
.product-listing .open-sidebar:hover {
  border-color: #c39334;
}

.product-detail .open-sidebar {
  margin-bottom: 15px;
}

#close-sidebar {
  display: none;
}

@media only screen and (max-width: 992px) {
  body.open-sboff {
    height: 100%;

    overflow: hidden;
  }

  .blog-detail .sidebar-overlay,
  .blog-list .sidebar-overlay,
  .product-detail .sidebar-overlay,
  .product-listing .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: 9998;
  }

  .blog-detail .sidebar-offcanvas,
  .blog-list .sidebar-offcanvas,
  .product-detail .sidebar-offcanvas,
  .product-listing .sidebar-offcanvas {
    padding-left: 15px !important;

    padding-right: 10px !important;

    background: #fff;

    width: 300px;

    position: fixed;

    top: 0px;

    bottom: 0px;

    z-index: 9999;

    height: 100%;

    overflow-x: scroll;

    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);

    transition: all 300ms ease-in-out;

    padding-top: 40px;

    margin: 0px;
  }

  .blog-detail .sidebar-offcanvas #close-sidebar,
  .blog-list .sidebar-offcanvas #close-sidebar,
  .product-detail .sidebar-offcanvas #close-sidebar,
  .product-listing .sidebar-offcanvas #close-sidebar {
    position: absolute;

    top: 10px;

    right: 20px;

    font-size: 16px;

    display: block;
  }

  .blog-detail .sidebar-offcanvas #close-sidebar:hover,
  .blog-list .sidebar-offcanvas #close-sidebar:hover,
  .product-detail .sidebar-offcanvas #close-sidebar:hover,
  .product-listing .sidebar-offcanvas #close-sidebar:hover {
    cursor: pointer;

    color: #f00;
  }

  .blog-detail .sidebar-offcanvas.right_column,
  .blog-list .sidebar-offcanvas.right_column,
  .product-detail .sidebar-offcanvas.right_column,
  .product-listing .sidebar-offcanvas.right_column {
    right: -100%;
  }

  .blog-detail .sidebar-offcanvas.left_column,
  .blog-list .sidebar-offcanvas.left_column,
  .product-detail .sidebar-offcanvas.left_column,
  .product-listing .sidebar-offcanvas.left_column {
    left: -100%;
  }

  .blog-detail .sidebar-offcanvas.left_column.active,
  .blog-list .sidebar-offcanvas.left_column.active,
  .product-detail .sidebar-offcanvas.left_column.active,
  .product-listing .sidebar-offcanvas.left_column.active {
    left: 0;
  }

  .blog-detail .sidebar-offcanvas.right_column.active,
  .blog-list .sidebar-offcanvas.right_column.active,
  .product-detail .sidebar-offcanvas.right_column.active,
  .product-listing .sidebar-offcanvas.right_column.active {
    right: 0;
  }
}

.filter-horizontal .so-filter-option.so-filter-price .input_max,
.filter-horizontal .so-filter-option.so-filter-price .input_min {
  min-width: 50px;

  width: 50px;
}

/*============ QUICKVIEW ==============*/

.mfp-iframe-holder .mfp-close {
  margin: 0;

  top: -5px;

  color: #f00;
}

.mfp-iframe-scaler iframe {
  padding: 20px 10px 10px 10px;

  height: 535px;
}

.quickview-w.product-view .content-product-right {
  margin-top: 0px;
}

.quickview-w.product-view .content-product-right .box-checkbox .checkbox input {
  top: 2px;
}

#product-quick #product {
  margin-top: 20px;
}

#product-quick .product-view .content-product-right .box-info-product .cart {
  margin-left: 10px;
}

#product-quick .product-view .content-product-right .box-review .ratings {
  margin-right: 10px;

  top: -1px;
}

#product-quick .product-view .content-product-right .title-product h1 {
  margin-bottom: 10px;
}

#product-quick .product-view .content-product-right .product-box-desc {
  padding: 15px;

  border: 1px dotted #ddd;

  margin: 0;

  font-style: italic;

  color: #999;
}

#product-quick .product-view .content-product-right .product-box-desc span {
  font-weight: normal;
}

#product-quick .list-unstyled {
  font-size: 13px;

  color: #666;

  font-weight: normal;
}

#product-quick .product-view .content-product-left .full_slider,
#product-quick .product-view .content-product-left .not_full_slider {
  margin-top: 0;
}

#product-quick .product-view .content-product-left .full_slider .thumbnail,
#product-quick .product-view .content-product-left .not_full_slider .thumbnail {
  padding: 0;

  border: none;
}

#product-quick .product-view .content-product-left .contentslider {
  position: relative;
}

#product-quick .product-view .content-product-left .owl2-controls {
  display: inline-block;

  width: 100%;

  text-align: center;
}

#product-quick .product-view .content-product-left .owl2-dots {
  width: 100%;

  text-align: center;
}

#product-quick .product-view .content-product-left .owl2-dots .owl2-dot {
  background: #ccc;

  margin: 0 7px;

  width: 10px;

  height: 10px;

  padding: 0 5px;

  transition: all 0.3s ease 0s;

  border-radius: 50%;

  display: inline-block;
}

#product-quick .product-view .content-product-left .owl2-dots .owl2-dot span {
  background: #ccc;

  display: block;

  width: 100%;

  height: 100%;

  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

  border-radius: 50%;

  -webkit-border-radius: 50%;

  margin: 0;
}

#product-quick .product-view .content-product-left .owl2-dots .owl2-dot.active {
  background: #c39334;

  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#product-quick
  .product-view
  .content-product-left
  .owl2-dots
  .owl2-dot.active
  span {
  box-shadow: none;

  -webkit-box-shadow: none;
}

#product-quick .product-view .content-product-left .owl2-nav .owl2-prev,
#product-quick .product-view .content-product-left .owl2-nav .owl2-next {
  -webkit-opacity: 1;

  -moz-opacity: 1;

  -ms-opacity: 1;

  -o-opacity: 1;

  opacity: 1;

  background-color: transparent;

  float: left;

  margin-left: 15px;

  margin-right: 0 !important;
}

#product-quick .product-view .content-product-left .owl2-nav .owl2-prev:before,
#product-quick .product-view .content-product-left .owl2-nav .owl2-next:before {
  font-family: "FontAwesome";

  font-size: 22px;

  color: #666;
}

#product-quick .product-view .content-product-left .owl2-nav .owl2-prev:hover,
#product-quick .product-view .content-product-left .owl2-nav .owl2-next:hover {
  background-color: transparent;
}

#product-quick
  .product-view
  .content-product-left
  .owl2-nav
  .owl2-prev:hover:before,
#product-quick
  .product-view
  .content-product-left
  .owl2-nav
  .owl2-next:hover:before {
  color: #c39334;
}

#product-quick .product-view .content-product-left .owl2-nav .owl2-prev i,
#product-quick .product-view .content-product-left .owl2-nav .owl2-next i {
  display: none;
}

#product-quick .product-view .content-product-left .owl2-nav .owl2-prev {
  margin-right: 15px;
}

#product-quick .product-view .content-product-left .owl2-nav .owl2-prev:before {
  content: "\f053";
}

#product-quick .product-view .content-product-left .owl2-nav .owl2-next:before {
  content: "\f054";
}

#product-quick .product-view .content-product-left .owl2-nav div {
  visibility: visible;

  -webkit-opacity: 1;

  -moz-opacity: 1;

  -ms-opacity: 1;

  -o-opacity: 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;

  position: absolute;

  top: 50%;
}

#product-quick .product-view .content-product-left .owl2-nav div:before {
  font-size: 18px;
}

#product-quick .product-view .content-product-left .owl2-nav div.owl2-prev {
  left: 0;
}

#product-quick .product-view .content-product-left .owl2-nav div.owl2-next {
  right: 0;
}

.product-layout.product-table .product-item-container .seller_logo {
  transform: unset;

  position: static;
}

@media (min-width: 1200px) and (max-width: 1649px) {
  .product-grid.product-grid-5 .countdown_box {
    display: none;
  }

  #product-related .countdown_box {
    display: none;
  }

  .product-layout .product-item-container .seller_logo {
    right: 5px;
  }
}

/*============ Category  Featured ==============*/

.category-featured {
  margin: 0 0 30px 0;

  background-color: #fff;

  min-height: 150px;

  position: relative;
}

@media (min-width: 1200px) {
  .category-featured .owl2-carousel .owl2-stage-outer {
    height: 200px;
  }
}

.category-featured .ltabs-wrap .ltabs-tabs-container {
  margin: 0 0 30px;

  border-bottom: 2px solid #eee;
}

.category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab {
  margin: 0 20px 0 0;

  padding: 0 0 10px 0;

  line-height: 100%;
}

.category-featured
  .ltabs-wrap
  .ltabs-tabs-container
  .ltabs-tabs
  li.ltabs-tab
  > span {
  /* [4] */

  /* [6] */

  /* [6] */

  /* [7] */

  font-size: 18px;

  font-size: 1.8rem;

  /* [8] */

  color: #878787;

  padding: 0;

  text-transform: capitalize;

  line-height: 100%;

  font-weight: 500;
}

.category-featured
  .ltabs-wrap
  .ltabs-tabs-container
  .ltabs-tabs
  li.ltabs-tab
  > span:hover {
  color: #c39334;
}

.category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  position: relative;

  font-weight: 600;
}

.category-featured
  .ltabs-wrap
  .ltabs-tabs-container
  .ltabs-tabs
  li.tab-sel
  span {
  color: #222;
}

.category-featured
  .ltabs-wrap
  .ltabs-tabs-container
  .ltabs-tabs
  li.tab-sel:after {
  position: absolute;

  content: "";

  width: 100%;

  height: 2px;

  background-color: #222;

  bottom: -2px;

  left: 0;

  z-index: 2;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-nav
  .owl2-prev,
.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-nav
  .owl2-next {
  border-radius: 3px;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-nav
  .owl2-prev:hover,
.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-nav
  .owl2-next:hover {
  color: #fff;

  background-color: #c39334;

  border-color: #c39334;
}

.category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-dots {
  width: 100%;

  display: inline-block;

  text-align: center;

  margin-top: 10px;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-dots
  .owl2-dot {
  margin: 0 3px;

  display: inline-block;

  transition: all 0.3s ease 0s;

  width: 8px;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-dots
  .owl2-dot
  span {
  height: 8px;

  background: #cacaca;

  display: block;

  border-radius: 4px;

  margin: 0;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-dots
  .owl2-dot:hover
  span {
  background: #c39334;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-dots
  .owl2-dot.active {
  width: 24px;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-dots
  .owl2-dot.active
  span {
  background: #c39334;
}

.category-featured .ltabs-wrap .wap-listing-tabs .ltabs-item {
  margin: 0 !important;
}

.category-featured .ltabs-wrap .wap-listing-tabs .ltabs-item .item-inner {
  margin: 0;
}

.category-featured .ltabs-wrap .wap-listing-tabs .product-item-container {
  margin-bottom: 0;

  display: flex;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .left-block {
  padding: 0;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block {
  text-align: left;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  h4 {
  margin: 0;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  h4
  > a {
  font-size: 14px;

  font-weight: 400;

  color: #282828;

  text-transform: uppercase;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  h4
  > a:hover {
  color: #c39334;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .item-available {
  margin-top: 10px;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .item-available
  .available {
  background-color: #eee;

  height: 10px;

  width: 100%;

  border-radius: 7px;

  position: relative;

  z-index: 2;

  overflow: hidden;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .item-available
  .available
  .color_width {
  background: #c39334;

  position: absolute;

  height: 100%;

  left: 0;

  border-radius: 7px;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .item-available
  .text-left {
  padding-right: 0;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .item-available
  b {
  color: #282828;

  font-weight: 400;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .item-des {
  line-height: 22px;

  margin: 5px 0 15px;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .rating-num {
  font-size: 12px;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .button-group {
  margin-top: 5px;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .btn-button {
  margin: 0 2px;

  padding: 11px 12px;

  line-height: 100%;

  background-color: white;

  border: 1px solid #dcdcdc;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .btn-button:hover {
  color: #fff;

  background-color: #c39334;

  border-color: #c39334;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .addToCart {
  font-size: 12px;

  color: #444;

  text-transform: uppercase;

  background-color: #fff;

  border-radius: 20px;

  border: none;

  padding: 10px 20px;

  line-height: 100%;

  margin-top: 10px;

  border: 1px solid #ebebeb;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .addToCart:hover {
  background-color: #c39334;

  color: #fff;

  border-color: #c39334;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .wishlist,
.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .compare {
  color: #444;

  border-radius: 50%;
}

.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .wishlist
  span,
.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .compare
  span {
  display: none;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.product-details .products-list .product-grid .product-item-container {
  margin-bottom: 60px;
}

.product-details #main-content,
.product-details #content {
  margin-bottom: 0;
}

.product-details .lSSlideOuter.vertical .lSAction > .lSNext {
  bottom: 10px;
}

.product-view .content-product-left.class-honizol .thumb-video {
  bottom: 190px;
}

.left-content-product {
  margin-bottom: 30px;
}

.left-content-product .content-product-left .large-image {
  cursor: pointer;

  display: block;

  padding: 1px;

  overflow: hidden;

  position: relative;

  border: 1px solid #e6e6e6;
}

.left-content-product .content-product-left .large-image img {
  background: #fff;
}

.left-content-product .content-product-left .large-image .label-sale {
  left: 25px;
}

.left-content-product .content-product-left .thumb-video {
  margin-top: -50px;

  bottom: 40px;

  position: absolute;

  z-index: 950;

  font-size: 32px;

  right: 40px;

  z-index: 540;
}

.left-content-product .content-product-left .full_slider,
.left-content-product .content-product-left .not_full_slider {
  margin-top: 10px;
}

.left-content-product .content-product-left .full_slider .thumbnail,
.left-content-product .content-product-left .not_full_slider .thumbnail {
  border-radius: 0;

  margin: 1px;

  margin-bottom: 0;
}

.left-content-product .content-product-left .full_slider .thumbnail:hover,
.left-content-product .content-product-left .not_full_slider .thumbnail:hover {
  border-color: #c39334;
}

.left-content-product .content-product-left .full_slider .thumbnail.active,
.left-content-product .content-product-left .not_full_slider .thumbnail.active {
  border-color: #c39334;
}

.left-content-product .content-product-left .full_slider .owl2-nav div,
.left-content-product .content-product-left .not_full_slider .owl2-nav div {
  width: 27px;

  height: 27px;

  border: 1px solid #dfdfdf;

  border-radius: 0;

  font-size: 0;

  background-color: transparent;

  transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -webkit-transition: all 0.3s ease-in-out 0s;

  top: 50%;

  margin-top: -12px;

  position: absolute;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-prev,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-prev {
  background: url("../image/icon/next-prev-detail.png") no-repeat;

  background-position: -36px 0px;

  left: -14px;

  float: left;

  background-color: #fff;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-prev:hover,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-prev:hover {
  border-color: #c39334;

  background-color: #c39334;

  background-position: 0px 0px;

  opacity: 1;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-prev.disabled,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-prev.disabled {
  display: none;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-next,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-next {
  background: url("../image/icon/next-prev-detail.png") no-repeat;

  background-position: -71px 0px;

  right: -14px;

  float: right;

  background-color: #fff;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-next:hover,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-next:hover {
  border-color: #c39334;

  background-color: #c39334;

  background-position: -107px 0px;

  opacity: 1;
}

.left-content-product
  .content-product-left
  .full_slider
  .owl2-nav
  div.owl2-next.disabled,
.left-content-product
  .content-product-left
  .not_full_slider
  .owl2-nav
  div.owl2-next.disabled {
  display: none;
}

.left-content-product .content-product-right .title-product h1 {
  font-size: 22px;

  margin: 0 0 10px;

  font-weight: 500;

  color: #444;
}

.left-content-product .content-product-right .box-review .ratings {
  display: inline-block;

  margin-right: 20px;
}

.left-content-product .content-product-right .box-review a {
  color: #878787;
}

.left-content-product .content-product-right .box-review a:hover {
  color: #c39334;
}

.left-content-product .content-product-right .product-box-desc {
  border-top: 1px solid #eee;

  border-bottom: 1px solid #eee;

  padding: 10px 20px;
}

.left-content-product .content-product-right .product-box-desc .inner-box-desc {
  position: relative;
}

.left-content-product
  .content-product-right
  .product-box-desc
  .inner-box-desc:before {
  content: "";

  width: 4px;

  background: #c39334;

  height: 100%;

  position: absolute;

  left: -20px;

  top: 0;
}

.left-content-product .content-product-right .product-box-desc span {
  font-weight: bold;
}

.left-content-product .content-product-right .product-box-desc .brand a {
  color: #878787;
}

.left-content-product .content-product-right .product-box-desc .brand a:hover {
  color: #c39334;
}

.left-content-product .content-product-right .product-label {
  overflow: hidden;
}

.left-content-product .content-product-right .product-label .price {
  font-size: 24px;

  font-weight: 600;
}

@media (min-width: 1200px) {
  .left-content-product .content-product-right .product-label .price {
    float: left;
  }
}

@media (min-width: 1200px) {
  .left-content-product .content-product-right .product-label .stock {
    float: right;
  }
}

.left-content-product
  .content-product-right
  .product-label
  .stock
  .status-stock {
  color: #00abf0;
}

.left-content-product
  .content-product-right
  .product-label
  .stock
  .status-stock:before {
  content: "\f046";

  font-family: FontAwesome;

  display: inline-block;

  color: #00abf0;

  margin-right: 5px;

  margin-left: 10px;
}

.left-content-product .content-product-right #product {
  float: left;

  width: 100%;

  margin-top: 10px;
}

.left-content-product .content-product-right #product h3 {
  margin-top: 0;
}

.left-content-product
  .content-product-right
  #product
  .image_option_type
  label.control-label {
  margin-right: 10px;

  margin-top: 3px;
}

.left-content-product
  .content-product-right
  #product
  .product-options
  .img-thumbnail {
  width: 22px;

  height: 22px;

  border-radius: 0;

  padding: 1px;
}

.left-content-product .content-product-right #product .box-checkbox label {
  width: 100%;
}

.left-content-product .content-product-right #product .box-date {
  padding-left: 0;
}

.left-content-product .content-product-right #product .box-date label {
  margin-right: 10px;

  width: 80px;
}

.left-content-product .content-product-right #product .box-date input {
  width: 200px;
}

.left-content-product .content-product-right #product .box-date input,
.left-content-product .content-product-right #product .box-date button {
  border-radius: 0;

  position: relative;

  z-index: 0;

  margin-left: 0;
}

.left-content-product
  .content-product-right
  #product
  .box-date
  .input-group-btn {
  float: left;
}

.left-content-product .content-product-right #product .box-date button:hover {
  background: #c39334;

  color: #fff;
}

.left-content-product .content-product-right .box-info-product {
  float: left;

  width: 100%;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control {
  float: left;

  margin: 0;

  background: #eee;

  padding: 4px 10px;

  position: relative;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  label {
  float: left;

  font-weight: normal;

  margin-top: 3px;

  padding-right: 5px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  input.form-control {
  float: left;

  height: 33px;

  line-height: 31px;

  margin: 0;

  margin-right: 17px;

  padding: 0 10px;

  width: 35px;

  border: 1px solid #bdc2c9;

  border-radius: 0;

  z-index: 0;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span {
  border: 0 none;

  color: white;

  float: left;

  font-size: 10px;

  font-weight: normal;

  margin-left: 5px;

  border-radius: 0;

  cursor: pointer;

  line-height: 16px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span.product_quantity_up {
  background: none repeat scroll 0 0 #444;

  padding: 0 4px;

  position: absolute;

  right: 14px;

  top: 4px;

  height: 16.5px;

  width: 14px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span.product_quantity_down {
  background: none repeat scroll 0 0 #444;

  font-size: 13px;

  padding: 0 4px;

  position: absolute;

  right: 14px;

  top: 21px;

  width: 14px;

  height: 15.5px;

  line-height: 15px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span:hover {
  background: #c39334;
}

.left-content-product .content-product-right .box-info-product .cart {
  float: left;

  margin-right: 12px;
}

.left-content-product .content-product-right .box-info-product .cart a {
  font-size: 12px;

  font-weight: bold;

  text-transform: uppercase;
}

.left-content-product .content-product-right .box-info-product .cart a i {
  margin-right: 5px;
}

.left-content-product .content-product-right .box-info-product .cart input {
  background: #c39334;

  border-radius: 0;

  color: #fff;

  text-transform: uppercase;

  font-size: 13px;

  font-weight: bold;

  padding: 11px 16px;
}

.left-content-product
  .content-product-right
  .box-info-product
  .cart
  input:hover {
  background: #444;
}

.left-content-product
  .content-product-right
  .box-info-product
  .add-to-links
  ul
  li
  a {
  display: inline-block;

  padding: 7px 15px;

  font-size: 14px;

  color: #878787;

  border: 1px solid #e6e6e6;

  cursor: pointer;
}

.left-content-product
  .content-product-right
  .box-info-product
  .add-to-links
  ul
  li
  a.text {
  display: none;
}

.left-content-product
  .content-product-right
  .box-info-product
  .add-to-links
  ul
  li
  a:hover {
  border-color: #c39334;

  color: #c39334;
}

.thumb-vertical-outer {
  width: 100px;

  position: relative;

  float: left;

  margin-right: 15px;
}

.thumb-vertical-outer .lSAction {
  display: none;
}

.thumb-vertical-outer .thumbnail {
  border-color: #e6e6e6;

  padding: 0;
}

.thumb-vertical-outer .btn-more {
  display: block;

  height: 40px;

  width: 40px;

  text-align: center;

  position: absolute;

  font-size: 36px;

  cursor: pointer;

  margin-left: -20px;

  left: 50%;

  color: #878787;
}

.thumb-vertical-outer .btn-more:hover {
  color: #c39334;
}

.thumb-vertical-outer .btn-more.prev-thumb {
  top: 0;
}

.thumb-vertical-outer .btn-more.next-thumb {
  bottom: 0;
}

.thumb-vertical-outer .prev {
  margin-bottom: 5px;
}

.thumb-vertical-outer .prev,
.thumb-vertical-outer .next {
  cursor: pointer;
}

.thumb-vertical-outer .prev.disabled,
.thumb-vertical-outer .next.disabled {
  visibility: hidden;
}

.thumb-vertical-outer .prev .fa,
.thumb-vertical-outer .next .fa {
  font-size: 16px;

  display: block;

  text-align: center;
}

.thumb-vertical-outer ul.thumb-vertical {
  padding: 0;

  margin: 0;

  list-style: none;
}

.thumb-vertical-outer ul li {
  cursor: pointer;

  margin-bottom: 10px;
}

.thumb-vertical-outer ul li .thumbnail {
  border-radius: 0;

  padding: 0;

  margin: 0;
}

.thumb-vertical-outer ul li .thumbnail img {
  padding: 0px;

  transition: all 0.3s ease;

  position: relative;
}

.thumb-vertical-outer ul li .thumbnail:hover {
  border-color: #c39334;
}

.thumb-vertical-outer ul li .thumbnail.active {
  border-color: #c39334;
}

/*============PRODUCT TABS==================*/

.producttab .tabsslider.horizontal-tabs {
  z-index: 1;

  margin-top: 40px;

  margin-bottom: 0px;

  float: left;

  width: 100%;

  border: none;

  padding: 0;
}

.producttab .tabsslider.horizontal-tabs .nav-tabs {
  background-color: #f5f5f5;

  border: none;

  padding: 15px;

  border-radius: 5px;

  text-align: center;
}

.producttab .tabsslider.horizontal-tabs .nav-tabs li {
  margin-bottom: 0;

  display: inline-flex;

  margin: 0 5px;

  float: none;
}

.producttab .tabsslider.horizontal-tabs .nav-tabs li a {
  background-color: #fff;

  float: left;

  display: block;

  font-size: 14px;

  color: #222;

  padding: 13px 25px;

  margin: 0;

  cursor: pointer;

  text-transform: uppercase;

  font-weight: 700;

  border-radius: 0;

  border: none;

  border: 1px solid #e8e8e8;

  border-radius: 20px;

  line-height: 100%;

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

.producttab .tabsslider.horizontal-tabs .nav-tabs li.active a,
.producttab .tabsslider.horizontal-tabs .nav-tabs li:hover a {
  background-color: #f2f2f2;

  border-color: #222;

  color: #222;
}

.producttab .tabsslider.horizontal-tabs .tab-content {
  padding: 45px 0px;

  display: block;

  margin: 0;

  background-color: #fff;

  border-radius: 0px;

  -moz-border-radius: 0px;

  -webkit-border-radius: 0px;

  border: none;
}

.producttab .tabsslider.horizontal-tabs .tab-content .active {
  opacity: 1;
}

/*----------------------PRODUCT TABS ---------------*/

.producttab {
  margin: 40px 0;

  display: inline-block;

  width: 100%;
}

.producttab .tabsslider.vertical-tabs {
  border: 1px solid #e6e6e6;

  padding: 0;

  border-bottom: 1px solid #ddd;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs {
  border-bottom: medium none;

  margin: 0;

  min-height: 180px;

  padding: 0;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li {
  border-bottom: 1px solid #ddd;

  clear: both;

  position: relative;

  width: 100%;

  display: block;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
  border: 0;

  border-radius: 0;

  text-transform: uppercase;

  font-weight: bold;

  font-size: 16px;

  margin: 0;

  transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -webkit-transition: all 0.3s ease-in-out 0s;

  color: #878787;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
  background: transparent;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
  content: "";

  width: 5px;

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -webkit-transition: all 0.3s ease-in-out 0s;

  z-index: 999;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
  border-left-color: #c39334;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
  color: #c39334;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
  display: none;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
  background-color: #c39334;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
  border-left-color: #c39334;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
  background-color: #c39334;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
  background: transparent;

  color: #c39334;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:before,
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:after {
  display: none;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:first-child {
  border-top: 0;
}

.producttab .tabsslider.vertical-tabs .tab-content {
  border: 0;

  border-left: 1px solid #e6e6e6;

  min-height: 180px;

  margin-bottom: 0;
}

#product-accordion {
  float: left;

  width: 100%;

  margin-top: 30px;

  border: 1px solid #ddd;

  border-top: 4px solid #c39334;
}

#product-accordion .panel {
  padding: 10px 20px 0 20px;

  border-bottom: 0;

  box-shadow: none;
}

#product-accordion .panel .panel-heading {
  border-bottom: 1px dotted #ddd;

  padding: 0 0 10px 0;
}

#product-accordion .panel .panel-heading a {
  text-transform: uppercase;

  font-weight: bold;

  font-size: 18px;

  margin: 0;

  transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -webkit-transition: all 0.3s ease-in-out 0s;

  color: #878787;

  width: 100%;

  display: inline-block;

  position: relative;
}

#product-accordion .panel .panel-heading a.title-head.collapsed {
  color: #878787;
}

#product-accordion
  .panel
  .panel-heading
  a.title-head.collapsed
  span.arrow-up:before {
  content: "\f0d8";
}

#product-accordion .panel .panel-heading a.title-head {
  color: #c39334;
}

#product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
  content: "\f0d7";
}

#product-accordion .panel .panel-heading a span.arrow-up {
  display: block;

  position: absolute;

  right: 0;

  top: -2px;

  cursor: pointer;

  z-index: 10;

  font-size: 0;

  text-align: center;
}

#product-accordion .panel .panel-heading a span.arrow-up:before {
  content: "\f0d8";

  font-family: "FontAwesome";

  display: block;

  vertical-align: middle;

  width: 30px;

  height: 30px;

  line-height: 30px;

  font-size: 14px;
}

#product-accordion .panel .panel-heading:hover {
  border-bottom-color: #c39334;
}

#product-accordion .panel .panel-heading:hover a {
  color: #c39334;
}

#product-accordion .panel:first-child .panel-heading {
  padding-top: 10px;
}

#product-accordion .panel:last-child .panel-heading {
  border-bottom: 0;
}

#product-accordion .panel-heading + .panel-collapse > .list-group,
#product-accordion .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px dotted #c39334;

  margin-top: -1px;

  padding: 0;
}

.related {
  clear: both;
}

.related .modtitle {
  text-transform: uppercase;

  color: #222;

  font-size: 18px;

  font-weight: 600;
}

.related .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}

.related .releate-products .owl2-nav {
  position: absolute;

  top: -45px;

  width: 60px;

  right: -5px;
}

.related .releate-products .owl2-nav div {
  width: 20px;

  height: 27px;

  border: 1px solid #dfdfdf;

  margin: 0 5px;

  font-size: 0;

  float: left;

  background-color: transparent;

  transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -webkit-transition: all 0.3s ease-in-out 0s;

  position: relative;

  background-color: #fff;
}

.related .releate-products .owl2-nav div.owl2-prev {
  background: url(../image/icon/next-prev-detail.png) no-repeat;

  background-position: -41px 0px;
}

.related .releate-products .owl2-nav div.owl2-prev:hover {
  border-color: #c39334;

  background-color: #c39334;

  background-position: -4px 0px;

  opacity: 1;
}

.related .releate-products .owl2-nav div.owl2-prev.disabled {
  display: none;
}

.related .releate-products .owl2-nav div.owl2-next {
  background: url(../image/icon/next-prev-detail.png) no-repeat;

  background-position: -76px 0px;
}

.related .releate-products .owl2-nav div.owl2-next:hover {
  border-color: #c39334;

  background-color: #c39334;

  background-position: -112px 0px;

  opacity: 1;
}

.related .releate-products .owl2-nav div.owl2-next.disabled {
  display: none;
}

.related .owl-dots {
  display: none;
}

.zoomContainer {
  z-index: 90;
}

.image_option_type .selected-option {
  padding-left: 0;

  display: inline;

  text-transform: capitalize;
}

.image_option_type .radio input[type="radio"].image_radio {
  display: none;
}

.image_option_type .radio {
  padding-left: 0;

  display: inline;
}

.product-description .product-options img.icon-color {
  width: 20px;

  padding: 0;
}

.product-options label {
  padding: 0;

  color: #666;
}

.product-options .label {
  font-weight: normal;

  font-size: 11px;
}

.product-options .radio {
  position: relative;

  z-index: 2;

  text-transform: capitalize;

  cursor: pointer;
}

.product-options .radio .fa {
  display: none;
}

.product-options .active .fa {
  display: block;
}

.product-options .fa {
  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;

  width: 22px;

  height: 22px;

  color: white;

  line-height: 22px;

  text-align: center;
}

.slider-products .content-aside {
  width: 100%;

  padding: 0;
}

.slider-products .four-block {
  padding: 0;
}

.slider-products .policy-detail {
  box-shadow: none;
}

.slider-products .policy-detail .banner-policy {
  padding: 0;
}

.slider-products .policy-detail .banner-policy .policy {
  float: none;

  width: 100%;

  font-size: 12px;

  border: none;

  border-bottom: 1px solid white;

  padding: 25px 10px;
}

.banner-policy {
  background-color: #eee;

  text-transform: uppercase;
}

.banner-policy .policy {
  border-bottom: 1px solid #fff;

  line-height: 19px;

  padding: 20px 10px;
}

.banner-policy .policy a {
  color: #878787;
}

.banner-policy .policy a span {
  margin-right: 10px;
}

.banner-policy .policy a:hover {
  color: #c39334;
}

.banner-policy .policy.policy1 a span {
  background: url("../image/icons/policy_1.png") no-repeat;

  background-position: center 0;

  width: 48px;

  height: 36px;

  font-size: 0;

  float: left;
}

.banner-policy .policy.policy2 a span {
  background: url("../image/icons/ico-freeship.png") no-repeat;

  background-position: center 0;

  width: 53px;

  height: 35px;

  font-size: 0;

  float: left;
}

.banner-policy .policy.policy3 a span {
  background: url("../image/icons/ico-celander.png") no-repeat;

  background-position: center 0;

  width: 34px;

  height: 34px;

  font-size: 0;

  float: left;
}

.banner-policy .policy.policy4 a span {
  background: url("../image/icons/ico-umbrella.png") no-repeat;

  background-position: center 0;

  width: 34px;

  height: 34px;

  font-size: 0;

  float: left;
}

.slider-products .banner-policy .policy.policy1 a span,
.slider-products .banner-policy .policy.policy2 a span,
.slider-products .banner-policy .policy.policy3 a span,
.slider-products .banner-policy .policy.policy4 a span {
  width: 53px;
}

.shopping_cart .dropdown-menu .text-right .btn i {
  margin: 0 6px;
}

#sosearchpro .dropdown-menu .media-body .box-price span {
  float: left;

  padding: 0 10px 0 0px;
}

#sosearchpro .dropdown-menu .media:hover {
  background-color: transparent;
}

header .dropdown-menu > li .btn-block img {
  position: relative;

  top: -2px;
}

.id3-item {
  display: none;
}

header #sosearchpro .dropdown-menu {
  opacity: 1;

  visibility: visible;

  margin-top: 0;
}

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

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

header ul.top-link > li .btn-group .btn-link {
  font-size: 13px;
}

header .navbar-default {
  background-color: transparent;
}

header .navbar-default .megamenu-wrapper {
  background-color: transparent;
}

header ul.megamenu > li > a {
  text-shadow: unset;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .container-megamenu ul.megamenu li.item-style1 .sub-menu .content {
    width: 870px;
  }

  header .btn-shopping-cart .dropdown-menu {
    min-width: 340px;
  }

  header .shopping_cart .dropdown-menu .content-item {
    max-height: 315px;
  }
}

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

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

header ul.top-link > li.language .btn-link img {
  margin-top: -2px;
}

/*============ HEADER  ==================*/

@media (max-width: 991px) {
  .responsive ul.megamenu > li.click:before,
  .responsive ul.megamenu > li.hover:before {
    right: 0;

    left: auto;
  }

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

.btn-shopping-cart .dropdown-menu .cart_product_name:hover {
  color: #c39334;
}

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

.megamenu-style-dev {
  position: relative;
}

.megamenu-style-dev .vertical ul.megamenu {
  position: absolute;

  width: 100%;

  background: #222;

  z-index: 99;
}

.megamenu-style-dev .vertical ul.megamenu > li > a {
  font-size: 11px;
}

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

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

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

.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  background-color: #c39334;
}

/*======================================================*/

.typeheader-1 .socials li a:hover {
  background-color: #c39334;

  border-color: #c39334;
}

.typeheader-1 .top-log i,
.typeheader-1 ul.top-link > li .btn-group .btn-link:hover,
.typeheader-1 ul.top-link > li > a:hover {
  color: #c39334;
}

.typeheader-1 .header-bottom {
  border-bottom: 2px solid #c39334;
}

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

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

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

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

.typeheader-2 .socials li a:hover {
  background-color: #c39334;

  border-color: #c39334;
}

.typeheader-2 .top-log i,
.typeheader-2 ul.top-link > li .btn-group .btn-link:hover,
.typeheader-2 ul.top-link > li > a:hover {
  color: #c39334;
}

.typeheader-2 .header-bottom {
  border-bottom: 2px solid #c39334;
}

.typeheader-2 #sosearchpro .search button {
  background-color: #c39334;
}

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

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

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

.typeheader-2 .container-megamenu.vertical .vertical-wrapper ul.megamenu {
  border-top: 2px solid #c39334;
}

.typeheader-2
  .container-megamenu.vertical
  #menuHeading
  .megamenuToogle-pattern
  .container {
  background: #c39334;
}

.typeheader-2
  .container-megamenu.vertical
  #menuHeading
  .megamenuToogle-pattern
  .container:hover {
  background: #c39334;
}

.typeheader-3 .socials li a:hover {
  background-color: #c39334;

  border-color: #c39334;
}

.typeheader-3 .top-log i,
.typeheader-3 ul.top-link > li .btn-group .btn-link:hover,
.typeheader-3 ul.top-link > li > a:hover {
  color: #c39334;
}

.typeheader-3 #sosearchpro .search button {
  background-color: #c39334;
}

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

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

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

.typeheader-3 .container-megamenu.horizontal ul.megamenu > li > a {
  background-color: #c39334;
}

.typeheader-4 .socials li a:hover {
  background-color: #c39334;

  border-color: #c39334;
}

.typeheader-4 .top-log i,
.typeheader-4 ul.top-link > li .btn-group .btn-link:hover,
.typeheader-4 ul.top-link > li > a:hover {
  color: #c39334;
}

.typeheader-4 .header-bottom {
  border-bottom: 2px solid #c39334;
}

.typeheader-4 #sosearchpro .search button {
  background-color: #c39334;
}

.typeheader-4 #sosearchpro .search button:hover {
  background-color: #f9000c;
}

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

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

.common-home
  .typeheader-5
  .container-megamenu.horizontal
  ul.megamenu
  > li.home
  > a {
  color: #c39334;

  background-color: transparent;
}

.typeheader-5 .container-megamenu.horizontal ul.megamenu > li:hover > a,
.typeheader-5 .container-megamenu.horizontal ul.megamenu > li > a:hover,
.typeheader-5 .container-megamenu.horizontal ul.megamenu > li.active > a,
.typeheader-5 .container-megamenu.horizontal ul.megamenu > li.active_menu > a {
  background-color: transparent;

  color: #c39334;
}

.typeheader-5 .telephone i,
.typeheader-5 .top-log i,
.typeheader-5 .top-log li a:hover,
.typeheader-5 ul.top-link > li .btn-group .btn-link:hover,
.typeheader-5 ul.top-link > li > a:hover {
  color: #c39334;
}

.typeheader-5 .shopping_cart,
.typeheader-5 #sosearchpro .search button {
  background-color: #c39334;
}

.typeheader-5 .shopping_cart:hover,
.typeheader-5 #sosearchpro .search button:hover {
  background-color: #f9000c;
}

.common-home
  .typeheader-6
  .container-megamenu.horizontal
  ul.megamenu
  > li.home
  > a {
  color: #c39334;

  background-color: transparent;
}

.typeheader-6 .container-megamenu.horizontal ul.megamenu > li:hover > a,
.typeheader-6 .container-megamenu.horizontal ul.megamenu > li > a:hover,
.typeheader-6 .container-megamenu.horizontal ul.megamenu > li.active > a,
.typeheader-6 .container-megamenu.horizontal ul.megamenu > li.active_menu > a {
  background-color: transparent;

  color: #c39334;
}

.typeheader-6 .top-log i,
.typeheader-6 .top-log li a:hover,
.typeheader-6 ul.top-link > li .btn-group .btn-link:hover,
.typeheader-6 ul.top-link > li > a:hover {
  color: #c39334;
}

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

.common-home
  .typeheader-7
  .container-megamenu.horizontal
  ul.megamenu
  > li.home
  > a {
  color: #c39334;

  background-color: transparent;
}

.typeheader-7 .container-megamenu.horizontal ul.megamenu > li:hover > a,
.typeheader-7 .container-megamenu.horizontal ul.megamenu > li > a:hover,
.typeheader-7 .container-megamenu.horizontal ul.megamenu > li.active > a,
.typeheader-7 .container-megamenu.horizontal ul.megamenu > li.active_menu > a {
  background-color: transparent;

  color: #c39334;
}

.typeheader-7 .top-log i,
.typeheader-7 .top-log li a:hover,
.typeheader-7 ul.top-link > li .btn-group .btn-link:hover,
.typeheader-7 ul.top-link > li > a:hover {
  color: #c39334;
}

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

.typeheader-7 #sosearchpro .search button:hover i {
  color: #c39334;
}

.typeheader-8 .top-log i,
.typeheader-8 .top-log li a:hover,
.typeheader-8 ul.top-link > li .btn-group .btn-link:hover,
.typeheader-8 ul.top-link > li > a:hover {
  color: #c39334;
}

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

.typeheader-8 #sosearchpro .search button:hover i {
  color: #c39334;
}

.typeheader-8 .header-bottom {
  background-color: #c39334;
}

@media (max-width: 991px) {
  .typeheader-2 .header-bottom {
    background-color: #c39334;
  }

  body .typeheader-3 .header-bottom {
    background-color: #c39334;
  }

  .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: #c39334 !important;
  }
}

@media (max-width: 991px) {
  .typeheader-4 .header-bottom {
    background-color: #ff141f;
  }
}

footer #collapse-footer {
  display: block;
}

.footer-container {
  clear: both;
}

footer .so-page-builder .container {
  padding: 0 15px;
}

footer .copyright a {
  color: #222;
}

footer a:hover {
  color: #c39334;
}

.typefooter-1 .socials li a:hover,
.typefooter-1 .box-footer .modcontent ul.menu li a:before {
  background-color: #c39334;
}

.typefooter-1 .box-infos .list-icon li .icon,
.typefooter-1 .box-footer .modcontent ul.menu li a:hover {
  color: #c39334;
}

.typefooter-1
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button {
  background-color: #c39334;
}

.typefooter-1
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button:hover {
  background-color: #f9000c;
}

.typefooter-2 .box-footer .modcontent ul.menu li a:hover {
  color: #c39334;
}

.typefooter-2 .row-dark,
.typefooter-2 .box-footer .modcontent ul.menu li a:before {
  background-color: #c39334;
}

.typefooter-2 .box-infos .list-icon li .icon,
.typefooter-2 .box-footer .modcontent ul.menu li a:hover {
  color: #c39334;
}

.typefooter-2
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button:hover {
  color: #c39334;
}

.typefooter-3 .box-footer .modcontent ul.menu li a:hover {
  color: #c39334;
}

.typefooter-3 .socials li a:hover,
.typefooter-3 .box-footer .modcontent ul.menu li a:before {
  background-color: #c39334;
}

.typefooter-3 .box-infos .list-icon li .icon,
.typefooter-3 .box-footer .modcontent ul.menu li a:hover {
  color: #c39334;
}

.typefooter-3
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button {
  background-color: #c39334;
}

.typefooter-3
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button:hover {
  background-color: #f9000c;
}

.typefooter-3 .row-bottom:before {
  background-color: #c39334;
}

.typefooter-4 .socials li a:hover {
  color: #c39334;
}

.typefooter-4 .socials li a:hover,
.typefooter-4 .box-footer .modcontent ul.menu li a:before {
  background-color: #c39334;
}

.typefooter-4 .box-infos .list-icon li .icon,
.typefooter-4 .box-footer .modcontent ul.menu li a:hover {
  color: #c39334;
}

.typefooter-4
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button {
  background-color: #c39334;
}

.typefooter-4
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button:hover {
  background-color: #f9000c;
}

.typefooter-6 .box-footer .modcontent ul.menu li a:hover,
.typefooter-5 .box-footer .modcontent ul.menu li a:hover {
  color: #c39334;
}

.typefooter-6 .socials li a:hover,
.typefooter-5 .socials li a:hover,
.typefooter-6 .box-footer .modcontent ul.menu li a:before,
.typefooter-5 .box-footer .modcontent ul.menu li a:before {
  background-color: #c39334;
}

.typefooter-6 .box-infos .list-icon li .icon,
.typefooter-5 .box-infos .list-icon li .icon,
.typefooter-6 .box-footer .modcontent ul.menu li a:hover,
.typefooter-5 .box-footer .modcontent ul.menu li a:hover {
  color: #c39334;
}

.typefooter-6
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button,
.typefooter-5
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button {
  background-color: #c39334;
}

.typefooter-6
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button:hover,
.typefooter-5
  .newsletter-footer1
  .newsletter
  .block_content
  form.signup
  .subcribe
  button:hover {
  background-color: #f9000c;
}

.typefooter-6 .row-bottom:before,
.typefooter-5 .row-bottom:before {
  background-color: #c39334;
}

.typefooter-8 .socials li a:hover,
.typefooter-7 .socials li a:hover,
.typefooter-8 .row-dark,
.typefooter-7 .row-dark {
  background-color: #c39334;
}

.typefooter-8
  .newsletter-footer7
  .newsletter
  .block_content
  form.signup
  .subcribe
  button:hover,
.typefooter-7
  .newsletter-footer7
  .newsletter
  .block_content
  form.signup
  .subcribe
  button:hover,
.typefooter-8 .footer-links ul li a:hover,
.typefooter-7 .footer-links ul li a:hover {
  color: #c39334;
}

/*===============================================

 [SASS DIRECTORY ]

 [1] 

 ==============================================*/

/*===============================*/

.common-home #content {
  margin-bottom: 0px;
}

.sohomepage-slider .so-homeslider {
  border: none;

  z-index: 0;
}

.container-fluid .container {
  padding-left: 15px;

  padding-right: 15px;
}

#main-content,
#content {
  margin-bottom: 30px;
}

.common-home a:hover {
  color: #c39334;
}

.content-main-w {
  clear: both;
}

/*====================== mod title ========================*/

.layout-1.common-home #content .module h3.modtitle {
  text-align: center;

  margin-bottom: 5px;
}

.layout-1.common-home #content .module h3.modtitle span {
  font-size: 36px;

  color: #282828;

  font-weight: 700;

  text-transform: uppercase;

  position: relative;

  padding: 0 15px;
}

.layout-1.common-home #content .module h3.modtitle span:before {
  position: absolute;

  content: "";

  width: 8px;

  height: 8px;

  background-color: #c39334;

  top: 50%;

  margin-top: -4px;

  left: 0;

  border-radius: 100%;
}

.layout-1.common-home #content .module h3.modtitle span:after {
  position: absolute;

  content: "";

  width: 8px;

  height: 8px;

  background-color: #c39334;

  top: 50%;

  margin-top: -4px;

  right: 0;

  border-radius: 100%;
}

.layout-1.common-home #content .module .pre_text {
  text-align: center;

  line-height: 100%;

  color: #c39334;

  font-size: 14px;

  text-transform: uppercase;

  letter-spacing: 2px;

  line-height: 18px;
}

.layout-1.common-home #content .module .form-group {
  text-align: center;

  font-style: italic;

  color: #878787;
}

.layout-1.common-home #content .box-advanced-search {
  margin-top: 40px;
}

.layout-1.common-home #content .box-advanced-search .search-boxes,
.layout-1.common-home #content .box-advanced-search .search-button {
  width: 100%;
}

.layout-1.common-home #content .so_advanced_search {
  background: url(../image/bg/bg-advanced.jpg) no-repeat center;

  background-size: 100%;
}

.layout-1.common-home #content .so_advanced_search .heading-title h2 {
  font-weight: 500;

  font-size: 22px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  padding: 40px 30px 30px 30px;

  margin-bottom: 22px;

  color: #fff;
}

.layout-1.common-home #content .so_advanced_search .sas_inner {
  padding: 0;
}

.layout-1.common-home #content .so_advanced_search .sas_inner-box-search {
  padding: 20px;
}

.layout-1.common-home
  #content
  .so_advanced_search
  .sas_inner-box-search
  .search-boxes {
  margin-bottom: 18px;
}

.layout-1.common-home
  #content
  .so_advanced_search
  .sas_inner-box-search
  .search-boxes
  select {
  height: 45px;

  color: #666;

  font-size: 14px;

  border: none;

  border-radius: 5px;
}

.layout-1.common-home
  #content
  .so_advanced_search
  .sas_inner-box-search
  .search-boxes
  input {
  height: 45px;

  width: 100%;

  color: #666;

  font-size: 14px;

  border: none;

  border-radius: 5px;
}

.layout-1.common-home
  #content
  .so_advanced_search
  .sas_inner-box-search
  .search-boxes
  textarea {
  height: 70px;

  width: 100%;

  color: #666;

  font-size: 14px;

  border: none;

  border-radius: 5px;
}

.layout-1.common-home
  #content
  .so_advanced_search
  .sas_inner-box-search
  .search-button
  button {
  width: 100%;

  font-size: 16px;

  font-weight: 500;

  background-color: #c39334;

  border-radius: 5px;

  height: 50px;

  line-height: 50px;

  margin: 5px 0 40px 0;
}

.layout-1.common-home
  #content
  .so_advanced_search
  .sas_inner-box-search
  .search-button
  button:hover {
  background-color: #c28817;
}

/************************************************************************************************

 MODULE SO CATEGORIES  

 *************************************************************************************************/

/************************************************************************************************

 MODULE HOME SLIDER  

 *************************************************************************************************/

.sohomepage-slider .so-homeslider .owl2-nav div::before,
.sohomepage-slider .so-homeslider .owl2-nav div:hover:before {
  background-color: transparent !important;
}

#content .sohomepage-slider {
  margin: 0 0 25px 0;

  position: relative;

  z-index: 0;
}

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

#content .sohomepage-slider .so-homeslider {
  border: none;

  display: block;
}

#content .sohomepage-slider .so-homeslider img {
  width: auto;
}

#content .sohomepage-slider .owl2-controls {
  height: 0;
}

#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next,
#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev {
  font-size: 0px;

  z-index: 99;

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  top: 50%;

  margin-top: -30px;

  text-indent: -999em;

  display: block;

  background-color: #fff;

  border: none;

  visibility: hidden;

  -webkit-opacity: 0;

  -moz-opacity: 0;

  -ms-opacity: 0;

  -o-opacity: 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;

  -webkit-transform: scale(0.5);

  -moz-transform: scale(0.5);

  -ms-transform: scale(0.5);

  -o-transform: scale(0.5);

  transform: scale(0.5);

  position: absolute;
}

#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next:after,
#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:after {
  display: none;
}

#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next:before,
#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:before {
  font-size: 30px;

  color: #c39334;

  font-family: "FontAwesome";

  display: block;

  text-indent: 0 !important;

  width: 60px;

  height: 60px;

  line-height: 58px;

  text-align: center;

  opacity: 1;
}

#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next:hover,
#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:hover {
  background-color: #c39334;
}

#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next:hover:before,
#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:hover:before {
  color: #fff;
}

#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next {
  right: 15px;

  left: auto;
}

#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next:before {
  content: "\f105";
}

#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev {
  left: 15px;

  right: auto;
}

#content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:before {
  content: "\f104";
}

#content .sohomepage-slider .owl2-controls .owl2-dots {
  position: static;

  left: auto;

  right: auto;

  width: 100%;

  display: inline-block;

  text-align: center;

  position: relative;

  top: -35px;

  z-index: 10;
}

#content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot {
  background-color: #ddd;

  margin: 0 5px;

  width: 11px;

  height: 11px;

  padding: 0;

  transition: all 0.3s ease 0s;

  border-radius: 100%;

  float: none;

  display: inline-block;
}

#content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot span {
  background-color: #ddd;

  display: block;

  width: 100%;

  height: 100%;

  border-radius: 100%;

  -webkit-border-radius: 100%;

  margin: 0;
}

#content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot:hover,
#content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active {
  background: rgba(0, 0, 0, 0.3);
}

#content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot:hover span,
#content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active span {
  box-shadow: none;

  -webkit-box-shadow: none;

  background: rgba(0, 0, 0, 0.3);
}

#content .sohomepage-slider:hover .owl2-controls .owl2-nav .owl2-next,
#content .sohomepage-slider:hover .owl2-controls .owl2-nav .owl2-prev {
  visibility: visible;

  -webkit-opacity: 1;

  -moz-opacity: 1;

  -ms-opacity: 1;

  -o-opacity: 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;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);
}

/************************************************************************************************

 SHORTCODE HTML 

 *************************************************************************************************/

.quick-links {
  padding: 8px 0;
}

.quick-links ul {
  font-size: 13px;
}

.quick-links ul li {
  display: inline-block;
}

.quick-links ul li h2 {
  font-weight: 400;

  color: #222;

  font-size: 13px;

  margin: 0;
}

.slider-brands {
  padding-top: 78px;
}

.slider-brands .contentslider {
  border: 1px solid #e5e5e5;

  border-right: none;

  margin-top: 33px;
}

.slider-brands .contentslider .owl2-stage-outer {
  direction: ltr;
}

.slider-brands .contentslider .item {
  border-right: 1px solid #e5e5e5;

  text-align: center;

  padding: 20px 0;
}

.slider-brands .contentslider .item a img {
  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;
}

.slider-brands .contentslider .item a:hover img {
  transform: rotateY(180deg);

  transition: all 0.8s ease-in-out;
}

.slider-brands .owl2-nav {
  position: static;
}

.slider-brands .owl2-nav .slick-arrow,
.slider-brands .owl2-nav .owl2-prev,
.slider-brands .owl2-nav .owl2-next {
  background-color: #fff;

  border: 1px solid #e5e5e5;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  width: 46px;

  height: 46px;

  line-height: 42px;

  text-align: center;

  float: left;

  text-indent: -9999px;

  overflow: hidden;

  cursor: pointer;

  opacity: 1;

  z-index: 99;

  font-size: 24px;

  position: absolute;

  top: 50%;

  margin-top: -23px;

  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;

  font-weight: 400;
}

.slider-brands .owl2-nav .slick-arrow:before,
.slider-brands .owl2-nav .owl2-prev:before,
.slider-brands .owl2-nav .owl2-next:before {
  color: #282828;

  font-family: "FontAwesome";

  display: block;

  text-indent: 0 !important;

  width: 100%;

  height: 100%;

  font-size: 24px;
}

.slider-brands .owl2-nav .slick-arrow.slick-next,
.slider-brands .owl2-nav .owl2-prev.slick-next,
.slider-brands .owl2-nav .owl2-next.slick-next,
.slider-brands .owl2-nav .slick-arrow.owl2-next,
.slider-brands .owl2-nav .owl2-prev.owl2-next,
.slider-brands .owl2-nav .owl2-next.owl2-next {
  right: -23px;

  left: auto;
}

@media (max-width: 767px) {
  .slider-brands .owl2-nav .slick-arrow.slick-next,
  .slider-brands .owl2-nav .owl2-prev.slick-next,
  .slider-brands .owl2-nav .owl2-next.slick-next,
  .slider-brands .owl2-nav .slick-arrow.owl2-next,
  .slider-brands .owl2-nav .owl2-prev.owl2-next,
  .slider-brands .owl2-nav .owl2-next.owl2-next {
    right: 5px !important;
  }
}

.slider-brands .owl2-nav .slick-arrow.slick-next:before,
.slider-brands .owl2-nav .owl2-prev.slick-next:before,
.slider-brands .owl2-nav .owl2-next.slick-next:before,
.slider-brands .owl2-nav .slick-arrow.owl2-next:before,
.slider-brands .owl2-nav .owl2-prev.owl2-next:before,
.slider-brands .owl2-nav .owl2-next.owl2-next:before {
  content: "\f105";
}

.slider-brands .owl2-nav .slick-arrow.slick-prev,
.slider-brands .owl2-nav .owl2-prev.slick-prev,
.slider-brands .owl2-nav .owl2-next.slick-prev,
.slider-brands .owl2-nav .slick-arrow.owl2-prev,
.slider-brands .owl2-nav .owl2-prev.owl2-prev,
.slider-brands .owl2-nav .owl2-next.owl2-prev {
  left: -23px;

  right: auto;
}

@media (max-width: 767px) {
  .slider-brands .owl2-nav .slick-arrow.slick-prev,
  .slider-brands .owl2-nav .owl2-prev.slick-prev,
  .slider-brands .owl2-nav .owl2-next.slick-prev,
  .slider-brands .owl2-nav .slick-arrow.owl2-prev,
  .slider-brands .owl2-nav .owl2-prev.owl2-prev,
  .slider-brands .owl2-nav .owl2-next.owl2-prev {
    left: 5px !important;
  }
}

.slider-brands .owl2-nav .slick-arrow.slick-prev:before,
.slider-brands .owl2-nav .owl2-prev.slick-prev:before,
.slider-brands .owl2-nav .owl2-next.slick-prev:before,
.slider-brands .owl2-nav .slick-arrow.owl2-prev:before,
.slider-brands .owl2-nav .owl2-prev.owl2-prev:before,
.slider-brands .owl2-nav .owl2-next.owl2-prev:before {
  content: "\f104";
}

.slider-brands .owl2-nav .slick-arrow:hover,
.slider-brands .owl2-nav .owl2-prev:hover,
.slider-brands .owl2-nav .owl2-next:hover {
  border-color: #c39334;

  background-color: #c39334;
}

.slider-brands .owl2-nav .slick-arrow:hover:before,
.slider-brands .owl2-nav .owl2-prev:hover:before,
.slider-brands .owl2-nav .owl2-next:hover:before {
  color: #fff;
}

.banners2 {
  margin-top: 25px;

  margin-bottom: 90px;
}

/************************************************************************************************

 MODULE EXTRA SLIDER

 *************************************************************************************************/

.extra-layout1 {
  margin-top: 40px;
}

.extra-layout1 .so-extraslider {
  margin: -15px;

  margin-top: 10px;
}

.extra-layout1 .so-extraslider .owl2-dots {
  position: absolute;

  top: 0;

  right: 0;

  left: auto;
}

.extra-layout1 .so-extraslider .owl2-dots .owl2-dot {
  width: 9px;

  height: 9px;

  border-radius: 9px;

  background-color: #b2b2b2;

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

.extra-layout1 .so-extraslider .owl2-dots .owl2-dot span {
  display: none;
}

.extra-layout1 .so-extraslider .owl2-dots .owl2-dot:hover {
  background-color: #c39334;
}

.extra-layout1 .so-extraslider .owl2-dots .owl2-dot.active {
  background-color: #c39334;
}

.extra-layout1 .so-extraslider .owl2-nav {
  position: static;
}

.extra-layout1 .so-extraslider .owl2-nav .slick-arrow,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next {
  background-color: #fff;

  border: 1px solid #e5e5e5;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  width: 46px;

  height: 46px;

  line-height: 42px;

  text-align: center;

  float: left;

  text-indent: -9999px;

  overflow: hidden;

  cursor: pointer;

  opacity: 1;

  z-index: 99;

  font-size: 24px;

  position: absolute;

  top: 50%;

  margin-top: -23px;

  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;

  font-weight: 400;
}

.extra-layout1 .so-extraslider .owl2-nav .slick-arrow:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next:before {
  color: #282828;

  font-family: "FontAwesome";

  display: block;

  text-indent: 0 !important;

  width: 100%;

  height: 100%;

  font-size: 24px;
}

.extra-layout1 .so-extraslider .owl2-nav .slick-arrow.slick-next,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev.slick-next,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next.slick-next,
.extra-layout1 .so-extraslider .owl2-nav .slick-arrow.owl2-next,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev.owl2-next,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next.owl2-next {
  right: -23px;

  left: auto;
}

@media (max-width: 767px) {
  .extra-layout1 .so-extraslider .owl2-nav .slick-arrow.slick-next,
  .extra-layout1 .so-extraslider .owl2-nav .owl2-prev.slick-next,
  .extra-layout1 .so-extraslider .owl2-nav .owl2-next.slick-next,
  .extra-layout1 .so-extraslider .owl2-nav .slick-arrow.owl2-next,
  .extra-layout1 .so-extraslider .owl2-nav .owl2-prev.owl2-next,
  .extra-layout1 .so-extraslider .owl2-nav .owl2-next.owl2-next {
    right: 5px !important;
  }
}

.extra-layout1 .so-extraslider .owl2-nav .slick-arrow.slick-next:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev.slick-next:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next.slick-next:before,
.extra-layout1 .so-extraslider .owl2-nav .slick-arrow.owl2-next:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev.owl2-next:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next.owl2-next:before {
  content: "\f105";
}

.extra-layout1 .so-extraslider .owl2-nav .slick-arrow.slick-prev,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev.slick-prev,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next.slick-prev,
.extra-layout1 .so-extraslider .owl2-nav .slick-arrow.owl2-prev,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev.owl2-prev,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next.owl2-prev {
  left: -23px;

  right: auto;
}

@media (max-width: 767px) {
  .extra-layout1 .so-extraslider .owl2-nav .slick-arrow.slick-prev,
  .extra-layout1 .so-extraslider .owl2-nav .owl2-prev.slick-prev,
  .extra-layout1 .so-extraslider .owl2-nav .owl2-next.slick-prev,
  .extra-layout1 .so-extraslider .owl2-nav .slick-arrow.owl2-prev,
  .extra-layout1 .so-extraslider .owl2-nav .owl2-prev.owl2-prev,
  .extra-layout1 .so-extraslider .owl2-nav .owl2-next.owl2-prev {
    left: 5px !important;
  }
}

.extra-layout1 .so-extraslider .owl2-nav .slick-arrow.slick-prev:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev.slick-prev:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next.slick-prev:before,
.extra-layout1 .so-extraslider .owl2-nav .slick-arrow.owl2-prev:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev.owl2-prev:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next.owl2-prev:before {
  content: "\f104";
}

.extra-layout1 .so-extraslider .owl2-nav .slick-arrow:hover,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev:hover,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next:hover {
  border-color: #c39334;

  background-color: #c39334;
}

.extra-layout1 .so-extraslider .owl2-nav .slick-arrow:hover:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-prev:hover:before,
.extra-layout1 .so-extraslider .owl2-nav .owl2-next:hover:before {
  color: #fff;
}

.extra-layout1 .so-extraslider .owl2-nav .owl2-prev {
  left: -7px !important;
}

.extra-layout1 .so-extraslider .owl2-nav .owl2-next {
  right: -7px !important;
}

.extra-layout1 .so-extraslider .extraslider-inner {
  overflow: hidden;

  padding: 15px;

  padding-bottom: 40px;
}

.extra-layout1 .so-extraslider .extraslider-inner .owl2-stage-outer {
  overflow: visible;
}

/************************************************************************************************

 MODULE DEALS

 *************************************************************************************************/

.row-image {
  margin-top: 25px;

  padding: 80px 0;

  margin-bottom: 40px;

  background: url(../image/bg/bg-deals.jpg) no-repeat center;
}

.row-deals {
  margin: 0 auto;
}

#content .so-page-builder .container.row-deals {
  padding: 0;
}

.so-deal .extraslider-inner {
  border: none;

  padding-bottom: 9px;
}

.deals-layout1 {
  background-color: #fff;

  position: relative;
}

.deals-layout1 .modtitle2 {
  margin: -9px 40px 0;

  padding: 15px 30px;

  position: relative;

  text-transform: uppercase;

  font-size: 18px;

  color: #fff;

  display: inline-block;

  font-weight: 500;

  background-color: #c39334;

  border-radius: 0 0 5px 5px;

  z-index: 2;
}

.deals-layout1 .modtitle2:before {
  content: "";

  position: absolute;

  top: 0;

  bottom: auto;

  left: -22px;

  right: auto;

  border-bottom: 0 solid transparent;

  border-top: 9px solid transparent;

  border-right: 10px solid #c28817;

  border-left: 12px solid transparent;
}

.deals-layout1 .modtitle2:after {
  content: "";

  position: absolute;

  top: 0;

  bottom: auto;

  left: auto;

  right: -22px;

  border-bottom: 0 solid transparent;

  border-top: 9px solid transparent;

  border-left: 10px solid #c28817;

  border-right: 12px solid transparent;
}

.deals-layout1 .so-deal {
  background-color: #fff;

  margin: 0;
}

.deals-layout1 .so-deal .owl2-controls {
  margin: 0;
}

.deals-layout1 .so-deal .product-item-container .left-block {
  padding: 0px;
}

.deals-layout1
  .so-deal
  .product-item-container
  .left-block
  .product-image-container {
  text-align: center;
}

.deals-layout1 .so-deal .product-item-container .left-block .quickview {
  border: none;

  padding: 0;

  margin: 0;

  background-color: #c39334;

  border-radius: 50%;

  color: #fff;

  width: 50px;

  height: 50px;

  line-height: 50px;

  margin-top: -25px;

  margin-left: -25px;

  text-align: center;

  font-size: 14px;

  position: absolute;

  top: 40%;

  left: 50%;

  color: #fff;

  z-index: 99;

  transition: all 0.4s ease-in-out 0s;

  -moz-transition: all 0.4s ease-in-out 0s;

  -webkit-transition: all 0.4s ease-in-out 0s;

  opacity: 0;

  visibility: hidden;
}

.deals-layout1 .so-deal .product-item-container .left-block .quickview span {
  display: none;
}

.deals-layout1 .so-deal .product-item-container .left-block .quickview:hover {
  background-color: #f9000c;

  color: #fff;
}

.deals-layout1 .so-deal .product-item-container .item-timer {
  background-color: #fff;

  display: inline-block;

  width: 100%;

  margin: 25px 0 33px 0;
}

.deals-layout1 .so-deal .product-item-container .item-timer .time-item {
  background-color: #fff;

  border: 2px solid #e5e5e5;

  border-radius: 5px;

  line-height: 100%;

  float: left;

  text-align: center;

  padding-top: 10px;

  padding-bottom: 5px;

  margin: 0 15px 0 0;

  width: 60px;

  height: 66px;

  padding: 6px 0;
}

.deals-layout1
  .so-deal
  .product-item-container
  .item-timer
  .time-item
  .num-time {
  border: none;

  font-size: 22px;

  color: #282828;

  font-weight: 500;

  text-align: center;

  background-color: #fff;

  border-radius: 0;

  line-height: 30px;
}

.deals-layout1
  .so-deal
  .product-item-container
  .item-timer
  .time-item
  .name-time {
  color: #888;

  font-size: 12px;

  font-weight: 400;

  text-transform: uppercase;
}

.deals-layout1 .so-deal .product-item-container .button-group .btn-button {
  border: 1px solid #282828;

  float: left;

  padding: 0;

  background-color: #282828;

  border-radius: 3px;

  color: #fff;

  width: 40px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  margin: 0 2px;

  font-size: 14px;
}

.deals-layout1
  .so-deal
  .product-item-container
  .button-group
  .btn-button:hover {
  background-color: #c39334;

  color: #fff;

  border-color: #c39334;
}

.deals-layout1 .so-deal .product-item-container .button-group .addToCart {
  font-size: 14px;

  font-weight: 400;

  color: #fff;

  white-space: nowrap;

  text-transform: uppercase;

  background-color: #282828;

  border-radius: 3px;

  border: none;

  padding: 0 25px;

  margin-right: 2px;

  height: 40px;

  line-height: 42px;

  float: left;
}

.deals-layout1 .so-deal .product-item-container .button-group .addToCart:hover {
  background-color: #c39334;

  color: #fff;
}

.deals-layout1 .so-deal .product-item-container .right-block .rating {
  margin: 15px 0px 10px 0;
}

.deals-layout1 .so-deal .product-item-container .right-block h4 {
  margin-bottom: 5px;

  font-weight: 400;
}

.deals-layout1 .so-deal .product-item-container .right-block h4 a {
  color: #282828;

  text-transform: uppercase;

  font-size: 20px;
}

.deals-layout1 .so-deal .product-item-container .right-block h4 a:hover {
  color: #c39334;
}

.deals-layout1 .so-deal .product-item-container .right-block .price {
  display: inline-block;

  margin: 8px 0 8px 0;
}

.deals-layout1 .so-deal .product-item-container .right-block .price .price-new {
  font-size: 24px;
}

.deals-layout1 .so-deal .product-item-container .right-block .price .price-old {
  font-size: 20px;
}

.deals-layout1 .so-deal .product-item-container .right-block p {
  margin-top: 15px;

  font-size: 13px;

  line-height: 22px;
}

.deals-layout1 .so-deal .col-right {
  padding-bottom: 48px;
}

/************************************************************************************************

 MODULE CATEGORIES

 *************************************************************************************************/

.row-cates {
  padding-top: 78px;

  padding-bottom: 52px;

  background-color: rgba(243, 243, 243, 1);
}

.cates-layout1.so-categories {
  margin: 0 auto;
}

.cates-layout1.so-categories.preset01-3 .cat-wrap {
  margin: -15px;

  width: auto;
}

.cates-layout1.so-categories.preset01-3 .cat-wrap .content-box {
  width: 33.3333%;

  padding: 15px;

  margin: 0 0 30px 0;
}

.cates-layout1.so-categories .modcontent {
  margin-top: 40px;
}

.cates-layout1.so-categories .cat-wrap.theme2 .content-box {
  margin-bottom: 0;
}

.cates-layout1.so-categories .cat-wrap.theme2 .content-box .child-cat {
  padding-top: 10px;
}

.cates-layout1.so-categories .cat-wrap.theme2 .content-box .parent-cat {
  max-width: 48%;

  margin: 0 10px 0 0;

  float: left;
}

.cates-layout1.so-categories .cat-wrap.theme2 .content-box .inner {
  background-color: #fff;

  overflow: hidden;

  padding: 21px 10px 30px 0px;

  min-height: 263px;
}

.cates-layout1.so-categories .cat-wrap.theme2 .content-box .inner:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.cates-layout1.so-categories .cat-wrap.theme2 .content-box .viewmore {
  padding: 5px 13px;

  background: #222;

  color: #fff;

  border-radius: 3px;

  margin-top: 14px;

  display: inline-block;
}

.cates-layout1.so-categories .cat-wrap.theme2 .content-box .viewmore:hover {
  background-color: #c39334;
}

.cates-layout1.so-categories .cat-wrap.theme2 .content-box .cat-title a {
  font-weight: 500;

  color: #282828;

  font-size: 16px;

  text-transform: uppercase;
}

.cates-layout1.so-categories .cat-wrap.theme2 .content-box .arrow {
  display: none;
}

.cates-layout1.so-categories .cat-wrap.theme2 .content-box .image-cat img {
  border: none;
}

.cates-layout1.so-categories
  .cat-wrap.theme2
  .content-box
  .image-cat
  img:hover {
  opacity: 1;

  transform: scale(1.07, 1.07);
}

.cates-layout1.so-categories
  .cat-wrap.theme2
  .content-box
  .child-cat
  .child-cat-title
  a {
  position: relative;

  padding-left: 10px;

  line-height: 27px;
}

.cates-layout1.so-categories
  .cat-wrap.theme2
  .content-box
  .child-cat
  .child-cat-title
  a:before {
  position: absolute;

  content: "";

  background-color: #878787;

  width: 3px;

  height: 3px;

  border-radius: 100%;

  top: 6px;

  left: 0;
}

.cates-layout1.so-categories
  .cat-wrap.theme2
  .content-box
  .child-cat
  .child-cat-title
  a:hover:before {
  background-color: #c39334;
}

/************************************************************************************************

 MODULE LATEST BLOG

 *************************************************************************************************/

.so-blog-external .blog-external .media .so-block {
  padding: 0;
}

.so-blog-external .blog-external .media .so-block a.imag {
  display: block;

  position: relative;
}

.so-blog-external .blog-external .media .so-block a.imag:before {
  background-color: rgba(0, 0, 0, 0.2);

  content: "";

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

  position: absolute;

  visibility: hidden;

  -webkit-opacity: 0;

  -moz-opacity: 0;

  -ms-opacity: 0;

  -o-opacity: 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;

  z-index: 1;
}

.so-blog-external .blog-external .media .so-block a.imag:hover:before {
  visibility: visible;

  -webkit-opacity: 1;

  -moz-opacity: 1;

  -ms-opacity: 1;

  -o-opacity: 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;
}

.so-blog-external .blog-external .media .so-block a.imag img {
  width: 100%;
}

.blog-home {
  margin-top: 75px;

  margin-bottom: 70px;
}

.blog-home .blog-external {
  border: none;

  margin-top: 20px;
}

.blog-home .blog-external .head-item {
  margin: 8px 0 17px 0;
}

.blog-home .blog-external .media-heading a {
  padding: 0;

  font-size: 16px;

  color: #282828;

  font-weight: 500;

  text-transform: uppercase;
}

.blog-home .blog-external .media-heading a:hover {
  color: #c39334;
}

.blog-home .blog-external .infos {
  color: #aaa;
}

.blog-home .blog-external .infos .media-date-added {
  margin-right: 15px;
}

.blog-home .blog-external .infos .media-author {
  color: #c39334;

  padding: 0;
}

.blog-home .blog-external .media .media-body .description {
  margin-top: 5px;
}

.blog-home .blog-external .media-body {
  padding-top: 13px;
}

.blog-home .blog-external .readmore {
  float: left;
}

.blog-home .blog-external .readmore a {
  display: inline-block;

  background-color: #222;

  line-height: 100%;

  padding: 12px 26px;

  border-radius: 3px;

  font-size: 14px;

  text-transform: uppercase;

  color: #fff;
}

.blog-home .blog-external .readmore a:hover {
  background-color: #c39334;
}

.blog-home .so-blog-external .blog-external .media {
  margin: 10px 0;
}

.blog-home .owl2-controls .owl2-nav {
  position: static;
}

.blog-home .owl2-controls .owl2-nav .slick-arrow,
.blog-home .owl2-controls .owl2-nav .owl2-prev,
.blog-home .owl2-controls .owl2-nav .owl2-next {
  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 50%;

  -moz-border-radius: 50%;

  -webkit-border-radius: 50%;

  width: 34px;

  height: 34px;

  line-height: 30px;

  text-align: center;

  float: left;

  text-indent: -9999px;

  overflow: hidden;

  cursor: pointer;

  opacity: 1;

  z-index: 99;

  font-size: 20px;

  position: absolute;

  top: 50%;

  margin-top: -17px;

  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;

  font-weight: 400;
}

.blog-home .owl2-controls .owl2-nav .slick-arrow:before,
.blog-home .owl2-controls .owl2-nav .owl2-prev:before,
.blog-home .owl2-controls .owl2-nav .owl2-next:before {
  color: #282828;

  font-family: "FontAwesome";

  display: block;

  text-indent: 0 !important;

  width: 100%;

  height: 100%;

  font-size: 20px;
}

.blog-home .owl2-controls .owl2-nav .slick-arrow.slick-next,
.blog-home .owl2-controls .owl2-nav .owl2-prev.slick-next,
.blog-home .owl2-controls .owl2-nav .owl2-next.slick-next,
.blog-home .owl2-controls .owl2-nav .slick-arrow.owl2-next,
.blog-home .owl2-controls .owl2-nav .owl2-prev.owl2-next,
.blog-home .owl2-controls .owl2-nav .owl2-next.owl2-next {
  right: -17px;

  left: auto;
}

@media (max-width: 767px) {
  .blog-home .owl2-controls .owl2-nav .slick-arrow.slick-next,
  .blog-home .owl2-controls .owl2-nav .owl2-prev.slick-next,
  .blog-home .owl2-controls .owl2-nav .owl2-next.slick-next,
  .blog-home .owl2-controls .owl2-nav .slick-arrow.owl2-next,
  .blog-home .owl2-controls .owl2-nav .owl2-prev.owl2-next,
  .blog-home .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: 5px !important;
  }
}

.blog-home .owl2-controls .owl2-nav .slick-arrow.slick-next:before,
.blog-home .owl2-controls .owl2-nav .owl2-prev.slick-next:before,
.blog-home .owl2-controls .owl2-nav .owl2-next.slick-next:before,
.blog-home .owl2-controls .owl2-nav .slick-arrow.owl2-next:before,
.blog-home .owl2-controls .owl2-nav .owl2-prev.owl2-next:before,
.blog-home .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
  content: "\f105";
}

.blog-home .owl2-controls .owl2-nav .slick-arrow.slick-prev,
.blog-home .owl2-controls .owl2-nav .owl2-prev.slick-prev,
.blog-home .owl2-controls .owl2-nav .owl2-next.slick-prev,
.blog-home .owl2-controls .owl2-nav .slick-arrow.owl2-prev,
.blog-home .owl2-controls .owl2-nav .owl2-prev.owl2-prev,
.blog-home .owl2-controls .owl2-nav .owl2-next.owl2-prev {
  left: -17px;

  right: auto;
}

@media (max-width: 767px) {
  .blog-home .owl2-controls .owl2-nav .slick-arrow.slick-prev,
  .blog-home .owl2-controls .owl2-nav .owl2-prev.slick-prev,
  .blog-home .owl2-controls .owl2-nav .owl2-next.slick-prev,
  .blog-home .owl2-controls .owl2-nav .slick-arrow.owl2-prev,
  .blog-home .owl2-controls .owl2-nav .owl2-prev.owl2-prev,
  .blog-home .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: 5px !important;
  }
}

.blog-home .owl2-controls .owl2-nav .slick-arrow.slick-prev:before,
.blog-home .owl2-controls .owl2-nav .owl2-prev.slick-prev:before,
.blog-home .owl2-controls .owl2-nav .owl2-next.slick-prev:before,
.blog-home .owl2-controls .owl2-nav .slick-arrow.owl2-prev:before,
.blog-home .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before,
.blog-home .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
  content: "\f104";
}

.blog-home .owl2-controls .owl2-nav .slick-arrow:hover,
.blog-home .owl2-controls .owl2-nav .owl2-prev:hover,
.blog-home .owl2-controls .owl2-nav .owl2-next:hover {
  border-color: #c39334;

  background-color: #c39334;
}

.blog-home .owl2-controls .owl2-nav .slick-arrow:hover:before,
.blog-home .owl2-controls .owl2-nav .owl2-prev:hover:before,
.blog-home .owl2-controls .owl2-nav .owl2-next:hover:before {
  color: #fff;
}

.blog-home .owl2-controls .owl2-nav .owl2-next,
.blog-home .owl2-controls .owl2-nav .owl2-prev {
  -webkit-transform: scale(0.3);

  -moz-transform: scale(0.3);

  -ms-transform: scale(0.3);

  -o-transform: scale(0.3);

  transform: scale(0.3);

  opacity: 0;

  visibility: hidden;

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

.blog-home:hover .owl2-controls .owl2-nav .owl2-next,
.blog-home:hover .owl2-controls .owl2-nav .owl2-prev {
  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  opacity: 1;

  visibility: visible;

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

.whatsapp-tasarim {
  position: fixed;

  width: 60px;

  height: 60px;

  background-color: #25d366;

  border-radius: 50%;

  right: 8px;

  bottom: 80px;

  z-index: 99;

  display: flex;

  justify-content: center;

  align-items: center;
}

.telefon-tasarim {
  position: fixed;

  width: 60px;

  height: 60px;

  background-color: #c28d31;

  border-radius: 50%;

  right: 8px;

  bottom: 160px;

  z-index: 99;

  display: flex;

  justify-content: center;

  align-items: center;
}

.genel-tasarim {
  border-radius: 8px;

  position: fixed;

  width: 60px;

  height: 200px;

  left: 16px;

  bottom: 60px;

  z-index: 99;

  display: flex;

  justify-content: center;

  align-items: center;
}

@media screen and (max-width: 768px) {
  .whatsapp-tasarim {
    width: 60px;

    height: 60px;

    bottom: 170px;
  }

  .telefon-tasarim {
    width: 60px;

    height: 60px;

    bottom: 240px;
  }

  .whatsapp-icon {
    font-size: 36px !important;
  }

  .telefon-icon {
    font-size: 27px !important;
  }
}

@media screen and (max-width: 450px) {
  .genel-tasarim {
    display: none;
  }

  .message-fixed-div.pulsem {
    display: none;
  }
}

.message-fixed-div.pulsem {
  animation: pulsem 2s infinite;
}

.message-fixed-div {
  position: fixed;

  bottom: 10px;

  right: 15px;

  border-radius: 30px;

  display: flex;

  z-index: 100;

  align-items: center;

  justify-content: center;

  background: #c28d31;

  padding: 5px 8px;

  font-family: "Poppins", sans-serif !important;
}

@keyframes pulsem {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(194, 141, 49, 0.9);

    box-shadow: 0 0 0 0 rgb(194, 141, 49, 0.9);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 44, 44, 0);

    box-shadow: 0 0 0 10px rgba(204, 44, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0);

    box-shadow: 0 0 0 0 rgba(204, 44, 44, 0);
  }
}

.message-fixed-div a {
  text-decoration: none;

  color: white;
}

.popup-overlay {
  position: fixed;

  display: none;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);

  justify-content: center;

  align-items: center;
}

.popup-content {
  background-color: #c28d31;

  padding: 20px;

  border-radius: 10px;

  text-align: center;

  border: 5px solid white;
}

.close-button {
  position: relative;

  top: -12px;

  right: -500px;

  background-color: transparent;

  border: none;

  font-size: 25px;

  cursor: pointer;

  color: white;
}

.popup-container {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.form-container1 {
  width: 50%;

  display: flex;

  justify-content: center;
}

.advertisement {
  width: 40%;
}

.pop-up-baslik {
  color: white !important;

  font-size: 35px !important;

  font-weight: 700;
}

.pop-up-aciklama {
  color: white !important;

  font-size: 18px !important;

  padding-bottom: 10px;
}

@media screen and (max-width: 700px) {
  .popup-content {
    height: 94%;

    width: 100%;

    display: flex;

    justify-content: center;
  }

  .popup-container {
    display: flex;

    flex-direction: column-reverse;

    width: 100%;

    justify-content: center;
  }

  .form-container1 {
    width: 100%;
  }

  .advertisement {
    width: 100%;
  }

  .close-button {
    right: -300px;
  }
}

@media screen and (max-width: 350px) {
  .pop-up-aciklama {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .mobil-menu-duzen a {
    color: #000 !important;

    font-weight: bold;
  }
}

@media screen and (min-width: 700px) and (max-width: 1050px) {
  .close-button {
    right: -328px;
  }
}
