@charset "UTF-8";
/*******************************************
 *	Theme Name: eMarket
 *	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;
}
body {
  font-family: 'Open Sans', sans-serif;
}
@-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: #7d7d7d;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #2e3092;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a,
.lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img,
.best-seller-custom.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner.style1
  .item-image
  .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,
.best-seller-custom.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner.style1
  .item-image
  .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,
.best-seller-custom.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner.style1
  .item-image
  .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,
.best-seller-custom.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2,
.best-seller-custom.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

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

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

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

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

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*===============================================
 [SASS DIRECTORY ]
 [1] BACK TO TOP
 [2] SOCIAL ACCOUNTS
 [3] TOP PANEL
 [4] LARY LOADER
 [5] NO RESPONSIVE BOOTSTRAP
 [6] PRELOADING SCREEN
 [7] BANNER EFFECT
 [8] POPUP ADDED TO CART 
 [9] PAGE COMINGSOON
 ==============================================*/
/*============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: #2e3092;
}
.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;
}
.header-bottom-right {
  padding-left: 44px;
}
.navbar-row {
  display: flex;
  align-items: center;
}

/* 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: #2e3092 !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.html) no-repeat center center;
}

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

.loadeding {
  background: white url(../image/lazy-loader.html) 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-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: #2e3092;
  }

  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: #2e3092;
  }
}
/* @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 #2e3092;
  color: #2e3092;
  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: #2e3092;
  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 #2e3092;
  color: #2e3092;
  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: #2e3092;
  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 #2e3092;
  color: #2e3092;
  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: #2e3092;
  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 #2e3092;
  color: #2e3092;
  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: #2e3092;
  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 #2e3092;
  color: #2e3092;
  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: #2e3092;
  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 #2e3092;
  color: #2e3092;
  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: #2e3092;
  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: #7d7d7d;
}
.arrow-list li a:hover {
  color: #2e3092;
}

.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: #7d7d7d;
  color: #fff;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.page-login .bottom-form .btn:hover {
  background: #2e3092;
  border-color: #2e3092;
  color: #fff;
}
.page-login .bottom-form a {
  color: #7d7d7d;
}
.page-login .bottom-form a:hover {
  color: #2e3092;
}

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: #7d7d7d;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #2e3092;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a,
.lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img,
.best-seller-custom.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner.style1
  .item-image
  .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,
.best-seller-custom.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner.style1
  .item-image
  .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,
.best-seller-custom.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1
  .media-left
  .item-image
  .lt-image
  .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner.style1
  .item-image
  .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,
.best-seller-custom.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-1,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2,
.best-seller-custom.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-wrap.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-2,
.best-seller
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner.style1:hover
  .media-left
  .item-image
  .lt-image
  .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }

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

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

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

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

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*============ MODULE MEGAMENU HORIZONTAL  ==================*/
.container-megamenu.horizontal ul.megamenu .sub-menu .image-link {
  margin-bottom: 10px;
  color: #333;
}
.container-megamenu.horizontal ul.megamenu .sub-menu .image-link .figcaption {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

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

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

.container-megamenu ul.megamenu li .sub-menu {
  z-index: 998;
}
.container-megamenu ul.megamenu li .sub-menu .content {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.container-megamenu ul.megamenu li.menu-layouts .sub-menu .content {
  padding: 30px 30px 10px 30px;
}
/*---mega menu horizontal level 1--*/
.container-megamenu.horizontal ul.megamenu > li > 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: #2e3092;
}

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

.common-home
  .container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li.with-sub-menu
  > a::before {
  top: 0;
}

.vertical ul.megamenu > li.click::before,
.vertical ul.megamenu > li.hover::before {
  padding: 0;
}
/*============ MODULE MEGAMENU VERTICAL  ==================*/
.container-megamenu.vertical {
  /*&:before{content: "\f0d7";font-family:"FontAwesome"; font-size: 12px; position: absolute;top: 20px;  z-index: 10; color: #fff; line-height: 13px; text-align: center; width: 15px;  border-radius: 100%;border: 1px solid #fff; #{$right}: 13px; }*/
}
.container-megamenu.vertical a {
  color: #222222;
  font-size: 13px;
  display: block;
  font-weight: 600;
}
.container-megamenu.vertical a:hover {
  color: #2e3092;
}
.container-megamenu.vertical #menuHeading {
  margin-top: 0;
  /* height: 58px; */
  cursor: pointer;
}
.container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
  background-color: #2e3092;
  height: 49px;
  cursor: pointer;
  transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  border-radius: 0;
}
.container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  /* padding: 0 0 0 15px !important;
  line-height: 58px; */
  background: #2e3092;
  padding: 13px 20px 10px 20px;
}
.container-megamenu.vertical
  #menuHeading
  .megamenuToogle-wrapper
  .container
  > div {
  margin: 3px 9px 0 0;
  float: left !important;
  display: none;
}
.container-megamenu.vertical .vertical-wrapper {
  width: 100%;
  background: white;
  /* position: relative; */
  border-top: 0;
}
.container-megamenu.vertical .vertical-wrapper ul li.item-vertical {
  border-top: 0;
  min-height: 37px;
}
.container-megamenu.vertical .vertical-wrapper ul li.item-vertical > a {
  color: #444;
  padding: 0 18px;
  line-height: 48px;
  border-bottom: 0;
}
.container-megamenu.vertical .vertical-wrapper ul li.item-vertical > a:hover {
  color: #2e3092;
}
.container-megamenu.vertical .vertical-wrapper ul li.item-vertical > a strong {
  font-weight: 600;
  padding-left: 30px;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu {
  border: 1px solid #efefef;
  border-top: none;
  background: #fff;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .sub-menu
  .content
  .img-banner
  img {
  width: 100%;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .sub-menu
  .content
  .img-banner {
  padding-right: 15px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  .sub-menu
  .content
  .banner {
  margin-top: -21px;
  margin-bottom: -22px;
  margin-right: -21px;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img {
  height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
  padding: 0 15px;
  background: none;
  border: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /* &.with-sub-menu{
     > a:before{
     font-family: $FontAwesome;
     display: inline-block;
     @include if-ltr{             
     content: "\f105"; 
     }  
     @include if-rtl {
     content: "\f104"; 
     }  
     font-size: 16px;
     position: absolute;
     #{$right}: 0px;
     top: 0;
     }
     &:hover{
     > a{
     color: $linkColor;
     }
     }
     }*/
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li b.fa {
  float: right;
  line-height: 50px;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
  padding: 0;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #e1e1e1;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a strong i {
  font-size: 9px;
  padding-right: 5px;
  color: #222;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a,
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
  background: transparent !important;
  color: #2e3092;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li.active > a i,
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a i {
  color: #2e3092;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu .title-submenu {
  color: #444;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu .fa-caret-right {
  float: right;
  margin-top: 5px;
  color: #999;
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style1
  .content {
  padding: 20px 0 0 20px;
  overflow: hidden;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style1
  .content
  .col-sm-4 {
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style1
  .content
  .col-sm-4
  img {
  margin-top: 45px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style1
  .content
  > .border {
  border: none;
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style1
  .content
  .row:nth-child(3) {
  padding: 12px 0px;
  background: #eee;
  margin: 0 -20px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  ul
  li {
  padding: 0;
  line-height: 26px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  ul
  li
  a.main-menu {
  margin: 0 0 10px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  > ul {
  margin-top: 20px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  > ul
  ul
  li {
  padding: 1px 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  > ul
  > li {
  margin: 0 0 20px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style2
  .content
  .static-menu
  .menu
  > ul
  > li:last-child {
  margin: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content
  > .border {
  border: none;
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.vertical-style3
  .content
  .image-position {
  position: absolute;
  bottom: 30%;
  right: -20px;
}
.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 {
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  > ul
  > li {
  padding: 0 15px;
  position: relative;
  border-bottom: 1px solid #ddd;
  line-height: 26px;
}
.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: 37px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  > ul
  > li
  b {
  line-height: 37px;
  font-size: 16px;
  margin: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  > ul
  > li:hover
  > a {
  color: #2e3092;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  > ul
  > li
  ul {
  padding: 0;
  top: -4px;
  margin: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #e6e6e6;
  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 {
  line-height: 22px;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
}
.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: 37px;
  font-size: 13px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  li
  .sub-menu
  .content {
  border: 1px solid #e6e6e6;
  padding: 20px 30px;
  box-shadow: 3px 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  li
  .sub-menu
  .content
  .hover-menu
  a:before {
  display: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  li
  .sub-menu
  .content
  .hover-menu
  a:hover:before {
  color: #2e3092;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  li
  a.main-menu {
  margin: 0 0 10px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 10px;
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
}
.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;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  ul
  li
  a {
  padding: 0;
  line-height: 38px;
  display: block;
  font-size: 13px;
  color: #7d7d7d;
}
.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: #2e3092;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
  text-align: left;
  background-position: top left;
  padding: 17px;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i.fa {
  padding: 0;
  font-size: 17px;
  width: 15px;
  color: #999;
  height: 15px;
  line-height: 13px;
  text-align: center;
  position: relative;
  top: 1px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .loadmore
  span.more-view {
  font-weight: 600;
  color: #222;
  padding-left: 8px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .loadmore
  span.more-view:hover {
  color: #2e3092;
}

.container-megamenu.vertical ul.megamenu > li > a strong {
  font-weight: 400;
}
.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
  .static-menu
  .menu
  > ul
  > li {
  margin-bottom: 15px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  li
  a.main-menu {
  color: #222;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  font-size: 1.4rem;
  /* [8] */
  margin: 0 0 0px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  ul {
  padding: 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  ul
  li {
  padding: 0;
  display: inline;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  ul
  li
  a {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  font-size: 1.4rem;
  /* [8] */
  font-weight: 400;
  display: block;
  line-height: 28px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  ul
  li:before {
  display: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .static-menu
  .menu
  > ul
  ul
  li:hover
  a {
  color: #2e3092;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .link:hover
  img {
  opacity: 0.8;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  .img-vbanner
  a:hover
  img {
  opacity: 0.8;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  ul.subcategory
  .title-submenu {
  font-weight: 700;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 3px 0;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  ul.subcategory
  .menu
  ul
  li {
  line-height: 100%;
  display: inline;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  > li
  > .sub-menu
  .content
  ul.subcategory
  .menu
  ul
  li
  a {
  font-size: 14px;
  line-height: 28px;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu {
  /*.sub-menu{
         .content{
         padding: 0;   
         .col-sm-7{
         padding-#{$right}: 0;
         }                 
         .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-style2 {
  /*.sub-menu{
     opacity: 1;
     display: block ;
     .content{
     display: block ;
     > .row{
     }
     } 
     }  */
}
.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: 14px;
  display: inline-block;
  width: 100%;
  padding: 2px 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: #2e3092;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul {
  width: 250px;
  padding: 10px 0;
  top: 0;
  margin: 0;
  left: 100%;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul:before,
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul:after {
  display: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul
  li:last-child {
  border: none;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul
  li
  > a {
  font-weight: normal;
  line-height: 30px;
}

/*===============================================
 [SASS DIRECTORY ]
 ==============================================*/
#cart .dropdown-menu.shoppingcart-box {
  padding: 10px 20px;
}
#cart .dropdown-menu.shoppingcart-box .text-right {
  margin-top: 10px;
}

.shopping_cart .shoppingcart-box .added_items {
  margin-bottom: 10px;
}

.shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff;
}

.shopping_cart .shoppingcart-box .table-striped a {
  color: #666;
  font-weight: bold;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-edit {
  display: none;
}

.shopping_cart .shoppingcart-box .table-striped a:hover {
  color: #2e3092;
}

.shopping_cart .shoppingcart-box .total-carts {
  margin-top: 15px;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-delete {
  width: 20px;
  height: 20px;
  background: #d6d6d6;
  border-radius: 3px;
  text-align: center;
  line-height: 19px;
  color: #000;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-delete:hover {
  background: #2e3092;
  color: #fff;
  text-decoration: none;
}

.shopping_cart .shoppingcart-box a.btn {
  color: #fff;
  background: #444;
  border-color: #444;
}

.shopping_cart .shoppingcart-box a.btn i {
  margin-right: 5px;
}

.shopping_cart .shoppingcart-box a.btn:hover {
  border: 1px solid #2e3092;
  background: #2e3092;
}

.shopping_cart .table-bordered {
  border-left: 0;
  border-right: 0;
}

.shopping_cart .table > tbody > tr {
  margin: 10px 0;
}

.shopping_cart .table > tbody > tr:first-child > td {
  border-top: 0;
}

.dropdown-menu.shoppingcart-box .table {
  margin-bottom: 0;
}

.shopping_cart .table > tbody > tr > td,
.shopping_cart .table > tbody > tr > th,
.shopping_cart .table > tfoot > tr > td,
.shopping_cart .table > tfoot > tr > th,
.shopping_cart .table > thead > tr > td,
.shopping_cart .table > thead > tr > th {
  vertical-align: middle;
}

.shopping_cart .table-bordered > tbody > tr > td,
.shopping_cart .table-bordered > tbody > tr > th,
.shopping_cart .table-bordered > tfoot > tr > td,
.shopping_cart .table-bordered > tfoot > tr > th,
.shopping_cart .table-bordered > thead > tr > td,
.shopping_cart .table-bordered > thead > tr > th {
  border: 0;
}

.shopping_cart .fa-check-circle {
  display: none;
}
/*End Cart*/
.list-item li {
  margin-bottom: 10px;
}

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

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

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

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

.content-aside .module.banner-left {
  border: none;
}

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

.module {
  margin-bottom: 30px;
}
.module:before,
.module:after {
  content: ' ';
  display: table;
}
.module:after {
  clear: both;
}
.module.fa-hidden h3.modtitle:before {
  display: none;
}
.modtitle a,
.modtitle a:hover {
  color: white;
  display: block;
  width: 100%;
}
.module h3.modtitle {
  background: rgb(248, 249, 249);
  line-height: 100%;
  padding: 10px 0 9px 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
  margin-top: 0;
}
.module h3.modtitle .fa {
  color: #2e3092;
  margin-right: 5px;
}
.module h3.modtitle span {
  font-size: 16px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  display: inline-block;
}

.content-aside .module {
  border: 1px solid #e8e8e8;
  overflow: hidden;
  margin-bottom: 40px;
}
.content-aside .module h3.modtitle {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f5f5f5;
  margin: 0;
  padding: 15px;
}
.content-aside .module h3.modtitle span {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.content-aside .module .modcontent {
  padding: 15px 20px;
}
.content-aside .module#blog-search {
  border: none;
}

#column-right h2.subtitle {
  border: 1px solid #ddd;
  background: #eee;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin: 0;
}
#column-right .list-group {
  border: 1px solid #ddd;
  padding: 10px 20px;
}

#content h2.title {
  margin: 0 0 20px;
  font-weight: bold;
  color: #222;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  height: fit-content;
}
#content h2.title:after {
  content: '';
  width: 100%;
  bottom: 0;
  height: 2px;
  background: #2e3092;
  display: inline-block;
  position: absolute;
  left: 0;
}

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

.module.main-newsleter-popup .so-custom-popup {
  background-color: #fff;
  border-radius: 0px;
  padding: 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.main-newsleter-popup .so-custom-popup {
    width: 85%;
  }
  .module.main-newsleter-popup .so-custom-popup:before {
    content: '';
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  div.module.custom-listingtab
    .so-listing-tabs
    .ltabs-wrap
    .ltabs-tabs-container {
    display: none;
  }
  div.module.custom-listingtab.img-float .box-title {
    position: unset;
    width: 100%;
    margin-bottom: 18px;
  }
  .category-filter select,
  .category-filter-area form button {
    margin-right: 10px;
    margin-bottom: 0px !important;
    margin-top: 10px;
  }

  .module.main-newsleter-popup .so-custom-popup:before {
    content: '';
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
.module.main-newsleter-popup .so-custom-popup .popup-close {
  width: 31px;
  height: 31px;
  line-height: 30px;
  border-radius: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  color: #fff;
  background-color: #2e3092;
  border: none;
  right: 0;
  top: -31px;
}
.module.main-newsleter-popup .so-custom-popup .popup-close:hover {
  background-color: #cc4a00;
}
.module.main-newsleter-popup .modcontent {
  position: relative;
}
.module.main-newsleter-popup .so-custom-popup .modcontent {
  padding: 10px;
}
.module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
  padding: 15px 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 75px 30px 50px 52%;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 75px 30px 50px 52%;
    margin: 0;
  }
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .popup-title {
  font-weight: 700;
  font-size: 36px;
  color: #222;
  text-transform: capitalize;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .newsletter_promo {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.module.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
  margin: 25px 0;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group {
  position: relative;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .input-box {
  background-color: #fff;
  vertical-align: top;
  padding-right: 120px;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .form-control {
  height: 40px;
  line-height: 40px;
  width: 100%;
  box-shadow: none;
  padding: 0 0 0 20px;
  border: none;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .form-control:-ms-input-placeholder {
  color: #999;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #999;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .form-group
  .form-control:focus {
  z-index: 0;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .btn-default {
  border: 0 none;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .btn-default:hover {
  color: #fff;
  background-color: #cc4a00;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .hidden-popup {
  font-weight: 400;
  color: #666;
  padding-bottom: 20px;
  font-size: 12px;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .hidden-popup:hover {
  cursor: pointer;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .newsletter_promo {
  padding: 10px 0;
  margin: 0;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .socials {
  text-align: center;
  margin-top: 0;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .socials
  li {
  position: relative;
  display: inline-block;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .socials
  li
  a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  display: inline-block;
  margin: 0 5px;
  color: #555;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.module.main-newsleter-popup
  .so-custom-popup
  .oca_popup
  .popup-content
  .socials
  li
  a:hover {
  color: #fff;
  background-color: #2e3092;
  border-color: #2e3092;
}
.main-newsleter-popup .show-error {
  display: inline-block;
  margin-left: 0;
  position: relative;
  top: -10px;
  width: 100%;
}
/*============ MODULE LOGIN POPUP ==================*/
body #so_sociallogin .block-popup-login .tt_popup_login {
  border: none;
  background-color: #2e3092;
  height: 42px;
}
body #so_sociallogin .block-popup-login .tt_popup_login strong {
  font-size: 16px;
  font-weight: 700;
  background-color: #2e3092;
  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;
}
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: #2e3092;
}
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: #2e3092;
}
/*============ BREADCRUMB ==================*/
.breadcrumbs {
  /* background-color: #efefef;
   margin-bottom: 60px;*/
  /*ul.breadcrumb{
   float: $right;
   width: auto;
   }*/
}
.breadcrumbs .current-name {
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  float: left;
  font-weight: 700;
  margin: 25px 0;
  display: none;
}

ul.breadcrumb {
  margin: 23px 0;
  background-color: transparent;
  padding: 0;
  display: inline-block;
  width: 100%;
  line-height: 100%;
}
ul.breadcrumb li {
  display: inline-block;
  padding: 0 13px 0 2px;
  margin-right: 7px;
  position: relative;
}
ul.breadcrumb li:first-child {
  padding-left: 0;
}
ul.breadcrumb li:before {
  display: none;
}
ul.breadcrumb li:not(:last-child):after {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 13px;
  top: 3px;
  right: 0;
  position: absolute;
}
ul.breadcrumb li a {
  display: block;
  padding: 0;
  color: #999;
  text-decoration: none;
  font-size: 14px;
  margin: 2px 0;
}
ul.breadcrumb li:last-child {
  padding: 5px 0px;
}
ul.breadcrumb li:last-child a {
  color: #2e3092;
}
ul.breadcrumb li:hover a {
  color: #2e3092;
}
/*=========== BLOCK SIDEBAR ==================*/
.content-aside .product-simple {
  position: relative;
}
.content-aside .product-simple .modcontent {
  padding: 15px 10px;
}
.content-aside .product-simple .so-quickview {
  display: none;
}
.content-aside .product-simple .so-extraslider {
  margin: 0;
}
.content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots {
  position: absolute;
  top: 5px;
  text-align: right;
  right: 0;
  min-width: 80px;
  right: 10px;
  top: 18px;
  min-width: 60px;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-dots
  .owl2-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #222;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  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;
  width: 100%;
}
.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: #2e3092;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-dots
  .owl2-dot.active {
  width: 30px;
  background-color: #2e3092;
}
.content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav {
  top: 1px;
  position: absolute;
  right: 0px;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next {
  background-color: #222;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 99;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev:before,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next:before {
  color: #fff;
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev.owl2-next,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next.owl2-next {
  right: 0;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev.owl2-next:before,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next.owl2-next:before {
  content: '\f054';
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev.owl2-prev,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next.owl2-prev {
  left: 0;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev.owl2-prev:before,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next.owl2-prev:before {
  content: '\f053';
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev:hover,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next:hover {
  background-color: #2e3092;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-prev:hover:before,
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  .owl2-next:hover:before {
  color: #fff;
}
.content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav > div {
  margin-top: 0;
  line-height: 28px;
}
.content-aside
  .product-simple
  .so-extraslider
  .owl2-controls
  .owl2-nav
  > div:before {
  position: static;
  font-weight: 400;
}
.content-aside .product-simple .so-extraslider:hover .owl2-controls {
  /*@include transform(scale(1));          
     @include effect-block-show();*/
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-image {
  width: 80px;
  float: left;
}
.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 {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  font-size: 1.4rem;
  /* [8] */
  font-weight: 400;
  text-transform: capitalize;
  color: #222;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner
  .item-info
  .item-title
  a:hover {
  color: #2e3092;
}
.content-aside
  .product-simple
  .so-extraslider
  .extraslider-inner
  .item
  .item-inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.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;
  font-weight: 600;
}
.filter-shopby .checkboxes_list > li:not(:last-child),
.filter-row .checkboxes_list > li:not(:last-child),
.filter-shopby .simple_vertical_list li:not(:last-child),
.filter-row .simple_vertical_list li:not(:last-child) {
  margin-bottom: 5px;
}
.filter-shopby .color_btn,
.filter-row .color_btn {
  position: relative;
  padding-left: 32px;
}
.filter-shopby .color_btn::before,
.filter-row .color_btn::before {
  content: '';
  padding: 1px;
  background-clip: content-box;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.filter-shopby .color_btn.green::before,
.filter-row .color_btn.green::before {
  background: #269300;
}
.filter-shopby .color_btn.yellow::before,
.filter-row .color_btn.yellow::before {
  background: #fccd36;
}
.filter-shopby .color_btn.red::before,
.filter-row .color_btn.red::before {
  background: #f00;
}
.filter-shopby .color_btn.blue::before,
.filter-row .color_btn.blue::before {
  background: #018bc8;
}
.filter-shopby .color_btn.grey::before,
.filter-row .color_btn.grey::before {
  background: #b2b2b2;
}
.filter-shopby .color_btn.orange::before,
.filter-row .color_btn.orange::before {
  background: #ff7b1a;
}
.filter-shopby input[type='checkbox']:checked + .color_btn::before,
.filter-row input[type='checkbox']:checked + .color_btn::before {
  border-color: #333;
}

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

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

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

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

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

.range {
  margin-bottom: 15px;
}

.range > * {
  display: inline;
}

.checkboxes_list {
  color: #333;
}

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

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

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

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

@media (max-width: 767px) {
  .collapsed-block .tabBlockTitle {
    margin: 6px 0px;
    line-height: 20px;
  }
  .collapsed-block .tabBlockTitle .expander {
    margin: 0 10px;
    color: #333;
    font-size: 14px;
  }

  .collapsed-block .tabBlock {
    display: none;
  }
}
/*============ 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: #2e3092;
  border-color: #2e3092;
}
/*============MODULE CATEGORY ==================*/
.box-category ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.box-category > ul {
  padding: 0;
}
.box-category > ul > li {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  box-shadow: unset;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}
.box-category > ul > li > a {
  display: block;
  font-weight: 400;
  line-height: 100%;
  padding: 14px 47px 14px 15px;
  line-height: 100%;
  text-transform: capitalize;
  margin: 0;
}
.box-category > ul > li:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: none;
}
.box-category > ul > li:last-child > a {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.box-category > ul > li:hover > a {
  color: #2e3092;
}
.box-category > ul > li:hover .head a {
  color: #fff;
}
.box-category > ul > li ul {
  margin-left: 5px;
}
.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: #2e3092;
}

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

.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: #2e3092;
}
/*================ So Sticky ===============*/
@media (max-width: 1199px) {
  #content #so-groups {
    display: none;
  }
}

#content #so-groups > a span {
  background-color: #2e3092;
}
#content #so-groups > a:hover {
  background-color: #cc4a00;
}

#content .so-groups-sticky {
  background-color: #2e3092;
}
#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: #2e3092;
}
#content .so-groups-sticky .product-thumb .button-group button:hover,
#content .so-groups-sticky .form-content .form-box #button-search:hover {
  background-color: #cc4a00;
}
#content
  .so-groups-sticky
  .form-content
  .form-box
  .product-thumb
  .caption
  h4
  a:hover {
  color: #2e3092;
}
#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: #2e3092;
}
#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: #2e3092;
}
#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: #2e3092;
}

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

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

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

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

body #sosearchpro .dropdown-menu .media-body .box-price .price-new {
  color: #2e3092;
}
body #sosearchpro .dropdown-menu .media-body .box-price .price {
  font-size: 13px;
  color: #2e3092;
}
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: #2e3092;
}
#content #so_popup_countdown .modal-header .close {
  font-size: 23px;
  right: 15px;
  top: 33px;
}

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

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

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

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

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

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

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

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

#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 {
  width: 43%;
}
.quickview-w.product-view .content-product-right {
  width: 47%;
}
.quickview-w.product-view .content-product-left.class-honizol .thumb-video {
  display: none;
}

.so-onepagecheckout .panel-default {
  display: inline-block;
  width: 100%;
}
/*===============================================
 [SASS DIRECTORY ]
 [1] SO LATSET BLOG
 [2] SIMPLE BLOG
 [3] ARTICLE INFO
 ==============================================*/
/*============SO LATSET BLOG ==================*/
/*============ SIMPLE BLOG ==================*/
.blog-category .modcontent {
  padding: 0 !important;
}
.blog-category .modcontent ul li {
  border: none;
  border-top: 1px solid #ddd;
}
.blog-category .modcontent .list-group {
  margin: 0;
}
.blog-category .filters-panel .list-view button.btn {
  color: #fff;
}
.blog-category .product-filter-bottom .pagination li {
  display: inline-block;
}

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

.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: #2e3092;
}
.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 .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: bold;
  line-height: 20px;
  margin-top: 10px;
}
.blog-listitem .blog-item .blog-item-inner .blog-content h4 a {
  color: #222;
}
.blog-listitem .blog-item .blog-item-inner .blog-content h4 a:hover {
  color: #2e3092;
}
.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: #2e3092;
}
.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: #7d7d7d;
  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: #2e3092;
}
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: 5px;
  box-shadow: none;
  margin-top: 15px;
}
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                   ******
 ******************************************************************************/
/* 2. STYLE OWL
 ------------------------------*/
/* 3. STYLE ALL SITE
 -------------------------------*/
body {
  color: #5c5a5a;
  font-size: 13px;
  line-height: 25px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.wrapper-fluid {
  overflow-x: hidden;
}
/* 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,
.category-style .list-group,
.category-style .list-group > li ul,
.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;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #777;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

body {
  scrollbar-face-color: #777;
  scrollbar-track-color: #d6d6d6;
}

@media only screen and (max-width: 992px) {
  ::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
  }
  ::-webkit-scrollbar-thumb {
    background: #777;
  }
  ::-webkit-scrollbar-track {
    background: #d6d6d6;
  }
  body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
  }
}

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: #7d7d7d;
  transition: color 0.3s ease-in-out;
}
a:hover,
.btn-link:hover {
  color: #2e3092;
  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: #2e3092;
  border-color: #2e3092;
  color: white;
}

.buttonGray {
  padding: 9px 20px;
  background: #7d7d7d;
  color: #fff;
  border-radius: 3px;
  border: none;
}
.buttonGray:hover {
  background: #2e3092;
  border-color: #2e3092;
  color: #fff;
}

.submit {
  margin: 1em 0;
}

select,
textarea {
  color: #666;
}

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

textarea {
  height: auto;
  resize: none;
}

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

.filter_group input {
  display: none;
}

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

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

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

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

header .dropdown-menu {
  padding: 2px 15px;
  margin: 0;
  min-width: 82px;
  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: #7d7d7d;
}
header .dropdown-menu > li .btn-block:hover {
  color: #2e3092;
}
header .dropdown-menu > li:hover button {
  color: #2e3092;
}
header .dropdown-menu .btn-block {
  border: none;
  background: transparent;
  text-align: left;
}

.dropdown-menu > li > a {
  padding: 5px 0px;
  line-height: 22px;
  color: #7d7d7d;
}
.dropdown-menu > li > a:hover {
  color: #2e3092;
}

.btn-group .btn-link {
  text-align: left;
  background: transparent;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #7d7d7d;
  color: #2d2d2d;
  position: relative;
  z-index: 1;
}
.btn-group .btn-link:hover {
  color: #2e3092;
}

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

.nav-header {
  color: #667280;
}

@media (min-width: 1199px) {
  header.typeheader-4 .top-link > li:hover .dropdown-menu,
  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: 0;
  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: rgb(248, 249, 249);
  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: #2e3092;
  border-color: #2e3092;
}

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

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: #2e3092;
  border-color: #2e3092;
}
.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: #2e3092;
}
.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.html') 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: #2e3092;
}
.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: #2e3092;
}
.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: #2e3092;
}
.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: #2e3092;
}
.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-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: #2e3092;
}
.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;
  font-size: 15px;
  font-weight: 600;
}
.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: #2e3092;
}
.about-us .content-faq .panel .panel-title a:before {
  background-color: #2e3092;
  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;
  font-size: 14px;
}
.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
 ==============================================*/
.layout-3 #compare-total {
  margin-top: 10px;
}
/*============ BOX SALE,NEW ==============*/
.label-stock {
  position: absolute;
  bottom: 10px;
  padding: 4px 8px;
  left: 10px;
  font-size: 11px;
  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-new,
.label-sale {
  text-align: center;
  background-color: #2e3092;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  z-index: 2;
  padding: 0;
  margin-bottom: 5px;
}
.products-paid {
  text-align: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  padding: 0 10px;
  margin-bottom: 5px;
}

.products-paid .customer-type,
.adv-type {
  padding: 10px;
  background-color: #2e3092;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 12.2px;
  font-weight: 600;
  height: 20px;
  height: 28px;
  line-height: 26px;
}

.adv-type {
  background-color: #fff;
  line-height: 33px;
  padding: 0 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.label-sale {
  background-color: #fdfdfd;
  background-color: rgb(248, 249, 249);
  right: 15px;
}
.feature-icon svg {
  margin-right: 3px;
  margin-top: 5px;
}
.feature-icon svg path {
  fill: orangered;
}
.vipped-icon svg path {
  fill: orange;
}

.label-product.label-sale i {
  font-size: 17px;
  margin-top: 9px;
  color: #ddd9d9;
}

.label-product.label-sale.active i {
  color: orangered;
}

.adv-type svg {
  font-size: 17px;
}
.label-new {
  background-color: #53d542;
  left: 15px;
}

.label-percent {
  padding: 2px 5px;
  background: #2e3092;
  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: #999;
}
.rate-history .rating-num,
.rate-history .order-num {
  font-size: 12px;
}
.rate-history .rating-num {
  color: #999;
}
.rate-history .rating-num:hover {
  color: #2e3092;
}
.rate-history .order-num:before {
  content: '|';
  display: inline-block;
  padding: 0 5px;
}

.rating,
.ratings {
  margin-bottom: 3px;
}
.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: #bbb;
}
.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: #fec42d;
}

span.fa-stack {
  width: 14px;
  height: 11px;
  line-height: 10px;
  font-size: 12px;
}
span.fa-stack .fa-star-o:before {
  content: '\f005';
  color: #bbb;
}
span.fa-stack .fa-stack-2x {
  font-size: 11px;
}
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: #fec42d;
}

.price {
  margin: 0 0 10px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.price .price-old {
  line-height: 20px;
  padding: 0 5px;
  display: inline-block;
  text-decoration: line-through;
  color: #999;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  font-weight: 400;
}
.content-product-right .price .price-old {
  font-size: 1.8rem;
}
.price .price-new,
.price span.price {
  color: #2e3092;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 16px;
  font-size: 1.6rem;
  /* [8] */
  font-weight: 600;
}
/*==================== 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 2px;
  width: 35px;
  text-align: center;
  padding: 6px 0;
  line-height: 18px;
}
.countdown_box .time-item .num-time {
  font-size: 15px;
  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 .label-stock {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 100%;
}
.products-category .filter_group {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.products-category .category-info img:hover {
  opacity: 0.8;
}
.products-category .category-info .form-group {
  margin: 0;
}
.products-category .category-info .form-group > p {
  margin: 0;
}

.title-category {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 18px;
  font-size: 1.8rem;
  /* [8] */
  text-transform: uppercase;
  color: #222;
  border-bottom: 2px solid #e8e8e8;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.title-category:after {
  position: absolute;
  content: '';
  width: 110px;
  height: 2px;
  background-color: #2e3092;
  bottom: -2px;
  left: 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: 72px;
  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: #2e3092;
  border-color: #2e3092;
  color: white;
}
.refine-search__content .refine-search__subitem {
  width: 120px;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}

.refine-search .thumbnail {
  margin-bottom: 10px;
}
.refine-search a {
  color: #7d7d7d;
  display: block;
}
.refine-search a:hover {
  color: #2e3092;
}

.layout-3 .filters-panel .list-view button.btn {
  font-family: Arial;
}

.form-control {
  box-shadow: none !important;
}
/*TOOLBAR LISTING TOP*/
#content.col-sm-6 .product-compare {
  display: none;
}

.filters-panel {
  border-radius: 0px;
  margin-bottom: 20px;
}
.filters-panel:before,
.filters-panel:after {
  content: ' ';
  display: table;
}
.filters-panel:after {
  clear: both;
}
.filters-panel.product-filter-top {
  margin-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.filters-panel .pagination > li > a,
.filters-panel .pagination > li > span {
  color: #444;
}
.filters-panel.product-filter-bottom {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  margin-top: 0;
}
.filters-panel.product-filter-bottom .text-show {
  line-height: 30px;
}
.filters-panel.product-filter-bottom .pagination > li:first-child > a,
.filters-panel.product-filter-bottom .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 0;
}
.filters-panel.product-filter-bottom .pagination > li:last-child > a,
.filters-panel.product-filter-bottom .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filters-panel.product-filter-bottom .pagination > .active > a,
.filters-panel.product-filter-bottom .pagination > .active > a:focus,
.filters-panel.product-filter-bottom .pagination > .active > a:hover,
.filters-panel.product-filter-bottom .pagination > .active > span,
.filters-panel.product-filter-bottom .pagination > .active > span:focus,
.filters-panel.product-filter-bottom .pagination > .active > span:hover {
  background: #2e3092;
  border-color: #2e3092;
  color: #fff;
}
.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: #7d7d7d;
  float: left;
  padding: 0 5px;
  font-size: 12px;
}
.filters-panel .list-view button.btn {
  margin: 0px;
  margin-right: 1px;
  float: left;
  width: 33px;
  height: 33px;
  line-height: 34px;
  background: #666;
  text-align: center;
  padding: 0;
  border-radius: 0px !important;
  border: none;
}
.filters-panel .list-view button.btn i {
  color: #fff;
}
.filters-panel .list-view button.btn:hover,
.filters-panel .list-view button.btn.active {
  background: #2e3092;
  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: #444;
}
.filters-panel .btn-default {
  padding: 9px 20px;
  background: #eee;
  color: #333;
  border-radius: 3px;
  border: none;
  font-size: 12px;
}
.filters-panel .btn-default:hover {
  background: #2e3092;
  border-color: #2e3092;
  color: #fff;
}
.filters-panel .form-control,
.filters-panel .btn {
  height: 33px;
  line-height: 33px;
  padding: 0px 15px;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 0px;
  background-color: #fff;
}
.filters-panel .form-group {
  margin-left: 10px;
}
.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: #fff;
  font-size: 12px;
  box-shadow: none;
}
.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: #2e3092;
  background-color: #2e3092;
  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:before,
.products-list:after {
  content: ' ';
  display: table;
}
.products-list:after {
  clear: both;
}
.products-list .product-layout {
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  display: block;
  margin-bottom: 18px;
  padding-right: 8px;
}
.products-list .product-layout .product-item-container {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 1px solid #e8e8e8;
}
.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;
  width: 50px;
}
.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__right {
  transform: translateX(100%);
  right: 0;
}
.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:hover {
  border: none;
  width: 60px;
  background: #2e3092;
}
.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:hover {
  opacity: 1;
  border: 1px solid #2e3092;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}
.products-list .product-layout .product-item-container .left-block {
  position: relative;
  overflow: hidden;
}
.products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container {
  margin-bottom: 0;
  text-align: center;
  border: none;
}
.products-list
  .product-layout
  .product-item-container
  .left-block
  .product-image-container
  img {
  margin: 0 auto;
}
.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 {
  background-color: #fff;
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.products-list.grid .product-item-container > .list-block,
.products-list.grid .product-item-container .description {
  display: none;
}
.products-list.grid .product-item-container .left-block {
  position: relative;
}
.products-list.grid
  .product-item-container
  .left-block
  .product-image-container
  img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  cursor: pointer;
}
.products-list.grid .product-item-container .left-block .button-group {
  padding: 0;
  position: absolute;
  z-index: 99;
}
.products-list.grid
  .product-item-container
  .left-block
  .button-group
  .btn-button {
  border: none;
  display: block;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 5px;
  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;
}
.products-list.grid
  .product-item-container
  .left-block
  .button-group
  .btn-button
  span {
  display: none;
}
.products-list.grid
  .product-item-container
  .left-block
  .button-group
  .btn-button.wishlist {
  transition-delay: 0.1s;
}
.products-list.grid
  .product-item-container
  .left-block
  .button-group
  .btn-button.compare {
  transition-delay: 0.2s;
}
.products-list.grid
  .product-item-container
  .left-block
  .button-group
  .btn-button.quickview {
  transition-delay: 0.3s;
}
.products-list.grid
  .product-item-container
  .left-block
  .button-group
  .btn-button:hover {
  background-color: #2e3092;
}
.products-list.grid .product-item-container .left-block .cartinfo--left {
  left: 10px;
  transform: translateY(50%);
  bottom: 50%;
}
.products-list.grid .product-item-container .left-block .cartinfo--right {
  right: 10px;
  transform: translateY(50%);
  bottom: 50%;
}
.products-list.grid .product-item-container .left-block .cartinfo--center {
  width: 100%;
  bottom: 35%;
  display: flex;
  justify-content: center;
}
.products-list.grid
  .product-item-container
  .left-block
  .cartinfo--center
  .btn-button {
  float: left;
}
.products-list.grid .product-item-container .left-block.left-b .quickview {
  border: none;
  padding: 0;
  background-color: #2e3092;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  text-align: center;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  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;
  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);
}
.products-list.grid .product-item-container .left-block.left-b .quickview span {
  display: none;
}
.products-list.grid .product-item-container .right-block {
  clear: both;
  padding: 10px 10px 20px 10px;
  text-align: center;
  position: relative;
}
.products-list.grid .product-item-container .right-block .colorswatch {
  position: absolute;
  top: -17px;
  width: 100%;
  left: 0;
  right: 0;
}
.products-list.grid .product-item-container .right-block .colorswatch li {
  list-style-type: none;
  display: inline-block;
}
.products-list.grid
  .product-item-container
  .right-block
  .colorswatch
  li.active
  a
  img {
  border-color: #aaa;
}
.products-list.grid .product-item-container .right-block .colorswatch li a img {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 1px;
  border: 1px solid #ddd;
}
.products-list.grid .product-item-container .right-block .cartinfo--static {
  text-align: center;
  position: absolute;
  bottom: -50px;
  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;
  left: 0;
  display: inline-block;
  width: 100%;
}
.products-list.grid
  .product-item-container
  .right-block
  .cartinfo--static
  .btn-button {
  border: none;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  color: #2e3092;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 2px;
  font-size: 14px;
  border: 1px solid #2e3092;
}
.products-list.grid
  .product-item-container
  .right-block
  .cartinfo--static
  .btn-button
  span {
  display: none;
}
.products-list.grid
  .product-item-container
  .right-block
  .cartinfo--static
  .btn-button:hover {
  background: #2e3092;
  color: white;
}
.products-list.grid .product-item-container .right-block .addToCart {
  color: #fff;
  background-color: #2e3092;
  border-radius: 16px;
  border: none;
  padding: 0 10px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border: none;
}
.products-list.grid .product-item-container .right-block .addToCart i {
  display: none;
}
.products-list.grid .product-item-container .right-block .addToCart:hover {
  background-color: #cc4a00;
}
.products-list.grid .product-item-container .right-block .price {
  margin-bottom: 0;
}
.products-list.grid .product-item-container .right-block h4 {
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 2px;
}
.products-list.grid .product-item-container .right-block h4 a {
  font-size: 14px;
  color: #222;
}
.products-list.grid .product-item-container .right-block h4 a:hover {
  color: #2e3092;
}
.products-list.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 {
  opacity: 0.8;
}
.products-list.grid
  .product-item-container:hover
  .left-block.left-b
  .quickview {
  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;
  opacity: 1;
  -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 .right-block.right-b .price {
  /* 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.grid
  .product-item-container:hover
  .right-block.right-b
  .cartinfo--static,
.products-list.grid
  .product-item-container:hover
  .right-block.right-b
  .button-group {
  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;
  bottom: 15px;
}
@media (min-width: 1200px) {
  .products-list .product-grid-4:nth-child(4n + 1) {
    clear: both !important;
  }
}
@media (min-width: 1200px) {
  .products-list .product-grid-5:nth-child(5n + 1) {
    clear: both !important;
  }
}
.products-list
  .product-grid-5
  .product-item-container
  .left-block
  .button-group
  .btn-button {
  margin: 0 1px;
}
.products-list .product-table:last-child .product-item-container {
  border-bottom: 1px solid #dbdbdb;
}
.products-list .product-table .product-item-container {
  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: #7d7d7d;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #2e3092;
  border-color: #2e3092;
}
.products-list .product-table .list-block .addToCart:hover {
  background: #2e3092;
  border-color: #2e3092;
  color: #fff;
}
.products-list .product-table .list-block .addToCart:hover {
  background: #7d7d7d;
  border-color: #7d7d7d;
}
.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;
}
.products-list .product-table .list-block .wishlist:hover,
.products-list .product-table .list-block .compare:hover {
  background: #2e3092;
  border-color: #2e3092;
  color: #fff;
}
.products-list .product-table .left-block {
  width: 23%;
  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 .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 .button-group {
  display: none;
}
.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 h4 {
  width: 25%;
  font-weight: 600;
  font-size: 15px;
}
@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 ul.so-productlist-colorswatch {
  text-align: left;
}
.products-list.list .box-label {
  left: 5px;
}
.products-list.list .colorswatch li {
  list-style-type: none;
  display: inline-block;
}
.products-list.list .colorswatch li.active a img {
  border-color: #2e3092;
}
.products-list.list .colorswatch li a img {
  width: 17px;
  height: 17px;
  display: inline-block;
  padding: 1px;
  border: 1px solid #eee;
}
.products-list.list .product-item-container {
  display: table;
  padding: 15px;
  margin-bottom: 30px;
}
.products-list.list .product-item-container .left-block {
  width: 220px;
  float: left;
}
@media (max-width: 767px) {
  .products-list.list .product-item-container .left-block {
    width: 40%;
  }
}
.products-list.list
  .product-item-container
  .left-block
  .product-image-container {
  text-align: center;
}
.products-list.list .product-item-container .left-block .quickview,
.products-list.list .product-item-container .left-block .button-group {
  display: none !important;
}
@media (max-width: 767px) {
  .products-list.list .product-item-container .list-block {
    margin-left: 0;
    padding: 10px 0 0;
    clear: both;
    overflow: hidden;
  }
}
.products-list.list .product-item-container .list-block .btn-button {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  color: #999;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  margin: 0 5px;
  font-size: 16px;
}
.products-list.list .product-item-container .list-block .btn-button.quickview {
  display: inline-block !important;
}
.products-list.list .product-item-container .list-block .btn-button:hover {
  background-color: #2e3092;
  color: #fff;
  border-color: #2e3092;
}
.products-list.list .product-item-container .right-block {
  margin-left: 220px;
  padding: 0 20px 0px 30px;
}
@media (max-width: 767px) {
  .products-list.list .product-item-container .right-block {
    margin-left: 40%;
    padding: 0 10px 0px 10px;
  }
}
.products-list.list .product-item-container .right-block .button-group {
  display: none;
}
.products-list.list .product-item-container .right-block .ratings {
  margin-bottom: 0px;
}
.products-list.list .product-item-container .right-block h4 {
  margin-bottom: 5px;
  font-weight: 400;
}
.products-list.list .product-item-container .right-block h4 a {
  color: #444;
  font-weight: 600;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 16px;
  font-size: 1.6rem;
  /* [8] */
}
.products-list.list .product-item-container .right-block h4 a:hover {
  color: #2e3092;
}
.products-list.list .product-item-container .right-block .price {
  display: inline-block;
  margin: 0;
}
.products-list.list .product-item-container .right-block .price .price-new {
  font-size: 18px;
}
@media (max-width: 767px) {
  .products-list.list .product-item-container .right-block .description {
    display: none;
  }
}
@media (max-width: 767px) {
  .products-list.list .product-item-container .label-product {
    display: none;
  }
}
.products-list.list .product-item-container:hover {
  border-color: #aaa;
  transition: all 300ms ease-in-out;
}
/*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 13px;
  letter-spacing: 1px;
  line-height: 23px;
  font-size: 11px;
  font-weight: bold;
  vertical-align: top;
  text-transform: uppercase;
}
.product-detail .open-sidebar .fa,
.product-listing .open-sidebar .fa {
  font-size: 14px;
  padding-right: 5px;
  position: relative;
  top: 1px;
}
.product-detail .open-sidebar:hover,
.product-listing .open-sidebar:hover {
  border-color: #2e3092;
}

.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-scaler iframe {
  padding: 20px 10px 10px 10px;
  height: 535px;
}

#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: 10px;
  border: 1px dotted #ddd;
  margin: 0;
  font-style: italic;
  color: #999;
  font-size: 12px;
}
#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;
}

@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;
}
.category-featured .wap-listing-tabs {
  height: 215px;
  position: relative;
  z-index: 2;
}
.category-featured .ltabs-wrap .ltabs-tabs-container {
  margin: 0 0 10px;
  border-bottom: 2px solid #eee;
}
.category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.ltabs-tab {
  margin: 0 20px 0 0;
  padding: 5px 0;
}
.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: #999;
  padding: 0;
}
.category-featured
  .ltabs-wrap
  .ltabs-tabs-container
  .ltabs-tabs
  li.ltabs-tab
  > span:hover {
  color: #2e3092;
}
.category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  position: relative;
  font-weight: bold;
}
.category-featured
  .ltabs-wrap
  .ltabs-tabs-container
  .ltabs-tabs
  li.tab-sel
  span {
  color: #7d7d7d;
}
.category-featured
  .ltabs-wrap
  .ltabs-tabs-container
  .ltabs-tabs
  li.tab-sel:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #2e3092;
  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: #2e3092;
  border-color: #2e3092;
}
.category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-dots {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.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: 20px;
}
.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-dots
  .owl2-dot
  span {
  height: 6px;
  background: #cacaca;
  display: block;
  border-radius: 3px;
  margin: 0;
}
.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-dots
  .owl2-dot:hover
  span {
  background: #2e3092;
}
.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-dots
  .owl2-dot.active {
  width: 30px;
}
.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .owl2-controls
  .owl2-dots
  .owl2-dot.active
  span {
  background: #2e3092;
}
.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
  > a {
  font-size: 16px;
}
.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .item-available {
  margin-top: 15px;
}
.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: #2e3092;
  position: absolute;
  height: 100%;
  left: 0;
  border-radius: 7px;
}
.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: 15px;
}
.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: #2e3092;
  border-color: #2e3092;
}
.category-featured
  .ltabs-wrap
  .wap-listing-tabs
  .product-item-container
  .right-block
  .addToCart {
  padding: 11px 20px;
}
.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;
}
/*=====================*/
.products-list .product-grid h4 {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.products-category .products-list .product-grid-5 .countdown_box {
  display: none;
}
.products-category
  .products-list
  .product-grid-5
  .product-item-container
  .right-block
  .addToCart {
  width: 32px;
  padding: 0;
  vertical-align: top;
}
.products-category
  .products-list
  .product-grid-5
  .product-item-container
  .right-block
  .addToCart
  span {
  display: none;
}
.products-category
  .products-list
  .product-grid-5
  .product-item-container
  .right-block
  .addToCart
  i {
  padding: 0;
  display: block;
}
.products-category .products-list .product-grid-5 .product-card__gallery {
  display: none;
}

.product-view .content-product-left.class-honizol .thumb-video {
  bottom: 117px;
}

.product_page_price {
  margin: 15px 0;
}
.product_page_price .price-new {
  font-size: 26px;
}
.product_page_price .price-old {
  vertical-align: top;
}
.product_page_price .price-tax {
  margin-bottom: 10px;
  color: #7d7d7d;
  font-size: 12px;
  font-weight: 600;
}
.product_page_price .label-product {
  position: static;
  display: inline-block;
  border-radius: 2px;
  height: auto;
  padding: 0 10px;
  width: auto;
  line-height: 22px;
  vertical-align: top;
}

.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 {
  bottom: 40px;
  position: absolute;
  font-size: 32px;
  right: 30px;
  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-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: #2e3092;
}
.left-content-product .content-product-left .full_slider .thumbnail.active,
.left-content-product .content-product-left .not_full_slider .thumbnail.active {
  border-color: #2e3092;
}
.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: #2e3092;
  background-color: #2e3092;
  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: #2e3092;
  background-color: #2e3092;
  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: 20px;
  font-size: 23px;
  text-transform: unset;
  color: #222;
  font-weight: 600;
  margin-top: 0;
}
.left-content-product .content-product-right h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  color: #444;
}
.left-content-product .content-product-right .box-review {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  color: #999;
}
.left-content-product .content-product-right .box-review .ratings {
  display: inline-block;
  margin: 0 20px 0 0;
  z-index: 0;
  position: relative;
}
.left-content-product .content-product-right .box-review a {
  color: #666;
  display: inline-block;
}
.left-content-product .content-product-right .box-review a:hover {
  color: #2e3092;
}
.left-content-product .content-product-right .box-review .rating {
  display: inline-block;
}
.left-content-product .content-product-right .box-review .order-num {
  background: #5cb85c;
  border-radius: 2px;
  min-width: auto;
  color: white;
  padding: 0 10px;
  font-size: 11px;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.left-content-product .content-product-right .box-review .order-num:after {
  top: 4px;
  left: -6px;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-right: 0.7em solid #5cb85c;
  border-bottom: 0.7em solid transparent;
  border-top: 0.7em solid transparent;
}
.left-content-product .content-product-right .product-box-desc {
  float: left;
  width: 100%;
  padding: 0px;
  color: #666;
  position: relative;
  font-weight: 600;
}
.left-content-product .content-product-right .product-box-desc span {
  display: inline-block;
  min-width: 120px;
}
.left-content-product .content-product-right .product-box-desc .brand a {
  color: #666;
}
.left-content-product .content-product-right .product-box-desc .brand a:hover {
  color: #2e3092;
}
.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 .short_description {
  display: block;
  padding-top: 20px;
  clear: both;
  margin-bottom: 0;
}
.left-content-product .content-product-right .short_description h3 {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.left-content-product .content-product-right .short_description ol {
  padding: 0;
}
.left-content-product .content-product-right #product {
  float: left;
  width: 100%;
  margin: 5px;
}
.left-content-product .content-product-right #product h3 {
  margin-top: 0;
}
.left-content-product
  .content-product-right
  #product
  .image_option_type
  label.control-label {
  line-height: 26px;
}
.left-content-product
  .content-product-right
  #product
  .product-options
  .img-thumbnail {
  width: 26px;
  height: 26px;
  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: #2e3092;
  color: #fff;
}
.left-content-product .content-product-right .social_share_detail {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  padding: 20px 0 8px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.left-content-product .content-product-right .social_share_detail label {
  float: left;
  line-height: 30px;
  margin-bottom: 0;
  min-width: 90px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  color: #222;
}
.left-content-product .content-product-right .social_share_detail ul {
  display: inline-block;
}
.left-content-product .content-product-right .box-info-product {
  float: left;
  width: 100%;
  margin: 5px 0 10px;
}
.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control {
  float: left;
  margin: 0;
  padding: 0 17px 0 0;
  position: relative;
}
.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  label {
  margin: 0;
  line-height: 35px;
  font-weight: bold;
  color: #444;
  font-size: 14px;
  padding-right: 10px;
}
.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  input.form-control {
  height: 35px;
  line-height: 33px;
  margin: 0;
  padding: 0 10px;
  width: 35px;
  border: 1px solid #ddd;
  border-radius: 0;
  z-index: 0;
  float: left;
}
.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span {
  border: 0 none;
  color: white;
  float: left;
  font-size: 14px;
  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 #999;
  padding: 0 4px;
  position: absolute;
  top: 0px;
  height: 18px;
  width: 17px;
  right: 1px;
}
.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span.product_quantity_down {
  background: none repeat scroll 0 0 #999;
  font-size: 13px;
  padding: 0 4px;
  position: absolute;
  top: 18px;
  width: 17px;
  height: 17px;
  line-height: 15px;
  right: 1px;
}
.left-content-product
  .content-product-right
  .box-info-product
  .quantity
  .quantity-control
  span:hover {
  background: #2e3092;
}
.left-content-product .content-product-right .box-info-product .cart {
  float: left;
  margin: 0 10px;
}
.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: #2e3092;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 0 16px;
  line-height: 34px;
}
.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: 0;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  cursor: pointer;
  height: 36px;
  line-height: 34px;
  width: 36px;
  text-align: center;
}
.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: #2e3092;
  color: #2e3092;
}

#product {
  margin-top: 30px;
}
#product h4 {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  text-transform: uppercase;
}
#product div.required .control-label:before {
  content: '* ';
  color: #f00;
  font-weight: bold;
}
#product .image_option_type .product-options {
  display: inline-block;
}
#product .size_option_type .product-options {
  display: inline-block;
}
#product .control-label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  color: #444;
  min-width: 65px;
}
#product .product-options .img-thumbnail {
  width: 22px;
  height: 22px;
  border-radius: 0;
  padding: 1px;
}
#product .radio-type-button {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 5px 0px;
  padding: 0px;
}
#product .radio-type-button label {
  padding: 0;
  font-size: 14px;
}
#product .radio-type-button input {
  visibility: hidden;
}
#product .radio-type-button .option-content-box {
  background: #d7d7d8;
  display: block;
  text-align: center;
  border-radius: 3px;
  padding: 2px 6px;
  min-width: 30px;
}
#product .radio-type-button .option-content-box.active,
#product .radio-type-button .option-content-box.active:hover {
  background: #666;
  color: white;
}
#product .radio-type-button .option-content-box:hover {
  background: #dadada;
}
#product .radio-type-button.option_image .option-name {
  display: none;
}
#product .option_image label {
  padding: 0;
}
#product .option_image input {
  visibility: hidden;
}
#product .option_image .option-name {
  padding: 0 5px;
}
#product .option_image .option-content-box {
  padding: 1px;
}
#product .box-date {
  padding-left: 0;
}
#product .box-date label {
  margin-right: 10px;
  width: 80px;
}
#product .box-date input {
  width: 200px;
}
#product .box-date input,
#product .box-date button {
  border-radius: 0;
  position: relative;
  z-index: 0;
  margin-left: 0;
}
#product .box-date .input-group-btn {
  float: left;
}
#product .box-date button:hover {
  background: #2e3092;
  color: #fff;
}
#product .icheckbox.checked:before,
#product .iradio.checked:before {
  background-color: #2e3092;
  border-color: #2e3092;
}
/*============Thumbnail Vertical==================*/
.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: #7d7d7d;
}
.thumb-vertical-outer .btn-more:hover {
  color: #2e3092;
}
.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: 18px;
}
.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: #2e3092;
}
.thumb-vertical-outer ul li .thumbnail.active {
  border-color: #2e3092;
}
/*============PRODUCT TABS==================*/
.producttab {
  margin: 30px 0;
}
.producttab .tabsslider.horizontal-tabs {
  z-index: 1;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  border: none;
  padding: 0;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs {
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs li {
  margin: -1px 0 0 -1px;
  list-style: none;
  cursor: pointer;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  border-right: 1px solid #e1e1e1;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs li a {
  font-weight: bold;
  border: none;
  padding: 0;
  color: #222;
  padding: 11px 30px;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs li.active,
.producttab .tabsslider.horizontal-tabs .nav-tabs li:hover {
  border-color: #2e3092;
}
.producttab .tabsslider.horizontal-tabs .nav-tabs li.active a,
.producttab .tabsslider.horizontal-tabs .nav-tabs li:hover a {
  color: #fff;
  background: #2e3092;
}
.producttab .tabsslider.horizontal-tabs .tab-content {
  padding: 15px 20px;
  display: block;
  margin: 0;
  border-style: solid;
  margin-top: -1px;
  border-width: 1px;
  border-color: #e6e6e6;
  line-height: 22px;
}
@media (max-width: 991px) {
  .producttab .tabsslider.horizontal-tabs .tab-content {
    padding: 20px;
  }
}

.producttab .tabsslider.vertical-tabs {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-bottom: 80px;
}
.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: none;
  border-bottom: 1px solid #ddd;
  clear: both;
  position: relative;
  width: 100%;
  padding: 5px 0;
  border-right: none;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
  padding: 8px 30px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
  border-color: #ddd;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
  background: transparent;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:last-child {
  border: none;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
  content: '';
  width: 5px;
  height: 100%;
  left: -1px;
  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: 99;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
  border-left-color: #2e3092;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
  color: #2e3092;
  border: none;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
  background-color: #2e3092;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
  border-left-color: #2e3092;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
  background-color: #2e3092;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
  background: transparent;
  color: #2e3092;
  border: none;
}
.producttab .tabsslider.vertical-tabs .tab-content {
  border: 0;
  border-left: 1px solid #e6e6e6;
  min-height: 200px;
  margin-bottom: 0;
  padding: 20px;
}

.product-detail .producttab .tab-content .product-property-title {
  font-size: 16px;
  color: #222;
  text-transform: capitalize;
}
.product-detail .producttab .tab-content .product-property-list {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.product-detail .producttab .tab-content .product-property-list li {
  width: 50%;
  float: left;
  padding: 5px 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-detail
  .producttab
  .tab-content
  .product-property-list
  li
  .propery-title {
  float: left;
  color: #999;
  min-width: 150px;
}
.product-detail
  .producttab
  .tab-content
  .product-property-list
  li
  .propery-des {
  float: left;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7d7d7d;
}

.desc-collapse.showup {
  max-height: 100%;
}
.desc-collapse.showdown {
  max-height: 350px;
  display: block;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 2;
}
.desc-collapse.showdown:before {
  display: block;
  content: '';
  height: 120px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 100%,
    #fff
  );
}

.button-toggle {
  display: block;
  text-align: center;
  background-color: transparent;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.button-toggle a {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
}
.button-toggle a:hover,
.button-toggle a:focus,
.button-toggle a:active {
  color: #2e3092;
  background-color: transparent;
  box-shadow: none;
}
.button-toggle a.active .toggle-less {
  display: block;
}
.button-toggle a.active .toggle-more {
  display: none;
}
.button-toggle a .toggle-less {
  display: none;
}
.button-toggle a .toggle-more {
  display: block;
}
/*============RELATED PRODUCT==================*/
.related {
  clear: both;
  margin: 0;
}
.related .modtitle {
  text-transform: uppercase;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  border: 1px solid #e8e8e8;
}
.related.products-list.grid .product-item-container {
  margin: 0;
}
.related .releate-products {
  margin-top: 20px;
}
.related .releate-products .owl2-nav {
  position: absolute;
  top: -52px;
  width: 80px;
  right: 2px;
}
.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: #2e3092;
  background-color: #2e3092;
  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: #2e3092;
  background-color: #2e3092;
  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;
  z-index: 0;
}

.size_option_type .selected-option {
  padding-left: 0;
  display: inline;
  text-transform: capitalize;
}

.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: #666;
}
.banner-policy .policy a span {
  margin-right: 10px;
}
.banner-policy .policy a:hover {
  color: #2e3092;
}
.banner-policy .policy.policy1 a span {
  background: url('../image/icons/policy_1.html') 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.html') 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.html') 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.html') 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;
}
/*============ HEADER  ==================*/
.vertical {
  position: relative;
}

#header #sosearchpro {
  padding: 0;
  width: 100%;
}

#header ul.megamenu > li > a {
  font-size: 14px;
}

#sosearchpro.so-search .select_category select {
  padding-left: 15px;
}

#sosearchpro .dropdown-menu {
  visibility: visible;
  opacity: 1;
  overflow-y: auto !important;
}

