/*
 Theme Name: annzmusizc
 Description: hypermarket child theme
 Template: hypermarket
 */
.shop-item .shop-thumbnail>img {
    width: 262px;
}

.shop-item .shop-item-tools {
	right: 0;
}

#contact-page {
    background-color: #fff;
    color: #000;
    width: 50%;
}

@media (min-width: 992px) {
	.hypermarket-woocommerce-loop > .col-md-4 {
		height: 410px;
	}
}

.shop-item {
    margin-bottom: 10px;
}

@media (min-width: 300px) {
	.shop-button {
		margin-bottom: 15px;
	}
}

.product-gallery {
	width:40%;
	float:left;
}

@media only screen and (max-width: 700px) {
	.product-gallery {
		position:relative;
		width:100%;
		margin:auto;
		max-width:660px;
	}
}

.product-info {
	margin-left:auto;
	width:50%;
	margin-right: 0;
	padding-top: 0 !important;
}

@media only screen and (max-width: 700px) {
	.product-info {
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
}

.page-nav {
	top:95%;
}

.product-gallery .product-gallery-thumblist {
	display:-webkit-inline-box;
	position: inherit;
	left: 0;
	margin-top: 30px;
}

.thumblist-overflow {
	height: 100px;
}

@media only screen and (max-width: 1100px) {
	.thumblist-overflow {
		overflow: unset;
		overflow-y: unset;
		height: 100%;
	}
}

.product-gallery .product-gallery-thumblist>li {
	margin-right: 10px;
}

.woocommerce-product-details__short-description .mejs-container {
	clear: none;
	margin-top: 10px;
}

.grecaptcha-badge {
	opacity: 0;
}

.chosen {
    font-weight: bold;
    color: red;
}

.add-to-cart {
	width: 155px;
}

.woo-multi-currency.wmc-sidebar.style-1 .wmc-list-currencies .wmc-currency span:not(.wmc-active-title) {
	margin: 15px 20px;
}

.added_to_cart {
	display: inherit;
}

@media screen and (max-width: 1070px) {
	.admin-bar .main-navigation .menu {
		margin-top: 150px;
	}
}

.master-slider-parent {
	margin-bottom: 50px;
}

@media screen and (max-width: 1070px) {
	.master-slider-parent {
		display: none;
	}
}

.page-nav.page-prev {
	max-width: 250px;
}

.page-nav.page-next {
	max-width: 250px;
}

.drop-filters {
    margin-top: 15px;
    font-size: 14px;
}