/*=================Scss Indexing=============
1.variables
2.typography
3.spacing
4.reset
5.forms
6.mixins
7.shortcode
8.animations
9.text-animation
10.sal
11.header
12.mobile-menu
13.button
14.nav
15.banner
16.swiper
17.funfacts
18.cta
19.about
20.common
21.service
22.projects
23.working-process
24.blog
25.blog-details
26.footer
27.search-input
28./side-bar
29.team
30.testimonials
31.faq
32.pricing
33.date-picker
34.time-picker
35.appoinment
36.awesome-feedback
37.contact
38.pre-loader.scss
39.back-to-top
40. Print Css



==============================================  */


/* Default  */

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    --color-primary: #629D23;
    --color-secondary: #1F1F25;
    --color-body: #6E777D;
    --color-heading-1: #2C3C28;
    --color-white: #fff;
    --color-success: #3EB75E;
    --color-danger: #DC2626;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-semi-bold: 600;
    --s-bold: 700;
    --s-extra-bold: 800;
    --s-black: 900;
    --transition: 0.3s;
    --font-primary: "Barlow", sans-serif;
    --font-secondary: "Barlow", sans-serif;
    --font-three: "FontAwesome";
    --font-size-b1: 16px;
    --font-size-b2: 16px;
    --font-size-b3: 14px;
    --line-height-b1: 1.3;
    --line-height-b2: 1.3;
    --line-height-b3: 1.3;
    --h1: 60px;
    --h2: 30px;
    --h3: 26px;
    --h4: 18px;
    --h5: 16px;
    --h6: 15px;
}

.css-container-product {
    position: relative;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    flex-flow: row wrap;
}

.css-product_name {
    max-width: 100%;
    max-height: 100%;
    word-break: break-all;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    color: var(--NN950, #212121);
}

.single-shopping-card-one {
    padding: 7px;
    /* background: #F5F6F7; */
    border-radius: 6px;
    border: 1px solid #F5F6F7;
}

.single-shopping-card-one .image-and-action-area-wrapper {
    position: relative;
}

.single-shopping-card-one .image-and-action-area-wrapper .action-share-option {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) rotateX(-90deg);
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    border-radius: 10px 10px 0 0;
    background: var(--color-primary);
    padding: 10px 29px;
    transform-origin: bottom;
    transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}

.single-shopping-card-one .image-and-action-area-wrapper .action-share-option .single-action {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.2px dashed rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    transition: all 0.3s;
}

.single-shopping-card-one .image-and-action-area-wrapper .action-share-option .single-action i {
    color: #fff;
    transition: all 0.3s;
}

.single-shopping-card-one .image-and-action-area-wrapper .action-share-option .single-action:hover {
    background: #fff;
}

.single-shopping-card-one .image-and-action-area-wrapper .action-share-option .single-action:hover i {
    color: var(--color-primary);
    animation: 0.5s mymove;
}

.single-shopping-card-one .thumbnail-preview {
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative;
}

.single-shopping-card-one .thumbnail-preview .badge {
    position: absolute;
    left: 30px;
    top: -10px;
    z-index: 5;
}

.single-shopping-card-one .thumbnail-preview .badge i {
    color: #EABC5E;
    font-size: 50px;
}

.single-shopping-card-one .thumbnail-preview .badge span {
    position: absolute;
    top: 17px;
    left: 17px;
    font-size: 11px;
    line-height: 1.1;
    color: #2C3C28;
    text-align: left;
    font-weight: 700;
}

.single-shopping-card-one .thumbnail-preview img {
    width: 100%;
    transition: 0.3s;
    transform: scale(1.01);
}

.single-shopping-card-one .thumbnail-preview .action-share-option {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) rotateX(-90deg);
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    border-radius: 10px 10px 0 0;
    background: var(--color-primary);
    padding: 10px 29px;
    transform-origin: bottom;
    transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}

.single-shopping-card-one .thumbnail-preview .action-share-option .single-action {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.2px dashed rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    transition: all 0.3s;
}

.single-shopping-card-one .thumbnail-preview .action-share-option .single-action i {
    color: #fff;
    transition: all 0.3s;
}

.single-shopping-card-one .thumbnail-preview .action-share-option .single-action:hover {
    background: #fff;
}

.single-shopping-card-one .thumbnail-preview .action-share-option .single-action:hover i {
    color: var(--color-primary);
    animation: 0.5s mymove;
}

.single-shopping-card-one .body-content {
    padding-top: 15px;
}

.single-shopping-card-one .body-content .time-tag {
    padding: 3px 8px;
    background: #FFFFFF;
    border: 1px solid rgba(43, 66, 38, 0.12);
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    max-width: max-content;
    font-size: 10px;
    color: #2C3C28;
    font-weight: 600;
    margin-bottom: 15px;
}

.single-shopping-card-one .body-content .time-tag i {
    color: #2C3C28;
    font-weight: 500;
}

.single-shopping-card-one .body-content a .title {
    transition: 0.3s;
    font-size: 16px;
    margin-bottom: 10px;
}

.single-shopping-card-one .body-content a:hover .title {
    color: var(--color-primary);
}

.single-shopping-card-one .body-content .availability {
    font-size: 14px;
    font-weight: 400;
}

.single-shopping-card-one .body-content .price-area {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.single-shopping-card-one .body-content .price-area .current {
    font-weight: 700;
    color: var(--color-danger);
    font-size: 20px;
    margin-bottom: 0;
}

.single-shopping-card-one .body-content .price-area .previous {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #74787C;
    position: relative;
}

.single-shopping-card-one .body-content .price-area .previous::after {
    position: absolute;
    overflow: auto;
    left: -5%;
    top: 50%;
    content: "";
    height: 1px;
    width: 110%;
    background: #74787C;
}

.single-shopping-card-one .cart-counter-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.single-shopping-card-one .cart-counter-action .quantity-edit {
    width: 92px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(43, 66, 38, 0.12);
    border-radius: 4px;
    padding: 3px 10px;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.04);
}

.single-shopping-card-one .cart-counter-action .quantity-edit .button-wrapper-action {
    border: 1px solid rgba(43, 66, 38, 0.12);
    border-radius: 2px;
    background: #fff;
    display: flex;
}

.single-shopping-card-one .cart-counter-action .quantity-edit input {
    padding: 0;
    max-width: 10px;
    font-weight: 600;
}

.single-shopping-card-one .cart-counter-action .quantity-edit button {
    padding: 0;
    max-width: max-content;
    font-size: 0;
}

.single-shopping-card-one .cart-counter-action .quantity-edit button i {
    font-size: 10px;
    padding: 4px 6px;
    transition: 0.3s;
}

.single-shopping-card-one .cart-counter-action .quantity-edit button:first-child i {
    border-right: 1px solid rgba(43, 66, 38, 0.12);
}

.single-shopping-card-one .cart-counter-action .quantity-edit button:hover i {
    background: var(--color-primary);
    color: #fff;
}

.single-shopping-card-one .cart-counter-action .rts-btn {
    font-size: 14px;
    padding: 8px 16px !important;
    background: transparent;
    color: #629D23;
    border: 1px solid #629D23;
}

