.woocommerce img.logo-holder, 
.woocommerce-page img.logo-holder {
    height: 25px;
}

.woocommerce img, 
.woocommerce-page img {
    height: unset;
    max-width: unset;
}
.show-cart_count{
	overflow:hidden;
}
.woocommerce-mini-cart-item img {
    max-width: 100%;
    Height: auto;
}
.woocommerce .header-cart_wrap_footer a{
	width: 45%;
    float: left;
    padding: 14px 0;
	line-height:unset;
    color: #fff;
    background: #292929;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.woocommerce .header-cart_wrap_footer a:last-child{
	float:right;
}
.woocommerce .header-cart_wrap_footer a:hover{
	color:#fff;
}
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering{
	margin:0px;
	float:unset;
}
.woocommerce ul.products li.product a img{
	margin-bottom:0px;
}
.woocommerce ul.products li.product strong{
	display:unset;
}

.woocommerce .grid-item_price .add_cart,
.woocommerce a.added_to_cart {
    float: right;
	line-height:unset;
	margin-top:0px!important;
    padding: 8px 10px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    background: #222;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}
.woocommerce .grid-item_price .add_cart:hover{
	background: #222;
	color:#fff;
}
.woocommerce a.button.added::after{
	position:relative;
	top:-3px;
}
.woocommerce a.added_to_cart{
	clear:both;
	margin-top:10px!important;
}
@media (min-width: 1064px) {
	
	.columns-4 .gmag-woo-product {
		width: 25%;
	}
	.columns-3 .gmag-woo-product {
		width: 33.33333333%;
	}
	.columns-2 .gmag-woo-product {
		width: 50%;
	}
	.columns-1 .gmag-woo-product {
		width: 100%;
	}
	.gmag-woo-product{
		width: 50%;
	}
}
@media (max-width: 1064px) {
	.gmag-woo-product{
		width:100%!important;
	}
}

.gmag-woo-product{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;	
}
.gmag-woo-product img{
	max-width:100%;
}

.woocommerce div.product div.images{
	width:100%;
}
.pro-single-image{
	overflow:hidden;
}
.woocommerce .reviews_counter_wrap .star-rating{
	margin-right: 0px;
	margin-top:4px;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before{
	font-size:10px;
	letter-spacing: 1.5px;
}
.woocommerce-review-link {
    font-size: 11px;
    color: #666;
    font-weight: 500;
    margin-top: 1px;
	top: -4px;
}

.woocommerce table.shop_attributes th {
    width: unset;
    font-weight: unset;
    padding: 18px 30px;
    border-top: unset;
    border-bottom: unset;
    margin: unset;
     font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

.woocommerce table.shop_attributes td {
    font-style: unset;
    padding: 18px 30px;
    border-top: 0;
    border-bottom: unset;
    margin: unset;
    line-height: unset;
	border-left: 1px solid #E2E6E7;
	 font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}
.woocommerce table.shop_attributes td p{
	text-align:center;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, 
.woocommerce table.shop_attributes tr:nth-child(even) th{
	background:#fff;
}

.woocommerce table.shop_attributes {
	width: 100%;
    margin-top: 20px;
    float: left;
	border: unset;
    border-top: unset;
    margin-bottom: unset;
}

.woocommerce p.comment-notes, 
.woocommerce p.comment-form-cookies-consent, 
.woocommerce #respond .form-submit{
	display:none;
}
.woocommerce #review_form #respond p.stars {
    float: left;
    padding-bottom: 0px;
    line-height: unset;
    font-size: 14px;
	font-weight:500;
	top: 3px;
    position: relative;
}
.comment-form-rating {
    float: left;
    clear: both;
    width: 100%;
}
.leave-rating-wrap {
    top: -6px;
    margin: 5px 0 20px 0;
}
.woocommerce div.product #reviews .comment img{
	float:unset;
}

.woocommerce-review__author {
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
	text-transform: capitalize;
}
.woocommerce-review__dash {
    display: none;
}
.woocommerce-review__published-date {
display:none;
}
.woocommerce div.product #reviews .description{
	float:left;
	width:100%;
}
.comment-body .star-rating {
    float: left;
    margin: 7px 0 0 20px;
    font-size: 12px;
}
.woocommerce div.product #reviews .meta{
	float:left;
}
.comment-reply-link-false {
    float: right;
    padding: 8px 20px;
    background: #292929;
    font-weight: 500;
    font-size: 11px;
    margin-top: 10px;
    color: #fff;
    border-radius: 2px;
	visibility:hidden;
}
del .woocommerce-Price-amount bdi{
	text-decoration: line-through;
}
.checkout-table img{
	max-width:100%;
	height:auto;
}
.cart-totals .checkout-button-gmag {
    float: right;
    margin-top: 40px;
    height: 48px;
    border: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
	line-height: 48px;
    padding: 0 20px;
    font-size: 11px;
    font-weight: 600;
    -webkit-appearance: none;
    position: relative;
    border-radius: 4px;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease-in-out;
}
.cart-totals .checkout-button-gmag:hover {
    background: #fff;
}
.cart-totals .checkout-button-gmag{
	text-align:center;
}
.woocommerce ul.product_list_widget li img {
    float: unset;
    margin-left: unset;
    width: 100%;
 }
 
.woocommerce ul.product_list_widget li.post-widget-item{
	padding: 0px 0px;
	padding-top:20px;
    margin: 0;
	margin-bottom:20px;
 }