#sosearchpro.so-search .button-search {
  outline: none;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu {
  border: 1px solid #efefef;
  border-top: none;
  background: #fff;
}

#sosearchpro .autosearch-input {
  padding: 0 15px;
}

#sosearchpro .dropdown-menu {
  margin-top: 0;
}

.horizontal ul.megamenu > li > .sub-menu {
  border-top: 2px solid #2e3092;
  max-height: 500px;
  overflow-y: auto;
}
.horizontal ul.megamenu > li > a {
  padding: 10px 15px;
  text-transform: uppercase;
}
.horizontal ul.megamenu > li > a .fa {
  padding-right: 10px;
}
.horizontal ul.megamenu > li {
  margin-right: 1px;
  float: left;
}
.horizontal ul.megamenu li .sub-menu .content .fa {
  margin: 0 10px;
}
.horizontal ul.megamenu > li.active > a,
.horizontal ul.megamenu > li.home > a,
.horizontal ul.megamenu > li:hover > a {
  background: transparent;
  color: #2e3092;
}
.horizontal .megamenu-wrapper {
  background: transparent;
}
.horizontal .subcategory li a {
  color: #7d7d7d;
}
.horizontal .subcategory li a:hover {
  color: #2e3092;
}

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

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

@media (max-width: 991px) {
  .responsive ul.megamenu > li.click:before,
  .responsive ul.megamenu > li.hover:before {
    right: 0;
    left: auto;
  }

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

.header-promotion {
  text-align: center;
  padding: 12px 15px;
}

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

.btn-shopping-cart .dropdown-menu {
  min-width: 350px;
  border: none;
}
.btn-shopping-cart .dropdown-menu:before {
  content: '';
  background: #cc4a00;
  height: 3px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.btn-shopping-cart .dropdown-menu:after {
  border-color: transparent transparent #2e3092 transparent;
  border-width: 10px;
  top: -21px;
}
.btn-shopping-cart .dropdown-menu .cart_product_name {
  color: #7d7d7d;
}
.btn-shopping-cart .dropdown-menu .cart_product_name:hover {
  color: #2e3092;
}
.btn-shopping-cart .dropdown-menu .empty {
  padding: 15px;
}
.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;
}

.typeheader-5 #sosearchpro.so-search .autosearch-input {
  border-color: #0f8db3 !important;
}

