/********** Template CSS **********/
:root {
    --primary: #162754;
    --secondary: #4BAF47;
    --light: #F3F6FE;
    --dark: #1F1E17;
    --gray: #595959;
    --green: #004D13;
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: var(--dark);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}

@media (min-width: 1200px) {
    .col-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.btn-custom {
    display: inline-block;
    color: #4C4C4C;
    font-weight: 600;
    white-space: nowrap;
    padding: 5px 16px;
    border-radius: 30px;
    border: 1px solid var(--primary);
}

.btn-custom.active {
    background: var(--primary);
    color: white;
}

.btn-custom:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

#form-newletter .btn-send {
    background: var(--secondary);
    padding: 18px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-send:hover {
    background: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    background: var(--primary);
    color: white;
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.back-to-top:hover {
    background: var(--primary);
    color: white;
}

.images-box {
    position: relative;
    overflow: hidden;
}

.images-box::before {
    content: '';
    display: block;
    padding-top: 75%;
}


.images-box a, 
.images-box .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.images-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/** Header **/

.topbar {
    position: relative;
    z-index: 1021;
    height: 12px;
    background: var(--primary);
}

.topbar-content {
    position: absolute;
    top: 0;
    right: 0;
}

.top-shape {
    background: var(--primary);
    z-index: 1;
    gap: 43px;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(34deg);
}

.searchform {
    position: relative;
    margin-bottom: 0;
}

.flex-row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.searchform input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    padding: 0 0.75em;
    height: 32px;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 269px;
    vertical-align: middle;
    background-color: transparent;
    color: white;
    padding: 0 20px;
}

.searchform input[type=text]::placeholder {
    color: white;
}

.searchform input[type=text]:focus {
    outline: none;
}

.searchform .icon {
    color: currentColor;
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hotline-language {
    background: #203364;
    position: relative;
    display: flex;
    align-items: center;
    gap: 37px;
    padding-right: 48px;
}

.hotline-language::before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #203364;
    transform: skew(34deg);
}

.icon-box {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
    text-align: left;
}

.icon-box-img,
.icon-box-text {
    flex: 0 0 auto;
}

.icon-box-img+.icon-box-text {
    padding-left: 4px;
}

.icon-box-text span {
    display: block;
}

.icon-box-text span {
    font-size: 10px;
    line-height: 22px;
    letter-spacing: .48px;
    color: #FFFFFFA6;
}

.icon-box-text span:last-child {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: white;
}

.language-menu {
    position: relative;
}

.language-menu > a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: white;
}

.language-menu ul.dropdown {
    position: absolute;
    list-style: none;
    right: 0;
    top: 35px;
    width: 120px;
    background: white;
    z-index: 1021;
    text-align: left;
    padding: 13px 13px 20px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.language-menu:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
}

.language-menu li {
    display: block;
}

.language-menu li:not(:last-child) {
    margin-bottom: 8px;
}

.language-menu ul.dropdown a {
    display: block;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
}

.language-menu ul.dropdown img {
    width: 24px;
}

.logo img {
    max-width: 300px;
    max-height: 130px;
    transition: all 0.3s;
}
.header-main .logo img{
    max-height: 60px;
}

.navbar-light {
    transition: all .5s;
}

.navbar-main .logo img {
    width: 250px;
}

.navbar-light .navbar-nav {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
}

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

.navbar-light .navbar-nav .nav-link {
    font-weight: 700;
    padding: 0;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary);
}

.topper {
    gap: 11px;
}

.icon-cart a {
    position: relative;
}

.icon-cart span {
    position: absolute;
    top: -6px;
    right: -2px;
    background: var(--secondary);
    color: white;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    border-radius: 99px;
    text-align: center;
}

.content-bottom__offcanvas {
    margin: 12px 0 0;
    padding: 16px;
    background: white;
}

