@charset "UTF-8";
/*============HEADER V1 ==================*/
/* [2] */
/* [8] */
/*
 * Scut, a collection of Sass utilities
 * to ease and improve our implementations of common style-code patterns.
 * v1.4.0
 * Docs at http://davidtheclark.github.io/scut
 */
/*******************************************************
 Style Color
 ********************************************************/
.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: #444;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #e34931;
}
.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;
}
/*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] BLOCK HEADER
 [2] BLOCK FOOTER
 ==============================================*/
.common-home .megamenu-style-dev ul.megamenu > li.home > a {
  background: #fff;
  color: #e34931;
}
.typeheader-1 {
  /* So HTML policy home 9 */
}
.typeheader-1 .header-top {
  background: #fff;
  color: #666;
  border-bottom: 1px solid #e3e1e1;
}
.typeheader-1 .header-top .header-top-left {
  font-size: 12px;
  margin: 7px 0;
}
.typeheader-1 .header-top .header-top-left a {
  font-weight: normal;
  color: #666;
}
.typeheader-1 .header-top .header-top-left a:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-left .navbar-welcome .label {
  display: inline-block;
  background: #e34931;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  position: relative;
  margin-right: 10px;
  padding: 5px 5px 3px;
  font-size: 12px;
  font-weight: normal;
}
.typeheader-1 .header-top .header-top-left .navbar-welcome .label:before {
  content: "";
  position: absolute;
  right: -4px;
  top: 5px;
  width: 0px;
  height: 0px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #e34931;
}
.typeheader-1 .header-top .header-top-right {
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2px;
}
.typeheader-1 .header-top .header-top-right .location {
  line-height: 34px;
  padding-right: 8px;
  color: #666;
  font-size: 86%;
}
.typeheader-1 .header-top .header-top-right .location:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right .location i {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right .navbar-phone {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}
.typeheader-1 .header-top .header-top-right .navbar-phone span {
  font-weight: bold;
}
.typeheader-1 .header-top .header-top-right .languages-block, .typeheader-1 .header-top .header-top-right .currencies-block {
  z-index: 2;
  position: relative;
  vertical-align: top;
  float: right;
  margin-bottom: 0;
  margin-top: 4px;
  margin-right: 0px;
}
.typeheader-1 .header-top .header-top-right .languages-block form .btn-group, .typeheader-1 .header-top .header-top-right .currencies-block form .btn-group {
  color: #666;
  display: block;
  line-height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
}
.typeheader-1 .header-top .header-top-right .languages-block form .btn-group .btn-link, .typeheader-1 .header-top .header-top-right .currencies-block form .btn-group .btn-link {
  color: #666;
  display: block;
  padding: 0 10px;
  height: 24px;
  border: none;
  font-size: 12px;
}
.typeheader-1 .header-top .header-top-right .languages-block form .btn-group .btn-link:hover, .typeheader-1 .header-top .header-top-right .currencies-block form .btn-group .btn-link:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right .languages-block form img, .typeheader-1 .header-top .header-top-right .currencies-block form img {
  margin-top: -2px;
}
.typeheader-1 .header-top .header-top-right .languages-block form span.fa-angle-down, .typeheader-1 .header-top .header-top-right .currencies-block form span.fa-angle-down {
  margin-left: 3px;
}
.typeheader-1 .header-top .header-top-right .currencies-block form .btn-group {
  padding-right: 0;
}
.typeheader-1 .header-top .header-top-right ul.top-link {
  list-style: none;
  margin: 0;
  vertical-align: top;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li {
  display: inline-block;
  position: relative;
  float: left;
  list-style: outside none none;
  height: 34px;
  line-height: 34px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li > a {
  display: block;
  line-height: 15px;
  position: relative;
  height: 34px;
  line-height: 34px;
  color: #666;
  font-size: 12px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li > a:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account {
  padding-left: 8px;
  padding-right: 15px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account > a {
  padding: 0px 0px 0px 16px !important;
  background: none;
  text-indent: inherit;
  width: auto;
  font-size: 12px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account > a:before {
  content: "";
  background: url('/catalog/view/theme/so-parna/images/icon-image.png') no-repeat -288px -265px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -2px;
  right: inherit;
  top: 7px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account > a:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.account > a:hover:before {
  background: url('/catalog/view/theme/so-parna/images/icon-image.png') no-repeat -288px -302px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.wishlist a {
  padding: 0px 0px 0px 16px !important;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.wishlist a:before {
  content: "";
  background: url('/catalog/view/theme/so-parna/images/icon-image.png') no-repeat -288px -185px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -2px;
  right: inherit;
  top: 7px;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.wishlist a:hover {
  color: #e34931;
}
.typeheader-1 .header-top .header-top-right ul.top-link > li.wishlist a:hover:before {
  background: url('/catalog/view/theme/so-parna/images/icon-image.png') no-repeat -288px -226px;
}
.typeheader-1 .header-center {
  background: #fff;
}
.typeheader-1 .header-center .navbar-logo {
  padding: 20px 15px 25px;
  text-align: left;
}
.typeheader-1 .header-center .middle-right {
  padding-left: 0;
}
.typeheader-1 .header-center .module {
  margin-bottom: 0;
}
.typeheader-1 .header-center .phone {
  float: right;
  padding: 42px 0 0 0;
  /*padding: 42px 0;*/
  margin-left: 10px;
  position: relative;
}
.typeheader-1 .header-center .phone .navbar-phone {
  position: relative;
  padding-left: 27px;
  margin-bottom: 0;
  font-size: 15px;
}
.typeheader-1 .header-center .phone .navbar-phone:before {
  content: "";
  /*background: url(/catalog/view/theme/so-parna/images/icon-image.png) no-repeat -228px -219px !important;*/
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -2px;
}
.typeheader-1 .header-center .phone .navbar-phone:after {
  content: "";
  height: 24px;
  width: 1px;
  position: absolute;
  left: -3px;
  top: -1px;
  background: #e3e1e1;
}
.typeheader-1 .header-center .shopping_cart {
  height: 33px;
  margin: 38px 0;
  margin-left: -10px;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .shopcart {
  display: block;
  height: 33px;
  padding-left: 50px;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .handle {
  background: url(/catalog/view/theme/so-parna/images/icon-image.png) no-repeat -220px -174px !important;
  width: 40px;
  height: 40px;
  border: none;
  top: -5px;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .shopcart .title {
  display: block;
  font-size: 15px;
  color: #444;
  text-transform: none;
  font-weight: normal;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .price-minicart {
  padding: 0 !important;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .price-minicart:before {
  display: none;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .price-minicart .items_cart {
  top: -12px;
  left: 27px;
  font-size: 11px;
  height: 18px;
}
.typeheader-1 .header-center .shopping_cart a.top_cart .price-minicart .items_cart2, .typeheader-1 .header-center .shopping_cart a.top_cart .price-minicart .items_carts {
  display: none;
}
.typeheader-1 .header-bottom {
  box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
}
.typeheader-1 .header-bottom .menu-horizontal-w {
  float: left;
  display: inline-block;
  position: static;
  max-width: 80%; /*60%*/
}
@media (max-width: 991px) {
  .typeheader-1 .header-bottom .menu-horizontal-w {
    float: right;
    margin-right: 10px;
  }
}
.typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li > a {
  text-transform: none;
  font-size: 16px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px; /*0 15px*/
  margin-right: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li > a:hover {
  color: #fff;
}
.typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li > a strong {
  font-weight: normal;
}
.typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li.home a i {
  padding-right: 0;
}
.typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li > a:hover, .typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li.active > a, .typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li:hover > a, .typeheader-1 .header-bottom .menu-horizontal-w ul.megamenu > li.home > a {
  background: rgba(0, 0, 0, .1);
}
.typeheader-1 .header-bottom .navbar-menu .contain {
  background: #e34931;
  display: inline-block;
  width: 100%;
  position: relative;
}
.typeheader-1 .header-bottom .container-megamenu.vertical {
  position: relative;
  z-index: 9;
}
.typeheader-1 .header-bottom .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
  background: #fff;
  border: 1px solid #e3e1e1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
  border-bottom: none;
}
.typeheader-1 .header-bottom .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 13px 12px !important;
  padding-left: 47px !important;
}
.typeheader-1 .header-bottom .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .megamenuToogle-pattern {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.typeheader-1 .header-bottom .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper:before {
  content: "";
  background: url(/catalog/view/theme/so-parna/images/icon-image.png) no-repeat -276px -19px !important;
  position: absolute;
  top: 16px;
  left: 20px;
  width: 20px;
  height: 20px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper {
  padding: 0px;
  display: block;
  z-index: 9999;
  border: 1px solid #e3e1e1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
  border-top: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
@media (min-width: 1200px) {
  .typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper {
    width: 100%;
  }
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:after {
  display: none;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li b.icon-right:before {
  content: "\f105";
  color: #c5c5c5;
  font-size: 18px;
  top: 7px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
  padding: 9px 0 9px;
  border-top: 1px solid #e3e1e1;
  font-size: 14px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a strong {
  font-size: 14px;
  font-weight: normal;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:first-child > a {
  border-top: none;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover b.icon-right:before {
  color: #e34931;
  font-size: 20px;
  top: 6px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu > li:hover > a {
  background: transparent !important;
  color: #e34931;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
  padding: 8px 20px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore span.more-view {
  padding-left: 17px;
}
.typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore .fa {
  left: 20px;
  padding: 0 5px;
}
.typeheader-1 .header-bottom .login {
  color: #fff;
  float: right;
  display: inline-block;
  padding: 8px 10px;
  font-size: 16px;
  margin-left: 10px;
  font-weight: normal;
  position: relative;
  padding-left: 45px;
  border-left: 1px solid #e9715e;
}
.typeheader-1 .header-bottom .login:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/catalog/view/theme/so-parna/images/icon-image.png) no-repeat -230px -298px !important;
  position: absolute;
  left: 19px;
  top: 9px;
}
.typeheader-1 .header-bottom .login:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #c6321b;
  position: absolute;
  left: -2px;
  top: 0px;
}
.typeheader-1 .header-bottom .login:hover {
  text-decoration: underline;
}
.typeheader-1 .header-bottom .searchbox-wrapper {
  float: right;
  display: inline-block;
  margin: 4px 10px; /*4px 0*/
  background: #fff url(/catalog/view/theme/so-parna/images/icon-image.png) no-repeat -118px -131px !important;
  cursor: pointer;
}
.typeheader-1 .header-bottom #sosearchpro {
  width: 212px;
  height: 32px;
  margin: 0;
}
.typeheader-1 .header-bottom #sosearchpro option {
  background: #eee;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .autosearch-input {
  background-color: #eee;
  color: #777 !important;
}
.typeheader-1 .header-bottom #sosearchpro ::-webkit-input-placeholder {
  color: #777;
}
.typeheader-1 .header-bottom #sosearchpro ::-moz-input-placeholder {
  /* Firefox 19+ */
  color: #777;
}
.typeheader-1 .header-bottom #sosearchpro ::-moz-input-placeholder {
  /* Firefox 18- */
  color: #777;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .button-search {
  background-color: #fff !important;
  border-color: #fff !important;
  height: 32px !important;
  width: 32px !important;
  background: url(/catalog/view/theme/so-parna/images/icon-image.png) no-repeat -276px -94px !important;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .button-search i {
  color: #333;
  top: 8px;
  right: 3px;
  display: none;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .autosearch-input {
  background-color: #fff;
  color: #666 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  height: 32px !important;
  line-height: 32px;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .input-group {
  border-spacing: 0;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .input-group .select_category {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  width: 35px;
  border: none;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .input-group .select_category select {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  height: 32px !important;
  line-height: 32px;
  background: url(/catalog/view/theme/so-parna/images/icon-image.png) no-repeat -222px -258px #eee !important;
  color: #333;
  font-weight: bold;
  width: 175px;
  font-size: 0;
  width: 35px !important;
  padding: 0 10px !important;
}
.typeheader-1 .header-bottom #sosearchpro.search-pro .input-group .select_category select option {
  font-size: 14px;
}
.typeheader-1 .megamenu-style-dev ul.megamenu > li > a {
  color: #fff;
}
.typeheader-1 .policy-shop5 {
  padding: 37px 0 24px;
  padding-right: 20px;
}
.typeheader-1 .policy-shop5 .row {
  margin: 0 -10px;
}
.typeheader-1 .policy-shop5 .row [class*="col-"] {
  padding: 0 10px;
}
.typeheader-1 .policy-shop5 .content-policy {
  text-align: left;
  width: 100%;
  /*cursor: pointer;*/
  padding-left: 50px;
  position: relative;
}
/*.typeheader-1 .policy-shop5 .content-policy:hover .icon1, .typeheader-1 .policy-shop5 .content-policy:hover .icon2, .typeheader-1 .policy-shop5 .content-policy:hover .icon3 {
  background: #e34931;
}
.typeheader-1 .policy-shop5 .content-policy:hover .icon1 .fa, .typeheader-1 .policy-shop5 .content-policy:hover .icon2 .fa, .typeheader-1 .policy-shop5 .content-policy:hover .icon3 .fa {
  color: #fff;
}*/
.typeheader-1 .policy-shop5 .content-policy:hover .icon1:before, .typeheader-1 .policy-shop5 .content-policy:hover .icon2:before, .typeheader-1 .policy-shop5 .content-policy:hover .icon3:before {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  top: -4px;
  left: -4px;
  /*border: 2px solid #e34931;*/
}
.typeheader-1 .policy-shop5 .content-policy .icon1, .typeheader-1 .policy-shop5 .content-policy .icon2, .typeheader-1 .policy-shop5 .content-policy .icon3 {
  position: absolute;
  left: 7px;
  top: -2px;
  height: 37px;
  border: 1px solid #898989;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 37px;
  text-align: center;
  line-height: 35px;
}
.typeheader-1 .policy-shop5 .content-policy .icon1 .fa, .typeheader-1 .policy-shop5 .content-policy .icon2 .fa, .typeheader-1 .policy-shop5 .content-policy .icon3 .fa {
  font-size: 16px;
}
.typeheader-1 .policy-shop5 .content-policy h2 {
  color: #666;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}
.typeheader-1 .policy-shop5 .content-policy h2 a {
  color: #666;
}
.typeheader-1 .policy-shop5 .content-policy h2 a:hover {
  color: #e34931;
}
.typeheader-1 .policy-shop5 .content-policy p {
  color: #666;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .typeheader-1.navbar-compact {
    position: static;
  }
  .typeheader-1.navbar-compact .header-bottom .navbar-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 9999;
    background: #fff;
    padding-top: 7px;
    box-shadow: 0 2px 3px #ddd;
    text-align: center;
  }
  .typeheader-1.navbar-compact .header-bottom .navbar-menu .contain {
    width: 1170px;
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .typeheader-1 .header-bottom .searchbox-wrapper {
    width: 34px;
    height: 34px;
    /*margin: 3px 0;*/
    background: #fff url(/catalog/view/theme/so-parna/images/icon-image.png) no-repeat -116px -128px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
  }
  .typeheader-1 .header-bottom .searchbox-wrapper:hover #sosearchpro {
    visibility: visible;
    opacity: 1;
    z-index: 9;
    top: 100%;
    box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    -ms-box-shadow: 0 1px 3px #999;
    -moz-box-shadow: 0 1px 3px #999;
  }
  .typeheader-1 .header-bottom .searchbox-wrapper #sosearchpro {
    position: absolute;
    top: 120%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
}


@media only screen and (max-width: 767px) {
  .typeheader-1 .header-center .phone {
    display: block !important;
  }
  .typeheader-1 .header-center .shopping_cart {
    position: static !important;
    margin: 38px 0 !important;
  }
  .new-config-phone {
    width: 60%;
  }
  .new-config-logo {
    padding-right: 0px !important;
    width: 40%;
  }
}

@media only screen and (max-width: 412px) {
  .typeheader-1 .header-center .phone {
    margin-left: 5px !important;
  }
  .typeheader-1 .header-center .phone .navbar-phone {
    padding-left: 7px;
  }
  .new-config-phone {
    width: 65%;
  }
  .new-config-logo {
    width: 35%;
  }
}

.phones a {
  color: #666666;
}@charset "UTF-8";
/* [2] */
/* [8] */
/*******************************************************
 Style Color
 ********************************************************/
.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: #444;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #e34931;
}
.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;
}
/*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);
  }
}
footer {
  background: #f7f7f7;
}
footer .footer-top {
  border-top: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
}
footer .footer-top .socials-wrap {
  display: inline-block;
  padding: 35px 0;
}
footer .footer-top .socials-wrap .title-follow {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  color: #444;
}
footer .footer-top .socials-wrap ul {
  margin: 0;
  display: inline-block;
  margin-left: 5px;
}
footer .footer-top .socials-wrap ul li {
  display: inline-block;
  position: relative;
  margin: 0px;
}
footer .footer-top .socials-wrap ul li a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 31px;
  border: 0px;
  font-size: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  color: #fff;
}
footer .footer-top .socials-wrap ul li a:hover {
  transform: scale(1.1);
}
footer .footer-top .socials-wrap ul li a .name-social {
  display: none;
}
footer .footer-top .socials-wrap ul li.facebook-social a {
  background: #39599f;
}
footer .footer-top .socials-wrap ul li.twitter-social a {
  background: #45b0e3;
}
footer .footer-top .socials-wrap ul li.instagram-social a {
  background: #dd2a7b;
}
footer .footer-top .socials-wrap ul li.google-social a {
  background: #e7725d;
}
footer .footer-top .socials-wrap ul li.linkedin-social a {
  background: #f8bc2e;
}
footer .footer-top .socials-wrap ul li.pinterest-social a {
  background: #7edde8;
}
footer .footer-top .so-custom-default {
  background: transparent !important;
  border: none;
  text-align: right;
}
footer .footer-top .so-custom-default .btn-group {
  vertical-align: top;
}
footer .footer-top .so-custom-default .btn-group .popup-title {
  margin-top: 13px;
}
footer .footer-top .so-custom-default .modcontent {
  padding: 31px 0;
}
footer .footer-top .so-custom-default .newsletter_promo {
  display: none;
}
footer .footer-top .so-custom-default .input-group input {
  background: #fff;
  border: 1px solid #e3e1e1;
  height: 38px;
  width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
footer .footer-top .so-custom-default .popup-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #444;
  font-weight: normal;
  margin-right: 20px;
}
footer .footer-top .so-custom-default .input-group-btn {
  width: 45px;
}
footer .footer-top .so-custom-default .input-group-btn button {
  width: 47px;
  background: #e34931;
  height: 38px;
  right: -1px;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  position: relative;
  padding: 0px;
  font-size: 0;
}
footer .footer-top .so-custom-default .input-group-btn button:hover {
  background: #333 !important;
}
footer .footer-top .so-custom-default .input-group-btn button:before {
  content: "\f1d8";
  font-family: 'FontAwesome';
  color: #fff;
  width: 16px;
  height: 21px;
  position: absolute;
  left: 15px;
  top: 9px;
  font-size: 14px;
}
footer .footer-top .so-custom-default .send-mail {
  margin-top: 0;
  padding: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
footer .footer-top .so-custom-default .show-error {
  display: block;
  padding-top: 5px;
  text-align: center;
  margin: 0;
}
footer .footer-middle {
  font-size: 12px;
  color: #666;
}
footer .footer-middle .module {
  padding-top: 20px;
  padding-bottom: 40px;
}
footer .footer-middle .module .footer-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #444;
  font-weight: 600;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 13px;
}
footer .footer-middle .module .footer-title:before {
  content: "";
  width: 31px;
  height: 2px;
  background: #e34931;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .footer-middle .module .menu li {
  margin-bottom: 2px;
}
footer .footer-middle .footer-custom {
  border-right: 1px solid #e3e1e1;
  padding-right: 10px;
}
@media (max-width: 767px) {
  footer .footer-middle .footer-custom {
    padding-right: 15px;
  }
}
footer .footer-middle .footer-custom .decription {
  margin-bottom: 5px;
}
footer .footer-middle .footer-custom .content p {
  margin-bottom: 0;
}
footer .footer-middle .footer-custom .content i {
  margin-right: 5px;
  color: #e34931;
  font-size: 14px;
}
footer .footer-bottom {
  padding: 10px 0;
  background: #444;
}
footer .footer-bottom .copyright-footer {
  color: #fff;
  font-size: 12px;
  line-height: 28px;
}
@charset "UTF-8";
/*******************************************
 ***          SO Framework: Sass          ***
 *******************************************/
/* [2] */
/* [8] */
/*   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  
 ************************************************************************************************ */
@media (max-width: 480px) {
  /*Detail page */
  .so-onepagecheckout .coupon-voucher input[type='text'] {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .home2-banner-top .content .subtitle {
    font-size: 20px !important;
    top: 20px;
    line-height: 25px;
  }
  .dev_so_deals .item.item-ct .product-thumb {
    width: 100%;
  }
  .custom-ourblog.default-nav .owl2-controls .owl2-dots {
    top: 80px;
  }
  .custom-ourblog .modtitle {
    padding-bottom: 40px;
  }
  .style1-dev-so-extraslider .extraslider-inner .item-wrap.style2 .bottom-action-out .addToCart span {
    display: block !important;
  }
  .product-view .content-product-right .box-info-product .add-to-links {
    margin-left: 0;
  }
  .social-share a {
    margin: 0;
  }
  .social-share .title-share {
    padding-right: 15px;
  }
  .layout-3.common-home #content .module h3.modtitle {
    font-size: 18px !important;
  }
  .layout-3.common-home #content .module h3.modtitle:before, .layout-3.common-home #content .module h3.modtitle:after {
    top: 8px !important;
  }
  .layout-3.common-home .collection h3.modtitle:before, .layout-3.common-home .collection h3.modtitle:after {
    top: 19px !important;
  }
  .section-style2 .dev_so_deals .extraslider-inner .caption {
    margin-bottom: 20px;
  }
  .section-style2 .so-deal .item.item-ct + .item.item-ct {
    padding-top: 0;
  }
  .layout-3 .banner-custom-2 {
    margin-top: 0 !important;
  }
  .producttab .tabsslider .nav-tabs li {
    width: 100%;
    border: 1px solid #008fcc;
    margin-bottom: 1px;
  }
  .producttab .tabsslider .nav-tabs li:first-child {
    margin-left: 0;
  }
  .producttab .tabsslider .nav-tabs li.active:first-child {
    border-left: 1px solid #008fcc;
  }
  header.typeheader-3 .shopping-cart, header.typeheader-3 .btn-group {
    position: static;
    margin-bottom: 0;
  }
  header.typeheader-3 .collapsed-block {
    position: relative;
    margin-bottom: 0;
  }
  header.typeheader-3 .collapsed-block .dropdown-menu {
    left: 0px;
    right: inherit;
  }
  header.typeheader-3 .navbar-header .navbar-toggle {
    margin-bottom: 0 !important;
  }
  header.typeheader-3 .search_pro {
    padding-bottom: 0;
  }
}
/* HOME PAGE 1 */
@media (max-width: 767px) {
  /* HOME PAGE 2 */
  /* HOME PAGE 3 */
  /************************************************************************************************
   DEFTAULT MENU  
   ************************************************************************************************ */
  /*MEGA MENU*/
  /*MENU STIKY*/
  .title-navbar {
    display: none;
  }
  .navbar-header .navbar-toggle {
    margin: 3px;
  }
  .typeheader-1 .header-top .header-top-right ul.top-link > li.account {
    padding-right: 8px;
  }
  .typeheader-1 .header-top .header-top-right .languages-block form .btn-group .btn-link, .typeheader-1 .header-top .header-top-right .currencies-block form .btn-group .btn-link {
    padding: 0 5px;
  }
  .typeheader-1 .header-top .header-top-right .languages-block form .btn-group .btn-link span {
    display: none;
  }
  .typeheader-1 .navbar-header .navbar-toggle {
    border-color: #fff;
  }
  .typeheader-1 .header-center .middle-right {
    padding: 0 15px;
  }
  .typeheader-1 .header-bottom {
    background: #008fcc; /*e34931*/
  }
  .typeheader-1 .header-bottom .navbar-menu .contain {
    background: transparent !important;
  }
  .typeheader-1 .header-bottom .menu-horizontal-w {
    float: none;
    text-align: left;
  }
  .typeheader-1 .header-bottom .navbar-menu .contain {
    text-align: right;
    padding-top: 7px;
  }
  .typeheader-1 .header-bottom .login {
    display: none;
  }
  .typeheader-1 .header-center .navbar-logo {
    padding-right: 70px;
  }
  .typeheader-1 .header-center .shopping_cart a.top_cart .shopcart .title {
    display: none;
  }
  .typeheader-1 .header-center .shopping_cart {
    position: absolute;
    right: 15px;
    margin: 0;
    top: -70px;
  }
  .typeheader-1 .menu-vertical .megamenu-style-dev {
    position: absolute;
    left: 20px;
    top: 8px;
  }
  .style1-dev-so-extraslider .extraslider-inner .item-wrap.style2 .bottom-action-out .addToCart {
    padding-left: 34px;
  }
  .style1-dev-so-extraslider .extraslider-inner .item-wrap.style2 .bottom-action-out .addToCart:before {
    left: 4px;
  }
  .style1-dev-so-extraslider .extraslider-inner .item-wrap.style2 .bottom-action-out .addToCart span {
    display: none;
  }
  footer .footer-middle .footer-custom {
    border-right: none;
  }
  footer .footer-top .so-custom-default {
    text-align: left;
  }
  footer .footer-top .socials-wrap {
    padding-bottom: 0;
  }
  footer .footer-middle .module {
    padding-bottom: 20px;
    padding-top: 0;
  }
  footer .footer-bottom .text-right {
    text-align: left;
  }
  .brand-3 {
    margin-bottom: 30px;
  }
  .home1-banner-top .banner1 {
    margin-bottom: 20px;
  }
  .layout-1 .home3_banner4 .row {
    margin: 0 -5px;
  }
  .layout-1 .home3_banner4 .col-sm-4 {
    padding: 0 5px;
  }
  .layout-1 .home3_banner4 .banner8 {
    margin-bottom: 15px;
  }
  .layout-1 .home3_banner4 .banner7 {
    margin-top: 15px;
  }
  header.typeheader-2 .header-middle .container {
    position: relative;
  }
  header.typeheader-2 .header-middle .container .col-lg-5:first-child {
    position: static;
  }
  header.typeheader-2 .header-bottom .menu-horizontal {
    text-align: left;
    float: left;
  }
  header.typeheader-2 .navbar-header .navbar-toggle {
    background: #e34931;
    border: none;
    padding: 8px;
  }
  header.typeheader-2 .navbar-header .navbar-toggle .icon-bar {
    background: #fff;
    width: 20px;
  }
  header.typeheader-2 .navbar-logo {
    margin-top: 10px;
  }
  header.typeheader-2 .collapsed-block {
    padding-left: 0;
    margin: 20px 0 0;
  }
  header.typeheader-2 #sosearchpro.search-pro {
    left: inherit;
    right: 0;
  }
  header.typeheader-2 .search_pro {
    position: absolute;
    top: 144px;
    right: 97px;
    z-index: 9;
    padding: 10px 0;
  }
  header.typeheader-2 .search_pro .icon-search i {
    color: #fff;
  }
  header.typeheader-2 #sosearchpro.search-pro {
    width: 225px;
  }
  header.typeheader-2 #sosearchpro.search-pro .select_category {
    display: none;
  }
  header.typeheader-2 .collapsed-block .btn-group.languages-block span {
    display: none;
  }
  header.typeheader-2 .btn-shopping-cart .dropdown-menu {
    min-width: 260px;
  }
  header.typeheader-2 .shopping-cart {
    position: absolute;
    top: 9px;
    right: 50px;
    margin: 0;
    padding: 0;
    z-index: 9;
  }
  header.typeheader-2 .shopping-cart .shopcart:before {
    background: url('../images/icon-image.png') no-repeat -279px -134px;
  }
  .style-dev-so-extraslider .extraslider-inner .item-wrap.style2 .item-info {
    padding: 15px 0px 0px;
  }
  .home2-banner-top .content {
    margin-bottom: 20px;
  }
  .home2-banner-top .content img {
    width: 100%;
  }
  .home2-banner-top .content .subtitle {
    font-size: 25px;
  }
  .home2-banner-middle2 .banner1, .home2-banner-middle .banner1 {
    margin-bottom: 30px;
  }
  footer.typefooter-2 .footer-middle .footer-block11 {
    padding: 0;
  }
  footer.typefooter-2 .footer-bottom .footer-block12 ul li {
    margin: 0 10px;
  }
  footer.typefooter-2 .footer-top .so-custom-default .input-group-btn button {
    padding: 0 14px;
  }
  footer.typefooter-2 .footer-top .so-custom-default .input-group-btn button:before {
    display: none;
  }
  header.typeheader-3 {
    text-align: center;
  }
  header.typeheader-3 .navbar-logo {
    margin: 0px;
    float: none;
  }
  header.typeheader-3 .header {
    display: inline-block;
    width: 100%;
    background: transparent;
  }
  header.typeheader-3 .menu-horizontal {
    float: right;
    text-align: left;
  }
  header.typeheader-3 .navbar-header .navbar-toggle {
    margin: 20px 10px;
    margin-left: 0;
  }
  header.typeheader-3 .search_pro {
    position: static;
  }
  header.typeheader-3 #sosearchpro.search-pro {
    right: 5px;
    width: 290px;
  }
  header.typeheader-3 #sosearchpro.search-pro .select_category {
    display: none;
  }
  header.typeheader-3 .btn-shopping-cart .dropdown-menu {
    min-width: 290px;
    right: 0px;
  }
  header.typeheader-3 .header-right {
    display: inline-block;
    text-align: left;
  }
  .slider-brand-wrapper .owl2-nav div.owl2-prev {
    left: -30px;
  }
  .slider-brand-wrapper .owl2-nav div.owl2-next {
    right: -30px;
  }
  .home3_dev_so_latest_blog .blog-external-simple .media {
    position: relative;
  }
  .home3_dev_so_latest_blog .blog-external-simple .media-right {
    position: static;
  }
  .home3_dev_so_latest_blog .blog-external-simple .media-content {
    margin-top: 10px;
  }
  .home3_dev_so_latest_blog .blog-external-simple .media-left {
    padding: 20px 15px 0 !important;
  }
  .home3_dev_so_latest_blog .blog-external-simple .media-right {
    padding: 0 15px !important;
  }
  .typefooter-3 .footer-top .so-custom-default .modcontent {
    padding: 30px 0;
  }
  .typefooter-3 .slider-brand-wrapper {
    padding: 30px 15px;
  }
  .layout-3 #content .mod_button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .layout-3 #content .mod_button .button {
    padding: 11px 19px 9px;
  }
  .so-deal .banners {
    min-height: 250px;
  }
  .layout-3.common-home #content .module h3.modtitle {
    font-size: 22px;
  }
  .layout-3.common-home #content .module h3.modtitle:before, .layout-3.common-home #content .module h3.modtitle:after {
    top: 10px;
  }
  .common-home .typeheader-3 {
    position: relative;
    margin-bottom: 20px;
  }
  .typeheader-3 .navbar-logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .typefooter-3 .footer-midle .box-information {
    padding-left: 15px;
    margin: 0;
  }
  .typefooter-3 .footer-midle .contain {
    padding-left: 10px;
  }
  .typefooter-3 .footer-midle .contain:before {
    display: none;
  }
  .typefooter-3 .footer-midle .top .module {
    margin-bottom: 30px;
  }
  .typefooter-3 .footer-midle .bottom {
    text-align: center;
  }
  .typefooter-3 .footer-midle .bottom .text-right {
    text-align: center;
    margin-top: 10px;
  }
  .typefooter-3 .footer-midle .footer-banner {
    padding-left: 15px;
    padding-right: 50px;
  }
  .typefooter-3 .footer-top {
    padding: 0;
  }
  .typefooter-3 .footer-top .popup-title {
    font-size: 18px;
  }
  .layout-3 .banner-custom-1 {
    margin-bottom: 20px;
  }
  .layout-3 .banner-custom-2 {
    margin-top: 20px;
  }
  .layout-3 #content .module h3.modtitle {
    font-size: 20px;
  }
  .layout-3 .collection .banner3, .layout-3 .collection .banner2 {
    margin-bottom: 30px;
  }
  .layout-3 .dev_so_deals .item.item-ct, .layout-3 .dev_so_deals .banners {
    width: 100%;
  }
  .layout-3 .home3_dev_so_latest_blog .blog-external-simple .media-content .media-date-added {
    left: 25px;
  }
  .layout-3 .home3_dev_so_latest_blog .blog-external-simple .cat-wrap:nth-child(2n) .media-content .media-date-added {
    left: 25px !important;
    right: 0 !important;
  }
  .layout-3 .home3_dev_so_latest_blog .blog-external-simple .media-left:before {
    display: none;
  }
  .layout-3 .home3_dev_so_latest_blog .blog-external-simple .cat-wrap:nth-child(2n) .media-left {
    float: left;
  }
  .layout-3 .home3_dev_so_latest_blog .blog-external-simple .cat-wrap:nth-child(2n) .media-content {
    text-align: left;
  }
  .quickview {
    display: none !important;
  }
  #show-verticalmenu {
    margin-right: 10px;
    float: left;
    padding: 5px 13px 4px;
  }
  #show-verticalmenu .icon-bar {
    width: 15px;
    margin-top: 2px;
    height: 3px;
  }
  #sosearchpro.search-pro .input-group {
    border-spacing: 0;
  }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul {
    box-shadow: none;
  }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul {
    box-shadow: none;
  }
  .vertical-wrapper {
    max-height: 100%;
  }
  .product-image-zoom {
    pointer-events: none;
  }
  div.block-tabs-product .ltabs-tabs-container .ltabs-tabs li {
    width: 100%;
    border-left: none;
  }
  div.block-tabs-product .ltabs-tabs-container .ltabs-tabs li:before {
    display: none;
  }
  div.block-tabs-product .ltabs-tabs-container .ltabs-tabs li:first-child {
    border-left: none !important;
  }
  .products-list.list .product-layout .product-item-container .right-block {
    margin-top: 15px;
    padding-left: 0;
  }
  .deals_module_wrapper button.btn-default.addToCart {
    height: 40px;
    width: 60px;
    position: relative;
  }
  .deals_module_wrapper button.btn-default.addToCart:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-image.png) -67px -357px;
  }
  .deals_module_wrapper .right-block {
    margin-top: 15px;
  }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul li > a .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li > a, .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li, .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .sub-menu .content .categories {
    padding: 0;
  }
  .megamenu-style-dev .container-megamenu.vertical .vertical-wrapper ul li > a:hover {
    color: #e34931 !important;
  }
  .megamenu-style-dev .container-megamenu.horizontal .title-feature, .megamenu-style-dev .container-megamenu.horizontal ul.megamenu .title-submenu, .megamenu-style-dev .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu, .megamenu-style-dev .container-megamenu.horizontal ul.megamenu .subcategory a.title-submenu {
    padding: 10px 0;
    font-size: 14px;
    font-family: Open Sans, sans-serif;
  }
  .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;
    border-radius: 0;
  }
  .megamenu-style-dev.responsive #remove-megamenu {
    display: block;
    color: #222;
    cursor: pointer;
  }
  .megamenu-style-dev.responsive .so-megamenu-active #remove-megamenu {
    color: #222;
  }
  .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-bottom: 1px solid #ddd;
    border-top: none;
    padding: 5px 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: #5c5c5c;
    color: #fff;
    border: 1px solid #5c5c5c;
    width: 22px;
    line-height: 20px;
    height: 22px;
    display: inline-block;
    text-align: center;
    top: 10px;
    cursor: pointer;
    right: 0;
    left: auto;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .sub-menu {
    display: block !important;
    box-shadow: none;
    left: 0 !important;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active > a {
    color: #fff;
    background: transparent !important;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu {
    padding: 0;
    width: 22px;
    line-height: 22px;
    background: #5c5c5c;
    height: auto;
    top: 10px;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu:before {
    color: #fff;
    font-size: 14px;
    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;
    padding: 10px 20px;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper {
    background: #fff;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    padding: 20px !important;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a {
    color: #222 !important;
    padding: 0;
    font-size: 13px;
    line-height: 29px !important;
    font-family: Open Sans, sans-serif;
    height: auto;
    margin: 0 !important;
    margin-right: 35px;
    background: transparent !important;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a:hover {
    color: #e34931 !important;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a strong {
    font-weight: 400;
  }
  .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 .vertical-wrapper ul.megamenu > li > a {
    border-bottom: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper uppercasel.megamenu > li b.fa {
    display: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu {
    border: none;
  }
  .megamenu-style-dev .navbar-default .vertical #remove-verticalmenu {
    padding: 0;
    padding-bottom: 20px;
    display: block;
    color: #222;
    cursor: pointer;
    font-size: 16px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper {
    position: fixed;
    background: #fff;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    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 > li.active .sub-menu {
    border: 1px solid #ddd;
    padding: 20px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .sub-menu .content {
    padding: 0px;
    border: none;
    box-shadow: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .sub-menu .content .row:first-child > div:first-child {
    margin-top: 0;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .sub-menu .content .static-menu .menu ul li a.main-menu {
    font-size: 14px;
  }
  .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: #e34931;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:hover > a {
    color: #e34931;
  }
  .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 .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-bottom: 1px solid #ddd;
    border-top: none;
    padding: 0;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a {
    padding: 5px 0 !important;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    background: transparent !important;
    font-size: 13px;
    border-top: none !important;
    margin-right: 30px !important;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a strong {
    font-weight: normal;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a:hover {
    color: #e34931 !important;
  }
  .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: #fff;
    height: 22px;
    line-height: 20px;
    width: 22px;
    background: #5c5c5c;
    text-align: center;
    cursor: pointer;
    border: 1px solid #5c5c5c;
    padding: 0 !important;
    top: 6px;
  }
  .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: #5c5c5c;
    font-size: 14px;
    top: 6px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .close-menu:before {
    color: #fff;
    line-height: 22px;
  }
  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;
  }
  .simple_blog-article .product-filter {
    display: none;
  }
  header .dropdown-menu {
    min-width: 140px;
  }
  .filters-panel label {
    display: none;
  }
  .product-view .product-image-zoom {
    pointer-events: none;
  }
  .basic-product-list .so-basic-product .image, .releate-products .so-basic-product .image, div.so-extraslider.grid .so-basic-product .image {
    width: 20%;
  }
  .product-view .content-product-right .title-product h1 {
    padding-top: 20px;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .layout-3 .collection .banners .banner1 {
    float: right;
    width: 50%;
  }
  .layout-3 .collection .banner2 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* HOME PAGE 1 */
  /* HOME PAGE 2 */
  /* HOME PAGE 3 */
  /************************************************************************************************
   DEFTAULT MENU  
   ************************************************************************************************ */
  /*MEGA MENU*/
  /*MENU STIKY*/
  .typeheader-2 .navbar-header .navbar-toggle {
    background: #e34931;
    border: none;
    padding: 8px;
  }
  .typeheader-2 .navbar-header .navbar-toggle .icon-bar {
    background: #fff;
    width: 20px;
  }
  footer .footer-middle .footer-custom {
    border-right: none;
  }
  footer .footer-middle .module {
    padding-bottom: 20px;
    padding-top: 0;
  }
  footer .footer-top .so-custom-default {
    text-align: left;
  }
  footer .footer-top .socials-wrap {
    padding-bottom: 0;
  }
  .style1-dev-so-extraslider .extraslider-inner .item-wrap.style2 .bottom-action-out .addToCart {
    padding-left: 34px;
  }
  .style1-dev-so-extraslider .extraslider-inner .item-wrap.style2 .bottom-action-out .addToCart:before {
    left: 4px;
  }
  .style1-dev-so-extraslider .extraslider-inner .item-wrap.style2 .bottom-action-out .addToCart span {
    display: none;
  }
  .typefooter-3 .slider-brand-wrapper {
    padding: 30px 15px;
  }
  .slider-brand-wrapper .owl2-nav div.owl2-prev {
    left: -15px;
  }
  .slider-brand-wrapper .owl2-nav div.owl2-next {
    right: -15px;
  }
  .layout-1 .home3_banner4 .row {
    margin: 0 -5px;
  }
  .layout-1 .home3_banner4 .col-sm-4 {
    padding: 0 5px;
  }
  .layout-1 .home3_banner4 .banner8 {
    margin-bottom: 15px;
  }
  .container-megamenu.vertical .vertical-wrapper {
    position: fixed !important;
  }
  .form-horizontal .control-label {
    padding-right: 0;
  }
  #show-verticalmenu {
    padding: 5px 13px;
  }
  .quickview {
    display: none !important;
  }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul {
    box-shadow: none;
  }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul {
    box-shadow: none;
  }
  .vertical-wrapper {
    max-height: 100%;
  }
  header.typeheader-1 .header-bottom {
    background: #008fcc; /*#e34931*/
    padding-top: 6px;
  }
  header.typeheader-1 .header-bottom .navbar-menu .contain {
    background: transparent !important;
    text-align: right;
  }
  header.typeheader-1 .header-bottom .menu-horizontal-w {
    float: none;
    text-align: left;
  }
  header.typeheader-1 .navbar-header .navbar-toggle {
    margin: 3px;
  }
  header.typeheader-1 .navbar-logo {
    text-align: center !important;
  }
  header.typeheader-1 .policy-shop5 {
    border: 1px solid #e3e1e1;
  }
  header.typeheader-1 .title-navbar {
    display: none;
  }
  header.typeheader-2 .header-middle .container {
    position: relative;
  }
  header.typeheader-2 .header-middle .container .col-lg-5:first-child {
    position: static;
  }
  header.typeheader-2 .collapsed-block {
    margin-left: 0;
    padding-left: 0;
  }
  header.typeheader-2 #sosearchpro.search-pro {
    left: inherit;
    right: 0;
  }
  header.typeheader-2 .search_pro {
    position: absolute;
    top: 81px;
    right: 15px;
    z-index: 9;
  }
  header.typeheader-2 .search_pro .icon-search i {
    color: #fff;
  }
  header.typeheader-2 .collapsed-block .btn-group.languages-block span {
    display: none;
  }
  header.typeheader-2 .header-bottom .menu-horizontal {
    text-align: left;
    float: left;
  }
  .home2-banner-top h3.title {
    font-size: 18px;
  }
  .home2-banner-top .content .subtitle {
    padding: 0 10px;
    font-size: 22px;
    line-height: 1.3;
    top: 10px;
  }
  .home2-banner-top .decription {
    padding: 0 10%;
  }
  header.typeheader-3 .header {
    display: inline-block;
    width: 100%;
  }
  header.typeheader-3 .menu-horizontal {
    float: right;
    text-align: left;
  }
  header.typeheader-3 .navbar-header .navbar-toggle {
    margin: 20px;
    margin-left: 0;
  }
  footer.typefooter-3 .footer-top {
    padding: 0 10%;
  }
  footer.typefooter-3 .footer-midle .box-information {
    padding-left: 15px;
  }
  footer.typefooter-3 .footer-midle .contain {
    padding-left: 0;
  }
  footer.typefooter-3 .footer-midle .contain:before {
    display: none;
  }
  footer.typefooter-3 .footer-midle .top .module {
    margin-bottom: 30px;
  }
  footer.typefooter-3 .footer-midle .bottom {
    text-align: center;
  }
  footer.typefooter-3 .footer-midle .bottom .text-right {
    text-align: center;
    margin-top: 10px;
  }
  footer.typefooter-3 .footer-midle .footer-banner {
    padding-left: 15px;
    padding-right: 50px;
  }
  .dev_so_deals .banner-custom-1 {
    margin-bottom: 20px;
  }
  .dev_so_deals .banner-custom-1 {
    margin-top: 20px;
  }
  .dev_so_deals .item.item-ct, .dev_so_deals .banners {
    width: 100%;
  }
  .dev_so_deals .banner-custom-2 {
    margin-top: 20px;
  }
  .deals_module_wrapper .right-block {
    margin-top: 15px;
  }
  .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li ul li > a .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li > a, .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu > ul > li, .container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.style1 .sub-menu .content .categories {
    padding: 0;
  }
  .megamenu-style-dev .container-megamenu.vertical .vertical-wrapper ul li > a:hover {
    color: #e34931 !important;
  }
  .megamenu-style-dev .container-megamenu.horizontal .title-feature, .megamenu-style-dev .container-megamenu.horizontal ul.megamenu .title-submenu, .megamenu-style-dev .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu, .megamenu-style-dev .container-megamenu.horizontal ul.megamenu .subcategory a.title-submenu {
    padding: 10px 0;
    font-size: 14px;
    font-family: Open Sans, sans-serif;
  }
  .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;
    border-radius: 0;
  }
  .megamenu-style-dev.responsive #remove-megamenu {
    display: block;
    color: #222;
    cursor: pointer;
  }
  .megamenu-style-dev.responsive .so-megamenu-active #remove-megamenu {
    color: #222;
  }
  .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-bottom: 1px solid #ddd;
    border-top: none;
    padding: 5px 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: #5c5c5c;
    color: #fff;
    border: 1px solid #5c5c5c;
    width: 22px;
    line-height: 20px;
    height: 22px;
    display: inline-block;
    text-align: center;
    top: 10px;
    cursor: pointer;
    right: 0;
    left: auto;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .sub-menu {
    display: block !important;
    box-shadow: none;
    left: 0 !important;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active > a {
    color: #fff;
    background: transparent !important;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu {
    padding: 0;
    width: 22px;
    line-height: 22px;
    background: #5c5c5c;
    height: auto;
    top: 10px;
  }
  .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu:before {
    color: #fff;
    font-size: 14px;
    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;
    padding: 10px 20px;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper {
    background: #fff;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    padding: 20px !important;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a {
    color: #222 !important;
    padding: 0;
    font-size: 13px;
    line-height: 29px !important;
    font-family: Open Sans, sans-serif;
    height: auto;
    margin: 0 !important;
    margin-right: 35px;
    background: transparent !important;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a:hover {
    color: #e34931 !important;
  }
  .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a strong {
    font-weight: 400;
  }
  .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 .vertical-wrapper ul.megamenu > li > a {
    border-bottom: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper uppercasel.megamenu > li b.fa {
    display: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu {
    border: none;
  }
  .megamenu-style-dev .navbar-default .vertical #remove-verticalmenu {
    padding: 0;
    padding-bottom: 20px;
    display: block;
    color: #222;
    cursor: pointer;
    font-size: 16px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper {
    position: fixed;
    background: #fff;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
    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 > li.active .sub-menu {
    border: 1px solid #ddd;
    padding: 20px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .sub-menu .content {
    padding: 0px;
    border: none;
    box-shadow: none;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .sub-menu .content .row:first-child > div:first-child {
    margin-top: 0;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .sub-menu .content .static-menu .menu ul li a.main-menu {
    font-size: 14px;
  }
  .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: #e34931;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:hover > a {
    color: #e34931;
  }
  .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 .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-bottom: 1px solid #ddd;
    border-top: none;
    padding: 0;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a {
    padding: 5px 0 !important;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    background: transparent !important;
    font-size: 13px;
    border-top: none !important;
    margin-right: 30px !important;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a strong {
    font-weight: normal;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a:hover {
    color: #e34931 !important;
  }
  .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: #fff;
    height: 22px;
    line-height: 20px;
    width: 22px;
    background: #5c5c5c;
    text-align: center;
    cursor: pointer;
    border: 1px solid #5c5c5c;
    padding: 0 !important;
    top: 6px;
  }
  .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: #5c5c5c;
    font-size: 14px;
    top: 6px;
  }
  .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.active .close-menu:before {
    color: #fff;
    line-height: 22px;
  }
  .products-list.list .product-layout .product-item-container .right-block {
    margin-top: 15px;
    padding-left: 0;
  }
  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;
  }
  .simple_blog-article .product-filter {
    display: none;
  }
  .basic-product-list .so-basic-product .image, .releate-products .so-basic-product .image, div.so-extraslider.grid .so-basic-product .image {
    width: 20%;
  }
}
/* HOME PAGE 1 */
@media (min-width: 992px) and (max-width: 1199px) {
  /* HOME PAGE 2 */
  /* Listing page */
  .typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper {
    display: none;
    min-width: 262px;
    position: absolute;
  }
  .typeheader-1 .header-bottom .container-megamenu.vertical:hover .vertical-wrapper {
    display: block;
  }
  .typeheader-1 .header-center .phone {
    margin-right: 15px;
  }
  footer .footer-top .socials-wrap .title-follow {
    display: none;
  }
  .home1_dev_so_latest_blog .blog-external .media .caption h4 {
    font-size: 20px;
  }
  .style1-dev-so-extraslider .extraslider-inner .item-wrap.style2 .bottom-action-out .addToCart {
    padding-left: 34px;
  }
  .style1-dev-so-extraslider .extraslider-inner .item-wrap.style2 .bottom-action-out .addToCart:before {
    left: 4px;
  }
  .style1-dev-so-extraslider .extraslider-inner .item-wrap.style2 .bottom-action-out .addToCart span {
    display: none;
  }
  .home2-banner-top .content .subtitle {
    padding: 0 10px;
    font-size: 22px;
    line-height: 1.3;
    top: 10px;
  }
  .yt-megamenu .content_menu {
    width: 80%;
  }
  .form-horizontal .control-label {
    padding-right: 0;
  }
  .quickview {
    display: none !important;
  }
  .vertical ul.megamenu > li > .sub-menu {
    left: 100% !important;
  }
  .so-onepagecheckout .col-left .checkout-content label {
    display: block;
    float: none;
    width: 100%;
  }
  .so-onepagecheckout .col-left .checkout-login label + input, .so-onepagecheckout .col-left .checkout-register label + input, .so-onepagecheckout section.section-left .form-horizontal .form-group label + input, .so-onepagecheckout .form-horizontal .form-group label + div {
    display: block;
    float: none;
    width: 100%;
  }
  .section-style2 .dev_so_deals .bottom-action-out .addToCart span {
    display: none;
  }
  .products-list.grid .product-layout .product-item-container .bottom-action-out .addToCart {
    padding-left: 34px;
  }
  .products-list.grid .product-layout .product-item-container .bottom-action-out .addToCart:before {
    left: 4px;
  }
  .products-list.grid .product-layout .product-item-container .bottom-action-out .addToCart span {
    display: none;
  }
  .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_max, .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_min {
    min-width: 56px;
    width: 56px;
  }
}
@media (min-width: 1200px) {
  /* HOME PAGE 1 */
  /* menur rtl */
  .container {
    width: 1200px;
  }
  .common-home .typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper {
    position: absolute;
    width: 100%;
  }
  .vertical ul.megamenu > li > .sub-menu {
    left: 100% !important;
  }
  .typeheader-1 .header-bottom .container-megamenu.vertical .vertical-wrapper {
    display: none;
    min-width: 262px;
    position: absolute;
  }
  .typeheader-1 .header-bottom .container-megamenu.vertical:hover .vertical-wrapper {
    display: block;
  }
  .layout-1.common-home .vertical .vertical-wrapper {
    display: block !important;
  }
}