.megamenu-style-dev {
  position: relative;
}
.megamenu-style-dev .horizontal ul.megamenu > li.menu-home i {
  display: none;
}
.megamenu-style-dev
  .horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  ul {
  padding: 5px 0px;
}
.megamenu-style-dev
  .horizontal
  ul.megamenu
  li
  .sub-menu
  .content
  .static-menu
  .menu
  ul
  ul
  li:before {
  display: none;
}
.megamenu-style-dev .vertical ul.megamenu {
  position: absolute;
  width: 100%;
  background: #222;
  z-index: 999;
}
.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: #2e3092;
}
.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: #2e3092;
}
.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: #2e3092;
}

.select_category select {
  outline: none;
}

header.typeheader-1 .header-bottom {
  background: #2e3092;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.2rem 0.5rem;
  padding: 10px;
}

.typeheader-2 .shopping_cart {
  border-color: #2e3092;
}
.typeheader-2 .shopping_cart:after {
  border-right: 15px solid #2e3092;
}
.typeheader-2 .shopping_cart .total-shopping-cart {
  background-color: #cc4a00;
}

.typeheader-1 .header-top .header-top-left .link-lg,
.typeheader-1 .header-top .header-top-right ul.top-link > li:hover > a,
.typeheader-1 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
  color: #2e3092 !important;
}

.typeheader-1 #sosearchpro.so-search .autosearch-input {
  border-color: #2e3092;
}

.typeheader-2 .header-top-right ul.top-link > li:hover > a {
  color: #2e3092;
}

.typeheader-2 #sosearchpro.so-search .button-search i {
  color: #2e3092;
}

.typeheader-2 #sosearchpro.so-search .button-search:hover i {
  color: #cc4a00;
}

.typeheader-2 .header-top .header-top-right ul.top-link > li:hover > a,
.typeheader-2 .header-top .header-top-left .link-lg {
  color: #2e3092 !important;
}

.typeheader-2 .shopping_cart,
.typeheader-2 .header-bottom .header_custom_link li a,
.typeheader-2 #sosearchpro.so-search .autosearch-input,
.typeheader-2 #sosearchpro.so-search .select_category {
  border-color: #2e3092 !important;
}

.typeheader-2 .header-center .phone-header a:hover,
.typeheader-2 .header-center .phone-header .phone,
.typeheader-2 .megamenu-style-dev .horizontal ul.megamenu > li.active > a,
.typeheader-2 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
  color: #2e3092 !important;
}

.typeheader-2 #sosearchpro.so-search .button-search:hover {
  background: #2e3092 !important;
}
.typeheader-2 #sosearchpro.so-search .button-search:hover i {
  color: #fff !important;
}

.typeheader-2 .shopping_cart .btn-shopping-cart .total-shopping-cart,
.typeheader-2
  .container-megamenu.vertical
  #menuHeading
  .megamenuToogle-wrapper {
  background: #2e3092 !important;
}

header.typeheader-3 .header-top-right ul.top-link > li:hover > a {
  color: #2e3092 !important;
}

header.typeheader-3 #sosearchpro.so-search .button-search:hover i {
  color: #cc4a00;
}

header.typeheader-4 .container-megamenu.vertical .vertical-wrapper {
  border-color: #2e3092;
}

.typeheader-4 .header-top-right ul.top-link > li:hover > a {
  color: #2e3092;
}

.typeheader-4 #sosearchpro.so-search .button-search i {
  color: #2e3092;
}

.typeheader-4 #sosearchpro.so-search .button-search:hover i {
  color: #cc4a00;
}

.typeheader-5 .header-top-right ul.top-link > li:hover > a {
  color: #2e3092;
}

.typeheader-5 #sosearchpro.so-search .button-search i {
  color: #2e3092;
}

.typeheader-5 #sosearchpro.so-search .button-search:hover i {
  color: #cc4a00;
}

.typeheader-5 .header-top .header-top-left .welcome-msg .label-msg {
  background: #ff7d33;
}

