<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Magnific popup styles */

	.atb-bg {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: rgba(0,0,0,0.6);
		z-index: 999990;
	}
	
	.atb-modal {
		position: absolute;
		background: #FFF;
		padding: 30px 90px;
   width: calc(100% - 20px);
		max-width: 800px;
    margin: 0;
		z-index: 999999;
            left: 50%;
            top: 50%;
            margin-left: 0;
            transform: translate(-50%, -50%);
            box-sizing: border-box;
		box-shadow: 0px 0px 20px #888888;
	}
            .atb-modal * {
            box-sizing: border-box;
            }

	.atb-modal__x {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 30px;
		color: #43484B;
		border: none;
		background-color: #fff;
		cursor: pointer;
		z-index: 9999;
	}

	.atb-modal__heading {
		text-align: center;
		font-size: 25px;
		width: 100%;
		color: #000;
		font-weight: 500;
		margin: 0 0 30px;
		padding: 0 0 30px;
		border-bottom: 1px solid #D3D3D3;
	}

	.atb-modal__product {
		width: 100%;
		padding: 0 30px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
		align-items: flex-start;
	}

	.atb-modal__product__img {
		width: 50%;
		margin-left: 0;
		padding-right: 15px;
		height: auto;
	}

	.atb-modal__product__info {
		width: 50%;
		padding-left: 15px;
	}

	.atb-modal__product__quantity {
		color: #449648;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.atb-modal__product__title {
		color: #000;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 2px;
	}

	.atb-modal__product__price {
		color: #000;
		font-size: 27px;
		font-weight: bold;

	}

	.atb-modal__product__dimensions {
		color: #00000;
		font-size: 16px;
		font-weight: bold;
	}

