@charset "UTF-8";
/*******************************************
 ***          SO Framework: Sass          ***
 *******************************************/
/* [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;
}
/*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: #3f9dd3;
}
.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;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  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 {
  position: relative;
  display: block;
}
.lib-two-img .img-1 {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  display: block;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  transition: all 0.5s ease-in-out;
  left: 0;
}
.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transition: all 0.5s ease-in-out;
}
.lib-quickview {
  cursor: pointer;
  display: block;
  background: #868686 url("../../images/icon/eye.png") no-repeat center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  height: 50px;
  width: 50px;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  border-radius: 50px;
  overflow: hidden;
  transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  border: 2px solid rgba(255, 255, 255, 0.4);
  z-index: 9;
  -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;
}
.lib-quickview:hover {
  background: #20658c url("../../images/icon/eye.png") no-repeat center;
}
.lib-quickview-over {
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -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;
}
/*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);
  }
}
@keyframes mymovedown {
  0% {
    opacity: 0;
    transform: translateY(-500px);
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    -o-transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes mymovedown {
  0% {
    opacity: 0;
    transform: translateY(-500px);
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    -o-transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes mymovedown {
  0% {
    opacity: 0;
    transform: translateY(-500px);
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    -o-transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes efficon1 {
  0% {
    transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -o-transform: rotateZ(5deg);
  }
  50% {
    transform: rotateZ(-5deg);
    -webkit-transform: rotateZ(-5deg);
    -moz-transform: rotateZ(-5deg);
    -ms-transform: rotateZ(-5deg);
    -o-transform: rotateZ(-5deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-moz-keyframes efficon1 {
  0% {
    transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -o-transform: rotateZ(5deg);
  }
  50% {
    transform: rotateZ(-5deg);
    -webkit-transform: rotateZ(-5deg);
    -moz-transform: rotateZ(-5deg);
    -ms-transform: rotateZ(-5deg);
    -o-transform: rotateZ(-5deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes efficon1 {
  0% {
    transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -o-transform: rotateZ(5deg);
  }
  50% {
    transform: rotateZ(-5deg);
    -webkit-transform: rotateZ(-5deg);
    -moz-transform: rotateZ(-5deg);
    -ms-transform: rotateZ(-5deg);
    -o-transform: rotateZ(-5deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@keyframes effbanner1 {
  0% {
    border-width: 10px;
  }
  50% {
    border-width: 100px;
  }
  100% {
    border-width: 10px;
  }
}
@keyframes effbanner2 {
  0% {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-width: 1px;
  }
  50% {
    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 100px;
    border-width: 2px;
  }
  100% {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-width: 1px;
  }
}
/*   1.Large devices Desktops     ( Devices ≥1200px)
 *   2.Medium devices Desktops    (992px ≥ Devices ≥ 1199px)
 *   3.Small devices Tablets      (991px ≥ Devices ≥ 768px)
 *   4.Extra small devices Phones ( Devices < 767px)
 */
/************************************************************************************************
 BLOCK HEADER  
 ************************************************************************************************ */
/*[] HEADER DEFFAULT []*/
@media (max-width: 480px) {
  /*[] HEADER 1 []*/
  /* **********************************************************************************************
   BLOCK HOME PAGE
   *************************************************************************************************/
  /*[] LAYOUT 1 []*/
  /************************************************************************************************
   BLOCK FOOTER  
   *************************************************************************************************/
  /*[] FOOTER DEFFAULT []*/
  /*[] FOOTER DEFFAULT []*/
  /************************************************************************************************
   PAGE LISTING  
   ************************************************************************************************ */
  /************************************************************************************************
   PAGE BONUSS  
   ************************************************************************************************ */
  header #sosearchpro.so-search .select_category {
    display: none;
  }
  header .btn-shopping-cart .tab-content {
    min-width: 280px;
  }
  header .btn-shopping-cart .dropdown-menu {
    min-width: 290px;
  }
  header #sosearchpro.search-pro .input-group .autosearch-input {
    padding: 0 0 0 10px;
  }
  header.typeheader-1 .header-bottom-left {
    width: 100%;
  }
  header.typeheader-1 .header-bottom-right {
    display: none;
  }
  .layout-1 .module.custom-bannertop .custom-collection .item {
    display: block !important;
    margin-bottom: 20px;
  }
  .layout-1 header .collapsed-block .tabBlock .top-link > li {
    width: 100%;
  }
  .layout-1 header .header-top-right ul.top-link > li > a {
    height: 30px;
  }
  footer .social_block ul {
    padding: 0;
  }
  footer .news-letter .page-heading {
    font-size: 14px;
  }
  footer .news-letter .block_content .subcribe {
    position: absolute;
    right: 0;
  }
  footer .box-footer {
    width: 100% !important;
  }
  footer.typefooter-1 .footer-navbar .footer-center .box-1 {
    width: 100% !important;
    float: none;
  }
  footer.typefooter-1 .footer-navbar .footer-center .box-1:before {
    display: none;
  }
  .thumb-vertical-outer {
    padding: 20px 0;
  }
  .product-view .content-product-right .countdown_box .countdown_inner .title {
    display: none;
  }
  .deals_module_wrapper .title-product {
    margin-top: 20px;
  }
  .producttab .tabsslider .nav-tabs li {
    float: none;
  }
  .product-view .content-product-right {
    margin-top: 20px;
  }
  .products-category .products-list.grid .product-layout .product-item-container .button-group .addToCart {
    margin: 0 0 10px;
  }
  .countdown_box {
    display: none;
  }
  .products-list .price .price-new, .products-list .price span.price {
    font-size: 16px;
  }
  .products-list .product-layout .product-item-container .caption h4 a {
    font-size: 14px;
  }
  .our-member .respl-item .w-image-box, .welcome-about-us .image-about-us {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
  .our-member .respl-item .info-member, .welcome-about-us .des-about-us {
    margin: 20px 0;
    text-align: justify;
  }
  .happy-about-us .happy-ab .title-happy-about h2 {
    font-size: 16px;
  }
  #sosearchpro .dropdown-menu {
    width: 292px !important;
  }
}
/************************************************************************************************
 BLOCK HEADER  
 ************************************************************************************************ */
