/*!
Theme Name: optcitywp
Version: 1.0.0
Text Domain: optcitywp
*/

.cfvsw-selected-label,
.reset_variations,
.single_variation_wrap .price,
.added_to_cart,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-form-coupon-toggle,
.checkout-wrap h3,
.checkout-wrap .col-2,
#order_review,
.zen-ui-select-1,
.woocommerce-order-details,
.woocommerce-customer-details,
.checkout-wrap__sidebar .header-cart__close,
.checkout-wrap__sidebar .header-cart__title,
.checkout-wrap__sidebar .header-cart__total,
.checkout-wrap__sidebar .header-cart__wrapper .btn,
.checkout-wrap__sidebar .header-cart__empty .btn {
    display: none !important;
}

.checkout-wrap__sidebar .header-cart__empty .header-cart__title {
    display: block !important;
    text-align: left;
}

.checkout-wrap__sidebar .header-cart__list {
    margin-top: 0;
}

input.err {
    border-color: red;
}

.woocommerce-error {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    list-style-type: none;
    color: #fff;
    background-color: red;
    text-align: center;
    z-index: 100;
}



.wcus-checkout-fields div div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wcus-checkout-fields div div div {
    display: block;
}

#wcus-billing-fields div p.form-row {
    width: 100%;
}

.zen-ui-select__value {
    height: 52px;
    padding: 16px 30px;
    display: flex !important;
    align-items: center;
    border-radius: 10px;
    font-size: 15px;
}

.wpcf7-spinner {
    position: absolute;
}

.wpcf7-not-valid-tip {
    margin: -10px 0 10px;
}

.single-wrap__content--status-out {
    color: red;
    display: none;
}

.single-wrap__content--status-out::after {
    background-color: red;
}

.single-wrap__content--stock-out .single-wrap__content--status {
    display: none;
}

.single-wrap__content--stock-out .single-wrap__content--status-out {
    display: flex;
}

ins {
    text-decoration: none;
}

.label label {
    padding: 0;
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 400;
}

.variations_form tr {
    padding-bottom: 41px;
    display: block;
}

.cfvsw-swatches-option {
    min-width: 38px !important;
    min-height: 38px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cfvsw-selected-swatch {
    border-color: #FF1010 !important;
}

.cfvsw-label-option {
    background-color: #C9D2D7;
    color: #fff;
    border-color: #C9D2D7 !important;
}

.cfvsw-label-option.cfvsw-selected-swatch {
    background-color: #1E2E50;
    border-color: #1E2E50 !important;
}

.cfvsw-swatches-blur-disable {
    display: none;
}

.to-favorite {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #204882;
    cursor: pointer;
}

.to-favorite svg * {
    transition: .3s;
}

.to-favorite span:last-child {
    display: none;
}

.to-favorite__active span {
    display: none;
}

.to-favorite__active span:last-child {
    display: block;
}

.to-favorite__active svg * {
    fill: #204882;
}

.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
    left: 50% !important;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    top: 50% !important;
    z-index: 3;
    background: url('./assets/img/main/loading.svg') no-repeat center center / contain !important;
}

.loading::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 2;
}

.woocommerce-variation-add-to-cart,
.single-wrap__content--variations .cart {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
}

.woocommerce-variation-add-to-cart .btn,
.single-wrap__content--variations .cart .btn {
    width: 100%;
    max-width: 274px;
}

.single-wrap__content--variations .variations_form {
    display: block;
}

.woobewoo-filter-loader {
    background: url('./assets/img/main/logo.svg') no-repeat center center / contain !important;
}

.wpfFilterTitle {
    background-color: #1E2E50;
    border-radius: 100px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer !important;
    height: inherit;
    padding: 13px 19px !important;
}

.wpfFilterWrapper .wfpTitle {
    height: fit-content !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500 !important;
    padding: 0 !important;
}

.wpfFilterTitle i {
    font-size: 0;
}

.wpfFilterTitle i::after {
    content: '';
    display: block;
    width: 14px;
    height: 10px;
    background: url('./assets/img/main/filter-arr.svg') no-repeat center center / contain;
    transition: .3s;
    transform: rotate(180deg);
}

.wpfFilterTitle i.fa-plus::after {
    transform: rotate(0deg);
}

