/*
CTC Separate Stylesheet
Updated: 2022-09-18 12:52:50
*/

/*
        CHECKOUT
 */

@font-face {
    font-family: 'FuturaTitolo';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('/wp-content/uploads/2022/08/futura_heavy_font-webfont.woff2') format('woff2'),
    url('/wp-content/uploads/2022/08/futura_heavy_font-webfont.woff') format('woff'),
    url('/wp-content/uploads/2022/08/Futura-Heavy-font-1.ttf') format('truetype');
}
@font-face {
    font-family: 'FuturaTesto';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('/wp-content/uploads/2022/08/F011003T.ttf') format('truetype');
}
@font-face {
    font-family: 'FuturaSottotitolo';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('/wp-content/uploads/2022/08/futura-medium-bt.ttf') format('truetype');
}

.woocommerce-checkout {
    font-family: 'FuturaTesto';
}

.fc-checkout-header .fc-checkout__branding img {
    max-height: 90px;
}
.fc-checkout-header .fc-checkout__cart-link-wrapper {
    top: 50%;
    transform: translateY(-50%);
}
.fc-main {
    color: black;
}
.fc-main .fc-checkout-notices .woocommerce-notices-wrapper {
    color: black;
}
.fc-main .fc-checkout-notices .woocommerce-notices-wrapper .woocommerce-error,
.fc-main .woocommerce-error {
    border: solid 2px #e95353a6;
    background-color: white;
    color: black;
}
.fc-main .fc-checkout-notices .woocommerce-notices-wrapper .woocommerce-info,
.fc-main .woocommerce-info {
    border: solid 2px #fcc300;
    background-color: white;
    color: black;
}
.fc-main .fc-checkout-notices .woocommerce-notices-wrapper .woocommerce-info::before,
.fc-main .woocommerce-info::before {
    color: #fcc300;
    content: '\f05a';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
}

.fc-progress-bar__bar.is-complete, .fc-progress-bar__bar.is-current {
    background-color: #fcc300;
}

.has-checkout-layout--multi-step .fc-checkout-step,
.has-checkout-layout--multi-step .fc-checkout-step[data-step-complete].fc-checkout-step--next-step-incomplete>div:nth-last-of-type(2) {
    border-radius: 0;
}
.has-checkout-layout--multi-step.woocommerce-checkout form.woocommerce-checkout .fc-wrapper [data-step-complete] .fc-step__substep .fc-step__substep-title:before {
    background-color: #fcc300;
}
.has-checkout-layout--multi-step .fc-checkout-step[data-step-current]>div:first-of-type {
    border-radius: 0;
}
#shipping_method.shipping-method__options {
    border-radius: 0;
}
.woocommerce ul#shipping_method .shipping-method__option input[type=radio]:checked+.shipping-method__option-label:before {
    background-color: black;
    border-color: black;
}
.woocommerce ul#shipping_method .shipping-method__option input[type=radio]:checked+.shipping-method__option-label {
    background-color: transparent;
}
body.has-highlighted-shipping-section div.woocommerce form .fc-step__substep[data-substep-id=shipping_address],
body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id=billing_address] {
    background-color: transparent;
    border-top: 1px solid #d8d8d8;
}
.fc-main .has-checkout-layout--multi-step .fc-step__substep-text,
.has-checkout-layout--multi-step .fc-step__substep-text {
    font-size: 14px;
}
.fc-main .fc-step__actions {
    background-color: transparent;
    text-align: right;
    border-radius: 0;
}
.fc-main .input-text, .fc-main .select2-selection--single {
    border-radius: 0!important;
    outline: 0!important;
}
.fc-main .input-text:focus, .fc-main .select2-selection--single:focus {
    outline: 0!important;
}
.fc-main button.fc-step__next-step, .fc-main button.fc-step__substep-save {
    background-color: black;
    border: none;
    color: white;
    text-transform: uppercase;
    max-width: fit-content;
    outline: 0;
    border-radius: 0;
}
.fc-main button.fc-step__next-step:hover, .fc-main button.fc-step__substep-save:hover,
.fc-main button.fc-step__next-step:focus, .fc-main button.fc-step__substep-save:focus {
    color: white;
    border: none;
    background-color: #fcc300;
    outline: 0!important;
}
.fc-main button.fc-step__substep-save {
    float: right;
}
.fc-main .fc-checkout-step {
    border: none;
}
.has-checkout-layout--multi-step.woocommerce-checkout form.woocommerce-checkout .fc-wrapper [data-step-complete] .fc-step__substep .fc-step__substep-title,
body.woocommerce-checkout div.woocommerce .fc-wrapper .fc-step__substep .fc-step__substep-title {
    color: black;
    font-family: 'FuturaSottotitolo';
    font-size: 14px;
}

