/** Shopify CDN: Minification failed

Line 457:1 Unexpected "{"

**/
/*=============== HEADER =======================*/
.shopify-section-header-hidden {
  transform: translateY(-100%); 
}
#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

.header.header-style1{
  background-color:var(--main-color2);
  padding-bottom: 40px;
}

.header-wrapper {
  position: relative;
  z-index:9;
}

/*------------style header top-----------------*/
.header-top{
  color: #fff;
  padding-top:15px;
  padding-bottom:15px;
}
/*---top-left---*/
.header-top .socials{
  display:inline-block;
}
.header-top .socials ul{
  display: flex;
  margin:0 -3px;
}
.header-top .socials ul li{
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  margin:0 3px;  
}
.header-top .socials ul li a{
  display:block;
  font-size:18px;
  color:#fff;
  border-radius: 5px;
  background:rgba(255, 255, 255, 0.05);
}
.header-top .socials ul li a:hover{
  color:var(--main-color2);
  background:var(--main-color);
}

.navbar-contact{
  margin-left:30px;
  display:inline-block;
}
.rtl .navbar-contact{
  margin-left:0px;
  margin-right:30px;
}
.navbar-contact span{
  color:var(--main-color);
  font-size:1.8rem;
  display:inline-block;
  font-weight:600;
}
/*---top-right---*/
.toplink{
  align-items: center;
  display: flex;
  justify-content: end;
}
.toplink >div{
  position: relative;
  display: inline-block;
  margin-left: 28px;
}
.rtl .toplink >div{
  margin-right: 28px;
  margin-left: 0px;
}
.toplink >div:first-child{
  margin-left: 0;
}
.rtl .toplink  >div:first-child{
  margin-left: 0px;
  margin-right: 0px;
}
.toplink >div:last-child{
  margin-left: 10px;
}
.rtl .toplink  >div:last-child{
  margin-left: 0px;
  margin-right: 10px;
}
/*----language----*/
.language-theme{ 
  padding: 9px 0;
  vertical-align: middle;
  height:40px;
}
.language-theme .dropdown-menu {
    top: 100%;
    text-align: var(--left);
    position: absolute;
    left: inherit;
    right: 0;
    background: #fff;
    padding: 10px 20px;
    white-space: nowrap;
    min-width: 110px;
    z-index: 200;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    border: none;
    border-radius:0;
    }
.language-theme:hover .dropdown-menu{
  opacity: 1;
  visibility: visible;
}
.language-theme .dropdown-menu li {
  padding: 3px 0;
}
.language-theme .dropdown-menu li a{
  color:var(--main-color2);
}
.language-theme .dropdown-menu li a:hover{
  color: var(--main-color);
}
.language-theme .btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-weight: normal;
  font-size:1.4rem;
}
.language-theme .btn:hover {
  color: var(--main-color);
}
.language-theme .btn svg{
  vertical-align: middle;
  margin-top: -3px;    stroke: #fff;
}

.language-theme .btn:focus, .header.header-style1 .language-theme .btn:active {
  background: transparent;
  color: inhert;
  outline: none;
  box-shadow: none;
}
.language-theme:hover .btn {
  color: var(--main-color);
}
/*---Currency---*/
.currency-wrapper {
  display: inline-block;
  border-radius: 0;
  padding: 9px 0 9px;
  height:40px;
}
.currency-picker__wrapper {
  position: relative;
  margin: 0;
}
.currency-picker__wrapper svg{
  vertical-align: middle;
  margin-top: 0px;
  stroke: #fff;
}
.currency-picker__wrapper .currency-picker__label {
  display: none;
}
.currency-picker__wrapper .fa {
  color: var(--main-color2);
    vertical-align: middle;
}
.currency-picker__wrapper .currency-picker {
  margin: 0;
  font-weight: normal;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  color: #ffffff;
  outline: none;
  box-shadow: none;
  max-width: 34px;
}
.currency-wrapper:hover .currency-picker{
  color: var(--main-color);
}
.currency-picker__wrapper .currency-picker option{
  display: none;
}
.currency-wrapper .currency-picker__wrapper:after {
  color: var(--border_header_top);
  font-weight: normal;
}
.currency-wrapper .currency-Picker {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 9;
}
.currency-wrapper .currency-Picker > a {
  opacity: 0;
  display: block;
   
}
.currency-wrapper .currency-Picker > a:hover {
  color: var(--main-color);
    }
