/* 
Theme Name: Trudi
Template: basel
Text Domain: trudi-2021
*/

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?dh00fs');
    src:  url('fonts/icomoon.eot?dh00fs#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?dh00fs') format('truetype'),
        url('fonts/icomoon.woff?dh00fs') format('woff'),
        url('fonts/icomoon.svg?dh00fs#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icomoon-"], [class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-customer-service:before {
  content: "\e90e";
}
.icon-faq:before {
  content: "\e90f";
}
.icon-tc:before {
  content: "\e910";
}

.icomoon-teddy-bear:before {
    content: "\e90d";
  }

.icomoon-coccarda:before {
    content: "\e90c";
  }

.icomoon-trudi:before {
    content: "\e90a";
 }

.icomoon-sevi:before {
    content: "\e90b";
}

.icomoon-sku:before {
    content: "\e900";
}
.icomoon-wash:before {
    content: "\e901";
}
.icomoon-kid:before {
    content: "\e902";
}
.icomoon-heart:before {
    content: "\e903";
}
.icomoon-star:before {
    content: "\e904";
}
.icomoon-best-seller:before {
    content: "\e905";
}
.icomoon-pin:before {
    content: "\e906";
}
.icomoon-storia:before {
    content: "\e907";
}
.icomoon-filter:before {
    content: "\e908";
}
.icomoon-cart:before {
    content: "\e909";
}

.icons-design-line .wishlist-info-widget>a:before,
.wishlist-info-widget>a:before{
    content: "\e903";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icons-design-line .shopping-cart.basel-cart-alt>a:before,
.shopping-cart.basel-cart-alt>a:before{
    content: "\e909";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.8;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.website-wrapper--fixed-header{
    padding-top: 151px;
}*/

.home h2{
    font-size: 26px !important;
}

.header-container{
    width: 100vw;
}

.header-container--fixed{
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    transition: top 0.3s;
}

.admin-bar .header-container--fixed{
    top: 32px;
}

.header--top{
    background-color: #ECEDED;
}

.main-header{
    border-bottom: 1px solid #E5E5E5;
    background: #fff;
}

.home .main-header{
    margin-bottom: 0;
}

/*.header-container--fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;

    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear,-webkit-transform 200ms linear;
}

.admin-bar .header-container--fixed{
    top: 32px;
}

.header-container--fixed--hidden{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}*/

.site-logo{
    width: 75px !important;
}

.main-header .main-nav{
    padding-left: 10px;
}

.main-nav .menu a {
    font-weight: 600;
}

.header--top .topbar-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header--top .topbar-menu ul>li{
    margin-left: 0;
}

.header--top .topbar-menu{
    float: none;
}

.header--top .topbar-content:before{
    display: none;
}

.topbar-actions, .social-action{
    display: flex;
}

.topbar-actions>div{
    margin-left: 16px;
}

.main-header form.has-categories-dropdown input[type=text]{
    padding-right: 28px;
    height: 38px;
    border-color: rgba(168,168,168,.4);
    border-width: 1px;
    font-size: 14px;
    border-radius: 4px;
}

.main-header form.has-categories-dropdown #searchsubmit:after{
    line-height: 34px;
}

.main-header .wrapp-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header .search-extended {
    width: 220px;
}

.social-action{
    display: none;
}

.sub-menu-dropdown .container{
    margin: 0;
    padding: 0;
}

#menu-mobile-menu > li:nth-child(4),
#menu-mobile-menu-inglese > li:nth-child(4){
    border-top:1px solid #E5E5E5;
}

.mobile-menu{
    position: fixed;
    z-index: 1000;
    top: 105px;
    left: 100%;
    right: 0;
    background: #fff;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    display: none;
}

.admin-bar .mobile-menu{
    top: 152px;
}

.mobile-menu--open{
    left: 0;
    /*display: block;*/
}

#menu-mobile-menu,
#menu-mobile-menu-inglese{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#menu-mobile-menu.menu--100,
#menu-mobile-menu-inglese.menu--100{
    left: -100%;
}

#menu-mobile-menu.menu--200,
#menu-mobile-menu-inglese.menu--200{
    left: -200%;
}

.mobile-menu .t-btn .icon-arrow-right{
    display: none;
}

.mobile-menu a{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    padding: 20px;
    display: block;
    color: #4e5151;
    border-bottom:1px solid #E5E5E5;
    background: #fff;
    width: 100%;

    display: flex;
    align-items: center;
}

.mobile-menu a span{
    display: flex;
    align-items: center;
}

.mobile-menu ul{
    position: absolute;
    left: 0;
    right: 0; 
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
}

