/*
Theme Name: veikals

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
 table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td:before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	/*text-align: left;*/
}

table.shop_table_responsive tr td.product-remove:before {
	display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th, table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
	content: "";
	display: block;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.7966666667%;
		float: left;
		margin-right: 3.8%;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {
		margin-right: 0;
	}
	.columns-1 ul.products li.product {
		float: none;
		width: 100%;
	}
	.columns-2 ul.products li.product {
		width: 48.1%;
	}
	.columns-3 ul.products li.product {
		width: 30.7966666667%;
	}
	/*.columns-4 ul.products li.product {*/
	/*	width: 22.15%;*/
	/*}*/
	.columns-5 ul.products li.product {
		width: 16.96%;
	}
	.columns-6 ul.products li.product {
		width: 13.4933333333%;
	}
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
	content: "";
	table-layout: fixed;
	position: relative;
}

.woocommerce ul.products li.product .price {
    color: #666;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 14px;
}

.woocommerce ul.products li.product .price ins {
    font-weight: normal;
}

.price del {
	color: #666;
    position: relative;
    margin-right: 5px;
    text-decoration: none;
}

.price del .woocommerce-Price-amount {
	position: relative;
}



.price del::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    height: 1px;
    background-color: #666;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
    margin: 0;
    padding: 0;
    content: "";
    list-style: none;
    display: inline-block;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */

 .woocommerce .star-rating span {
    width: 100%!important;
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-size: 12px;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
	color: #bd1e51;
	font-size: 12px;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	color: #bd1e51;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	color: #bd1e51;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: #bd1e51;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: red;
}

/**
 * Notices
 */


@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		z-index: 999999;
		text-align: left;
		position: absolute;
		background-color: #fff;
		top: 15px;
		right: 2rem;
		min-height: 250px;
		border-width: 0.07rem;
		border-style: solid;
		border-color: #efefef;
		padding-top: 0.57rem;
		padding-right: 2.15rem;
		padding-bottom: 1.80rem;
		padding-left: 2.14rem;
		line-height: 1.30rem;
		box-shadow: 0rem 0rem 1.43rem 0rem rgba(0, 0, 0, 0.05);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 90px;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #bd1e51;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #bd1e51;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}


.woocommerce-products-header {
	margin-top: 10px!important;
	display: inline-flex;
}

.woocommerce-breadcrumb {
	margin: 10px 0!important;
}


/* WOOCOMMERCE SINGLE PRODUCT --------------------------------------------------------*/
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 5px 0 8px 0;
    font-size: .92em;
    color: #767676;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 53px;
    padding: 0;
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: 14px;
    display: table!important;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 1px rgba(81, 219, 27, 0.81)!important;
}

.woocommerce span.onsale {
    top: 17px;
    left: 88px;
}

.single-product.woocommerce span.onsale {
    font-family: oswald,sans-serif;
    top: 0px;
    left: 0px;
    padding: 0px 6px;
    font-size: 16px;
    background: #FDE533;
    color:#111;
}

.woocommerce div.product form.cart .variations td.label {
    width: 6%;
}
.woocommerce .quantity .qty {
	width: 3.631em;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 500;
    display: inline-block;
}

.price ins {
    text-decoration: none;
}

.product a:hover {
    color: initial;
    text-decoration: none;
}

.product_thumbnail {
	/* transition: all 0.3s ease; */
	position: relative;
}

.badge-text {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 15px;
}

.badge-text p {
	font-size: 10px;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
}

.badge-text i {
    position: absolute;
    left: 3px;
    color: #fff;
    top: 2px;
    font-size: 15px;
}

.woocommerce .badge-text i {
    position: absolute;
    left: 1px;
    color: #fff;
    top: 2px;
    font-size: 14px;
}

.woocommerce .badge-text p {
    font-size: 8px;
    letter-spacing: 1px;
    margin: 0;
    padding-left: 7px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.sale-icon {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.sale-icon i {
	font-size: 21px;
}

.product_thumbnail:hover {
	/* opacity: 0.8; */
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f1b813;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 16px 30px;
    text-transform: uppercase;
}



.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 500;
    color: #515151;
    text-decoration: none;
}


p.stars:hover a:before,p.stars.selected a:not(.active):before,p.stars.selected a.active:before {
    content: "\53";
	color: #bd1e51;
	font-size: 12px;
    opacity: 1;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    background: transparent;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    margin-left: 0px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #bd1e51;
    font-size: 27px;
    font-family: 'Didact Gothic', sans-serif;
}



/* WOOCOMMERCE GALLERY SINGLE PRODUCT SLIDER */


/* ================================ */
/*WOOCOMMERCE CHECKOUT STYLE BETTER----------------------------------------------------------------------------------------*/
/* ================================ */


/* INPUTS------ */
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
	display: block;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: unset;
	}

	.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
		width: 130px;
	}

	body .woocommerce form .form-row input.input-text, body .woocommerce form .form-row textarea {
		max-width: 100%;
		height: 40px;
		padding-left: 10px;
		border: 1px solid #d8d8d8;
	}