header.typeheader-6 .header-center .block_link a {
  background: #2e3092;
}
header.typeheader-6 .header-bottom {
  background-color: #2e3092;
}
header.typeheader-6
  .header-top
  .header-top-right
  ul.top-link
  > li
  .btn-group
  .btn-link:hover {
  color: #2e3092;
}
header.typeheader-6 .header-top .header-top-right ul.top-link > li:hover > a {
  color: #2e3092;
}
header.typeheader-6 #sosearchpro.so-search .select_category,
header.typeheader-6 #sosearchpro.so-search .autosearch-input {
  border: 1px solid #2e3092;
}
header.typeheader-6 #sosearchpro.so-search .button-search {
  background: #2e3092;
}
header.typeheader-6 #sosearchpro.so-search .button-search:hover {
  background: #cc4a00;
}

header.typeheader-7 .header-top .header-top-right ul.top-link > li:hover > a {
  color: #2e3092;
}
header.typeheader-7
  .header-top
  .header-top-right
  ul.top-link
  > li
  .btn-group
  .btn-link:hover {
  color: #2e3092;
}
header.typeheader-7 .megamenu-style-dev .horizontal ul.megamenu > li.active > a,
header.typeheader-7 .megamenu-style-dev .horizontal ul.megamenu > li:hover > a {
  color: #2e3092;
}
header.typeheader-7 .shopping_cart .total-shopping-cart {
  background: #2e3092;
}
header.typeheader-7 #sosearchpro.so-search .button-search {
  background: #2e3092;
}
header.typeheader-7 #sosearchpro.so-search .button-search:hover {
  background: #cc4a00;
}

header.typeheader-8
  .header-top
  .header-top-left
  .dropdown-menu
  > li
  > button.btn-block:hover,
header.typeheader-8
  .header-top
  .header-top-right
  ul.top-link
  > li.socials
  .socials-wrap
  ul
  li
  a:hover,
header.typeheader-8 .dropdown-menu > li > a:hover,
header.typeheader-8
  .header-bottom
  .header-menu
  .navbar-default
  .horizontal
  ul.megamenu
  > li
  > a:hover,
header.typeheader-8
  .header-top
  .header-top-right
  ul.top-link
  > li.shopping_cart
  .top_cart:hover,
header.typeheader-8
  .header-top
  .header-top-right
  ul.top-link
  > li.account
  a.dropdown-toggle:hover,
header.typeheader-8 .btn-group .btn-link:hover {
  color: #2e3092 !important;
}
header.typeheader-8
  .header-bottom
  .header-menu
  .navbar-default
  .horizontal
  ul.megamenu
  > li
  > a:hover:before,
header.typeheader-8
  .header-center
  .header_search
  #sosearchpro
  .button-search:hover {
  background: #2e3092 !important;
}

header.typeheader-9
  .header-center
  .header_search
  #sosearchpro
  .button-search:hover
  i,
header.typeheader-9
  .header-top
  .header-top-right
  .dropdown-menu
  > li
  > button.btn-block:hover,
header.typeheader-9 .header-center .findstore a:hover,
header.typeheader-9
  .header-bottom
  .header-menu
  .navbar-default
  .horizontal
  ul.megamenu
  > li
  > a:hover,
header.typeheader-9
  .header-top
  .header-top-right
  ul.top-link
  > li
  .dropdown-toggle:hover,
header.typeheader-9
  .header-top
  .header-top-right
  ul.top-link
  > li.account
  a.dropdown-toggle:hover {
  color: #2e3092 !important;
}
header.typeheader-9
  .header-bottom
  .shopping_cart
  .btn-shopping-cart
  .total-shopping-cart {
  background: #2e3092 !important;
}

.typeheader-10 .dropdown-menu .btn-block:hover,
.typeheader-10 .header-top .header-top-right ul.top-link > li > a:hover,
.typeheader-10 .btn-group .btn-link:hover {
  color: #2e3092 !important;
}

.typeheader-10 #sosearchpro.so-search .button-search:hover {
  background: #2e3092 !important;
}
/************************************************************************************************
 FOOTER DEFFAULT
 *************************************************************************************************/