.mobile-menu .menu-item{
    width: 100%;
}

.mobile-menu .menu-item [class^="icomoon-"],
.mobile-menu .menu-item [class*=" icomoon-"],
.mobile-menu .menu-item [class^="icon-"],
.mobile-menu .menu-item [class*=" icon-"]{
    font-size: 20px;
    margin-right: 8px;
}

#menu-topbar-menu .menu-item [class^="icomoon-"],
#menu-topbar-menu .menu-item [class*=" icomoon-"],
#menu-topbar-menu .menu-item [class^="icon-"],
#menu-topbar-menu .menu-item [class*=" icon-"],
#menu-topbar-menu-inglese .menu-item [class^="icomoon-"],
#menu-topbar-menu-inglese .menu-item [class*=" icomoon-"],
#menu-topbar-menu-inglese .menu-item [class^="icon-"],
#menu-topbar-menu-inglese .menu-item [class*=" icon-"],
#menu-topbar-menu-francese .menu-item [class^="icomoon-"],
#menu-topbar-menu-francese .menu-item [class*=" icomoon-"],
#menu-topbar-menu-francese .menu-item [class^="icon-"],
#menu-topbar-menu-francese .menu-item [class*=" icon-"],
#menu-topbar-menu-tedesco .menu-item [class^="icomoon-"],
#menu-topbar-menu-tedesco .menu-item [class*=" icomoon-"],
#menu-topbar-menu-tedesco .menu-item [class^="icon-"],
#menu-topbar-menu-tedesco .menu-item [class*=" icon-"],
#menu-topbar-menu-spagnolo .menu-item [class^="icomoon-"],
#menu-topbar-menu-spagnolo .menu-item [class*=" icomoon-"],
#menu-topbar-menu-spagnolo .menu-item [class^="icon-"],
#menu-topbar-menu-spagnolo .menu-item [class*=" icon-"]{
    font-size: 18px;
    margin-right: 8px;
}

.menu-item.t-btn--reverse-icn [class^="icomoon-"],
.menu-item.t-btn--reverse-icn [class*=" icomoon-"],
.menu-item.t-btn--reverse-icn [class^="icon-"],
.menu-item.t-btn--reverse-icn [class*=" icon-"]{
    margin-left: 8px;
    margin-right: 0px;
}

.mobile-menu .menu-item-has-children a,
.mobile-menu .menu-item a{
    justify-content: space-between;
}

.mobile-menu .menu-item-has-children [class^="icon-"],
.mobile-menu .menu-item-has-children [class*=" icon-"],
.mobile-menu .menu-item [class^="icon-"],
.mobile-menu .menu-item [class*=" icon-"]{
    font-size: 12px;
    margin-right: 0;
}

.mobile-menu ul.hide{
    display: none;
}

.mobile-menu li ul{
    left: 100%;
    top: 0; 
    display: none; 
}

.mobile-menu ul.show{
    display: block;  
}

.t-btn:not(.menu-item), .t-btn a,
.woocommerce-checkout .place-order button,
.button, button, input[type=submit], .yith-woocompare-widget a.button.compare, .basel-dark .basel-registration-page .basel-switch-to-register, .basel-dark .login .button, .basel-dark .register .button, .basel-dark .widget_shopping_cart .buttons a, .basel-dark .yith-woocompare-widget a.button.compare, .basel-dark .widget_price_filter .price_slider_amount .button, .basel-dark .woocommerce-widget-layered-nav-dropdown__submit, .basel-dark .basel-widget-layered-nav-dropdown__submit, .basel-dark .woocommerce .cart-actions input[name="update_cart"]{
    background-color: #ed193a;
    border-radius: 8px;
    font-size: 14px;
    padding: 12px 10px;
    color: #fff;
    text-align: center;
    font-weight: 700;

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.woof_reset_button_2{
    color: #fff;
    border-radius: 8px;
}

.t-btn:not(.menu-item):hover, .t-btn a:hover{
    background-color: #9e0d00;
}

.t-btn--ghost, .basel-hover-standard .btn-add > a{
    border: 2px solid #ed193a !important; 
    background-color: #fff !important;
    color: #ed193a !important;
    font-weight: 700 !important;
}

.t-btn--ghost:hover, .basel-hover-standard .btn-add > a:hover{
    background-color: #ed193a !important;
    color: #fff !important;
    text-decoration: none;
}

.t-btn--small{
    padding: 4px 16px !important;
}

.t-btn.menu-item a{
    border: 0 none;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 12px !important;
}

.t-btn.menu-item:nth-child(3) a{
    justify-content: center;
}

#menu-topbar-menu a,
#menu-topbar-menu-inglese a,
#menu-topbar-menu-francese a,
#menu-topbar-menu-tedesco a,
#menu-topbar-menu-spagnolo a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 4px;
    padding: 0px 4px;
    line-height: 32px;
}

