/*
Theme Name: Wiedamark
Author: DBM
Description: Custom theme for Wiedamark
Version: 1.13
Author URI: https://dbmgrow.com/
Template: besa
Text Domain: besa-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.woocommerce-shipping-totals .form-row-wide span {width:100%;}
.woocommerce ul#shipping_method li {display: table-row;}
.woocommerce ul#shipping_method li .amount {display: block; line-height: 1.5em;}
.woocommerce ul#shipping_method li input {display: table-cell; vertical-align:middle;}
.woocommerce ul#shipping_method li>label {display: table-cell; line-height: 1em; margin-left: 5px; text-align:left;}
.woocommerce-shipping-totals .woocommerce-shipping-destination {margin-top: 10px;}
.product-recently-viewed-header h3 {font-size: 14px !important;}
.woocommerce div.product div.images.woocommerce-product-gallery {overflow: hidden;}

.wccsq-quote-description a {padding: 5px; border: 1px solid #000000; margin-left:10px; background-color: #fcd537;}
.singular-shop div.product .wwp-wholesale-pricing-details {font-size:22px;}

.product .tab-content a,
.archive .term-description a
{color:#A644BF;}

@media screen and (min-width:769px) {
	.shop_table.cart .product-info img {
		max-width: 280px;
	}
	.singular-shop .image-mains {
		min-height:450px;
	}
}

.product .summary .warranty_info,
.shop_table.cart .variation-Warranty,
.mini_cart_inner .variation-Warranty
{display: none !important;}

.single-product .stock {display: none !important;}

/* TRUN ON LIGHT BOX */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	cursor: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger, 
body div.product div.images .woocommerce-product-gallery__trigger {
    display: block;
    font-size: 18px;
    border: 0;
    top: 10px;
    bottom: auto;
    right: 25px;
    left: auto;
    text-align: center;
    border-radius: 50%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before, body div.product div.images .woocommerce-product-gallery__trigger:before {
	display: none;
}