span.font-10.weight {
    line-height: normal;
    margin-top: 12px;
    min-height: auto;
    padding-right: 11px;
    color: #00bf6f;
}


/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/

a:hover {
    color: #00BF6F;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 8px;
    padding-right: 8px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--120 {
    margin-top: -120px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb--60 {
    margin-bottom: -60px;
}

.mb--120 {
    margin-bottom: -120px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-142 {
    padding-top: 142px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px;
}

hr {
    border: 0;
    border-top: 1px solid rgb(48 204 113);
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.products-page .col-sm-12.col-md-12.col-lg-2 {
    padding-left: 0px !important;
}

.products-page .col-sm-12.col-md-12.col-lg-10 {
    padding-right: 0px !important;
}

.lowerpin {
    display: none;
}

.my-blancepage .confir-checkout .offer-banner__box {
    padding: 30px 80px !important;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.swiper-wrapper .show-webp {
    display: inline-flex;
}

.swiper-wrapper .show-wm {
    display: none !important;
}

.video-card {
    background-color: var(--thm-black);
    position: relative;
}

.video-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: grayscale(100%);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.video-card .container {
    position: relative;
}

.video-card .container p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
}

.video-card .container p img {
    margin-right: 10px;
}

.video-card .container h3 {
    margin: 0;
    color: #fff;
    letter-spacing: -0.04em;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 45px;
}

@media (max-width: 575px) {
    .video-card .container h3 {
        font-size: 40px;
    }

    .video-card .container h3 br {
        display: none;
    }
}

@media (max-width: 375px) {
    .video-card .container h3 {
        font-size: 30px;
    }

}

.video-card__btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-card__btn {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    margin-left: 30px;
    background-color: var(--thm-primary);
    color: #fff;
}

.video-card__btn:hover {
    color: var(--thm-primary);
    background-color: #fff;
}

.video-card-two {
    padding-top: 100px;
    position: relative;
    z-index: 11;
}

.video-card-two .inner-container {
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #242323;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 65px;
    padding-bottom: 20px;
    position: relative;
    z-index: 11;
}

@media (max-width: 991px) {
    .video-card-two .inner-container {
        padding-top: 40px;
        padding-bottom: 30px;
        text-align: center;
        padding-right: 20px;
        border-radius: 0px !important;
    }
}

.video-card-two h3 {
    margin: 0;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #fff;
    padding-left: 22px;
    position: relative;
    left: 30px;
}

@media (max-width: 1199px) {
    .video-card-two h3 {
        left: 0;
        font-size: 30px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .video-card-two h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0;
    }
}

.video-card-two p {
    margin: 0;
    padding-left: 70px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #9e9e9e;
}

@media (max-width: 1199px) {
    .video-card-two p {
        padding-left: 0;
    }
}

.video-card-two__box {
    display: inline-block;
    position: relative;
}

@media (max-width: 991px) {
    .video-card-two__box {
        width: 251px;
        height: 251px;
        margin-left: auto;
        display: block;
        margin-right: auto;
    }
}

.video-card-two__box>img {
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .video-card-two__box>img {
        max-width: 100%;
    }
}

.video-card-two__box-btn {
    width: 56px;
    height: 56px;
    background-color: var(--thm-base);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    transition: 500ms ease;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(50%);
}

.video-card-two__box-btn:hover {
    color: #fff;
    background-color: var(--thm-primary);
}

@media (max-width: 575px) {
    .video-card-two__box-btn {
        top: 50%;
        right: auto;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
}

.team-one {
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

@media (min-width: 1200px) {
    .team-one {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

.team-one .container {
    position: relative;
}

[class*=team-one__shape-] {
    position: absolute;
    display: none;
}

@media (min-width: 992px) {
    [class*=team-one__shape-] {
        display: block;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

.team-one__shape-1 {
    left: 95px;
    bottom: -15px;
}

.team-one__shape-2 {
    right: 120px;
    bottom: -25px;
}

.team-card {
    margin-bottom: 30px;
}

.team-card__image>img {
    width: 100%;
}

.team-card__content {
    text-align: center;
}

.team-card__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-family: var(--special-font);
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .team-card__content h3 {
        font-size: 22px;
    }
}

.team-card__social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-card__social a {
    display: flex;
    width: 46px;
    height: 46px;
    background-color: #f4f4f4;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--thm-color);
    transition: all 500ms ease;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .team-card__social a {
        width: 56px;
        height: 56px;
        font-size: 18px;
    }
}

.team-card__social a+a {
    margin-left: 10px;
}

.team-card__social a:hover {
    background-color: var(--thm-base);
    color: #ffffff;
}

.blog-card {
    position: relative;
    background-color: #fff;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .blog-card {
        margin-bottom: 50px;
    }
}

.blog-card__image {
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-card__image>img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.blog-card__image>a {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 78, 61, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image>a::before,
.blog-card__image>a::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card__image>a::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover .blog-card__image>img {
    transform: scale(1.05);
}

.blog-card__content {
    background-color: #fff;
    position: relative;
    transition: all 500ms ease;
}

.blog-card__content h3 {
    color: var(--thm-black);
    font-size: 24px;
    line-height: 1.33;
    font-family: var(--special-font);
    margin: 0;
}

@media (min-width: 768px) {
    .blog-card__content h3 {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .blog-card__content h3 {
        font-size: 30px;
    }
}

.blog-card__content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.blog-card__content h3 a:hover {
    color: var(--thm-base);
}

.blog-card__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.667;
    color: var(--thm-color);
    margin-top: 15px;
}

@media (min-width: 992px) {
    .blog-card__content p {
        font-size: 18px;
        margin-top: 25px;
    }
}

.blog-card__date {
    width: 69px;
    height: 69px;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 16px;
    font-family: var(--special-font);
    color: #fff;
    padding: 0 20px;
    line-height: 1.375;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blog-card__meta a {
    display: flex;
    align-items: center;
    line-height: 1;
    color: var(--thm-color);
    font-size: 16px;
    font-weight: 400;
}

.blog-card__meta a i {
    color: var(--thm-base);
    margin-right: 5px;
    transition: all 500ms ease;
}

.blog-card__meta a:hover {
    color: var(--thm-black);
}

.blog-card__meta a:hover i {
    color: var(--thm-black);
}

.blog-card__meta a+a {
    margin-left: 15px;
}

.blog-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .blog-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .blog-details {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.blog-details .blog-card__content {
    padding-bottom: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.blog-details .blog-card__content h3 {
    margin-bottom: 20px;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .blog-details .blog-card__content h3 {
        font-size: 34px;
        margin-top: 5px;
        margin-bottom: 35px;
    }
}

.blog-details__image {
    margin-bottom: 40px;
}

.blog-details__content p {
    margin: 0;
    line-height: 1.889;
}

.blog-details__content p+p {margin-top: 10px;}

@media (min-width: 1200px) {  .blog-details__content p+p {margin-top: 30px;}  }

.blog-details__meta {display: flex;justify-content: center;align-items: center;flex-direction: column;border-top: 2px solid #f4f4f4;margin-top: 30px;padding-top: 20px;}

@media (min-width: 1200px) {  .blog-details__meta {flex-direction: row;justify-content: space-between;margin-top: 40px;padding-top: 30px;}  }

.blog-details__tags {margin: 0;}
.blog-details__tags span {color: var(--thm-black);font-size: 16px;font-family: var(--special-font);}

@media (min-width: 1200px) {  .blog-details__tags span {font-size: 20px;}  }

.blog-details__tags a {font-size: 16px;color: #6e7673;transition: all 500ms ease;margin-left: 5px;}
.blog-details__tags a:hover {color: var(--thm-black);}
.blog-details__social {display: flex;align-items: center;justify-content: center;margin-top: 10px;}

@media (min-width: 1200px) {  .blog-details__social {margin-top: 0;}  }

.blog-details__social a {width: 40px;height: 40px;background-color: #f4f4f4;display: flex;align-items: center;justify-content: center;font-size: 14px;color: #6e7673;transition: all 500ms ease;border-radius: 50%;}

@media (min-width: 1200px) {  .blog-details__social a {width: 56px;height: 56px;font-size: 16px;}  }
.blog-details__social a+a {margin-left: 10px;}
.blog-details__social a:hover {background-color: var(--thm-base);color: #fff;}
.blog-sidebar {margin-top: 50px;}

@media (min-width: 1200px) { .blog-sidebar {margin-top: 0px;}  }

.blog-sidebar ul {margin: 0;padding: 0;list-style: none;}
.blog-sidebar h3 {margin: 0;font-size: 18px;color: var(--thm-black);margin-bottom: 20px;font-family: var(--special-font);}

@media (min-width: 1200px) {
    .blog-sidebar h3 {
        font-size: 20px;
    }
}

.blog-sidebar__search {margin-bottom: 30px;}
.blog-sidebar__search form {width: 100%;height: 90px;background-color: var(--thm-base);position: relative;}
.blog-sidebar__search form input[type="text"], .blog-sidebar__search form input[type="search"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .blog-sidebar__search form input[type="text"], .blog-sidebar__search form input[type="search"] {padding-left: 50px;padding-right: 50px;}
}

.blog-sidebar__search form button[type="submit"] {
    width: auto;
    padding: 0;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-appearance: none;
    appearance: none;
}

@media (min-width: 1200px) {  .blog-sidebar__search form button[type="submit"] {right: 50px;}  }
.blog-sidebar__tags {background-color: #f4f4f4;padding: 30px;margin-bottom: 30px;}

@media (min-width: 1200px) {  .blog-sidebar__tags {padding: 50px;}  }
.blog-sidebar__tags-links {display: flex;flex-wrap: wrap;margin-left: -10px;margin-top: -20px;}
.blog-sidebar__tags-links a {font-size: 16px;color: var(--thm-color);font-weight: 500;display: flex;line-height: 1;transition: all 500ms ease;margin-left: 10px;margin-top: 20px;}
.blog-sidebar__tags-links a:hover { color: var(--thm-base); }
.blog-sidebar__posts {background-color: #f4f4f4;margin-bottom: 30px;padding: 30px;padding-bottom: 0;}

@media (min-width: 1200px) { .blog-sidebar__posts {padding: 50px;} }
.blog-sidebar__posts h3 {margin-bottom: 30px;}
.blog-sidebar__posts ul li {position: relative;min-height: 67px;padding-left: 96px;transition: all 500ms ease;border-top: 2px solid #ffffff;margin-top: 30px;padding-top: 30px;}
.blog-sidebar__posts ul li:first-child {border-top: 0;margin-top: 0;padding-top: 0px;border-top: 0;}
.blog-sidebar__posts ul li:first-child>img {top: 0;}
.blog-sidebar__posts ul li>img {position: absolute;left: 0px;top: 30px;}
.blog-sidebar__posts ul li span {color: var(--thm-base);font-size: 14px;font-weight: 500;display: flex;align-items: center;line-height: 1;margin-bottom: 5px;}
.blog-sidebar__posts ul li h4 {margin: 0;font-size: 16px;font-weight: 500;line-height: 1.625;color: var(--thm-black);}
.blog-sidebar__posts ul li h4 a {color: inherit;}
.blog-sidebar__categories {background-color: #f4f4f4;margin-bottom: 30px;padding: 30px;}

@media (min-width: 1200px) {
    .blog-sidebar__categories {
        padding: 50px;
    }
}

.blog-sidebar__categories ul li+li {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .blog-sidebar__categories ul li+li {
        margin-top: 25px;
    }
}

.blog-sidebar__categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--thm-color);
    font-weight: 500;
    line-height: 1;
    transition: all 500ms ease;
}

.blog-sidebar__categories ul li a:hover {
    color: var(--thm-black);
}

.blog-sidebar__categories ul li a i {
    font-size: 16px;
}

.comment-form h2,
.blog-comment h2 {
    margin: 0;
    font-size: 24px;
    color: var(--thm-black);
    font-family: var(--special-font);
    margin-bottom: 20px;
}

@media (min-width: 1200px) {

    .comment-form h2,
    .blog-comment h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }
}

.blog-author {
    margin-bottom: 50px;
    margin-top: 30px;
    border: 2px solid #f4f4f4;
    padding: 30px;
    text-align: center;
}

@media (min-width: 1200px) {
    .blog-author {
        display: flex;
        align-items: center;
        text-align: left;
        padding: 60px;
    }
}

@media (min-width: 1200px) {
    .blog-author__image {
        margin-right: 45px;
    }
}

.blog-author h3 {
    margin: 0;
    font-size: 18px;
    color: var(--thm-black);
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: var(--special-font);
}
.product-tile{
    height:210px !important;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.new-homepage ul.category-listing.home-list-category li.orignal .product-tile {height: 216px !important;}
.new-homepage ul.category-listing.home-list-category2 li.orignal .product-tile {height: 225px !important; }
.page-wrapper.theme-category-page .product-tile {
    height: 250px !important;
}
@media (min-width: 1200px) {
    .blog-author h3 {
        font-size: 20px;
        margin-top: 0;
    }
}

.blog-author p {
    margin: 0;
    font-size: 16px;
    line-height: 1.889;
}

@media (min-width: 1200px) {
    .blog-author p {
        margin-top: 20px;
        font-size: 18px;
    }
}

.comment-form {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .comment-form {
        margin-top: 30px;
    }
}

.comment-form .contact-one__form {
    margin-top: 0;
    padding: 0;
    margin: 0;
}

.blog-comment__box {
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .blog-comment__box {
        display: flex;
        align-items: center;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

.blog-comment__box .blog-comment__image {
    margin-right: 40px;
}

.blog-comment__box img {
    margin-bottom: 20px;
}

.blog-comment__box h3 {
    font-size: 18px;
    color: var(--thm-black);
    font-family: var(--special-font);
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .blog-comment__box h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.blog-comment__box p {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.889;
}

@media (min-width: 1200px) {
    .blog-comment__box p {
        font-size: 18px;
    }
}

.blog-comment__box .blog-comment__content {
    position: relative;
}

.blog-comment__box .blog-comment__content-top {
    display: flex;
    align-items: center;
}

.blog-comment__box .blog-comment__content-top span {
    color: var(--thm-base);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: 2px;
    margin-left: 10px;
    display: block;
}

.blog-comment__box .thm-btn {
    font-size: 12px;
    font-weight: bold;
    padding: 6px 20px;
    background-color: var(--thm-base);
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .blog-comment__box .thm-btn {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.blog-comment__box .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.blog-two {
    padding-top: 80px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f4f4f4;
}

@media (min-width: 1200px) {
    .blog-two {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

.blog-two .thm-tiny__slider:not(.tns-slider) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

:root {
    --thm-font: "Rubik", sans-serif;
    --heading-font: "Rubik", sans-serif;
    --special-font: "Abril Fatface", cursive;
    --thm-color: #004541;
    --thm-color-rgb: 113, 117, 115;
    --thm-base: #00BF6F;
    --thm-base-rgb: 96, 190, 116;
    --thm-primary: #f7c35f;
    --thm-primary-rgb: 247, 195, 95;
    --thm-secondary: #ed4b4b;
    --thm-secondary-rgb: 237, 75, 75;
    --thm-special: #5366c2;
    --thm-special-rgb: 83, 102, 194;
    --thm-black: #004541;
    --thm-black-rgb: 56, 58, 57;
    --thm-black2: #004541;
    --thm-black2-rgb: 56, 58, 57;
    --thm-text-dark: #004541;
    --thm-text-dark-rgb: 179, 182, 181;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-color);
    font-size: 16px;
    line-height: 2.15;
    font-weight: 300;
    background: #F4F5F7;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--thm-base);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--thm-black);
}

@media (max-width: 575px) {

    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: block;
    }
}

@media (max-width: 575px) {
    p br {
        display: none;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.background-base {
    background-color: var(--thm-base);
}

.background-primary {
    background-color: var(--thm-primary);
}

.background-secondary {
    background-color: var(--thm-secondary);
}

.background-special {
    background-color: var(--thm-special);
}

.background-black {
    background-color: var(--thm-black);
}

.background-black-2 {
    background-color: #004541;
}

.thm-text-dark {
    color: var(--thm-text-dark);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    padding-top: 180px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }

    .checkout-container {
        max-width: 1160px !important;
        padding: 0px;
    }

    .cart-page .table-responsive {
        overflow-x: initial !important;
    }
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-base);
    color: #fff;
    font-size: 14px;
    font-family: var(--thm-font);
    padding: 16px 40px 15px 40px;
    transition: 500ms;
    border-radius: 4px;
    background-color: var(--thm-base);
    color: #fff;
}

.thm-btn.d-block- {
    margin-right: 40px;
}

.thm-btn.btn-login {
    height: 42px;
    min-width: 140px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
    background: #00BF6F;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 42px;
}

.thm-btn:hover {
    color: #FFFFFF;
    background-color: #004541;
}

.thm-btn-grey {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    font-size: 14px;
    font-family: var(--thm-font);
    padding: 8px 40px;
    transition: 500ms;
    border-radius: 4px;
    background-color: #F4F5F7;
    color: #004541;
    font-weight: 500;
}

.thm-btn-grey:hover {
    background-color: #004541;
    color: #fff;
}

.thm-btn-grey:hover svg path#Shape1 {
    color: white !important;
    fill: white !important;
}

.thm-btn-grey:hover svg g {
    background-color: var(--thm-black) !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.dropdown-menu-right {
    transform: translate3d(0px, 20px, 0px) !important;
}

.dropdown-menu-right a {
    padding: 10px 20px !important;
    margin: 0px !important;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--thm-base);
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--thm-color);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.block-title {
    margin-top: -8px;
    margin-bottom: 50px;
}

.block-title__decor {
    width: 21px;
    height: 14px;
    background-image: url(../images/shapes/leaf-1-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    line-height: 1;
    margin-bottom: -5px;
    position: relative;
    top: -7px;
}

.block-title span,
.block-title p {
    margin: 0;
    color: var(--thm-color);
    font-size: 16px;
    line-height: 1;
    margin-bottom: 7px;
}

@media (min-width: 768px) {

    .block-title span,
    .block-title p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {

    .block-title span,
    .block-title p {
        font-size: 20px;
    }
}

.block-title h3 {
    margin: 0;
    font-size: 35px;
    color: var(--thm-black);
    font-family: var(--special-font);
}

@media (min-width: 768px) {
    .block-title h3 {
        font-size: 42px;
    }
}

@media (min-width: 1200px) {
    .block-title h3 {
        font-size: 50px;
    }
}

.ul-list-one {
    margin-bottom: 0;
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-black);
}

@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 20px;
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--thm-secondary);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon";
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}

.preloader.loading-update-cart {
    background-color: rgb(0, 69, 65);
    opacity: 0.9;
}
.preloader.loading-update-cart p {
    margin-bottom: 0px; margin-left: 15px; color: white; font-weight: 400; font-size: 18px;
}

.preloader__image {
    /*    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;*/

    width: 300px;
}


/* scroll to top */

.scroll-to-top {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: var(--thm-base);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}


/* post paginations */

.post-pagination {
    margin-bottom: 0;
    margin-top: 0px;
}

@media (min-width: 992px) {
    .post-pagination {
        margin-top: 0px;
    }
}

.post-pagination a {
    display: flex;
    width: 45px;
    height: 45px;
    background-color: #eff2f6;
    align-items: center;
    justify-content: center;
    color: var(--thm-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    transition: 500ms ease;
}

@media (min-width: 992px) {
    .post-pagination a {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

.post-pagination a:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.post-pagination li:first-child a {
    background-color: var(--thm-base);
    color: #fff;
}

.post-pagination li:last-child a {
    background-color: var(--thm-black);
    color: #fff;
}

.post-pagination li+li {
    margin-left: 10px;
}


/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.form-one .form-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 0;
}

@media (min-width: 576px) {
    .form-one .form-group {
        grid-template-columns: 1fr 1fr;
    }
}

.form-one .form-control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
}

.form-one .form-control-full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
    display: block;
    width: 100%;
    height: 73px;
    border-radius: 36.5px;
    background-color: #f1f1f1;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
}

.form-one textarea {
    border-radius: 30px;
    height: 195px;
    padding-top: 20px;
}

.form-one .thm-btn {
    padding: 24.5px 57.5px;
}

.form-one .thm-btn:hover {
    background-color: var(--thm-primary);
    color: #fff;
}


/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/

.main-menu .container {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
}

.main-menu {
    background-color: #004541;
    position: relative;
    z-index: 91;
    border-radius: 6px 6px 0px 0px;
    margin: 0 auto;
    margin-top: -32px;
    max-width: 1340px;
    height: 60px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .main-menu {
        display: none;
    }
}

.main-menu,
.stricky-header {
    /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
        justify-content: center;
    }
}

.main-menu .main-menu__list,
.stricky-header .main-menu__list {
    margin-left: auto;
    margin-right: auto;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative !important;
}
.main-menu .main-menu__list li.dropdown ul.extenddropdown {
    max-width: 480px;
    min-width: 480px;
}
.main-menu .main-menu__list li.dropdown:last-child ul.extenddropdown, .main-menu .main-menu__list li.dropdown:nth-last-child(2) ul.extenddropdown {
    left: -430px;
    max-width: 480px;
    min-width: 480px;
}
.main-menu .main-menu__list li.dropdown:last-child ul.extenddropdown:before,.main-menu .main-menu__list li.dropdown:nth-last-child(2) ul.extenddropdown:before  {
    right: 17px;
    left: auto;
}

.stricky-header .main-menu__list>li+li {
    margin-left: 15px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-family: var(--thm-font);
    font-size: 14px;
    line-height: 16px;
    display: flex;
    font-weight: 500;
    align-items: center;
    color: #FFF;
    position: relative;
    transition: all 500ms ease;
}

.stricky-fixed .main-menu__list>li>a {
    line-height: 16px !important;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--thm-base);
    text-shadow: 0px 0 0 currentColor;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    left: -21px;
    min-width: 220px;
    width: max-content;
    background-color: #FFFFFF;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    /* transition: 500ms ease; */
    z-index: 99;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 13px 25px;
    border-radius: 6px;
    top: 30px;
}
.main-menu .main-menu__list li ul.extenddropdown{
    position: absolute;
    left: -21px;
    min-width: 400px;
    background-color: #FFFFFF;
    flex-direction: inherit !important;
    justify-content: inherit !important;
    align-items: inherit !important;
    display: inline-block !important;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 13px 25px;
    border-radius: 6px;
    top: 30px;
}
.swiss-icon {
    position: absolute;
    bottom: 20px;
    right: 120px;
    z-index: 9;
}
.product-card__two-image .swiss-icon {
    right: 0px;
    left: auto;
}
.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    text-align: left;
}
.main-menu .main-menu__list li ul.extenddropdown li {
    flex: inherit !important;
    width: 49% !important;
    line-height: 20px;
    position: relative;
    text-align: left;
    display: inline-block !important;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    font-size: 12px;
    line-height: 30px;
    color: #004541;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 500ms;
    font-weight: 400;
}
.main-menu .main-menu__list li ul.extenddropdown li a,
.stricky-header .main-menu__list li ul.extenddropdown li a { line-height: 20px; }
.main-menu .main-menu__list li ul li>a:hover,
.stricky-header .main-menu__list li ul li>a:hover {
    color: var(--thm-base);
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none;
}

.main-menu__login a {
    font-size: 14px;
    color: var(--thm-color);
    transition: all 500ms ease;
    display: flex;
    align-items: center;
}

.main-menu__login a>i {
    width: 23px;
    height: 23px;
    background-color: var(--thm-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 11px;
    transition: all 500ms ease;
    margin-right: 10px;
}

.main-menu__login a:hover {
    color: var(--thm-base);
}

.main-menu__login a:hover>i {
    color: #fff;
    background-color: var(--thm-black);
}

.main-menu__language {
    display: flex;
    align-items: center;
    border-left: #FFF solid 1px;
    padding-left: 0px;
    position: relative;
}

.main-menu__language img {
    border-radius: 50%;
    margin-right: 10px;
}

.main-menu__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 70px;
}

.main-menu__language .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: none !important;
    color: #AAC0C0;
    font-size: 14px;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0%);
    transition: transform 500ms ease;
}

@media (max-width: 1199px) {
    .stricky-header {
        display: block;
    }
}

.stricky-header .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--thm-base);
}

.mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
    transition: 500ms;
}

.mobile-nav__toggler:hover {
    color: var(--thm-base);
}

@media (min-width: 1200px) {
    .mobile-nav__toggler {
        display: none;
    }
}

.hide-desktop-view {
    display: none !important;
}

.topbar {
    background-color: #fff;
    /* box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);*/
    position: relative;
    /*  z-index: 99;*/
}

.topbar-strip {
    background-color: #F4F5F7;
    min-height: 40px;
    display: flex;
}

.topbar .container {
    position: relative;
}

.input-cutsom {
    height: 42px;
    width: 543px;
    padding: 0 18px !important;
    border-radius: 4px;
    font-size: 14px;
    color: #004541 !important;
    letter-spacing: 0.4px;
    border: 1px solid #00bf6f;
}

.input-cutsom::-webkit-input-placeholder {
    color: #004541 !important;
    font-size: 14px;
}

.input-cutsom::-moz-placeholder {
    color: #004541 !important;
    font-size: 14px;
}

.input-cutsom:focus {
    border: #00BF6F solid 1px !important;
    box-shadow: none !important;
}

.search-btn {
    border: none;
    position: absolute;
    top: 2px;
    right: 13px;
    background: none;
}

.search-btn:focus {
    border: none;
}

@media (min-width: 1200px) {
    .topbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 47px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .topbar.topbar-strip .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.topbar__right,
.topbar__left {
    display: none;
}

@media (min-width: 1200px) {

    .topbar__right,
    .topbar__left {
        display: flex;
        align-items: center;
    }
}

.topbar .main-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*
    padding-top: 30px;
    padding-bottom: 30px;
  */
}

@media (min-width: 1200px) {
    /*
    .topbar .main-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 10;
      padding: 0;
    }
  */
}

.topbar__social {
    display: flex;
    align-items: center;
    padding: 0px 0;
    padding-right: 0px;
    line-height: normal;
}

.topbar__social a {
    font-size: 12px;
    transition: all 500ms ease;
    padding: 0px;
    letter-spacing: 0.12px;
    color: #004541;
    opacity: 0.3;
    line-height: 22px;
}


/* .topbar__social a + a {
  margin-left: 24px;
} */

.topbar__social a:hover {
    color: var(--thm-base);
}

.topbar__info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center !important;
    border-left: #FFF solid 1px;
    padding: 0 20px;
    line-height: 0px;
}

.topbar__info:first-child {
    border-left: 0;
}

.topbar__info>i {
    /*
    font-size: 38px;
    color: var(--thm-base);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  */
    margin-right: 5px;
}

.topbar__info p {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    letter-spacing: 0.14px;
    color: #004541;
    opacity: 1;
}
.mob-d-area.topbar__info p.icon-text-area {
    display: flex;
    align-items: center;
    justify-content: center !important;
    margin-bottom: 5px;
}
.mob-d-area.topbar__info {
    display: block;
}
.topbar__info p a {
    color: var(--thm-black);
    transition: all 500ms ease;
    display: block;
    font-size: 14px;
    margin-top: 7px;
}

.topbar__info p a:hover {
    color: var(--thm-base);
}

.topbar__buttons span {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border-radius: 4px;
    margin-left: 24px;
    min-width: 150px;
    justify-content: space-between;
    font-size: 22px;
    background: #F4F5F7;
    color: #004541;
    height: 42px;
    letter-spacing: 0.22px;
}

.topbar__buttons span sub {
    font-size: 12px;
    font-weight: 300;
    color: #004541;
    letter-spacing: 0.22px;
}

.topbar__buttons span sup {
    top: 0;
    background: #FFF;
    /*width: 22px;*/
    /*height: 22px;*/
    text-align: center;
    line-height: 22px;
    border-radius: 100px;
    font-size: 14px;
    padding: 0px 7px;
    top: -1px !important;
    letter-spacing: 0.14px;
}

.topbar__buttons a {
    font-size: 24px;
    color: var(--thm-black);
    transition: all 500ms ease;
}

.topbar__buttons a+a {
    margin-left: 30px;
}

.topbar__buttons a:hover {
    color: var(--thm-base);
}

.main-header__two {
    background-color: var(--thm-black);
}

@media (min-width: 992px) {
    .main-header__two {
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 91;
    }
}

.topbar-two {
    background-color: var(--thm-black);
    display: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (min-width: 1200px) {
    .topbar-two {
        display: block;
    }
}

.topbar-two .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-two .topbar__social {
    padding: 0;
    border-right: 0;
}

.topbar-two .topbar__social a {
    color: var(--thm-text-dark);
}

.topbar-two .topbar__social a:hover {
    color: #fff;
}

.topbar-two__right,
.topbar-two__left {
    display: flex;
    align-items: center;
}

.topbar-two .main-menu__login {
    margin-right: 20px;
}

.topbar-two .main-menu__login a {
    color: var(--thm-text-dark);
}

.topbar-two .main-menu__login a:hover {
    color: #fff;
}

.topbar-two .main-menu__login a:hover i {
    background-color: #fff;
    color: var(--thm-black);
}

.topbar-two .main-menu__language .bootstrap-select>.dropdown-toggle {
    color: var(--thm-text-dark);
    background-color: rgba(0, 0, 0, 0) !important;
}

.main-menu__two {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    display: block !important;
}

@media (min-width: 1200px) {
    .main-menu__two {
        border-top: 2px solid rgba(255, 255, 255, 0.1);
    }
}

.main-menu__two .main-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-menu__two .mobile-nav__buttons a,
.main-menu__two .mobile-nav__toggler {
    color: #fff;
}

.main-menu__two .topbar__buttons {
    display: none;
    border-left-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
    .main-menu__two .topbar__buttons {
        display: flex;
    }
}

.main-menu__two .topbar__buttons a {
    color: #fff;
}

.main-menu__two .topbar__buttons a:hover {
    color: var(--thm-base);
}

.main-menu__two .main-menu__list>li {
    padding-top: 38px;
    padding-bottom: 38px;
}

.main-menu__two .main-menu__list>li>a {
    color: #fff;
    font-weight: 400;
}

.main-menu__two.stricked-menu {
    background-color: var(--thm-black);
    border: none;
}

.main-menu__two.stricked-menu .container {
    padding-top: 0;
    padding-bottom: 0;
}

.main-menu__two.stricked-menu .main-menu__list>li {
    padding-top: 22px;
    padding-bottom: 22px;
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {

    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 100ms ease-out, opacity 100ms linear, visibility 100ms ease-in;
    z-index: 999;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 90%;
    background-color: #ffffff;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 12px;
    color: var(--thm-text-dark);
    cursor: pointer;
    align-items: center;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
    padding-left: 1em;
}

.mobile-nav__content .main-menu__list li {
    border-bottom: 1px solid #f4f5f7;
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #004541;
    font-size: 14px;
    font-family: var(--thm-font);
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
    width: 100%;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-base);
}

.mobile-nav__content .main-menu__list li button {
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    color: #00BF6F;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*transform: rotate(180deg);*/
    transition: transform 500ms ease;
    background: none;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 16px;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--thm-text-dark);
}

.mobile-nav__language {
    display: flex;
    align-items: center;
}

.mobile-nav__language img {
    border-radius: 50%;
    margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 70px;
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    color: var(--thm-text-dark);
    font-size: 14px;
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--thm-text-dark);
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 10px;
}

.mobile-nav__social a:hover {
    color: var(--thm-base);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--thm-base);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}


/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 991;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 100ms ease, opacity 100ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
}

.search-popup__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.search-popup__content .thm-btn i {
    margin: 0;
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/

.main-slider {
    overflow: hidden;
    position: relative;
    margin-top: -30px;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--thm-black);
}

.main-slider .swiper-slide .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-slider .swiper-slide .container {
    padding-top: 210px;
    padding-bottom: 210px;
}

@media (max-width: 991px) {
    .main-slider .swiper-slide .container {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media (max-width: 425px) {
    .main-slider .swiper-slide .container {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.main-slider .swiper-slide h2 {
    margin: 0;
    color: #fff;
    font-family: 'Bitter', serif !important;
    font-size: 52px;
    line-height: 58px;
    margin-top: 15px;
    opacity: 0;
    font-weight: 500;
    font-style: italic;
    visibility: hidden;
    transform: translateY(110px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    letter-spacing: 0.52px;
    padding-left: 14px;
}

@media (min-width: 992px) {
    .main-slider .swiper-slide h2.line-height-2 {
        line-height: .85;
    }
}

.main-slider .swiper-slide h2 br {
    display: inherit !important;
}

.main-slider .swiper-slide h2 span {
    position: relative;
    color: #00BF6F;
}

.main-slider .swiper-slide h2 span.line-one::before {
    display: none;
}

.main-slider .swiper-slide h2 span.line-two::before {
    display: none;
}

.main-slider .swiper-slide h2 span.line-two::after {
    width: 100%;
    height: 18px;
    background-image: url(../images/shapes/slider-2-line-2.png);
    background-size: 100%;
    position: absolute;
    bottom: -15px;
    right: 0;
}

@media (min-width: 1200px) {
    .main-slider .swiper-slide h2 span.line-two::after {
        bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .main-slider .swiper-slide h2 {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .main-slider .swiper-slide h2 {
        font-size: 60px;
    }

    .hide-desktop-view {
        display: flex !important;
        padding-bottom: 5px !important;
        padding-left: 0px;
    }
}

@media (max-width: 425px) {
    .main-slider .swiper-slide h2 {
        font-size: 50px;
    }
}

@media (max-width: 375px) {
    .main-slider .swiper-slide h2 {
        font-size: 40px;
        line-height: 1.3;
    }
}

.main-slider .swiper-slide .thm-btn {
    background-color: #FFF;
    opacity: 0;
    color: #004541;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    padding: 0px 0px;
    min-width: 328px;
    min-height: 50px;
    text-align: center;
    line-height: 48px;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, ;
    background: 500ms ease;
    border-radius: 8px;
    margin-left: 14px;
    letter-spacing: 0.16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-slider .swiper-slide .thm-btn:hover {
    background-color: #004541 !important;
    color: #00BF6F !important;
}

.main-slider .swiper-slide-active .image-layer {
    /* transform: scale(1.15); */
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    width: 100%;
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: none;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 425px) {
    .main-slider__nav {
        display: none;
    }
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

@media (max-width: 991px) {

    .main-slider__nav .swiper-button-next,
    .main-slider__nav .swiper-button-prev {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    opacity: .3;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .main-slider__nav .swiper-button-prev {
        margin-top: 10px;
    }
}

.main-slider__nav-two {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 56%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

@media (max-width: 425px) {
    .main-slider__nav-two {
        display: none;
    }
}

.main-slider__nav-two .swiper-button-next,
.main-slider__nav-two .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

@media (max-width: 991px) {

    .main-slider__nav-two .swiper-button-next,
    .main-slider__nav-two .swiper-button-prev {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

.main-slider__nav-two .swiper-button-next:hover,
.main-slider__nav-two .swiper-button-prev:hover {
    opacity: 0.3;
}

.main-slider__nav-two .swiper-button-next::after,
.main-slider__nav-two .swiper-button-prev::after {
    display: none;
}

.main-slider__nav-two .swiper-button-prev {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .main-slider__nav-two .swiper-button-prev {
        margin-top: 10px;
    }
}

.main-slider__two {
    margin-top: 0px;
    position: relative;
}

@media (min-width: 1200px) {
    .main-slider__two {
        margin-top: 50px;
    }
}

.main-slider__two .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shapes/menu-top-shadow.png);
    background-repeat: repeat-x;
    background-position: top center;
    z-index: 20;
}

.main-slider__two .swiper-slide .container {
    padding-top: 300px;
    padding-bottom: 160px;
    position: relative;
    z-index: 21;
}

@media (max-width: 991px) {
    .main-slider__two .swiper-slide .container {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media (max-width: 425px) {
    .main-slider__two .swiper-slide .container {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

.main-slider__two .swiper-slide .thm-btn {
    margin-top: 55px;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    background-color: var(--thm-base);
    position: relative;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

@media (max-width: 480px) {
    .page-header .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.page-header .container h2 {
    margin: 0;
    line-height: 1;
    font-family: var(--special-font);
    color: #fff;
    font-size: 70px;
    margin-bottom: 20px;
}

.thm-breadcrumb {
    display: flex;
    margin-left: 15px;
    margin-bottom: 0;
    padding: 25px 0;
}

.steptext .thm-breadcrumb {
    align-items: center;
    justify-content: center;
}

.steptext .thm-breadcrumb li {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px !important;
    line-height: 22px;
    letter-spacing: .10px;
}

.steptext .thm-breadcrumb li span {
    padding: 0 0px;
}

.thm-breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 5px !important;
    letter-spacing: .10px;
}

.thm-breadcrumb li:not(:last-of-type) {
    margin-left: 0px;
}

.thm-breadcrumb li a {
    color: #004541;
}

.thm-breadcrumb li span {
    display: block;
    line-height: 1;
    color: #004541;
    padding: 0 12px;
}

@media (max-width: 480px) {
    .page-header .container h2 {
        font-size: 32px;
    }

    .thm-breadcrumb {
        padding: 20px 0px;
    }
}


/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.google-map__default {
    width: 100%;
}

.google-map__default iframe {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 550px;
}


/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/

.client-carousel {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 1200px) {
    .client-carousel {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.client-carousel__has-border-top {
    border-top: 1px solid #e9e7e2;
}

.client-carousel__has-top-shadow {
    box-shadow: 0px -1px 0px 0px RGBA(227, 227, 227, 0.004);
}

.client-carousel .swiper-slide {
    display: flex;
    align-items: center;
}

.client-carousel img {
    transition: 500ms;
    opacity: 0.3;
    max-width: 100%;
}

.client-carousel img:hover {
    opacity: 0.8;
}

.client-carousel__about-page {
    position: relative;
}

.client-carousel__about-page::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: 10;
    transform: rotate(0deg);
    background-size: auto;
}

@media (min-width: 1700px) {
    .client-carousel__about-page::before {
        background-size: 100%;
        bottom: -15px;
    }
}

.client-carousel__about-page .container {
    position: relative;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    padding-top: 60px;
    position: relative;
}

.footer-widget .topbar__social a {
    font-size: 16px;
    color: #00BF6F;
    transition: all 500ms ease;
    padding: .2rem 20px .2rem 0;
    opacity: 1;
}

.list-unstyled li {
    line-height: normal;
    margin-bottom: 15px;
}

.footer-widget__links li {
    line-height: normal;
    margin-bottom: 0px;
}

@media (min-width: 1200px) {
    .site-footer {
        padding-top: 60px;
    }
}

[class*="site-footer__shape-"] {
    position: absolute;
    display: none;
}

@media (min-width: 992px) {
    [class*="site-footer__shape-"] {
        display: block;
    }
}

.site-footer__shape-1 {
    top: 0;
    right: 0;
}

.site-footer__shape-2 {
    bottom: 0;
    left: 0;
}

.footer-widget {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .footer-widget__contact-widget {
        position: relative;
        left: 0px;
    }
}

@media (min-width: 1200px) {
    .footer-widget__links-widget {
        position: relative;
        left: 0px;
    }
}

@media (min-width: 1200px) {
    .footer-widget__about-widget {
        position: relative;
        top: 0px;
    }
}

.footer-widget__title {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .footer-widget__title {
        margin-bottom: 15px;
    }
}

.footer-widget p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 300;
}

.footer-widget p br {
    display: none;
}

@media (min-width: 1200px) {
    .footer-widget p br {
        display: inherit;
    }
}

@media (min-width: 1200px) {
    .footer-widget p {
        margin-top: 0px;
        padding-right: 80px;
    }
}

.footer-widget__contact {
    margin-bottom: 0;
}

.footer-widget__contact li {
    position: relative;
    padding-left: 25px;
}

@media (min-width: 1200px) {
    .footer-widget__contact li {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .footer-widget__contact li:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .footer-widget__contact li:last-child>i {
        top: 17px;
        transform: translateY(-50%);
    }
}

.footer-widget__contact li>i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--thm-base);
}

.footer-widget__contact li a {
    color: var(--thm-text-dark);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transition: all 500ms ease;
}

.footer-widget__contact li:hover a {
    color: var(--thm-base);
}

.footer-widget__links {
    margin-bottom: 0;
}

.footer-widget__links a {
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    line-height: 28px;
    transition: all 500ms ease;
}

.footer-widget__links li:hover a {
    color: var(--thm-base);
}

.footer-widget .mc-form {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .footer-widget .mc-form {
        margin-top: 15px;
    }
}

.footer-widget .mc-form input[type="email"] {
    width: 100%;
    height: 61px;
    display: block;
    border: none;
    outline: none;
    background-color: #fff;
    color: var(--thm-color);
    text-align: center;
}

.footer-widget .mc-form button[type="submit"] {
    width: 100%;
    min-height: 61px;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.footer-widget .mc-form button[type="submit"]:hover {
    background-color: #313332;
    color: #fff;
}

.bottom-footer {
    padding-bottom: 40px;
    padding-top: 50px;
}

@media (min-width: 1200px) {
    .bottom-footer {
        padding-top: 60px;
    }
}

.bottom-footer hr {
    border-color: rgba(255, 255, 255, 0.1);
    border-width: 2px;
    margin-top: 0;
    margin-bottom: 40px;
}

.bottom-footer .container {
    position: relative;
    z-index: 10;
}

.bottom-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.bottom-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    background-color: #313332;
    border-radius: 50%;
    transition: all 500ms ease;
}

.bottom-footer__social a:hover {
    background-color: #fff;
    color: var(--thm-base);
}

@media (min-width: 1200px) {
    .bottom-footer__social a {
        width: 57px;
        height: 57px;
        font-size: 18px;
    }
}

.bottom-footer__social a+a {
    margin-left: 10px;
}

.bottom-footer p {
    font-size: 18px;
    margin: 0;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-infos {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .contact-infos {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.contact-infos .thm-tiny__slider:not(.tns-slider) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media (min-width: 1200px) {
    .contact-infos .tns-ovh {
        overflow: visible;
    }
}

.contact-infos__single {
    text-align: center;
    border: 2px solid #f4f4f4;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 500ms ease;
    background-color: #fff;
}

.contact-infos__single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.contact-infos__single:hover>i {
    background-color: var(--thm-base);
    color: #fff;
}

.contact-infos__single>i {
    width: 83px;
    height: 83px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 38px;
    color: var(--thm-base);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .contact-infos__single>i {
        width: 103px;
        height: 103px;
        font-size: 58px;
    }
}

.contact-infos__single h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    font-family: var(--special-font);
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact-infos__single p {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    color: var(--thm-color);
}

.contact-infos__single p br {
    display: inherit !important;
}

.contact-infos__single p a {
    color: inherit;
    transition: all 500ms ease;
}

.contact-infos__single p a:hover {
    color: var(--thm-base);
}

.contact-one {
    padding-top: 80px;
    position: relative;
}

@media (min-width: 1200px) {
    .contact-one {
        padding-top: 120px;
    }
}

@media (min-width: 768px) {
    .contact-one .container {
        max-width: 800px;
    }
}

.contact-one__form [class*=col-]:not(:last-of-type) {
    margin-bottom: 20px;
}

.contact-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.contact-one__form .bootstrap-select>.dropdown-toggle,
.contact-one__form textarea,
.contact-one__form input[type=text],
.contact-one__form input[type=email],
.contact-one__form input[type=number] {
    width: 60%;
    height: 50px;
    background-color: #f4f4f4;
    border: 1px solid black;
    outline: none !important;
    display: block;
    font-size: 16px;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--thm-color);
    margin-bottom: 0px;
    border-radius: 4px;
}

.contact-one__form .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.contact-one__form textarea {
    height: 241px;
    padding-top: 15px;
}

.contact-one__form .form-group input[type=checkbox] {
    position: absolute;
    left: -9999px;
}

.contact-one__form .form-group label {
    font-size: 16px;
    color: var(--thm-color);
    font-weight: 400;
    display: flex;
    align-items: center;
}

.contact-one__form .form-group label::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #f4f4f4;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: var(--thm-base);
    display: flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact-one__form .form-group input[type=checkbox]:checked+label::before {
    content: '\f00c';
}

.contact-one__form .thm-btn {
    min-width: 37%;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.contact-one__form .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

[class*=contact-one__shape-] {
    position: absolute;
    display: none;
}

@media (min-width: 768px) {
    [class*=contact-one__shape-] {
        display: block;
    }
}

.contact-one__shape-1 {
    top: 155px;
    left: 0;
}

.contact-one__shape-2 {
    right: 70px;
    bottom: -210px;
}


/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/

.call-to-action {
    overflow: hidden;
    background-color: var(--thm-base);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

@media (min-width: 1200px) {
    .call-to-action {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.call-to-action .container {
    position: relative;
}

.call-to-action .floated-text {
    position: absolute;
    display: none;
    top: 60px;
    right: 150px;
    font-size: 80px;
    color: var(--thm-black);
    font-family: 'Homemade Apple', cursive;
    opacity: 0.1;
}

@media (min-width: 1200px) {
    .call-to-action .floated-text {
        display: block;
    }
}

.call-to-action__image {
    max-width: 100%;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .call-to-action__image {
        max-width: none;
        margin-bottom: 0;
        float: right;
    }
}

.call-to-action .block-title h3,
.call-to-action .block-title p,
.call-to-action .block-title span {
    color: #fff;
}

@media (min-width: 1200px) {
    .call-to-action__content {
        padding-left: 90px;
        padding-top: 120px;
    }
}

.call-to-action__content>p {
    margin: 0;
    color: #fff;
    margin-top: -20px;
}

@media (min-width: 1200px) {
    .call-to-action__content>p {
        font-size: 18px;
        margin-top: 0;
    }
}

.call-to-action__wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .call-to-action__wrap {
        margin-top: 40px;
        padding-top: 32px;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .call-to-action__wrap [class*=col-]+[class*=col-] .call-to-action__box {
        padding-left: 30px;
    }
}

.call-to-action__box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.call-to-action__box>i {
    font-size: 50px;
    color: #fff;
}

.call-to-action__box h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--special-font);
    margin-left: 30px;
}

@media (min-width: 1200px) {
    .call-to-action__box h3 {
        max-width: 115px;
        font-size: 20px;
    }
}

.call-to-action .thm-btn {
    background-color: var(--thm-black);
    color: #fff;
    padding: 18px 51px;
}

.call-to-action .thm-btn:hover {
    background-color: #fff;
    color: var(--thm-black);
}

[class*=call-to-action-five__shape-],
[class*=call-to-action-four__shape-],
[class*=call-to-action-two__shape-],
[class*=call-to-action__shape-] {
    position: absolute;
    display: none;
}

@media (min-width: 992px) {

    [class*=call-to-action-five__shape-],
    [class*=call-to-action-four__shape-],
    [class*=call-to-action-two__shape-],
    [class*=call-to-action__shape-] {
        display: block;
    }
}

.call-to-action__shape-1 {
    bottom: -140px;
    right: 0;
    animation: treeMove 5s linear infinite;
}

.call-to-action__shape-2 {
    top: 120px;
    left: 25%;
    z-index: 10;
}

.call-to-action-two {
    position: relative;
    border-top: 2px solid #f4f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .call-to-action-two {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

.call-to-action-two .container {
    position: relative;
}

.call-to-action-two__image {
    position: relative;
}

.call-to-action-two__image .floated-text {
    font-family: 'Homemade Apple', cursive;
    display: none;
    position: absolute;
    font-size: 80px;
    color: #faf4f0;
    right: -50px;
    top: -45px;
}

@media (min-width: 1200px) {
    .call-to-action-two__image .floated-text {
        display: block;
    }
}

.call-to-action-two__image>img {
    max-width: 100%;
    position: relative;
    z-index: 10;
}

@media (min-width: 1200px) {
    .call-to-action-two__image>img {
        max-width: none;
    }
}

.call-to-action-two__content h4 {
    color: var(--thm-base);
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    margin-top: -20px;
}

@media (min-width: 768px) {
    .call-to-action-two__content h4 {
        margin-top: 0;
        max-width: 270px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-two__content h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.call-to-action-two__content>p {
    margin: 0;
    color: var(--thm-color);
    line-height: 2;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .call-to-action-two__content>p {
        max-width: 270px;
        font-size: 18px;
    }
}

.call-to-action-two__content ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .call-to-action-two__content ul {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .call-to-action-two__content ul {
        margin-left: -10px;
    }
}

.call-to-action-two__content ul li {
    position: relative;
    font-size: 16px;
    color: var(--thm-color);
    padding-left: 26px;
}

@media (min-width: 1200px) {
    .call-to-action-two__content ul li {
        font-size: 18px;
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-two__content ul li+li {
        margin-top: 5px;
    }
}

.call-to-action-two__content ul li>i {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    color: var(--thm-base);
    transform: translateY(-50%);
}

@media (min-width: 1200px) {
    .call-to-action-two__content ul li>i {
        font-size: 20px;
    }
}

.call-to-action-two__content .thm-btn {
    background-color: var(--thm-base);
    color: #fff;
    padding: 18px 51px;
}

.call-to-action-two__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

@media (min-width: 1200px) {
    .call-to-action-two__content .thm-btn {
        margin-top: 55px;
    }
}

.call-to-action-two__shape-1 {
    bottom: 0;
    left: 0;
    animation: treeMove 5s ease-in infinite;
}

.call-to-action-two__shape-2 {
    bottom: -40px;
    left: 180px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.call-to-action-two__shape-3 {
    left: 43%;
    bottom: 19%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.call-to-action-two__shape-4 {
    left: 52%;
    bottom: 100px;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}

.call-to-action-two__shape-5 {
    right: 100px;
    bottom: 350px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.call-to-action-two__shape-6 {
    bottom: 0;
    right: 250px;
}

.call-to-action-three {
    padding-top: 80px;
}

@media (min-width: 992px) {
    .call-to-action-three {
        padding-top: 120px;
    }
}

.call-to-action-three .inner-container {
    background-repeat: no-repeat;
    background-position: 0% 140%;
    background-color: var(--thm-base);
    text-align: center;
    position: relative;
    padding-top: 80px;
}

@media (min-width: 1200px) {
    .call-to-action-three .inner-container {
        text-align: left;
        padding-bottom: 80px;
        padding-top: 60px;
    }
}

.call-to-action-three__image {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .call-to-action-three__image {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.call-to-action-three__discount {
    width: 120px;
    height: 120px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 5%;
    left: 10%;
}

@media (min-width: 768px) {
    .call-to-action-three__discount {
        bottom: 30%;
        left: auto;
        right: 20%;
    }
}

@media (min-width: 1200px) {
    .call-to-action-three__discount {
        width: 155px;
        height: 155px;
        bottom: auto;
        right: auto;
        top: 50px;
        left: 350px;
        z-index: 10;
    }
}

.call-to-action-three__discount::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    bottom: 7.5px;
    left: 15px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(-15deg);
}

@media (min-width: 1200px) {
    .call-to-action-three__discount::before {
        bottom: 15px;
    }
}

.call-to-action-three__discount h4 {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-family: var(--special-font);
    line-height: 1;
    margin-bottom: 5px;
}

.call-to-action-three__discount h4 span {
    font-size: 18px;
    position: relative;
    top: -10px;
    left: 5px;
}

@media (min-width: 1200px) {
    .call-to-action-three__discount h4 span {
        font-size: 30px;
        top: -20px;
        left: 0;
    }
}

@media (min-width: 992px) {
    .call-to-action-three__discount h4 {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-three__discount h4 {
        font-size: 50px;
    }
}

.call-to-action-three__discount p {
    margin: 0;
    color: var(--thm-color);
    font-size: 16px;
    line-height: 1;
}

@media (min-width: 1200px) {
    .call-to-action-three__discount p {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-three__content {
        padding-left: 65px;
    }
}

.call-to-action-three h3 {
    margin: 0;
    font-family: var(--special-font);
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .call-to-action-three h3 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-three h3 {
        font-size: 50px;
    }
}

.call-to-action-three .thm-btn {
    background-color: var(--thm-black);
    padding: 18px 51px;
}

.call-to-action-three .thm-btn:hover {
    background-color: #fff;
    color: var(--thm-black);
}

.call-to-action-four {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-color: #f4f4f4;
    position: relative;
}

.call-to-action-four .container {
    position: relative;
}

.call-to-action-four__content {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .call-to-action-four__content {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.call-to-action-four__content>p {
    margin: 0;
    margin-top: -20px;
}

@media (min-width: 1200px) {
    .call-to-action-four__content>p {
        font-size: 18px;
        line-height: 34px;
        margin-top: 0;
        max-width: 570px;
    }
}

.call-to-action-four__content .thm-btn {
    background-color: var(--thm-base);
    color: #fff;
    padding: 18px 51px;
    margin-top: 50px;
}

.call-to-action-four__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.call-to-action-four__shape-1 {
    bottom: 0;
    left: 80px;
    animation: treeMove 5s linear infinite;
}

.call-to-action-four__shape-2 {
    top: -55px;
    left: 170px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.call-to-action-four__shape-3 {
    bottom: 85px;
    left: 32%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.call-to-action-four__shape-4 {
    top: 175px;
    left: 45%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.call-to-action-four__shape-5 {
    right: 365px;
    top: 250px;
}

.countdown-one__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 0;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .countdown-one__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.countdown-one__list li {
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 1200px) {
    .countdown-one__list li {
        min-height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.countdown-one__list li div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.countdown-one__list li i {
    font-style: normal;
    color: var(--thm-base);
    font-size: 30px;
    line-height: 1;
}

@media (min-width: 1200px) {
    .countdown-one__list li i {
        font-size: 40px;
    }
}

.countdown-one__list li span {
    margin: 0;
    font-size: 16px;
    color: var(--thm-black);
    line-height: 1;
    display: block;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .countdown-one__list li span {
        font-size: 18px;
    }
}

.call-to-action-five {
    position: relative;
    padding-top: 60px;
}

.call-to-action-five .inner-container {
    background-color: var(--thm-base);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.call-to-action-five .inner-container::before {
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    display: none;
}

@media (min-width: 992px) {
    .call-to-action-five .inner-container::before {
        display: block;
    }
}

@media (min-width: 992px) {
    .call-to-action-five .inner-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .call-to-action-five .inner-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.call-to-action-five .inner-container h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: var(--special-font);
    padding-top: 20px;
}

@media (min-width: 992px) {
    .call-to-action-five .inner-container h3 {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .call-to-action-five .inner-container h3 {
        font-size: 24px;
    }
}

.call-to-action-five__shape-1 {
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 117px);
    z-index: 10;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-one {
    border-bottom: 2px solid #f4f4f4;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .about-one {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.about-one__content {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .about-one__content {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .about-one__content {
        padding-left: 70px;
    }
}

.about-one__content .block-title {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .about-one__content .block-title {
        margin-bottom: 40px;
    }
}

.about-one__content>P {
    margin: 0;
    font-size: 16px;
    line-height: 1.888;
    color: var(--thm-color);
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .about-one__content>P {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .about-one__content>P {
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    .footer-widget p {
        margin-top: 30px !important;
        font-size: 14px;
    }
}
@media (max-width: 380px) {
    .subscribecontent h4 {
        line-height: 24px !important;
    }
}
.about-one__box {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .about-one__box {
        margin-top: 10px;
    }
}

.about-one__box h3 {
    display: flex;
    align-items: center;
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.about-one__box h3>i {
    color: var(--thm-base);
    font-size: 14px;
    margin-right: 10px;
}

.about-one__box p {
    margin: 0;
    color: var(--thm-color);
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .about-one__box p {
        font-size: 18px;
    }
}

[class*=about-one__shape-] {
    position: absolute;
    display: none;
    z-index: 10;
}

@media (min-width: 992px) {
    [class*=about-one__shape-] {
        display: block;
        bottom: 0;
        left: 120px;
    }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.feature-box {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .feature-box {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

.feature-box .thm-tiny__slider:not(.tns-slider) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0px;
}

@media (min-width: 1200px) {
    .feature-box .tns-item+.tns-item {
        border-left: 2px solid #f4f4f4;
    }
}

.feature-box .inner-container {
    background-color: #fff;
    position: relative;
    z-index: 20;
}

@media (min-width: 1200px) {
    .feature-box .inner-container {
        /*    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);*/
        border-radius: 6px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .feature-box .inner-container {
        margin-top: -45px;
        position: relative;
        z-index: 10;
        border-radius: 6px;
        min-height: 80px;
    }
}

.feature-box__single {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .feature-box__single {
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
}

.feature-box__icon {
    /* color: var(--thm-base);
  font-size: 40px; */
}

@media (min-width: 768px) {
    .feature-box__icon {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
    }
}

.feature-box__icon::after {
    content: '';
    width: 40px;
    height: 35px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}

@media (min-width: 1200px) {
    .feature-box__icon::after {
        width: 60px;
        height: 52px;
    }
}

@media (min-width: 1200px) {
    .feature-box__icon {
        left: 40px;
    }
}

.feature-box__content {
    padding-left: 0px;
}

@media (min-width: 768px) {
    .feature-box__content {
        padding-left: 60px;
    }
}

@media (min-width: 1200px) {
    .feature-box__content {
        padding-left: 80px;
    }
}

.feature-box__content h3 {
    margin: 0;
    color: #004541;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    margin-bottom: 3px;
    font-family: 'Bitter', serif !important;
    letter-spacing: 0.18px;
}

.feature-box__content p {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    color: #00BF6F;
    letter-spacing: 0.12px;
    font-weight: normal;
}

.feature-two {
    padding-top: 80px;
}

@media (min-width: 1200px) {
    .feature-two {
        padding-top: 120px;
    }
}

.feature-two__box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 307px;
}

.feature-two__box>h3 {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: rgba(var(--thm-black-rgb), 0.9);
    color: #fff;
    font-family: var(--special-font);
    font-size: 22px;
    text-align: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

@media (min-width: 1200px) {
    .feature-two__box>h3 {
        top: 90px;
        bottom: 90px;
        left: 70px;
        right: 70px;
        font-size: 30px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.feature-two__box:hover>h3 {
    opacity: 0;
    transform: translateY(-30%);
    visibility: hidden;
}

.feature-two__box-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--thm-black-rgb), 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}

.feature-two__box-hover h3 {
    color: #fff;
    font-family: var(--special-font);
    font-size: 22px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .feature-two__box-hover h3 {
        font-size: 30px;
    }
}

.feature-two__box-hover .thm-btn {
    min-width: 132px;
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: var(--thm-black);
}

.feature-two__box-hover .thm-btn:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.feature-two__box:hover .feature-two__box-hover {
    opacity: 1;
    transform: translateY(0%);
    visibility: visible;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials-one {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .testimonials-one {
        padding-bottom: 60px;
    }
}

.testimonials-one .thm-tiny__slider:not(.tns-slider) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.testimonials-one__head {
    background-image: url(../images/shapes/testimonials-head-1-1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 140px;
    margin-bottom: -80px;
}

@media (min-width: 1200px) {
    .testimonials-one__head {
        padding-top: 120px;
        margin-bottom: -250px;
        padding-bottom: 310px;
    }
}

.testimonials-one__head .block-title {
    margin-bottom: 0;
}

.testimonials-one__image {
    position: relative;
    z-index: 10;
}

.testimonials-one__image>img {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-one__content {
    text-align: center;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    background-color: #fff;
    margin-top: -79px;
    padding-top: 79px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.testimonials-one__content::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--thm-base);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1, 0);
    transform-origin: top center;
    transition: transform 500ms ease;
}

.testimonials-one__content::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: var(--thm-base);
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonials-one__content:hover::before {
    transform-origin: bottom center;
    transform: scale(1, 1);
}

@media (min-width: 1200px) {
    .testimonials-one__content {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 60px;
    }
}

.testimonials-one__content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: var(--thm-color);
    margin-top: 30px;
    position: relative;
    transition: all 500ms ease;
}

@media (min-width: 992px) {
    .testimonials-one__content p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .testimonials-one__content p {
        font-size: 16px;
    }
}

.testimonials-one__content h3 {
    margin: 0;
    font-family: var(--special-font);
    color: var(--thm-base);
    line-height: 1;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 26px;
    position: relative;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .testimonials-one__content h3 {
        font-size: 20px;
        margin-top: 35px;
    }
}

.testimonials-one__content span {
    margin: 0;
    font-size: 14px;
    color: var(--thm-color);
    display: block;
    line-height: 1;
    position: relative;
    transition: all 500ms ease;
}

@media (min-width: 992px) {
    .testimonials-one__content span {
        font-size: 16px;
    }
}

.testimonials-one__content:hover p,
.testimonials-one__content:hover h3,
.testimonials-one__content:hover span {
    color: #ffffff;
}

.testimonials-one .tns-outer .tns-controls {
    position: relative;
    top: -50px;
}


/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-one {
    background-color: var(--thm-black);
}

.video-one .jarallax-img {
    opacity: .3;
}

.video-one .container {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

@media (min-width: 1200px) {
    .video-one .container {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.video-one .video-popup {
    width: 66px;
    height: 66px;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease;
}

@media (min-width: 768px) {
    .video-one .video-popup {
        width: 76px;
        height: 76px;
    }
}

@media (min-width: 1200px) {
    .video-one .video-popup {
        width: 96px;
        height: 96px;
        font-size: 24px;
        margin-bottom: 50px;
    }
}

.video-one .video-popup:hover {
    background-color: #fff;
    color: var(--thm-black);
}

.video-one .video-popup::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid #ffffff;
    opacity: 0.15;
    animation: videoAnim 5s linear 0ms infinite;
}

@keyframes videoAnim {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.video-one h3 {
    margin: 0;
    color: #fff;
    font-family: var(--special-font);
    font-size: 36px;
    line-height: 1.25;
}

@media (min-width: 768px) {
    .video-one h3 {
        font-size: 42px;
    }
}

@media (min-width: 1200px) {
    .video-one h3 {
        font-size: 80px;
    }
}

.video-one h3 span {
    position: relative;
}

.video-one h3 span::before {
    content: '';
    background-image: url(../images/shapes/video-title-1.png);
    width: 65px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    bottom: 80%;
    left: -35px;
}

[class*=video-one__leaf-] {
    position: absolute;
    display: none;
    z-index: 10;
}

@media (min-width: 992px) {
    [class*=video-one__leaf-] {
        display: block;
    }
}

.video-one__leaf-1 {
    left: 180px;
    bottom: 160px;
}

.video-one__leaf-2 {
    right: 180px;
    bottom: 160px;
}


/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact-one {
    background-color: var(--thm-black);
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .funfact-one {
        padding-top: 0;
        padding-bottom: 120px;
    }
}

.funfact-one .jarallax-img {
    opacity: 0.05;
    mix-blend-mode: luminosity;
}

.funfact-one [class*=col-] {
    text-align: center;
}

.funfact-one [class*=col-]:first-child {
    text-align: center;
}

@media (min-width: 992px) {
    .funfact-one [class*=col-]:first-child {
        text-align: left;
    }
}

.funfact-one [class*=col-]:first-child .funfact-one__single {
    border-top: 0;
    border-left: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) {
    .funfact-one [class*=col-]:nth-child(2) .funfact-one__single {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .funfact-one [class*=col-]:last-child {
        text-align: right;
    }
}

.funfact-one__single {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    margin-top: 40px;
    position: relative;
}

.funfact-one__single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--thm-base);
    transform: scale(0, 1);
    transform-origin: left center;
    display: none;
    transition: transform 500ms ease;
}

@media (min-width: 1200px) {
    .funfact-one__single::before {
        display: block;
    }
}

.funfact-one__single:hover::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

@media (min-width: 992px) {
    .funfact-one__single {
        border-top: 0;
        padding-top: 105px !important;
        margin-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.funfact-one__single h3 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .funfact-one__single h3 {
        font-size: 60px;
    }
}

.funfact-one__single p {
    color: var(--thm-base);
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}


/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.product_detail_content {
    padding-left: 40px;
    width: 345px;
}

.products__load-more {
    margin-top: 50px;
}

.products__load-more:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.product-card {
    margin-top: 30px;
}

.product-card__image {
    position: relative;
}

.product-card__image>img {
    width: 100%;
}

.product-card__image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.55);
    opacity: 0;
    transform: translateY(-30%);
    transition: transform 500ms ease, opacity 500ms ease;
    visibility: hidden;
}

.product-card__image-content>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: var(--thm-base);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: all 500ms ease;
}

.product-card__image-content>a+a {
    margin-left: 10px;
}

.product-card__image-content>a:hover {
    background-color: var(--thm-black);
    color: #fff;
}

@media (min-width: 992px) {
    .product-card__image-content>a {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
}

.product-card:hover .product-card__image-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.product-card__content {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card__left h3 {
    font-size: 18px;
    font-family: var(--special-font);
    color: var(--thm-black);
    margin: 0;
    line-height: 2;
}

.product-card__left h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.product-card__left h3 a:hover {
    color: var(--thm-base);
}

.product-card__left p {
    margin: 0;
    color: var(--thm-color);
    font-size: 16px;
    line-height: 1;
    margin-top: 0px;
}

.product-card__right {
    display: flex;
    align-items: center;
}

.product-card__right>i {
    font-size: 14px;
    color: var(--thm-base);
}

.product-card__right>i+i {
    margin-left: 5px;
}

.thm-swiper__slider .product-card {
    margin-top: 0;
}

.product-card__two-image {
    position: relative;
    padding: 0px;
}

.product-card__banner-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
}

.product-tile {
    height: 177px;
}

.white-bg {
    background: #FFF;
    border-radius: 0px 0px 6px 6px;
}

.product-tile>img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}

.product-card__two-image>img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}

.product-card__two-image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: transform 500ms ease, opacity 500ms ease;
    margin-bottom: -22.5px;
}

.product-card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    transition: transform 500ms ease, opacity 500ms ease;
    background: linear-gradient(180deg, rgba(0, 14, 13, 0.44) 0%, rgba(0, 0, 0, 0.017542051000087544) 87%);
}

.product-card-content h2 {
    font-size: 42px;
    color: #FFF;
    padding-right: 30px;
    line-height: 42px;
    margin-top: 10px;
    letter-spacing: 0.42px;
}

.product-card-content .thm-btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    height: 50px;
    letter-spacing: 0.16px;
    display: inline-flex;
    align-items: center;
    padding: 0px;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

@media (min-width: 992px) {
    .product-card__two-image-content {
        margin-bottom: -28px;
        opacity: 0;
        transform: translateY(10%);
        visibility: hidden;
    }
}

.product-card__two-image-content>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: var(--thm-base);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: all 500ms ease;
}

.product-card__two-image-content>a+a {
    margin-left: 10px;
}

.product-card__two-image-content>a:hover {
    background-color: var(--thm-black);
    color: #fff;
}

@media (min-width: 992px) {
    .product-card__two-image-content>a {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
}

.product-card__two:hover .product-card__two-image-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.product-card__two-sale {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--thm-black);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 24px;
    text-transform: capitalize;
}

.product-card__two-content {
    border-top: 0;
    padding: 15px;
    min-height: 116px;
    position: relative;
}
.product-card__two-content span.font-10 {
    color: #00bf6f;
    cursor: text !important;
}
.product-card__two-content .row {
    margin: 0 -8px;
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.product-card__two-content h3 {
    font-size: 13px;
    color: #004541;
    font-weight: 500;
    margin-bottom: 3px;
    line-height: 15px;
    /* min-height: 30px; */
    letter-spacing: 0.13px;
}

.font-10 {
    font-size: 12px;
    color: #004541;
    display: block;
    line-height: 12px;
    min-height: 25px;
    font-weight: 400;
    letter-spacing: 0.1px;
    height: 25px;
    overflow: hidden;
}
.product_detail_price_box .font-10 {
    height: auto;
    line-height: 15px;
    text-align: justify;
}
.product-card__two-content sup {
    font-size: 11px;
    font-weight: 400;
    top: -3px;
    font-size: 10px;
}

.wish-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.product_detail_content .wish-icon {
    right: 0px;
    position: initial !important;
    vertical-align: middle;
}

.wish-icon i {
    color: #F4F5F7;
    font-size: 18px;
}

.wish-icon i:hover {
    color: var(--thm-base);
    font-size: 18px;
}

.product-card__two-content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.product-card__two-content h3 a:hover {
    color: var(--thm-base);
}

.product-card__two-content p {
    margin: 0;
    color: #00BF6F !important;
    font-size: 16px;
    line-height: 1 !important;
    margin-top: 0px;
    font-weight: 500;
    letter-spacing: 0.16px;
}
.product-card__two-content p.price-area-grid {
    margin-top: 0px;
    display: grid;
}
a.whis-lisico {
    line-height: normal;
}

.product-card__two-stars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card__two-stars>i {
    font-size: 14px;
    color: var(--thm-base);
}

.product-card__two-stars>i+i {
    margin-left: 5px;
}

.products-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .products-page {
        padding-top: 24px;
        /*padding-bottom: 120px;*/
    }
}

.product-two {
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .product-two {
        padding-bottom: 120px;
    }
}

.product-two .thm-tiny__slider:not(.tns-slider) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media (min-width: 992px) {
    .product-sorter {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.product-sorter p {
    margin: 0;
    font-size: 16px;
    color: var(--thm-color);
}

@media (min-width: 992px) {
    .product-sorter p {
        font-size: 12px;
        color: #004541;
        font-weight: 500;
        margin-right: 15px;
    }
}

.product-sorter__select {
    width: 140px;
    margin-top: 15px;
    margin-right: 0px;
}

@media (min-width: 992px) {
    .product-sorter__select {
        margin-top: 0;
    }
}

.product-sorter__select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.product-sorter__select .bootstrap-select>.dropdown-toggle {
    border: 2px solid #f4f4f4;
    background-color: #fff;
    min-height: 32px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none !important;
    min-width: 100%;
}

.product-sorter__select .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #004541;
    font-weight: 500;
}

.product-sidebar {
    padding-right: 0px;
    margin-bottom: 15px;
}

.product-sidebar__single {
    padding-bottom: 15px;
    border-bottom: 1px solid #00BF6F;
    margin-right: 10px;
}

.shop-thumb-img {
    height: 180px;
}

.shop-thumb-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
}

.product-sidebar__single h3 {
    margin: 0;
    font-size: 12px;
    color: var(--thm-black);
    margin-bottom: 25px;
}

.product-sidebar__single h6 {
    margin: 0;
    font-size: 12px;
    color: var(--thm-black);
    margin-bottom: 15px;
}

.product-sidebar__single h6 b {
    font-weight: 500;
}

@media (min-width: 768px) {
    .product-sidebar__single h3 {
        font-size: 12px;
    }
}

.product-sidebar__price-range .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.product-sidebar__price-range .form-group p {
    font-size: 14px;
    color: var(--thm-color);
    margin: 0;
    line-height: 1em;
}

.product-sidebar__price-range .left {
    display: flex;
    align-items: center;
}

.product-sidebar__price-range .left>span {
    margin-left: 5px;
    margin-right: 5px;
}

.product-sidebar__price-range .thm-btn {
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    width: 70px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wishlist-my .confir-checkout .offer-banner__box {
    padding: 46px 60px 52px 98px !important;
}

.product-sidebar__price-range .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.product-sidebar__price-range .noUi-horizontal {
    height: 4px;
    background-color: #f4f4f4;
    border: none;
    box-shadow: none;
}

.product-sidebar__price-range .noUi-handle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    box-shadow: none;
}

.product-sidebar__price-range .noUi-handle::before,
.product-sidebar__price-range .noUi-handle::after {
    display: none;
}

.product-sidebar__price-range .noUi-connect {
    background-color: var(--thm-base);
}

.product-sidebar__links {
    margin-bottom: 0;
    margin-top: 0px;
}

.product-sidebar__links li+li {
    margin-top: 0px;
}

.product-sidebar__links li a {
    display: flex;
    align-items: center;
    color: #004541;
    font-size: 12px;
    font-weight: 500 !important;
    letter-spacing: 0px;
}

.product-sidebar__links li a:hover {
    color: #00BF6F;
}

.product-sidebar__links li a:hover>i {
    color: var(--thm-black);
    text-shadow: none;
}

.product-sidebar__links li a>i {
    font-size: 16px;
}

.product-sidebar__search-widget {
    border: none;
    padding: 0;
}

.product-sidebar__search-widget form {
    display: flex;
    position: relative;
    align-items: center;
}

.product-sidebar__search-widget form input[type=text] {
    width: 100%;
    border: none;
    background-color: var(--thm-base);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    height: 84px;
}

.product-sidebar__search-widget form button[type=submit] {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    font-size: 24px;
}


/* checkout page */

.checkout-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .checkout-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.checkout-page p {
    margin: 0;
    color: var(--thm-color);
    font-size: 16px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .checkout-page p {
        font-size: 18px;
    }
}

.checkout-page p a {
    color: var(--thm-base);
    transition: all 500ms ease;
}

.checkout-page p a:hover {
    color: var(--thm-black);
}

.checkout-page .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.checkout-page h3 {
    font-family: var(--special-font);
    color: var(--thm-black);
    font-size: 22px;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .checkout-page h3 {
        font-size: 30px;
    }
}

.checkout-page h3 input[type=checkbox] {
    position: absolute;
    left: -99999px;
}

.checkout-page h3 label {
    display: flex;
    align-items: center;
}

.checkout-page h3 label::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #f4f4f4;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: var(--thm-base);
    display: flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.checkout-page h3 input[type=checkbox]:checked+label::after {
    content: '\f00c';
}

.checkout-page .contact-one__form textarea {
    height: 161px;
}

.checkout-page .order-details__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.checkout-page .order-details__top p {
    font-size: 18px;
    font-family: var(--special-font);
    color: var(--thm-black);
    margin: 0;
    line-height: 1;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.checkout-page .order-details>p {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #383a39;
    justify-content: space-between;
    margin: 0;
    line-height: 1;
}

.checkout-page .order-details>p+p {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .checkout-page .order-details>p+p {
        margin-top: 30px;
    }
}

.checkout-page .order-details>p span:last-child {
    color: var(--thm-color);
}

.checkout-page .order-title {
    margin-top: 50px;
}

.checkout-page .order-payment {
    background-color: #f4f4f4;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
}

@media (min-width: 768px) {
    .checkout-page .order-payment {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .checkout-page .order-payment {
        padding: 50px;
    }
}

.checkout-page .order-payment ul.list-unstyled {
    margin-bottom: 0;
}

.checkout-page .order-payment h2 {
    margin: 0;
    font-family: var(--special-font);
    font-size: 20px;
    display: flex;
    align-items: center;
}

.checkout-page .order-payment h2::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: var(--thm-base);
    display: flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.checkout-page .order-payment h2 span {
    display: flex;
    align-items: center;
}

.checkout-page .order-payment h2 span img {
    margin-left: 10px;
}

.checkout-page .order-payment h2.active::before {
    content: '\f00c';
}

.checkout-page .order-payment p {
    font-size: 16px;
    line-height: 30px;
    color: var(--thm-color);
    margin: 0;
    margin-top: 20px;
}

.checkout-page .order-payment li+li {
    margin-top: 30px;
}


/* cart page */

.cart-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .cart-page {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

.cart-page .button-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .cart-page .button-box {
        padding-left: 20px;
    }
}

.cart-page .button-box .thm-btn {
    min-height: 71px;
    padding: 18px 50px;
}

.cart-page .button-box .thm-btn:nth-child(1) {
    background-color: #f4f4f4;
    color: #717573;
}

.cart-page .button-box .thm-btn:hover {
    background-color: var(--thm-black) !important;
    color: #fff !important;
}

@media (min-width: 1200px) {
    .cart-page .contact-one__form {
        display: flex;
        align-items: center;
    }
}

.cart-page .contact-one__form input {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .cart-page .contact-one__form input {
        max-width: 350px;
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.cart-page .cart-total {
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .cart-page .cart-total {
        margin-top: -10px;
        margin-bottom: 50px;
        padding-left: 20px;
    }
}

.cart-page .cart-total li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-page .cart-total li span {
    color: var(--thm-color);
    font-size: 16px;
}

@media (min-width: 1200px) {
    .cart-page .cart-total li span {
        font-size: 18px;
    }
}

.cart-page .cart-total li span:first-child {
    font-size: 18px;
    color: var(--thm-black);
    font-family: var(--special-font);
}

@media (min-width: 1200px) {
    .cart-page .cart-total li span:first-child {
        font-size: 20px;
    }
}

.quantity-box {
    width: 90px;
    height: 38px;
    border: 1px solid #00BF6F;
    position: relative;
    border-radius: 4px;
    float: right;
    padding: 0px 0px 0px 0px;
}

.quantity-box input[type="number"] {
    width: 100%;
    border: none;
    outline: none;
    height: 38px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    color: var(--thm-color);
    position: absolute;
    left: 0px;
    text-align: center;
}

@media (min-width: 1200px) {
    .quantity-box input[type="number"] {
        font-size: 12px;
    }
}

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

.quantity-box input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-box button {
    width: 31px;
    height: 35px;
    border: none;
    outline: none !important;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    color: #00BF6F;
    font-size: 20px;
    font-weight: 300;
}

.quantity-box button.add {
    top: 2px;
    bottom: 0;
}

.quantity-box button.sub {
    top: 0px;
    bottom: 0;
    left: 0;
}

.cart-table {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .cart-table {
        margin-bottom: 10px;
    }
}

.cart-table .product-box {
    display: flex;
    align-items: center;
    padding-left: 6px;
}

.cart-table .product-box h3 {
    margin: 0;
    font-size: 12px;
    margin-left: 20px;
}

@media (min-width: 992px) {
    .cart-table .product-box h3 {
        margin-left: 15px;
    }
}

.cart-table .product-box h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.cart-table .product-box h3 a:hover {
    color: var(--thm-base);
}

.cart-table tr th {
    border-bottom: 0;
    border-top: 0;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .cart-table tr th {
        font-size: 12px;
        padding: 5px 0px;
    }
}

.cart-table tr th:first-child {
    padding-left: 0;
}

.cart-table tr th:last-child {
    padding-right: 0;
    text-align: left;
}

.cart-table tr td {
    vertical-align: middle;
    border-top: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.cart-table tr td:first-child {
    padding-left: 0;
}

.cart-table tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.cart-table td {
    color: var(--thm-color);
    font-size: 16px;
}

@media (min-width: 992px) {
    .cart-table td {
        font-size: 18px;
    }
}

.cart-table td .remove-icon {
    font-size: 9px;
    padding-right: 30px;
}


/* product details */

.product_detail {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .product_detail {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.product_detail_image {
    background: #FFF;
    padding: 0px 40px 30px 40px;
    border-radius: 6px;
    position: relative;
}

.product_detail_image img {
    width: 100%;
}

.product_detail_content h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    color: #004541;
    margin: 0;
}

@media (min-width: 768px) {
    .product_detail_content h2 {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .product_detail_content h2 {
        font-size: 22px;
        padding: 10px 0px;
    }

    .product_detail_content h6 {
        font-size: 12px;
        color: var(--thm-black);
        font-weight: 300;
    }

    .product_detail_content .wishlist_btn {
        /*font-size: 22px;*/
        margin-left: 10px;
    }

    .product_detail_content h1 {
        font-size: 30px;
        color: #00BF6F;
        letter-spacing: .10px;
    }

    .product_detail_content h1 sup {
        font-weight: 400;
        font-size: 17px;
        top: -9px !important;
        margin-left: -6px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .product_detail_content h1 {font-size: 20px;color: #00BF6F;letter-spacing: .10px;}
}
.product_detail_review_box {display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0px 0 0px; margin: 21px 0 0px;
    /*border-top: 2px solid #f4f4f4; border-bottom: 2px solid #f4f4f4;*/
}

@media (min-width: 576px) {  .product_detail_review_box {flex-direction: row;justify-content: space-between;align-items: center;}  }

.product_detail_price_box p {color: var(--thm-color);font-size: 20px;margin: 0;}
.product_detail_review a {color: var(--thm-base);font-size: 16px;}
.product_detail_review a.deactive {color: #f4f4f4;}
.product_detail_review a+a {margin-left: 0px;}
.wishfont-12 {font-size: 12px;font-weight: 400;margin-right: 3px;color: #004541;vertical-align: middle;}
.product_detail_review span {margin-left: 6px;}
.product_detail_address {margin: 0;padding-top: 16px;}
.product_detail_address li {position: relative;display: block;font-size: 16px;color: var(--thm-black);}
.product_detail_text p {margin: 0;font-size: 16px;}

@media (min-width: 1200px) {  .product_detail_text p {font-size: 18px;}  }

.product-quantity-box {position: relative;display: flex;}

@media (min-width: 768px) {  .product-quantity-box {flex-direction: row;align-items: center;justify-content: flex-start;}  }

.addto-cart-box {position: relative;display: block;margin-left: 0px;margin-bottom: 10px;}

@media (min-width: 768px) {
    .addto-cart-box {
        margin-left: 0px;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
    }
}

.addto-cart-box button.thm-btn {
    padding: 0px 50px;
    width: 100% !important;
    font-size: 16px;
    font-weight: 500;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.addto-cart-box a.thm-btn {
    padding: 0px 10px;
    width: 100% !important;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.addto-cart-box button.thm-btn-grey {
    padding: 0px 50px;
    width: 100% !important;
    font-size: 16px;
    font-weight: 500;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.addto-cart-box button.thm-btn:hover {
    background-color: #004541;
    color: #fff;
}

.addto-cart-box button.thm-btn-grey:hover #Group_228 path#Shape2,
.addto-cart-box button.thm-btn-grey:hover #Group_228 path#Path_76 {
    fill: var(--thm-black) !important;
}

.product-quantity-box .wishlist_btn {
    position: relative;
    display: block;
}

.product-quantity-box .wishlist_btn .thm-btn {
    padding: 13px 50px;
    font-size: 16px;
    color: var(--thm-color);
    background: #f4f4f4;
}

.product-quantity-box .wishlist_btn .thm-btn:hover {
    color: #ffffff;
    background: #004541;
}

.green {
    color: #00BF6F;
}
.ribbon.dark-green span {
    background: #004541;
}

.category_tag_list {
    margin: 0;
}

.product_detail_share_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
}

.category_tag_list li span {
    color: #383a39;
    font-size: 16px;
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .category_tag_list li span {
        font-size: 18px;
    }
}

.share_box_title h2 {
    color: var(--thm-black);
    font-size: 18px;
    margin: 0;
}

@media (min-width: 1200px) {
    .share_box_title h2 {
        font-size: 20px;
    }
}

.share_box_social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.share_box_social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #f4f4f4;
    color: var(--thm-color);
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .share_box_social a {
        width: 57px;
        height: 57px;
        font-size: 18px;
    }
}

.share_box_social a+a {
    margin-left: 10px;
}

.share_box_social a:hover {
    color: #ffffff;
    background-color: var(--thm-base);
}

.product-tab-box {
    position: relative;
    display: block;
    margin-top: 0px;
}

.product-tab-box .tab-btns {
    position: relative;
    display: block;
    z-index: 1;
    margin: 0;
    border-top: #F4F5F7 solid 1px;
}

.product-tab-box .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0px !important;
}

.product-tab-box .tab-btns .tab-btn:last-child {
    margin-right: 0;
}

.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    margin: 0;
    padding: 23px 0px;
    color: #004541;
    font-size: 14px !important;
    border-radius: 0;
    transition: all 500ms ease;
    font-weight: 500;
    /*text-transform: capitalize;*/
    cursor: pointer;
    line-height: 17px;
}

@media (min-width: 1200px) {
    .product-tab-box .tab-btns .tab-btn span {
        font-size: 14px;
        padding: 20px 0px 20px 0px;
    }
}

.product-tab-box .tab-btns .tab-btn.active-btn span,
.product-tab-box .tab-btns .tab-btn:hover span {
    color: var(--thm-base);
    position: relative;
}

.product-tab-box .tab-btns .tab-btn.active-btn span:before {
    background: var(--thm-base);
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -3px;
    border-radius: 10px;
    content: '';
}

.product-tab-box .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}

.product-tab-box .tabs-content .tab {
    position: relative;
    padding: 0px;
    display: none;
}

.product-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.product-details-content {
    position: relative;
    display: block;
    overflow: hidden;
}

@media (max-width: 768px) {
    .product-details-content {
        padding: 0px;
    }

    .product_detail_content .wishlist_btn {
        position: absolute;
        right: 0px;
        top: -15px;
        font-size: 22px;
    }
}

.product-details-content .desc-content-box {
    position: relative;
    display: block;
}

.product-details-content .desc-content-box p {
    font-size: 14px;
    color: #004541;
    margin: 0;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: .10px;
    font-weight: normal;
}
.desc-content-box p {
    font-size: 14px;
    color: #004541;
    margin: 0;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: .10px;
    font-weight: normal;
}
.product-details-content .desc-content-box .desc-content-box_bottom {
    margin-top: 38px;
}

.additionali_nfo {
    position: relative;
    display: block;
    border: 2px solid #f4f4f4;
    padding: 48px 60px 120px;
    margin: 0;
}

@media (max-width: 768px) {
    .additionali_nfo {
        padding: 30px;
    }
}

.additionali_nfo li {
    font-size: 18px;
    color: var(--thm-color);
}

.additionali_nfo li span {
    color: var(--thm-black);
    font-size: 18px;
    margin-right: 3px;
}

.product-tab-box .review-form {
    position: relative;
    display: block;
}

.product-tab-box .review-form .shop-page-title {
    position: relative;
    display: block;
    margin-top: -8px;
    padding-bottom: 25px;
}

.product-tab-box .review-form .shop-page-title h2 {
    color: #25283a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 11px;
}

.product-tab-box .review-form .shop-page-title p {
    font-weight: 500;
    margin: 0;
}

.reviews-box {
    position: relative;
    display: block;
    border: 2px solid #f4f4f4;
    padding: 55px 60px 60px;
}

@media (max-width: 768px) {
    .reviews-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.product_reviews_title {
    color: var(--thm-black);
    font-size: 20px;
    margin: 0;
    margin-bottom: 52px;
    font-family: var(--special-font);
}

@media (min-width: 1200px) {
    .product_reviews_title {
        font-size: 30px;
    }
}

.product_reviews_single {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

@media (max-width: 665px) {
    .product_reviews_single {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.product_reviews_image img {
    border-radius: 50%;
}

.product_reviews_content {
    position: relative;
    margin-left: 30px;
}

@media (max-width: 665px) {
    .product_reviews_content {
        margin-left: 0;
        margin-top: 30px;
    }
}

.product_reviews_content h3 {
    font-size: 18px;
    color: var(--thm-black);
    margin: 0;
    margin-bottom: 17px;
    font-family: var(--special-font);
}

@media (min-width: 1200px) {
    .product_reviews_content h3 {
        font-size: 20px;
    }
}

.product_reviews_content span {
    font-size: 14px;
    color: var(--thm-base);
    font-weight: 500;
    margin-left: 12px;
    font-family: var(--thm-font);
}

.product_reviews_content p {
    margin: 0;
}

@media (min-width: 1200px) {
    .product_reviews_content p {
        font-size: 18px;
        line-height: 34px;
    }
}

.product_reviews_rating {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 480px) {
    .product_reviews_rating {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
    }
}

.add_review_title {
    font-size: 20px;
    color: var(--thm-black);
    font-family: var(--special-font);
    margin: 0;
    margin-bottom: 24px;
    margin-top: -8px;
}

@media (min-width: 1200px) {
    .add_review_title {
        font-size: 30px;
    }
}

.add_review_rating {
    margin-bottom: 19px;
}

.add_review_rating a {
    color: var(--thm-base);
    font-size: 16px;
}

.add_review_rating a+a {
    margin-left: 5px;
}

.add_review_rating a.deactive {
    color: #f4f4f4;
}

.add_review_rating span {
    font-size: 18px;
    color: var(--thm-color);
    margin-right: 5px;
}

.add_review_form .input-box {
    margin-bottom: 10px;
}

.add_review_form .input-box textarea {
    color: var(--thm-color);
    font-size: 16px;
    width: 100%;
    height: 241px;
    background: #f4f4f4;
    border: none;
    outline: none;
    padding: 25px 40px;
    display: block;
    margin-bottom: 30px;
}

.add_review_form input[type="text"],
.add_review_form input[type="email"] {
    color: var(--thm-color);
    font-size: 16px;
    width: 100%;
    height: 61px;
    background: #f4f4f4;
    border: none;
    outline: none;
    padding: 0px 30px;
}

.review_submit_btn {
    margin-top: 20px;
}

.review_submit_btn .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.all_products_two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.all_products_two .block-title {
    margin-bottom: 55px;
}

.new-products {
    position: relative;
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .new-products {
        padding-bottom: 20px;
    }

    .cartpage {
        padding-bottom: 10px;
    }
}

.new-products .container {
    position: relative;
}

.new-products .product-card__two {
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 6px;
    position: relative;
    min-height: 280px;
    box-shadow: 0px 2px 5px #0000000D;
    transition: all .5s ease-in-out;
}

.new-products .product-card__two:hover {
    box-shadow: 0px 2px 10px rgb(0, 0, 0, 10%);
    transform: scale(1.03);
    z-index: 111;
}

.new-products__top {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.new-related-p .new-products__top {
    justify-content: space-between;
    flex-direction: row;
}

.action-tag {
    position: absolute;
    left: 0;
    top: 0;
}

.product-card__two-image img.action-tag {
    width: 50% !important;
}

.ribbon {
    width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
}

.ribbon span {
    width: 150px;
    height: 22px;
    top: 14px;
    left: -47px;
    position: absolute;
    display: block;
    background: #FC1782;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.ribbon.green span {
    background: #00BF6F;
}

.renew-price {
    color: #FF1782;
    /*color: #00bf6f;*/
}
.new_blue {
    color: #00A7FF;
}
.ribbon.new_blue span {
    background: #00A7FF;
}
.old-price {
    font-size: 12px;
    text-decoration: line-through;
    margin-right: 0px;
    letter-spacing: 0.1px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .new-products__top {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 50px;
        padding: 0px;
    }
}

.new-products .block-title {
    text-align: center;
}

@media (min-width: 992px) {
    .new-products .block-title {
        text-align: left;
        margin-bottom: 0;
    }
}

.new-products .post-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .new-products .post-filter {
        margin-bottom: 0;
    }
}

.new-products .post-filter li {
    color: #00BF6F;
    font-size: 16px;
    position: relative;
    line-height: 1;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 500ms ease;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 400;
}

.new-products .post-filter li+li {
    margin-left: 20px;
}

.new-products .post-filter li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--thm-base);
    transform: scale(1, 0);
    transform-origin: left center;
    transition: transform 500ms ease;
}

.new-products .post-filter li.active {
    color: #004541;
    text-shadow: 0 0 1px rgba(var(--thm-black-rgb), 0.5);
}

.new-products .post-filter li::after {
    width: 7px;
    content: "";
    height: 7px;
    position: absolute;
    background: #95A1B1;
    border-radius: 50px;
    top: 5px;
    right: -15px;
}

.client-carousel .newscontent p::after {
    width: 5px;
    content: "";
    height: 5px;
    position: absolute;
    background: #95A1B1;
    border-radius: 50px;
    top: 14px;
    right: -25px;
}

.new-products .post-filter li:first-child::after {
    width: 0px;
    content: "";
    height: 0px;
    position: absolute;
    background: #95A1B1;
    border-radius: 50px;
    top: 5px;
    right: -15px;
}

.new-products .post-filter li:last-child::after {
    width: 0px;
    content: "";
    height: 0px;
    position: absolute;
    background: #95A1B1;
    border-radius: 50px;
    top: 5px;
    right: -15px;
}

[class*=new-products__shape-] {
    position: absolute;
    display: none;
}

@media (min-width: 992px) {
    [class*=new-products__shape-] {
        display: block;
    }
}

.new-products__shape-1 {
    top: -140px;
    right: 200px;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.offer-banner {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .offer-banner {
        padding-bottom: 5px;
    }
}

.offer-banner__box {
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 4px;
    padding: 30px 60px 45px 60px;
    position: relative;
}

@media (min-width: 992px) {

    /*.new-homepage ul.category-listing.home-list-category2 li.orignal .product-tile>img {*/
    /*    max-width: 159px !important;*/
    /*}*/
}

.offer-banner__box h3 {
    margin: 0;
    font-size: 36px;
    color: #004541;
    line-height: normal;
    font-weight: 500;
    font-style: italic;
    font-family: 'Bitter', serif !important;
    letter-spacing: 0px;
    line-height: 43px;
}

@media (min-width: 1200px) {
    .offer-banner__box h3 {
        font-size: 36px;
    }

    .confir-checkout .offer-banner__box h3 {
        font-size: 22px;
    }

    .slecttimediv .featured-category__nav {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 100;
        transform: translateY(-50%) translateX(-50%);
        margin-top: 0;
        justify-content: space-between !important;
    }
}

.offer-banner__box h3 span {
    position: relative;
    display: inline-flex;
    line-height: normal;
    color: #00BF6F;
}

.offer-banner__box p {
    font-size: 18px;
    color: #004541;
    margin-top: 23px;
    margin-bottom: 32px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 0.18px;
}

.confir-checkout .offer-banner__box p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.offer-banner__box .thm-btn {
    min-width: 305px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    text-align: center;
    border: #00BF6F solid 1px;
    border-radius: 8px;
    background-color: #fff;
    color: #00BF6F;
    letter-spacing: 0.16px;
}

a.edit_instructions_btn {
    background-color: #00BF6F;
    border-color: #00bf6f;
    color: white;
}

.offer-banner__box .thm-btn:hover, a.edit_instructions_btn:hover  {
    background-color: #004541 !important;
    color: #fff;
    border: #004541 solid 1px !important;
}

.offer-banner__box .thm-btn2 {
    min-width: 250px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    text-align: center;
    border: #FFF solid 1px;
    border-radius: 6px;
    background-color: #fff;
    color: #004541;
    text-decoration: underline;
    font-weight: normal;
    letter-spacing: 0.17px;
}

.offer-banner__content {
    position: relative;
    z-index: 20;
}

.new-products-two {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.new-products-two .thm-swiper__slider {
    position: relative;
    z-index: 10;
}

.mini-cart__item .form-group {
    min-height: 30px;
}

@media (min-width: 1200px) {
    .new-products-two {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

[class*=new-products-two__shape-] {
    position: absolute;
    display: none;
    z-index: 10;
}

@media (min-width: 992px) {
    [class*=new-products-two__shape-] {
        display: block;
    }
}

.new-products-two__shape-1 {
    top: 0;
    left: 210px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.new-products-two__shape-2 {
    bottom: 0;
    right: 80px;
    animation: treeMove 5s linear infinite;
}

.featured-products {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .featured-products {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.featured-products .load-more {
    margin-top: 60px;
}

.featured-products .load-more .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.featured-products .container-fluid {
    position: relative;
}

@media (min-width: 1200px) {
    .featured-products .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media (min-width: 1440px) {
    .featured-products .container-fluid {
        padding-left: 155px;
        padding-right: 155px;
    }
}

.featured-category__nav,
.featured-product__nav {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    margin-top: 40px;
}

@media (min-width: 1200px) {

    .featured-category__nav,
    .featured-product__nav {
        padding-left: 30px;
        padding-right: 30px;
        position: absolute;
        top: -14%;
        z-index: 100;
        transform: translateY(-50%) translateX(-50%);
        margin-top: 0;
        right: -40px;
    }
}

@media (min-width: 1440px) {

    .featured-category__nav,
    .featured-product__nav {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.featured-category__nav .swiper-button-next,
.featured-category__nav .swiper-button-prev,
.featured-product__nav .swiper-button-next,
.featured-product__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 40px;
    height: 40px;
    display: flex;
    outline: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--thm-black);
    background-color: #f4f4f4;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

@media (max-width: 991px) {

    .featured-category__nav .swiper-button-next,
    .featured-category__nav .swiper-button-prev,
    .featured-product__nav .swiper-button-next,
    .featured-product__nav .swiper-button-prev {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

.featured-category__nav .swiper-button-next:hover,
.featured-category__nav .swiper-button-prev:hover,
.featured-product__nav .swiper-button-next:hover,
.featured-product__nav .swiper-button-prev:hover {
    opacity: 1;
    background-color: var(--thm-base);
    color: #fff;
}

.featured-category__nav .swiper-button-next::after,
.featured-category__nav .swiper-button-prev::after,
.featured-product__nav .swiper-button-next::after,
.featured-product__nav .swiper-button-prev::after {
    display: none;
}

.featured-category__nav .swiper-button-prev,
.featured-product__nav .swiper-button-prev {
    margin-right: 10px;
}

@media (min-width: 1200px) {

    .featured-category__nav .swiper-button-prev,
    .featured-product__nav .swiper-button-prev {
        margin-right: 0;
        margin-right: 10px;
    }
}

.featured-category {
    position: relative;
}

.featured-category .container,
.featured-category .container-fluid {
    position: relative;
}

.featured-category__head {
    background-color: var(--thm-black);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 115px;
}

@media (min-width: 1200px) {
    .featured-category__head {
        padding-top: 120px;
    }
}

.featured-category__head .block-title p {
    color: var(--thm-text-dark);
}

.featured-category__head .block-title h3 {
    color: #fff;
}

.featured-category .thm-swiper__slider {
    padding-top: 40px;
    padding-bottom: 80px;
    z-index: 21;
}

@media (min-width: 1200px) {
    .featured-category .thm-swiper__slider {
        max-width: 1304px;
    }
}

.featured-category__carousel-wrap {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 21;
}

@media (min-width: 1200px) {
    .featured-category__carousel-wrap {
        margin-bottom: -60px;
    }
}

.featured-category__box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    padding-top: 41.5px;
    padding-bottom: 41.5px;
    transition: all 500ms ease;
}

.featured-category__box:hover {
    box-shadow: none;
}

.featured-category__box i {
    font-size: 50px;
    color: var(--thm-base);
    transition: all 500ms ease;
}

@media (min-width: 992px) {
    .featured-category__box i {
        font-size: 60px;
    }
}

.featured-category__box:hover h3,
.featured-category__box:hover i {
    color: #004541;
}

.featured-category__box h3 {
    margin: 0;
    color: #004541;
    font-size: 18px;
    line-height: 1;
    margin-top: 30px;
}

.featured-category__box h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.featured-category__nav {
    z-index: 20;
    margin-top: 0;
}

@media (min-width: 1200px) {
    .featured-category__nav {
        max-width: 1338px;
        padding-left: 0;
        padding-right: 0;
    }
}

.featured-category__nav .swiper-button-next,
.featured-category__nav .swiper-button-prev {
    background-color: #F4F5F7;
    color: #00BF6F;
    width: 36px;
    height: 36px;
}

.featured-category__nav .swiper-button-next:hover,
.featured-category__nav .swiper-button-prev:hover {
    background-color: var(--thm-base);
    color: #fff;
}


/* mini cart */

.mini-cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(50%);
    transform-origin: left center;
    transition: transform 100ms ease-in, opacity 100ms linear, visibility 100ms ease-in;
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
}

.mini-cart__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;
}

.mini-cart__content {
    width: 390px;
    background-color: #F4F5F7;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 25px;
    position: relative;
    box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.24);
}

.mini-cart__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.mini-cart__close {
    font-size: 16px;
    color: Fermer;
    opacity: 1;
}

.mini-cart__title {
    margin: 0;
    color: #00BF6F;
    font-size: 16px;
    line-height: 1;
}

.mini-cart__checkout {
    width: 90%;
    position: absolute;
    bottom: 30px;
    left: 15px;
    z-index: 20;
    text-align: center;
}

@media (max-height: 650px) {
    .mini-cart__checkout {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 50px;
        width: 100%;
    }
}

/* .mini-cart__item {
    display: flex;
    justify-content: space-evenly;
} */
.product-des-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mini-cart__item>img {
    width: 40px;
    flex-shrink: 0;
    height: 40px;
    border-radius: 6px;
}

.mini-cart__item-top {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mini-cart__item-content {
    padding-left: 10px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 90%;
}

.mini-cart__item-content h3 {
    font-size: 10px;
    color: #004541;
    margin: 0;
    width: 110px;
    margin-bottom: 6px;
    letter-spacing: 0.10px;
}

.mini-cart__item-content h3 a {
    color: inherit;
    transition: all 500ms ease;
}

.mini-cart__item-content h3 a:hover {
    color: var(--thm-base);
}

.mini-cart__item-content p {
    margin: 0;
    line-height: 1;
    font-size: 12px;
    color: #00BF6F;
    margin-left: 0px;
    position: relative;
    padding-left: 0px;
    font-weight: 500;
}

.mini-cart__item-content .quantity-box {
    height: 38px;
    margin-top: 6px;
    width: 90px;
    border-color: #00BF6F;
    background: #ffffff;
}

.mini-cart__item-content .quantity-box button {
    height: 35px;
    width: 38px;
    background-color: rgba(0, 0, 0, 0);
    color: #00BF6F;
    border-right: 0;
    border-top: 0;
    font-size: 20px;
}

.mini-cart__item-content .quantity-box button.add {
    border-bottom: 0;
}

.mini-cart__item-content .quantity-box input[type="number"] {
    height: 38px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    color: #004541;
    font-size: 14px;
}

.mini-cart__item {
    border-top: 1px solid #F4F5F7;
    padding: 8px 8px 8px 8px;
    margin-top: 5px;
    position: relative;
    background-color: #ffffff;
    border-radius: 6px;
}

.mini-cart.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-one {
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .gallery-one {
        padding-bottom: 120px;
    }
}

.gallery-one .container-fluid {
    width: 100%;
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-one__item {
    position: relative;
    background-color: var(--thm-black);
}

.gallery-one__item>img {
    width: 100%;
    opacity: 1;
    transition: all 500ms ease;
}

.gallery-one__item:hover>img {
    opacity: 0.1;
}

.gallery-one__item>a {
    display: flex;
    background-color: var(--thm-base);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    transition: opacity 500ms ease, transform 500ms ease, background-color 500ms ease;
    opacity: 0;
}

@media (min-width: 992px) {
    .gallery-one__item>a {
        width: 69px;
        height: 69px;
    }
}

.gallery-one__item>a:hover {
    background-color: #fff;
}

.gallery-one__item>a::before,
.gallery-one__item>a::after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

@media (min-width: 992px) {

    .gallery-one__item>a::before,
    .gallery-one__item>a::after {
        width: 22px;
    }
}

.gallery-one__item>a::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-one__item>a:hover::before,
.gallery-one__item>a:hover::after {
    background-color: var(--thm-black);
}

.gallery-one__item:hover>a {
    opacity: 1;
}


/*# sourceMappingURL=organik.css.map */

.filter-button {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    vertical-align: middle;
}

.gradiont-div {
    background-image: linear-gradient(to bottom, rgb(247 248 255 / 0%), rgb(0 0 0 / 70%));
    width: 100%;
    background-size: cover;
    color: white;
    padding: 20px 0px;
    position: absolute;
    bottom: 0px
}

.gradiont-div h3 {
    color: white;
    margin-bottom: 10px;
    font-size: 16px;
}

.productlower a {
    font-size: 14px;
    color: white;
}

.productlower i {
    font-size: 12px;
    color: white;
}

.gradiont-div p span {
    color: white;
}

.gradiont-div p {
    font-size: 25px
}

.divproduct {
    height: 400px;
    overflow: hidden;
}

.divproduct .productimag {
    width: 100%;
    height: 400px;
}

.product_fimg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.whitesectionbottom .featured-category__nav .swiper-button-next {
    right: 0px !important;
}

.whitesectionbottom .featured-category__box {
    box-shadow: none;
}

.circleim {
    border-radius: 10.25rem !important;
    width: 165px;
    height: 165px;
    overflow: hidden;
}

.circleim img {
    width: 100%;
}

.whitesectionbottom .featured-category__box {
    background-color: #fff0 !important;
}

.featured-category__box .sliderp {
    font-size: 12px !important;
    color: #00BF6F;
    margin-top: 6px;
}

.categorysection h3 {
    font-size: 42px;
    font-weight: 300;
    color: #004541;
}

.greyprouct-sec .product-card__two {
    background: #f4f5f7 !important;
}

.lowerproduct {
    font-size: 12px;
    color: white;
}

.pricelower {
    font-size: 22px;
    font-weight: 500;
}

.pricelower span {
    color: white;
}

.divlamp {
    /* height: 332px; */
    overflow: hidden;
}

.divlamp img {
    width: 100%;
}

.font-weight-300 {
    font-weight: 300;
}

.greybeput {
    background: #FFFFFF !important;
    margin-top: 70px;
    border-bottom: 1px solid #F4F5F7;
}

.chnagebgh .offer-banner__box {
    background: none !important;
}

.newbtnimg .thm-btn {
    min-width: 328px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 0px;
    letter-spacing: 0.16px;
}

.newheading h3 {
    color: #00BF6F;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
    font-style: italic;
    font-family: 'Bitter', serif !important;
}

.client-carousel .newscontent span {
    color: #004541;
    margin-right: 10px;
}

.client-carousel .newscontent p {
    color: #00BF6F;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    cursor: grab;
    font-weight: normal;
    letter-spacing: 0.16px;
}

.client-carousel .newscontent {
    width: 320px !important;
    margin-right: 35px !important;
}

.subscribecontent h4 {
    font-size: 22px;
    color: white;
    line-height: 30px;
    padding-left: 40px;
    font-weight: 500;
    font-style: italic;
     margin-bottom: 0px;
    font-family: 'Bitter', serif !important;
}

.subscribecontent h4 span {
    color: #004541;
    font-weight: inherit;
}

.newlettersect {
    background: #00BF6F;
    padding: 0px 50px;
}


.newlettersect p {
    font-size: 12px;
    color: white;
    padding-left: 40px;
    line-height: normal;
    margin-bottom: 0px !important;
}

.subdiv form {
    display: flex;
    flex-direction: row;
}

.subdiv form input {
    border-radius: 8px 0px 0px 8px;
    height: 50px !important;
    min-width: 278px !important;
    text-align: left !important;
    padding-left: 20px;
    font-size: 12px !important;
    color: #668F8D !important;
}

.subdiv form button {
    border-radius: 0px 8px 8px 0px;
    min-height: 50px !important;
    color: white;
    background: #004541 !important;
    margin-top: 0px !important;
    min-width: 176px !important;
    width: auto !important;
}

.footerps {
    font-size: 18px;
    color: white;
}

.footerps span {
    color: #00BF6F
}

.fontlogoc img {
    margin-right: 20px;
}

.copdiv p {
    font-size: 12px;
    color: white;
    padding: 0px !important;
    margin-right: 11px;
}

.renew-price sup {
    font-weight: 400;
}

.product-card__two-image:hover .gradiont-div {
    background-image: linear-gradient(to bottom, rgb(247 248 255 / 0%), rgb(0 0 0 / 77%));
}

.featured-category .swiper-slide {
    display: flex;
    justify-content: center;
}

.innerul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0rem;
    padding: 0px;
}

.lowernav {
    /* background-color: #FFFFFF; */
    background-color: #00BF6F;
    z-index: 111;
    border-radius: 0px 0px 6px 6px;
    max-width: 1340px;
    margin: 0 auto;
    height: 40px;
}

.lowernav .innerul li {
    text-decoration: none;
    list-style: none;
    padding-top: 1px;
    padding-bottom: 0px;
}

.lowernav .innerul li a {
    /* color: #004541; */
    color: #FFF;
    padding: 0px 12px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
}

.lowernav .innerul li a:hover {
    color: #FFF;
}

.lowernav .innerul li.active {
    color: #FFF !important;
}

.offer-banner__boxnew h3 {
    margin: 0;
    font-size: 36px;
    color: #004541;
    line-height: normal;
    font-weight: normal;
}

.offer-banner__boxnew {
    margin-bottom: 44px;
    margin-top: 35px;
}

.offer-banner__boxnew h3 span {
    position: relative;
    display: inline-flex;
    line-height: normal;
    color: #00BF6F;
}

.copry2 {
    display: none;
}

.coprycategory {
    display: none;
}

.mobile-nav__content .main-menu__list li {
    display: flex !important;
    padding: 0px 15px;
    align-items: center;
}

.mobile-nav__content .main-menu__list li img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}

.mobilelogo {
    display: none;
}

.weblogo {
    display: block;
    /*    height: 43px;*/
    width: 210px;
}

.sticky-header__content ul li img {
    display: none !important;
}

.main-menu ul li img {
    display: none !important;
}

.allbmobile {
    display: none;
}

.product-sorter__select .dropdown-toggle::after {
    position: absolute !important;
    right: 0px !important;
    top: 4px !important;
    color: #00BF6F !important;
    Z-INDEX: 10000 !important;
    padding: 0px 14px !important;
    cursor: pointer !important;
    pointer-events: none !important;
    -webkit-transition: .25s all ease !important;
    -o-transition: .25s all ease !important;
    transition: .25s all ease !important;
    font-size: 20px !important;
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-weight: 900;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding-left: 15px !important;
}

.categoimg h3 {
    font-size: 29px;
    color: #00BF6F;
    margin-bottom: 0px;
    position: absolute;
    left: 43px;
    width: 100%;
    line-height: 34px;
    letter-spacing: .10px;
}

.main-menu__language .dropdown-toggle::after {
    margin-left: 69px !important;
}

.categoimg img {
    width: 23.99px;
    margin-right: 13.11px;
    height: 23.82px;
}

.grilist a i {
    font-size: 20px;
    margin-right: 5px;
}

.grilist {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.grilist p {
    font-size: 14px;
    color: #004541;
    font-weight: 600;
    margin-right: 0px;
    margin-bottom: 0;
}

.coutpr {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.cat-circle {
    background: white;
    padding: 2px 6px;
    color: #004541;
    border-radius: 4px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    font-size: 11px;
    margin-left: 5px;
}

.checkbookli li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbookli li input[type=checkbox],
input[type=radio] {
    height: 16px;
    width: 16px;
    top: -2px !important;
    border: #E0E0E0 solid 1px !important;
}

.checkbookli .form-check {
    margin-right: 15px !important;
    line-height: 1.3;
}

.sideborderrnone {
    border: none !important;
}

.product-sidebar__links li label {
    font-weight: normal;
    margin-bottom: 0rem !important;
    font-size: 12px;
    padding-left: 0px !important;
    letter-spacing: 0px;
}

.product-sidebar__links li p {
    margin-left: 8px;
    font-weight: 400;
    margin-bottom: 0rem !important;
    font-size: 12px;
}

.checkbookli .form-check label {
    margin-bottom: 0rem !important;
    font-size: 13px;
    font-weight: 500 !important;
}

.addcart-qu {
    display: none;
    align-items: center;
    padding: 0px 10px 15px 10px;
    position: absolute;
    bottom: -40px;
    right: 0;
}

.product-card__two:hover .addcart-qu {
    display: block;
    position: absolute;
    /*margin-top: -6px;*/
    width: 100%;
    background: white;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 10%);
    z-index: 7;
}


/*.product-card__two:hover .addcart-qu.shop-cart{*/


/*  width: 87.77%;*/


/*}*/

.account-header {
    margin-bottom: 30px;
}

.account-header h3 {
    margin-bottom: 0px;
    font-size: 29px;
    color: #00BF6F;
    font-weight: 500;
    line-height: 34px;
}

.account-header .out-btn {
    font-size: 14px;
    font-weight: 500;
    color: #004541;
    letter-spacing: 1px;
}

.addto img {
    width: 18px;
    text-align: center;
}

.addto .thm-btn {
    width: 60px;
    height: 38px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    font-size: inherit;
    border-radius: 4px;
    display: flex;
    cursor: pointer;
}

.addcart-qu .quantity-box {
    display: none;
}

.addcart-qu .addto {
    display: block;
    float: right;
}

.wishlist-p {
    display: none;
}

.biodiv {
    position: absolute;
    bottom: 5px;
    right: 7px;
    z-index: 1;
}

.biodiv img {
    width: 30px;
}

.p-prosmall {
    display: none;
}

.p-total {
    display: block;
    margin: 0px 26px 0px 0px !important;
}

.removeitem {
    position: absolute;
    position: absolute;
    right: 0;
    top: 50%;
}

.mini-cart__top i {
    font-size: 10px;
    margin-right: 1px;
}

.removeitem i {
    font-size: 12px;
}

.product-box img {
    width: 36px;
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
    height: 36px;
    margin: 4px 0px;
}

.cart-table tbody tr {
    background: white;
    border-bottom: 0px;
}

.cart-table .quantity-box {
    border: 1px solid #ffffff;
    width: 75px;
    padding: 0px;
}

.breakt-add td {
    border: 5px solid #f4f5f7 !important;
}

.breakt-add {
    background: none !important;
}

.cart-table .quantity-box button {
    font-size: 20px;
    padding: 0px;
    width: 15px;
}

.whitesection {
    padding: 145px 15px 20px 90px;
}

.whitesection-cart {
    padding: 40px 30px;
    border-radius: 6px;
    background: #FFF;
}

.cardaccordion .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

.cardaccordion .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #222;
    padding: 0px;
}

.cardaccordion .card .card-header .btn-header-link:focus {
    box-shadow: none;
}

.cardaccordion .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.cardaccordion .card .card-header .btn-header-link {
    color: #004541;
    font-size: 14px;
    font-weight: 500;
}

.cardaccordion .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}

.cardaccordion.card .collapsing {
    background: #FFE472;
    line-height: 30px;
}

.cardaccordion .card .collapse {
    border: 0;
}

.cardaccordion .card .collapse.show {
    line-height: 30px;
    color: #222;
}

.cardaccordion {
    margin-bottom: 12px;
}

.cardaccordion .card {
    border: none;
}

.cardaccordion .card-header {
    background-color: transparent;
}

.helpcircle img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.whitesection h3 {
    font-size: 22px;
    margin-bottom: 35px;
    color: #004541;
}

.pricetotal .subprice h3 {
    color: #004541;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.pricetotal .subprice-cart h3 {
    color: #004541;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.pricetotal .relprice p {
    color: #004541;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.pricetotal .relprice p sup {
    font-weight: 400;
    margin-left: 5px;
    font-size: 13px;
}


.pricetotal .relprice-cart p {
    color: #004541;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 24px;
}

.pricetotal .relprice-total p {
    color: #00BF6F;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
}

.pricetotal .relprice-total p sup {
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px;
}

.whitesection hr {
    border-top: solid 1px #F4F5F7 !important;
}

.pricetotal .relprice sub {
    font-weight: 400;
}

.tdpp1 {
    font-weight: 400;
    margin-bottom: 0rem;
    font-size: 14px;
}

.tdpp {
    font-weight: 500;
    margin-bottom: 0rem;
    font-size: 14px;
}

.cartitem-table {
    padding: 0px 35px;
}

.whitesection .topbar__info p {
    font-size: 12px;
}

.whitesection .topbar__info {
    padding: 8px 0px 0px 0px;
}

.recomendede .post-filter li.active, .recomendede .post-filter li:hover {
    color: #00BF6F !important;
}

.recomendede .post-filter li {
    color: #004541 !important;
    font-size: 18px !important;
    font-weight: 500;
}

.recomendede .post-filter li::after {
    width: 0px !important;
    height: 0px !important;
}

.new-products .recomendede {
    margin-bottom: 10px !important;
}

.cartwrapper {
    padding: 0px 0px 0px 0px;
}

.recap-p {
    color: #00BF6F;
    font-size: 12px;
    font-weight: 400;
}

.option-filter {
    display: none;
}

.pagenav {
    /*margin-top: 80px;*/
    padding: 0px 15px 0px 15px;
    border-bottom: 1px solid #ffffff;
}

.collapse .card-body {
    padding: 18px 0px !important;
}

.anglecircle {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.anglecircle:hover {
    background-color: #00BF6F;
}

.anglecircle:hover a i {
    color: white;
}

.singlecategory h5 {
    color: #004541;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.10px;
    margin-bottom: 0px;
}

.newnone {
    padding: 24px 40px;
}

.news-section {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 25px;
}

.featured-category .thm-swiper__slider {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
}

@media (max-width: 768px) {
    .page-wrapper.new-homepage{
        padding-top: 188px !important;
    }
    .product_detail_content {
        margin-top: 0px;
        position: relative;
    }

    .product_detail {
        padding-top: 0px;
    }

    .product_detail_image {
        padding: 20px;
    }

    .featured-category__box {
        box-shadow: none;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .featured-category__box h3 {
        margin-top: 0;
    }

    .featured-category .thm-swiper__slider {
        padding-bottom: 0px !important;
    }

    .newprodut {
        height: 297px;
        overflow: hidden;
    }

    .product-card-content h2 {
        padding-right: 0px;
    }

    .products-page {
        padding-top: 10px;
    }

    .page-wrapper.mt-5 {
        margin-top: 0px;
    }

    .product_detail_content {
        padding-left: 0;
    }

    .product_detail_content .wishlist_btn {
        position: relative;
        top: inherit;
        /*font-size: 22px;*/
        margin-right: 0px !important;
    }

    .product_detail_content h1 {
        font-size: 30px;
        color: #00BF6F;
    }

    .mini-cart__item-content {
        width: 100%;
    }

    .mini-cart__item-top {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 490%;
    }

    .products-page .row {
        margin: 0px -10px;
    }

    .profilenav {
        display: none;
    }

    .thm-btn-grey {
        padding: 3px 15px;
    }

    .account-header {
        display: none !important;
    }

    .client-carousel .newscontent p::after {
        display: none;
    }

    .newnone {
        padding: 15px 0 15px 25px;
    }

    .option-filter {
        display: block;
    }

    svg#Outline circle {
        fill: #FFF !important;
    }
}

.destop-mobile {
    display: none;
}

.destop-head {
    display: block;
}

.newto-none {
    display: block;
}

@media only screen and (max-width: 600px) {
    .mini-cart__toggler span sub {
        bottom: 0em;
        margin-right: 5px;
    }

    svg#Outline circle {
        fill: #FFF !important;
    }

    .option-filter {
        display: block;
    }

    .filter-option-box {
        background: #FFF;
        padding: 20px;
        border-radius: 6px;
        margin: 0 10px;
        box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 8%);
        position: fixed;
        top: 30px;
        right: -10px;
        z-index: 992;
        width: 100%;
        height: 71%;
        outline: 0;
    }

    .filter-option-box .product-sidebar {
        display: block;
        max-height: 180px;
        height: 100%;
        overflow: scroll;
    }

    .product-card__two:hover .product-card__two-image-content {
        opacity: 0;
    }

    .product-card__two-image-content {
        opacity: 0;
    }

    .new-products .product-card__two {
        min-height: fit-content;
        overflow: hidden;
        width: 100%;
    }

    .product-card__two-content {
        padding: 20px 9 px;
    }

    .product-card-content {
        align-items: center;
        justify-content: center;
    }

    .product-card-content .thm-btn {
        display: none;
    }

    .newmobilerow {
        flex-direction: column-reverse;
    }

    .offer-banner {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .tomakeimage img {
        width: 187.15px !important;
        margin-top: -100px;
        margin-bottom: 30px;
        height: 195.78px !important;
    }

    .offer-banner__box h3 {
        font-size: 20px;
        text-align: center;
        line-height: 30px !important;
    }

    .offer-banner__box p {
        font-size: 13px;
        text-align: center;
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    .offer-banner__box {
        padding: 24px 30px;
        margin: 40px 0px 50px 0px;
    }

    .greybeput .offer-banner__box {
        padding: 24px 0px;
    }

    .wishlist-my .offer-banner__box {
        margin: 50px 15px;
    }

    .offer-banner__box .thm-btn {
        min-width: 100%;
    }

    .product-card-content h2 br {
        display: none !important;
    }

    .product-card__two-image {}

    .product-card-content h2 {
        font-size: 28px;
        padding: 0px !important;
    }

    .product-card-content h2 img.d-block {
        margin: 0 auto;
    }

    .newprodut {
        height: 180px;
        overflow: hidden;
    }

    .product-card__two-content {
        padding: 11px;
        padding-bottom: 10px;
        min-height: 160px;
    }

    .newmobilerow .col-md-7 {
        padding: 0 !important;
    }

    .old-price {
        margin-right: 0px;
    }

    .filter-button {
        display: none !important;
    }

    .new-related-p .filter-button {
        display: block !important;
        font-size: 12px;
    }

    .new-related-p .new-products__top h5 {
        font-size: 16px !important;
        margin-bottom: 4px;
        width: 70%;
        text-align: left;
    }

    .new-related-p .product-card__two-content {
        min-height: 88px;
    }

    .divproduct {
        height: 240px;
    }

    .divproduct .productimag {
        height: 240px;
    }

    .productlower a {
        font-size: 12px;
    }

    .gradiont-div p span {
        font-size: 18px;
    }

    .productlower .mr-2 {
        margin-right: 0px !important;
    }

    .gradiont-div {
        padding: 0px 0px;
    }

    .productlower .mr-3 {
        margin-right: 10px !important;
    }

    .gradiont-div p {
        font-size: 18px;
        margin-top: 10px;
    }

    .gradiont-div h3 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .new-products .col-6 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .feature-box {
        display: none;
    }

    .circleim {
        width: 100px;
        height: 100px;
    }

    .featured-category .thm-swiper__slider {
        padding-bottom: 30px;
    }

    .featured-category .thm-swiper__slider {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .chnagebgh img {
        width: 100% !important;
        height: auto !important;
    }

    .newbtnimg .thm-btn {
        min-width: 80%;
        border-radius: 8px;
    }

    .offer-banner__boxnew h3 {
        margin: 0;
        font-size: 25px;
        color: #004541;
        line-height: normal;
        font-weight: normal;
    }

    .offer-banner__boxnew h3 span {
        position: relative;
        display: inline-flex;
        line-height: normal;
        color: #00BF6F;
    }

    .offer-banner__boxnew {
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .setalign {
        align-items: end !important;
    }

    .categorysection h3 {
        font-size: 26px;
        text-align: center;
    }

    .categorysection h3 span {
        color: #00BF6F;
    }

    .featured-category__box h3 {
        margin-top: 15px;
    }

    .newiconslogo {
        text-align: center;
        margin-bottom: 20px;
    }

    .featured-category__carousel-wrap {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .featured-category {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .offer-banner__content {
        text-align: center;
    }

    .profile-mobilenav .newnone {
        display: block !important;
        padding: 10px 28px;
        margin-top: -21px;
    }

    .profilenav {
        display: none;
    }

    .account-header {
        display: none !important;
    }

    .newpadsetcol {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .profile-mobilenav .client-carousel .swiper-slide {
        margin-right: 15px !important;
    }

    .profile-mobilenav .client-carousel .newscontent p::after {
        width: 0px
    }

    .newnone {
        display: none !important;
    }

    .copry2 {
        display: block;
        margin-top: 30px;
    }

    .site-footer {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 95px;
        margin-top: 65px;
    }

    .topbar__social {
        margin-left: 5px;
    }

    .newlettersect .subscribecontent a br {
        display: none;
    }

    .newlettersect .subscribecontent a i {
        display: block;
        text-align: center;
    }

    .newlettersect .subscribecontent a i img {
        width: 50px;
        margin-bottom: 20px;
    }

    .newlettersect .subscribecontent a {
        font-size: 16px;
    }

    .subscribecontent p {
        display: none;
    }

    .subdiv form {
        display: block;
    }

    .subdiv form input {
        width: 100% !important;
        border-radius: 4px;
        margin-bottom: 14px;
        min-width: 100% !important;
    }

    .subdiv form button {
        width: 100% !important;
        border-radius: 4px;
        min-width: 100% !important;
    }

    .subscribecontent {
        text-align: center;
    }

    .subscribecontent a span {
        margin-left: 8px;
    }

    .newlettersect {
        background: transparent;
    }

    .moblienewse {
        background: #00BF6F;
        position: absolute;
        z-index: 11;
        margin-left: 3px;
        margin-right: 18px;
        padding: 22px;
        border-radius: 8px;
        top: -34px;
        height: auto !important;
        left: 3.9%;
        width: 92%;
    }

    .footer-widget .topbar__social a {
        font-size: 20px;
        color: #00BF6F;
        transition: all 500ms ease;
        padding: .2rem 30px .2rem 0;
    }

    .footer-widget__title {
        font-size: 22px;
    }

    .subscribecontent .float-left {
        float: none !important;
    }

    .subscribecontent h4 {
        font-size: 15px;
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .subscribecontent br {
        display: none;
    }

    .newcategorymob {
        display: block;
        margin-bottom: 29px;
    }

    .newcategorymob .featured-category__box {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .newcategorymob .featured-category .thm-swiper__slider {
        padding-bottom: 0px !important;
    }

    .newcategorymob .featured-category__box {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        background-color: transparent !important;
    }

    .new_category_sliderf {
        padding-bottom: 0px !important;
    }

    .main-slider .swiper-slide h2 {
        font-size: 18px;
        line-height: 23px;
        padding-left: 10px;
        margin-top: 0px;
    }

    .new_category_sliderf .featured-category__box h3 {
        font-size: 11px !important;
        margin-top: 5px;
        line-height: 13px;
        letter-spacing: 0;
        font-weight: normal;
    }

    .offer-banner__box .thm-btn2 {
        min-width: 100%;
        margin-top: 20px;
    }

    .main-slider .swiper-slide .container {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .page-wrapper {
        padding-top: 145px;
    }

    .lowernav {
        display: none;
    }

    .topbar {
        background-color: #004541;
        z-index: 111;
    }

    .main-logo img {
        width: 120px;
    }

    .input-cutsom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
        border: none;
    }

    .mobileto {
        display: flex;
        justify-content: space-between;
        align-items: end;
        padding: 6px 6px;
        align-items: center;
        line-height: normal;
    }

    .mobileto a {
        font-size: 12px;
        color: #00BF6F;
        font-weight: normal;
        padding: 0.6rem 1.5rem;
    }
    .mobile-nav__buttons .mobileto a {
        padding: 2px 0px !important;
    }
    .mobileto span {
        color: #00BF6F;
        font-size: 12px;
        margin-left: 20px;
        font-weight: 400;
        margin-right: -13px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .mobileto span sup {
        background: #336A67;
        padding: 12px 8px;
        border-radius: 88px;
        line-height: 1;
        height: 22px;
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 16px;
        color: white;
        margin-left: 5px;
        margin-bottom: -10px;
        font-weight: normal;
    }

    .mobile-nav__toggler {
        display: flex;
        color: white;
        align-items: center;
    }

    .mobile-nav__toggler p {
        color: white;
        font-family: 'Rubik';
        font-weight: 300;
        margin-left: 10px;
        margin-bottom: 0px;
        font-size: 15px;
    }

    .main-slider .swiper-slide .thm-btn {
        /*        background-color: transparent;
        color: white;*/
        min-width: 165px;
        margin-top: 11px;
        /*        text-decoration: underline;*/
        font-weight: 100;
        min-width: 50% !important;
        font-size: 12px !important;
        margin-left: 10px;
        min-height: 30px !important;
        line-height: 40px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }

    .main-slider .swiper-slide h2 span {
        color: white;
    }

    .topbar .main-logo {
        padding: 10px 0px 10px 5px;
    }

    .logo-box a img {
        width: 36px;
    }

    .sidetop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #004541;
        padding: 7px 10px;
    }

    .mobile-nav__close {
        position: initial;
    }

    .mobile-nav__content .logo-box {
        margin-bottom: 0px;
    }

    .main-menu ul li img {
        display: block !important;
    }

    .mobilelogo {
        display: block;
    }

    .weblogo {
        display: none;
    }

    .sticky-header__content ul li img {
        display: block !important;
    }

    .allbmobile {
        display: block;
        padding-top: 15px !important;
    }

    .new-products hr {
        border-top: none;
        display: none;
    }

    .addcart-qu .quantity-box {
        display: block;
    }

    .shoppaagep .product-card__two-content h3 {
        margin-bottom: 12px;
        min-height: 32px !important;
        height: 32px !important;
    }

    .addcart-qu .addto {
        display: block;
    }

    .wishlist-p {
        position: absolute;
        top: 10px;
        right: 23px;
        z-index: 9;
        display: block;
    }

    .wishlist-p i {
        font-size: 24px;
        color: #dadada;
    }

    .wishlist-p i:hover {
        color: #00BF6F;
    }

    .biodiv img {
        width: 30px;
    }

    .products-page {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sorter__select {
        width: 90px;
        margin-right: 2px;
    }

    .product-sorter {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        margin-top: 10px !important;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
        width: 180px;
    }
    .product-sorter__select .bootstrap-select>.dropdown-toggle {
        background-color: #ffffff;
        border: none;
        min-width: 100% !important;
    }

    .product-sidebar {
        display: none;
    }

    .coutpr {
        display: none;
    }

    .product-sorter__select {
        width: 100% !important;
        margin-right: 0px !important;
        margin-top: 0px;
        text-align: center;
        margin-bottom: 10px;
    }

    .p-prosmall {
        display: block;
        order: -1;
    }

    .product-sorter p {
        font-size: 12px;
        font-weight: 500;
    }

    .mobileb {
        margin: 5px 0px 0px 0px !important;
        align-items: center !important;
        padding-bottom: 15px;
    }

    .categoimg h3 {
        font-size: 18px;
        line-height: 24px;
        position: initial !important;
    }

    .product-card__two-content h3 a {
        word-break: break-word;
    }

    .mini-cart__content {
        width: 100% !important;
    }

    .addcart-qu {
        display: block;
    }

    .addcart-qu .quantity-box {
        display: none;
    }

    .product-card__two-content .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .addcart-qu {
        display: block;
        background: white;
        position: absolute;
        bottom: 0px;
        padding: 15px 11px 11px 0px;
    }

    .product-card__two:hover .addcart-qu {
        position: absolute;
        width: auto;
        margin-top: 0px;
        box-shadow: none;
    }

    .singlecategory h5 {
        color: #004541;
        font-size: 14px;
    }

    body {
        overflow-x: hidden;
    }

    .row.new-products {
        margin: 0 -10px;
    }

    .whitesection {
        padding: 10px 0px 10px 0px;
        background: #FFF;
        margin: 0px 0px 20px 0px;
    }

    .mobile-nav__content .main-menu__list li .dropul li {
        padding: 0px 0px 0px 30px;
    }

    ul.dropul:before {
        display: none;
    }

    .mobile-nav__content .main-menu__list li {
        display: block !important;
        position: relative;
        margin-left: 0px !important;
    }

    .mobile-nav__content .main-menu__list li a button {
        position: absolute;
        right: -5px;
    }

    .mobile-nav__content .main-menu__list li a {
        justify-content: right;
    }

    .newradiocus .container {
        padding-left: 37px !important;
        margin-bottom: 0px !important;
    }

    .newradiocus .checkmark {
        top: 0px !important;
    }

    .carpaydiv {
        margin-top: 20px;
    }

    .inlinkform input {
        padding-left: 15px !important;
        padding-right: 8px !important;
    }

    .mobile-nav__content .main-menu__list,
    .mobile-nav__content .main-menu__list ul {
        display: block;
    }

    .main-menu .main-menu__list li ul, .stricky-header .main-menu__list li ul {
        padding: 0px 0px;
        box-shadow: none !important;
        position: relative !important;
        opacity: 1;
        top: 0px;
        left: 0px;
        width: 100%;
        visibility: visible;
    }

    .rotate {
        -moz-transition: all .5s linear;
        -webkit-transition: all .5s linear;
        transition: all .5s linear;
    }

    .rotate.down {
        -moz-transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .mobile-nav__content .main-menu__list li {
        display: block !important;
    }

    .mobile-nav__content .main-menu__list li a {
        justify-content: flex-start !important;
    }

    /* .main-menu .main-menu__list li ul, .stricky-header .main-menu__list li .dropul
    {
        display: none;
    }
    .mobile-nav__content .main-menu__list li button:hover .dropul
    {
        display: block !important;
    } */
    .addresdiv p br {
        display: block !important;
    }

    .Livraison p br {
        display: block !important;
    }

    .relprice p br {
        display: block;
    }

    .confir-checkout .topbar__social a {
        color: #00bf6f;
        margin-left: 15px;
    }

    .destop-mobile {
        display: block;
    }

    .destop-head {
        display: none;
    }

    .alert {
        right: 0px !important;
        width: 80% !important;
        left: 0px !important;
    }

    .product_detail_review_box {
        flex-direction: row !important;
        justify-content: flex-start !important;
        margin: 0px 0 0px !important;
    }

    .newto-none {
        display: none;
    }

    .topbar-1center .custom-control-label {
        line-height: 1.2;
    }

    .topbar-1center {
        max-width: 33%;
    }

    .mobileotable {
        display: block !important;
    }

    .webotable {
        display: none !important;
    }

    .oder-detail {
        padding: 44px 40px 40px 28px !important;
    }

    .totrpdiv {
        margin: 10px 0px !important;
    }

    .left-backimg-side {
        display: none;
    }

    .myaccountlo-div {
        display: none !important;
    }

    .user-from {
        text-align: center;
    }

    .from-loginp {
        padding: 0px 0px !important;
    }

    .myaccountlo-divimg {
        margin-top: 0px !important;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        padding: 20px;
        position: initial !important;
    }

    .profilesignin {
        padding: 0px 25px !important;
    }

    .myaccountlo-divimg .logo-newhmob {
        display: block !important;
    }

    .myaccountlo-divimg .logo-newh {
        display: none !important;
    }

    .to-signup {
        display: block;
    }

    .torever {
        display: flex;
        flex-direction: column-reverse;
    }

    .signup-mobile {
        display: block !important;
    }

    .bor6-left .social-user .thm-btn span {
        position: initial !important;
    }

    .bor6-left .social-user .thm-btn .iconapple {
        position: initial !important;
    }

    .social-user .whitegoogle .thm-btn,
    .social-user .blackapple .thm-btn,
    .social-user .bluefacebook .thm-btn {
        justify-content: left !important;
        font-size: 16px;
    }

    span.font-10.weight {
        font-size: 8px !important;
        min-height: 0px !important;
    }

    .font-10 {
        min-height: 0px !important;
        padding-top: 2px;
    }

    .product-card__two-content h3 {
        margin-bottom: 0px !important;
        font-size: 12px;
    }

    .new-grid-ul li {
        width: 45.3% !important;
    }

    .formobl-top {
        order: -1;
    }

    .mobile-nav__content .topbar-strip {
        min-height: 50px !important;
        padding: 12px 0px !important;
    }

    .mobile-nav__content .topbar-strip .topbar__info {
        border-left: #FFF solid 1px !important;
        padding-left: 20px !important;
        font-size: 12px;
        letter-spacing: 0.10px;
    }

    .mobile-nav__content .topbar-strip .topbar__info:first-child {
        border-left: 0px !important;
        padding-left: 0px !important;
        padding-right: 20px;
    }

    .mobile-nav__content .topbar__right {
        width: 100%;
    }

    .mobile-nav__content .topbar__social {
        border: 0px !important;
    }

    .product-sorter__select .bootstrap-select .dropdown-menu {
        min-width: 100% !important;
    }

    .product-sorter__select .dropdown-menu.show {
        right: 0px;
        left: -11px !important;
    }

    .categoimg {
        margin-bottom: 0px !important;
    }

    .product-card__two-content .row {
        position: absolute;
        bottom: 65px;
    }

    .pfilter-to-hide {
        display: none !important;
    }

    .footer-widget .topbar__social {
        border-right: none !important;
        padding: 0 0px !important;
    }

    .rescipi-page .product-card__two-content {
        min-height: 130px;
    }

    .addto-cart-box button.thm-btn {
        padding: 15px 30px !important;
    }

    .page-wrapper {
        width: auto !important;
        min-width: 100% !important;
    }

    .fontlogoc img {
        width: 100%;
    }

    .product_detail .topbar__info {
        padding: 10px 0px 40px 0px !important;
    }
    .product_detail .topbar__info span.green {
        display: contents;
    }
    .addProductToWishlist svg path {
        fill: transparent !important;
    }

    .respi-mobile-hi {
        display: none;
    }

    print-icons-div {
        display: none;
    }

    .newbuton-confirm .addto-cart-box a.thm-btn {
        width: 80% !important;
    }

    .mobile-mainimg {
        display: block !important;
    }

    .product-div-title h3 br {
        display: none;
    }

    .product-div-title h3 {
        font-size: 22px !important;
        font-weight: 500;
        width: 93%;
    }

    .leftmain-sec-res {
        padding: 0px 15px;
        padding-right: 15px !important;
    }

    .product-details-content .desc-content-box p {
        word-break: break-word;
        font-size: 12px !important;
    }

    .rightmain-sec-res {
        padding-left: 15px !important;
        padding: 0px 15px !important;
    }

    .oder-data .table td {
        word-break: break-word !important;
    }

    .product-card__two-content p {
        margin-top: 0px;
    }

    .resp-Plat-detail {
        display: block !important;
        padding: 30px 15px 10px 15px;
    }

    .product-div-title .productlower {
        display: none !important;
    }

    .print-icons-div {
        display: none !important;
    }

    .rightmain-sec-res .resmain-img {
        display: none !important;
    }

    .cart-topmain .mini-cart__item-content {
        width: auto !important;
    }

    .content-prix .mini-cart__item-content img {
        width: 50px !important;
        height: 50px !important;
        margin-right: 10px !important;
    }

    .content-prix .cart-topmain {
        justify-content: center !important;
    }

    .content-prix .cart-topmain .mini-cart__item-content h3 {
        margin-bottom: 0px;
        font-size: 14px !important;
    }

    .content-prix h4 {
        text-align: center;
    }

    .listdetail-res .ul-circlp {
        padding-right: 14px !important;
        padding-left: 4px !important;
    }

    .content-prix .mini-cart__item-content h3 {
        width: auto !important;
        font-size: 12px !important;
        word-break: break-word;
    }

    .content-prix .quantity-box input {
        position: initial;
    }

    .main-res-divp hr {
        display: block !important;
    }

    .releted-rep-row .product-card__two-content h3 {
        font-size: 12px !important;
    }

    .filter-item .product-card__two-content h3 {
        font-size: 12px !important;
    }

    .respi-portop .product-card__two-content {
        min-height: 105px !important;
    }
    /*.respi-portop .product-card__two:after {*/
    /*    min-height: 240px !important;*/
    /*}*/
    .respi-portop ul.category-listing li {
        padding: 0px 15px 10px;
    }
    .listdetail-res h4 {
        font-size: 16px !important;
    }

    .releted-reptitle {
        font-size: 18px !important;
    }

    .mobile-logo-center {
        justify-content: center !important;
    }

    .newmodel-style .modal-content p br {
        display: block !important;
    }

    .main-newmenu .redice-size {
        padding-bottom: 0px !important;
    }

    .removeProductFromMobile {
        display: none !important;
    }

    .greyput-white-p {
        padding: 30px 0px 0px 0px;
        border-radius: 8px;
        background: white;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 50px;
        height: auto !important;
    }

    .greybeput {
        margin: auto;
        background: transparent !important;
        padding-bottom: 90px;
        border: none !important;
    }

    .content-prix .mini-cart__item-content {
        justify-content: start;
    }

    .content-prix .row {
        padding: 0px 10px !important;
    }

    .cartpagepd {
        display: none !important;
    }

    .my-blancepage #accordion .card-header button {
        font-size: 16px !important;
    }

    .my-blancepage {
        padding: 0px 0px 0px 0px !important;
    }

    .my-blancepage #accordion .card-header {
        padding: 20px 10px !important;
    }

    .my-blancepage #accordion .card-header p {
        font-size: 14px;
    }

    .my-blancepage .thm-btn-grey {
        padding: 3px 5px !important;
        font-size: 10px !important;
    }

    .mainpbefore::before {
        content: none !important;
        display: none !important;
    }

    .cartpagepd {
        display: none !important;
    }

    .subcetegorp {
        display: block !important;
    }

    .p-total {
        display: none !important;
    }

    .product-sorter__select .dropdown-toggle::after {
        padding: 0 4px 0px 0px !important;
        right: 6px !important;
    }

    .subcetegorp .bootstrap-select .dropdown-menu {
        height: 170px;
        overflow: scroll;
    }

    .product-sorter__select .dropdown-item {
        padding: 0.25rem 10px;
    }

    .product-tile, .page-wrapper.theme-category-page .product-tile, .new-homepage ul.category-listing.home-list-category li.orignal .product-tile, .new-homepage ul.category-listing.home-list-category2 li.orignal .product-tile {
        height: 100% !important;
        /*min-height: 157px;*/
    }

    .confir-checkout .offer-banner__box {
        padding: 50px 30px !important;
    }

    .paradivce {
        text-align: center;
    }

    .newbalce-top {
        padding: 30px 20px 30px 20px !important;
        text-align: center;
    }

    .my-blancepage .thm-btn-grey {
        width: 100%;
        align-items: center;
        padding: 15px 20px !important;
        font-size: 10px !important;
        text-align: center;
        margin-top: 20px;
        font-size: 16px !important;
    }

    .my-blancepage .offer-banner__box {
        margin: 25px 0px !important;
    }

    .my-blancepage {
        margin: 0px 15px;
    }

    .order-setp {
        order: -1;
    }

    .btnlimkbla-ce {
        text-align: center !important;
    }

    .border-vos {
        margin-top: 30px !important;
    }

    .my-blancepage .order-table .thm-btn-grey {
        font-size: 7px !important;
    }

    .comercialaction-div {
        margin-top: 10px;
    }

    .product-quantity-box {
        margin-top: 20px !important;
    }

    .footershoppage .newlettersect .footer-widget .lowerpin {
        display: block !important;
        text-align: center;
        padding-left: 0px !important;
    }

    .footershoppage .newlettersect .moblienewse {
        height: auto !important;
        top: -150px !important;
        padding: 20px 20px 28px 20px;
        left: auto;
        width: 100%;
    }

    .footershoppage {
        padding-top: 200px;
        margin-top: 160px !important;
    }

    .footershoppage .newlettersect {
        padding: 0px 0px !important;
        height: auto !important;
    }

    .cusomfilterscorl {
        display: block !important;
        position: fixed;
        right: 8px;
        bottom: 2%;
        z-index: 9999;
    }

    .scroll-to-top {
        display: none !important;
    }

    .stricky-fixed .main-newmenu .container {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .mainpadset-fo {
        padding-left: 0px !important;
    }

    .product-sorter .product-sorter__select {
        display: none !important;
    }

    .categoimg img {
        width: 23.99px;
        margin-right: 13.11px;
        height: auto;
    }

    .input-cutsom {
        height: 32px;
        margin-bottom: 5px;
        padding: 0px 13px !important;
    }

    .filter-option-box .product-sorter .product-sorter__select {
        display: block !important;
    }

    .filter-option-box .product-sorter {
        /* justify-content: space-between !important; */
        padding-bottom: 30px;
        display: block;
        height: 90%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .filter-option-box .product-sorter__select .bootstrap-select>.dropdown-toggle {
        background-color: #F4F5F7;
    }

    .chnagebgh .offer-banner__box {
        padding: 0px 0px 0px 0px !important;
        margin: 0px 0px;
    }

    .homepage-fo {
        height: auto !important;
    }

    .search-btn {
        top: -3px !important;
    }

    .tosh-svg {
        display: block !important;
    }

    .tosh-text {
        display: none !important;
    }

    .next-forwordp .page-item .page-link {
        width: 38px !important;
    }

    .neu-pagination .page-item:last-child {
        padding-right: 0px !important;
    }
    .next-forwordp .page-item .page-link svg path {
        stroke: #004541;
    }
    .next-forwordp .page-item .page-link:hover svg path {
        stroke: white;
    }
    .next-forwordp .page-item.disabled .page-link svg path {
        stroke: rgb(244, 245, 247);
    }
    .greybeput .newbtnimg {
        padding-top: 30px !important;
    }
    .offer-banner__box .thm-btn2, .newbtnimg .thm-btn2 {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
    .greybeput .newbtnimg .thm-btn {
        min-width: 100%;
        border: #00BF6F solid 1px;
        background-color: #fff;
        color: #00BF6F;
    }

    .greybeput .offer-banner__box h3 {
        padding-bottom: 30px !important;
    }

    .sidetop .main-menu__language .dropdown-menu .dropdown-item {
        color: #004541 !important;
        opacity: 1 !important;
    }

    .sidetop .main-menu__language .nav-link {
        color: #ffffff !important;
        opacity: 1 !important;
    }

    .mobile-nav__content .topbar-strip .topbar__info>i {
        margin-right: 7px;
    }

    .footershoppage .lowerpin {
        display: block !important;
        text-align: center;
        padding-left: 0px;
        padding-top: 13px;
    }

    .homepage-fo .lowerpin {
        display: block !important;
        text-align: center;
        padding-left: 0px;
        padding-top: 13px;
    }

    .product_detail_content {
        padding-left: 0px !important;
        width: auto !important;
    }

    .product_detail_image .ribbon {
        z-index: 1 !Important;
    }

    .prdocut-detail .oder-data .table th {font-size: 12px !important;}
    .prdocut-detail .oder-data .table td {font-size: 12px !important;}
    .user-profile {
        margin-bottom: 201px !important;
    }

    .wishlist-my .confir-checkout .offer-banner__box {
        padding: 46px 40px 52px 40px !important;
    }

    .homepages .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .hisrt-cart {
        padding-left: 8px !important;
    }

    .wishlist-my .tomakeimage img {
        margin-top: 0px !important;
    }

    .mobileto .dropdown-menu .dropdown-item .dropdown-item {
        line-height: 23px;
    }
    .valuenutrition.mb-4 {
        margin-bottom: 0px !important;
    }
    .valuenutrition {
        width: 98% !important;
    }

    .valuenutrition h3 {
        width: 55% !important;
    }
    .valuenutrition span{
        width:45% !important;
    }
    .show-webp {
        display: none !important;
    }

    .show-wm {
        display: block !important;
    }

    .swiper-wrapper .show-webp {
        display: none !important;
    }

    .swiper-wrapper .show-wm {
        display: inline-flex !important;
    }

    .modal-body {
        padding: 18px !important;
    }

    .main-slider .swiper-slide .image-layer {
        background-image: "/assets/images/main-slider/ptitfrais_hero_illustration_mob.jpg" !important;
    }

    .main-slider {
        margin-top: -24px;
    }

    .pagination-new {
        padding: 45px 0px 35px 0px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .gridview {
        padding-bottom: 0px !important;
    }

    .products-page .col-sm-12.col-md-12.col-lg-10 {
        padding-right: 8px !important;
    }

    .crossse-ul {
        display: none !important;
    }

    .new-products .product-card__two:hover {
        transform: none;
    }

    .about-title h1 {
        font-size: 18px !important;
        line-height: 20px;
    }

    .about-content h2 {
        font-size: 18px !important;
        line-height: 20px;
    }

    .about-content h3 {
        font-size: 18px !important;
    }

    .about-content p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .about-title {
        padding-top: 40px !important;
    }

    .about-content {
        padding-top: 10px !important;
        padding-bottom: 30px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .about-content2 {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }

    .newbtnimg .thm-btn2 {
        margin-top: 40px;
    }

    .about-sec .section-img {
        margin-bottom: 0px !important;
    }

    .about-sec .greyput-white-p {
        padding-bottom: 0px !important;
    }

    .prdocut-detail {
        margin-top: -30px !important;
    }

    .resp-Plat-detail .productlower i img {
        width: 12px;
        height: 12px;
    }

    .content-prix .row .mini-cart__item .col-2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-res-divp {
        padding-bottom: 80px;
    }

    .releted-rep-row .col-lg-12 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .main-res-divp {
        margin-top: -20px;
    }

    .resp-Plat-detail h4 {
        margin-bottom: 0;
    }

    .div-stock {
        padding-bottom: 15px;
    }

    .product-image-carousels .biodiv img {
        width: 35px !important;
    }

    .product-image-carousels .biodiv {
        bottom: 0px !important;
    }

    .my-blancepage .confir-checkout .offer-banner__box {
        padding: 27px 37px !important;
    }

    .my-blancepage .table {
        width: 152% !important;
    }

    .footer-widget .subdiv form input {
        text-align: center !important;
        padding-left: 0px !important;
    }

    .total_product .change_product {
        padding-left: 4px !important;
    }

}

@media (max-width: 375px) {
    .video-card .container h3 {
        font-size: 30px;
    }
    .valuenutrition h3 {
        width: 65% !important;
        font-size:12px !important;

    }
    .valuenutrition span{
        width:35% !important;
        font-size:12px !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 600px) {
    .topbar {
        background-color: #004541;
        z-index: 111;
        padding: 0px 0px 0px 0px;
    }

    .mobile-nav__buttons {
        display: flex;
        margin-left: auto;
        margin-right: 10px;
        padding-bottom: 15px;
    }

    .mobileto {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 6px;
    }

    .mobile-nav__toggler {
        display: flex;
        color: white;
        align-items: center;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        width: 100% !important;
        max-width: 100%;
    }

    .input-cutsom {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        border: none;
    }

    .mobile-nav__toggler p {
        color: white;
        font-family: 'Rubik';
        font-weight: 300;
        margin-left: 10px;
        margin-bottom: 0px !important;
    }

    .mobileto a {
        font-size: 12px;
        color: #00BF6F;
        font-weight: 400;
    }

    .mobileto span {
        color: #00BF6F;
        font-size: 12px;
        margin-left: 20px;
        font-weight: 400;
        margin-right: -13px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .mobileto span sup {
        background: #336A67;
        padding: 10px 7px;
        border-radius: 88px;
        line-height: 1;
        height: 24px;
        align-items: center;
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        color: white;
        margin-left: 5px;
        margin-bottom: -10px;
    }

    .weblogo {
        display: none;
    }

    .mobilelogo {
        display: block;
        width: 200px;
    }

    .innerul {
        display: none;
    }

    .mobile-nav__content {
        width: 330px;
        background-color: #ffffff;
    }

    .sidetop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #004541;
        padding: 7px 10px;
    }

    .mobile-nav__close {
        position: initial;
    }

    .logo-box a img {
        width: 37px;
    }

    .mobile-nav__content .logo-box {
        margin-bottom: 0px;
    }

    .main-slider .swiper-slide h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .main-slider .swiper-slide .container {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .offer-banner__content {
        text-align: left;
    }

    .coprycategory {
        display: block;
    }

    .featured-category__box {
        width: 200px;
    }

    .featured-category .thm-swiper__slider {
        padding-bottom: 10px !important;
    }

    .newcategorymob {
        display: block;
        margin-bottom: 30px !important;
    }

    .feature-box {
        display: none;
    }

    .newprodut {
        height: 314px;
        overflow: hidden;
    }

    .allbmobile {
        display: none;
    }

    .product-card-content h2 br {
        display: none !important;
    }

    .product-card-content {
        align-items: center;
    }

    .product-card-content h2 {
        font-size: 36px;
    }

    .filter-button {
        display: none;
    }

    .new-related-p .filter-button {
        display: block;
    }

    .offer-banner__box h3 {
        margin: 30px 0px 0px 0px;
        font-size: 30px;
    }

    .tomakeimage img {
        width: 100% !important;
        margin-top: -30px !important;
    }

    .categorysection h3 {
        font-size: 30px;
    }

    .featured-category__box {
        text-align: center;
    }

    .chnagebgh img {
        width: auto !Important;
        margin: 0px auto !important;
        height: 210px !important;
    }

    .product-sidebar {
        display: none;
    }

    .product-sorter {
        display: flex;
        align-items: baseline;
        justify-content: end;
    }

    .mini-cart__content {
        width: 35% !important;
    }

    .singlecategory h5 {
        color: #004541;
        font-size: 14px;
    }

    .mobileto .btn-secondary {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .mobileto .btn-secondary:hover {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .mobileto .btn {
        vertical-align: middle !important;
    }

    .featured-category__box {
        box-shadow: none;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .featured-category__nav,
    .featured-product__nav {
        justify-content: flex-end !important;
    }

    .offer-banner__box h3 br {
        display: none;
    }

    .topbar__social {
        justify-content: center;
    }

    .mobile-nav__content .main-menu__list,
    .mobile-nav__content .main-menu__list ul {
        display: block;
    }

    .mobile-nav__content .main-menu__list li {
        margin-left: 0px !important;
    }

    .copry2 {
        display: block;
    }

    .newnone {
        display: none !important;
    }

    .greybeput {
        padding-bottom: 200px;
        padding-top: 40px;
    }

    .mobile-nav__content .main-menu__list,
    .mobile-nav__content .main-menu__list ul {
        display: block;
    }

    .main-menu .main-menu__list li ul,
    .stricky-header .main-menu__list li ul {
        padding: 0px 0px;
        box-shadow: none !important;
        position: initial !important;
        opacity: 1;
    }

    .mobile-nav__content .main-menu__list .dropul li {
        padding: 0px 0px 0px 33px !important;
    }

    .mobile-nav__content .main-menu__list li {
        display: block !important;
    }

    .mobile-nav__content .main-menu__list li a {
        justify-content: flex-start !important;
    }

    .main-menu .main-menu__list li ul,
    .stricky-header .main-menu__list li .dropul {
        display: none;
    }

    mobile-nav__content .main-menu__list li button:hover .dropul {
        display: block;
    }

    .addresdiv p br {
        display: block !important;
    }

    .Livraison p br {
        display: block !important;
    }

    .relprice p br {
        display: block;
    }

    .confir-checkout .topbar__social a {
        color: #00bf6f;
        margin-left: 15px;
    }

    .destop-mobile {
        display: block;
    }

    .destop-head {
        display: none;
    }

    .topbar-1center .custom-control-label {
        line-height: 1.2;
    }

    .topbar-1center {
        max-width: 28%;
    }

    .mobile-nav__content {
        width: 60% !important;
    }

    .mobileotable {
        display: block !important;
    }

    .webotable {
        display: none !important;
    }

    .social-user .thm-btn {
        padding: 15px 30px !important;
        font-size: 14px;
    }

    .left-backimg-side {
        display: none;
    }

    .myaccountlo-div {
        display: none !important;
    }

    .user-from {
        text-align: center;
    }

    .from-loginp {
        padding: 30px 0px !important;
    }

    .myaccountlo-divimg {
        margin-top: 0px !important;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        padding: 11px 0px;
    }

    .profilesignin {
        padding: 0px 30px;
    }

    .myaccountlo-divimg .logo-newhmob {
        display: block !important;
    }

    .myaccountlo-divimg .logo-newh {
        display: none !important;
    }

    .to-signup {
        display: block;
    }

    .social-user .blackapple .thm-btn,
    .bluefacebook .thm-btn {
        padding: 13px 25px !important;

    }

    .social-user .whitegoogle .thm-btn {
        padding: 11px 15px !important;
    }

    .signup-mobile {
        display: block !important;
    }

    .profile-mobilenav .newnone {
        display: block !important;
        padding: 10px 28px
    }

    .profilenav {
        display: none;
    }

    .user-profile {
        padding: 0px 0px !important;
    }

    .products-page {
        padding-top: 30px !important;
    }

    .p-prosmall {
        display: block !important;
        order: -1;
    }

    .grilist {
        display: none !important;
    }

    .product-sorter p {
        font-weight: 500;
        padding-right: 20px;
    }
    .crossse-ul{
        z-index: 10 !important;
    }
    .new-grid-ul li {
        width: 22.3% !important;
        margin-bottom: 35px !important;
    }
    .new-grid-ul li .crossse-ul li{
        right: inherit !important;
        left: 100% !important;
    }
    .new-grid-ul li .crossse-ul li.new-saleleft{
        right: 97% !important;
        left: inherit !important;
    }
    .hide-desktop-view {
        display: flex !important;
    }

    .topbar-strip {
        min-height: 0px !important;
    }

    .mobileb {
        margin-top: 15px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .shoppaagep.row {
        justify-content: center;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .categoimg {
        margin-bottom: 15px !important;
    }

    .pfilter-to-hide {
        display: none !important;
    }

    .footer-widget .topbar__social {
        border-right: none !important;
        padding: 0 0px !important;
    }

    .categoimg h3 {
        width: 115%;
    }

    .product_detail .topbar__info {
        padding: 20px 0px !important;
    }

    .print-icons-div {
        display: none !important;
    }

    .rightmain-sec-res .resmain-img {
        display: none !important;
    }

    .leftmain-sec-res {
        padding: 0px 15px;
        padding-right: 15px !important;
    }

    .rightmain-sec-res {
        padding-left: 15px !important;
        padding: 0px 15px;
    }

    .respi-mobile-hi {
        display: none;
    }

    .mobile-mainimg {
        display: block !important;
    }

    .ul-circlp {
        padding-right: 15px;
        padding-left: 15px;
    }

    .product-div-title {
        margin-top: 30px;
    }

    .product-sidebar__single {
        margin-right: 0px !important;
    }

    .mobile-logo-center {
        justify-content: center !important;
    }

    .check-out-footer {
        display: block !important;
    }

    .whitesection .topbar__info {
        padding: 18px 0px;
    }

    .content-prix .mini-cart__item-content {
        justify-content: start;
    }

    .content-prix .cart-topmain {
        justify-content: center !important;
    }

    .content-prix .cart-topmain .mini-cart__item-content {
        justify-content: flex-end;
        width: auto !important;
    }

    .content-prix .cart-topmain .mini-cart__item-top {
        text-align: end;
    }

    .content-prix .row {
        padding: 0px 10px !important;
    }

    .main-newmenu .redice-size {
        padding-bottom: 0px !important;
    }

    .product-sidebar__links li p {
        margin-left: 0px;
    }

    .profile-mobilenav .client-carousel .newscontent p::after {
        width: 0px !important;
    }

    .profilenav ul li a {
        font-size: 12px !important;
    }

    .order-table .thm-btn-grey {
        padding: 8px 20px;
    }

    .account-header {
        margin-top: 30px;
    }

    .subdiv form input {
        width: 100% !important;
        border-radius: 4px;
        margin-bottom: 14px;
        min-width: 100% !important;
    }

    .subdiv form button {
        width: 100% !important;
        border-radius: 4px;
        min-width: 100% !important;
    }

    .subdiv form {
        display: block;
    }

    .newlettersect {
        padding: 0px 30px !important;
    }

    .site-footer {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 190px;
    }

    .product-card__two .newprodut img {
        width: 128.6% !important;
    }

    .cartpagepd {
        display: none ! !important;
    }

    .mainpthead {
        width: 20%;
    }

    .ul.dropul:before {
        content: none !important;
    }

    .mobile-nav__content .topbar-strip {
        min-height: 40px !important;
    }

    .mobile-nav__content .sidetop .main-menu__language {
        border-left: none !important;
    }

    .product-tile-shop {
        height: 100% !important;
    }

    .product-tile , .page-wrapper.theme-category-page .product-tile, .new-homepage ul.category-listing.home-list-category li.orignal .product-tile, .new-homepage ul.category-listing.home-list-category2 li.orignal .product-tile {
        height: 100% !important;
    }

    .product_detail_content {
        width: 100% !important;
    }

    .show-webp {
        display: none !important;
    }

    .show-wm {
        display: block !important;
    }

    .swiper-wrapper .show-webp {
        display: none !important;
    }

    .swiper-wrapper .show-wm {
        display: inline-flex !important;
    }

    .greybeput .greyput-white-p {
        height: auto !important;
    }

    .mainpadset-fo {
        padding-left: 0px;
    }

    .lowernav {
        height: 0px !important;
    }

    .stricky-fixed .main-newmenu .container {
        padding-bottom: 0px !important;
    }

    .offer-banner {
        padding-bottom: 0px !important;
    }

    .greybeput {
        margin-top: 0px !important;
    }

    .featured-category__box h3 {
        margin-top: 18px !important;
    }

    .mainpadset-fo {
        padding-left: 8px;
    }

    .stricky-fixed .topbar form {
        display: none;
    }

    .topbar .main-logo {
        padding: 10px 0px;
    }

    .new-products {
        padding-bottom: 60px;
    }

    .offer-banner__box .thm-btn2 {
        min-width: inherit !important;padding: 0 10px !important;
    }
    .offer-banner__box h3{
        font-size: 28px !important;
    }

    .banner-thumnail-p {
        order: -1;
    }

    .moblienewse {background: #00BF6F;position: absolute;z-index: 11;margin-left: 3px;margin-right: 18px;padding: 22px;border-radius: 8px;top: -130px;height: auto !important;left: 3.9%;width: 92%;padding: 37px 30px;}
    .offer-banner__box {padding: 10px 30px 25px 30px !important;}
    .offer-banner__box .thm-btn{min-width: inherit !important;padding: 0px 10px !important;}
    .about-title h1 {font-size: 40px !important;}
    .about-content h2 {font-size: 30px !important;}
    .about-content h3 {font-size: 24px !important;}
    .about-content p {font-size: 16px !important;line-height: 24px !important;}
    .about-title {padding-top: 40px !important;}
    .about-content {padding-top: 50px !important;padding-bottom: 30px !important;padding-left: 12px !important;padding-right: 12px !important;}
    .about-content2 {padding-top: 30px !important;padding-bottom: 0px !important;}
    .newbtnimg .thm-btn2 {margin-top: 40px;}
    .about-sec .section-img {margin-bottom: 0px !important;}
    .newlettersect {background: none !important;}
    .homepage-fo {height: auto !important;}
    .addcart-qu {display: block;position: absolute;
        /*margin-top: -6px;*/
        width: 100%;background: white;border-radius: 0px 0px 6px 6px;z-index: 7;}
    .filter-item .addcart-qu {background: #ffffff00;}
    .site-footer .col-md-6 {max-width: 33% !important;}
    .site-footer .copry2 .fontlogoc {display: none !important;}
    .site-footer .copry2 .copdiv {display: none !important;}
    .site-footer .col-xl-5 {max-width: 100% !important;flex: 0 0 100% !important;}
    .subscribecontent {margin-bottom: 20px !important;}
    .pagination-new {margin-left: 5px !important;margin-right: 30px !important;}
    .homepage-fo .container .row {justify-content: center !important;}
    .mobile-nav__buttons a+a {margin-left: 0px;}
    .fixsidebar {position: initial !important;}
    .product-image-carousels .biodiv img {width: 30px !important;}

    .product_detail_content {
        padding-left: 20px !important;
    }

    .product-image-carousels .biodiv {
        right: 0px;
    }

    .product_detail {
        padding-top: 10px !important;
    }

    ul.dropul:before {
        width: 0px !important;
        height: 0px !important;
        content: none !important;
    }

    .sidetop .main-menu__language .nav-link {
        color: #ffffff !important;
        opacity: 1 !important;
    }

    .sidetop .dropdown-menu.show {
        right: 0% !important;
    }

    .sidetop .topbar__social {
        border: 0px !important;
    }

}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .tomakeimage img {
        margin-top: -60px !important;
    }
    .offer-banner__box {
        min-height: 275px;
    }
    .offer-banner__box.top-offer-banner .tomakeimage img {
        margin-top: -30px !important;
    }
    .new-homepage ul.category-listing.home-list-category2 li.orignal .product-tile>img {
        max-width: 145px;
    }
    .new-homepage .home-banner-category {
        min-height: 282px !important;
        padding: 33px 33px !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
    .newprodut {
        height: 300px;
        overflow: hidden;
    }

    .newmobilerow {
        flex-direction: column-reverse;
    }

    .tomakeimage img {
        width: 170px;
        margin-top: -72px;
        margin-bottom: 30px;
    }
}

:root {
    --main-image-width: 420px;
    --main-image-height: 420px;
    --thumbnail-track-width: 80px;
    --thumbnail-height: 80px;
}

.product-image-carousels {
    display: flex;
    /* align-items: center; */
    position: relative;
}

/**
  Thumbnails carousel
*/

.thumbnails-slider {
    width: var(--thumbnail-track-width);
    padding: 10px 0px 20px 0px;
    margin-right: 53px;
    /** Previous/next buttons */
    /** Single thumbnail */
}

.thumbnails-slider button {
    height: 30px;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.7);
}

.thumbnails-slider button:not([disabled]):hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: black;
}

.thumbnails-slider button:focus {
    background-color: transparent !important;
}

.thumbnails-slider button:focus .slick-prev-icon,
.thumbnails-slider button:focus .slick-next-icon {
    color: white !important;
}

.thumbnails-slider button.slick-prev {
    top: 15px;
    left: 0;
    display: none !important;
}

.thumbnails-slider button.slick-prev .slick-prev-icon {
    display: inline-block;
    transform: rotate(90deg);
    color: black;
}

.thumbnails-slider button.slick-next {
    bottom: -15px;
    right: 0;
    top: auto;
    display: none !important;
}

.thumbnails-slider button.slick-next .slick-next-icon {
    display: inline-block;
    transform: rotate(90deg);
    color: black;
}

.thumbnails-slider .thumbnail-button {
    display: block;
    height: var(--thumbnail-height) !important;
    cursor: pointer;
    border: 0;
    background: none;
    background-color: #FFF;
    transition: opacity 0.1s linear;
}

.thumbnails-slider .thumbnail-button:focus img,
.thumbnails-slider .thumbnail-button:hover img,
.thumbnails-slider .thumbnail-button[aria-current=true] img {
    opacity: 1;
    background: #FFF;
}

.thumbnails-slider .thumbnail-button img {
    border: #F4F5F7 solid 1px;
    opacity: 0.8;
    border-radius: 6px;
}

.thumbnails-slider .thumbnail-button:focus img {
    /*border: #00BF6F solid 1px;*/
    opacity: 1;
    border-radius: 6px;
}

.thumbnails-slider .thumbnail-button img {
    display: block;
    width: 100%;
    height: 100%;
    /*
  opacity: 0.3;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0.6);
*/
    transition: all 0.1s linear;
}


/**
  Main image carousel
*/

.main-image-slider {
    position: relative;
    width: var(--main-image-width);
    height: var(--main-image-height);
    position: relative;
    margin-bottom: 1px;
    /** Previous/next buttons */
    /** Slides */
}

.main-image-slider button {
    z-index: 1;
}


/*
.main-image-slider button.slick-prev {
  left: 10px;
}
.main-image-slider button.slick-prev .slick-prev-icon {
  opacity: 1;
}
.main-image-slider button.slick-next {
  right: 10px;
}
.main-image-slider button.slick-next .slick-next-icon {
  opacity: 1;
}
*/

.main-image-slider .slick-slide {
    width: var(--main-image-width);
    line-height: 0;
}

/* .main-image-slider .slick-slide div{
    line-height: 0;
} */
.main-image-slider .slick-slide .image-link {
    height: var(--main-image-height);
    overflow: hidden;
}

.main-image-slider .slick-slide .image-link:focus {
    border: #00BF6F solid 1px !important;
    outline: none;
}

.main-image-slider .slick-slide .image-link img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width: 992px) {
    .swiss-icon {
        right: 0px;
        left: 500px;
    }
}

@media (max-width: 665px) {
    .swiss-icon {
        right: 10px !important;
        left: auto;
    }
    .product-card__two-image .swiss-icon {
        right: 0px !important;
        bottom: 0px !important;
        line-height: 1.2em;
    }
    .product-tab-box .tab-btns .tab-btn {
        margin-right: 0;
        margin-top: 0px;
        display: inline-block;
        width: inherit;
        text-align: center;
    }
    .product-card__two-image .swiss-icon img {
        width: 20px !important;
        height: 20px !important;
    }
    .product-tab-box .tab-btns .tab-btn span {
        padding: 10px 0px 0px;
        margin-right: 20px;
    }

    .product_detail_content .wishlist_btn {
        position: relative;
        right: 0;
        top: 0;
    }

    .page-wrapper.mt-5 {
        margin-top: 25px;
    }

    .page-wrapper.mt-5 .row.d-flex {
        margin: 0;
    }

    .topbar__info {
        padding: 0px;
        text-align: center;
    }

    .product_detail_content h1 {
        font-size: 24px;
        color: #00BF6F;
        text-align: left;
    }

    .wishfont-12 {
        margin-right: 10px;
    }

    .product_detail_content {
        margin-top: 0px;
        position: relative;
        padding-left: 0px;
    }

    .addto-cart-box {
        width: 100%;
        text-align: center;
    }

    .addto-cart-box button.thm-btn {
        min-width: inherit;
        width: 100%;
    }

    .product-image-carousels {
        position: relative;
        height: 322px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .thumbnails-slider {
        width: 100% !important;
        margin-right: 0px !important;
        z-index: 100;
        position: absolute;
        bottom: 0;
        padding: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick-vertical .slick-slide {
        width: 14px !important;
        height: 14px !important;
        /* border: #00BF6F solid 1px !important; */
        margin: 0 10px !important;
        border-radius: 10px !important;
    }

    .thumbnails-slider .thumbnail-button {
        height: inherit !important;
        background: none !important;
    }

    .thumbnails-slider .thumbnail-button img {
        opacity: 0 !important;
    }

    .main-image-slider {
        width: 100% !important;
        height: 100% !important;
    }

    .slick-next {
        right: 10px;
    }

    .slick-prev {
        left: 10px;
    }

    /*.mini-cart__item {*/
    /*    display: flex;*/
    /*    justify-content: space-between;*/
    /*    align-items: center;*/
    /*}*/
    .mini-cart__item .form-group {
        min-height: 32px;
    }
    .mini-cart__item .form-group select {
        padding: 0px 5px !important;
        width: 220px !important;
        height: 40px;
        margin-left: 5px;
    }
    .order-table td .thm-btn-grey {
        min-width: 110px;
        padding: 5px 5px;
        font-size: 13px;
        text-align: center;
    }

    .order-table td p.date-text {
        width: 100px;
        line-height: normal;
        margin-bottom: 0px;
    }

    .product-tab-box .tab-btns .tab-btn span {
        padding: 10px 0px 0px;
        margin-right: 12px;
        font-size: 12px !important;
    }

    .product-sorter.newselectp {
        padding: 0 20px;
    }

    .row.shoppaagep {
        margin: 0 -5px;
    }
}



/*fields design*/
.order-table td p.date-text {
    margin-bottom: 0px;
}

.modal-lg {
    max-width: 768px;
}

.modal-body {
    padding: 40px;
}

.modal-body h5.modal-title {
    margin-bottom: 30px;
    font-size: 22px;
    color: #004541;
    font-weight: 400;
    letter-spacing: 1px;
}

.form-group {
    position: relative;
    margin-bottom: 0 !important;
    min-height: 60px;
    background-color: #F4F5F7;
    border-radius: 6px;
}

.form-group label {
    font-size: 14px !important;
    font-weight: 400 !important;
    /* display: flex; */
    width: 100%;
    top: 12px;
    left: 0;
    position: relative;
    margin-bottom: 0px !important;
    padding: 0px 20px;
    z-index: 9;
    cursor: auto !important;
    height: 40px;
    color: #004541;
}

.form-group input , .form-group textarea {
    outline: 0 !important;
    margin: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 100% !important;
    font-size: 16px !important;
    background: none !important;
    padding: 15px 20px 0px !important;
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: auto !important;
    height: 100%;
    border-radius: 6px;
}
textarea.textarea-control {
    position: relative;
    padding: 0px 20px 10px !important;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    padding: .75em 0;
}

.form-group label.input-has-value,
.form-group:focus-within label {
    top: 2px !important;
    transition-timing-function: ease, ease-out, linear;
    transition-duration: 0.3s, 2s, 5s;
    font-size: 12px !important;
    height: 0px;
}

.custom-control-label::before,
.custom-control-label::after {
    top: .45rem;
    width: 1.2rem;
    height: 1.2rem;
    left: -1.9rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #004541;
    background-color: #00BF6F;
}

.custom-control {
    padding-left: 1.9rem;
}

.custom_rcd .option:not(:last-child) {
    margin-bottom: 4px;
}

.custom_rcd [type="checkbox"] {
    z-index: -1;
    position: absolute;
    opacity: 0;
}

.custom_rcd input:checked+label {
    border-color: #00BF6F;
    /*background-color: rgb(63 212 214 / 18%);*/
}

.custom_rcd [type="checkbox"]:checked+label {
    border-color: #004541;
    background-color: #004541;
    color: #ffffff;
    font-weight: 500 !important;
}

.custom_rcd [type="checkbox"]:checked+label p {
    color: #ffffff !important;
}

.custom_rcd label {
    justify-content: center;
    text-align: center;
    height: 42px;
    width: 82px;
    padding: 0 5px;
    position: relative;
    display: flex !important;
    align-items: center;
    padding: 0px;
    border-radius: 6px;
    border: 1px solid #00BF6F;
    background-color: transparent;
    transition: all 300ms ease-in;
    color: #00BF6F;
}

.product_service-buy {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}

.client-carousel .swiper-slide {
    width: auto !important;
    margin-right: 40px !important;
}

.iconinput {
    position: absolute;
    /* z-index: 999; */
    right: 15px;
    top: 15px;
}

.iconinput-modal {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    border-left: #FFF solid 1px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font13 {
    font-size: 13px;
}

.loginbtndvi .thm-btn {
    width: 250px;
    text-align: center !important;
    font-size: 18px;
    padding: 0px 50px;
    font-weight: 500;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.loginbtndvi .thm-btn.thm-btn-modal {
    min-width: 278px;
    text-align: center;
    font-size: 18px;
    padding: 12px 50px;
    font-weight: 500;
}

.formlogin {
    padding: 40px 30px;
}

.blackapple .thm-btn {
    width: 100%;
    background: #000000;
    text-align: center;
    font-weight: 500;
    padding: 0px 35px;
    font-size: 16px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blackapple .thm-btn:hover {
    color: white;
    opacity: 80%;
}

.bluefacebook .thm-btn {
    width: 100%;
    background: #1877F2;
    text-align: center;
    font-weight: 500;
    padding: 0px 35px;
    font-size: 16px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bluefacebook .thm-btn:hover {
    color: white;
    background: #1877F2;
    opacity: 80%;
}

.whitegoogle .thm-btn {
    width: 100%;
    background: white;
    color: rgb(0 0 0 / 50%);
    text-align: center;
    font-weight: 500;
    padding: 0px 23px;
    font-size: 16px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.whitegoogle .thm-btn:hover {
    background: #4285F4;
    color: #FFFFFF;
}

.socialsection {
    padding: 50px 0px;
}

.aftercart .pricetotal .relprice-total p {
    color: #004541;
    font-size: 18px;
}

.aftercart .pricetotal .relprice p {
    font-size: 12px;
}

.checkouthr {
    border-top: 1px solid #F4F5F7;
    width: 100%;
}

.loginbtndvi {
    text-align: end;
}

.terforcheck p {
    font-weight: 400;
}

.terforcheck a {
    /*    text-decoration: underline !important;*/
}

.mainsectionform {
    margin-bottom: 100px;
    padding-right: 25px;
}

.addresdiv p {
    text-align: end;
    line-height: 22px;
}

.Livraison p {
    font-weight: 500 !important;
    font-size: 14px !important;
    text-align: end;
    line-height: 22px;
}

.slecttimediv .featured-category__nav {
    width: 108% !important;
    z-index: 0;
}

.datetime p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.datetime {
    text-align: center;
}

.slecttimediv .swiper-slide {
    border-right: 1px solid #F4F5F7;
}

.slecttimediv .swiper-slide:first-child {
    /*border-right: 0px;*/
}

.slecttimediv .swiper-slide:last-child {
    border-right: 0px;
}

.newradiocus .container {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: .10px;
}


/* Hide the browser's default radio button */

.newradiocus .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.newradiocus .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 22px;
    width: 22px;
    background: white !important;
    border-radius: 50%;
    border: 1px solid #004541 !important;
}


/* On mouse-over, add a grey background color */

.newradiocus .container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.newradiocus .container input:checked~.checkmark {
    background-color: #ffffff;
    border: 2px solid black;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.newradiocus .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.newradiocus .container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.newradiocus .container .checkmark:after {
    top: 4.8px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: black;
}

.carpaydiv .form-group label {
    padding: 0px 50px;
}

.carpaydiv .iconinput {
    left: 15px;
    z-index: 10;
    width: 30px;
}

.carpaydiv .iconinput i {
    color: #C3D2D3;
    font-size: 20px;
}

.carpaydiv .form-group input {
    padding: 15px 15px 0px 50px !important;
}

.iconinput i {
    color: #004541;
    font-size: 20px;
}

.form-group label.input-has-value,
.form-group:focus-within label .iconinput i {
    color: black;
}

.newradiocus {
    padding: 20px 0px;
}

.editform .form-group input {
    padding: 0px 14px 0px !important;
}

.editform .form-group {
    min-height: 40px;
}

.editform .loginbtndvi .thm-btn {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 5px 21px;
    font-weight: 500;
}

.editform .helpcircle img {
    margin-left: 12px;
}

.confir-checkout .topbar__social a {
    font-size: 20px;
}

.copyform .form-group input {
    padding: 0px 19px 0px !important;
}

.copyform .iconinput i {
    color: #004541;
}

.copyform .iconinput span {
    color: #004541;
    font-weight: 400;
}

.confir-checkout .confrimimge img {
    width: 162px;
    height: 180px !important;
}

.contentdiv-1 {
    padding: 100px 0px 15px 0px;
    text-align: center;
}

.contentdiv-1 h3 {
    font-weight: 500;
    font-size: 25px;
    color: #00BF6F;
    line-height: 29px;
    letter-spacing: .10px;
}

.contentdiv-1 h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .10px;
    font-weight: 500;
    color: #004541;
}

.contentdiv-1 p {
    font-size: 14px;
    letter-spacing: .10px;
    font-weight: 500;
    line-height: 22px;
    color: #004541;
}

.contentdiv-1 p span {
    color: #00BF6F;
    font-weight: 500;
}

.logo-newh {
    width: 150px;
}

.paysec-side {
    padding: 20px 70px 30px 70px;
}

.logsec-side {
    padding: 20px 0px 30px 0px;
}

.profilesignin .loginbtndvi .thm-btn {
    width: 100%;
}

.user-from h5 {
    font-size: 22px;
}

.user-from p {
    font-size: 14px;
}

.side-user-login {
    margin-top: 170px;
}

.user-profile {
    padding: 30px 0px;
    margin-bottom: 150px;
}


/* .user-profile .container
{
  max-width: 1160px;
} */

.profilenav ul li {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    color: #004541;
    padding: 0px;
    line-height: 36px;
    padding-bottom: 10px;
}

.profilenav ul li img {
    padding-right: 10px;
}

.profilenav .list-group-item:hover {
    background-color: transparent;
    border: none !important;
    color: #00BF6F !important;
}

.profilenav ul li a {
    color: #004541;
    font-size: 15px;
    font-weight: normal;
    padding-left: 10px;
}

.profilenav ul li:hover a {
    color: #00BF6F;
    font-size: 15px;
    font-weight: normal;
    padding-left: 10px;
}

.profilenav .list-group-item.active a {
    color: #00BF6F !important;
}

.profilenav .list-group-item:hover svg path {
    fill: #00BF6F !important;
}

.profilenav .list-group-item.active {
    background-color: transparent;
    border: none !important;
    color: #00BF6F !important;
}

.profilenav .list-group-item.active svg path {
    fill: #00BF6F !important;
}

.order-table {}

.order-table table th {
    border: 0px;
    font-weight: normal;
    font-size: 14px;
    padding: 0px 20px 10px 20px;
}

.order-table table td {
    background: #FFF;
    padding: 10px 20px 10px 20px;
    vertical-align: middle;
    border: 0px;
    font-size: 14px;
}

.order-table table td:first-child {
    border-radius: 6px 0 0 6px;
}

.cart-hipage .order-table table td:first-child {
    padding: 10px 0px 10px 10px;
}

.order-table table td:first-child a img {
    width: 36px;
    height: 36px;
}

.order-table table td:last-child {
    border-radius: 0px 6px 6px 0px;
}

.order-table table td h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #004541;
    margin-bottom: 0px;
}

.order-table table td h3 a {
    color: #004541;
}

.order-table table td p {
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    color: #004541;
    margin-bottom: 0px;
}

.mediabox {
    background-color: white;
    padding: 30px 50px;
    border-radius: 6px;
    min-height: 244px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 5%);
}

.modal-backdrop.show {
    opacity: 0.9;
}

.modal-backdrop {
    background-color: #004541;
}

.mediacontent .thm-btn-grey {
    font-size: 16px;
    font-weight: 500;
    min-height: 50px;
}

.mediacontent h3 {
    font-size: 22px;
    color: #004541;
    margin-bottom: 0px;
    line-height: 27px;
    letter-spacing: .16px;
}

.mediacontent p {
    font-size: 16px;
    color: #004541;
    line-height: 24px;
    letter-spacing: 0.16px;
}

.mediacontent span {
    display: block;
    line-height: 26px;
}

.custom-switch {
    padding-left: 2.25rem;
    margin-bottom: 5px;
}

.custom-switch .custom-control-label::before {
    width: 42px;
    height: 23px;
    border-radius: 100px;
    border: #004541 solid 1px;
}

.custom-switch .custom-control-label::after {
    width: 17px;
    height: 17px;
    border-radius: 100px;
    top: calc(.50rem + 2px);
    left: calc(-2.15rem + 2px);
    background: #004541;
}

.formlogin .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #004541;
    background-color: #004541;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #004541;
    background-color: #fff;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #00BF6F;
    -webkit-transform: translateX(1.10rem);
    transform: translateX(1.10rem);
}

.formlogin .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 0px;
    font-size: 16px;
    padding-top: 2px;
    color: #004541;
}

.custom-control-label {
    padding-left: 15px;
}

.addcart-qu .quantity-box {
    float: right;
}

.crossicon i {
    font-size: 8px;
    margin-right: 8px;
}
.crossicon i.removeProductFromMiniCart:hover {
    color: #00bf6f;
}

.singlecategory {
    margin-top: 20px;
}

.minicarbutton {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 0px 0px;
    font-size: 12px;
}

.buutonpainer .topbar__info {
    padding-left: 0px !important;
}

@media (max-width: 767px) {
    .user-profile {
        padding: 0px 0px;
    }

    .mediabox {
        padding: 20px;
        min-height: inherit;
    }

    .main-menu__language {
        border-left: 0px;
        padding: 0px;
    }

    .topbar__social a {
        padding: .2rem 0px .2rem 0;
    }

    .dropdown-menu.show {
        right: 0px;
        left: inherit !important;
    }

    .product-sorter__select .dropdown-menu.show {
        right: 0px;
        left: 5px !important;
    }

    .product-sorter__select .bootstrap-select .dropdown-menu {
        min-width: 100% !important;
    }

    .topbar__info {
        border-left: 0;
    }

    .mobile-nav__content {
        width: 100%;
    }
}

.thm-breadcrumb .bre-category {
    font-size: 30px;
    color: var(--thm-base);
}

.pbread li span {
    font-size: 16px;
}

.pbread li i {
    padding: 0px 5px;
}

.newclass-truckicon {
    padding-left: 0px;
}

.product-card__two-content .productlower a {
    color: var(--thm-color);
}

ul.dropul:before {
    width: 10px;
    height: 10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid var(--thm-color);
    top: 0;
    position: absolute;
    left: 17px;
    content: "";
}

.right-white-section {
    background: #FFF;
    position: fixed;
    width: 550px;
    height: 100%;
    top: 0;
    right: -50px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 8%);
}

.order-table .addcart-qu {
    position: inherit;
}

.paydiv p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #004541;
    margin-right: 20px;
    font-weight: 400;
}

.paydiv {
    padding: 20px 0px 20px 0px;
    position: relative;
    z-index: 1;
}

.newstyle {
    text-align: center;
    margin-bottom: 40px;
}

.newstyle p {
    font-size: 12px;
    letter-spacing: .10px;
    text-align: left;
}

.formlogin p {
    font-size: 12px !important;
    line-height: 22px;
    color: #004541;
    font-weight: 400;
    letter-spacing: .10px;
}

.formlogin .custom-control-label {
    font-size: 12px !important;
    line-height: 22px;
    color: #004541;
    font-weight: 400;
    letter-spacing: .10px;
}

.formlogin input[type="date"]::before {
    content: attr(placeholder);
    position: absolute;
    color: #999999;
}

.formlogin input[type="date"] {
    color: transparent;
}

.formlogin input[type="date"]:focus,
input[type="date"]:valid {
    color: #666666;
}

.formlogin input[type="date"]:focus::before,
input[type="date"]:valid::before {
    content: "";
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
    .whitesection {
        padding: 170px 40px 30px 90px;
    }

    .right-white-section {
        width: 35%;
    }

    .left-backimg-side {
        width: 35% !important;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1200px) {
    .right-white-section {
        width: 38%;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1500px) {
    .right-white-section {
        width: 40%;
        right: -60px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1500px) {
    .right-white-section {
        width: 39% !important;
        right: -60px !important;
    }
}

@media screen and (max-width: 3000px) and (min-width: 1900px) {
    .right-white-section {
        width: 42%;
        right: -60px;
    }
}

.stcky-divsection {
    position: sticky !important;
    align-self: flex-start !important;
    position: -webkit-sticky !important;
    top: 0px !important;
}

.wishlist-my .addto .thm-btn {
    padding: 3px 15px;
}

.outwhite .addto .thm-btn {
    padding: 5px 18px !important;
}

.swal-footer .swal-button {
    background-color: #00BF6F;
}

.swal-footer .swal-button:hover {
    background: #004541;
}

.swal-button:focus {
    box-shadow: none;
}

.topbar-1center .custom-control-label {
    font-size: 14px;
    vertical-align: middle;
    padding-top: 6px;
}

.topbar-1center {
    margin-right: 20px;
}

.topbar-1center .custom-switch .custom-control-label::before {
    top: 9px;
}

.topbar-1center .custom-switch .custom-control-label::after {
    top: calc(.50rem + 4px)
}

.mainshop .outwhite .addto .thm-btn {
    padding: 6px 15px !important;
}

.mainshop .outwhite .whis-lisico i:hover {
    color: #00BF6F;
}

.order-table .addto .thm-btn {
    padding: 3px 15px;
}

.product-tile-shop {
    height: 175px;
}

.product-tile-shop>img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}

.loginbuton-check .thm-btn span i {
    font-size: 18px;
}

.green-nav-btn {
    background: none;
    border: none;
    font-size: inherit;
    color: white;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 400;
}

.green-nav-btn:hover {
    color: #004541;
}

button:focus {
    outline: 0px !important;
}

.addwishlistcolor {
    color: #00bf6f !important;
}

.cart-table tbody .categorytd {
    background: none;
}

.cart-table .categorytd td {
    border-bottom: 0;
    border-top: 0;
    color: var(--thm-black);
    font-size: 12px;
    font-weight: 400;
}

.addProductToWishlist:hover svg path {
    fill: #00BF6F !important;
}

.addwishlistcolor svg path {
    fill: #00bf6f !important;
    stroke: none !important;
}

.qustionicons {
    position: absolute;
    right: 15px;
    top: 10px;
}

.mini-cart__item .quantity-box {
    padding: 0px 0px 0px 0px;
    margin: 0px 15px;
}

.product_detail_content .wish-icon i {
    color: #00BF6F;
}

.product_detail_content .wish-icon i:hover {
    color: #00BF6F;
}

.mini-cart__close button {
    font-size: 12px;
    background: none;
    border: none;
    color: #004541;
    letter-spacing: 0.10px;
    line-height: 22px;
}
.mini-cart__close:hover button, .mini-cart__close:hover i, .reg-link a:hover {
    color: var(--thm-base);
}
.mini-cart .topbar__info {
    border-left: 0px;
    padding: 0px 20px;
    margin-top: 29px;
}

.profile-mobilenav .client-carousel .newscontent p a {
    color: #004541;
    font-size: 14px;
}

.profile-mobilenav .client-carousel .swiper-slide-active p::after {
    width: 100px;
    content: "";
    height: 1px;
    position: absolute;
    background: #00bf6f;
    border-radius: 0px;
    top: 40px;
    right: 0px;
    left: 50%;
    margin-left: -50px;
}

.profile-mobilenav .client-carousel .swiper-slide-active p a {}

.profile-mobilenav {
    margin-bottom: 30px;
}

.profile-mobilenav .swiper-container {
    overflow: inherit !important;
}

@media screen and (max-width: 344px) and (min-width: 100px) {
    .fontlogoc {
        display: none !important;
    }

    .copdiv {
        display: none !important;
    }

    .check-out-footer .copdiv {
        display: block !important;
    }

    .check-out-footer .fontlogoc {
        display: block !important;
    }
}

.new-sale {
    position: absolute !important;
    top: 0px;
    right: -191px;
    z-index: 1;
    display: none;
    width: 190px;
    background: #FFF;
    /* height: 270px !important;
    min-height: auto !important; */
    border-radius: 0px 6px 6px 0px !important;
    /* z-index: -1; */
    /* box-shadow: 0px 0px 5px rgba(0,0,0,10%) !important; */
}

/* .new-products .product-card__two.new-sale{
    box-shadow: inset 3px 0px 5px 0px rgb(0 0 0 / 8%) !important;
} */
.new-sale .product-tile img {
    border-radius: 0px 6px 0px 0px !important;
}

.new-sale .product-tile {
    height: 163px;
}

.new-sale-product {
    width: 220px;
    right: -260px;
    min-height: 280px !important;
    /* margin-left: -10px; */
    top: 0px !important;
    background-color: #FFF;
}

.new-sale-product .product-tile {
    height: 210px;
}
.product-card__two:hover .new-sale {
    display: block !important;
}
.product-card__two:hover .crossse-ul {
    display: block !important;
    /* margin-left: -15px; */
}

.product-card__two:hover .product-card__two {
    position: relative;
    z-index: -1;
    transform: revert;
}

.new-sale .product-tile img {
    width: 100% !important;
}

.new-sale .addto img {
    width: 18px;
    text-align: center;
}

.biodiv:hover .biodiv-hover {
    z-index: 1000 !important;
    box-shadow: none !important;
}

.iconcros .icons-cr {
    width: 40px;
    height: 40px;
    background: #00BF6F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    right: 20px;
    bottom: -20px;
}

.iconcros .icons-cr i {
    color: white;
    font-size: 12px;
}

.iconcros {
    text-align: -webkit-right;
}

.newhed-crossselling h3 {
    font-size: 13px;
    color: #004541;
    font-weight: 500;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 17px;
    min-height: 17px;
}
.crossse-ul .product-card__two-image .product-tile {
    height: 183px !important;
}
.crossse-ul .new-sale .wish-icon {
    top: 3px !important;
}
.crossse-ul .product-card__two-content h3 {
    height: 30px;
    overflow: hidden;
    line-height: 15px ;
    min-height: 30px;
}
.crossse-ul .product-tile:hover {
    transform: scale(1);
}
.crossse-ul .product-card__two-content .price {
    font-size: 16px;
    line-height: 1;
    margin-top: 0px;
    letter-spacing: 0.16px;
    display: block;
}
.newhed-crossselling {
    /*position: absolute;*/
    /*left: 15px;*/
    /*top: 8px;*/
}

.new-sale .wish-icon {
    top: 3px !important;
}

.grilist a .notactive {
    color: #004541;
}

.grilist a i {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 4px;
    color: #00bf6f;
}

.grilist a .notactive:hover {
    background: white;
    color: #00bf6f;
}

.grilist .mr-4 {
    display: flex !important;
    align-items: center !important;
}

.profile-mobilenav .client-carousel .newscontent p a.active {
    color: #00bf6f !important;
}

.product_detail_content .product-quantity-box {
    display: block !important;
}

.plus-min-button {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.min-cart .thm-btn {
    width: 100%;
    border-radius: 8px !important;
    color: #00BF6F;
    background: #004541;
    font-size: 25px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 60px;
}

.plus-cart .thm-btn {
    width: 100%;
    border-radius: 8px !important;
    font-size: 25px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 60px;

}

.addresdiv p {
    font-weight: 400 !important;
}

.newstyle p span {
    margin: 0px 0px;
}

.left-backimg-side {
    background-image: url(https://tryngo-services.com/ptit-frais/public/assets/images/resources/backg1round.png);
    position: fixed;
    width: 596px;
    height: 100%;
    top: 0;
    left: 0px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 8%);
}

.logtop-div {
    padding-top: 0px !important;
}

.reg-link a {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    cursor: pointer;
    color: #004541;
}

.myaccountlo-div p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #004541;
    margin-right: 20px;
    font-weight: 400;
}

.from-loginp {
    padding: 65px 0px;
}

.myaccountlo-div {
    margin-top: 57.12px;
}

.myaccountlo-divimg {
    margin-top: 57.12px;
    position: relative;
    z-index: 1;
}

.social-user .whitegoogle .thm-btn {
    /*border: 1px solid #4285F4;*/
    background: #F4F5F7;
}

.social-user .whitegoogle .thm-btn,
.blackapple .thm-btn,
.bluefacebook .thm-btn {
    text-align: center !important;
    cursor: pointer;
    border-radius: 8px;
    justify-content: center;
}

.from-loginp p {
    font-size: 11px;
    font-weight: 400;
}

.from-loginp .terforcheck p {
    font-size: 14px;
}

.from-loginp .custom-control-label {
    font-size: 12px;
}

.mobileotable {
    display: none;
}

.webotable {
    display: block;
}

.myaccountlo-divimg .logo-newhmob {
    display: none;
    width: 130px;
}


@media screen and (max-width: 1198px) and (min-width: 992px) {
    .left-backimg-side {
        display: block !important;
    }

    .left-backimg-side {
        width: 35% !important;
    }

    .myaccountlo-divimg .logo-newhmob {
        display: none !important;
    }

    .myaccountlo-divimg .logo-newh {
        display: block !important;
    }
}

@media screen and (max-width: 1405px) and (min-width: 1200px) {
    .left-backimg-side {
        width: 40% !important;
    }
}

.to-signup {
    display: none;
}

.ou-postion {
    position: absolute;
    width: 50px;
    background: white;
    left: 50%;
    margin-left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    font-weight: 500 !important;
    top: 21px;
    color: #004541;
}

.iconapple i {
    width: 15px;
    font-size: 17px;
}

.signup-mobile {
    display: none;
}

.mainsectionform .socialsection .thm-btn {
    justify-content: left !important;
}

@media screen and (max-width: 2008px) and (min-width: 1610px) {
    .left-backimg-side {
        width: 35%;
        left: 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.grilist a .notactive:hover svg rect {
    fill: #004541 !important;
}

.grilist a .active svg rect {
    fill: #004541 !important;
}

.grilist a .notactive svg rect {
    fill: #00BF6F !important;
}

.form-wolable .form-group input {
    padding: 0px 20px 0px !important;
}

.from-loginp .iconinput i {
    color: #C3D2D3;
}

.form-wolable .iconinput {
    right: 20px;
}

.form-wolable .terforcheck a {
    color: #004541;
}

.bor6-left .social-user .thm-btn span {
    position: absolute;
    left: 20px;
}

.bor6-left .social-user .thm-btn .iconapple {
    position: absolute;
    left: 30px !important;
}

.new-sale:hover {
    /* box-shadow: 0px 0px 5px rgb(0 0 0 / 10%) !important; */
}

.bannercat .product-card-content {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.bannercat .product-card-content img {
    display: none !important;
}

.bannercat .product-card__two:hover {
    transform: revert !important;
}

.new-grid-ul {
    width: 100%;
    display: contents;
    list-style: none;
}

.new-grid-ul li {
    width: 18.3%;
    margin: 0px 8px;
    display: inline-flex;
    position: relative;
}

@media only screen and (max-width: 355px) {
    .new-grid-ul li {
        width: 43.3% !important;
    }

    .product-sorter p {
        font-size: 10px;
        font-weight: 700;
    }

    .product-card__two-content .row {
        position: absolute;
        bottom: 60px;
    }
}

.stricky-fixed .hide-desktop-view {
    margin: 0px -15px !important;
    padding: 0px 14px;
    background: #00BF6F;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.show .dropdown-toggle::after {
    transform: rotate(180deg) !important;
}

.product-sorter__select .bootstrap-select .dropdown-menu {
    min-width: 100% !important;
    z-index: 116;
}

.product-div-title h3 {
    font-size: 24px;
    font-weight: 500;
}

.product-div-title p {
    font-size: 14px;
    font-weight: normal;
    color: #004541;
    margin-bottom: 12px;
    font-family: "Rubik", sans-serif !important;
    line-height: 24px;
}

.product-div-title p span {
    font-size: 14px;
    font-weight: normal;
    color: #004541 !important;
    margin-bottom: 12px;
    font-family: "Rubik", sans-serif !important;
}

.product-div-title .productlower a {
    font-size: 14px;
    color: #004541;
    font-weight: 400;
}

.product-div-title .productlower a span {
    color: #00BF6F;
}

.res-ul {
    padding: 0px 0px 0px 0px;
}

.res-ul li {
    font-size: 14px;
    font-weight: 400;
    color: #004541;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.res-ul li::marker {
    font-size: 20px;
    color: #00BF6F;
}

.listdetail-res h4 {
    font-weight: 500;
    font-size: 18px;
}

.ul-circlp ul {
    padding: 0px px 0px 5px;
    padding-left: 19px;
    margin-top: 15px;
}

.ul-circlp ul li {
    font-size: 14px;
    font-weight: 400;
    color: #004541;
    line-height: 15px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.ul-circlp ul li::marker {
    font-size: 20px;
    color: #00BF6F;
    font-weight: 500;
}

.ul-circlp ol {
    padding: 0px 0px 0px 5px;
    padding-left: 12px;
    margin-top: 15px;
    text-align: justify;
}

.ul-circlp ol li {
    font-size: 14px;
    font-weight: 400;
    color: #004541;
    line-height: 16px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.ul-circlp ol li::marker {
    font-size: 14px;
    color: #00BF6F;
    font-weight: 500;
}

.print-icons-div .productlower a {
    font-size: 14px;
    font-weight: 500;
    color: #004541;
}

.main-res-divp .product-tab-box {
    margin-top: 30px;
}

.print-icons-div {
    padding: 16px 0px 25px 0px;
}

.content-prix .mini-cart__item-content img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
}

.content-prix .mini-cart__item-top {
    justify-content: center;
}

.content-prix .mini-cart__item-content h3 {
    width: 160px;
    font-size: 14px;
    color: #004541;
}

.content-prix .cart-topmain h3 {
    margin-bottom: 0;
    line-height: 1;
}

.content-prix .mini-cart__item {
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F4F5F7;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #F4F5F7;
    width: 100%;
    margin-top: 0px !important;
    border-radius: 0;
}

.content-prix .quantity-box input {
    width: 48px;
    height: 38px;
    font-size: 12px;
}

.content-prix .quantity-box {
    width: 50px;
    height: 38px;
    padding: 0 0px 15px 0px;
    border: 1px solid #f4f5f7;
}

.content-prix .quantity-box {
    width: 50px;
    height: 38px;
    padding: 0 0px 15px 0px;
    border: 1px solid #f4f5f7;
}

.cart-topmain .quantity-box input {
    width: 50px !important;
}

.content-prix .crossicon-p p {
    margin: 0;
    color: #00BF6F;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.content-prix .crossicon-p p sup {
    font-weight: 300;
}

.content-prix h4 {
    font-weight: 500;
    font-size: 18px;
    color: #004541;
    padding: 30px 0px 10px 0px;
}

.main-res-divp {
    padding-bottom: 100px;
    padding-top: 10px;
}

.releted-rep-row {
    background: #F4F5F7;
    padding: 50px 0px 90px 0px;
}

.releted-reptitle {
    font-weight: 500;
    font-size: 22px;
    color: #004541;
}

.new-saleleft {
    right: 95% !important;
    border-radius: 6px 0px 0px 0px !important;
}

.cart-topmain .mini-cart__item-content h3 {
    width: auto !important;
}

.cart-topmain {
    justify-content: flex-start !important;
}

.cart-topmain .quantity-box {
    background: #F4F5F7;
    width: 55px !important;
    height: 38px !important;
}

.content-prix .mini-cart__item-content {
    padding-left: 0px;
}

.content-prix .mini-cart__item-content p {
    font-size: 10px;
    font-weight: 400;
    color: #004541;
    line-height: 15px;
}

.cart-topmain .crossicon-p p {
    color: #004541;
    font-size: 14px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .product-sidebar {
        display: block !important;
        margin-top: 20px;
        padding-left: 20px;
    }

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

    .rightmain-sec-res .resmain-img {
        display: block !important;
    }

    .product-sidebar {
        display: block !important;
    }

    .product-sidebar__single {
        margin-right: 0px !important;
    }

    .mobile-logo-center {
        justify-content: space-between !important;
    }

    .myaccountlo-div {
        margin-top: 10px;
        display: flex !important;
    }

    .myaccountlo-divimg {
        margin-top: 10px !important;
    }

    .check-out-footer {
        display: none !important;
    }

    .profilenav {
        display: block !important;
    }

    .p-total {
        margin: 0px 6px !important;
    }

    .outwhite .pricwhish {
        padding-left: 10px !important;
    }

    .moblienewse {
        top: -95px !important;
    }

    .greybeput {
        padding-bottom: 160px !important;
    }

    .subscribecontent {
        margin-bottom: 0px !important;
    }

    .cusomfilterscorl {
        display: none !important;
    }

    .footershoppage .newlettersect {
        height: 140px !important;
    }

    .bor6-left .social-user .thm-btn span {
        position: initial !important;
    }

    .user-from h5 {
        font-size: 20px !important;
    }

    .social-user .whitegoogle .thm-btn,
    .blackapple .thm-btn,
    .bluefacebook .thm-btn {
        justify-content: left !important;
    }

}

.resmain-img img {
    width: 100%;
    border-radius: 6px;
}

.new-sale:hover .addcart-qu {
    border-radius: 0px 0px 6px 0px !important;
}

.new-saleleft:hover .addcart-qu {
    border-radius: 0px 0px 0px 6px !important;
}

.new-sale .addcart-qu {
    border-radius: 0px 0px 6px 0px !important;
}

.new-saleleft .addcart-qu {
    border-radius: 0px 0px 0px 6px !important;
}

.mobile-mainimg {
    display: none;
}

.mobile-mainimg .resmain-img {
    margin-top: -10px;
}

.resp-Plat-detail h4 {
    font-size: 16px;
    font-weight: 500;
    color: #00BF6F;
}

.resp-Plat-detail .productlower span {
    color: #004541 !important;
}

.resp-Plat-detail {
    display: none;
}

.main-res-divp hr {
    display: none;
}

/* .form-control:focus
{
    border-color: transparent !important;
    box-shadow:none !important;
} */
.releted-rep-row .product-card__two-content h3 {
    font-size: 16px;
    color: #004541;
    font-weight: 500;
    line-height: 19px;
}

/*.respi-portop .product-card__two-content h3 {*/
/*    line-height: 19px !important;*/
/*    font-size: 16px !important;*/
/*    letter-spacing: 0.10px*/
/*}*/

.main-res-divp .product-tab-box .tab-btns .tab-btn span {
    font-size: 14px !important;
}

.main-res-divp .product-details-content .desc-content-box p {
    font-size: 14px;
}

.content-prix .loginbtndvi .thm-btn {
    font-size: 16px !important;
    padding: 0px !important;
}

.product-sorter__select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #004541;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px !important;
}

.product-sorter__select .bootstrap-select .dropdown-menu li {
    font-size: 12px;
    font-weight: 500;
}

.respi-portop .product-card__two-content p {
    font-size: 20px !important;
}

.top-div-login-p {
    padding: 0px 90px;
}

.dropdown-item:active {
    background-color: #00BF6F !important;
}

.footer-widget .topbar__social {
    border: 0px !important;
}

.header-p-model {
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px;
    color: #00bf6f;
    font-size: 24px !important;
}

.newmodel-style .modal-content p {
    font-size: 14px;
    color: #004541;
    font-weight: 400;
    text-align: justify;
    font-style: italic;
}

.newmodel-style .modal-content p .text-p-strong {
    font-size: 18px !important;
    color: #004541 !important;
    font-weight: 500 !important;
    line-height: 40px;
    font-style: normal;
}

.header-p-model a {
    color: #00bf6f !important;
}

.content-prix .mini-cart__item:nth-child(2n) {
    border: none !important;
}

.pm-code-div .form-group label {
    padding: 0px 15px !important;
}

.pm-code-div .form-group input {
    padding: 15px 15px 0px 15px !important;
}

.desc-content-box h6 {
    font-size: 12px;
    font-weight: 500;
}

.aler-imp img {
    width: 40px !important;
}

.withoutlowernav {
    border-radius: 6px 6px 6px 6px !important;
}

.top-div-login-p .logo-newh {
    width: 214.51px !important;
}

.product_detail_content .product_detail_price_box .row {
    margin: 0 -8px;
}

.product_detail_content p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #004541;
    letter-spacing: .10px;
}
.product_detail_content p .inner-text-p {
    color: #00bf6f;
}
.product_detail_content .wishfont-12 p {
    font-size: 12px;
    font-weight: 400;
    margin-right: 0px;
    color: #004541;
    vertical-align: middle;
}

.hide-top-nav {
    opacity: 0;
    display: none;
    transition: 500ms;
}

.redice-size {
    padding-bottom: 18px !important;
}

.prdocut-detail {
    padding-top: 150px !important;
}

.desc-content-box h5 {
    font-size: 14px;
}

.product-card__two .newprodut {
    overflow: hidden;
    border-radius: 6px;
}

.product-card__two .newprodut img {
    width: 105.4%;
}

.whishcard .quantity-box button {
    top: 2px;
    bottom: 0;
}

.rescipy img {
    width: 100%;
}

.span-in-respic {
    font-size: 12px;
    font-weight: 300;
    padding-left: 25px;
}

.cartpagepd .new-products__top {
    padding: 0px 0px;
}

.cartpagepd .filter-layout {
    overflow-x: hidden;
    max-height: 387px !important;
}

.respi-portop .productlower i img {
    width: 12px;
    height: 12px;
}

.respi-portop .productlower a {
    font-size: 12px;
}

.releted-rep-row .productlower a {
    font-size: 12px;
}

.quantity-of-p {
    font-size: 10px;
    font-weight: 500;
    background: #FF1782;
    color: white;
    padding: 0px 3px;
    border-radius: 2px;
    position: absolute;
    top: -11px;
}

.product-qunti-ou p {
    font-size: 16px;
    color: #00BF6F;
    font-weight: 500;
}

.time-thumnail-p {
    /*position: absolute;*/
    /*bottom: -4px;*/
    /*left: 65px;*/
    /*z-index: 9;*/
}

.time-thumnail-p .wishfont-12 {
    font-size: 9px;
    font-weight: 500;
    margin-right: 0px;
}

.outwhite .oldprve-div .quantity-of-p {
    position: absolute;
    right: 74px;
    top: 37px;
    padding: 2px 3px;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
}

.outwhite .newprve-div .quantity-of-p {
    position: absolute;
    right: 119px;
    top: 36px;
    padding: 2px 3px;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
}

.oldprve-div p .renew-price .selon-info {
    position: absolute;
    top: -3px;
    left: 25px;
}

.newprve-div p .selon-info {
    position: absolute;
    top: -3px;
    left: 25px;
}

.my-blancepage .collapse .card-body {
    padding: 18px 20px !important;
}

.my-blancepage .icondiv-cashb {
    width: 40px;
    height: 40px;
    background: #d3f2e0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
}

.my-blancepage #accordion .card-header h5 {
    display: flex;
    align-items: center;
}

.my-blancepage #accordion .card-header button {
    font-size: 20px;
    color: #00BF6F;
    font-weight: 500;
    padding: 0rem 0.75rem;
}

.my-blancepage #accordion .card-header button:focus {
    box-shadow: none !important;
}

.my-blancepage #accordion .card-header p {
    color: #00BF6F;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 0px;
}

.my-blancepage #accordion .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff00;
    padding: 20px 1.25rem;
}

.my-blancepage #accordion .card {
    margin-bottom: 5px;
    cursor: grab;
}

.my-blancepage .oder-data .table td {
    font-size: 14px;
    font-weight: 400;
    color: #004541;
    border: 0px;
    padding: 10px 0px;
    line-height: 2;
    vertical-align: middle;
}

.my-blancepage .oder-data .table td p {
    margin-bottom: 0rem;
}

.my-blancepage #headingTwo .icondiv-cashb {
    background: #f6f0d0;
}

.my-blancepage .oder-data .table thead tr {
    border-bottom: 1px solid #F4F5F7;
}

.cart-table tr td {
    padding-left: 0px;
}

.mainpbefore::before {
    content: " ";
    background: white;
    position: fixed;
    height: calc(100vh + 60px) !important;
    width: 100%;
    top: 0;
    border-left: 1px solid #eee;
    z-index: 0;
    margin-left: 24px;
}

.cart-table td:last-child {
    border-radius: 0px 4px 4px 0px;
}

.cart-table td:first-child {
    border-radius: 4px 0 0 4px;
}

.cardaccordion .card-body {
    padding: 18px 0px !important;
}

.categorytd td {
    padding-bottom: 4px !important;
}

.adborferp {
    border: 1px solid white;
}

.subcetegorp {
    display: none;
}


@media screen and (max-width: 320px) and (min-width: 200px) {
    /*.p-prosmall {*/
    /*    display: none !important;*/
    /*}*/
}

@media screen and (max-width: 599px) and (min-width: 403px) {
    .product-tile-shop {
        height: 100% !important;
    }

    .product-tile,.page-wrapper.theme-category-page .product-tile  {
        height: 100% !important;
    }

    /*.product-card__two-content {*/
    /*    min-height: 150px !important;*/
    /*}*/
}

.confir-checkout .offer-banner__box {
    padding: 36px 58px !important;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 5%);
}

.confir-checkout .topbar__social {
    padding: 0 0px !important;
}

.confir-checkout .topbar__social a {
    padding: 0px 30px 0px 0px !important;
}

.paradivce p {
    font-size: 14px !important;
    margin-top: 0px !important;
    margin-bottom: 6px !important;
}


.product_detail_image .slick-list .slick-track {
    align-items: center;
    height: 100% !important;
    flex-direction: column;
}

.product_detail_image .slick-list {
    height: auto !important;
}

.main-image-slider {
    margin: 10px 0px;
}

.slick-slide button[aria-current="true"] {
    border: #00BF6F solid 1px !important;
    border-radius: 6px !important;
}

.newbalce-top {
    border-radius: 6px;
    padding: 20px 10px 20px 30px;
    margin-bottom: 20px;
    align-items: center;
}

.mainsectionform .confir-checkout .offer-banner__box {
    padding: 38px 40px !important;
}

.confir-checkout .offer-banner__box h3 {
    font-weight: 500;
    font-style: normal;
    font-family: "Rubik", sans-serif !important;
    font-size: 22px;
    letter-spacing: .22px;
    line-height: 32px !important;
}

.newbalce-top h3 {
    margin: 0;
    color: #00BF6F;
    line-height: normal;
    font-weight: 500;
    font-size: 18px;
}

.newbalce-top h3 span {
    color: #004541;
}

.mainpblace {
    margin-bottom: 14px;
    color: #00BF6F;
    line-height: normal;
    font-weight: 500;
    font-size: 14px;
}

.btnlimkbla-ce p {
    margin-bottom: 14px;
    color: #00BF6F;
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
}

.btnlimkbla-ce p .gren {
    color: #00BF6F;
    text-decoration: underline;
}

.btnlimkbla-ce p .blackspn {
    color: #004541;
    text-decoration: underline;
}

.my-blancepage .offer-banner__box {
    margin-bottom: 15px !important;
}

.my-blancepage .order-table .thm-btn-grey {
    background-color: transparent !important;
    color: #FF1782 !important;
    padding: 8px 1px !important;
    margin-top: 0px;
}

.my-blancepage .order-table table th {
    padding: 0px 10px 10px 20px !important;
}

.my-blancepage .order-table table td {
    padding: 11px 20px 10px 20px !important;
}

.cashstaus {
    font-weight: 500;
    color: #004541;
}

.bluestus {
    color: #00A7FF !important;
}

.my-blancepage .order-table table .mainspace td {
    padding: 2px 20px 10px 20px !important;
}

.grenstatus {
    color: #00BF6F !important;
}

.border-vos p {
    margin-bottom: 10px;
    color: #00BF6F;
    line-height: normal;
    font-weight: 500;
    font-size: 14px;
}

.border-vos {
    border-bottom: 1px solid #004541;
    margin-top: 10px;
}

.font-weight-set {
    font-weight: 500;
}

.neworder-select .order-table table tbody {
    opacity: 50%;
}

sup {
    top: -5px !important;
}

.cartwrapper .quantity-box {
    height: 40px !important;
}

.product-card__two.no-hover:hover {
    transform: scale(1);
}

.newlettersect .moblienewse .col-lg-9 .row {
    height: 170px !important;
}

.checkbookli .custom-control-input:focus {
    box-shadow: none !important;
}

.checkbookli .custom-control-label::before,
.checkbookli .custom-control-label::after {
    width: 15px;
    height: 15px;
    top: 0;
    left: -24px;
}

.checkbookli .custom-control-input:checked~.custom-control-label::before {
    color: #fff !important;
    border-color: #004541 !important;
    background-color: #004541 !important;
}

.checkbookli .custom-control-label::before {
    border: #E0E0E0 solid 1px !important;
    border-radius: 4px !important;
}

.checkbookli .custom-control {
    padding-left: 24px;
}

.respiprotitle {
    font-size: 25px;
    font-weight: 500;
    color: #004541;
    line-height: 10px;
}

.respiprotitle span {
    font-size: 20px;
}

.respi-pbor {
    border-top: 1px solid #00454152;
}

.aftercart .pricetotal .relprice p sup {
    top: -2px !important;
    font-size: 10px;
}

.newpricesale .old-price {
    font-size: 22px !important;
}

.comercialaction-div p {
    font-size: 14px;
    font-weight: 500;
    color: #FF1782;
    margin-bottom: 0px;
    line-height: 0px;
}

.product-quantity-box {
    margin-top: 20px;
}

.comercialaction-div img {
    width: 18px !important;
    height: 18px !important;
}

.comercialaction-div {
    margin-top: 5px;
}

.product_detail_content .wishfont-12 {
    padding-top: 15px;
}
.product_detail_content .wishlist_btn .wishfont-12 {
    padding-top: 0px;
}
.respi-portop .product-card__two {
    transition: all .5s ease-in-out;
}

.respi-portop .product-card__two:hover {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 0%);
    transform: scale(1);
    z-index: 111;
}

.checkout-container .mainsectionform .card {
    border: none !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 5%);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 5%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 5%);
}

.maintotal-divp .subprice h3 {
    font-size: 12px !important;
    font-weight: 400;
}

.cardaccordion .contact-one__form input[type=text] {
    border: 1px solid #004541 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.tdpp1 sup {top: -3px !important;margin-left: 2px;}
.tdpp sup {top: -3px !important;margin-left: 2px;}
.newspaceremove .pricetotal .relprice p sup {margin-left: 0px !important;}
.newspaceremove .pricetotal .relprice-total p sup {margin-left: 0px !important;}
.titlelabel h5 {color: #004541;font-weight: 500;font-size: 18px;line-height: 22px;letter-spacing: .10px;}
.mainsectionform .card .terforcheck p {font-size: 14px !important;line-height: 28px;color: #004541;font-weight: 400;letter-spacing: .10px;}
.mainsectionform .custom-control-label::before {border: #004541 solid 1px !important;border-radius: 6px;}
.titlelabel p {font-size: 14px;font-weight: 400;line-height: 22px;letter-spacing: .10px;color: #004541;}
.newcssadd {line-height: 30px;}
.datetime p {font-size: 14px !important;letter-spacing: .10px;font-weight: 500;line-height: 17px;}
.product_service-buy p {font-size: 12px !important;letter-spacing: .10px;font-weight: 500;line-height: 14px;color: #00BF6F;}
.newactiontoadd {width: 60px;height: 20px;background: #FF1782;display: flex;align-items: center;justify-content: center;text-align: center;
    /*  position: absolute;*/
    /*   top: 9px;*/
    border-radius: 2px;}
.newactiontoadd span {font-size: 10px;font-size: 14px;color: #FFFFFF;font-weight: 500;}
.product-card-content .comercialaction-div p {color: #FFFFFF !important;}
.addressdivtitle .subprice h3 {font-size: 12px !important;}
.chnagescusto .custom-control-label {padding-top: 6px !important;}
.new-rcb .option {display: flex;align-items: center;justify-content: center;}
.new-products__top h5 {font-size: 18px;line-height: 22px;letter-spacing: .10px;font-weight: 500;margin-bottom: 0px;}
.main-pro-til {font-size: 29px;line-height: 34px;letter-spacing: .10px;font-weight: 500;}
.main-pro-til img {width: 23px;height: 23px;}
.confir-checkout .offer-banner__box p {font-size: 14px;line-height: 22px;letter-spacing: .22px;}
.mini-cart__item-content .quantity-box button.sub, .mini-cart__item-content .quantity-box button.add {top: 0px !important;}
#Nutrition .table {width: 50%;}
#Nutrition .table tr {border-bottom: 1px solid #F4F5F7;}
.valuenutrition h3 {font-size: 14px;font-weight: 500;color: #004541;letter-spacing: 0.10px;margin: 0 0 15px;overflow: hidden;width: 65%;position: relative;}
.valuenutrition span {font-size: 14px;font-weight: 400;color: #004541;
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 0px;*/
    width: 35%;line-height: normal;margin-left: 5px;margin-bottom: 10px;word-break: break-word;
}
.valuenutrition h3:after {color: #004541;
    content: "........................."".........................""........................."".........................""........................."".........................""........................."".........................""........................."".........................""........................."".........................";
    font-weight: normal;margin-left: 10px;position: absolute;top: 7px;white-space: nowrap;width: 0;letter-spacing: 0px;font-size:7px;}
.valuenutrition {width: 100%;position: relative;display: flex;}
.footershoppage .newlettersect {margin-top: -148px !important;border-radius: 6px;height: 170px;padding: 0px 20px;}
.footershoppage .newlettersect .moblienewse {height: 100%;}
.shopnew-let .lowerpin {display: none;}
.fixsidebar {position: fixed;align-self: flex-start;top: 140px;max-width: 345px;}
.product_detail_content {margin-top: 0px !important;}
.chnagebgh img {width: 881.47px;height: 280.83px;margin: auto;}
.chnagebgh .offer-banner__box {margin-bottom: 0px !important;padding: 0px 0px 51px 0px;}
.greybeput .greyput-white-p {height: 725px;}
.tomakeimage img {width: 290.4px;height: 303.8px;}
.homepagesection hr {margin-left: -6px !important;margin-right: -6px !important;}
.main-menu .main-menu__list .firstclid-cat a {font-size: 16px !important;letter-spacing: 0px;color: #00BF6F !important;line-height: 60px;}
.setcus-w-ne {max-width: 145px;margin-right: 20px;}
.newslider .client-carousel .swiper-container {overflow: visible !important;margin-left: 13px !important;}
.sectionover {overflow: hidden !important;}
.setcus-w-ne:after {width: 1px;content: "";height: 52px;background: #F4F5F7;position: absolute;right: -17px;}
.stricky-fixed .main-newmenu .container {padding-top: 10px;padding-bottom: 30px;}
.stricky-fixed .main-menu {margin-top: -25px !important;}
.stricky-fixed .topbar-strip {min-height: 35px;}
.stricky-fixed .main-menu {height: 50px !important;}
.stricky-fixed .main-menu .main-menu__list>li {padding-top: 0px !important;padding-bottom: 0px !important;}
.stricky-fixed .main-menu .main-menu__list li ul {top: 42px !important;}
.next-forwordp .page-item .page-link {height: 38px;background: #FFFFFF 0% 0% no-repeat padding-box;border-radius: 4px;opacity: 1;padding: 12px 11px;text-align: center;font-weight: 500;letter-spacing: 0px;color: #004541;font-size: 12px;letter-spacing: 0px;border: none !important;width: 82px;}
.next-forwordp .page-item .page-link:hover {background-color: #00BF6F;color: white;}
.neu-pagination .page-item .page-link {height: 38px;text-align: center;padding: 12px 15px;font-size: 12px;letter-spacing: 0px;color: #004541;opacity: 1;font-weight: 500;border-radius: 4px;border: none !important;}
.neu-pagination .page-item .page-link:hover {background-color: #00BF6F;color: white;}
.neu-pagination .page-item {padding-right: 16px;}
.pagination-new {padding: 63px 0px 80px 0px;margin-left: -8px;margin-right: -2px;}
.cusomfilterscorl {display: none;}
.next-forwordp.neu-pagination .page-item .page-link {
    padding: 12px 0px;
}
.crossse-ul li {
    /* width: 101%; */
    margin: 0px 0px 0px 0px;display: inline-flex;margin-right: 12px;z-index: 2;flex-direction: column;}

.new-grid-ul li .crossse-ul li {width: 110% !important;margin: 0px 0px 0px 0px !important;margin-right: 6px !important;}
.crossse-ul {width: 100%;display: none;list-style: none;position: absolute;z-index: 1;}
.crossse-ul .product-card__two .addcart-qu {display: block;background: white;width: 100%;}
.check-col:hover .crossse-ul {display: block;}
.product-sidebar .list-unstyled li {line-height: normal;margin-bottom: 17px;}
.product-sidebar .list-unstyled li:last-child {margin-bottom: 0px;}
.product-sidebar .custom-checkbox {min-height: auto !important;}
.homepage-fo .container {height: 100%;}
.homepage-fo .container .row {height: 100%;}
.homepage-fo {height: 140px;display: flex;align-items: center;}
.mainpadset-fo {padding-left: 50px;}
.slick-vertical .slick-slide:first-child {margin-top: 25px !important;}
.mini-cart .topbar__info p {font-weight: normal;}
.to-move-quanity .quantity-box button.add {top: 0px !important;}
.user-profile .orderabs .product-tab-box {margin-top: 0px !important;}
.user-profile .orderabs .product-tab-box .badge {min-width: 77px;}
.tosh-svg {display: none;}
.tosh-text {display: block;}
.inner-container .feature-box__icon img {width: 24px;height: 24px;}
.subscribecontent img {width: 25.18px;height: 21.54px;}
.product_detail_image .ribbon {z-index: 1;}
.prdocut-detail {padding-top: 150px !important;margin-bottom: 160px;}
.topbar-strip .topbar__social:first-child {padding-left: 0px;}
.topbar-strip .topbar__info:last-child {padding-right: 0px;}
.products-page .col-sm-12.col-md-12.col-lg-2 {padding-left: 0px !important;}
.products-page .col-sm-12.col-md-12.col-lg-10 {padding-right: 0px !important;}
.lowerpin {display: none;}
.wishlist-my .confir-checkout .offer-banner__box h3 {margin-bottom: 30px;}
.wishlist-my .confir-checkout .paradivce p {margin-bottom: 14px !important;}
.wishlist-my .confir-checkout .topbar__social {margin-top: 34px;}
.homepages .container {padding-right: 8px;padding-left: 8px;}
.homepages .container .row {margin-right: -8px;margin-left: -8px;}
.bor6-left .social-user .pb-3 {padding-bottom: 25px !important;}
.social-user .torever .checkouthr {margin-bottom: 0rem !important;}
.order-table table td b {font-weight: 500 !important;}
.order-table table td sup {font-size: 8px;font-weight: 500;top: -4px;margin-left: 1px;}
.user-profile .whitesection-cart .pricetotal .subprice-cart h3 {font-size: 12px;font-weight: 500;}
.user-profile .whitesection-cart .pricetotal .relprice-cart p {font-size: 12px;font-weight: 400;}
.user-profile .whitesection-cart .pricetotal .relprice p sup {font-size: 9px;top: -3px !important;}
.hisrt-cart {padding-left: 30px;}
.charte-order th {font-size: 14px !important;font-weight: 500 !important;}
.wishlist-my .confir-checkout .confrimimge img {width: 190px !important;height: 210px !important;}
.stricky-fixed .lowernav {display: none;}
.newmodel-style .container {padding: 0px !important;}
.newmodel-style .container[data-id="termsofsale"] p {margin-bottom: 0px !important;}
.newmodel-style .container[data-id="footerHeadingdelivery"] p {margin-bottom: 0px !important;}
.stricky-fixed .topbar-strip {display: none;}
.new-grid-ul li:hover .crossse-ul {display: block;}
.new-grid-ul .new-saleleft {margin-right: 8px !important;}
.show-webp {display: block;}
.show-wm {display: none;}
.stricky-fixed .main-menu {border-radius: 6px 6px 6px 6px !important;}
.pagination-new .page-item.active .page-link {background-color: #00BF6F !important;color: white !important;}
.page-link:focus {box-shadow: none !important;}
.new-grid-ul li .product-card__two {width: 100%;}
.newbtnimg .thm-btn2 {min-width: 225px;min-height: 50px;display: inline-flex;align-items: center;justify-content: center;font-size: 18px;padding: 0;text-align: center;border: #FFF solid 1px;border-radius: 6px;background-color: #fff;color: #004541;text-decoration: underline;font-weight: normal;letter-spacing: 0.17px;}
.about-title h1 {color: #00BF6F;font-size: 48px;font-weight: 500;letter-spacing: 0.48px;line-height: 57px;text-align: center;}
.about-title {padding-top: 104px;}
.about-content {padding-top: 89px;padding-bottom: 80px;}
.about-content h2 {color: #004541;font-size: 36px;font-weight: 500;font-style: italic;font-family: 'Bitter', serif !important;letter-spacing: 0px;line-height: 50px;text-align: center;margin-bottom: 20px;}
.about-content h3 {color: #00BF6F;font-size: 22px;font-weight: 500;font-style: italic;font-family: 'Bitter', serif !important;letter-spacing: 0px;line-height: 30px;text-align: center;margin-bottom: 30px;}
.about-content p {color: #004541;font-size: 18px;font-weight: normal;letter-spacing: 0px;line-height: 40px;text-align: center;margin-bottom: 0px;}
.about-sec .section-img {margin-bottom: 130px;}
.from-loginp .custom-control-input:checked~.custom-control-label::before {background-color: #004541 !important;}
.div-stock p .pink-quntit {background-color: #FF1782 !important;padding: 3px 6px;border-radius: 2px;line-height: 20px;margin-bottom: 3px;margin-right: 3px;display: inline-block;}
.div-stock p .blue-cash {background-color: #00A7FF;padding: 3px 6px;border-radius: 2px;line-height: 20px;margin-bottom: 3px;margin-right: 3px;display: inline-block;}
.newgreen {background-color: #00BF6F !important;}
.pre-selling-tag {background-color: #004541 !important;}
.presellingribbon span {background-color: #004541 !important;}
.div-stock p {color: #FFFFFF;font-size: 12px;font-weight: 500;letter-spacing: 0px;line-height: 14px;text-align: left;margin-bottom: 0px;display: flex;flex-wrap: wrap;}
.div-stock {padding-top: 20px;}
.cash-back-div h5 {color: #00bf6f;font-size: 14px;font-weight: 500;letter-spacing: 0.14px;line-height: 19px;text-align: left;margin-bottom: 0px;}
.cash-back-div {padding-top: 22px;border-top: 1px solid white;}
.cash-back-div h5 span {color: #004541;}
.cash-back-div p span {color: #00bf6f;}
.cash-back-div img {filter: invert(45%) sepia(85%) saturate(750%) hue-rotate(115deg) brightness(97%) contrast(105%);}
.cash-back-div p {color: #004541;font-size: 12px;font-weight: normal;letter-spacing: 0.12px;line-height: 22px;text-align: left;margin-bottom: 0px;margin-top: 14px;}
.product-image-carousels .biodiv img {width: 60px;}
.product-image-carousels .biodiv {bottom: 20px;}
#Ingrédients .desc-content-box p {font-size: 14px;color: #004541;margin: 0;line-height: 24px;margin-bottom: 5px;letter-spacing: .10px;}
.formlogin input::-webkit-outer-spin-button, .formlogin input::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0 !important;}
.formlogin input[type=number] {-moz-appearance: textfield !important;}
.formlogin .pm-code-div input {padding: 0px 15px 0px 20px !important;font-size: 13px !important;
    font-family: "Rubik", sans-serif;}
.formlogin .pm-code-div .form-group {min-height: 50px;}
.formlogin .pm-code-div .loginbtndvi .thm-btn {min-height: 50px; font-size: 14px;}
.form-group input[type=email] label.input-has-value {top: 2px !important;transition-timing-function: ease, ease-out, linear;transition-duration: 0.3s, 2s, 5s;font-size: 12px !important;height: 0px;}
.product_detail_price_box .selon-info {position: absolute;top: 0px;left: 25px;width: 10px;height: 10px;}
.cartpagepd .selon-info {position: absolute;top: 0px;left: 25px;width: 10px;height: 10px;}
/*.respi-portop .product-card__two-content {*/
/*    min-height: 130px !important;*/
/*}*/
.respi-portop .product-card__two-content .respi-price-t {margin: 0 0px;position: absolute;bottom: 0px;width: 100%;}
.respi-portop .product-card__two:after {min-height: 286px;}
.product-card-title {font-size: 11px !important;}
.product_detail_content .helpcircle img {width: 12px;height: 12px;margin-left: 0px;margin-top: -4px;}
/*mega menu*/
.mega-menu {left: 0;right: 0;padding: 0px;display:none;min-height: 100%;position: absolute;background: #FFF;z-index: 1000;box-shadow: 0px 2px 5px #0000000d;border: #00bf6f solid 1px;border-top: 0px;border-radius: 0px 0px 4px 4px;top: 39px;}
h4.mega-title {color: #eee;margin-top: 0px;font-size: 16px;padding-bottom: 0px;}
.mega-menu ul li a {line-height: 25px;font-size: 14px;display: block;color: #004541;padding: 5px 10px;font-weight: 500;}
.mega-menu ul li a:hover {background: #F4F5F7;color: #00bf6f;text-decoration: underline;}
a.name{font-size:13px;}
ul.stander{list-style: none;padding: 0;margin: 0;}
ul.stander li{display: inline-flex;}
ul.stander li a {padding: 3px 0px;}
ul.description{list-style: none;margin:0px;padding: 0px;}
.border-left{border-left:#0000000D solid 1px;padding-left: 15px;}
ul.description li {padding-bottom: 0px;line-height: normal;}
ul.description li span {color: #ccc;font-size: 85%;}
.view-more{border-radius: 4px;margin-top: 10px;background-color: #00bf6f;padding: 6px 25px !important;line-height: 21px !important;display: inline-block !important;color: #FFF;text-align: center;}
.view-more:hover{color:#fff;background:#004541;}
ul.icon-des li a i {color: #fff;width: 35px;height: 35px;border-radius: 50%;text-align: center;background-color: #009FE1;line-height: 35px !important;}
ul.icon-des li {width: 100%;display: table;margin-bottom: 11px;}
.product_detail_price_box{width:100%;}
.product_detail_price_box{width:100%;}
select.form-control.postal_code{border: 0px;background: #f4f5f7 !important;height: auto !important;padding: 0 15px !important;margin: -6px 0 !important;font-size: 16px;}
.thm-btn.btn-danger {color: #fff;background-color: #dc3545 !important;border-color: #dc3545 !important;}
.thm-btn.btn-danger:hover {color: #fff;background-color: #c82333 !important;border-color: #bd2130 !important;}
.new-grid-ul li .crossse-ul li , .cartpagepd ul.new-grid-ul li ul.crossse-ul li {width: 230px !important;background: white;margin: 20px -15px !important;padding: 0px 15px;border: 1px solid #00bf6f;right: -199px;
    /*width: 226px !important;*/
    /*margin: 0px 0px !important;*/
    /*padding: 0px 20px;*/
    /*border-bottom: 0px solid #ffffff;*/
    /*right: -225px;*/
    /*box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);*/
    /*border-radius: 0px !important;*/
}
.product_detail_content .product_detail_review a, .product_detail_content  .product_detail_review {cursor: context-menu;}
/*.new-grid-ul li:hover .crossse-ul + .product-card__two {box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);}*/
.cartpagepd ul.new-grid-ul li .product-card__two:after {min-height: 100%;}
.shop_product_order .dropdown-toggle.btn-light {color: #ffffff !important;background-color: #004541;border-color: #004541;outline: none !important;box-shadow: 0 0 0 0.2rem rgb(216 217 219 / 0%) !important;}
.shop_product_order  .dropdown-item {color: #004541;padding: 0.25rem 0.5rem;}
.shop_product_order.bootstrap-select .dropdown-item.active, .shop_product_order.bootstrap-select .dropdown-item:active {background-color: #004541 !important; color: #fff !important;}
.print-icons-div .productlower a:hover {color: #00BF6F;}
.print-icons-div .productlower a:hover img {filter: invert(45%) sepia(85%) saturate(750%) hue-rotate(115deg) brightness(97%) contrast(105%);}
.product-sorter__select .shop_product_order.bootstrap-select .dropdown-toggle .filter-option-inner-inner , .product-sorter__select .shop_product_order .dropdown-toggle::after {color: white !important;}
.new-grid-ul li .crossse-ul li:after {display: none;}
.new-grid-ul li:hover .crossse-ul {z-index: 990;}
ul.category-listing li {width: 20% !important;margin: 0px !important;padding: 0px 15px;}
/*ul.category-listing li {width: 20% !important;margin: 0px !important; padding: 20px 0px;}*/
.newhed-crossselling {left: 0px;}
section.new-related-p {background: #FFF; padding: 0px 40px 30px 40px; border-radius: 6px; position: relative;}
.new-related-p .new-grid-ul li {width: 33.33% !important; margin: 0px !important; padding: 0px 15px;}
.cartpagepd .pagination-new {padding: 30px 15px 15px 15px; margin-left: 0px; margin-right: 0px;}
.cartpagepd .pagination-new .pagination {margin-bottom: 0rem;}
.cartpagepd .crossse-ul .product-card__two-image .product-tile {height: 200px !important;text-align: center;}
.cartpagepd .crossse-ul .product-card__two-image .product-tile img {height: 200px;width: auto !important;max-width: 100%;}
.cartpagepd ul.category-listing h4 {padding-left: 15px;}
.swal-insturction .swal-title:first-child {margin-top: 10px;}
.swal-insturction .swal-title {padding: 13px 16px 0px;font-size: 18px;text-align: left;}
.swal-insturction .swal-content ul {margin-top: 0;margin-bottom: 1rem;padding: 0px;}
.swal-insturction .swal-content ul ol {margin-bottom: 10px;padding: 0px;}
.swal-insturction .swal-button-container {margin: 5px 0px;width: 50%;padding: 0px 4px;}
.swal-insturction .swal-footer .swal-button {display: block;width: 100%;}
.swal-insturction .swal-footer {padding-top: 13px;margin-top: 0px;padding: 5px 16px 13px;}
.swal-insturction.swal-modal input[type=radio] {margin-right: 10px;}
.swal-button--cancel {background-color: #efefef !important;}
.form-group .cus_clas input {font-size: 13px !important;}
.page-wrapper.new-homepage .container{max-width: 1340px !important;padding: 0px;}
.new-related-p .product-card__two-content h3 {line-height: 15px;min-height: 30px;height: 30px;}
.topbar__right .topbar__info:last-child a{display: flex;}
.topbar__right .topbar__info:last-child p{margin-left: 5px;}
.cartpagepd ul.category-listing li {width: 33.33% !important;border-bottom: #e2e3e5 solid 1px;}
.cartpagepd ul.category-listing li .product-tile {height: 230px;}
.stricky-header .main-menu__list li a.Active_Main_Category {color: var(--thm-base) !important;}
ul.dropul li.disabled p {margin-bottom: 0rem;}
ul.dropul li.disabled hr{margin-top: 0rem;margin-bottom: 0rem;}
.user-profile .wishlist-my {margin-top: -60px;}
.custom-high-set {height: calc(100vh - 120px); overflow: auto;}
.custom-high-set .container {height: inherit;}
.custom-high-set .row {height: inherit; align-items: center;}

/*.user-profile*/
/*li.product-card__two.new-sale.new-sale-product.new-saleleft {*/
/*    left: -225px !important;*/
/*}*/
@media screen and (max-width: 1199px) and (min-width: 768px) {
    .page-wrapper.new-homepage {S
        padding-top: 188px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .tomakeimage img {width: 95% !important; margin-top: -70px !important;}
    .offer-banner__box.top-offer-banner .tomakeimage img {width: 75% !important;  margin-top: -45px !important;}
    .offer-banner__box {padding: 13px 30px 13px 30px!important; min-height: 260px !important;}
    .new-homepage .home-banner-category {min-height: 260px !important;padding: 30px 30px !important;}

}
@media only screen and (min-device-width: 1600px) and (max-device-width: 1920px) and (-webkit-device-pixel-ratio:1.5) {
    .container {max-width: 1200px !important;}
    .withoutlowernav {max-width: 1200px !important;}
}

@media screen and (max-width: 1400px) and (min-width: 1180px) {
    .container, .page-wrapper.new-homepage .container, .main-menu, .lowernav, .withoutlowernav {max-width: 1160px !important;}
    .new-homepage ul.category-listing.home-list-category li.orignal .product-tile {height: 182px !important;}
    .new-homepage ul.category-listing.home-list-category2 li.orignal .product-tile {height: 188px !important;}
    .theme-header-content h2 {font-size: 30px !important;}
    /*.product-tile {height: 177px !important;}*/
}

@media screen and (max-width: 1179px) and (min-width: 992px) {
    .container, .page-wrapper.new-homepage .container, .main-menu, .lowernav, .withoutlowernav {max-width: 100% !important; padding: 0px 15px;}
    .swiss-icon {right: -15px;}
    .offer-banner  .container {padding: 0px !important;}
    /*.new-homepage ul.category-listing.home-list-category li.orignal .product-tile {*/
    /*    height: 143px !important;*/
    /*!*}*!*/
    /*.new-homepage ul.category-listing.home-list-category2 li.orignal .product-tile {height: 188px !important;}*/
}

@media screen and  (max-width: 992px) {
    .plus-cart .thm-btn, .min-cart .thm-btn {line-height: 30px;}
    .new-homepage .theme-view-tile .theme-header-img {height: 190px !important; max-height: 190px;}
    ul.category-listing li {width: 33.3% !important;}
    .oder-data .table th {width: 125px !important;}
    .user-profile .wishlist-my {margin-top: 0px;}
    .order-table table td, .order-table table th {line-height: 1.2;}
    /*.swiss-icon {right: -15px;}*/
}

@media screen and (max-width: 767px) and (min-width: 600px) {
    ul.category-listing li, .new-related-p .new-grid-ul li {width: 33% !important;}
    section.new-related-p {padding: 0px 10px 30px 10px;margin-top: 20px;}
}

@media screen and  (max-width: 600px) {
    .prdocut-detail {padding-top: 170px !important;}
    ul.category-listing li, .new-related-p .new-grid-ul li {width: 49.3% !important;}
    section.new-related-p {padding: 0px 10px 30px 10px; margin-top: 20px;}
    .fontlogoc img {margin-right: 15px; height: 22px; width: auto !important;}
    .copry2 .copdiv.pt-30 {padding-top: 0px;}

    .offer-banner__box { min-height: 115px !important; }
    .new-homepage .category-view-tile .category-header-img img {
        width: 100%;
        height: 190px;
        object-fit: cover;
        object-position: center;
    }
}
.dynamic_logo_path{

    width: 160px !important;
    height: auto !important;

}
/*@media screen and (max-width: 1599px) and (min-width: 992px) {*/
/*    .new-grid-ul li .crossse-ul li {width: 196px !important;padding: 0px 15px !important;right: -195px;}*/
/*    .product-card__two {padding: 0px 15px !important;}*/
/*    .product-tile {height: 180px;}*/
/*    .product-card__two-content h3 {font-size: 12px !important;line-height: 15px !important;}*/
/*    .product-card__two-content p {font-size: 12px !important;*/
/*    }*/
/*    .addto .thm-btn {*/
/*        width: 50px;*/
/*        height: 35px;*/
/*    }*/
/*    .orignal .font-10 {*/
/*        font-size: 10px;*/
/*        line-height: 14px;*/
/*        min-height: 17px;*/
/*        margin-bottom: 0px;*/
/*        height: 30px;*/
/*        overflow: hidden;*/
/*    }*/
/*    li.product-card__two.new-sale.new-sale-product.new-saleleft {*/
/*        left: -196px !important;*/
/*    }*/
/*    .quantity-box button {*/
/*        width: 25px;*/
/*        height: 35px;*/
/*    }*/
/*    .quantity-box input[type="number"] {*/
/*        height: 35px;*/
/*    }*/
/*    .quantity-box {*/
/*        width: 75px;*/
/*        height: 35px;*/
/*    }*/
/*    .crossse-ul .product-card__two-content .price {*/
/*        font-size: 12px !important;*/
/*    }*/
/*}*/

