@charset "UTF-8";

/*******************************************
 *	Theme Name: PortKey
 *	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;
}
body.layout-1 .content a{
  padding: 0 3px!important;
  color: #bb0a51!important;
}
.marginbottom__3x {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}

.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}

.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}

.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}

.lib-list-item-product2 .image-dev .list-button-dev li a,
.lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}

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

.lib-list-item-product2 .image-dev .list-button-dev li:hover a,
.lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}

.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}

.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}

.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}

.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}

.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}

.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}

.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}

.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}

/*EFECT PRODUCT NUMBER*/
.lib-two-img,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image {
  position: relative;
  display: block;
}

.lib-two-img .img-1,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.lib-two-img .img-2,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

.lib-two-img-over .img-1,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}

.lib-two-img-over .img-2,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}

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

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

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

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

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

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

/*===============================================
 [SASS DIRECTORY ]
 [1] BACK TO TOP
 [2] SOCIAL ACCOUNTS
 [3] TOP PANEL
 [4] LARY LOADER
 [5] NO RESPONSIVE BOOTSTRAP
 [6] PRELOADING SCREEN
 [7] BANNER EFFECT
 [8] POPUP ADDED TO CART 
 [9] PAGE COMINGSOON
 ==============================================*/
/*============BACK TO TOP ==================*/
.back-to-top {
  position: fixed;
  bottom: 85px;
  cursor: pointer;
  background-color: #2db2ff;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 52px;
  z-index: 30;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  opacity: 1;
  right: 31px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.back-to-top .hidden-top {
  bottom: -100px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.back-to-top:hover {
  background-color: #444;
}

.back-to-top i {
  font-size: 20px;
  margin: 0 !important;
  display: inline-block;
}

.back-to-top i:before {
  content: '\f197';
  font-family: fontawesome;
}

/* 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, .15);
}

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

.social-widgets .title h5 {
  line-height: 45px;
  margin: 0;
}

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

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

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

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

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

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

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

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

.social-widgets .loading img.ajaxloader {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 32px;
  height: 32px;
}

/* 3.TOP PANEL (RIGHT FIXED PANEL)
 ----------------------------------------------------- */
@media (min-width: 1200px) {
  .navbar-compact {
    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: #2db2ff !important;
    padding: 6px 7px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    color: #fff;
  }

  .navbar-switcher .i-active,
  .navbar-switcher.active .i-inactive {
    display: none;
  }

  .navbar-switcher.active .i-active,
  .navbar-switcher .fa-caret-down {
    display: inline;
    font-size: 1.8em;
    line-height: 1.5em;
  }

  .navbar-compact.type_1 .sidebar-menu,
  .navbar-compact.type_2 .sidebar-menu {
    display: none;
  }

  .navbar-compact.type_1 .header-bottom-right,
  .navbar-compact.type_2 .header-bottom-right {
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }

  header .navbar-switcher {
    display: block;
  }
}

/* 4.LARY LOADER
 --------------------------------------- */
.mfp-iframe-scaler iframe {
  background: white url(../image/lazy-loader.gif) no-repeat center center;
}

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

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

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

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

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

  .lazy.lazy-loaded img {
    opacity: 1;
  }
}

/* Overlay pattern 
 --------------------------------------- */
body.no-bgbody {
  background-image: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header.navbar-compact {
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

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

/* 4.LARY LOADER
 --------------------------------------- */
.mfp-iframe-scaler iframe {
  background: white url(../image/theme/lazy-loader.gif) no-repeat center center;
}

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

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

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

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

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

  .lazy.lazy-loaded img {
    opacity: 1;
  }
}

/* Overlay pattern 
 --------------------------------------- */
body.no-bgbody {
  background-image: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loader-content.loader-off,
body.loaded .loader-content {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms linear 0s;
}

/* The loader container */
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  perspective: 400px;
  transform-type: preserve-3d;
}

/* The dot */
#loader .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -80px;
  transform-type: preserve-3d;
  transform-origin: 80px 50%;
  transform: rotateY(0);
  background-color: #1fc0a0;
  animation: dot1 2000ms cubic-bezier(0.56, 0.09, 0.89, 0.69) infinite;
}

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

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

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

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

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

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

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

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

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

/* @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 {
  -webkit-backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banners-effect-11 .banners>div a:hover:before,
.banners-effect-11 .banners>div a:hover:after {
  width: 100%;
  height: 100%;
}

.banners-effect-11 .banners>div a:before,
.banners-effect-11 .banners>div a:after {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 0;
  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 #2db2ff;
  color: #2db2ff;
  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: #2db2ff;
  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 #2db2ff;
  color: #2db2ff;
  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: #2db2ff;
  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 #2db2ff;
  color: #2db2ff;
  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: #2db2ff;
  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 #2db2ff;
  color: #2db2ff;
  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: #2db2ff;
  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 #2db2ff;
  color: #2db2ff;
  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: #2db2ff;
  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 #2db2ff;
  color: #2db2ff;
  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: #2db2ff;
  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: #555;
}

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

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

.page-login .well {
  background: #fff;
  min-height: 285px;
  border: 1px solid #e7e7e7;
  margin: 0;
  line-height: 23px;
  border-radius: 0;
}

.page-login .well h2 {
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}

.page-login .bottom-form {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-top: 0;
  padding: 10px 20px;
  overflow: hidden;
  line-height: 35px;
}

.page-login .bottom-form .btn {
  padding: 9px 20px;
  background: #555;
  color: #fff;
  border-radius: 3px;
  border: none;
}

.page-login .bottom-form .btn:hover {
  background: #2db2ff;
  border-color: #2db2ff;
  color: #fff;
}

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

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

div.required .control-label:after {
  content: ' *';
  color: #2db2ff;
  font-weight: bold;
}

/*******************************************************************
 ******                SO Framework: Sass Menu                 ******
 ********************************************************************/
/* [2] */
/* [8] */
/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/
.no-margin {
  margin: 0 !important;
}

.marginbottom__3x {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}

.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}

.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}

.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}

.lib-list-item-product2 .image-dev .list-button-dev li a,
.lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}

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

.lib-list-item-product2 .image-dev .list-button-dev li:hover a,
.lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}

.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}

.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}

.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}

.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}

.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}

.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}

.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}

.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}

/*EFECT PRODUCT NUMBER*/
.lib-two-img,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image {
  position: relative;
  display: block;
}

.lib-two-img .img-1,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.lib-two-img .img-2,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

.lib-two-img-over .img-1,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}

.lib-two-img-over .img-2,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}

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

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

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

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

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

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

/*============ MODULE MEGAMENU HORIZONTAL  ==================*/
.container-megamenu ul.megamenu li .sub-menu {
  z-index: 998;
}

ul.megamenu li .sub-menu .content {
  padding: 25px 0;
}

.container-megamenu.horizontal {
  /*-------- SUB MENU HORIZONTAL ----------*/
  /* ul.megamenu li .sub-menu .content .static-menu .menu ul ul,
   ul.megamenu .title-submenu{
   padding: 0;
   }
   ul.megamenu li .sub-menu .content .static-menu .menu ul ul li::before,
   ul.megamenu li .sub-menu .content .hover-menu a::before{
   display: none;
   }*/
}

.container-megamenu.horizontal .title-feature,
.container-megamenu.horizontal ul.megamenu .title-submenu,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu,
.container-megamenu.horizontal ul.megamenu .subcategory a.title-submenu {
  line-height: 1.5;
  text-transform: capitalize;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.container-megamenu.horizontal ul.megamenu li .sub-menu .content h3 {
  font-size: 16px;
  color: #191919;
  line-height: 30px;
  padding: 3px 20px;
  text-transform: uppercase;
  font-family: 'Libre Franklin', sans-serif;
}

.container-megamenu.horizontal ul.megamenu li .sub-menu .content a,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item {
  line-height: 30px;
  color: #909090;
  display: block;
  padding: 5px 20px;
  text-transform: capitalize;
  font-size: 14px;
}

.container-megamenu.horizontal ul.megamenu li .sub-menu .content a:hover,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item:hover {
  color: #2db2ff;
  background: #eaf7ff;
  border-left: 2px #2db2ff solid;
}

.container-megamenu.horizontal ul.megamenu>li>a img {
  position: absolute;
  top: -8px;
  right: 0px;
  height: auto;
}

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

.container-megamenu.horizontal ul.megamenu li .sub-menu .content img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.container-megamenu.horizontal ul.megamenu li .sub-menu .content .item-banner .img-banner-w {
  margin: 0 -15px;
}

.container-megamenu.horizontal ul.megamenu li .sub-menu .content .item-banner .img-banner {
  width: 50%;
  padding: 0 15px;
  float: left;
}

/*============ MODULE MEGAMENU VERTICAL  ==================*/
.container-megamenu .container {
  width: 100%;
  padding: 0;
}

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

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

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

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

.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 0 15px !important;
  line-height: 45px;
  background: #222;
  border-radius: 3px 3px 0 0;
}

.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container>div {
  float: left;
  padding-top: 15px;
  margin: 0px 9px 0 0;
  display: none;
}

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

