/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.blast_mega_menu .jet-mega-menu-list .jet-mega-menu-item {
	display: flex;
}

.blast_mega_menu .jet-mega-menu-list .jet-mega-menu-item:not(:last-of-type) {
	border-right: 1px solid rgba(255,255,255,0.3);
}

.blast_mega_menu .jet-mega-menu-list .jet-mega-menu-item:first-of-type .jet-mega-menu-item__inner {
	padding-left: 0px;
}

.blast_mega_menu .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner {
	padding: 0;
}

.blast_mega_menu .jet-mega-menu-item__label {
	line-height: 1;
}

/* Newsletter Form */

#blast_newsletter_form.blast_newsletter_form .jet-form  {
	display: flex;
}

#blast_newsletter_form.blast_newsletter_form .jet-form .jet-form__label {
	display: none;
}

#blast_newsletter_form.blast_newsletter_form .jet-form .jet-form-row {
	padding: 0;
}

#blast_newsletter_form.blast_newsletter_form .jet-form .jet-form__field {
	height: 100%;
}

#blast_newsletter_form.blast_newsletter_form .jet-form .jet-form-row--first-visible {
	flex: 1;
}

/* Footer */

.footer_container .elementor-icon-list-items {
	padding: 0;
}

/* Products Page */

.product_cat_grid .jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap {
	width: 100%
}
.product_cat_grid .jet-listing-grid__item:hover .jet-engine-listing-overlay-wrap .elementor-icon svg circle {
	fill: #004AAD;
}
.product_cat_grid .jet-listing-grid__item:hover .jet-engine-listing-overlay-wrap .elementor-icon svg path {
	stroke: #ffffff;
}

.product-loop-item .add-to-cart-btn,
.product-loop-item .contact-popup-trigger {
	opacity: 0;
}

.product-loop-item:hover .add-to-cart-btn,
.product-loop-item:hover .contact-popup-trigger {
	opacity: 1;
}

.product-slide .jet-listing-grid__slider-icon {
	border-radius: 100px;
}


.select-filter .jet-smart-filters-select.jet-filter::before {
	display: none;
}


.select-filter .jet-smart-filters-select .jet-select__control {
	min-width: calc(120px + 35px);
	padding-left: 35px;
	border: 1px solid #666666;
	border-radius: 0;
	background: transparent;
}

.select-filter .jet-smart-filters-select .jet-select__control:before {
	content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('http://blastline-group.com/wp-content/uploads/2025/03/sliders-horizontal.svg') no-repeat center;
    background-size: contain;
}

.woocommerce .woocommerce-result-count {
	margin: 0;
}

.elementor-widget-jet-woo-builder-products-result-count {
	margin-left: auto;
}