div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner {
    border: none;
}
div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table img {
    border: none;
}
div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot th {
    font-family: 'FuturaSottotitolo';
}
div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .order-total strong .woocommerce-Price-amount {
    font-size: 18px;
}

body.woocommerce-checkout div.woocommerce .fc-wrapper #payment ul.payment_methods {
    border: none;
}
body.woocommerce-checkout div.woocommerce .fc-wrapper #payment ul.payment_methods li {
    border-radius: 0;
    background-color: transparent;
    border-bottom: solid 1px #F3F3F3;
}
body.woocommerce-checkout div.woocommerce .fc-wrapper #payment ul.payment_methods li label {
    border: none;
    background-color: transparent!important;
}
body.woocommerce-checkout div.woocommerce .fc-wrapper #payment ul.payment_methods li .payment_box {
    background-color: transparent;
    border: none;
}
#stripe-payment-data fieldset {
    border: none;
}
#stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew {
    display: flex!important;
}
#stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew label {
    min-width: 100%;
    margin-bottom: 0;
}
.woocommerce button.fc-place-order-button {
    background-color: black!important;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
}
.woocommerce button.alt.fc-place-order-button:hover, button.fc-place-order-button:focus {
    background-color: #fcc300!important;
    color: white;
    outline: 0!important;
}


.fc-sidebar a {
    text-decoration: underline;
}


.fc-checkout-footer {
    padding: 40px 0;
    background-color: black;
    color: white;
    border: none;
}
.fc-checkout-footer .fc-widget-area {
    display: flex;
    flex-direction: column;
}
.fc-checkout-footer .fc-widget-area .payment-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.fc-checkout-footer .fc-widget-area .payment-section span {
    display: block;
    margin-right: 30px;
}
.fc-checkout-footer .fc-widget-area .payment-method-logo-block {
    display: flex;
    align-items: center;
}
.fc-checkout-footer .fc-widget-area .payment-method-logo-block .payment-method-logo {
    max-width: 50px;
    margin-right: 15px;
}
.fc-checkout-footer .fc-widget-area .payment-method-logo-block .payment-method-logo:last-child {
    margin-right: 0;
}

@media screen and (max-width: 990px) {

    .fc-checkout-header .fc-checkout__branding img {
        max-width: 75px;
    }

}

@media screen and (max-width: 480px) {

    .fc-main button.fc-step__next-step, .fc-main button.fc-step__substep-save {
        max-width: 100%;
    }

}

/*
        FINE CHECKOUT
 */

.rank-math-breadcrumb {
    font-size: 16px;
}
.rank-math-breadcrumb .last {
    color: #7D7D76;
}

/* PAGINA 404 */
.page-404 {
    padding: 100px 0;
}
.page-404 .entry-title {
    margin: 0 0 50px 0;
}
.page-404 .ciesse-text {
    display: flex;
    flex-direction: column;
}
.page-404 .ciesse-links {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.page-404 .ciesse-links .ciesse-link {
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: black;
    width: fit-content;
    position: relative;
}
.page-404 .ciesse-links .ciesse-link:hover {
    color: #fcc300;
    text-decoration: none;
}
.page-404 .ciesse-links .ciesse-link:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #fcc300;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.5s ease-in-out;
}
.page-404 .ciesse-links .ciesse-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: black;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.page-404 .ciesse-links .ciesse-link:hover:before {
    width: 100%;
    background-color: #fcc300;
}
.page-404 .ciesse-links .ciesse-link:hover:after {
    content: unset;
}

@media screen and (max-width: 575px) {

    .page-404 .ciesse-404-container {
        padding: 0 10px;
    }

}

/* FINE PAGINA 404 */

/* FOOTER */

