@media only screen and (min-width:320px) and (max-width:767px) {
    
    .pro_img {
	height: 142px !important;
	position: relative;
}
    
    .category-item img {
	/* border: 1px solid #ddd; */
	/* border-radius: 50%; */
	transition: 0.35s all;
	height: 71px;
}
    .details_slider{
        margin-bottom:35px !important;
        margin-top:25px;
    }
    .main-slider {
    margin-top: 20px;
}
	.main-search form {
    	grid-template-columns: 85% 15% !important;
	}
	.category-item {
	    padding: 9px;
	}
	.category-item p {
	    font-weight: 400;
	}
	.qty-cart .quantity {
	    height: 35px;
	}
	.quantity .minus,.quantity .plus {
	    height: 35px;
	    line-height: 35px;
	    width: 35px;
	    font-size: 35px;
	}
	.footer-menu{
		display: block;
	}
	.footer-bottom {
	    /*display: none;*/
	}
	.qty-cart {
	    width: auto !important;
	}
	.cus-order-2 {
	    order: 2;
	}
	.cus-order-1 {
	    order: 1;
	}
	.chheckout-section {
	    padding: 10px 0;
	}
	.cart_details{
	    margin-bottom: 15px;
	}
    .success-img img {
        width: 200px;
    }
	.main_product_inner {
	    grid-template-columns: 1fr 1fr;
	}
	.qty-cart {
		grid-template-columns: 130px auto;
	}
	.quantity .minus {
		width: 40px;
	}
	.quantity .plus {
		width: 40px;
	} 
	.compare_store.mobile-show {
        display: block !important;
        line-height: 42px;
        text-align: center;
    }
    
	.add-to-cart.mobile-fix {
		position: fixed;
		bottom: 64px;
		left: 0;
		right: 0;
		z-index: 999;
		padding: 10px;
		margin: 0 10px;
	}
	.footer-top {
		padding: 30px 0;
	}
	.footer-menu ul li img {
		margin: 0 auto;
		display: block;
	}
	.front-view-flex {
		padding: 10px 0px;
	}
	.front_category_title h1 {
		font-size: 20px;
	}
	.front-view-item {
		margin-bottom: 15px;
	}
	.front-view-title a {
		font-size: 13px;
	}
	.home-page-section-title-box h3 {
		font-size: 20px;
	}
	.category-banner-products {
		padding: 20px 5px;
	}
    .flash-product-section .col-sm-4 {
        padding: 10px 10px !important;
    }
    .flash_all {
        margin-top: 10px;
    }
    .slider-section .offset-sm-3 {
        padding-left: 5px;
    }
	.main-header {
	    display: none;
	}
	.mobile-header {
	    display: block;
	}
	.mobile-top {
	    background: #108BC3;
	    padding: 8px 0;
	}
	.mobile-top ul{
		text-align: right;
	}
	.mobile-top ul li a {
	    color: #fff;
	    margin: 0 5px;
	}
	.menu-bar i {
	    font-size: 16px;
	}

	.mobile-logo {
		display: grid;
		grid-template-columns: 20% 60% 20%;
		text-align: center;
		font-size: 16px;
		/*margin-bottom: 10px;*/
		height: 50px;
	}
	.mobile-logo-top {
		display: grid;
		grid-template-columns: 10% 70% 10%;
		text-align: center;
		font-size: 16px;
		height: 50px;
		color: #fff;
	}
	
	.fixed-top .mobile-logo {
		margin-bottom: 0px;
	}
    .menu-logo img {
		width: auto;
		height: 40px;
		margin-top: 0;
	}
	.footer-menu ul li a {
		text-align: center;
	}
	.main-search.mobile-search {
	    padding: 10px;
	}
	.menu-bar {
	    margin-top: 15px;
	}

	.menu-bag {
	    margin-top: 15px;
	}
	.menu-bag ul li a {
	    margin-right: 5px;
	    position: relative;
	}
	.menu-bag li span {
	    background: #E62E04;
	    font-size: 10px;
	    color: #fff;
	    position: absolute;
	    top: 0;
	    left: 12px;
	    width: 15px;
	    height: 15px;
	    border-radius: 50px;
	    line-height: 15px;
	}

	.slider-item {
	    height: 190px;
	    margin-top: 0px;
	}
	.footer-about p {
	    text-align: center;
	}
	.banner-item {
	    margin-bottom: 15px;
	}
	.footer-bottom {
	    margin-bottom: 24px;
	}
	.footer-about {
        text-align: center;
        padding: 0 15px;
    }
	.footer_nav {
	    display: block;
	}
	.section-title-left h4 {
	    font-size: 16px;
	}
	.section-title-right a {
	    font-size: 13px;
	}
	.product-info .name {
	    height: 70px;
	}
	.product-info {
	    padding: 15px 10px;
	}
	.row>* {
	    padding-right: calc(var(--bs-gutter-x) * .3);
	    padding-left: calc(var(--bs-gutter-x) * .3);
	}
	.feature-title ul {
	    text-align: center;
	    overflow-y: scroll;
	}
	.feature-title h4 {
		text-align: center;
	    margin-bottom: 10px;
	}
	.footer-top {
	    padding-bottom: 5px;
	}

	.category-sidebar {
	    position: fixed;
	    z-index: 9999;
	    width: 100%;
	    top: 0;
	    background: #fff;
	    left: 0;
	    visibility: hidden;
	    opacity: 0;
	    transition: 0.35s all;
	}
	.close_filter {
	    position: absolute;
	    top: 0;
	    right: 12px;
	    border: 2px solid #ddd;
	    font-size: 19px;
	    padding: 0px 10px;
	    border-radius: 50px;
	    background: #d3b520;
	    color: #fff;
	}
	.close_filter,.show_filter {
	    display: block;
	}
	.show_filter {
	    display: inline-block;
	    margin-right: 10px;
	    margin-left: 8px;
	}
	.page-title h5 {
   		 font-size: 16px;
	}
	.product-section {
	    margin-top: 0;
	}
	.sort-form select {
	    font-size: 14px;
	}
	.category-sidebar.active {
	    visibility: visible;
	    opacity: 1;
	}
	.auth-section, .checkout-shipping {
      margin-top: 5px;
    }
	.payment-form .gap-3 {
	    gap: 0 !important;
	}
	.checkout-shipping  .form-check {
	    width: 100%;
	}
	.modal-view.quick-product {
    	width: 100%;
	}
	.quick-product .short_description,.quick-product .details_short {
	    display: none;
	} 	
	.quick-product-img {
	    width: 20%;
	}
	.quick-product-content {
	    width: 80%;
	}
	.close-modal {
	    left: 50%;
	    top: -17px;
	    transform: translateX(-50%);
	}
	.vcart-section {
	    margin-top: 60px;
	}
	.menu-product{
		display: none;
	}
	.details-wishlist {
        display: none !important;
    }
    a.details-wishlist.compare_store.cursor {
        display: none !important;
    }
   body {
	padding-top: 92px;
}
    .product-section {
        padding: 0 0;
    }
    
    .tab-description table,
    .tab-description iframe {
        width:  350px;
    }
    .mobile-logo-top{
        display:none;
    }
    
    .product-cart .name {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}
    
 

/*.owl-carousel{*/
/*    display:block;*/
/*    width:50%;*/
/*    margin-left:96px;*/

/*}*/

/*.owl-carousel .owl-item img {*/
/*	display: block;*/
/*	width: 50%;*/
/*	margin-left: 96px;*/
/*}*/

 
}
@media only screen and (min-width:320px) and (max-width:420px) {
    .menu-bar a p span {
	position: absolute;
	top: 11px;
	right: 50px;
	/* background: #43ddd3; */
	color: #FAA31A;
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 12px;
	border-radius: 50px;
}
}
@media only screen and (min-width:420px) and (max-width:500px) {
    .menu-bar a p span {
	position: absolute;
	top: 11px;
	right: 61px;
	/* background: #43ddd3; */
	color: #FAA31A;
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 12px;
	border-radius: 50px;
}
}
@media only screen and (min-width:500px) and (max-width:550px) {
 .menu-bar a p span {
	position: absolute;
	top: 11px;
	right: 74px;
	/* background: #43ddd3; */
	color: #FAA31A;
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 12px;
	border-radius: 50px;
}
}
@media only screen and (min-width:550px) and (max-width:600px) {
.menu-bar a p span {
	position: absolute;
	top: 11px;
	right: 86px;
	/* background: #43ddd3; */
	color: #FAA31A;
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 12px;
	border-radius: 50px;
}
}