#menu-topbar-menu a span,
#menu-topbar-menu-inglese a span,
#menu-topbar-menu-francese a span,
#menu-topbar-menu-tedesco a span,
#menu-topbar-menu-spagnolo a span{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.t-btn--reverse-icn a{
    flex-direction: row-reverse;
}

.topbar-menu .t-btn a:after{
    display: none;
}

.topbar-menu ul>li:before{
    display: none;
}

.topbar-menu ul > li{
    line-height: 1;
}

.t-lowercase a{
    text-transform: initial !important;
}

.mobmenu__back a{
    font-size: 18px;
    text-align: center;
}

.mobmenu__back .icon-arrow-right{
    visibility: hidden;
}

.toggle{
    z-index: 1;
    display: none;
    padding: 10px;
}

#hamburger-icon {
    width: 20px;
    height: 15px;
    position:relative;
    display:block;
    padding: 0;
    margin-left: 3px;
}

#hamburger-icon .line {
    display:block;
    background: #000;
    width: 20px;
    height: 2px;
    position:absolute;
    left:0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
    
#hamburger-icon .line.line-1 {
    top:0;
}

#hamburger-icon .line.line-2 {
    top:50%;
}

#hamburger-icon .line.line-3 {
    top:100%;
}

#hamburger-icon:hover, #hamburger-icon:focus .line-1 {
    transform: translateY(2px / 2 * -1);
    -webkit-transform: translateY(2px / 2 * -1);
    -moz-transform: translateY(2px / 2 * -1);
}
#hamburger-icon:hover, #hamburger-icon:focus .line-3 {
    transform: translateY(2px / 2);
    -webkit-transform: translateY(2px / 2);
    -moz-transform: translateY(2px / 2);
}  

#hamburger-icon.active .line-1 {
    transform: translateY(7.5px);
    transform: translateX(0);
    transform: rotate(45deg);
    -webkit-transform: translateY(7.5px);
    -webkit-transform: translateX(0);
    -webkit-transform: rotate(45deg);
    -moz-transform: translateY(7.5px);
    -moz-transform: translateX(0);
    -moz-transform: rotate(45deg);
    top: 50%;
}
#hamburger-icon.active .line-2 {
    opacity:0;
}
#hamburger-icon.active .line-3 {
    transform: translateY(-7.5px);
    transform: translateX(0);
    transform: rotate(-45deg);
    -webkit-transform: translateY(-7.5px);
    -webkit-transform: translateX(0);
    -webkit-transform: rotate(-45deg);
    -moz-transform: translateY(-7.5px);
    -moz-transform: translateX(0);
    -moz-transform: rotate(-45deg);
    top: 50%;
}

.basel-back-btn{
    display: none;
}

.single-breadcrumbs-wrapper{
    background-color: #F0F0F0;
}

.main-header form.has-categories-dropdown .search-by-category{
    display: none;
}

