@import url("https://fonts.googleapis.com/css2?family=Whisper&display=swap");
:root {
    --script-font: "Whisper", cursive;
    --corp-font: "tomato", tahoma, sans-serif;
    --body-font: "tomato-thin", tahoma, sans-serif;
    --the-red: #cc997a;
    --swiper-theme-color: #cb9a7c !important;
    --swiper-pagination-bullet-size: 12px;
}
@font-face {
    font-family: tomato;
    src: url("../fonts/TomatoRoundCondensed.ttf");
}
@font-face {
    font-family: tomato-thin;
    src: url("../fonts/TomatoRoundCondensed-Thin.ttf");
}
html,
body,
p,
ul li,
a {
    font-family: var(--body-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--corp-font);
}
.script-font {
    font-family: var(--corp-font) !important;
    text-transform: capitalize !important;
}
.page-header-content .page-header-title {
    font-family: var(--corp-font) !important;
    text-transform: capitalize !important;
    font-size: 100px;
    line-height: 70px;
}
.page-header-content .page-header-sub-title {
    font-size: 18px;
    letter-spacing: 0.1em;
}
.page-header-st3-content .page-header-title {
    font-family: var(--corp-font) !important;
    text-transform: capitalize !important;
    font-size: 80px;
    line-height: 60px;
}
.page-header-st3-content .page-header-title:lang(tc) {
    font-size: 50px;
    line-height: 50px;
}
.header-logo img {
    /* display: block; */
    width: 100%;
    max-width: 200px;
    height: auto;
    /* padding-bottom: 19.5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/brand/hs-logo.png);*/
}
.sticky-header.sticky .header-logo .logo-main {
    width: 100%;
}

.hero-slide-thumb {
    box-shadow: 10px 10px 20px rgb(0 0 0 / 40%);
}
.hero-slide-thumb video {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 1280px;
    transform: translateY(-50%);
}
.address-row {
    padding: 0.8rem;
}
.address-row:nth-child(even) {
    background: #f3ebe2;
}
.product-widget-category ul.child {
    margin-left: 1rem;
}
@media (min-width: 1550px) {
    .main-nav .has-submenu .submenu-nav,
    .main-nav .has-submenu .submenu-nav-mega {
        top: calc(100% - 50px);
    }
}

