input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.btn:active {
    transform: translateY(1px) !important
}

button:focus:not(:focus-visible) {
    outline: 0
}

.navbar-toggler:focus {
    box-shadow: none
}

.form-control:focus {
    box-shadow: none
}

a {
    text-decoration: none !important
}

::-webkit-scrollbar {
    display: none
}

body {
    color: #1a1818;
    font-size: 16px;
    overflow-x: hidden;
    background: #fff
}

@keyframes blink {
    0% {
        opacity: .1
    }

    25% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    95% {
        opacity: .5
    }

    100% {
        opacity: .1
    }
}

.blink {
    animation-name: blink;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@keyframes floating {
    0% {
        transform: translate(0, 0px)
    }

    50% {
        transform: translate(0, 15px)
    }

    100% {
        transform: translate(0, 0px)
    }
}

.rotate {
    animation: rotate 5s infinite linear
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    border: none;
    cursor: pointer
}

#back-to-top:hover {
    background-color: #0056b3
}

.header-top {
    background: #ffba31
}

.header-top .block-main {
    min-height: 62px;
    display: flex;
    justify-content: space-between !important;
    align-items: center !important
}

.header-top .block-main .text-login a {
    color: #ff0b0b;
    text-decoration: underline !important
}

@media screen and (max-width: 480px) {
    .header-top .block-main {
        justify-content: center !important;
        flex-wrap: wrap !important;
        text-align: center
    }

    .header-top .block-main .text-phone {
        display: none
    }

    .header-top .block-main .list-social {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .header-top .block-main {
        justify-content: center !important;
        flex-wrap: wrap !important;
        text-align: center
    }

    .header-top .block-main .text-phone {
        display: none
    }

    .header-top .block-main .list-social {
        display: none
    }
}

header .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 220px;
    padding: 0;
    margin: auto;
    display: inline-block
}

header .navbar.custom {
    min-height: 88px;
    position: relative
}

header .navbar.custom .navbar-nav .nav-item .nav-link {
    color: #1a1818
}

header .navbar.custom .navbar-nav .nav-item .nav-link:hover {
    color: #8abb2a
}

header .navbar.custom .navbar-nav .nav-item .active {
    color: #8abb2a
}

header .navbar.custom .navbar-nav .custom-content-right {
    display: flex;
    position: absolute;
    right: 0;
    align-items: center !important;
    gap: 30px
}

header .navbar.custom .navbar-nav .custom-content-right .list-top-mb {
    display: flex;
    align-items: center !important;
    gap: 30px
}

header .navbar.custom .navbar-nav .custom-content-right .link-icon img {
    height: 24px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

header .navbar.custom .navbar-nav .custom-content-right .link-icon:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

header .navbar.custom .navbar-nav .custom-content-right .box-search {
    max-width: 175px
}

header .navbar.custom .navbar-nav .custom-content-right .box-search .form-control.custom {
    height: 44px;
    border: 1px solid #707070;
    border-radius: 100px;
    padding-right: 50px
}

header .navbar.custom .navbar-nav .custom-content-right .box-search .btn-search {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
    padding: 0;
    height: 36px;
    width: 36px;
    border-radius: 100px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

header .navbar.custom .navbar-nav .custom-content-right .box-search .btn-search:hover,
header .navbar.custom .navbar-nav .custom-content-right .box-search .btn-search.focus {
    background: #ccc
}

header .navbar.custom .navbar-nav .custom-content-right .box-search .btn-search img {
    height: 24px;
    width: 24px;
    max-width: inherit
}

header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-toggle img {
    height: 24px
}

header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu {
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.3019607843) 0 3px 20px;
    padding: 0;
    overflow: hidden
}

header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu li .dropdown-item {
    border-bottom: 1px solid #ddd;
    padding: 10px
}

header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu li .dropdown-item img {
    height: 24px;
    margin-right: 10px
}

header .navbar.custom .navbar-nav .custom-content-right .drop-lang .dropdown-menu li:last-child .dropdown-item {
    border: 0
}

header .offcanvas .offcanvas-header {
    text-align: center;
    background: #f6f6f6
}

header .offcanvas .offcanvas-header .img-logo {
    max-width: 220px;
    margin: auto
}

header .offcanvas.show .navbar-nav .custom-content-right {
    position: static;
    display: block;
    margin-top: 20px
}

header .offcanvas.show .navbar-nav .custom-content-right .list-top-mb {
    gap: 50px;
    margin-bottom: 20px
}

header .offcanvas.show .navbar-nav .custom-content-right .list-top-mb .drop-lang .dropdown-menu {
    position: absolute
}

header .offcanvas.show .navbar-nav .custom-content-right .box-search {
    width: 100%;
    max-width: initial !important
}

header.custom-header {
    background: #eb2d3c;
    padding: 20px 0 25px
}

header.custom-header .block-top-main {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px;
    position: relative
}

header.custom-header .block-top-main .logo {
    width: 76px
}

header.custom-header .block-top-main .logo img {
    width: 76px
}

header.custom-header .block-top-main .location {
    color: #fff
}

header.custom-header .block-top-main .location .text {
    font-size: 12px
}

header.custom-header .block-top-main .location .box .icon {
    width: 25px;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left: 0
}

header.custom-header .block-top-main .location .box .icon img {
    width: 16px
}

header.custom-header .block-top-main .location .box select.custom-select-sm {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/icon-arrow-down.svg) no-repeat right rgba(0, 0, 0, 0);
    background-size: 14px 14px;
    background-position-x: calc(100% - 0px);
    color: #fff;
    padding-left: 25px;
    border: 0;
    padding-right: 20px
}

header.custom-header .block-top-main .box-search {
    border: 0;
    outline: none;
    box-shadow: none;
    background: #f76772;
    position: relative;
    width: 740px;
    border-radius: 10px;
    display: flex
}

header.custom-header .block-top-main .box-search .custom-categories-search .dropdown-toggle {
    height: 45px;
    outline: none;
    box-shadow: none;
    background: #f76772;
    position: relative;
    min-width: 180px;
    border: 0;
    padding-right: 35px;
    border-radius: 10px
}

header.custom-header .block-top-main .box-search .custom-categories-search .dropdown-toggle::after {
    position: absolute;
    content: "";
    background: url(../images/icon-arrow-down.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    border: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

header.custom-header .block-top-main .box-search .custom-categories-search .dropdown-toggle::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 1px;
    background: #ff9a9a;
    right: 0;
    border: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

header.custom-header .block-top-main .box-search .custom-categories-search .dropdown-menu {
    border: 0;
    border-radius: 10px
}

header.custom-header .block-top-main .box-search .custom-categories-search .dropdown-menu li {
    border-bottom: 1px solid #f2f2f2
}

header.custom-header .block-top-main .box-search .custom-categories-search .dropdown-menu li a:hover,
header.custom-header .block-top-main .box-search .custom-categories-search .dropdown-menu li a:focus {
    background: #f5f5f5
}

header.custom-header .block-top-main .box-search .custom-categories-search .dropdown-menu li:last-child {
    border: 0
}

header.custom-header .block-top-main .box-search .search {
    width: 100%;
    position: relative
}

header.custom-header .block-top-main .box-search .search .form-control {
    height: 45px;
    padding-right: 55px;
    box-shadow: none;
    outline: none;
    border: 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 10px
}

header.custom-header .block-top-main .box-search .search .btn-search {
    position: absolute;
    right: 0;
    top: 2px;
    right: 2px;
    background: rgba(0, 0, 0, 0);
    border-radius: 8px;
    height: 41px;
    border: 0;
    outline: none;
    box-shadow: none
}

header.custom-header .block-top-main .box-search .search .btn-search img {
    width: 20px
}

header.custom-header .block-top-main .box-search .search .btn-search:hover,
header.custom-header .block-top-main .box-search .search .btn-search:focus {
    background: #eb2d3c
}

header.custom-header .block-top-main .box-search .btn-close-search {
    position: absolute;
    top: 10px;
    right: 0;
    display: none
}

header.custom-header .block-top-main .box-search .btn-close-search img {
    width: 34px
}

header.custom-header .block-top-main .list-cart {
    display: flex;
    align-items: center !important;
    gap: 24px
}

header.custom-header .block-top-main .list-cart a {
    display: inline-block;
    min-width: 24px
}

header.custom-header .block-top-main .list-cart img {
    width: 24px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

header.custom-header .block-top-main .list-cart img.cart {
    width: 22px
}

header.custom-header .block-top-main .list-cart img.user {
    width: 18px
}

header.custom-header .block-top-main .list-cart img:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

header.custom-header .block-top-main .list-cart #show-search {
    display: none
}

header.custom-header .block-top-main .list-cart #show-menu {
    display: none
}

@media screen and (max-width: 1200px) {
    header.custom-header .block-top-main {
        gap: 10px
    }

    header.custom-header .block-top-main .box-search {
        width: 100%
    }

    header.custom-header .block-top-main .list-cart {
        gap: 10px
    }
}

@media screen and (max-width: 992px) {
    header.custom-header .block-top-main {
        margin-bottom: 0
    }

    header.custom-header .block-top-main .location {
        display: none
    }

    header.custom-header .block-top-main .box-search {
        display: none;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear
    }

    header.custom-header .block-top-main .box-search.active {
        display: flex;
        width: 100%;
        left: 0;
        right: 0;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 5;
        border-radius: 0;
        padding: 100px 15px;
        background: #fff
    }

    header.custom-header .block-top-main .box-search.active .custom-categories-search .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    header.custom-header .block-top-main .box-search.active .search .form-control {
        background: #f86772;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    header.custom-header .block-top-main .box-search .btn-close-search {
        display: block
    }

    header.custom-header .block-top-main .logo {
        width: inherit
    }

    header.custom-header .block-top-main .logo img {
        width: inherit;
        height: 50px
    }

    header.custom-header .block-top-main .list-cart #show-search {
        display: block
    }

    header.custom-header .block-top-main .list-cart #show-menu {
        display: block
    }
}

header.custom-header .block-bottom-main {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important
}

header.custom-header .block-bottom-main .content-left {
    display: flex;
    align-items: center !important
}

header.custom-header .block-bottom-main .content-left .custom-categories-main {
    margin-right: 55px
}

header.custom-header .block-bottom-main .content-left .custom-categories-main .dropdown-toggle {
    background: linear-gradient(90deg, #FFBA31 0%, #FCA801 100%);
    border: 0;
    border-radius: 10px;
    height: 45px;
    min-width: 240px;
    color: #000;
    font-weight: 600
}

header.custom-header .block-bottom-main .content-left .custom-categories-main .dropdown-toggle img {
    width: 14px;
    margin-right: 14px
}

header.custom-header .block-bottom-main .content-left .custom-categories-main .dropdown-toggle:after {
    display: none
}

header.custom-header .block-bottom-main .content-left .custom-categories-main .dropdown-menu {
    border: 0;
    border-radius: 10px;
    border: 1px solid #707070
}

header.custom-header .block-bottom-main .content-left .custom-categories-main .dropdown-menu li {
    border-bottom: 1px solid #f2f2f2
}

header.custom-header .block-bottom-main .content-left .custom-categories-main .dropdown-menu li a:hover,
header.custom-header .block-bottom-main .content-left .custom-categories-main .dropdown-menu li a:focus {
    background: #f5f5f5
}

header.custom-header .block-bottom-main .content-left .custom-categories-main .dropdown-menu li:last-child {
    border: 0
}

header.custom-header .block-bottom-main .content-left .navbar-brand {
    display: none
}

header.custom-header .block-bottom-main .content-left .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding-left: 22px;
    padding-right: 22px
}

header.custom-header .block-bottom-main .content-left .navbar-nav .nav-item .nav-link:hover,
header.custom-header .block-bottom-main .content-left .navbar-nav .nav-item .nav-link.active {
    color: #f8ff40
}