footer {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 13px;
  font-size: 1.3rem;
  /* [8] */
  color: #7d7d7d;
  background: rgb(248, 249, 249);
  /*FOOTER BOTTOM*/
  /*HTML SOCIAL*/
  /*NEWLETTER*/
}
footer a {
  color: #7d7d7d;
}
footer .module {
  margin: 0;
}
footer .module .footer-block-title h3,
footer .module h3.footertitle {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 16px;
  font-size: 1.6rem;
  /* [8] */
  font-weight: bold;
  border: none;
  color: #222;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  line-height: inherit;
  height: auto;
}
footer .footer-top {
  background-color: #2e3092;
  padding: 18px 0 19px;
}
footer .footer-top .block-infos .info {
  width: 20%;
  float: left;
}
footer .footer-top .block-infos .info .inner {
  float: left;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 35px;
}
footer .footer-top .block-infos .info .inner i {
  float: left;
  font-size: 36px;
  padding-top: 1px;
  color: #fff;
}
footer .footer-top .block-infos .info .inner .info-cont {
  padding-left: 50px;
}
footer .footer-top .block-infos .info .inner .info-cont span {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 600;
}
footer .footer-top .block-infos .info .inner .info-cont p {
  text-transform: capitalize;
  color: #fff;
  padding-top: 0;
  margin-bottom: 0px;
  line-height: normal;
}
footer .footer-top .block-infos .info.info1 .inner {
  border-left: 0;
  padding-left: 0px;
}
footer .footer-center {
  padding-top: 25px;
}
@media (min-width: 1200px) {
  footer .footer-center {
    padding-top: 44px;
  }
  footer .footer-center .footer-extra {
    padding: 0 0 0 40px;
  }
  footer .footer-center .footer-contact {
    padding-left: 50px;
  }
  footer .footer-center .footer-newsletter {
    width: 70%;
  }
  footer .footer-center .footer-socials {
    width: 30%;
  }
}
footer .footer-center .module ul.links-footer li a,
footer .footer-center .module ul.menu li a {
  position: relative;
  color: #7d7d7d;
  text-transform: capitalize;
  font-size: 13px;
  position: relative;
  padding: 4px 0px 5px 0px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  display: inline-block;
  vertical-align: top;
}
footer .footer-center .module ul.links-footer li a:before,
footer .footer-center .module ul.menu li a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 8px;
}
footer .footer-center .module ul.links-footer li a:hover,
footer .footer-center .module ul.menu li a:hover {
  color: #2e3092;
  padding-left: 10px;
}
footer .footer-center .footer-contact ul > li {
  list-style: none;
  overflow: hidden;
  line-height: 24px;
  margin-top: 23px;
}
footer .footer-center .footer-contact ul > li .fa {
  width: 31px;
  height: 31px;
  background-color: #9d9d9d;
  color: #fff;
  line-height: 31px;
  font-size: 16px;
  text-align: center;
  float: left;
  border-radius: 2px;
  margin-right: 10px;
}
footer .footer-center .footer-contact ul > li span {
  display: block;
  overflow: hidden;
  line-height: 15px;
  color: #7d7d7d;
  font-size: 13px;
}
footer .footer-center .footer-contact ul > li.email {
  margin-bottom: 22px;
  line-height: 32px;
  font-size: 13px;
}
footer .footer-center .custom_categories {
  border-top: 1px solid #e0e0e0;
  text-align: center;
  clear: both;
  padding: 28px 0 30px 0;
  margin-top: 36px;
}
footer .footer-center .custom_categories nav a {
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
footer .footer-center .custom_categories nav a:hover {
  color: #2e3092;
}
footer .footer-center .custom_categories p {
  padding: 0 25%;
  line-height: 28px;
  margin: 10px 13px 0;
}
footer .footer-center .footer-center-2 {
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
}
footer .footer-bottom {
  background-color: #3b3b3b;
  text-align: center;
  padding: 22px 0;
}
footer .footer-bottom .copyright {
  margin-bottom: 7px;
}
footer .footer-bottom .copyright a {
  color: #cfcfcf;
}
footer .socials-wrap {
  display: inline-block;
  float: right;
}
footer .socials-wrap .title-follow {
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
  padding-top: 8px;
}
footer .socials-wrap ul {
  display: table-cell;
  padding-top: 5px;
  padding-left: 5px;
}
footer .socials-wrap ul li {
  float: left;
  margin-left: 9px;
}
footer .socials-wrap ul li a {
  font-size: 18px;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #fff;
  color: #222;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
footer .socials-wrap ul li a:hover {
  color: #2e3092;
}
footer .socials-wrap ul li a i {
  font-size: 16px;
}
footer .socials-wrap ul li a .name-social {
  display: none;
}
footer .news-letter {
  overflow: hidden;
  float: left;
  color: #222;
  padding-right: 0;
}
footer .news-letter .title-block {
  display: table-cell;
  line-height: 100%;
  padding: 15px 0;
  white-space: nowrap;
}
footer .news-letter .page-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
}
footer .news-letter .pre-text {
  margin: 0;
  line-height: 12px;
  font-size: 12px;
  display: none;
}
footer .news-letter .block_content {
  padding: 0 30px 0 27px;
  display: table-cell;
  margin-top: 0;
  vertical-align: top;
}
footer .news-letter .block_content form {
  margin: 0px;
}
footer .news-letter .block_content form .form-group {
  margin: 0px;
  overflow: hidden;
}
footer .news-letter .block_content .input-box {
  float: left;
}
footer .news-letter .block_content .input-box input {
  border-radius: 20px 0 0 20px;
  height: 42px;
  padding: 5px 15px;
  background: #fff;
  color: #999;
  font-size: 12px;
  float: left;
  width: 515px;
  transition: 0.3s all ease 0s;
  border: solid 1px #fff;
  border-right: none;
  margin-right: 20px;
}
footer .news-letter .block_content .subcribe button {
  right: 0;
  position: absolute;
  top: 0;
  border-radius: 0 20px 20px 0;
  height: 42px;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s all ease 0s;
  font-weight: bold;
  background-color: #2e3092;
  border-color: #2e3092;
  color: #fff;
}
@media (min-width: 1200px) {
  footer .news-letter .block_content .subcribe button {
    padding: 0 25px;
  }
}
footer .news-letter .block_content .subcribe button:hover {
  background-color: #cc4a00;
  border-color: #cc4a00;
}

.so-custom-default {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

footer.typefooter-1 .footer-top {
  background-color: #2e3092 !important;
}
footer.typefooter-1 .footer-center .custom_categories nav a:hover,
footer.typefooter-1 .footer-center .module ul.links-footer li a:hover,
footer.typefooter-1 .footer-center .module ul.menu li a:hover {
  color: #2e3092 !important;
}
footer.typefooter-1 .news-letter .block_content .subcribe button {
  background-color: #2e3092 !important;
  border-color: #2e3092 !important;
}
footer.typefooter-1 .news-letter .block_content .subcribe button:hover {
  background-color: #cc4a00 !important;
  border-color: #cc4a00 !important;
}

footer.typefooter-2 .news-letter .block_content .input-box input {
  border-color: #2e3092 !important;
}
footer.typefooter-2 .socials-wrap ul li a {
  background-color: #2e3092 !important;
}
footer.typefooter-2 .footer-center .custom_categories nav a:hover,
footer.typefooter-2 .footer-center .module ul.links-footer li a:hover,
footer.typefooter-2 .footer-center .module ul.menu li a:hover {
  color: #2e3092 !important;
}

footer.typefooter-3 .news-letter .block_content .subcribe button:hover {
  background-color: #2e3092 !important;
}
footer.typefooter-3 .footer-center-3 .menu-footer3 li a:hover,
footer.typefooter-3 .footer-center-3 .socials-footer ul li a:hover .fa,
footer.typefooter-3 ul.links-footer li a:hover {
  color: #2e3092 !important;
}

footer.typefooter-5 .news-letter .block_content .subcribe button {
  background-color: #2e3092 !important;
  border-color: #2e3092 !important;
}
footer.typefooter-5 .news-letter .block_content .subcribe button:hover {
  background-color: #cc4a00 !important;
  border-color: #cc4a00 !important;
}

footer.typefooter-6 div.footer-top {
  background-color: #2e3092 !important;
}
footer.typefooter-6 div.footer-top .bf-right a:hover {
  color: #2e3092 !important;
}
footer.typefooter-6 .footer-center .footer-newletter .subcribe .btn:hover {
  background: #cc4a00 !important;
}
footer.typefooter-6 div.footer-center .module ul.menu li a:hover {
  color: #2e3092 !important;
}

footer.typefooter-7 .footer-center ul li a:hover {
  color: #2e3092 !important;
}

footer.typefooter-8
  .footer-block
  .footer-block-content
  .links-contact
  li:hover:before {
  background-color: #2e3092 !important;
}
footer.typefooter-8 .news-letter .block_content form .subcribe button:hover {
  background: #2e3092 !important;
}
footer.typefooter-8 .footer-bottom .copyright a:hover,
footer.typefooter-8
  .footer-block
  .footer-block-content
  .links-footer
  li
  a:hover {
  color: #2e3092 !important;
}
footer.typefooter-8
  .footer-block
  .footer-block-content
  .socials-wrap
  ul
  li
  a:hover {
  border-color: #2e3092 !important;
}
footer.typefooter-8
  .footer-block
  .footer-block-content
  .socials-wrap
  ul
  li
  a:hover
  .fa {
  color: #2e3092 !important;
}

footer.typefooter-9
  .footer-block
  .footer-block-content
  .links-contact
  li:hover:before {
  background-color: #2e3092 !important;
}

footer.typefooter-9 .news-letter .block_content .subcribe button:hover {
  background: #2e3092 !important;
}

footer.typefooter-9 .footer-block .links-footer li a:hover:before,
footer.typefooter-10 .policy-shop .content-policy .content:hover h2,
footer.typefooter-9 .footer-block .links-footer li a:hover,
footer .socials-wrap ul li a:hover {
  color: #2e3092 !important;
}

footer.typefooter-10 .socials-wrap ul li a:hover {
  background-color: #2e3092 !important;
}
footer.typefooter-10 .socials-wrap ul li a:hover span {
  color: #fff;
}

footer.typefooter-10
  .footer-block
  .footer-block-content
  .links-contact
  li:hover:before,
footer.typefooter-10 .footer-block .links-footer li a:hover {
  color: #2e3092 !important;
}
/*===============================================
 [SASS DIRECTORY ]
 [1] MODULE DEFAULT
 [2] BLOCK SEARCH
 [3] SOCIAL FOOTER
 ==============================================*/
#content {
  margin-bottom: 10px;
}

.sohomepage-slider .so-homeslider {
  border: none !important;
}

.container-megamenu.vertical .vertical-wrapper {
  display: none;
}

.container-megamenu.vertical:hover .vertical-wrapper {
  /* position: absolute; */
  width: 100%;
  display: block;
  z-index: 9;
}

.common-home h3.modtitle {
  position: relative;
}
.common-home h3.modtitle:before {
  display: none;
}
.common-home h3.modtitle .fa {
  color: #2e3092;
}
.common-home .slider-full {
  background-color: rgb(248, 249, 249);
}
.common-home .container-megamenu.vertical .vertical-wrapper {
  display: block;
}
@media (min-width: 1200px) {
  .common-home .block-slide {
    padding-left: 0;
  }
  .common-home .block-slide .block-left {
    padding: 0;
    width: 71%;
  }

  .common-home .block-slide .block-right {
    padding-left: 0;
    width: 29%;
  }
  .common-home .block-slide .block-right .module {
    margin: 0;
  }

  .common-home .module h3.modtitle span {
    font-size: 18px;
  }
}
.common-home .block.block_0 {
  margin-top: 23px;
}
.common-home .block.block_1 {
  margin-top: 23px;
}
.common-home .block.block_2 {
  margin-top: 40px;
}
.common-home .block.block_3 {
  margin-top: 48px;
}
.common-home .block.block_4 {
  margin-top: 35px;
}
.common-home .block.block_5 {
  margin-top: 48px;
}
.common-home .block.block_6 {
  margin-top: 39px;
}
.common-home .block.block_7 {
  margin-top: 40px;
}
.common-home .block.block_8 {
  margin-top: 32px;
}
.common-home .block.block_9 {
  margin-top: 30px;
}
/************************************************************************************************
 MODULE HOME SLIDER  
 *************************************************************************************************/
.module.sohomepage-slider {
  margin: 0;
}
.module.sohomepage-slider .owl2-controls .owl2-nav div {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  z-index: 9;
  transition: all 0.3s ease;
}
.module.sohomepage-slider .owl2-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  line-height: 100%;
  left: 25px;
  right: auto;
}
.module.sohomepage-slider .owl2-dots .owl2-dot {
  display: inline-block;
  float: left;
}
.module.sohomepage-slider .owl2-dots .owl2-dot span {
  width: 8px;
  height: 8px;
  background-color: #e8e8e8;
  border: none;
  margin: 0 2px;
  opacity: 1;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.module.sohomepage-slider .owl2-dots .owl2-dot.active span {
  background-color: #2e3092;
  width: 25px;
  border-radius: 4px;
}
.module.sohomepage-slider .owl2-dots .owl2-dot:hover span {
  background-color: #2e3092;
}
.module.sohomepage-slider
  .owl2-item.active
  .sohomeslider-description
  .title-slider {
  opacity: 1;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
  -ms-animation: myeffect-slideshow 2s ease-in-out;
}
.module.sohomepage-slider .owl2-item.active .sohomeslider-description h3.tilte {
  opacity: 1;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
  -ms-animation: myeffect-slideshow 1.5s ease-in-out;
}
.module.sohomepage-slider .owl2-item.active .sohomeslider-description h4 {
  opacity: 1;
  animation: myeffect-slideshow 1s ease-in-out;
  -webkit-animation: myeffect-slideshow 1s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1s ease-in-out;
  -o-animation: myeffect-slideshow 1s ease-in-out;
}
.module.sohomepage-slider .owl2-item.active .sohomeslider-description .des {
  opacity: 1;
  animation: myeffect-slideshow 0.8s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.8s ease-in-out;
  -o-animation: myeffect-slideshow 0.8s ease-in-out;
}
.module.sohomepage-slider .sohomeslider-description {
  position: static;
  padding: 0;
}
.module.sohomepage-slider .sohomeslider-description p {
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 0;
  padding: 0;
  margin: 0;
}
.module.sohomepage-slider .sohomeslider-description .title-slider {
  position: absolute;
  width: auto;
  opacity: 0;
  top: 31%;
  font-size: 20px;
  color: #3b3b3b;
  text-transform: uppercase;
}
.module.sohomepage-slider .sohomeslider-description .title-slider.pos-right {
  right: 30px;
}
.module.sohomepage-slider .sohomeslider-description .title-slider.pos-left {
  left: 30px;
}
.module.sohomepage-slider .sohomeslider-description .title-slider.image-sl12 {
  left: 35px;
}
.module.sohomepage-slider .sohomeslider-description .text {
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module.sohomepage-slider .sohomeslider-description .text h3.tilte,
.module.sohomepage-slider .sohomeslider-description .text h4,
.module.sohomepage-slider .sohomeslider-description .text .des {
  opacity: 0;
}
.module.sohomepage-slider .sohomeslider-description .text.pos-right {
  right: 70px;
}
.module.sohomepage-slider .sohomeslider-description .text.pos-left {
  left: 30px;
}
.module.sohomepage-slider .sohomeslider-description .text .modtitle-sl11 {
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}
.module.sohomepage-slider .sohomeslider-description .text.text-sl11 {
  left: 30px;
}
.module.sohomepage-slider .sohomeslider-description .text.text-sl12 h3.tilte {
  font-size: 30px;
  color: #444;
  font-weight: 700;
  margin: 0;
}
.module.sohomepage-slider .sohomeslider-description .text.text-sl12.pos-left {
  left: 150px;
  top: 65%;
}
.module.sohomepage-slider .sohomeslider-description .text.text-sl12.pos-left i {
  margin-right: 5px;
}
.module.sohomepage-slider
  .sohomeslider-description
  .text.text-sl12.pos-left:hover {
  color: #2e3092;
}
.module.sohomepage-slider .sohomeslider-description .text.text-sl12.pos-left a {
  font-weight: 600;
  color: #2e3092;
  font-size: 14px;
}
.module.sohomepage-slider .sohomeslider-description .text.text-sl12 h4 {
  font-size: 84px;
  color: #2e3092;
  font-weight: 700;
  margin: 0;
}
.module.sohomepage-slider .sohomeslider-description .text.text-sl12 .des {
  font-size: 27px;
  color: #444;
}
.module.sohomepage-slider .sohomeslider-description .text.text-sl13 h3.tilte {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.module.sohomepage-slider .sohomeslider-description .text.text-sl13 h4 {
  font-size: 80px;
  font-weight: 700;
  color: #2e3092;
}
.module.sohomepage-slider .sohomeslider-description .des.des-sl11 {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
}
.module.sohomepage-slider .sohomeslider-description .des.des-sl11 i {
  margin-right: 5px;
}
.module.sohomepage-slider .sohomeslider-description .des.des-sl11:hover {
  color: #2e3092;
}
/************************************************************************************************
 SHORT CODE CONTENT SLIDER BRAND
 *************************************************************************************************/
.top-brand.arrow-default {
  padding: 15px;
  direction: ltr;
  padding: 14px 20px 4px !important;
  border: 1px solid #ddd;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .top-brand.arrow-default {
    padding: 14px 80px;
  }
}
.top-brand.arrow-default img {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  webkit-transform: rotate(0);
  -webkit-backface-visibility: hidden;
}
.top-brand.arrow-default img:hover {
  opacity: 0.7;
  visibility: visible;
}
.top-brand.arrow-default:hover .owl2-nav {
  opacity: 1;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.top-brand.arrow-default .owl2-nav {
  opacity: 0;
}
.top-brand.arrow-default .owl2-nav div {
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  background: rgba(200, 200, 200, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  color: #fff;
  border-radius: 2px;
}
.top-brand.arrow-default .owl2-nav div.owl2-prev {
  left: 16px;
  opacity: 1;
}
.top-brand.arrow-default .owl2-nav div.owl2-prev:before {
  content: '\f053';
}
.top-brand.arrow-default .owl2-nav div.owl2-next {
  right: 16px;
  opacity: 1;
}
.top-brand.arrow-default .owl2-nav div.owl2-next:before {
  content: '\f054';
}
/************************************************************************************************
 BLOCK FEATURED CATE
 *************************************************************************************************/
.module.block-categories {
  margin-bottom: 46px;
}
.module.block-categories h3.modtitle {
  position: relative;
  background: transparent;
  padding-left: 0;
}
.module.block-categories h3.modtitle span {
  font-size: 18px;
  letter-spacing: 0.7px;
}
.module.block-categories h3.modtitle:before {
  display: none;
}
.module.block-categories h3.modtitle:after {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #2e3092;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.module.block-categories .owl2-stage-outer {
  padding-bottom: 4px;
}
.module.block-categories .cate-content {
  margin: 30px 0 0;
}
.module.block-categories .cate-content .cate img {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.module.block-categories .cate-content .cate .inner {
  -moz-box-shadow: 0px 2px 3px 0px rgba(100, 100, 100, 0.3);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(100, 100, 100, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(100, 100, 100, 0.3);
  text-align: center;
}
.module.block-categories .cate-content .cate a.title-cate {
  color: #222;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 52px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  display: block;
}
.module.block-categories .cate-content .cate:hover img {
  opacity: 0.7;
  visibility: visible;
}
.module.block-categories .cate-content .cate:hover a.title-cate {
  background: #222;
  color: #fff;
}

.block-image-1 img {
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.block-image-1 img:hover {
  opacity: 0.7;
  visibility: visible;
}
/************************************************************************************************
 MODULE DEALS
 *************************************************************************************************/
div.so-deals-slick.slick-horizontal .deals-content .ds-items .ds-image-thumb {
  padding: 5px;
  margin: 0 10px 10px 10px;
  position: relative;
}
div.so-deals-slick.slick-horizontal .deals-content .ds-items {
  width: 100%;
}

.custom_deals_featured {
  clear: both;
  position: relative;
  margin: 0;
  border: 1px solid #ddd;
}
.custom_deals_featured .slider-single {
  padding: 15px;
}
@media (min-width: 1200px) {
  .custom_deals_featured .slider-single {
    padding: 10px 35px 18px 20px;
    outline: none !important;
  }
}
.custom_deals_featured .label-sale {
  right: 10px;
  top: 10px;
}
.custom_deals_featured h2.modtitle {
  position: absolute;
  margin: 0;
  top: 5px;
  left: 13px;
}
.custom_deals_featured h2.modtitle span {
  background: #2e3092;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 11px;
  font-weight: bold;
  border-radius: 0 0 8px 8px;
  position: relative;
}
.custom_deals_featured h2.modtitle span:before {
  content: '';
  border-left: 5px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5px solid #cc4a00;
  position: absolute;
  left: -5px;
  top: 0;
}
.custom_deals_featured h2.modtitle span:after {
  content: '';
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #cc4a00;
  position: absolute;
  right: -5px;
  top: 0;
}
.custom_deals_featured .product-item-container {
  border: none;
}
.custom_deals_featured .product-item-container .product-image-container {
  margin-top: 32px;
}
.custom_deals_featured .product-item-container .left-block {
  position: relative;
  float: left;
  width: 50%;
}
.custom_deals_featured .product-item-container .left-block .image {
  width: 100%;
}
.custom_deals_featured .product-item-container .left-block .image a {
  display: block;
}
.custom_deals_featured .product-item-container .right-block {
  width: 50%;
  padding: 0 0 0 15px;
  display: inline-block;
}
.custom_deals_featured .product-item-container .caption h4 {
  margin: 20px 0;
}
.custom_deals_featured .product-item-container .caption h4 a {
  color: #222;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}
.custom_deals_featured .product-item-container .caption h4 a:hover {
  color: #2e3092;
}
.custom_deals_featured .product-item-container .des_deal {
  border-top: 1px solid #ddd;
  margin-top: 11px;
  padding-top: 18px;
  margin-bottom: 11px;
  line-height: 23px;
  font-weight: 600;
}
.custom_deals_featured .product-item-container .price {
  margin-bottom: 20px;
}
.custom_deals_featured .product-item-container .price .price-new {
  font-size: 22px !important;
  color: #2e3092 !important;
}
.custom_deals_featured .product-item-container .price .price-old {
  font-size: 16px !important;
}
.custom_deals_featured .product-item-container .caption .item-timer .time-item {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: normal;
  border: none;
  background: transparent;
  margin-right: 24px;
}
.custom_deals_featured
  .product-item-container
  .caption
  .item-timer
  .time-item
  .num-time {
  display: block;
  width: 70px;
  height: 42px;
  background-color: #ebebeb;
  line-height: 38px;
  text-align: center;
  font-size: 30px;
  color: #222;
  margin-bottom: 10px;
  border-radius: 3px;
  border: none;
  font-weight: 600;
}
.custom_deals_featured
  .product-item-container
  .caption
  .item-timer
  .time-item
  .name-time {
  text-align: center;
  font-size: 12px;
  display: block;
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .custom_deals_featured
    .product-item-container
    .caption
    .item-timer
    .time-item {
    margin-right: 5px;
  }
  .custom_deals_featured
    .product-item-container
    .caption
    .item-timer
    .time-item
    .num-time {
    width: 50px;
    font-size: 20px;
  }
}
.custom_deals_featured .slider-nav {
  border-top: 1px solid #e1e1e1;
  border-bottom: none;
  padding: 25px 8px 14px;
}
.custom_deals_featured .slider-nav .item-slick {
  outline: none;
  cursor: pointer;
  text-align: center;
}
.custom_deals_featured .slider-nav .item-slick .item-img {
  padding: 5px;
  margin: 0 10px 10px 10px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.custom_deals_featured .slider-nav .item-slick:hover .item-img,
.custom_deals_featured .slider-nav .item-slick.slick-current .item-img {
  border-color: #2e3092;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.custom_deals_featured .slider-nav .item-slick:hover span.title,
.custom_deals_featured .slider-nav .item-slick.slick-current span.title {
  color: #2e3092;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.custom_deals_featured .slider-nav span.title {
  font-size: 13px;
  color: #7d7d7d;
  text-transform: capitalize;
  margin-bottom: 4px;
  text-align: center;
  white-space: nowrap;
  margin: 0 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.custom_deals_featured .slider-nav .slick-arrow {
  height: 28px !important;
  width: 28px !important;
  left: auto;
  text-indent: -99999px;
  border: 0px;
  position: absolute;
  z-index: 11;
  outline: none;
}
.custom_deals_featured .slider-nav .slick-prev {
  background: url(../image/icon/icon_general.png) no-repeat -20px -1111px !important;
}
.custom_deals_featured .slider-nav .slick-prev:hover {
  background: url(../image/icon/icon_general.png) no-repeat -20px -1063px !important;
}
.custom_deals_featured .slider-nav .slick-next {
  background: url(../image/icon/icon_general.png) no-repeat -20px -1015px !important;
}
.custom_deals_featured .slider-nav .slick-next:hover {
  background: url(../image/icon/icon_general.png) no-repeat -20px -967px !important;
}
.custom_deals_featured .slider-nav .slick-prev {
  top: 50%;
  left: 7px;
  margin-top: -20px;
}
.custom_deals_featured .slider-nav .slick-next {
  top: 50%;
  right: 7px;
  margin-top: -20px;
}
.custom_deals_featured .owl2-controls.featureslider .owl2-nav div {
  position: absolute;
  top: 31%;
  height: 41px;
  z-index: 9;
}
.custom_deals_featured .owl2-controls.featureslider .owl2-nav div.owl2-prev {
  left: 15px;
}
.custom_deals_featured .owl2-controls.featureslider .owl2-nav div.owl2-next {
  right: 15px;
}
.custom_deals_featured .product-feature {
  padding: 20px;
  overflow: visible;
}
@media (min-width: 1200px) {
  .custom_deals_featured .product-feature {
    padding: 20px 95px 0px 20px;
  }
  .custom_deals_featured .product-feature .product-thumb .image img {
    padding-left: 40px;
  }
}
.custom_deals_featured .product-feature .product-thumb,
.custom_deals_featured .so-deal {
  margin: 0;
}
.custom_deals_featured .box-label.label {
  display: block;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  background: #2e3092;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  padding: 0;
}
.custom_deals_featured .extraslider-inner {
  border-top: 1px solid #e1e1e1;
  border-bottom: none;
  padding: 23px 10px 6px;
}
.custom_deals_featured .extraslider-inner .caption {
  text-align: center;
}
.custom_deals_featured .extraslider-inner .caption p,
.custom_deals_featured .extraslider-inner .caption .rating,
.custom_deals_featured .extraslider-inner .caption .item-time {
  display: none;
}
.custom_deals_featured .extraslider-inner .caption h4 {
  font-size: 13px;
  color: #7d7d7d;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.custom_deals_featured .extraslider-inner .product-thumb {
  margin: 0;
  padding: 0 10px;
}
.custom_deals_featured .extraslider-inner .product-thumb .image {
  width: 122px;
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.custom_deals_featured .extraslider-inner .product-thumb .image:hover {
  border-color: #2e3092;
}
.custom_deals_featured .extraslider-inner .product-thumb .image .bt-sale {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  background-color: #2e3092;
}
.custom_deals_featured .extraslider-inner .owl2-controls .owl2-nav > div {
  border: none;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: transparent;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.custom_deals_featured
  .extraslider-inner
  .owl2-controls
  .owl2-nav
  > div.owl2-prev {
  left: 5px;
}
.custom_deals_featured
  .extraslider-inner
  .owl2-controls
  .owl2-nav
  > div.owl2-next {
  right: 5px;
}
.custom_deals_featured .extraslider-inner .owl2-controls .owl2-nav > div:hover {
  border: none;
}
/************************************************************************************************
 MODULE LASTET BLOG
 *************************************************************************************************/
.module.custom-ourblog {
  margin-bottom: 6px;
  position: relative;
}
.module.custom-ourblog h3.modtitle {
  position: relative;
  background: transparent;
  padding-left: 0;
}
.module.custom-ourblog h3.modtitle:before {
  display: none;
}
.module.custom-ourblog h3.modtitle:after {
  content: '';
  height: 2px;
  width: 100px;
  background-color: #2e3092;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.module.custom-ourblog .so-blog-external.button-type2 .owl2-nav {
  position: absolute;
  top: 10px;
  right: 0;
}
.module.custom-ourblog .so-blog-external .blog-external .media .so-block {
  float: none;
}
.module.custom-ourblog .blog-external {
  border: none;
  margin-top: 15px;
}
.module.custom-ourblog .blog-external .content-img {
  position: relative;
}
.module.custom-ourblog .blog-external .content-img img {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  webkit-transform: rotate(0);
  -webkit-backface-visibility: hidden;
}
.module.custom-ourblog .blog-external .content-img img:hover {
  opacity: 0.7;
  visibility: visible;
}
.module.custom-ourblog .blog-external .content-img: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;
}
.module.custom-ourblog .blog-external .content-img .entry-date {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
}
.module.custom-ourblog .blog-external .content-img .entry-date .day-time {
  font-size: 24px;
  color: #909090;
  font-weight: bold;
}
.module.custom-ourblog .blog-external .content-img .entry-date .month-time {
  font-size: 14px;
  color: #909090;
}
.module.custom-ourblog .blog-external .content-detail h4 a {
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  padding: 0;
}
.module.custom-ourblog .blog-external .content-detail h4 a:hover {
  color: #2e3092;
}
.module.custom-ourblog .blog-external .content-detail .media-heading {
  margin: 15px 0 10px;
}
.module.custom-ourblog .blog-external .content-detail .media-subcontent > span {
  padding-right: 10px;
}
.module.custom-ourblog
  .blog-external
  .content-detail
  .media-subcontent
  > span:last-child {
  padding: 0;
}
.module.custom-ourblog
  .blog-external
  .content-detail
  .media-subcontent
  .media-author {
  border: none;
  color: #909090;
}
.module.custom-ourblog .blog-external .content-detail .media-subcontent i {
  font-size: 14px;
  margin-right: 5px;
}
.module.custom-ourblog .blog-external .content-detail .readmore {
  border-top: 1px solid #e8e8e8;
  padding-top: 14px;
  margin-top: 14px;
  width: 100%;
  display: block;
}
.module.custom-ourblog .blog-external .content-detail .readmore a {
  color: #2e3092;
  font-weight: 600;
}
.module.custom-ourblog .blog-external .content-detail .readmore i {
  margin-right: 5px;
}
/************************************************************************************************
 DEFFAULT BESTSELLER HOME
 *************************************************************************************************/
.bestseller {
  clear: inherit;
}
.bestseller h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 12px;
  color: #222;
  text-transform: uppercase;
}
.bestseller .description,
.bestseller .button-group {
  display: none;
}
.bestseller .product-layout {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.bestseller .product-layout .image {
  float: left;
  border: 1px solid #eee;
  width: 70px;
  padding: 10px;
  margin-right: 20px;
}
.bestseller .product-layout .image:hover {
  border-color: #2e3092;
}
.bestseller .product-layout .caption {
  float: left;
  display: block;
  margin-top: -5px;
}
.bestseller .product-layout .caption h4 {
  margin: 0 0 2px;
}
.bestseller .product-layout .caption h4 a {
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
.bestseller .product-layout .caption h4 a:hover {
  color: #2e3092;
}
.bestseller .product-layout .caption .ratings {
  margin-top: -5px;
  margin-bottom: 6px;
}
.bestseller .product-layout .caption .price {
  margin-bottom: 0;
}
.bestseller .product-layout .price .price-new,
.bestseller .product-layout .price span.price {
  font-size: 16px;
}
/************************************************************************************************
 DEFFAULT LISTING TAB
 *************************************************************************************************/
div.module.custom-listingtab {
  margin: 0 0 0 0;
  position: relative;
}
div.module.custom-listingtab .box-title {
  position: absolute;
  top: -8px;
  min-width: 203px;
  left: -8px;
}
div.module.custom-listingtab .box-title h2 {
  line-height: 43px;
  background-color: #2e3092;
  font-size: 15.5px;
  padding: 0 25px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  border-radius: 0 7px 0 0;
  position: relative;
  text-transform: uppercase;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 100;
  /* letter-spacing: 0.5px; */
}
div.module.custom-listingtab .box-title h2:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  bottom: -8px;
  position: absolute;
  border-right: 8px solid #cc4a00;
  left: 1px;
}
div.module.custom-listingtab
  .ltabs-tabs-container
  .ltabs-tabs
  li.ltabs-tab
  > span {
  font-weight: 600 !important;
}
div.module.custom-listingtab .ltabs-items-container .ltabs-items-selected,
div.module.custom-listingtab .ltabs-items-container .ltabs-items-inner {
  overflow: visible;
}
div.module.custom-listingtab .wap-listing-tabs {
  clear: both;
}
div.module.custom-listingtab
  .ltabs-items-container
  .ltabs-items
  .ltabs-slider
  .ltabs-item {
  margin-bottom: 0;
}
div.module.custom-listingtab .module,
div.module.custom-listingtab .so-listing-tabs .ltabs-wrap .ltabs-tabs-container,
div.module.custom-listingtab .so-listing-tabs {
  margin: 0;
}
div.module.custom-listingtab .list-sub-cat {
  border: 0;
  /* background-color: rgb(248, 249, 249); */
  margin-bottom: 20px;
  margin: 0 0 0 196px;
  border: 0;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 40px;
  border-radius: 0;
}
div.module.custom-listingtab .list-sub-cat:hover {
  color: #2e3092;
}
div.module.custom-listingtab
  .list-sub-cat.ltabs-tabs
  li.tab-sel.ltabs-tab
  > span {
  color: #2e3092 !important;
}
div.module.custom-listingtab .list-sub-cat.ltabs-tabs li {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
div.module.custom-listingtab .list-sub-cat.ltabs-tabs li:hover {
  background: transparent;
}
div.module.custom-listingtab .list-sub-cat.ltabs-tabs li:hover span {
  color: #2e3092 !important;
}
div.module.custom-listingtab .list-sub-cat.ltabs-tabs li span {
  font-size: 12px;
  color: #333 !important;
  text-transform: uppercase !important;
  padding: 0 15px !important;
  border-radius: 0;
}
div.module.custom-listingtab .list-sub-cat.ltabs-tabs li span:hover {
  color: #2e3092;
}
div.module.custom-listingtab .list-sub-cat.ltabs-tabs li.tab-sel {
  background: transparent;
}
div.module.custom-listingtab .ltabs-wrap .ltabs-items-container {
  overflow: visible;
}
@media (min-width: 1200px) {
  div.module.custom-listingtab .ltabs-wrap .ltabs-items-container {
    margin-left: 196px;
  }
}
div.module.custom-listingtab .ltabs-items-inner,
div.module.custom-listingtab .ltabs-items-selected {
  overflow: visible;
}
div.module.custom-listingtab .ltabs-wrap .wap-listing-tabs .item-cat-image {
  float: left;
}
@media (min-width: 1200px) {
  div.module.custom-listingtab .ltabs-wrap .wap-listing-tabs .item-cat-image {
    width: 196px;
    position: relative;
    z-index: 9;
  }
}
div.module.custom-listingtab
  .ltabs-wrap
  .wap-listing-tabs
  .item-cat-image
  img:hover:before {
  visibility: visible;
  opacity: 1;
}
div.module.custom-listingtab
  .ltabs-wrap
  .wap-listing-tabs
  .item-cat-image
  img:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  visibility: hidden;
  opacity: 0;
  left: 0;
}
div.module.custom-listingtab
  .products-list.grid
  .product-layout
  .product-item-container {
  margin: 0;
  border-width: 0 0px 0px 0;
  padding-bottom: 0;
  position: relative;
}
.caption {
  padding: 2px 10px;
}
.products-created {
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  div.module.custom-listingtab
    .products-list.grid
    .product-layout
    .product-item-container {
    height: 335px;
  }
  .account-adr-row
    div.module.custom-listingtab
    .products-list.grid
    .product-layout
    .product-item-container {
    height: 350px;
  }
}

div.module.custom-listingtab
  .products-list.grid
  .product-layout
  .product-item-container:hover
  .right-block.right-b
  .button-group {
  bottom: 8px;
  background: #fff;
}
div.module.custom-listingtab
  .products-list.grid
  .product-layout
  .product-item-container
  .right-block {
  padding: 0px 10px 10px;
}
div.module.custom-listingtab
  .products-list.grid
  .product-layout
  .product-item-container:before {
  /* content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  z-index: 9; */
}
div.module.custom-listingtab
  .products-list.grid
  .product-layout
  .product-item-container:after {
  /* content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  z-index: 9; */
}
div.module.custom-listingtab.img-float
  .products-list.grid
  .product-layout
  .product-item-container {
  border: 1px solid #e8e8e8;
}
div.module.custom-listingtab .owl2-controls .owl2-nav {
  position: absolute;
  top: -17px;
  right: 15px;
}
div.module.custom-listingtab .owl2-controls .owl2-nav > div {
  border: none;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border-radius: 3px;
  color: #fff;
  background: #2e3092;
}
div.module.custom-listingtab .owl2-controls .owl2-nav > div.owl2-prev {
  right: 32px;
  left: auto;
  border-radius: 3px;
}
div.module.custom-listingtab .owl2-controls .owl2-nav > div:hover {
  border: none;
  background: #2e3092;
}
div.module.custom-listingtab.img-float .box-title {
  text-align: right;
  min-width: 212px;
  right: -7px;
  left: auto;
}
div.module.custom-listingtab.img-float .box-title h2 {
  border-radius: 7px 0 0 0;
}
div.module.custom-listingtab.img-float .box-title h2:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  bottom: -8px;
  position: absolute;
  border-left: 8px solid #06afee;
  border-right: none;
  right: 0;
  left: auto;
}
@media (min-width: 1200px) {
  div.module.custom-listingtab.img-float .ltabs-wrap .ltabs-items-container {
    /* margin-right: 196px; */
    margin-left: 0;
  }
}
div.module.custom-listingtab.img-float
  .so-listing-tabs
  .ltabs-tabs-container
  .ltabs-tabs
  li {
  float: right;
}
div.module.custom-listingtab.img-float .list-sub-cat {
  border: 0;
  margin: 0 196px 0 0;
}
div.module.custom-listingtab.img-float .list-sub-cat ul {
  background-color: rgb(248, 249, 249);
  margin-bottom: 18px;
  border-radius: 5px;
}
div.module.custom-listingtab.img-float
  .ltabs-wrap
  .wap-listing-tabs
  .item-cat-image {
  float: right;
}
div.module.custom-listingtab.img-float
  .products-list.grid
  .product-layout.col-xs-6
  .product-item-container {
  position: relative;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-radius: 7px;
}

div.module.custom-listingtab.img-float
  .products-list.grid
  .product-layout
  .product-item-container:before {
  /* content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  left: 1px;
  z-index: 9; */
}
div.module.custom-listingtab.img-float .owl2-controls .owl2-nav {
  left: 70px;
  right: auto;
}

.module.custom_bestseler {
  border: 1px solid #e1e1e1;
  position: relative;
  margin: 0;
}
.module.custom_bestseler.h3.modtitle {
  border: none;
}
.module.custom_bestseler .image-slide {
  float: left;
  width: 50%;
  position: relative;
  z-index: 3;
}
.module.custom_bestseler .image-slide .form-group {
  margin: 0;
}
.module.custom_bestseler .so-extraslider {
  margin: 0;
}
.module.custom_bestseler .extraslider-inner {
  clear: inherit;
  float: right;
  width: 50%;
  padding: 10px;
  border: none;
}
.module.custom_bestseler .extraslider-inner .right-block {
  overflow: hidden;
  margin-top: 10px;
}
.module.custom_bestseler .extraslider-inner .left-block {
  width: 90px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.module.custom_bestseler .extraslider-inner .item-wrap .item-image {
  border: none;
}
.module.custom_bestseler .extraslider-inner .item-wrap.style1 .item-info {
  background: transparent;
  position: relative;
}
.module.custom_bestseler
  .extraslider-inner
  .item-wrap.style1
  .item-info
  .item-title,
.module.custom_bestseler
  .extraslider-inner
  .item-wrap.style2
  .item-info
  .item-title {
  padding: 0;
  font-weight: normal;
}
.module.custom_bestseler
  .extraslider-inner
  .item-wrap.style1
  .item-info
  .item-title
  a,
.module.custom_bestseler
  .extraslider-inner
  .item-wrap.style2
  .item-info
  .item-title
  a {
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
}
.module.custom_bestseler
  .extraslider-inner
  .item-wrap.style1
  .item-info
  .item-title
  a:hover,
.module.custom_bestseler
  .extraslider-inner
  .item-wrap.style2
  .item-info
  .item-title
  a:hover {
  color: #2e3092;
}
.module.custom_bestseler .extraslider-inner .item-wrap-inner {
  margin: 0;
  padding: 0;
}
.module.custom_bestseler
  .extraslider-inner
  .item-wrap
  .item-info
  .item-content {
  margin: 0;
}
.module.custom_bestseler
  .extraslider-inner
  .item-wrap
  .item-info
  .item-content
  .content_price
  span {
  font-size: 16px;
  color: #2e3092;
  font-weight: 700;
}
.module.custom_bestseler .extraslider-inner .item-wrap .item-image img {
  box-shadow: none;
}
.module.custom_bestseler .extraslider-inner .item-wrap .item-image .img-2 {
  position: absolute;
  top: 0;
  transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.module.custom_bestseler .extraslider-inner .item-wrap .item-image:hover {
  box-shadow: none;
}
.module.custom_bestseler .extraslider-inner .item-wrap .item-image:hover img {
  box-shadow: none;
  opacity: 0.7;
}
.module.custom_bestseler
  .extraslider-inner
  .item-wrap
  .item-image:hover
  .img-2 {
  opacity: 1;
  visibility: visible;
}
.module.custom_bestseler .extraslider-inner .item-wrap {
  margin-bottom: 25px;
  clear: both;
}
.module.custom_bestseler .owl2-controls {
  margin-top: 4px;
  text-align: right;
  position: absolute;
  top: -36px;
  vertical-align: middle;
  right: 5px;
}
.module.custom_bestseler .owl2-controls .owl2-nav > div {
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  line-height: 27px;
  font-size: 0;
  cursor: pointer;
  color: #999;
  background-color: transparent;
  margin-top: 0;
  position: static;
  float: left;
  border-radius: 2px;
}
.module.custom_bestseler .owl2-controls .owl2-nav > div:hover {
  color: #fff;
  background: #2e3092;
}
.module.custom_bestseler .owl2-controls .owl2-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 28px;
}
.module.custom_bestseler .owl2-controls .owl2-next:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 28px;
}

@media screen and (-moz-images-in-menus: 0) {
  .module.custom-listingtab
    .products-list.grid
    .product-layout
    .product-item-container {
    padding-bottom: 16px;
  }
}

.sohomepage-slider .so-homeslider {
  border: none;
}

.sohomepage-slider .form-group {
  display: none;
}

.block-right h2 {
  display: none;
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
  margin: 0 !important;
}

.banner-area .left-adv {
  position: absolute;
  left: 0;
  object-fit: cover;
}
.banner-area .right-adv {
  position: absolute;
  right: 0;
}

.label-product.label-sale.active {
  color: #2e3092;
}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* .left-adv img,
  .right-adv img {
    width: 150px;
    height: 100vh;
  } */
}

@media (min-width: 1400px) {
  /* .left-adv img,
  .right-adv img {
    width: 230px;
    height: 100vh;
    position: sticky;
    top: 0;
  } */
}

.banner-area.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu {
  height: 468px;
  /* position: unset; */
  /* overflow-y: scroll;
  overflow-x: hidden; */
}

.vertical ul.megamenu > li {
  position: unset;
}
.container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
  position: unset;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content {
  height: 100%;
  height: 468px;
  /* overflow-y: scroll;
  overflow-x: hidden; */
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  > ul
  > li {
  position: unset;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li {
  position: unset;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  ul {
  top: -15px;
  height: 468px;
}
.container-megamenu.vertical
  .vertical-wrapper
  ul.megamenu
  .item-vertical.css-menu
  .content
  .menu
  ul
  li
  b {
  top: unset;
}
.owl2-stage-outer {
  margin-bottom: 20px;
}
.more-link {
  display: block;
  max-width: 125px;
  padding: 7px 5px;
  border-radius: 50px;
  background-color: #2e3092;
  color: white;
  margin: auto;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  /* font-family: Raleway, sans-serif; */
  letter-spacing: 0.9px;
}
.more-link a {
  color: white;
  font-size: 15px;
  font-weight: 600;
}

.popular-requests-section h2 {
  color: #2e3092;
  line-height: 48px;
  font-size: 26px;
  padding: 0 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: start;
  letter-spacing: 1px;
}
.popular-requests {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.popular-requests li {
  padding: 5px 15px;
  border: 1px solid rgb(153, 153, 153);
  margin: 0 5px 10px 5px;
  border-radius: 19px;
}
.popular-requests li a {
  font-size: 16px;
  color: rgb(153, 153, 153);
}

/* FOOTER */

.main-cities {
  height: 60px;
}
.main-cities li,
.all-regions .cities li {
  min-width: 63px;
}
.all-regions .cities,
.all-regions .main-cities {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
}
.all-regions ul {
  list-style-type: none;
  /* margin: 10px 0px; */
  padding: 0px;
  overflow: hidden;
}

.all-regions .cities {
  height: 230px;
}
.all-regions .cities,
.main-cities {
  margin: 15px 30px;
}
.socials-wrap li.phone-social {
  width: 155px;
  /* border: 1px solid red; */
}
.typefooter-1 .socials-wrap ul li.phone-social a {
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.typefooter-1 .socials-wrap ul li.phone-social a span {
  font-size: 18px;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #fff;
  color: #222;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.yardim-reklam ul {
  display: flex;
}
.yardim-reklam ul {
  display: flex;
}
.yardim-reklam ul li a {
  font-weight: 600;
  font-size: 16px;
  margin-right: 12px;
  display: inline-block;
  color: black;
}

.typefooter-1 .news-letter {
  width: 100%;
}
.layihe-qaydalar ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.layihe-qaydalar ul a {
  font-weight: 600;
  font-size: 14.5px;
  display: inline-block;
  color: black;
}
.typefooter-1 .news-letter .title-block {
  display: inline-block;
  line-height: 100%;
  padding: 15px 0;
  width: 100%;
}
.btn-group.title-block.layihe-qaydalar {
  padding: 25px 0 5px 0;
}
.row-footer {
  margin: 0 3px;
}

.arrow {
  top: 50%;
  transform: translateY(-50%);
}
.categories-item-content img,
.categories-link img {
  max-width: 21px;
  max-height: 18px;
  width: 20px;
  object-fit: contain;
}
.categories-link:hover {
  color: #0070ff !important;
}
.container-megamenu.vertical .vertical-wrapper ul li > a strong {
  margin-left: 5px;
}
.container-megamenu.vertical a strong {
  margin-left: 5px;
  font-weight: 600 !important;
  font-size: 15px;
}
.categories-item-content {
  font-weight: 600;
}

/* Categories  */

.categories {
  position: relative;
  display: inline-block !important;
  top: -16px;
}

.categories-container {
  width: 100%;
}

.categories-desktop-toggler,
.categories-mobile-toggler {
  background-color: black;
  padding: 1rem;
  color: white;
  cursor: pointer;
  border: 0;
}

.categories-item {
  position: relative;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  justify-content: space-between;
}

.arrow {
  display: flex !important;
  position: absolute;
  right: 1rem;
  transition: all 0.2s;
  padding-left: 10px;
}

.arrow svg {
  width: 15px !important;
  height: 15px !important;
}

.categories-item-content {
  padding-right: 1rem;
}
ul.breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
}
#content {
  padding-left: 35px;
  padding-right: 20px;
}

.sec-product-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
.sec-product-area .label-sale {
  background-color: #fdfdfd;
  cursor: pointer;
}

.sec-product-area .product-image-container img {
  width: 100%;
  aspect-ratio: 1/0.85;
  object-fit: cover;
  border-radius: 7px 7px 0 0;
}
.sec-product-area .caption {
  padding: 2px 0;
}
.sec-product-area .product-item-container {
  position: relative;
}
.sec-product-area .products-paid {
  /* bottom: 105px; */
}

.sec-product-area .price {
  margin-bottom: 0;
}
.sec-product-area .caption h4 {
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec-product-area {
  padding: 0;
}
.js-vip-promotion-card {
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 292px;
  margin: 0;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 17px 34px 0 rgba(44, 39, 56, 0.04),
    0 8px 17px 0 rgba(44, 39, 56, 0.02);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
#reportModal.vip-et-modal .modal-header .close {
  margin-top: 18px;
  margin-right: 15px;
}

.promotion-card__btn {
  padding: 11px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background-color: #ff4f08;
}
.promotion-card__link svg path {
  fill: #ff4f08;
}
.promotion-card__link svg {
  font-size: 60px;
  margin-top: 15px;
}
.promotion-card__description {
  margin: 30px 0 10px;
  font-size: 15px;
  color: #212c3a;
  line-height: 1.2;
  font-weight: bold;
}
.promotion-card__price {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 1.21;
  color: #8d94ad;
}
#content.vip-elanlar {
  padding-left: 20px;
  margin-bottom: 0;
}
#content.butun-elanlar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.company-main-image img {
  width: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.company-desc {
  padding: 0 20px;
}
.company-desc p {
  font-size: 15px;
  color: #413e3e;
}
.company-area {
  width: 100%;
  display: flex;
}
.company-main-image {
  width: 400px;
}

.company-desc {
  width: calc(100% - 300px);
}

.company-contact-area {
  margin: 10px 0 50px;
}
.company-contact {
  border: 2px solid #2e3092;
  padding: 0 !important;
  border-radius: 5px;
  background-color: transparent;
  margin-right: 5px;
}
.company-contact a {
  display: inline-block;
  padding: 5px 20px;
  color: #2e3092;
  font-size: 15px;
  font-weight: 600;
}
.company-contact a i {
  margin-right: 5px;
}

.company-contact:hover a {
  transition: 0.5s;
  background-color: #2e3092;
  color: white;
}
.company-contact i {
  font-size: 17.5px;
}
.company-contact i.fa-envelope {
  font-size: 15px;
}
.company-data {
  margin: 25px 0;
}

.company-data .input input,
.input .js-category-select,
.company-data textarea {
  width: 100%;
}
.company-data textarea,
.company-data textarea:focus {
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 200px;
  outline: none;
}

.send-phone .bottom-form {
  margin-top: 7px;
}

@media (max-width: 576px) {
  .categories-container {
    width: 290px !important;
  }
  .sec-product-area .products-paid {
    padding: 0 5px;
  }
  .sec-product-area .products-paid {
    /* bottom: 95px; */
  }
  .header_custom_link ul {
    display: flex;
  }
}

@media (max-width: 400px) {
  .categories-container {
    width: 300px !important;
  }
}

@media (max-width: 991.98px) {
  .categories-desktop-toggler {
    display: none !important;
  }

  .categories-container {
    position: absolute;
    left: -100vw;
    top: 100%;
    width: 250px;
    transition: all 0.3s;
    min-height: 80vh;
    max-height: 80vh;
    overflow: auto;
  }

  .categories-container::-webkit-scrollbar {
    width: 5px;
  }

  .categories-container:-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .categories-container::-webkit-scrollbar-thumb {
    background: #888;
  }

  .categories-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .categories-container.show-on-mobile {
    left: 0;
  }

  .categories-link {
    display: inline-block !important;
    color: black !important;
    width: 100%;
    text-decoration: none;
  }

  .categories-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid lightgrey;
  }

  .categories-hidden-list {
    width: 100%;
    display: none;
    padding-left: 1rem;
    margin-top: 1rem;
    width: 160%;
  }

  .categories-hidden-list.show-on-mobile {
    display: block !important;
  }

  .categories-hidden-list ul {
    width: 100% !important;
    border: 0;
  }

  .categories-item {
    padding: 1rem;
    border-bottom: 1px solid lightgrey;
    background-color: white;
    width: 100%;
    margin: 0;
    cursor: pointer;
  }

  .active-on-mobile > .arrow {
    transform: rotate(-90deg);
    top: 22px;
    -webkit-transform: rotate(-90deg);
  }
}

@media (min-width: 992px) {
  .categories-desktop-toggler {
    width: 200px;
  }

  .categories-mobile-toggler {
    display: none !important;
  }

  .categories-container {
    display: flex !important;
    position: absolute;
    left: 0;
    top: 100%;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .categories-container.show {
    left: 0;
    visibility: visible;
    opacity: 1;
  }

  .categories-second-list,
  .categories-third-list {
    display: none !important;
  }

  .categories-second-list.show,
  .categories-third-list.show {
    display: block !important;
  }

  .categories-list {
    width: 100%;
    background-color: white;
    display: flex !important;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .categories-hidden-list {
    display: none !important;
  }

  .categories-item {
    padding: 14px 16px 14px 16px;
    line-height: 20px;
    border-bottom: 1px solid lightgrey;
    background-color: white;
    width: 100%;
    margin: 0;
    cursor: pointer;
  }

  .categories-link {
    display: inline-block !important;
    color: black !important;
    width: 100%;
    text-decoration: none;
  }

  .categories-first-list,
  .categories-second-list,
  .categories-third-list {
    border: 1px solid lightgrey;
    min-width: 246px !important;
    max-width: 246px !important;
    overflow: auto;
    min-height: 447px;
    max-height: 447px;
    margin-top: 10px;
  }

  .categories-first-list::-webkit-scrollbar,
  .categories-second-list::-webkit-scrollbar,
  .categories-third-list::-webkit-scrollbar {
    width: 5px;
  }

  .categories-first-list:-webkit-scrollbar-track,
  .categories-second-list:-webkit-scrollbar-track,
  .categories-third-list::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .categories-first-list::-webkit-scrollbar-thumb,
  .categories-second-list::-webkit-scrollbar-thumb,
  .categories-third-list::-webkit-scrollbar-thumb {
    background: #888;
  }

  .categories-first-list::-webkit-scrollbar-thumb:hover,
  .categories-second-list::-webkit-scrollbar-thumb:hover,
  .categories-third-list::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .categories-second-list,
  .categories-third-list {
    border-left: 0px;
  }

  .active > .arrow {
    transform: rotate(-90deg);
    top: 22px;
    -webkit-transform: rotate(-90deg);
  }
}

/* Banners */
@media (min-width: 992px) {
  .left-adv img,
  .right-adv img {
    width: 100px;
    height: 100vh;
  }
}
@media (min-width: 1100px) {
  .left-adv img,
  .right-adv img {
    width: 130px;
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .left-adv img,
  .right-adv img {
    width: 120px;
    height: 100vh;
  }
}
@media (min-width: 1400px) {
  .left-adv img,
  .right-adv img {
    width: 230px;
    height: 100vh;
  }
}

@media (max-width: 1110px) {
  .banner-area {
    display: none;
  }
}
@media (max-width: 576px) {
  .popular-requests li {
    padding: 5px 10px;
  }
  .popular-requests li a {
    font-size: 14px;
  }
}

/* New */
.yeni-elan {
  color: rgb(255, 255, 255);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap: nowrap;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  height: 46px;
  background-color: rgb(126, 211, 33);
  cursor: pointer;
  text-decoration: none;
  margin: 0px;
  outline: 0px;
}
.typeheader-1 .header-bottom .header_custom_link li a.my-elan {
  text-indent: unset;
  width: auto;
  color: white;
  border-radius: 5px;
}
.typeheader-1 .header-bottom .header_custom_link li.yeni-elan {
  border-radius: 8px;
  padding: 5px 7px;
  min-width: 120px;

}
#header .icon-social {
  font-size: 16px;
  margin-right: 3px;
}
.block.block_6 .banners img {
  width: 100%;
  aspect-ratio: 1170/220;
}

.sohomepage-slider .owl2-carousel .owl2-item img {
  width: 100%;
  aspect-ratio: 982/581;
  object-fit: cover;
}
.block-image-1 img {
  width: 100%;
  aspect-ratio: 250/171;
}
.logo img {
  max-width: 170px;
  max-height: 60px;
}
.layout-2 .categories {
  display: none !important;
}

.product-image-container img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.product-status--yellow-block .product-status__body {
  background: rgb(255, 185, 0);
  background-color: #3aafa9;
  margin: 10px 0 5px 0;
}

.product-status__body {
  width: 100%;
  font-size: 15px;
  border-radius: 7px;
  padding: 15px 10px;
  color: white;
}
.details-fav-complain {
  display: flex;
  align-items: center;
}

.details-fav-complain .label-sale {
  position: unset;
}

/* PRODUCT DETAILS */
.product-properties {
  margin-top: 15px;
}
.product-properties__i {
  display: grid;
  grid-template-columns: 130px 150px;
  column-gap: 2px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
}

.tz-justify-between {
  justify-content: space-between;
}
.tz-d-flex {
  display: flex;
}
.tz-align-center {
  align-items: center;
}
.tz-gap-10 {
  row-gap: 10px;
  column-gap: 10px;
}
.product-properties__i-name {
  font-size: 16px;
  color: rgb(152, 145, 138);
}
.product-properties__i-value a {
  color: black;
  text-decoration: underline;
}
.product-properties__column {
  column-width: auto;
  column-count: 2;
}
.product-shop__owner-logo {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  border-radius: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-shop__owner-right {
  display: flex;
  flex-direction: column;
}
.product-shop__owner-ads {
  text-decoration: underline;
  color: #8d94ad;
  margin-top: 2px;
  font-size: 15px;
  line-height: 18px;
}
.product-shop__owner-name {
  color: black;
}
.seller_details div.contact {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-phone.seller_details > div:first-child {
  gap: 5px;
  background-color: #2e3092;
  padding: 10px 20px;
  border-radius: 10px;
  /* margin-bottom: 10px; */
}
.seller_details > div.details-fav-complain {
  padding: 0 !important;
}
.seller_details > div.details-fav-complain span {
  margin-left: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 53px;
  margin-bottom: 0;
}
.user-phone.seller_details > div:first-child a {
  color: white;
}
.user-phone.seller_details > div:first-child i {
  font-size: 16px;
  color: white;
}
.btn.btn-delete {
  border: 1px solid #2e3092;
  border-radius: 6px;
  color: #2e3092;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
}
.secal-schedule {
  margin: 10px 0;
}
.secal-schedule i {
  width: 10px;
  margin-right: 10px;
  font-size: 18px;
}
.secal-schedule a,
.product-shop__schedule {
  font-weight: 400;
}
a.salona-kec {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  text-align: center;
}
.ad_ud {
  margin-top: 15px;
}
.seller_details.out-store div.contact {
  padding-right: 15px;
}
.seller_details.out-store div.contact a,
.user-phone.seller_details > div:first-child a {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.product-shop__delimiter {
  margin-top: 10px;
}
.thumb-vertical {
  width: 100%;
  overflow-x: auto;
}
.thumb-vertical-outer ul li .thumbnail img {
  width: 100px !important;
  aspect-ratio: 1;
}
.content-product-left .owl2-carousel .owl2-item img {
  width: 90px !important;
  height: 86px;
}
.content-product-right {
  padding-left: 30px;
}
#deleteAdv .modal-content {
  width: 90%;
}

#deleteAdv .modal-body {
  padding: 0;
}
#deleteAdv .modal-header .close {
  /* margin-top: -29px; */
}
#deleteAdv .reject {
  display: flex;
  background-color: red;
  width: 100%;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  color: white;
  border-radius: 5px;
  text-align: center;
  margin-right: 5px;
  text-align: center;
  position: unset;
}
.delete-actions {
  display: flex;
  justify-content: end;
  align-items: center;
}
#deleteAdv .delete-actions button {
  width: 30%;
  margin-top: 20px;
  outline: none;
  border: none;
  padding: 10px 5px;
  font-size: 16px;
  border-radius: 10px;
  height: 40px;
  line-height: 19px;
  display: inline-block;
}

#deleteAdv .label-report {
  font-size: 15px;
  padding: 20px 10px;
  background-color: blue;
  color: #61697b;
  background-color: #f8f8f8;
  margin-top: 20px;
}
.elan-limiti-area {
  margin-bottom: 25px;
}
.elan-limiti-area p {
  font-size: 16px;
  color: #222222;
}
/* ADD ADVERTISMENT FORM  */
.lot-form.no-banners {
  border-bottom: 0px;
}
.lot-form {
  background-color: rgb(248, 249, 249);
  border-radius: 0px 0px 5px 5px;
  padding: 30px 8px 30px 25px;
  display: flex;
  border-radius: 7px;
}
.lot-form input,
.lot-form select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdede;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.lot-form textarea {
  background-color: #fff;
  border: 1px solid #dfdede;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  height: 200px;
}
.lot-form input:focus,
.lot-form select:focus {
  outline: none;
  border: 1px solid #dfdede;
}

.input.catdirilma,
.input.yeni {
  margin: 1px 0;
  margin-left: 30%;
}
.catdirilma label,
.yeni label {
  color: #646161 !important ;
}
.lot-form .fields {
  max-width: 620px;
}

.lot-form select {
  width: 70%;
}
.lot-form input.string,
.lot-form input.numeric,
.lot-form textarea,
.lot-form select {
  display: inline-block;
  margin-top: -5px;
  margin-left: 0px;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdede;
  border-image: initial;
}
.lot-form label.required,
label.optional {
  color: rgb(51, 51, 51);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}
.lot-form label.required::after {
  content: '*';
  color: rgb(254, 102, 23);
  position: relative;
  margin-left: 5px;
}
.lot-form .rules .all-rules {
  padding-left: 10px;
}
.lot-form a {
  text-decoration: underline;
  color: #2e3092;
}
.lot-form .rules li::before {
  content: '✔️';
  margin-right: 8px;
  color: #2e3092; /* optional */
}
.app-form-banner__links_qr {
  width: 100px;
  height: 100px;
  margin-top: 19px;
}
form .contact .phone-row_label {
  display: flex;
  flex-direction: column;
}
.lot-form .rules ul {
  padding: 0px;
  margin: 17px 0px;
  list-style: none;
}

.lot-form input.boolean {
  vertical-align: baseline;
}
.lot-form textarea,
.lot-form input,
.lot-form select,
.lot-form label,
.lot-form button {
  font-size: 15px;
}

.lot-form label.boolean {
  display: inline-block;
  width: auto;
  float: none;
  padding-left: 2px;
  vertical-align: baseline;
  color: #000;
  font-size: 15px;
  font-weight: normal;
}

.lot-form .rules .rules-header {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #2e3092;
  font-size: 18px;
}
.input {
  display: flex;
}
.characters-left .hint {
  width: 100%;
  display: block;
}
.input input,
.input .js-category-select,
textarea {
  width: 70%;
}
.input.select label.select,
.input.string label.string,
label.money,
label.select.optional,
label.text {
  width: 30%;
}
.input.boolean input {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  display: inline-block;
}
.input.string.field_with_hint {
  flex-wrap: wrap;
}
.input.field_with_hint {
  flex-wrap: wrap;
}
.characters-left,
.hint {
  width: 100%;
  line-height: 1.5;
}
.input {
  margin: 15px 0 10px 0;
}
.rules.left-rules {
  padding-left: 20px;
}
.field-info {
  margin-left: 30%;
}
.input.money input {
  width: 65%;
}
.name-row,
.email-row,
.phone-row {
  display: flex;
  align-items: center;
}
.name-row label,
.email-row label,
.phone-row label {
  margin-bottom: 0;
}
.name-row .name-row_label,
.email-row .email-row_label,
.phone-row .phone-row_label {
  width: 27%;
}
.contact .input {
  display: block;
  width: 70%;
}
.confirm-rules a {
  text-decoration: underline;
}
.styled-button {
  margin: auto;
  text-align: center;
  margin-top: 15px;
}
.styled-button button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: #2e3092;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 5px;
  padding: 0px 10px;
  transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.field-info {
  line-height: 18px;
}

#image-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.image-wrapper {
  position: relative;
  margin: 5px;
}

.delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background-color: red;
  color: white;
  border: none;
  padding: 5px;
  border-radius: 50%;
}

#image-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.image-wrapper {
  position: relative;
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.image-wrapper img {
  display: block;
  width: 100px;
  height: 100px;
}

.action-buttons {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  background-color: #f8f8f8;
}

.rotate-btn,
.delete-btn {
  cursor: pointer;
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 0px 7px;
  border-radius: 3px;
  font-size: 14px;
}
.delete-btn {
  color: #2e3092;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background-color: #2e3092;
  color: white;
  border: none;
  padding: 5px;
  border-radius: 50%;
}
.rotate-bt {
  line-height: 1.8 !important;
}
.action-buttons .delete-btn {
  width: 23px;
  height: 23px;
  line-height: 14px;
  font-size: 10px;
}

.delete-btn {
  background-color: #f44336;
}

#upload-img-label {
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  margin: 10px 0;
}

#upload-img-label .plus-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}

#upload-img {
  display: none;
}
.contact-title {
  font-size: 16px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  margin: 0px 0px 0px 235px;
  margin-left: 0;
  font-family: 'Open Sans', sans-serif;
}
#imageInput {
  visibility: hidden;
  display: none;
}
.add-images-label {
  display: block;
  width: 100%;
  height: 42px;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  width: fit-content;
}
.add-images-div {
  /* margin-left: 30%; */
  width: 70%;
}
.add-images-label i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #7f7b7b;
  border-radius: 50%;
  text-align: center;
  color: #7f7b7b;
  margin-right: 5px;
  font-size: 12px;
}
.add-images-area {
  display: flex;
}
.add-images-area .string.optional {
  width: 30%;
}
.profile-edit__form_row #phone {
  margin-bottom: 0;
}
#phone,
.entered-sms-code input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e8eaec;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  cursor: pointer;
  outline: none;
  margin-bottom: 14px;
}
#phone:focus {
  outline: none;
}
.well .string.required {
  font-size: 15px;
}
.well .lot_contact_phones_separated {
  margin-top: 5px;
}
.btn-send-sms {
  background-color: #2e3092 !important;
}
.btn-send-sms:focus {
  outline: none;
  border: none;
  border: none;
}
.page-login {
  margin: 20px 0 20px 0;
}
.entered-sms-code p {
  font-size: 14px;
  margin-bottom: 2px;
}

.repeat-sms-code-request {
  font-size: 14px;
  color: #4b8af9;
  background-color: transparent;
  border: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}
#yourModalId p {
  font-size: 14px;
}
#yourModalId .modal-content {
  margin-top: 0;
}
#yourModalId h3 {
  color: #111;
}
/* Style for the modal container */
#yourModalId {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000000000000000000;
}