.woocommerce ul.product_list_widget li.post-widget-item:nth-child(1){
	padding-top:0px!important;
}
.woocommerce ul.product_list_widget .pwic_opt li{
	float:left;
	text-align:left;
	width:100%;
	padding:0px 0;
    margin: 0;
    margin-right: 8px;
}
.woocommerce ul.product_list_widget .pwic_opt li.woo-review{
	margin-top:7px;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading{
	font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    color: #000;
}
.col-no-css .col-no-css .col-md-4 {
    width: 100%!important;
    padding: 0px!important;
}
.col-no-css .row {
    width: 100%!important;
    padding: 0px!important;
    margin: 0px!important;
}
.col-no-css .col-no-css .cart-totals {
    padding: 0px!important;
    margin: 0px!important;
}
.col-no-css .col-no-css .cart-totals:before,
.col-no-css .col-no-css .cart-totals:after{
	display:none;
}
.woocommerce-checkout #payment {
    background: transparent!important;
    border-radius: 0px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
}
.woocommerce-checkout #payment ul.payment_methods,
.form-row.place-order{
	z-index:2;
	position:relative;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background-color:rgba(255,255,255,0.1);
	color:#fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border: none;
}
#add_payment_method #payment div.payment_box p, .woocommerce-cart #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box p, .woocommerce-privacy-policy-text p{color:#fff;}

/* Woocommerce messages */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #292929;
    font-size: 17px;
    color: #FFF;
    border: 1px solid #292929;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #c5c5c5;
    border-bottom: 1px dotted;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    opacity: .8;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    color: #FFF;
}
.woocommerce-error {
    background-color: #292929;
}

/* Checkout payment box */
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #292929;
    font-size: 16px;
    color: #FFF;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 16px solid #292929;
}
.woocommerce-checkout #payment div.payment_box::before{
	display:none;
}
.related-anchor{
	display:block;
}
.item-related .grid-item_price_item{
	margin-right: 8px;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.item-related .grid-item_price_item strong{
	color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
	margin-left:0px;
}
.item-related .grid-item_price_item:before{
	content: "\f02a";
	font-family: Font Awesome\ 5 Pro;
	margin-right: 4px;
}
.single-producta  .product.sale .single_post-opt li {
    margin-right: 9px;
}
.single-producta  .product.sale .grid-item_price_item{
	font-size:10px;
}
.woocommerce .footer-logo img,
.woocommerce-page .footer-logo img{
	height:24px;
}
.shop-cart-empty-icon {
    font-size: clamp(68px, 6vw, 100px);
    opacity: .5;
	color:#fff;
}
.shop-cart-empty-text {
    font-size: 19px;
	color:#fff;
}
.btn.color-bg.wc-backward{
	z-index:2;
}
.shop-cart-empty-button {
    margin-top: 30px;
}
.gm-checkout-coupon.cart-totals{
	background:#f5f5f5;
	margin-bottom: 45px;
}
.gm-checkout-coupon.cart-totals:before {
    border: 1px solid rgba(49, 50, 54,0.2);
	box-shadow: 0px 0px 0px 20px rgb(49 50 54 / 3%);
}
.gm-checkout-coupon.cart-totals:after {
   color: rgba(49, 50, 54,0.1);
}
.gm-checkout-coupon .custom-form .btn{
	margin-top:0px;
}
.gm-checkout-coupon .input-text{
	z-index:2;
	position:relative;
}
.gm-coupon-title{
	margin-bottom:20px;
}
.post-related .gallery-items{
	height:auto!important;
}
.gd-login-form form{
	float:left;
	width:100%;
	margin-top:0px!important;
	z-index:2;
	position:relative;
}
.woocommerce-password-strength.short{
	float:left;
	width:100%;
	color:#fff;
	margin-bottom:10px;
}
.gd-login-form .woocommerce-privacy-policy-text, .gd-login-form .woocommerce-privacy-policy-text p, .woocommerce-password-hint {
    display: block;
    margin-top: 5px;
    font-style: italic;
    color: #999;
}
.gd-grouped-products .qty_btn{
	float:left;
}
.gd-variable-products .qty_btn{
	float:left;
	width:100%;
}
.gd-variable-products .single_variation_wrap,
.gd-variable-products table.variations,
.woocommerce-variation-add-to-cart-enabled
{
	float:left;
}
.gd-variable-products table.variations{
	width:auto!important;
}
.gd-grouped-products .woocommerce-grouped-product-list,
.gd-grouped-products .woocommerce-grouped-product-list tr,
.gd-variable-products table.variations tr{
	float:left;
	padding-right: 15px;
}
.woocommerce-grouped-product-list-item__label,
.woocommerce-grouped-product-list-item__price
{
	vertical-align:middle!important;
}
.gd-variable-products table.variations th.label{
	padding-right: 15px;
}
.gd-variable-products table.variations tr,
.gd-variable-products table.variations th.label{
	max-height:48px;
}
.gd-variable-products table.variations th.label{
	line-height: 45px!important;
}
@media only screen and (max-width: 764px) {
	.gd-variable-products table.variations tr{
		margin-bottom:20px;
	}
}
.woocommerce-variation-price{
	text-align:left;
}
.single-product .woocommerce-variation-price .woocommerce-Price-amount.amount{
	font-size: 17px;
    color: #333;
    position: relative;
    top: 1px;
    margin-left: 0px;
    font-weight: 700;
    padding-bottom: 20px;
    float: left;
    width: 100%
}
.single-product .woocommerce-variation-description{
	padding-top:20px;
}