.select-filter .current {
	display: block;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #666666;
	text-transform: uppercase;
	
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select-filter .nice-select:after {
	border: 0 !important;
	content: '';
    display: block;
    position: absolute;
	right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 18px;
    height: 18px;
	background: url('http://blastline-group.com/wp-content/uploads/2025/03/mdi_chevron-up.svg');
	transform-origin: center;
	margin-top: 0;
}

.select-filter .nice-select.open:after {
	transform: translateY(-50%) rotate(180deg);
}

.select-filter  .nice-select.open .list {
	width: 100%;
	min-width: 190px;
	left: inherit;
	right: 0;
	background: #ffffff;
	border: 0;
	border-radius: 0;
	filter: drop-shadow(0px 4px 20px rgba(0,0,0,0.1));
}


.select-filter .option {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #313144;
	padding: 12px 24px;
    line-height: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
}

.select-filter .jet-sorting-select {
	width: 100%;
}

.select-filter .jet-sorting {
	gap: 16px;
	justify-content: end;
}

.breadcrumb .jet-breadcrumbs__item .jet-breadcrumbs__item-sep {
	line-height: 0 !important;
}

/* Shop Page */

.checkbox-blast .jet-checkboxes-list__button .jet-checkboxes-list__decorator {
	display: none;
}

.checkbox-blast .jet-checkboxes-list__button  {
	padding: 6px 12px;
	border: 1px solid #E4E7E9;
	border-radius: 2px;
}

.checkbox-blast .jet-checkboxes-list__button .jet-checkboxes-list__label {
	font-family: 'Roboto', sans-serif;
	color: #191C1F;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}

.checkbox-blast .jet-checkboxes-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.checkbox-blast .jet-checkboxes-list__row {
	margin: 0 !important;
	padding: 0 !important;
}

.checkbox-blast .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button {
	background: rgba(0, 74, 173, 0.1);
	border-color: #004AAD80;
}

.checkbox-blast .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button .jet-checkboxes-list__label {
	color: #004AAD;
}

.radio-blast .jet-radio-list .jet-radio-list__item .jet-radio-list__button {
	display: flex;
	gap: 8px;
}

.radio-blast .jet-radio-list .jet-radio-list__item .jet-radio-list__button .jet-radio-list__decorator {
	margin: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #C9CFD2;
	border-radius: 100px;
	background: #fff;
}

.radio-blast .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button .jet-radio-list__decorator {
	background: #004AAD;
	border-color: #004AAD;
}

.radio-blast .jet-radio-list .jet-radio-list__item .jet-radio-list__input:checked+.jet-radio-list__button .jet-radio-list__decorator .jet-radio-list__checked-icon {
	font-size: 8px;
	background: #fff;
	border-radius: 100px;
}

.search-blast .jet-search-filter {
	border: 1px solid #E4E7E9;
	border-radius: 2px;
	padding: 12px 16px;
}

.search-blast .jet-search-filter .jet-search-filter__input {
	border: 0;
	border-radius: 0;
	outline: 0;
	padding: 0;
}

.search-blast .jet-smart-filters-search .jet-search-filter__submit {
	margin-top: 0 !important;
	padding: 0;
	line-height: 0;
}

.pagination-blast .jet-filters-pagination__link {
	width: 32px;
    height: 32px;
    display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	position: relative;
}

.pagination-blast .jet-filters-pagination__item.prev-next .jet-filters-pagination__link:after {
	content: '';
/* 	background: red; */
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pagination-blast .jet-filters-pagination__item.prev .jet-filters-pagination__link:after  {
	background: url('http://blastline-group.com/wp-content/uploads/2025/03/arrow-left.svg');
}

.pagination-blast .jet-filters-pagination__item.next .jet-filters-pagination__link:after  {
	background: url('http://blastline-group.com/wp-content/uploads/2025/03/arrow-right.svg');
}

.pagination-blast .jet-filters-pagination__item.prev-next .jet-filters-pagination__link {
	text-indent: -9999px
}


/* Resource Repeater */

.resource-repeater .resource-item {
	padding: 13px;
	display: flex;
	box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
}
.resource-repeater .resource-item:after,
.resource-repeater .resource-item:before {
	content: '';
	display: block;
}

.resource-repeater .resource-item:before {
	background: url('/wp-content/uploads/2025/03/image-2398.png');
	width: 28px;
	height: 28px;
}

.resource-repeater .resource-item:after {
	background: url('http://blastline-group.com/wp-content/uploads/2025/03/fe_download.svg');
	width: 24px;
	height: 24px;
}

.resource-repeater .resource-item span {
	width: calc(100% - 24px - 28px);
	padding: 0 10px;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	font-weight: 400;
}

.resource-repeater .jet-listing-dynamic-repeater__item {
	width: 100%;
}

/* Features */

.feature-repeater .jet-listing-dynamic-repeater__items  {
	gap: 12px;
}

.feature-repeater .feature-item {
	display: flex;
	gap: 8px;
}

.feature-repeater .feature-item img {
	width: 24px;
	height: 24px;
}

.feature-repeater .feature-item p {
	margin-bottom: 0;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	font-weight: 400;
	color: #191C1F;
}

/* Specification */

.specification-repeater .jet-listing-dynamic-repeater__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-flow: row;
	gap: 16px 20px;
}

.specification-repeater .specification-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.specification-repeater .specification-item p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 0px;
	width: 100%
}

.specification-repeater .specification-item .specification_label {
	color: #191C1F;
}

.specification-repeater .specification-item .specification {
	padding: 12px 16px;
	border: 1px solid #E4E7E9;
	border-radius: 2px;
	color: #475156;
}

/* Add to cart Section */
#blast-add-to-cart-single .elementor-jet-single-add-to-cart .single_variation_wrap {
	display: flex;
	flex-direction: column;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .cart .woocommerce-variation.single_variation {
	order: 1;
	padding-bottom: 24px;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .variations-container {
	order: 2;
	border-top: 1px solid #E4E7E9;
	padding-top: 24px;
	margin-bottom: 70px;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .cart .woocommerce-variation-add-to-cart {
	order: 3;
	flex-wrap: wrap;
	gap: 12px;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .woocommerce-variation-price .price {
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #2DA5F3;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .variations-container table tr {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .variations-container table tr th,
#blast-add-to-cart-single .elementor-jet-single-add-to-cart .variations-container table tr td {
	padding: 0;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .variations-container table label {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #191C1F;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .variations-container table .nice-select {
	width: 100%;
    padding: 12px 16px;
    height: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #475156;
	border: 1px solid #E4E7E9;
	border-radius: 0;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .variations-container table .nice-select .list {
	width: 100%;
	border-radius: 0;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .variations-container table .value {
	position: relative;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .reset_variations {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #475156;
}

/* Quantity Counter */

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .cart .quantity {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 100%;
	width: calc(20% - 6px);
	border: 2px solid #E4E7E9;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .cart .quantity button {
	padding: 0;
	color: #191C1F;
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 16px;
}

#blast-add-to-cart-single .jet-woo-builder .single_add_to_cart_button.button {
	width: calc(80% - 6px);
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	background: #004AAD;
	padding: 18px;
	border: 0;
	border-radius: 0;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .cart .quantity .qty {
	border: 0;
    background: transparent;
	outline: 0;
	color: #475156;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding: 0;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .cart .quantity .qty::-webkit-outer-spin-button,
#blast-add-to-cart-single .elementor-jet-single-add-to-cart .cart .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#blast-add-to-cart-single .elementor-jet-single-add-to-cart .cart .quantity .qty {
    -moz-appearance: textfield;
}

#blast-single-images .blast-slider-wrapper {
	position: relative;
	margin-top: 40px;
	padding: 0 42px;
}

#blast-single-images .jet-single-images__wrap ol.flex-control-thumbs {
	padding: 0;
	margin: 0 auto;
	position: relative;
/* 	width: calc(100% - 84px); */
}

#blast-single-images .jet-single-images__wrap ol.flex-control-thumbs li {
	padding: 0;
	border: 1px solid rgba(0,0,0,0.16);
	flex: 0 0 calc(25% - 10px);
}

#blast-single-images .jet-single-images__wrap ol.flex-control-thumbs .swiper-slide {
	box-sizing: border-box;
	width: auto;
}

#blast-single-images .swiper-button-next,
#blast-single-images .swiper-button-prev {
    text-indent: -9999px;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 100px;
	position: absolute;
    top: 50%;
/*     transform: translateY(-50%); */
	background: #004aad;
}

#blast-single-images .swiper-button-next:hover,
#blast-single-images .swiper-button-prev:hover {
	background: #004aad;
	opacity: 0.5;
}

#blast-single-images .swiper-button-next:after,
#blast-single-images .swiper-button-prev:after {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('http://blastline-group.com/wp-content/uploads/2025/03/arrow-left-1.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#blast-single-images .swiper-button-prev:after  {
	transform: rotate(180deg);
}

#blast-single-images .swiper-button-next  {
	right: -10px;
}