.contaner--1400{
    width: 95%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.single-product-content .variations .label{
    display: none;
}

.single-product-content .variations .reset_variations{
    display: none;
}

.single-product-content.product-type-variable p.price{
    display: none;
}

.single-product-content .summary-inner .out-of-stock{
    display: none !important;
}

.single-product-content .summary-inner .price small{
    display: none;
}

.single-product-content p.price{
    margin-bottom: 24px;
    line-height: 1;
    margin-bottom: 16px;
}

.single-product-content .basel-sizeguide-btn{
   font-weight: 700;
   color: #ed193a !important;
}

.single-product-content .basel-sizeguide-btn svg{
    stroke: #ed193a;
}

.cwg_popup_submit{
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.t-flag{
    width: 24px;
    height: 16px;
    margin-right: 8px;
}

.browser-Firefox .main-header .wrapp-header{
    height: auto;
}

.product-share{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-content .product-share .share-title{
    font-weight: 400;
}

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:after{
    display: none;
}

.button-variable-item span{
    font-weight: 700;
    text-transform: uppercase;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
    background-color: #ed193a;
    color: #fff;
    box-shadow: 0 0 0 2px #ed193a;
}

.single-product-content .single_variation_wrap{
    padding-top: 8px;
}

.single-product-content .single_variation{
    margin-bottom: 16px;
    margin-top: 0;
}

.single-product-content .single_variation .price{
    margin-bottom: 0;
}

.single-product-content .single_variation .price .amount,
.single-product .price .amount{
    color: #4E5151 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.price del{
    opacity: 0.5;
}

.price del bdi, .basel-sticky-btn-cart .price del .amount{
    font-size: 13px !important;
}

.summary{
    border-left: 1px solid #E5E5E5;
    padding-left: 60px;
}

.summary h1, .single-product-content .entry-title{
    line-height: 1;
    margin: 0;
}

.summary h2{
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.single_add_to_cart_button, .basel-sticky-btn .basel-sticky-add-to-cart, .woocommerce .cart-actions .coupon .button, .added_to_cart.btn-color-black, input[type=submit].btn-color-black, .wishlist_table tr td.product-add-to-cart>.add_to_cart.button, .basel-hover-quick .quick-shop-btn > a, table.compare-list tr.add-to-cart td a, .basel-compare-col .add_to_cart_button, .basel-compare-col .added_to_cart{
    border-radius: 8px;
    font-weight: 700;
}

.single_add_to_cart_button{
    display: block;
    width: 100%;
}

.single-product-content .single_variation_wrap .variations_button{
    display: block;
    margin-bottom: 24px;
}

.woocommerce-variation-size{
    margin-right: 15px;
    margin-bottom: 0px;

    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
    padding: 2px;

    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;

    border-radius: 2px;

    min-width: 30px;
    height: 30px;

    opacity: .75;
}

.single-product-content .single_variation .woocommerce-variation-availability, .single-product-content .single_variation .woocommerce-variation-price{
    display: flex;
    align-items: center;
}

.single-product-content .cart{
    display: block;
    margin-right: 0;
}

/*.single-product-content .single_variation_wrap{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.single-product__wrap{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}*/

.slider-title:before{
    display: none;
}

.single-product-content .entry-summary .compare-btn-wrapper a, 
.single-product-content .entry-summary .wishlist-btn-wrapper a{
    font-weight: 400;
}

#wc-stripe-payment-request-wrapper{
    padding-top: 0 !important;
}

#wc-stripe-payment-request-button-separator{
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.product-type-variable.product-design-default .entry-summary .variations_form{
    border-bottom: 0;
    padding-bottom: 0;
}

.dimensions{
    clear: both;
    /*display: flex;
    justify-content: space-between;*/
    margin-bottom: 12px;
}

.dimensions > strong{
    display: block;
}

.product__details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    font-size: 12px;
    width: 100%;
}

.product__details .product__detail{
    width: 25%;
    border-left: 1px solid #E5E5E5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 14px 6px;
    height: 100%;
    line-height: 1;
    min-height: 98px;
    text-align: center;
}

.product__details .product__detail > span{
    font-size: 30px;
    color: #606060;
    display: block;
    width: 100%;
    text-align: center;
}

.product__details .product__detail:first-child{
    border-left: 0 none;
}

.product__details .product__detail:nth-child(2) > span{
    font-size: 60px;
    margin-bottom: 2px;
}

.product__details .product__detail:nth-child(3) > span{
    font-size: 40px;
    margin-bottom: -9px;
}

.wishlist-btn-wrapper{
    /*float: right;*/
    width: 100%;
    text-align: right;
}

.single-product-content .product-share{
    margin-top: 16px;
}

.social-icons.icons-size-small li i{
    font-size: 18px;
}

.single-product-content .product-tabs-wrapper{
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.t-accordion{
    border-bottom: 1px solid #E5E5E5;
}

.t-accordion__row{
    margin: 0 auto;
    /*padding-top: 24px;
    padding-bottom: 24px;*/
    border-top: 1px solid #E5E5E5;
    max-width: 1128px;
}

.t-accordion__title{
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding: 20px 12px;
    font-size: 16px;
    color: #4c4c4c;
}

.t-accordion__block{
    max-height: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    overflow: hidden;
}

.t-accordion__block ul{
    margin-bottom: 16px;
}

.t-accordion__block ul li{
    margin-bottom: 4px;
}

.t-accordion__row--open .t-accordion__block{
    max-height: 10000px;
    padding-left: 12px;
    padding-right: 12px;
}

.t-accordion__row .fa-angle-right{
    transform: rotate(90deg);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.t-accordion__row--open .fa-angle-right{
    transform: rotate(-90deg);
}

.t-accordion__block .t-btn{
    display: inline-block;
    margin-top: 12px;
}

.cover{
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    margin-top: -40px;
    max-height: 450px;
    overflow: hidden;
    position: relative;
}

.cover__background:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-image: url(https://dev.webdad.it/_trudi/wp-content/uploads/2021/05/texture-trudi.svg);
    background-image: url(https://dev.webdad.it/_trudi/wp-content/uploads/2021/05/texture-trudi.png);*/
    background-image: url(https://www.trudi.com/wp-content/uploads/2021/05/texture-trudi.svg);
    background-size: contain;
    opacity: 0.5;
    text-align: center;
    background-color: #fafafa;
    border-top: 1px solid #971b2f;
    border-bottom: 1px solid #971b2f;
    /*background-blend-mode: luminosity;*/
}

.page-title-default{
    border-top: 1px solid #971b2f;
    border-bottom: 1px solid #971b2f;
}

.cover__title{
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    /*position: absolute;*/
    width: 100%;
    text-align: center;
    font-size: 80px;
    line-height: 1;
    /*color: #ed193a;*/
    /* color: #243e8a; */
    color: #971b2f;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.cover__image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.single-product-content .single_variation .woocommerce-variation-availability{
    display: none;
}

/*.single_add_to_cart_button{
    background-color: #243e8a !important;
    border-color: #243e8a !important;
}*/



.basel-hover-standard .btn-add{
    margin-top: 8px;
}

.basel-hover-standard .btn-add>a{
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    display: block;
}

.size-list{
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 12px;
}

.size-list__label{
    display: inline-block;
    margin-right: 4px;
}

.size-list__item--disabled{
    opacity: .3;
}

.size-list__item--default{
    font-weight: 700;
    color: #ed193a;
}

.product-grid-item{
    text-align: left;
}

.product-grid-item .product-title, .product-grid-item .product-title a{
    text-align: left;
    font-size: 19px;
    line-height: 1;
    margin: 0;
    letter-spacing: -.4px;
}

.product-grid-item h4{
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -.4px;
}

.product-grid-item .price{
    text-align: left;
}

.product-grid-item .price .price{
    display: inline-block;
}

.product-grid-item .price small, .price small{
    color: #606060;
}

.basel-hover-standard .amount{
    font-size: 18px;
    font-weight: 700;
}

.woof .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #ed193a;
}

.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{
    top: 1px;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle{
    border-color: #ed193a;
    background-color: #ed193a;
    top: 10px;
    width: 1.2em;
    height: 1.2em;
}

.woof .widget_price_filter .price_slider_wrapper .ui-widget-content,
.widget_price_filter .ui-slider-horizontal:before{
    background-color: #E5E5E5;
}

.woof_container_inner{
    padding-bottom: 14px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E5E5E5;
}

.woof_container_inner h4{
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 4px;
}

.sidebar-container {
    margin-bottom: 40px;
    background: #F5F5F5;
    border-radius: 8px;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

.wrapper-wide .single-product-page .container{
    max-width: 1128px;
}

.category__intro{
    text-align: left;
    margin-top: 0px;
    padding: 0;
}

.tag-list{
    position: absolute;
    z-index: 1;
    margin-top: 4px;
}

.summary-inner .tag-list{
    position: initial;
    margin-top: -10px;
}

.tag, .out-of-stock{
    background-color: #971b2f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 3px 8px !important;
    font-size: 10px !important;
    font-weight: 700;
    display: inline !important;
    margin-left: 4px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: .4px;
}

.tag:hover{
    text-decoration: none;
    color: #fff;
    opacity: .7;
}

.out-of-stock{
    background-color: #000;
}

.tag-best-seller,  .tag-best-seller-en{
    background-color: #00B8D4;
}

.tag-promo, .tag-promo-en{
    background-color: #FF6D00;
}

.tag-new, .tag-new-en{
    background-color: #5AC615;
}

.tag-sweet, .tag-sweet-en{
    background-color: #EE67B8;
}

.tag-trudino, .tag-trudino-en{
    background-color: #FFB800;
}

.footer-assistenza{
    background-color: #F0F0F0;
}

.footer-assistenza .img-round{
    background-color: #971b2f;
    background-color: #fff;
    border: 3px solid #ed193a;
    object-fit: contain;
    height: 100%;
}

.irs-bar{
    background: #ed193a !important;
    border-top: 1px solid #ed193a !important;
    border-bottom: 1px solid #ed193a !important;
}

.irs-slider{
    background: #ed193a !important;
    border: 1px solid #ed193a !important;
    box-shadow: none;
}

.irs-from, .irs-to, .irs-single{
    background: #ed193a !important;
}

#woof_svg_load_container{
    width: 90px;
    height: 90px;
}

#woof_svg_load_container img{
    fill: #17f29b;
}

.footer-assistenza .t-btn{
    display: inline-block;
}

.footer-newsletter{
    background-color: #C4C4C4;
    background-color: #fafafa;
    background-blend-mode: luminosity;
}

.footer-newsletter .row, .footer-assistenza .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-newsletter .row{
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: rgba(255,255,255,1);
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.footer-newsletter .social-icons li {
    margin: 5px 2px 0 2px;
}

.footer-assistenza h3, .footer-newsletter h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #4E5151;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
}

.footer-newsletter .row > div:nth-child(2){
    border-right: 1px solid #959696;
}

.footer-assistenza .t-btn--image{
    font-size: 12px;
}

.footer-assistenza .t-btn--image img{
    margin-bottom: 8px;
}

.footer-newsletter .social-icons{
    text-align: left;
    margin: 0;
    padding: 0;
}

.t-btn--image{
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 13px;
}

.img-round{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
}

.form-control{
    border-radius: 4px !important;
}

.t-form-inline{
    position: relative;
    line-height: 1;
    margin-bottom: -10px;
}

.t-form-inline .wpcf7-submit{
    position: absolute;
    top: 6px;
    right: 4px;
}

.footer-newsletter form p{
    margin-bottom: 0;
}

.wpb_wrapper h2{
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
}

#menu-footer-menu,
#menu-footer-menu-inglese{
    display: flex;
    justify-content: flex-end;
}

#menu-footer-menu a,
#menu-footer-menu-inglese a{
    padding: 6px;
}

.product-grid-item.outofstock .product-labels{
    top: 0px !important;
    justify-content: flex-end;
    height: 97%;
}

.widget_shopping_cart .buttons a, .woocommerce .cart-actions .button{
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
}

.widget_shopping_cart .product_list_widget li span.quantity .amount{
    color: #ed193a;
}

.amount{
    color: rgba(0,0,0,.9);
}

.cart-widget-side .widget-heading, .login-form-side .widget-heading{
    background-color: #ed193a;
}

.single-product-content .summary-inner .in-stock,
.basel-sticky-btn .in-stock{
    display: none;
}

/*
.product-element-top img{
    height: 13vw;
    object-fit: contain;
}

.single-product-content .product-images .woocommerce-product-gallery__image img{
    height: 30vw;
    object-fit: contain;
}
*/

.top-bar-left{
    text-align: center;
}

/*.tax-product_cat h1{
    font-size: 18px;
    margin: 0;
}*/

.offcanvas-sidebar-mobile .sidebar-container {
    position: fixed;
    width: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    z-index: 500;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    -webkit-transition: transform .25s ease;
    transition: transform .25s ease;
    transform: translate3d(-300px,0,0);
    -webkit-transform: translate3d(-300px,0,0);
}

.offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) .basel-show-sidebar-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.offcanvas-sidebar-mobile .sidebar-container .basel-close-sidebar-btn {
    display: block;
    height: 67px;
}

.offcanvas-sidebar-mobile .sidebar-container .basel-sidebar-scroll {
    position: absolute;
    top: 67px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.offcanvas-sidebar-mobile .sidebar-container .basel-sidebar-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
}

.offcanvas-sidebar-mobile .sidebar-container .widget-area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.offcanvas-sidebar-mobile .sidebar-container .sidebar-widget:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.offcanvas-sidebar-mobile .sidebar-container .sidebar-widget {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(124,124,124,.15);
}

.offcanvas-sidebar-mobile.basel-show-hidden-sidebar .basel-sidebar-scroll .basel-sidebar-content {
    opacity: 1;
    transition: opacity .4s cubic-bezier(.445,.05,.55,.95);
    -webkit-transition: opacity .4s cubic-bezier(.445,.05,.55,.95);
}

.basel-show-sidebar-btn:not(.trudi-show-filter-btn){
    display: none !important;
}

.site-content.shop-content-area{
    left: 0;
    width: 100%;
}

#woof_results_by_ajax{
    height: 60px;
}

.shop-loop-head .woocommerce-result-count{
    line-height: 42px;
}

.shop-loop-head .woocommerce-ordering {
    margin-top: 0;
}

.basel-close-sidebar-btn{
    background-color: #ed193a;
}

#woof_results_by_ajax .category__intro{
    display: none;
}

