#cog-overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.cog-section {
    padding: 50px 0;
}

.cog-term-head h4 {
    font-size: 30px;
    margin-bottom: 20px;
}


/* -----------------------------------51-------------------------------- */


.cog-faq .accordion-button:not(.collapsed) {
    color: #1d2e66;
    background-color: #e5f6ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.cog-faq .accordion-button:focus {
    box-shadow: none;
}

.cog-faq .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 13px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%) !important;
}

.cog-faq .accordion-button:not(.collapsed) {
    color: #2c8483;
    background-color: #edf7f8;
    box-shadow: none;
    font-weight: 500;
    border: none;
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, 0.125);
    border-width: 0 1px;
    border: none;
}

.accordion-button.collapsed {
    border: none;

}

/* ---------------------------------blog detail-------------------------------- */
.cog-blog-detail {
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
    /* padding: 30px; */

}

.cog-blog-detail img {
    width: 100%;
    margin-bottom: 20px;

}


/* ------------------------------------error----------------------------------------- */
.cog-error {
    text-align: center;
    margin: 5% 0;
}

.cog-error h4 {
    font-size: 40px;
    margin: 20px 0;
}

.cog-error .btn-cog {
    color: #fff;
    background: #af1712;
    border-color: #af1712;
    font-weight: 500;
    padding: 5px 20px;
}

.cog-error p {
    font-size: 18px;
}

.cog-ml-30 {
    margin-left: 20%;
}

.cog-pad-7 {
    padding: 0% 7% 0% 7%;
}

.navbar-brand img {
    width: 194px;
    padding: 8px 0;
}

.premium-products-item-box .products-intro-image figure {
    display: block;
    height: 230px;
}

.premium-products-item-box .products-intro-video {
    position: relative;
    margin-left: 0px;
}

.footer-copyright-text ul {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: end;
}

.footer-copyright-text ul li {
    margin-right: 10px;
}

.footer-copyright-text ul li a {
    color: #fff;
}

.footer-contact ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    margin: 0;
}

.footer-contact li {
    padding-right: 15px;
    padding-left: 15px;
    text-transform: capitalize;
}

.footer-contact li a {
    color: #fff;
}

.rating-section {
    margin-bottom: 20px;
    margin-top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-section .rating i {
    padding-right: 2px;
    font-size: 18px;
}

.rating i {
    color: #ffa200;
}

.rating-section h6 {
    margin-bottom: 0;
    margin-left: 10px;
    color: #323232;
    font-weight: 700;
    font-size: 15px;
}

.product-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-icon .product-social {
    margin-top: 5px;
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}

.product-icon .product-social li {
    padding-right: 10px;
}

.product-icon .product-social li a {
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-icon .product-social li a i {
    font-size: 18px;
}

.price-detail del,
.price-detail span {
    font-size: 18px;
    color: gray;
    font-weight: 200;
}

.image-swatch {
    margin-bottom: 15px;
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.image-swatch li:last-child {
    margin-right: 0;
}

.image-swatch li.active img {
    border: 1px solid var(--theme-color);
}

.image-swatch li img {
    width: 50px;
    height: 50px;
    padding: 2px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.image-swatch li {
    margin-right: 8px;
}

.size-box {
    margin-top: 5px;
    margin-bottom: 18px;
}

.size-box ul li.active {
    background-color: #3fc1c9;
}

.size-box ul li {
    background-color: #fff;
}

.size-box ul li {
    height: 30px;
    width: auto;
    padding: 0 8px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #efefef;
    text-align: center;
}

.size-box ul li a {
    color: #323232;
    font-size: 15px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.size-box ul li.active a {
    color: white;
    font-size: 15px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.product-size {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    list-style: none;
}

.comment-section {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-section .border-portfolio img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}

.comment-section li {
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 20px;
    padding-top: 20px;
}

.product-slider .swiper-horizontal {
    touch-action: pan-y;
    padding: 0 20px;
    padding-bottom: 20px;
}

.testimonial-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.product-slider .testimonial-button-next,
.product-slider .testimonial-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    background: #38712d9e;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.product-slider .testimonial-button-next {
    margin-left: 20px;
}

.product-slider .testimonial-button-next:hover,
.product-slider .testimonial-button-prev:hover {
    background: var(--accent-color);
}

.product-slider .testimonial-button-next::before,
.product-slider .testimonial-button-prev::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    background: url("/static/website_static/images/arrow-white.svg") no-repeat center center;
    background-size: 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.product-slider .testimonial-button-prev::before {
    transform: rotate(225deg);
}

.product-slider .testimonial-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 1;
    width: 100%;
    justify-content: space-between;
}

.about-organic-content a {
    color: var(--text-color);
}

.cart_qty_cls {
    position: absolute;
    background: var(--cog-primary-color);
    height: 14px;
    width: 14px;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 400;
    top: -3px;
    right: 0px;
    line-height: 14px;
}

@media(max-width:760px) {
    .footer-contact ul {
        list-style: none;
        display: flex;
        justify-content: center;
        padding-top: 40px;
        margin: 0;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .about-footer {
        margin-bottom: 30px;
        text-align: center !important;
        justify-content: center !important;
    }

    .footer-contact li {
        padding-right: 15px;
        padding-left: 15px;
        text-transform: capitalize;
        padding-bottom: 15px;
    }

    .footer-contact li {
        padding-right: 15px;
        padding-left: 15px;
        text-transform: capitalize;
        margin-bottom: 15px;
        border-right: 1px solid white;
    }

    .footer-contact li:last-child {
        border-right: none;
        margin-bottom: 0;
    }

    .footer-copyright-text ul {
        justify-content: center;
    }

    .footer-copyright {
        padding: 15px 0;
        text-align: center !important;
        justify-content: center !important;
    }

    .page-header {
        padding: 60px 0px 60px !important;
    }

    .page-header-box h1 {
        color: #fff !important;
    }

    .hide-mobile {
        display: none !important;
    }
}

@media(min-width:761px) {
    .hide-desktop {
        display: none !important;
    }
}

@media(min-width:761px) {
    .fixed-footer {
        display: none;
    }
}

@media(max-width:760px) {
    .fixed-footer {
        position: fixed;
        bottom: 0;
        background: var(--cog-secondary-color);
        z-index: 999;
        border-radius: 20px 20px 0 0;
        box-shadow: 1px -4px 14px 0px #0000006e;
        width: 100%;
    }

    .fixed-footer ul {
        list-style: none;
        margin: 0;
        padding: 10px;
        display: flex;
        justify-content: space-around;
    }

    .fixed-footer ul li {
        padding: 8px;
        text-align: center;
        border-right: 1px solid #fff;
        width: 50%;
    }

    .fixed-footer ul li:last-child {
        border-right: none;
    }

    .fixed-footer ul li a {
        color: #fff;
        position: relative;
    }

    .fixed-footer ul li a span {
        position: absolute;
        background: white;
        top: -10px;
        right: -20px;
        color: var(--cog-secondary-color);
        font-size: 12px;
        padding: 1px;
        border-radius: 50%;
        width: 18px;
        height: 18px;
    }
}