#blast-single-images .swiper-button-prev  {
	left: 0px;
}

.blast_add_to_cart .jet-blocks-cart__count {
    position: absolute;
    background: #DB1215;
    color: #fff;
    border-radius: 200px;
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    left: 15px;
    top: -5px;
	min-width: 20px;

}

.blast_add_to_cart .jet-blocks-cart__icon {
	margin: 0;
}

.blast_add_to_cart .woocommerce-mini-cart__buttons {
	display: flex;
	flex-direction: column;
}

.blast_add_to_cart .woocommerce-mini-cart__buttons .button {
	text-align: center;
}

.blast-product-description h4 {
	margin: 0;
	font-size: 16px;
	margin-bottom: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	line-height: 20px;
	color: #333333;
}


.blast-product-description ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 14px;
}

.blast-product-description ul li {
	display:flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
}

.blast-product-description ul li:before {
	content: '';
	display: block;
	background: url('http://blastline-group.com/wp-content/uploads/2025/03/From-Elements.svg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.blast-product-description .elementor-widget-container p:last-of-type {
	margin-bottom: 0;
}

.blast-product-category .jet-listing-dynamic-field__content a {
	color: #191C1F;
	font-weight: 600;
	
}

/* customize product  */

.customize-product-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 40px;
}

.customize-product-image-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customize-product-image-container img {
    max-width: 100%;
    height: auto;
}

