/* START GLOBAL STYLE */
body {background-color: #0d1b2a !important;}
#main-content {
	padding: 0 !important;
}
.wd-negative-gap.elementor-element {
	padding: 0 !important;
	margin: 0 !important;
}
input ,
textarea {
	background-color: #1b2d3e !important;
}
#select2-billing_country-results {
	background: black;
}
/* END GLOBAL STYLE */
/* START HEADER */
.whb-main-header nav .menu-item a, .wd-nav-secondary a, .wd-style-icon .wd-tools-icon {color: white !important;}
.wd-nav-secondary .wd-dropdown-menu {background-color: #d4a84b !important;}
.whb-main-header .wd-header-cart a,
.whb-main-header .wd-header-cart a:hover {color: #c49d49;}
.mobile-nav {
	background-color: #1b2d3e !important;
}
.mobile-nav * {
	color: white !important;
}
.wd-header-my-account > a span {color: white;}
#menu-item-29089 .wd-sub-menu li a {
	color: black !important;
}
/* END HEADER */
/* START CATEGORIES STYLE */
.main-cat .category-link {
    z-index: 22 !important;
}
.main-cat .wrapp-category::before {
    content: '';
    position: absolute;
    inset: unset;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-image: linear-gradient(
    to top, 
    rgba(13, 27, 42, 0.9) 0%, 
    rgba(13, 27, 42, 0.4) 50%, 
    transparent 100%
  );
}
.main-cat .wd-cat-content.hover-mask {
    transform: unset;
    opacity: 1;
    z-index: 20;
}
.main-cat .wd-cat-content.hover-mask h3 {color:
    white;
}
.main-cat .wd-cat-count {
    transform: unset !important;
    opacity: 1 !important;
    color: #d4a84b;
}
.wd-cat-inner.wrapp-category {
    height: 100%;
}
/* END CATEGORIES STYLE */
/* START PRODUCT STYLE */
.wd-product.type-product .product-wrapper {
	align-items: flex-start;
	border-radius: 16px;
	overflow: hidden;
	padding: 0;
}
.wd-product.type-product .product-wrapper .product-element-top {
    width: 100%;
}
.wd-product.type-product .product-wrapper .product-element-top img {
    height: 230px;
    /*object-fit: cover;*/
}

.wd-product.type-product .product-wrapper .wd-entities-title {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    text-align: start !important;
}
.wd-product.type-product .product-wrapper .price {
    font-size: 24px;
    font-weight: 700;
}
.wd-product.type-product .product-wrapper .wd-entities-title ,
.wd-product.type-product .product-wrapper .wd-star-rating ,
.wd-product.type-product .product-wrapper .price ,
.wd-product.type-product .product-wrapper .wd-add-btn {
    padding-inline: 24px;
}
.wd-product.type-product .product-wrapper .wd-star-rating {
	align-self: flex-start;
}
.wd-add-btn ,
.wd-add-btn a {
	width: 100% !important;
}
.wd-add-btn a {
	border-radius: 8px !important;
	margin-bottom: 24px;
}
.wd-add-btn a span {
	color: black !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

/* SHOP */
.product-element-bottom .price {
	text-align: start;
}
/* CART */
.product-remove a {color: red;}

/* TABS */
#tab-title-shipping-and-delivery {display: none;}

#review_form input[type="submit"] {color: white;}
/* END PRODUCT STYLE */