header.custom-header .block-bottom-main .content-left .navbar-nav .nav-item:hover a,
header.custom-header .block-bottom-main .content-left .navbar-nav .nav-item.active a {
    color: #f8ff40
}

@media screen and (max-width: 1400px) {
    header.custom-header .block-bottom-main .content-left .navbar-nav .nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px
    }
}

header.custom-header .block-bottom-main select.custom-select-sm {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/icon-arrow-down.svg) no-repeat right rgba(0, 0, 0, 0);
    background-size: 14px 14px;
    background-position-x: calc(100% - 0px);
    color: #fff;
    padding-left: 10px;
    border: 0;
    padding-right: 25px;
    color: #f8ff40
}

@media screen and (max-width: 1200px) {
    header.custom-header .block-bottom-main select.custom-select-sm {
        display: none
    }
}

@media screen and (max-width: 992px) {
    header.custom-header .block-bottom-main .content-left .dropdown.custom-categories-main {
        display: none
    }

    header.custom-header .block-bottom-main .navbar.custom {
        min-height: inherit
    }

    header.custom-header .block-bottom-main .navbar.custom .nav-item .nav-link {
        color: #000
    }

    header.custom-header .block-bottom-main .navbar.custom .nav-item .nav-link:hover,
    header.custom-header .block-bottom-main .navbar.custom .nav-item .nav-link.active {
        color: #eb2d3c
    }

    header.custom-header .block-bottom-main .navbar.custom .offcanvas .offcanvas-header .img-logo {
        height: 50px
    }
}

@media screen and (max-width: 992px) {
    header.custom-header {
        padding: 10px 15px 0
    }
}

.list-social {
    display: flex;
    align-items: center !important;
    gap: 7px
}

.list-social a {
    display: inline-block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.list-social a img {
    width: 25px
}

.list-social a:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

img {
    max-width: 100%
}

.btn-gradient-yellow {
    height: 52px;
    background: linear-gradient(180deg, #FFBA31 0%, #FCA801 100%);
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    color: #000;
    position: relative
}

.btn-gradient-yellow:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    transition-duration: .5s
}

.btn-gradient-yellow:hover::before {
    left: 125%
}

.btn-gradient-yellow.custom-icon img {
    width: 20px;
    margin-left: 10px
}

.link-under {
    font-weight: bold;
    text-decoration: underline !important;
    color: #000
}

.link-under:hover,
.link-under.acvtive {
    color: #ffba31
}

.link-red {
    display: inline-block;
    background: #eb2d3c;
    color: #fff;
    border-radius: 10px;
    padding: 14px 23px 14px;
    min-height: 52px;
    text-align: center
}

.link-red:hover,
.link-red.acvtive {
    background: #ba0e1b;
    color: #fff
}

.title-block {
    margin-bottom: 45px
}

.title-block h3.custom {
    font-size: 24px;
    font-weight: bold
}

.title-block h2.custom {
    font-size: 40px;
    font-weight: 600
}

.title-block.custom-right {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important
}

.title-block.custom-right .list {
    display: flex;
    gap: 18px
}

.title-block.custom-right .list a {
    color: #262626;
    font-weight: 600
}

.title-block.custom-right .list a:hover,
.title-block.custom-right .list a.active {
    color: #ea1919
}

@media screen and (max-width: 767px) {
    .title-block.custom-right {
        display: block !important
    }

    .title-block.custom-right h3.custom {
        margin-bottom: 10px
    }

    .title-block.custom-right .list {
        gap: 5px
    }

    .title-block.custom-right .custom-categories-sort .dropdown-toggle {
        min-width: inherit
    }

    .title-block.custom-right .custom-categories-sort .dropdown-toggle::after {
        right: 5px
    }
}

@media screen and (max-width: 480px) {
    .title-block h2.custom {
        font-size: 30px
    }
}

@media screen and (max-width: 1024px) {
    .title-block h2.custom {
        font-size: 30px
    }
}

.title-block-lg .desc {
    font-weight: 600;
    color: #504b4b;
    font-size: 24px
}

.title-block-lg h2.custom {
    color: #504b4b;
    font-size: 55px;
    font-weight: bold
}

@media screen and (max-width: 480px) {
    .title-block-lg h2.custom {
        font-size: 30px
    }
}

@media screen and (max-width: 1024px) {
    .title-block-lg h2.custom {
        font-size: 30px
    }
}

.text-yellow {
    color: #ffba31
}

.text-red {
    color: #ce1015
}

.btn-secondary.custom {
    height: 52px;
    background: #d9d9d9;
    font-size: 18px;
    color: #504b4b;
    border: 0;
    padding: 12px 10px;
    text-align: center
}

.btn-secondary.custom:hover,
.btn-secondary.custom.active {
    background: #c5c5c5;
    color: #504b4b
}

.box-marg-10 {
    margin-left: -10px;
    margin-right: -10px
}

.box-marg-10 .padd-10 {
    flex: 0 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width: 480px) {
    .box-marg-10 {
        margin-left: -7.5px !important;
        margin-right: -7.5px !important
    }

    .box-marg-10 .padd-10 {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }
}

.list-pro-5 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px
}

.list-pro-5 .padd {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width: 480px) {
    .list-pro-5 {
        margin-left: -7.5px !important;
        margin-right: -7.5px !important
    }

    .list-pro-5 .padd {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }
}

.list-pro-6 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px
}

.list-pro-6 .padd {
    flex: 0 0 auto;
    width: 16.66666667%;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (max-width: 480px) {
    .list-pro-6 {
        margin-left: -7.5px !important;
        margin-right: -7.5px !important;
        margin-bottom: 10px
    }

    .list-pro-6 .padd {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }
}

.item-prod {
    border: 1px solid #707070;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.item-prod .badge {
    background: #f74a81;
    border-radius: 0;
    position: absolute;
    left: -1px;
    top: -1px;
    min-width: 55px;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 8px;
    font-size: 14px;
    min-height: 34px
}

.item-prod .badge.hot {
    background: #f74a81
}

.item-prod .badge.new {
    background: #3bb77d
}

.item-prod .thumb {
    height: 190px;
    text-align: center;
    display: flex;
    align-items: center !important;
    justify-content: center !important
}

.item-prod .thumb img {
    max-height: 190px;
    display: block;
    margin: auto
}

.item-prod .content {
    padding: 0 12px
}

.item-prod .content .categ {
    color: #c9c9c9;
    font-size: 14px
}

.item-prod .content .title {
    color: #504b4b;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-overflow: ellipsis;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px
}

.item-prod .content .title:hover {
    color: #ffba31
}

.item-prod .content .author {
    color: #c9c9c9;
    font-size: 14px;
    margin-bottom: 5px
}

.item-prod .content .author span {
    color: #f74a81
}

.item-prod .content .box-price {
    display: flex;
    justify-content: space-between !important
}

.item-prod .content .box-price .price {
    line-height: 16px
}

.item-prod .content .box-price .price .new {
    color: #e31d1d;
    font-weight: bold;
    font-size: 15px
}

.item-prod .content .box-price .price .odd {
    color: #c2c2c2;
    text-decoration: line-through;
    font-size: 14px
}

.item-prod .content .box-price .rate {
    display: flex;
    align-items: center !important;
    gap: 4px;
    color: #c9c9c9;
    font-size: 14px
}

.item-prod .content .box-price .rate img {
    width: 12px;
    vertical-align: unset
}

.item-prod .box-progress {
    text-align: center;
    font-size: 14px
}

.item-prod .box-progress .progress {
    background: #bcbcbc;
    height: 6px;
    border-radius: 100px;
    margin-bottom: 5px
}

.item-prod .box-progress .progress .progress-bar {
    background: #fa2b3b;
    border-radius: 100px
}

.item-prod:hover {
    border-color: #fa2b3b
}

.custom-prod-popular .item-prod {
    height: 355px;
    margin-bottom: 25px
}

.custom-prod-popular .item-prod .link-bottom {
    position: absolute;
    border: 0;
    left: -1px;
    width: calc(100% + 2px);
    bottom: -1px
}

.custom-prod-popular .item-prod .link-bottom a {
    display: block;
    width: 100%;
    background: #f9dede;
    padding: 9px;
    border-radius: 10px;
    text-align: center;
    color: #000;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.custom-prod-popular .item-prod .link-bottom a span {
    position: absolute;
    right: 20px
}

.custom-prod-popular .item-prod .link-bottom a span img {
    width: 17px
}

.custom-prod-popular .item-prod .link-bottom a:hover {
    background: linear-gradient(180deg, #FFBA31 0%, #FCA801 100%)
}

@media screen and (max-width: 480px) {
    .custom-prod-popular .padd {
        flex: 0 0 auto;
        width: 25%
    }
}

@media screen and (max-width: 1024px) {
    .custom-prod-popular .padd {
        flex: 0 0 auto;
        width: 25%
    }
}

@media screen and (max-width: 767px) {
    .custom-prod-popular .padd {
        flex: 0 0 auto;
        width: 50%
    }

    .custom-prod-popular .item-prod {
        margin-bottom: 15px
    }
}

.custom-prod-flash .item-prod {
    height: 338px;
    margin-bottom: 25px
}

.custom-prod-flash .item-prod .thumb {
    height: 210px
}

.custom-prod-flash .item-prod .link-top {
    right: -1px;
    border-radius: 0;
    position: absolute;
    top: -1px
}

.custom-prod-flash .item-prod .link-top a {
    text-align: center;
    color: #000;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background: linear-gradient(180deg, #FFBA31 0%, #FCA801 100%);
    min-width: 75px;
    padding: 6px;
    display: inline-block;
    font-size: 14px;
    min-height: 34px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px
}

.custom-prod-flash .item-prod .link-top a img {
    width: 14px;
    display: inline-block;
    margin-left: 7px;
    vertical-align: baseline
}

.custom-prod-flash .item-prod .link-top a:hover {
    color: #fff
}

.custom-prod-flash .item-prod .link-top a:hover img {
    filter: brightness(0) invert(1)
}

.custom-prod-daily .item-prod .thumb {
    height: 190px
}

.custom-prod-daily .item-prod .box-price {
    margin-bottom: 20px
}

.custom-prod-daily .item-prod .link-bottom {
    margin-bottom: 10px;
    position: relative
}

.custom-prod-daily .item-prod .link-bottom a {
    display: block;
    width: 100%;
    background: #f9dede;
    padding: 9px;
    border-radius: 10px;
    text-align: center;
    color: #000;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.custom-prod-daily .item-prod .link-bottom a span {
    position: absolute;
    right: 20px
}

.custom-prod-daily .item-prod .link-bottom a span img {
    width: 17px
}

.custom-prod-daily .item-prod .link-bottom a:hover {
    background: linear-gradient(180deg, #FFBA31 0%, #FCA801 100%)
}

.box-prod-banner {
    position: relative
}

.box-prod-banner .banner-left {
    height: 418px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden
}

.box-prod-banner .banner-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.box-prod-banner .banner-left:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.box-prod-banner .item-prod {
    height: 418px
}

@media screen and (max-width: 480px) {
    .box-prod-banner.custom-prod-daily .custom-banner {
        display: none
    }

    .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
        flex: 0 0 auto;
        width: 25%
    }

    .box-prod-banner.custom-prod-daily .custom-banner {
        display: none
    }

    .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
        flex: 0 0 auto;
        width: 25%
    }
}

@media screen and (max-width: 480px)and (max-width: 767px) {
    .box-prod-banner.custom-prod-daily .list-pro-5 {
        margin-bottom: 0px
    }

    .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
        flex: 0 0 auto;
        width: 50%
    }

    .box-prod-banner.custom-prod-daily .list-pro-5 .padd .item-prod {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1024px) {
    .box-prod-banner.custom-prod-daily .custom-banner {
        display: none
    }

    .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
        flex: 0 0 auto;
        width: 25%
    }

    .box-prod-banner.custom-prod-daily .custom-banner {
        display: none
    }

    .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
        flex: 0 0 auto;
        width: 25%
    }
}

