@media (max-width: 980px) {







/*product categories filter*/

   .shoppage-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
}

.shoppage-container .left {
    width: 100%;
    order: 2;
}

.shoppage-container .right {
    width: 100%;
    order: 1;
}

.shoppage-container .left {
    order: 2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    padding: 40px 30px;
    background: #ffffff;
    height: 100%;
    overflow: auto;
    pointer-events:none;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
        transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}   

.shoppage-container .left.open {
    pointer-events: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}  

#open_filter{
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    background: #f5a8bd;
    color: #ffffff;
    padding: 2px 20px;
        transform: rotate(-90deg) translate(50%, -50%);
    -webkit-transform: rotate(-90deg) translate(50%, -50%);
    -moz-transform: rotate(-90deg) translate(50%, -50%);
    -ms-transform: rotate(-90deg) translate(50%, -50%);
    -o-transform: rotate(-90deg) translate(50%, -50%);
    -ms-transform-origin: right center;
    -moz-transform-origin: right center;
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    z-index: 10;
}

#close_filter{
    display:block;
    width: 30px;
    height: 30px;
    /*border-radius: 50%;*/
    /*background: #c0a267;*/
    position: absolute;
    top: 10px;
    right: 10px;
}

#close_filter span{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 15px;
    width: 15px;
    height: 2px;
    background: #000000;
}

#close_filter span:nth-of-type(1){
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#close_filter span:nth-of-type(2){
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}




}


@media (max-width: 767px) {
.search #left-area .et_pb_post{
    width: 50%;
}

.contact_10 iframe {
    height: 250px;
}

ul.products.custom-page li.product:nth-child(n) {
    margin: 0 9.5% 9.5% 0!important;
    width: 45.25%!important;
    clear: none;
}

ul.products[class*=columns-].custom-page li.product:nth-child(2n) {
    float: right;
    clear: none!important;
}
ul.products.custom-page li.product:nth-child(2n) {
    margin-right: 0!important;
}
 

}

@media (max-width: 540px) {
.search #left-area .et_pb_post{
    width: 50%;
}
	
	#main-header .container .upper-header .right-container a img{
		width: 18px !important;
	}

}

@media (max-width: 479px) {
.woocommerce-page ul.products li.product:nth-child(n) {
    margin: 0 2% 11.5%!important;
    width: 46%!important;
}

}



@media (max-width: 414px) {
    

}


@media (max-width: 375px) {


}


@media (max-width: 360px) {


}


@media (max-width: 320px) {


}

@media (min-width: 768px) and (max-width: 980px) {
ul.products.custom-page li.product:nth-child(n) {
    margin: 0 7.5% 7.5% 0!important;
    width: 28.333%!important;
    clear: none;
    float: left!important;
}

ul.products.custom-page li.product:nth-child(3n) {
    margin-right: 0!important;
}



}




@media (min-width: 981px) and (max-width: 1199px) {


}

@media (min-width: 1199px) and (max-height: 850px) {




}


@media (min-width: 1199px) and (max-width: 1450px) {



}
