@media screen and (max-width: 1199px) {
    
}
@media screen and (max-width: 991px) {
	
    
}
@media screen and (max-width: 767px) {
    .main_menu {
        display: none
    }
	.hamburger-li,.hamburger{
		display: inline-block;
	}
	.hamburger-li{
		margin-right: 0 !important;
		margin-top: 2px !important;
	}
    .ph-head,.reg-site, .log-site {
        display: none;
    }
	.he_content_right {
        margin-top: 20px;
    }
    .hamburger {
        float: left;
    }
    .h-s-txt {
        position: relative;
        transform: translateY(-50%);
        padding-left: initial;
        margin-bottom: 30px;
    }
    .flex-feat {
        width: 100%;
        flex-wrap: wrap;
    }
    .box-feat {
        width: 50%;
    }
    .section-features:before {
        right: -40px;
        bottom: 310px;
        width: 130px;
        height: 130px;
    }
   
    .bottom-footer .copyright {
        color: #101010;
        text-align: center !important;
        margin: 10px 0;
    }
    .social-media {
        text-align: center;
    }
    .w50 .proThumb > img {
        max-width: 100%;
        margin: auto;
    }
    .w50 .proThumb {
        height: 200px;
    }
    .f-box {
        margin: 10px 0
    }
    .top-footer .col-sm-6, .w50 .col-sm-6 {
        width: 50%
    }
    .top-footer:before {
        right: -40px;
        top: 0px;
        width: 150px;
        height: 150px;
    }
    .nav-tabs {
        display: flex
    }
    .nav-tabs .nav-item {
        padding: 0;
        width: 25%;
        text-align: center;
    }
    .product-image-container a {
        display: block;
        width: 80px;
    }
    .product-image-container a img {
        width: 80px;
        height: 80px;
    }
    .flex50 {
        display: block;
    }
    .flex50 .form-group {
        width: 100%;
    }
    .box-shipping {
        margin-bottom: 20px;
    }
    .product-details-tab .nav-tabs .nav-item {
        width: auto;
    }
    .content-slider {
        display: block;
    }
    .block-product-slide, .details-product {
        width: 100%;
        margin-bottom: 30px;
    }
    .slider-nav {
        display: none;
    }
    .pro--Thumb {
        width: 100%;
    }
    .product-title {
        min-width: 140px
    }
    .price-por {
        min-width: 100px
    }
    .column-reverse {
        flex-direction: column-reverse;
    }
    .column-reverse aside {
        margin-top: 30px;
    }
    .option-order {
        flex-wrap: wrap;
    }
    .option-order p {
        width: 50%;
        margin: 5px 0;
    }
    .table-order-details thead,
    .table-cart thead {
        display: none;
    }
    .di-none {
        display: block;
    }
    .product-row {
        display: block;
        position: relative;
        padding-right: 130px;
        margin-bottom: 20px;
    }
    .product-col .product-image-container {
        width: 120px;
        max-width: 120px;
        position: absolute;
        right: 0;
        top: 0;
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .table thead th, .table td, .table th {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .price-por, .sub {
        padding-top: 5px !important;
    }
    .count-or {
        width: 30px;
        height: 30px;
        margin-top: 0px;
        line-height: 30px;
    }
    .btn-rate {
        margin-top: 10px;
    }
    .quantity_block {
        padding-top: 0px;
    }
    .remove-from-cart {
        display: block;
    }
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 500px) {
	
}
@media screen and (max-width: 450px) {
	
}
@media screen and (max-width: 420px) {
	
	.logo-site > img{
		width: 80px;
	}
	.hamburger span{
		width: 20px;
		margin-bottom: 5px;
	}
	.profile--block > h2{
		font-size: 24px;
	}
	.filter-rg{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.hamburger.active span:nth-child(1) {
	  transform: rotate(45deg) translate(6px, 6px);
	  -webkit-transform: rotate(45deg) translate(6px, 6px);
	  -ms-transform: rotate(45deg) translate(6px, 6px);
	}
	.menu-mobile{
		padding-top: 80px;
	}
	.hamburger.active span:nth-child(3) {
	  transform: rotate(-45deg) translate(4px, -4px);
	  -webkit-transform: rotate(-45deg) translate(4px, -4px);
	  -ms-transform: rotate(-45deg) translate(4px, -4px);
	}
}