.container-megamenu.vertical .vertical-wrapper .megamenu-pattern .container {
  padding: 0px !important;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu {
  border-top: none;
  background: #fff;
  z-index: 9;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li {
  background: none;
  border: 0;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li>a {
  padding: 11px 0;
  margin: 0 10px 0 20px;
  border-bottom: 1px solid #efefef;
  color: #222;
  font-weight: normal;
  background: transparent;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms ease 0s;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li.with-sub-menu>a .fa-angle-right:before {
  color: #ccc;
  font-family: 'FontAwesome';
  display: inline-block;
  content: "\f105";
  font-size: 15px;
  position: absolute;
  right: 0px;
  top: 12px;
}

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

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li.active>a,
.container-megamenu.vertical .vertical-wrapper ul.megamenu>li:hover>a {
  color: #2db2ff;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
  padding: 14px 15px 14px 20px;
  line-height: 100%;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i {
  padding-left: 5px;
  font-size: 14px;
  color: #2db2ff;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore .more-view {
  color: #2db2ff;
  font-size: 14px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .fa-caret-right {
  float: right;
  margin: 5px 10px 0 0;
  color: #999;
  padding: 0;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content {
  padding: 0;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu ul li {
  padding: 0;
  line-height: 26px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu ul li a.main-menu {
  margin: 0 0 10px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu>ul {
  margin-top: 20px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu>ul ul li {
  padding: 1px 0;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu>ul>li {
  margin: 0 0 20px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu>ul>li:last-child {
  margin: 0;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html.item-1 .col-sm-8 {
  padding-top: 25px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3 {
  padding: 0 0 0 85px;
  margin: 0 0 20px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1>a,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3>a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  padding: 0;
  line-height: 22px;
  position: relative;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1>a:hover,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3>a:hover {
  color: #2db2ff;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1 ul,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3 ul {
  padding: 5px 0 10px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1 ul a,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3 ul a {
  font-weight: normal;
  color: #666;
  padding: 2px 0 !important;
  font-size: 13px;
  line-height: 22px;
  margin: 0 !important;
  border: none !important;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1 ul a:hover,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3 ul a:hover {
  color: #2db2ff;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .icon-1 {
  background: url("../image/icon/icon-1.jpg") no-repeat left 10px center;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .icon-2 {
  background: url("../image/icon/icon-2.jpg") no-repeat left 10px center;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .icon-3 {
  background: url("../image/icon/icon-3.jpg") no-repeat left 10px center;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .icon-4 {
  background: url("../image/icon/icon-4.jpg") no-repeat left 10px center;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .icon-5 {
  background: url("../image/icon/icon-5.jpg") no-repeat left 10px center;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .icon-6 {
  background: url("../image/icon/icon-6.jpg") no-repeat left 10px center;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .icon-7 {
  background: url("../image/icon/icon-7.jpg") no-repeat left 10px center;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .icon-8 {
  background: url("../image/icon/icon-8.jpg") no-repeat left 10px center;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content {
  padding: 0;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html {
  padding: 20px 10px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html .label-vertical a {
  color: #222;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  padding: 2px 0 !important;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html .label-vertical .label-vertical a:hover {
  color: #2db2ff;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html .label-vertical span {
  padding: 5px 15px;
  background: #ed3f46;
  line-height: 100%;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  min-width: 60px;
  display: inline-block;
  margin-right: 5px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html .label-vertical span.color2 {
  background: #63c54c;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html .label-vertical span.color3 {
  background: #ecaa1b;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html a {
  padding: 4px 10px;
  font-weight: normal;
  color: #666;
  font-size: 13px;
  line-height: 22px;
  margin: 0 !important;
  border: none !important;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html a:hover {
  color: #2db2ff;
}

.container-megamenu.vertical ul.megamenu>li>a strong {
  font-weight: normal;
  padding-left: 30px;
}

.container-megamenu.vertical ul.megamenu>li>a strong i {
  font-size: 9px;
  padding-right: 0;
}

.container-megamenu.vertical .vertical-wrapper {
  width: 100%;
  background: white;
  position: relative;
  border-top: 0;
  border: none;
  /*---------------- SUB MENU VERTICAL -----------------*/
}

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

.container-megamenu.vertical .vertical-wrapper ul.megamenu .sub-menu .content .img-banner {
  padding-right: 15px;
  float: right;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li>a img {
  height: auto;
  margin: 0;
  position: absolute;
  top: 17px;
  transform: translateY(-50%);
  left: 2px;
}

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

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li>.sub-menu .content {
  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: #2db2ff;
}

.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: capitalize;
  padding: 0 0 3px 0;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li>.sub-menu .content ul.subcategory .menu ul li {
  line-height: 100%;
  display: inline;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li>.sub-menu .content ul.subcategory .menu ul li a {
  font-size: 14px;
  line-height: 28px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content {
  padding: 0;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul {
  margin: 10px 0;
  padding: 0;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #efefef;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li:last-child {
  border: none;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li>a {
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li b {
  float: right;
  line-height: 27px;
  font-size: 16px;
  margin: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu ul li:hover>a {
  color: #2db2ff;
}

.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 ]
 ==============================================*/
.list-item li {
  margin-bottom: 10px;
}

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

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

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

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

#content div.so-deal .extraslider-inner .item {
  border: none;
}

/*============MODULE DEFAULT ==================*/
.module.sohomepage-slider .so-homeslider {
  direction: ltr;
}

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

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

.category-style .list-group>li {
  border-bottom: 1px dotted #e4e4e4;
  margin: 0;
  position: relative;
}

.category-style .list-group>li span.button-view {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.category-style .list-group>li a {
  color: #333;
  padding: 10px 0;
  display: block;
}

.category-style .list-group>li a:hover {
  color: #2db2ff;
}

.category-style .list-group>li a:hover+.button-view {
  color: #2db2ff;
}

.category-style .list-group>li .active,
.category-style .list-group>li .active+.button-view {
  color: #2db2ff;
}

.category-style .list-group>li .active+.button-view:before {
  content: '\f147';
}

.category-style .list-group>li li {
  padding: 0;
  position: relative;
  list-style: none;
}

.category-style .list-group>li li a {
  padding: 5px 0;
}

.category-style .list-group>li li a:before {
  content: '';
  padding: 0 5px;
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: -10px;
  transition: all 400ms ease;
  opacity: 0;
}

.category-style .list-group>li li a:hover:before {
  opacity: 1;
  margin: 0;
}

/************************************************************************************************
 EXTRASLIDER BESTSELER
 *************************************************************************************************/
.best-seller {
  position: relative;
  margin: 0;
}

.best-seller .so-extraslider {
  margin: 0;
}

.best-seller .so-extraslider .extraslider-inner {
  border: 1px solid #eee;
  padding-bottom: 0;
}

.best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
  margin: 18px 0 8px;
}

@media (min-width: 1200px) {
  .best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
    padding-left: 10px;
  }
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 {
  border-bottom: 1px solid #eee;
  margin-bottom: 2px;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left {
  float: left;
  width: 85px;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image {
  border: 0;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image:hover {
  box-shadow: none;
  opacity: 0.8;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info {
  background: transparent;
  position: static;
  color: #666;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info a {
  color: #444;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title {
  padding: 0 0 5px 0;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: normal;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a:hover {
  color: #2db2ff;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content {
  margin-left: 0;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span {
  color: #e74c3c;
  font-size: 16px;
  font-weight: bold;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span.price-old {
  font-size: 12px;
  color: #999;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .rating {
  padding: 0;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .item-title a {
  color: #2db2ff;
}

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

.best-seller .so-extraslider .owl2-controls .owl2-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 28px;
}

.best-seller .so-extraslider .owl2-controls .owl2-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 28px;
}

/*============MODULE NEWLETTER POPUP ==================*/
.newsletter #signup .show-error {
  float: left;
  padding-top: 7px;
  color: #f55;
}

.module.main-newsleter-popup .so-custom-popup {
  background-color: #fff;
  border-radius: 0px;
  padding: 0;
  background-repeat: no-repeat;
}

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

  .module.main-newsleter-popup .so-custom-popup:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .module.main-newsleter-popup .so-custom-popup:before {
    content: "";
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
}

.module.main-newsleter-popup .so-custom-popup .popup-close {
  width: 31px;
  height: 31px;
  line-height: 30px;
  border-radius: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  color: #fff;
  background-color: #2db2ff;
  border: none;
  right: 0;
  top: -31px;
}

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

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

.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: #2db2ff;
  border-color: #2db2ff;
}

.main-newsleter-popup .show-error {
  display: inline-block;
  margin-left: 0;
  position: relative;
  top: -10px;
  width: 100%;
}

/*============ 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 17px 0 8px;
  margin-right: 7px;
  position: relative;
}

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

ul.breadcrumb li:not(:last-child):after {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 13px;
  top: 0px;
  right: 0;
  position: absolute;
}

ul.breadcrumb li a {
  display: block;
  padding: 0;
  color: #999;
  text-decoration: none;
  font-size: 14px;
}

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

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

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

/*=========== BLOCK SIDEBAR ==================*/
.content-aside .product-simple {
  position: relative;
}

.content-aside .product-simple .modcontent {
  padding: 15px 10px;
}

.content-aside .product-simple .so-quickview {
  display: none;
}

.content-aside .product-simple .so-extraslider {
  margin: 0;
}

.content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
  right: 10px;
  top: 18px;
  min-width: 60px;
}

.content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots .owl2-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #222;
  margin: 0 5px;
  display: inline-block;
  float: none;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots .owl2-dot span {
  display: none;
}

.content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots .owl2-dot:hover {
  background-color: #2db2ff;
}

.content-aside .product-simple .so-extraslider .owl2-controls .owl2-dots .owl2-dot.active {
  width: 30px;
  background-color: #2db2ff;
}

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

.content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover:before,
.content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover:before {
  color: #fff;
}

.content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav>div {
  margin-top: 0;
  line-height: 28px;
}

.content-aside .product-simple .so-extraslider .owl2-controls .owl2-nav>div:before {
  position: static;
  font-weight: 400;
}

.content-aside .product-simple .so-extraslider:hover .owl2-controls {
  /*@include transform(scale(1));          
     @include effect-block-show();*/
}

.content-aside .product-simple .so-extraslider .extraslider-inner .item {
  padding-top: 0;
  border: none;
}

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner {
  border-bottom: none;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 11px;
  width: 100%;
}

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

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image {
  width: 80px;
  float: left;
  position: relative;
}

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview {
  display: none;
}

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview .btn-button {
  border: none;
  display: inline-block;
  margin-top: 0;
  padding: 0;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transform: all 0.3s ease 0s;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview .btn-button span {
  display: none;
}

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview .btn-button i,
.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview .btn-button:before {
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview .btn-button:hover {
  background-color: #2db2ff;
}

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

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

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .rating,
.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .ratings {
  margin-bottom: 0;
}

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title {
  line-height: 100%;
  margin-bottom: 5px;
  padding: 0;
}

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title a {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 18px;
}

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

.content-aside .product-simple .so-extraslider .extraslider-inner .item .item-inner:hover .item-image .so-quickview .btn-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

/*============ MODULE MEGAMENU HORIZONTAL  ==================*/
.container-megamenu.horizontal ul.megamenu .sub-menu .image-link {
  margin-bottom: 10px;
  color: #333;
}

.container-megamenu.horizontal ul.megamenu .sub-menu .image-link .figcaption {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

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

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

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

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

/*---mega menu horizontal level 1--*/
.container-megamenu.horizontal ul.megamenu>li {
  float: left;
}

.container-megamenu.horizontal ul.megamenu>li>a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  display: block;
  position: relative;
  padding: 15px 0;
  line-height: 100%;
  height: auto;
}

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

.container-megamenu.horizontal ul.megamenu>li.active>a,
.container-megamenu.horizontal ul.megamenu>li.active_menu>a {
  color: #2db2ff;
}

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

.container-megamenu.horizontal .title-feature,
.container-megamenu.horizontal ul.megamenu .title-submenu,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu,
.container-megamenu.horizontal ul.megamenu .subcategory a.title-submenu {
  line-height: 100%;
  text-transform: capitalize;
  font-weight: bold;
  color: #191919;
  padding-bottom: 12px;
  margin-bottom: 6px;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  border-bottom: 1px solid #eaeaea;
}

.container-megamenu.horizontal .content-feature li a,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item,
.container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu {
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  padding: 0 20px;
}

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

.container-megamenu.horizontal ul.megamenu>li>a strong img {
  position: absolute;
  top: -8px;
  right: 0px;
  height: auto;
}

.container-megamenu.horizontal .content-feature li.detail {
  margin-top: 20px;
}

.container-megamenu.horizontal .content-feature li.detail .lc {
  text-transform: capitalize;
  font-size: 11px;
  line-height: 100%;
}

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

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

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

.container-megamenu.horizontal ul.megamenu li .sub-menu .content img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}

.container-megamenu.horizontal ul.megamenu li .sub-menu .content .item-banner .img-banner-w {
  margin: 0 -15px;
}

.container-megamenu.horizontal ul.megamenu li .sub-menu .content .item-banner .img-banner {
  width: 50%;
  padding: 0 15px;
  float: left;
}

.container-megamenu.horizontal .sub-menu .content-feature .title-feature {
  margin-bottom: 20px;
}

.container-megamenu.horizontal .sub-menu .content-feature li {
  float: left;
  width: 33.33%;
  text-align: center;
}

.container-megamenu.horizontal .sub-menu .content-feature li a img {
  margin-bottom: 8px;
}

.container-megamenu.horizontal .sub-menu .content-feature li a span {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  font-weight: 600;
  line-height: 100%;
  margin-top: 8px;
}

.container-megamenu.horizontal .sub-menu .content-feature li a:hover span {
  color: #2db2ff;
}

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

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

.container-megamenu.horizontal ul.megamenu {
  /*.sub-menu{
     opacity: 1;
     display: block ;
     .content{
     display: block ;
     } 
     }*/
}

.container-megamenu.horizontal ul.megamenu .item-style1 {
  /*.sub-menu{
     opacity: 1;
     display: block ;
     .content{
     display: block ;
     } 
     }*/
}

.container-megamenu.horizontal ul.megamenu .item-style1 .subcategory li a {
  float: left;
  text-align: left;
}

.container-megamenu.horizontal ul.megamenu .item-style1 .sub-menu .content .hover-menu li {
  text-align: left;
  display: inline;
}

.container-megamenu.horizontal ul.megamenu .item-style1 .sub-menu .content .hover-menu li a {
  text-align: left;
}

.container-megamenu.horizontal ul.megamenu .item-style2 {
  /*.sub-menu{
     opacity: 1;
     display: block ;
     .content{
     display: block ;
     } 
     }*/
}

.container-megamenu.horizontal ul.megamenu .blog-item .sub-menu .content {
  padding: 30px 25px;
}

.container-megamenu.horizontal ul.megamenu .quicklink-menu {
  margin-left: -30px;
  margin-right: -30px;
}

.container-megamenu.horizontal ul.megamenu .quicklinks-menu {
  background-color: #ddd;
  display: inline-flex;
  width: 100%;
  padding: 25px 30px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li {
  float: left;
  line-height: 100%;
}

.container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li span {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 14px;
  font-size: 1.4rem;
  /* [8] */
  color: #222;
  font-weight: 700;
}

.container-megamenu.horizontal ul.megamenu .quicklinks-menu ul li a {
  margin-left: 5px;
}

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

.filter-shopby .table_layout,
.filter-row .table_layout {
  display: block;
}

.filter-shopby .table_cell,
.filter-row .table_cell {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: #f1f1f1 1px solid;
  display: block;
}

.filter-shopby legend,
.filter-row legend {
  border: none;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
}

.filter-shopby .checkboxes_list>li:not(:last-child),
.filter-row .checkboxes_list>li:not(:last-child),
.filter-shopby .simple_vertical_list li:not(:last-child),
.filter-row .simple_vertical_list li:not(:last-child) {
  margin-bottom: 5px;
}

.filter-shopby .color_btn,
.filter-row .color_btn {
  position: relative;
  padding-left: 32px;
}

.filter-shopby .color_btn::before,
.filter-row .color_btn::before {
  content: "";
  padding: 1px;
  background-clip: content-box;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.filter-shopby .color_btn.green::before,
.filter-row .color_btn.green::before {
  background: #269300;
}

.filter-shopby .color_btn.yellow::before,
.filter-row .color_btn.yellow::before {
  background: #fccd36;
}

.filter-shopby .color_btn.red::before,
.filter-row .color_btn.red::before {
  background: #f00;
}

.filter-shopby .color_btn.blue::before,
.filter-row .color_btn.blue::before {
  background: #018bc8;
}

.filter-shopby .color_btn.grey::before,
.filter-row .color_btn.grey::before {
  background: #b2b2b2;
}

.filter-shopby .color_btn.orange::before,
.filter-row .color_btn.orange::before {
  background: #ff7b1a;
}

.filter-shopby input[type="checkbox"]:checked+.color_btn::before,
.filter-row input[type="checkbox"]:checked+.color_btn::before {
  border-color: #333;
}

.filter-row {
  padding: 0;
}

.filter-row .table_layout {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.filter-row .table_row {
  display: table;
  width: 100%;
}

.filter-row .table_cell {
  display: table-cell;
  border-right: 1px solid #e6e6e6;
  padding: 19px;
}

.filter-row .bottom_box {
  padding: 15px 19px;
}

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

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

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

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

.range {
  margin-bottom: 15px;
}

.range>* {
  display: inline;
}

.checkboxes_list {
  color: #333;
}

.simple_vertical_list input[type="radio"],
.checkboxes_list input[type="radio"],
.simple_vertical_list input[type="checkbox"],
.checkboxes_list input[type="checkbox"] {
  display: none;
}

.simple_vertical_list input[type="radio"]+label,
.checkboxes_list input[type="radio"]+label,
.simple_vertical_list input[type="checkbox"]+label,
.checkboxes_list input[type="checkbox"]+label {
  position: relative;
  width: auto;
  margin: 0 17px 0 0;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.simple_vertical_list input[type="radio"]+label::before,
.checkboxes_list input[type="radio"]+label::before,
.simple_vertical_list input[type="checkbox"]+label::before,
.checkboxes_list input[type="checkbox"]+label::before {
  content: "";
  display: block;
  text-align: center;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  color: inherit;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

.simple_vertical_list input[type="checkbox"]+label::before,
.checkboxes_list input[type="checkbox"]+label::before {
  font-size: 12px;
}

.simple_vertical_list input[type="radio"]+label::before,
.checkboxes_list input[type="radio"]+label::before {
  border-radius: 50%;
}

.simple_vertical_list input[type="radio"]+label:empty,
.checkboxes_list input[type="radio"]+label:empty {
  width: 22px;
  padding-left: 0px;
  margin: 0px;
}

.simple_vertical_list input[type="checkbox"]:checked+label::before,
.checkboxes_list input[type="checkbox"]:checked+label::before {
  content: '\f00c';
}

.simple_vertical_list input[type="radio"]:checked+label::before,
.checkboxes_list input[type="radio"]:checked+label::before {
  content: "\f10c";
}

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

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

.button_grey:hover {
  color: white;
  background: #2db2ff;
}

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

@media (max-width: 767px) {
  .collapsed-block .tabBlockTitle {
    margin: 6px 0px;
    line-height: 20px;
  }

  .collapsed-block .tabBlockTitle .expander {
    margin: 0 10px;
    color: #333;
    font-size: 14px;
  }
}

/*============ MODULE TAGS ===================*/
.block-tags {
  margin-top: 20px;
}

.block-tags .so-popular-tag a {
  float: left;
  font-size: 13px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  line-height: 100%;
  background-color: #fff;
}

.block-tags .so-popular-tag a:hover {
  color: #fff;
  background-color: #2db2ff;
  border-color: #2db2ff;
}

/*============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: #2db2ff;
}

.box-category>ul>li:hover .head a {
  color: #fff;
}

.box-category>ul>li ul {
  margin-left: 20px;
}

.box-category>ul>li a.accordion-toggle {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #dbdbdb;
  color: #fff;
}

.box-category>ul>li a.accordion-toggle:hover {
  background-color: #2db2ff;
}

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

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

/*================ So Sticky ===============*/
@media (max-width: 1199px) {
  #content #so-groups {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

#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: #2db2ff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 100%;
  text-align: center;
  text-transform: capitalize;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  white-space: nowrap;
  width: auto;
}

#so-groups>a:hover span {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
  width: auto;
}

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

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

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

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

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

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

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

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

#content #so_popup_countdown .modal-header .close {
  font-size: 23px;
  right: 15px;
  top: 33px;
}

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

@media (min-width: 1200px) {
  body #so_popup_countdown.modal.in .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    margin: 0 auto;
    transition: none;
  }
}

body #so_popup_countdown .modal-footer #so_countdown_timer {
  /*width: 56px;
     height: 56px;*/
}

body #so_popup_countdown .modal-footer #so_countdown_timer .time-item {
  line-height: 18px;
  padding-top: 8px;
}

#so_popup_countdown .list-cates {
  background: url(../../image/bg-popupc.jpg) no-repeat;
  background-size: 100%;
}

#so_popup_countdown .list-cates ul {
  width: 64%;
  /*float: $right;
     padding: side-values(40px 20px 0 0);*/
  float: right;
  padding: 40px 20px 0 0;
  text-align: center;
}

#so_popup_countdown .list-cates ul li {
  display: inline-block;
  margin: 0 14px;
  text-align: center;
}

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

#so_popup_countdown .list-cates ul li a .icon {
  width: 87px;
  height: 87px;
  background-color: #f7e7de;
  background-image: url(../../image/icon/css_sprites.png);
  background-repeat: no-repeat;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
}

#so_popup_countdown .list-cates ul li a .icon.icon1 {
  background-position: -9px -9px;
}

#so_popup_countdown .list-cates ul li a .icon.icon2 {
  background-position: -9px -219px;
}

#so_popup_countdown .list-cates ul li a .icon.icon3 {
  background-position: -9px -429px;
}

#so_popup_countdown .list-cates ul li a .icon.icon4 {
  background-position: -9px -639px;
}

#so_popup_countdown .list-cates ul li a .icon.icon5 {
  background-position: -9px -849px;
}

#so_popup_countdown .list-cates ul li a .icon.icon6 {
  background-position: -9px -1059px;
}

#so_popup_countdown .list-cates ul li a .icon.icon7 {
  background-position: -9px -1269px;
}

#so_popup_countdown .list-cates ul li a:hover .icon {
  background-color: #2db2ff;
}

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

#so_popup_countdown .list-cates .customer a:hover {
  color: #009ef9;
}

.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: -15px;
  left: auto;
  margin: 0;
  top: -16px;
  left: auto;
  color: #fff;
  border-radius: 50%;
  border: 2px #fff solid;
  background: #333;
  height: 40px;
  line-height: 38px;
  width: 40px;
}

body .mfp-close-btn-in .mfp-close:hover {
  background: #2db2ff;
}

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

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

.quickview-w.product-view .content-product-left,
.quickview-w.product-view .content-product-right {
  width: 50%;
}

.quickview-w.product-view .content-product-left.class-honizol .thumb-video {
  display: none;
}

.so-onepagecheckout .panel-default {
  display: inline-block;
  width: 100%;
}

/*===============================================
 [SASS DIRECTORY ]
 [1] SO LATSET BLOG
 [2] SIMPLE BLOG
 [3] ARTICLE INFO
 ==============================================*/
/*============SO LATSET BLOG ==================*/
/*============ SIMPLE BLOG ==================*/
.blog-category .modcontent {
  padding: 0;
}

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

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

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

.blog-cate ul {
  margin-bottom: 0;
  padding: 10px 0;
}

.blog-cate ul li.list-group-item {
  border: none;
  padding: 5px 15px;
}

/*===============================================
 [SASS DIRECTORY ]
 [1] SO LATSET BLOG
 [2] SIMPLE BLOG
 [3] ARTICLE INFO
 ==============================================*/
/*============SO LATSET BLOG ==================*/
/*============SIMPLE BLOG ==================*/
.blog-header {
  margin-bottom: 23px;
}

.blog-header h3 {
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.blog-listitem.grid .itemBlogImg.left-block {
  display: block;
  position: relative;
}

.simple_blog-article-view .contacts-form .form-group.required .col-sm-12 {
  padding: 0;
}

.so-latest-blog .media-content .media-author {
  padding: 0 10px 0 0;
}

.so-latest-blog .content-detail {
  text-align: left;
}

.so-latest-blog .media-content .readmore {
  padding-right: 15px;
  padding-left: 0;
}

.blog-listitem.list .blog-item .itemBlogImg .article-image {
  margin: 0;
}

.mfp-image-holder .mfp-figure {
  position: relative;
}

.image-popup {
  position: relative;
  display: block;
}

.image-popup:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #2db2ff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.image-popup:after {
  content: "\f00e";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 48%;
  right: 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.image-popup:hover:before {
  opacity: 0.5;
  visibility: visible;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.image-popup:hover:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.blog-listitem {
  margin: 0 -15px 10px -15px;
}

.blog-listitem .blog-item {
  margin-bottom: 30px;
}

.blog-listitem .blog-item .itemBlogImg.left-block {
  margin-bottom: 12px;
}

.blog-listitem .blog-item .itemBlogImg.left-block a:hover img {
  opacity: 0.8;
}

.blog-listitem .blog-item .blog-content {
  text-align: left;
}

.blog-listitem .blog-item .blog-content .entry-meta {
  margin-bottom: 10px;
}

.blog-listitem .blog-item .blog-content .entry-meta .entry-author,
.blog-listitem .blog-item .blog-content .entry-meta .entry-date,
.blog-listitem .blog-item .blog-content .entry-meta .entry-comment {
  margin-right: 30px;
}

.blog-listitem .blog-item .blog-content .entry-meta .entry-author,
.blog-listitem .blog-item .blog-content .entry-meta .entry-date,
.blog-listitem .blog-item .blog-content .entry-meta .entry-comment,
.blog-listitem .blog-item .blog-content .entry-meta .entry-social {
  display: inline-block;
  font-size: 13px;
  color: #909090;
}

.blog-listitem .blog-item .blog-content .entry-meta .entry-author i,
.blog-listitem .blog-item .blog-content .entry-meta .entry-date i,
.blog-listitem .blog-item .blog-content .entry-meta .entry-comment i,
.blog-listitem .blog-item .blog-content .entry-meta .entry-social i {
  margin-right: 5px;
}

.blog-listitem .blog-item .blog-content .entry-meta .entry-author a,
.blog-listitem .blog-item .blog-content .entry-meta .entry-date a,
.blog-listitem .blog-item .blog-content .entry-meta .entry-comment a,
.blog-listitem .blog-item .blog-content .entry-meta .entry-social a {
  color: #909090;
  text-transform: capitalize;
}

.blog-listitem .blog-item .blog-content .entry-meta .entry-author a:hover,
.blog-listitem .blog-item .blog-content .entry-meta .entry-date a:hover,
.blog-listitem .blog-item .blog-content .entry-meta .entry-comment a:hover,
.blog-listitem .blog-item .blog-content .entry-meta .entry-social a:hover {
  color: #2db2ff;
}

.blog-listitem .blog-item .blog-content h4 a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #191919;
  padding: 0;
  line-height: 26px;
}

.blog-listitem .blog-item .blog-content h4 a:hover {
  color: #2db2ff;
}

.blog-listitem .blog-item .blog-content .description {
  color: #333;
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.blog-listitem .blog-item .blog-content .media-heading {
  margin: 0 0 6px;
}

.blog-listitem .blog-item .blog-content .readmore {
  display: block;
  text-transform: capitalize;
  color: #2db2ff;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  position: relative;
}

.blog-listitem .blog-item .blog-content .readmore a {
  color: #fff;
  background: #2db2ff;
  display: inline-block;
  padding: 2px 20px;
  font-weight: 500;
  position: relative;
}

.blog-listitem .blog-item .blog-content .readmore a:hover {
  background: #009ef9;
}

.blog-listitem.sidebar .blog-item .itemBlogImg.left-block {
  margin-bottom: 8px;
}

.blog-listitem.sidebar .blog-item .blog-content .entry-meta {
  margin-bottom: 3px;
}

.blog-listitem.sidebar .blog-item .blog-content .entry-meta .entry-date,
.blog-listitem.sidebar .blog-item .blog-content .entry-meta .entry-comment,
.blog-listitem.sidebar .blog-item .blog-content .entry-meta .entry-social {
  display: inline-block;
  font-size: 12px;
  color: #909090;
}

.blog-listitem.sidebar .blog-item .blog-content .media-heading {
  margin-bottom: 3px;
}

.blog-listitem.sidebar .blog-item .blog-content h4 a {
  font-size: 14px;
}

.blog-listitem.sidebar .blog-item .blog-content .description {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 20px;
}

.blog-listitem.sidebar .blog-item .blog-content .readmore {
  font-size: 12px;
}

.blog-listitem.sidebar .blog-item .blog-content .readmore a {
  padding: 0px 16px;
}

.blog-listitem.list .blog-item {
  margin-bottom: 40px;
}

.blog-listitem.list .blog-item .blog-item-inner {
  border-bottom: 1px #dedede solid;
  padding-bottom: 23px;
}

.blog-listitem.list .blog-item .itemBlogImg.left-block {
  margin-bottom: 20px;
}

.blog-listitem.list .blog-item .blog-content {
  padding-left: 70px;
  position: relative;
}

.blog-listitem.list .blog-item .blog-content .date-time {
  position: absolute;
  top: 0;
  left: 0;
  background: #2db2ff;
  text-align: center;
  color: #fff;
  width: 50px;
}

.blog-listitem.list .blog-item .blog-content .date-time .years {
  font-size: 12px;
  border-bottom: 1px #fff solid;
  line-height: 18px;
}

.blog-listitem.list .blog-item .blog-content .date-time label {
  display: block;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 -5px 0;
  padding-top: 7px;
}

.blog-listitem.list .blog-item .blog-content .date-time span {
  font-size: 15px;
  display: block;
}

.blog-listitem.list .blog-item .blog-content h4 {
  padding-top: 2px;
  margin: 0;
}

.blog-listitem.list .blog-item .blog-content h4 a {
  text-transform: capitalize;
  font-size: 18px;
}

.blog-listitem.list .blog-item .blog-content .entry-meta {
  margin-bottom: 5px;
}

.blog-listitem.list .blog-item .blog-content .description {
  color: #555;
  line-height: 25px;
  margin-bottom: 15px;
}

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

.blog-listitem.list .blog-item .blog-content .readmore a {
  background: transparent;
  color: #2db2ff;
  padding: 0 0 0 55px;
}

.blog-listitem.list .blog-item .blog-content .readmore a:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #2db2ff;
  position: absolute;
  top: 12px;
  left: 0;
}

.page-blog .content-search {
  margin-bottom: 16px;
  padding: 2px;
  position: relative;
}

.page-blog .content-search input {
  background: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  box-shadow: 0px 0px 4px #dedede !important;
  padding: 0 55px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}

.page-blog .content-search .input-group-btn {
  height: 44px;
  line-height: 44px;
  color: #909090;
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 3px;
  width: 44px;
  text-align: center;
}

.page-blog .content-search .input-group-btn button {
  border: none;
  background: transparent;
}

.product-filter-bottom.filters-blog {
  display: inline-block;
  float: none;
  width: 100%;
  padding: 15px;
  margin: 10px 0 0 !important;
  text-align: center;
  background-color: #fff;
  border: none;
}

.product-filter-bottom.filters-blog .view-mode {
  text-align: left;
}

.product-filter-bottom.filters-blog .pagination {
  margin-top: 5px;
}

.product-filter-bottom.filters-blog .pagination>li span,
.product-filter-bottom.filters-blog .pagination>li a {
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 30px;
  border-radius: 100%;
}

.blog-detail .article-image {
  margin-bottom: 27px;
}

.blog-detail .content {
  padding-bottom: 35px;
  margin-bottom: 12px;
  border-bottom: 1px #dedede solid;
}

.blog-detail .content h1 {
  font-size: 18px;
  color: #191919;
  margin: 0 0 14px 0;
}

.blog-detail .content .entry-meta {
  margin-bottom: 10px;
}

.blog-detail .content .entry-meta .entry-date {
  margin-right: 30px;
}

.blog-detail .content .entry-meta .entry-date,
.blog-detail .content .entry-meta .entry-comment {
  display: inline-block;
  font-size: 14px;
  color: #909090;
}

.blog-detail .content .entry-meta .entry-date i,
.blog-detail .content .entry-meta .entry-comment i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.blog-detail .content .entry-meta .entry-date span,
.blog-detail .content .entry-meta .entry-comment span {
  display: inline-block;
  vertical-align: middle;
}

.blog-detail .content p {
  font-size: 15px;
  color: #333;
  line-height: 25px;
}

.blog-detail .entry-tag {
  margin-bottom: 55px;
}

.blog-detail .entry-tag .tag label {
  font-size: 13px;
  color: #191919;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}

.blog-detail .entry-tag .tag a {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #333;
}

.blog-detail .entry-tag .social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.blog-detail .entry-tag .social li:last-child {
  margin-right: 0;
}

.blog-detail .entry-tag .social li:last-child a {
  background: #0050e3;
}

.blog-detail .entry-tag .social li a {
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #be0000;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 12px;
}

.blog-detail .entry-tag .social li:nth-child(2) a {
  background: #5a98ff;
}

.blog-detail .comment {
  margin-bottom: 56px;
}

.blog-detail .comment .title {
  border-bottom: 1px #dedede solid;
  margin-bottom: 30px;
}

.blog-detail .comment .title h3 {
  font-size: 16px;
  color: #191919;
  margin: 0;
  padding: 9px 0;
}

.blog-detail .comment .title ul.nav-tabs {
  border: none;
}

.blog-detail .comment .title ul.nav-tabs li {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.blog-detail .comment .title ul.nav-tabs li a {
  display: block;
  font-size: 13px;
  color: #191919;
  border: none;
  margin: 0;
  padding: 9px 0;
  position: relative;
}

.blog-detail .comment .title ul.nav-tabs li a:before {
  content: "";
  background: #2db2ff;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.blog-detail .comment .title ul.nav-tabs li:hover a,
.blog-detail .comment .title ul.nav-tabs li.active a {
  font-weight: 600;
  background: transparent;
}

.blog-detail .comment .title ul.nav-tabs li:hover a:before,
.blog-detail .comment .title ul.nav-tabs li.active a:before {
  opacity: 1;
  visibility: visible;
}

.blog-detail .comment .tab-content {
  border: none;
  padding: 0;
}

.blog-detail .comment .tab-content .tab-pane .image {
  margin-right: 30px;
}

.blog-detail .comment .tab-content .tab-pane .content-right {
  overflow: hidden;
}

.blog-detail .comment .tab-content .tab-pane .content-right textarea {
  border: 1px #dedede solid;
  width: 100%;
  margin-bottom: 12px;
  background: #fff;
  font-size: 14px;
  padding: 5px 20px;
}

.blog-detail .comment .tab-content .tab-pane .content-right input {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 15px;
  border-radius: 4px;
  background: #2db2ff;
  border: none;
  color: #fff;
}

.related-post {
  margin-bottom: 80px;
}

.related-post .title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 35px;
  overflow: hidden;
  color: #191919;
}

.related-post .media .item .content-img {
  margin-bottom: 7px;
}

.related-post .media .item .content-detail .entry-meta {
  margin-bottom: 10px;
}

.related-post .media .item .content-detail .entry-meta .entry-date {
  margin-right: 30px;
}

.related-post .media .item .content-detail .entry-meta .entry-date,
.related-post .media .item .content-detail .entry-meta .entry-comment {
  display: inline-block;
  font-size: 12px;
  color: #909090;
}

.related-post .media .item .content-detail .entry-meta .entry-date i,
.related-post .media .item .content-detail .entry-meta .entry-comment i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.related-post .media .item .content-detail .entry-meta .entry-date span,
.related-post .media .item .content-detail .entry-meta .entry-comment span {
  display: inline-block;
  vertical-align: middle;
}

.related-post .media .item .content-detail h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.related-post .media .item .content-detail h4 a {
  color: #191919;
}

.related-post .media .item .content-detail h4 a:hover {
  color: #2db2ff;
}

.related-post .media .item .content-detail .description {
  font-size: 12px;
  color: #333;
  margin-bottom: 17px;
  line-height: 18px;
}

.related-post .media .item .content-detail .readmore {
  text-transform: capitalize;
  font-size: 12px;
}

.related-post .media .item .content-detail .readmore a {
  color: #fff;
  background: #2db2ff;
  display: inline-block;
  vertical-align: top;
  padding: 0px 20px;
  font-weight: 500;
}

.related-post .media .item .content-detail .readmore a:hover {
  background: #009ef9;
}

/*============ARTICLE INFO==================*/
div.article-info .panel-body .product-thumb .image {
  margin-bottom: 20px;
}

div.article-info .entry-wrap {
  background-color: #fff;
  margin-bottom: 60px;
  border: 1px solid #eee;
  padding: 30px 30px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

div.article-info .article-title h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

div.article-info .article-sub-title .article-date {
  text-transform: uppercase;
  color: #2db2ff;
  font-weight: 600;
  font-size: 14px;
}

div.article-info .article-sub-title {
  display: inline-block;
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

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

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-comment {
  padding: 6px 0px 0 30px;
  color: #555;
}

div.article-info .article-comment i {
  color: #333;
  margin-right: 5px;
  font-size: 13px;
}

div.article-info .related-comment {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

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

div.article-info .related-comment #button-comment {
  background: #2db2ff;
  border-color: #2db2ff;
  text-transform: uppercase;
}

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

div.article-info .related-comment #button-comment:hover {
  background: #444;
  border-color: #444;
}

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

/*============ARTICLE COMMENTS==================*/
.comments {
  margin-bottom: 30px;
}

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

.comments .pull-left {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #f5f5f5;
  margin-right: 30px;
  position: relative;
  padding: 0;
}

.comments .pull-left .fa {
  font-size: 46px;
  display: block;
  text-align: center;
  margin: 25px 0;
}

.comments .pull-left img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.comments .pull-left span {
  position: absolute;
  display: inline-block;
  top: 15%;
}

.comments .media-body .media-title {
  color: #1fc0a0;
  padding-bottom: 14px;
}

.comments .media-body .media-title .username {
  font-size: 18px;
  font-style: italic;
  font-family: Georgia, sans-serif;
  display: inline-block;
  margin-right: 14px;
}

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

.comments .media-body .media-title .time .fa {
  font-size: 20px;
  margin-right: 13px;
  position: relative;
  top: 3px;
}

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

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

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

  .comments .pull-left {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }

  .comments .pull-left:before {
    font-size: 46px;
    line-height: 1em;
    top: 10px;
  }

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

  .comments .media-body .media-title time .icon {
    font-size: 20px;
    margin: 0 6px 0 0;
    position: relative;
    top: 3px;
  }
}

/*****************************************************************************
 ******                     SO Framework: Sass Garenal                   ******
 ******************************************************************************/
.wrapper-boxed .typeheader-2.navbar-compact,
.wrapper-boxed .typeheader-1.navbar-compact {
  width: 100%;
  max-width: 1650px;
}

.clearfix {
  clear: both;
}

/*================ Layout Type  ===================*/
@media (min-width: 1200px) {

  body.layout-2 .wrapper-boxed,
  body.layout-1 .wrapper-boxed,
  body.layout-2 .wrapper-iframed,
  body.layout-1 .wrapper-iframed,
  body.layout-2 .wrapper-rounded,
  body.layout-1 .wrapper-rounded {
    max-width: 1650px;
  }

  body.layout-2 .wrapper-boxed .container,
  body.layout-1 .wrapper-boxed .container,
  body.layout-2 .wrapper-iframed .container,
  body.layout-1 .wrapper-iframed .container,
  body.layout-2 .wrapper-rounded .container,
  body.layout-1 .wrapper-rounded .container {
    width: 95%;
  }
}

@media (min-width: 1200px) and (max-width: 1650px) {

  body.layout-2 .main-left,
  body.layout-2 .col-md-3.content-aside {
    width: 21%;
  }

  body.layout-2 .main-right,
  body.layout-2 #content.col-sm-9,
  body.layout-2 #content.col-md-9 {
    width: 79%;
  }
}

/* 2. STYLE OWL
 ------------------------------*/
/* 3. STYLE ALL SITE
 -------------------------------*/
body {
  color: #666;
  font-size: 12px;
  line-height: 26px;
  overflow-x: hidden;
}

header .h1,
footer .h1,
header .h2,
footer .h2,
header .h3,
footer .h3,
header .h4,
footer .h4,
header .h5,
footer .h5,
header .h6,
footer .h6,
header h1,
footer h1,
header h2,
footer h2,
header h3,
footer h3,
header h4,
footer h4,
header h5,
footer h5,
header h6,
footer h6 {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

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

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

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

img {
  max-width: 100%;
}

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

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

a {
  color: #666;
}

a:hover {
  text-decoration: none;
  color: #2db2ff;
}

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: #2db2ff;
  border-color: #2db2ff;
  color: white;
}

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

.buttonGray:hover {
  background: #2db2ff;
  border-color: #2db2ff;
  color: #fff;
}

.submit {
  margin: 1em 0;
}

select,
textarea {
  color: #666;
}

select {
  box-shadow: none;
  padding-left: 5px;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  height: auto;
  resize: none;
}

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

.filter_group input {
  display: none;
}

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

.filter_group [type=checkbox]:checked+span:before {
  color: #333;
}

/* 4. Dropdown
 -----------------------------------------------------------------*/
.shopping_cart .btn-shopping-cart .checkout {
  padding: 10px 20px;
}

.shopping_cart .dropdown-menu .content-item {
  max-height: 245px;
  overflow: auto;
}

.shopping_cart .btn-shopping-cart .added_items {
  color: #222;
}

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

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

header .dropdown-menu {
  margin: 0;
  min-width: 120px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  left: auto;
  border-radius: 0;
}

@media (min-width: 1200px) {
  header .dropdown-menu {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
}

header .dropdown-menu>li .btn-block {
  line-height: 22px;
  color: #555;
}

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

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

header .dropdown-menu .btn-block {
  border: none;
  background: transparent;
  text-align: left;
}

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

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

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

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

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

.nav-header {
  color: #667280;
}

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

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

/* 5. TABLE
 -----------------------------------------------------*/
.table thead>tr>th {
  background: #eee;
}

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

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

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

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

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

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

table tfoot td {
  text-align: right;
}

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

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

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

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

.label-mega {
  background: #ee3b27;
}

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

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

#button-review:hover {
  background: #2db2ff;
  border-color: #2db2ff;
}

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

body.layout-1 .container.banners-demo-w .module .banners a {
  width: 100%;
}

body.layout-1 .container.banners-demo-w img {
  width: inherit;
}

.main-faq {
  margin-bottom: 60px;
}

.faq-left {
  margin-bottom: 30px;
}

.faq-left .block-title {
  margin-bottom: 30px;
}

.faq-left .block-title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #191919;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

.faq-left .block-title p {
  font-size: 14px;
  color: #333;
}

.faq-right .content-search {
  margin-bottom: 30px;
  padding: 2px;
  position: relative;
}

.faq-right .content-search input {
  background: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  box-shadow: 0px 0px 4px #dedede !important;
  padding: 0 55px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}

.faq-right .content-search .input-group-btn {
  height: 44px;
  line-height: 44px;
  color: #222;
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 0;
  width: 44px;
  text-align: center;
}

.faq-right .content-search .input-group-btn button {
  border: none;
  background: transparent;
}

.faq-right .sw-newletter {
  background: url("../image/bg-new.jpg") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  padding: 49px 40px 35px 40px;
}

.faq-right .sw-newletter h3 {
  text-transform: uppercase;
  color: #191919;
  font-weight: 700;
  font-size: 22px;
}

.faq-right .sw-newletter p {
  font-size: 12px;
  max-width: 150px;
  margin: 0 auto 28px auto;
  color: #333;
  line-height: 19px;
}

.faq-right .sw-newletter form {
  margin-bottom: 60px;
}

.faq-right .sw-newletter form input,
.faq-right .sw-newletter form button {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  display: block;
  width: 100%;
  max-width: 200px;
}

.faq-right .sw-newletter form input {
  background: #f8f8f8;
  border: 1px #eee solid;
  margin: 0 auto 10px auto;
  text-align: center;
}

.faq-right .sw-newletter form button {
  background: #2db2ff;
  box-shadow: none;
  margin: 0 auto;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.faq-right .sw-newletter form button:hover {
  background: #009ef9;
}

.faq-right .sw-newletter ul {
  margin-bottom: 5px;
}

.faq-right .sw-newletter ul li {
  display: inline-block;
  vertical-algin: top;
  font-size: 16px;
  padding: 0 5px;
}

.faq-right .sw-newletter ul li a {
  color: #909090;
}

.faq-right .sw-newletter ul li a:hover {
  color: #2db2ff;
}

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: #f8f8f8;
  position: relative;
  z-index: 2;
}

ul.yt-accordion li.accordion-group h3.accordion-heading span {
  padding: 11px 10px;
  font-size: 16px;
  display: block;
  margin-left: 40px;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
}

ul.yt-accordion li.accordion-group h3.accordion-heading .fa {
  margin: 0px;
  font-family: verdana;
  font-size: 20px;
  width: 40px;
  color: #333;
  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: 30px 40px;
  background: #fff;
  color: #909090;
  border-width: 0 1px 1px 1px;
}

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 {
  background: #2db2ff;
}

ul.yt-accordion li.accordion-group h3.accordion-heading:hover span {
  color: #fff;
}

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

/*============ 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: #2db2ff;
  border-color: #2db2ff;
}

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

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

.our-member .respl-item .info-member .cl-des {
  color: #909090;
  margin-bottom: 15px;
}

.why-list li {
  position: relative;
  padding-left: 29px;
}

.why-list li:before {
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("../image/icon/icon-whylist.png");
}

.why-list li a {
  display: block;
  padding: 5px 0 7px;
  background-image: url("../image/icon/border-bottom-bs.png") repeat-x left bottom;
}

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

.happy-about-us {
  direction: ltr;
  clear: both;
  padding-top: 10px;
}

.happy-about-us .happy-ab {
  border: 1px solid #e9e9e9;
  padding: 33px 8px 20px;
}

.happy-about-us .happy-ab .title-happy-about {
  background: #fff;
  display: inline-block;
  left: 20px;
  padding: 5px 10px;
  position: absolute;
  top: -5px;
}

.happy-about-us .happy-ab .title-happy-about h2 {
  font-size: 20px;
  position: relative;
  top: -2px;
  color: #444;
  margin: 0;
}

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

.happy-about-us .happy-ab .ct-why .client-say {
  font-size: 107.69%;
  color: #909090;
  margin-bottom: 10px;
}

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

.happy-about-us .happy-ab .ct-why .client-info-about .name {
  font-size: 18px;
  color: #2db2ff;
}

.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 {
  padding-top: 49px;
}

.contact_us_v2 .map {
  margin-top: -80px;
}

.contact_us_v2 .contact-bot {
  border-top: 0px;
  max-width: 1000px;
}

.contact_us_v2 .contact-bot .form-contact {
  width: 60%;
}

.contact_us_v2 .contact-bot .form-contact h3,
.contact_us_v2 .contact-bot .form-contact p {
  text-align: left;
}

.contact_us_v2 .contact-bot .form-contact .form-group.group2 {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact_us_v2 .contact-bot .form-contact .form-group.group3 {
  width: 48%;
  float: left;
}

.contact_us_v2 .contact-bot .form-contact .buttons {
  text-align: right;
}

.contact_us_v2 .contact-bot .contact-right {
  background: url("../image/contact-right.jpg") no-repeat center center;
  color: #fff;
  padding: 38px 50px;
  width: 40%;
}

.contact_us_v2 .contact-bot .contact-right h3 {
  font-size: 24px;
  margin: 0 0 7px 0;
  text-transform: capitalize;
}

.contact_us_v2 .contact-bot .contact-right p {
  font-size: 14px;
  margin-bottom: 34px;
  color: #ddd;
}

.contact_us_v2 .contact-bot .contact-right ul.add {
  margin-bottom: 70px;
}

.contact_us_v2 .contact-bot .contact-right ul.add li {
  margin-bottom: 18px;
}

.contact_us_v2 .contact-bot .contact-right ul.add li span {
  display: block;
  color: #ddd;
}

.contact_us_v2 .contact-bot .contact-right ul.add li label {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.contact_us_v2 .contact-bot .contact-right ul.social {
  text-align: center;
}

.contact_us_v2 .contact-bot .contact-right ul.social li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.contact_us_v2 .contact-bot .contact-right ul.social li a {
  color: #fff;
  font-size: 18px;
}

.contact-top {
  margin-bottom: 98px;
}

.contact-top .item .item-wrap {
  box-shadow: 0px 1px 6px #eee;
  padding: 30px;
}

.contact-top .item .item-wrap span {
  float: left;
}

.contact-top .item .item-wrap .content {
  overflow: hidden;
  padding-left: 30px;
}

.contact-top .item .item-wrap .content h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #1d3456;
  text-transform: uppercase;
}

.contact-top .item .item-wrap .content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
  line-height: 24px;
}

.contact-bot {
  max-width: 570px;
  margin: -208px auto 125px auto;
  z-index: 9;
  position: relative;
  border-top: 4px #2db2ff solid;
  box-shadow: 0 2px 4px #eee;
}

.contact-bot .form-contact {
  background: #fff;
  padding: 38px 50px;
}

.contact-bot .form-contact h3 {
  text-align: center;
  font-size: 24px;
  color: #1d3456;
  margin: 0 0 7px 0;
}

.contact-bot .form-contact p {
  text-align: center;
  font-size: 14px;
  color: #909090;
  margin-bottom: 34px;
}

.contact-bot .form-contact .form-group {
  margin-bottom: 20px;
}

.contact-bot .form-contact .form-group input,
.contact-bot .form-contact .form-group textarea {
  background: #f8f8f8;
  border: 1px #ddd solid;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
}

.contact-bot .form-contact .form-group input {
  height: 41px;
  line-height: 41px;
}

.contact-bot .form-contact .form-group textarea {
  padding: 10px 15px;
}

.contact-bot .form-contact .buttons {
  padding-top: 8px;
}

.contact-bot .form-contact .buttons .btn {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #2db2ff;
}

.page-404 .typeheader-1 {
  border-bottom: 1px #dedede solid;
}

.main-404 {
  background: url("../image/bg-404.jpg") no-repeat center center;
  padding: 150px 0 170px 0;
}

.main-404 .content h2 {
  font-size: 200px;
  font-weight: 700;
  color: #2db2ff;
  margin: 0 0 10px 0;
}

.main-404 .content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2db2ff;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.main-404 .content p {
  font-size: 18px;
  color: #191919;
  margin: 0 0 30px 0;
}

.main-404 .content .go-home {
  font-size: 14px;
  color: #fff;
  background: #2db2ff;
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}

.main-gallery .content {
  margin-bottom: 30px;
}

.main-gallery .content .item .item-right a {
  margin-bottom: 30px;
}

.pagination {
  margin: 0 auto 80px auto;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

.pagination li {
  display: inline-block;
  vertical-align: top;
}

.pagination li a,
.pagination li span {
  border: none;
  font-size: 20px;
  color: #191919;
  padding: 4px 12px;
  border-radius: 0;
}

.pagination li.active a,
.pagination li:hover a,
.pagination li.active span,
.pagination li:hover span {
  background: #2db2ff;
  color: #fff;
  border-radius: 0;
}

.page-maintain {
  background: url("../image/maintain.jpg") no-repeat center center;
  color: #fff;
  min-height: 100vh;
}

.main-tain {
  text-align: center;
  padding-top: 200px;
}

.main-tain .logo {
  margin-bottom: 34px;
}

.main-tain h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.main-tain p {
  font-size: 20px;
  margin-bottom: 30px;
}

.main-tain .countdown {
  margin-bottom: 65px;
}

.main-tain .countdown .square {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.main-tain .countdown .digits {
  font-size: 100px;
  color: #fff;
  padding: 0 40px;
  line-height: 120px;
  font-family: 'Pacifico', cursive;
  position: relative;
}

.main-tain .countdown .digits:before {
  content: ":";
  position: absolute;
  top: -4px;
  right: -24px;
}

.main-tain .countdown .digits#cd-sec:before {
  display: none;
}

.main-tain .countdown .text {
  color: #fff;
  font-size: 26px;
}

.main-tain .sub {
  font-size: 20px;
  margin-bottom: 20px;
}

.main-tain ul li {
  display: inline-block;
  vertical-align: top;
}

.main-tain ul li a {
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
}

.main-tain ul li a:hover {
  color: #2db2ff;
}

.main-tain .mc4wp-form {
  margin-bottom: 20px;
}

.main-tain .mc4wp-form .mc4wp-form-fields {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  max-width: 480px;
  margin: 0 auto;
}

.main-tain .mc4wp-form .mc4wp-form-fields input {
  height: 52px;
  font-size: 14px;
  padding: 0 70px;
  background: transparent;
  width: 100%;
  background: url("../image/icon/icon-mail2.png") no-repeat 15px 8px;
  color: #fff;
}

.main-tain .mc4wp-form .mc4wp-form-fields input::-webkit-input-placeholder {
  color: #afafaf;
}

.main-tain .mc4wp-form .mc4wp-form-fields input::-moz-placeholder {
  color: #afafaf;
}

.main-tain .mc4wp-form .mc4wp-form-fields input:-ms-input-placeholder {
  color: #afafaf;
}

.main-tain .mc4wp-form .mc4wp-form-fields button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 21px;
  height: 21px;
  margin: 15px 20px;
  background: transparent;
  font-size: 18px;
  color: #2db2ff;
}

/*===============================================
 [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
 ==============================================*/
.container-slider .price {
  color: #2db2ff;
}

/*============ BOX SALE,NEW ==============*/
.label-bolt {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 0;
  background: url("../image/icon/icon-bolt.png") no-repeat center center;
}

.label-product {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 7;
  border-radius: 50%;
  line-height: 45px;
  position: absolute;
  top: 20px;
}

.label-sale {
  background: #63c54c;
  right: 20px;
}

.label-sale:before {
  content: "";
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #63c54c;
  position: absolute;
  top: -6px;
  right: -6px;
  transform: rotate(30deg);
}

.label-new {
  background: #ed3f46;
  left: 20px;
}

.label-new:before {
  content: "";
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #ed3f46;
  position: absolute;
  top: -6px;
  left: -6px;
  transform: rotate(-30deg);
}

.label-new:after {
  display: none;
}

.label-percent {
  padding: 2px 5px;
  background: #2db2ff;
  font-size: 13px;
  font-weight: normal;
}

/*============ BOX RATING ==============*/
.ratings {
  display: inline-block;
  color: #666;
}

.rate-history .ratings,
.rate-history .order-num {
  display: inline-block;
  color: #666;
}

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

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

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

.rate-history .order-num:before {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}

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

.rating .rating-box,
.ratings .rating-box {
  display: inline-block;
  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: #ffc12d;
}

span.fa-stack {
  width: 14px;
  height: 14px;
  line-height: 14px;
}

span.fa-stack .fa-star-o:before {
  content: "\f005";
  color: #bbb;
}

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

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

/*------------------PRODUCT GRID ====================*/
/*----------------PRODUCT LIST ------------------*/
.products-list .product-layout .item .item-block .image a img {
  width: 100%;
}

@media (max-width: 991px) {
  .btn-button.quickview {
    display: none !important;
  }
}

.products-list.list-masonry .product-layout .product-item-container,
.products-list.grid .product-layout .product-item-container {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px;
  background: #fff;
  z-index: 1;
}

.products-list.list-masonry .product-layout .product-item-container iframe,
.products-list.grid .product-layout .product-item-container iframe {
  width: 100%;
}

.products-list.list-masonry .product-layout .product-item-container .left-block,
.products-list.grid .product-layout .product-item-container .left-block {
  position: relative;
  width: 100%;
  text-align: center;
}

.products-list.list-masonry .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item,
.products-list.grid .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item {
  background: rgba(0, 0, 0, 0.7);
}

.products-list.list-masonry .product-layout .product-item-container .left-block .product-image-container a:before,
.products-list.grid .product-layout .product-item-container .left-block .product-image-container a:before {
  display: inline-block;
  content: '';
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.products-list.list-masonry .product-layout .product-item-container .left-block .text-location,
.products-list.grid .product-layout .product-item-container .left-block .text-location {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0 15px;
  border-radius: 3px;
  bottom: 20px;
  left: 20px;
}

.products-list.list-masonry .product-layout .product-item-container .left-block .text-location span,
.products-list.grid .product-layout .product-item-container .left-block .text-location span {
  position: relative;
  padding-left: 15px;
}

.products-list.list-masonry .product-layout .product-item-container .left-block .text-location span:before,
.products-list.grid .product-layout .product-item-container .left-block .text-location span:before {
  content: "\f041";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: -5px;
}

.products-list.list-masonry .product-layout .product-item-container .right-block,
.products-list.grid .product-layout .product-item-container .right-block {
  width: 100%;
  text-align: left;
  clear: both;
  padding: 0 20px;
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption,
.products-list.grid .product-layout .product-item-container .right-block .caption {
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption h4,
.products-list.grid .product-layout .product-item-container .right-block .caption h4 {
  border-bottom: 1px solid #e1e1e1;
  margin: 17px 0 15px;
  padding-bottom: 15px;
  line-height: 18px;
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption h4 a,
.products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption h4 a:hover,
.products-list.grid .product-layout .product-item-container .right-block .caption h4 a:hover {
  color: #2db2ff;
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption .ratings,
.products-list.grid .product-layout .product-item-container .right-block .caption .ratings {
  display: none;
}

.products-list.list-masonry .product-layout .product-item-container .button-group,
.products-list.grid .product-layout .product-item-container .button-group {
  position: absolute;
  top: 20%;
  text-align: center;
  z-index: 100;
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  left: auto;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .button-inner,
.products-list.grid .product-layout .product-item-container .button-group .button-inner {
  display: table;
  margin: 0 auto;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button,
.products-list.grid .product-layout .product-item-container .button-group .btn-button {
  margin-bottom: 10px;
  z-index: 5;
  -webkit-transform: translate(55px, 0);
  -ms-transform: translate(55px, 0);
  transform: translate(55px, 0);
  opacity: 1;
  height: 35px;
  width: 35px;
  font-size: 14px;
  color: #222;
  line-height: 35px;
  padding: 0;
  text-align: center;
  background-color: #fff;
  border: none;
  position: relative;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.addToCart,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.addToCart {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  position: relative;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.addToCart:before,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.addToCart:before {
  content: "";
  position: absolute;
  top: 8px;
  width: 18px;
  height: 18px;
  background: #fff url("../image/icon/icon-cart-1.png") no-repeat center center;
  left: 9px;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.addToCart:hover:before,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.addToCart:hover:before {
  background: #2db2ff url("../image/icon/icon-cart-2.png") no-repeat center center;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.wishlist,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.wishlist {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.compare,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.compare {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.quickview,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.quickview {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.quickview i,
.products-list.grid .product-layout .product-item-container .button-group .btn-button.quickview i {
  line-height: 35px;
}

.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button:hover,
.products-list.grid .product-layout .product-item-container .button-group .btn-button:hover {
  background: #2db2ff;
  color: #fff;
}

.products-list.list-masonry .product-layout .product-item-container:hover .btn-button,
.products-list.grid .product-layout .product-item-container:hover .btn-button {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-18px, 0);
  -ms-transform: translate(-18px, 0);
  transform: translate(-18px, 0);
}

.products-list.list-masonry .product-layout .product-item-container:hover .left-block .product-image-container a:before,
.products-list.grid .product-layout .product-item-container:hover .left-block .product-image-container a:before {
  opacity: 1;
  visibility: visible;
}

/*====================PRODUCT CATEGORY ====================*/
.products-category .products-list {
  margin-bottom: 30px;
}

.products-category .products-list .item .item-block .item-content .des {
  display: none;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.products-category .products-list.list .product-layout {
  width: 100%;
}

.products-category .products-list.list .item {
  padding: 0;
}

.products-category .products-list.list .item .label-hot,
.products-category .products-list.list .item .label-rate {
  display: none;
}

.products-category .products-list.list .item .item-block {
  border: none;
  margin-bottom: 30px;
  box-shadow: 0px 0px 8px #eee;
  overflow: hidden;
}

.products-category .products-list.list .item .item-block .image {
  width: 300px;
  float: left;
}

.products-category .products-list.list .item .item-block .item-content {
  overflow: hidden;
  clear: none;
  border: none;
}

.products-category .products-list.list .item .item-block .item-content .reviews-content {
  display: none;
}

.products-category .products-list.list .item .item-block .item-content ul {
  margin-bottom: 12px;
}

.products-category .products-list.list .item .item-block .item-content ul:before {
  display: none;
}

.products-category .products-list.list .item .item-block .item-content .des {
  display: block;
}

.products-category .products-list.list .item .item-block .item-content .book-now {
  background: #2db2ff;
  color: #fff;
  font-size: 12px;
}

.products-category .products-list.list .item .item-block .item-content .book-now:hover {
  background: #ededed;
  color: #333;
}

.title-category {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 18px;
  font-size: 1.8rem;
  /* [8] */
  text-transform: uppercase;
  color: #222;
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
}

.title-category:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #2db2ff;
  bottom: -2px;
  left: 0;
}

/*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: 120px;
  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: #2db2ff;
  border-color: #2db2ff;
  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: #555;
  display: block;
}

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

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

/*TOOLBAR LISTING TOP*/
#content.col-sm-6 .product-compare {
  display: none;
}

.filters-panel {
  font-size: 13px;
  border-radius: 0px;
  margin-bottom: 40px;
  background: #f8f8f8;
  padding: 10px 20px;
}

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

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

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

.filters-panel.product-filter-bottom {
  background: transparent;
  padding: 0;
}

.filters-panel .pagination {
  margin: 0;
  text-align: right;
}

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

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

.filters-panel .list-view .btn-gridview {
  border: none;
  float: left;
  padding: 0 5px;
  font-size: 13px;
}

.filters-panel .list-view button.btn {
  margin: 0px;
  float: left;
  width: 30px;
  height: 33px;
  line-height: 34px;
  background: transparent;
  text-align: center;
  padding: 0;
  border-radius: 0px !important;
  border: none;
}

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

.filters-panel .list-view button.btn:hover,
.filters-panel .list-view button.btn.active {
  box-shadow: none;
}

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

.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: 13px;
  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: #2db2ff;
  border-color: #2db2ff;
  color: #fff;
}

.filters-panel .form-control,
.filters-panel .btn {
  height: 33px;
  line-height: 33px;
  padding: 0px 12px;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 0px;
  background-color: #fff;
}

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

.filters-panel .form-group .control-label {
  color: #909090;
}

.filters-panel .form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e5e5e5;
  height: 33px;
  color: #909090;
  line-height: 33px;
  padding: 0px 20px 0 10px;
  background-color: #fff;
}

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

.filters-panel .short-by {
  float: right;
  position: relative;
}

.filters-panel .short-by:before {
  content: "\f0d7";
  position: absolute;
  top: 3px;
  right: 12px;
  color: #333;
  font-family: fontawesome;
}

.filters-panel .short-by-show {
  text-align: center;
}

.filters-panel .short-by-show .form-group select.form-control {
  border-radius: 4px;
  font-size: 13px;
}

.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: #2db2ff;
  background-color: #2db2ff;
  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-listing .product-grid .so-productlist-colorswatch {
  position: absolute;
  top: -10px;
  width: 100%;
}

@media (min-width: 992px) {
  .desktop-offcanvas .sidebar-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9998;
  }

  .desktop-offcanvas .sidebar-offcanvas {
    padding-left: 15px !important;
    padding-right: 10px !important;
    background: #fff;
    width: 300px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    overflow-x: scroll;
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    transition: all 300ms ease-in-out;
    padding-top: 40px;
    margin: 0px;
  }

  .desktop-offcanvas .sidebar-offcanvas #close-sidebar {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 16px;
    display: block;
  }

  .desktop-offcanvas .sidebar-offcanvas #close-sidebar:hover {
    cursor: pointer;
    color: #f00;
  }

  .desktop-offcanvas .sidebar-offcanvas.right_column {
    right: -100%;
  }

  .desktop-offcanvas .sidebar-offcanvas.left_column {
    left: -100%;
  }

  .desktop-offcanvas .sidebar-offcanvas.left_column.active {
    left: 0;
  }

  .desktop-offcanvas .sidebar-offcanvas.right_column.active {
    right: 0;
  }
}

.product-detail .open-sidebar,
.product-listing .open-sidebar {
  display: inline-block;
  border: 2px solid #999;
  padding: 3px 15px;
  letter-spacing: 1px;
  line-height: 23px;
  font-size: 10px;
  vertical-align: top;
  text-transform: uppercase;
}

.product-detail .open-sidebar:hover,
.product-listing .open-sidebar:hover {
  border-color: #2db2ff;
}

.product-detail .best-seller {
  margin-bottom: 30px;
}

.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;
  border-radius: 6px;
}

.mfp-iframe-holder button.mfp-arrow {
  display: none !important;
}

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

.product-layout.product-table .product-item-container .seller_logo {
  transform: unset;
  position: static;
}

@media (min-width: 1200px) and (max-width: 1649px) {
  .product-grid.product-grid-5 .countdown_box {
    display: none;
  }

  #product-related .countdown_box {
    display: none;
  }

  .product-layout .product-item-container .seller_logo {
    right: 5px;
  }
}

/*============ Category  Featured ==============*/
.category-featured {
  margin: 0;
}

@media (min-width: 1200px) {
  .category-featured .wap-listing-tabs {
    height: 245px;
    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: #2db2ff;
}

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

.category-featured .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2db2ff;
  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: #2db2ff;
  border-color: #2db2ff;
}

.category-featured .ltabs-wrap .wap-listing-tabs .owl2-controls .owl2-dots {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

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

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

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

.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: 14px;
  font-weight: 500;
}

.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: #2db2ff;
  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: #2db2ff;
  border-color: #2db2ff;
}

.category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .addToCart {
  font-size: 12px;
  color: #444;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  padding: 10px 20px;
  line-height: 100%;
  margin-top: 10px;
  border: 1px solid #ebebeb;
}

.category-featured .ltabs-wrap .wap-listing-tabs .product-item-container .right-block .addToCart:hover {
  background-color: #2db2ff;
  color: #fff;
  border-color: #2db2ff;
}

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

.module-search {
  background: #fff;
  box-shadow: 0 0 8px #dedede;
  padding: 28px 20px 37px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.module-search h3 {
  margin: 0 0 26px 0;
  font-size: 18px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.module-search form .search-item {
  margin-bottom: 20px;
  position: relative;
}

.module-search form .search-item input,
.module-search form .search-item select {
  width: 100%;
  background: #f8f8f8;
  color: #909090;
  font-size: 14px;
  padding: 7px 15px;
}

.module-search form .search-item input::-webkit-input-placeholder {
  color: #909090;
}

.module-search form .search-item input::-moz-placeholder {
  color: #909090;
}

.module-search form .search-item input:-ms-input-placeholder {
  color: #909090;
}

.module-search form .search-item.city:before {
  content: "\f041";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-size: 15px;
}

.module-search form .search-item.date:before {
  content: "\f073";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 5px;
  right: 18px;
  font-size: 15px;
}

.module-search form .search-item.item-select:before {
  content: "\f0d7";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 5px;
  right: 22px;
  font-size: 14px;
}

.module-search form .search-item.item-budget:before {
  content: "\f155";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 5px;
  right: 22px;
  font-size: 14px;
}

.module-search form .search-item.item-budget input::-webkit-outer-spin-button,
.module-search form .search-item.item-budget input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.module-search form .search-item.item-budget input[type=number] {
  -moz-appearance: textfield;
}

.module-search form .button {
  padding: 7px 15px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  width: 100%;
}

.module-search form .button:hover {
  background: #009ef9;
}

.module-travel {
  margin-bottom: 20px;
  background: #f8f8f8;
  padding: 21px 0;
}

.module-travel h3 {
  font-size: 18px;
  color: #191919;
  text-transform: capitalize;
  padding: 0 20px;
  border-bottom: 1px #fff solid;
  margin: 0 0 12px 0;
  padding-bottom: 15px;
}

.module-travel ul {
  padding: 0 20px;
}

.module-travel ul li {
  overflow: hidden;
}

.module-travel ul li a {
  color: #555;
  font-size: 14px;
  display: block;
  padding: 3px 0;
  overflow: hidden;
}

.module-travel ul li a span {
  float: left;
}

.module-travel ul li a span:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 7px 8px 0 1px;
  outline-color: #ddd;
  outline-style: solid;
  outline-width: thin;
}

.module-travel ul li a label {
  float: right;
  margin: 0;
}

.module-travel ul li:hover a,
.module-travel ul li.active a {
  color: #2db2ff;
}

.module-travel ul li:hover a span:before,
.module-travel ul li.active a span:before {
  background: #2db2ff;
  outline-color: #2db2ff;
  border: 1px #fff solid;
}

.module-archive {
  margin-bottom: 20px;
  background: #f8f8f8;
  padding: 21px 0;
}

.module-archive h3 {
  font-size: 18px;
  color: #191919;
  text-transform: capitalize;
  padding: 0 20px;
  border-bottom: 1px #fff solid;
  margin: 0 0 7px 0;
  padding-bottom: 15px;
}

.module-archive ul {
  padding: 0 20px;
}

.module-archive ul li {
  overflow: hidden;
}

.module-archive ul li a {
  color: #909090;
  font-size: 14px;
  display: block;
  padding: 2px 0;
  overflow: hidden;
}

.module-archive ul li a i {
  margin-right: 8px;
  font-size: 11px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}

.module-archive ul li:hover a,
.module-archive ul li.active a {
  color: #2db2ff;
}

.module-tag {
  margin-bottom: 20px;
  background: #f8f8f8;
  padding: 21px 0 11px 0;
}

.module-tag h3 {
  font-size: 18px;
  color: #191919;
  text-transform: capitalize;
  padding: 0 20px;
  border-bottom: 1px #fff solid;
  margin: 0 0 12px 0;
  padding-bottom: 15px;
}

.module-tag ul {
  padding: 0 20px;
}

.module-tag ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 10px 0;
}

.module-tag ul li a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 0px 15px;
  background: #c2c2c2;
}

.module-tag ul li:hover a,
.module-tag ul li.active a {
  background: #2db2ff;
}

.module-rate {
  margin-bottom: 20px;
  background: #f8f8f8;
  padding: 20px 0;
}

.module-rate h3 {
  font-size: 18px;
  color: #191919;
  text-transform: capitalize;
  padding: 0 20px;
  border-bottom: 1px #fff solid;
  margin: 0 0 13px 0;
  padding-bottom: 15px;
}

.module-rate ul {
  padding: 0 20px;
}

.module-rate ul li {
  overflow: hidden;
}

.module-rate ul li a {
  color: #555;
  font-size: 14px;
  display: block;
  padding: 3px 0 3px 20px;
  overflow: hidden;
  position: relative;
}

.module-rate ul li a:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #fff;
  margin: 9px 1px 0 1px;
  outline-color: #ddd;
  outline-style: solid;
  outline-width: thin;
  position: absolute;
  top: 0;
  left: 0;
}

.module-rate ul li a .star {
  background: url("../image/icon/star1.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 15px;
  margin: 5px 0 0 0;
  overflow: hidden;
  position: relative;
  width: 75px;
}

.module-rate ul li a .star span {
  background: url("../image/icon/star-active.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  left: 0;
  top: 0;
  overflow: hidden;
  padding-top: 16px;
  position: absolute;
}

.module-rate ul li a label {
  float: right;
  margin: 0;
}

.module-rate ul li:hover a,
.module-rate ul li.active a {
  color: #2db2ff;
}

.module-rate ul li:hover a:before,
.module-rate ul li.active a:before {
  background: #2db2ff;
  outline-color: #2db2ff;
  border: 1px #fff solid;
}

.module-ques {
  color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 25px 20px 20px 20px;
  background-color: #2db2ff;
  background-image: linear-gradient(-90deg, #797bd5, #2db2ff);
}

.module-ques h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 0 8px 0;
}

.module-ques p {
  font-size: 12px;
  line-height: 22px;
}

.module-ques ul li {
  font-size: 14px;
  font-weight: 500;
}

.module-ques ul li i {
  margin-right: 10px;
}

.module-ques ul li:first-child i {
  font-size: 16px;
}

.module-pop {
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}

.module-pop h3 {
  font-size: 16px;
  color: #fff;
  background: #2db2ff;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  margin: 0;
}

.module-pop .item {
  background: #f8f8f8;
  border-bottom: 1px #dedede solid;
  padding: 20px 20px 16px 20px;
}

.module-pop .item:last-child {
  border-bottom: none;
}

.module-pop .item .image {
  margin-bottom: 14px;
}

.module-pop .item .content h4 {
  font-size: 13px;
  margin: 0 0 6px 0;
}

.module-pop .item .content h4 a {
  color: #333;
}

.module-pop .item .content h4 a:hover {
  color: #2db2ff;
}

.module-pop .item .content p {
  font-size: 13px;
  color: #909090;
  margin-bottom: 0;
  line-height: 20px;
}

.detail-content {
  margin-top: -186px;
}

.detail-content .view-top {
  margin-bottom: 16px;
}

.detail-content .view-top a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
  border-radius: 20px;
  padding: 0 20px;
}

.detail-content .view-top a i {
  margin-right: 5px;
}

.detail-content h1 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 15px 0;
}

.detail-content .box-meta {
  margin-bottom: 15px;
}

.detail-content .box-meta li {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  font-size: 14px;
  color: #fff;
}

.detail-content .box-meta li:last-child {
  margin-right: 0;
}

.detail-content .box-meta li .star {
  background: url(../image/icon/star1.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 15px;
  margin: 5px 10px 0 0;
  overflow: hidden;
  position: relative;
  width: 75px;
}

.detail-content .box-meta li .star span {
  background: url(../image/icon/star-active.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  left: 0;
  top: 0;
  overflow: hidden;
  padding-top: 16px;
  position: absolute;
}

.detail-content .box-meta li i {
  margin-right: 10px;
}

.detail-content .box-meta li a {
  font-size: 14px;
  color: #fff;
}

.detail-content .box-meta li a:hover {
  color: #2db2ff;
}

.detail-content .content-tabs {
  background: #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  padding: 0 20px;
}

.detail-content .top-tab {
  padding: 0 20px;
  border-radius: 4px 4px 0 0;
  background: #fff;
}

.detail-content .nav-tabs {
  border-bottom: 1px #dedede solid;
}

.detail-content .nav-tabs li {
  margin: 0 20px 0 0;
}

.detail-content .nav-tabs li a {
  font-size: 14px;
  color: #555;
  border-radius: 0px;
  vertical-align: top;
  padding: 14px 0;
  border: none;
  font-weight: 500;
}

.detail-content .nav-tabs li a:focus {
  background: transparent;
}

.detail-content .nav-tabs li:hover a,
.detail-content .nav-tabs li.current a {
  color: #191919;
  border: none;
  background: transparent;
  position: relative;
}

.detail-content .nav-tabs li:hover a:before,
.detail-content .nav-tabs li.current a:before {
  content: "";
  height: 2px;
  background: #2db2ff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

.detail-content .tab-content {
  border: none;
  padding: 31px 0;
}

.detail-content .tab-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 33px;
}

.tour-single.sticky .sticky-content {
  position: sticky;
  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: 70px;
  background: #fff;
  width: 100%;
  padding: 35px 0 0 0;
  z-index: 9;
}

.tour-single.sticky .sticky-content h1 {
  color: #191919;
}

.tour-single.sticky .sticky-content .box-meta li {
  color: #909090;
}

.tour-single.sticky .sticky-content .box-meta li a {
  color: #909090;
}

.tour-single.sticky .sticky-content .box-meta li a:hover {
  color: #2db2ff;
}

.tour-single.sticky .module-search2 {
  position: sticky;
  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: 70px;
  background: #fff;
  width: 100%;
  padding: 35px 0 0 0;
  z-index: 9;
}

.tour-single.sticky .module-search2 h3 {
  border-radius: 5px 5px 0 0;
}

.location-wee {
  margin-bottom: -100px;
}

.location-wee li {
  font-size: 14px;
  color: #909090;
  overflow: hidden;
  padding: 7px 20px;
}

.location-wee li label {
  color: #333;
  width: 33%;
  float: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.location-wee li .item {
  width: 67%;
  float: left;
}

.location-wee li .item a {
  color: #2db2ff;
}

.location-wee li .item .info {
  margin-bottom: 6px;
}

.location-wee li .item .info:last-child {
  margin-bottom: 0;
}

.location-wee li .item .info i {
  color: #2db2ff;
  margin-right: 10px;
}

.location-wee li .item .info2 {
  margin-bottom: 5px;
}

.location-wee li .item .info2:last-child {
  margin-bottom: 0;
}

.location-wee li .item .info2 i {
  color: #ff6868;
  margin-right: 10px;
}

.location-wee li:nth-child(2n+1) {
  background: #f8f8f8;
}

.tour-plan {
  padding-top: 200px;
  margin-bottom: -100px;
}

.tour-plan h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  color: #191919;
  margin: 0 0 20px 0;
}

.tour-plan .item-content {
  padding-left: 80px;
  position: relative;
}

.tour-plan .item-content:before {
  content: "";
  width: 1px;
  height: 100%;
  border-width: 0 1px 0 0;
  border-style: dashed;
  border-color: #2db2ff;
  position: absolute;
  top: 0;
  left: 25px;
}

.tour-plan .item-content .title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
  padding-top: 14px;
}

.tour-plan .item-content .title span {
  position: absolute;
  left: -75px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  background: #2db2ff;
  color: #fff;
  z-index: 3;
}

.tour-plan .item-content .title:after {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px #2db2ff dashed;
  position: absolute;
  left: -80px;
  top: 0;
  border-radius: 50%;
  background: #fff;
}

.tour-plan .item-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.tour-plan .item-content ul {
  padding-left: 30px;
  margin-bottom: 23px;
}

.tour-plan .item-content ul li {
  font-size: 14px;
  color: #909090;
}

.tour-plan .item-content ul li:last-child {
  margin-bottom: 0;
}

.tour-plan .item-content ul li label {
  font-size: 14px;
  color: #555;
  font-weight: 600;
  position: relative;
  margin: 0;
}

.tour-plan .item-content ul li label:before {
  content: "\f111";
  font-family: fontawesome;
  color: #2db2ff;
  font-size: 5px;
  position: absolute;
  top: 1px;
  left: -12px;
}

.tour-map {
  padding-top: 200px;
  margin-bottom: -140px;
}

.tour-map h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  color: #191919;
  margin: 0 0 20px 0;
}

.tour-amen {
  padding-top: 220px;
  margin-bottom: -140px;
}

.tour-amen h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  color: #191919;
  margin: 0 0 8px 0;
}

.tour-amen ul li {
  font-size: 16px;
  color: #909090;
  width: 33.3%;
  float: left;
  padding: 7px 0;
}

.tour-amen ul li i {
  color: #6ac259;
  margin-right: 10px;
}

.tour-review {
  padding-top: 220px;
}

.tour-review h3 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  color: #191919;
  margin: 0 0 35px 0;
}

.tour-review form .image {
  width: 60px;
  float: left;
  margin-right: 30px;
}

.tour-review form .content-right {
  overflow: hidden;
  margin-bottom: 30px;
}

.tour-review form .content-right textarea {
  font-size: 16px;
  color: #909090;
  width: 100%;
  border: 1px #dedede solid;
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 18px;
}

.tour-review form .content-right .rate {
  float: left;
}

.tour-review form .content-right .rate label {
  font-size: 16px;
  color: #909090;
  font-style: italic;
  float: left;
  margin-right: 15px;
}

.tour-review form .content-right .rate .star {
  background: url("../image/icon/star3.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 15px;
  margin: 5px 0 0 0;
  overflow: hidden;
  position: relative;
  width: 80px;
}

.tour-review form .content-right .rate .star span {
  background: url("../image/icon/star4.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  left: 0;
  top: 0;
  overflow: hidden;
  padding-top: 14px;
  position: absolute;
}

.tour-review form .content-right input {
  font-size: 16px;
  color: #fff;
  background: #2db2ff;
  height: 35px;
  line-height: 34px;
  font-weight: 600;
  border-radius: 17px;
  padding: 0 30px;
  border: none;
  float: right;
  margin: 0;
}

.tour-review .comment {
  border-top: 1px #dedede solid;
  padding-top: 34px;
}

.tour-review .comment .item .image {
  width: 60px;
  float: left;
  margin-right: 30px;
}

.tour-review .comment .item .info {
  overflow: hidden;
}

.tour-review .comment .item .info .name {
  overflow: hidden;
}

.tour-review .comment .item .info .name .rate {
  float: left;
}

.tour-review .comment .item .info .name .rate label {
  font-size: 14px;
  color: #333;
  float: left;
  font-weight: 600;
  text-transform: capitalize;
  margin: 1px 15px 0 0;
}

.tour-review .comment .item .info .name .rate .star {
  background: url("../image/icon/star3.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 15px;
  margin: 5px 0 0 0;
  overflow: hidden;
  position: relative;
  width: 80px;
}

.tour-review .comment .item .info .name .rate .star span {
  background: url("../image/icon/star4.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  left: 0;
  top: 0;
  overflow: hidden;
  padding-top: 14px;
  position: absolute;
}

.tour-review .comment .item .info .name>span {
  font-style: italic;
  color: #2db2ff;
  font-size: 14px;
  padding: 0 1px;
}

.tour-review .comment .item .info p {
  font-size: 14px;
  color: #909090;
}

.tour-review .comment .item:last-child .info p {
  margin-bottom: 0;
}

.module-why {
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 40px;
}

.module-why h3 {
  font-size: 14px;
  color: #333;
  margin: 18px 0 10px 0;
  font-weight: 600;
  padding: 0 20px;
}

.module-why ul li {
  color: #909090;
  font-size: 13px;
  border-bottom: 1px #dedede dashed;
  padding: 9px 20px;
}

.module-why ul li:last-child {
  border-bottom: none;
}

.module-why ul li i {
  margin-right: 10px;
  color: #ff7d26;
  width: 12px;
  text-align: center;
}

.right_column .module-ques {
  margin-bottom: 40px;
}

.module-search2 {
  margin-bottom: 40px;
  border-radius: 4px;
  margin-top: -46px;
}

.module-search2 h3 {
  color: #fff;
  background: #1d3456;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.module-search2 h3 label {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

.module-search2 h3 span {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  padding-left: 5px;
}

.module-search2 h3 span:before {
  content: "/";
  position: absolute;
  left: -1px;
  top: -4px;
  font-size: 18px;
}

.module-search2 form {
  padding: 20px 20px 24px 20px;
  box-shadow: 0 2px 6px #ddd;
}

.module-search2 form .search-item {
  margin-bottom: 10px;
}

.module-search2 form .search-item input,
.module-search2 form .search-item select {
  font-size: 14px;
  color: #909090;
  background: #fff;
  border-radius: 4px;
  border: 1px #dedede solid;
  width: 100%;
  padding: 5px 20px;
}

.module-search2 form .search-item.item-select {
  margin-bottom: 20px;
}

.module-search2 form .item-avai {
  padding: 0 20px;
  margin-bottom: 10px;
  color: #909090;
}

.module-search2 form .item-avai span {
  color: #2db2ff;
  font-weight: 500;
}

.module-search2 form ul {
  border-top: 1px #dedede dashed;
  padding: 20px 0;
}

.module-search2 form ul li {
  overflow: hidden;
}

.module-search2 form ul li span {
  font-size: 14px;
  color: #909090;
  float: left;
}

.module-search2 form ul li label {
  font-size: 14px;
  color: #191919;
  margin-bottom: 0;
  float: right;
  font-weight: 500;
}

.module-search2 form .button-submit {
  text-align: center;
}

.module-search2 form .button-submit button {
  background-image: linear-gradient(to right, #2eb9f6, #32dfcb);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 4px 25px;
  width: 100%;
}

.destination-chose {
  margin-bottom: 38px;
}

.destination-chose .item {
  margin-bottom: 40px;
}

.destination-chose .item .item-block {
  position: relative;
}

.destination-chose .item .item-block:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40%;
  z-index: 1;
  background: -webkit-linear-gradient(left top, #000, transparent);
  background: -o-linear-gradient(bottom right, #000, transparent);
  background: -moz-linear-gradient(bottom right, #000, transparent);
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.8;
}

.destination-chose .item .item-block .image {
  position: relative;
}

.destination-chose .item .item-block .image a {
  display: block;
  overflow: hidden;
}

.destination-chose .item .item-block .image a img {
  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;
}

.destination-chose .item .item-block .image .price {
  font-size: 18px;
  color: #2db2ff;
  font-weight: 700;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 32px;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 16px;
}

.destination-chose .item .item-block .image a img {
  width: 100%;
}

.destination-chose .item .item-block .item-content {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  padding: 10px 20px;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.destination-chose .item .item-block .item-content .item-title {
  color: #fff;
}

.destination-chose .item .item-block .item-content h3 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}

.destination-chose .item .item-block .item-content h3 a {
  color: #fff;
}

.destination-chose .item .item-block .item-content span {
  font-size: 12px;
  text-transform: capitalize;
}

.destination-chose .item .item-block .item-content .view-all a {
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
}

.destination-chose .item .item-block:hover:before {
  background: -webkit-linear-gradient(left top, #2db2ff, transparent);
  background: -o-linear-gradient(bottom right, #2db2ff, transparent);
  background: -moz-linear-gradient(bottom right, #2db2ff, transparent);
  background: linear-gradient(to top, #2db2ff, transparent);
}

.destination-chose .item .item-block:hover .image a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  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;
}

.destination-chose .item .item-block:hover .item-content {
  bottom: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.destination-tour .so-deals {
  margin-top: -309px;
}

.destination-tour .so-deals .owl2-stage-outer {
  margin-right: -999px;
}

.destination-tour .head-title .block-title h3 {
  color: #fff;
}

.destination-tour .owl2-controls .owl2-nav .owl2-prev {
  display: block !important;
  right: 20px;
  position: absolute;
  top: -65px;
  font-size: 35px;
  color: #fff;
}

.destination-tour .owl2-controls .owl2-nav .owl2-prev:hover {
  color: #2db2ff;
}

.destination-tour .owl2-controls .owl2-nav .owl2-next {
  display: block !important;
  right: 0;
  position: absolute;
  top: -65px;
  font-size: 35px;
  color: #fff;
}

.destination-tour .owl2-controls .owl2-nav .owl2-next:hover {
  color: #2db2ff;
}

.destination-detail .content-aside {
  padding-top: 40px;
}

.destination-detail .content-aside .image-top {
  margin-bottom: 40px;
}

.destination-content {
  margin-top: -159px;
}

.destination-content .view-top {
  margin-bottom: 16px;
}

.destination-content .view-top a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  background: rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
  border-radius: 20px;
  padding: 0 20px;
}

.destination-content .view-top a i {
  margin-right: 5px;
}

.destination-content h1 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 35px 0;
}

.destination-content .destination-top {
  background: #fff;
  border-radius: 4px 4px 0 0;
  padding: 19px 20px;
}

.destination-content .destination-top p {
  font-size: 14px;
  color: #555;
  margin-bottom: 23px;
  line-height: 24px;
}

.destination-content .destination-top .view-all {
  font-size: 14px;
  color: #2db2ff;
  margin-bottom: 49px;
  display: block;
  font-weight: 500;
}

.destination-content .destination-top .view-all i {
  margin-left: 10px;
  font-size: 16px;
}

.destination-content .destination-top .good-now {
  margin-bottom: 58px;
}

.destination-content .destination-top .good-now h3 {
  font-size: 24px;
  color: #191919;
  margin-bottom: 20px;
}

.destination-content .destination-top .good-now p {
  margin-bottom: 34px;
  line-height: 25px;
}

.destination-content .destination-top .good-now ul {
  margin-bottom: 20px;
}

.destination-content .destination-top .good-now ul li {
  overflow: hidden;
  padding: 7px 20px;
}

.destination-content .destination-top .good-now ul li:nth-child(2n+1) {
  background: #f8f8f8;
}

.destination-content .destination-top .good-now ul li label {
  width: 30%;
  float: left;
  font-size: 14px;
  color: #333;
  margin: 0;
  font-weight: 600;
}

.destination-content .destination-top .good-now ul li span {
  width: 70%;
  float: left;
  font-size: 14px;
  color: #909090;
}

.destination-content .destination-top .thing-to {
  margin-bottom: 50px;
}

.destination-content .destination-top .thing-to h3 {
  font-size: 24px;
  color: #191919;
  margin-bottom: 20px;
}

.destination-content .destination-top .thing-to p {
  margin-bottom: 30px;
  line-height: 25px;
}

.destination-content .destination-top .thing-to .item {
  padding-left: 30px;
  margin-bottom: 22px;
}

.destination-content .destination-top .thing-to .item .title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  position: relative;
}

.destination-content .destination-top .thing-to .item .title:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #2db2ff;
  position: absolute;
  top: 11px;
  left: -30px;
}

.destination-content .destination-top .thing-to .item .des {
  font-size: 14px;
  color: #909090;
}

.destination-content .destination-top .thing-to .image {
  margin-bottom: 30px;
}

.destination-content .destination-top .thing-to .image img {
  float: left;
  width: 49%;
}

.destination-content .destination-top .thing-to .image img:first-child {
  margin-right: 2%;
}

.destination-content .destination-top .thing-to .image2 {
  margin-bottom: 50px;
}

.destination-content .destination-top .thing-to .image3 {
  margin: 0 -10px;
}

.destination-content .destination-top .thing-to .image3 .item {
  padding: 0 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}

.destination-content .destination-top .thing-to .image3 .item.item1 {
  width: 66.66%;
}

.destination-content .destination-top .thing-to .image3 .item.item2 {
  width: 33.33%;
}

.form-infomation {
  margin-bottom: 80px;
}

.form-infomation .your-infomation {
  box-shadow: 0px 0px 4px #dedede;
  padding: 42px 30px 27px 30px;
  margin-bottom: 30px;
}

.form-infomation .your-infomation h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #191919;
  margin: 0 0 20px 0;
}

.form-infomation .your-infomation .form-item {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}

.form-infomation .your-infomation .form-item label {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  color: #555;
}

.form-infomation .your-infomation .form-item input {
  width: 100%;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 7px 20px;
  font-size: 14px;
  color: #191919;
}

.form-infomation .your-infomation .form-item.item1 {
  margin-right: 2%;
}

.form-infomation .your-infomation .form-item.item-select select {
  width: 100%;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 7px 30px 7px 20px;
  font-size: 14px;
  color: #191919;
}

.form-infomation .your-infomation .form-item.item-select .number1 {
  width: 48%;
  margin-right: 4%;
  float: left;
  position: relative;
}

.form-infomation .your-infomation .form-item.item-select .number1:before {
  content: "\f0d7";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 14px;
}

.form-infomation .your-infomation .form-item.item-select .number2 {
  width: 48%;
  float: left;
  position: relative;
}

.form-infomation .your-infomation .form-item.item-select .number2:before {
  content: "\f0d7";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 14px;
}

.form-infomation .tour-infomation {
  box-shadow: 0px 0px 4px #dedede;
  padding: 42px 30px 27px 30px;
  margin-bottom: 30px;
}

.form-infomation .tour-infomation h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #191919;
  margin: 0 0 20px 0;
}

.form-infomation .tour-infomation .form-item {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}

.form-infomation .tour-infomation .form-item label {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  color: #555;
}

.form-infomation .tour-infomation .form-item input,
.form-infomation .tour-infomation .form-item textarea,
.form-infomation .tour-infomation .form-item select {
  width: 100%;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 7px 20px;
  font-size: 14px;
  color: #191919;
}

.form-infomation .tour-infomation .form-item.item1 {
  margin-right: 2%;
}

.form-infomation .tour-infomation .form-item.item-date {
  width: 23.5%;
  margin-right: 2%;
  position: relative;
}

.form-infomation .tour-infomation .form-item.item-date:before {
  content: "\f073";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 14px;
}

.form-infomation .tour-infomation .form-item.item-date2 {
  width: 23.5%;
  position: relative;
}

.form-infomation .tour-infomation .form-item.item-date2:before {
  content: "\f073";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 14px;
}

.form-infomation .tour-infomation .form-item.item3 {
  width: 100%;
  margin-bottom: 0;
}

.form-infomation .tour-infomation .form-item.budget {
  position: relative;
}

.form-infomation .tour-infomation .form-item.budget:before {
  content: "\f155";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 14px;
}

.form-infomation .tour-infomation .form-item.budget input::-webkit-outer-spin-button,
.form-infomation .tour-infomation .form-item.budget input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-infomation .tour-infomation .form-item.budget input[type=number] {
  -moz-appearance: textfield;
}

.form-infomation .tour-infomation .form-item.accomodation {
  position: relative;
}

.form-infomation .tour-infomation .form-item.accomodation:before {
  content: "\f0d7";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 14px;
}

.form-infomation .buttons input {
  font-weight: 600;
  background: #fff;
  text-transform: uppercase;
  font-size: 18px;
  background: #2db2ff;
  border-radius: 4px;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
}

.main-require .content-search {
  margin-bottom: 20px;
  padding: 2px;
  position: relative;
}

.main-require .content-search input {
  background: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  box-shadow: 0px 0px 4px #dedede !important;
  padding: 0 55px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}

.main-require .content-search .input-group-btn {
  height: 44px;
  line-height: 46px;
  color: #909090;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 0;
  width: 44px;
  text-align: center;
}

.main-require .content-search .input-group-btn button {
  border: none;
  background: transparent;
}

.main-require .sw-newletter {
  background: url("../image/bg-new.jpg") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  padding: 49px 40px 35px 40px;
}

.main-require .sw-newletter h3 {
  text-transform: uppercase;
  color: #191919;
  font-weight: 700;
  font-size: 22px;
}

.main-require .sw-newletter p {
  font-size: 12px;
  max-width: 150px;
  margin: 0 auto 28px auto;
  color: #333;
  line-height: 19px;
}

.main-require .sw-newletter form {
  margin-bottom: 60px;
}

.main-require .sw-newletter form input,
.main-require .sw-newletter form button {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  display: block;
  width: 100%;
  max-width: 200px;
}

.main-require .sw-newletter form input {
  background: #f8f8f8;
  border: 1px #eee solid;
  margin: 0 auto 10px auto;
  text-align: center;
}

.main-require .sw-newletter form button {
  background: #2db2ff;
  box-shadow: none;
  margin: 0 auto;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.main-require .sw-newletter form button:hover {
  background: #009ef9;
}

.main-require .sw-newletter ul {
  margin-bottom: 5px;
}

.main-require .sw-newletter ul li {
  display: inline-block;
  vertical-algin: top;
  font-size: 16px;
  padding: 0 5px;
}

.main-require .sw-newletter ul li a {
  color: #909090;
}

.main-require .sw-newletter ul li a:hover {
  color: #2db2ff;
}

.module-blog {
  background: #f8f8f8;
  padding: 20px 0;
  margin-bottom: 20px;
}

.module-blog h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #191919;
  margin: 0 0 20px 0;
  border-bottom: 1px #fff solid;
  padding: 0 20px 10px 20px;
}

.module-blog .item {
  padding: 0 20px;
  margin-bottom: 15px;
}

.module-blog .item .image {
  width: 85px;
  margin-right: 10px;
}

.module-blog .item .content {
  overflow: hidden;
}

.module-blog .item .content h4 {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 18px;
}

.module-blog .item .content h4 a {
  color: #191919;
}

.module-blog .item .content h4 a:hover {
  color: #2db2ff;
}

.module-blog .item .content p {
  font-size: 12px;
  color: #2db2ff;
  line-height: 18px;
  margin-bottom: 0;
}

.module-blog .item .content p i {
  margin: 0 5px 0 1px;
}

.module-blog .item:last-child {
  margin-bottom: 0;
}

/*============ Book Step ==============*/
/*
 Common 
 */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul>li,
.tabcontrol ul>li {
  display: block;
  padding: 0;
}

/* Accessibility */
.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
  position: absolute;
  left: -999em;
}

/*
 Wizard
 */
.wizard>.steps {
  position: relative;
  border-bottom: 1px #dedede solid;
  padding-bottom: 30px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.wizard.vertical>.steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard>.steps .number {
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 2px #ddd solid;
  margin: 0 0 10px 0;
}

.wizard>.steps label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #909090;
  font-weight: 600;
}

.wizard>.steps>ul>li {
  width: 25%;
}

.wizard>.steps>ul>li.last.done.current a .number {
  font-size: 0;
  position: relative;
}

.wizard>.steps>ul>li.last.done.current a .number:before {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 22px;
  position: absolute;
  top: -1px;
  left: 11px;
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
  float: left;
}

.wizard.vertical>.steps>ul>li {
  float: none;
  width: 100%;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  text-align: center;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
  text-align: center;
  color: #ddd;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
  color: #2db2ff;
}

.wizard>.steps .current a .number,
.wizard>.steps .current a:hover .number,
.wizard>.steps .current a:active .number {
  border-color: #2db2ff;
}

.wizard>.steps .current a label,
.wizard>.steps .current a:hover label,
.wizard>.steps .current a:active label {
  color: #191919;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
  color: #fff;
}

.wizard>.steps .done a .number,
.wizard>.steps .done a:hover .number,
.wizard>.steps .done a:active .number {
  border-color: #2db2ff;
  background: #2db2ff;
}

.wizard>.steps .done a label,
.wizard>.steps .done a:hover label,
.wizard>.steps .done a:active label {
  color: #2db2ff;
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
  background: #ff3111;
  color: #fff;
}

.wizard>.content {
  display: block;
  margin: 0;
  position: relative;
  width: auto;
}

.wizard>.content>.body {
  float: left;
  width: 100%;
  height: 100%;
}

.wizard>.content>.body ul {
  list-style: disc !important;
}

.wizard>.content>.body ul>li {
  display: list-item;
}

.wizard>.content>.body>iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard>.content>.body input {
  display: block;
}

.wizard>.content>.body input[type="checkbox"] {
  display: inline-block;
}

.wizard>.content>.body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard>.content>.body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.wizard>.content>.body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard>.actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  padding: 0 10px;
}

.wizard.vertical>.actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard>.actions>ul {
  display: inline-block;
  text-align: right;
}

.wizard>.actions>ul>li {
  margin: 0 5px;
}

.wizard.vertical>.actions>ul>li {
  margin: 0 0 0 1em;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
  background: #2db2ff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: block;
  padding: 3px 20px;
  text-decoration: none;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/*
 Tabcontrol
 */

.tabcontrol>.steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol>.steps>ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol>.steps>ul>li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol>.steps>ul>li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol>.steps>ul>li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol>.steps>ul>li>a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol>.steps>ul>li>a:hover {
  text-decoration: none;
}

.tabcontrol>.steps>ul>li.current>a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol>.content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol>.content>.body {
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.tabcontrol>.content>.body ul {
  list-style: disc !important;
}

.tabcontrol>.content>.body ul>li {
  display: list-item;
}

.wizard>.actions>ul>li.disabled a {
  opacity: 0;
  visibility: hidden;
}

.wizard>.steps>ul>li {
  position: relative;
}

.wizard>.steps>ul>li:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 62px;
  height: 20px;
  background: url("../image/icon/next-pre.png") no-repeat 0px 1px;
}

.wizard>.steps>ul>li:first-child:before {
  display: none;
}

.wizard>.steps>ul>li.current:before,
.wizard>.steps>ul>li.done:before {
  background: url("../image/icon/next-pre.png") no-repeat 0px -24px;
}

.form-bookingstep .conten-left {
  width: 30%;
  padding: 0 15px;
}

.form-bookingstep .conten-left .item {
  box-shadow: 0 0 8px #ddd;
  padding: 15px;
  border-radius: 4px;
}

.form-bookingstep .conten-left .item .item-block {
  margin-bottom: 10px;
}

.form-bookingstep .conten-left .item .item-block .image {
  position: relative;
  margin-bottom: 15px;
}

.form-bookingstep .conten-left .item .item-block .image .price {
  font-size: 18px;
  color: #2db2ff;
  font-weight: 700;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 30px;
  line-height: 31px;
  padding: 0 15px;
  border-radius: 16px;
}

.form-bookingstep .conten-left .item .item-block .image a img {
  width: 100%;
}

.form-bookingstep .conten-left .item .item-block .item-content h3 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}

.form-bookingstep .conten-left .item .item-block .item-content h3 a {
  color: #191919;
}

.form-bookingstep .conten-left .item .item-block .item-content .reviews-content {
  position: relative;
}

.form-bookingstep .conten-left .item .item-block .item-content .reviews-content .star {
  background: url("../image/icon/star.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  height: 15px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 75px;
  display: inline-block;
  vertical-align: top;
}

.form-bookingstep .conten-left .item .item-block .item-content .reviews-content .star span {
  background: url("../image/icon/star-active.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}

.form-bookingstep .conten-left .item .item-block .item-content .des {
  color: #2db2ff;
  font-size: 14px;
  font-weight: 500;
}

.form-bookingstep .conten-left .item .item-block .item-content .des i {
  margin-right: 6px;
}

.form-bookingstep .conten-left .item ul.check {
  border-top: 1px #dedede dashed;
  padding: 10px 0;
}

.form-bookingstep .conten-left .item ul.check li {
  overflow: hidden;
  font-size: 14px;
  color: #909090;
  padding: 2px 0;
  font-weight: 500;
}

.form-bookingstep .conten-left .item ul.check li span {
  margin-right: 10px;
}

.form-bookingstep .conten-left .item ul.check li label {
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  margin-bottom: 0;
}

.form-bookingstep .conten-left .item ul.check li:last-child span {
  margin-right: 0;
}

.form-bookingstep .conten-left .item ul.check li:last-child label {
  color: #2db2ff;
}

.form-bookingstep .conten-left .item ul.total {
  border-top: 1px #dedede dashed;
  padding-top: 10px;
}

.form-bookingstep .conten-left .item ul.total li {
  overflow: hidden;
  font-size: 14px;
  color: #191919;
  padding: 2px 0;
  font-weight: 500;
}

.form-bookingstep .conten-left .item ul.total li span {
  float: left;
}

.form-bookingstep .conten-left .item ul.total li label {
  float: right;
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  margin-bottom: 0;
}

.form-bookingstep .conten-left .item ul.total li:last-child {
  text-transform: uppercase;
  color: #2db2ff;
}

.form-bookingstep .conten-left .item ul.total li:last-child label {
  color: #2db2ff;
  font-size: 20px;
  font-weight: 700;
}

.form-bookingstep .conten-right {
  width: 70%;
  padding: 0 15px;
}

.form-bookingstep .conten-right .choose-top {
  margin-bottom: 10px;
}

.form-bookingstep .conten-right h4 {
  font-size: 24px;
  color: #191919;
  font-weight: 600;
}

.form-bookingstep .conten-right .title {
  margin-bottom: 10px;
}

.form-bookingstep .conten-right .title span {
  font-size: 18px;
  color: #191919;
  font-weight: 600;
}

.form-bookingstep .conten-right .title a {
  font-size: 14px;
  color: #2db2ff;
  text-transform: capitalize;
}

.form-bookingstep .conten-right .title a i {
  margin-right: 5px;
}

.form-bookingstep .conten-right .form-item {
  width: 49%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}

.form-bookingstep .conten-right .form-item label {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  color: #555;
  font-weight: 500;
}

.form-bookingstep .conten-right .form-item input,
.form-bookingstep .conten-right .form-item textarea,
.form-bookingstep .conten-right .form-item select {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 7px 20px;
  font-size: 14px;
  color: #191919;
  border: 1px solid #dedede;
}

.form-bookingstep .conten-right .form-item.item1 {
  margin-right: 2%;
}

.form-bookingstep .conten-right .form-item.item2 {
  width: 27%;
  margin-right: 2%;
}

.form-bookingstep .conten-right .form-item.item3 {
  width: 20%;
}

.form-bookingstep .conten-right .form-item.item-date:before {
  content: "\f073";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 8px;
  right: 20px;
  font-size: 14px;
}

.form-bookingstep .conten-right .form-item.number input[type=number]::-webkit-inner-spin-button,
.form-bookingstep .conten-right .form-item.number input[type=number]::-webkit-outer-spin-button {
  z-index: 2;
  opacity: 0;
}

.form-bookingstep .conten-right .form-item.number:before {
  content: "\f0d7";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 2px;
  right: 23px;
  font-size: 14px;
  z-index: 1;
}

.form-bookingstep .conten-right .form-item.number:after {
  content: "\f0d8";
  font-family: fontawesome;
  color: #2db2ff;
  position: absolute;
  bottom: 14px;
  right: 23px;
  font-size: 14px;
  z-index: 1;
}

.form-bookingstep .conten-right .form-item.number2 input[type=number]::-webkit-inner-spin-button,
.form-bookingstep .conten-right .form-item.number2 input[type=number]::-webkit-outer-spin-button {
  z-index: 2;
  opacity: 0;
}

.form-bookingstep .conten-right .form-item.item-add {
  width: 100%;
}

.form-bookingstep .conten-right ul.total {
  border-top: 1px #dedede dashed;
  padding-top: 10px;
  margin-bottom: 25px;
}

.form-bookingstep .conten-right ul.total li {
  overflow: hidden;
  font-size: 14px;
  color: #909090;
  padding: 2px 0;
  font-weight: 500;
}

.form-bookingstep .conten-right ul.total li span {
  float: left;
}

.form-bookingstep .conten-right ul.total li label {
  float: right;
  font-size: 14px;
  color: #191919;
  font-weight: 500;
  margin-bottom: 0;
}

.form-bookingstep .conten-right ul.total li:last-child {
  text-transform: uppercase;
  color: #2db2ff;
}

.form-bookingstep .conten-right ul.total li:last-child label {
  color: #2db2ff;
  font-size: 20px;
  font-weight: 700;
}

.form-bookingstep .conten-right ul.sw_payment_methods li {
  overflow: hidden;
  padding: 4px 0;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.form-bookingstep .conten-right ul.sw_payment_methods li .contain {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #191919;
  font-weight: 500;
}

.form-bookingstep .conten-right ul.sw_payment_methods li .contain i {
  color: #909090;
  font-style: normal;
}

.form-bookingstep .conten-right ul.sw_payment_methods li .contain input {
  position: absolute;
  opacity: 0;
  display: none;
  cursor: pointer;
}

.form-bookingstep .conten-right ul.sw_payment_methods li .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px #dedede solid;
  border-radius: 50%;
}

.form-bookingstep .conten-right ul.sw_payment_methods li .contain:hover input~.checkmark {
  border-color: #2196f3;
}

.form-bookingstep .conten-right ul.sw_payment_methods li .contain input:checked~.checkmark {
  border-color: #2196f3;
}

.form-bookingstep .conten-right ul.sw_payment_methods li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-bookingstep .conten-right ul.sw_payment_methods li .contain input:checked~.checkmark:after {
  display: block;
}

.form-bookingstep .conten-right ul.sw_payment_methods li .contain .checkmark:after {
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2db2ff;
}

.form-bookingstep .conten-right ul.sw_payment_methods li .payment_method_credit {
  padding-left: 35px;
}

.form-bookingstep .conten-right ul.sw_payment_methods.style2 li>label {
  float: left;
  margin-bottom: 0;
}

.form-bookingstep .conten-right ul.sw_payment_methods.style2 li>label img {
  margin-right: 10px;
}

.form-bookingstep .conten-right ul.sw_payment_methods.style2 li a {
  color: #2db2ff;
  font-size: 14px;
}

.form-bookingstep .conten-right ul.sw_payment_methods.style2 li a i {
  margin-right: 5px;
}

.form-bookingstep .conten-right ul.confirm {
  margin-bottom: 30px;
}

.form-bookingstep .conten-right ul.confirm li {
  overflow: hidden;
  padding: 5px 15px;
  font-weight: 500;
}

.form-bookingstep .conten-right ul.confirm li:nth-child(2n+1) {
  background: #f8f8f8;
}

.form-bookingstep .conten-right ul.confirm li span {
  color: #555;
  font-size: 14px;
  text-transform: capitalize;
  width: 50%;
  float: left;
}

.form-bookingstep .conten-right ul.confirm li label {
  color: #909090;
  font-size: 14px;
  margin-bottom: 0;
  width: 50%;
  float: left;
}

@media (min-width: 1800px) {
  .mfp-iframe-scaler iframe {
    height: 620px !important;
  }
}

@media (min-width: 1200px) {
  .products-category .products-list.list .item .item-block .item-content {
    width: 45%;
    padding: 28px 25px 13px 25px;
  }

  .products-category .products-list.list .item .item-block .item-content:before {
    content: "";
    height: 200px;
    border: 1px #ccc dashed;
    border-width: 0 1px 0 0;
    position: absolute;
    right: 19%;
    top: 30px;
    bottom: 60px;
  }

  .products-category .products-list.list .item .item-block .item-content .item-bot {
    position: absolute;
    right: 45px;
    top: 30px;
    text-align: center;
  }

  .products-category .products-list.list .item .item-block .item-content .item-bot .price {
    float: none !important;
    margin-bottom: 15px;
    color: #555;
  }

  .products-category .products-list.list .item .item-block .item-content .item-bot .price label {
    display: block;
  }

  .products-category .products-list.list .item .item-block .item-content .item-bot .price span {
    text-transform: uppercase;
    color: #555;
  }

  .products-category .products-list.list .item .item-block .item-content .item-bot .price span:before {
    display: none;
  }

  .products-category .products-list.list .item .item-block .item-content .item-bot .book-now {
    float: none !important;
  }
}

/*============CONTENT PRODUCT OTHER ==================*/
/*.zoomContainer{z-index: 450;}*/
.lightSlider {
  padding: 0;
}

left-content-product.product-view .flexslider-thumb.not_full_slider {
  padding: 0;
  margin-bottom: 30px;
}

.product_page_price {
  margin-bottom: 10px;
  margin-top: 5px;
}

.product_page_price .price-new {
  font-size: 16px;
}

.product_page_price .price-old {
  vertical-align: bottom;
  display: inline-block;
  padding: 0 3px;
}

.product_page_price .price-tax {
  margin-bottom: 10px;
  color: #555;
  font-size: 12px;
  font-weight: normal;
}

.product-search input[type=checkbox],
.product-search input[type=radio] {
  margin: 7px 0 0 -20px;
  margin-top: 1px \9;
  line-height: normal;
}

.product-detail .producttab .tab-content ul,
.product-detail .producttab .tab-content ol {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.product-detail .best-seller {
  margin-bottom: 30px;
}

#tab-review input[type=radio] {
  position: relative;
  top: 2px;
}

#tab-review .contacts-form span span.text-danger {
  margin-right: 15px;
  margin-top: 0;
}

#tab-review .form-group textarea {
  height: 150px;
}

#tab-review .contacts-form .buttons.clearfix {
  visibility: visible !important;
}

/*============PRODUCT INFO ==================*/
.product-view {
  margin-bottom: 30px;
  background: #fff;
}

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

.product-view .countdown_box .countdown_inner {
  width: auto;
  background: transparent;
}

.product-view .countdown_box .countdown_inner {
  margin: 0;
  padding: 5px 20px 0px 50px;
  display: inline-block;
  border-radius: 30px;
  font-size: 0;
  z-index: 2;
  text-align: center;
  position: relative;
  background: #2db2ff;
}

.product-view .countdown_box .countdown_inner:before {
  content: "\f017";
  font-family: fontawesome;
  position: absolute;
  font-size: 16px;
  color: #fff;
  top: 4px;
  left: 14px;
  right: auto;
  bottom: auto;
}

.product-view .countdown_box .countdown_inner:after {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.4;
  height: 12px;
  width: 1px;
  top: 11px;
  left: 40px;
  right: auto;
  bottom: auto;
}

.product-view .countdown_box .countdown_inner .time-item {
  display: inline-block;
  position: relative;
  width: auto;
  border: none;
}

.product-view .countdown_box .countdown_inner .time-item .num-time {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  margin: 0 3px;
  background: transparent;
  padding: 0;
}

.product-view .countdown_box .countdown_inner .time-item .name-time {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 0;
}

.product-view .product-view-inner {
  border-radius: 3px;
  padding: 30px 15px;
  margin: 0 -15px;
}

.product-view .content-product-left .large-image {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

.product-view .content-product-left .large-image .label-product {
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}

.product-view .content-product-left .thumb-video {
  bottom: 10px;
  position: absolute;
  z-index: 950;
  font-size: 32px;
  color: #222;
  right: 20px;
}

.product-view .content-product-left .thumb-video:hover {
  color: #2db2ff;
}

.product-view .content-product-left .full_slider,
.product-view .content-product-left .not_full_slider {
  margin-top: 15px;
  padding: 0 38px;
}

.product-view .content-product-left .full_slider .owl2-stage-outer,
.product-view .content-product-left .not_full_slider .owl2-stage-outer {
  margin-left: -1px;
}

.product-view .content-product-left .full_slider .thumbnail,
.product-view .content-product-left .not_full_slider .thumbnail {
  border-radius: 0;
  margin-bottom: 0;
  border: 1px solid #ebebeb;
  padding: 0;
  border-radius: 3px;
}

.product-view .content-product-left .full_slider .thumbnail:hover,
.product-view .content-product-left .not_full_slider .thumbnail:hover {
  border-color: #2db2ff;
}

.product-view .content-product-left .full_slider .thumbnail.active,
.product-view .content-product-left .not_full_slider .thumbnail.active {
  border-color: #2db2ff;
}

.product-view .content-product-left .full_slider .owl2-nav div,
.product-view .content-product-left .not_full_slider .owl2-nav div {
  display: block;
  width: 25px;
  text-align: center;
  background: #e1e1d8;
  color: #222;
  z-index: 9;
  line-height: 25px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  height: 25px;
  top: 50%;
  margin-top: -14px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.product-view .content-product-left .full_slider .owl2-nav div .fa,
.product-view .content-product-left .not_full_slider .owl2-nav div .fa {
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 25px;
  display: block;
  float: none;
}

.product-view .content-product-left .full_slider .owl2-nav div:hover,
.product-view .content-product-left .not_full_slider .owl2-nav div:hover {
  background: #2db2ff;
  color: #fff;
}

.product-view .content-product-left .full_slider .owl2-nav div.owl2-prev,
.product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev {
  left: 0;
}

.product-view .content-product-left .full_slider .owl2-nav div.owl2-next,
.product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next {
  right: 0px;
}

.product-view .content-product-right {
  overflow: hidden;
}

.product-view .content-product-right .title-product h1 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #222;
  position: relative;
  text-transform: capitalize;
}

.product-view .content-product-right .box-review {
  padding: 0 0 10px;
  margin: 0 0 5px;
  border-bottom: 1px solid #f5f5f5;
}

.product-view .content-product-right .box-review .ratings {
  display: inline-block;
  margin: 0 20px 0 0;
  z-index: 0;
  position: relative;
}

.product-view .content-product-right .box-review a {
  color: #666;
  display: inline-block;
}

.product-view .content-product-right .box-review a:hover {
  color: #2db2ff;
}

.product-view .content-product-right .product-box-desc {
  float: left;
  width: 100%;
  padding: 10px 0px;
  position: relative;
  font-weight: bold;
  display: inline-block;
  min-width: 120px;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

.product-view .content-product-right .product-box-desc span {
  color: #222;
  padding-right: 5px;
}

.product-view .content-product-right .product-box-desc .inner-box-desc {
  width: 100%;
  position: relative;
}

.product-view .content-product-right .product-box-desc .brand a {
  color: #525252;
}

.product-view .content-product-right .product-box-desc .brand a:hover {
  color: #2db2ff;
}

.product-view .content-product-right .product-label {
  line-height: 24px;
  margin-top: 12px;
  float: left;
  width: 100%;
}

.product-view .content-product-right .product-label .price {
  float: left;
  margin-top: 0;
}

.product-view .content-product-right .product-label .price .list-unstyled {
  font-size: 12px;
  font-weight: bold;
  color: #444;
}

.product-view .content-product-right .short_description {
  display: block;
  clear: both;
}

.product-view .content-product-right .short_description h3 {
  margin-bottom: 5px;
  display: none;
}

.product-view .content-product-right .box-cart {
  margin-top: 30px;
}

.product-view .content-product-right .countdown_box {
  position: static;
  margin: 0;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .product-view .content-product-right .countdown_box {
    width: 420px;
  }
}

.product-view .content-product-right .countdown_box .countdown_inner .title {
  padding: 10px;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.product-view .content-product-right h3 {
  text-transform: uppercase;
  font-size: 14px;
  color: #222;
  font-weight: 700;
}

.product-view .content-product-right .box-info-product {
  width: 100%;
  margin: 0 -10px 20px;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control {
  float: left;
  margin: 0;
  padding: 0 22px 0 10px;
  position: relative;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control label {
  display: inline-block;
  color: #222;
  font-weight: 400;
  width: 50px;
  text-transform: capitalize;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 35px;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
  height: 35px;
  width: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  border: none;
  color: #414141;
  float: left;
  display: inline-block;
  border: 1px solid #ebebeb;
  background: #fff;
  z-index: 0;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control span {
  border: 0 none;
  color: white;
  float: left;
  font-size: 10px;
  font-weight: normal;
  border-radius: 0;
  cursor: pointer;
  line-height: 16px;
  margin-left: 5px;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
  font-size: 14px;
  background: none repeat scroll 0 0 #999;
  padding: 0 4px;
  position: absolute;
  top: 0;
  height: 16px;
  width: 15px;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
  font-size: 14px;
  background: none repeat scroll 0 0 #999;
  font-size: 13px;
  padding: 0 4px;
  position: absolute;
  top: 17px;
  width: 15px;
  height: 17px;
  line-height: 15px;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control span:hover {
  background: #2db2ff !important;
}

.product-view .content-product-right .box-info-product .cart {
  float: left;
  overflow: hidden;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .product-view .content-product-right .box-info-product .cart {
    padding-left: 10px;
  }
}

.product-view .content-product-right .box-info-product .cart a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-view .content-product-right .box-info-product .cart a i {
  margin-right: 5px;
}

.product-view .content-product-right .box-info-product .cart input {
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  border: none;
  border-radius: 20px;
  padding: 0 25px 0 45px;
  background: #2db2ff url("../image/icon/icon-cart-2.png") no-repeat left 19px center;
  height: 35px;
  line-height: 36px;
  margin: 0 5px;
  outline: none;
  transition: 0.3s all ease 0s;
  position: relative;
}

.product-view .content-product-right .box-info-product .cart input:hover {
  background-color: #009ef9;
}

.product-view .content-product-right .box-info-product .add-to-links li {
  display: inline-block;
  font-size: 0;
}

.product-view .content-product-right .box-info-product .add-to-links li.wishlist a {
  margin-right: 5px;
}

.product-view .content-product-right .box-info-product .add-to-links ul li a {
  height: 35px;
  width: 35px;
  line-height: 33px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid #2db2ff;
  display: inline-block;
  background-color: #fff;
  color: #2db2ff;
}

.product-view .content-product-right .box-info-product .add-to-links ul li a i {
  line-height: 35px;
}

.product-view .content-product-right .box-info-product .add-to-links ul li a.text {
  display: none;
}

.product-view .content-product-right .box-info-product .add-to-links ul li a:hover {
  background: #2db2ff;
  color: #fff;
}

.product-view .content-product-right .share {
  margin-top: 10px;
}

.social-share .title-share {
  text-transform: uppercase;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 35px;
  font-weight: bold;
  padding-right: 25px;
}

.social-share a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 35px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  background-color: #2db2ff;
}

.social-share a i {
  line-height: 35px;
}

.social-share a:hover {
  background: #009ef9;
}

.product-attribute {
  margin-bottom: 30px;
}

.product-attribute .table-responsive {
  border: 1px solid #e1e1e1;
}

.product-attribute .table-responsive .title-attribute {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  padding: 13px 17px;
}

.product-attribute .table-responsive .table {
  margin-bottom: 0;
}

.product-attribute .table-responsive .name-attribute {
  text-transform: uppercase;
  color: #666;
  padding: 9px 15px 7px;
  font-weight: bold;
  border-right: 1px solid #e1e1e1;
}

.product-attribute .table-responsive .text-attribute {
  padding: 9px 15px 7px;
  font-size: 14px;
  color: #545454;
}

.product-attribute .table-responsive tbody {
  background: #fff;
}

.product-attribute .form-horizontal .buttons {
  visibility: visible !important;
}

#product {
  margin-top: 15px;
}

#product .image_option_type .product-options {
  display: inline-block;
}

#product .form-select {
  display: inline-block;
}

#product .form-select .control-label {
  display: inline-block;
  color: #222;
  font-weight: 400;
  width: 50px;
  text-transform: capitalize;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

#product .form-select .selector {
  display: inline-block;
  position: relative;
  height: 30px;
  width: auto;
  overflow: hidden;
  border-radius: 0;
  border: solid 1px #ebebeb;
  border-radius: 25px;
  padding: 0;
}

#product .form-select .selector select {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: none;
  text-transform: capitalize;
  color: #222;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  background: transparent;
}

#product .control-label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  min-width: 50px;
  color: #666;
  float: left;
  padding-right: 5px;
}

#product .product-options .img-thumbnail {
  width: 22px;
  height: 22px;
  border-radius: 0;
  padding: 1px;
}

#product .radio-type-button {
  display: inline-block;
  vertical-align: top;
  width: auto;
  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: #999;
  border: 1px solid #999;
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  min-width: 28px;
  min-height: 28px;
}

#product .radio-type-button .option-content-box.active,
#product .radio-type-button .option-content-box.active:hover i {
  background: #2db2ff;
  color: white;
}

#product .radio-type-button .option-content-box.active img,
#product .radio-type-button .option-content-box.active:hover i img {
  border-color: #2db2ff !important;
}

#product .radio-type-button .option-content-box:hover {
  background: #2db2ff;
  border-color: #2db2ff;
  color: white;
}

#product .radio-type-button .option-name {
  padding: 0 5px;
}

#product .radio-type-button.option_image .option-content-box {
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 0;
  border: none;
}

#product .radio-type-button.option_image .option-content-box img {
  padding: 2px;
  border: 1px solid #ddd;
  width: 30px;
  border-radius: 0;
}

#product .radio-type-button.option_image .option-content-box img:hover {
  border-color: #2db2ff;
}

#product .radio-type-button.option_image .option-content-box.active,
#product .radio-type-button.option_image .option-content-box.active:hover {
  background: transparent;
  color: white;
}

#product .radio-type-button.option_image .option-content-box:hover {
  background: transparent;
}

#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: #2db2ff;
  color: #fff;
}

#product .icheckbox.checked:before,
#product .iradio.checked:before {
  background-color: #2db2ff;
  border-color: #2db2ff;
}

.thumb-vertical-outer {
  width: 94px;
  position: relative;
  padding: 20px 0;
  float: left;
  margin-right: 15px;
}

.thumb-vertical-outer .lSAction {
  display: none !important;
}

.thumb-vertical-outer .thumbnail {
  border-color: #ddd;
}

.thumb-vertical-outer .btn-more {
  display: block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #999;
  background: transparent;
  text-align: center;
  position: absolute;
  font-size: 18px;
  cursor: pointer;
  margin-left: -10px;
  left: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.thumb-vertical-outer .btn-more:hover {
  color: #2db2ff;
}

.thumb-vertical-outer .btn-more.prev-thumb {
  top: -5px;
}

.thumb-vertical-outer .btn-more.next-thumb {
  bottom: -5px;
}

.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 li {
  cursor: pointer;
  margin-bottom: 10px;
}

.thumb-vertical-outer ul li a {
  -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
  -moz-transform: scale(1) translate3d(0px, 0px, 0px);
  -ms-transform: scale(1) translate3d(0px, 0px, 0px);
  -o-transform: scale(1) translate3d(0px, 0px, 0px);
  transform: scale(1) translate3d(0px, 0px, 0px);
}

.thumb-vertical-outer ul li .thumbnail {
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.thumb-vertical-outer ul li .thumbnail img {
  padding: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 4px;
}

.thumb-vertical-outer ul li .thumbnail:hover {
  border-color: #2db2ff;
}

.thumb-vertical-outer ul li .thumbnail.active {
  border-color: #2db2ff;
}

/*============PRODUCT TABS==================*/
.producttab .tabsslider.horizontal-tabs {
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  border: none;
  padding: 0;
}

.producttab .tabsslider.horizontal-tabs .nav-tabs {
  background-color: #f5f5f5;
  border: none;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}

.producttab .tabsslider.horizontal-tabs .nav-tabs li {
  margin-bottom: 0;
  display: inline-flex;
  margin: 0 5px;
  float: none;
}

.producttab .tabsslider.horizontal-tabs .nav-tabs li a {
  background-color: #fff;
  float: left;
  display: block;
  font-size: 14px;
  color: #222;
  padding: 13px 25px;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  border: none;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  line-height: 100%;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.producttab .tabsslider.horizontal-tabs .nav-tabs li.active a,
.producttab .tabsslider.horizontal-tabs .nav-tabs li:hover a {
  background-color: #f2f2f2;
  border-color: #222;
  color: #222;
}

.producttab .tabsslider.horizontal-tabs .tab-content {
  padding: 45px 0px;
  display: block;
  margin: 0;
  background-color: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: none;
}

.producttab .tabsslider.horizontal-tabs .tab-content .active {
  opacity: 1;
}

/*----------------------PRODUCT TABS ---------------*/
.producttab .tabsslider {
  margin-bottom: 35px;
  padding: 0;
  z-index: 1;
}

.producttab .tabsslider .nav-tabs li {
  margin-bottom: 0;
}

.producttab .tabsslider .nav-tabs li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  margin: 0px;
  border: 1px solid #ddd;
  border-bottom: 0;
  margin-right: -1px;
  padding: 10px 30px;
  position: relative;
  background: #fff;
  color: #666;
}

.producttab .tabsslider .nav-tabs li.active a,
.producttab .tabsslider .nav-tabs li:hover a {
  border-top-color: #2db2ff;
}

.producttab .tabsslider .nav-tabs li.active a:before,
.producttab .tabsslider .nav-tabs li:hover a:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #2db2ff;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 9;
}

.producttab .tabsslider .nav-tabs li.active a:after,
.producttab .tabsslider .nav-tabs li:hover a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  position: absolute;
  bottom: -1px;
  z-index: 9;
}

.producttab .tabsslider .tab-content {
  background: #fff;
  padding: 20px;
  display: block;
  margin: 0;
  border: solid 1px #e3e1e1;
  margin-top: -1px;
}

.producttab .tabsslider.vertical-tabs {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs {
  border: medium none;
  margin: 0;
  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 {
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #666;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
  background: transparent;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 999;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
  border-left-color: #2db2ff;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
  color: #2db2ff;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
  display: none;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
  background-color: #2db2ff;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
  border-left-color: #2db2ff;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
  background-color: #2db2ff;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
  background: transparent;
  color: #2db2ff;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:before,
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:after {
  display: none;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:first-child {
  border-top: 0;
}

.producttab .tabsslider.vertical-tabs .tab-content {
  border: 0;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  min-height: 200px;
}

#product-accordion {
  float: left;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #ddd;
  border-top: 4px solid #2db2ff;
}

#product-accordion .panel {
  padding: 10px 20px 0 20px;
  border-bottom: 0;
  box-shadow: none;
}

#product-accordion .panel .panel-heading {
  border-bottom: 1px dotted #ddd;
  padding: 0 0 10px 0;
}

#product-accordion .panel .panel-heading a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  color: #666;
  width: 100%;
  display: inline-block;
  position: relative;
}

#product-accordion .panel .panel-heading a.title-head.collapsed {
  color: #666;
}

#product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
  content: "\f0d8";
}

#product-accordion .panel .panel-heading a.title-head {
  color: #2db2ff;
}

#product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
  content: "\f0d7";
}

#product-accordion .panel .panel-heading a span.arrow-up {
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
  text-align: center;
}

#product-accordion .panel .panel-heading a span.arrow-up:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  display: block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

#product-accordion .panel .panel-heading:hover {
  border-bottom-color: #2db2ff;
}

#product-accordion .panel .panel-heading:hover a {
  color: #2db2ff;
}

#product-accordion .panel:first-child .panel-heading {
  padding-top: 10px;
}

#product-accordion .panel:last-child .panel-heading {
  border-bottom: 0;
}

#product-accordion .panel-heading+.panel-collapse>.list-group,
#product-accordion .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px dotted #2db2ff;
  margin-top: -1px;
  padding: 0;
}

.related {
  clear: both;
}

.related .modtitle {
  text-transform: uppercase;
  color: #222;
  font-size: 18px;
  font-weight: 600;
}

.related .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}

.related .releate-products .owl2-nav {
  position: absolute;
  top: -45px;
  width: 60px;
  right: -5px;
}

.related .releate-products .owl2-nav div {
  width: 20px;
  height: 27px;
  border: 1px solid #dfdfdf;
  margin: 0 5px;
  font-size: 0;
  float: left;
  background-color: transparent;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  position: relative;
  background-color: #fff;
}

.related .releate-products .owl2-nav div.owl2-prev {
  background: url(../image/icon/next-prev-detail.png) no-repeat;
  background-position: -41px 0px;
}

.related .releate-products .owl2-nav div.owl2-prev:hover {
  border-color: #2db2ff;
  background-color: #2db2ff;
  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: #2db2ff;
  background-color: #2db2ff;
  background-position: -112px 0px;
  opacity: 1;
}

.related .releate-products .owl2-nav div.owl2-next.disabled {
  display: none;
}

.related .owl-dots {
  display: none;
}

.zoomContainer {
  z-index: 90;
}

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

.image_option_type .radio input[type=radio].image_radio {
  display: none;
}

.image_option_type .radio {
  padding-left: 0;
  display: inline;
}

.product-description .product-options img.icon-color {
  width: 20px;
  padding: 0;
}

.product-options label {
  padding: 0;
  color: #666;
}

.product-options .label {
  font-weight: normal;
  font-size: 11px;
}

.product-options .radio {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  cursor: pointer;
}

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

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

.product-options .fa {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: white;
  line-height: 22px;
  text-align: center;
}

.slider-products .content-aside {
  width: 100%;
  padding: 0;
}

.slider-products .four-block {
  padding: 0;
}

.slider-products .policy-detail {
  box-shadow: none;
}

.slider-products .policy-detail .banner-policy {
  padding: 0;
}

.slider-products .policy-detail .banner-policy .policy {
  float: none;
  width: 100%;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid white;
  padding: 25px 10px;
}

.banner-policy {
  background-color: #eee;
  text-transform: uppercase;
}

.banner-policy .policy {
  border-bottom: 1px solid #fff;
  line-height: 19px;
  padding: 20px 10px;
}

.banner-policy .policy a {
  color: #666;
}

.banner-policy .policy a span {
  margin-right: 10px;
}

.banner-policy .policy a:hover {
  color: #2db2ff;
}

.banner-policy .policy.policy1 a span {
  background: url("../image/icons/policy_1.png") no-repeat;
  background-position: center 0;
  width: 48px;
  height: 36px;
  font-size: 0;
  float: left;
}

.banner-policy .policy.policy2 a span {
  background: url("../image/icons/ico-freeship.png") no-repeat;
  background-position: center 0;
  width: 53px;
  height: 35px;
  font-size: 0;
  float: left;
}

.banner-policy .policy.policy3 a span {
  background: url("../image/icons/ico-celander.png") no-repeat;
  background-position: center 0;
  width: 34px;
  height: 34px;
  font-size: 0;
  float: left;
}

.banner-policy .policy.policy4 a span {
  background: url("../image/icons/ico-umbrella.png") no-repeat;
  background-position: center 0;
  width: 34px;
  height: 34px;
  font-size: 0;
  float: left;
}

.slider-products .banner-policy .policy.policy1 a span,
.slider-products .banner-policy .policy.policy2 a span,
.slider-products .banner-policy .policy.policy3 a span,
.slider-products .banner-policy .policy.policy4 a span {
  width: 53px;
}

.id3-item {
  display: none;
}

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

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

header .navbar-default {
  background-color: transparent;
}

header .navbar-default .megamenu-wrapper {
  background-color: transparent;
}

header ul.megamenu>li>a {
  text-shadow: unset;
}

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

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

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

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

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

.dropdown-menu.shoppingcart-box .table .btn-danger {
  background-color: transparent;
}

.dropdown-menu.shoppingcart-box .table .btn-danger i {
  color: #666;
}

.dropdown-menu.shoppingcart-box .table .btn-danger:hover i {
  color: #2db2ff;
}

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

header ul.top-link>li.language .btn-link img {
  margin-top: -1px;
}

/*============ HEADER  ==================*/
.container-megamenu.horizontal ul.megamenu>li.active>a,
.container-megamenu.horizontal ul.megamenu>li:hover>a {
  background-color: transparent;
  color: #2db2ff;
}

.container-megamenu.horizontal .subcategory li a {
  color: #555;
}

.container-megamenu.horizontal .subcategory li a:hover {
  color: #2db2ff;
}

.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-bottom .content_menu .container {
  overflow: visible;
}

.btn-shopping-cart .dropdown-menu {
  min-width: 320px;
}

.btn-shopping-cart .dropdown-menu .cart_product_name {
  color: #555;
}

.btn-shopping-cart .dropdown-menu .cart_product_name:hover {
  color: #2db2ff;
}

.btn-shopping-cart .dropdown-menu .empty {
  padding: 15px;
  margin: 0;
}

.btn-shopping-cart .table>tbody>tr>td {
  border: none;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

.btn-shopping-cart .checkout {
  padding: 0 20px 10px;
}

.btn-shopping-cart .added_items {
  padding: 10px;
}

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

.megamenu-style-dev {
  position: relative;
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li {
  margin: 0;
  border-right: 0;
  background: #222;
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li strong i {
  display: none;
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li>a {
  padding-left: 15px;
  padding-right: 12px;
  color: #fff;
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li>a:hover {
  color: #fff;
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .sub-menu .content {
  padding: 0;
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul {
  padding: 0;
  margin: 0;
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul li {
  border-bottom: 1px solid #eee;
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul li:hover {
  background: #eee;
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul li:hover>a {
  color: #2db2ff;
}

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

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

.container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  background-color: #2db2ff;
}

/*======================================================*/
header ul.top-link>li .btn-group .btn-link:hover,
header ul.top-link>li>a:hover {
  color: #2db2ff;
}

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

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

.typeheader-1 .welcome-msg span {
  color: #2db2ff;
}

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

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

.typeheader-2 #sosearchpro .search button {
  background-color: #2db2ff;
}

.typeheader-2 #sosearchpro .search button:hover {
  background-color: #009ef9;
}

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

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

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

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

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

.typeheader-3 #sosearchpro .search button {
  background-color: #2db2ff;
}

.typeheader-3 #sosearchpro .search button:hover {
  background-color: #009ef9;
}

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

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

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

@media (max-width: 991px) {
  .typeheader-2 .header-bottom {
    background-color: #2db2ff;
  }

  body .typeheader-3 .header-bottom {
    background-color: #2db2ff;
  }

  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu>li>a:hover strong,
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu>li>a:hover {
    color: #2db2ff !important;
  }
}

footer #collapse-footer {
  display: block;
}

.footer-container {
  clear: both;
}

footer .so-page-builder .container {
  padding: 0 15px;
}

footer .copyright a {
  color: #2db2ff;
}

footer a:hover {
  color: #2db2ff;
}

.typefooter-1 .footer-top {
  background-color: #2db2ff;
}

.typefooter-1 .footer-links li a:hover,
.typefooter-1 .socials li a:hover,
.typefooter-1 .footer-middle .footer-links li a:hover {
  color: #2db2ff;
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: background;
}

.typefooter-1 .module .modtitle:after {
  background-color: #2db2ff;
}

.typefooter-2 .footer-links li a:hover,
.typefooter-2 .socials li a:hover,
.typefooter-2 .footer-middle .footer-links li a:hover {
  color: #2db2ff;
}

.typefooter-2 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: background;
}

.typefooter-2 .newsletter-footer1 .newsletter .title-block .page-heading::after,
.typefooter-2 .module .modtitle:after {
  background-color: #2db2ff;
}

.typefooter-3 .newsletter-footer4 .newsletter .block_content form.signup .subcribe button:hover {
  background-color: #2db2ff;
}

.typefooter-3 .categories-footer a:hover,
.typefooter-3 .footer-links li a:hover {
  color: #2db2ff;
}

.typefooter-3 .module .modtitle:after {
  background-color: #2db2ff;
}

.typefooter-3 .infos-footer ul li:hover i {
  background-color: #2db2ff;
}

/*===============================================
 [SASS DIRECTORY ]
 [1] 
 ==============================================*/
/*===============================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

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

.container-fluid .container {
  padding-left: 15px;
  padding-right: 15px;
}

.float_none {
  float: none;
}

.sosearchpro-wrapper .search {
  margin-bottom: 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.form-control,
select {
  border-radius: 3px;
  background-color: #eee;
  border: none;
  color: #3d3d3d;
  padding: 9px;
  font-size: 12px;
  font-size: 1.2rem;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.button .fa,
.btn .fa {
  margin: 0 5px;
}

#main-content,
#content {
  margin-bottom: 30px;
}

.common-home a:hover {
  color: #2db2ff;
}

/*EFECT PRODUCT NUMBER*/
.lib-two-img,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image,
.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image,
.products-list .product-layout .product-item-container .left-block .product-image-container.second_img {
  position: relative;
  display: block;
}

.lib-two-img .img-1,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-1,
.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-1,
.products-list .product-layout .product-item-container .left-block .product-image-container.second_img .img-1 {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.lib-two-img .img-2,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-2,
.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-2,
.products-list .product-layout .product-item-container .left-block .product-image-container.second_img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  display: block;
  -webkit-transform: rotate(0);
  -webkit-backface-visibility: hidden;
  transition: all 0.5s ease-in-out;
  left: 0;
}

.lib-two-img-over .img-1,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-1,
.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-1,
.products-list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img-1 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0);
  -webkit-backface-visibility: hidden;
}

.lib-two-img-over .img-2,
.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-2,
.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-2,
.products-list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img-2 {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

/*====================== mod title ========================*/
.layout-1.common-home #content .content-main-w {
  clear: both;
}

.layout-1.common-home #content .price .price-old {
  padding: 0;
}

.layout-1.common-home #content .label-product-new,
.layout-1.common-home #content .label-product-sale {
  text-align: center;
  background-color: #2db2ff;
  border-radius: 50%;
  color: #333;
  display: block;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  font-weight: 600;
  height: 38px;
  width: 38px;
  line-height: 38px;
  position: absolute;
  top: 10px;
  text-transform: uppercase;
  z-index: 2;
  padding: 0;
  margin-bottom: 5px;
}

.layout-1.common-home #content .label-product-sale {
  background-color: #ffd839;
  right: 20px;
}

.layout-1.common-home #content .label-product-new {
  background-color: #53d542;
  left: 20px;
}

.layout-1.common-home #content .main-right .module.product-simple {
  border: 1px solid #e9ecf1;
  border-radius: 5px;
}