/* INPUTS END-------- */

	/*** MAIN FORMS BACKGROUND COLOR ***/
.woocommerce table.shop_table,
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register,
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment,
#customer_details, 
h3#order_review_heading,
form.woocommerce-EditAccountForm.edit-account {
	/*border: 0 !important; */
	/*background: #f5f5f5; */
}
/*** FORM AND OTHER PADDING ***/
#customer_details,
form.woocommerce-EditAccountForm.edit-account,
h3#order_review_heading {
	padding: 0px 20px;
}
/*** ADJUST FORM ROUNDED EDGES ***/
#customer_details {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.woocommerce-checkout-review-order table.shop_table {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


.woocommerce-checkout-payment{
background:#f7f7f9!important;
border-radius:8px!important;
border:1px solid #e6e6e6!important;
}



#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #ededef!important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ededef!important;
        border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}


/*** THIS COMPENSATES FOR FIELDS NOT ALIGNING ***/
h3#ship-to-different-address {
	margin-top: -3px; 
}

/*** PAYMENT BOX ON CHECKOUT ***/
/*#add_payment_method #payment div.payment_box, */
/*.woocommerce-cart #payment div.payment_box, */
/*.woocommerce-checkout #payment div.payment_box {*/
/*	background-color: #f5f5f5;*/
/*}*/
/*#add_payment_method #payment div.payment_box::before, */
/*.woocommerce-cart #payment div.payment_box::before, */
/*.woocommerce-checkout #payment div.payment_box::before {*/
/*	border-bottom-color: #15bf86;*/
/*}*/
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
}
/*** BORDERS AND TABLES ***/
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	border: 0;
}
.woocommerce table.shop_table td,
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th, 
.woocommerce-checkout #main-content .cart-subtotal td {
	border-top: 2px solid #fff;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background: transparent;
}
.woocommerce-checkout #content-area table th,
.woocommerce-checkout #content-area table td {
	padding-left: 20px;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	font-size: 18px;
}

/*** ORDER NOTES ON CHECKOUT ***/
.woocommerce-checkout .woocommerce form .form-row textarea {
	height: 150px; /* height of optional notes box */
}
/*** STATE DROPDOWN SELECT COLOR ***/
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #ffa500;
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #e2ac10;
    color: #fff;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #bd1e51;
    color: #fff;
}



/* Single product styles */

.woocommerce div.product .product_title {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-bottom-left-radius: 0;
}

/* Single product styles end*/



.status-instock .icon-yes::before {
	color: #f0b816;
  }

  .status-instock .icon-no::before {
	color: #bd1e51;
  }
  
  
.single-product .stock.out-of-stock {
     margin-top: 16px;
 }
  
  
 .woocommerce-additional-fields {
     margin-top: 35px;
 }
 
 
.product-cats .category a img {
    padding: 14px;
}



/* Desktop layout */
#shipping_method{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
padding: 6px 15px;
}

/* Mobile layout */
@media (max-width:768px){

#shipping_method{
grid-template-columns:1fr 1fr;
padding:0px 15px;
}


#shipping_method label{
padding:10px;
border-radius:8px;
font-size:13px;
}


#shipping_method{
gap:10px;
}

}

/* katrs shipping bloks */
#shipping_method > div{
display:flex;
flex-direction:column;
}

/* kartīte */
#shipping_method label{
display:flex;
flex-direction:column;
width:100%;
min-height:140px;

border:1px solid #ddd;
border-radius:10px;
padding:14px;
}

/* Omniva pakomāta izvēle lai iet zem kartītes */
.omnivalt_terminal_container,
.omniva-terminal-container{
width:100%;
margin-top:8px;
}

/* Omniva button pilnā platumā */
.omnivalt_terminal_container button,
.omniva-terminal-container button{
width:100%;
}


/* paslēpt radio */
.shipping_method{
position:absolute;
opacity:0;
}

/* kartīte */
#shipping_method label{
border:1px solid #ddd;
border-radius:10px;
padding:14px;
cursor:pointer;
transition:0.2s;
}

/* hover */
#shipping_method label:hover{
border-color:#f5b400;
}

/* active shipping */
.shipping_method:checked ~ label{
border:2px solid #f5b400;
background:#fff8e6;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}









