@media (min-width: 768px) and (max-width: 1024px){
	/*.header-style-1 .header-bottom-bg-color{
		background-color: transparent;
	}
	.header-style-1 .header-bottom-bg-color.stick{
		background-color: #7c7c7c;
	}*/
	.logo.logo-width-1 a img {
	    width: 115px;
	    min-width: 115px;
	    height: auto;
	    margin-top: 7px;
	}
	.header-style-1 .header-bottom-bg-color.stick .burger-icon.burger-icon-white > span::before, .header-style-1 .header-bottom-bg-color.stick .burger-icon.burger-icon-white > span::after{
		background-color:  #fff;
	}
	.about-us-vision-content .wrap{
		height: 250px;
	}
	.contact-wrap .card-login{
		margin-left: 0;
	}
	.shipping-address-box{
		width: 46%;
	}
	.btn-new-address{
		margin-bottom: 20px;
		margin-left: 20px;
	}
	.login_wrap{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.pagination{
		flex-wrap: wrap;
	}
	.thank-you-page{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.detail-info .detail-extralink .detail-qty{
		    padding: 8px 10px 8px 10px;
    		max-width: 85px;
	}
	.detail-qty input[type="number"]{
		height: 30px;
    	width: 60px;
	}
	.primary-sidebar .sidebar-widget{
		margin-top: 20px;
	}
	.header-action-icon-2 img{
		filter: invert(1);
	}
	.burger-icon.burger-icon-white > span::before, .burger-icon.burger-icon-white > span::after{
		background-color: #fff;
	}
}
@media (max-width: 767px){
	/*.header-style-1 .header-bottom-bg-color{
		background-color: transparent;
	}
	.header-style-1 .header-bottom-bg-color.stick{
		background-color: #7c7c7c;
	}*/
	.logo.logo-width-1 a img {
	    width: 115px;
	    min-width: 115px;
	    height: auto;
	    margin-top: 7px;
	}
	.about-us-page-content .wrap{
		padding-right: 0;
	}
	.section-title.style-2 h3{
		margin-right: 0;
	}
	.about-us-vision-content .wrap {
	    height: 240px;
	    margin-top: 20px;
	}
	h1 {
    	font-size: 30px;
	}
	h2 {
    	font-size: 25px;
	}
	.card{
		margin-top: 20px;
	}
	h3 {
    	font-size: 20px;
	}
	.detail-qty input[type="number"]{
		width: 62px;
		height: 35px;
	}
	.detail-info .detail-extralink .detail-qty{
		max-width: 85px;
		padding: 6px 10px 6px 10px;
	}
	.shipping-address-box{
		width: 93%;
	}
	.btn-new-address{
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.poppuwrap img{
		width: 300px;
		height: auto;
	}
	.poppuwrap{
		width: 300px;
		height: auto;
	}
	.login_wrap{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.pagination{
		flex-wrap: wrap;
	}
	hr{
		display: none;
	}
	.show_result_count{
		margin-bottom: 20px;
	}
	.thank-you-page{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.header-action-icon-2 img{
		filter: invert(1);
	}
	.burger-icon.burger-icon-white > span::before, .burger-icon.burger-icon-white > span::after{
		background-color: #fff;
	}
}




@media only screen and (max-width: 480px){
	.col-12{
		width: 100% !important;
	}
	.product-info {
    	padding: 0 1rem;
	}
	.tab-pane p {
    	margin-left: 10px;
    	margin-right: 10px;
	}
	.shopping-summery table > :not(caption) > * > * {
    	padding: 15px !important;
	}
}