.currency-wrapper .currency-Picker .drop-left {
  padding: 10px 20px;
  right: 0;
  left: auto;
}
.rtl .currency-wrapper .currency-Picker .drop-left {
  left: 0;
  right: auto;
}
@media screen and (max-width: 767px){
  .currency-wrapper .currency-Picker .drop-left {
    right: auto;
    left: auto;
  }
  .rtl .currency-wrapper .currency-Picker .drop-left {
    left: auto;
    right: auto;
  }
}
.currency-wrapper .currency-Picker .drop-left a {
  color: var(--main-color2);
  display: block;

}
.currency-wrapper .currency-Picker .drop-left a:hover {
  color: var(--main-color);
    }
.currency-wrapper .currency-Picker .fa {
  position: relative;
  top: 2px;
}
.currency-wrapper .drop-left {
  position: absolute;
  left: 0;
  font-size: 1.4rem
  text-align: var(--left);
    top: 100%;
    margin-top: 0px;
    background: #fff;
    padding: 10px;
    white-space: nowrap;
    min-width: 70px;
    z-index: 200;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border: none;
    }
.currency-wrapper:hover .drop-left {
  opacity: 1;
  visibility: visible;
}
.currency-wrapper .drop-left > li {
}
.currency-wrapper .dropdown-content li:not(:last-child) {
  margin-bottom: 1px;
}
.currency-wrapper .dropdown-content.active {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  top: calc(100%);
}
/*---CART---*/
.header-style1 .minicart-header {
  position: relative;
  cursor: pointer;
  /*         z-index: 99; */
}
.header-style1 .minicart-header .shopcart { 
  font-size: 1.4rem;
  display:flex;
  align-items: center;
  position: relative;
  padding:0 9px 0 15px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background:rgba(255, 255, 255, 0.05);
  border-radius:25px;
  text-transform: capitalize;
  color:#fff;
}
.rtl .header-style1 .minicart-header .shopcart{
  padding:0 15px 0 9px;
}
.header-style1 .minicart-header:hover .shopcart {
  color:var(--main-color);
}

.header-style1 .minicart-header .shopcart:after {
  display: none;
}
.header-style1 .minicart-header .shopcart .cart_ico {
  display: flex;
}
.header-style1 .minicart-header .shopcart .cart_ico svg{
  fill: #fff;
  display: none;
}
.header-style1 .minicart-header .shopcart .cart_ico:hover svg path{
  fill: var(--main-color);
}
.header-style1 .minicart-header .shopcart .cart_ico i {
  font-size: 18px;
  color: #fff;
}
.header-style1 .minicart-header:hover .shopcart .cart_ico i{
  color:var(--main-color);
}
.header-style1 .minicart-header .shopcart .cart_info{
  display:flex;
  align-items: center;
}
.header-style1 .minicart-header .shopcart .cart_info .cout_cart{
  font-size: 0px;
  display: flex;
    align-items: center;
}
.header-style1 .minicart-header .shopcart .cart_info .total_cart {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: #aaa;
}
.header-style1 .minicart-header .shopcart .cart-title {
  margin:0 15px 0 20px;
}
.rtl .header-style1 .minicart-header .shopcart .cart-title {
  margin:0 20px 0 15px;
}
.header-style1 .minicart-header .shopcart .cout_cart .cout_item{
  font-size: 1.4rem;    
  color:var(--main-color2);
  background:var(--main-color);
  border-radius:100%;
  height:24px;
  min-width:24px;
  line-height:24px;
  display:inline-block;
  text-align:center;
}
.header-style1 .minicart-header .shopcart .cart-total{
  display:none;
}
.header-style1 .minicart-header .block-content {
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 99;
  background: #fff;
  overflow: hidden;
  width: 300px;
  border-radius: 0;
  height: auto;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}