.layout-1.common-home #content .main-right .module.product-simple h3.modtitle {
  background-color: #e9ecf1;
  border: none;
  display: inline-flex;
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.layout-1.common-home #content .main-right .module.product-simple h3.modtitle:after {
  display: none;
}

.layout-1.common-home #content .main-right .module.product-simple h3.modtitle span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  float: left;
  text-transform: uppercase;
  background-color: transparent;
  bottom: 0;
  color: #222;
}

.layout-1.common-home #content .main-right .module.product-simple .modcontent {
  padding-top: 4px;
  padding-bottom: 4px;
}

.layout-1.common-home #content .main-right .module div.modtitle {
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}

.layout-1.common-home #content .main-right .module div.modtitle:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #2db2ff;
  bottom: -2px;
  left: 0;
}

.layout-1.common-home #content .main-right .module div.modtitle span {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  float: left;
  text-transform: uppercase;
  margin-bottom: 4px;
  background-color: transparent;
  padding: 0;
  padding-bottom: 4px;
  padding-top: 2px;
  bottom: 0;
}

.layout-1.common-home #content .main-right .module h3.modtitle {
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}

.layout-1.common-home #content .main-right .module h3.modtitle:after {
  display: none;
}

.layout-1.common-home #content .main-right .module h3.modtitle span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  float: left;
  text-transform: uppercase;
  margin-bottom: 0px;
  background-color: #232f3e;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 11px 20px;
  position: relative;
  bottom: -2px;
}