.footer-categories-menu {
    display: flex;
    flex-wrap: wrap;
}
.footer-categories-menu .category-menu {
    width: 25%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
}
.footer-categories-menu .category-menu .category-menu-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 240px;
}
.footer-categories-menu .category-menu a {
    color: white;
    padding-bottom: 5px;
    width: fit-content;
}
.footer-categories-menu .category-menu a.primary {
    font-family: 'FuturaTitolo';
}
.footer-categories-menu .category-menu a:last-child {
    padding-bottom: 0;
}
.footer-categories-menu .category-menu a:hover {
    color: #fcc300;
}

@media screen and (max-width: 768px) {

    .footer-categories-menu {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .footer-categories-menu .category-menu {
        width: 100%;
        align-items: unset;
        margin-bottom: 20px;
    }
    .footer-categories-menu .category-menu .category-menu-wrapper {
        min-width: unset;
    }

}

/* FINE FOOTER */

/* LISTATO CATEGORIE */

.category-title {
    font-size: 26px;
    font-family: 'FuturaSottotitolo';
    margin-bottom: 15px;
}

.sub-categories-section .sub-categories {
    display: flex;
    flex-wrap: wrap;
}
.sub-categories-section .sub-category {
    margin-right: 20px;
    margin-bottom: 15px;
}
.sub-categories-section .sub-category:last-child {
    margin-right: 0;
}
.sub-categories-section .sub-category a {
    display: flex;
    border: solid 1px black;
    background-color: transparent;
    height: 35px;
    align-items: center;
    padding: 0 10px;
    font-family: 'FuturaSottotitolo';
}
.sub-categories-section .sub-category a:hover {
    background-color: black;
    color: white;
}

.custom-category-message {
    margin: 50px 0;
    padding: 40px 30px;
    border: solid 2px #fcc300;
}
.custom-category-message .message-container {
    font-size: 18px;
    display: flex;
    justify-content: center;
}
.custom-category-message .message-container:before {
    content: '\f05a';
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    font-weight: 500;
    margin-right: 30px;
    color: #FCC300;
}
.custom-category-message .message-container .text {
    display: flex;
    flex-direction: column;
}
.custom-category-message .message-container .text span:first-child {
    margin-bottom: 30px;
    font-family: 'FuturaSottotitolo';
    padding-top: 10px;
}
.custom-category-message .message-container .text a {
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: black;
    width: fit-content;
    position: relative;
}
.custom-category-message .message-container .text a:first-of-type {
    margin-top: 10px;
}
.custom-category-message .message-container .text a:last-of-type {
    margin-bottom: 30px;
}
.custom-category-message .message-container .text a:hover {
    color: #fcc300;
    text-decoration: none;
}
.custom-category-message .message-container .text a:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #fcc300;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.5s ease-in-out;
}
.custom-category-message .message-container .text a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: black;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.custom-category-message .message-container .text a:hover:before {
    width: 100%;
    background-color: #fcc300;
}
.custom-category-message .message-container .text a:hover:after {
    content: unset;
}