.customize-product-options {
    flex: 1;
    min-width: 300px;
}

.customize-color-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.customize-product-color-options {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.customize-product-color-option {
    position: relative;
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease-in-out;
}

.customize-product-color-option.selected {
    border: 2px solid #000;
}

.customize-color-label {
    position: absolute;
    bottom: -30px; 
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #333;
    text-align: center;
    white-space: nowrap;
}

.customize-product-color-swatch {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    margin-bottom: 8px;
    transition: all 0.3s;
}

.customize-product-color-option.selected .color-swatch {
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #007bff;
}

.customize-product-color-label {
    text-align: center;
    font-size: 14px;
    color: #555;
}

.or-divider {
    text-align: center;
    margin: 20px 0;
    color: #777;
    position: relative;
}

.or-divider:before,
.or-divider:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #ddd;
}

.or-divider:before {
    left: 0;
}

.or-divider:after {
    right: 0;
}

.custom-color-section {
    margin-top: 10px;
}

.color-picker-container {
    margin-top: 15px;
}

.pickr{
    display: none;
}

.color-preview {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    margin-bottom: 15px;
    background-image: linear-gradient(to right, #000, #6366f1);
}

.color-sliders {
    margin-bottom: 20px;
}

.color-slider {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.hue-slider {
    background: linear-gradient(to right, red, yellow, lime, cyan, blue, magenta, red);
}

.opacity-slider {
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), 
                     linear-gradient(-45deg, #ccc 25%, transparent 25%), 
                     linear-gradient(45deg, transparent 75%, #ccc 75%), 
                     linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: 10px 10px;
    background-position: 0 0, 0 5px, 5px -5px, -5px 0px;
}

.opacity-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    cursor: pointer;
}

.color-values {
    display: flex;
	flex-direction: row;
    align-items: center;
    gap: 10px;
}

.color-format {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
	width: 20%;
	text-align: center;
}

.color-code {
    flex: 1;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: monospace;
    background: #fff;
	width: 200px !important;
}

.color-opacity {
    width: 20% !important;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    background: #fff;
/* 	display: none; */
}

#colorPickr {
    margin-top: 20px;
}


/* Contact Form Branches */

.branch-tabs .map {
    display: none;
}

.branch-tabs .map.active {
    display: block;
}

.branch-control .tab {
    cursor: pointer;
}

.branch-control .tab img {
    filter: grayscale(1);
	transition: ease 0.3s;
}

.branch-control .tab:hover img {
    filter: grayscale(0);
}

/* Timeline */

.blast-timeline .timeline-item__card-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blast-timeline .timeline-item__card {
/* 	max-width: 631px; */
	padding: 20px;
	padding-left: 30px;
	margin-left: 90px;
}

.blast-timeline .timeline-item__card img {
	max-width: 200px;
}
.blast-timeline .timeline-item__card-content {
	padding: 0;
}

/* Cart */

.custom-cart-container {
  border: 1px solid #e4e7e9;
  border-radius: 0;
}

.custom-cart-table {
  margin: 0;
  border: 0;
}

.custom-cart-item table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
.custom-cart-container td {
  border: 0 !important;
  background-color: transparent !important;
}

table.custom-cart-table thead th {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #475156;
  line-height: 18px;
  padding: 10px 24px;
  text-align: left;
  text-transform: uppercase;
}

.custom-remove-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: red;
}

