/* Global sizes: Fonts */


/* Global Variable */

: root {
   --font-size-title-A: 2.058em;
}


.t744__title .t-name t-name_xl .js-product-name {
    font-size: var(--font-size-title-A);
}


 /*PRODUCT PAGE: optimize product page*/

/*Title: add margin*/
.t744__title-wrapper {
    margin-bottom: 20px;
}

/*Proudct / Option / Title*/
.t744 .t-product__option-title {
    font-size: 14px;
font-weight: 700;
    line-height: 1.25;
}


.t744 .t-product__option {
    margin-top: 20px;
    margin-bottom: 30px;
}

/*Product / Option / Select*/

.js-product .t-product__option-select {
    border: 1px #666666 solid;
    background: #FFFAF1;    
    border-radius: 0px;
}

select.js-product-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs {
    border-radius: 0px;
}

select.js-product-option-variants.t-product__option-select.t-typography__options.t-descr.t-descr_xxs:focus {
    border-radius: 0px;
    outline-color: #333333;
}


/*Arrow of the option list - color*/
.js-product .t-product__option-variants:after {
    border-color: #333333 transparent transparent transparent;
}

/* Product / Favorite Button */
/*
a.t1002__addBtn {
    background-color: #FFFAF1 !important;
    border: 1px #666666 solid;

}

a.t1002__addBtn:hover {
    background-color: #FFFAF1 !important;
    border: 1px #666666 solid;
    color: red !important;

}*/





/*MEDIA QUERIES*/

@media screen and (max-width: 480px) {
.t-rec_pt_90 {
    padding-top: 0px!important;
}
}

@media screen and (max-width: 980px) {
.t-rec_pb_135 {
    padding-bottom: 0px!important;
}
}


/*MEDIA QUERIE: Mobile Menu Border Bottom */

@media screen and (max-width: 980px) {
.t-menusub__menu 
    {
        border-bottom: 0px solid rgba(0,0,0,.15);
    }
}