.header-style1 .minilink-header:hover .block-content{
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px){
  .header-style1 .minicart-header .block-content {
    width: 300px;
  }
}
.rtl .header-style1 .minicart-header .block-content{
  left: 0px;
  right: auto;
}
.header-style1 .minicart-header .close-your-cart{
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 26px;
  display: inline-block;
  top: 10px;
  right: 10px;
  z-index: 9;
  color: var(--main-color2);
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
}
.header-style1 .minicart-header .cart-overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0006;
  z-index: -1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}
.header-style1 .minicart-header .cart-overlay.open
/*.header-style1 .minicart-header:hover .cart-overlay*/{
  z-index: 98;
  opacity: 1;
  visibility: visible;
}
.header-style1 .minicart-header .block-content.open
/*.header-style1 .minicart-header:hover .block-content*/ {
    opacity: 1;
    visibility: visible;
}{
  opacity: 1;
  visibility: visible;
}
.header-style1 .minicart-header .block-content .cart-remove{
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 12px;
  display:none;
}
.rtl .header-style1 .minicart-header .block-content .cart-remove{
  left: 0px;
  right: auto;
}
.header-style1 .minicart-header .block-content .no-items {
  padding: 20px;
  font-size: 18px;
  color:var(--main-color2);
}
.header-style1 .minicart-header .block-content .no-items .text-continue {
  font-size: 13px;
  text-transform: uppercase;
}
.header-style1 .minicart-header .block-content .head-minicart {
  color: var(--main-color2);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #eeeeee;
    font-size: 1.6rem;
    font-weight: 500;
    }
.header-style1 .minicart-header .block-content .head-minicart .label-products {
  float: var(--left);
    }
.header-style1 .minicart-header .block-content .head-minicart .label-price {
  float: var(--right);
    }
.header-style1 .minicart-header .block-content .mini-products-list {
  /*height: calc(100vh - 215px);
  max-height: calc(100vh - 215px);
  */
    max-height: 340px;
    overflow-y: auto;
    padding: 20px;
    background-color: #fff;
    display: block!important;

}
.header.header-style1 .minicart-header .block-content .mini-products-list .product-details {
  position: relative;
  float: var(--left);
    display: table;
    width: calc(100% - 115px);
    }
.header.header-style1 .minicart-header .block-content .mini-products-list .product-details .inner-left {
  margin: 0;
  vertical-align: top;
  text-align: var(--left);
    line-height: 20px;
    }
.header.header-style1 .minicart-header .block-content .mini-products-list .product-details .product-price {
  text-align: var(--left);
    margin-bottom: 5px;
    }
.header.header-style1 .minicart-header .block-content .mini-products-list .item .product-price .price {
  font-weight: 400;
  color: var(--main-color2);
    font-size: 1.6rem;
    }
.header.header-style1 .minicart-header .block-content .mini-products-list li.item a.btn-remove {
  position: absolute;
  right: -5px;
  bottom: 1px;
}
.rtl .header.header-style1 .minicart-header .block-content .mini-products-list li.item a.btn-remove {
  left: -5px;
  right: auto;
}
.header.header-style1 .minicart-header .block-content .mini-products-list li.item .product-name {
  margin: 0;
  line-height: 16px;
  margin-bottom: 10px;
}
.header.header-style1 .minicart-header .block-content .mini-products-list li.item .product-name a {
  color: var(--main-color2);
  line-height: 100%;
  font-weight: 500;
  font-size: 1.4rem;
}
.header.header-style1 .minicart-header .block-content .mini-products-list li.item .product-name a:hover {
  color: var(--main-color);
    }
.header.header-style1 .minicart-header .block-content .mini-products-list .product-image {
  display: block;
}
.header.header-style1 .minicart-header .block-content .mini-products-list li.item {
  width: 100%;
  display: table;
}
.header.header-style1 .minicart-header .block-content .mini-products-list li.item a.btn-remove {
  background: url("del-minicart2.svg") no-repeat;
  width: 18px;
  height: 18px;
}
.header.header-style1 .minicart-header .block-content .mini-products-list li.item a.btn-remove:hover {
  background: url("del-minicart.svg") no-repeat;
}
.header.header-style1 .minicart-header .block-content .mini-products-list li.item ~ li {
  padding-top: 30px;
}
.header.header-style1 .minicart-header .block-content .mini-products-list .product-img-wrap {
  position: relative;
  float: var(--left);
    width: 70px;
    margin-right: 10px;
    display: table-cell;
    min-width: 70px;
    }
