/** Shopify CDN: Minification failed

Line 374:2 Unexpected "{"

**/
.productVar {
  position: relative;
}
.selected_variants{
  /*display: block !important;*/
  position: initial;
  top: 27px;
  z-index: -1;
  width: 100%;
  left: 2px;
  border: 0px;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '' !important;
}

.mobile_banner_view
{
  display:none;
}
.desktop_banner_view{
  display:block;
}
.dropdown-cart {
  padding: 20px 5px;
}
div.paypal_btn {
  background: #ffc439;
  padding: 0px 26px;
  height: 49px;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: default;
}
span.paypal_button {
  width: 100%;
  display: inline-block;
  text-align: center;
}
span.paypal_button svg {
  width: 55%;
  padding-top: 10px;
}

.mobile_customer ul li a {
  color: #000;
  border-color: #e5e5e5;
  padding: 12px 0px !important;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 0px;
  display: block;
  /* height: 50px; */
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.mobile_customer ul{
  padding: 0px 30px;
}
/* Popup container - can be anything you want */
.popup_btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.alertpopuptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.alertpopuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}


/* Toggle this class - hide and show the popup */
.popup_btn .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
#back-top{
  z-index: 998;
}
.main-content{
  padding-bottom: 0px !important;
}
/*---------------- new slide cart -------------*/
.dropdown-cart {
  position: fixed;
  width: 400px !important;
  top: 0 ;
  bottom: 0 ;
  right: -415px ;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 0px !important;
  z-index: 4001 !important;
  border: 0 !important;
  max-width:100% !important;
}
.dropdown-cart.open{
  right: 0px !important;
}
.ease-animation {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.side-cart-header{
  margin-top: 0px;
  box-sizing: border-box;
  padding: 7px 26px 6px 30px;
  margin-bottom: 0;
  color: #ffffff;
  background: #000000;
  border-bottom: 1px solid #f0f0f0;
}
.side-cart-header-left {
  font-size: 20px;
  width: 85%;
  float: left;
}
.side-cart-header-right {
  float: right;
}
.white-font{
  color:#fff; 
}
.share-side-cart {
  float: right;
}
.side-cart-header .lnr-cross {
  text-shadow: 0 0 0 #ffffff;
  position: relative;
  top: -2px;
  background:url(icons_new14.png ) -5px -877px no-repeat;
  width:20px;
  height:20px;
  display:block;
}

body .wrapper-container:after{
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.7);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 998; 
}
body.cart-open .wrapper-container:after{
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
ol.mini-products-list {
  padding: 10px 25px 5px 5px;
  max-height: calc((100vh - 57px) - 300px);
    min-height: calc((100vh - 57px) - 300px);
}
.mini-products-list .item img {
  padding-left: 7px;
}
.mini-products-list .item .product-name a {
  font-size: 15px;
  text-transform: uppercase;
}
.dropdown-cart .summary {
  background: #dddada;
  margin-bottom: 10px;
  border-top: 1px solid #808080;
}
.dropdown-cart .summary p.total {
  padding: 0 20px;
}
.dropdown-cart .summary p.total span.label {
  font-size: 18px;
  color: #000;
  padding:0;
  text-transform: capitalize;
}
.dropdown-cart .summary .price {
  font-size: 18px !important;
}
.dropdown-cart .buttons-wrappers {
  padding: 0 20px 0 20px;
}
.dropdown-cart .buttons-wrappers .additional-checkout-button {
  width: 100%;
}
.dropdown-cart .buttons-wrappers .actions{
  padding:0 !important; 
}
.dropdown-cart .actions .btn {
  border-radius: 5px;
  display: inline-block;
  line-height: 43px;
}
.dropdown-cart .no-items {
  text-align: center;
  margin-top: 100px;
}
.cart-product-info-container {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 15px;
}
.cart-quantity-container {
  width: 50%;
  margin-right:10px;
}
.dropdown-cart .cart-collateral .price {
  font-weight: 500 !important;
  color: #000;
  font-size: 17px;
}
.cart-quantity-container select {
  padding: 5px 25px 5px 15px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
  min-width: 1px;
  color: #000000;
  overflow: hidden;
  background: transparent url(select.png) no-repeat 96% center;
  background-size: auto 50%;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart-quantity-container select.quantity {
    margin-bottom: 10px;
}
.cart-quantity-container select:focus{
 outline:none; 
}

.product-action2 input.btn.add-to-cart-btn {
    max-width: 304px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 5px 10px !important;
    line-height: 23px;
    letter-spacing: 0.5px;
}


.mini-products-list .item .btn-remove{
    width: 19px;
    height: 19px;
    top: 18px;
    border: 2px solid #dc2828;
    background-position:3px -226px;
}



.owl-item .product-action select{max-width:100%;}
.ajax-product-title{font-size:22px;}

body.cart-open {overflow: hidden;height:100vh;}
.mini-products-list{
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  transition: transform .2s ease,-webkit-transform .2s ease;
}

.paypal-button.paypal-button-context-iframe{overflow:initial!important;}

.apndnam{
  position: absolute;
  padding: 8px 10px;
  font-weight: bold;
  background-color: #d0c6bb;
}

.button-wraper.no-item {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.site-footer{margin-top:40px;}

/* ******************************* Responsive ************************************************  */


@media only screen and (min-width: 901px){
body.template-index .widget-trending-product {
    margin: 0 auto;
    width: 85%;
    max-width: 1600px;
}
}

@media only screen and (max-height: 901px){
  .mini-products-list {
    max-height: calc(100vh - 57px - 180px);
    min-height: calc(100vh - 57px - 220px);
  }
  
  .dropdown-cart .buttons-wrappers {
    /*max-height: 125px;
    overflow-y: scroll;*/
}
  
}

@media only screen and (max-width: 1200px){
  span.paypal_button svg {
    width: 50%;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1024px){
  .have-fixed .header-bottom.on .top-cart .icon{position:initial;}
  
  
  {
    span.paypal_button svg {
      width: 50%;
      padding-top: 10px;
    }
  }
  .account_logo {
    background: #000;
    padding: 15px 0;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Oswald;
  }
}
@media only screen and (max-width: 768px){
  .mini-products-list {  
    max-height: calc((100vh - 57px) - 320px) !important;
    min-height: calc((100vh - 57px) - 320px) !important;
  }
  
  .mobile_banner_view
  {
    display:block;
  }
  .desktop_banner_view{
    display:none;
  }
  .account_logo {
    padding: 18px 0;
  }

  span.paypal_button svg {
    width: 15%;
  }
  .staticBar .collection_shortingbar{
    padding: 3px 0px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 560px){
  .ajax-success-modal .btn-secondary{padding: 5px 30px !important;}
}

@media only screen and (max-width: 320px){
  span.paypal_button svg {
    width: 30%;
  }
}
.paypal-button.paypal-button-context-iframe {
      overflow: auto !important;
}
/*
@media screen and (min-width:1024px) {
  .have-fixed .shipping {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
  }

  .have-fixed .nav-bar {
    top: 35px;
  }

  .have-fixed .customer-links {
    top: 45px;
  }

  .have-fixed .wrapper-top-cart {
    top: 53px;
  }
}
@media screen and (max-width:1024px) {
  .mb-fixed .hd_mobile {
    top: 35px;
  }

  .mb-fixed .shipping {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
  }
}

.header-top .close {
  top: 50%;
  position: absolute;
  right: 2%;
  transform: translateY(-50%);
}

.header-top.shipping {
  position: relative;
}*/
@media screen and (min-width:1024px) {
  .have-fixed .shipping {
    position: fixed !important;
    left: 0;
    top:0;
    height:40px;
    right: 0;
    z-index: 999;
  }
  .have-fixed .wrapper-top-cart.tbf {
    top: 20px;
  }

  .have-fixed  ul.customer-links.tbf {
    top: 50px !important;
  }
}
@media screen and (max-width:1024px) {
  .mb-fixed .shipping {
    position: fixed !important;
    left: 0;
    top:0;
    height:40px;
    right: 0;
    z-index: 999;
  }
}
@media screen and (max-width:375px) {
  .header-top p {
    font-size: 10px;
  }
}

/* .htsnm {
	top:40px !important;
  
} */