@media only screen and (min-width: 1200px) {
    .hero-slide-content .hero-slide-text-img {
        top: -30px;
    }
    .hero-slide-thumb {
        position: absolute;
        right: -30%;
        max-width: 1280px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slide-content .hero-slide-text-img {
        right: 0;
        left: unset;
    }
}

.hero-two-slide-thumb {
    float: none;
}
.hero-two-slide-item {
    background-color: transparent;
}
.hero-two-slider-pagination .swiper-pagination-bullet {
    background-color: #ccc;
    border-radius: 1px solid #fff;
}
.hero-two-slider-pagination .swiper-pagination-bullet-active {
    background-color: #000;
    border-radius: 1px solid #fff;
}
.hero-two-slide-content .hero-two-slide-title {
    font-size: 50px;
    color: #fff;
}
.hero-two-slide-item.swiper-slide-active
    .hero-two-slide-content
    .hero-two-slide-title {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.hero-two-slide-item.swiper-slide-active
    .hero-two-slide-content
    .hero-two-slide-desc {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .btn {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.hero-two-slide-item.swiper-slide-active
    .hero-two-slide-content
    .ht-popup-video {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-two-slide-content .hero-two-slide-title {
        font-size: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-two-slide-content .hero-two-slide-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-two-slide-content .hero-two-slide-title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .hero-two-slide-content .hero-two-slide-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

.widget-logo img {
    width: 100%;
    max-width: 200px;
}

.section-left-img,
.section-right-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: calc(50% - 15px);
}
.section-right-img {
    left: unset;
    right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .section-left-img,
    .section-right-img {
        height: 430px;
        position: relative;
        width: calc(100% - 15px);
    }
}

@media (min-width: 992px) {
    .section-space {
        min-height: 700px;
    }
}

/** Image wrapper **/
.page-header-thumb {
    text-align: left;
}
.img-landscape-4-3 {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.img-landscape-4-3 .img-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 75%;
}
.img-landscape-4-3 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-landscape-16-9 {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.img-landscape-16-9 .img-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}
.img-landscape-16-9 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-portrait-4-3 {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.img-portrait-4-3 .img-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 133%;
}
.img-portrait-4-3 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.img-square {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.img-square .img-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
}
.img-square img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.blog-next-previous .thumb {
    width: 110px;
}
.img-wrapper img {
    left: 0;
    top: 0;
}
img.contain {
    object-fit: contain;
}
.caption {
    font-size: 0.8rem;
}

.video-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video169 {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.privacy-section ol li {
    margin-bottom: 2rem;
}
.privacy-section ol li ol li {
    margin-bottom: 0.5rem;
}
.termsandconditions ol li {
    margin-bottom: 0.5rem;
}

/** Form elements **/
#action-QuickNotificationModal .modal-content {
    background: rgb(255, 243, 218);
}
.product-cart-view-modal .modal-content {
    width: 100%;
}
#action-QuickNotificationModal .btn-close {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #c8c8c8;
    background-image: none;
    font-size: 22px;
    line-height: 1;
    border-radius: 0 0 60px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 45px;
    height: 45px;
    text-align: left;
}
#action-QuickNotificationModal .btn-close span {
    position: relative;
    top: -7px;
    left: 7px;
}
#action-QuickNotificationModal .btn:hover {
    background-color: #ffffff;
    border-color: #7a7a7a;
    color: #231942;
}
span.error {
    display: block;
    padding: 0.6rem 0;
    font-size: 0.8rem;
    color: var(--the-red);
}

/** Reset **/
select {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A@{arrow}%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-radius: 2px;
    border: none;
    color: #ffffff;
    padding: 10px 30px 10px 10px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* &::-ms-expand {
        display: none;
    } */
}

.form-select {
    color: #231942;
    width: 100%;
    border: 1px solid #e8e8e8;
}

/** Product List Page **/
.select-shoing {
    width: 100%;
}
@media (min-width: 1200px) {
    .select-shoing {
        width: auto;
    }
    #product-filter .modal-dialog {
        margin: 0;
    }
}
.shop-top-bar div.product-widget {
    border-right: 1px solid #a8dadc;
}
.product-st3-item .product-action .action-btn-cart {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    width: 40px;
}
.product-st3-item .product-action .action-btn-cart.disabled {
    color: #666;
    border-color: #666;
}
.product-sidebar-widget .product-widget {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 0;
}
.product-sidebar-widget .product-widget ul.product-widget-category {
    padding-right: 30px;
}
.product-sidebar-widget .product-widget-category li a {
    justify-content: flex-start;
}
.product-sidebar-widget .product-widget-category li label {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 20px;
    padding-left: 30px;
    line-height: 20px;
    cursor: pointer;
}
.product-sidebar-widget .product-widget-category li label:before {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    content: "";
    width: 12px;
    height: 6px;
    border-color: #dedede;
    border-style: none none solid solid;
    border-width: 2px;
    -webkit-transform: translate(4px, 5.38462px) rotate(-45deg);
    transform: translate(4px, 5.38462px) rotate(-45deg);
}
.product-sidebar-widget .product-widget-category li label:after {
    display: block;
    content: attr(data-helper);
    font-size: 14px;
    line-height: 1.43;
    color: #474747;
}
.product-sidebar-widget .product-widget-category li.active label:before {
    border-color: #231942;
}
.product-sidebar-widget .product-widget-title {
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.product-sidebar-widget .product-widget-title .filter-reset {
    font-size: 0.8rem;
    color: #cb9a7c;
    text-decoration: underline;
}
.product-thumb,
.product-details-thumb {
    background-color: #eddcd2;
}
.product-st3-item .flag-new {
    padding: 8px 16px;
}
.product-details-content ul {
    margin-left: 30px;
}
.product-details-content ul li {
    list-style: disc;
}
.loading {
    padding: 10px 20px;
    color: #cb9a7c;
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
}
.btn-filter {
    display: inline-flex;
    padding: 10px 30px 10px 10px;
    color: #231942;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.btn-filter span {
    margin-left: 8px;
    position: relative;
}
.btn-filter span b {
    position: absolute;
    top: 0px;
    right: -12px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #e63946;
}

#product-filter .modal-content {
    border: none;
}
.product-details-action {
    justify-content: space-between;
}
.product-details-action .price-old {
    text-decoration: line-through;
}
.action-btn-wishlist.active {
    color: #e63946 !important;
}
.product-details-cart-wishlist .btn {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    padding: 0 20px 0;
    height: 44px;
}
.quickview-description {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}
/* width */
.quickview-description::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.quickview-description::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.quickview-description::-webkit-scrollbar-thumb {
    background: #cb9a7c;
}
/* Handle on hover */
.quickview-description::-webkit-scrollbar-thumb:hover {
    background: #064d45;
}

#AsideOffcanvasCart {
    z-index: 99999 !important;
}
.aside-cart-wrapper
    .aside-cart-product-list
    .aside-product-list-item
    a
    .product-thumb {
    float: left;
    max-width: 70px;
    width: 100%;
    margin-right: 20px;
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 4px;
}
.aside-cart-wrapper
    .aside-cart-product-list
    .aside-product-list-item
    .product-subtotal {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: right;
}
.aside-cart-wrapper
    .aside-cart-product-list
    .aside-product-list-item
    .product-remark {
    display: block;
    font-size: 0.8rem;
    color: #666;
}

