/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2025 | 11:11:21 */
.woobt-wrap {
    background: #f1f1f1;
    padding: 15px 15px 15px 15px;
}

.woobt-products .woobt-product .woobt-price::after {
    content: "LÄGG TILL";
    text-align: right;
    display: block;
    color: #dc4040;
    margin-top: -21px;
	font-weight: bold;
	font-size: 13px;
}

.woobt-products .woobt-product:not(.woobt-hide) .woobt-price::after {
    content: "VALD";
    text-align: right;
    display: block;
    color: #081351;
    margin-top: -21px;
    font-weight: bold;
	font-size: 13px;
}

.woobt-product div.quantity input[type="button"] {
    color: #000 !important;
}

.woobt-product div.quantity input[type="button"]:hover {
    color: #fff !important;
}


.woobt-before-text.woobt-text {
    color: #222;
    font-weight: bold;
    font-size: 20px;
}

.woobt-availability {
    display: none;
}

.woobt-products .woobt-choose {
    display: none;
}

.woobt-price del {
    display: none;
}


.woobt-product {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px !important;
    padding: 5px 2px !important;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #aaa !important;
}

.woobt-product:not(.woobt-hide) {
	box-shadow: inset 0px 0px 0px 2px #081351;
	position: relative;
}

.woobt-product:not(.woobt-hide)::before {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	width: 23px;
	height: 23px;
	background-image: url('https://stage.wttrailer.se/wp-content/uploads/2024/09/cross.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.woobt-products .woobt-product .woobt-thumb {
    width: 55px;
    flex: 0 0 55px;
    text-align: center;
}

span.woobt-img {
    margin-bottom: -43px !important;
    display: block;
}

.open-quick-view.extra-product-info {
    display: block;
    padding-top: 40px;
    position: relative;
    cursor: zoom-in;
}

.woobt-title {
    flex: 1 0 calc(100% - 70px);
    margin-left: 10px;
    order: 1;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.woobt-quantity {
    flex: 0 0 14% !important;
    order: 2;
    margin-top: 2px;
    text-align: left !important;
}


.woobt-quantity-input-plus, .woobt-quantity-input-minus {
    width: 22px;
    flex: 0 0 22px;
    height: 30px;
    line-height: 28px;
}

.woobt-product .woobt-quantity-input .qty, .woobt-product .woobt-quantity-input .woobt-qty {
    height: 30px;
	padding: 0 5px !important;
    min-width: 30px;
}


.woobt-price {
    flex: 1 0 60% !important;
    order: 3;
    margin-top: 3px;
    text-align: left !important;
    max-width: 100% !important;
    font-size: 14px;
}

.woobt-wrap .woobt-summary {
    visibility: hidden;
    position: absolute;
    left: -9999999999999px;
}

@media (max-width:1291px)  {
.woobt-price {
    flex: 1 0 50% !important;
}	
	
}



/* @media (max-width:768px)  {
.woobt-products .woobt-product {
    flex-wrap: wrap;
    justify-content: left;
}
	.woobt-products .woobt-product .woobt-quantity {
    text-align: left;
    flex: 0 0 100px;
}
	
	.woobt-title, .woobt-quantity, .woobt-price {
    flex: 1 1 100%;
}
	
	
} */