.products{
    clear: both;
}

.hidden--mobile{
    display: block;
}

.hidden--desktop{
    display: none;
}

.cwginstock-subscribe-form .panel{
    margin: 0;
}

.swal2-content{
    padding: 0 !important;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading{
    background-color: transparent;
    border:0 none;
}

.cwginstock-panel-heading h4{
    color: #971b2f;
    margin: 0;
}

.cwginstock-subscribe-form .panel-primary{
    border: 0 none;
    box-shadow: none;
}

.cwg_iagree_checkbox label{
    margin-bottom: 16px;
    font-size: 13px;
}

.swal2-close, .swal2-close:focus{
    box-shadow: inset 0 0 0 0px transparent !important;
    font-size: 1.8em !important;
    color: #a2a2a2 !important;
    background-color: transparent !important;
}

.cart-widget-side .widget-heading, .login-form-side .widget-heading{
    padding-top: 8px;
    padding-bottom: 8px;
}

.woocommerce-MyAccount-title{
    background-color: #971b2f;
}

#shipping_method{
    margin-bottom: 8px;
}

#shipping_method li{
    display: flex;
    align-items: center;
    text-align: left;
}

#shipping_method label{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-shipping-destination{
    margin-bottom: 0px;
}

.basel-sticky-btn-cart #wc-stripe-payment-request-button-separator{
    display: none !important;
}