.cart-subtotal th,
.cart-subtotal td,
.cart-discount th,
.cart-discount td {
    padding: 6px 0 !important;
    border: none !important;
}
.cart-subtotal td,
.cart-subtotal span.amount,
.cart-discount td,
.cart-discount span.amount {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
}
.order-total th,
.order-total td,
.order-total span.amount {
    /* font-size: 1.5rem !important; */
    color: #cc997c !important;
}
.shopping-cart-form table td {
    padding: 6px;
}
.product-name .remark {
    color: #ec341c;
}
.product-details-cart-wishlist .action-btn-cart {
    white-space: nowrap;
}

.shopping-cart-form .discount td,
.shopping-cart-form .discount td span,
.shopping-cart-form .discount td a {
    color: #cb9a7c !important;
}
.shopping-cart-form .coupon td,
.shopping-cart-form .coupon td span,
.shopping-cart-form .coupon td a {
    background: #a5a58d;
    color: #fff !important;
}

.blog-detail-title {
    font-weight: 700;
    font-size: 2rem;
}
.blog-sidebar-widget .blog-widget-single-post .img-square {
    float: left;
    margin-right: 12px;
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 4px;
    max-width: 80px;
}
#action-AddressModal .modal-body {
    padding: 30px 15px;
}
#action-AddressModal label {
    display: block;
    font-size: 1rem;
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
}
.form-check {
    font-size: 0.9rem;
    font-weight: 500;
}
.form-check p {
    font-size: 0.8rem;
    margin-bottom: 0;
}
.my-account-form .lost-password {
    color: #064d45;
    text-decoration: underline;
    font-size: 0.8rem;
    margin-top: 2rem;
}
.product-details-qty-list .old-price {
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 0.8rem;
    color: #898989;
    line-height: 1;
    margin-top: 2px;
}
.product-details-qty-list .qty-list-check {
    display: flex;
    flex-direction: row;
}

.contact-info {
    background: #fffaef;
    border-radius: 10px;
    display: block;
    /* justify-content: space-between; */
    padding: 2rem;
    /* flex-direction: column; */
}

/** loader **/
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sec-lang {
    display: block;
    font-size: 70%;
}
.btn.btn-border-dark {
    color: #222222;
}
.btn.btn-border-dark:hover {
    color: #000000;
}
.page-header-area {
    background: url(../img/brand/concrete-bg.jpg) repeat-x center center;
}
.breadcrumb-item {
    font-weight: 700;
}
.breadcrumb-item a:hover {
    color: #000;
}