.rtl .header.header-style1 .minicart-header .block-content .mini-products-list .product-img-wrap{
  margin-right: 0px;
  margin-left: 10px;
}
.header.header-style1 .minicart-header .block-content .bottom-action .price-total-w {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 20px;
  color: var(--main-color2);
    font-weight: 500;
    font-size: 1.8rem;
    overflow: hidden;
    }
.header.header-style1 .minicart-header .block-content .bottom-action .price-total-w .price-total {
  float: var(--right);
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--main-color2);
}
.header.header-style1 .minicart-header .block-content .bottom-action .button-wrapper {
  padding: 15px 20px 20px;
  text-align: var(--left);
    }
.header.header-style1 .minicart-header .block-content .bottom-action .button-wrapper a:hover {
  cursor: pointer;
}
.header.header-style1 .minicart-header .block-content .bottom-action .button-wrapper .link-button {
  font-weight: normal;
  padding: 8px 15px;
  margin-left: 8px;
  border-radius: 4px;
  font-size: 1.4rem;
  width: calc(50% - 5px);
  display: inline-block;
  float: var(--left);
  text-align: center;
  line-height: 1.8;
}

.header.header-style1 .minicart-header .block-content .bottom-action .button-wrapper .link-button.btn-gotocart {
  margin-left: 0;
}
.header.header-style1 .minicart-header .block-content .price-total-w .label-price-total {
  float: var(--left);

    }
.header.header-style1 .minicart-header .product-details-bottom {
  font-size: 1.3rem;
  color: #aaa;
}
.header.header-style1 .minicart-header .product-details-bottom .title-desc{
  margin-right: 4px;
}
.header.header-style1 .minicart-header .product-details-bottom .price {
  margin-left: 10px;
}
.header.header-style1 .minicart-header .subtotal .label {
  font-weight: normal;
  vertical-align: middle;
}
.header.header-style1 .minicart-header .actions {
  text-align: center;
  background: #fff;
  padding: 0;
}
.header.header-style1 .minicart-header .actions button.button.btn-update {
  margin-right: 0px;
}
.header.header-style1 .minicart-header .block-content .actions .more-desc {
  display: inline-block;
  float: var(--left);
    line-height: 38px;
    font-size: 133.3%;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
    }
.header.header-style1 .minicart-header .block-content .mini-products-list .product-details .short-description {
  margin-top: 10px;
}
.header.header-style1 .minicart-header .block-content .mini-products-list .product-details-bottom strong {
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  background: transparent;
  padding: 0;
}
.header.header-style1 .minicart-header .block-content .bottom-action .button {
  overflow: visibler;
}
.header.header-style1 .minicart-header .actions button.button {
  float: none;
}
.header.header-style1 .minicart-header .checkout {
  float: var(--right);
    background: var(--main-color);
      color: #fff;
      font-size: 14px;
      padding: 7px 22px;
      border-radius: 18px;
      display: inline-block;
      vertical-align: top;
      margin-left: 15px;
}
/*-------------------------STYLE HEADER CENTER-----------------*/
.header-style1 .header-bottom {
  position: absolute; 
  width: 100%;
  bottom: -40px;
}
.header-style1 .header-bottom .container .inn-container{
  background:#fff;
  border-radius: 10px;
  box-shadow:0 0 5px rgba(0,0,0,0.05);
}
.header-style1 .header-bottom .inn-container >.row{
  align-items: center;
  height: 80px;
}