.custom-cart-thumbnail {
	line-height: 0;
}

.custom-cart-thumbnail img {
  width: 72px;
  height: 72px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
}

.custom-cart-details {
  flex-grow: 1;
}

.custom-cart-title {
  font-weight: bold;
}

.custom-cart-price {
  color: #666;
}

.custom-cart-quantity input {
  width: 50px;
  padding: 5px;
  text-align: center;
}

.custom-cart-subtotal {
  font-weight: bold;
}

.empty-cart-message {
  text-align: center;
  font-size: 18px;
  color: #777;
}

.custom-cart-container h3.cart-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #191c1f;
  line-height: 24px;
  margin: 0;
  padding: 20px 24px;
  border-bottom: 1px solid #e4e7e9;
}

.custom-cart-table thead {
	border-bottom: 1px solid #e4e7e9;
	background-color: #F2F4F5;
}

/* http://blastline.local/wp-content/uploads/2025/03/XCircle.svg */

td.custom-cart-product .custom-remove-btn {
	content: '';
	background: url('http://blastline.local/wp-content/uploads/2025/03/XCircle.svg') no-repeat center;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	padding: 0;
	border: 0;

}

table.custom-cart-table tbody tr td {
	vertical-align: middle;
}

table.custom-cart-table tbody tr td .inner {
	padding: 16px 24px;
	display: flex;
	gap: 12px;
	padding: 0;
	align-items: center;
	vertical-align: middle
}

.blast-cart-submit .shop_table {
	display: none;
}

.blast-cart-submit a.checkout-button {
	margin-bottom: 0 !important;
}


/* Checkout */

#order_review_heading,
#order_review .woocommerce-checkout-review-order-table,
#order_review .woocommerce-terms-and-conditions-wrapper,
.woocommerce-additional-fields {
	display: none;
}

#order_review #payment .place-order {
	padding: 0 !important;
	margin: 0 !important;
	background: #ffffff !important;
}

#customer_details > .col-1 {
	width: 100% !important;
}

#customer_details .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Four equal columns */
    gap: 16px; /* Equal spacing */
}

/* Ensure each field is properly aligned within the grid */
#customer_details .woocommerce-billing-fields__field-wrapper p {
    margin: 0;
	padding: 0;
}

#customer_details .woocommerce-billing-fields__field-wrapper p label {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 20px;
	color: #191C1F;
	margin-bottom: 8px;
}

#customer_details .woocommerce-input-wrapper input {
	border-radius: 0;
	border: 1px solid #E4E7E9;
	padding: 12px 16px;
}

#customer_details .woocommerce-input-wrapper .nice-select {
	border-radius: 0;
	border: 1px solid #E4E7E9;
}

#customer_details .select2-container .select2-selection {
	border-radius: 0;
	border: 1px solid #E4E7E9;
}

/* Assign proper widths based on the design */
#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(1),
#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(2),
#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(6),
#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(7),
#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(8),
#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(9) {
    grid-column: span 1; /* One column */
}

#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(3),
#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(4),
#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(5) {
    grid-column: span 2; /* Two columns */
}

#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(10) {
    grid-column: span 4; /* Full width */
}

#customer_details .woocommerce-billing-fields__field-wrapper p:nth-of-type(11) {
    grid-column: span 4; /* Full width */
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat',sans-serif;
	line-height: 56px;
	letter-spacing: 0.5px;
	color: #fff;
	padding: 0 80px;
	border: 0;
	border-radius: 0;
	background: #004AAD;
}

.woocommerce-billing-fields h3 {
	margin: 0;
	margin-bottom: 24px;
}

