/**
* Theme Name: Blonwe Child
* Description: This is a child theme of Blonwe, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: blonwe
* Version: 1.0.4
*/
.text-white .klb-banner.dark .entry-wrapper {
	color:#fff!important;
}
.text-white span.count {
	background:#202020;
}
.text-main-pic .sub-categories ul li a {
	font-size: 1.4rem !important;
	font-weight: 600;
}
/* cart min order style error */
ul.woocommerce-error, .woocommerce-infbtnx {
    list-style: none;
    font-family: var(--theme-body-font);
    border: 1px dashed var(--color-red400);
	background-color: var(--color-red25);
    margin-bottom: .5rem;
    padding: 1rem;
    font-size: .875rem;
    font-weight: 600;
    color: var(--color-red600);
	white-space: normal;
}
.checkout-inline-error-message {
	color: var(--color-red600);
	padding: 2px; font-weight:bold;
}
/* cart min order style error */
/* complianz */
.cmplz-buttons .cmplz-btn.cmplz-deny {display:none !Important;}
.cmplz-buttons .cmplz-btn.cmplz-accept,
.cmplz-buttons .cmplz-btn.cmplz-view-preferences{text-align:center !Important;}

/*4cookies rework*/
.cookie-main-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fdfdfd;
    transition: all 400ms ease-in-out;
    color: rgba(0,0,0,0.9);
    display: block;
}
.cookie-main-section.disabled {
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: -1;
}