@media screen and (max-width: 1024px)and (max-width: 767px) {
    .box-prod-banner.custom-prod-daily .list-pro-5 {
        margin-bottom: 0px
    }

    .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
        flex: 0 0 auto;
        width: 50%
    }

    .box-prod-banner.custom-prod-daily .list-pro-5 .padd .item-prod {
        margin-bottom: 15px
    }
}

@media(min-width: 1441px) {
    footer.custom-footer .footer-info-link .custom-w-sm {
        width: 28%
    }

    footer.custom-footer .footer-info-link .custom-w-lg {
        width: 72%
    }
}

footer.custom-footer .footer-info-link .item-footer .f-logo img {
    width: 105px
}

footer.custom-footer .footer-info-link .item-footer .desc-sm {
    max-width: 200px
}

footer.custom-footer .footer-info-link .item-footer .list-info .item-sm {
    position: relative;
    padding-left: 25px
}

footer.custom-footer .footer-info-link .item-footer .list-info .item-sm .icon {
    position: absolute;
    left: 0;
    top: 0px
}

footer.custom-footer .footer-info-link .item-footer .list-info .item-sm .icon img {
    width: 16px
}

footer.custom-footer .footer-info-link .item-footer .f-title {
    margin-top: 45px;
    margin-bottom: 18px
}

footer.custom-footer .footer-info-link .item-footer .f-title h3.custom {
    font-size: 24px;
    font-weight: bold;
    margin: 0
}

footer.custom-footer .footer-info-link .item-footer .list ul li {
    margin-bottom: 18px
}