.single-shopping-card-one .cart-counter-action .rts-btn i {
    transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.single-shopping-card-one .cart-counter-action .rts-btn:hover {
    background: var(--color-primary);
    color: #fff;
}

.single-shopping-card-one:hover .thumbnail-preview img {
    transform: scale(1.1);
}

.single-shopping-card-one:hover .action-share-option {
    bottom: 0;
    transform: translateX(-50%) rotateX(0deg);
}

.single-shopping-card-one.deals-of-day {
    background: #fff;
    border: 1px solid #E2E2E2;
    overflow: hidden;
    position: relative;
}

.single-shopping-card-one.deals-of-day .onsale-offer span {
    display: block;
    position: absolute;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: var(--color-primary);
    border-radius: 6px 0 6px 0;
    z-index: 10;
    left: 0;
    top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-shopping-card-one.deals-of-day:hover .thumbnail-preview img {
    transform: scale(1.2);
}

.single-shopping-card-one.deals-of-day .start-area-rating {
    margin-bottom: 10px;
}

.single-shopping-card-one.deals-of-day .start-area-rating i {
    color: #FF9A00;
}

.single-shopping-card-one.deals-of-day .thumbnail-preview {
    border: none !important;
}

.single-shopping-card-one.deals-of-day .thumbnail-preview img {
    width: 100%;
    transform: scale(1.01);
}

.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn {
    background: #629d23;
    color: #629D23;
    border: 1px solid #629D23;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn:hover {
    background: var(--color-heading-1);
    color: #629D23;
    border: 1px solid #2c3c28;
}

.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn .btn-text {
    color: #fff;
}

.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn .arrow-icon i {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .d-sm-none {
        display: none;
    }
}

.title-area-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .title-area-between {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prev,
.title-area-between .next-prev-swiper-wrapper .swiper-button-next {
    height: 33px;
    width: 33px;
    border-radius: 6px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

@media only screen and (max-width: 479px) {
    .title-area-between .next-prev-swiper-wrapper .swiper-button-prev,
    .title-area-between .next-prev-swiper-wrapper .swiper-button-next {
        display: none;
    }
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prev i,
.title-area-between .next-prev-swiper-wrapper .swiper-button-next i {
    color: #2C3C28;
    font-weight: 500;
    transition: 0.3s;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prev:hover,
.title-area-between .next-prev-swiper-wrapper .swiper-button-next:hover {
    background: var(--color-primary);
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prev:hover i,
.title-area-between .next-prev-swiper-wrapper .swiper-button-next:hover i {
    color: #fff;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prevs,
.title-area-between .next-prev-swiper-wrapper .swiper-button-nexts {
    height: 33px;
    width: 33px;
    border-radius: 6px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prevs i,
.title-area-between .next-prev-swiper-wrapper .swiper-button-nexts i {
    color: #2C3C28;
    font-weight: 500;
    transition: 0.3s;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prevs:hover,
.title-area-between .next-prev-swiper-wrapper .swiper-button-nexts:hover {
    background: var(--color-primary);
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prevs:hover i,
.title-area-between .next-prev-swiper-wrapper .swiper-button-nexts:hover i {
    color: #fff;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prev {
    right: 50px;
    left: auto;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prevs {
    right: 50px;
    position: absolute;
    left: auto;
}

.product-with-discount {
    background: rgba(229, 62, 62, 0.05);
    padding: 30px;
    border: 1px solid #E53E3E;
    border-radius: 6px;
}

@media only screen and (max-width: 479px) {
    .product-with-discount {
        padding: 15px;
    }
}

.single-discount-with-bg {
    background-image: url(../images/discount-product/01.jpg);
    padding: 40px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
    display: block;
}

@media only screen and (max-width: 479px) {
    .single-discount-with-bg {
        padding: 20px;
    }
}

.single-discount-with-bg:last-child {
    margin-bottom: 0;
}

.single-discount-with-bg.bg-2 {
    background-image: url(../images/discount-product/02.jpg);
}

.single-discount-with-bg .title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

@media only screen and (max-width: 479px) {
    .single-discount-with-bg .title {
        font-size: 20px;
    }
}

.single-discount-with-bg .price-area span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.single-discount-with-bg .price-area .title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0;
}

.single-shopping-card-one.discount-offer {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #FFFFFF;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .single-shopping-card-one.discount-offer {
        flex-direction: column;
        align-items: flex-start !important;
        padding: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .single-shopping-card-one.discount-offer {
        flex-direction: column;
        align-items: flex-start !important;
        padding: 15px;
    }
}

.single-shopping-card-one.discount-offer:last-child {
    margin-bottom: 0;
}

.single-shopping-card-one.discount-offer .thumbnail-preview {
    border: 1px solid #EAEAEA;
}

@media only screen and (max-width: 575px) {
    .single-shopping-card-one.discount-offer .thumbnail-preview {
        width: 100%;
    }
}

.single-shopping-card-one.discount-offer .thumbnail-preview img {
    height: 186px;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .single-shopping-card-one.discount-offer .thumbnail-preview img {
        height: auto;
    }
}

@media only screen and (max-width: 575px) {
    .single-shopping-card-one.discount-offer .thumbnail-preview img {
        height: auto;
    }
}

.single-shopping-card-one.discount-offer .body-content {
    padding-top: 0;
}

.single-shopping-card-one.discount-offer .time-tag {
    margin-bottom: 9px;
}

.single-shopping-card-one.discount-offer .price-area {
    margin-top: 8px;
}

.single-shopping-card-one.discount-offer .body-content a .title {
    margin-bottom: 5px;
}

.single-shopping-card-one.discount-offer .cart-counter-action {
    margin-top: 10px;
}

.cover-card-main-over {
    padding: 30px;
    border-radius: 6px;
    background: #F5F6F7;
}

@media only screen and (max-width: 575px) {
    .cover-card-main-over {
        padding: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .cover-card-main-over {
        padding: 15px 0;
    }
}

.single-shopping-card-one.tranding-product {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #FFFFFF;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .single-shopping-card-one.tranding-product {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .single-shopping-card-one.tranding-product {
        flex-direction: column;
    }
}

.single-shopping-card-one.tranding-product:last-child {
    margin-bottom: 0;
}

.single-shopping-card-one.tranding-product .thumbnail-preview {
    border: 1px solid #EAEAEA;
    height: 130px;
    min-width: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-shopping-card-one.tranding-product .thumbnail-preview {
        height: auto;
        width: 100%;
        max-width: 114px;
        min-width: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .single-shopping-card-one.tranding-product .thumbnail-preview {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .single-shopping-card-one.tranding-product .thumbnail-preview {
        width: 100%;
        height: auto;
    }
}

.single-shopping-card-one.tranding-product .thumbnail-preview img {
    height: 130px;
    width: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-shopping-card-one.tranding-product .thumbnail-preview img {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .single-shopping-card-one.tranding-product .thumbnail-preview img {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .single-shopping-card-one.tranding-product .thumbnail-preview img {
        width: 100%;
        height: auto;
    }
}

.single-shopping-card-one.tranding-product .thumbnail-preview .badge {
    left: 7px;
}

.single-shopping-card-one.tranding-product .thumbnail-preview .badge i {
    font-size: 48px;
}

.single-shopping-card-one.tranding-product .body-content {
    padding-top: 0;
}

.single-shopping-card-one.tranding-product .time-tag {
    margin-bottom: 9px;
}

.single-shopping-card-one.tranding-product .price-area {
    margin-top: 8px;
}

.single-shopping-card-one.tranding-product .body-content a .title {
    margin-bottom: 5px;
}

.single-shopping-card-one.tranding-product .cart-counter-action {
    margin-top: 10px;
}

.best-selling-grocery {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: none;
    justify-content: flex-end;
}

@media only screen and (max-width: 479px) {
    .best-selling-grocery {
        gap: 5px;
    }
}

.best-selling-grocery li {
    margin: 0;
}

.best-selling-grocery li button {
    border-radius: 100px !important;
    padding: 8px 27px;
    background: #FFFFFF !important;
    color: #2C3C28;
    font-weight: 600;
    border: none !important;
}

@media only screen and (max-width: 767px) {
    .best-selling-grocery li button {
        padding: 8px 15px;
    }
}

.best-selling-grocery li button:hover {
    border: none;
    background: var(--color-primary) !important;
    color: #fff !important;
}

.best-selling-grocery li button[aria-selected=true] {
    border: none;
    background: var(--color-primary) !important;
    color: #fff !important;
}

.bg_light-1 .single-shopping-card-one {
    background: #fff;
}

.bg_light-1 .single-shopping-card-one .thumbnail-preview {
    border: 1px solid #EAEAEA;
}

.weekly-best-seller-item-single {
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}

.weekly-best-seller-item-single .thumbanil {
    display: block;
    overflow: hidden;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
}

.weekly-best-seller-item-single .thumbanil img {
    width: 100%;
}

.weekly-best-seller-item-single .inner {
    text-align: center;
    padding: 20px;
}

.weekly-best-seller-item-single .inner a .title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.weekly-best-seller-item-single .inner .price {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary);
    margin-bottom: 0;
    line-height: 0;
}

.single-new-offer-area-border-weekly-selstyle {
    background: #fff;
    padding: 30px 40px 40px 40px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
}

@media only screen and (max-width: 575px) {
    .single-new-offer-area-border-weekly-selstyle {
        padding: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .single-new-offer-area-border-weekly-selstyle {
        padding: 15px;
    }
}

.single-new-offer-area-border-weekly-selstyle .single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn.disable-select {
    background: #afe971;
    border-color: #afe971;
    transition: 0.3s;
}

.single-new-offer-area-border-weekly-selstyle .single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn.disable-select .btn-text {
    color: #2C3C28;
    transition: 0.3s;
}

.single-new-offer-area-border-weekly-selstyle .single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn.disable-select:hover {
    background: var(--color-primary);
}

.single-new-offer-area-border-weekly-selstyle .single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn.disable-select:hover .btn-text {
    color: #fff;
}

.popular-product-weekly-seller-item ul.nav-tabs {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    border: none !important;
    box-shadow: none;
}

.popular-product-weekly-seller-item ul.nav-tabs li {
    margin: 0;
    padding: 0;
}

.popular-product-weekly-seller-item ul.nav-tabs li button {
    color: #2C3C28;
    font-weight: 600;
    box-shadow: none;
    border: none;
    color: var(--color-heading-1);
}

.popular-product-weekly-seller-item ul.nav-tabs li button:hover {
    box-shadow: none;
    border: none;
}

.popular-product-weekly-seller-item ul.nav-tabs li button[aria-selected=true] {
    color: var(--color-primary);
    background: transparent;
}

@media (min-width: 1500px) {
    .col-lg-07 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14.2599%;
    }
}

.title-area-between .countdown .container {
    color: var(--color-primary);
    background: var(--color-primary);
}

@media only screen and (max-width: 767px) {
    .title-area-between .countdown .container {
        max-width: max-content;
    }
}

.variable-product-type {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

.variable-product-type .nice-select {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--color-primary);
    margin-right: 20px;
}

.variable-product-type .nice-select::after {
    color: var(--color-primary) !important;
}

.variable-product-type .single-select {
    display: flex;
    align-items: center;
    gap: 12px;
}

.number-counter-product-detrails-group .cart-edits {
    margin-bottom: 10px;
}

.number-counter-product-detrails-group .cart-edits:last-child {
    margin-bottom: 0;
}

.number-counter-product-detrails-group .cart-edits {
    display: flex;
    gap: 30px;
}

.number-counter-product-detrails-group .cart-edits .title {
    margin-bottom: 0;
    font-weight: 500;
}

.number-counter-product-detrails-group .cart-edits .title-price {
    font-weight: 500;
    margin-bottom: 0;
}

.container-privacy-policy {
    max-width: 880px;
    margin: auto;
}

.container-privacy-policy {
    text-align: left;
}

.container-privacy-policy .title {
    text-align: left;
    margin-bottom: 30px;
}

.container-privacy-policy p.disc {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
}

.container-privacy-policy p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
}

.index-five .single-shopping-card-one.deals-of-day {
    background: #F3F4F6;
    border: 1px solid #E2E2E2;
    overflow: hidden;
    position: relative;
}

.single-blog-area-start .thumbnail {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.single-blog-area-start .thumbnail img {
    width: 100%;
    transition: all 0.3s;
    border-radius: 8px 8px 0 0;
    transform: scale(1.01);
}

.single-blog-area-start.style-two {
    padding: 10px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
}

.single-blog-area-start.style-two .blog-body {
    padding: 20px;
    border: none;
}

.single-blog-area-start:hover .thumbnail img {
    transform: scale(1.1);
}

.single-blog-area-start .blog-body {
    padding: 30px;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 0 0 6px 6px;
    border-top: none;
    padding: 30px 10px;
}

.single-blog-area-start .blog-body .top-area {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 575px) {
    .single-blog-area-start .blog-body .top-area {
        gap: 15px;
    }
}

.single-blog-area-start .blog-body .top-area .single-meta {
    display: flex;
    align-items: center;
    gap: 5px;
}

.single-blog-area-start .blog-body .top-area .single-meta span {
    font-size: 14px;
}

.single-blog-area-start .blog-body a .title {
    font-size: 18px;
    line-height: 26px;
    transition: 0.3s;
}

.single-blog-area-start .blog-body a:hover .title {
    color: var(--color-primary);
}

.single-blog-area-start .blog-body .shop-now-goshop-btn {
    font-weight: 600;
}

.single-blog-area-start .blog-body .shop-now-goshop-btn span {
    font-weight: 600;
}

.single-blog-area-start .blog-body .shop-now-goshop-btn .plus-icon {
    background: rgba(98, 157, 35, 0.15);
}

.single-blog-area-start .blog-body .shop-now-goshop-btn .plus-icon i {
    color: var(--color-primary);
}

.single-blog-area-start .blog-body .shop-now-goshop-btn:hover .text {
    transition-delay: 0s;
}

.single-blog-style-card-border {
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
}

.single-blog-style-card-border:hover .thumbnail img {
    transform: scale(1.2);
}

.single-blog-style-card-border .thumbnail {
    overflow: hidden;
    display: block;
    border-radius: 6px;
}

.single-blog-style-card-border .thumbnail img {
    width: 100%;
    transition: 0.6s;
}

.single-blog-style-card-border .inner-content-body {
    margin-top: 30px;
}

.single-blog-style-card-border .inner-content-body .tag-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 575px) {
    .single-blog-style-card-border .inner-content-body .tag-area {
        gap: 8px;
    }
}

.single-blog-style-card-border .inner-content-body .tag-area .single {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-blog-style-card-border .inner-content-body a.title-main {
    display: block;
    margin-top: 15px;
}

.single-blog-style-card-border .inner-content-body a.title-main .title {
    font-size: 18px;
    line-height: 26px;
    transition: 0.3s;
}

.single-blog-style-card-border .inner-content-body a.title-main:hover .title {
    color: var(--color-primary);
}

.single-blog-style-card-border .inner-content-body .button-area {
    margin-top: 30px;
}

.blog-sidebar-single-wized {
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-sidebar-single-wized {
        padding: 10px;
    }
}

.blog-sidebar-single-wized form {
    width: 100%;
    position: relative;
}

.blog-sidebar-single-wized form input {
    height: 55px;
    border-radius: 6px;
    background: #F3F4F6;
    font-weight: 500;
    padding-right: 66px;
}

.blog-sidebar-single-wized form button {
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    height: 55px;
    background: var(--color-primary);
    width: 55px;
    color: #fff;
    margin: 0;
    padding: 0;
    border-radius: 6px;
}

.blog-sidebar-single-wized.with-title {
    padding: 0;
}

.blog-sidebar-single-wized.with-title .title {
    padding: 24px 30px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 0;
}

.blog-sidebar-single-wized.with-title .category-main-wrapper {
    padding: 30px;
}

.blog-sidebar-single-wized.with-title .category-main-wrapper .single-category-area {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 18px;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 5px;
    transition: 0.3s;
    background: #F3F4F6;
}

.blog-sidebar-single-wized.with-title .category-main-wrapper .single-category-area p {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-heading-1);
    transition: 0.3s;
}

.blog-sidebar-single-wized.with-title .category-main-wrapper .single-category-area:hover {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    transform: scale(1.02) translateY(-2px);
}

.blog-sidebar-single-wized.with-title .category-main-wrapper .single-category-area:hover p {
    color: #fff;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper {
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper {
        padding: 10px;
    }
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area {
        flex-direction: row;
        align-items: flex-start;
    }
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area:last-child {
    margin-bottom: 0;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .thumbnail {
    min-width: max-content;
    overflow: hidden;
    border-radius: 6px;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .thumbnail:hover img {
    transform: scale(1.1);
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .thumbnail img {
    min-width: max-content;
    transition: 0.3s;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .icon-top-area {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .icon-top-area span {
    color: #74787C;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .title-sm-blog {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: 0.3s;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: var(--font-secondary);
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .title-sm-blog:hover {
    color: var(--color-primary);
}

.blog-sidebar-single-wized.with-title .tags-area-blog-short-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    gap: 10px;
}

@media only screen and (max-width: 767px) {
    .blog-sidebar-single-wized.with-title .tags-area-blog-short-main {
        padding: 10px;
    }
}

.blog-sidebar-single-wized.with-title .tags-area-blog-short-main .single-category {
    max-width: max-content;
    padding: 10px 16px;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    font-weight: 700;
    color: #2C3C28;
    transition: 0.3s;
}

.blog-sidebar-single-wized.with-title .tags-area-blog-short-main .single-category:hover {
    background: var(--color-primary);
    color: #fff;
    transform: scale(1.02) translateY(-3px);
}

.blog-sidebar-single-wized.with-add {
    position: relative;
    background-image: url(../images/blog/thumb/12.jpg);
    padding: 80px 40px;
}

@media only screen and (max-width: 575px) {
    .blog-sidebar-single-wized.with-add {
        padding: 10px;
    }
}

.blog-sidebar-single-wized.with-add .add-are-content span.pre {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.blog-sidebar-single-wized.with-add .add-are-content .title {
    font-size: 26px;
    line-height: 1.3;
    margin-top: 23px;
    color: #fff;
    margin-bottom: 30px;
}

.blog-sidebar-single-wized.with-add .add-are-content .title span {
    font-weight: 400;
    color: #fff;
}

.blog-sidebar-single-wized.with-add .shop-now-goshop-btn .plus-icon {
    background: rgba(98, 157, 35, 0.15);
}

.blog-sidebar-single-wized.with-add .shop-now-goshop-btn .text {
    color: #fff;
    font-weight: 600;
}

.blog-sidebar-single-wized .instagram-post-main-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 30px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .blog-sidebar-single-wized .instagram-post-main-wrapper {
        padding: 10px;
    }
}

.blog-sidebar-single-wized .instagram-post-main-wrapper a {
    flex-basis: 22.5%;
}

.blog-sidebar-single-wized .instagram-post-main-wrapper a img {
    min-width: max-content;
}

.single-blog-main-wrapper-top {
    margin-right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-main-wrapper-top {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-main-wrapper-top {
        margin-right: 0;
    }
}

.single-blog-main-wrapper-top .title-main .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.single-blog-main-wrapper-top .single-blog-style-card-border:hover img {
    transform: scale(1.05);
}

.blog-details-area-1 {
    margin-right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-area-1 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-area-1 {
        margin-right: 0;
    }
}

.blog-details-area-1 .thumbnail {
    overflow: hidden;
    display: block;
    border-radius: 6px;
}

.blog-details-area-1 .thumbnail:hover img {
    transform: scale(1.05);
}

.blog-details-area-1 .thumbnail img {
    transition: 0.5s;
}

.blog-details-area-1 {
    background-color: #F3F4F6;
    border-radius: 6px;
}

.blog-details-area-1 .thumbnail {
    overflow: hidden;
}

.blog-details-area-1 .body-content-blog-details {
    padding: 30px;
    background-color: #F3F4F6;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .blog-details-area-1 .body-content-blog-details {
        padding: 10px;
    }
}

.blog-details-area-1 .body-content-blog-details .top-tag-time {
    display: flex;
    align-items: center;
    gap: 17px;
}

.blog-details-area-1 .body-content-blog-details .top-tag-time .single {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-details-area-1 .body-content-blog-details h1.title {
    font-size: 30px;
    margin-top: 25px;
}

@media only screen and (max-width: 575px) {
    .blog-details-area-1 .body-content-blog-details h1.title {
        font-size: 22px;
    }
}

.blog-details-area-1 .body-content-blog-details p.disc {
    margin-bottom: 25px !important;
    font-size: 16px;
}

.blog-details-area-1 .body-content-blog-details p.quote {
    font-size: 22px;
    color: var(--color-heading-1);
    line-height: 1.3;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .blog-details-area-1 .body-content-blog-details p.quote {
        font-size: 20px;
    }
}

.blog-details-area-1 .thumbnail-row-iamge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-area-1 .thumbnail-row-iamge {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-area-1 .thumbnail-row-iamge {
        flex-direction: column;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .popular-product-col-7-area.rts-section-gapBottom {
        padding: 0 15px;
        padding-bottom: 60px;
    }
}

.tag-social-share-wrapper-area-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .tag-social-share-wrapper-area-wrapper {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

.tag-social-share-wrapper-area-wrapper .tags-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 479px) {
    .tag-social-share-wrapper-area-wrapper .tags-area {
        flex-wrap: wrap;
    }
}

.tag-social-share-wrapper-area-wrapper .tags-area span {
    display: block;
    font-weight: 600;
    color: #2C3C28;
}

.tag-social-share-wrapper-area-wrapper .tags-area button {
    height: 35px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #2C3C28;
}

.tag-social-share-wrapper-area-wrapper .tags-area button:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    transform: scale(1.02) translateY(-3px);
    color: #fff;
}

.tag-social-share-wrapper-area-wrapper .social-icons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tag-social-share-wrapper-area-wrapper .social-icons span {
    font-weight: 600;
    color: #2C3C28;
    text-transform: uppercase;
}

.tag-social-share-wrapper-area-wrapper .social-icons ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 25px;
    list-style: none;
}

.tag-social-share-wrapper-area-wrapper .social-icons ul li a i {
    color: #2C3C28;
    text-transform: uppercase;
}

.blog-details-author {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #E2E2E2;
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .blog-details-author {
        flex-direction: column;
        align-items: flex-start;
    }
}

.blog-details-author .thumbnail {
    min-width: max-content;
}

.blog-details-author .thumbnail img {
    min-width: max-content;
}

.blog-details-author p {
    margin-bottom: 20px;
}

.blog-details-author .social ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    list-style: none;
}

.blog-details-author .social ul li {
    margin: 0;
    padding: 0;
}

.blog-details-author .social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #F3F4F6;
    transition: 0.3s;
}

.blog-details-author .social ul li a i {
    color: #2C3C28;
}

.blog-details-author .social ul li a:hover {
    background: var(--color-primary);
    transform: scale(1.1) translateY(-2px);
}

.blog-details-author .social ul li a:hover i {
    color: #fff;
}

.comment-replay-area-start {
    margin-top: 39px;
}

.comment-replay-area-start .title {
    font-size: 30px;
}

.comment-replay-area-start .single-comment-area {
    display: flex;
    align-items: center;
    gap: 25px;
}

@media only screen and (max-width: 575px) {
    .comment-replay-area-start .single-comment-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.comment-replay-area-start .single-comment-area.bottom {
    border-top: 1px solid #E2E2E2;
}

.comment-replay-area-start .single-comment-area .thumbanil {
    min-width: max-content;
}

.comment-replay-area-start .single-comment-area .thumbanil img {
    min-width: max-content;
}

.comment-replay-area-start .single-comment-area .comment-information .top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.comment-replay-area-start .single-comment-area .comment-information .top-area .left span {
    color: #74787C;
}

.comment-replay-area-start .single-comment-area .comment-information .top-area .left .title {
    font-size: 20px;
    margin-bottom: 0;
}

.comment-replay-area-start .single-comment-area .comment-information .top-area .replay {
    color: #629D23;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.comment-replay-area-start .single-comment-area .comment-information p.disc {
    margin: 0;
    margin-bottom: 0 !important;
}

.footer-main-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 110px;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .footer-main-content-wrapper {
        gap: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-main-content-wrapper {
        gap: 30px;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-main-content-wrapper {
        pad: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-main-content-wrapper {
        gap: 10px;
    }
}

.single-footer-wized .footer-title {
    font-size: 20px;
}

.single-footer-wized .call-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.single-footer-wized .call-area .icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-footer-wized .call-area .icon i {
    color: var(--color-primary);
    font-size: 18px;
}

.single-footer-wized .call-area .info span {
    display: block;
    color: #74787C;
}

.single-footer-wized .call-area .info .number {
    color: #629D23;
    font-size: 24px;
    font-weight: 600;
}

.single-footer-wized .opening-hour .single {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.single-footer-wized .opening-hour .single p {
    color: #74787C;
    font-size: 16px;
}

.single-footer-wized .opening-hour .single p span {
    color: #2C3B28;
    font-weight: 500;
}

.single-footer-wized .footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-footer-wized .footer-nav ul li a {
    font-size: 16px;
    color: #74787C;
    transition: 0.3s;
}

.single-footer-wized .footer-nav ul li a:hover {
    color: var(--color-primary);
}

.single-footer-wized p.disc-news-letter {
    margin-bottom: 20px;
}

.single-footer-wized p.dsic {
    margin-top: 20px;
}

.single-footer-wized .footersubscribe-form {
    position: relative;
}

.single-footer-wized .footersubscribe-form input {
    height: 50px;
    width: 100%;
    border: 1px solid #E4E5EE;
    border-radius: 4px;
}

.single-footer-wized .footersubscribe-form input:focus {
    border: 1px solid var(--color-primary);
}

.single-footer-wized .footersubscribe-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rts-footer-area-two {
    background: #1A1A1A;
    padding: 100px 0 78px 0;
}

.footer-two-main-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-two-main-wrapper {
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-two-main-wrapper {
        gap: 25px;
    }
}

.footer-two-main-wrapper .contact-information {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-two-main-wrapper .start {
    flex-basis: 24%;
}

.footer-two-main-wrapper .start p.disc {
    color: #a1a1a1;
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-two-main-wrapper.single-footer-wized {
    flex-basis: 20%;
}

.footer-two-main-wrapper form {
    position: relative;
}

.footer-two-main-wrapper form input {
    height: 50px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    color: #74787C;
}

.footer-two-main-wrapper form button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.footer-two-main-wrapper form button i {
    line-height: 0;
}

.footer-two-main-wrapper .single-footer-wized .footer-title {
    color: #fff;
}

.footer-two-main-wrapper .single-footer-wized ul li a {
    color: #a1a1a1;
}

.single-contact-information-area {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.single-contact-information-area p.disc {
    font-size: 16px;
    color: #fff;
}

.single-contact-information-area p.disc a {
    font-size: 24px;
    color: var(--color-primary);
    font-weight: 600;
}

.rts-copyright-area-two {
    background: #1A1A1A;
    border-top: 1px solid #353535;
}

.rts-copyright-area-two .copyright-arae-two-wrapper {
    display: flex;
    padding: 28px 0;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .rts-copyright-area-two .copyright-arae-two-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
}

.rts-copyright-area-two .copyright-arae-two-wrapper p {
    color: #fff;
    margin: 0;
}

.rts-copyright-area-two .copyright-arae-two-wrapper span {
    color: #fff;
    font-weight: 600;
}

.rts-copyright-area-two .copyright-arae-two-wrapper .payment-processw-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 479px) {
    .rts-copyright-area-two .copyright-arae-two-wrapper .payment-processw-area span {
        display: none;
    }
}

.bg_blue-footer {
    background: #25332C;
}

.bg_blue-footer .single-footer-wized .footer-title {
    color: #fff;
}

.bg_blue-footer .single-footer-wized .call-area .info span {
    color: #C5CBC8;
}

.bg_blue-footer .single-footer-wized .call-area .icon {
    background: #fff;
}

.bg_blue-footer .single-footer-wized .opening-hour .single p span {
    color: #C5CBC8;
}

.bg_blue-footer .single-footer-wized .footer-nav ul li a {
    color: #C5CBC8;
}

.bg_blue-footer .single-footer-wized p.disc-news-letter {
    color: #C5CBC8;
}

.bg_blue-footer .single-footer-wized p.dsic {
    color: #C5CBC8;
}

.bg_blue-footer .social-and-payment-area-wrapper {
    border-top: 1px solid #3A443F;
}

.bg_blue-footer .social-one-wrapper span {
    color: #fff;
}

.bg_blue-footer .single-footer-wized .opening-hour .single p {
    color: #74787C !important;
}

.bg_blue-footer .social-and-payment-area-wrapper .payment-access span {
    color: #fff;
}

.bg_blue-footer .single-footer-wized .footersubscribe-form input {
    color: #fff;
}

.rts-copyright-area.five-h {
    background: #1C2923;
}

.rts-copyright-area.five-h .copyright-between-1 p {
    color: #fff;
}

.rts-copyright-area.five-h .copyright-between-1 p a {
    color: var(--color-primary);
}

.rts-copyright-area.five-h .copyright-between-1 .playstore-app-area span {
    color: #fff;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    right: 21px;
    position: relative;
}

.outline-light-bg-wrapper {
    background-color: #F5F6F7;
    padding: 30px;
    border-radius: 6px;
}

.bg_gradient-tranding-items {
    background: linear-gradient(180deg, #F3F4F6 0%, rgba(255, 255, 255, 0) 76.69%);
}

.tranding-items-wrapper-padding-bg-wrapper-list-tabs {
    padding: 0px 30px 30px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .tranding-items-wrapper-padding-bg-wrapper-list-tabs {
        padding: 0 15px 15px;
    }
}

@media only screen and (max-width: 479px) {
    .tranding-items-wrapper-padding-bg-wrapper-list-tabs {
        padding: 15px 0;
    }
}

.tranding-items-wrapper-padding-bg-wrapper-list-tabs button {
    padding: 12px 20px;
    width: 100%;
    display: block;
    text-align: left;
    color: #74787C;
    border-bottom: 1px solid #E2E2E2 !important;
    border-radius: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.tranding-items-wrapper-padding-bg-wrapper-list-tabs button:hover {
    background-color: transparent !important;
    border-bottom: 1px solid var(--color-primary) !important;
    color: var(--color-primary) !important;
}

.tranding-items-wrapper-padding-bg-wrapper-list-tabs button.active {
    background-color: transparent !important;
    border-bottom: 1px solid var(--color-primary) !important;
    color: var(--color-primary) !important;
}

.tranding-items-wrapper-padding-bg-wrapper-list-tabs .main-nav {
    width: 100%;
}

.add-in-tranding-items-area {
    position: relative;
}

.add-in-tranding-items-area .content-area {
    position: absolute;
    left: 40px;
    top: 40px;
}

.add-in-tranding-items-area .content-area .title {
    line-height: 1.3;
    font-weight: 600;
}

.add-in-tranding-items-area img {
    width: auto;
    max-height: 421px;
}

@media only screen and (max-width: 1199px) {
    .add-in-tranding-items-area img {
        width: 100%;
        object-fit: cover;
    }
}

.margin-decrease-y {
    margin: 0;
}

.margin-decrease-y {
    margin: 0;
}

.feature-product-area-single {
    background-image: url(../images/feature/01.jpg);
    height: 255px;
    padding: 50px 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
    .feature-product-area-single {
        padding: 30px;
    }
}

.feature-product-area-single .inner-image {
    position: absolute;
    right: 50px;
    bottom: 20px;
    z-index: -1;
}

@media only screen and (max-width: 575px) {
    .feature-product-area-single .inner-image {
        right: -69px;
    }
}

@media only screen and (max-width: 575px) {
    .feature-product-area-single .inner-image img {
        max-width: 60%;
    }
}

.feature-product-area-single.two .inner-image {
    position: absolute;
    right: 0px;
    bottom: -20px;
    z-index: -1;
}

@media only screen and (max-width: 575px) {
    .feature-product-area-single.two .inner-image {
        right: -177px;
        max-width: max-content;
        left: auto;
    }
}

@media only screen and (max-width: 575px) {
    .feature-product-area-single.two .inner-image img {
        max-width: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-product-area-single .inner-content .title {
        font-size: 36px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 767px) {
    .feature-product-area-single .inner-content .title {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 575px) {
    .feature-product-area-single .inner-content .title {
        font-size: 26px;
        line-height: 1.2;
    }
}

.feature-product-area-single .inner-content .title span {
    font-weight: 400;
}

.feature-product-area-single .inner-content .price-area span {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    line-height: 0;
}

.feature-product-area-single .inner-content .price-area .price {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 6px;
    line-height: 1;
}

.feature-product-list-wrapper {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #E2E2E2;
}

.feature-product-list-wrapper .title-area {
    padding: 20px 30px;
}

.feature-product-list-wrapper .title-area .title {
    font-size: 24px;
    font-weight: 600;
    color: #2C3C28;
}

.feature-product-list-wrapper .single-product-list {
    display: flex;
    align-items: center;
    gap: 0px;
    border-top: 1px solid #E2E2E2;
    padding-top: 14px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .feature-product-list-wrapper .single-product-list {
        flex-direction: column;
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-product-list-wrapper .single-product-list {
        flex-direction: row;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .feature-product-list-wrapper .single-product-list {
        flex-direction: row;
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .feature-product-list-wrapper .single-product-list {
        flex-direction: column;
        align-items: center;
    }
}

.feature-product-list-wrapper .single-product-list .thumbnail {
    min-width: 140px;
    max-width: 140px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-product-list-wrapper .single-product-list .body-content {
    padding-right: 20px;
}

@media only screen and (max-width: 575px) {
    .feature-product-list-wrapper .single-product-list .body-content {
        padding: 25px;
    }
}

.feature-product-list-wrapper .single-product-list .body-content .top {
    padding-bottom: 7px;
}

.feature-product-list-wrapper .single-product-list .body-content .top .stars-area {
    margin-bottom: 10px;
}

.feature-product-list-wrapper .single-product-list .body-content .top .stars-area i {
    margin-right: 1px;
    color: #FF9A00;
}

.feature-product-list-wrapper .single-product-list .body-content .top .stars-area span {
    margin-left: 5px;
}

.feature-product-list-wrapper .single-product-list .body-content .top a .title {
    transition: 0.3s;
    margin-bottom: 0;
    font-size: 16px;
}

.feature-product-list-wrapper .single-product-list .body-content .top a .title:hover {
    color: var(--color-primary);
}

.feature-product-list-wrapper .single-product-list .body-content .time-tag {
    margin-bottom: 9px;
}

.feature-product-list-wrapper .single-product-list .body-content .price-area {
    margin-top: 8px;
}

.feature-product-list-wrapper .single-product-list .body-content .body-content a .title {
    margin-bottom: 5px;
}

.feature-product-list-wrapper .single-product-list .body-content .cart-counter-action {
    margin-top: 10px;
}

.feature-product-list-wrapper .single-product-list .body-content .price-area {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.feature-product-list-wrapper .single-product-list .body-content .price-area .current {
    font-weight: 700;
    color: var(--color-danger);
    font-size: 20px;
    margin-bottom: 0;
}

.feature-product-list-wrapper .single-product-list .body-content .price-area .previous {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #74787C;
    position: relative;
}

.feature-product-list-wrapper .single-product-list .body-content .price-area .previous::after {
    position: absolute;
    overflow: auto;
    left: -5%;
    top: 50%;
    content: "";
    height: 1px;
    width: 110%;
    background: #74787C;
}

.add-area-start-feature .thumbnail img {
    border-radius: 6px;
    width: 100%;
}

.add-area-start-feature {
    position: relative;
}

.add-area-start-feature .inner-add-content {
    position: absolute;
    top: 40px;
    left: 40px;
}

@media only screen and (max-width: 575px) {
    .add-area-start-feature .inner-add-content {
        top: 25px;
        left: 25px;
    }
}

.add-area-start-feature .inner-add-content .tag {
    background: #8346E8;
    max-width: max-content;
    padding: 7px 15px;
    border-radius: 6px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 12px;
}

.add-area-start-feature .inner-add-content .title {
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .add-area-start-feature .inner-add-content .title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .add-area-start-feature .inner-add-content .title {
        font-size: 21px;
    }
}

@media only screen and (max-width: 767px) {
    .add-area-start-feature .inner-add-content .title {
        font-size: 21px;
    }
}

.add-area-start-feature .inner-add-content .title span {
    color: #8346E8;
    font-weight: 400;
}

.add-area-start-feature .inner-add-content .plus-icon {
    background: #8346E8;
}

.feature-product-area-large-2 {
    background-image: url(../images/feature/02.jpg);
    height: 305px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.feature-product-area-large-2.bg_2 {
    background-image: url(../images/feature/03.jpg);
}

.feature-product-area-large-2 .inner-feature-product-content {
    padding-left: 60px;
}

@media only screen and (max-width: 575px) {
    .feature-product-area-large-2 .inner-feature-product-content {
        padding-left: 15px;
    }
}

.feature-product-area-large-2 .inner-feature-product-content span {
    clip-path: polygon(0% 17.391%, 0% 17.391%, 0.037% 14.57%, 0.146% 11.894%, 0.319% 9.399%, 0.551% 7.12%, 0.837% 5.094%, 1.17% 3.356%, 1.544% 1.941%, 1.954% 0.887%, 2.394% 0.228%, 2.857% 0%, 90.884% 0%, 90.884% 0%, 91.089% 0.045%, 91.292% 0.179%, 91.493% 0.4%, 91.689% 0.706%, 91.882% 1.097%, 92.07% 1.569%, 92.251% 2.122%, 92.427% 2.754%, 92.595% 3.463%, 92.755% 4.248%, 98.937% 36.857%, 98.937% 36.857%, 99.292% 39.091%, 99.568% 41.588%, 99.765% 44.282%, 99.883% 47.108%, 99.923% 50%, 99.883% 52.892%, 99.765% 55.718%, 99.568% 58.412%, 99.292% 60.909%, 98.937% 63.143%, 92.755% 95.752%, 92.755% 95.752%, 92.595% 96.537%, 92.427% 97.246%, 92.251% 97.878%, 92.07% 98.431%, 91.882% 98.903%, 91.689% 99.294%, 91.493% 99.6%, 91.292% 99.821%, 91.089% 99.955%, 90.884% 100%, 2.857% 100%, 2.857% 100%, 2.394% 99.772%, 1.954% 99.113%, 1.544% 98.059%, 1.17% 96.644%, 0.837% 94.906%, 0.551% 92.88%, 0.319% 90.601%, 0.146% 88.106%, 0.037% 85.43%, 0% 82.609%, 0% 17.391%);
    background: var(--color-primary);
    display: block;
    font-size: 14px;
    max-width: max-content;
    padding: 4px 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.feature-product-area-large-2 .inner-feature-product-content .title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.feature-product-area-large-2 .inner-feature-product-content p {
    margin-bottom: 20px;
}

.single-feature-card.ssthree .btn-primary {
    background-color: rgba(98, 157, 35, 0.1);
    color: var(--color-primary);
}

.index-bg-gray .cover-card-main-over .title-area-between {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 25px;
}

.single-short-service-area-start {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

@media only screen and (max-width: 575px) {
    .single-short-service-area-start {
        flex-direction: column;
    }
}

.single-short-service-area-start .icon-area {
    min-width: max-content;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.single-short-service-area-start .information .title {
    color: #FFFFFF;
    margin-bottom: 7px;
    font-size: 20px;
}

.single-short-service-area-start .information p.disc {
    color: white;
}

.single-service-area-style-one {
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    padding: 50px;
    padding-top: 90px;
}

.single-service-area-style-one .icon-area {
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
    z-index: 1;
    margin: auto;
}

.single-service-area-style-one .icon-area::after {
    position: absolute;
    content: "";
    left: -29px;
    background: linear-gradient(180deg, #ffffff0d 0%, #FFFFFF 100%);
    width: 100%;
    height: 101px;
    z-index: -1;
    top: -29px;
}

.single-service-area-style-one .icon-area .bg-text {
    position: absolute;
    color: #EBEDF1;
    font-size: 120px;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    z-index: -1;
}

.single-service-area-style-one .bottom-content {
    margin-top: 20px;
}

.single-service-area-style-one .bottom-content .title {
    margin-bottom: 8px;
}

.openuptip {
    /* FLOW: DOWN */
    /* FLOW: LEFT */
    /* FLOW: RIGHT */
}

.openuptip[title] {
    position: relative;
    /* opinion 1 */
    cursor: pointer;
}

.openuptip[title]::before,
.openuptip[title]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: 0.9em;
    /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

.openuptip[title]::before {
    content: "";
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

.openuptip[title]::after {
    content: attr(title);
    /* magic! */
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    /* 
  Let the content set the size of the titles 
  but this will also keep them from being obnoxious
  */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(255, 255, 255, 0.35);
    background: var(--color-primary);
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}

.openuptip[title]:hover::before,
.openuptip[title]:hover::after {
    display: block;
}

.openuptip[title=""]::before,
.openuptip[title=""]::after {
    display: none !important;
}

.openuptip[title]:not([flow])::before,
.openuptip[title][flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: var(--color-primary);
}

.openuptip[title]:not([flow])::after,
.openuptip[title][flow^=up]::after {
    bottom: calc(100% + 5px);
}

.openuptip[title]:not([flow])::before,
.openuptip[title]:not([flow])::after,
.openuptip[title][flow^=up]::before,
.openuptip[title][flow^=up]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

@keyframes titles-vert {
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes titles-horz {
    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

.openuptip[title]:not([flow]):hover::before,
.openuptip[title]:not([flow]):hover::after,
.openuptip[title][flow^=up]:hover::before,
.openuptip[title][flow^=up]:hover::after,
.openuptip[title][flow^=down]:hover::before,
.openuptip[title][flow^=down]:hover::after {
    animation: titles-vert 300ms ease-out forwards;
}

.openuptip[title][flow^=left]:hover::before,
.openuptip[title][flow^=left]:hover::after,
.openuptip[title][flow^=right]:hover::before,
.openuptip[title][flow^=right]:hover::after {
    animation: titles-horz 300ms ease-out forwards;
}

.openuptip[title]:not([flow])::before,
.openuptip[title][flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: var(--color-primary);
}

.openuptip[title]:not([flow])::after,
.openuptip[title][flow^=up]::after {
    bottom: calc(100% + 5px);
}

.openuptip[title]:not([flow])::before,
.openuptip[title]:not([flow])::after,
.openuptip[title][flow^=up]::before,
.openuptip[title][flow^=up]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

.openuptip[title][flow^=down]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: var(--color-primary);
}

.openuptip[title][flow^=down]::after {
    top: calc(100% + 5px);
}

.openuptip[title][flow^=down]::before,
.openuptip[title][flow^=down]::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
}

.openuptip[title][flow^=left]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: var(--color-primary);
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
}

.openuptip[title][flow^=left]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
}

.openuptip[title][flow^=right]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: var(--color-primary);
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%);
}

.openuptip[title][flow^=right]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
}

body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.offer-area-main-wrapper {
    padding: 35px 40px;
    background: #2B4226;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.offer-area-main-wrapper .offer-iamge {
    position: absolute;
    bottom: 0;
    right: 17%;
    height: auto;
    height: 100%;
}

.offer-area-main-wrapper .offer-iamge img {
    min-width: max-content;
    height: 100%;
}

.offer-area-main-wrapper span {
    color: #EABC5E;
    font-size: 14px;
    font-weight: 600;
}

.offer-area-main-wrapper .title {
    color: #fff;
    margin-bottom: 15px;
    line-height: 18px;
    margin-top: 8px;
    font-size: 24px;
}

.offer-area-main-wrapper p.disc {
    margin-bottom: 0;
    color: #8ba385;
}

.single-new-offer-area {
    background: #fff;
    padding: 30px 40px 40px 40px;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .single-new-offer-area {
        padding: 20px;
    }
}

.single-new-offer-area .new-offer-wized-title-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 19px;
    border-bottom: 1px solid #E2E2E2;
}

@media only screen and (max-width: 575px) {
    .single-new-offer-area .new-offer-wized-title-between {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.single-new-offer-area .new-offer-wized-title-between .rts-btn {
    padding: 12px 25px;
}

.single-new-offer-area .new-offer-wized-title-between .rts-btn:hover {
    background: var(--color-heading-1);
    color: #629D23;
    border: 1px solid #2c3c28;
}

.single-new-offer-area .new-offer-wized-title-between .title {
    margin: 0;
    font-size: 30px;
}

.single-shopping-card-one.new-deal-offer-border-right {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.single-shopping-card-one.new-deal-offer-border-right::after {
    position: absolute;
    right: 0;
    content: "";
    top: -41px;
    bottom: 0;
    left: calc(100% + 20px);
    width: 1px;
    height: 110%;
    background: #e2e2e2;
    z-index: -1;
}

.social-and-payment-area-wrapper {
    padding: 25px 0;
    border-top: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-and-payment-area-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .social-and-payment-area-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

.social-and-payment-area-wrapper .payment-access {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 575px) {
    .social-and-payment-area-wrapper .payment-access {
        flex-direction: column;
        align-items: center;
    }
    .social-and-payment-area-wrapper .payment-access p {
        margin: 0;
    }
}

.social-one-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-one-wrapper span {
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 575px) {
    .social-one-wrapper span {
        display: none;
    }
}

.social-one-wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
}

.social-one-wrapper ul li {
    margin: 0;
    padding: 0;
}

.social-one-wrapper ul li a {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #E2E3E4;
}

.social-one-wrapper ul li a i {
    color: #2C3C28;
}

.social-one-wrapper ul li a:hover {
    background: var(--color-primary);
    transform: translateY(-3px);
}

.social-one-wrapper ul li a:hover i {
    color: #fff;
    animation: 0.5s mymove;
}

@keyframes mymove {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.rts-copyright-area {
    padding: 22px 0;
}

.copyright-between-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .copyright-between-1 {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

.copyright-between-1 p {
    margin: 0;
}

@media only screen and (max-width: 575px) {
    .copyright-between-1 p {
        text-align: center;
    }
}

.copyright-between-1 p a {
    color: #2C3C28;
    font-weight: 600;
    transition: 0.3s;
}

.copyright-between-1 p a:hover {
    color: var(--color-primary);
}

.copyright-between-1 .playstore-app-area {
    display: flex;
    align-items: center;
    gap: 5px;
}

.copyright-between-1 .playstore-app-area span {
    right: 15px;
    color: #2C3C28;
    display: block;
    margin-right: 15px;
}

@media only screen and (max-width: 575px) {
    .copyright-between-1 .playstore-app-area span {
        display: none;
    }
}

.social-style-dash {
    padding-top: 30px;
}

.social-style-dash ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 59px;
    margin: 0;
    padding: 0;
}

.social-style-dash ul li {
    position: relative;
}

.social-style-dash ul li a i {
    color: #A1A1A1;
    transition: 0.3s;
}

.social-style-dash ul li a:hover i {
    color: var(--color-primary) !important;
    transform: scale(1.5);
}

.social-style-dash ul li::after {
    position: absolute;
    width: 30px;
    right: -44px;
    height: 1px;
    background: #353535;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}

.social-style-dash ul li:last-child::after {
    display: none;
}

.easyway-buying-area-wrapper {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .easyway-buying-area-wrapper {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .easyway-buying-area-wrapper {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .easyway-buying-area-wrapper {
        justify-content: flex-start;
        gap: 15px;
    }
}

.easyway-buying-area-wrapper .single-easy-way-buying-area {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.easyway-buying-area-wrapper .single-easy-way-buying-area .icon {
    height: 45px;
    width: 45px;
    border: 1px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.easyway-buying-area-wrapper .single-easy-way-buying-area .inforemation .title {
    margin-bottom: 5px;
    font-size: 18px;
}

.easyway-buying-area-wrapper .single-easy-way-buying-area .inforemation p {
    color: #74787C;
    margin: 0;
}

.modal-compare-area-start .modal-dialog {
    max-width: 1800px;
    border: none;
}

.modal-compare-area-start .modal-dialog .modal-title {
    margin-left: 25px;
    font-size: 36px !important;
    font-weight: 500;
}

.modal-compare-area-start .modal-dialogs {
    max-width: 1800px;
    border: none;
    width: 100vw;
    overflow-x: auto;
    overflow-x: auto;
    --webkit-overflow-scrolling: touch;
    --webkit-overflow-scrolling: touch;
}

.modal-compare-area-start .modal-dialogs .modal-content {
    border: 1px solid #f1f1f1;
    width: 1600px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    --webkit-overflow-scrolling: touch;
}

.modal-compare-area-start .modal-dialogs .modal-title {
    margin-left: 25px;
    font-size: 36px !important;
    font-weight: 500;
}

.modal-compare-area-start .modal-body {
    padding: 30px;
}

.compare-main-wrapper-body {
    padding: 0 50px;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compare-main-wrapper-body>div {
    flex-basis: 25%;
}

.compare-main-wrapper-body .single-compare-elements {
    display: block;
    height: 100%;
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: center;
}

.compare-main-wrapper-body .single-compare-elements .instocks span {
    display: block;
    padding: 4px 10px;
    border-radius: 2px;
    border: 2px solid 2px;
    background: #DEF9EC;
    color: #3BB77E;
}

.compare-main-wrapper-body .single-compare-elements .outstocks span {
    display: block;
    padding: 4px 10px;
    border-radius: 2px;
    border: 2px solid 2px;
    background: #DEF9EC;
    color: #3BB77E;
}

.compare-main-wrapper-body .single-compare-elements .outstocks span.out-stock {
    color: #fff;
    background: var(--color-danger);
}

.compare-main-wrapper-body .single-compare-elements .rating {
    display: flex;
    gap: 5px;
    align-items: center;
}

.compare-main-wrapper-body .single-compare-elements .rating i {
    color: #FF9A00;
}

.compare-main-wrapper-body .single-compare-elements .rating span {
    color: #000;
    margin-left: 7px;
    font-size: 18px;
}

.compare-main-wrapper-body .single-compare-elements.price p {
    font-size: 32px !important;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0;
}

.compare-main-wrapper-body .single-compare-elements.name::after {
    right: 0;
}

.compare-main-wrapper-body .single-compare-elements::after {
    position: absolute;
    content: "";
    height: 250px;
    width: 1px;
    background: #f1f1f1;
    top: 0;
    right: 0;
}

.compare-main-wrapper-body .single-compare-elements:last-child::after {
    display: none;
}

.compare-main-wrapper-body .single-compare-elements.discription {
    text-align: center;
    padding: 0 15px;
}

.compare-main-wrapper-body.productname>div {
    flex-basis: 25%;
    height: 100px;
}

.compare-main-wrapper-body.productname>div::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 1px;
    background: #f1f1f1;
    top: 0;
    right: 0;
}

.compare-main-wrapper-body.productname.spacifiq .single-compare-elements p {
    font-size: 20px;
    font-weight: 500;
}

.color-white {
    color: #fff;
}

.weekly-best-deals-top-primary-wrapper {
    border-radius: 6px;
}

.weekly-best-deals-top-primary-wrapper .title-area-between {
    padding: 20px 30px;
    background: var(--color-primary);
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding {
    padding: 30px;
    background: #fff;
}

@media only screen and (max-width: 575px) {
    .weekly-best-deals-top-primary-wrapper .body-best-deals-padding {
        padding: 15px;
    }
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one {
    border: 1px solid #E2E2E2 !important;
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .thumbnail-preview {
    height: 220px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
    .weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .thumbnail-preview {
        width: 100%;
    }
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .body-content .top {
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .body-content .top .stars-area {
    margin-bottom: 10px;
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .body-content .top .stars-area i {
    margin-right: 1px;
    color: #FF9A00;
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .body-content .top .stars-area span {
    margin-left: 5px;
}

.title-area-between.with-progress .title-left {
    font-size: 24px;
    font-weight: 600;
}

.title-area-between.with-progress .countdown {
    margin-right: 30px;
}

.single-shopping-card-one.tranding-product.with-progress {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .single-shopping-card-one.tranding-product.with-progress {
        flex-direction: column;
    }
}

.bottom-content-deals span {
    font-size: 16px;
    color: #141414;
    font-weight: 600;
}

.bottom-content-deals .single-progress-area-incard {
    margin-top: 10px;
}

.bottom-content-deals .single-progress-area-incard .progress {
    height: 5px;
    border-radius: 5px;
}

.bottom-content-deals .single-progress-area-incard .progress .progress-bar {
    background: #DC2626;
}

.counter-area-main-wrapper {
    padding: 60px 100px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    margin-top: -80px;
    background: #fff;
    box-shadow: 0px 20px 39px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .counter-area-main-wrapper {
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .counter-area-main-wrapper {
        padding: 25px;
    }
}

.single-counter-area {
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
}

.single-counter-area::after {
    content: "";
    position: absolute;
    right: -71px;
    height: 40px;
    width: 1px;
    background: #E2E2E2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-counter-area::after {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .single-counter-area::after {
        display: none;
    }
}

.single-counter-area:last-child::after {
    display: none;
}

.single-counter-area .title {
    margin-bottom: 0;
    font-size: 48px;
}

.single-counter-area p {
    margin-bottom: 0;
    font-weight: 500;
    color: #2C3C28;
}

.single-team-style-one:hover .thumbnail img {
    transform: scale(1.2);
}

.single-team-style-one a.thumbnail {
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.single-team-style-one a.thumbnail img {
    width: 100%;
    transition: 0.5s;
}

.single-team-style-one .bottom-content-area {
    text-align: center;
    margin-top: 7px;
}

.single-team-style-one .bottom-content-area .top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.single-team-style-one .bottom-content-area .top .title {
    margin-bottom: 4px;
    line-height: 36px;
    margin-top: 15px;
}

.single-team-style-one .bottom-content-area .top .designation {
    font-size: 14px;
    color: #74787C;
}

.single-team-style-one .bottom-content-area .bottom {
    text-align: center;
}

.single-team-style-one .bottom-content-area .bottom .number {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
}

@media only screen and (max-width: 1199px) {
    .pr_lg--10 {
        padding-right: 10px;
    }
}

.single-customers-feedback-area {
    padding: 40px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .single-customers-feedback-area {
        padding: 20px;
    }
}

.single-customers-feedback-area .top-thumbnail-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
}

@media only screen and (max-width: 575px) {
    .single-customers-feedback-area .top-thumbnail-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 11px;
    }
}

.single-customers-feedback-area .top-thumbnail-area .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-customers-feedback-area .top-thumbnail-area .left .title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.single-customers-feedback-area .top-thumbnail-area .left span {
    font-size: 14px;
    color: var(--color-primary);
}

.single-customers-feedback-area p.disc {
    font-size: 18px;
    line-height: 30px;
}

.single-store-area-start {
    display: flex;
    align-items: center;
    gap: 80px;
    background: #F3F4F6;
    border: 1px solid #E2E2E2;
    margin-bottom: 40px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-store-area-start {
        align-items: flex-start;
        gap: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .single-store-area-start {
        align-items: flex-start;
        gap: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-store-area-start {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .single-store-area-start {
        flex-direction: column;
    }
}

.single-store-area-start:last-child {
    margin-bottom: 0;
}

.single-store-area-start .thumbnail {
    display: block;
    overflow: hidden;
    max-width: max-content;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-store-area-start .thumbnail {
        max-width: 100%;
        width: 100%;
        width: 40%;
    }
}

@media only screen and (max-width: 1199px) {
    .single-store-area-start .thumbnail {
        max-width: 100%;
        width: 100%;
        width: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-store-area-start .thumbnail {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .single-store-area-start .thumbnail {
        width: 100%;
    }
}

.single-store-area-start .thumbnail img {
    max-width: max-content;
    transition: 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-store-area-start .thumbnail img {
        max-width: 100%;
        width: 100%;
        max-width: 100%;
        width: 100%;
        height: 425px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1199px) {
    .single-store-area-start .thumbnail img {
        max-width: 100%;
        width: 100%;
        max-width: 100%;
        width: 100%;
        height: 425px;
        object-fit: cover;
    }
}

.single-store-area-start .thumbnail:hover img {
    transform: scale(1.1);
}

.single-store-area-start .right-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-store-area-start .right-content {
        padding: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .single-store-area-start .right-content {
        padding: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .single-store-area-start .right-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
}

.single-store-area-start .right-content .location-area {
    border-right: 1px solid #E2E2E2;
    padding: 100px 60px 100px 0;
}

@media only screen and (max-width: 1199px) {
    .single-store-area-start .right-content .location-area {
        padding: 100px 60px 100px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .single-store-area-start .right-content .location-area {
        padding: 30px 0;
        border: none;
    }
}

.single-store-area-start .right-content .location-area .icon {
    background: #629D23;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

.single-store-area-start .right-content .location-area .icon i {
    color: #fff;
    z-index: 5;
    position: relative;
}

.single-store-area-start .right-content .location-area .icon::before {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #629D23;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.single-store-area-start .right-content .location-area .icon::after {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.single-store-area-start .right-content .location-area .icon i {
    color: #F3F4F6;
}

.single-store-area-start .right-content .location-area .title {
    margin-bottom: 7px;
}

.single-store-area-start .right-content .location-area p.disc {
    margin-bottom: 20px;
}

.single-store-area-start .right-content .opening-hour .title {
    font-size: 20px;
    margin-bottom: 18px;
}

.single-store-area-start .right-content .opening-hour .single {
    font-size: 14px;
    margin: 7px 0;
}

.navigator-breadcrumb-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px 0;
}

.navigator-breadcrumb-wrapper .current {
    color: #2C3C28;
    font-weight: 500;
}

.pagination-area-main-wrappper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-area-main-wrappper ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.pagination-area-main-wrappper ul li {
    margin: 0;
    padding: 0;
}

.pagination-area-main-wrappper ul li button {
    height: 45px;
    width: 45px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    font-weight: 700;
    color: #2C3C28;
}

.pagination-area-main-wrappper ul li button.active {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
}

.pagination-area-main-wrappper ul li button:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
}

.single-filter-box {
    border-radius: 8px;
    border: 1px solid #E2E2E2;
    margin-bottom: 20px;
}

.single-filter-box:last-child {
    margin-bottom: 0;
}

.single-filter-box .title {
    font-size: 20px;
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 0;
}

.single-filter-box .filterbox-body {
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .single-filter-box .filterbox-body {
        padding: 15px;
    }
}

.single-filter-box .filterbox-body .price-input-area .half-input-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.single-filter-box .filterbox-body .price-input-area .half-input-wrapper .single label {
    margin-bottom: 7px;
}

.single-filter-box .filterbox-body .price-input-area .half-input-wrapper .single input {
    border: 1px solid #E2E2E2;
    height: 35px;
    border-radius: 4px;
    color: var(--color-heading-1);
    font-weight: 500;
}

.single-filter-box .filterbox-body .price-input-area .range {
    padding: 0;
    border: 1px solid transparent;
}

.single-filter-box .filterbox-body .price-input-area .range::-webkit-slider-runnable-track {
    background-color: var(--color-primary);
    height: 6px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.single-filter-box .filterbox-body .price-input-area .range::-ms-track {
    color: transparent;
    border: none;
    background: none;
    height: 6px;
}

.single-filter-box .filterbox-body .price-input-area .range::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 100%;
    background-color: white;
    height: 10px;
    width: 10px;
    margin-top: -7px;
    border: 1px solid transparent;
}

.single-filter-box .filterbox-body .price-input-area .range::-webkit-slider-thumb {
    background-color: #aaa;
    box-shadow: 0 0 5px rgba(7, 156, 32, 0.5);
    height: 10px;
    width: 10px;
    border: 1px solid transparent;
}

.single-filter-box .filterbox-body .price-input-area .range:active::-webkit-slider-thumb {
    outline: none;
}

.single-filter-box .filterbox-body .price-input-area .filter-value-min-max {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-filter-box .filterbox-body .category-wrapper .single-category {
    margin-bottom: 14px;
}

.single-filter-box .filterbox-body .category-wrapper .single-category.with-more {
    position: relative;
}

.single-filter-box .filterbox-body .category-wrapper .single-category.with-more::after {
    position: absolute;
    content: "+";
    font-family: var(--font-three);
    font-size: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-heading-1);
    pointer-events: none;
}

.single-filter-box .filterbox-body .category-wrapper .single-category:last-child {
    margin-bottom: 0;
}

.single-filter-box .filterbox-body .category-wrapper .single-category input {
    display: none;
}

.single-filter-box .filterbox-body .category-wrapper .single-category label {
    display: block;
    width: 100%;
}

.single-filter-box .filterbox-body .category-wrapper .single-category label::before {
    background: transparent;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 1.5px 6px rgba(37, 64, 32, 0.05);
    border-radius: 2px;
}

.shop-grid-top .filter-select-area {
    background: #F3F4F6;
    border-radius: 6px;
    margin-left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shop-grid-top .filter-select-area {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .shop-grid-top .filter-select-area {
        margin-left: 0;
    }
}

.shop-grid-top .product-area-wrapper-shopgrid-list {
    margin-left: 0;
}

.shop-liust-top .filter-select-area {
    margin-left: 0;
}

.shop-liust-top .product-area-wrapper-shopgrid-list {
    margin-left: 0;
}

.filter-select-area {
    background: #F3F4F6;
    border-radius: 6px;
    margin-left: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .filter-select-area {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .filter-select-area {
        margin-left: 0;
    }
}

.filter-select-area .top-filter {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .filter-select-area .top-filter {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.filter-select-area .top-filter .right-end {
    display: flex;
    align-items: center;
    gap: 20px;
}

.filter-select-area .top-filter .right-end .button-tab-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-select-area .top-filter .right-end .button-tab-area ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: none;
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button {
    height: 30px;
    width: 30px;
    border-radius: 4px;
    border: 1px solid #2C3C28;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    padding: 0 !important;
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button.active {
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary);
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button.active svg rect {
    stroke: #fff;
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button svg rect {
    transition: 0.3s;
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button:hover {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button:hover rect {
    stroke: #fff;
}

.nice-select-area-wrapper-and-button {
    display: flex;
    background: #F3F4F6;
    align-items: center;
    padding: 16px 15px;
    border-radius: 0 0 6px 6px;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #D7DDE8;
}

@media only screen and (max-width: 575px) {
    .nice-select-area-wrapper-and-button {
        flex-direction: column;
        align-items: flex-start;
    }
}

.nice-select-area-wrapper-and-button .nice-select-wrapper-1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 1199px) {
    .nice-select-area-wrapper-and-button .nice-select-wrapper-1 {
        flex-wrap: wrap;
    }
}

.nice-select-area-wrapper-and-button .nice-select-wrapper-1 .single-select {
    width: 230px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nice-select-area-wrapper-and-button .nice-select-wrapper-1 .single-select {
        width: 160px;
    }
}

.nice-select-area-wrapper-and-button .nice-select-wrapper-1 .single-select .nice-select {
    width: 230px;
    height: 35px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #2C3C28;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .nice-select-area-wrapper-and-button .nice-select-wrapper-1 .single-select .nice-select {
        width: 160px;
    }
}

.nice-select-area-wrapper-and-button .button-area {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 35px;
}

.nice-select-area-wrapper-and-button .button-area button {
    height: 35px;
    border: 1px solid rgba(43, 66, 38, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: #ffff;
    border-radius: 4px;
    color: #2C3C28;
    min-width: max-content;
}

@media only screen and (max-width: 767px) {
    .nice-select-area-wrapper-and-button .button-area button {
        min-width: max-content;
    }
}

.nice-select-area-wrapper-and-button .button-area button:hover {
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary);
    color: #fff;
}

.product-area-wrapper-shopgrid-list {
    margin-left: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .product-area-wrapper-shopgrid-list {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .product-area-wrapper-shopgrid-list {
        margin-left: 0;
    }
}

.product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
    font-size: 14px;
    padding: 6px 4px !important;
    background: transparent;
    color: #629D23;
    border: 1px solid #629D23;
}

.category-active-menu-sidebar {
    padding-left: 0;
    list-style: none;
}

.category-active-menu-sidebar ul {
    list-style: none;
}

.category-active-menu-sidebar ul li {
    margin: 0;
    padding-top: 10px;
}

.category-active-menu-sidebar ul li ul li {
    padding: 10px 0;
}

.menu-item[aria-expanded=true] i::before {
    content: "\f068" !important;
}

[aria-expanded=true] .single-category.with-more::after {
    content: "\f068" !important;
}

.product-area-wrapper-shopgrid-list.with-list .single-shopping-card-one.discount-offer {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #FFFFFF;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
    background: #F3F4F6;
}

.product-area-wrapper-shopgrid-list.with-list .single-shopping-card-one.discount-offer {
    align-items: center;
}

.product-area-wrapper-shopgrid-list.with-list .body-content {
    background: #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .product-area-wrapper-shopgrid-list.with-list .body-content {
        padding: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .product-area-wrapper-shopgrid-list.with-list .body-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.product-area-wrapper-shopgrid-list.with-list .body-content .title-area-left {
    flex-basis: 53%;
}

.product-area-wrapper-shopgrid-list.with-list .body-content .natural-value .title {
    color: #74787C;
    margin-bottom: 0;
}

.product-area-wrapper-shopgrid-list.with-list .body-content .natural-value .single {
    margin: 7px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
    .shop-grid-sidebar-area .sidebar-filter-main {
        padding-right: 0;
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shop-grid-sidebar-area .sidebar-filter-main>div {
        flex-basis: 48%;
    }
    .shop-grid-sidebar-area .sidebar-filter-main>div:last-child {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-grid-sidebar-area .sidebar-filter-main {
        padding-right: 0;
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shop-grid-sidebar-area .sidebar-filter-main>div {
        flex-basis: 48%;
    }
    .shop-grid-sidebar-area .sidebar-filter-main>div:last-child {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .shop-grid-sidebar-area .sidebar-filter-main {
        padding-right: 0;
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shop-grid-sidebar-area .sidebar-filter-main>div {
        flex-basis: 100%;
    }
    .shop-grid-sidebar-area .sidebar-filter-main>div:last-child {
        margin-bottom: 20px;
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 69;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.rts-contact-main-wrapper-banner {
    background-image: url(../images/contact/01.jpg);
}

.contact-banner-content {
    max-width: 40%;
    margin: auto;
    text-align: center;
    padding: 140px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-banner-content {
        max-width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .contact-banner-content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .contact-banner-content {
        padding: 70px 0;
    }
}

.contact-banner-content .title {
    color: #fff;
}

.contact-banner-content p.disc {
    color: #fff;
}

.contact-left-area-main-wrapper .title {
    font-size: 30px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
    .contact-left-area-main-wrapper .title {
        font-size: 26px;
    }
}

.contact-left-area-main-wrapper p.disc {
    max-width: 90%;
}

.contact-left-area-main-wrapper .location-single-card {
    background: #F3F4F6;
    border-radius: 6px;
    gap: 30px;
    display: flex;
    align-items: flex-start;
    padding: 40px;
    margin-bottom: 15px;
}

.contact-left-area-main-wrapper .location-single-card .icon {
    position: relative;
    z-index: 1;
}

.contact-left-area-main-wrapper .location-single-card .icon i {
    color: var(--color-primary);
    font-size: 24px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F4F6;
}

.contact-left-area-main-wrapper .location-single-card .icon::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}

.contact-left-area-main-wrapper .location-single-card .information .title {
    margin-bottom: 5px;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}

.contact-left-area-main-wrapper .location-single-card .information p {
    margin-bottom: 20px;
}

.contact-left-area-main-wrapper .location-single-card .information a {
    display: block;
}

.contact-left-area-main-wrapper .location-single-card .information a.number {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-heading-1);
    margin-bottom: 6px;
}

.contact-left-area-main-wrapper .location-single-card .information a.email {
    color: var(--color-primary);
    text-decoration: underline;
}

.contact-form-wrapper-bg {
    padding: 80px;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {
    .contact-form-wrapper-bg {
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-form-wrapper-bg {
        padding: 25px;
    }
}

@media only screen and (max-width: 479px) {
    .contact-form-wrapper-bg {
        padding: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-instagram-post {
        min-width: max-content;
    }
}

@media only screen and (max-width: 1199px) {
    .single-instagram-post {
        min-width: max-content;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-instagram-post {
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .single-instagram-post {
        min-width: max-content;
    }
}

.contact-form-wrapper-1 .title {
    line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-wrapper-1 .title {
        line-height: 1.3;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form-wrapper-1 .title {
        line-height: 1.3;
    }
}

.contact-form-1 input {
    height: 50px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    background: #fff;
    padding: 15px;
}

.contact-form-1 .contact-form-wrapper--half-area {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .contact-form-1 .contact-form-wrapper--half-area {
        flex-direction: column;
    }
}

.contact-form-1 .contact-form-wrapper--half-area .single {
    width: 100%;
}

.contact-form-1 .nice-select {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.contact-form-1 textarea {
    border: 1px solid #E2E2E2;
    height: 150px;
    border-radius: 6px;
    margin-top: 20px;
    background: #fff;
    padding: 15px;
}

.error-main-wrapper {
    text-align: center;
}

.error-main-wrapper .content-main {
    margin: auto;
    max-width: 60%;
    margin-top: 60px;
}

@media only screen and (max-width: 575px) {
    .error-main-wrapper .content-main {
        max-width: 90%;
    }
}

.error-main-wrapper .content-main .rts-btn {
    margin: auto;
}

.error-main-wrapper .content-main p {
    margin-bottom: 30px;
}

.cart-top-area-note {
    padding: 40px;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    margin-bottom: 20px;
}

.cart-top-area-note p {
    margin-bottom: 15px;
    color: #2C3C28;
    font-weight: 500;
}

.cart-top-area-note p span {
    color: var(--color-primary);
}

.cart-top-area-note .bottom-content-deals .single-progress-area-incard .progress .progress-bar {
    background: var(--color-primary);
}

.rts-cart-list-area {
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    background: #fff;
}

.single-cart-area-list.head {
    display: flex;
    align-items: center;
    padding: 22px 40px;
    border-bottom: 1px solid #E2E2E2;
}

.single-cart-area-list.head p {
    margin: 0;
    color: var(--color-heading-1);
    font-weight: 600;
}

.single-cart-area-list.head .product-main {
    flex-basis: 64%;
    text-align: center;
}

.single-cart-area-list.head .price {
    flex-basis: 12%;
}

.single-cart-area-list.head .quantity {
    flex-basis: 12%;
}

.single-cart-area-list.head .subtotal {
    flex-basis: 12%;
}

.single-cart-area-list.main {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    padding: 30px 40px;
}

@media only screen and (max-width: 767px) {
    .single-cart-area-list.main {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
}

.single-cart-area-list.main .button-area a.rts-btn {
    min-width: max-content;
}

.single-cart-area-list.main:last-child {
    border-bottom: none;
}

.single-cart-area-list.main p {
    margin: 0;
    color: var(--color-heading-1);
    font-weight: 600;
    font-size: 16px;
}

.single-cart-area-list.main .product-main-cart {
    flex-basis: 64%;
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .single-cart-area-list.main .product-main-cart {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.single-cart-area-list.main .product-main-cart .thumbnail {
    max-width: 65px;
}

.single-cart-area-list.main .product-main-cart .information .title {
    margin-bottom: 7px;
}

.single-cart-area-list.main .product-main-cart .close {
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    .single-cart-area-list.main .product-main-cart .close {
        cursor: pointer;
        position: absolute;
        right: -13px;
        top: -14px;
    }
}

.single-cart-area-list.main .product-main-cart .close i {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: #FF0000;
    justify-content: center;
    color: #fff;
}

.single-cart-area-list.main .price {
    flex-basis: 12%;
}

.single-cart-area-list.main .quantity {
    flex-basis: 12%;
}

.single-cart-area-list.main .subtotal {
    flex-basis: 12%;
}

.single-cart-area-list.main .quantity-edit {
    width: 92px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(43, 66, 38, 0.12);
    border-radius: 4px;
    padding: 2px 10px;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.04);
}

.single-cart-area-list.main .quantity-edit .button-wrapper-action {
    border: 1px solid rgba(43, 66, 38, 0.12);
    border-radius: 2px;
    background: #fff;
    display: flex;
}

.single-cart-area-list.main .quantity-edit input {
    padding: 0;
    max-width: 10px;
    font-weight: 600;
}

.single-cart-area-list.main .quantity-edit button {
    padding: 0;
    max-width: max-content;
    font-size: 0;
}

.single-cart-area-list.main .quantity-edit button i {
    font-size: 10px;
    padding: 4px 6px;
    transition: 0.3s;
}

.single-cart-area-list.main .quantity-edit button:first-child i {
    border-right: 1px solid rgba(43, 66, 38, 0.12);
}

.single-cart-area-list.main .quantity-edit button:hover i {
    background: var(--color-primary);
    color: #fff;
}

.deactive {
    display: none !important;
}

.bottom-cupon-code-cart-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bottom-cupon-code-cart-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .bottom-cupon-code-cart-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .bottom-cupon-code-cart-area {
        padding: 18px;
    }
}

.bottom-cupon-code-cart-area form {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 767px) {
    .bottom-cupon-code-cart-area form {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.bottom-cupon-code-cart-area form input {
    height: 50px;
    border-radius: 6px;
    background: #F3F4F6;
    width: 296px;
    display: flex;
    align-items: center;
    padding: 15px;
}

.cart-total-area-start-right {
    border: 2px solid #629D23;
    border-radius: 6px;
}

.cart-total-area-start-right .title {
    padding: 21px 28px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 0;
}

.cart-total-area-start-right .subtotal {
    display: flex;
    align-items: center;
    gap: 94px;
    padding: 26px 28px;
    border-bottom: 1px solid #E2E2E2;
}

.cart-total-area-start-right .subtotal span {
    font-weight: 500;
    font-size: 14px;
}

.cart-total-area-start-right .subtotal .price {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.cart-total-area-start-right .shipping {
    display: flex;
    align-items: flex-start;
    gap: 94px;
    padding: 26px 28px;
    border-bottom: 1px solid #E2E2E2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .cart-total-area-start-right .shipping {
        flex-direction: column;
        gap: 29px;
    }
}

.cart-total-area-start-right .shipping span {
    font-weight: 500;
    font-size: 14px;
}

.cart-total-area-start-right .shipping ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cart-total-area-start-right .shipping ul p {
    font-size: 14px;
    color: #74787C;
    margin-top: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.cart-total-area-start-right .shipping ul p.bold {
    font-weight: 600;
    color: #2C3C28;
}

.cart-total-area-start-right .shipping ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.cart-total-area-start-right .shipping ul li input {
    display: none;
}

.cart-total-area-start-right .shipping ul li label {
    font-size: 14px;
    color: #2C3C28;
    font-weight: 500;
}

.cart-total-area-start-right .shipping ul li input[type=checkbox]~label::before,
.cart-total-area-start-right .shipping ul li input[type=radio]~label::before {
    content: " ";
    position: absolute;
    top: 1 px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #2C3C28;
    border-radius: 50%;
    transition: all 0.3s;
    border-radius: 50%;
}

.cart-total-area-start-right .shipping ul li input[type=radio]~label::after {
    width: 8px;
    height: 8px;
    left: 3.2px;
    background: #2C3C28;
    border-radius: 50%;
    border: none;
    top: 22%;
}

.cart-total-area-start-right .bottom .wrapper {
    display: flex;
    align-items: flex-start;
    gap: 94px;
    padding: 26px 28px 15px 28px;
}

.cart-total-area-start-right .bottom .button-area {
    padding: 0 20px 20px 20px;
}

.cart-total-area-start-right .bottom .rts-btn {
    width: 100%;
    max-width: 100%;
}

.rts-cart-list-area.wishlist .single-cart-area-list.head .product-main {
    flex-basis: 56%;
}

.rts-cart-list-area.wishlist .single-cart-area-list.head .price,
.rts-cart-list-area.wishlist .single-cart-area-list.head .quantity,
.rts-cart-list-area.wishlist .single-cart-area-list.head .subtotal,
.rts-cart-list-area.wishlist .single-cart-area-list.head .button-area {
    flex-basis: 11%;
}

.rts-cart-list-area.wishlist .single-cart-area-list.main .product-main-cart {
    flex-basis: 56%;
}

.rts-cart-list-area.wishlist .single-cart-area-list.main .product-main-cart .thumbnail {
    max-width: 65px;
}

.rts-cart-list-area.wishlist .single-cart-area-list.main .price,
.rts-cart-list-area.wishlist .single-cart-area-list.main .quantity,
.rts-cart-list-area.wishlist .single-cart-area-list.main .subtotal,
.rts-cart-list-area.wishlist .single-cart-area-list.main .button-area {
    flex-basis: 11%;
}

.single-compare-elements .thumbnail-preview {
    max-width: 260px;
}

.vendor-search-area-wrapper {
    padding: 100px 0;
    position: relative;
    max-width: 615px;
    margin: auto;
    text-align: center;
}

.vendor-search-area-wrapper .title {
    font-size: 48px;
    margin-bottom: 25px;
}

.vendor-search-area-wrapper .search-vendor-form {
    position: relative;
}

.vendor-search-area-wrapper .search-vendor-form input {
    height: 50px;
    background: #F3F4F6;
    border-radius: 5px;
    border: 1px solid transparent;
}

.vendor-search-area-wrapper .search-vendor-form input:focus {
    border: 1px solid var(--color-primary);
}

.vendor-search-area-wrapper .search-vendor-form a {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
}

.registration-wrapper-1 {
    max-width: 800px;
    border-radius: 20px;
    background: #FFFFFF;
    margin: auto;
    text-align: center;
    padding: 100px 150px;
}

@media only screen and (max-width: 767px) {
    .registration-wrapper-1 {
        padding: 80px 50px;
    }
}

@media only screen and (max-width: 575px) {
    .registration-wrapper-1 {
        padding: 40px 15px;
    }
}

.registration-wrapper-1 .logo-area img {
    max-width: 57px;
    margin: auto;
    margin-bottom: 30px;
}

.registration-form {
    text-align: left;
}

.registration-form .input-wrapper {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.registration-form .input-wrapper:last-child {
    margin-bottom: 0;
}

.registration-form .input-wrapper label {
    margin-bottom: 12px;
    font-weight: 500;
    color: #2C3C28;
}

.registration-form .input-wrapper input {
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    height: 50px;
}

.registration-form .input-wrapper input:focus {
    border: 1px solid var(--color-primary);
}

.registration-form button.rts-btn {
    max-width: 100%;
    width: 100%;
}

.registration-form .another-way-to-registration .registradion-top-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.registration-form .another-way-to-registration .registradion-top-text span {
    font-weight: 500;
    color: #2C3C28;
}

.registration-form .another-way-to-registration .registradion-top-text::after {
    position: absolute;
    content: "";
    left: 0;
    width: 35%;
    height: 1px;
    background: #E7E7E7;
}

@media only screen and (max-width: 767px) {
    .registration-form .another-way-to-registration .registradion-top-text::after {
        display: none;
    }
}

.registration-form .another-way-to-registration .registradion-top-text::before {
    position: absolute;
    content: "";
    right: 0%;
    width: 35%;
    height: 1px;
    background: #E7E7E7;
}

@media only screen and (max-width: 767px) {
    .registration-form .another-way-to-registration .registradion-top-text::before {
        display: none;
    }
}

.registration-form .another-way-to-registration .login-with-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.registration-form .another-way-to-registration .login-with-brand>a {
    flex-basis: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #EBEBEB;
}

.registration-form .another-way-to-registration p {
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 16px;
}

.registration-form .another-way-to-registration p a {
    color: #2C3C28;
    font-weight: 600;
    margin-left: 10px;
}

.faq-content-left-main-wrapper p.disc {
    max-width: 95%;
}

.faq-content-left-main-wrapper form {
    background-color: #F3F4F6;
    padding: 40px;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .faq-content-left-main-wrapper form {
        padding: 20px;
    }
}

.faq-content-left-main-wrapper form input {
    margin-bottom: 20px;
}

.faq-content-left-main-wrapper form textarea {
    margin-top: 0;
}

.faq-content-left-main-wrapper form button {
    max-width: 100% !important;
}

.accordion-main-area-wrapper-style-1 {
    background: #F3F4F6;
    border: 1px solid #E2E2E2;
    padding: 60px;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .accordion-main-area-wrapper-style-1 {
        padding: 20px;
    }
}

.accordion-main-area-wrapper-style-1 .accordion-item {
    box-shadow: none;
    background: transparent;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E2E2E2;
}

.accordion-main-area-wrapper-style-1 .accordion-item:last-child {
    border-bottom: none;
}

.accordion-main-area-wrapper-style-1 .accordion-item:last-child button {
    border-bottom: none;
}

.accordion-main-area-wrapper-style-1 .accordion-item .accordion-header {
    background-color: transparent;
    background: transparent;
}

.accordion-main-area-wrapper-style-1 .accordion-item button {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    padding: 21px 0;
    background: transparent !important;
    box-shadow: none;
}

.accordion-main-area-wrapper-style-1 .accordion-item button[aria-expanded=true] {
    color: var(--color-primary);
}

.accordion-main-area-wrapper-style-1 .accordion-body {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.shopdetails-style-1-wrapper {
    margin: auto;
    padding: 60px;
    background: #fff;
    border-radius: 6px;
}

@media only screen and (max-width: 767px) {
    .shopdetails-style-1-wrapper {
        padding: 15px;
    }
}

.product-details-review-product-style {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .product-details-review-product-style {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1199px) {
    .product-details-review-product-style {
        flex-direction: column;
        align-items: flex-start;
    }
}

.product-details-review-product-style .average-stars-area-left {
    flex-basis: 40%;
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .product-details-review-product-style .average-stars-area-left .top-stars-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 1199px) {
    .product-details-review-product-style .average-stars-area-left .top-stars-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .review {
    font-size: 68px;
    margin-bottom: 0;
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .rating-disc span {
    color: #2C3C28;
    margin-bottom: 7px;
    display: block;
    font-weight: 500;
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .rating-disc .stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .rating-disc .stars i {
    color: #f93;
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .rating-disc .stars span {
    margin: 0;
    margin-left: 10px;
}

.product-details-review-product-style .average-stars-area-left .average-stars-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
}

.product-details-review-product-style .average-stars-area-left .average-stars-area .average {
    margin-bottom: 0;
    font-size: 36px;
}

.product-details-review-product-style .average-stars-area-left .average-stars-area span {
    font-weight: 500;
    margin: 0;
    color: var(--color-heading-1);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details {
    margin-top: 30px;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .product-details-review-product-style .average-stars-area-left .review-charts-details .single-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    .product-details-review-product-style .average-stars-area-left .review-charts-details .single-review {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:last-child {
    margin-bottom: 0;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(2) .progress {
    height: 5px;
    width: 200px !important;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(2) .progress-bar {
    width: 180px !important;
    height: 5px !important;
    background: var(--color-primary);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(3) .progress {
    height: 5px;
    width: 200px !important;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(3) .progress-bar {
    width: 120px !important;
    height: 5px !important;
    background: var(--color-primary);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(4) .progress {
    height: 5px;
    width: 200px !important;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(4) .progress-bar {
    width: 80px !important;
    height: 5px !important;
    background: var(--color-primary);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(5) .progress {
    height: 5px;
    width: 200px !important;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(5) .progress-bar {
    width: 30px !important;
    height: 5px !important;
    background: var(--color-primary);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review .stars i {
    font-size: 14px;
    color: #f93;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review .progress {
    height: 5px;
    width: 200px !important;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review .progress-bar {
    width: 200px !important;
    height: 5px !important;
    background: var(--color-primary);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review span.pac {
    color: #2C3C28;
    font-weight: 500;
}

.submit-review-area {
    flex-basis: 60%;
}

@media only screen and (max-width: 767px) {
    .submit-review-area {
        width: 100%;
    }
}

.submit-review-area form .title {
    font-size: 26px;
    margin-bottom: 20px;
}

.submit-review-area form .your-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 575px) {
    .submit-review-area form .your-rating {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

.submit-review-area form .your-rating .stars i {
    font-size: 26px;
    color: #dadada;
    cursor: pointer;
    transition: 0.3s;
}

.submit-review-area form .your-rating .stars i:hover {
    color: #f93;
}

.submit-review-area form .half-input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    flex-basis: 100%;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .submit-review-area form .half-input-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

.submit-review-area form .half-input-wrapper .half-input {
    flex-basis: 100%;
}

@media only screen and (max-width: 767px) {
    .submit-review-area form .half-input-wrapper .half-input {
        width: 100%;
    }
}

.submit-review-area form .half-input-wrapper input {
    height: 55px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    width: 100%;
}

.submit-review-area form .half-input-wrapper input:focus {
    border: 1px solid var(--color-primary);
}

.submit-review-area form textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #E2E2E2;
    margin: 20px 0;
    border-radius: 5px;
    padding: 15px;
}

.submit-review-area form textarea:focus {
    border: 1px solid var(--color-primary);
}

.submit-review-area form button {
    color: #fff;
}

.table-shop-details-pd table tr {
    border: 1px solid #e9ecef;
}

.table-shop-details-pd table thead {
    border-style: unset !important;
    border: 1px solid #e9ecef !important;
}

.table-shop-details-pd table thead tr th {
    padding: 15px;
    border: none;
    width: 50%;
}

.table-shop-details-pd table tbody tr td {
    padding: 15px;
}

.single-tab-content-shop-details p {
    margin-bottom: 20px;
}

.single-tab-content-shop-details p:last-child {
    margin-bottom: 0;
}

.single-tab-content-shop-details p span {
    font-weight: 600;
}

.single-tab-content-shop-details p.note {
    color: var(--color-danger);
}

.rts-product-details-section .product-thumb-filter-group.left {
    margin-left: 0;
    margin-right: 30px;
}

@media screen and (max-width: 1666px) and (min-width: 1199px) {
    .shop-grid-sidebar .single-shopping-card-one .cart-counter-action .quantity-edit,
    .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
        width: 100%;
        max-width: 100%;
    }
    .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-grid-sidebar .single-shopping-card-one .cart-counter-action .quantity-edit,
    .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
        width: max-content;
        max-width: max-content;
    }
    .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .shop-grid-sidebar .single-shopping-card-one .cart-counter-action .quantity-edit,
    .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
        width: max-content;
        max-width: max-content;
    }
    .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
        justify-content: center;
    }
}

.rts-billing-details-area .title {
    font-size: 30px;
    color: #2C3C28;
}

.rts-billing-details-area form .single-input {
    margin-bottom: 35px;
}

.rts-billing-details-area form .single-input input {
    height: 50px;
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    margin-top: 10px;
}

.rts-billing-details-area form .single-input input:focus {
    border: 1px solid var(--color-primary);
}

.rts-billing-details-area form .single-input textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    margin-top: 10px;
    padding: 12px;
}

.rts-billing-details-area form .single-input textarea:focus {
    border: 1px solid var(--color-primary);
}

.rts-billing-details-area form .half-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
}

.rts-billing-details-area form .half-input-wrapper .single-input {
    flex-basis: 50%;
    margin-bottom: 0;
}

.right-card-sidebar-checkout .cottom-cart-right-area {
    padding: 25px 30px;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul p {
    font-size: 14px;
    color: #74787C;
    margin-top: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul p.bold {
    font-weight: 600;
    color: #2C3C28;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul li input {
    display: none;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul li label {
    font-size: 14px;
    color: #2C3C28;
    font-weight: 500;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul li input[type=checkbox]~label::before,
.right-card-sidebar-checkout .cottom-cart-right-area ul li input[type=radio]~label::before {
    content: " ";
    position: absolute;
    top: 1 px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #2C3C28;
    border-radius: 50%;
    transition: all 0.3s;
    border-radius: 50%;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul li input[type=radio]~label::after {
    width: 8px;
    height: 8px;
    left: 3.2px;
    background: #2C3C28;
    border-radius: 50%;
    border: none;
    top: 22%;
}

.right-card-sidebar-checkout .rts-btn.btn-primary {
    max-width: 100%;
    text-align: center;
}

.right-card-sidebar-checkout .single-category {
    margin-bottom: 14px;
}

.right-card-sidebar-checkout .single-category.with-more {
    position: relative;
}

.right-card-sidebar-checkout .single-category.with-more::after {
    position: absolute;
    content: "+";
    font-family: var(--font-three);
    font-size: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-heading-1);
    pointer-events: none;
}

.right-card-sidebar-checkout .single-category:last-child {
    margin-bottom: 0;
}

.right-card-sidebar-checkout .single-category input {
    display: none;
    padding: 12px;
}

.right-card-sidebar-checkout .single-category label {
    display: block;
    width: 100%;
}

.right-card-sidebar-checkout .single-category label::before {
    background: transparent;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 1.5px 6px rgba(37, 64, 32, 0.05);
    border-radius: 2px;
}

.title-checkout {
    font-size: 30px;
    line-height: 1.3;
}

.right-card-sidebar-checkout {
    border: 2px solid var(--color-primary);
    border-radius: 6px;
}

.right-card-sidebar-checkout .top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 0 26px 0;
    margin: 0 36px;
    border-bottom: 1px solid #E2E2E2;
}

.right-card-sidebar-checkout .single-shop-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 0;
    margin: 0 36px;
    border-bottom: 1px solid #E2E2E2;
    gap: 20px;
}

@media only screen and (max-width: 575px) {
    .right-card-sidebar-checkout .single-shop-list {
        flex-direction: column;
        align-items: flex-start;
    }
}

.right-card-sidebar-checkout .single-shop-list .left-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.right-card-sidebar-checkout .single-shop-list .price {
    color: var(--color-heading-1);
    font-weight: 500;
}

.right-card-sidebar-checkout .single-shop-list .thumbnail {
    display: block;
    overflow: hidden;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-card-sidebar-checkout .single-shop-list .title {
    font-size: 16px;
    font-weight: 600;
    max-width: 60%;
    color: var(--color-heading-1);
}

.coupon-input-area-1 .inner {
    padding: 20px;
}

.coupon-input-area-1.login-form .coupon-input-area {
    flex-direction: column;
}

.coupon-input-area-1.login-form .coupon-input-area p {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 500;
    color: var(--color-heading-1);
}

.coupon-input-area-1.login-form .coupon-input-area form {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .coupon-input-area-1.login-form .coupon-input-area form {
        flex-direction: column;
        align-items: flex-start;
    }
}

.coupon-input-area-1.login-form .coupon-input-area form input {
    flex-basis: 40%;
}

.coupon-input-area-1.login-form .coupon-input-area form input:focus {
    border: 1px solid var(--color-primary);
}

.coupon-input-area-1.login-form .coupon-input-area form button {
    display: block;
    flex-basis: 20%;
}

.coupon-input-area-1 .coupon-area {
    margin-bottom: 20px;
}

.coupon-input-area-1 .coupon-ask {
    padding: 20px 30px;
    background: var(--color-primary);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 25px;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .coupon-input-area-1 .coupon-ask {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.coupon-input-area-1 .coupon-ask.cupon-wrapper-1 {
    background: transparent;
    border: 1px solid #E9E9E9;
}

.coupon-input-area-1 .coupon-ask.cupon-wrapper-1 span {
    font-size: 16px;
    color: var(--color-heading-1);
    font-weight: 400;
    min-width: max-content;
}

.coupon-input-area-1 .coupon-ask.cupon-wrapper-1 button {
    color: var(--color-heading-1);
    font-weight: 600;
    max-width: max-content;
}

.coupon-input-area-1 .coupon-ask span {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    min-width: max-content;
}

.coupon-input-area-1 .coupon-ask button {
    color: #ffffff;
    font-weight: 600;
    max-width: max-content;
}

.coupon-input-area-1 .coupon-input-area {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}

.coupon-input-area-1 .coupon-input-area.cupon1 .inner {
    width: 100%;
}

.coupon-input-area-1 .coupon-input-area.cupon1 .inner p {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 500;
    color: var(--color-heading-1);
}

.coupon-input-area-1 .coupon-input-area.cupon1 .inner .form-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .coupon-input-area-1 .coupon-input-area.cupon1 .inner .form-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.coupon-input-area-1 .coupon-input-area .inner {
    padding: 20px;
}

.coupon-input-area-1 .coupon-input-area input {
    width: 80%;
    padding: 0 30px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid var(--color-primary);
    outline: none;
    transition: box-shadow 300ms;
    font-size: 16px;
    color: #5c5c5c;
}

@media only screen and (max-width: 575px) {
    .coupon-input-area-1 .coupon-input-area input {
        min-height: 50px;
        width: 100%;
    }
}

.coupon-input-area-1 .coupon-input-area input:focus {
    border: 1px solid var(--color-primary);
}

.coupon-input-area-1 .coupon-input-area .apply-btn {
    width: 18%;
    height: 50px;
    background: #f1f1f1;
    color: #e3e3e3;
    border-radius: 6px;
}

.coupon-input-area-1 .coupon-input-area .apply-btn:hover {
    background: var(--color-primary);
}

.coupon-input-area-1 .coupon-input-area.show {
    background: #f1f1f159;
    max-height: 150px;
    border-radius: 5px;
}

@media only screen and (max-width: 575px) {
    .coupon-input-area-1 .coupon-input-area.show {
        max-height: max-content;
    }
}

.vendor-search-area .filter-select-area {
    margin: 0 !important;
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
}

.vendor-search-area .filter-select-area .top-filter {
    padding: 0;
}

.vendor-search-area .filter-select-area .top-filter span {
    font-weight: 500;
    color: #1D271B;
}

.with-list .single-vendor-area {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

@media only screen and (max-width: 575px) {
    .with-list .single-vendor-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.with-list .single-vendor-area .location p {
    max-width: 100%;
}

.with-list .single-vendor-area .logo-vendor img {
    max-width: 100px;
    height: auto;
}

.single-vendor-area {
    padding: 40px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    height: 100%;
}

@media only screen and (max-width: 575px) {
    .single-vendor-area {
        padding: 25px;
    }
}

.single-vendor-area .logo-vendor {
    max-width: max-content;
    height: auto;
    margin-bottom: 20px;
}

.single-vendor-area .logo-vendor img {
    max-width: max-content;
    height: auto;
}

.single-vendor-area .title {
    font-size: 24px;
    margin-bottom: 0;
}

.single-vendor-area .title span {
    padding: 4px 12px;
    background: var(--color-primary);
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    margin-left: 10px;
    font-weight: 400;
}

.single-vendor-area .title span.closed {
    background: #DC2626;
}

.single-vendor-area .stars-area {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 30px;
}

.single-vendor-area .stars-area i {
    color: #FF9A00;
}

.single-vendor-area .stars-area span {
    margin-left: 8px;
    color: #74787C;
    font-weight: 500;
}

.single-vendor-area .location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.single-vendor-area .location:last-child {
    margin-bottom: 0;
}

.single-vendor-area .location i {
    font-size: 20px;
}

.single-vendor-area .location p {
    max-width: 70%;
}

.single-vendor-area a.rts-btn {
    margin-top: 30px;
}

.accout-dashborard-nav .nav-link {
    text-align: left;
    padding: 14px 25px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
    color: var(--color-heading-1);
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 4px;
    font-weight: 500;
}

.accout-dashborard-nav .nav-link:last-child {
    margin-bottom: 0;
}

.accout-dashborard-nav .nav-link.active {
    background: var(--color-primary);
}

.accout-dashborard-nav .nav-link a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.order-table-account table tr {
    border: 1px solid #e9ecef;
}

.order-table-account table thead {
    border-style: unset !important;
    border: 1px solid #e9ecef !important;
}

.order-table-account table thead tr th {
    padding: 15px;
    border: none;
    min-width: max-content;
    white-space: nowrap;
}

.order-table-account table tbody tr td {
    padding: 15px;
    min-width: max-content;
    white-space: nowrap;
}

.dashboard-account-area a {
    color: var(--color-primary);
}

.tracing-order-account .order-tracking .single-input {
    margin-bottom: 25px;
}

.tracing-order-account .order-tracking .single-input label {
    margin-bottom: 10px;
    font-weight: 500;
}

.tracing-order-account .order-tracking .single-input input {
    height: 60px;
    border-radius: 4px;
    border: 1px solid #ececec;
}

.tracing-order-account .order-tracking .single-input input:focus {
    border-color: var(--color-primary);
}

.shipping-address-billing-address-account {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media only screen and (max-width: 479px) {
    .shipping-address-billing-address-account {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
}

.shipping-address-billing-address-account .half {
    max-width: 350px;
}

.shipping-address-billing-address-account .half p {
    line-height: 1.7;
}

.shipping-address-billing-address-account .half a {
    color: var(--color-primary);
}

.account-details-area input {
    height: 55px;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    margin-bottom: 15px;
}

.account-details-area .input-half-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.account-details-area .input-half-area .single-input {
    width: 100%;
}

.account-details-area button {
    margin-top: 30px;
}

.vendor-name-area-details {
    padding: 75px 0 40px 0;
}

@media only screen and (max-width: 575px) {
    .vendor-name-area-details {
        padding: 50px 0 0px 0;
    }
}

.vendor-name-area-details .title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .vendor-name-area-details .title {
        font-size: 32px;
    }
}

.vendor-time-opening .single-opening-hour {
    display: flex;
    margin-bottom: 14px;
    font-size: 16px;
}

.vendor-time-opening .single-opening-hour .day {
    color: inherit;
    flex-basis: 20%;
    margin-right: 30px;
}

.vendor-time-opening .single-opening-hour span {
    color: red;
    font-weight: 600;
}

.vendor-contact-info-wrapper form input {
    height: 44px;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
    font-size: 14px;
}

.vendor-contact-info-wrapper form button {
    max-width: 100% !important;
    width: 100%;
    display: block;
}

.vendor-details-banner--area {
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    margin-left: -30px;
}

@media only screen and (max-width: 1199px) {
    .vendor-details-banner--area {
        margin-left: 0;
        padding: 15px;
    }
}

.banner-vendor-details {
    background-image: url(../images/vendor/01.jpg);
    height: 400px;
    border-radius: 6px;
    position: relative;
    padding: 40px;
}

.vendor-banner-left {
    background: #2C3C28;
    border-radius: 6px;
    height: 100%;
    text-align: center;
    padding: 40px 25px;
}

.vendor-banner-left .stars-area {
    display: flex;
    align-items: center;
    color: #fff;
}

.vendor-banner-left .stars-area i {
    color: #FF9A00;
}

.vendor-banner-left .stars-area span {
    margin-left: 10px;
    color: #fff;
}

.vendor-banner-left .location {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 25px;
}

.vendor-banner-left .location i {
    color: #fff;
}

.vendor-banner-left .location p {
    color: #fff;
    text-align: left;
}

.product-area-add-wrapper {
    padding: 30px 0;
    position: relative;
    border-radius: 6px;
    margin-top: 30px;
    margin-left: -30px;
    background-image: url(../images/vendor/02.jpg);
}

@media only screen and (max-width: 1199px) {
    .product-area-add-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-area-add-wrapper {
        margin-left: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .product-area-add-wrapper {
        margin-left: 0;
        overflow: hidden;
    }
}

.product-area-add-wrapper .one {
    position: absolute;
    right: 50px;
    bottom: 0;
    height: 100%;
}

.product-area-add-wrapper .two {
    position: absolute;
    left: 10%;
    bottom: 0;
}

.product-area-add-wrapper .title {
    margin-left: -50px;
    color: #fff;
    text-align: center;
    font-size: 48px;
}

.product-filter-area-vendors-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .product-filter-area-vendors-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.product-filter-area-vendors-details form {
    position: relative;
}

.product-filter-area-vendors-details form input {
    height: 50px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 470px;
}

@media only screen and (max-width: 767px) {
    .product-filter-area-vendors-details form input {
        width: 320px;
    }
}

@media only screen and (max-width: 575px) {
    .product-filter-area-vendors-details form input {
        width: 290px;
    }
}

.product-filter-area-vendors-details form a {
    position: absolute;
    right: 5px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.ml-v-dec-m {
    margin-left: -30px;
}

@media only screen and (max-width: 1199px) {
    .ml-v-dec-m {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ml-v-dec-m {
        margin-left: 0;
    }
}

.vendor-details .single-shopping-card-one {
    border: 1px solid #E2E2E2;
}

.compare-title-area {
    margin-bottom: 35px;
}

.compare-title-area .title {
    font-size: 48px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .compare-title-area .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .compare-title-area .title {
        font-size: 26px;
    }
}

.compare-title-area span {
    display: 16px;
}

.compare-title-area span span {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
}

.side-bar {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: -100%;
    width: 465px;
    padding: 40px 30px;
    padding-top: 50px;
    height: 100%;
    display: block;
    background-color: white;
    backdrop-filter: blur(7px);
    z-index: 1900;
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow: visible;
}

@media only screen and (max-width: 575px) {
    .side-bar {
        width: 320px;
    }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
    display: flex;
    justify-content: center;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
    width: 85%;
    margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content {
    text-align: center;
    margin-top: 30px;
}

.side-bar .inner-main-wrapper-desk .inner-content p {
    max-width: 95%;
    text-align: center;
    margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content .title {
    font-weight: 600;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer {
    padding-top: 50px;
    margin-top: 80px;
    border-top: 1px solid #c2c2c2;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
    font-weight: 500;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
    margin: auto;
}

.side-bar.show {
    right: 0;
    overflow-y: auto;
}

.side-bar button.close-icon-menu {
    max-width: max-content;
    margin-right: auto;
    margin-left: -53px;
    margin-top: 0;
    position: absolute;
}

.side-bar button.close-icon-menu i {
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    margin-top: -53px;
    font-size: 27px;
    background: var(--color-primary);
}

.search-input-area-menu {
    position: relative;
}

.search-input-area-menu input {
    height: 50px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    padding: 15px;
}

.search-input-area-menu button {
    position: absolute;
    right: 10px;
    top: 50%;
    max-width: max-content;
    transform: translateY(-50%);
}

.tab-nav-btn nav .nav-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    border-bottom: none;
}

.tab-nav-btn nav .nav-tabs button {
    border: 1px solid #E2E2E2 !important;
    height: 45px;
    border-radius: 3px;
    font-weight: 600;
    color: #2C3C28;
}

.tab-nav-btn nav .nav-tabs button[aria-selected=true] {
    background: var(--color-primary);
    color: #fff;
}

.category-btn.category-hover-header.menu-category .category-sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateZ(0) translateY(0);
    width: 100%;
    box-shadow: none;
    margin-top: 30px;
    position: relative;
}

#side-bar .mobile-menu-main .metismenu.mainmenu {
    padding: 0 0 !important;
}

.button-area-main-wrapper-menuy-sidebar {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    flex-direction: column;
}

.button-area-main-wrapper-menuy-sidebar .rts-btn {
    border-radius: 4px;
}

.button-area-main-wrapper-menuy-sidebar .buton-area-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
}

.button-area-main-wrapper-menuy-sidebar .contact-area>div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.button-area-main-wrapper-menuy-sidebar .contact-area>div i {
    font-size: 24px;
    color: var(--color-primary);
}

.button-area-main-wrapper-menuy-sidebar .contact-area>div a {
    font-size: 22px;
    color: var(--color-heading-1);
}

.invoice-main-wrapper-1 {
    margin-top: 120px;
    padding: 50px;
    border-radius: 6px;
    background: #f1f1f1;
    margin-bottom: 30px;
}

.invoice-main-wrapper-1 .logo-top-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.invoice-main-wrapper-1 .invoice-location {
    text-align: right;
}

.invoice-main-wrapper-1 .invoice-location .title {
    font-weight: 500;
    line-height: 1;
    font-size: 48px;
}

.invoice-main-wrapper-1 .invoice-location span {
    display: block;
    font-size: 18px;
    margin: 5px 0;
}

.invoice-banner {
    background-image: url(../images/invoice/01.jpg);
    height: 177px;
    margin-top: 30px;
    border-radius: 5px;
}

.invoice-3 .invoice-table thead {
    color: #fff !important;
    background-color: #f1f1f1;
}

.invoice-4 .invoice-info {
    border-radius: 5px;
}

.invoice-4 .invoice-header {
    border-bottom: 1px solid #f1f1f1;
    padding: 50px 150px 30px 150px;
    margin-bottom: 50px;
}

.invoice-4 .invoice-bottom .hr {
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}

.invoice-5 .invoice-info {
    border-radius: 0;
}

.invoice-5 .invoice-header {
    padding: 50px 150px;
}

.invoice-5 .invoice-banner {
    padding: 0 150px 50px 150px;
}

.invoice-5 .invoice-bottom .hr {
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}

.invoice-center-rts {
    margin-top: 30px;
}

.invoice-center-rts thead tr th {
    color: #4d4d4d;
    padding: 15px 20px;
    border-color: #f1f1f1;
    border-width: 0;
    font-weight: 600;
}

.invoice-center-rts .item-desc-1 {
    padding: 12px 20px;
}

.invoice-center-rts td {
    padding: 15px 20px;
}

.invoice-area-bottom {
    text-align: center;
    margin-top: 40px;
}

.invoice-area-bottom .powerby {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.invoice-area-bottom .powerby p {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    color: var(--color-heading-1);
}

.invoice-area-bottom .powerby img {
    max-width: 50px;
}

.invoice-area-bottom p {
    margin: 0;
    margin-top: 20px;
    font-weight: 400;
    color: var(--color-heading-1);
}

.text-end.f-w-600 {
    font-weight: 600;
}

.buttons-area-invoice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#side-bar .inner-main-wrapper-desk {
    display: block;
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #side-bar .inner-main-wrapper-desk {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #side-bar .inner-main-wrapper-desk {
        display: none;
    }
}

#side-bar .mobile-menu-main {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #side-bar .mobile-menu-main {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    #side-bar .mobile-menu-main {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-nav.main-nav-one {
        display: none;
    }
}

.mobile-menu-main nav ul {
    padding: 0 20px;
    display: block;
}

.mobile-menu-main nav ul li {
    margin: 0;
    padding: 0;
}

.mobile-menu-main nav ul li a.main {
    padding: 12px 0 17px 0;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
}

.mobile-menu-main nav ul li.has-droupdown {
    position: relative;
}

.mobile-menu-main nav ul li.has-droupdown ul {
    padding: 0;
}

.mobile-menu-main nav ul li.has-droupdown ul a {
    padding: 10px 0;
}

.mobile-menu-main nav ul li.has-droupdown ul a.tag {
    font-weight: 700;
    margin-top: 15px;
    font-size: 18px;
    border-bottom: 2px solid var(--color-primary);
    padding: 10px 0;
}

.mobile-menu-main nav ul li.has-droupdown ul li {
    margin: 7px 0 !important;
    border-bottom: 1px solid #f3f3f3;
}

.mobile-menu-main nav ul li.has-droupdown::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 pro" !important;
    font-size: 16px;
    right: 0;
    font-weight: 400;
    top: 5px;
    padding: 8px 13px;
    color: #fff;
    background: var(--color-primary) !important;
    pointer-events: none;
    cursor: pointer;
}

.mobile-menu-main nav ul li.has-droupdown.mm-active::after {
    content: "\f077";
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl::after {
    font-size: 10px;
    padding: 3px 10px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul {
    padding: 0 20px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li {
    margin: 10px 0 !important;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
    color: var(--color-primary);
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.mobile-menu-main nav ul li a {
    display: block;
}

.mobile-menu-main .social-wrapper-one {
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    .side-bar.header-two .inner-main-wrapper-desk,
    .side-bar.header-three .inner-main-wrapper-desk {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .side-bar.header-two .mobile-menu,
    .side-bar.header-three .mobile-menu {
        display: none !important;
    }
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
    position: relative;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
    color: var(--color-primary);
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 16px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
    margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
    padding: 15px 0;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
    position: relative;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
    color: var(--color-primary);
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 16px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
    margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
    margin: 0;
    width: 100%;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.sub-dropdown {
    position: relative !important;
    display: block !important;
}

.sub-dropdown .submenu.third-lvl {
    opacity: 0 !important;
    min-width: 185px !important;
    left: 100% !important;
    top: -13% !important;
    margin: 0;
    border-radius: 0 !important;
}

.sub-dropdown .submenu.third-lvl.base {
    display: block !important;
}

.sub-dropdown:hover .sub-menu-link {
    color: var(--color-primary);
}

.sub-dropdown:hover .submenu.third-lvl.base {
    opacity: 1 !important;
    min-width: 185px !important;
    top: 0 !important;
    right: 3px;
    display: block !important;
}

.sub-dropdown:hover .submenu.third-lvl.base li {
    display: block;
}

.sub-dropdown:hover .submenu.third-lvl.base li a {
    display: block !important;
}

.header-three .sub-dropdown:hover .submenu.third-lvl.base {
    margin-left: -14px !important;
}

.header-two .header-main-wrapper .sub-dropdown:hover .submenu.third-lvl.base {
    margin-left: 90px !important;
}

header.heder-two .sub-dropdown:hover .submenu.third-lvl.base {
    opacity: 1 !important;
    min-width: 185px !important;
    top: 0 !important;
    right: 3px;
    display: block;
    margin-left: 0 !important;
}

header.heder-two .sub-dropdown::after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 16px;
    right: 20px;
    top: 8px;
    color: #fff;
}

header.heder-two .sub-dropdown:hover a.sub-menu-link {
    color: var(--color-primary) !important;
}

header.heder-two .sub-dropdown:hover::after {
    color: var(--color-primary) !important;
}

header.heder-two .sub-dropdown .submenu.third-lvl.base {
    display: block;
}

header.header-three .sub-dropdown:hover .submenu.third-lvl.base {
    opacity: 1 !important;
    min-width: 185px !important;
    top: 0 !important;
    right: 3px;
    display: block;
    margin-left: 0 !important;
}

header.header-three .sub-dropdown::after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 16px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

header.header-three .sub-dropdown:hover a.sub-menu-link {
    color: var(--color-primary) !important;
}

header.header-three .sub-dropdown:hover::after {
    color: var(--color-primary) !important;
}

header.header-three .sub-dropdown .submenu.third-lvl.base {
    display: block;
}

.search-input-area {
    transition: all 500ms ease;
    visibility: hidden;
    transform: translateY(-100%);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 57px 0;
    background: white;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input-area.show {
    visibility: visible;
    transform: inherit;
    opacity: 1;
}

.search-input-area .search-input-inner {
    display: flex;
    align-items: center;
    position: relative;
}

.search-input-area .search-input-inner .input-div {
    width: 80%;
    display: flex;
    align-items: center;
    margin: auto;
}

.search-input-area .search-input-inner .input-div input {
    background: #F7F7F7;
    border-radius: 5px;
    height: 55px;
}

.search-input-area .search-input-inner .input-div button {
    max-width: max-content;
    padding: 19px;
    background: var(--color-primary);
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: block;
    margin-left: -9px;
    border-radius: 0 5px 5px 0;
}

.search-input-area .search-close-icon {
    cursor: pointer;
    position: absolute;
    right: 38px;
    top: 22px;
}

.search-input-area .search-close-icon i {
    position: relative;
    z-index: 1;
    color: var(--color-primary);
    transition: 0.3s;
    font-size: 18px;
}

.search-input-area .search-close-icon i:hover {
    color: #F7F7F7;
}

.search-input-area .search-close-icon i:hover::after {
    background: var(--color-primary);
}

.search-input-area .search-close-icon i::after {
    position: absolute;
    height: 45px;
    width: 45px;
    content: "";
    border-radius: 5px;
    background: #fff8f3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: 0.3s;
}

#anywhere-home {
    cursor: url(../images/banner/shape/close.png), auto;
    background: #0e1013;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out;
    pointer-events: none;
    z-index: 50;
}

#anywhere-home.bgshow {
    background: #0e1013;
    opacity: 70%;
    visibility: visible;
    pointer-events: visible;
    z-index: 999;
    top: 0;
}

.quickview-modal .modal-dialog {
    max-width: 1080px;
    margin: auto;
}

.quickview-modal .modal-dialog .modal-header {
    border: none;
}

.product-single-main-wrapper-single-left-checkout-slide .banner-horizental {
    margin-bottom: 40px;
}

.product-single-main-wrapper-single-left-checkout-slide .banner-horizental .swiper {
    overflow: hidden;
}

.product-single-main-wrapper-single-left-checkout-slide .banner-horizental .swiper .slider-inner img {
    width: 100%;
}

.rts-product-details-section {
    padding-top: 100px;
    padding-bottom: 30px;
}

@media (max-width: 768px) {
    .rts-product-details-section .product-thumb-area {
        margin-right: 30px;
    }
    .rts-product-details-section .contents {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .rts-product-details-section .details-product-area {
        flex-direction: column;
    }
    .rts-product-details-section .details-product-area .product-thumb-area {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .rts-product-details-section .details-product-area .product-thumb-area .thumb-wrapper {
        width: 100%;
    }
    .rts-product-details-section .details-product-area .product-thumb-area .product-thumb {
        margin-bottom: 20px;
    }
    .rts-product-details-section .details-product-area .product-thumb-area .product-thumb-filter-group {
        margin-left: 0;
        flex-direction: row;
    }
    .rts-product-details-section .details-product-area .product-thumb-area .product-thumb-filter-group .thumb-filter {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .rts-product-details-section {
        padding-top: 50px;
    }
}

.rts-product-details-section .product-thumb-area {
    display: flex;
    align-items: center;
    margin-right: 70px;
}

.rts-product-details-section .product-thumb-filter-group {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.rts-product-details-section .product-thumb-filter-group:last-child .thumb-filter {
    margin-right: 0;
}

.rts-product-details-section .product-thumb-filter-group .thumb-filter {
    max-width: 85px;
    opacity: 40%;
    margin-bottom: 20px;
    cursor: pointer;
    transition: opacity 0.5;
}

.rts-product-details-section .product-thumb-filter-group .thumb-filter.active {
    opacity: 1;
}

.rts-product-details-section .product-row {
    padding-bottom: 10px;
    margin-bottom: 70px;
    border-bottom: 1px solid #f0f0f0;
}

.rts-product-details-section .col-lg-25 {
    width: 20%;
}

@media (max-width: 1200px) {
    .rts-product-details-section .col-lg-25 {
        display: none;
    }
}

.rts-product-details-section .side-products .product-item .product-image {
    max-width: 225px !important;
}

.rts-product-details-section .details-product-area {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
    .rts-product-details-section .details-product-area {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .rts-product-details-section .details-product-area {
        margin-bottom: 30px;
    }
}

.rts-product-details-section .details-product-area table {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .rts-product-details-section .details-product-area table {
        margin-bottom: 0;
    }
}

.rts-product-details-section .details-product-area table tr {
    border-bottom: 1px solid #f4f4f4;
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table tr {
        border: none;
        margin-bottom: 40px;
    }
}

.rts-product-details-section .details-product-area table tr .first-child {
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table tr .first-child {
        display: block;
        text-align: center;
    }
}

.rts-product-details-section .details-product-area table tr .first-child .image-section {
    width: 20%;
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table tr .first-child .image-section {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table tr .first-child .image-section img {
        width: 50%;
    }
}

.rts-product-details-section .details-product-area table tr .first-child .text {
    display: grid;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table tr .first-child .text {
        margin: 10px 0 0 0;
    }
}

.rts-product-details-section .details-product-area table tr .first-child .text a {
    font-size: 14px;
    color: #333333;
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table tr .first-child .text a {
        font-size: 16px;
    }
}

.rts-product-details-section .details-product-area table tr .first-child .text .color {
    color: #222222;
    font-size: 12px;
    line-height: 1.6;
    padding: 5px 0;
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table tr .first-child .text .color {
        font-size: 14px;
    }
}

.rts-product-details-section .details-product-area table tr .first-child .text .price {
    color: #000;
    font-size: 13px;
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table tr .first-child .text .price {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table tr .cart-edit {
        margin: 10px 0 0 0;
    }
}

.rts-product-details-section .details-product-area table tr .cart-edit .quantity-edit {
    width: 110px;
    height: 50px;
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area table tr .cart-edit .quantity-edit {
        width: 50%;
        margin: 0 auto;
    }
}

.rts-product-details-section .details-product-area .product-status {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.rts-product-details-section .details-product-area .product-catagory {
    background: var(--color-primary);
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}

.rts-product-details-section .details-product-area .rating-stars-group .rating-star i {
    color: #ffcd00;
    font-size: 15px;
}

.rts-product-details-section .details-product-area .rating-stars-group span {
    font-size: 14px;
    font-weight: 400;
    color: #61b163;
}

.rts-product-details-section .details-product-area .product-title {
    font-size: 26px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .rts-product-details-section .details-product-area .product-title {
        font-size: 20px;
    }
}

.rts-product-details-section .details-product-area .stock {
    font-size: 12px;
    font-weight: 600;
    color: #98bd25;
    padding: 2px 7px;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-left: 5px;
    transform: translateY(-3px);
}

.rts-product-details-section .details-product-area .stock1 {
    font-size: 12px;
    font-weight: 600;
    color: #ff0000;
    padding: 3px 7px;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-left: 5px;
    transform: translateY(-3px);
}

.rts-product-details-section .details-product-area .product-price {
    margin-bottom: 30px;
    font-size: 36px;
    color: var(--color-primary);
}

.rts-product-details-section .details-product-area .product-price .old-price {
    font-size: 20px;
    font-weight: 600;
    color: #cfcfcf;
    text-decoration: line-through;
}

.rts-product-details-section .details-product-area p {
    color: var(--color-body);
    max-width: 540px;
    margin-bottom: 20px;
}

.rts-product-details-section .details-product-area .action-item2 {
    padding: 10px 0;
    border-radius: 6px;
    margin-bottom: 10px;
}

.rts-product-details-section .details-product-area .action-item2 .action-top {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rts-product-details-section .details-product-area .action-item2 .action-top .action-title {
    font-size: 16px;
}

.rts-product-details-section .details-product-area .action-item2 .action-top .down-icon i {
    font-size: 17px;
}

.rts-product-details-section .details-product-area .action-item2 .category-item:last-child .category-item-inner {
    margin-bottom: 0;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .category-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .category-title-area {
    display: flex;
    align-items: center;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .point {
    background: #e3e3e3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .category-title {
    font-size: 14px;
    color: #61b163;
    font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item2 .category-item i {
    font-size: 14px;
    color: #000;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys {
    margin-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys .sub-categorys-inner {
    padding-bottom: 15px;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys a {
    font-size: 14px;
    color: #61b163;
    font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys a:hover {
    color: #000;
}

.rts-product-details-section .details-product-area .action-item2 .category-item.show .sub-categorys {
    max-height: 500px;
}

.rts-product-details-section .details-product-area .action-item2 .category-item.show .category-item-inner .down-icon i {
    transform: rotate(180deg);
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2:hover .color-arrow {
    color: #000;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2:last-child {
    margin-bottom: 0;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2.selected .color i {
    display: block;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color i {
    display: none;
    color: white;
    font-size: 8px;
    transform: translateX(3px) translateY(2px);
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color i::before {
    content: "\f00c";
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.black {
    background: #000;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.blue {
    background: #0084ff;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.gray {
    background: #d4d4d4;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.green {
    background: #61b163;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.red {
    background: #ff6262;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.yellow {
    background: #ffc000;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color-name {
    font-size: 14px;
    color: #61b163;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color-arrow {
    margin-left: auto;
    color: #b9b9b9;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner {
    max-height: 400px;
    overflow-y: scroll;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner::-webkit-scrollbar {
    width: 3px;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border-radius: 0;
    border: none;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands a {
    font-size: 14px;
    color: #61b163;
    margin-bottom: 10px;
    font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands a:hover {
    color: #000;
}

.rts-product-details-section .details-product-area .action-item3 {
    padding: 10px 0;
    border-radius: 6px;
    margin-bottom: 30px;
}

.rts-product-details-section .details-product-area .action-item3 .action-top {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rts-product-details-section .details-product-area .action-item3 .action-top .action-title {
    font-size: 16px;
}

.rts-product-details-section .details-product-area .action-item3 .action-top .down-icon i {
    font-size: 17px;
}

.rts-product-details-section .details-product-area .action-item3 .category-item:last-child .category-item-inner {
    margin-bottom: 0;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .category-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 10px;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .category-title-area {
    display: flex;
    align-items: center;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .point {
    background: #e3e3e3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .category-title {
    font-size: 14px;
    color: #61b163;
    font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item3 .category-item i {
    font-size: 14px;
    color: #000;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys {
    margin-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys .sub-categorys-inner {
    padding-bottom: 15px;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys a {
    font-size: 14px;
    color: #61b163;
    font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys a:hover {
    color: #000;
}

.rts-product-details-section .details-product-area .action-item3 .category-item.show .sub-categorys {
    max-height: 500px;
}

.rts-product-details-section .details-product-area .action-item3 .category-item.show .category-item-inner .down-icon i {
    transform: rotate(180deg);
}

.rts-product-details-section .details-product-area .action-item3 .color-item2 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2:hover .color-arrow {
    color: #000;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2:last-child {
    margin-bottom: 0;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2.selected .color i {
    display: block;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2 .size {
    padding: 2px 10px;
    background-color: #f5f5f5;
    margin-right: 10px;
    border: 1px solid #f4f4f4;
    transition: all 0.3s ease;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2 .size:hover {
    border: 1px solid #000;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2 .color-name {
    font-size: 14px;
    color: #61b163;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2 .color-arrow {
    margin-left: auto;
    color: #b9b9b9;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner {
    max-height: 400px;
    overflow-y: scroll;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner::-webkit-scrollbar {
    width: 3px;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border-radius: 0;
    border: none;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands a {
    font-size: 14px;
    color: #61b163;
    margin-bottom: 10px;
    font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands a:hover {
    color: #000;
}

.rts-product-details-section .details-product-area .product-bottom-action {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .rts-product-details-section .details-product-area .product-bottom-action .action-item {
        margin-bottom: 20px;
        padding: 0 17px;
        height: 50px;
    }
    .rts-product-details-section .details-product-area .product-bottom-action .wishlist {
        margin-bottom: 0;
    }
}

.rts-product-details-section .details-product-area .product-bottom-action2 {
    margin: 30px 0 30px 0;
}

.rts-product-details-section .details-product-area .product-bottom-action2 .form-btn {
    background: #f1f1f1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: 100%;
    padding: 21px 40px;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.rts-product-details-section .details-product-area .product-bottom-action2 .form-btn:hover {
    background-color: #000;
    color: #fff;
}

.rts-product-details-section .details-product-area .product-bottom-action3 {
    margin: 30px 0 30px 0;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit {
    width: 110px;
    height: 45px;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit input {
    text-align: center;
    max-width: 55px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit button {
    background: none;
    font-size: 0;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit button i {
    font-size: 16px;
    color: #d3d3d3;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit button i:hover {
    color: #ff0000;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 span {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 span i {
    color: #ff0000;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .form-btn {
    background: #f1f1f1;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    pointer-events: none;
    width: 100%;
    padding: 18px 40px;
    border: 0;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .form-btn:hover i {
    transform: translateX(10px);
}

.rts-product-details-section .details-product-area .product-bottom-action3 .form-btn i {
    margin-left: 10px;
    padding-top: 5px;
}

.rts-product-details-section .details-product-area .product-bottom-action4 {
    margin-bottom: 20px;
}

.rts-product-details-section .details-product-area .product-bottom-action4 .button {
    display: flex;
    align-items: center;
}

.rts-product-details-section .details-product-area .product-bottom-action4 .button .form-btn1 {
    background: #f1f1f1;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: 100%;
    padding: 18px 40px;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.rts-product-details-section .details-product-area .product-bottom-action4 .button .form-btn1:hover {
    background: none;
    color: #f1f1f1;
}

.rts-product-details-section .details-product-area .product-bottom-action4 .button .form-btn1 i {
    margin-right: 10px;
    transition: all 50ms;
}

.rts-product-details-section .details-product-area .action-item {
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
    border-radius: 6px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rts-product-details-section .details-product-area .cart-edit,
.rts-product-details-section .details-product-area .cart-edits {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.rts-product-details-section .details-product-area .cart-edit .quantity-edit,
.rts-product-details-section .details-product-area .cart-edits .quantity-edit {
    width: 123px;
    display: flex;
    padding: 3px 10px;
    border-radius: 5px;
}

.rts-product-details-section .details-product-area .cart-edit .quantity-edit input,
.rts-product-details-section .details-product-area .cart-edits .quantity-edit input {
    text-align: center;
    max-width: 55px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.rts-product-details-section .details-product-area .cart-edit .quantity-edit button,
.rts-product-details-section .details-product-area .cart-edits .quantity-edit button {
    background: none;
    font-size: 0;
}

.rts-product-details-section .details-product-area .cart-edit .quantity-edit button i,
.rts-product-details-section .details-product-area .cart-edits .quantity-edit button i {
    font-size: 16px;
    color: #d3d3d3;
}

.rts-product-details-section .details-product-area .cart-edit span,
.rts-product-details-section .details-product-area .cart-edits span {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

.rts-product-details-section .details-product-area .cart-edit span i,
.rts-product-details-section .details-product-area .cart-edits span i {
    color: #ff0000;
}

.rts-product-details-section .details-product-area .addto-cart-btn {
    margin-right: 20px;
    padding: 0 30px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 700;
    border: none;
}

.rts-product-details-section .details-product-area .addto-cart-btn:hover {
    background: var(--color-heading-1);
    color: #f1f1f1;
}

.rts-product-details-section .details-product-area .addto-cart-btn i {
    margin-right: 4px;
}

@media (max-width: 768px) {
    .rts-product-details-section .details-product-area .addto-cart-btn {
        font-size: 14px;
    }
}

.rts-product-details-section .details-product-area .wishlist-btn {
    padding: 0 20px;
}

.rts-product-details-section .details-product-area .wishlist-btn:hover {
    border: 1px solid #000;
}

.rts-product-details-section .details-product-area .wishlist-btn:hover i {
    color: #000;
}

.rts-product-details-section .details-product-area .wishlist-btn i {
    color: #e2e2e2;
}

.rts-product-details-section .details-product-area .product-uniques {
    margin-bottom: 20px;
}

.rts-product-details-section .details-product-area .product-unipue {
    font-size: 16px;
    color: var(--color-body);
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.rts-product-details-section .details-product-area .product-unipue span {
    display: inline-block;
    font-weight: 700;
}

.rts-product-details-section .details-product-area .share-social span {
    margin-right: 3px;
}

.rts-product-details-section .details-product-area .share-social .platform {
    font-size: 16px;
    margin-right: 10px;
    color: #000;
}

.rts-product-details-section .details-product-area .share-social .platform:hover {
    color: var(--color-primary);
}

.rts-product-details-section .product-full-details-area .details-filter-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.rts-product-details-section .product-full-details-area .details-filter-bar .details-filter {
    font-size: 16px;
    margin-right: 50px;
    font-weight: 700;
    color: #000;
}

.rts-product-details-section .product-full-details-area .details-filter-bar .details-filter.active {
    color: #f1f1f1;
}

.rts-product-details-section .product-full-details-area .details-filter-bar .details-filter:last-child {
    margin-right: 0;
}

.rts-product-details-section .product-full-details-area .details-filter-bar2 {
    display: block;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter {
    font-size: 16px;
    margin-right: 50px;
    font-weight: 700;
    color: #000;
}

@media (max-width: 768px) {
    .rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter {
        margin-right: 20px;
    }
}

.rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter.active {
    color: #f1f1f1;
}

.rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter:last-child {
    margin-right: 0;
}

.rts-product-details-section .product-full-details-area .full-details-inner {
    margin-bottom: -20px;
}

.rts-product-details-section .product-full-details-area .full-details-inner p {
    transition: height 500ms;
    max-width: unset;
    line-height: 26px;
}

@media (max-width: 1200px) {
    .rts-product-details-section .product-full-details-area .details-filter-bar {
        flex-wrap: wrap;
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .rts-product-details-section .product-full-details-area .details-filter-bar .details-filter {
        font-size: 14px;
        margin-right: 30px;
    }
}

@media (max-width: 507px) {
    .rts-product-details-section .product-full-details-area .details-filter-bar .details-filter {
        font-size: 14px;
        margin-right: 30px;
        margin-bottom: 10px;
    }
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items {
    width: 100%;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner p {
    font-size: 18px;
    color: #777777;
    margin: 0 0 15px;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .section-title {
    color: #000;
    margin-bottom: 20px;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .section-title a {
    color: #000;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .section-title a:hover {
    color: #000;
    text-decoration: underline;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .sect-title {
    font-weight: 400;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .post-title {
    font-size: 26px;
    margin-bottom: 35px;
    padding-top: 30px;
}

@media (max-width: 450px) {
    .rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .post-title {
        font-size: 20px;
    }
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form {
    padding: 30px 40px 35px 0;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box.text-input::before {
    content: "\f303";
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box.mail-input::before {
    content: "\f0e0";
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box.sub-input::before {
    content: "\f0ac";
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box::before {
    content: "\f007";
    left: auto;
    right: 30px;
    font-size: 14px;
    font-family: "Font awesome 5 Pro";
    position: absolute;
    font-size: 16px;
    color: #f1f1f1;
    top: 17px;
    z-index: 2;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box textarea {
    border: 2px solid #f4f4f4;
    box-shadow: none;
    padding-left: 30px;
    color: #000;
    font-size: 14px;
    background-color: #ffffff;
    width: 100%;
    height: 281px;
    border-radius: 7px;
    padding-top: 16px;
    resize: none;
    position: relative;
    z-index: 1;
}

@media (max-width: 450px) {
    .rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box textarea {
        height: 150px;
    }
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box input {
    border: 2px solid #f4f4f4;
    box-shadow: none;
    padding-left: 30px;
    height: 60px;
    border-radius: 7px;
    color: #000;
    font-size: 14px;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    z-index: 1;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating {
    margin: 25px 0;
    display: flex;
    align-items: center;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating p {
    margin: 0;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon {
    margin-left: 30px;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon a {
    position: relative;
    transition: all 500ms;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon a::after {
    display: none;
    content: "\f005";
    left: auto;
    right: 0;
    font-size: 14px;
    font-family: "Font awesome 5 Pro";
    position: absolute;
    font-size: 16px;
    color: #ff0000;
    top: 0;
    z-index: 2;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon a:hover::after {
    display: block;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .form-btn {
    background: #f1f1f1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: 100%;
    padding: 21px 40px;
    border: 0;
    border-radius: 7px;
    transition: all 0.3s ease 0s;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .form-btn:hover i {
    transform: translateX(10px);
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .form-btn i {
    margin-left: 10px;
}

.rating-stars-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1024px) {
    .product-area {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-area .product-thumb-area {
        margin: 0 auto;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .product-area .product-thumb-area .product-thumb {
        margin-bottom: 30px;
    }
    .product-area .product-thumb-filter-group {
        flex-direction: row;
    }
    .product-area .product-thumb-filter-group .details-filter {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .product-area .product-bottom-action .action-item {
        height: 50px;
        padding: 15px;
    }
}

.rts-product-details-section2 {
    padding-bottom: 0;
}

.rts-product-details-section2 .product-thumb-area {
    display: flex;
    flex-direction: column;
}

.rts-product-details-section2 .product-thumb-area .product-thumb {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}

.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group {
    flex-direction: row;
}

.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group .thumb-filter {
    margin-bottom: 0;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}

.rts-product-details-section2 .contents table {
    width: 100%;
}

@media (max-width: 1200px) {
    .rts-product-details-section2 .details-product-area {
        flex-direction: column;
    }
    .rts-product-details-section2 .details-product-area .product-thumb-area {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .rts-product-details-section2 .details-product-area .product-thumb-area .thumb-wrapper {
        width: 100%;
    }
    .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb {
        margin-bottom: 20px;
    }
    .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb-filter-group {
        margin-left: 0;
        flex-direction: row;
    }
    .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb-filter-group .thumb-filter {
        margin-right: 20px;
    }
}

.product-full-details-area2 {
    display: flex;
}

.product-full-details-area2 .details-filter-bar {
    margin-right: 30px;
    border: none;
}

.product-full-details-area2 .details-filter-bar .details-filter {
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}

.product-full-details-area2 .details-filter-bar .details-filter.active {
    background: #f1f1f1;
    color: #fff !important;
    border: 1px solid transparent;
}

@media (max-width: 1200px) {
    .product-full-details-area2 {
        flex-direction: column;
    }
    .product-full-details-area2 .details-filter-bar {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
    }
    .product-full-details-area2 .details-filter-bar .details-filter {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

@media (max-width: 950px) {
    .product-full-details-area2 .details-filter-bar .details-filter {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .product-full-details-area2 .details-filter-bar {
        margin-right: 0 !important;
    }
    .product-full-details-area2 .details-filter-bar .details-filter {
        margin-bottom: 10px;
        width: 170px;
        height: 70px;
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    .product-full-details-area2 .details-filter-bar .details-filter {
        width: 100%;
        margin-right: 0;
    }
}

.rts-featured-product-section-inner {
    padding: 80px 0;
}

.rts-featured-product-section-inner .go-btn {
    color: #000;
}

.product-details-popup-wrapper {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    z-index: 1000;
}

.product-details-popup-wrapper.popup {
    visibility: visible;
    opacity: 1;
}

.product-details-popup-wrapper.popup .product-details-popup {
    pointer-events: all !important;
}

.rts-product-details-section.product-details-popup-section {
    position: relative;
    border: none;
}

@media (max-width: 1200px) {
    .rts-product-details-section.product-details-popup-section .details-product-area .contents {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        margin: 0;
    }
}

@media (max-width: 900px) {
    .rts-product-details-section.product-details-popup-section .details-product-area {
        flex-direction: column;
    }
    .rts-product-details-section.product-details-popup-section .details-product-area .contents {
        max-height: 450px;
        overflow-y: scroll;
    }
}

@media (max-width: 768px) {
    .rts-product-details-section.product-details-popup-section .product-details-popup {
        margin-top: 100px;
        padding: 20px;
        width: 92%;
        height: 90vh;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 768px) and (max-width: 575px) {
    .rts-product-details-section.product-details-popup-section .product-details-popup {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) and (max-width: 479px) {
    .rts-product-details-section.product-details-popup-section .product-details-popup {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .rts-product-details-section.product-details-popup-section .details-product-area {
        flex-direction: column;
    }
    .rts-product-details-section.product-details-popup-section .details-product-area .product-thumb-area {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 30px !important;
    }
    .rts-product-details-section.product-details-popup-section .details-product-area .product-thumb-area .product-thumb {
        width: 100%;
    }
    .rts-product-details-section.product-details-popup-section .details-product-area .contents {
        max-height: unset;
        overflow: visible;
    }
}

.product-details-popup {
    pointer-events: none;
    margin: 0 auto;
    height: 520px;
    border-radius: 7px;
    background: #fff;
    padding: 30px !important;
    position: relative;
    z-index: 999;
}

.product-details-popup .product-thumb-area {
    margin-right: 40px !important;
}

.product-details-popup .product-thumb {
    width: 303px;
}

.product-details-popup .product-details-close-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -50px;
    top: -50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}

.product-details-popup .product-details-close-btn:hover i {
    color: red;
}

.product-details-popup .product-details-close-btn i {
    font-size: 20px;
    color: #000;
}

@media (max-width: 1200px) {
    .product-details-popup .product-details-close-btn {
        right: 0;
    }
}

@media (max-width: 1200px) {
    .product-details-popup {
        width: 90%;
    }
}

.filterd-items {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: all 1.2s;
    height: auto;
}

.filterd-items img {
    transition: all 1.2s;
}

.filterd-items.hide {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: translateY(0);
    height: 0;
    overflow: hidden;
    transition: all 1.2s;
}

.filterd-items.hide img {
    transition: all 1.2s;
}

.filterd-items2.hide {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: none;
    height: 0;
    overflow: hidden;
}

.zoom img:hover {
    opacity: 0;
}

.zoom img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}

.product-details-popup {
    pointer-events: none;
    margin: 0 auto;
    height: 520px;
    border-radius: 7px;
    background: #fff;
    padding: 30px !important;
    position: relative;
    z-index: 999;
}

.product-details-popup .product-thumb-area {
    margin-right: 40px !important;
    cursor: url(../images/banner/shape/zoom.png), auto;
}

.product-details-popup .product-thumb {
    width: 303px;
}

.product-details-popup .product-details-close-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -50px;
    top: -50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
}

.product-details-popup .product-details-close-btn:hover i {
    color: red;
}

.product-details-popup .product-details-close-btn i {
    font-size: 20px;
    color: var(--color-heading-1);
}

@media (max-width: 1200px) {
    .product-details-popup .product-details-close-btn {
        right: 0;
    }
}

@media (max-width: 1200px) {
    .product-details-popup {
        width: 90%;
    }
}

.successfully-addedin-wishlist {
    position: fixed;
    visibility: visible;
    opacity: 1;
    width: max-content;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: 0.3s;
    height: auto;
    z-index: 1000;
    padding: 15px 30px;
    background: #fff;
    gap: 20px;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
}

.successfully-addedin-wishlist i {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid var(--color-success);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-weight: 600;
    background: var(--color-primary);
}

.successfully-addedin-wishlist p {
    color: var(--color-success);
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.product-details-popup-wrapper.in-shopdetails {
    width: 100%;
    position: static;
    top: 0%;
    left: 0%;
    transform: none;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.3s;
    height: auto;
    width: 100%;
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    padding-top: 0 !important;
}

.product-details-popup-wrapper.in-shopdetails>div {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.product-details-popup-wrapper.in-shopdetails .product-details-popup-section {
    padding-top: 0;
}

.product-details-popup-wrapper.in-shopdetails .product-details-popup {
    pointer-events: auto;
    padding: 0 !important;
    height: auto;
    z-index: 5;
}

.product-details-popup-wrapper.in-shopdetails .product-details-popup .product-thumb {
    width: 450px;
}

.share-option-shop-details {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 25px;
}

@media only screen and (max-width: 575px) {
    .share-option-shop-details {
        flex-wrap: wrap;
    }
}

.share-option-shop-details .single-share-option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.share-option-shop-details .single-share-option span {
    color: #2C3C28;
    transition: 0.3s;
}

.share-option-shop-details .single-share-option .icon {
    height: 35px;
    width: 35px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.share-option-shop-details .single-share-option .icon i {
    color: #2C3C28;
    transition: 0.3s;
}

.share-option-shop-details .single-share-option span {
    color: #2C3C28;
    font-weight: 500;
    transition: 0.3s;
}

.share-option-shop-details .single-share-option:hover .icon {
    background: var(--color-primary);
}

.share-option-shop-details .single-share-option:hover .icon i {
    color: #fff;
}

.share-option-shop-details .single-share-option:hover span {
    color: var(--color-primary);
}

.shop-sight-sticky-sidevbar,
.our-payment-method {
    padding: 30px;
    border-radius: 6px;
    background: #F3F4F6;
}

.shop-sight-sticky-sidevbar .single-offer-area,
.our-payment-method .single-offer-area {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
}

@media only screen and (max-width: 575px) {
    .shop-sight-sticky-sidevbar .single-offer-area,
    .our-payment-method .single-offer-area {
        flex-direction: column;
        align-items: flex-start;
    }
}

.shop-sight-sticky-sidevbar .single-offer-area:last-child,
.our-payment-method .single-offer-area:last-child {
    border: none;
    margin: 0;
}

.shop-sight-sticky-sidevbar .single-offer-area .icon,
.our-payment-method .single-offer-area .icon {
    min-width: max-content;
}

.shop-sight-sticky-sidevbar .single-offer-area .icon img,
.our-payment-method .single-offer-area .icon img {
    min-width: max-content;
}

.shop-sight-sticky-sidevbar .single-offer-area .details p,
.our-payment-method .single-offer-area .details p {
    margin-bottom: 0;
    font-size: 14px;
    color: #2C3C28;
}

.our-payment-method .title {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 600;
}

.our-payment-method img {
    cursor: pointer;
}

.single-tab-content-shop-details {
    margin-top: 30px;
}

.single-tab-content-shop-details p.disc {
    margin-bottom: 25px;
}

.single-tab-content-shop-details .details-row-2 {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

@media only screen and (max-width: 1199px) {
    .single-tab-content-shop-details .details-row-2 {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

.single-tab-content-shop-details .details-row-2 .left-area {
    display: block;
    min-width: max-content;
}

@media only screen and (max-width: 575px) {
    .single-tab-content-shop-details .details-row-2 .left-area {
        min-width: 100%;
    }
}

.single-tab-content-shop-details .details-row-2 .left-area img {
    min-width: max-content;
}

@media only screen and (max-width: 575px) {
    .single-tab-content-shop-details .details-row-2 .left-area img {
        min-width: 100%;
    }
}

.product-discription-tab-shop {
    margin-top: 30px;
}

.product-discription-tab-shop ul {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px !important;
}

@media only screen and (max-width: 575px) {
    .product-discription-tab-shop ul {
        gap: 0;
    }
}

.product-discription-tab-shop ul.bottom-ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0;
}

.product-discription-tab-shop ul.bottom-ul li {
    margin: 5px 0;
}

.product-discription-tab-shop button {
    border: 1px solid rgba(43, 66, 38, 0.12) !important;
    padding: 13px 20px;
    font-weight: 700;
    color: #2C3C28;
    border-radius: 6px !important;
}

.product-discription-tab-shop button.active {
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    color: #fff !important;
}

.product-discription-tab-shop button:hover {
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    color: #fff !important;
}

@media only screen and (max-width: 1199px) {
    .mt-lg--30 {
        margin-top: 30px;
    }
}

.shop-single-area-filter .single-filter-box {
    background: #fff;
}

.category-hover-header.language-hover:hover {
    background: transparent !important;
}

.category-hover-header.language-hover:hover a {
    color: var(--color-primary);
    background: transparent;
}

.category-hover-header.language-hover .category-sub-menu {
    min-width: max-content;
    right: -20px;
    left: auto;
    gap: 0;
}

.category-hover-header.language-hover .category-sub-menu li {
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
}

.category-hover-header.language-hover .category-sub-menu li a {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.show-product-area-details {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .show-product-area-details {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 575px) {
    .show-product-area-details .product-thumb-filter-group.left {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}

.product-thumb-filter-group.left {
    min-width: 150px;
    margin-right: 0 !important;
}

.weekly-best-seller-item-single .thumbanil {
    position: relative;
}

.weekly-best-seller-item-single .action-share-option {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) rotateX(-90deg);
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    border-radius: 10px 10px 0 0;
    background: var(--color-primary);
    padding: 10px 29px;
    transform-origin: bottom;
    transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}

.weekly-best-seller-item-single .action-share-option .single-action {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.2px dashed rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    transition: all 0.3s;
}

.weekly-best-seller-item-single .action-share-option .single-action i {
    color: #fff;
    transition: all 0.3s;
}

.weekly-best-seller-item-single .action-share-option .single-action:hover {
    background: #fff;
}

.weekly-best-seller-item-single .action-share-option .single-action:hover i {
    color: var(--color-primary);
    animation: 0.5s mymove;
}

.weekly-best-seller-item-single:hover .action-share-option {
    bottom: 0;
    transform: translateX(-50%) rotateX(0deg);
}


/**------------------------------------------------------------------
 * Preloader Start Here
 */

#rts__preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

@keyframes preloader {
    0% {
        transform: scale(60%) rotate(0deg);
    }
    50% {
        transform: scale(60%) rotate(90deg);
    }
    100% {
        transform: scale(60%) rotate(360deg);
    }
}

@keyframes preloaderbg {
    0% {
        background: #fff;
        backdrop-filter: blur(9px);
    }
    100% {
        background: rgba(255, 255, 255, 0);
    }
}

.preloader {
    background: #fff;
    color: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-mask {
    overflow: hidden;
    padding-right: 2px;
}

.preloader-text {
    margin: 0;
    font-size: 40px;
    transform: translateY(135%);
    transition: transform 0.3s cubic-bezier(0.4, -0.19, 0.42, 1.3);
}

.preloader .animate {
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, -0.19, 0.42, 1.3);
}

.preloader .animate.slide-up {
    animation-name: slideUp;
}

.preloader .animate.delay-1 {
    animation-delay: 0.2s;
}

.preloader .animate.delay-2 {
    animation-delay: 0.4s;
}

.preloader.loaded .animate {
    animation-name: slideDown;
    animation-delay: 0.6s;
}

.preloader.loaded .animate.delay-1 {
    animation-delay: 0.4s;
}

.preloader.loaded .animate.delay-2 {
    animation-delay: 0.2s;
}

@keyframes slideUp {
    0% {
        transform: translateY(135%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-135%);
    }
}

#weiboo-load {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit- flex;
    display: -ms- flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.preloader-new {
    text-align: center;
    max-width: 20em;
    width: 100%;
}

.cart_preloader {
    display: block;
    margin: 0 auto 1.5em auto;
    width: 8em;
    height: 8em;
}

.cart__lines,
.cart__top,
.cart__wheel1,
.cart__wheel2,
.cart__wheel-stroke {
    animation: cartLines 2s ease-in-out infinite;
}

.cart__lines {
    stroke: var(--color-primary);
}

.cart__top {
    animation-name: cartTop;
}

.cart__wheel1 {
    animation-name: cartWheel1;
    transform: rotate(-0.25turn);
    transform-origin: 43px 111px;
}

.cart__wheel2 {
    animation-name: cartWheel2;
    transform: rotate(0.25turn);
    transform-origin: 102px 111px;
}

.cart__wheel-stroke {
    animation-name: cartWheelStroke;
}

.cart__track {
    stroke: hsla(var(--hue), 10%, 10%, 0.1);
    transition: stroke 0.4s;
}


/* Dark theme */

@media (prefers-color-scheme: dark) {
     :root {
        --bg: #000;
        --fg: #fff;
    }
    .cart__track {
        stroke: #000;
    }
}


/* Animations */

@keyframes msg {
    from {
        opacity: 1;
        visibility: visible;
    }
    99.9% {
        opacity: 0;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes cartLines {
    from,
    to {
        opacity: 0;
    }
    8%,
    92% {
        opacity: 1;
    }
}

@keyframes cartTop {
    from {
        stroke-dashoffset: -338;
    }
    50% {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 338;
    }
}

@keyframes cartWheel1 {
    from {
        transform: rotate(-0.25turn);
    }
    to {
        transform: rotate(2.75turn);
    }
}

@keyframes cartWheel2 {
    from {
        transform: rotate(0.25turn);
    }
    to {
        transform: rotate(3.25turn);
    }
}

@keyframes cartWheelStroke {
    from,
    to {
        stroke-dashoffset: 81.68;
    }
    50% {
        stroke-dashoffset: 40.84;
    }
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-subtitle {
    webkit-animation: fadeInDown 1.7s ease-in-out;
    animation: fadeInDown 1.7s ease-in-out;
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-title {
    -webkit-animation: fadeInUp 1.2s ease-in-out;
    animation: fadeInUp 1.2s ease-in-out;
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-description {
    -webkit-animation: fadeInUp 1.6s ease-in-out;
    animation: fadeInUp 1.6s ease-in-out;
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-btn2 {
    -webkit-animation: fadeInUp 1.8s ease-in-out;
    animation: fadeInUp 1.8s ease-in-out;
}

#myModal-1 {
    top: 50%;
    padding-right: 0 !important;
    transform: translateY(-30%);
}

#myModal-1 .modal-dialog {
    max-width: 1064px !important;
    height: 530px !important;
    background-image: url(../images/popover/01.webp);
    border-radius: 10px;
}

#myModal-1 .modal-content {
    height: 100%;
    background: transparent;
    border-radius: 10px;
}

#myModal-1 .modal-content .modal-header {
    max-width: max-content;
    color: #fff;
    margin-left: auto;
    color: #fff;
    border: none;
    background: transparent;
}

#myModal-1 .modal-content .modal-header button {
    border: none;
    height: 38px;
    width: 38px;
    background: var(--color-primary);
    right: 14px;
    position: absolute;
    top: 12px;
    z-index: 10;
    border-radius: 5px;
}

#myModal-1 .modal-content .modal-header button:hover {
    background: var(--color-heading-1);
}

#myModal-1 .modal-content .modal-header i {
    font-size: 18px;
    color: #fff;
}

#myModal-1 .modal-body .inner-content {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    #myModal-1 .modal-body .inner-content {
        max-width: 100%;
        width: 100%;
        margin-top: 40px;
    }
}

#myModal-1 .modal-body .inner-content .title-area .pre {
    font-size: 14px;
    color: #FFFFFF;
}

#myModal-1 .modal-body .inner-content .title-area .title {
    font-size: 36px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

#myModal-1 .modal-body .inner-content form input {
    height: 56px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
}

#myModal-1 .modal-body .inner-content form input:focus {
    border-color: #FFD335;
}

#myModal-1 .modal-body .inner-content form button {
    background: #FFD335;
    color: #110C2D;
    display: block;
    padding: 12px 25px;
    height: 56px;
    border-radius: 4px;
    margin-top: 15px;
    border: 1px solid transparent;
    transition: 0.3s;
    font-weight: 600;
}

#myModal-1 .modal-body .inner-content form button:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #FFD335;
}

#myModal-1 .modal-body .inner-content form span {
    color: #fff;
    display: block;
    margin-top: 20px;
    font-size: 14px;
}

#myModal-1 .modal-body .inner-content .content {
    padding: 80px 70px 120px 70px;
}

@media only screen and (max-width: 767px) {
    #myModal-1 .modal-body .inner-content .content {
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    #myModal-1 .modal-body .inner-content .content {
        padding: 0;
    }
}

#myModal-1 .modal-body .inner-content .content span.pre-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}

#myModal-1 .modal-body .inner-content .content .title {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 48px;
}

@media only screen and (max-width: 767px) {
    #myModal-1 .modal-body .inner-content .content .title {
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    #myModal-1 .modal-body .inner-content .content .title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    #myModal-1 .modal-body .inner-content .content .title br {
        display: none;
    }
}

#myModal-1 .modal-body .inner-content .content p.disc {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    #myModal-1 .modal-body .inner-content .content p.disc br {
        display: none;
    }
}

#myModal-1 .modal-body .inner-content .content .rts-btn-banner-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (max-width: 575px) {
    #myModal-1 .modal-body .inner-content .content .rts-btn-banner-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

#myModal-1 .modal-body .inner-content .content .rts-btn-banner-area .price-area {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

#myModal-1 .modal-body .inner-content .content .rts-btn-banner-area .price-area span {
    color: #1A1A1A;
    font-weight: 400;
}

#myModal-1 .modal-body .inner-content .content .rts-btn-banner-area .price-area .title {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: var(--color-primary);
    margin-bottom: -10px;
}

@media print {
    @page {
        size: A4;
        margin: 20mm;
    }
    body {
        -webkit-print-color-adjust: exact;
        font-family: Arial, sans-serif;
    }
    .invoice-main-wrapper-1 {
        width: 100%;
        max-width: 210mm;
        margin: auto;
        padding: 20px;
        box-sizing: border-box;
        background: white;
    }
    .logo-top-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .logo img {
        max-width: 150px;
    }
    .invoice-location {
        text-align: right;
    }
    .invoice-location .title {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .invoice-location .number,
    .invoice-location .email,
    .invoice-location .website {
        display: block;
        font-size: 14px;
    }
    .invoice-banner {
        display: none;
    }
    .invoice-center-rts {
        margin-top: 20px;
    }
    .table-responsive {
        width: 100%;
        overflow-x: auto;
    }
    .invoice-table {
        width: 100%;
        border-collapse: collapse;
    }
    .invoice-table th,
    .invoice-table td {
        border: 1px solid #000;
        padding: 8px;
    }
    .invoice-table thead th {
        background-color: #f2f2f2;
    }
    .invoice-table .text-center {
        text-align: center;
    }
    .invoice-table .text-right {
        text-align: right;
    }
    .invoice-table .text-end {
        text-align: right;
    }
    .f-w-600 {
        font-weight: 600;
    }
    .invoice-area-bottom {
        margin-top: 20px;
        text-align: center;
        font-size: 12px;
    }
    .invoice-area-bottom .powerby {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .invoice-area-bottom .powerby img {
        max-width: 50px;
        margin-left: 5px;
    }
    .invoice-area-bottom p {
        margin: 5px 0;
    }
    .no-print {
        display: none !important;
    }
}

.rts-ltr-rtl-setting-button-area {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10;
    transition: 0.3s;
    right: -90px;
}

.rts-ltr-rtl-setting-button-area i {
    padding: 15px;
    cursor: pointer;
    color: var(--color-primary);
}

.rts-ltr-rtl-setting-button-area .ltr-rtl-area {
    display: flex;
    align-items: center;
}

.rts-ltr-rtl-setting-button-area.active {
    right: 0;
}

[dir=rtl] .rts-ltr-rtl-setting-button-area {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 10;
    transition: 0.3s;
    right: -90px;
    flex-direction: row-reverse;
}

[dir=rtl] .rts-ltr-rtl-setting-button-area.active {
    right: 0;
}


/*# sourceMappingURL=../maps/style.css.map */