.layout-1.common-home #content .main-left .module h3.modtitle {
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
}

.layout-1.common-home #content .main-left .module h3.modtitle:after {
  position: absolute;
  content: "";
  width: 110px;
  height: 2px;
  background-color: #2db2ff;
  bottom: -2px;
  left: 0;
}

.layout-1.common-home #content .main-left .module h3.modtitle span {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  float: left;
  text-transform: uppercase;
  margin-bottom: 5px;
  background-color: transparent;
  padding: 0;
  padding-bottom: 5px;
  bottom: 0;
}

/*.box-content1{
 margin-bottom: 30px;
 }*/
/************************************************************************************************
 SHORTCODE HTML 
 *************************************************************************************************/
.banners3 {
  margin: 0 -5px 30px -5px;
  display: inline-block;
}

.banners3 img {
  width: 100%;
}

.banners3 .item1,
.banners3 .item3 {
  width: 25.9%;
  float: left;
  padding: 0 5px;
}

.banners3 .item2 {
  width: 48.2%;
  float: left;
  padding: 0 5px;
}

.banners4 {
  margin-bottom: 28px;
}

.banners5 {
  margin-bottom: 30px;
}

.banners2 {
  margin-bottom: 45px;
  margin-top: 30px;
}

/*=== slider testimonials ===*/
.testimonials {
  margin-top: 20px;
  margin-bottom: 50px;
}