@media only screen and (min-width:600px) and (max-width:650px) {
.menu-bar a p span {
	position: absolute;
	top: 11px;
	right: 94px;
	/* background: #43ddd3; */
	color: #FAA31A;
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 12px;
	border-radius: 50px;
}
}

@media only screen and (min-width:650px) and (max-width:700px) {
.menu-bar a p span {
	position: absolute;
	top: 11px;
	right: 104px;
	/* background: #43ddd3; */
	color: #FAA31A;
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 12px;
	border-radius: 50px;
}
}
@media only screen and (min-width:700px) and (max-width:767px) {
.menu-bar a p span {
	position: absolute;
	top: 11px;
	right: 117px;
	/* background: #43ddd3; */
	color: #FAA31A;
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 12px;
	border-radius: 50px;
}
}

@media only screen and (min-width:320px) and (max-width:570px) {
    
    .details-price {
	font-size: 17px;
	font-weight: 600;
	color: #6B168E;
	margin: 10px 0;
}
/*.product-code{*/
/*    display:none;*/
/*}*/
.details-imgg{
     width:60%;
    margin-left:75px;
}
.details_slider .owl-prev {
	position: absolute;
	left: -33px;
	top: 50%;
	transform: translateY(-50%);
}
.details_slider .owl-next {
	position: absolute;
	right: -33px;
	top: 50%;
	transform: translateY(-50%);
}
.indicator_thumb {

	margin-top: -32px;
}
.sidee{
    display:flex;
    justify-content:space-between;
}
.product-code p {
	color: #fff;
	line-height: 0;
	font-size: 9px;
	margin-top: 10px;
}

}
@media only screen and (min-width:767px) and (max-width:991px) {
    
body{
    padding-top: 150px;
}
.menu-product{
	display: none;
}

}
@media only screen and (min-width:992px) and (max-width:1140px) {
body{
    padding-top: 190px;
}

}
@media only screen and (min-width:1141px){
body{
    padding-top: 120px;
}
.product-section {
    padding: 30px 0;
}

}

.slider-section{
    margin-top:7px !important;
}