/* Style for the modal content */
#yourModalId .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  max-width: 450px;
}

/* Style for the close button */
#yourModalId .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 25px;
}
.content-faq p {
  font-size: 15px;
}
.content-faq h2 {
  color: #2e3092;
}

/* Şirkət details CSS */

.shop-header {
  overflow: hidden;
  padding: 5px 25px 25px;
}
.shop-header-left {
  float: left;
  width: 162px;
}
.shop-header-right {
  float: right;
  width: 720px;
}
.shop--logo {
  width: 162px;
  height: 162px;
  margin-bottom: 65px;
  box-sizing: border-box;
  background: center center / cover no-repeat rgb(255, 255, 255);
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  border-radius: 2px;
}
.shop--products-count {
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  display: block;
  background-color: rgb(99, 90, 204);
  border-radius: 2px;
  text-decoration: none;
}

.shop-header-cell_description {
  padding-right: 15px;
  width: 430px;
  max-width: 430px;
}

.shop-header-cell {
  box-sizing: border-box;
}

.shop--views {
  font-weight: 500;
  color: rgb(74, 74, 74);
  position: relative;
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 13.5px;
}

.shop--views + .shop--description {
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  margin: 0px;
  padding: 0px;
  overflow-y: auto;
  height: 120px;
  margin-top: 10px;
}
.shop--special-offer i {
  font-size: 19px;
  margin-right: 5px;
}