.slider-testimonials {
  border: 1px solid #e9ecf1;
  border-radius: 5px;
  margin-top: 5px;
  text-align: center;
}

.slider-testimonials .contentslider {
  padding: 30px 0;
  direction: ltr;
}

.slider-testimonials .contentslider .item .img img {
  border-radius: 50%;
  border: 3px solid #2db2ff;
}

.slider-testimonials .contentslider .name {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin: 10px 0 5px 0;
}

.slider-testimonials .contentslider p {
  color: #777;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  margin: 0;
}

.slider-testimonials .contentslider p:before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 24px;
  color: #eee;
}

.slider-testimonials .contentslider p:after {
  position: absolute;
  bottom: 0;
  right: 10px;
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 24px;
  color: #eee;
}

.slider-testimonials .contentslider .owl2-dots {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
  position: static;
  text-align: center;
}

.slider-testimonials .contentslider .owl2-dots .owl2-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #222;
  margin: 0 5px;
  display: inline-block;
  float: none;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.slider-testimonials .contentslider .owl2-dots .owl2-dot span {
  display: none;
}

.slider-testimonials .contentslider .owl2-dots .owl2-dot:hover {
  background-color: #2db2ff;
}

.slider-testimonials .contentslider .owl2-dots .owl2-dot.active {
  width: 30px;
  background-color: #2db2ff;
}