/*[] HEADER DEFAULT []*/
@media (max-width: 767px) {
  /*[] HEADER 1 []*/
  /* **********************************************************************************************
   BLOCK HOME PAGE
   *************************************************************************************************/
  /*[] LAYOUT DEFFAULT []*/
  /*[] LAYOUT 1 []*/
  /* ***********************************************************************************************
   BLOCK FOOTER  
   *************************************************************************************************/
  /*[] FOOTER 1 []*/
  /************************************************************************************************
   PAGE LISTING  
   ************************************************************************************************ */
  /************************************************************************************************
   DEFTAULT MENU  
   ************************************************************************************************ */
  /*MEGA MENU*/
  /*MEGA MENU*/
  /*MENU STIKY*/
  header .header-center {
    height: auto;
  }
  header .header-top-right ul.top-link > li > a {
    height: 37px !important;
    line-height: 36px;
  }
  header .navbar-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  header .collapsed-block {
    display: none;
  }
  header .collapsed-block .tabBlockTitle {
    margin: 0;
    line-height: 32px;
  }
  header .collapsed-block .tabBlockTitle .expander {
    cursor: pointer;
    padding: 0 8px;
    font-size: 18px;
    text-decoration: none;
  }
  header .collapsed-block .tabBlockTitle .expander i {
    font-size: 12px;
  }
  header .collapsed-block .tabBlock {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 1px 2px 4px #ddd;
    z-index: 99;
    width: 100%;
  }
  header .collapsed-block .tabBlock .top-link {
    width: 100%;
    float: right;
    margin-bottom: 0;
  }
  header .collapsed-block .tabBlock .top-link > li {
    border-left: 1px solid #ddd;
    border-right: none;
    width: 33.33%;
    float: right;
    text-align: center;
  }
  header .collapsed-block .tabBlock .top-link > li.account {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  header .collapsed-block .tabBlock .btn-group {
    width: 100%;
  }
  header .currencies-block .dropdown-menu, header .languages-block .dropdown-menu {
    left: 0;
    right: auto;
  }
  header.typeheader-1 .box-search {
    margin-bottom: 20px;
  }
  header.typeheader-1 .btn-group .btn-link {
    color: #fff;
  }
  header.typeheader-1 .header-top-right ul.top-link > li:after {
    display: none;
  }
  header.typeheader-1 .collapsed-block .tabBlockTitle .expander, header.typeheader-1 .collapsed-block .tabBlockTitle {
    color: #fff;
  }
  header.typeheader-1 .phone-contact {
    float: left !important;
  }
  header.typeheader-1 .header-center {
    height: auto;
    padding: 20px 0 25px;
  }
  header.typeheader-1 .header-top-right ul.top-link > li.currency {
    border-right: none;
  }
  header.typeheader-1 .header-top {
    background-color: #444;
  }
  header.typeheader-1 .megamenu-style-dev {
    padding: 0;
    border: none;
  }
  header.typeheader-1 .megamenu-style-dev .horizontal ul.megamenu > li {
    width: 100%;
  }
  header.typeheader-1 #sosearchpro.so-search .dropdown-menu {
    top: 100%;
    right: 15px !important;
    left: auto !important;
  }
  header.typeheader-1 #sosearchpro.so-search .select_category {
    display: none;
  }
  header.typeheader-1 #sosearchpro.so-search .input-group-btn {
    border-left: 1px solid #ddd;
  }
  header.typeheader-1 #sosearchpro.so-search .search.input-group {
    width: 284px;
  }
  header.typeheader-1 #sosearchpro.so-search {
    position: static;
  }
  header.typeheader-1 #sosearchpro.so-search .dropdown-menu-search:before {
    display: none;
  }
  header.typeheader-1 .header-bottom .header-bottom-inner {
    background: #3f9dd3;
    padding: 0;
    border: none;
  }
  header.typeheader-1 .navbar-collapse {
    text-align: left;
    background: #fff;
  }
  header.typeheader-1 .navbar-header {
    margin-top: 8px;
  }
  .common-home .container-slider .owl2-carousel .owl2-dots, .common-home .sohomepage-slider .sohomeslider-description {
    display: none;
  }
  .common-home .module.sohomepage-slider .owl2-dots {
    margin-left: -15px;
  }
  .common-home .products-list .product-layout .product-item-container .left-block .product-image-container.second_img .img-2 {
    width: auto;
  }
  .navbar-collapse {
    padding: 25px 20px !important;
  }
  .navbar-nav > li {
    float: none;
    text-align: left;
    width: 100%;
  }
  .header-bottom .header-bottom-inner {
    background: #3f9dd3;
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .navbar-collapse {
    text-align: left;
    background: #fff;
  }
  .navbar-collapse.collapse.menu-active {
    display: inline-block !important;
    padding: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100% !important;
  }
  #remove-menu {
    display: block;
  }
  .navbar-collapse {
    display: inline-block !important;
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    bottom: 0px;
    width: 250px;
    padding: 20px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid #e6e6e6;
    height: 100% !important;
  }
  #menu #category {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding-right: 15px;
  }
  #menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: left;
    background: #2a82b5;
  }
  .layout-1 .module.custom-shipping {
    text-align: center;
  }
  .layout-1 .module.custom-shipping .shipping-days > li > div.icon {
    top: 0 !important;
    padding: 0 !important;
    margin-bottom: 10px;
    float: none;
    display: block;
  }
  .layout-1 .module.custom-shipping .shipping-days > li > div h3 {
    font-size: 12px;
  }
  .layout-1 .module.custom-shipping .shipping-days > li:after {
    display: none;
  }
  .layout-1 .module.custom-shipping .shipping-days > li > div {
    float: none;
    margin: 0 0 10px;
  }
  .layout-1 .module h3.modtitle {
    font-size: 18px;
  }
  .layout-1 .typeheader-1 .navbar-collapse .navbar-nav li.dropdown:hover > a {
    padding: 0 10px;
  }
  .layout-1 .typeheader-1 .navbar-collapse .navbar-nav li.dropdown > a {
    color: #333;
    font-weight: normal;
    border: none;
    padding: 3px 0;
    font-size: 14px;
  }
  .layout-1 .typeheader-1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin: 0;
  }
  .layout-1 .typeheader-1 #menu .dropdown:hover .dropdown-menu {
    display: block;
    box-shadow: none;
    position: relative;
    border: none;
    padding: 5px 10px;
    width: 100%;
  }
  .layout-1 .slide-right {
    padding: 20px 15px 0;
  }
  .layout-1 .slide-left {
    padding: 0 15px;
  }
  .layout-1.common-home .header-bottom {
    margin-bottom: 0px;
  }
  .layout-1 .module.custom-bannertop {
    margin-top: 30px;
  }
  .layout-1 .module.custom-bannertop .custom-collection {
    display: table;
    margin-bottom: 0;
  }
  .layout-1 .module.custom-bannertop .custom-collection .item {
    display: table-cell;
  }
  .layout-1 .module.so-latest-blog .so-blog-external .blog-external-simple .media .item .media-left {
    width: auto;
    margin-right: 10px;
  }
  .layout-1 #slideshow0 {
    margin-bottom: 5px;
  }
  .layout-1 .module.custom-polyci {
    margin-bottom: 22px;
  }
  .layout-1 .module.custom-polyci .banner-info {
    margin-bottom: 10px;
  }
  .layout-1 .slide-right .col-s-1 {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .layout-1 .slide-right .col-s-2 {
    width: 49%;
    display: inline-block;
  }
  .layout-1 .module.custom-bannerct {
    margin-bottom: 22px;
  }
  .layout-1 .module.custom-bannerct .ct {
    width: 50%;
    float: left;
  }
  .layout-1 .module.custom-bannerct img {
    margin-bottom: 10px;
    width: 100%;
  }
  .layout-1 .module.custom-bannerct .box-ct1 {
    margin-bottom: 0;
  }
  .layout-1 .module.custom-bn-bottom img {
    margin-bottom: 10px;
    width: 100%;
  }
  .layout-1 .module.custom-bn-bottom .banner-bt .banner-cont {
    display: none;
  }
  .layout-1 .module.custom-lt2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    width: 20%;
  }
  .layout-1 .module.custom-lt2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li:nth-child(6) {
    border-left: 1px solid #ddd;
  }
  .layout-1 div.products-list.grid .product-layout .product-item-container .left-block .quickview, .layout-1 div.products-list.grid .product-layout .product-item-container .button-group button {
    opacity: 1;
  }
  footer .copyright-text {
    padding: 19px 15px;
  }
  footer .extra-links-ft {
    clear: both;
  }
  footer:before {
    width: 100%;
  }
  footer .footer-top {
    height: auto;
  }
  footer .news-letter {
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0 !important;
  }
  footer .news-letter .title-block {
    margin: 0;
    text-align: left;
  }
  footer .news-letter .block_content {
    text-align: center;
    float: none;
  }
  footer .news-letter .block_content .input-box input {
    width: 100%;
  }
  footer .social_block ul {
    text-align: center;
  }
  footer .social_block ul.social-block li {
    float: none;
  }
  footer .social_block ul.social-block li a {
    line-height: 60px;
  }
  footer .social_block {
    background: transparent;
    border-bottom: 1px solid #3a3a3a;
    margin-bottom: 0 !important;
  }
  footer .box-footer {
    float: left;
    width: 50%;
  }
  footer .box-footer:last-child, footer .box-footer.box-account, footer .box-footer.box-information {
    padding-left: 15px;
  }
  .thumb-vertical-outer {
    padding: 20px 0;
  }
  .bg-page-404 {
    overflow: hidden;
  }
  .style-dev-so-deals .so-deal .extraslider-inner.item-inner-dev .image-dev .list-button-dev li.so-quickview {
    display: none;
  }
  #content .filter-horizontal ul {
    display: block;
  }
  #content .filter-horizontal li.so-filter-options {
    width: 100%;
    border: none;
  }
  .zoomContainer {
    display: none;
  }
  .megamenu-style-dev .container-megamenu.horizontal ul.megamenu > li > a strong img, .megamenu-style-dev .container-megamenu.vertical:after {
    display: none;
  }
  .megamenu-style-dev .navbar-default .vertical #menuHeading {
    display: none !important;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu {
    right: 0;
  }
  .megamenu-style-dev.responsive #remove-megamenu {
    display: block;
    color: #fff;
    cursor: pointer;
  }
  .megamenu-style-dev.responsive .so-megamenu-active #remove-megamenu {
    color: #fff;
  }
  .megamenu-style-dev.responsive .megamenu-wrapper {
    border: none;
    border-radius: 0;
  }
  .megamenu-style-dev.responsive div[class^=col-] {
    width: 100%;
  }
  .megamenu-style-dev.responsive ul.megamenu > li {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1px 0;
    overflow: hidden;
  }
  .megamenu-style-dev.responsive ul.megamenu > li a {
    line-height: 25px;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.click::before, .megamenu-style-dev.responsive ul.megamenu > li.hover::before {
    padding: 0 !important;
    font-size: 14px;
    background: #666;
    color: #fff;
    border: 1px solid #6a6d71;
    width: 30px;
    line-height: 30px;
    height: 32px;
    display: inline-block;
    text-align: center;
    margin-top: -1px;
    right: 0;
    left: auto;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active {
    padding: 0;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .sub-menu {
    display: block !important;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active > a {
    background: #222 !important;
    color: #fff;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu {
    padding: 0;
    width: 30px;
    line-height: 30px;
    background: #33363a;
    height: auto;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu:before {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }
  .megamenu-style-dev.responsive .navbar-default .horizontal .megamenu-wrapper ul.megamenu li .sub-menu .content {
    box-shadow: none;
    border: 1px solid #eee;
  }
  .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
    height: 40px;
    width: 42px;
    margin: 0;
    color: #fff;
    border-radius: 4px;
    background: -moz-linear-gradient(top, #474747 0%, #212121 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #212121));
    background: -webkit-linear-gradient(top, #474747 0%, #212121 100%);
    background: -o-linear-gradient(top, #474747 0%, #212121 100%);
    background: -ms-linear-gradient(top, #474747 0%, #212121 100%);
    background: linear-gradient(to bottom, #474747 0%, #212121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#212121',GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), inset 0 1px 0.5px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), inset 0 1px 0.5px rgba(255, 255, 255, .2);
    border: solid 1px #000;
    float: left;
    cursor: pointer;
    padding: 9px 8px;
  }
  .megamenu-style-dev .navbar-default .horizontal .navbar-toggle .icon-bar {
    background: #fff;
    width: 25px;
    height: 3px;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper {
    background: #333 !important;
    padding: 20px !important;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li.active > a {
    padding: 0 10px;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a {
    color: #fff !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 29px !important;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a:hover {
    color: #3f9dd3;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu li .sub-menu .content .title-submenu {
    padding: 0;
    margin: 0;
    border: none;
  }
  .megamenu-style-dev .navbar-default .horizontal .features-menu .column.layout-color a {
    display: inline-block;
  }
  .megamenu-style-dev .navbar-default .horizontal .features-menu .column a {
    margin: 0 0 30px;
    display: block;
  }
  .megamenu-style-dev .navbar-default .vertical #menuHeading {
    display: block;
    margin: 0;
  }
  .megamenu-style-dev .navbar-default .vertical ul.megamenu {
    position: relative;
    background: transparent;
  }
  .megamenu-style-dev .navbar-default .vertical ul.megamenu > li {
    background: transparent;
  }
  .megamenu-style-dev .navbar-default .vertical .navbar-header .title-navbar {
    display: none;
  }
  .megamenu-style-dev .navbar-default .vertical .navbar-header .navbar-toggle {
    padding: 10px 8px;
    margin: 5px 10px;
    background: -moz-linear-gradient(top, #474747 0%, #212121 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #212121));
    background: -webkit-linear-gradient(top, #474747 0%, #212121 100%);
    background: -o-linear-gradient(top, #474747 0%, #212121 100%);
    background: -ms-linear-gradient(top, #474747 0%, #212121 100%);
    background: linear-gradient(to bottom, #474747 0%, #212121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#212121',GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), inset 0 1px 0.5px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), inset 0 1px 0.5px rgba(255, 255, 255, .2);
    border: 1px solid #000;
    border-radius: 5px;
    float: left;
  }
  .megamenu-style-dev .navbar-default .vertical .navbar-header .navbar-toggle .icon-bar {
    background: #fff;
  }
  .megamenu-style-dev .navbar-default .vertical #remove-verticalmenu {
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper {
    position: fixed;
    background: #333 !important;
    padding: 20px !important;
    width: 280px;
    max-height: 100%;
    top: 0;
    z-index: 99;
    border: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper.so-vertical-active {
    display: block !important;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .image-position {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    position: relative;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:before {
    display: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li .main-menu {
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li a:hover {
    color: #3f9dd3;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:hover > a {
    color: #3f9dd3;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul {
    box-shadow: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul li {
    padding: 5px 0;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content {
    border: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content {
    padding: 15px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul {
    border: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li b {
    display: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a {
    padding: 3px 0;
    background: transparent !important;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a strong {
    color: #ddd;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.loadmore {
    border: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li a {
    line-height: inherit;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.hover:before {
    font-size: 14px;
    color: #ddd;
    height: 32px;
    line-height: 32px;
    width: 30px;
    background: #666;
    text-align: center;
    cursor: pointer;
    border: 1px solid #6a6d71;
    padding: 0 !important;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.hover:hover:before {
    color: #fff;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active {
    background: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .close-menu {
    background: #666;
    font-size: 14px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .close-menu:before {
    color: #ddd;
    line-height: 31px;
  }
  header.navbar-compact {
    display: none;
  }
  header .horizontal ul.megamenu > li > .sub-menu {
    border: none;
  }
  #wrapper {
    overflow-x: hidden;
  }
  ul.megamenu li.active .sub-menu .content {
    padding: 0 10px;
  }
  #sosearchpro.search-pro .input-group .autosearch-input {
    padding: 0 40px 0 20px;
  }
  .so-latest-blog .owl2-carousel .owl2-stage-outer {
    direction: ltr;
  }
  .simple_blog-article .product-filter {
    display: none;
  }
}
/************************************************************************************************
 BLOCK HEADER  
 ************************************************************************************************ */
/*[] HEADER 19 []*/
@media (min-width: 768px) and (max-width: 991px) {
  /* **********************************************************************************************
   BLOCK HOME PAGE
   *************************************************************************************************/
  /*[] LAYOUT 1 []*/
  /* ***********************************************************************************************
   BLOCK FOOTER  
   *************************************************************************************************/
  /*[] FOOTER DEFAULT []*/
  /*[] FOOTER 1 []*/
  /************************************************************************************************
   PAGE LISTING  
   ************************************************************************************************ */
  /************************************************************************************************
   PAGE DETAIL 
   ************************************************************************************************ */
  /************************************************************************************************
   DEFTAULT MENU  
   ************************************************************************************************ */
  /*MEGA MENU*/
  /*MENU STIKY*/
  /************************************************************************************************
   PAGE BONUS  
   *************************************************************************************************/
  header.typeheader-1 .megamenu-style-dev {
    padding: 0;
    border: none;
  }
  header.typeheader-1 #sosearchpro.so-search .select_category {
    display: none;
  }
  header.typeheader-1 #sosearchpro.so-search .input-group-btn {
    border-left: 1px solid #ddd;
  }
  header.typeheader-1 .megamenu-style-dev .horizontal ul.megamenu > li {
    width: 100%;
  }
  header.typeheader-1 .header-top .header-top-right {
    text-align: right;
  }
  header.typeheader-1 .header-center {
    padding: 25px 0;
  }
  header.typeheader-1 .navbar-logo {
    padding-bottom: 20px;
    text-align: center;
  }
  header.typeheader-1 .box-search {
    padding-bottom: 20px;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .layout-1 .module.custom-shipping {
    text-align: center;
  }
  .layout-1 .module.custom-shipping .shipping-days > li > div.icon {
    top: 0 !important;
    padding: 0 !important;
    margin-bottom: 10px;
    float: none;
  }
  .layout-1 .module.custom-shipping .shipping-days > li > div h3 {
    font-size: 12px;
  }
  .layout-1 .module.custom-shipping .shipping-days > li:after {
    display: none;
  }
  .layout-1 .typeheader-1 #menu .dropdown:hover .dropdown-menu {
    display: block;
    box-shadow: none;
    position: relative;
    border: none;
    padding: 5px 10px;
    width: 100%;
  }
  .layout-1 .typeheader-1 .navbar-collapse .navbar-nav li.dropdown:hover > a {
    padding: 0 10px;
    border-radius: 0;
  }
  .layout-1 .typeheader-1 .navbar-collapse .navbar-nav li.dropdown > a {
    color: #333;
    font-weight: normal;
    border: none;
    padding: 3px 0;
    font-size: 14px;
  }
  .layout-1 #remove-menu {
    display: block;
    padding-right: 15px;
  }
  .layout-1 #menu #category {
    float: left;
    display: block !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding-right: 15px;
  }
  .layout-1 #menu .btn-navbar {
    display: block;
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: left;
    background: #2a82b5;
  }
  .layout-1 .typeheader-1 .navbar-collapse .navbar-nav {
    display: block;
    float: none;
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  .layout-1 .navbar-collapse {
    padding: 25px 0px !important;
  }
  .layout-1 .navbar-nav > li {
    float: none;
    text-align: left;
    width: 100%;
  }
  .layout-1 .header-bottom .header-bottom-inner {
    background: #3f9dd3;
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .layout-1 .navbar-collapse {
    text-align: left;
    background: #fff;
  }
  .layout-1 .navbar-collapse.collapse.menu-active {
    display: inline-block !important;
    padding: 0;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100% !important;
  }
  .layout-1 .navbar-collapse {
    display: inline-block !important;
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    bottom: 0px;
    width: 250px;
    padding: 20px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid #e6e6e6;
    height: 100% !important;
  }
  .layout-1 .navbar-header {
    float: none;
    margin-top: 8px;
  }
  .layout-1 .slide-right .col-s-1 {
    display: inline-block;
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .layout-1 .slide-right .col-s-2 {
    width: 49%;
    display: inline-block;
  }
  .layout-1 .slide-right img {
    width: 100%;
  }
  .layout-1 .module.custom-bannerbt .banner-bt.banner-bt1 h3 {
    font-size: 22px;
  }
  .layout-1 .module.custom-bannerbt .banner-bt.banner-bt1 .des {
    display: none;
  }
  .layout-1 .module.custom-bannerbt .banner-bt.banner-bt2 h1 {
    font-size: 24px;
  }
  .layout-1 .module.custom-bannerbt .banner-bt.banner-bt2 p {
    font-size: 18px;
  }
  .layout-1 .slide-left {
    padding: 0 15px;
  }
  .layout-1 .slide-right {
    padding: 0 15px;
  }
  .layout-1 .module.custom-lt2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    width: 20%;
  }
  .layout-1 .module.custom-lt2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li:nth-child(6) {
    border-left: 1px solid #ddd;
  }
  .layout-1 .module.custom-polyci .banner-info {
    margin-top: 10px;
  }
  .layout-1 .module.custom-bannerct .banner-ct2 {
    margin-bottom: 18px;
  }
  .layout-1 div.products-list.grid .product-layout .product-item-container .left-block .quickview, .layout-1 div.products-list.grid .product-layout .product-item-container .button-group button {
    opacity: 1;
  }
  footer .footer-top {
    height: auto;
  }
  footer .news-letter {
    padding: 10px 0;
  }
  footer .news-letter .title-block {
    margin: 0;
  }
  footer .news-letter .block_content .input-box input {
    width: 240px;
  }
  footer .social_block ul {
    text-align: center;
  }
  footer .social_block ul.social-block li {
    float: none;
  }
  footer .social_block ul.social-block li a {
    line-height: 60px;
  }
  footer .social_block {
    background: transparent;
    border-bottom: 1px solid #3a3a3a;
  }
  footer .box-footer.box-account {
    border-color: transparent;
  }
  footer .extra-links-ft {
    clear: both;
  }
  footer.typefooter-1 .news-letter .block_content {
    float: left;
  }
  footer.typefooter-1 .news-letter .block_content .input-box input {
    width: 100%;
  }
  footer.typefooter-1 .footer-navbar .footer-center .box-footer-sp {
    padding-bottom: 10px;
  }
  footer.typefooter-1 .footer-navbar .footer-center .box-footer-sp:before {
    display: none;
  }
  footer.typefooter-1 .footer-bottom-block .paymen, footer.typefooter-1 .footer-bottom-block .copyright-text {
    float: none;
    text-align: center;
  }
  footer.typefooter-1 .footer-left {
    margin-bottom: 20px;
  }
  footer.typefooter-1 .footer-navbar .footer-right {
    border: none;
  }
  footer.typefooter-1 .footer-navbar .box-footer {
    border: 0;
  }
  footer.typefooter-1 .footer-navbar .box-account {
    clear: inherit;
  }
  .thumb-vertical-outer {
    padding: 20px 0;
  }
  .short-by-show .form-group {
    float: left;
  }
  .so-filter-price .put-min_max .name-curent {
    display: inline-block;
    float: left;
    line-height: 30px;
  }
  .so-filter-price .put-min_max .form-control {
    width: 60px;
    line-height: 30px;
    padding: 0 !important;
    margin: 0 !important;
    height: 30px;
    min-width: 60px;
  }
  .info-right {
    margin-top: 20px;
  }
  .megamenu-style-dev .container-megamenu.horizontal ul.megamenu > li > a strong img, .megamenu-style-dev .container-megamenu.vertical:after {
    display: none;
  }
  .megamenu-style-dev .navbar-default .vertical #menuHeading {
    display: none !important;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu {
    right: 0;
  }
  .megamenu-style-dev.responsive #remove-megamenu {
    display: block;
    color: #fff;
    cursor: pointer;
  }
  .megamenu-style-dev.responsive .so-megamenu-active #remove-megamenu {
    color: #fff;
  }
  .megamenu-style-dev.responsive .megamenu-wrapper {
    border: none;
    border-radius: 0;
  }
  .megamenu-style-dev.responsive div[class^=col-] {
    width: 100%;
  }
  .megamenu-style-dev.responsive ul.megamenu > li {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1px 0;
    overflow: hidden;
  }
  .megamenu-style-dev.responsive ul.megamenu > li a {
    line-height: 25px;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.click::before, .megamenu-style-dev.responsive ul.megamenu > li.hover::before {
    padding: 0 !important;
    font-size: 14px;
    background: #666;
    color: #fff;
    border: 1px solid #6a6d71;
    width: 30px;
    line-height: 30px;
    height: 32px;
    display: inline-block;
    text-align: center;
    margin-top: -1px;
    right: 0;
    left: auto;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active {
    padding: 0;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .sub-menu {
    display: block !important;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active > a {
    background: #222 !important;
    color: #fff;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu {
    padding: 0;
    width: 30px;
    line-height: 30px;
    background: #33363a;
    height: auto;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu:before {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }
  .megamenu-style-dev.responsive .navbar-default .horizontal .megamenu-wrapper ul.megamenu li .sub-menu .content {
    box-shadow: none;
    border: 1px solid #eee;
  }
  .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
    height: 40px;
    width: 42px;
    margin: 0;
    color: #fff;
    border-radius: 4px;
    background: -moz-linear-gradient(top, #474747 0%, #212121 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #212121));
    background: -webkit-linear-gradient(top, #474747 0%, #212121 100%);
    background: -o-linear-gradient(top, #474747 0%, #212121 100%);
    background: -ms-linear-gradient(top, #474747 0%, #212121 100%);
    background: linear-gradient(to bottom, #474747 0%, #212121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#212121',GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), inset 0 1px 0.5px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), inset 0 1px 0.5px rgba(255, 255, 255, .2);
    border: solid 1px #000;
    float: left;
    cursor: pointer;
    padding: 9px 8px;
  }
  .megamenu-style-dev .navbar-default .horizontal .navbar-toggle .icon-bar {
    background: #fff;
    width: 25px;
    height: 3px;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper {
    background: #333 !important;
    padding: 20px !important;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li.active > a {
    padding: 0 10px;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a {
    color: #fff !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 29px !important;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a:hover {
    color: #3f9dd3;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu li .sub-menu .content .title-submenu {
    padding: 0;
    margin: 0;
    border: none;
  }
  .megamenu-style-dev .navbar-default .horizontal .features-menu .column.layout-color a {
    display: inline-block;
  }
  .megamenu-style-dev .navbar-default .horizontal .features-menu .column a {
    margin: 0 0 30px;
    display: block;
  }
  .megamenu-style-dev .navbar-default .vertical #menuHeading {
    display: block;
    margin: 0;
  }
  .megamenu-style-dev .navbar-default .vertical ul.megamenu {
    position: relative;
    background: transparent;
  }
  .megamenu-style-dev .navbar-default .vertical ul.megamenu > li {
    background: transparent;
  }
  .megamenu-style-dev .navbar-default .vertical .navbar-header .title-navbar {
    display: none;
  }
  .megamenu-style-dev .navbar-default .vertical .navbar-header .navbar-toggle {
    padding: 10px 8px;
    margin: 5px 10px;
    background: -moz-linear-gradient(top, #474747 0%, #212121 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #212121));
    background: -webkit-linear-gradient(top, #474747 0%, #212121 100%);
    background: -o-linear-gradient(top, #474747 0%, #212121 100%);
    background: -ms-linear-gradient(top, #474747 0%, #212121 100%);
    background: linear-gradient(to bottom, #474747 0%, #212121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#212121',GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), inset 0 1px 0.5px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .15), inset 0 1px 0.5px rgba(255, 255, 255, .2);
    border: 1px solid #000;
    border-radius: 5px;
  }
  .megamenu-style-dev .navbar-default .vertical .navbar-header .navbar-toggle .icon-bar {
    background: #fff;
  }
  .megamenu-style-dev .navbar-default .vertical #remove-verticalmenu {
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper {
    position: fixed;
    background: #333 !important;
    padding: 20px !important;
    width: 280px;
    max-height: 100%;
    top: 0;
    z-index: 99;
    border: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper.so-vertical-active {
    display: block !important;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .image-position {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    position: relative;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:before {
    display: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li .main-menu {
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li a:hover {
    color: #3f9dd3;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:hover > a {
    color: #3f9dd3;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul {
    box-shadow: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul li {
    padding: 5px 0;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content {
    border: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content {
    padding: 15px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul {
    border: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li b {
    display: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a {
    padding: 3px 0;
    background: transparent !important;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a strong {
    color: #ddd;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.loadmore {
    border: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li a {
    line-height: inherit;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.hover:before {
    font-size: 14px;
    color: #ddd;
    height: 32px;
    line-height: 32px;
    width: 30px;
    background: #666;
    text-align: center;
    cursor: pointer;
    border: 1px solid #6a6d71;
    padding: 0 !important;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.hover:hover:before {
    color: #fff;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active {
    background: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .close-menu {
    background: #666;
    font-size: 14px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .close-menu:before {
    color: #ddd;
    line-height: 31px;
  }
  header.navbar-compact {
    display: none;
  }
  header .horizontal ul.megamenu > li > .sub-menu {
    border: none;
  }
  ul.megamenu li.active .sub-menu .content {
    padding: 0 10px;
  }
  #wrapper {
    overflow-x: hidden;
  }
  .zoomContainer {
    display: none;
  }
  .simple_blog-article .product-filter.filters-panel {
    display: none;
  }
  header #sosearchpro .dropdown-menu {
    right: 0 !important;
    left: inherit !important;
  }
  .our-member .respl-item .w-image-box {
    float: none;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .our-member .respl-item .info-member {
    text-align: center;
    margin: 0;
  }
  .our-member .respl-item .info-member li {
    float: none;
    display: inline-block;
  }
  .filters-panel .btn {
    padding: 5px 10px;
  }
}
/* ***********************************************************************************************
 BLOCK HEADER  
 *************************************************************************************************/
/*[] HEADER 1 []*/
@media (min-width: 992px) and (max-width: 1199px) {
  /************************************************************************************************
   BLOCK HOME PAGE  
   *************************************************************************************************/
  /*[] LAYOUT 1 []*/
  /* ***********************************************************************************************
   BLOCK FOOTER  
   ************************************************************************************************ */
  /*[] FOOTER 1 []*/
  /************************************************************************************************
   MEGAMENU 
   *************************************************************************************************/
  /************************************************************************************************
   PAGE LISTING  
   *************************************************************************************************/
  header.typeheader-1 .header-bottom .container .header-bottom-inner .header_custom_link {
    padding: 0;
  }
  header.typeheader-1 .block-cart {
    padding-left: 15px;
  }
  header.typeheader-1 .navbar-collapse .navbar-nav li.list > a {
    padding: 18px 15px;
    font-size: 14px;
  }
  .layout-1 .shipping-days {
    text-align: center;
  }
  .layout-1 .shipping-days > li > div.icon {
    top: 0 !important;
    padding: 0;
    margin-bottom: 10px;
    float: none;
  }
  .layout-1 .module.custom-bannerct .banner-ct2 {
    margin-bottom: 24px;
  }
  footer .account-links-ft {
    clear: both;
  }
  footer .module .contact-us li span {
    width: 80%;
  }
  footer .copyright-text {
    padding: 30px 15px 0;
  }
  .horizontal ul.megamenu > li > .sub-menu {
    right: 0;
    left: auto;
  }
  .blog-listitem .blog-item .itemBlogContent .blog-meta > span {
    padding-right: 10px;
  }
  #wrapper {
    overflow-x: hidden;
  }
  .thumb-vertical-outer {
    padding: 20px 0;
  }
  .releate-products .image, div.so-extraslider.grid .image {
    width: 40%;
  }
  .producttab .tabsslider .nav-tabs li a {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    overflow: visible;
  }
  .layout-1.common-home .vertical .vertical-wrapper {
    display: block !important;
  }
  .footer-container .account-links-ft {
    clear: both;
  }
}
