@media screen and (max-width: 1024px) {

.footer-top img {
	margin-right: 22px;
	width: 59px;
}
.vlogo {
	width: 14%;
	padding-right: 8px;
	padding-left: 16px;
}
.vlogo img{
    max-width:100%;
}
.mainmenu ul li a {
	padding: 22px 11px;
	font-size: 14px;
	font-family: 'whitneybook';
	text-transform: capitalize;
}
.vmenu{padding-right:15px}
.vsearch{padding-right:15px}
.search-header .form-control {
	width: 198px;
}
.cart-profile {
	margin-left: 0;
}
.single-collection img {
	height: 362px;
}
.product-image-col-3 {
	height: 258px;
}
.footer-top img {
	margin-right: 1px;
}

}

@media screen and (max-width: 768px) {
.single-collection img {
	height: 427px;
}

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 640px) {
.owl-carousel .owl-item img {
	width: auto;
	height: 238px;
}
.page-header h2 {
	font-size: 22px;
}
.product-short-info h3 {
	margin-bottom: 0;
}
.product-sku {
	font-size: 13px;
}
.gallery-grid li{
	width: 48%;
	margin-right: 10px;
}
.proWrapper {
	display: inherit;
}
.proSidebar {
	height: auto;
	margin-bottom: 20px;
}
.leftbar-widget {
	border: 1px solid #ddd;
	width: 33.3%;
	float: left;
	min-height: 207px;
}
.leftbar-widget h2 {
	font-size: 14px;
	padding: 10px 0 10px 11px;
}
.filter-checkbox {
	padding: 0 7px 15px 7px;
}
.checkbox label, .radio label {
	font-size: 13px;
}
.leftbar-widget:nth-child(3){
    border-bottom: 1px solid #ddd !important;    
}
.single-collection img, .product-image-col-3 {
	height: auto;
}
.similar-product-area .product-image-col-3 {
	height: auto;
}
} /* Close media 640px */

@media screen and (max-width: 480px) {

.footer-top {
	display: block;
	overflow: hidden;
}


}
@media screen and (max-width: 414px) {

.single-collection img {
	height: 250px;
}
.product-image-col-3, .similar-product-area .product-image-col-3 {
	height: 210px;
}
.collections-link {
	padding: 10px 20px;
	text-transform: capitalize;
}
.product-short-info h3 {
	font-size: 14px;
	font-family: 'whitneybook';
}
.product-short-info {
	padding: 0 10px;
}

}

@media screen and (max-width: 375px) {

.single-collection img {
	height: 220px;
}
.product-image-col-3, .similar-product-area .product-image-col-3 {
	height: 200px;
}

}

@media screen and (max-width: 360px) {
.single-collection img {
	height: 205px;
}
.product-image-col-3, .similar-product-area .product-image-col-3 {
	height: 185px;
}
}
