@charset "utf-8";
/* CSS Document */

/*1599 to 1440 */
@media (max-width: 1599px) {

}
/*1439 to 1360 */
@media (max-width: 1439px) {
}
/*1359 to 1280 */
@media (max-width: 1359px) {
}
/*1279 to 1200 */
@media (max-width: 1279px) {
}
/*1199 to 1152 */
@media (max-width : 1199px) {
	.menu-wrapper{padding-top: 5px;padding-bottom: 5px;display: inline-block;width:100%;}
	.menu-wrapper form{width:75%;z-index: 10000;
        position: relative;}
}
/*1151 to 1024 */
@media (max-width: 1151px) {
	.slider-carousel .post-overlay {padding-right: 10%;}
}
/*1023 to 992 */
@media (max-width: 1023px) {
	.margin-15 {margin-left: 0;margin-right: 0;}
}
/*991 to 900 */
@media (max-width: 991px) {
	/*.main-menu-left, .main-menu-right{width:50%;}*/
	.logo-box{display: inline-block;text-align: center;width: 100%;}
	.main-menu {float: right;margin-right: 0;width: 100%;display: inline-block;position: relative;}
}
/*899 to 800 */
@media (max-width: 899px) {
	
}
/*799 to 768 */
@media (max-width: 799px) {

}
/*767 to 736 */
@media (max-width: 767px) {

}
/*735 to 667 */
@media (max-width: 735px) {	
body{background:#FFF;}

}
/*666 to 600 */
@media (max-width: 666px) {
	#product_list .owl-dots{display:inline-block;}
	#product_list .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: rgba(128, 137, 150, .2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
	#product_list .owl-dots .owl-dot span{background: #FFF;width: 8px;height: 8px;margin: 3px;}
	#product_list .owl-dots .owl-dot:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
	#product_list .owl-dots .owl-dot.active {background-color: #ec5252;}
}
/*599 to 568 */
@media (max-width: 599px){

}
/*567 to 480  */
@media (max-width : 567px) {

}
/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {

}
/*479 to 414  */
@media (max-width : 479px) {

}
/*413 to 375*/
@media (max-width : 413px) {
}
/*374 to 320*/
@media (max-width : 374px) {
}