.shop_table_responsive .woocommerce-shipping-destination{
    display: none;
}

.single-product-content .cart div.quantity, .basel-sticky-btn-cart .cart div.quantity{
    display: none !important;
}

.page-title{
    border: 0px none;
    padding: 48px 0;
}

.page-title .entry-title, .page-title h1{
    text-transform: initial;
    /* color: #243e8a; */
    color: #971b2f;
    font-size: 56px;
    line-height: 1;
}

input[type=number]{
    border: 0 none;
}

div.quantity .minus, div.quantity .plus{
    background-color: transparent;
    border: 0 none;
    font-weight: 700;
    font-size: 18px;
}

div.quantity input[type=number]{
    font-size: 18px;
}

.labels-rectangular{
    top: auto;
    right: 4px;
    left: auto;
    bottom: 4px;
}

.labels-rectangular .product-label{
    border-radius: 4px;
}

.basel-sizeguide-table td:first-child,
.basel-sizeguide-table td:last-child{
    font-weight: 700;
}

.basel-sizeguide-table td:last-child{
    font-size: 16px;
}

.input--hidden{
    display: none;
}

.form--flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form--flex label{
    margin: 0;
}

.form--flex span{
    width: 140px;
    text-align: right;
}

.row__minheight{
    min-height: 500px;
}