/*== static cates ==*/
.static-cates {
  margin-top: 30px;
  margin-bottom: 45px;
  display: inline-block;
}

.static-cates ul {
  margin: 0 -15px;
}

.static-cates ul li {
  padding: 0 15px;
  float: left;
  width: 20%;
}

.static-cates ul li a {
  display: block;
  position: relative;
}

.static-cates ul li a:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  z-index: 1;
}

.static-cates ul li a:hover:before {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.static-cates ul li a:before {
  border-radius: 5px;
}

/*== block policy ==*/
.policy-w {
  margin-top: 40px;
}

.policy-w>a:hover img {
  opacity: 0.8;
}

.block-infos {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 0 20px;
  margin-bottom: 40px;
}

.block-infos li {
  border-top: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
}

.block-infos li:first-child {
  border-top: none;
}

.block-infos li .inner {
  padding: 25px 0;
  font-size: 13px;
}

.block-infos li .inner i {
  font-size: 36px;
  padding-top: 5px;
  width: 50px;
  float: left;
  margin-right: 0px;
  color: #2db2ff;
}

.block-infos li .inner .info-cont a {
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}

.block-infos li .inner .info-cont a:hover {
  color: #2db2ff;
}

.block-infos li .inner .info-cont p {
  color: #999;
  text-transform: capitalize;
  margin-top: 3px;
  line-height: 100%;
  margin-bottom: 0;
}

.block-infos li .inner:hover {
  cursor: pointer;
}

.block-infos li .inner:hover i {
  color: #2db2ff;
}

.block-infos li .inner:hover .info-cont a {
  color: #2db2ff;
  font-weight: 700;
}

/************************************************************************************************
 MODULE EXTRA SLIDER
 *************************************************************************************************/
.main-left .so-extraslider .owl2-dots {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
  position: static;
  text-align: center;
}

.main-left .so-extraslider .owl2-dots .owl2-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #222;
  margin: 0 5px;
  display: inline-block;
  float: none;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.main-left .so-extraslider .owl2-dots .owl2-dot span {
  display: none;
}

.main-left .so-extraslider .owl2-dots .owl2-dot:hover {
  background-color: #2db2ff;
}

.main-left .so-extraslider .owl2-dots .owl2-dot.active {
  width: 30px;
  background-color: #2db2ff;
}

.main-right .so-extraslider .extraslider-inner {
  margin: 0 0 4px 0;
}

.main-right .so-extraslider .owl2-dots {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
  top: 7px;
  right: 0px;
}

.main-right .so-extraslider .owl2-dots .owl2-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #222;
  margin: 0 5px;
  display: inline-block;
  float: none;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.main-right .so-extraslider .owl2-dots .owl2-dot span {
  display: none;
}

.main-right .so-extraslider .owl2-dots .owl2-dot:hover {
  background-color: #2db2ff;
}

.main-right .so-extraslider .owl2-dots .owl2-dot.active {
  width: 30px;
  background-color: #2db2ff;
}

.module .so-extraslider .extraslider-inner {
  margin: 0;
}

.common-home .product-simple {
  position: relative;
}

.common-home .product-simple .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}

.common-home .product-simple .so-extraslider {
  margin: 0;
}

.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav {
  position: static;
}

.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev,
.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -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;
  font-weight: 400;
}

.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev:before,
.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next:before {
  color: #e9e9e9;
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 18px;
}

.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-next,
.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-next {
  right: -14px;
  left: auto;
  -webkit-box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  -moz-box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
}

@media (max-width: 767px) {

  .common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-next,
  .common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: 0;
  }
}

.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-next:before,
.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
  content: "\f105";
}

.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-prev,
.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-prev {
  left: -14px;
  right: auto;
  -webkit-box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  -moz-box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
}

@media (max-width: 767px) {

  .common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-prev,
  .common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: 0;
  }
}

.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before,
.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
  content: "\f104";
}

.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover,
.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #c3c3c3;
  box-shadow: none;
}

.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover:before,
.common-home .product-simple .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover:before {
  color: #fff;
}

