﻿#news_ticker {
    height: 27px;
    margin: 10px auto 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    background: linear-gradient(-120deg, #fcf75e 20%, #ffd700 0);
    border: 1px solid #ccc;
    font-family: 'Oswald',serif;
}

    #news_ticker span {
        float: left;
        background-color: #C8102E;
        padding: 2px 10px;
        position: relative;
        font-size: 16px;
        color: #fff;
        text-shadow: 1px 2px 1px rgba(0, 0, 0, .6);
    }

    #news_ticker ul {
        float: left;
        padding-left: 20px;
        -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        -moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        -ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
        animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
    }

        #news_ticker ul:hover {
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -ms-animation-play-state: paused;
            animation-play-state: paused;
        }

    #news_ticker li {
        list-style: none;
        line-height: 26px;
    }

    #news_ticker a {
        color: #333;
        text-decoration: none;
        font-size: 16px;
    }

@-webkit-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@-moz-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@-ms-keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -26px;
    }

    50% {
        margin-top: -52px;
    }

    75% {
        margin-top: -78px;
    }

    100% {
        margin-top: 0;
    }
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

    .form-contact .form-control:focus {
        outline: 0;
        box-shadow: none
    }

    .form-contact .form-control::placeholder {
        font-weight: 300;
        color: #999999
    }

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
}

.boxed-btn {
    background: #fff;
    display: inline-block;
    padding: 18px 44px;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #17345a;
    letter-spacing: 3px;
    text-align: center;
    color: #17345a;
    text-transform: uppercase;
    cursor: pointer
}

    .boxed-btn:hover {
        background: #17345a;
        color: #fff !important;
        border: 1px solid #17345a
    }

    .boxed-btn:focus {
        outline: none
    }

#slidy-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}



.slider-mobile {
}

@media(max-width:1024px) {
    .slider-mobile {
    }
}

.course-box {
    padding: 50px 0;
}

.bank-title {
    text-align: center;
    margin-bottom: 40px;
}

    .bank-title .title-h2 {
        font-size: 25px;
        font-weight: 400;
        margin: 0;
        padding: 10px;
    }



    .bank-title p {
        font-weight: 500;
        margin-top: 5px;
        font-size: 15px;
    }



.course-caption {
    padding: 40px 30px;
    background: rgba(20,29,68,1.0);
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    border-radius: 10px;
    transition: ease-in-out .3s;
    margin-bottom: 20px;
}

    .course-caption img {
        border-radius: 10px;
    }

.cor-h3 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 1px;
}

.course-caption a {
    padding: 10px 25px;
    background: #ec3237;
    color: #fff;
    border-radius: 20px;
    letter-spacing: .4px;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}

.course-caption:hover {
    transform: scale(1.02);
}

.course-button {
    padding: 10px 25px;
    background: #ec3237;
    color: #fff;
    border-radius: 20px;
    letter-spacing: .4px;
    font-size: 15px;
    margin-top: 20px;
    display: inline-block;
}

.video-block-page {
    padding: 6px;
    background: #f9fafa;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.3s;
}

    .video-block-page h4 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 15px 0;
    }

.dairy-shop-section .left-dairy-box {
    padding-right: 100px;
    padding-left: 100px;
    background-color: #0089ce;
}

.dairy-shop-section .right-dairy-box {
    background: #197123;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.dairy-shop-section .right-dairy-box, .dairy-shop-section .left-dairy-box {
    position: relative;
    z-index: 1;
    padding: 80px 25px;
    overflow: hidden;
}

    .dairy-shop-section .left-dairy-box .dairy-icon-button {
        position: absolute;
        right: -75px;
        top: 50%;
        transform: translate(-8%, -50%);
    }

.dairy-icon-button {
    width: 140px;
    padding: 10px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
}

.dairy-text-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    background: transparent;
    border-radius: 100%;
    animation: dairy-identifier 20s linear infinite;
    text-align: center;
}

@keyframes dairy-identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.dairy-border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(0,0,0, var(--bs-border-opacity)) !important;
}

.dairy-badge__emoji {
    display: block;
    margin: 0;
    animation: dairy-identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all 0.3s;
}

.dairy-text-row.dairy-border-secondary .dairy-text__char {
    color: #fff;
}

.dairy-text__char {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 140px / 2);
    height: calc(140px / 2);
    width: 140px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate));
    color: #000;
}