.widget_shopping_cart .product_list_widget li span.quantity{
    padding-left: 72px;
}

.page-id-124 .entry-content:before{
    content: '';
    width: 1px;
    height: 100%;
    background: #ed193a;
    display: block;
    position: absolute;
    left: 50%;
}

.page-id-124 .vc_row{
    position: relative;
}

.page-id-124 .vc_row.vc_row-flex:before{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ed193a;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
}

.page-id-124 .entry-content .vc_column-inner > .wpb_wrapper{
    padding: 50px;
}

input[type=radio], input[type=checkbox]{
    min-width: 15px;
    min-height: 15px;
}

.card{
    border: 1px solid #ccc;
    padding: 10px;
    background: url(images/trudi-from-to.jpg) no-repeat center center;
    background-size: cover;
    width: 1000px;
    height: 707px;
}

.page-template-page-no-title .page-title{
    display: none;
}

@media (max-width: 425px) {

    .page-id-124 .entry-content:before{
        display: none;
    }

    .page-id-124 h2, .page-id-124 .wpb_wrapper p{
        text-align: center !important;
    }

    .page-id-124 .vc_row-flex{
        margin-bottom: 40px;
    }

    .widget_shopping_cart .product_list_widget li .variation{
        padding-left: 72px;
    }

    .hidden--mobile{
        display: none;
    }
    
    .hidden--desktop{
        display: block;
    }

    .main-page-wrapper{
        margin-top: -28px;
    }

    .mobile-menu, .toggle{
        display: block;
    }

    .main-header {
        margin-bottom: 80px;
    }

    .home .main-header {
        margin-bottom: 40px;
    }

    .main-header .search-extended{
        position: absolute;
        left: 0;
        right: 0;
        background: #F0F0F0;
        width: auto;
        top: 66px;
        padding: 8px;
    }

    .t-btn.menu-item{
        padding: 9px 10px 10px;
        width: 50%;
    }

    .t-btn.menu-item:nth-child(3){
        width: 100%;
        padding-top: 0;
    }

    .t-btn.menu-item a{
        font-size: 16px;
        padding: 12px 16px !important;
    }

    .t-btn.menu-item a{
        justify-content: center;
    }

    .header--top{
        display: none;
    }

    .social-action{
        display: flex;
    }

    .social-action a{
        margin-left: 10px;
    }

    .social-action .basel-cart-subtotal{
        display: none;
    }

    .website-wrapper{
        min-height: 100vh;
        /*padding-top: 145px;*/
    }

    .website-wrapper--fixed{
        position: fixed;
    }

    .mobile-nav-icon{
        margin-left: 6px;
    }

    .single-breadcrumbs-wrapper .woocommerce-breadcrumb, 
    .single-breadcrumbs-wrapper .yoast-breadcrumb{
        display: block;
    }

    .summary{
        border-left: 0px none;
        padding-left: 0px;
        padding-right: 0;
    }

    .dimensions{
        margin-top: 20px;
    }

    .product__details{
        margin-top: 6px;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #F8F8F8;
        width: 100vw;
    }

    .product-tabs-wrapper .container,
    .product-tabs-wrapper .col-sm-12{
        padding: 0;
    }
    
    .cover{
        margin-bottom: 0;
        height: 13vh;
    }

    .cover__title{
        font-size: 34px;
        margin-bottom: 30px;
    }

    .category__intro{
        background:#fff;
        margin-top: 0;
        /*padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;*/
        margin-top: -10px;
    }

    .category__intro p{
        margin: 0;
    }

    #woof_results_by_ajax{
        background: #F0F0F0;
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
        width: 100vw;
        padding-bottom: 16px;
    }

    .trudi-show-filter-btn{
        /*margin-left: 15px;*/
        margin-top: 10px;
    }

    .trudi-show-filter-btn a{
        width: calc( 100vw - 90px);
        padding: 6px 16px !important;
    }
    
    .shop-loop-head{
        margin-top: 0;
        padding-top: 0;
    }

    .shop-loop-head .woocommerce-ordering{
        /*margin-right: 20px;*/
        margin-top: 10px;
    }

    .size-list{
        font-size: 12px;
    }

    /*.footer-assistenza .col-sm-2,
    .footer-newsletter .col-sm-2{
        display: none;
    }*/

    .footer-newsletter .row > div:nth-child(2){
        border-right: 0 none;
    }

    .footer-newsletter .col-sm-2{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }

    .footer-newsletter .col-sm-2 h3{
        margin: 0;
    }

    .footer-newsletter .wpcf7-list-item{
        margin-top: 15px;
        margin-right: 0;
    }

    #menu-footer-menu,
    #menu-footer-menu-inglese{
        justify-content: center;
    }

    .product-grid-item .product-title, .product-grid-item .product-title a{
        font-size: 18px;
    }

    .product-grid-item h4{
        font-size: 13px;
    }

    .product-grid-item .product-element-top img{
        width: 100%;
    }

    .contaner--1400{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    /*.size-list__label{
        display: inline-block;
        margin-right: 4px;
    }*/

    .shop-loop-head{
        position: relative;
    }

    .shop-loop-head:after{
        background: #F0F0F0;
        height: 56px;
        margin-right: -15px;
        margin-left: -15px;
        position: absolute;
        bottom: -16px;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .offcanvas-sidebar-mobile .shop-content-area:not(.col-sm-12) .basel-show-sidebar-btn{
        position: relative;
        z-index: 2;
    }

    .products .product-grid-item{
        margin-bottom: 80px;
    }

    .basel-active-filters{
        margin-bottom: 20px;
    }

    .basel-sticky-btn.mobile-on.basel-sticky-btn-shown{
        background-color: #fff;
        border-top: 1px solid #979797;
    }

    .basel-sticky-btn .price{
        display: block;
    }

    .basel-sticky-btn-cart{
        justify-content: space-between;
    }

    .basel-sticky-btn-cart #wc-stripe-payment-request-wrapper, .basel-sticky-btn-cart #wc-stripe-payment-request-button-separator{
        display: none !important;
    }

    .basel-sticky-btn-cart .price{
        width: 50%;
    }

    .basel-sticky-btn .basel-sticky-add-to-cart:not(:last-child),
    .basel-sticky-btn .cart{
        width: 50%;
        margin-right: 0;
        padding-left: 0;
    }

    .basel-sticky-btn .single_add_to_cart_button{
        padding: 8px;
        margin: 0;
    }

    .basel-sticky-btn .basel-sticky-btn-container{
        padding-left: 8px;
        padding-right: 8px;
    }

    .basel-sticky-btn .basel-sticky-btn-cart{
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
    }

    .basel-sticky-btn .price{
        text-align: left;
    }

    .basel-sticky-btn .basel-sticky-btn-content {
        /*display: flex;*/
    }

    .woocommerce table.shop_table_responsive .product-thumbnail a{
        display: none;
    }

    #shipping_method li{
        width: 100%;
    }
}