.shop-phones.columns {
  column-width: auto;
  column-count: 2;
}
.shop-phones {
  background-size: 22px 22px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 8px;
  background-position: left center;
  background-repeat: no-repeat;
}
.shop-phones-i {
  font-weight: 500;
  display: block;
  color: rgb(20, 49, 55);
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 4px;
  text-decoration: none;
}
.shop--special-offer {
  font-weight: 500;
  position: relative;
  display: block;
  background-color: rgb(99, 90, 204);
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 1.2;
  font-size: 17px;
  border-radius: 2px;
  padding: 8px 12px;
}
.shop-header-table {
  display: flex;
}
.shop--schedule {
  background-size: 22px 22px;
  font-size: 14px;
  line-height: 22px;
  color: rgb(43, 43, 43);
  position: relative;
  padding-left: 37px;
  margin-top: 8px;
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 600;
}
.my-shop {
  display: flex;
  align-items: start;
}
.my-shop i,
.shop--location i,
.shop--schedule i,
.shop--views i {
  font-size: 18px;
  color: rgb(126, 211, 33);
  margin-left: 15px;
  padding-right: 15px;
}
.shop--schedule i,
.shop--views i {
  margin-left: 0;
  padding-right: 7px;
}
.shop--schedule {
  padding-left: 0;
  padding-bottom: 10px;
}
.shop--location_container a {
  font-size: 15px;
  color: rgb(43, 43, 43);
}
.shop-phones-i a {
  color: rgb(86 82 82);
}
.shop-header-text .shop--title {
  color: #111;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}

.vip-elanlar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vip-elanlar a.title {
  color: rgb(76, 136, 249);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 18px;
  margin-bottom: 12px;
}
.vip-et-modal svg path {
  fill: #ff4f08;
}
.vip-et-modal svg {
  font-size: 18px;
  margin-bottom: -3px;
}
.vip-et-modal h4 {
  font-size: 17px;
  font-weight: 600;
  color: #121212;
}
.elanin-nomresi {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  cursor: pointer;
  outline: none;
  margin-top: 15px;
}
#submitButton:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
@media (max-width: 1400px) {
  .typeheader-1 .header-bottom .header_custom_link li.yeni-elan {
    border-radius: 8px;
    padding: 5px 6px;
  }
}

@media (max-width: 991px) {
  .layout-2 .categories {
    display: inline-block !important;
  }
}

@media (max-width: 576px) {
  #yourModalId .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 320px;
  }
  ul.breadcrumb li a {
    font-size: 13.5px;
    margin: 2px -2px;
  }
  .styled-button {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .lot-form .rules li {
    line-height: 1.5;
  }
  .input.select label.select,
  .input.string label.string,
  label.money,
  label.select.optional,
  label.text {
    width: 25%;
  }
  .phone-row_hint,
  .email-row_hint {
    line-height: 1.2;
  }
  .input input,
  .input .js-category-select,
  textarea {
    width: 75%;
  }
  .lot-form select {
    width: 75%;
  }
  .lot-form label.required,
  label.optional {
    font-size: 13px;
  }
  .lot-form textarea,
  .lot-form input,
  .lot-form select,
  .lot-form label,
  .lot-form button {
    font-size: 13.5px;
  }
  .input.catdirilma,
  .input.yeni,
  .field-info {
    margin-left: 27%;
  }
  .rules.left-rules {
    width: 100%;
  }
  .lot-form {
    flex-wrap: wrap;
  }
  .left-content-product {
    margin-bottom: 15px;
  }
  .seller_details > div:first-child {
    gap: 10px;
    width: 100%;
    justify-content: start;
    padding: 10px 0;
  }
  .adv_info .contact {
    padding: 0px 20px !important;
  }
  .adv_info .part {
    padding: 0px 5px;
  }
  .seller_details.out-store {
    flex-wrap: wrap;
  }
  .content-product-right {
    padding-left: 10px;
  }
  .product-properties__column {
    column-count: 1;
  }
  .thumb-vertical-outer {
    padding: 8px 0 !important;
  }
  .ad_ud {
    margin-top: 18px;
  }
  .thumb-vertical-outer ul li {
    cursor: pointer;
    margin-bottom: 5px;
  }
  .typeheader-1 .header-bottom .header_custom_link li.yeni-elan {
    border-radius: 8px;
    padding: 5px 14px;
  }

  .products-paid .customer-type,
  .adv-type {
    padding: 0px 12px;
  }
  .common-home .block.block_6 {
    margin-top: 22px;
  }
  .common-home .block.block_4 {
    margin-top: 20px;
  }
  .li-social.phone-social {
    margin-top: 0px;
  }
  .more-link {
    width: 142px;
    padding: 5px 5px 7px;
    font-size: 17px;
  }
  .feature-icon svg {
    font-size: 14px;
    margin-top: 5px;
  }
  .adv-type svg {
    font-size: 14px;
  }
  #content > h2.title {
    margin-bottom: 10px;
  }
  ul.breadcrumb {
    padding-left: 3px;
    padding-right: 3px;
    margin: 10px 0;
  }
  .adv-type {
    padding: 0px 9px;
  }
  #content {
    padding-left: 17px;
    padding-right: 10px;
  }
  .products-list.grid .product-item-container .right-block h4 a {
    font-size: 13px;
  }
  .products-created {
    padding-bottom: 2px;
    font-size: 12.5px;
  }
  div.module.custom-listingtab .box-title h2 {
    line-height: 42px;
    font-size: 16px;
  }
  .categories-item-content a {
    pointer-events: none;
  }
}

/* PRODUCT DETAILS */
.left-content-product .content-product-left {
  display: flex;
  flex-direction: column;
}
.thumb-vertical-outer {
  width: 100%;
}
.thumb-vertical-outer ul {
  display: flex;
}
.left-content-product .content-product-left .large-image img,
.thumb-vertical-outer ul li .thumbnail img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.btn-edit {
  background-color: #2e3092;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 34px;
  padding: 0 14px;
  transition: 0.3s ease;
  border-radius: 7px;
}
.btn-edit:hover {
  background-color: #444;
  color: white;
}
.btn-delete:hover {
  color: red;
}
.ad_settings {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 12px;
  color: black;
}
.ad_setting {
  display: flex;
  gap: 5px;
  background-color: rgb(248, 249, 249);
  padding: 15px;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
}
.ad_setting:hover {
  background-color: #fff5f1;
  transition: 0.3s ease;
}
.ad_setting .summary span {
  font-weight: 600;
}
.ad_setting .summary p {
  color: #7d7d7d;
  margin: 5px 0;
  line-height: 1.5;
}
.ad_setting button {
  background-color: #53d542;
  padding: 8px;
  border: 0;
  color: white;
  width: 115px;
  font-weight: 600;
  border-radius: 7px;
}
.ad_setting button a {
  color: white;
}
.adv-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.adv-modal.show {
  display: block;
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.adv-modal .main {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.adv-modal h2 {
  font-weight: 600;
  color: black;
}
.adv-modal .main p {
  text-align: center;
  font-size: 15px;
  color: black;
  font-weight: 600;
}
.adv-modal .main label {
  font-size: 14px;
  cursor: pointer;
}
.adv-modal .main input {
  accent-color: #2e3092;
  margin-right: 10px;
}
.adv-modal button {
  width: 100%;
  background-color: #53d542;
  border: 0;
  color: white;
  padding: 7px;
  border-radius: 5px;
}
.seller_details {
  margin-top: 15px;
  color: black;
  font-size: 16px;
  display: flex;
  /* justify-content: space-between; */
}
.seller_details > div {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seller_details > div:first-child {
  gap: 25px;
}
.seller_details div span {
  width: 60px;
}
.seller_details .user_icon {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.adv_info {
  display: flex;
  border: 1px solid;
  justify-content: space-between;
  padding: 10px 18px;
  margin-top: 12px;
  text-align: center;
}
.adv_info .part {
  text-align: center;
  padding: 0px 12px;
}
.adv_info .contact {
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  padding: 0px 40px;
}
.adv_info .part p:first-child {
  font-size: 15px;
}
.adv_info .count {
  font-size: 21px;
  color: black;
  font-weight: 600;
}

.product-report__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #212c3a;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

#reportModal select,
#reportModal select:focus {
  border: none;
  border-bottom: 1px solid lightgrey;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 10px;
  outline: none;
  font-size: 15px;
}
#reportModal textarea,
#reportModal textarea:focus {
  width: 100%;
  height: 40px;
  outline: none;
  border: none;
  border-bottom: 1px solid lightgrey;
}
#reportModal .label-reason {
  margin-top: 20px;
}
#reportModal .label-report {
  color: rgb(169, 168, 168);
  font-size: 15px;
}
#reportModal .modal-content {
  width: 80%;
}
.tz-btn--blue {
  width: 100%;
  color: #fff;
  border-color: rgb(46, 48, 146) !important;
  background-color: rgb(46, 48, 146) !important;
  margin-top: 20px;
  outline: none;
  border: none;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
}
#reportModal .modal-header .close {
  margin-top: 0px;
}
.product-report__btn {
  margin-left: 25px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.product-report__btn i {
  color: #fdfdfd;
  margin-right: 8px;
  font-size: 23px;
}
.product-report__btn i.fa-flag {
  color: #dfdddd;
}
.content-product-right .title-product {
  margin-top: 14px;
}
.adr-details-page .content-product-right .title-product {
  margin-top: 0;
}
/* ADD ACCOUNTS PAGE CSS */

.links li,
.sub-links li {
  border-bottom: 3px solid #ebebeb;
  transition: all ease 0.2s;
  padding: 15px;
  text-decoration: none;
  color: #a3a3a4;
  font-size: 16px;
  min-width: 150px;
}
.links li.active {
  border-color: #03a5f0;
  color: #111;
}
.links li a:hover,
.sub-links li a:hover {
  border-color: #ccc;
}
.sub-links {
  padding: 11px 0px;
}
.sub-links ul {
  background-color: #f8f8f8;
}
.links ul,
.sub-links ul {
  display: flex;
  margin: 10px 0px;
  flex-wrap: wrap;
  gap: 5px;
}
.sub-links li.active-blue {
  border-color: #4c84ff;
}
.top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top .replenishment {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 23px;
}
.replenishment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 316px;
  height: 100px;
  border-radius: 2px;
  background-color: #f6f6f6;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 5px 15px 5px 10px;
  border-radius: 7px;
}
.replenishment_balance-label {
  font-size: 12px;
  color: #858d97;
}
.replenishment_balance-value {
  font-size: 16px;
  font-weight: 500;
  color: #161616;
}
.replenishment_btn-wrapper {
  padding-left: 13px;
  border-left: 1px solid #ebebeb;
}
.top button {
  width: 161px;
  border-radius: 2px;
  background-color: #ebf6ff;
  font-size: 15px;
  color: #3b88fd;
  line-height: 17px;
  border-color: #3b88fd;
  text-align: center;
  padding: 11px 0 12px;
  cursor: pointer;
  border-radius: 3px;
}
.reveal-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.reveal-modal.show {
  display: flex !important;
  align-items: center;
}
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

.close {
  color: black;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 11px;
  top: 5px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.reveal-modal .main {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.reveal-modal h2 {
  font-weight: 600;
  color: black;
}
.reveal-modal .main p {
  text-align: center;
  font-size: 15px;
  color: black;
  font-weight: 600;
}
.reveal-modal .main label {
  font-size: 14px;
  cursor: pointer;
}
.reveal-modal .main input {
  accent-color: #2e3092;
  margin-right: 10px;
}
.reveal-modal button {
  width: 100%;
  background-color: #53d542;
  border: 0;
  color: white;
  padding: 10px;
  font-weight: 600;
  border-radius: 5px;
}

.profile-wallet_replenishment {
  display: inline-block;
  width: 100%;
  padding: 20px 20px 15px;
  box-sizing: border-box;
  vertical-align: top;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #f4f6f7;
}
.reveal-modal-popup {
  width: 550px;
  margin: 0 auto;
  position: relative;
}

.profile-wallet_pay img {
  width: 17px;
}

.profile-wallet_replenishment_title {
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
}
.profile-wallet_pay_title-amount,
.profile-wallet_pay_title-method {
  font-size: 14px;
  line-height: 18px;
  color: #7e7e7f;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 7px;
}

.profile-wallet_pay .az-service {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.profile-wallet_pay .az-service-i label {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #eceff1;
  padding: 12px 10px;
  font-size: 0;
  line-height: 1.2;
  text-align: center;
  color: #a3a3a4;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  cursor: pointer;
}
.profile-wallet_pay .az-service-i label:hover {
  color: #3b88fd;
  border-color: #3b88fd;
  background-color: #ebf6ff;
}
.profile-wallet_pay .az-service-i input {
  display: none;
}

.profile-wallet_pay .az-service-i .custom-price_input {
  display: block;
  width: 155px;
  border-radius: 2px;
  background-color: #fff;
  font-size: 16px;
  padding: 12px 10px;
  border: 1px solid #eceff1;
  box-sizing: border-box;
}
.profile-wallet_pay .az-service-i .custom-price_placeholder {
  color: #8a9397;
  font-size: 16px;
  position: absolute;
  visibility: hidden;
  top: 0;
  margin: auto;
  transition: all 0.2s;
  padding: 13px 0 0 10px;
  box-sizing: border-box;
}
.profile-wallet_pay .az-service-i input:checked + label {
  color: #4886ff;
  background-color: #ebf6ff;
  border-color: #4886ff;
}
.reveal-modal_opened
  .profile-wallet_pay
  .az-service-i
  .custom-price_placeholder {
  visibility: visible;
}
.profile-wallet_pay .az-service-i .custom-price_input:focus,
.profile-wallet_pay .az-service-i .custom-price_input[data-checked='true'] {
  border-color: #4886ff;
  background-color: #ebf6ff;
}
.profile-wallet_pay
  .az-service-i
  .custom-price_input:focus
  .profile-wallet_pay
  .az-service-i
  .custom-price_placeholder {
  font-size: 11px;
}

.myRow .myCol {
  margin-top: 10px;
}

form.new_payment {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.profile-wallet_pay {
  margin-top: 15px;
}

.terms .terms-profile a {
  text-decoration: underline;
}
.terms-profile {
  line-height: 1.5;
  margin-top: 10px;
}
.caption .ad_ud {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  justify-content: end;
  padding: 10px 0;
}
.caption .ad_ud a,
.caption .ad_ud div {
  padding: 6px 10px;
  font-size: 13px;
  height: 30px;
  line-height: 15px;
}
.caption .ad_ud .btn-delete {
  border: 0;
}

@media screen and (max-width: 487px) {
  .links li,
  .sub-links li {
    width: 100%;
    text-align: center;
  }
  .replenishment {
    width: 100%;
  }
}

.empty {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 300px;
  background-color: #f6f6f5;
  font-size: 15px;
}
.empty .yeni-elan {
  height: auto;
  padding: 5px;
  color: white;
  width: 110px;
}
.yeni-elan a {
  color: white;
}
.yeni-elan a:hover {
  color: white;
}
.empty .yeni-elan:hover {
  opacity: 0.8;
  color: white;
}
.myRow .left-block {
  position: relative;
}
.not-active,
.waiting {
  position: absolute;
  top: 3%;
  right: 3%;
  background-color: #f6f6f5;
  padding: 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
.item-inner {
  /* box-shadow: 0 17px 34px 0 rgba(44, 39, 56, 0.04),
    0 8px 17px 0 rgba(44, 39, 56, 0.02); */
}
.item-inner:hover {
  /* box-shadow: 0 4px 8px 0 rgba(177, 181, 199, 0.48); */
}

.caption h3 {
  margin-top: 10px;
  font-weight: 600;
  color: black;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.right-block .products-created {
  padding-bottom: 0;
}
.right-block .main-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.default-form.edit_user label {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}
.edit_user .edit-pass {
  width: 100%;
  margin-bottom: 10px;
}

.edit-pass-area .input input,
.edit-pass-area .input .js-category-select,
.edit-pass-area textarea {
  width: 100%;
}
.form-control {
  height: 40px;
}
.default-form.edit_user .input {
  margin: 5px 0 0 0;
}
.edit_user button {
  background-color: #2e3092;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 25px 0 0 !important;
  cursor: pointer;
  padding: 7px 17px;
  border-radius: 5px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}
.edit_user button:focus {
  border: none;
  outline: none;
}
.profil-edit-header,
.edit-footer {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.profil-edit-header .title {
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-weight: bold;
}
.profile-edit #delete-account-app {
  margin-left: 20px;
  font-size: 16px;
}
.profile-edit #delete-account-app {
  margin-left: 20px;
  font-size: 16px;
}
.kabineti-sil {
  margin-left: 5px;
  font-size: 15px;
  cursor: pointer;
}
.edit-footer {
  margin-bottom: 15px;
}
.kabineti-sil-modal#reportModal h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0;
  color: #121212;
}
.kabineti-sil-modal#reportModal .modal-header .close {
  margin-top: 22px;
  margin-right: 17px;
}
.kabineti-sil-modal#reportModal div {
  font-size: 15px;
}
.kabineti-sil-modal#reportModal h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0;
  color: #121212;
}

/* ELAN LIMITI */
.elan-limiti .panel-title {
  padding: 0;
}
.elan-limiti .panel-title a {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  color: #161616;
  display: flex;
  align-items: center;
  justify-content: start;
}
.elan-limiti .panel-title a i {
  color: #2e3092;
}
.elan-limiti .panel-title a i {
  margin-right: 8px;
}
.elan-limiti .panel {
  margin-bottom: 0;
}
.elan-limiti .panel-body {
  padding: 5px 15px;
  font-size: 14px;
}
.elan-limiti-title {
  margin-bottom: 15px;
}
.elan-limit-sayi {
  display: block;
}
.elan-sayi {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: white;
  font-size: 14px;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2e3092;
}
.elan-limiti .panel-title a span {
  margin-right: 10px;
  display: inline-block;
}
.elan-limiti .panel-title a i.fa-chevron-right {
  font-weight: 500;
  font-size: 10px;
  margin-top: 1px;
}

#content.kabinet-table {
  padding-left: 0;
  padding-right: 0;
}
.kabinet-table .fa-arrow-down {
  color: #03d003;
}
.kabinet-table .fa-arrow-up {
  color: #0070ff;
}