.cookie-review {
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: green;
    border: 1px solid yellowgreen;
    color: yellowgreen;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.cookie-review:hover {
    cursor: pointer;
}

.cookie-review.enabled {
    opacity: 1;
    visibility: visible;
}

.cookie-review.disabled {
    opacity: 0;
    visibility: hidden;
}

.cookie-main-section .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 0;
}
@media (max-width: 767px) {
    .cookie-main-section .wrap {
        flex-direction: column;
        gap: 7px;
        align-items: flex-start;
    }
}
.cookie-main-section .wrap .area {
    flex: 1;
}
.cookie-main-section .wrap .area.info {
    min-width: 60%;
}
@media (max-width: 991px) {
    .cookie-main-section .wrap .area.info {
        min-width: 75%;
    }
}
.cookie-main-section .wrap .area.info h2 {
    color: ;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 24px;
}
.cookie-main-section .wrap .area.info p {
    color: ;
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .cookie-main-section .wrap .area.info p {
        max-height: 40px;
        overflow-y: auto;
    }
}
.cookie-main-section .wrap .area.info .cookies-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 15px;
}
@media (max-width: 575px) {
    .cookie-main-section .wrap .area.info .cookies-list {
        display: none;
    }
}
.cookie-main-section .wrap .area.info .cookies-list li {
    position: relative;
}
.cookie-main-section .wrap .area.info .cookies-list li input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.cookie-main-section .wrap .area.info .cookies-list li input:checked + label span {
    background: rgba(76, 187, 23,1);
}
.cookie-main-section .wrap .area.info .cookies-list li input:checked + label span:after {
    left: 30px;
    background-color: #fefefe;
}
.cookie-main-section .wrap .area.info .cookies-list li input:disabled + label span {
    opacity: 0.7;
    pointer-events: none;
}
.cookie-main-section .wrap .area.info .cookies-list li label {
    padding-right: 70px;
    color: #000;
    font-size: 15px;
    position: relative;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cookie-main-section .wrap .area.info .cookies-list li label span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 57px;
    height: 32px;
    border-radius: 32px;
    background: rgba(196, 30, 58, 0.8);
    transform: translateY(-50%);
    display: block;
    transition: all 400ms ease-in-out;
}
.cookie-main-section .wrap .area.info .cookies-list li label span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fefefe;
    transform: translateY(-50%);
    transition: all 400ms ease-in-out;
}
.cookie-main-section .wrap .area.actions {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
@media (max-width: 767px) {
    .cookie-main-section .wrap .area.actions {
        flex-direction: unset;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .cookie-main-section .wrap .area.actions button {
        flex: 1;
    }
}
@media (max-width: 575px) {
    .cookie-main-section .wrap .area.actions {
        flex-direction: column;
    }
    .cookie-main-section .wrap .area.actions button {
        flex: unset;
        width: 100%;
    }
}
.cookie-main-section .wrap .area.logo-wrap {
    max-width: 15%;
}
@media (max-width: 991px) {
    .cookie-main-section .wrap .area.logo-wrap {
        display: none;
    }
}
.cookie-main-section .wrap .area.logo-wrap .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cookie-main-section .wrap .area.logo-wrap .logo img {
    max-width: 100%;
}
.custom-cookie-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 400ms ease-in-out;
}
@media (max-width: 460px) {
    .custom-cookie-popup {
        padding: 10px;
    }
}
.custom-cookie-popup.open-popup {
    opacity: 1;
    visibility: initial;
    pointer-events: initial;
}
.custom-cookie-popup .wrap {
    width: 100%;
    max-width: 900px;
    background-color: ;
    box-shadow: 0 32px 68px rgba(0,0,0,0.3);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0;
}
.custom-cookie-popup .wrap .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .custom-cookie-popup .wrap .head {
        padding: 10px;
    }
}
.custom-cookie-popup .wrap .head .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.custom-cookie-popup .wrap .head .logo img {
    width: 100%;
    max-width: 120px;
}
.custom-cookie-popup .wrap .head .close-popup {
    width: 14px;
    height: 14px;
    position: relative;
    cursor: pointer;
}
.custom-cookie-popup .wrap .head .close-popup:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: translate(-50%,-50%) rotate(45deg);
    background: rgba(196, 30, 58,1);
}
.custom-cookie-popup .wrap .head .close-popup:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translate(-50%,-50%) rotate(45deg);
    background: rgba(196, 30, 58,1);
}
.custom-cookie-popup .wrap .footer-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
    .custom-cookie-popup .wrap .footer-area {
        padding: 10px;
    }
}
.custom-cookie-popup .wrap .body-area {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.custom-cookie-popup .wrap .body-area .tabs-list {
    width: 100%;
    max-width: 225px;
    display: flex;
    flex-direction: column;
    background: #e5e5e5;
}
@media (max-width: 767px) {
    .custom-cookie-popup .wrap .body-area .tabs-list {
        max-width: 160px;
    }
}
@media (max-width: 460px) {
    .custom-cookie-popup .wrap .body-area .tabs-list {
        max-width: 130px;
    }
}
@media (max-width: 380px) {
    .custom-cookie-popup .wrap .body-area .tabs-list {
        max-width: 110px;
    }
}
.custom-cookie-popup .wrap .body-area .tabs-list li {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 22px;
    transition: all 400ms ease-in-out;
    cursor: pointer;
    border-bottom: 1px solid ;
}
@media (max-width: 767px) {
    .custom-cookie-popup .wrap .body-area .tabs-list li {
        font-size: 13px;
        line-height: 19px;
        padding: 10px;
    }
}
@media (max-width: 380px) {
    .custom-cookie-popup .wrap .body-area .tabs-list li {
        font-size: 12px;
        line-height: 18px;
        padding: 8px;
    }
}
.custom-cookie-popup .wrap .body-area .tabs-list li:hover {
    background: ;
}
.custom-cookie-popup .wrap .body-area .tabs-list li.active {
    background-color: ;
}
.custom-cookie-popup .wrap .body-area .tabs-content {
    width: 100%;
    max-width: calc(100% - 225px);
    padding: 10px 15px;
}
@media (max-width: 767px) {
    .custom-cookie-popup .wrap .body-area .tabs-content {
        max-width: calc(100% - 160px);
    }
}
@media (max-width: 460px) {
    .custom-cookie-popup .wrap .body-area .tabs-content {
        max-width: calc(100% - 130px);
    }
}
@media (max-width: 460px) {
    .custom-cookie-popup .wrap .body-area .tabs-content {
        max-width: calc(100% - 110px);
    }
}

ul.tabs-list {
    list-style: none;
    padding-left: 0;
}

.custom-cookie-popup .wrap {
    background: #e5e5e5;
}

.custom-cookie-popup .wrap .body-area .tabs-content {
    background:#fff;
}

.custom-cookie-popup .wrap .body-area .tabs-content .tab {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background:#fff;
}

.custom-cookie-popup .wrap .body-area .tabs-content .tab:not(.active) {
    display: none;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head h2 {
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 767px) {
    .custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head h2 {
        font-size: 14px;
        line-height: 20px;
    }
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head .status input {
    position: absolute;
    top: 0;
    lefT: 0;
    opacity: 0;
    pointer-events: none;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head .status input:checked + label {
    background: ;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head .status input:checked + label:after {
    left: 30px;
    background-color: ;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head .status label {
    width: 57px;
    height: 32px;
    border-radius: 32px;
    background: ;
    display: block;
    transition: all 400ms ease-in-out;
    position: relative;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-head .status label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: ;
    transform: translateY(-50%);
    transition: all 400ms ease-in-out;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content {
    max-height: 300px;
    overflow-y: auto;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
@media (max-width: 767px) {
    .custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt p {
        font-size: 13px;
        line-height: 19px;
    }
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt ul {
    list-style-type: disc;
    padding-left: 20px;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt ul li {
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .txt ul li {
        font-size: 13px;
        line-height: 19px;
    }
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list {
    display: flex;
    flex-direction: column;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li {
    position: relative;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li input {
    position: absolute;
    top: 0;
    lefT: 0;
    opacity: 0;
    pointer-events: none;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li input:checked + label span {
    background: rgba(76, 187, 23,1);
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li input:checked + label span:after {
    left: 30px;
    background-color: #fefefe;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li input:disabled + label span {
    opacity: 0.7;
    pointer-events: none;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label h2 {
    font-size: 18px;
    line-height: 24px;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
@media (max-width: 767px) {
    .custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label p {
        font-size: 13px;
        line-height: 19px;
    }
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label span {
    width: 57px;
    height: 32px;
    border-radius: 32px;
    background: rgba(196, 30, 58, 0.8);
    display: block;
    transition: all 400ms ease-in-out;
    position: relative;
}
.custom-cookie-popup .wrap .body-area .tabs-content .tab .tab-content .cookies-list li label span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fefefe;
    transform: translateY(-50%);
    transition: all 400ms ease-in-out;
}

/*custom on top of alex's style*/

.logo-wrap.area .logo {
    display: flex !important;
}

.logo-wrap.area .logo img {
    filter: contrast(1);
    opacity: 0.9;
    max-height: 100px;
    width: auto;
}

.button.yellow.small {
    background: rgba(76, 187, 23,0.8);
    border-color: rgba(76, 187, 23,0.8);
    color: rgba(255,255,255,0.8);
}
.button.yellow.small:hover {
    background: rgba(76, 187, 23,1);
    border-color: rgba(76, 187, 23,0)
    color: rgba(255,255,255,1);
}
.button.gray-light.small {
    background: rgba(0, 150, 255,0.8);
    border-color: rgba(0, 150, 255,0.8);
    color: rgba(255,255,255,0.8);
}
.button.gray-light.small:hover {
    background: rgba(0, 150, 255,1);
    border-color: rgba(0, 150, 255,0);
    color: rgba(255,255,255,1);
}

.button.red.small {
    background: rgba(196, 30, 58,0.8);
    border-color: rgba(196, 30, 58,0.8);
    color: rgba(255,255,255,0.8);
}
.button.red.small:hover {
    background: rgba(196, 30, 58,1);
    border-color: rgba(196, 30, 58,0);
    color: rgba(255,255,255,1);
}

.cookie-main-section {
    /*position: relative;*/
    padding: 10px !important;
}

.cookie-main-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Adjust the thickness of the border as needed */
    background: linear-gradient(90deg, #c50000, #ff3838);
    z-index: 1; /* Ensure the border is above the content */
}

.cookie-main-section .wrap .area.info .cookies-list {
    list-style: none;
    padding-left: 0;
}

.custom-cookie-popup .wrap .body-area {
    padding: 10px;
}

.custom-cookie-popup .wrap .body-area .tabs-list li.active {
    background: #fff;
}

.container.container-custome {
    max-width: 100% !important;
}

.cookie-main-section button {
    justify-content: center;
}
.woo-var-included {
    display:none;
}
.product-detail-inner .product-price .price .woo-var-included {
    font-size:11px; font-weight: bold; display: block; width:100%;
}
.product-detail-inner p.woo-simple-included {
    font-size:11px; font-weight: bold; display: block; width:100%;
}
#billing_company_field {
	width: 98%;
}
#select_locker {
	font-size:10px !important; margin-left: 5px;
}
/* html sitemap change product category listing */
#coloana-categ .products.grid-column a img {display:none;}
#coloana-categ .products.grid-column {  padding-left: 20px;}
#coloana-categ .products.grid-column .woocommerce-loop-category__title {margin:0; text-transform:capitalize; color: #3a9d23; font-size:16px; font-weight:400;  display:inline-block;}
#coloana-categ .products.grid-column .woocommerce-loop-category__title mark {background-color:transparent;}
#coloana-categ  .product-category {margin-bottom:0; padding:0;position:relative; }

#coloana-categ  .product-category::before {
    content:"";
    top:8px;
    position:absolute;;
    display: inline;
    left:-20px;
   height: 6px;
  width: 6px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
}
/* fix product archive not displaying icon because of cache */
.pf2cssm .toggleme:after {
	font-family: "klbtheme" !Important;
    content: "\ea1b" !Important;
}
.woocommerce-account .col-1, .woocommerce-account .col-2 {
    padding: 10px;
}
.woocommerce .av_tip_facturare_radio span.woocommerce-input-wrapper label {
	margin-left:5px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-left: 30px;
    color: #ff0000;
}
#facturis_billing_type_field .woocommerce-input-wrapper .input-radio {
	width:auto; margin-right:5px; float:left;
}
#facturis_billing_type_field .woocommerce-input-wrapper .radio {
	width:35%; float:left; margin-right:5%; height: 2.875rem; line-height: 2.875rem;
}
@media (min-width: 768px) {
	.form-row.form-row-first {
		width: 49% !important;
	}
	.select2-container, #billing_city_field .select2-container, #billing_state_field  .select2-container{
        width: 98% !important;
        min-width: 98%; 
		padding-left:0px;
    }
	#billing_city_field {
		padding-left: 0px;
	}
}
@media (max-width: 768px) {
	#billing_city_field, #billing_state_field, #billing_phone_field, #billing_email_field {
		flex:auto !important;
	}
    .select2-container, #billing_city_field .select2-container, #billing_state_field  .select2-container{
        width: 98% !important;
        min-width: 98%;
    }
    
    .select2-container .select2-selection--single {
        min-height: 44px; /* Mai mult spațiu pe mobil */
    }
}
.notice.wcs-nux__notice {
  display: none !important;
}