footer.custom-footer .footer-info-link .item-footer .list ul li a {
    color: #504b4b;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

footer.custom-footer .footer-info-link .item-footer .list ul li a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #ffba31;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

footer.custom-footer .footer-info-link .item-footer .list ul li a:hover {
    padding-left: 20px;
    color: #ffba31
}

footer.custom-footer .footer-info-link .item-footer .list ul li a:hover::before {
    opacity: 1
}

@media screen and (max-width: 480px) {
    footer.custom-footer .footer-info-link .item-footer {
        margin-bottom: 25px
    }

    footer.custom-footer .footer-info-link .item-footer .f-title {
        margin-top: 0px;
        margin-bottom: 15px
    }

    footer.custom-footer .footer-info-link .item-footer .list ul li {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 1024px) {
    footer.custom-footer .footer-info-link .item-footer {
        margin-bottom: 25px
    }

    footer.custom-footer .footer-info-link .item-footer .f-title {
        margin-top: 0px;
        margin-bottom: 15px
    }

    footer.custom-footer .footer-info-link .item-footer .list ul li {
        margin-bottom: 5px
    }
}

footer.custom-footer .footer-list-app {
    padding: 20px 0;
    border-top: 1px solid #fdab0c
}

footer.custom-footer .footer-list-app .box-install {
    display: flex;
    align-items: center !important;
    gap: 20px
}

footer.custom-footer .footer-list-app .box-install .title {
    font-size: 24px;
    font-weight: 600
}

footer.custom-footer .footer-list-app .box-install .desc {
    font-size: 14px
}

footer.custom-footer .footer-list-app .box-install .list {
    display: flex;
    gap: 10px
}

footer.custom-footer .footer-list-app .box-install .list img {
    height: 45px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

footer.custom-footer .footer-list-app .box-install .list img:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

footer.custom-footer .footer-list-app .box-payment {
    display: flex;
    align-items: center !important;
    gap: 20px;
    justify-content: flex-end !important
}

footer.custom-footer .footer-list-app .box-payment .title {
    font-size: 24px;
    font-weight: 600
}

footer.custom-footer .footer-list-app .box-payment .desc {
    font-size: 14px
}

footer.custom-footer .footer-list-app .box-payment .list img {
    max-width: 225px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

footer.custom-footer .footer-list-app .box-payment .list img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@media screen and (max-width: 480px) {
    footer.custom-footer .footer-list-app .box-install {
        justify-content: space-between !important;
        font-size: 12px;
        margin-bottom: 10px
    }

    footer.custom-footer .footer-list-app .box-payment {
        justify-content: space-between !important;
        font-size: 12px
    }

    footer.custom-footer .footer-list-app .box-payment .title {
        font-size: 18px
    }
}

@media screen and (max-width: 1024px) {
    footer.custom-footer .footer-list-app .box-install {
        justify-content: space-between !important;
        font-size: 12px;
        margin-bottom: 10px
    }

    footer.custom-footer .footer-list-app .box-payment {
        justify-content: space-between !important;
        font-size: 12px
    }

    footer.custom-footer .footer-list-app .box-payment .title {
        font-size: 18px
    }
}

footer.custom-footer .footer-bottom {
    background: #ffba31;
    padding: 15px 0
}

footer.custom-footer .footer-bottom .block-main {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important
}

footer.custom-footer .footer-bottom .support {
    display: flex;
    color: #504b4b;
    gap: 20px
}

footer.custom-footer .footer-bottom .support .item {
    display: flex;
    align-items: center !important
}

footer.custom-footer .footer-bottom .support .item .icon {
    width: 60px
}

footer.custom-footer .footer-bottom .support .item .icon img {
    width: 47px
}

footer.custom-footer .footer-bottom .support .item .text {
    font-size: 24px;
    font-weight: 600
}

footer.custom-footer .footer-bottom .support .item .desc {
    font-size: 14px
}

footer.custom-footer .footer-bottom .support a {
    color: #504b4b
}

footer.custom-footer .footer-bottom .social {
    color: #504b4b
}

footer.custom-footer .footer-bottom .social .box {
    margin-bottom: 10px
}

footer.custom-footer .footer-bottom .social .box .text {
    font-weight: 600;
    margin-right: 10px
}

footer.custom-footer .footer-bottom .social .desc {
    font-size: 14px
}

@media screen and (max-width: 480px) {
    footer.custom-footer .footer-bottom .block-main {
        flex-wrap: wrap
    }

    footer.custom-footer .footer-bottom .block-main .copyright {
        margin-bottom: 15px
    }

    footer.custom-footer .footer-bottom .support {
        margin-bottom: 15px
    }

    footer.custom-footer .footer-bottom .support .item .text {
        font-size: 18px
    }

    footer.custom-footer .footer-bottom .support .item .icon {
        width: 30px
    }

    footer.custom-footer .footer-bottom .support .item .icon img {
        width: 24px
    }
}

@media screen and (max-width: 1024px) {
    footer.custom-footer .footer-bottom .block-main {
        flex-wrap: wrap
    }

    footer.custom-footer .footer-bottom .block-main .copyright {
        margin-bottom: 15px
    }

    footer.custom-footer .footer-bottom .support {
        margin-bottom: 15px
    }

    footer.custom-footer .footer-bottom .support .item .text {
        font-size: 18px
    }

    footer.custom-footer .footer-bottom .support .item .icon {
        width: 30px
    }

    footer.custom-footer .footer-bottom .support .item .icon img {
        width: 24px
    }
}

.block-footer-services {
    position: relative
}

.block-footer-services .list-item-footer-services {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap
}

.block-footer-services .list-item-footer-services a {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    flex: 0 0 auto;
    width: 20%
}

.block-footer-services .list-item-footer-services a .item-footer-services {
    display: block;
    background: #f9f2de;
    border-radius: 10px;
    padding: 10px;
    color: #504b4b;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-footer-services .list-item-footer-services a .item-footer-services .custom-h {
    min-height: 90px
}

.block-footer-services .list-item-footer-services a .item-footer-services .custom-h .icon {
    width: 60px
}

.block-footer-services .list-item-footer-services a .item-footer-services .custom-h .icon img {
    width: 50px
}

.block-footer-services .list-item-footer-services a .item-footer-services .custom-h .title {
    font-weight: 600
}

.block-footer-services .list-item-footer-services a .item-footer-services .custom-h .desc {
    font-size: 14px
}

.block-footer-services .list-item-footer-services a .item-footer-services:hover,
.block-footer-services .list-item-footer-services a .item-footer-services.active {
    background: #ffba31
}

@media screen and (max-width: 480px) {
    .block-footer-services .list-item-footer-services {
        margin-left: -5px;
        margin-right: -5px
    }

    .block-footer-services .list-item-footer-services a {
        padding-left: 5px;
        padding-right: 5px
    }

    .block-footer-services .list-item-footer-services a .item-footer-services .custom-h {
        min-height: 60px
    }

    .block-footer-services .list-item-footer-services a .item-footer-services .custom-h .icon {
        width: 40px
    }

    .block-footer-services .list-item-footer-services a .item-footer-services .custom-h .icon img {
        width: 30px
    }

    .block-footer-services .list-item-footer-services a .item-footer-services .custom-h .title {
        font-weight: 600;
        font-size: 12px
    }

    .block-footer-services .list-item-footer-services a .item-footer-services .custom-h .desc {
        font-size: 10px
    }
}

.block-stay-banner {
    position: relative;
    margin-bottom: 50px;
    min-height: 525px;
    padding: 145px 65px 20px;
    border-radius: 10px;
    overflow: hidden
}

.block-stay-banner .content-left {
    position: relative;
    z-index: 2;
    max-width: 625px
}

.block-stay-banner .content-left strong {
    color: #ff0005
}

.block-stay-banner .content-left .title-block h2.custom {
    font-size: 46px;
    font-weight: bold
}

.block-stay-banner .content-left .title-block .desc {
    font-size: 24px
}

.block-stay-banner .content-left .box-subscribe .icon {
    position: absolute;
    top: 0;
    height: 52px;
    display: flex;
    align-items: center !important;
    width: 35px;
    text-align: center;
    justify-content: center !important
}

.block-stay-banner .content-left .box-subscribe .icon img {
    width: 20px
}

.block-stay-banner .content-left .box-subscribe .form-control {
    height: 52px;
    border-radius: 10px;
    border: 0;
    font-weight: bold;
    color: #000;
    padding-left: 35px;
    padding-right: 160px
}

.block-stay-banner .content-left .box-subscribe .btn-gradient-yellow {
    min-width: 155px;
    position: absolute;
    top: 0;
    right: 0
}

.block-stay-banner .banner-main {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 1
}

.block-stay-banner .banner-main img {
    max-width: 515px
}

.block-stay-banner .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.block-stay-banner .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width: 1024px) {
    .block-stay-banner {
        padding: 50px;
        min-height: inherit
    }

    .block-stay-banner .banner-main {
        display: none
    }

    .block-stay-banner .content-left .title-block h2.custom {
        font-size: 30px
    }
}

@media screen and (max-width: 480px) {
    .block-stay-banner {
        padding: 20px 15px;
        text-align: center
    }

    .block-stay-banner .content-left .title-block h2.custom {
        font-size: 24px
    }

    .block-stay-banner .content-left .title-block .desc {
        font-size: 18px
    }

    .block-stay-banner .content-left .box-subscribe .btn-gradient-yellow {
        min-width: inherit;
        padding-left: 15px;
        padding-right: 15px
    }

    .block-stay-banner .content-left .box-subscribe .form-control {
        padding-right: 115px
    }
}

.block-partner-logo {
    margin-bottom: 45px;
    position: relative
}

.block-partner-logo .list {
    display: flex;
    justify-content: space-between !important;
    gap: 15px;
    justify-content: center !important
}

.block-partner-logo .list .item-logo {
    background: #f3f1e6;
    border-radius: 10px;
    min-height: 124px;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
    padding: 0 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    min-width: 140px
}

.block-partner-logo .list .item-logo img {
    max-width: 90%
}

.block-partner-logo .list .item-logo:hover {
    background: #f8f2d2
}

@media screen and (max-width: 1300px) {
    .block-partner-logo .list .item-logo {
        min-width: inherit
    }
}

@media screen and (max-width: 480px) {
    .block-partner-logo .list {
        flex-wrap: wrap !important
    }

    .block-partner-logo .list a {
        padding: 0 5px
    }
}

@media screen and (max-width: 1024px) {
    .block-partner-logo .list {
        flex-wrap: wrap !important
    }

    .block-partner-logo .list a {
        padding: 0 5px
    }
}

@media screen and (max-width: 992px) {
    .block-partner-logo .list {
        display: block !important;
        margin: 0 -5px
    }

    .block-partner-logo .list a {
        padding: 0 5px
    }
}

.block-nav {
    display: none
}

.block-nav .slick-arrow {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.block-nav .slick-arrow img {
    height: 26px;
    opacity: .6
}

.block-nav .slick-arrow:last-child {
    right: 0
}

@media screen and (max-width: 1024px) {
    .block-nav {
        display: block
    }
}

.block-discount-text {
    background: #f9dedf;
    border-radius: 10px;
    min-height: 80px;
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 25px;
    margin-bottom: 45px
}

.block-discount-text .text {
    color: #a03218
}

.block-discount-text .text a {
    color: #a03218;
    text-decoration: underline !important
}

@media screen and (max-width: 480px) {
    .block-discount-text {
        display: block !important;
        text-align: center
    }

    .block-discount-text .text {
        margin-bottom: 10px
    }

    .block-discount-text .link {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 1024px) {
    .block-discount-text {
        display: block !important;
        text-align: center
    }

    .block-discount-text .text {
        margin-bottom: 10px
    }

    .block-discount-text .link {
        margin-bottom: 5px
    }
}

.block-home-main {
    position: relative;
    min-height: 755px;
    overflow: hidden
}

.block-home-main .custom-h {
    min-height: 755px
}

.block-home-main .custom-w {
    position: relative;
    z-index: 1
}

.block-home-main .block-main {
    padding-top: 140px;
    max-width: 540px;
    position: relative;
    z-index: 1
}

.block-home-main .block-main .link-top {
    display: inline-block;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .05) 0 3px 6px;
    padding: 13px 25px 15px 0;
    font-size: 20px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-home-main .block-main .link-top a {
    color: #000
}

.block-home-main .block-main .link-top a span {
    display: inline-block;
    width: 60px;
    text-align: center
}

.block-home-main .block-main .link-top a span img {
    width: 30px
}

.block-home-main .block-main .link-top:hover {
    background: #ffba31
}

.block-home-main .block-main .title h1.custom {
    font-weight: bold;
    border: 60px
}

.block-home-main .block-main .title h1.custom span {
    color: #ffba31
}

.block-home-main .block-main .desc {
    font-size: 24px;
    margin-bottom: 30px
}

.block-home-main .block-main .link-bottom {
    gap: 40px;
    margin-bottom: 50px
}

.block-home-main .block-main .box-user {
    align-items: center !important;
    display: flex
}

.block-home-main .block-main .box-user .list a {
    display: inline-block;
    width: 56px;
    height: 56px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-home-main .block-main .box-user .list a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block-home-main .block-main .box-user .list a:nth-child(2) {
    position: relative;
    left: -12px
}

.block-home-main .block-main .box-user .list a:nth-child(3) {
    position: relative;
    left: -24px
}

.block-home-main .block-main .box-user .list a:nth-child(4) {
    position: relative;
    left: -36px
}

.block-home-main .block-main .box-user .list a:nth-child(5) {
    position: relative;
    left: -48px
}

.block-home-main .block-main .box-user .list a:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.block-home-main .block-main .box-user .content {
    line-height: 28px
}

.block-home-main .block-main .box-user .content .title-sm {
    font-size: 24px;
    font-weight: bold
}

.block-home-main .block-main .box-user .content .text {
    font-size: 18px
}

.block-home-main .banner {
    position: absolute;
    bottom: 0;
    right: 0
}

.block-home-main .banner img {
    max-width: 645px
}

.block-home-main .bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.block-home-main .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width: 1200px) {
    .block-home-main {
        min-height: initial
    }

    .block-home-main .custom-h {
        min-height: 600px
    }

    .block-home-main .block-main {
        padding-top: 80px
    }

    .block-home-main .banner {
        right: -10%
    }

    .block-home-main .banner img {
        max-width: 500px
    }
}

@media screen and (max-width: 767px) {
    .block-home-main .banner {
        display: none
    }

    .block-home-main .block-main {
        padding: 50px 0
    }

    .block-home-main .block-main .box-user {
        display: block !important
    }

    .block-home-main .block-main .box-user .list {
        margin-bottom: 15px
    }
}

.block-featured-main .list {
    display: flex;
    flex-wrap: wrap
}

.block-featured-main .list .item-col {
    flex: 0 0 auto;
    width: 10%
}

.block-featured-main .list .item-col a {
    color: #504b4b;
    font-size: 14px;
    line-height: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-featured-main .list .item-col a .item {
    height: 162px;
    background: #f2fce4;
    border: 1px solid #abe35d;
    padding-top: 40px
}

.block-featured-main .list .item-col a .item .icon {
    height: 80px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-featured-main .list .item-col a .item .icon img {
    height: 67px
}

.block-featured-main .list .item-col a:nth-child(1) .item {
    border-bottom: 0
}

.block-featured-main .list .item-col a:hover {
    font-weight: bold;
    color: #ffba31
}

.block-featured-main .list .item-col a:hover .item .icon {
    -moz-transform: scale(1.1) translateY(-10px);
    -webkit-transform: scale(1.1) translateY(-10px);
    -o-transform: scale(1.1) translateY(-10px);
    -ms-transform: scale(1.1) translateY(-10px);
    transform: scale(1.1) translateY(-10px)
}

.block-featured-main .list .item-col:nth-child(1) a .item {
    border-right: 0
}

.block-featured-main .list .item-col:nth-child(2) a .item {
    background: #fffceb;
    border-color: #e2ce62
}

.block-featured-main .list .item-col:nth-child(3) a .item {
    background: #ebffeb;
    border-color: #6ec669;
    border-left: 0;
    border-right: 0
}

.block-featured-main .list .item-col:nth-child(4) a .item {
    background: #ffefea;
    border-color: #dd917a
}

.block-featured-main .list .item-col:nth-child(5) a .item {
    background: #fff3eb;
    border-color: #ce836b;
    border-left: 0;
    border-right: 0
}

.block-featured-main .list .item-col:nth-child(6) a .item {
    background: #fff3ff;
    border-color: #ea70ea
}

.block-featured-main .list .item-col:nth-child(7) a .item {
    background: #f2fce4;
    border-color: #b8e874;
    border-left: 0;
    border-right: 0
}

.block-featured-main .list .item-col:nth-child(8) a .item {
    background: #ffefea;
    border-color: #ea896a
}

.block-featured-main .list .item-col:nth-child(9) a .item {
    background: #fffceb;
    border-color: #ebd038;
    border-left: 0;
    border-right: 0
}

.block-featured-main .list .item-col:nth-child(10) a .item {
    background: #ffefea;
    border-color: #e5724e
}

@media screen and (max-width: 480px) {
    .block-featured-main .list .item-col a {
        font-size: 10px
    }

    .block-featured-main .list .item-col a .item {
        height: 115px;
        padding-top: 20px;
        overflow: hidden
    }

    .block-featured-main .list .item-col a .item .icon {
        height: 50px
    }

    .block-featured-main .list .item-col a .item .icon img {
        height: 40px
    }
}

@media screen and (max-width: 1024px) {
    .block-featured-main .list .item-col a {
        font-size: 10px
    }

    .block-featured-main .list .item-col a .item {
        height: 115px;
        padding-top: 20px;
        overflow: hidden
    }

    .block-featured-main .list .item-col a .item .icon {
        height: 50px
    }

    .block-featured-main .list .item-col a .item .icon img {
        height: 40px
    }
}

@media screen and (max-width: 992px) {
    .block-featured-main .list .item-col a .item {
        height: 80px
    }

    .block-featured-main .list .item-col a .item .text {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .block-featured-main .list {
        border: 1px solid #e7d576
    }

    .block-featured-main .list .item-col {
        flex: 0 0 auto;
        width: 20%
    }

    .block-featured-main .list .item-col a .item {
        border: 0 !important
    }
}

.list-item-banner-discount .item-banner-discount {
    position: relative;
    min-height: 440px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.list-item-banner-discount .item-banner-discount .content {
    position: relative;
    z-index: 1;
    max-width: 60%;
    margin-left: auto;
    text-align: right;
    padding: 80px 20px 20px
}

.list-item-banner-discount .item-banner-discount .content .badge {
    background: #fa2b3b;
    border-radius: 10px;
    padding: 14px 15px;
    font-size: 24px
}

.list-item-banner-discount .item-banner-discount .content .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px
}

.list-item-banner-discount .item-banner-discount .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.list-item-banner-discount .item-banner-discount .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list-item-banner-discount .item-banner-discount:hover {
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

@media screen and (max-width: 480px) {
    .list-item-banner-discount .item-banner-discount .content {
        max-width: 70%
    }

    .list-item-banner-discount .item-banner-discount .content .badge {
        font-size: 18px
    }

    .list-item-banner-discount .item-banner-discount .content .title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1024px) {
    .list-item-banner-discount .item-banner-discount .content {
        max-width: 70%
    }

    .list-item-banner-discount .item-banner-discount .content .badge {
        font-size: 18px
    }

    .list-item-banner-discount .item-banner-discount .content .title {
        font-size: 24px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .list-item-banner-discount .item-banner-discount {
        min-height: 250px
    }

    .list-item-banner-discount .item-banner-discount .content {
        padding-top: 56px
    }
}

.list-item-banner-discount .padd:nth-child(2) .item-banner-discount .content {
    margin-left: 0;
    text-align: left
}

.list-item-banner-countdown .item-banner-countdown {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.list-item-banner-countdown .item-banner-countdown .content {
    position: relative;
    z-index: 1;
    padding: 40px 20px;
    padding-left: 40%
}

.list-item-banner-countdown .item-banner-countdown .content .title {
    font-size: 18px;
    font-weight: bold
}

.list-item-banner-countdown .item-banner-countdown .content .desc {
    font-size: 14px
}

.list-item-banner-countdown .item-banner-countdown .content .box-countdown {
    display: flex;
    gap: 22px
}

.list-item-banner-countdown .item-banner-countdown .content .box-countdown .item {
    background: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .16) 0 3px 6px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #504b4b
}

.list-item-banner-countdown .item-banner-countdown .content .box-countdown .item::before {
    position: absolute;
    content: ":";
    right: -12px
}

.list-item-banner-countdown .item-banner-countdown .content .box-countdown .item:last-child::before {
    display: none
}

.list-item-banner-countdown .item-banner-countdown .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.list-item-banner-countdown .item-banner-countdown .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list-item-banner-countdown .item-banner-countdown:hover {
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

@media screen and (max-width: 480px) {
    .list-item-banner-countdown .item-banner-countdown .content {
        padding: 40px 20px
    }
}

@media screen and (max-width: 1024px) {
    .list-item-banner-countdown .item-banner-countdown .content {
        padding: 40px 20px
    }
}

.list-item-banner-countdown .padd:nth-child(2) .item-banner-countdown .content {
    color: #fff;
    padding-left: 25px
}

.breadcumb-wrapper {
    background: url(../images/page-blog/bg-bre.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 166px;
    padding: 45px 0 10px
}

.breadcumb-wrapper h1.custom {
    font-weight: bold;
    color: #000;
    font-size: 36px;
    margin-bottom: 10px
}

.breadcumb-wrapper .breadcrumb {
    justify-content: center !important;
    color: #080808
}

.breadcumb-wrapper .breadcrumb li a {
    color: #080808
}

.breadcumb-wrapper .breadcrumb li a:hover {
    color: #ea1919
}

.breadcumb-wrapper .breadcrumb li.active {
    color: #080808
}

@media screen and (max-width: 480px) {
    .breadcumb-wrapper h1.custom {
        font-size: 24px
    }
}

.block-page-blog-list {
    padding: 55px 0
}

.custom-categories-sort .dropdown-toggle {
    height: 50px;
    outline: none;
    box-shadow: none;
    background: #fff;
    position: relative;
    min-width: 180px;
    padding-right: 35px;
    border-radius: 10px;
    border: 1px solid #707070;
    color: #797979;
    text-align: left;
    padding-left: 10px
}

.custom-categories-sort .dropdown-toggle img {
    width: 20px;
    margin-right: 15px
}

.custom-categories-sort .dropdown-toggle::after {
    position: absolute;
    content: "";
    background: url(../images/icon-arrow-down-black.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    border: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.custom-categories-sort .dropdown-menu {
    border: 0;
    border-radius: 10px;
    border: 1px solid #707070
}

.custom-categories-sort .dropdown-menu li {
    border-bottom: 1px solid #f2f2f2
}

.custom-categories-sort .dropdown-menu li a:hover,
.custom-categories-sort .dropdown-menu li a:focus {
    background: #f5f5f5
}

.custom-categories-sort .dropdown-menu li:last-child {
    border: 0
}

@media(min-width: 1441px) {
    .list-item-blog-sm {
        margin-left: -30px;
        margin-right: -30px
    }

    .list-item-blog-sm .padd {
        padding-left: 30px;
        padding-right: 30px
    }
}

.item-blog-sm {
    margin-bottom: 45px
}

.item-blog-sm .thumb {
    height: 295px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px
}

.item-blog-sm .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.item-blog-sm .categ {
    font-size: 14px;
    color: #8b8b8b;
    margin-bottom: 15px
}

.item-blog-sm .title {
    color: #080808;
    font-size: 24px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    height: 72px
}

.item-blog-sm .title:hover {
    color: #ff0005
}

.item-blog-sm .list-info {
    display: flex;
    justify-content: space-evenly !important
}

.block-pagination .pagination {
    gap: 10px;
    justify-content: flex-end !important
}

.block-pagination .pagination .page-item:first-child a,
.block-pagination .pagination .page-item:last-child a {
    border-radius: 100%;
    border: 1px solid #707070
}

.block-pagination .pagination .page-item:first-child a img,
.block-pagination .pagination .page-item:last-child a img {
    width: 16px;
    vertical-align: text-top
}

.block-pagination .pagination .page-item .page-link {
    background: #f6f6f6;
    width: 40px;
    height: 40px;
    border: 0;
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
    color: #000;
    border-radius: 10px
}

.block-pagination .pagination .active .page-link {
    background: #FCA801 !important
}

.block-pagination .pagination .page-item .page-link:hover,
.block-pagination .pagination .page-item .page-link.active {
    background: linear-gradient(180deg, #FFBA31 0%, #FCA801 100%)
}

@media screen and (max-width: 480px) {
    .block-pagination .pagination .page-item .page-link {
        width: 36px;
        height: 36px;
        line-height: 36px;
        padding: 0 2px
    }
}

@media screen and (max-width: 1024px) {
    .block-pagination .pagination .page-item .page-link {
        width: 36px;
        height: 36px;
        line-height: 36px;
        padding: 0 2px
    }
}

.block-page-blog-detail .blog-content .sub-title {
    color: #504b4b;
    font-weight: 600;
    font-size: 24px
}

.block-page-blog-detail .blog-content .blog-title h2.custom {
    font-size: 55px;
    font-weight: bold;
    color: #000
}

@media screen and (max-width: 480px) {
    .block-page-blog-detail .blog-content .blog-title h2.custom {
        font-size: 30px
    }
}

@media screen and (max-width: 1024px) {
    .block-page-blog-detail .blog-content .blog-title h2.custom {
        font-size: 30px
    }
}

.list-comment {
    height: 420px;
    overflow: scroll
}

.list-comment .item-comment-sm {
    background: #f0f0f0;
    border-radius: 10px;
    min-height: 125px;
    margin-bottom: 18px;
    padding: 17px 20px;
    position: relative;
    padding-left: 115px;
    color: #707170;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.list-comment .item-comment-sm .thumb {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.list-comment .item-comment-sm .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list-comment .item-comment-sm .content .info {
    margin-bottom: 5px
}

.list-comment .item-comment-sm .content .info .c-left .name {
    color: #e21e1e;
    font-size: 18px;
    margin-right: 13px
}

.list-comment .item-comment-sm .content .info .c-left .time {
    font-size: 14px;
    color: #504b4b
}

.list-comment .item-comment-sm .content .info .rate {
    color: #c9c9c9;
    gap: 6px
}

.list-comment .item-comment-sm .content .info .rate a {
    display: inline-block;
    height: 24px
}

.list-comment .item-comment-sm .content .info .rate a img {
    height: 24px
}

.list-comment .item-comment-sm:hover {
    background: #dadada
}

.block-tabs-detail .nav-pills.custom {
    border-bottom: 1px solid #bebebe;
    gap: 80px;
    margin-bottom: 30px
}

.block-tabs-detail .nav-pills.custom .nav-item .nav-link {
    background: rgba(0, 0, 0, 0);
    color: #909090;
    font-weight: bold;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

.block-tabs-detail .nav-pills.custom .nav-item .nav-link::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0%;
    background: #eb2d3c;
    bottom: -2px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-tabs-detail .nav-pills.custom .nav-item .nav-link.active {
    color: #eb2d3c
}

.block-tabs-detail .nav-pills.custom .nav-item .nav-link.active::before {
    width: 100%
}

@media screen and (max-width: 480px) {
    .block-tabs-detail .nav-pills.custom {
        display: block;
        white-space: nowrap;
        overflow: auto
    }

    .block-tabs-detail .nav-pills.custom .nav-item {
        display: inline-block;
        margin-right: 15px
    }
}

@media screen and (max-width: 1024px) {
    .block-tabs-detail .nav-pills.custom {
        display: block;
        white-space: nowrap;
        overflow: auto
    }

    .block-tabs-detail .nav-pills.custom .nav-item {
        display: inline-block;
        margin-right: 15px
    }
}

.block-tabs-detail .block-rate {
    border-right: 1px solid #707070;
    min-height: 410px
}

.block-tabs-detail .block-rate .info {
    line-height: 30px;
    gap: 12px;
    margin-bottom: 25px
}

.block-tabs-detail .block-rate .info .number {
    color: #000;
    font-weight: bold;
    font-size: 28px
}

.block-tabs-detail .block-rate .info img {
    height: 30px
}

.block-tabs-detail .block-rate .info .text {
    color: #504b4b;
    font-size: 18px;
    font-weight: 600
}

.block-tabs-detail .block-rate .list {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.block-tabs-detail .block-rate .list .item {
    height: 24px;
    gap: 8px
}

.block-tabs-detail .block-rate .list .item .box-progress .progress {
    height: 13px;
    background: #d5d5d5
}

.block-tabs-detail .block-rate .list .item .box-progress .progress .progress-bar {
    background: #fdae12;
    border-radius: 100px
}

.block-tabs-detail .block-rate .list .item .amout {
    width: 34px;
    text-align: left
}

.block-tabs-detail .block-rate .info-bottom {
    color: #504b4b;
    padding-right: 25px
}

.block-tabs-detail .block-rate .info-bottom .title {
    font-size: 18px;
    font-weight: 600
}

.table-detail tbody tr td {
    padding: 13px 15px;
    color: #504b4b;
    background: #f4f4f4
}

.table-detail tbody tr:nth-child(even) td {
    background: #d3d3d3
}

.block-page-about {
    padding: 55px 0
}

.block-page-about .block-main-top {
    font-size: 18px
}

.block-page-about .block-main-top .banner-main {
    border-radius: 10px;
    overflow: hidden
}

.block-page-about .block-main-top .title h2.custom {
    font-size: 40px;
    font-weight: 600;
    color: #080808
}

@media screen and (max-width: 480px) {
    .block-page-about .block-main-top .title h2.custom {
        font-size: 30px
    }
}

@media screen and (max-width: 1024px) {
    .block-page-about .block-main-top .title h2.custom {
        font-size: 30px
    }
}

@media(min-width: 1441px) {
    .list-item-about-sm {
        margin-left: -30px;
        margin-right: -30px
    }

    .list-item-about-sm .padd {
        padding-left: 30px;
        padding-right: 30px
    }

    .list-item-about-sm .padd .item-about-sm {
        margin-bottom: 40px
    }
}

.item-about-sm {
    background: #f9f2de;
    border-radius: 10px;
    min-height: 360px;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.item-about-sm .icon {
    height: 130px
}

.item-about-sm .icon img {
    height: 110px;
    margin: auto
}

.item-about-sm .title {
    font-size: 24px;
    color: #080808;
    font-weight: 600;
    margin-bottom: 20px
}

.item-about-sm .desc {
    font-size: 20px
}

.item-about-sm:hover {
    background: #ffba31
}

.block-partner-sm {
    font-size: 18px
}

.block-partner-sm .title-block .desc {
    color: #080808;
    font-weight: 600;
    font-size: 18px
}

.block-partner-sm .title-block h2.custom {
    color: #080808
}

.item-about-info-sm {
    font-size: 18px
}

.item-about-info-sm .title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 15px
}

@media screen and (max-width: 480px) {
    .item-about-info-sm .title {
        font-size: 24px;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 1024px) {
    .item-about-info-sm .title {
        font-size: 24px;
        margin-bottom: 5px
    }
}

.block-about-number {
    background: url(../images/page-about/bg-number.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 250px;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 65px 0 50px
}

@media screen and (min-width: 993px) {
    .block-about-number .list-item .padd {
        flex: 0 0 auto;
        width: 20%
    }
}

.block-about-number .item {
    font-size: 20px
}

.block-about-number .item .number {
    font-size: 50px;
    font-weight: 600
}

@media screen and (max-width: 480px) {
    .block-about-number .item {
        font-size: 18px
    }

    .block-about-number .item .number {
        font-size: 30px
    }
}

@media screen and (max-width: 1024px) {
    .block-about-number .item {
        font-size: 18px
    }

    .block-about-number .item .number {
        font-size: 30px
    }
}

@media(min-width: 1441px) {
    .list-item-team-sm {
        margin-left: -30px;
        margin-right: -30px
    }

    .list-item-team-sm .padd {
        padding-left: 30px;
        padding-right: 30px
    }
}

.item-team-sm {
    position: relative;
    margin-bottom: 120px
}

.item-team-sm .thumb {
    height: 440px;
    overflow: hidden;
    border-radius: 10px
}

.item-team-sm .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.item-team-sm .content {
    background: #efefef;
    border-radius: 10px;
    min-height: 185px;
    padding: 40px 10px;
    margin: auto;
    position: absolute;
    width: calc(100% - 60px);
    left: 0;
    right: 0;
    bottom: -105px
}

.item-team-sm .content .title {
    color: #080808;
    font-weight: 600;
    font-size: 24px
}

.item-team-sm .content .job {
    font-size: 14px;
    color: #080808;
    margin-bottom: 5px
}

.item-team-sm .content .list-social {
    justify-content: center !important
}

.product-detail-page {
    position: relative;
    min-height: 580px;
    font-size: 18px
}

.product-detail-page .block-slider-product-detail {
    max-width: 620px
}

.product-detail-page .block-slider-product-detail .slick-product-detail {
    position: relative;
    margin-bottom: 10px
}

.product-detail-page .block-slider-product-detail .slick-product-detail .thumb-main {
    height: 570px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    align-items: center !important;
    display: flex;
    justify-content: center !important
}

@media screen and (max-width: 480px) {
    .product-detail-page .block-slider-product-detail .slick-product-detail .thumb-main {
        width: inherit
    }
}

@media screen and (max-width: 1024px) {
    .product-detail-page .block-slider-product-detail .slick-product-detail .thumb-main {
        width: inherit
    }
}

.product-detail-page .block-slider-product-detail .slick-product-detail-list {
    margin: 0 -15px
}

.product-detail-page .block-slider-product-detail .slick-product-detail-list .item {
    padding: 0 15px
}

.product-detail-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main {
    height: 130px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    align-items: center !important;
    display: flex
}

.product-detail-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width: 480px) {
    .product-detail-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main {
        height: 70px
    }
}

@media screen and (max-width: 1024px) {
    .product-detail-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main {
        height: 70px
    }
}

.product-detail-page .block-slider-product-detail .slick-product-detail-list .slick-current.slick-active .thumb-main {
    border-color: #fa2b3b
}

@media screen and (max-width: 480px) {
    .product-detail-page .block-slider-product-detail {
        position: static;
        margin: auto auto 30px;
        width: inherit;
        max-width: 480px
    }
}

@media screen and (max-width: 1024px) {
    .product-detail-page .block-slider-product-detail {
        position: static;
        margin: auto auto 30px;
        width: inherit;
        max-width: 480px
    }
}

.product-detail-page .content-info .title h1.custom {
    color: #000;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 0
}

.product-detail-page .content-info .author {
    color: #c9c9c9;
    font-size: 14px;
    margin-bottom: 5px
}

.product-detail-page .content-info .author span {
    color: #f74a81
}

.product-detail-page .content-info .price {
    margin-bottom: 10px
}

.product-detail-page .content-info .price .new {
    color: #e31d1d;
    font-weight: bold;
    font-size: 30px
}

.product-detail-page .content-info .price .odd {
    color: #c2c2c2;
    text-decoration: line-through;
    font-size: 24px
}

.product-detail-page .content-info .desc {
    margin-bottom: 25px
}

.product-detail-page .content-info .box {
    max-width: 280px
}

.product-detail-page .content-info .box .price {
    font-size: 24px;
    font-weight: bold
}

.product-detail-page .content-info .box .link-bottom a {
    min-width: 128px
}

@media screen and (max-width: 480px) {
    .product-detail-page .content-info .box {
        margin: auto
    }
}

@media screen and (max-width: 1024px) {
    .product-detail-page .content-info .box {
        margin: auto
    }
}

.product-detail-page .content-info .badge {
    padding: 10px 14px;
    display: inline-block;
    background: #ddd;
    color: #fff;
    border-radius: 10px 0px 10px 0px
}

.product-detail-page .content-info .badge.sale {
    background: #69bcf0
}

@media screen and (max-width: 480px) {
    .product-detail-page {
        padding-left: 0
    }

    .product-detail-page .content-info .title h1.custom {
        font-size: 30px
    }
}

@media screen and (max-width: 1024px) {
    .product-detail-page {
        padding-left: 0
    }

    .product-detail-page .content-info .title h1.custom {
        font-size: 30px
    }
}

.product-detail-page.custom-page {
    padding-left: 655px;
    min-height: 440px
}

.product-detail-page.custom-page .content-info .desc {
    padding-bottom: 10px;
    margin-bottom: 25px
}

.product-detail-page.custom-page .content-info .box {
    max-width: initial
}

.product-detail-page.custom-page .content-info .box .link-bottom {
    gap: 25px
}

.product-detail-page.custom-page .content-info .box .link-bottom a {
    min-width: 130px
}

@media screen and (max-width: 480px) {
    .product-detail-page.custom-page .content-info .box .link-bottom {
        gap: 5px
    }

    .product-detail-page.custom-page .content-info .box .link-bottom a {
        min-width: inherit
    }
}

.product-detail-page.custom-page .block-slider-product-detail {
    width: 560px;
    padding-left: 120px;
    overflow: hidden
}

@media screen and (max-width: 480px) {
    .product-detail-page.custom-page .block-slider-product-detail {
        position: relative;
        width: inherit;
        max-width: inherit
    }
}

@media screen and (max-width: 1024px) {
    .product-detail-page.custom-page .block-slider-product-detail {
        position: relative;
        width: inherit;
        max-width: inherit
    }
}

.product-detail-page.custom-page .block-slider-product-detail .slick-product-detail {
    z-index: 2
}

.product-detail-page.custom-page .block-slider-product-detail .slick-product-detail .thumb-main {
    width: 435px;
    height: 435px;
    border-radius: 10px;
    overflow: hidden
}

.product-detail-page.custom-page .block-slider-product-detail .custom-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 435px;
    overflow: hidden
}

.product-detail-page.custom-page .block-slider-product-detail .slick-product-detail-list .item {
    margin-bottom: 28px
}

.product-detail-page.custom-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main {
    width: 86px;
    height: 86px;
    border-radius: 10px;
    overflow: hidden
}

@media screen and (max-width: 480px) {
    .product-detail-page.custom-page .block-slider-product-detail .slick-product-detail .thumb-main {
        width: 100%;
        height: 300px
    }
}

@media screen and (max-width: 1024px) {
    .product-detail-page.custom-page .block-slider-product-detail .slick-product-detail .thumb-main {
        width: 100%;
        height: 300px
    }
}

@media screen and (max-width: 480px) {
    .product-detail-page.custom-page .block-slider-product-detail {
        padding-left: 0px
    }

    .product-detail-page.custom-page .block-slider-product-detail .slick-product-detail-list .item .thumb-main {
        width: 100%
    }

    .product-detail-page.custom-page .block-slider-product-detail .custom-left {
        position: static;
        height: inherit
    }

    .product-detail-page.custom-page .block-slider-product-detail .slick-product-detail {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 480px) {
    .product-detail-page.custom-page {
        padding-left: 0
    }
}

@media screen and (max-width: 1024px) {
    .product-detail-page.custom-page {
        padding-left: 0
    }
}

.product-detail-page .product-rate-wrap .rate {
    gap: 7px
}

.product-detail-page .product-rate-wrap .rate a {
    display: inline-block;
    height: 24px;
    position: relative;
    top: -3px
}

.product-detail-page .product-rate-wrap .rate a img {
    height: 24px;
    vertical-align: sub
}

.product-detail-page .product-rate-wrap .rate span {
    color: #c9c9c9
}

.product-detail-page .product-rate-wrap .rate span.number {
    margin-left: 14px;
    color: #707170
}

.product-detail-page .product-weight-wrap {
    margin-bottom: 30px
}

.product-detail-page .product-weight-wrap .title-sm {
    font-weight: 600;
    margin-bottom: 10px
}

.product-detail-page .product-weight-wrap .list-option-weight {
    gap: 10px
}

.product-detail-page .product-weight-wrap .list-option-weight .btn-option-weight {
    border: 1px solid #707070;
    border-radius: 10px;
    min-width: 100px;
    height: 48px
}

.product-detail-page .product-weight-wrap .list-option-weight .btn-option-weight:hover,
.product-detail-page .product-weight-wrap .list-option-weight .btn-option-weight.active,
.product-detail-page .product-weight-wrap .list-option-weight .btn-option-weight:focus {
    background: #e31d1d;
    color: #fff;
    border-color: #e31d1d
}

.product-detail-page .product-action-wrap {
    gap: 10px;
    flex-wrap: wrap !important
}

.product-detail-page .product-action-wrap .control-number {
    height: 52px
}

.product-detail-page .product-action-wrap .control-number .minus,
.product-detail-page .product-action-wrap .control-number .plus,
.product-detail-page .product-action-wrap .control-number input {
    height: 52px;
    line-height: 52px
}

.product-detail-page .product-action-wrap .control-number input {
    border: 0
}

.product-detail-page .product-action-wrap .link-red {
    height: 52px;
    padding: 14px;
    font-weight: 600
}

.product-detail-page .product-action-wrap .link-icon {
    margin-left: 30px
}

.product-detail-page .product-action-wrap .link-icon img {
    width: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-detail-page .product-action-wrap .link-icon img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.product-detail-page .product-action-wrap .btn {
    min-width: 165px
}

.product-detail-page .list-meta {
    font-weight: 600;
    font-size: 18px;
    color: #504b4b
}

.product-detail-page .list-meta .list {
    gap: 10px
}

.product-detail-page .list-meta .list .list-social {
    gap: 10px
}

.product-detail-page .list-meta .list .list-social img {
    height: 24px
}

@media screen and (max-width: 480px) {
    .product-detail-page .product-weight-wrap .list-option-weight .btn-option-weight {
        min-width: inherit
    }

    .product-detail-page .product-action-wrap .btn {
        min-width: inherit
    }

    .product-detail-page .product-rate-wrap .rate {
        gap: 2px;
        font-size: 14px
    }

    .product-detail-page .product-rate-wrap .rate a img {
        height: 20px
    }
}

@media screen and (max-width: 1024px) {
    .product-detail-page .product-weight-wrap .list-option-weight .btn-option-weight {
        min-width: inherit
    }

    .product-detail-page .product-action-wrap .btn {
        min-width: inherit
    }

    .product-detail-page .product-rate-wrap .rate {
        gap: 2px;
        font-size: 14px
    }

    .product-detail-page .product-rate-wrap .rate a img {
        height: 20px
    }
}

.block-page-faq {
    padding: 55px 0
}

.block-page-faq .title-block {
    margin-bottom: 60px
}

.block-page-faq .title-block .desc {
    max-width: 1000px;
    margin: auto
}

.block-page-faq .custom-tabs .nav-pills {
    padding-left: calc(var(--bs-gutter-x)*.5)
}

.block-page-faq .custom-tabs .nav-pills .nav-link {
    min-height: 68px;
    border: 1px solid #bfbfbf;
    text-align: left;
    color: #000;
    margin-bottom: 18px;
    border-radius: 10px
}

.block-page-faq .custom-tabs .nav-pills .nav-link:hover,
.block-page-faq .custom-tabs .nav-pills .nav-link.active {
    background: linear-gradient(180deg, #FFBA31 0%, #FCA801 100%);
    border-color: #ffba31
}

@media screen and (max-width: 480px) {
    .block-page-faq .custom-tabs .nav-pills .nav-link {
        margin-bottom: 5px;
        min-height: initial
    }
}

@media screen and (max-width: 1024px) {
    .block-page-faq .custom-tabs .nav-pills .nav-link {
        margin-bottom: 5px;
        min-height: initial
    }
}

.block-page-faq .custom-tabs .content-tabs {
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding: 25px;
    min-height: 412px
}

.block-page-contact {
    padding: 55px 0
}

.block-page-contact .banenr-main {
    height: 780px;
    border-radius: 10px;
    overflow: hidden
}

.block-page-contact .banenr-main img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block-page-contact .item-info {
    color: #8d8d8d
}

.block-page-contact .item-info .icon {
    height: 92px
}

.block-page-contact .item-info .icon img {
    height: 72px
}

.block-page-contact .item-info .title {
    font-size: 20px;
    color: #080808;
    font-weight: 600;
    margin-bottom: 5px
}

.block-page-contact .box-map iframe {
    width: 100% !important;
    height: 315px !important
}

@media screen and (max-width: 480px) {
    .block-page-contact .banenr-main {
        height: 300px
    }
}

@media(min-width: 1441px) {
    .box-marg-30 {
        margin-left: -30px;
        margin-right: -30px
    }

    .box-marg-30 .padd-30 {
        padding-left: 30px;
        padding-right: 30px
    }

    .box-marg-45 {
        margin-left: -45px;
        margin-right: -45px
    }

    .box-marg-45 .padd-45 {
        padding-left: 45px;
        padding-right: 45px
    }

    .box-marg-20 {
        margin-left: -20px;
        margin-right: -20px
    }

    .box-marg-20 .padd-20 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.form-default .f-custom-group {
    margin-bottom: 50px
}

.form-default .custom-label-lg {
    color: #080808;
    display: block;
    margin-bottom: 17px
}

.form-default .custom-input {
    height: 52px;
    border: 1px solid #bfbfbf;
    border-radius: 10px
}

.form-default #textarea-h {
    height: 195px
}

.form-default .form-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/icon-arrow-down-black.svg) no-repeat right rgba(0, 0, 0, 0);
    background-size: 14px 14px;
    background-position-x: calc(100% - 10px);
    padding-left: 10px;
    padding-right: 25px;
    height: 52px;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    color: #000
}

.form-default .form-check.custom-box {
    height: 52px;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding: 12px 15px 12px 40px
}

.form-default .form-check.custom-box .form-check-input:checked[type=radio] {
    background: url(../images/check-radio-green.svg) no-repeat center center;
    background-size: 100%
}

.form-default .form-check.custom-box .icon-bank img {
    height: 30px;
    margin-right: 7px
}

@media screen and (max-width: 480px) {
    .form-default .f-custom-group {
        margin-bottom: 20px
    }

    .form-default .custom-label-lg {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1024px) {
    .form-default .f-custom-group {
        margin-bottom: 20px
    }

    .form-default .custom-label-lg {
        margin-bottom: 10px
    }
}

.box-credit-line {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 15px
}

.box-credit-line .form-check.no-line {
    border: 0;
    position: relative;
    left: -15px
}

.box-credit-line .item-save-card {
    gap: 18px
}

.box-credit-line .item-save-card img {
    width: 30px
}

.block-page-track {
    padding: 55px 0
}

.block-page-track .block-form-sm {
    max-width: 520px;
    margin: auto
}

.block-order-prod-sm {
    border: 1px solid #707070;
    border-radius: 10px
}

.block-order-prod-sm .title {
    border-bottom: 1px solid #d0d0d0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 16px 15px 16px 22px
}

.block-order-prod-sm .title-sm {
    padding: 15px;
    padding-left: 30px
}

.block-order-prod-sm .list-item-order .item-order {
    padding: 0 30px;
    margin-bottom: 40px
}

.block-order-prod-sm .list-item-order .item-order .content .thumb {
    width: 72px;
    height: 72px;
    border: 1px solid #c6c6c6;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px
}

.block-order-prod-sm .list-item-order .item-order .content .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block-order-prod-sm .list-item-order .item-order .content .info .p-title {
    color: #504b4b;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-overflow: ellipsis;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    max-width: 160px
}

.block-order-prod-sm .list-item-order .item-order .content .info .p-title:hover {
    color: #ffba31
}

.block-order-prod-sm .list-item-order .item-order .content .info .p-author {
    color: #c9c9c9;
    font-size: 14px;
    margin-bottom: 5px
}

.block-order-prod-sm .list-item-order .item-order .content .info .p-author span {
    color: #f74a81
}

@media screen and (max-width: 480px) {
    .block-order-prod-sm .list-item-order .item-order {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 1024px) {
    .block-order-prod-sm .list-item-order .item-order {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 10px
    }
}

.block-order-prod-sm .content-total {
    border-top: 1px solid #d0d0d0;
    padding: 20px 0px
}

.block-order-prod-sm .content-total .item {
    padding: 0 30px;
    margin-bottom: 15px
}

.block-order-prod-sm .content-total .item.custom-total {
    border-top: 1px solid #d0d0d0;
    margin-bottom: 0;
    padding-top: 15px
}

.block-order-prod-sm .box-title-completed {
    margin-bottom: 40px;
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    position: relative;
    left: -1px;
    top: -1px
}

.block-order-prod-sm .box-title-completed .box {
    min-height: 115px
}

.block-order-prod-sm .content-bottom-accepted {
    border-top: 1px solid #504b4b;
    color: #504b4b;
    padding: 10px 20px
}

.block-order-prod-sm .content-bottom-accepted .badge.custom-accepted {
    border: 1px solid #e4842c;
    color: #e4842c;
    background: #fcf6e9;
    padding: 11px 20px
}

.block-order-prod-sm .content-bottom-accepted .link-red {
    height: 52px
}

.block-order-prod-sm .content-bottom-accepted .btn {
    min-width: 165px;
    font-weight: 600
}

.block-order-prod-sm .content-bottom-accepted .list-action {
    gap: 10px
}

.block-order-prod-sm.custom-order .list-item-order .item-order {
    padding-left: 40px
}

@media screen and (max-width: 480px) {
    .block-order-prod-sm .box-title-completed {
        margin-bottom: 10px
    }

    .block-order-prod-sm .content-bottom-accepted {
        padding: 15px
    }

    .block-order-prod-sm .content-bottom-accepted .btn {
        min-width: inherit
    }
}

@media screen and (max-width: 480px)and (max-width: 480px) {
    .block-order-prod-sm .content-bottom-accepted .box-link {
        display: block !important
    }
}

@media screen and (max-width: 1024px) {
    .block-order-prod-sm .box-title-completed {
        margin-bottom: 10px
    }

    .block-order-prod-sm .content-bottom-accepted {
        padding: 15px
    }

    .block-order-prod-sm .content-bottom-accepted .btn {
        min-width: inherit
    }
}

@media screen and (max-width: 1024px)and (max-width: 480px) {
    .block-order-prod-sm .content-bottom-accepted .box-link {
        display: block !important
    }
}

.list-step-status {
    margin-bottom: 70px
}

.list-step-status .item-step {
    position: relative;
    padding: 0 10px;
    min-width: 280px
}

.list-step-status .item-step .icon {
    position: relative;
    text-align: center;
    margin-bottom: 15px
}

.list-step-status .item-step .icon img {
    height: 52px
}

.list-step-status .item-step .icon span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.list-step-status .item-step .text {
    margin-bottom: 85px
}

.list-step-status .item-step.active .icon {
    position: relative;
    text-align: center
}

.list-step-status .item-step.active .icon img.basic {
    opacity: 0
}

.list-step-status .item-step.active .icon span {
    opacity: 1
}

.list-step-status .item-step.active .icon-check {
    background: #34cc68
}

.list-step-status .item-step.active::before {
    background: #34cc68
}

.list-step-status .item-step.active::after {
    background: #34cc68
}

.list-step-status .item-step::before {
    position: absolute;
    content: "";
    background: #eaeaea;
    height: 14px;
    width: 100%;
    top: 125px;
    left: 50%
}

.list-step-status .item-step::after {
    position: absolute;
    content: "";
    background: #eaeaea;
    height: 14px;
    width: 100%;
    top: 125px;
    left: -50%
}

.list-step-status .item-step:first-child {
    padding-left: 0
}

.list-step-status .item-step:first-child::before {
    display: none
}

.list-step-status .item-step:first-child {
    padding-right: 0
}

.list-step-status .item-step:first-child::after {
    display: none
}

.list-step-status .item-step:last-child:before {
    width: 0
}

.list-step-status .item-step .icon-check {
    width: 35px;
    height: 35px;
    background: #eaeaea;
    border-radius: 10px;
    line-height: 35px;
    position: absolute;
    top: 113px;
    left: 0;
    z-index: 1;
    right: 0;
    margin: auto
}

.list-step-status .item-step .icon-check img {
    width: 22px
}

@media screen and (max-width: 1400px) {
    .list-step-status .item-step {
        min-width: 240px;
        font-size: 14px
    }
}

@media screen and (max-width: 1200px) {
    .list-step-status .item-step {
        min-width: 200px
    }
}

@media screen and (max-width: 992px) {
    .list-step-status .item-step {
        min-width: 150px;
        font-size: 12px
    }

    .list-step-status .item-step .icon img {
        height: 30px
    }

    .list-step-status .item-step .icon-check {
        width: 26px;
        height: 26px;
        line-height: 26px;
        top: 80px
    }

    .list-step-status .item-step .icon-check img {
        width: 14px
    }

    .list-step-status .item-step::before {
        top: 87px
    }

    .list-step-status .item-step::after {
        top: 87px
    }
}

@media screen and (max-width: 992px) {
    .list-step-status .item-step {
        min-width: 70px;
        font-size: 10px
    }

    .list-step-status .item-step .text {
        height: 30px;
        margin-bottom: 50px
    }
}

.block-page-wishlist .block-wishlist {
    margin-bottom: 30px
}

.block-page-wishlist .block-wishlist .top-title {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(180deg, #FFBA31 0%, #FCA801 100%);
    border-radius: 10px;
    padding: 15px 0;
    color: #080808;
    font-weight: 600;
    margin-left: -2.5px;
    margin-right: -2.5px
}

.block-page-wishlist .block-wishlist .bottom-list .item-wishlist-sm {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-page-wishlist .block-wishlist .bottom-list .item-wishlist-sm:hover {
    background: #f7f7f7
}

.block-page-wishlist .block-wishlist .t-padd {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.block-page-wishlist .block-wishlist .t-remove {
    flex: 0 0 auto;
    width: 5%
}

.block-page-wishlist .block-wishlist .t-remove img {
    width: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-page-wishlist .block-wishlist .t-remove img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.block-page-wishlist .block-wishlist .t-product {
    flex: 0 0 auto;
    width: 30%
}

.block-page-wishlist .block-wishlist .t-price {
    flex: 0 0 auto;
    width: 14%
}

.block-page-wishlist .block-wishlist .t-date {
    flex: 0 0 auto;
    width: 17%
}

.block-page-wishlist .block-wishlist .t-status {
    flex: 0 0 auto;
    width: 17%
}

.block-page-wishlist .block-wishlist .t-link {
    flex: 0 0 auto;
    width: 17%
}

.block-page-wishlist .block-wishlist .t-product .thumb {
    width: 72px;
    height: 72px;
    border: 1px solid #c6c6c6;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px
}

.block-page-wishlist .block-wishlist .t-product .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block-page-wishlist .block-wishlist .t-product .info .p-title {
    color: #504b4b;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-overflow: ellipsis;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    max-width: 160px
}

.block-page-wishlist .block-wishlist .t-product .info .p-title:hover {
    color: #ffba31
}

.block-page-wishlist .block-wishlist .t-product .info .p-author {
    color: #c9c9c9;
    font-size: 14px;
    margin-bottom: 5px
}

.block-page-wishlist .block-wishlist .t-product .info .p-author span {
    color: #f74a81
}

@media screen and (max-width: 480px) {
    .block-page-wishlist .block-wishlist .link-red {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 1024px) {
    .block-page-wishlist .block-wishlist .link-red {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 992px) {
    .block-page-wishlist .block-wishlist .bottom-list {
        border: 1px solid #ccc;
        border-radius: 10px
    }

    .block-page-wishlist .block-wishlist .bottom-list .item-wishlist-sm {
        padding: 15px;
        font-size: 14px
    }

    .block-page-wishlist .block-wishlist .bottom-list .item-wishlist-sm:last-child {
        border: 0
    }

    .block-page-wishlist .block-wishlist .top-title {
        display: none
    }

    .block-page-wishlist .block-wishlist .t-remove {
        width: 5%
    }

    .block-page-wishlist .block-wishlist .t-product {
        width: 75%
    }

    .block-page-wishlist .block-wishlist .t-price {
        width: 20%;
        text-align: right
    }

    .block-page-wishlist .block-wishlist .t-date {
        width: 33.333%;
        text-align: center
    }

    .block-page-wishlist .block-wishlist .t-status {
        width: 33.333%;
        text-align: center
    }

    .block-page-wishlist .block-wishlist .t-link {
        width: 33.333%;
        text-align: right
    }
}

.block-page-wishlist .content-bottom .link-under {
    margin-right: 30px
}

.block-page-wishlist .content-bottom .box-form .custom-input {
    width: 274px;
    margin-right: 10px
}

.block-page-wishlist .content-bottom .box-form .btn-copy {
    min-width: 125px
}

@media screen and (max-width: 480px) {
    .block-page-wishlist .content-bottom {
        display: block !important
    }

    .block-page-wishlist .content-bottom .c-left {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 480px)and (max-width: 767px) {
    .block-page-wishlist .content-bottom .c-left {
        display: block !important
    }

    .block-page-wishlist .content-bottom .c-left .link-under {
        margin-bottom: 10px;
        display: inline-block
    }
}

@media screen and (max-width: 1024px) {
    .block-page-wishlist .content-bottom {
        display: block !important
    }

    .block-page-wishlist .content-bottom .c-left {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1024px)and (max-width: 767px) {
    .block-page-wishlist .content-bottom .c-left {
        display: block !important
    }

    .block-page-wishlist .content-bottom .c-left .link-under {
        margin-bottom: 10px;
        display: inline-block
    }
}

.box-category-sm {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden
}

.box-category-sm .title {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px;
    position: relative
}

.box-category-sm .title span {
    display: inline-block;
    position: relative
}

.box-category-sm .title span::before {
    position: absolute;
    content: "";
    background: #eb2d3c;
    height: 3px;
    width: 100%;
    bottom: -12px
}

.box-category-sm .title.custom {
    border: 0;
    margin-bottom: 0
}

.box-category-sm .title .icon-right {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 8px;
    display: none
}

.box-category-sm .title .icon-right img {
    width: 24px
}

.box-category-sm .list-check .form-check.custom {
    margin-bottom: 10px
}

.box-category-sm .list-check .form-check.custom .form-check-input:checked {
    background-color: #34cc69;
    border-color: #34cc69
}

.box-category-sm .list-check .form-check.custom .rate {
    line-height: 20px;
    gap: 6px
}

.box-category-sm .list-check .form-check.custom .rate img {
    height: 20px;
    vertical-align: unset
}

.box-category-sm .content {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.box-category-sm.active .content {
    display: block;
    padding-top: 15px
}

@media screen and (max-width: 992px) {
    .box-category-sm {
        margin-bottom: 5px !important
    }

    .box-category-sm .title {
        margin-bottom: 0
    }

    .box-category-sm .title .icon-right {
        display: block
    }

    .box-category-sm .content {
        display: none
    }
}

.box-range .price-input {
    width: 100%;
    display: flex;
    justify-content: space-between !important
}

.box-range .price-input .field {
    display: flex
}

.box-range .price-input .field input {
    background: rgba(0, 0, 0, 0);
    text-align: left
}

.box-range .price-input .field:last-child {
    position: relative;
    right: -86px
}

.box-range .field input {
    outline: none;
    text-align: center;
    border: 0;
    -moz-appearance: textfield;
    width: 100%
}

.box-range input[type=number]::-webkit-outer-spin-button,
.box-range input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.box-range .price-input {
    margin-top: 7px
}

.box-range .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center
}

.box-range .slider {
    height: 1px;
    position: relative;
    background: #bebebe;
    border-radius: 5px
}

.box-range .slider .progress {
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #eb2d3c;
    height: 4px;
    top: -1px
}

.box-range .range-input {
    position: relative
}

.box-range .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.box-range .range-input input[type=range]::-webkit-slider-thumb {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #eb2d3c;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    position: relative;
    top: 2px
}

.box-range .range-input input[type=range]::-moz-range-thumb {
    height: 10px;
    width: 10px;
    border: none;
    border-radius: 50%;
    background: #eb2d3c;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, .05);
    position: relative;
    top: 2px
}

.padd-55 {
    padding: 55px 0
}

.block-page-checkout h3.custom {
    font-size: 20px;
    font-weight: bold;
    color: #080808
}

.box-summary {
    border: 1px solid #707070;
    border-radius: 10px;
    min-height: 410px
}

.box-summary .title {
    padding: 14px 15px;
    border-bottom: 1px solid #707070
}

.box-summary .item-sm {
    margin-bottom: 20px
}

.box-summary .content {
    padding: 15px
}

.box-summary .content-bottom {
    border-top: 1px solid #d0d0d0;
    padding: 15px
}

.control-number.number {
    display: flex;
    border: 1px solid #c6c6c6;
    width: 148px;
    font-size: 18px;
    overflow: hidden;
    height: 44px;
    border-radius: 10px;
    background: #fff
}

.control-number.number .minus,
.control-number.number .plus {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 43px;
    height: 44px;
    border: 0;
    border-radius: 0;
    line-height: 44px;
    cursor: pointer
}

.control-number.number .minus:hover,
.control-number.number .plus:hover {
    background: #eae9e9
}

.control-number.number .minus {
    font-size: 20px;
    float: left
}

.control-number.number .plus {
    float: right
}

.control-number.number input {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 44px;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    width: 60px;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6
}

.control-number.number input:focus {
    box-shadow: none;
    outline: none
}

.block-page-account .title h3.custom {
    font-size: 36px;
    font-weight: 600;
    color: #000
}

.block-page-account .title .desc {
    font-size: 18px
}

@media screen and (max-width: 480px) {
    .block-page-account .title h3.custom {
        font-size: 24px
    }
}

.block-page-account .list-menu ul li {
    margin-bottom: 15px
}

.block-page-account .list-menu ul li a {
    border: 1px solid #bfbfbf;
    display: block;
    border-radius: 10px;
    padding: 20px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #000
}

.block-page-account .list-menu ul li:hover a,
.block-page-account .list-menu ul li.active a {
    background: linear-gradient(180deg, #FFBA31 0%, #FCA801 100%);
    border-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 992px) {
    .block-page-account .list-menu ul {
        display: block;
        overflow: auto;
        white-space: nowrap
    }

    .block-page-account .list-menu ul li {
        display: inline-block
    }

    .block-page-account .list-menu ul li a {
        padding: 10px 15px;
        font-size: 14px
    }
}

.block-page-account .list-item-address-info {
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    color: #504b4b;
    overflow: hidden
}

.block-page-account .list-item-address-info .item-address-info {
    padding: 19px 25px;
    border-bottom: 1px solid #bfbfbf;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-page-account .list-item-address-info .item-address-info .title-sm {
    color: #000;
    font-size: 18px;
    font-weight: 600
}

.block-page-account .list-item-address-info .item-address-info .link-right {
    gap: 20px
}

.block-page-account .list-item-address-info .item-address-info:last-child {
    border: 0
}

.block-page-account .list-item-address-info .item-address-info:hover {
    background: #f1f1f1
}

.block-page-account .list-item-address-info .link-edit {
    color: #13b213
}

.block-page-account .list-item-address-info .link-edit:hover {
    text-decoration: underline !important
}

.block-page-account .list-item-address-info .link-delete {
    color: #fd3434
}

.block-page-account .list-item-address-info .link-delete:hover {
    text-decoration: underline !important
}

.block-page-account .box-avatar {
    width: 150px;
    position: relative
}

.block-page-account .box-avatar .thumb {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden
}

.block-page-account .box-avatar .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block-page-account .box-avatar .custom.form-control {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    z-index: 1
}

.block-page-account .box-avatar .btn-edit {
    position: absolute;
    bottom: 0;
    right: -20px
}

.block-page-account .box-avatar .btn-edit img {
    width: 22px
}

.block-page-order .title .icon img {
    width: 77px
}

.block-page-order .title h3.custom {
    font-size: 22px;
    font-weight: 600;
    color: #504b4b
}

.box-title-completed {
    background: linear-gradient(180deg, #FFBA31 0%, #FCA801 100%);
    border-radius: 10px;
    color: #080808
}

.box-title-completed .box {
    min-height: 165px;
    border-radius: 10px;
    padding: 20px 30px
}

.box-title-completed .box .text {
    font-size: 14px
}

.box-title-completed .box .value {
    font-size: 18px;
    font-weight: 600
}

.block-page-cart .block-cart {
    margin-bottom: 30px
}

.block-page-cart .block-cart .top-title {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(180deg, #FFBA31 0%, #FCA801 100%);
    border-radius: 10px;
    padding: 15px 0;
    color: #080808;
    font-weight: 600;
    margin-left: -2.5px;
    margin-right: -2.5px
}

.block-page-cart .block-cart .bottom-list .item-cart-sm {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-page-cart .block-cart .bottom-list .item-cart-sm:hover {
    background: #f7f7f7
}

.block-page-cart .block-cart .t-padd {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.block-page-cart .block-cart .t-remove {
    flex: 0 0 auto;
    width: 6%
}

.block-page-cart .block-cart .t-remove img {
    width: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.block-page-cart .block-cart .t-remove img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.block-page-cart .block-cart .t-product {
    flex: 0 0 auto;
    width: 37%
}

.block-page-cart .block-cart .t-price {
    flex: 0 0 auto;
    width: 14%
}

.block-page-cart .block-cart .t-quantity {
    flex: 0 0 auto;
    width: 26%
}

.block-page-cart .block-cart .t-subtotal {
    flex: 0 0 auto;
    width: 17%
}

.block-page-cart .block-cart .t-product .thumb {
    width: 72px;
    height: 72px;
    border: 1px solid #c6c6c6;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px
}

.block-page-cart .block-cart .t-product .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.block-page-cart .block-cart .t-product .info .p-title {
    color: #504b4b;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-overflow: ellipsis;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    max-width: 160px
}

.block-page-cart .block-cart .t-product .info .p-title:hover {
    color: #ffba31
}

.block-page-cart .block-cart .t-product .info .p-author {
    color: #c9c9c9;
    font-size: 14px;
    margin-bottom: 5px
}

.block-page-cart .block-cart .t-product .info .p-author span {
    color: #f74a81
}

@media screen and (max-width: 992px) {
    .block-page-cart .block-cart .top-title {
        display: none
    }

    .block-page-cart .block-cart .bottom-list {
        border: 1px solid #ccc;
        border-radius: 10px
    }

    .block-page-cart .block-cart .bottom-list .item-cart-sm {
        padding: 15px
    }

    .block-page-cart .block-cart .bottom-list .item-cart-sm .t-remove {
        width: 10%
    }

    .block-page-cart .block-cart .bottom-list .item-cart-sm .t-product {
        width: 90%;
        margin-bottom: 10px
    }

    .block-page-cart .block-cart .bottom-list .item-cart-sm .t-price {
        width: 20%
    }

    .block-page-cart .block-cart .bottom-list .item-cart-sm .t-quantity {
        width: 60%
    }

    .block-page-cart .block-cart .bottom-list .item-cart-sm .t-quantity .control-number.number {
        margin: auto
    }

    .block-page-cart .block-cart .bottom-list .item-cart-sm .t-subtotal {
        width: 20%;
        text-align: right
    }

    .block-page-cart .block-cart .bottom-list .item-cart-sm:last-child {
        border: 0
    }
}

.block-page-cart .content-bottom .link-under {
    margin-right: 30px
}

.block-page-cart .content-bottom .box-form .custom-input {
    width: 274px;
    margin-right: 10px
}

.block-page-cart .content-bottom .box-form .custom-input .btn-copy {
    min-width: 125px
}

@media screen and (max-width: 992px) {
    .block-page-cart .content-bottom {
        display: block !important
    }

    .block-page-cart .content-bottom .c-left {
        margin-bottom: 10px
    }

    .block-page-cart .content-bottom .box-form .custom-input {
        width: inherit
    }

    .block-page-cart .content-bottom .box-form .btn-copy {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 992px) {
    .block-page-shop-list .box-banenr {
        display: none
    }
}

@media screen and (max-width: 480px) {
    .block-title-prod .title-block.custom-right {
        display: block;
        margin-bottom: 20px !important
    }

    .block-title-prod .title-block.custom-right h3.custom {
        margin-bottom: 10px
    }

    .block-title-prod .title-block.custom-right .list {
        flex-wrap: wrap !important;
        gap: 10px
    }
}

@media screen and (max-width: 1024px) {
    .block-title-prod .title-block.custom-right {
        display: block;
        margin-bottom: 20px !important
    }

    .block-title-prod .title-block.custom-right h3.custom {
        margin-bottom: 10px
    }

    .block-title-prod .title-block.custom-right .list {
        flex-wrap: wrap !important;
        gap: 10px
    }
}

/*# sourceMappingURL=style.css.map */