.header-style1 .header-bottom-r{
  display: flex;
  justify-content: flex-end;
}
/*-------------------------LOGO-----------------*/
.header-logo{
  margin-left:20px;
}
.rtl .header-logo{
  margin-left:0px;
  margin-right:20px;
}
.header-logo .header__heading{
  margin:0;
  line-height:0;
}
.header-logo a{
  z-index: 1;
}
.header-style1 .header-center .site-header-logo h2 {
  padding: 0;
  margin: 0;
}
.header-style1 .header-center .site-header-logo h2 a {
  color: var(--main-color);
  text-transform: uppercase;
}

/*-------------------------SEARCH-----------------*/
.header-style1 .header-center .header__search .overlay.open{
  position: fixed;
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  left: 0;
  top:170px;
  z-index: 8;
}
.header-style1 .header__search .search{
  background: #ffffff;
}
.header-style1 .header__search .search .field{
  justify-content: space-between;
}
/*  BOX SEARCH */
.header__search {
  display: inline-flex;
  line-height: 0;
  z-index: 2;
  position:relative;
  margin-right:10px;
}
.rtl .header__search {
  margin-right:0px;
  margin-left:10px;
}
.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid var(--color-foreground-20);
  height: 100%;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: 1.8;
}
.search-modal__form {
  width: 100%;    background: #fff;    
  border-radius: 3px;
  padding:0;
}
.search-modal__form .search__input{
  padding: 0px 15px;
  border-radius: 0px;
  box-shadow: none;
  height: 44px;
  width: 250px;
  border: none;
  background: #fff;
  color: var(--main-color2);
  font-size: 14px; 
}
.main-megamenu ul.main-navigation{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1366px){
  .search-modal__form .search__input{
    width: 200px;
  }
  
}

.search-modal__form .field input:focus,
.search-modal__form .field__input:focus,
.search-modal__form .select__select:focus{
  box-shadow: none;
  outline: none;
}
.search-modal__form ::-webkit-input-placeholder {
  color: #888888;
}
.search-modal__form :-ms-input-placeholder{
  color: #888888;
}
.search-modal__form ::placeholder {
  color: #888888;
}
.search-modal__form .search__button{
  height: 41px;
  line-height: 41px;
  width: 41px;
  border: 0;
  font-size: 0px;
  color:var(--main-color2);
  border-radius: 0;
}
.rtl .search-modal__form .search__button{
  left:0; right:auto;
}
.search-modal__form .search__button:hover{
  color:var(--main-color);
}
.search-modal__form .search__button i{
  font-size:1.8rem;
}
.header-style1 .header__search .btn-search-mobi{
  padding:0 0px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 60px;
  background:transparent;
  color:var(--link-color);
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #eeeeee;
}
.header-style1 .header__search .btn-search-mobi:hover{
  background-color: var(--main-color);
}
.header-style1 .header__search .btn-search-close i:before{
  content: "\e962";
}
.header-style1 .header__search .search-modal__form{
  display:none;
  position:absolute !important;
  top:70px;
  width: 274px;
  right:0;
  left:auto;
}
.search-modal__form .search__input{
  width: 100%;
}
.rtl .header-style1 .header__search .search-modal__form{
  left:0;
  right:auto;
}
.horizontal-menu .mob-menu{
  width: 36px;
  height: 36px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  background:#eee;
  color:var(--main-color2);
  border-radius: 5px;
}
.horizontal-menu .mob-menu:hover{
  cursor:pointer;
  color:var(--main-color2);
  background:var(--main-color);
}

/*WISHLIST*/
.header-style1 .wishlist { 
  display:none;
}
.header-style1 .wishlist a {
  height: 40px;
  padding:0 20px;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  line-height: 40px;
  color:#fff;
}
.header-style1 .wishlist a svg{
  display: none;
}
.header-style1 .wishlist a:hover svg {
  stroke: var(--main-color);
}
.header-style1 .wishlist a:before{
  content:"\f08a";
  font-size: 1.8rem;
  display:inline-block;
  font-family: FontAwesome;
}