@media only screen and (max-width: 600px) {
.atb-modal__product__dimensions {
font-size: 14px;
}
}
	.atb-modal__continue-shopping {
		width: calc(50% - 10px);
	}

	.atb-modal__checkout {
		width: calc(50% - 10px);
	}

	.atb-modal .btn--white {
		height: 50px;
		border: 1px solid #000;
		line-height: 46px;
		text-align: center;
		font-size: 20px;
		color: #000;
		text-decoration: none;
		background-color: #fff;
		cursor: pointer;
		transition: .3s all;
	}

	.atb-modal .btn--white:hover,
	.atb-modal .btn--white:focus {
		background-color: #e0e0e0;
	}

	.atb-modal .btn--green {
		height: 50px;
		border: 1px solid #13C057;
		line-height: 46px;
		text-align: center;
		font-size: 20px;
		color: #fff;
		text-decoration: none;
		background-color: #13C057;
		cursor: pointer;
		transition: .3s all;
	}

	.atb-modal .btn--green:hover,
	.atb-modal .btn--green:focus {
		background-color: #06923d;
	}

	.atb-modal__related-products__heading {
		text-align: center;
		font-size: 20px;
		width: 100%;
		color: #000;
		font-weight: 500;
		margin: 30px 0 20px;
		padding: 0;
	}

	.atb-modal__related-products {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(100% + 10px);
		margin-left: -5px;
		margin-right: -5px;
	}

	.atb-modal__related-product {
		width: calc(50% - 40px);
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		border: 1px solid #C8C8C8;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
	}

	.atb-modal__related-product__img-wrapper {
		width: calc(50% - 5px);
		position: relative;
		margin-bottom: 5px;
	}

	.atb-modal__related-product__img-wrapper .offer {
		position: absolute;
		top: 2px;
		left: 2px;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		background-color: #314C89;
		color: #fff;
		font-size: 14px;
    	text-align: center;
    	padding: 8px 2px;
    	z-index: 2;
    	line-height: 17px;
	}

	.atb-modal__related-product__img-wrapper img {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;
	}

	.atb-modal .product-rating {
		width: 100%;
		font-family: 'Font Awesome 5 Pro';
		font-size: 17px;
		color: #FFDD00;
		margin-top: 5px;
		letter-spacing: 1px;
		font-weight: bold;
	}

	.atb-modal .product-rating a {
		color: #707070;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
		/*text-decoration: underline;*/
		display: inline-block;
		margin-left: 2px;
		font-size: 15px;
		letter-spacing: 0;
		font-weight: normal;
	}

	.atb-modal .product-rating.rating--1:before {
		content: '\f005';
	}

	.atb-modal .product-rating.rating--2:before {
		content: '\f005 \f005';
	}

	.atb-modal .product-rating.rating--3:before {
		content: '\f005 \f005 \f005';
	}

	.atb-modal .product-rating.rating--4:before {
		content: '\f005 \f005 \f005 \f005';
	}

	.atb-modal .product-rating.rating--5:before {
		content: '\f005 \f005 \f005 \f005 \f005';
	}

	.atb-modal__related-product__info {
		width: calc(50% - 5px);
		margin-left: 10px;
		font-size: 15px;
		line-height: 20px;
		max-height: 138px;
	}

	.atb-modal__related-product__footer {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.atb-modal__related-product__footer input {
		width: 15%;
		height: 46px;
		text-align: center;
		line-height: 100%;
		border: 1px solid #F4F4F4;
		color: #707070;
		outline: none;
	}

	.atb-modal__related-product__footer button,
	.atb-modal__related-product__footer .button {
		width: calc(50% - 5px);
		background-color: transparent;
		height: 46px;
		border: 1px solid #13C057;
		color: #13C057;
		line-height: 42px;
		text-align: center;
		font-size: 18px;
		cursor: pointer;
		transition: .3s all;
	}

	.atb-modal__related-product__footer input + button {
		width: calc(35% - 5px);
	}

	.atb-modal__related-product__footer button:hover,
	.atb-modal__related-product__footer button:focus,
	.atb-modal__related-product__footer .button:hover,
	.atb-modal__related-product__footer .button:focus {
		background-color: #13C057;
		color: #fff;
		text-decoration: none;
	}

	.atb-modal__related-product__price-wrapper {
		width: calc(50% - 5px);
		margin-left: 10px;
	}

	.atb-modal__related-product__price {
		font-size: 24px;
		font-weight: bold;
		color: #828282;
		margin: 0;
		line-height: 1;
	}

	.atb-modal__related-product__price-was {
		color: #828282;
		margin: 0;
	}

	.mfp-bg {
		z-index: 9999999!important;
	}

	.mfp-wrap {
		z-index: 99999999!important;
	}

	.mfp-container {
		padding: 0!important;
	}

@media only screen and (max-width: 1100px) {
 
                                .atb-modal {
                                                padding: 20px 90px;
                                                transform: translate(-50%, 0);
                                               top: 10px;
                                               left: 50%;
                                }
 
                                .atb-modal__heading {
                                                font-size: 22px;
                                                margin: 0 0 20px;
                                                padding: 0 0 20px;
                                }
 
                                .atb-modal__product {
                                                margin-bottom: 20px;
                                }
 
                                #add_to_basket_modal__related-products__heading {
                                                margin-bottom: 10px;
                                }
}
	@media only screen and (max-width: 840px) { 

		.atb-modal {
			padding: 30px;
			transform: translate(0,0);
			top: 10px;
			left: 10px;
		}
	}

	@media only screen and (max-width: 600px) {

		.atb-modal__product__price {
			font-size: 18px;
		}
		
		.atb-modal {
			padding: 20px 15px;
		}

		.atb-modal__heading {
			font-size: 22px;
			margin: 0 0 10px;
			padding: 0 0 10px;
		}

		.atb-modal__product {
			padding: 0 0 15px;
			margin-bottom: 15px;
		}

		.atb-modal__product__img {
		    padding-right: 0;
		    height: auto;
		    width: auto;
		    max-width: 50%;
		    align-self: center;
		    margin-left: 0;
		}

		.atb-modal .btn--white,
		.atb-modal .btn--green {
			width: calc(50% - 5px);
			font-size: 15px;
			height: 44px;
			line-height: 40px;
			font-size: 15px;
		}

		.atb-modal__related-products {
			padding: 0 30px;
		}

		.atb-modal__related-product {
			width: 100%;
		}

		.atb-modal__related-product:nth-child(1) {
			display: none;
		}

		.atb-modal__related-product__info {
			font-size: 13px;
		}

		.atb-modal__related-product__info p {
			margin-bottom: 10px;
		}

		.atb-modal__related-products__heading {
			font-size: 18px;
			margin: 20px 0 10px;
		}
	}
</pre></body></html>