/** Shopify CDN: Minification failed

Line 14:1 Expected identifier but found "."
Line 298:1 Expected "}" to go with "{"

**/
/*================ variant css ================*/

.main-var{
    float:left;
  margin:20px;
      text-align-last: center;
}
..custom1popup_cart img{
 width:30px;
}

 /*================ cart miniupopup css ================*/


            .hidenajax{
              display:none;
            }
            #ajaxdata{
              margin: auto;
              padding: 8px;
              width: 100%;
            }  
.custom1popup_cart{
              width:35%;
              padding:10px;
              border: 1px solid grey;
              top: 0;
              right: 0;
              position:fixed;
              background-color:white;
            }
            
             .custom1popup_cart img {
               float: left;
               width: 30px ;
                margin-top: -45px;
               }
            .h2ajaxheading{
              text-align:center;
              padding:10px;
            }
            .minicartimage{
              float:left;
              width:10%;
            }
            .viewajaxdata{

              border: 1px solid gray;
              display: flex;
              padding-right: 15px;
            }
            .viewtotal{
              border: 1px solid gray;
             
              padding-right: 15px;
            }
            .totalitemincart
            {
              padding-top: 10px;
              margin: 0px;
            }
            .ajaximg{
              width:25%;
              float:left;
            }
            .ajaxdesc
            {
              display: flex;
              width: 100%;

            }
.maind > p{
  font-size:17px;
}
.hids {
    font-size: 20px;
    cursor: pointer;
}

/* popupbox css */

#ac-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,.6); 
  z-index: 1001;
}
#popup{
width: 500px;

background: #FFFFFF;
border: 5px solid #000;
border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
box-shadow: #64686e 0px 0px 3px 3px;
-moz-box-shadow: #64686e 0px 0px 3px 3px;
-webkit-box-shadow: #64686e 0px 0px 3px 3px;
position: relative;
top: 180px; left: 375px;
   
}
input[type=text]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  
}
#popup h2
{margin: 25px;}
.btnclose{
float:right;
cursor:pointer;
}
.product
{
    width: 25%;
    float: left;
	height:500px;
}


#ly-country-switcher {

  width: 120px !important;

}





/* country flag css */


.store-switcher.Header__Icon.Icon-Wrapper ul#Flagdropdown {
  display: none;
}

#section-header .store-switcher.Header__Icon.Icon-Wrapper span img:not(.angle-down) {
  max-width: 20px;
}

#section-header img.angle-down {
  margin-left: 8px;
  max-width: 8px;
}



#section-header .dropdowntrigger {
  display: flex;
  align-items: center;
}

#section-header ul.HorizontalList a,
#section-header .Header__FlexItem--fill a{
  text-transform: uppercase;
  font-size: 14px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: bold;
  color: #0d202f;
  letter-spacing: 1.2px;
}

#section-header li.HorizontalList__Item.is-active a {
  color: #000 !important;
}

#section-header .Header__Icon img.hamburger-icon,
#section-header .Header__Icon .tab-hamburger-icon{
  max-width: 24px;
}

#section-header .store-switcher.Header__Icon.Icon-Wrapper label {
  padding-right: 10px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color:#0d202f;
  font-size: 14px;
  letter-spacing: 1.2px;
}

#section-header .store-switcher.Header__Icon.Icon-Wrapper span {
  position: relative;
}

#section-header .store-switcher.Header__Icon.Icon-Wrapper .language-changer {
  display: flex;
  align-items: center;
}



#section-header #Flagdropdown.desktop-flag-ul {
  display: none;
  list-style: none;
  margin: 0;
  outline: none;
  background: #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
  width: 190px;
  position: absolute !important;
  top: 48px !important;
  right: 0px !important;
  padding: 15px !important;
  z-index: 1;
}

#section-header #Flagdropdown.desktop-flag-ul::after {
  content: '';
  width: 15px;
  height: 15px;
  background: white;
  top: -8px;
  transform: rotate(45deg);
  right: 25px;
  position: absolute;
  z-index: -1 !important;
  box-shadow: -8px -1px 7px rgba(0,0,0,0.2);
}

#section-header #Flagdropdown.desktop-flag-ul li a {
  display: flex;
  font-size: 12px;
  color: #6C6C6C;
  align-items: center;
  margin-bottom: 10px;
}

#section-header #Flagdropdown.desktop-flag-ul li a:last-child {
  margin-bottom: 0px;
}

#section-header #Flagdropdown.desktop-flag-ul li a span {
  margin-left: 10px;
}

#section-header .desktop-flag-ul.activeFlag {
  display: inline-block !important;
}

#section-header #Flagdropdown {
  display: none;
}

#section-header ul.flag-drop-down li {
  margin-top: 7px;
}

#section-header .cart-icon-container,
#section-header .search-icon-container {
  max-width: 24px;
}

#section-header .Header__CartDot {
  position: absolute;
  top: -6px;
  right: -7px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #ce9c57;
  box-shadow: 0 0 0 2px #fff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-align: center;
  line-height: 12px;
  font-size: 9px;
  transform: scale(1.15);
  opacity: 0;
}

#section-header .Header__CartDot.is-visible {
  opacity: 1;
}

a.account-customer.Header__Icon.Icon-Wrapper.Icon-Wrapper--clickable.hidden-pocket.hidden-lap {
  text-transform: capitalize !important;

@media only screen and (min-device-width: 300px) and (max-device-width: 767px){
  
  
}