.wpfFilterContent {
    margin-top: 11px;
    display: flex;
    flex-direction: column;
}
.wpfFilterVerScroll {
	max-height:inherit!important;
}
#wpfBlock_5 .wpfFilterVerScroll {
    max-height: 310px !important;
}

.wpfFilterVerScroll li label {
    padding-left: 19px;
}

.wpfFilterVerScroll li {
    margin-bottom: 10px;
}

.wpfFilterVerScroll li:last-child {
    margin-bottom: 0;
}

.wpfFilterTaxNameWrapper {
    font-size: 14px !important;
    color: #121212 !important;
    font-weight: 400 !important;
}

.archive-wrap__sidebar--filters .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked+label::before {
    background-size: 15px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.wpfFilterWrapper .wpfCheckbox label {
    padding: 0 !important;
}

.wpfPriceInputs {
    order: -1;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}

.wpfPriceInputs input {
    min-width: 100px !important;
    padding: 7px;
    text-align: center;
}

.archive .archive-wrap__sidebar--filters .ui-slider-horizontal .ui-slider-handle {
    width: 22px;
    height: 22px;
    background: url('./assets/img/main/filter-handle.svg') no-repeat center center / contain !important;
    border: none !important;
    top: -10px !important;
}

.archive .archive-wrap__sidebar--filters .ui-slider-range {
    height: 2px !important;
    background: #121212 !important;
}

.archive .archive-wrap__sidebar--filters .wpfFilterWrapper .ui-slider-horizontal {
    height: 2px;
    background: #e9e9e9 !important;
    border: none !important;
}

.choices {
    margin: 0;
}

.woocommerce-pagination ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}

.woocommerce-pagination ul .page-numbers {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #252525;
    background-color: #F1F1F1;
    border-radius: 4px;
}

.woocommerce-pagination ul .current {
    color: #fff;
    background-color: #204882;
}

.woocommerce-pagination ul .prev {
    transform: rotate(180deg);
}

.checkout-wrap__sidebar--promo-err {
    margin-top: 5px;
    color: red;
    display: none;
}

.default-wrap {
    padding-top: 50px;
}

.header-wrap__nav--search .aws-container input {
    border-radius: 6px 0 0 6px !important;
}

.header-wrap__nav--search .aws-container .aws-search-form .aws-form-btn {
    border-radius: 0 6px 6px 0 !important;
}

.header-wrap__nav--search {
    background: none !important;
}

.header-top__flex--meta-langauges ul {
    display: flex;
    border: solid 1px #1212121F;
    border-radius: 111px;
    align-items: center;
    gap: 9px;
    padding: 6px 14px;
    font-size: 14px;
    color: #121212;
}

.header-top__flex--meta-langauges ul a * {
    color: #12121254;
}

.yay-currency-custom-select__trigger {
    background: none !important;
    border: none !important;
    transform: translateY(5px);
}

.x-currency-shortcode.switcher-362 .switch {
    background: none !important;
    padding: 0 !important;
}

.x-currency-shortcode.switcher-362 .switch .switch-elements {
    justify-content: center !important;
}

.footer .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
}

.footer-wrap__center--subscribe-row button {
    cursor: pointer;
}

.wpcf7-response-output {
    color: #fff;
    font-size: 14px;
}

.contacts-wrap__content--form .wpcf7-response-output {
    color: #000;
}

.header-cart__list .item-title .cart-sku {
    font-size: 11px;
    font-weight: 400;
    color: gray;
}

.variations tr:has(#pa_ukbrend),
.variations tr:has([name="attribute_pa_ukbrend"]),
.variations tr:has([data-attribute_name="attribute_pa_ukbrend"]),
.variations tr:has([swatches-attr="attribute_pa_ukbrend"]) {
  display: none !important;
}


@media (max-width: 1024px) {
    .wcus-checkout-fields div div {
        flex-direction: column;
    }

    .zen-ui-select__value {
        justify-content: center !important;
    }
	body .partners-wrap .slick-track {
		display:inline-flex;
		width:auto!important;
		align-items:center;
	}
}


@media (max-width: 768px) {

    .woocommerce-variation-add-to-cart,
    .single-wrap__content--variations .cart {
        flex-wrap: wrap;
    }

    .woocommerce-variation-add-to-cart .btn,
    .single-wrap__content--variations .cart .btn {
        order: 2;
    }
	.bread {
		flex-wrap:wrap!important;
	}
}