.emeliyyat-yoxdur {
  min-height: 400px;
  width: 100%;
  background-color: #f7f7f7;
  color: rgb(177, 181, 199);
  display: flex;
  align-items: center;
  justify-content: center;
}
.emeliyyat-yoxdur h2 {
  width: 320px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #2e3092;
}
#content.kabinet-table h2.title {
  margin: 10px 0 20px;
}
#content.kabinet-table a {
  text-decoration: underline;
}

.box-category .list-group li.active a {
  color: #2e3092;
}
.sec-slogan h2 {
  font-weight: 600;
  color: black;
  text-align: center;
  margin-top: 50px;
  font-size: 25px;
}
.butun-elanlar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px !important;
}

.categories-products-order-by select {
  background-image: url('../image/down.svg');
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 40px;
  outline: none;
  padding: 0 32px 0 10px;
  border-radius: 7px;
  border: solid 1px #d7dae0;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-color: #fff;
  color: #8d94ad;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.biznes-info {
  width: 80%;
  text-align: start;
}
.biznes-acions {
  width: 20%;
}
.biznes-info-tr {
  padding-left: 20px !important;
}
.biznes-actions-tr {
  padding-left: 20px !important;
  margin: 0 auto;
  display: inline-block;
}
.table > tbody > tr > td.biznes-info-tr {
  font-size: 16px !important;
  font-weight: 500;
  color: #7d7d7d;
}
.table > tbody > tr > td.biznes-info-tr p {
  margin-bottom: 0;
}
.ode {
  width: 100px;
  color: white;
  padding: 10px 5px;
  border-radius: 5px;
  display: inline-block;
  background-color: #2e3092;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  cursor: pointer;
}
.ode:hover {
  color: white;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}
.paket-elan-limit {
  color: #2e3092;
}
.biznes-paketler-table.table > thead > tr > td {
  font-size: 18px !important;
  color: #2e3092;
}
.cari-paket p {
  margin-bottom: 0;
  font-size: 15px;
  color: #7d7d7d;
}
.qaliq-elan-sayi {
  margin-bottom: 15px !important  ;
}

.elan-desc {
  margin-top: 20px;
  margin-bottom: 10px;
}
.elan-desc p {
  font-size: 14.5px;
  color: #222222;
}

@media (max-width: 800px) {
  .main-cities li,
  .all-regions .cities li {
    min-width: unset;
    width: 85px;
  }
  .all-regions .cities,
  .all-regions .main-cities {
    flex-direction: row;
    height: unset;
  }
}
@media (max-width: 576px) {
  .ode {
    width: 80px;
  }
  .biznes-info-tr {
    padding-left: 10px !important;
  }
  .table-responsive > .table > tbody > tr > td {
    white-space: wrap !important;
  }
  .biznes-paketler-table.table > thead > tr > td {
    font-size: 16px !important;
  }
  .links li,
  .sub-links li {
    padding: 5px 15px;
    font-size: 15px;
  }
  .links ul,
  .sub-links ul {
    display: flex;
    margin: 5px 0px;
  }
  .myRow .myCol {
    margin-top: 10px;
    width: 49%;
    padding: 0 5px !important;
  }
  .caption .ad_ud {
    gap: 5px;
  }
  .elan-limiti .panel-title a {
    flex-wrap: wrap;
  }
  .elan-limiti .panel-title a {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .layout-1 div.module.custom-listingtab .ltabs-wrap .ltabs-items-container {
    float: left;
    width: 100% !important;
  }
}

@media (max-width: 1460px) {
  .left-adv img,
  .right-adv img {
    width: 180px;
  }
}
@media (max-width: 1370px) {
  .left-adv img,
  .right-adv img {
    width: 160px;
  }
}
@media (max-width: 1320px) {
  .left-adv img,
  .right-adv img {
    width: 130px;
  }
}
@media (max-width: 1270px) {
  .left-adv img,
  .right-adv img {
    width: 130px;
  }
}
@media (max-width: 1260px) {
  .left-adv img,
  .right-adv img {
    width: 120px;
  }
}
@media (max-width: 1200px) {
  .left-adv img,
  .right-adv img {
    width: 100px;
  }
}

/* Additionals  */
.repeat-sms-code-request[disabled] {
  opacity: 0.5; /* Example: reduce opacity for disabled effect */
  color: grey;
}

/* Filter */

.category-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filter-price {
  display: flex;
  align-items: center;
}
.filter-price input {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 40px;
  outline: none;
  padding: 0 10px 0 10px;
  border-radius: 7px;
  border: solid 1px #f1f3f7;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-color: #fff;
  color: #8d94ad;
  font-size: 14px;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.filter-price input::placeholder {
  color: #8d94ad;
}
.category-filter select {
  margin-right: 10px;
  margin-bottom: 0;
}
.category-filter-area form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.category-filter-area form button,
.category-filter-area form button:focus {
  padding: 5px 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background-color: #2e3092;
  border: none;
  outline: none;
  margin-bottom: 0;
}

/* Starts Şirkətlər

/* AUTOSALONS */
.companyauto-area {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  flex-wrap: wrap;
  width: 100%;
}
.autosalon {
  width: 49%;
  display: flex;
  justify-content: start;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 18px;
}
.autosalon a {
  width: 100%;
  display: flex;
  justify-content: start;
  border-radius: 8px;
  color: #3b3b3b;
}
.autosalon-img {
  width: 35%;
}

.autosalon-img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px 0 0 8px;
  object-fit: cover;
}
.autosalon-content {
  width: 65%;
  padding: 20px;
  padding-bottom: 10px;
}
.autosalon-content h2 {
  font-size: 17.8px;
  color: #3b3b3b;
  margin: 0;
  margin-bottom: 8px;
  font-weight: 600;
}
.shops-i--contact {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #747373;
  font-size: 15px;
}
.autosalon:hover {
  box-shadow: #2e309270 0px 3px 5px;
}

.shops-i--description {
  -webkit-line-clamp: 5;
  /* height: 51px; */
  font-size: 13.8px;
  line-height: 1.15;
  margin: 5px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.company-more {
  display: inline-block;
  padding: 2px 23px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  font-size: 15.5px;
  background-color: transparent;
  border: 2px solid #2e3092 !important;
  border-width: 0px;
  border-radius: 7px;
  margin-top: 12.5px;
  color: #2e3092;
}
.shops-i--ads-count {
  color: #22a7f0;
  font-size: 14px;
}
.my-pagination .pagination > .active > a,
.my-pagination .pagination > .active > a:focus,
.my-pagination .pagination > .active > a:hover,
.my-pagination .pagination > .active > span,
.my-pagination .pagination > .active > span:focus,
.my-pagination .pagination > .active > span:hover {
  background-color: #2e3092;
  border-color: #2e3092;
}

@media (max-width: 991px) {
  .autosalon {
    width: 100%;
  }
  .autosalon-content h2 {
    font-size: 18px;
    margin: 0;
    color: black;
  }
  .shops-i--description {
    -webkit-line-clamp: 3;
    height: 51px;
    font-size: 13.8px;
  }
}

/* Ends Şirkətlər

/* LOGİN REGISTER CHANGES STARTS*/

#yourModalId .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 25px;
}
.content-faq p {
  font-size: 15px;
}
.content-faq h2 {
  color: #2e3092;
}
.registration-layout__form__body .field-agreement .countrycode {
  padding: 5px 10px 10px 8px;
}
.wrapper {
  margin: 0 auto;
  padding: 0;
}
.flex-center {
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.banner {
  position: relative;
  background: linear-gradient(
    102.66deg,
    #fff -3.9%,
    #f3e6f9 -3.89%,
    hsla(0, 0%, 100%, 0.25) 109.47%
  );
  background: linear-gradient(
    9deg,
    #fff -3.9%,
    #e0f7f6 -3.89%,
    hsl(0deg 0% 100% / 25%) 109.47%
  );
  padding: 32px 0;
  overflow: hidden;
}

@media (min-width: 767px) {
  .banner {
    padding: 40px 0 48px;
  }
}

.banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  width: 240px;
  height: 240px;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #8200c2 0deg,
    #ffaf00 123.75deg,
    #156baa 234.38deg,
    #f255c6 1turn
  );
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: -1;
}

@media (min-width: 767px) {
  .banner:before {
    left: 0;
    width: 400px;
    height: 400px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }
}

.banner:after {
  content: '';
  position: absolute;
  right: -15%;
  top: 85%;
  width: 270px;
  height: 270px;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #8200c2 0deg,
    #ffaf00 123.75deg,
    #156baa 234.38deg,
    #f255c6 1turn
  );
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: -1;
}

@media (min-width: 767px) {
  .banner:after {
    right: 10%;
    top: 90%;
    width: 500px;
    height: 500px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }
}

.banner__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #1a0027;
  margin-bottom: 16px;
}

@media (min-width: 767px) {
  .banner__title {
    font-weight: 600;
    font-size: 27px;
    line-height: 35px;
  }
}

.banner__description {
  font-size: 14px;
  line-height: 24px;
  color: #76667d;
  margin: 0;
}

@media (min-width: 767px) {
  .banner__description {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .typeheader-1 .header-top .header-top-right {
    padding: 5px 15px 4px 15px;
  }
  .typeheader-1 .header-top .header-top-right ul.top-link > li {
    margin-bottom: 8px;
  }
}

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

.auth-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
  box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
  padding: 24px 16px;
  margin: 0 auto;
  border-radius: 8px;
  margin: 50px auto;
}
@media (min-width: 350px) {
  .auth-layout {
    width: 330px;
    padding: 30px 25px;
  }
}
@media (min-width: 370px) {
  .auth-layout {
    width: 340px;
    padding: 40px 35px;
  }
}
@media (min-width: 417px) {
  .auth-layout {
    width: 385px;
    padding: 48px;
  }
  .auth-layout__small {
    padding: 48px 24px;
  }
}

.registration-layout {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
  box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
  padding: 24px 16px;
}

@media (min-width: 767px) {
  .registration-layout {
    padding: 50px;
  }
}

.registration-layout__tariff {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 767px) {
  .registration-layout__tariff {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
    box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
    padding: 24px;
  }
}

@media (min-width: 767px) {
  .registration-layout__form__footer {
    margin-top: 8px;
  }
}

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

.countrycode {
  margin-bottom: 0;
  padding: 5px 14px 10px 8px;
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 5;
  line-height: 32px;
  font-size: 15px;
}

.form-info .countrycode {
  padding: 4px 14px 10px 7px;
}

.form-input {
  padding-left: 55px !important;
  font-size: 15px;
}

.phone-wrap {
  position: relative;
}

.az-mobile {
  display: none;
}

#delivery_map iframe {
  width: 100%;
  height: 100%;
}

#price,
.valyuta {
  color: #fb9500;
  font-size: 15px;
  font-weight: 600;
}

.phone-wrap .form-input {
  height: 38px;
}

.field-agreement .countrycode {
  padding: 3px 14px 10px 8px;
}

.sign-up-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.have-acc {
  justify-content: center;
}

.input-control {
  display: block;
  width: 100%;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #e8eaec;
  border-radius: 8px;
  padding: 8px 16px 8px;
  color: #1a0027;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  text-overflow: '';
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.input-control,
.input-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.field-signupform-name {
  position: relative;
}
.input-wrapper .fa-eye {
  position: absolute;
  right: 20px;
  top: 11.2px;
  color: #3b476b;
  font-size: 16px;
  cursor: pointer;
}
#eye.active,
#eye2.active,
#pwd.active {
  color: #2e3092;
}
.forget-password .btn-send-sms {
  font-size: 15.5px;
}
.btn-send-sms {
  display: inline-block;
  border: 0 solid transparent;
  border-radius: 8px;
  padding: 10px 32px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  cursor: pointer;
  color: white;
}
.btn-send-sms:focus,
.btn-send-sms:active {
  outline: none !important;
}
.bottom-form {
  margin-top: 25px;
}
.sign-up-area {
  align-items: start;
}
.w-100 {
  width: 100%;
}
#yourModalId.show-modal {
  display: block;
}
@media (max-width: 576px) {
  .auth-layout {
    margin: 35px auto;
  }
  .forget-password .sign-up-area .col-md-6 {
    width: 80%;
  }
  .sign-up-area .col-lg-8.col-md-8{
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .wrapper-middle {
    width: 768px;
    margin: 50px auto;
  }
}

/* REGISTRATION */
.registration-layout__form__body .sign-up-area {
  align-items: center;
}
.registration-layout__form__body .bottom-form {
  text-align: center;
  margin-top: 10px;
}

.registration-layout {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
  box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
  padding: 24px 16px;
}

.sms-verify-area {
  position: relative;
}
.sms-verify-area button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  border-radius: 0 5px 5px 0;
  background: #2e3092;
  color: white;
  font-size: 15px;
  padding: 0 12px;
}
.modal-content h3 {
  margin-top: 5px;
}

.registration-layout__form__header .dashboard-layout__container__widget__item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  margin: 20px;
  justify-content: center;
}
.choose-area {
  display: flex;
  justify-content: center;
}
.regis-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #e0eaef;
  color: #2e3092;
  font-size: 24px;
  margin-right: 24px;
}
.choose-area h4 {
  font-size: 17px;
  font-weight: 500;
  color: #2e3092;
}
.sign-up-area input {
  height: 40px !important;
  margin-bottom: 13px;
  border: 1px solid #e8eaec;
  padding: 12px 12px;
}
.sign-up-area input.phone {
  padding: 6px;
}
.right-block .caption h4 a {
  font-size: 14px;
  color: #222;
  font-weight: 600;
}

.no-active-adr .price {
  margin: 0;
}

@media (min-width: 991px) {
  .dashboard-layout__container__widget__item {
    margin: 0 16px;
  }
}
.dashboard-layout__container__widget__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  padding: 20px 16px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 4px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* FIXED RESPONSIVE MENU */

.mb-nav-menu {
  display: none;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.3);
  height: 70px;
  background-color: #fff;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.mb-nav-menu a.active:not(.not-active) {
  border-top-color: var(--orange-color);
}

.mb-nav-menu a.active,
.mb-nav-menu .mb-chat-nav.active {
  border-top-color: var(--second-color);
}

.mb-nav-menu a,
.mb-nav-menu .mb-chat-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex: 1;
  border-top: solid 2px transparent;
  z-index: 1;
  background-color: #fff;
}
.mb-nav-menu i {
  font-size: 18.5px;
}
.mb-nav-title {
  font-size: 13px;
}
.mb-nav-icon {
  line-height: 1.4;
}

@media (max-width: 991px) {
  .mb-nav-menu {
    display: flex;
  }
}
@media (min-width: 767px) {
  .registration-layout {
    padding: 50px;
  }
}

.registration-layout {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
  box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
  padding: 24px 16px;
}

@media (min-width: 767px) {
  .registration-layout {
    padding: 50px;
  }
}

.registration-layout__tariff {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 767px) {
  .registration-layout__tariff {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
    box-shadow: 0 4px 32px rgba(26, 0, 39, 0.05);
    padding: 24px;
  }
}

@media (min-width: 767px) {
  .registration-layout__form__footer {
    margin-top: 8px;
  }
}

.registration-layout__form__footer__note {
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 767px) {
  .registration-layout__form__footer__note {
    text-align: right;
  }
}
/* LOGİN REGISTER CHANGES ENDS*/

/* Collab comment */
.owner-agent.yeni {
  width: 70%;
}
.seller_details div span.agent-owner-text {
  display: block;
  font-size: 14.5px;
  width: 100%;
  color: gray;
}
.share-area {
  display: flex;
  align-items: center;
}
#advertisementDiv {
  background-color: rgb(246, 244, 241);
  background-color: #53d542;
  padding: 15px 15px;
  border-radius: 49px;
  color: rgb(47, 31, 25);
  color: white;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  text-align: center;
}
.share-area {
  margin: 15px 0;
}
.share-area span {
  font-size: 16px;
}
.share-area i {
  font-size: 18px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.share-area i.fa-facebook {
  background-color: blue;
  color: white;
}
.share-area i.facebook {
  color: blue;
}
.share-area i.fa-whatsapp {
  background-color: #53d542;
  color: white;
}
.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:before,
.so-listing-tabs .owl2-controls .owl2-nav .owl2-next:before {
  font-family: FontAwesome;
  font-size: 18px;
}

.collab-header {
  display: flex;
  align-items: center;
}
.typefooter-1 .footer-bottom .copyright {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .companyauto-area {
    margin-top: 0px;
  }
  .company-contact {
    margin-bottom: 10px;
  }
  .company-contact-area {
    margin: 10px 0 20px;
  }
  div.module.custom-listingtab .box-title h2 {
    z-index: 0;
  }
  .typefooter-1 .footer-bottom {
    padding: 8px 0 8px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .elan-limiti-area p {
    font-size: 15px;
  }
  .registration-layout__form__header
    .dashboard-layout__container__widget__item {
    margin: 12px 6px;
    width: 160px;
    padding: 15px 8px;
  }
  .banner__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .banner__title {
    font-size: 21px;
    font-weight: 600;
  }
  .registration-layout {
    padding: 24px 9px;
  }
  .banner {
    padding: 17px 0;
  }
  .regis-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 10px;
  }
  .choose-area h4 {
    font-size: 14.5px;
  }
  .lot-form {
    padding: 20px 8px 20px 8px;
  }
  .owner-agent.yeni {
    width: 100%;
  }
  #advertisementDiv {
    padding: 12px 15px;
  }
  .share-area {
    margin-top: 10px;
  }
  .more-link a {
    color: white;
    font-size: 14px;
  }
  .collab-header {
    flex-wrap: wrap;
  }
  .typeheader-1 .header-bottom .header_custom_link li a.my-elan {
    font-size: 15px;
  }
  .header-bottom-left.menu-vertical {
    /* height: 50px; */
    padding-right: 0;
    padding-left: 10px;
  }

  .pagination {
    margin: 10px 0;
  }
  .seller_details > div:first-child {
    gap: 20px;
    padding: 5px 0;
  }
  #reportModal .modal-content {
    width: 90%;
  }
  .companyauto-area {
    padding: 15px;
  }
  .company-area {
    flex-wrap: wrap;
    padding: 5px 15px;
  }
  .company-main-image {
    width: 100%;
  }
  .company-desc {
    width: 100%;
    padding: 5px;
  }
  .newsletter ul li {
    margin-bottom: 10px;
  }
  .typefooter-1 .footer-center-2 {
    border-top: 1px solid #e0e0e0;
    padding: 8px 0;
  }
  .btn-group.title-block.layihe-qaydalar {
    padding: 15px 0 5px 0;
  }
  .popular-requests-section h2 {
    line-height: 30px;
    font-size: 23px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .popular-requests li {
    padding: 2px 10px;
    margin: 0 5px 8px 2px;
  }
}

@media (max-width: 380px) {
  .caption .ad_ud a,
  .caption .ad_ud div {
    padding: 6px 7px;
    font-size: 12.5px;
  }
}





/* Navbar */
.header-bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.typeheader-1 .dropdown-menu-search {
  position: unset;
}
.typeheader-1 .header-bottom .container .header-bottom-inner .header_search {
  margin-top: 0px;
}

.header-bottom-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.typeheader-1
  .header-bottom
  .container
  .header-bottom-inner
  .header_search.header-mobile-search {
  display: none;
}

@media (min-width: 991px) and (max-width: 1199px) {
  header.typeheader-1 .dropdown-menu-search {
    min-width: 350px;
  }
  .yeni-elan {
    font-size: 13px;
  }
  .typeheader-1 .header-bottom .header_custom_link li {
    margin: 0 4px;
  }
  .header-bottom-right {
    padding-left: 36px;
  }
  .typeheader-1 .header-bottom .header-right {
    padding: 0;
    width: 37%;
  }

  header.typeheader-1 .header-bottom .header-right {
    width: 30% !important;
  }
  .typeheader-1 .header-bottom .container .header-bottom-inner .header_search {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  header.typeheader-1 .dropdown-menu-search {
    min-width: 350px;
  }
  .yeni-elan {
    font-size: 13px;
  }
  .typeheader-1 .header-bottom .header_custom_link li {
    margin: 0 4px;
  }
  .header-bottom-right {
    padding-left: 36px;
  }
  .typeheader-1 .header-bottom .header-right {
    padding: 0;
    width: 37%;
  }
}

@media (max-width: 768px) {
  .header-desktop-search {
    display: none;
  }
  .typeheader-1
    .header-bottom
    .container
    .header-bottom-inner
    .header_search.header-mobile-search {
    display: block;
    margin: 0;
  }
  .typeheader-1 .dropdown-menu-search {
    position: absolute;
  }
  header .bt-search.hidden {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .typeheader-1 .header-bottom .header_custom_link li.yeni-elan {
    border-radius: 8px;
    padding: 5px 7px;
  }
  .typeheader-1 .header-bottom .container .header-bottom-inner .header_search {
    width: 60%;
  }
  .typeheader-1 .header-bottom .header_custom_link li.yeni-elan {
    border-radius: 8px;
    padding: 5px 7px;
    min-width: fit-content;
  }
  .typeheader-1 .header-bottom .header_custom_link li.yeni-elan {
    margin-right: 0;
  }
  .megamenu-style-dev .navbar-default .vertical .navbar-header .navbar-toggle {
    padding: 5px 9.5px !important;
  }
  header.typeheader-1
    .header-bottom
    .container
    .header-bottom-inner
    .header_search {
    width: fit-content !important;
  }
  .sign-up-area .col-lg-8.col-md-8{
    width: 80%;
  }
  .sign-up-area .col-lg-6.col-md-6{
    width: 80%;
  }
}
@media (max-width: 400px) {
  .megamenu-style-dev .navbar-default .vertical .navbar-header .navbar-toggle {
    padding: 5px 7.5px !important;
  }
  .typeheader-1 .header-bottom .header_custom_link li a.my-elan {
    font-size: 14px;
  }
  .typeheader-1 .header-bottom .header_custom_link li.yeni-elan {
    margin-right: 0;
    margin-left: 0;
  }
  .typeheader-1 .header-bottom .header_custom_link li.wishlist {
    margin-left: 0;
  }
  
}
@media (max-width: 378px) {
  .megamenu-style-dev .navbar-default .vertical .navbar-header .navbar-toggle {
    padding: 5px 5.5px !important;
  }
}