/* 
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 */


.underline span {
	text-decoration: underline;
}
.home-banner-clock-img {
	height:100%;
}
.footer-subscribe-form .forminator-custom-form {
	display:flex !important;
}
.footer-subscribe-form .forminator-row:nth-child(2) {
	width: 100%; !important;
}
.footer-subscribe-form .forminator-label {
	display: none !important;
}
.footer-subscribe-form .forminator-input {
		height: 50px !important;
    background-color: #12406A !important;
    border: unset !important;
    border-radius: 0 !important;
}
.footer-subscribe-form .forminator-button {
	background-color: #000000 !important;
    height: 50px !important;
    border: 1px solid #12406A !important;
    color: #ffffff !important;
    font-size: 16px !important;
		padding: 10px 42px !important;
	box-shadow: unset !important;
}
.footer-subscribe-form .forminator-button:hover {
	background-color: transparent !important;
}
.shop-button svg {
	width: 18px;
}
.shop-button .elementor-button {
	transition: all .5s ease;
}
.shop-button .elementor-button:hover svg {
	transform: translateX(10px);
}
.contact-us-form .forminator-label {
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
}
.contact-us-form input,
.contact-us-form textarea {
	height: 60px !important;
	background-color: #FBFBFB !important;
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 1px solid #12406A !important;
}
.contact-us-form textarea {
	height: 225px !important;
	resize: unset !important;
}
.contact-us-form .forminator-row {
	margin-bottom: 15px !important;
}
.contact-us-form .forminator-row-last {
	margin-top: 40px !important;
}
.contact-us-form .forminator-button {
	border: 1px solid #12406A !important;
	padding: 14px 45px !important;
}
.category-filter-details .jet-checkboxes-list__label {
	position:relative;
	padding-left: 50px;
}
.category-filter-details .jet-checkboxes-list__label:before {
	position:absolute;
	content:'';
	top:50%;
	left:0;
	width:26px;
	height:1px;
	background-color: #12406A;
}
.category-filter-details .jet-checkboxes-list__button:hover .jet-checkboxes-list__label:before {
	background-color: #C8A04B;
}
.search-filter-details .jet-search-filter__submit-text,
.product-pagination .prev-next {
	position:relative;
}
.search-filter-details .jet-search-filter__submit-text:before {
	position:absolute;
	content:'';
	top:50%;
	left:50%;
	width:25px;
	height:25px;
	background-image: url(/wp-content/uploads/2026/01/search-icon.png);
	background-repeat:no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
} 
.product-pagination .jet-filters-pagination__link {
	height: 52px;
    width: 52px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.product-pagination .prev-next .jet-filters-pagination__link:before {
	position:absolute;
	content:'';
	top:50%;
	left:50%;
	width:21px;
	height:18px;
	background-image: url(/wp-content/uploads/2026/01/right-arrow.svg);
	background-repeat:no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
} 
.product-pagination .prev-next:hover .jet-filters-pagination__link:before {
	filter:  brightness(0) invert(1);
}
.product-pagination .prev-next.prev {
	transform: rotate(180deg);
}
.shop-basket-details thead {
	display:none;
}
.shop-basket-details .woocommerce-cart-form__cart-item {
	display: flex;
	flex-wrap: wrap;
	gap:30px;
}
.shop-basket-details .product-name a {
	color: #12406A !important;
}
.shop-basket-details .product-thumbnail {
	padding:0 !important;
}
.shop-basket-details .product-name {
	width: calc(100% - 220px);
	padding: 0 !important;
}
.product-list-details .elementor-loop-container.list-view {
	grid-template-columns: repeat(1, 1fr);
} 
.grid-toggle.active,
.list-toggle.active {
	background-color:#12406A !important;
}
.grid-toggle:hover .elementor-icon svg,
.grid-toggle.active .elementor-icon svg,
.list-toggle:hover .elementor-icon svg,
.list-toggle.active .elementor-icon svg {
	filter:  brightness(0) invert(1);
} 
.jet-sort-filter-details .jet-sorting-select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    padding-right: 40px;
    background-image: url(/wp-content/uploads/2026/01/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
	padding-right: 35px !important;
}
.custom-mini-cart .cart-item-row {
	display: flex;
    gap: 30px;
}
.custom-mini-cart .cart-item-row .cart-thumb {
	width:60px;
}
.custom-mini-cart .cart-item-row .cart-thumb img {
	height: 78px;
	object-fit: contain;
	width: 58px;
}
.custom-mini-cart .cart-buttons {
	margin-top: 30px;
    display: flex;
    gap: 30px;
}

.custom-mini-cart .cart-buttons .view-cart-btn,
.custom-mini-cart .cart-buttons .checkout-btn {
	padding: 12px 35px;
	border: 1px solid #12406A;
	color: #12406A;
	text-transform: uppercase;
	font-size: 16px;
}
.custom-mini-cart .cart-buttons .view-cart-btn:hover,
.custom-mini-cart .cart-buttons .checkout-btn:hover {
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
}
.custom-mini-cart .cart-buttons .checkout-btn {
	background-color: #000000;
	color: #ffffff;
}
.custom-mini-cart .cart-subtotal {
	font-size: 16px;
	font-weight: 600;
	margin-top: 60px;
}
.custom-mini-cart .cart-subtotal .woocommerce-Price-amount {
	margin-left: 20px;
}
.custom-mini-cart .cart-product-name {
	font-size:16px;
	line-height:24px;
	text-transform: uppercase;
	max-width: 130px;
}
.cart-qty-price {
	font-size: 16px;
	font-weight: 600;
	margin:0;
}
.product-images-gallery .jet-woo-product-gallery__image,
.product-images-gallery .jet-woo-product-gallery__image .jet-woo-product-gallery__image-link {
	height:500px !important;
}
.product-images-gallery .jet-woo-product-gallery__image .jet-woo-product-gallery__image-link img {
	height: 500px !important;
    width: 500px !important;
    object-fit: contain;
    margin: 0 auto;
}
.product-list-details .elementor-widget-button {
	margin-top:auto;
}
.product-meta-details .detail-label {
	font-weight:400;
}


/* Align cart row */
.custom-add-to-cart-btn form.cart {
    display: flex;
    align-items: stretch;
    gap: 0;
}

/* Quantity wrapper */
.custom-add-to-cart-btn .quantity {
    display: flex;
    position: relative;
    height: 55px;
	margin: 0 !important;
}

/* Hide default spinner */
.custom-add-to-cart-btn .quantity input::-webkit-outer-spin-button,
.custom-add-to-cart-btn .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.custom-add-to-cart-btn .quantity input[type=number] {
    -moz-appearance: textfield;
	width: 115px !important;
    border-radius: 0;
    border-color: #12406A;
    color: #12406A;
    font-size: 16px;
}

/* Input */
.custom-add-to-cart-btn .quantity .qty {
    width: 70px;
    height: 55px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #0d2b45;
    border-right: 0;
}

/* Arrow column */
.custom-add-to-cart-btn .qty-arrows {
    display: flex;
    flex-direction: column;
    width: 24px;
}

/* Up / Down buttons */
.custom-add-to-cart-btn .qty-up,
.custom-add-to-cart-btn .qty-down {
    flex: 1;
    background-color: #12406A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
		height: 24px;
}
.custom-add-to-cart-btn .qty-up img, 
.custom-add-to-cart-btn .qty-down img {
	filter: brightness(0) invert(1);
}
.custom-add-to-cart-btn .qty-up img {
	transform: rotate(180deg);
}
.custom-add-to-cart-btn .qty-up:hover,
.custom-add-to-cart-btn .qty-down:hover {
    background: #123d63;
}
.product-id-label {
	color: #8DAAC5;
}
/* Add to cart */
.custom-add-to-cart-btn .single_add_to_cart_button {
    height: 55px !important;
    border-radius: 0 !important;
	margin: 0 !important;
}

@media (max-width: 1600px) {
	.custom-mini-cart .cart-buttons .view-cart-btn, .custom-mini-cart .cart-buttons .checkout-btn {
    padding: 10px 20px;
}
}
@media (max-width: 1200px) {
	.contact-us-form .forminator-button {
		padding: 12px 30px !important;
	}
}
@media (max-width: 991px) {
	.contact-us-form .forminator-button {
		padding: 10px 25px !important;
	}
	.custom-mini-cart .cart-subtotal {
		margin-top: 40px;
	}
	.product-images-gallery .jet-woo-product-gallery__image,
.product-images-gallery .jet-woo-product-gallery__image .jet-woo-product-gallery__image-link {
	height:300px !important;
}
.product-images-gallery .jet-woo-product-gallery__image .jet-woo-product-gallery__image-link img {
	height: 300px !important;
    width: 300px !important;
    object-fit: contain;
    margin: 0 auto;
}
}
@media (max-width: 767px) {
.custom-add-to-cart-btn .quantity input[type=number] {
    width: 70px !important;
	}
}
@media (max-width: 500px) {
	.footer-subscribe-form .forminator-button {
		padding: 10px 15px !important;
	}
}