:root {
	--font-qtfr: 1920px;
}

.price,
.woocommerce-Price-amount.amount,
.woocommerce-mini-cart__total.total,
.product-total,
.order-total,
.cart-subtotal,
.woocommerce-order-overview__total.total,
.shop_table.order_details tfoot tr:nth-child(1),
.shop_table.order_details tfoot tr:nth-child(3),
.woocommerce-cart-form__contents thead tr th:nth-child(4),
.woocommerce-cart-form__contents thead tr th:nth-child(6),
.woocommerce-cart-form__contents tbody tr td:nth-child(4),
.woocommerce-cart-form__contents tbody tr td:nth-child(6) {
	display: none !important;
}

#shipping_method .woocommerce-Price-amount.amount {
	display: block !important;
}

body.admin-bar {
	position: relative;
}

/*body.admin-bar::before {
    background-image: url(https://virginmediao2merchandise.co.uk/wp-content/uploads/2026/01/product-scaled.jpg);
    background-size: cover;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    z-index: 99999;
}*/

div .custom-logo-link img {
	width: 9.4vw;
	margin-top: 0.4vw;
}

div ul.products li.product > .woocommerce-loop-product__title {
	margin-bottom: 0;
}

div ul.products {
	column-gap: 1.05vw;
	row-gap: 4.3vw;
}

ul.products li.product .woocommerce-LoopProduct-link {
	align-items: center;
	aspect-ratio: 512/489;
	border: 1px solid black;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding: 7.69% 9.83%;
}

ul.products li.product.product_tag-port .woocommerce-LoopProduct-link {
	padding: 4.69% 20%;
}

ul.products li.product .woocommerce-LoopProduct-link img {
	border: 0 !important;
}

div ul.products li.product .botiga-wc-loop-product__title {
	display: block;
	font-size: max(18px, 1.1vw);
	margin-top: 1.1vw;
}

/*
* Product page
*/

.single-product.botiga-site-layout-default .woocommerce-breadcrumb {
	font-size: 1.1vw;
	margin-bottom: 1.5vw;
}

.single-product.botiga-site-layout-default .container {
	padding-top: 2.8vw;
	max-width: 66vw;
}

.single-product .product-gallery-summary {
	gap: 2.2vw;
}

.single-product .product-gallery-summary .woocommerce-product-gallery {
	flex: 0 1 50.4%;
	max-width: unset;
	width: auto;
}

.single-product .product-gallery-summary .entry-summary {
	flex: 0 1 calc(49.6% - 2.2vw);
	max-width: unset;
	padding-left: 0;
	width: auto;
}

.single-product .woocommerce-product-gallery__image a {
	align-items: center;
	border: 1px solid black;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 19.54% 6.19% 17.5%;
}

.single-product .wp-post-image {
	flex: 1 0 100% !important;
	width: 100% !important;
}

.single-product .product_title.entry-title {
	font-size: 1.9vw;
	margin-bottom: 1.1vw;
}

.single-product .woocommerce-product-details__short-description {
	font-size: 0.95vw;
	margin-bottom: 1.8vw;
}

.single-product .stock {
	font-size: 0.95vw;
	margin-bottom: 1.2vw;
}

.single-product .product-gallery-summary form.cart {
	margin-bottom: 1.8vw;
}

.single-product .product-gallery-summary .botiga-single-addtocart-wrapper {
	gap: 1.2vw;
}

.single-product .single_add_to_cart_button {
	font-size: max(calc(0.008 * var(--font-qtfr)), 0.8vw);
}

.single-product form.cart .quantity {
	max-width: 29%;
}

.single-product .quantity {
	height: 3.5vw;
}

.single-product .botiga-quantity-minus {
	display: inline-block !important;
	font-size: max(calc(0.029 * var(--font-qtfr)), 2.9vw);
	line-height: 1em;
	padding: 0;
}

.single-product .botiga-quantity-plus {
	font-size: max(calc(0.0195 * var(--font-qtfr)), 1.95vw);
	padding: 0;
}

.single-product .qty {
	font-size: max(calc(0.0095 * var(--font-qtfr)), 0.95vw);
}

.single-product .woocommerce-tabs {
	font-size: max(calc(0.0095 * var(--font-qtfr)), 0.95vw);
	margin-top: 4.1vw;
}

.single-product .woocommerce-tabs ul.tabs {
	margin-bottom: 2vw;
}

.single-product .woocommerce-tabs ul.tabs li a {
	font-size: max(calc(0.0095 * var(--font-qtfr)), 0.95vw);
	padding: 0.65vw 2vw;
}

/*
* Basket
*/

.woocommerce-cart .cart_totals {
	clear: both;
    width: 100%;
    max-width: 445px;
    float: right;
    margin-top: 30px;
    padding: 30px;
    background-color: var(--bt-color-content-cards-bg, #f5f5f5);
}

.woocommerce-cart .be-kind {
	clear: both;
	float: right;
	margin-top: 30px;
	max-width: 445px;
}

.hide-label label {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.form-row .optional {
	font-size: 0;
}

.form-row .optional::before {
	color: red;
	content: '*';
	display: inline;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	ul.products li.product .woocommerce-LoopProduct-link {
		padding: 3.69% 5.83%;
	}

	ul.products li.product .woocommerce-LoopProduct-link img {
		width: 100%;
	}
}