/*--------------------------Account------------------------*/
.header-style1 .my-account{
  position:relative;
}
.header-style1 .my-account > a {
  padding:0 15px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background:rgba(255, 255, 255, 0.05);
  border-radius:25px;
  text-transform: capitalize;
  color:#fff;
}
.header-style1 .my-account > a:hover{
  color:var(--main-color);
}
.my-account .dropdown-menu a:hover svg{
  stroke:var(--main-color);
}
.my-account .dropdown-menu svg{
  vertical-align: -1px;
}
.header-style1 .my-account > a >i{
  margin-right:20px;
  font-size:1.8rem;
}

.my-account .dropdown-menu{
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px 20px;
    border-radius:0;
    right:0;
}
.rtl .my-account .dropdown-menu{
   right:auto; left:0;
}
.my-account:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

/* HEADER responsive */
@media (min-width: 1200px) and (max-width: 1366px){
 
}
@media (min-width: 992px) and (max-width: 1199px){
  .header-style1 .main-megamenu ul.nav>li>a{
    padding: 28px 10px;
  }
  .header-style1 .minicart-header .shopcart .cout_cart .cout_item:before,
  .header-style1 .minicart-header .shopcart .cart-title .title-cart{
    display:none;
  }
}

@media screen and (max-width: 1024px){
  .header-style1 .horizontal-menu{
    display:inline-block;
  }
  .header-style1 .header__search .search-modal__form {
      width: 241px;
  }
}
@media screen and (max-width: 767px){
  .header-style1 .header-top-left{
    display:none;
  }
  .header-style1  .toplink {
    justify-content: space-between;
  }
  .header-style1 .my-account > a >i{
	  margin:0 !important;
  }
  .header-style1 .my-account > a {
    padding: 0 11px;    
  }
  .header-style1 .my-account > a .title{
	  display:none;
  }
  .header-style1 .minicart-header .shopcart{
	  padding:0 15px;
  }
  .header-style1 .minicart-header .shopcart .cout_cart .cout_item{
	margin-left:5px;
  }
  .rtl .header-style1 .minicart-header .shopcart .cout_cart .cout_item{
	margin-left:0px;
	margin-right:5px;
  }
  .header-style1 .minicart-header .shopcart .cart-title{
	  display:none;
  }  
  .header-style1 .dropdown-menu,
  .header-style1 .toplink .dropdown-content{
    left: auto;
    right:auto;
  }
  .rtl .header-style1 .dropdown-menu,
  .rtl .header-style1 .toplink .dropdown-content{
    left:auto;
    right: auto;
  }
  .header-style1 .my-account .dropdown-menu{
	right: 0;  
	left:auto;
	padding: 10px 18px;
  }
  .rtl .header-style1 .my-account .dropdown-menu{
	left: 0;  
	right:auto;
  }
  
  .header.header-style1 {
		padding-bottom: 15px;
  }
  .header-style1 .header-bottom {
		position: unset;
	}
  .header-style1 .header-bottom .inn-container >.row{
	 justify-content: space-between;
  }
  .header-style1 .header-bottom .header-bottom-lt{
	  width:202px;
  }
  .header-style1 .header-bottom .header-bottom-mid,
  .header-style1 .header-bottom .header-bottom-r{
	  width:auto;
  }
  .header-logo {
	margin-left: 10px;
  }
  .rtl .header-logo {
	margin-left: 0px;
	margin-right: 10px;
  }
  
	.header-style1 .header__search .btn-search-mobi {
		font-size: 2rem;
		line-height: 36px;
		width: 36px;
		height: 36px;
	} 
    .header-style1 .header__search .search-modal__form{
		top:58px;
	}	
}
@media screen and (max-width: 375px){
  
}

.logo-mobiles{
  
}

/* HEADER STICKY */
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.header-fixed.stickytop .compad_hidden {
  display: none !important;
}
.header-fixed.stickytop {
  position: fixed;
  transition: all 0.3s ease;
  top: 0 !important;
  left: 0;
  right: 0;
  
  display: inline-block;
  z-index: 955;
  box-shadow: 0 0px 3px rgba(12, 13, 14, 0.1), 0 4px 20px rgba(12, 13, 14, 0.035), 0 1px 1px rgba(12, 13, 14, 0.025);
	padding-top:15px;
}
.header-fixed.stickytop .header-top{
  display: none;
}