/* .t-page {
	padding-bottom: 200px;
} */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: #000000;
}

.product-item-scu-item-color-block {
    outline: 0px;
}

#searchModal .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0;
}

#searchModal .modal-content {
    border-radius: 0;
    height: 100vh;

}

#searchModal {
    padding: 0 !important;
    transition: 0.5s;
}

#searchModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
}

#searchModal .t-search__form {
    margin: 0;
    top: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    padding-right: 14px;
}

.t-left-menu__item {
    font-size: 17px !important;
}

.t-right-menu,
.t-left-menu {
    padding-top: 6px;
}

.t-right-phono {
    padding-top: 0px;
}

.t-dialog__close:after,
.t-dialog__close:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px !important;
    border-radius: 1px;
    background: #000 !important;
    top: 50%;
    left: 0;
}

#searchModal .t-input input {
    font-size: 48px;
    padding: 0 0 16px 12.648%;
    color: #000;
    font-weight: 300;
    border-color: #000 !important;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    font-family: "Montserrat", Arial, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#searchModal .t-input input::placeholder {
    color: #afb0b3;
}

#searchModal input::-webkit-input-placeholder {
    color: #000;
}

#searchModal input::-moz-placeholder {
    color: #000;
}

div.title-search-result {
    z-index: 99999;
}

.title-search-result {
    background: none !important;
    border: none !important;
}

.bx_item_block.others_result {
    display: none;
}

.bx_searche .bx_img_element {
    background: none;
}

span.all_result_title a {
    color: #000 !important;
    text-decoration: underline !important;
}

.t-search__form .t-input:after,
.t-search__form .t-input:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 1px;
    background: #000;
    border-radius: 1px;
}

.t-search__form .t-input:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 2px;
}

.t-search__form .t-input:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -2px;
}

.t-input label {
    font-weight: 400;
}

;

a:focus,
a:hover {
    color: #333;
    font-weight: 600;
}

.footer-social {
    margin-top: -55px;
    margin-bottom: 55px;
}

header._stick .t-right-phono a {
    color: #333;
}

.t-right-phono a {
    color: #fff;
}

.t-right-phono {
    font-size: 17px;
}

@media (min-width: 1340px) and (max-width: 1370px) {

    .t-left-menu__item,
    .t-right-phono {
        font-size: 14px !important;
    }
}

@media (min-width: 1370px) and (max-width: 1466px) {

    .t-left-menu__item,
    .t-right-phono {
        font-size: 15px !important;
    }
}

@media (min-width: 1800px) and (max-width: 1850px) {

    .t-left-menu__item,
    .t-right-phono {
        font-size: 16px !important;
    }
}

@media (max-width: 1366px) {
    .t-right-phono {
        display: flex !important;
    }
}

@media(max-width:768px) {
    .mobile-list {
        margin: 0;
    }

    .t-right-phono {
        display: none !important;
    }

    .t-preview img {
        top: unset !important;
    }

    .footer-social {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 756px) {
    .t-menuBox__column a:first-child {
        margin: 0;
    }
}

.t-menuBox__column.mobile-list {
    margin: 30px 0 0;
}

span._big {
    color: #333 !important;
}

.expandable-mobile {
    position: relative;
}

.expandable-mobile:after {
    display: none;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    pointer-events: none;
    position: absolute;
    top: 3px;
}

@media (max-width: 750px) {
    .t-menuBox {
        flex-direction: column;
    }

    .t-menuBox__column {
        margin-top: 15px !important;
    }

    .t-menuBox__column.mobile-list {
        /*display: none*/
    }

    .t-menuBox__column.mobile-list a {
        margin-left: 15px !important;
    }

    .expandable-mobile:after {
        display: inline-block;
    }

    #searchModal .t-input input {
        font-size: 28px;
        padding-left: 6%;
    }
}

.iti-flag {
    background-image: url("img/flags.png");
}

.webp .iti-flag {
    background-image: url("img/flags.webp");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti-flag {
        background-image: url("img/flags@2x.png");
    }

    .webp .iti-flag {
        background-image: url("img/flags@2x.png");
    }
}

@media screen and (min-width: 320px) {

    html:not([data-scroll]) header,
    html[data-scroll="0"] header {
       // background: rgba(255, 255, 255, 0);
    }

    html:not([data-scroll]) header .header-menu-burger div,
    html[data-scroll="0"] header .header-menu-burger div {
        background: rgb(255, 255, 255);
        transition: .3s;
    }

    html:not([data-scroll]) header .header-menu-burger div.open:first-child,
    html:not([data-scroll]) header .header-menu-burger div.open:last-child,
    html[data-scroll="0"] header .header-menu-burger div.open:first-child,
    html[data-scroll="0"] header .header-menu-burger div.open:last-child {
        background: rgb(0, 0, 0);
    }

    html:not([data-scroll]) header .search-form .search-input,
    html[data-scroll="0"] header .search-form .search-input,
    html:not([data-scroll]) header .search-form .search-input::placeholder,
    html[data-scroll="0"] header .search-form .search-input::placeholder {
        color: rgb(0, 0, 0);
    }

    html:not([data-scroll]) header .inline-input.open,
    html[data-scroll="0"] header .inline-input.open {
        border-color: #000000;
    }

    html:not([data-scroll]) header .search-form .search-button img,
    html[data-scroll="0"] header .search-form .search-button img {
        filter: invert(1);
    }

    html:not([data-scroll]) header .header-links a,
    html[data-scroll="0"] header .header-links a {
        color: #fff;
    }

    html:not([data-scroll]) header .header-logo-container svg path,
    html[data-scroll="0"] header .header-logo-container svg path {
        fill: #fff;
    }

    html:not([data-scroll]) header .header-logo-container.open svg path,
    html[data-scroll="0"] header .header-logo-container.open svg path {
        fill: #000000;
    }

    html:not([data-scroll]) header .header-buttons svg.heart path,
    html[data-scroll="0"] header .header-buttons svg.heart path,
    html:not([data-scroll]) header .header-buttons svg.loop path,
    html[data-scroll="0"] header .header-buttons svg.loop path,
    html:not([data-scroll]) header .header-buttons svg.arrow path,
    html[data-scroll="0"] header .header-buttons svg.arrow path {
        stroke: #fff;
    }

    header .search-popup-container.expand~.header-menu-left .header-links a,
    header .search-popup-container.expand~.header-menu-right .header-links a {
        color: #000;
    }

    header .search-popup-container.expand~.header-logo-container svg path,
    header .search-popup-container.expand~.header-menu-right .header-buttons svg.profile path {
        fill: #000;
    }

    header .search-popup-container.expand~.header-menu-right .header-buttons svg.heart path,
    header .search-popup-container.expand~.header-menu-right .header-buttons svg.loop path {
        stroke: #000;
    }
}

img.lazy {
    transition: opacity .5s;
    opacity: 1;
}

img.lazy:not([src]) {
    opacity: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}