.filters-container h3 {
    font-family: 'FuturaSottotitolo';
    font-size: 20px;
    margin-bottom: 25px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
    margin-bottom: 0;
    border: solid 1px black;
    border-radius: 0;
    height: 35px;
    padding: 0;
    font-family: 'FuturaTesto';
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count {
    background-color: black;
    color: white;
    border: none;
    font-family: 'FuturaSottotitolo';
    font-size: 12px;
    padding: 3px 10px;
}
.yith-wcan-filters.horizontal .yith-wcan-filter .filter-title.collapsable span.filter-count {
    background-color: black;
    color: white;
    border: none;
    font-family: 'FuturaSottotitolo';
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 10px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened, .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened + .filter-content {
    border: solid 1px black;
    box-shadow: none;
    border-radius: 0;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable.opened {
    border-bottom: none;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer {
    background-color: transparent;
    padding: 0 20px 20px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters {
    background-color: black;
    border-radius: 0;
    font-family: 'FuturaSottotitolo';
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content .filter-content-footer .apply-filters:hover {
    background-color: #fcc300;
}

.yith-wcan-filters-opener {
    border: solid 1px black;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    color: black;
    font-family: 'FuturaSottotitolo';
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yith-wcan-filters-opener:hover, .yith-wcan-filters-opener:focus {
    border: solid 1px black;
    background-color: black;
    color: white;
    outline: 0;
}
.yith-wcan-filters-opener i.filter-icon {
    margin-right: 10px;
    color: black;
}
.yith-wcan-filters.filters-modal .filters-container > .clear-selection {
    font-family: 'FuturaSottotitolo';
    text-decoration: underline;
}
.yith-wcan-filters.filters-modal .yith-wcan-filter {
    border: solid 1px black;
    border-radius: 0;
    box-shadow: none;
    padding: 0 20px;
}
.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-title {
    font-size: 16px;
    font-family: 'FuturaSottotitolo';
    line-height: 35px;
}
.yith-wcan-filters.filters-modal .yith-wcan-filter .filter-content {
    margin: 15px 0;
}
.yith-wcan-filters.filters-modal .main-modal-button {
    font-family: 'FuturaSottotitolo';
    color: white;
    background-color: black;
}

@media screen and (max-width: 768px) {

    .category-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .sub-categories-section .sub-categories {
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .sub-categories-section .sub-categories::-webkit-scrollbar {
        display: none;
    }
    .sub-categories-section .sub-category a {
        font-size: 14px;
        justify-content: center;
        width: max-content;
    }

    .custom-category-message {
        padding: 30px 20px;
        margin: 30px 0;
    }
    .custom-category-message .message-container {
        font-size: 15px;
    }
    .custom-category-message .message-container:before {
        font-size: 25px;
        margin-right: 20px;
    }
    .custom-category-message .message-container .text span:first-child {
        padding-top: 0;
    }

}

/* FINE LISTATO CATEGORIE */

/* HEADER */

.language-selector-widget {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    height: 42px;
    background-color: black;
    max-width: 150px!important;
    padding: 0 15px 0 0;
}
.language-selector-widget .wpml-ls-legacy-dropdown-click {
    padding: 0 15px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    background-color: black;
    border: none;
    width: fit-content;
    float: right;
    color: white;
    height: 42px;
    line-height: 31px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
    background: black;
    color: white!important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    top: 40px;
    border: none;
    margin-right: -30px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-link {
    background-color: black;
    border: none;
    float: right;
    color: white;
    width: 150px;
    text-align: right;
    padding: 5px calc(40px + 1.4em) 10px 15px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-link:hover {
    background-color: black;
    color: white!important;
}

/* FINE HEADER */

/* PAGINA PRODOTTO */
.single_variation_wrap .woocommerce-variation.single_variation{
	min-height: 2em;
}
/* FINE PAGINA PRODOTTO */

.docs-cat-title-inner svg{
	display:none !important;
}

#ppcp-messages, .ppcp-messages
 {
    display: none !important;
}

.jet-woo-builder-my-account-content a{
	text-decoration: inherit;
}

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box fieldset{
	border: 0;
}


.woocommerce-checkout-review-order .includes_tax, .woocommerce .shop_table .includes_tax {
    display: none !important;
}

.xt_woofc-is-mobile .xt_woofc-animation-slide.xt_woofc-mobile-pos-bottom-right .xt_woofc-trigger{
	bottom: -40px;
}

.xt_woofc-shipping-bar-perc{
	display:none !important;
	font-weight: initial;
}

.xt_woofc-shipping-bar-text{
	font-family: "FuturaSottotitolo" !important;
  font-weight: initial !important;
  font-size: 15px !important;
}

.xt_woofc-checkout .xt_woofc-dash, .xt_woofc-checkout .amount{
	font-size: 0.75em;
}

.xt_woofc-inner .xt_woofc-title{
	display: none !important;
}

.xt_woofc-cart-opened .xt_woofc-footer, .xt_woofc-cart-open .xt_woofc-footer{
	/* box-shadow:none; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.xt_woofc-cart-open .xt_woofc-checkout{
  margin-top: 10px;
  margin-bottom: 10px;
  height: fit-content;
  padding: 1rem 1rem 1rem 1rem;
  line-height: 1;
  border-radius: 3px;
  text-align: center;
}

.xtfw-no-touchevents .xt_woofc-no-product a{
	border-color: var( --e-global-color-3989335 ) !important;
}
.xtfw-no-touchevents .xt_woofc-no-product a:hover, .xtfw-no-touchevents .xt_woofc-no-product a:focus{
	border-color: var( --e-global-color-3989335 ) !important;
	background-color: var( --e-global-color-3989335 ) !important;
}

.simulate-click > div{
	cursor: pointer;
}