.common-home .product-simple .so-extraslider .extraslider-inner {
  position: static;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item {
  padding-top: 0;
  border: none;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 11px;
  width: 100%;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image {
  width: 80px;
  float: left;
  position: relative;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview {
  display: none;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview .btn-button {
  border: none;
  display: inline-block;
  margin-top: 0;
  padding: 0;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transform: all 0.3s ease 0s;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview .btn-button span {
  display: none;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview .btn-button i,
.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview .btn-button:before {
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image .so-quickview .btn-button:hover {
  background-color: #2db2ff;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info {
  text-align: left;
  margin-top: 0px;
  margin-left: 95px;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .price {
  margin-bottom: 3px;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .rating,
.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .ratings {
  margin-bottom: 0;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title {
  line-height: 100%;
  margin-bottom: 5px;
  padding: 0;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title a {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 18px;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title a:hover {
  color: #2db2ff;
}

.common-home .product-simple .so-extraslider .extraslider-inner .item .item-inner:hover .item-image .so-quickview .btn-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.so-extraslider .products-list .product-grid .product-item-container {
  margin: 0;
}

/************************************************************************************************
 MODULE DEALS
 *************************************************************************************************/
.so-deal .extraslider-inner {
  border: none;
}

.deals-layout1 {
  position: relative;
}

.deals-layout1 .viewall {
  float: right;
  color: #464646;
  margin-right: 15px;
  position: relative;
  font-size: 13px;
  margin-top: 5px;
}

.deals-layout1 .viewall:after {
  position: absolute;
  content: "\f0da";
  font-family: 'FontAwesome';
  margin-left: 5px;
}

.deals-layout1 .viewall:hover {
  color: #2db2ff;
}

.deals-layout1 .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}

.deals-layout1 item-timer .Countdown-1 .time-item {
  background-color: transparent;
  line-height: 100%;
  float: left;
  text-align: center;
  width: auto;
  margin-left: 16px;
}

.deals-layout1 item-timer .Countdown-1 .time-item .num-time {
  border: none;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #2db2ff;
  border-radius: 5px;
}

.deals-layout1 item-timer .Countdown-1 .time-item .num-time:after {
  position: absolute;
  content: ":";
  top: 0;
  right: -10px;
  color: #2db2ff;
}

.deals-layout1 item-timer .Countdown-1 .time-item .name-time {
  display: none;
}

.deals-layout1 item-timer .Countdown-1 .time-item.time-sec .num-time:after {
  display: none;
}

.deals-layout1 .so-deal {
  margin: 0;
  margin-bottom: 30px;
}

.deals-layout1 .so-deal .owl2-nav {
  position: static;
}

.deals-layout1 .so-deal .owl2-nav .owl2-prev,
.deals-layout1 .so-deal .owl2-nav .owl2-next {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  font-size: 24px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  font-weight: 400;
}

.deals-layout1 .so-deal .owl2-nav .owl2-prev:before,
.deals-layout1 .so-deal .owl2-nav .owl2-next:before {
  color: #aaa;
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 24px;
}

.deals-layout1 .so-deal .owl2-nav .owl2-prev.owl2-next,
.deals-layout1 .so-deal .owl2-nav .owl2-next.owl2-next {
  right: -22px;
  left: auto;
  -webkit-box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  -moz-box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
}

@media (max-width: 767px) {

  .deals-layout1 .so-deal .owl2-nav .owl2-prev.owl2-next,
  .deals-layout1 .so-deal .owl2-nav .owl2-next.owl2-next {
    right: 0;
  }
}

.deals-layout1 .so-deal .owl2-nav .owl2-prev.owl2-next:before,
.deals-layout1 .so-deal .owl2-nav .owl2-next.owl2-next:before {
  content: "\f105";
}

.deals-layout1 .so-deal .owl2-nav .owl2-prev.owl2-prev,
.deals-layout1 .so-deal .owl2-nav .owl2-next.owl2-prev {
  left: -22px;
  right: auto;
  -webkit-box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  -moz-box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
}

@media (max-width: 767px) {

  .deals-layout1 .so-deal .owl2-nav .owl2-prev.owl2-prev,
  .deals-layout1 .so-deal .owl2-nav .owl2-next.owl2-prev {
    left: 0;
  }
}

.deals-layout1 .so-deal .owl2-nav .owl2-prev.owl2-prev:before,
.deals-layout1 .so-deal .owl2-nav .owl2-next.owl2-prev:before {
  content: "\f104";
}

.deals-layout1 .so-deal .owl2-nav .owl2-prev:hover,
.deals-layout1 .so-deal .owl2-nav .owl2-next:hover {
  background-color: #2db2ff;
  box-shadow: none;
}

.deals-layout1 .so-deal .owl2-nav .owl2-prev:hover:before,
.deals-layout1 .so-deal .owl2-nav .owl2-next:hover:before {
  color: #fff;
}

.deals-layout1 .so-deal .owl2-nav .owl2-prev,
.deals-layout1 .so-deal .owl2-nav .owl2-next {
  top: 35%;
}

.deals-layout1 .so-deal .owl2-controls .owl2-dots {
  bottom: 20px;
  position: static;
  left: auto;
  right: auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 0px;
  z-index: 10;
}

.deals-layout1 .so-deal .owl2-controls .owl2-dots .owl2-dot {
  background: #222 !important;
  margin: 0 5px;
  width: 30px;
  height: 6px;
  padding: 0;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  float: none;
  display: inline-block;
}

.deals-layout1 .so-deal .owl2-controls .owl2-dots .owl2-dot:hover,
.deals-layout1 .so-deal .owl2-controls .owl2-dots .owl2-dot.active {
  background: #2db2ff !important;
}

.deals-layout1 .so-deal .owl2-controls .owl2-dots .owl2-dot:hover span,
.deals-layout1 .so-deal .owl2-controls .owl2-dots .owl2-dot.active span {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #2db2ff !important;
}

.deals-layout1 .so-deal .extraslider-inner .product-thumb {
  margin: 0;
}

.deals-layout1 .so-deal .extraslider-inner .product-thumb .product-thumb .caption .item-time {
  margin: 0 -20px;
}

.deals-layout1 .so-deal .extraslider-inner .item .product-item-container {
  margin-bottom: 0;
}

.deals-layout1 .so-deal .extraslider-inner .item .rating {
  margin-bottom: 5px;
}

.deals-layout1 .so-deal .extraslider-inner .item .image {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.deals-layout1 .so-deal .extraslider-inner .item .image a.img-link {
  position: relative;
  display: block;
  border-radius: 3px;
}

.deals-layout1 .so-deal .extraslider-inner .item .image .label-product-new,
.deals-layout1 .so-deal .extraslider-inner .item .image .label-product-sale {
  text-align: center;
  background-color: #2db2ff;
  border-radius: 50%;
  color: #fff;
  display: block;
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 12px;
  font-size: 1.2rem;
  /* [8] */
  font-weight: 700;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  top: 20px;
  text-transform: uppercase;
  z-index: 2;
  padding: 0;
  margin-bottom: 5px;
}

.deals-layout1 .so-deal .extraslider-inner .item .image .label-product-sale {
  background-color: #2db2ff;
  right: 20px;
}

.deals-layout1 .so-deal .extraslider-inner .item .image .label-product-new {
  background-color: #53d542;
  left: 20px;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-time-w {
  clear: both;
  margin-top: 15px;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-time-w .time-title {
  float: left;
  color: #222;
  width: 35%;
  margin-top: 5px;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-time-w .time-title span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 100%;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-timer {
  background-color: transparent;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-timer .time-item {
  background-color: transparent;
  line-height: 100%;
  float: left;
  text-align: center;
  width: auto;
  margin-left: 10px;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-timer .time-item .num-time {
  border: none;
  font-size: 14px;
  color: #222;
  font-weight: 700;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #eee;
  border-radius: 100%;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-timer .time-item .name-time {
  color: #666;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 3px;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-timer .time-item.time-sec .num-time:after {
  display: none;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-available {
  text-align: center;
  margin-top: 7px;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-available p {
  color: #222;
  margin-bottom: 0;
}

.deals-layout1 .so-deal .extraslider-inner .item .item-available .a2 b {
  font-size: 13px;
  color: #2db2ff;
  font-weight: 600;
}

.deals-layout1 .so-deal .extraslider-inner .item .desc {
  margin-bottom: 22px;
}

.deals-layout1 .so-deal .extraslider-inner .item .available {
  background-color: #eee;
  height: 13px;
  width: 100%;
  display: inline-block;
  border-radius: 7px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.deals-layout1 .so-deal .extraslider-inner .item .available .color_width {
  background: #2db2ff;
  position: absolute;
  height: 100%;
  left: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.deals-layout1 .so-deal .extraslider-inner .item:hover .product-thumb .image a.img-link:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.deals-layout1 {
  position: relative;
}

.deals-layout1 .so-deal {
  margin: 0;
}

.deals-layout1 .so-deal .extraslider-inner {
  border: none;
}

/************************************************************************************************
 MODULE CATEGORY SLIDER
 *************************************************************************************************/
.container-slider .item-sub-cat ul li a {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  line-height: 25px;
  padding-top: 12px;
  padding-left: 25px;
  padding-right: auto;
}

.container-slider .item-sub-cat ul li a:hover {
  color: #2db2ff;
  font-weight: 500;
}

.container-slider .categoryslider-content {
  margin-bottom: 5px;
}

.so-category-slider.container-slider .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}

.so-category-slider.container-slider .item-sub-cat {
  float: right;
}

.so-category-slider.container-slider .item-cat-image {
  width: 20%;
  border: none;
  height: auto;
}

.so-category-slider.container-slider .item-cat-image a {
  display: block;
  position: relative;
}

.so-category-slider.container-slider .item-cat-image a:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  z-index: 1;
}

.so-category-slider.container-slider .item-cat-image a:hover:before {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.so-category-slider.container-slider .item-cat-image a:before {
  border-radius: 5px;
}

.so-category-slider.container-slider .category-slider-inner {
  width: 80%;
  clear: none;
  padding: 10px 10px 0 10px;
}

.so-category-slider.container-slider.cateslider1 .item-cat-image {
  float: left;
}

.so-category-slider.container-slider.cateslider2 .item-cat-image {
  float: right;
}

.so-category-slider.container-slider .page-top {
  border-bottom: 2px solid #eee;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}

.so-category-slider.container-slider .page-top .page-title-categoryslider {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  float: left;
  text-transform: uppercase;
  margin-bottom: 0px;
  background-color: #2db2ff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 11px 25px;
  position: relative;
  bottom: -2px;
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav {
  position: static;
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev,
.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  font-size: 24px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  font-weight: 400;
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev:before,
.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next:before {
  color: #aaa;
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 24px;
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev.owl2-next,
.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next.owl2-next {
  right: -22px;
  left: auto;
  -webkit-box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  -moz-box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
}

@media (max-width: 767px) {

  .so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev.owl2-next,
  .so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: 0;
  }
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev.owl2-next:before,
.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
  content: "\f105";
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev.owl2-prev,
.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next.owl2-prev {
  left: -22px;
  right: auto;
  -webkit-box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  -moz-box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
}

@media (max-width: 767px) {

  .so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev.owl2-prev,
  .so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: 0;
  }
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before,
.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
  content: "\f104";
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev:hover,
.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #2db2ff;
  box-shadow: none;
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev:hover:before,
.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next:hover:before {
  color: #fff;
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev,
.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next {
  top: 40%;
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-prev {
  left: 0 !important;
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav .owl2-next {
  right: 0 !important;
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-nav>div {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  margin-top: 0px;
}

.so-category-slider.container-slider .categoryslider-content .owl2-controls .owl2-dots {
  display: none !important;
}

.so-category-slider.container-slider .categoryslider-content:hover .owl2-controls .owl2-nav>div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.so-category-slider.container-slider .available {
  background-color: #eee;
  height: 13px;
  width: 100%;
  display: inline-block;
  border-radius: 7px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.so-category-slider.container-slider .available .color_width {
  background: #2db2ff;
  position: absolute;
  height: 100%;
  left: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

/************************************************************************************************
 MODULE LATEST BLOG
 *************************************************************************************************/
.blog-sidebar {
  margin-top: 35px;
}

.blog-sidebar .owl2-controls .owl2-nav {
  position: static;
}

.blog-sidebar .owl2-controls .owl2-nav .owl2-prev,
.blog-sidebar .owl2-controls .owl2-nav .owl2-next {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -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;
  font-weight: 400;
}

.blog-sidebar .owl2-controls .owl2-nav .owl2-prev:before,
.blog-sidebar .owl2-controls .owl2-nav .owl2-next:before {
  color: #e9e9e9;
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 18px;
}

.blog-sidebar .owl2-controls .owl2-nav .owl2-prev.owl2-next,
.blog-sidebar .owl2-controls .owl2-nav .owl2-next.owl2-next {
  right: -14px;
  left: auto;
  -webkit-box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  -moz-box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
}

@media (max-width: 767px) {

  .blog-sidebar .owl2-controls .owl2-nav .owl2-prev.owl2-next,
  .blog-sidebar .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: 0;
  }
}

.blog-sidebar .owl2-controls .owl2-nav .owl2-prev.owl2-next:before,
.blog-sidebar .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
  content: "\f105";
}

.blog-sidebar .owl2-controls .owl2-nav .owl2-prev.owl2-prev,
.blog-sidebar .owl2-controls .owl2-nav .owl2-next.owl2-prev {
  left: -14px;
  right: auto;
  -webkit-box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  -moz-box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
}

@media (max-width: 767px) {

  .blog-sidebar .owl2-controls .owl2-nav .owl2-prev.owl2-prev,
  .blog-sidebar .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: 0;
  }
}

.blog-sidebar .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before,
.blog-sidebar .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
  content: "\f104";
}

.blog-sidebar .owl2-controls .owl2-nav .owl2-prev:hover,
.blog-sidebar .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #c3c3c3;
  box-shadow: none;
}

.blog-sidebar .owl2-controls .owl2-nav .owl2-prev:hover:before,
.blog-sidebar .owl2-controls .owl2-nav .owl2-next:hover:before {
  color: #fff;
}

.blog-sidebar .owl2-controls .owl2-dots {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
  right: 10px;
  top: 5px;
}

.blog-sidebar .owl2-controls .owl2-dots .owl2-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #222;
  margin: 0 5px;
  display: inline-block;
  float: none;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}

.blog-sidebar .owl2-controls .owl2-dots .owl2-dot span {
  display: none;
}

.blog-sidebar .owl2-controls .owl2-dots .owl2-dot:hover {
  background-color: #2db2ff;
}

.blog-sidebar .owl2-controls .owl2-dots .owl2-dot.active {
  width: 30px;
  background-color: #2db2ff;
}

.blog-sidebar .so-blog-external .blog-external-simple {
  border: none;
  margin: 0px;
}

.blog-sidebar .so-blog-external .blog-external-simple .cat-wrap {
  margin-bottom: 15px;
}

.blog-sidebar .so-blog-external .blog-external-simple .media {
  margin: 0;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item {
  margin: 0;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item.item-2 {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item.item-2 .media-left {
  display: none;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item h4.media-heading {
  margin-bottom: 7px;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item h4.media-heading a {
  font-size: 13px;
  color: #333;
  font-weight: 600;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item h4.media-heading a:hover {
  color: #2db2ff;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item .media-left {
  padding: 0;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 18px;
  float: left;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item .media-left img {
  border-radius: 3px;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item .media-left img:hover {
  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-sidebar .so-blog-external .blog-external-simple .media .item .media-content {
  font-size: 12px;
  float: left;
  text-align: left;
  color: #999;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item .media-content h4 a {
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  color: #222;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item .media-content h4 a:hover {
  color: #2db2ff;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item .media-content .media-date-added {
  float: left;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item .media-content i {
  float: left;
  margin-top: 6px;
  margin-right: 5px;
}

.blog-sidebar .so-blog-external .blog-external-simple .media .item .media-content .media-subcontent {
  float: left;
  clear: none;
  margin-left: 20px;
}

/************************************************************************************************
 SHORTCODE HTML SLIDER BRANDS
 *************************************************************************************************/
.slider-brands {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 30px 0px;
  margin-top: 0;
  margin-bottom: 50px;
}

.slider-brands .contentslider {
  padding: 0 20px;
  position: relative;
}

.slider-brands .contentslider .owl2-stage-outer {
  direction: ltr;
}

.slider-brands .owl2-carousel .owl2-item {
  height: 0;
}

.slider-brands .owl2-carousel .owl2-item.active {
  height: auto;
}

.slider-brands .item {
  text-align: center;
  opacity: 0.4;
}

.slider-brands .item:hover {
  opacity: 1;
}

.slider-brands .owl2-controls .owl2-nav {
  position: static;
  /*position: static;
     .owl2-prev{
     #{$left}: -20px;
     position: absolute;
     top: 50%;
     margin-top: -20px;
     background-color: #fff;
     }
     .owl2-next{
     #{$right}: -20px;
     position: absolute;
     top: 50%;
     margin-top: -20px;
     background-color: #fff;
     }*/
}

.slider-brands .owl2-controls .owl2-nav .owl2-prev,
.slider-brands .owl2-controls .owl2-nav .owl2-next {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  font-size: 24px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  font-weight: 400;
}

.slider-brands .owl2-controls .owl2-nav .owl2-prev:before,
.slider-brands .owl2-controls .owl2-nav .owl2-next:before {
  color: #aaa;
  font-family: 'FontAwesome';
  display: block;
  text-indent: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 24px;
}

.slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-next,
.slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-next {
  right: -22px;
  left: auto;
  -webkit-box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  -moz-box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  box-shadow: -2px 0px 3px 0px rgba(155, 155, 155, 0.75);
}

@media (max-width: 767px) {

  .slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-next,
  .slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: 0;
  }
}

.slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-next:before,
.slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
  content: "\f105";
}

.slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-prev,
.slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-prev {
  left: -22px;
  right: auto;
  -webkit-box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  -moz-box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
  box-shadow: 2px 0px 3px 0px rgba(155, 155, 155, 0.75);
}

@media (max-width: 767px) {

  .slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-prev,
  .slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: 0;
  }
}

.slider-brands .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before,
.slider-brands .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
  content: "\f104";
}

.slider-brands .owl2-controls .owl2-nav .owl2-prev:hover,
.slider-brands .owl2-controls .owl2-nav .owl2-next:hover {
  background-color: #2db2ff;
  box-shadow: none;
}

.slider-brands .owl2-controls .owl2-nav .owl2-prev:hover:before,
.slider-brands .owl2-controls .owl2-nav .owl2-next:hover:before {
  color: #fff;
}

.main-left .col1 {
  min-height: 450px;
}

.main-left .so-extraslider {
  margin: 0;
}

@media (min-width: 1650px) {
  .main-right .col2 {
    width: 80%;
  }

  .main-right .col3 {
    width: 20%;
  }
}

/*==================== ===================*/
@media (min-width: 1200px) and (max-width: 1649px) {
  .main-left .col1 {
    min-height: 300px;
    margin-bottom: 30px;
  }

  .container-megamenu.vertical .vertical-wrapper ul.megamenu .fa-caret-right {
    float: right;
    margin-top: 5px;
    color: #999;
  }

  .container-megamenu.vertical .vertical-wrapper ul.megamenu>li.with-sub-menu>a .fa-angle-right::before {
    top: 8px;
  }

  .main-right .col2 {
    width: 75%;
  }

  .main-right .col3 {
    width: 25%;
  }

  .common-home .main-right .product-simple .so-extraslider .extraslider-inner .item .item-inner {
    padding-bottom: 1px;
    margin-bottom: 1px;
  }

  .common-home .main-right .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-image {
    width: 60px;
  }

  .common-home .main-right .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info {
    margin-left: 65px;
  }

  .common-home .main-right .product-simple .so-extraslider .extraslider-inner .item .item-inner .item-info .item-title {
    margin-bottom: 0;
  }

  .banners3 .item1,
  .banners3 .item3 {
    width: 25.9%;
  }

  .banners3 .item2 {
    width: 48.2%;
  }

  .block-infos,
  .banners2,
  .testimonials {
    margin-bottom: 30px;
  }

  .policy-w {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {

  .common-home .products-list .product-grid .product-item-container .right-block .cartinfo--static .addToCart,
  .common-home .products-list .product-grid .product-item-container .right-block .button-group .addToCart {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 1px;
    position: relative;
  }

  .common-home .products-list .product-grid .product-item-container .right-block .cartinfo--static .addToCart:before,
  .common-home .products-list .product-grid .product-item-container .right-block .button-group .addToCart:before {
    font-family: 'FontAwesome';
  }

  .common-home .products-list .product-grid .product-item-container .right-block .cartinfo--static .addToCart span,
  .common-home .products-list .product-grid .product-item-container .right-block .button-group .addToCart span {
    display: none;
  }
}

body {
  background-color: #fff;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top center;
  color: #666;
  font-size: 14px;
  line-height: 26px;
  overflow-x: hidden;
}

.container-megamenu,
.container-megamenu .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#remove-megamenu {
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  display: none;
  text-align: right;
}

body .block-popup-login .tt_popup_login strong {
  background-color: #2db2ff !important;
}

body .block-popup-login .tt_popup_login strong:before {
  border-bottom: 37px solid #2db2ff !important;
}

body .block-popup-login .block-content .btn-reg-popup {
  background-color: #2db2ff !important;
}

body .block-popup-login .block-content .btn-reg-popup:hover {
  background: #009ef9 !important;
}

body .block-popup-login .tt_popup_login {
  border-color: #2db2ff !important;
}

body .block-popup-login .action.login:hover {
  background-color: #2db2ff !important;
}

.common-home .typeheader-1 .megamenu-style-dev .horizontal ul.megamenu>li.menu-home>a {
  color: #2db2ff;
}

.common-home .header-center {
  margin-bottom: 10px;
}

.common-home .block.block_1 {
  margin-top: 0;
}

.common-home .block.block_2 {
  margin-top: 10px;
}

.common-home .block.block_3 {
  margin-top: 30px;
}

.common-home .block.block_4 {
  margin-top: 24px;
}

.common-home .block.block_5 {
  margin-top: 30px;
}

.common-home .block.block_6 {
  margin-top: 30px;
}

.common-home .block.block_7 {
  margin-top: 30px;
}

.common-home .block.block_8 {
  margin-top: 30px;
}

.common-home .block.block_9 {
  margin-top: 30px;
}

.common-home .block.block_10 {
  margin-top: 30px;
}

.container-megamenu.horizontal ul.megamenu>li>a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  display: block;
  position: relative;
  height: 55px;
  padding-top: 20px;
  line-height: 100%;
}

header.typeheader-1 .megamenu-style-dev .horizontal ul.megamenu>li.active>a,
header.typeheader-1 .megamenu-style-dev .horizontal ul.megamenu>li:hover>a {
  color: #2db2ff;
}

header.navbar-compact {
  position: static;
}

.so-page-builder .container {
  overflow: visible !important;
  padding: 0 15px !important;
}

@media (min-width: 992px) .menu-left {
  padding-right: 5px;
}

.responsive .navbar-default,
.responsive .megamenu-wrapper {
  background: transparent;
}

.so-page-builder .container-megamenu.container {
  padding: 0 !important;
  position: relative;
}

.container-megamenu.vertical #menuHeading {
  margin-top: 0;
  height: 45px;
  cursor: pointer;
}

.container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
  height: 45px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  border-radius: 3px 3px 0 0;
}

.container-megamenu.vertical #menuHeading .container:before {
  width: 19px;
  height: 14px;
  display: inline-block;
  background: url("../image/icon/icon_general.png") no-repeat -20px -1379px;
  margin-right: 10px;
}

div#content .col-lg-2:nth-child(6n+1),
#content .col-lg-2:nth-child(6n+1),
#content .col-lg-3:nth-child(4n+1),
#content .col-lg-4:nth-child(3n+1),
#content .col-lg-6:nth-child(2n+1) {
  clear: none;
}

.container .container {
  width: auto !important;
}

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

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

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

.btn-shopping-cart .dropdown-menu {
  min-width: 350px;
  border: none;
  font-size: 12px;
}

.btn-shopping-cart .dropdown-menu:before {
  content: "";
  background: #009ef9;
  height: 3px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.btn-shopping-cart .dropdown-menu .cart_product_name {
  color: #555;
}

.btn-shopping-cart .dropdown-menu .cart_product_name:hover {
  color: #2db2ff;
}

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

@media (min-width: 992px) {
  .menu-left {
    padding-right: 5px;
  }

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

.modcontent {
  clear: both;
}

/************************************************************************************************
 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;
  border-radius: 3px;
  font-size: 0;
  z-index: 9;
  transition: all 0.3s ease;
  opacity: 0.3;
}

.module.sohomepage-slider .owl2-controls .owl2-nav div:hover {
  opacity: 1;
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev {
  left: 20px;
  background: #222 url("../image/icon/arrow-slider-left.png") no-repeat center;
  border: none;
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev:hover {
  background-color: #2db2ff;
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev:before,
.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev:after {
  display: none;
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next {
  right: 20px;
  background: #222 url("../image/icon/arrow-slider-right.png") no-repeat center;
  border: none;
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next:hover {
  background-color: #2db2ff;
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next:before,
.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next:after {
  display: none;
}

.module.sohomepage-slider .owl2-dots {
  position: absolute;
  bottom: 12px;
  line-height: 100%;
  float: right;
  left: 90%;
}

.module.sohomepage-slider .owl2-dots .owl2-dot {
  display: inline-block;
}

.module.sohomepage-slider .owl2-dots .owl2-dot span {
  background: none;
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 2px solid #222;
  margin: 0 4px;
  opacity: 1;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.module.sohomepage-slider .owl2-dots .owl2-dot.active span,
.module.sohomepage-slider .owl2-dots .owl2-dot:hover span {
  border-color: #2db2ff;
  background: none;
}

/* footer */
.so-page-builder .container-fluid {
  padding: 0 15px !important;
  overflow: hidden;
}

.so-page-builder .container {
  padding: 0;
  overflow: hidden;
}

.so-page-builder section {
  overflow: hidden;
}

.form-control {
  height: 38px;
}

.row_z1do {
  background-color: rgba(242, 245, 245, 1);
  overflow: hidden;
}

.row_sh6r {
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
}

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

.megamenu-style-dev .vertical ul.megamenu {
  position: relative;
  z-index: 3;
}

.typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  background-color: #222 !important;
}

.megamenu-style-dev .vertical ul.megamenu {
  position: relative;
  z-index: 3;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/**/
.vertical .navbar-header {
  margin: 0px;
}

@media (max-width: 991px) header .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
  background: #009ef9;
}

.home1-banner-1 .item-1 {
  padding: 0 5px 0 0;
}

.home1-banner-1 .item-2 {
  padding: 0 0 0 5px;
}

/*************************
 MODULE DEALS
 ************************/
.module.home1_deals {
  margin: 0;
}

.module.home1_deals .so-deal {
  margin: 10px 0 0;
}

.module.home1_deals h2.modtitle {
  float: left;
}

.module.home1_deals .product-item-container .left-block {
  position: relative;
}

.module.home1_deals .product-item-container .left-block:before {
  display: inline-block;
  content: '';
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.module.home1_deals .product-item-container:hover .left-block:before {
  opacity: 1;
  visibility: visible;
}

.module.home1_deals .cs-item-timer .Countdown-1 {
  float: right;
  padding: 5px 20px;
  position: relative;
}

.module.home1_deals .cs-item-timer .Countdown-1:before {
  content: "\f0e2";
  font-family: fontawesome;
  position: absolute;
  font-size: 14px;
  top: 4px;
  bottom: auto;
  color: #2db2ff;
  left: 5px;
  right: auto;
}

.module.home1_deals .cs-item-timer .Countdown-1 .time-item {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  color: #2db2ff;
  margin-left: 5px;
}

.module.home1_deals .cs-item-timer .Countdown-1 .time-item .num-time {
  float: left;
  margin-right: 2px;
}

.module.home1_deals .cs-item-timer .Countdown-1 .time-item .name-time {
  float: left;
}

.module.home1_deals .item-time .item-timer {
  border: 1px dashed #df0024;
  font-weight: 600;
  height: 100%;
  line-height: 28px;
  display: inline-block;
  width: 100%;
}

.module.home1_deals .item-time .item-timer .time-item {
  float: left;
  font-size: 92.3%;
  color: #383838;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  width: 25%;
  line-height: 28px;
  border: none;
}

.module.home1_deals .item-time .item-timer .time-item .num-time {
  display: block;
}

.module.home1_deals .item-time .item-timer .time-item .name-time {
  display: block;
}

.module.home1_deals .owl2-controls {
  width: 100%;
}

.module.home1_deals .owl2-dots {
  transform: translateX(-50%);
  position: absolute;
  bottom: -5px;
  left: 50%;
}

.module.home1_deals .owl2-dots .owl2-dot {
  width: 40px;
  height: 5px;
  border-radius: 2px;
  margin: 0 5px;
  background: #222;
  border: red;
  display: block;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.module.home1_deals .owl2-dots .owl2-dot .active {
  background: #2db2ff;
}

.head-title {
  margin-bottom: 25px;
}

.head-title .block-title h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #191919;
  position: relative;
  margin: 0 0 7px 0;
}

.head-title .block-title h3 span {
  z-index: 2;
  position: relative;
}

.head-title .block-title h3:before {
  content: "";
  width: 50px;
  height: 5px;
  background: #2db2ff;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: 1;
}

.head-title .block-title p {
  font-size: 16px;
  color: #909090;
  letter-spacing: 1px;
}

.head-title a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2db2ff;
  margin-top: 8px;
}

.head-title a i {
  font-size: 18px;
}

.head-title a:hover {
  color: #009ef9;
}

.home1-banner-2 a {
  position: relative;
  display: inline-block;
}

.home1-banner-2 .item-1 {
  padding: 0;
}

.home1-banner-2 .item-2 {
  padding: 0;
}

/***Home-lt1****
 ****************/
.module.home-lt1 {
  margin: 0;
  /*Style 2*/
  /*Style 3*/
  /*Style 4*/
}

.module.home-lt1 .head-title {
  border-color: #e9597e;
}

.module.home-lt1 h2.modtitle {
  background: #e9597e;
  padding: 10px 20px 10px 50px;
}

.module.home-lt1 h2.modtitle:before {
  background-position: -17px -56px;
  width: 20px;
  height: 12px;
  top: 14px;
}

.module.home-lt1 .so-listing-tabs .ltabs-item {
  float: left;
  margin-bottom: 0px !important;
}

.module.home-lt1 .so-listing-tabs .ltabs-item .item-inner {
  margin: 0 15px;
}

.module.home-lt1 .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
  margin: 0;
  position: absolute;
  right: 25px;
  top: 5px;
}

.module.home-lt1 .wap-listing-tabs {
  margin: 20px -15px 0;
}

.module.home-lt1 .so-listing-tabs {
  margin: 0;
}

.module.home-lt1 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  width: auto;
  background: transparent;
  color: #222;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  border-bottom: none;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  margin: 0 5px;
  border-radius: 15px;
  transition: 0.3s all ease 0s;
  padding: 0 5px;
  border: none;
}

.module.home-lt1 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li>span {
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #222;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 12px;
  vertical-align: middle;
}

.module.home-lt1 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  display: none;
  top: -4px;
  border-right: 5px solid transparent;
  border-top: 5px solid #e9597e;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 40%;
}

.module.home-lt1 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover>span {
  color: #e9597e;
}

.module.home-lt1 .total-price {
  min-height: 56px;
}

.module.home-lt1 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  background: transparent;
}

.module.home-lt1 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel:before {
  display: block;
}

.module.home-lt1 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel>span {
  color: #e9597e;
}

.module.home-lt1 .so-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s all ease 0s;
  border-radius: 18px;
  text-transform: capitalize;
  text-align: center;
  padding: 5px 45px;
  background: #ff5621;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 2px;
}

.module.home-lt1 .so-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:hover {
  background: #009ef9;
}

.module.home-lt1.home1-lt-style2 .head-title {
  border-color: #e8b35f;
  float: left;
}

.module.home-lt1.home1-lt-style2 h2.modtitle {
  background: #e8b35f;
  padding: 10px 20px 10px 46px;
}

.module.home-lt1.home1-lt-style2 h2.modtitle:before {
  background-position: -19px -139px;
  width: 15px;
  height: 13px;
  top: 14px;
}

.module.home-lt1.home1-lt-style2 .modcontent {
  clear: both;
}

.module.home-lt1.home1-lt-style2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover>span,
.module.home-lt1.home1-lt-style2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel>span {
  color: #e8b35f;
}

.module.home-lt1.home1-lt-style2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:before {
  border-top: 5px solid #e8b35f;
}

.module.home-lt1.home1-lt-style2 .so-listing-tabs .ltabs-wrap .wap-listing-tabs .item-cat-image {
  float: left;
  width: 25%;
  padding: 0 15px;
}

.module.home-lt1.home1-lt-style2 .so-listing-tabs .ltabs-wrap .ltabs-items-container {
  width: 75%;
}

.module.home-lt1.home1-lt-style3 .head-title {
  border-color: #449df0;
}

.module.home-lt1.home1-lt-style3 h2.modtitle {
  background: #449df0;
  padding: 10px 20px 10px 46px;
}

.module.home-lt1.home1-lt-style3 h2.modtitle:before {
  background-position: -17px -175px;
  width: 15px;
  height: 17px;
  top: 11px;
}

.module.home-lt1.home1-lt-style3 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover>span,
.module.home-lt1.home1-lt-style3 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel>span {
  color: #449df0;
}

.module.home-lt1.home1-lt-style3 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:before {
  border-top: 5px solid #449df0;
}

.module.home-lt1.home1-lt-style3 .so-listing-tabs .ltabs-wrap .wap-listing-tabs .item-cat-image {
  float: right;
  width: 25%;
  padding: 0 15px;
}

.module.home-lt1.home1-lt-style3 .so-listing-tabs .ltabs-wrap .ltabs-items-container {
  width: 75%;
}

.module.home-lt1.home1-lt-style4 .head-title {
  border-color: #407f7f;
}

.module.home-lt1.home1-lt-style4 .banner-tab {
  margin: 0 0 30px;
}

.module.home-lt1.home1-lt-style4 .wap-listing-tabs {
  margin-top: 20px;
}

.module.home-lt1.home1-lt-style4 h2.modtitle {
  background: #407f7f;
  padding: 10px 20px 10px 50px;
}

.module.home-lt1.home1-lt-style4 h2.modtitle:before {
  background-position: -17px -97px;
  width: 20px;
  height: 13px;
  top: 14px;
}

.module.home-lt1.home1-lt-style4 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover>span,
.module.home-lt1.home1-lt-style4 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel>span {
  color: #407f7f;
}

.module.home-lt1.home1-lt-style4 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab:before {
  border-top: 5px solid #407f7f;
}

.module.home-lt1.home1-lt-style4 .so-listing-tabs .ltabs-item {
  opacity: 1 !important;
}

/**********Home-extra**********/
.module.home1-extra {
  margin: 0;
  /*STYLE 2*/
  /*STYLE 2*/
}

.module.home1-extra .owl2-controls {
  float: none;
}

.module.home1-extra .owl2-controls .owl2-nav>div {
  font-size: 12px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all ease 0s;
  position: absolute;
  z-index: 2;
  height: 25px;
  color: #fff;
  width: 15px;
  top: -50px;
  opacity: 1;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.module.home1-extra .owl2-controls .owl2-nav>div.owl2-prev {
  right: 5px;
}

.module.home1-extra .owl2-controls .owl2-nav>div.owl2-next {
  right: -5px;
}

.module.home1-extra .owl2-controls .owl2-nav>div:hover {
  color: #222;
}

.module.home1-extra .head-title {
  border-color: #6fbf1d;
}

.module.home1-extra .head-title h2.modtitle {
  background: #6fbf1d;
  float: none;
  border-radius: 0;
}

.module.home1-extra .head-title h2.modtitle:before {
  background-position: -17px -217px;
  width: 15px;
  height: 15px;
  top: 13px;
}

.module.home1-extra .so-extraslider {
  margin: 0;
}

.module.home1-extra .products-list.grid .product-layout .product-item-container .left-block {
  display: inline-block;
  width: auto;
  float: left;
  border-radius: 3px;
  overflow: hidden;
}

.module.home1-extra .products-list.grid .product-layout .product-item-container .right-block {
  width: auto;
  padding: 0;
  clear: none;
  margin-left: 140px;
}

.module.home1-extra .products-list.grid .product-layout .product-item-container .right-block .caption h4 {
  margin: 0;
  border: none;
  padding-bottom: 10px;
}

.module.home1-extra .products-list.grid .price .price-old {
  display: inline-block;
}

.module.home1-extra .products-list.grid .price-left {
  width: 100%;
}

.module.home1-extra .products-list.grid .price-right {
  width: 100%;
  float: none;
  text-align: left;
}

.module.home1-extra .products-list.grid .price-right .discount {
  background: #2db2ff;
  color: #fff;
  font-size: 10px;
  width: 27px;
  height: 27px;
  font-weight: normal;
  line-height: 12px;
}

.module.home1-extra .products-list.grid .price-right .discount strong {
  font-size: 10px;
}

.module.home1-extra .products-list.grid .price-right .discount:before {
  top: 9px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #2db2ff;
  right: auto;
  left: -4px;
}

.module.home1-extra .products-list.grid .label-product {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  font-weight: normal;
}

.module.home1-extra .products-list.grid .label-product.label-sale {
  right: 10px;
  top: 10px;
}

.module.home1-extra .products-list.grid .label-product.label-sale:before {
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #63c54c;
  top: -4px;
  right: -4px;
}

.module.home1-extra .products-list.grid .label-product.label-new {
  left: 10px;
  top: 10px;
}

.module.home1-extra .products-list.grid .label-product.label-new:before {
  content: "";
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid #ed3f46;
  position: absolute;
  top: -4px;
  left: -4px;
}

.module.home1-extra .products-list.grid .product-layout .product-item-container {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.module.home1-extra .products-list.grid .product-layout .product-item-container:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.module.home1-extra .so-extraslider .extraslider-inner {
  padding: 20px;
  border: none;
  background: #fff;
  border-radius: 0 0 3px 3px;
}

.module.home1-extra.home1-extra-style2 .head-title {
  border-color: #b5361c;
}

.module.home1-extra.home1-extra-style2 .head-title h2.modtitle {
  background: #b5361c;
  float: none;
  border-radius: 0;
}

.module.home1-extra.home1-extra-style2 .head-title h2.modtitle:before {
  background-position: -17px -263px;
  width: 15px;
  height: 13px;
  top: 13px;
}

.module.home1-extra.home1-extra-style3 .head-title {
  border-color: #64c0d1;
}

.module.home1-extra.home1-extra-style3 .head-title h2.modtitle {
  background: #64c0d1;
  float: none;
  border-radius: 0;
}

.module.home1-extra.home1-extra-style3 .head-title h2.modtitle:before {
  background-position: -17px -305px;
  width: 16px;
  height: 13px;
  top: 13px;
}

.home1-sevices {
  border-radius: 3px;
  margin-bottom: 30px;
  background: #2db2ff;
  overflow: hidden;
}

.home1-sevices .owl2-stage-outer {
  direction: ltr;
}

.home1-sevices ul li {
  padding: 32px 0px 34px;
  text-align: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.home1-sevices ul li .icon {
  width: 35px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  vertical-align: middle;
  background: url("../image/icon/icon-full.png") no-repeat center;
  background-position: -79px -46px;
}

.home1-sevices ul li.secure .icon {
  background-position: -80px -170px;
}

.home1-sevices ul li.support .icon {
  background-position: -78px -110px;
}

.home1-sevices ul li.payment .icon {
  background-position: -76px -234px;
}

.home1-sevices ul li .text {
  text-align: left;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.home1-sevices ul li .text h5 {
  margin: 0 0 2px;
}

.home1-sevices ul li .text h5 a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.home1-sevices ul li .text p {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  line-height: 16px;
}

.home1-sevices ul li:hover {
  background: #009ef9;
}

/************************************************************************************************
 MODULE LASTET BLOG
 *************************************************************************************************/
.module.custom-ourblog {
  position: relative;
  margin-bottom: 0;
}

.module.custom-ourblog h2.modtitle {
  border-bottom: none;
  text-align: center;
  padding: 0;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  color: #222;
}

.module.custom-ourblog h2.modtitle:before {
  content: "";
  background: url("../image/icon/icon-full.png") no-repeat center;
  background-position: -81px -15px;
  width: 132px;
  height: 14px;
  position: absolute;
  top: 32px;
  margin-left: -66px;
  left: 50%;
  right: auto;
  bottom: auto;
}

.module.custom-ourblog .so-blog-external.button-type2 .owl2-nav {
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #fff;
  z-index: 2;
}

.module.custom-ourblog .owl2-dots .owl2-dot {
  width: 40px;
  height: 5px;
  border-radius: 2px;
  margin: 0 5px;
  background: #222;
  border: none;
  opacity: 1;
}

.module.custom-ourblog .owl2-dots .owl2-dot.active,
.module.custom-ourblog .owl2-dots .owl2-dot:hover {
  background: #2db2ff;
}

.module.custom-ourblog .so-blog-external .owl2-stage-outer {
  padding-bottom: 60px;
  border-bottom: 1px #eee solid;
  margin-bottom: 10px;
}

.module.custom-ourblog .so-blog-external .blog-external .media .so-block {
  float: none;
}

.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta {
  margin-bottom: 10px;
}

.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-date,
.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-comment {
  margin-right: 30px;
}

.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-date,
.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-comment,
.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-social {
  display: inline-block;
  font-size: 13px;
  color: #909090;
}

.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-date i,
.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-comment i,
.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-social i {
  margin-right: 5px;
}

.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-date a,
.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-comment a,
.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-social a {
  color: #909090;
}

.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-date a:hover,
.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-comment a:hover,
.module.custom-ourblog .so-blog-external .blog-external .media .so-block .entry-meta .entry-social a:hover {
  color: #2db2ff;
}

.module.custom-ourblog .owl2-carousel .owl2-stage-outer {
  direction: ltr;
}

.so-blog-external.button-type2 .owl2-nav {
  padding-right: 5px;
}

.so-blog-external.button-type2 .owl2-nav .owl2-prev {
  display: inline-block !important;
  font-size: 16px;
  padding-right: 5px;
}

.so-blog-external.button-type2 .owl2-nav .owl2-prev i:before {
  content: "\f177";
}

.so-blog-external.button-type2 .owl2-nav .owl2-prev:hover {
  color: #2db2ff;
}

.so-blog-external.button-type2 .owl2-nav .owl2-next {
  display: inline-block !important;
  font-size: 16px;
}

.so-blog-external.button-type2 .owl2-nav .owl2-next i:before {
  content: "\f178";
}

.so-blog-external.button-type2 .owl2-nav .owl2-next:hover {
  color: #2db2ff;
}

.so-blog-external.button-type2 .owl2-dots {
  display: none !important;
}

.module.custom-ourblog .blog-external {
  border: none;
}

.module.custom-ourblog .blog-external .content-img {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0;
}

.module.custom-ourblog .blog-external .content-img img {
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  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-detail {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}

.module.custom-ourblog .blog-external .content-detail h4 a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #191919;
  padding: 0;
  line-height: 26px;
}

.module.custom-ourblog .blog-external .content-detail h4 a:hover {
  color: #2db2ff;
}

.module.custom-ourblog .blog-external .content-detail .description {
  color: #333;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}

.module.custom-ourblog .blog-external .content-detail .media-heading {
  margin: 0 0 3px;
}

.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 {
  display: block;
  text-transform: capitalize;
  color: #2db2ff;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  position: relative;
}

.module.custom-ourblog .blog-external .content-detail .readmore a {
  color: #fff;
  background: #2db2ff;
  display: inline-block;
  padding: 3px 25px;
  font-weight: normal;
  position: relative;
}

.module.custom-ourblog .blog-external .content-detail .readmore a:hover {
  background: #009ef9;
}

.module.custom-ourblog .blog-external .content-detail .media-content .media-author {
  border: none;
  padding: 0;
  color: #898989;
  padding-left: 5px;
}

.module.custom-ourblog .blog-external .content-detail .date-bottom {
  color: #666;
  font-size: 14px;
  line-height: 100%;
}

.module.custom-ourblog .blog-external .content-detail .date-bottom .media-date-added {
  position: relative;
}

/************************************************************************************************
 SHORT CODE CONTENT SLIDER BRAND
 *************************************************************************************************/
.top-brand.arrow-default {
  padding: 15px;
  direction: ltr;
  padding: 14px 20px;
  background: #fff;
  border-radius: 0 0 3px 3px;
}

.top-brand.arrow-default img {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  webkit-transform: rotate(0);
  -webkit-backface-visibility: hidden;
  opacity: 0.3;
  cursor: pointer;
}

.top-brand.arrow-default img:hover {
  opacity: 1;
  visibility: visible;
}

.top-brand.arrow-default .owl2-nav div {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all ease 0s;
  position: absolute;
  z-index: 2;
  top: 30%;
  background: #ccc;
}

.top-brand.arrow-default .owl2-nav div:hover {
  background: #2db2ff;
  color: #fff;
}

.top-brand.arrow-default .owl2-nav div:before {
  display: inline-block;
  font-family: fontawesome;
}

.top-brand.arrow-default .owl2-nav div.owl2-prev {
  left: 16px;
  opacity: 1;
}

.top-brand.arrow-default .owl2-nav div.owl2-next {
  right: 16px;
  opacity: 1;
}

@media (min-width: 1200px) {
  .top-brand.arrow-default {
    padding: 14px 45px;
  }
}

.custom-scoll {
  display: none;
  top: 50px !important;
  position: fixed;
  z-index: 99;
  transition: 0.6s all ease 0s;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.custom-scoll .scoll-cate {
  border-radius: 3px;
}

.custom-scoll .scoll-cate li {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 0;
  background: #fff url("../image/icon/cat1.png") no-repeat center;
  cursor: pointer;
  transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  position: relative;
}

.custom-scoll .scoll-cate li a {
  display: block;
  width: 40px;
  height: 40px;
}

.custom-scoll .scoll-cate li:hover {
  width: auto;
  background-color: #2db2ff;
}

.custom-scoll .scoll-cate li:hover span {
  opacity: 1;
  width: auto;
}

.custom-scoll .scoll-cate li.active {
  background-color: #2db2ff;
}

.custom-scoll .scoll-cate li span {
  transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  opacity: 0;
  position: absolute;
  top: 0;
  padding: 10px 10px;
  line-height: 20px;
  background-color: #2db2ff;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  color: #fff;
  width: auto;
  font-size: 14px;
  text-transform: capitalize;
  left: 100%;
}

.custom-scoll .scoll-cate li.neo1 {
  background-position: -3px -7px;
}

.custom-scoll .scoll-cate li.neo1:hover,
.custom-scoll .scoll-cate li.neo1.active {
  background-position: -49px -8px;
}

.custom-scoll .scoll-cate li.neo2 {
  background-position: -3px -42px;
}

.custom-scoll .scoll-cate li.neo2:hover,
.custom-scoll .scoll-cate li.neo2.active {
  background-color: #e9597e;
  background-position: -49px -42px;
}

.custom-scoll .scoll-cate li.neo2:hover span,
.custom-scoll .scoll-cate li.neo2.active span {
  background-color: #e9597e;
}

.custom-scoll .scoll-cate li.neo3 {
  background-position: -3px -79px;
}

.custom-scoll .scoll-cate li.neo3:hover,
.custom-scoll .scoll-cate li.neo3.active {
  background-color: #e8b35f;
  background-position: -49px -79px;
}

.custom-scoll .scoll-cate li.neo3:hover span,
.custom-scoll .scoll-cate li.neo3.active span {
  background-color: #e8b35f;
}

.custom-scoll .scoll-cate li.neo4 {
  background-position: -3px -111px;
}

.custom-scoll .scoll-cate li.neo4:hover,
.custom-scoll .scoll-cate li.neo4.active {
  background-color: #449df0;
  background-position: -49px -111px;
}

.custom-scoll .scoll-cate li.neo4:hover span,
.custom-scoll .scoll-cate li.neo4.active span {
  background-color: #449df0;
}

.custom-scoll .scoll-cate li.neo5 {
  background-position: -3px -148px;
}

.custom-scoll .scoll-cate li.neo5:hover,
.custom-scoll .scoll-cate li.neo5.active {
  background-color: #407f7f;
  background-position: -49px -148px;
}

.custom-scoll .scoll-cate li.neo5:hover span,
.custom-scoll .scoll-cate li.neo5.active span {
  background-color: #407f7f;
}

/*============MODULE BREADCRUMB ==================*/
.breadcrumbs {
  margin-top: 0;
  padding: 150px 0 150px;
  margin-bottom: 80px;
  color: #fff;
  text-align: center;
  background: url("../image/ian-dooley-DuBNA1QMpPA-unsplash.jpg") no-repeat center center;
  background-size: cover;
}

.breadcrumbs .title-breadcrumb {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 9px;
  text-transform: capitalize;
}

.breadcrumbs .title-breadcrumb b {
  font-weight: bold;
  text-transform: capitalize;
}

.breadcrumbs .breadcrumb-cate li {
  height: 25px;
  line-height: 22px;
  position: relative;
  padding: 0 12px;
  display: inline-block;
}

.breadcrumbs .breadcrumb-cate li:not(:last-child):before {
  color: #fff;
  content: "|";
  display: inline-block;
  height: 5px;
  position: absolute;
  top: 0;
  width: 5px;
  right: -5px;
}

.breadcrumbs .breadcrumb-cate li:last-child a {
  color: #fff;
}

.breadcrumbs .breadcrumb-cate li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #2db2ff;
  font-weight: normal;
}

.breadcrumbs .breadcrumb-cate li a:hover {
  color: #2db2ff;
}

/*============ PAEG ABOUT US ==============*/
/************************************************************************************************
 EXTRASLIDER BESTSELER
 *************************************************************************************************/
.bottom-product {
  margin-bottom: 40px;
}

.bottom-product .nav-tabs {
  display: block;
  vertical-align: top;
  margin: 0;
  border: none;
  background-color: transparent;
  text-align: left;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 20px;
}

.bottom-product .nav-tabs li {
  background-color: transparent;
  border: 0;
  text-align: center;
  float: none;
  display: inline-block;
}

.bottom-product .nav-tabs li:first-child a {
  padding-left: 0;
}

.bottom-product .nav-tabs li:first-child a:before {
  content: '|';
  position: absolute;
  top: 5px;
  color: #d8d8d8;
  right: -5px;
}

.bottom-product .nav-tabs li:first-child:before {
  display: none;
}

.bottom-product .nav-tabs li a {
  margin: 0;
  padding: 6px 20px;
  background-color: transparent;
  color: #d8d8d8;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.bottom-product .nav-tabs>li>a:hover,
.bottom-product .nav-tabs>li.active>a,
.bottom-product .nav-tabs>li.active>a:focus,
.bottom-product .nav-tabs>li.active>a:hover {
  border: none;
  color: #222;
  background: transparent;
}

.bottom-product .nav-tabs>li>a:hover:after,
.bottom-product .nav-tabs>li.active>a:after,
.bottom-product .nav-tabs>li.active>a:focus:after,
.bottom-product .nav-tabs>li.active>a:hover:after {
  content: "";
  background: #2db2ff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.bottom-product .tab-content {
  border: none;
  padding: 0;
  margin: 0;
}

.bottom-product .active.tab-pane {
  height: auto !important;
  overflow: visible;
  opacity: 1;
}

.bottom-product .tab-pane {
  height: 0;
  display: block;
  overflow: hidden;
}

/*============RELATED PRODUCT==================*/
.releate-products .owl2-controls,
div.so-extraslider.grid .owl2-controls {
  opacity: 0;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.releate-products .owl2-controls .owl2-nav .owl2-next,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next,
.releate-products .owl2-controls .owl2-nav .owl2-prev,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  background: #e1e1d8;
  position: absolute;
  color: #222;
  top: 36%;
  margin-top: -18px;
  border: none;
  border-radius: 100%;
}

.releate-products .owl2-controls .owl2-nav .owl2-next:hover,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next:hover,
.releate-products .owl2-controls .owl2-nav .owl2-prev:hover,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev:hover {
  background: #2db2ff;
  color: #fff;
}

.releate-products .owl2-controls .owl2-nav .owl2-next,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next {
  right: -18px;
}

.releate-products .owl2-controls .owl2-nav .owl2-next:before,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next:before {
  font-family: FontAwesome;
  font-size: 20px;
}

.releate-products .owl2-controls .owl2-nav .owl2-prev,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev {
  left: -18px;
}

.releate-products .owl2-controls .owl2-nav .owl2-prev:before,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev:before {
  font-family: FontAwesome;
  font-size: 20px;
}

.releate-products .owl2-controls .modtitle,
div.so-extraslider.grid .owl2-controls .modtitle {
  margin-bottom: 20px;
}

.releate-products .owl2-controls .item-element,
div.so-extraslider.grid .owl2-controls .item-element {
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 15px 15px 0;
  margin: 0;
}

.releate-products .owl2-controls .item-element:last-child,
div.so-extraslider.grid .owl2-controls .item-element:last-child {
  border: 1px solid #ddd;
}

.releate-products .owl2-controls image,
div.so-extraslider.grid .owl2-controls image {
  width: 90px;
  border: none;
  margin-right: 15px;
}

.releate-products .owl2-controls .releate-products-slider,
div.so-extraslider.grid .owl2-controls .releate-products-slider {
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {

  .releate-products:hover .owl2-controls,
  div.so-extraslider.grid:hover .owl2-controls {
    opacity: 1;
  }
}

.product_page_price {
  margin-bottom: 10px;
  margin-top: 5px;
}

.product_page_price .price-new {
  font-size: 18px;
}

.product_page_price .price-old {
  vertical-align: bottom;
  display: inline-block;
  padding: 0 3px;
}

.product_page_price .price-tax {
  margin-bottom: 10px;
  color: #555;
  font-size: 12px;
  font-weight: normal;
}

/*******************************************/
#product {
  margin-top: 15px;
}

#product .image_option_type .product-options {
  display: inline-block;
}

#product .form-select {
  display: inline-block;
}

#product .form-select .control-label {
  display: inline-block;
  color: #222;
  font-weight: 400;
  width: 50px;
  text-transform: capitalize;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

#product .form-select .selector {
  display: inline-block;
  position: relative;
  height: 30px;
  width: auto;
  overflow: hidden;
  border-radius: 0;
  border: solid 1px #ebebeb;
  border-radius: 25px;
  padding: 0;
}

#product .form-select .selector select {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: none;
  text-transform: capitalize;
  color: #222;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  background: transparent;
}

#product .control-label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  min-width: 50px;
  color: #1c1c1c;
  float: left;
  padding-right: 5px;
}

#product .product-options .img-thumbnail {
  width: 22px;
  height: 22px;
  border-radius: 0;
  padding: 1px;
}

#product .radio-type-button {
  display: inline-block;
  vertical-align: top;
  width: auto;
  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: #999;
  border: 1px solid #999;
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  min-width: 28px;
  min-height: 28px;
}

#product .radio-type-button .option-content-box.active,
#product .radio-type-button .option-content-box.active:hover i {
  background: #2db2ff;
  color: white;
}

#product .radio-type-button .option-content-box.active img,
#product .radio-type-button .option-content-box.active:hover i img {
  border-color: #2db2ff !important;
}

#product .radio-type-button .option-content-box:hover {
  background: #2db2ff;
  border-color: #2db2ff;
  color: white;
}

#product .radio-type-button .option-name {
  padding: 0 5px;
}

#product .radio-type-button .option_image .option-content-box {
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 0;
  border: none;
}

#product .radio-type-button .option_image .option-content-box img {
  padding: 2px;
  border: 1px solid #ddd;
  width: 30px;
  border-radius: 0;
}

#product .radio-type-button .option_image .option-content-box img:hover {
  border-color: #2db2ff;
}

#product .radio-type-button .option_image .option-content-box.active,
#product .radio-type-button .option_image .option-content-box.active:hover {
  background: transparent;
  color: white;
}

#product .radio-type-button .option_image .option-content-box:hover {
  background: transparent;
}

#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: #2db2ff;
  color: #fff;
}

#product .icheckbox.checked:before,
#product .iradio.checked:before {
  background-color: #2db2ff;
  border-color: #2db2ff;
}

/**************************/
/*============ BOX RATE ==============*/
.rating,
.ratings {
  font-size: 11px;
  margin-bottom: 5px;
}

.rating span.fa-stack .fa-star-o:before,
.ratings span.fa-stack .fa-star-o:before {
  content: "\f006";
  color: #faa600;
}

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

span.fa-stack {
  width: 14px;
  height: 14px;
  line-height: 14px;
}

span.fa-stack .fa-star-o:before {
  content: "\f006";
  color: #faa600;
}

span.fa-stack .fa-stack-2x {
  font-size: 1em;
  top: 0;
}

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

/*============MODULE FILTER ==================*/
.module.so_filter_wrap {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-top: 2px solid #2db2ff;
  overflow: hidden;
}

.module.so_filter_wrap .modcontent {
  border: none;
  background: #fff;
  border-radius: 0;
  margin: 0 20px;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container {
  padding: 0;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container label {
  font-weight: normal;
  color: #222;
  font-size: 13px;
  margin: 0;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-count {
  float: right;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-count .opt_close {
  background: #2db2ff;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option label {
  font-size: 13px;
  color: #222;
  text-transform: capitalize;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option label:hover {
  color: #2db2ff;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option:hover .option-input:before {
  background-color: transparent;
  border: 2px solid #999;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .opt_active .option-input:before {
  background-color: transparent;
  border: 2px solid #999;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select {
  padding: 10px 0px 10px 0px;
  border: none;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle {
  border-radius: 100%;
  top: -5px;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:before,
.module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:after {
  display: none;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  width: 49%;
  padding: 0 5px;
  float: left;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max .put-min {
  margin-right: 2%;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max input {
  background: transparent;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input img {
  display: none;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input .fa-check-square-o,
.module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input .fa-square-o {
  display: none;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group {
  border: 1px solid #ddd;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .form-control {
  background: transparent;
  border: none;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default {
  border: none;
  color: #555;
  background: transparent;
  border-radius: 0;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default:hover {
  background: #2db2ff;
  color: #fff;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input,
.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub {
  position: relative;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-circle,
.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub .fa-circle {
  display: none;
}

.module.so_filter_wrap .modcontent .module.so_filter_wrap .modcontent .so-filter-content-opts {
  padding: 0;
  border: none;
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container ul li {
  float: left;
}

.module.so_filter_wrap .modcontent .noUi-handle {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  width: 15px;
  height: 15px;
  left: -10px;
}

.module.so_filter_wrap .modcontent .noUi-connect {
  box-shadow: none;
  background-color: #555;
  height: 8px;
  border-radius: 5px;
}

.module.so_filter_wrap .modcontent .noUi-background {
  background: #2db2ff;
  box-shadow: none;
  height: 8px;
}

.module.so_filter_wrap .modcontent .noUi-horizontal .noUi-handle-upper {
  right: 15px;
}

.module.so_filter_wrap .modcontent .noUi-target {
  border: none;
}

.module.so_filter_wrap .modcontent #btn_resetAll {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #555;
}

.module.so_filter_wrap .modcontent #btn_resetAll:hover {
  background-color: #2db2ff;
}

.module.so_filter_wrap .modcontent #btn_resetAll .fa.fa-times {
  color: #2db2ff;
}

.module.so_filter_wrap .clear_filter {
  padding: 20px 0;
}

.so-filter-content-opts-container .option-count {
  background: transparent;
  min-width: 24px;
  text-align: center;
}

.so-filter-content-opts-container .option-count:not(.opt_close):after {
  border-right-color: #999;
  display: none;
}

#content .filter-horizontal .so-filter-content-opts-container {
  padding: 15px;
}

#content .filter-horizontal ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

#content .filter-horizontal .clear_filter {
  border-top: 1px solid #eaeaea;
}

.so_filter_wrap .modcontent {
  margin-bottom: 10px;
}

.so_filter_wrap .modcontent ul {
  margin: 0;
  padding: 0;
}

.so_filter_wrap .modcontent li {
  list-style: none;
  border-bottom: #fff 1px solid;
}

.so_filter_wrap .modcontent .so-filter-content-opts-container {
  padding: 10px;
  display: block;
  overflow: hidden;
}

.so_filter_wrap .modcontent .so-filter-content-opts-container ul li {
  float: left;
  margin-left: 5px;
}

.so_filter_wrap .modcontent .so-filter-content-opts-container ul li img {
  cursor: pointer;
  vertical-align: top;
}

.so_filter_wrap .modcontent .so-filter-content-opts-container ul li.opt_disable img {
  cursor: default;
}

.so_filter_wrap .modcontent .so-filter-content-opts-container ul li img {
  margin: 0;
  padding: 1px;
  border: #fff 1px solid;
}

.so_filter_wrap .modcontent .so-filter-content-opts-container ul li.opt_active img {
  border-color: #ccc;
}

.so-filter-gird.loading-gif {
  background-image: url('../image/loadingIcon.gif');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 500px;
}

.so-filter-content-opts-container .opt-select {
  border-bottom: #ddd 1px dashed;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.so-filter-content-opts-container li.so-filter-option.opt-select {
  border: none;
}

.so-filter-content-opts-container .opt_disable {
  cursor: default;
  opacity: 0.2;
}

.so-filter-content-opts-container .so-filter-option .option-input,
.so-filter-content-opts-container .so-filter-option-sub .option-input {
  display: inline-block;
  margin: 3px;
}

.so-filter-content-opts-container .so-filter-option,
.so-filter-content-opts-container .so-filter-option-sub {
  margin-top: 3px;
}

.so-filter-content-opts-container .opt_enable,
.so-filter-content-opts-container .opt_enable label {
  cursor: pointer;
}

.so-filter-content-opts-container .option-count {
  display: inline-block;
  float: right;
  background: #4e9e41;
  padding: 0px 5px;
  border-radius: 3px;
  position: relative;
}

.so-filter-content-opts-container .option-count:not(.opt_close):after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #4e9e41;
  border-width: 4px;
  margin-top: -4px;
}

.so-filter-content-opts-container li .option-count,
.so-filter-content-opts-container .opt_disable .option-count,
.so-filter-content-opts-container .option-count i.fa.fa-times,
.so-filter-content-opts-container .option-count.opt_close span {
  display: none;
}

.so-filter-content-opts-container .option-count.opt_close {
  background: transparent;
  margin-top: 7px;
}

.so-filter-content-opts-container .option-count span {
  color: #fff;
}

.so-filter-content-opts-container .option-count.opt_close i.fa.fa-times {
  display: block;
  color: #fff;
  padding: 2px;
}

.so-filter-option.so-filter-price {
  text-align: center;
  border: none;
}

.so-filter-option.so-filter-price .content_scroll {
  margin: 10px;
}

.so-filter-option.so-filter-price .content_min_max {
  overflow: hidden;
  display: inline-block;
  margin: auto;
}

.so-filter-option.so-filter-price .input_max,
.so-filter-option.so-filter-price .input_min {
  display: inline-block;
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  margin-top: 3px;
}

.so-filter-option.so-filter-price .input_max {
  margin-left: 5px;
}

#btn_resetAll {
  border: #eee 1px solid;
  padding: 3px 10px;
}

#btn_resetAll .fa.fa-times {
  color: #f00;
}

/** noUI Slider*****/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-background {
  background: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3fb8af;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbb;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*====================TODAY'S DEALS ====================*/
.countdown_box {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: 50%;
  width: 190px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  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 {
  display: table;
  background: #555;
  width: 100%;
  text-align: center;
}

.countdown_box .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px;
  display: none;
}

.countdown_box .time-item {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 25%;
}

.countdown_box .time-item .num-time {
  font-size: 14px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.06);
}

.countdown_box .time-item .num-time,
.countdown_box .countdown_box .time-item .name-time {
  padding: 0 8px;
}

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

.today_deals .title-category {
  padding: 0;
  padding-bottom: 20px;
}

.today_deals .product-item-container .left-block {
  text-align: center;
}

.today_deals .product-item-container .left-block .product-image-container {
  display: inline-block;
}

/*******************************/
.products-list.list .product-layout .product-item-container .right-block .list-block button {
  background-color: #2db2ff;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
  height: 35px;
  line-height: 33px;
  border: 1px solid #2db2ff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  min-width: 32px;
}

.products-list.list .product-layout .product-item-container .right-block .list-block button.addToCart {
  padding: 0 20px 0 40px;
  color: #fff;
  border-radius: 25px;
  background: #2db2ff;
  position: relative;
  font-size: 13px;
}

.products-list.list .product-layout .product-item-container .right-block .list-block button.addToCart:before {
  content: "";
  position: absolute;
  top: 6px;
  width: 18px;
  height: 18px;
  background: url("../image/icon/icon-cart-2.png") no-repeat center center;
  left: 18px;
}

.products-list.list .product-layout .product-item-container .right-block .list-block button.addToCart:hover {
  background: #009ef9 !important;
}

.products-list.list .product-layout .product-item-container .right-block .list-block button.wishlist {
  padding: 0;
  min-width: 35px;
  color: #2db2ff;
  border-color: #2db2ff;
  background: transparent;
  margin-left: 2px;
}

.products-list.list .product-layout .product-item-container .right-block .list-block button.compare {
  padding: 0;
  min-width: 35px;
  color: #2db2ff;
  border-color: #2db2ff;
  background: transparent;
  margin-left: 2px;
}

.products-list.list .product-layout .product-item-container .right-block .list-block button:hover {
  color: #fff !important;
  background: #2db2ff !important;
}

checkout-cart .btn-block input {
  min-width: 40px;
  text-align: center;
}

.button,
.btn {
  background: #555;
  color: #fff;
  border-radius: 3px;
  border: none;
  background: #2db2ff;
  border-color: #2db2ff;
}

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

.btn-warning {
  background: #f0ad4e;
}

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

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

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

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

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

.btn-revo:hover {
  background: #999;
}

.table-responsive .table tbody td.text-left a {
  float: left;
  margin-right: 10px;
}

.table-responsive .table tbody td.text-left a.product-name {
  overflow: hidden;
  float: none;
}

.table-responsive .table tbody td.text-left a {
  font-weight: bold;
  color: #666;
}

.table-responsive .table tbody td.text-left a:hover {
  color: #2db2ff;
}

.so-onepagecheckout .confirm-section .secondary-title {
  margin-bottom: 20px;
}

.so-onepagecheckout .confirm-section label {
  margin: 0 20px;
}

.so-onepagecheckout .confirm-section .confirm-order {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.contact-form legend {
  border: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.contact-form legend h2 {
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.contact-form p {
  text-align: center;
}

/********** Warranity ********/
.page_warranity {
  color: #777;
}

.page_warranity .title-under {
  color: #333;
}

.page_warranity .icon.icon-error {
  font-size: 30px;
  vertical-align: middle;
}

.page_warranity .media-icon--content .color-dark.font18 {
  color: #333;
  font-size: 500;
}

.title-under {
  position: relative;
  margin-bottom: 50px;
}

.title-under:after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 68px;
  background: #2db2ff;
  bottom: -10px;
}

.color {
  color: #2db2ff;
}

.title-decimal {
  font-size: 20px;
  position: relative;
  padding: 4px 0 9px 69px;
}

.title-decimal:before {
  content: attr(data-content);
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  line-height: 40px;
  background: #2db2ff;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
}

@media (min-width: 1200px) {
  .title-decimal {
    font-size: 30px;
  }
}

.decimal-list {
  padding: 0;
  margin: 10px 0 0 0;
  list-style-type: none;
  counter-reset: myCounter;
}

.decimal-list li {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 0 0 18px;
  margin-bottom: 7px;
  text-indent: 0;
  position: relative;
}

.decimal-list li:before {
  content: counter(myCounter);
  counter-increment: myCounter;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #2db2ff;
  font-weight: 500;
  left: 0;
}

/************/
.media-box-link--arrow .icon {
  font-size: 30px;
}

.media-box-link--figure .icon {
  font-size: 70px;
}

.media-box-link {
  display: table-row;
  width: 100%;
  height: 100%;
  background-color: #2db2ff;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.media-box-link .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.media-box-link--figure,
.media-box-link--content,
.media-box-link--arrow {
  display: table-cell;
  padding: 6% 0;
  vertical-align: middle;
}

.media-box-link--figure {
  width: 23%;
}

.media-box-link--content {
  padding-right: 5%;
  width: 67%;
}

.media-box-link--arrow {
  width: 10%;
  vertical-align: middle;
}

.media-box-link:hover {
  background-color: #f5f5f5;
  color: #777;
}

.media-box-link:hover h4 {
  color: #333;
}

.media-box-link:hover .icon {
  color: #2db2ff;
}

.title-under.text-center:after {
  left: 50%;
  margin-left: -34px;
}

.modal.fade {
  visibility: visible;
}

.wishlist .container .img-thumbnail {
  width: 47px;
  height: 47px;
}

.wishlist .btn.btn-danger {
  padding: 9px 10px;
  margin-bottom: 5px;
}

.wishlist .btn.btn-primary {
  padding: 9px;
  margin-bottom: 5px;
}

/*INFOMATION*/
.module-content {
  background: #fff;
  padding: 0 20px;
}

.module-content .list-box li {
  position: relative;
  padding-left: 15px;
}

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

.list-box li {
  border-bottom: 1px solid #ececec;
  font-size: 14px;
}

.list-box li:last-child {
  border-bottom: 0;
}

.list-box li a {
  display: inline-block;
  word-wrap: break-word;
  padding: 8px 0;
  margin-right: 5px;
  color: #555;
}

.list-box li a:hover {
  color: #2db2ff;
}

.panel-default>.panel-heading {
  background: #fff;
}

.table-bordered {
  background: #fff;
}

.account-login .well {
  min-height: 395px;
  background: #fff;
}

body .block-popup-login .block-content .btn-reg-popup {
  padding: 0 30px !important;
}

@media (max-width: 767px) and (min-width: 479px) {
  .module.home-lt1 .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    position: absolute !important;
    margin-top: 0 !important;
  }
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li>a img {
  top: 20px;
}

.input-group-btn .btn {
  padding: 9px 12px;
}

.main-container.container {
  background: #fff;
}

.checkout-cart .btn-block input {
  min-width: 40px;
  text-align: center;
}

.product-detail .refine-search {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .account .content-aside.sidebar-offcanvas {
    display: none;
  }

  .form-bookingstep .conten-left {
    width: 38%;
  }

  .form-bookingstep .conten-right {
    width: 62%;
  }
}

@media (max-width: 320px) {
  .short-by-show {
    text-align: left;
  }

  .short-by-show .form-control {
    width: auto;
  }
}

.info-store {
  margin-bottom: 30px;
}

.page-quickview {
  background: #fff;
}

#so_listing_tabs_1.so-listing-tabs .owl2-controls .owl2-nav,
#so_listing_tabs_2.so-listing-tabs .owl2-controls .owl2-nav,
#so_listing_tabs_3.so-listing-tabs .owl2-controls .owl2-nav,
#so_listing_tabs_4.so-listing-tabs .owl2-controls .owl2-nav {
  display: none;
}