.content-bottom__offcanvas ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 992px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .navbar .offcanvas {
        border: 0;
        background: #ececec;
        max-width: 80%;
        z-index: 1200;
    }

    .offcanvas-header {
        padding: 5px;
        background: white;
        align-items: center;
    }

    .offcanvas-header .btn-close {
        opacity: 1;
        padding: 10px 20px;
    }

    .search-project-frm {
        padding: 1px 10px;
        margin: 10px 0;
        width: 100%;
    }

    .navbar .offcanvas-body {
        padding: 0;
    }

    .navbar .navbar-nav {
        gap: 12px;
        padding: 16px;
        background: white;
        border-top: 1px solid #EEEEEE;
        align-items: flex-start;
    }

    .navbar-light .navbar-nav li.nav-item {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .navbar img {
        max-width: 250px;
        max-height: 60px;
    }
}

/** Section title **/

.section-title h4 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    color: var(--secondary);
}

.section-title h2 {
    color: var(--primary);
    font-size: 36px;
    line-height: 56px;
}

.section-title p {
    font-size: 15px;
    line-height: 28px;
    color: var(--gray);
}

/** About **/

.about-list-item {
    display: flex;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

@media (min-width: 992px) {

    .about-list-item:first-child,
    .about-list-item:last-child {
        position: absolute;
        top: 100%;
        flex-direction: column;
    }

    .about-list-item:first-child {
        left: 0;
    }

    .about-list-item:first-child .about-item:first-child {
        transform: translateX(60px);
    }

    .about-list-item:last-child {
        right: 0;
    }

    .about-list-item:last-child .about-item:first-child {
        transform: translateX(-60px);
    }
}

@media (max-width: 991px) {

    .about-list-item:not(:last-child) {
        margin-bottom: 16px;
    }
}

.about-item {
    max-width: 100%;
    width: 250px;
}

.about-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.about-item h4 {
    line-height: 38px;
    margin-top: 12px;
    margin-bottom: 0;
}

.about-content {
    background: var(--about-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    max-width: 100%;
    width: 550px;
    margin: 40px auto 0;
}

.about-content h2 {
    font-size: 30px;
    line-height: 42px;
}

.about-content a {
    margin-top: 24px;
    background: var(--primary);
    color: white;
}

@media (max-width: 767px) {

    .about-item h4 {
        font-size: 16px;
    }
}

/** Deal **/

.product-deal {
    background: var(--light);
    margin-top: 100px;
}

.deal-100 {
    display: inline-block;
    position: absolute;
    top: -35px;
    right: 8px;
    background: #F7C35F;
    color: var(--green);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 16px;
}

.deal-100::after {
    content: '';
    border-top: 35px solid transparent;
    border-left: 35px solid #f7c35f9e;
    position: absolute;
    top: 0;
    right: -35px;
    transform: rotate(360deg);
}

.deal-100 span {
    font-family: "Shadows Into Light Two", cursive;
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
}

.deal-banner img {
    width: 100%;
}

.deal-banner a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #4BAF47 0%, #1F491E 100%);
    padding: 12px 0;
    color: white;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    border: none;
    border-radius: 0;
}

.deal-banner a:hover {
    color: white;
}

.deal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.deal-title h2 {
    color: #FE6A00;
    text-shadow: -2px 2px 0px #FFE7B9;
    margin-bottom: 0;
}

.deal-title a {
    text-transform: uppercase;
    padding-left: 42px;
    padding-right: 42px;
    background: var(--primary);
    color: white;
}

@media (max-width: 991px) {

    .product-deal {
        margin-top: 48px;
    }
}

@media (max-width: 767px) {

    .deal-100 {
        right: 30px;
    }

    .deal-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/** Product **/

.item-product {
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 10px;
    box-shadow: 0px 0px 68px 0px #AEAFAF2B;
    position: relative;
    z-index: 1;
    padding: 16px;
}
.product-image {
    position: relative;
}

.product-image::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.product-sale {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    color: white;
    background: linear-gradient(93deg, #FF8686 26.92%, #FC351B 100%);
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.product-image a.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
}

.product-content h6 {
    line-height: 1.3;
    text-transform: capitalize;
}

.product-content h6 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: black;
}

.product-content h6 a:hover {
    color: var(--secondary);
}

.product-price {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.product-price del {
    color: #4C4C4C;
    font-size: 15px;
}

.product-price ins {
    text-decoration: none;
    color: #FE0000;
}

.product-cart {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-cart .btn-custom.active {
    flex: 1;
    text-align: center;
}

.product-review {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}

.product-review .review {
    font-size: 10px;
    line-height: 16px;
    color: #4C4C4C;
}

.item-product .product-cart img {
    display: inline-block;
    width: auto;
}

.product-cart a:hover {
    border-color: var(--secondary);
    background: var(--secondary);
    color: white;
}

.product-cart a:hover img {
    filter: brightness(0) invert(1);
}

.product-deal-slider .owl-nav .owl-prev,
.product-deal-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    background: white;
    transition: all 0.5s;
}

.product-deal-slider .owl-nav .owl-prev {
    left: 0;
}

.product-deal-slider .owl-nav .owl-next {
    right: 0;
}

.product-deal-slider:hover .owl-nav .owl-prev,
.product-deal-slider:hover .owl-nav .owl-next {
    visibility: visible;
    opacity: 1;
    background: var(--primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

@media (max-width: 991px) {

    .item-product {
        padding-left: 16px;
        padding-right: 16px;
    }

    .product-content h6 {
        font-size: 14px;
    }
}

.product-feature {
    position: relative;
    padding-top: 100px;
}

.product-feature::before {
    content: '';
    width: 100%;
    height: 100px;
    background: url('../img/vector.png');
    top: -20px;
    left: 0;
    z-index: 1;
    position: absolute;
    display: inline-block;
}

.nav-wrapper {
    margin-bottom: 32px;
}

.nav-wrapper .nav-tabs {
    border: none;
    justify-content: center;
    gap: 26px;
}

.nav-wrapper .nav-tabs li .nav-link {
    border-color: #D2D2D2;
    border-radius: 30px;
    color: black;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 28px;
}

.nav-wrapper .nav-tabs li .nav-link.active {
    border-color: var(--primary);
    background: var(--primary);
    color: white;
}

.product-slider {
    box-shadow: 0px 0px 68px 0px #AEAFAF2B;
}

.product-slider .item-product {
    margin: 7px;
}

.slider-wrapper .owl-prev,
.slider-wrapper .owl-next {
    width: 48px;
    height: 48px;
    background: #00278F;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
}

.slider-wrapper .owl-prev {
    right: -5%;
    left: auto;
}

.slider-wrapper .owl-next {
    left: -5%;
    right: auto;
}

@media (max-width: 991px) {

    .nav-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .nav-wrapper ul {
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {

    .slider-wrapper .owl-prev {
        right: 0;
    }

    .slider-wrapper .owl-next {
        left: 0;
    }
}

/** Catalog **/

.item-catalog {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.catalog-content {
    position: absolute;
    z-index: 1;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 128px;
    background: white;
    border-radius: 10px;
    text-align: center;
    /* padding: 50px 42px 24px; */
    padding: 35px 42px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-content .icon {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--secondary);
    border-radius: 7px;
}

.catalog-content .icon img {
    width: auto;
}

.catalog-content h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.catalog-content a {
    display: block;
    color: black;
}

.catalog-content a:hover {
    color: var(--secondary);
}

.catalog-image {
    border-radius: 10px;
}

.catalog-image::before {
    padding-top: 155%;
}

.catalog-product-view {
    position: relative;
    top: -25px;
}

.catalog-product-view a {
    background: var(--primary);
    color: white;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 36px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .catalog-content {
        width: 200px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

/** News **/

.item-news {
    text-align: center;
    box-shadow: 0px 2px 14px 0px #0000000D;
    border-radius: 10px;
    margin: 16px;
}

.news-image-category {
    position: relative;
}

.news-image-category .category-name {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 160px;
    background: var(--secondary);
    color: white;
    padding: 0 12px;
    border-radius: 10px;
    font-weight: 700;
    line-height: 40px;
}

.news-content {
    padding: 26px 36px;
}

.news-content .published img {
    width: auto;
}

.published {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #878680;
}

.news-content h5 {
    line-height: 28px;
}

.news-content h5 a {
    display: block;
    color: black;
}

.news-content a:hover {
    color: var(--secondary);
}

.news-content p {
    color: var(--dark);
    margin-bottom: 8px;
}

.news-content a.detail {
    color: var(--secondary);
}

/** Video **/

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
}

.video-bg {
    min-height: 460px;
}

.video-wrapper a {
    display: block;
    position: relative;
    overflow: hidden;
}

.video-content {
    padding: 0 16px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.video-content h2 {
    line-height: 44px;
    margin-top: 24px;
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .video-content h2 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 16px;
    }
}

@media (max-width: 767px) {

    .set-bg {
        min-height: 320px;
    }

    .video-content h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

/** Policy **/

.policy-list {
    background: white;
    padding: 40px 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px #0000001A;
}

.policy-item {
    flex: 1;
    gap: 22px;
    max-width: 33.33333%;
}

.policy-item h5 {
    color: var(--primary);
    line-height: 28px;
    margin-bottom: 0;
}

.policy-item p {
    color: #878680;
    line-height: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .policy-item {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 991px) {

    .policy-list {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px) {

    .policy-list {
        flex-direction: column;
        gap: 12px;
    }

    .policy-item {
        flex: auto;
        max-width: 100%;
    }
}

/** Footer **/

.footer {
    padding: 116px 0 0;
}

.footer-info .logo {
    display: block;
    margin-bottom: 24px;
}

.footer-info ul {
    color: black;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.footer-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 26px;
}

.footer-info li:not(:last-child) {
    margin-bottom: 12px;
}

.social-icon {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light);
    color: var(--primary);
    border-radius: 50%;
    width: 37px;
    height: 37px;
}

.social-icon a:hover {
    color: var(--secondary);
}

.footer-item h6 {
    position: relative;
    color: var(--primary);
    font-size: 18px;
    line-height: 36px;
    text-transform: capitalize;
    padding-bottom: 8px;
}

.footer-item h6::before {
    content: '';
    width: 45px;
    height: 4px;
    background: var(--primary);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-item h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    background: var(--primary);
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.footer-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-item li:not(:last-child) {
    margin-bottom: 5px;
}

.footer-item a {
    position: relative;
    display: block;
    color: black;
    font-size: 15px;
    line-height: 30px;
}

.footer-item a::before {
    content: '';
    background: url('../img/icon/leaf.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 12px;
}

.footer-item a:hover {
    color: var(--secondary);
}

.footer-item a:hover::before {
    background: url('../img/icon/leaf-green.png');
}

.footer-item p {
    color: #464646;
    margin-bottom: 20px;
}

.form-sign input {
    font-size: 12px;
    background: linear-gradient(0deg, #F7F7F7, #F7F7F7), linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    color: #191919;
    padding: 17px 14px;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.copyright {
    background: #F9F9F9;
    padding: 19px 0 21px;
    margin-top: 34px;
}

.copyright p {
    line-height: 30px;
}

.copyright a {
    color: black;
    position: relative;
}

.copyright a:hover {
    color: var(--secondary);
}

.nav-policy a {
    padding-right: 12px;
    margin-right: 12px;
}

.nav-policy a:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {

    .copyright p {
        text-align: center;
    }

    .footer-item h6 {
        font-size: 16px;
    }

    .footer-item a {
        font-size: 13px;
    }
}

/* ----------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Product page
-----------------------*/

.product-bg {
    min-height: 330px;
}

.product-wrapper {
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0px 0px 20.9px 0px #0000001F;
}

.title-sale-countdown {
    display: flex;
    align-items: center;
    gap: 40px;
    background: var(--secondary);
    color: white;
    padding: 12px 32px;
}

.title-sale h4 {
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.countdown-sale {
    font-size: 24px;
    line-height: 28px;
}

.countdown-sale span {
    display: inline-block;
    background: white;
    color: var(--secondary);
    width: 32px;
    height: 32px;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.product-sale-horizontal {
    padding: 30px 24px;
}

.item-product-horizontal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 10px 12px;
}

.item-product-horizontal .product-image {
    width: 40%;
}

.item-product-horizontal .product-image img:last-child {
    width: 82px;
    height: 82px;
}

.item-product-horizontal .product-content {
    flex: 1;
}

.item-product-horizontal .btn-custom.active {
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 767px) {

    .title-sale-countdown,
    .item-product-horizontal {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .item-product-horizontal .product-image {
        width: 100%;
    }

    .item-product-horizontal .product-content {
        width: 100%;
    }
}

.filter-wrapper {
    box-shadow: 0px 0px 68px 0px #AEAFAF3D;
    border-radius: 10px;
    padding: 16px 24px;
}

.filter-wrapper .form-group label {
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    color: #666666;
}

.filter-wrapper .form-group select {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--primary);
    color: black;
    font-size: 14px;
}

.filter-wrapper .form-group select:focus {
    box-shadow: none;
}

.product-result-text {
    color: #626262;
    margin: 24px 0;
}

.product-list .item-product,
.product-list .btn-custom.active {
    padding-left: 16px;
    padding-right: 16px;
}

.product-list .product-image img:last-child {
    width: 104px;
    height: 104px;
}

.pagination {
    gap: 10px;
}

.page-link {
    width: 35px;
    text-align: center;
    color: #4C4C4C;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #F6F6F6;
}

.page-link:hover, 
.active > .page-link, 
.page-link.active {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
}

/*---------------------
  Detail page
-----------------------*/

.catalog-breadcrums {
    background: var(--primary);
    color: white;
}

.catalog-breadcrums-wrapper {
    justify-content: space-between;
}

.catalog-breadcrums-wrapper,
.catalog-breadcrums {
    display: flex;
    align-items: center;
    gap: 24px;
}

.list-catalog {
    position: relative;
}

.catalog-title {
    background: #FFFFFF2B;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
    cursor: pointer;
    padding: 10px 16px;
    display: flex;
    align-items: center;
}

.catalog-title i {
    margin-right: 10px;
}

.catalog-title span {
    display: block;
}

.list-catalog ul {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    z-index: 9;
    background: white;
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-catalog li {
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}

.list-catalog li a {
    display: block;
    padding: 15px 13px;
    color: black;
    text-transform: capitalize;
    font-size: 16px;
}

.list-catalog li a:hover {
    color: var(--secondary);
}

.breadcrums-detail a, 
.breadcrums-detail li {
    line-height: 28px;
    color: white;
    opacity: .8;
}

.breadcrums-detail li.active {
    color: white;
    opacity: 1;
}

.breadcrums-detail .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    color: white;
    opacity: .8;
}

.products-preferential h5 {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {

    .products-preferential {
        display: none;
    }

    .catalog-breadcrums {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: inherit;
    }

    .list-catalog {
        width: 40%;
    }

    .breadcrums-detail {
        flex: 1;
    }
}

@media (max-width: 767px) {

    .catalog-breadcrums-wrapper, 
    .catalog-breadcrums {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}

.product-large-slider .swiper-slide,
.product-thumb-slider .swiper-slide {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  overflow: hidden;
}

.product-large-slider .swiper-slide {
    border-radius: 16px;
}

.product-thumb-slider .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--secondary);
}

.product-item .thumb::before {
    padding-top: 90%;
}

.product-detail-info h1 {
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.product-detail-info .sku {
    font-weight: 700;
    margin-bottom: 4px;
}

.price del {
    font-size: 16px;
    color: #4C4C4C;
    margin-right: 20px;
}

.price ins {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    color: #FE0000;
}

.share-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.share-rating .rating {
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-rating i {
    color: var(--bs-yellow);
}

.share-rating p {
    font-size: 12px;
    color: #4C4C4C;
}

.share-rating a {
    border: 1px solid var(--primary);
    border-radius: 30px;
    padding: 6px 12px;
    color: #4C4C4C;
    font-weight: 600;
    font-size: 13px;
}

.share-rating a:hover {
    background: var(--primary);
    color: white;
}

.share-rating a:hover img,
.group-button a:hover img {
    filter: brightness(0) invert(1);
}

.short-description {
    margin: 24px 0;
}

.short-description h6 {
    line-height: 24px;
    margin-bottom: 4px;
}

.status {
    margin-bottom: 24px;
}

.status ul {
    color: black;
    list-style: none;
    padding: 0;
    margin: 0;
}

.status li:first-child span:last-child {
    color: var(--secondary);
}

.status li:last-child span:last-child {
    color: #4C4C4C;
}

.form-detail-action {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 20px;
}

.quantity {
    display: flex;
    width: 122px;
    height: 50px;
    border: 1px solid var(--secondary);
    border-radius: 50px;
    box-shadow: 0px 2px 0px 0px #00000004;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
}

.quantity input[type="number"] {
    border: 0;
    background-color: transparent;
    pointer-events: none;
    text-align: center;
    flex: 1;
    max-width: 40px;
    -moz-appearance: textfield;
}

.quantity input[type="number"]:focus-visible {
  outline: none;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.quantity__augure, 
.quantity__reduce {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    color: var(--secondary);
}

.group-button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 17px;
}

.group-button a.btn-custom {
    padding: 12px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.group-button .btn-custom.active {
    text-transform: uppercase;
    padding-left: 55px;
    padding-right: 55px;
}

.product-contact a.btn-custom {
    border-color: var(--secondary);
    background: var(--secondary);
    color: white;
    padding: 12px 47px;
}

.product-contact a:hover {
    background: var(--primary);
}

@media (max-width: 767px) {

    .form-detail-action,
    .group-button {
        flex-direction: column;
        align-items: flex-start;
    }
}

.product-detail-content {
    margin-top: 60px;
}

.nav-detail-wrapper {
    margin-bottom: 40px;
}

.nav-detail-wrapper .nav-tabs {
    border: 1px solid var(--secondary);
    border-radius: 4px;
}

.nav-detail-wrapper li.nav-item {
    width: 50%;
}

.nav-detail-wrapper .nav-tabs .nav-link {
    width: 100%;
    border: none;
    color: var(--secondary);
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    padding: 18px 0;
}

.nav-detail-wrapper .nav-tabs .nav-link:hover,
.nav-detail-wrapper .nav-tabs .nav-link:focus,
.nav-detail-wrapper .nav-tabs .nav-link.active {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.nav-detail-wrapper .nav-tabs .nav-link.active {
    background: #F0FFEF;
    border-bottom: 1px solid var(--secondary);
}

.detail-description {
    width: 100%;
    height: 816px;
    overflow: hidden;
    position: relative;
}

.detail-description::before {
    height: 143px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 89.29%);
    z-index: 2;
}

.detail-description.height-auto::before {
    display: none;
}

.detail-description.height-auto {
    height: auto;
    margin-bottom: 30px;
}

.read-more {
    margin: 0 0 30px;
}

.read-more a {
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
    color: black;
    display: inline-block;
}

.product-detail-review h2 {
    line-height: 56px;
    margin-bottom: 12px;
}

.review-title {
    color: #dc593b;
    text-align: center;
    font-size: 24px;
    margin-bottom: 8px;
}

.review-title span {
    display: inline-block;
    font-weight: 700;
    font-size: 36px;
}

.box-rating {
    text-align: center;
    color: #dc593b;
}

.review-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.review-filter button {
    border-radius: 0;
    border: 1px solid #dddddd;
    padding: 8px 16px;
}

.review-filter button:hover,
.review-filter button.active {
    color: #dc593b;
    border-color: #dc593b;
}

.review-item {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.review-image {
    width: 5%;
    
}

.review-image img {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.review-content {
    flex: 1;
}

.review-content h6 {
    font-weight: 500;
}

.rating {
    color: #dc593b;
    margin-bottom: 8px;
}

.review-content .meta {
    color: #777;
    margin-bottom: 8px;
}

.review-content a {
    color: #7d7d7d;
    display: inline-block;
    text-transform: capitalize;
}

.review-form input:focus,
.review-form select:focus,
.review-form textarea:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.send-review {
    border-color: var(--secondary);
    background: var(--secondary);
    color: white;
    padding: 12px 56px;
}

.send-review:hover {
    background: var(--primary);
}

@media (max-width: 767px) {

    .nav-detail-wrapper .nav-tabs .nav-link {
        font-size: 16px;
    }

    .review-image {
        width: 10%;
    }

    .review-title,
    .box-rating {
        text-align: left;
    }
}

/*waiting-process*/
.waiting-process {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff75;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*waiting-process*/

/*blog-item*/
.news-list .blog-item {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  color: #fff;
}

.news-list .blog-item .thumb {
  width: 35%;
}

.blog-item .thumb::before {
  padding-top: 67%;
}

.news-list .blog-item h3 a {
  color: #fff;
}

.news-list .blog-item .content {
  flex: 1;
  padding-left: 16px;
}

.news-list .post-desc {
  margin-top: 10px;
}
.news-list .blog-item,
.blog-hot-grid .blog-item {
  background: rgb(22, 67, 100);
  padding: 12px;
  border-radius: 16px;
}

.news-list .blog-item:not(:last-child) {
  margin-bottom: 20px;
}

.news-list .blog-item .thumb>a,
.blog-hot-grid .blog-item .thumb>a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.review-slider .blog-item h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-slider .blog-item p {
  -webkit-line-clamp: 3;
}

.review-slider .time {
  display: none;
}

.review-slider .blog-item .content {
  padding-bottom: 0;
}

@media (max-width: 991px) {

  .blog-item p {
    -webkit-line-clamp: 3;
  }
  .new-large-slider .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
}

@media(max-width: 767px) {
  .blog-item h3 {
    font-size: 14px;
    line-height: 1.4;
  }

  
}

/*blog-item*/

/*============ Start Blog Single Styles  =============*/

/* Review News */
.news-post {
  color: #fff;
}

.info-cate {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.category-name,
.published,
.hits {
  /* font-size: 11px; */
  /*  color: #fff;*/
}

.category-name a {
  color: var(--primary);
}

.news-post h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.news-post h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.news-post h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.news-tag {
  display: flex;
  align-items: center;
  gap: 12px;
}

.news-tag h5 {
  font-size: 16px;
}

.news-tag ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.news-tag li {
  display: inline-block;
  background: #bfbdbc;
  border-radius: 5px;
  padding: 5px 10px;
}

.news-tag li:hover {
  background: var(--primary);
}

.news-tag li a {
  font-weight: 700;
  display: block;
}

.news .images-box {
  overflow: unset;
}

.related-item .images-box::before {
  padding-top: 55%;
}

.view-more--news {
  position: absolute;
  bottom: 10px;
  left: -8px;
}

.view-more--news button {
  padding: 7px 20px;
  border-radius: 3px;
  color: white;
}

.view-more--news button:hover {
  color: white;
  background: var(--primary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.news-related h5,
.related-item h3 {
  font-size: 16px;
  line-height: 24px;
}

.related-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.news-large a:hover h3,
.related-item a:hover h3 {
  color: var(--primary);
}

.news-related .news-content {
    padding: 20px 10px 10px;
}


.news.wrapper-content {
  padding: 12px;
}

.news-item .images-box:before {
  padding-top: 67%;
}

.news-item .images-box a {
  overflow: hidden;
  border-radius: 5px;
}

.news-item h3 {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-item h3 a {
  display: block;
}

.news-item h3 a:hover {
  color: var(--primary);
}

.news-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {

  .news .title-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .info-cate {
    flex-wrap: wrap;
    gap: 0px 10px;
  }
}

/*toc menu*/
.content-toc {
  width: 100%;
  border: 1px solid rgba(51, 51, 51, 0.95);
  border-radius: 10px;
  margin-bottom: 10px;
  transition: .6s ease;
}

.content-toc .toc-header {
  font-size: 18px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  background: unset;
}

.content-toc .toc-header h3 {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 10px;
}

.content-toc .header-minimize,
.content-toc .header-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.content-toc.toc-minimize .header-minimize {
  transform: rotate(-90deg);
}

.content-toc .aside-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.content-toc .toc-menu,
.content-toc ul {
  padding-left: 10px;
  margin-bottom: 0;
}

.content-toc li {
  list-style: none !important;
}

.content-toc li a {
  color: #000;
  font-weight: 700;
  padding: 3px 10px;
  display: block;
}

.content-toc a:hover {
  color: var(--primary);
}

.content-toc li li a {
  font-weight: 500;
}

/*.content-toc li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 3px;
}*/
.content-toc li li a:before {
  width: 4.5px;
  height: 4.5px;
  margin-bottom: 4px;
}

.btn-toc-action {
  display: none;
  position: fixed;
  /*  right: 0;*/
  top: 50%;
  border: 1px solid #3a3a3a;
  width: 42px;
  height: 42px;
  font-size: 28px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: .6s ease;

}

.toc-sidebar .content-toc {
  /*  display: none;*/
  position: fixed;
  top: 0;
  background: #f3f3f3f2;
  opacity: 0;
  visibility: hidden;
  max-width: 500px;
  width: auto;
  height: 100%;
  overflow-x: auto;
}

.toc-sidebar .content-toc.active {
  opacity: 1;
  visibility: visible;
}

.toc-sidebar .content-toc .header-minimize,
.content-toc .header-close {
  display: none;
}

.toc-sidebar .content-toc .header-close {
  display: block;
}

.toc-sidebar ol {
  padding-left: 20px;
}

@media(max-width: 767px) {
  .btn-toc-action {
    /*    display: block;*/
    right: 0;
  }

  /*.content-toc {
    position: fixed;
    right: 0;
    top: 50%;
    width: 90%;
    transform: translate(100%, -50%);
    background: #fff;
    z-index: 9;
    max-height: 400px;
    overflow-y: auto;
    font-size: 16px;
    padding: 20px 10px;
  }
  .content-toc.active {
    transform: translate(0, -50%);
  }*/
  .content-toc .aside-close {
    display: block;
  }


  .btn-toc-action.active {
    transform: translateX(100%);
  }

  .toc-sidebar .content-toc {
    right: 0;
    max-width: 100%;
  }
}


/*toc menu*/

/*social*/
.share-box>a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #ccc;
  margin-right: 5px;
  border-radius: 3px;
  line-height: 30px;
  font-size: 14px;
     color: #000;
}

.share-box .share-box-social {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  padding: 3px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 3px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.quick-alo-phone,
.quick-alo-phone.quick-alo-show {
  visibility: visible
}

.share-box .share-box-social li {
  background: #ea6e26;
  margin: 0 1px
}

.share-box .share-box-social li a {
  padding: 10px;
  color: #fff;
  font-size: 13px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1px
}

.share-box .share-box-social li a:hover {
  color: #001935
}

.share-box .share-box-social:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #0c4556 transparent transparent;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 99;
  margin-left: -3px
}

.share-box:hover .share-box-social {
  opacity: 1;
  visibility: visible;
  margin-bottom: 6px
}

/*social*/


/*Login */
.bg-main_login {
  background: var(--login-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-main_login .frm-account {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 20px 0px #0000001A;
}

.close-btn {
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  position: absolute;
  top: -15px;
  right: -15px;
  opacity: 1;
}

.login-lightbox .modal-body {
  padding: 32px;
}

.social-icon {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  margin-top: 51px
}

.social-icon a {
  flex: 0 0 33%;
  max-width: 33%;
}

.social-icon img {
  width: 46px;
}

.frm-account--title {
  margin-bottom: 55px;
}

.frm-account--title img {
  width: 68px;
}

.frm-account--title h4 {
  font-size: 30px;
  margin-top: 30px;
}

.frm-account--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 52px;
}

.frm-account--icon img {
  width: 40px;
}

.other-login-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.other-login-title span {
  flex: 1 1;
  height: 1px;
  background: #a3a3a3;
}

.other-login-title h5 {
  position: relative;
  font-size: 26px;
  padding: 0 16px;
}

.frm-account--other .form-group input[type="tel"] {
  padding-top: 22px;
  padding-bottom: 22px;
  border-width: 2px;
  border-color: black;
  border-radius: 50px;
}
/*end Login */

/*loading*/
#loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
}

#loading_box.show {
  opacity: 1;
  visibility: visible;
}

#loading_image {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%)
}

#loading_image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f8c546;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 1
}

#loading_image:before {
  border-top-color: #175cd3ab
}

#loading_image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: var(--loading-bg);
  background-size: 55%;
  border-radius: 50%;
  margin: 0;
  background-color: #f8c5468c
}

#loading_image:after {
  background-color: rgba(188, 188, 188, 0.4)
}

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

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

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

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

/*loading*/

/*auth form login*/
.form-group {
  position: relative;
}
.form-control:focus {
    box-shadow: unset;
}

.error-message,
form div.error,
form label.error {
  bottom: -20px;
  font-size: 12px;
  color: #f00;
}

form div.error,
form label.error {
  position: absolute;
  left: 0;
}

#reviewModal form div.error,
#reviewModal form label.error {
  position: relative;
  bottom: 0;
}

.password-toggle {
  position: relative;
}

.password-toggle-btn .password-toggle-check {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.password-toggle-btn {
  position: absolute;
  top: 3px;
  right: .625rem;
  left: unset;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border: 0;
  background: unset;
}

/*auth form login*/