.dairy-text-row.dairy-border-secondary:after {
    border: 25px solid #000;
}

.dairy-text-row:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
}

.dairy-shop-section .left-dairy-box:after {
    content: "";
    background-image: url(../images/slider-div-shape.svg);
    position: absolute;
    width: 30.77%;
    height: 50px;
    top: -8px;
    background-size: 100%;
    left: 5%;
    background-position: top;
    background-repeat: no-repeat;
}

.dairy-shop-section .right-dairy-box .dairy-title {
    color: #FFF;
    font-size: 35px;
    font-weight: 500;
    width: 80%;
}

.dairy-shop-section .right-dairy-box .dairy-text {
    color: #fff;
    margin-bottom: 30px;
    width: 70%;
}

.dairy-product img {
    border-radius: 10px;
}

.dairy-product img {
    max-width: 100%;
    height: auto;
}

.dairy-product .dairy-product-title {
    border-top: 1px solid #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
}

    .dairy-product .dairy-product-title p {
        color: #fff;
    }

.dairy-shop-section .right-dairy-box .dairy-icon-button {
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translate(-10%, -50%);
}

.dairy-border-white {
    --bs-border-opacity: 1;
    border-color: rgba(255,255,255, var(--bs-border-opacity)) !important;
}

.dairy-text-row.dairy-border-white:after {
    border: 25px solid #fff;
}

.dairy-benefit-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .dairy-benefit-section .dairy-benefit-box {
        box-shadow: rgb(231, 39, 35) 0px 0px 9px;
        text-align: center;
        background: rgb(255, 255, 255);
        border-radius: 12px;
        padding: 20px;
        margin: 10px;
    }

        .dairy-benefit-section .dairy-benefit-box:hover {
            box-shadow: 0 0 4px #0092ce;
        }

        .dairy-benefit-section .dairy-benefit-box img {
            margin-bottom: 15px;
        }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.dairy-benefit-section .dairy-benefit-box .daikry-benefit-box-h5 {
    margin-bottom: 0.5rem;
}

.dairy-benefit-section .dairy-benefit-box .dairy-benefit-box-h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

.dairy-benefit-section .dairy-benefit-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}

.dairy-trending-product-section {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dairy-sec-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #212121;
    margin-bottom: 15px;
}

.dairy-trending-product-box {
    text-align: center;
    padding: 10px;
    position: relative;
    background: #0089ce;
    border: 1.5px solid #0089ce;
    border-radius: 8px;
    margin: 15px 15px 15px 30px;
}

    .dairy-trending-product-box img {
        width: auto;
        display: initial;
        border-radius: 7px 64px 63px 6px;
        transition: all .1s;
    }


.dairy-trending-product-section .dairy-trending-product-content {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    position: relative !important;
    margin-top: 30px !important;
    margin-bottom: 20px;
}

    .dairy-trending-product-section .dairy-trending-product-content h3 {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #ffffff !important;
    }

    .dairy-trending-product-section .dairy-trending-product-content div i {
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #FDE74C !important;
    }

