body {
    font-family: "Roboto", sans-serif;
}
:root {
    --mainColor: #163ac7;
    --subColor: #16bcdc;
    --price: #163ac7;
}
a:hover {
    color: var(--subColor);
    text-decoration: none;
    cursor: pointer;
}
.line-clamp-1-new {
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-clamp-2-new {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-clamp-3-new {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
header .search-form {
    width: calc(83.333333% - 485px);
}
@media (max-width: 1499px) and (min-width: 1200px) {
    header .logo {
        -ms-flex: 0 0 calc(20.666667% - 67px);
        flex: 0 0 calc(20.666667% - 67px);
        max-width: calc(20.666667% - 67px);
    }

    header .logo.logo-index {
        -ms-flex: 0 0 calc(20.666667% - 15px);
        flex: 0 0 calc(20.666667% - 15px);
        max-width: calc(20.666667% - 15px);
    }

    header .search-form {
        width: calc(79.333333% - 465px);
    }

    header .suggest a:nth-child(4) ~ a {
        display: none;
    }
}
@media (max-width: 991px) {
    header {
        padding: 10px 0;
    }

    header .logo {
        -ms-flex: 0 0 171px;
        flex: 0 0 171px;
        max-width: 171px;
        margin-left: 15px;
    }

    header .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
    }

    header .search-form {
        order: 1;
        width: 100%;
        margin-top: 10px;
    }

    header .search-form input {
        height: 40px;
    }

    header .search-form button {
        height: 32px;
    }

    header .search-form button img {
        width: 32px;
    }

    header .account ul {
        display: none;
    }
}
@media (max-width: 767px) {
    header {
        padding: 10px 0;
    }

    header .logo {
        -ms-flex: 0 0 calc(100% - 175px);
        flex: 0 0 calc(100% - 175px);
        max-width: calc(100% - 175px);
        margin-right: 15px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    header .text-ico {
        margin-left: 8px;
        padding-left: 36px;
        width: 24px;
        height: 36px;
        overflow: hidden;
        background-size: 24px !important;
        padding-left: 24px;
    }

    header .text-ico.cart-head {
        width: 36px;
        padding-left: 36px !important;
    }

    header .text-ico.hotline {
        background-size: 21px !important;
    }
}

@media (min-width: 1500px) {
    header .logo.logo-index {
        -ms-flex: 0 0 calc(16.666667% - 17px);
        flex: 0 0 calc(16.666667% - 17px);
        max-width: calc(16.666667% - 17px);
    }
}
.header-account:before {
    position: absolute;
    content: "";
    top: -8px;
    right: -12px;
    left: -12px;
    bottom: -8px;
    height: 65px;
    transform: translateZ(0);
}
.header-account ul {
    top: calc(100% + 10px);
    right: -15px;
    box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.329);
    display: none;
}
.header-account:hover > ul {
    display: grid;
}
.header-account ul::before {
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    content: "";
    top: -18px;
    right: 10px;
}
.nav-horizontal ul:not(.item_big) {
    padding-left: 10px;
    display: none;
}

.nav-horizontal ul li.current > ul {
    display: block;
}
.nav-horizontal ul li.current > span svg {
    transform: rotate(-90deg);
}
.item_product_main .image_thumb a {
    padding-bottom: 100%;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
}
.item_product_main .info-product {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    position: relative;
    margin-top: 10px;
}
.item_product_main .image_thumb a img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 1;
}
@media (min-width: 1200px) {
    /* .item_product_main:hover {
        box-shadow: 0px 0 10px rgba(217, 222, 226, 0.8);
    } */
    .item_product_main:hover a {
        color: var(--mainColor);
    }
    .item_product_main:hover .image_thumb > a {
        transform: scale(1.1) !important;
        -webkit-transform: scale(1.1) !important;
        -moz-transform: scale(1.1) !important;
    }

    .item_product_main:hover .action-cart {
        bottom: 12px;
        visibility: visible;
        z-index: 1;
    }
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
header.hSticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-animation: fadeInDown 0.4s both;
    animation: fadeInDown 0.4s both;
    min-height: auto !important;
}
/*CSS ALL*/

.checkbox:hover,
.radio:hover {
    cursor: pointer;
}

.indent {
    padding-left: 30px;
}
.indent .icon-checkbox,
.indent .icon-radio {
    margin-left: -30px;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    display: none;
}
.checkbox input[type="checkbox"] + i,
.radio input[type="radio"] + i {
    width: 22px;
    height: 22px;
    background: url("../images/green@2x.png") 0 0 no-repeat;
    background-size: 240px 24px;
    display: inline-block;
    position: relative;

    margin-right: 5px;
}

.checkbox:hover input[type="checkbox"] + .icon-checkbox {
    background-position: -24px 0;
}

.checkbox input[type="checkbox"]:checked + .icon-checkbox {
    background-position: -48px 0;
}

.checkbox input[type="checkbox"]:disabled + .icon-checkbox {
    background-position: -72px 0;
}

.checkbox input[type="checkbox"]:disabled:checked + .icon-checkbox {
    background-position: -96px 0;
}

/*CHECKBOX-XS*/
.checkbox-xs.indent {
    padding-left: 25px;
}
.checkbox-xs.indent .icon-checkbox {
    margin-left: -25px;
}

.checkbox-xs input[type="checkbox"] + i,
.radio-xs input[type="radio"] + i {
    height: 16px;
    width: 16px;
    background-size: 160px 16px;
}

.checkbox-xs:hover input[type="checkbox"] + .icon-checkbox {
    background-position: -16px 0;
}

.checkbox-xs input[type="checkbox"]:checked + .icon-checkbox {
    background-position: -32px 0;
}

.checkbox-xs input[type="checkbox"]:disabled + .icon-checkbox {
    background-position: -48px 0;
}

.checkbox-xs input[type="checkbox"]:disabled:checked + .icon-checkbox {
    background-position: -64px 0;
}

/*RADIO*/
.radio:hover input[type="radio"] + .icon-radio {
    background-position: -144px 0;
}

.radio input[type="radio"] + .icon-radio {
    background-position: -120px 0;
}

.radio input[type="radio"]:checked + .icon-radio {
    background-position: -168px 0;
}

.radio input[type="radio"]:disabled + .icon-radio {
    background-position: -192px 0;
}

.radio input[type="radio"]:disabled:checked + .icon-radio {
    background-position: -216px 0;
}

/*RADIO-XS*/
.radio-xs.indent {
    padding-left: 25px;
}
.radio-xs.indent .icon-radio {
    margin-left: -25px;
}

.radio-xs:hover input[type="radio"] + .icon-radio {
    background-position: -112px 0;
}

.radio-xs input[type="radio"] + .icon-radio {
    background-position: -80px 0;
}

.radio-xs input[type="radio"]:checked + .icon-radio {
    background-position: -112px 0;
}

.radio-xs input[type="radio"]:disabled + .icon-radio {
    background-position: -128px 0;
}

.radio-xs input[type="radio"]:disabled:checked + .icon-radio {
    background-position: -144px 0;
}

.scrollBar::-webkit-scrollbar {
    width: 7px;
    background-color: #ddd;
}
.scrollBar::-webkit-scrollbar-thumb {
    background-color: var(--mainColor);
}
