body{
	overflow-x: hidden;
}

#baloon {
  width: 187px;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  z-index: 64999;
  filter: Alpha(Opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.8; }

#baloonHeader {
  width: 187px;
  height: 19px;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  display: block; }

.baloonHeaderDirect {
  background-image: url(../images/baloon-header.gif); }

.baloonHeaderFlip {
  background-image: url(../images/baloon-header-flip.gif); }

#baloonFooter {
  width: 187px;
  height: 3px;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/baloon-footer.gif);
  background-repeat: no-repeat;
  display: block; }

#baloonBody {
  padding: 10px;
  background-color: #D0D0D0;
  width: 187px;
  width: expression('187px');
  margin: 0;
  font: normal normal 10px/14px Verdana, Arial, serif;
  line-height: 140%;
  background-image: url(../images/baloon-body.gif);
  background-repeat: repeat-y;
  display: block; }

img.card-spec{
  position: absolute;
  bottom: 0; right: -7px;
  background-color: transparent !important;
}

.subscribe-control.error{
  border-bottom: 1px solid #c22a39;
}
.c-indicator.selected{
  font-weight: bold;
  text-decoration: underline;
}
.form-error{
  padding: 10px 15px;
  background-color: rgba(170,47,63,0.15);
  margin-bottom: 25px;
}
.amount-box{
  margin-bottom: 15px;
}
.amount-box span {
  display: inline-block;
  width: 10%;
  cursor: pointer;
  background-color: #1f1f1f;
  padding: 4px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.amount-box input{
  display: inline-block;
  text-align: center;
  width: 80px !important;
  padding: 0;
}
.amount-box.small input{
  width: 100px;
}
.amount-box.small span{
  padding: 6px 4px;
  text-align: center;
}
.tx-hint{
  color: #777;
  font-size: 12px;
  margin-bottom: 3px;
}
.btn-m-link {
  display: inline-block;
  color: #ff2b5d !important;
  padding: 7px;
  text-decoration: underline;
}

.cart-line{
  border: 3px solid #f1f1f1;
  margin-top: 10px;
  padding: 17px 15px;
  cursor: pointer;
}

.cart-line label.active{
  font-weight: bold;
}
.instagram-img span{
  display: block;
  width: 180px; min-height: 180px;
  background-size: cover;
}
.rd-mobilepanel_title{
	display: none !important;
}

@media (max-width: 767px)
{
	header .search {
	    margin: 20px 0 20px;
	    text-align: -webkit-center;
	}
	.cart-button{
		display: none;
	}
	.banners>div {
	    margin-bottom: 30px;
	}
}
.sf-menu li.sf-with-mega{
  position: relative;
}
.sf-with-mega:hover > ul{
  display: block;
  width: 300px;
}
.sf-menu .sf-mega{
  margin-top: 0px;
}
.sf-menu .sf-mega>li+li{
  margin: 0; 
}
.sf-menu .sf-mega > li{
}
.sf-menu .sf-mega > li a{
  display: block; padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

#slider-xs .swiper-slide{
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-thumb{
  border: 1px solid #bababa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-thumb .image{
  border-bottom: 1px solid #bababa;
  padding-bottom: 15px;
}
.product-thumb .name{
  padding: 0 7px;
}
.product-thumb .cart-button{
  padding-bottom: 9px;
}

.cart-notify{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0,0,0,0.85);
  width: 40%;
  color: #ffffff;
  text-align: center;
  z-index: 99999;
  display: none;
}
.cart-notify-content{
  padding: 10px 15px;
}
.cart-notify-content a{
  color: #ffffff;
  text-decoration: underline;
}

#collapse-delivery label{
  cursor: pointer;
}

.child-category{
    overflow: auto;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #CCC;
    transition: box-shadow ease 0.2s, border ease-out 0.2s;
    min-height: 60px;
} 
    
    .child-category a{
        text-decoration: none;
    }
    .child-category h4{
        color: #888;
        font-size: 16px;
        font-weight: bold;
        margin: 0; font-size: 14px;
    }
    .child-category:hover{
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        color: #555;
    }
    .child-category:hover h4{
        color: #555;
    }
    .child-category img{
        -webkit-transition: all ease-out .2s;
        -moz-transition: all ease-out .2s;
        -o-transition: all ease-out .2s;
        transition: all ease-out .2s;
    }
    .child-category img:hover{
        -webkit-filter: saturate(1.7);
    }

#product-category h1{
  text-align: left;
}

.button-phone{
  margin-top: 20px;
}
  .phone-list{
    width: calc(100% - 30%);
    text-align: left;
    margin-top: -10px !important;
  }

.search-area {
  overflow: auto;
  width: 100%;
}

.wa-box{
    position: fixed;
    bottom: 25px;
    left: 20px;
    z-index: 999;
}
.wa-box img{
    width: 75px; height: 75px;
    animation: shadow-pulse 3s infinite;
    border-radius: 50%;
}

@keyframes shadow-pulse
{
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

[data-id="144"] .product-thumb{
  padding: 15px;
  min-height: 415px;
}

.btn-to-cart{
  background-color: #65bc54;
}
.btn-to-cart:hover{
  background-color: rgb(101,188,84,0.75);
}

@media (max-width: 1400px)
{
  .product-layout{
    min-height: 450px;
  }

}