.dairy-trending-product-section .dairy-prod-price {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .dairy-trending-product-section .dairy-prod-price .dairy-prod-price_h5 {
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #ffffff !important;
        margin-right: 10px !important;
    }

.dairy-trending-product-section .dairy-prod-cart {
    margin-bottom: 20px;
}

    .dairy-trending-product-section .dairy-prod-cart a {
        background: #197123;
        border-radius: 4px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        cursor: pointer;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        margin-top: 5px;
        border: none;
    }

.dairy-trending-product-box:hover {
    box-shadow: 0 1px 6px 2px rgb(231, 39, 35);
}

.dairy-prod-slide {
    margin-top: 80px;
}

.dairy-prod-item {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-buttons .owl-prev {
        background: #e72723;
        position: absolute;
        top: 44%;
        left: -13px;
        padding: 12px 20px;
        border-radius: 50%;
        box-shadow: 3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

    .owl-controls .owl-buttons .owl-next {
        background: #e72723;
        position: absolute;
        top: 44%;
        right: -30px;
        padding: 12px 20px;
        border-radius: 50px;
        box-shadow: -3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "\f104";
            font-family: FontAwesome;
            color: #fff;
            font-size: 30px;
        }

        .owl-controls .owl-buttons .owl-next:after {
            content: "\f105";
        }

.dairy-view-more {
    border: 2px solid #197123;
    border-radius: 20px;
    color: #000;
    padding: 20px 50px;
    text-align: center;
}

    .dairy-view-more:hover {
        background: #197123;
        border: 2px solid #197123;
        border-radius: 20px;
        color: #fff;
    }

.dairy-certificate-section {
    padding: 50px;
}

.dairy-cert-item {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
}

.dairy-cert-slide {
    margin-top: 80px;
}

.dairy-advantage-section {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}

    .dairy-advantage-section .dairy-sec-title {
        padding-bottom: 30px;
    }

        .dairy-advantage-section .dairy-sec-title h2 {
            font-style: normal;
            font-weight: 700;
            font-size: 36px;
            line-height: 52px;
            text-align: center;
            color: #212121;
            margin-bottom: 15px;
        }

        .dairy-advantage-section .dairy-sec-title p {
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 26px;
            text-align: center;
            color: #606060;
            padding: 0 15%;
        }

    .dairy-advantage-section .dairy-advantage-box {
        box-shadow: 0 0 4px #E72723;
        border-radius: 8px;
        margin-bottom: 25px;
        padding: 10px;
    }

        .dairy-advantage-section .dairy-advantage-box:hover {
            box-shadow: 0 0 4px #0092ce;
        }

        .dairy-advantage-section .dairy-advantage-box h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 26px;
            color: #5a5a5a;
            margin-top: 5px;
        }

        .dairy-advantage-section .dairy-advantage-box p {
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #606060;
            margin: 0;
        }

    .dairy-advantage-section .dairy-advantage-img .advantage-img {
        width: 70%;
        margin-top: -25px;
    }

.dairy-testimonial-section {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .dairy-testimonial-section .dairy-sec-title h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 52px;
        text-align: center;
        color: #212121;
        margin-bottom: 15px;
    }

.dairy-bg-color {
    background: rgba(79, 48, 183, 0.06);
}

.dairy-text-whtie {
    color: #fff !important;
}

.dairy-bold {
    font-weight: bolder;
}

.dairy-por {
    position: relative;
}

.dairy-review-box .dairy-quote {
    position: absolute;
    width: 40px;
    right: 10px;
    bottom: 10px;
}

.dairy-test-arrowbox {
    position: absolute;
    right: 20px;
    display: flex;
    top: 70px;
}

.dairy-review-box {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

    .dairy-review-box h5 {
        margin: 0;
    }

    .dairy-review-box p {
        margin-bottom: 0;
        margin-top: 10px;
        color: #7d8597;
    }

.dairy-user-post {
    font-size: 14px;
    margin: 0 !important;
}

.dairy-swiper-testimonial {
    padding: 100px 20px;
    padding-top: 30px;
}

.dairy-half-color-box {
    background: linear-gradient(#0089ce 0%, #b8f0fb 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.dairy-test-arrowbox .dairy-swiper-button-next-test,
.dairy-test-arrowbox .dairy-swiper-button-prev-test {
    margin-right: 20px;
    /* background: var(--comp-color);2 */
    border-radius: 50%;
    --size: 55px;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dairy-arrow-right {
    transform: rotate(180deg);
    margin-top: -8px;
}

.dairy-arrow {
    cursor: pointer;
    transition: all 0.2s ease-in;
}

    .dairy-arrow:hover {
        transform: translateX(-15px);
    }

.dairy-video-section {
    background: url('../images/dairy-video-bg.jpg');
    background-size: 100% 100%;
    background-position: 50%;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 51px;
    padding-bottom: 147px;
}

    .dairy-video-section .dairy-sec-title h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 52px;
        text-align: center;
        color: #212121;
        margin-bottom: 15px;
    }

.dairy-video-box {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.dairy-why-section {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .dairy-why-section .dairy-sec-title h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 52px;
        text-align: center;
        color: #212121;
        margin-bottom: 15px;
    }

    .dairy-why-section .dairy-why-box {
        margin-top: 10px;
        margin-bottom: 20px;
        border: 1px solid #e72723;
        padding: 30px;
        border-radius: 10px;
    }

        .dairy-why-section .dairy-why-box:hover {
            box-shadow: 2px 6px 23px rgba(0, 0, 0, 1);
        }

        .dairy-why-section .dairy-why-box h2 {
            font-style: normal;
            font-weight: 700;
            font-size: 19px;
            line-height: 26px;
            color: #212121;
            margin-top: 10px;
        }

        .dairy-why-section .dairy-why-box p {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #606060;
        }

.text-white-dairy {
    color: #fff;
}

.bg-dark-dairy {
    background: #0089ce !important;
}

.text-light-dairy {
    color: #ECF4FF !important;
}

.btn-dairy {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem .75rem;
    font-size: 1rem;
    border-radius: 2px;
    transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}

.btn-primary-dairy {
    color: #000;
    background-color: #197123 !important;
    border-color: #197123 !important;
}

.btn-lg-dairy, .btn-group-lg-dairy > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.rounded-dairy {
    border-radius: 2px !important;
}

.btn-dairy {
    font-weight: 600;
    transition: .5s;
}

.btn-primary-dairy, .btn-secondary-dairy, .btn-primary-dairy:hover, .btn-secondary-dairy:hover {
    color: #FFFFFF;
}

.btn-lg-square-dairy {
    width: 46px;
    height: 46px;
}

.btn-square-dairy, .btn-sm-square-dairy, .btn-lg-square-dairy {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.bg-primary-dairy {
    background: #197123 !important;
}

.text-center-dairy {
    text-align: center;
}

.border-bottom-dairy {
    border-bottom: 1px solid #dee2e6 !important;
}

.text-white-dairy {
    color: #fff;
}

.text-primary-dairy {
    color: #fff;
}

.dairy-about-section {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .dairy-about-section .dairy-about-img {
        position: relative;
        overflow: hidden;
    }

        .dairy-about-section .dairy-about-img img {
            width: 100%;
            mask-image: url(../images/founder-mask.png);
            mask-size: auto 100%;
            mask-repeat: no-repeat;
            height: 100%;
            object-fit: cover;
            mask-position: right;
        }

.page-dairy-header {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 120px;
    z-index: 1;
    overflow: hidden;
}

.page-dairy-header__inner {
    position: relative;
    display: block;
}

.text-center-dairy {
    text-align: center;
}

.page-dairy-header__inner .thm-dairy-breadcrumb {
    position: relative;
    display: inline-block;
    margin-bottom: 11px;
    overflow: hidden;
}

    .page-dairy-header__inner .thm-dairy-breadcrumb::before {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        background: #000;
        content: "";
    }

    .page-dairy-header__inner .thm-dairy-breadcrumb li {
        position: relative;
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

        .page-dairy-header__inner .thm-dairy-breadcrumb li + li {
            padding-left: 13px;
        }

        .page-dairy-header__inner .thm-dairy-breadcrumb li a {
            color: #000;
            transition: all 200mslinear;
            transition-delay: 0.1s;
        }

.page-dairy-header__inner h2 {
    color: #000;
    font-size: 50px;
    line-height: 1em;
    letter-spacing: -0.04em;
}

.vision-dairy-section {
    background-color: #deffe2;
    padding: 50px;
}

.mission-dairy-section {
    background-color: #eaf4fa;
    padding: 50px;
}

section.contact-section {
    padding: 0 0 90px;
}

.contact-section {
    margin-top: -260px;
}

.bg-layer-equal-height .ttm-col-bgcolor-yes, .ttm-col-bgimage-yes {
    height: 100%;
    z-index: 9;
}

.ttm-bg {
    position: relative;
}

.spacing-2 {
    padding: 20px;
}

.ttm-bgcolor-grey {
    background-color: #f6f9ff;
}

.ttm-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .94;
}

.layer-content, .ttm-bg .layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.furniture-product-category-head {
    /* display: flex
; */
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .furniture-product-category-head .furniture-product-category-title {
        /* display: flex
; */
        align-items: center;
        gap: 10px;
        position: relative;
    }

.furniture-product-category-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 34px;
    color: #121111;
    margin-top: 4px;
}

.wrap-form {
    padding-top: 15px;
}

    .wrap-form label {
        width: 100%;
        margin: 0;
    }

    .wrap-form span.text-input {
        margin-bottom: 15px;
        display: block;
        position: relative;
    }

    .wrap-form.ttm-contactform span.text-input i {
        position: absolute;
        left: 0;
        top: 13px;
        opacity: .9;
        font-size: 16px;
        z-index: 1;
    }

    .wrap-form.ttm-contactform span.text-input input, .wrap-form.ttm-contactform span.text-input textarea {
        background-color: #fff0;
        border: none;
        border-bottom: 1px solid #000;
        border-radius: 0;
        padding-left: 30px;
        padding-bottom: 9px;
        width: 100%;
    }

.ttm-btn.ttm-btn-size-md {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 25px 12px 25px;
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

.ttm-btn-style-fill.ttm-btn-color-skincolor {
    background-color: #197123;
}

.ttm-btn-style-fill.ttm-btn-color-skincolor {
    color: #fff;
}

.ttm-btn {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: 0 0;
    border: 1px solid #fff0;
    position: relative;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-transition: all .2sease-in-out;
    transition: all .2sease-in-out;
}

.bg-layer-equal-height .ttm-col-bgcolor-yes, .ttm-col-bgimage-yes {
    height: 100%;
    z-index: 9;
}

.spacing-3 {
    padding: 113px 45px 31px;
}

.ttm-bgcolor-skincolor {
    background-color: #a94d4c;
}

.ttm-bg {
    position: relative;
}

.ttm-bgcolor-skincolor > .ttm-bg-layer {
    background-color: #197123;
}

.layer-content, .ttm-bg .layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.box-header {
    position: absolute;
    right: -24px;
    bottom: 0;
    color: #fff;
}

    .box-header .box-icon i {
        font-size: 220px;
        opacity: .03;
    }

.ttm-bgcolor-skincolor h4 {
    color: #fff;
}

.contact-section h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}

ul.ttm_contact_widget_wrapper {
    padding: 0;
    margin-bottom: 5px;
}

    ul.ttm_contact_widget_wrapper li:first-child {
        padding-top: 12px;
    }

    ul.ttm_contact_widget_wrapper li {
        color: #fff;
    }

    ul.ttm_contact_widget_wrapper li {
        padding-left: 37px;
        position: relative;
        padding-top: 16px;
        padding-bottom: 17px;
        line-height: 28px;
        border-bottom: 1px solid rgb(255 255 255 / .1);
    }

.ttm-bgcolor-skincolor a {
    color: #fff;
}

.ttm-bgcolor-skincolor a {
    color: #fff;
}

ul.ttm_contact_widget_wrapper li i {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    font-weight: 400;
}

.ttm-textcolor-highlight {
    color: #ffffff;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

    .social-icons ul {
        margin: 0;
        padding: 0;
    }

.list-inline {
    padding-left: 0;
    list-style: none;
}

.social-icons.circle li {
    margin: 6px 2px 5px;
}

.social-icons li {
    display: inline-block;
    border: none;
}

.ttm-bgcolor-skincolor .social-icons.circle li > a {
    color: #fff;
}

.social-icons.circle li > a {
    border: 1px solid;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    background-color: #fff0;
    font-size: 14px;
    border-radius: 50%;
}

.ttm-bgcolor-skincolor a {
    color: #fff;
}

.dairy-prod-cart-1 {
    margin-bottom: 20px;
}

    .dairy-prod-cart-1 a {
        background: #197123;
        border-radius: 4px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        padding: 20px 60px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        margin-top: 5px;
        border: none;
    }

        .dairy-prod-cart-1 a:hover {
            background: #fff;
            border: 3px solid #197123;
            color: #000;
        }

    .dairy-prod-cart-1 .btn-cart {
        background: #197123;
        border-radius: 4px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        padding: 20px 60px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
        margin-top: 5px;
        border: none;
    }

        .dairy-prod-cart-1 .btn-cart:hover {
            background: #fff;
            border: 3px solid #197123;
            color: #000;
        }

.dairy-trending-product-box-1 {
    text-align: center;
    /* padding: 10px; */
    position: relative;
    /* background: #0089ce; */
    border: 3px solid #0089ce;
    border-radius: 8px;
    /* margin: 15px 15px 15px 30px; */
}



.swiper-container-2 .swiper-product .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-container-2 .swiper-product .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/nxt-ico (1).svg') !important;
    /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E); */
    right: 10px;
    left: auto;
}

.swiper-container-2 .swiper-product .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/prev-ico-2 (2).svg') !important;
    left: 10px;
    right: auto;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table tr {
        border: 1px solid #ddd;
        padding: .35em;
    }

    table th,
    table td {
        padding: .625em;
        text-align: center;
        vertical-align: middle;
    }

    table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}

.prod-qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .prod-qty-input .product-qty, .prod-qty-input .prod-qty-count {
        background: transparent;
        color: inherit;
        font-weight: bold;
        font-size: inherit;
        border: none;
        display: inline-block;
        min-width: 0;
        height: 2.5rem;
        line-height: 1;
    }

        .prod-qty-input .product-qty:focus, .prod-qty-input .prod-qty-count:focus {
            outline: none;
        }

    .prod-qty-input .product-qty {
        width: 50px;
        min-width: 0;
        display: inline-block;
        text-align: center;
    }

        .prod-qty-input .product-qty::-webkit-outer-spin-button, .prod-qty-input .product-qty::-webkit-inner-spin-button {
            appearance: none;
            margin: 0;
        }

    .prod-qty-input .prod-qty-count {
        padding: 0;
        cursor: pointer;
        width: 2.5rem;
        font-size: 1.25em;
        text-indent: -100px;
        overflow: hidden;
        position: relative;
    }

        .prod-qty-input .prod-qty-count:before, .prod-qty-input .prod-qty-count:after {
            content: "";
            height: 2px;
            width: 10px;
            position: absolute;
            display: block;
            background: #000;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .prod-qty-input .prod-qty-count--minus {
        border-right: 1px solid #e2e2e2;
    }

    .prod-qty-input .prod-qty-count--add {
        border-left: 1px solid #e2e2e2;
    }

        .prod-qty-input .prod-qty-count--add:after {
            transform: rotate(90deg);
        }

    .prod-qty-input .prod-qty-count:disabled {
        color: #ccc;
        background: #f2f2f2;
        cursor: not-allowed;
        border-color: transparent;
    }

        .prod-qty-input .prod-qty-count:disabled:before, .prod-qty-input .prod-qty-count:disabled:after {
            background: #ccc;
        }

.prod-qty-input {
    border-radius: 4px;
    width: 133px;
    box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
}

.btn-check-2 {
    background: #ae1b21;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    border: none;
}

    .btn-check-2:hover {
        border: 1px solid #ae1b21;
        color: #000;
        background: #fff;
    }

.lnkaction {
    color: #000;
}

.dairy-check-form {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}

    .dairy-check-form .dairy-check-header {
        color: #ae1b21;
    }

.dairy-account-form {
    border: 1px solid #ae1b21;
    padding: 20px;
    border-radius: 20px;
}

    .dairy-account-form .dairy-account-header {
        color: #ae1b21;
        text-align: center;
    }

    .dairy-account-form .dairy-account-p {
        color: #ae1b21;
        text-align: center;
    }

.dairy-toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}

.dairy-btn {
    background: #ae1b21;
    color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
}

    .dairy-btn:hover {
        border: 1px solid #ae1b21;
        background: #fff;
        color: #000;
    }
@media(max-width:991px) {
    .hide-mobile-ad {
        display: none;
    }
}

.toast-container {
    display: flex;
    flex-direction: column;
    width: 40%;
	position:absolute;
	top:30%;
	left:30%;
    padding: 20px;
    margin: 10px auto;
}

.toast {
    width: 80%;
    display: flex;
    background-color: white;
    margin: 10px auto;
    padding: 10px;
    border-radius: 10px;
}

.dairy-success-message {
    visibility: hidden;
    position: absolute;
    display: flex;
    width: 40%;
    box-sizing: border-box;
    margin: 10px auto;
}

.dairy-success-message {
    border: 3px solid #46d764;
}

    .dairy-success-message i {
        color: #46d764;
    }

.dairy-icon-message {
    display: flex;
    margin: auto 2px;
}

.dairy-message {
    margin: 0;
    padding: 0;
    margin-left: 7px;
    width: 100%;
    box-sizing: border-box;
}

    .dairy-message h2 {
        margin: 0;
        padding: 0;
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 28px;
    }

    .dairy-message p {
        margin: 0;
        padding: 0;
        font-weight: 200;
        font-size: 18px;
        letter-spacing: 1px;
        color: #616161;
    }

.dairy-success-message.show {
    transition: all ease-in-out;
    visibility: visible;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
    from {
        transform: translateY(40px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        transform: translateY(0px);
        opacity: 1;
    }

    to {
        transform: translateY(40px);
        opacity: 0;
    }
}
.prod-star-section
		{
			font-style: normal !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 22px !important;
        color: #FDE74C !important;
		}