<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-color: #489C7C;
    --primary-color-rgb: 72, 156, 124;
    --bs-link-hover-color: #489C7C;
    --bs-link-hover-decoration: none;
    --bs-link-hover-color: #489C7C;
    --bs-btn-hover-bg: transparent;
    --bs-btn-active-bg: transparent;
}
.btn-secondary {
    --bs-btn-hover-bg: transparent;
    --bs-btn-active-bg: transparent;
    
}
/* GENERIC CLASSESS */
.ptb-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-80{
    padding-bottom: 80px;
}
.hvCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    padding: 0.618em 1em !important;
}

/* bucket section */
.bucketWrapper{
    background-color: #E7F3F3;
    overflow: hidden;
    margin-bottom: 20px;
}
.bucketInner{
    padding: 4rem 0;
}
.bucketWrapper:after {
    content: '';
    display: block;
    background-image: url('../assets/images/vector.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 41px;
    transform: translateY(1rem);
}
.bucketContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bucketImg {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.bucketHeading{
    position: absolute;
    right: 0;
    z-index: -1;
    top: -3px;
}
.bucketContent h2{
    font-size: 70px;
    text-align: center;
}
.bucketContent h2 &gt; span{
    font-size: 70px;
}
.bucketContent p{
    margin-top: 2rem;
    font-size: 20px;
    text-align: center;
}
.bucketBtn{
    margin-top: 2rem;
    box-shadow: 0px 18px 30px rgba(68, 191, 184, 0.42);

}

.marginCustom{
    margin-top: 10rem!important;
}
.beforeAfterImage{
    position: relative;
    width: fit-content;
    z-index: 1;
}
/* FEATURES SECTION CSS START */
.featureTitle {
    margin-bottom: 20px;
}
.featureDesc p {
    font-size: 20px;
    color: #3F3F3F;
    margin-bottom: 40px;
    line-height: 30px;
    width: 62%;
}
/* span.woocommerce-Price-amount.amount {
    font-weight: 400;
} */
/* .discountPriceWrapper span.woocommerce-Price-currencySymbol {
    font-weight: 400;
} */
.cartCheckoutButton a span {
    font-weight: 600;
}
tr.order-total {
    border-bottom: none !important;
}
.featureHeading {
    position: absolute;
    left: 18rem;
    z-index: -1;
    top: -13px;
}
.featuredImg img{
    width: 90% !important;
}
.featured-pagination{
display: none;
text-align: center!important;
 margin-top: 1rem;
}
.swiper-pagination-bullet-active {
    width: 40px!important;
    border-radius: 20px!important;
    background-color: var(--primary-color, #44BFB8)!important;
}
/* FEATURES SECTION CSS END */
/* EXPERIENCE SECTION CSS START */
.experienceWrapper{
    background: #E7F3F3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.experienceHeading {
    position: absolute;
    left: 20rem;
    z-index: -1;
    top: -20px;
}
.experienceDesc p {
    color: #3F3F3F;
    font-size: 18px;
    width: 35%;
    margin: 0 auto;
}
.experienceTitle {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;

}
.experienceDesc {
     margin-top: 20px;
    margin-bottom: 30px;
}
.experienceBgImg img {
    width: 100%;
}
.experienceBgImg {
    padding-top: 7em;
}
.customerModalIcon {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customVideo{
    border: none;
}
/* INSTAGRAM SECTION CSS START */
.intagramWrapper {
    padding-top: 10em;
    overflow: hidden;
}
.instagramHeading {
    position: absolute;
    left: 20rem;
    z-index: -1;
    top: -10px;
}
.instaTitle {
    margin-bottom: 60px;
}
.instaTitle .genericHeading{
letter-spacing: -1px;

}
.iconDesc{
    width: 90%;
    padding-bottom: 10px;
}
.instaImage img{
    width: 100%;
}
.iconTitle{
    font-size: 16px!important;
    font-weight: 400;
}
/* BEST SELLING SECTION CSS START */
.bestSellingWrapper{
    padding-top: 50px;
    position: relative;
    display: flex;
}
.genericHeading{
    font-size: 50px;
    color: #071413;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.genericSpanHeading{
    font-size: 50px;
    font-weight: 700;
}
.bestSellingImage {
    position: absolute;
    right: -4rem;
    z-index: -1;
    top: -15px;
}
.headingWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.viewMoreLink {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: var(--primary-color, #44BFB8) !important;
    font-weight: 400;
}

.viewMoreLink span {
    line-height: 0px;
    margin-left: 10px;
}
.singleCardItem {
    border: 1px solid #F4F4F4;
    border-radius: 15px;
    padding: 1rem 1rem;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.singleCardItem:hover {
        box-shadow: 0px 5px 16px 0px rgb(0 0 0 / 9%)!important;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
     box-shadow: 0px 5px 16px 0px rgb(0 0 0 / 9%)!important;
}
.cardItemImage{
    background-position: center;
    background-repeat: no-repeat;
    /*background-color: #F8F8F8;*/
    background-color: transparent;
    border-radius: 10px;
    padding-bottom: 100%;
    position: relative;
    background-size: contain;
}
.card-body{
    padding: 16px 0 0 0 !important;
}
.bestSellingCardBody{
    padding: 20px 0px 5px;
}
.bestSellingWrapper .card{
    border-radius: 20px;
}
.bestSellingWrapper .cardItemImage{
    border-radius: 14px !important;
}
.popularProductSection .card {
    border-radius: 20px !important;
}
.popularProductSection .cardItemImage{
    border-radius: 14px !important;
}
.productCardTitle{
    font-size: 19px;
    color: #071413;
    font-weight: 400;
    font-weight: unset !important;
}
.productCardTitle a{
    font-weight: 400;
}
.productCardPrice {
    padding-bottom: 20px;
}
.productSalePrice{
    color: #3F3F3F;
    font-size: 16px;
    padding-right: 10px;
}
.productRegPrice{
    font-size: 14px;
    color: #8A8A8A;
}
.productRegPrice s{
    text-decoration-color: #8A8A8A;
}
.proAddToCart{
    width: 100%!important;
    background: var(--primary-color, var(--primary-color, #44BFB8));
    border-radius: 5px!important;
    padding: 10px!important;
    font-size: 16px!important;
    color: #FFFFFF !important;
    border: 1px solid var(--primary-color, #44BFB8) !important;
    
    line-height: unset!important;
    font-weight: 500!important;
    letter-spacing: 0.1px!important;
    background: linear-gradient(to left, var(--primary-color, var(--primary-color, #44BFB8)) 50%, white 50%) right !important;
    background-size: 200% !important;
    transition: .5s ease-out;
    text-transform: capitalize;
    background-origin: border-box !important;
}
 .proAddToCart{
    background-size: 201% !important;
}
.proAddToCart:hover{
    background-position: left !important;
    color: var(--primary-color, #44BFB8) !important;
}
a.proAddToCart:focus{
    border: 1px solid var(--primary-color, #44BFB8) !important;
}
.bestSellingRow {
    padding-top: 40px;
}
.saleProBadge {
    background-color: #FF0000;
    padding: 3px 15px;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 30px 0px 0px 30px;
    margin-top: 20px;
    position: absolute;
    right: 0px;
}
.newSaleBadge{
    background-color: #5544BF;
    padding: 5px 15px 3px;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 30px 0px 0px 30px;
    margin-top: 20px;
    position: absolute;
    right: 16px !important;
}
/* FEEDBACK CSS START */
.feedbackImage{
    position: absolute;
    right: -70px;
    z-index: -1;
    top: -15px;
}
.feedbackWrapper .genericSpanHeading {
    font-size: 42px;
    margin-left: 7px;
}
.feedbackWrapper .swiper {
    width: 100%;
    height: 100%;
  }

  .feedbackWrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .feedbackCarousel{
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .feedbackWrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .feedbackWrapper .container-fluid, .feedbackSliderWrapper{
    overflow: hidden !important;
  }
  .feedbackWrapper .swiper-slide {
    background: #FFFFFF;
    box-shadow:  0px 6px 17px rgb(0 0 0 / 6%);
    border-radius: 15px;
    padding: 40px 30px;
}
.starsImage img {
    width: 30% !important;
}
.starsImage {
    margin-bottom: 12px;
}
.feedbackDesc p {
    text-align: left;
    font-size: 17px;
    line-height: 27px;
    color: #071413;
    font-style: italic;
    font-weight: 400;
}
.feedbackTitle h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #3F3F3F;
    text-align: left;
}
.feedbackDateTime p {
    font-size: 12px;
    line-height: 17px;
    color: #3F3F3F;
    text-align: left;
    font-style: normal;
}
.trustPilotTitle h4{
    font-size: 28px;
    line-height: 42px;
    color: #071413;
    display: flex;
    justify-content: center;
    align-items: end;
}
.trustPilotWrapper {
    padding-top: 2em;
}
.feedbackHeading {
    margin-bottom: 30px;
}
.trustPilotTitle span{
    font-weight: 400;
}
.reviewsArrowNext, .featureCollectionArrowNext, .feedbackArrowNext, .reviewsArrowPrev, .featureCollectionArrowPrev, .feedbackArrowPrev, .customerArrowNext, .customerArrowPrev{
    top: unset;
}
.reviewsArrowPrev, .featureCollectionArrowPrev, .feedbackArrowPrev, .swiper-container-rtl .reviewsArrowNext, .featureCollectionArrowNext, .feedbackArrowNext {
    right: 70px!important;
    left: unset!important;
}
.customerArrowNext, .customerArrowPrev{
    left: unset;
    right: unset;
}
.reviewsArrowNext:after, .featureCollectionArrowNext:after, .feedbackArrowNext:after, .reviewsArrowPrev:after, .featureCollectionArrowPrev:after, .feedbackArrowPrev:after, .customerArrowNext:after, .customerArrowPrev:after{
    display: none;
}
.sliderArrowsWrapper{
    position: relative;
}
.reviewsArrowPrev, .featureCollectionArrowPrev, .feedbackArrowPrev, .reviewsArrowNext, .featureCollectionArrowNext, .feedbackArrowNext, .customerArrowNext, .customerArrowPrev {
    background: #E7E7E7;
    border-radius: 10px;
    transform: rotate(180deg) !important;
    height: 45px!important;
    width: 45px!important;
    transition: 0.2s all ease-in-out;
}
.customerArrowNext {
    left: 130px!important;
}
.reviewsArrowPrev:hover, .featureCollectionArrowPrev:hover, .feedbackArrowPrev:hover, .reviewsArrowNext:hover, .featureCollectionArrowNext:hover, .feedbackArrowNext:hover {
    background: #5544BF;
}
.sliderArrowsWrapper .swiper-button-prev {
    transform: rotate(0deg) !important;
}
.sliderArrowsWrapper .swiper-button-next:hover svg path, .sliderArrowsWrapper .swiper-button-prev:hover svg path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}
/* FEATURE COLLECTION CSS START */
.featuredCollectionSliderWrapper {
    display: flex;
}
.featuredCollectionImage{
    position: absolute;
    right: -4rem;
    z-index: -1;
    top: -15px;
}
.featuredCollectionWrapper .container{
    overflow: hidden;
}
.featuredCollectionWrapper .swiper-slide {
    border-radius: 20px;
    padding: 50px 0 0 30px;
    cursor: pointer;
}
.bg-purple{
    background: #DCD7FF;
}
.bg-blue{
    background: #D7F0FF;
}
.bg-green{
    background: #CFF8F3;
}
.featureCollectionTitle h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #071413;
    margin-bottom: 14px;
    
    padding-right: 30px;
}
.featureCollectionDesc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3F3F3F;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 30px;
}
.featureCollectionImage {
    text-align: right;
}
.featureCollectionLink img{
    margin-left: 10px!important;
}
.featureCollectionLink{
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 20px;
}
.reviewsArrowNext, .featureCollectionArrowNext, .feedbackArrowNext {
    left: -3em!important;
}
.featureCollectionArrowNext {
    right: 0!important;
}
.featureCollectionArrowPrev, .reviewsArrowPrev, .feedbackArrowPrev {
    right: 75px!important;
}
.featuredCollectionHeading{
    margin-bottom: 30px;
}
.featureCollectionLink a {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #071413;
}
/* REVIEWS CSS START */
.reviewsHeadingImage{
    position: absolute;
    right: -3rem;
    z-index: -1;
    top: -15px;
}
.reviewsWrapper .container-fluid, .reviewsSliderWrapper{
    overflow: hidden !important;
    cursor: pointer;
  }
  .headingWrapper.reviewsHeading {
    margin-bottom: 30px;
}
.reviewBgImage img {
    width: 100%;
    border-radius: 24px;
}
.reviewBgImage  a{
    /* position: absolute;S */
    background: #ffffff;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 5px solid #00000017;
    box-shadow: 0px 0px 4px 4px #ffffff78;
    z-index: 999;
}
.reviewBgImage{
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviewModalIcon img{
    width: auto;
}
/* CUSTOMER CSS START */
.customerWrapper .gallery{
    cursor: pointer;
}
  .customerHeading {
    position: absolute;
    left: 15rem;
    z-index: -1;
    top: -10px;
}
.customerWrapper .ps-4 {
    padding-left: 5em !important;
}
.customerDesc p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #3F3F3F;
    width: 95%;
}
.customerTitle {
    margin-bottom: 20px;
}
.customerStarImage{
    margin-bottom: 2em;
}
.customerImage {
    width: 100%;
    border-radius: 15px;
}
.customerWrapper .sliderArrowsWrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.customerCounter{
    position: relative;
    left: 12%;
    bottom: -2px;
    font-size: 30px;
    /* line-height: 38px; */
    text-align: center;
    color: var(--primary-color, #44BFB8);
}
.customerCounter span{
    font-weight: 600;
}
.customerArrowPrev:hover, .customerArrowNext:hover{
    background: var(--primary-color, #44BFB8);
}
.featureCollectionLink a {
    font-weight: 600;
}
.experienceVector {
    background-color: transparent;
    position: absolute;
    bottom: -3%;
    width: 100%;
}
.experienceVector img{
    width: 100%;
}
.bucketOneBefore {
    position: relative;
    width: fit-content;
    z-index: 1;
}
.beforeAfterImage:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url('../assets/images/bucket-arrow-image.svg');
    left: -58%;
    top: 6%;
    width: 100%;
    height: 80px;
    z-index: -1;

}
.beforeAfterImage:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url('../assets/images/collection-image.png');
    bottom: -27%;
    left: -59%;
    transform: rotate(40deg);
    width: 100%;
    height: 240px;
    z-index: -1;
}
.bucketOneBefore:after{
    content: '';
    display: block;
    background-image: url(../assets/images/bucketOnearrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 48px;
    position: absolute;
    right: -59%;
    bottom: 29%;
}
.bucketOneBefore:before{
    content: '';
    display: block;
    background-image: url(../assets/images/bucketOnetopicon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 112px;
    position: absolute;
    top: -27%;
}
.bucketContent h2{
    white-space: nowrap;
}
.mrCustom{
    margin-right: 14px;
}
.PopluarPro{
    padding-top: 40px;
}
.PopluarProCarousel {
    display: none;
    padding-top: 40px;
    overflow: hidden;
}
.popular-pagination{
    text-align: center;
    margin-top: 1rem;
}
.scratchText{
    white-space: nowrap;
}
.customBr{
    display: none;
}
.sellingCarousel{
    display: none;
    padding-top: 40px;
    overflow: hidden;
}
.selling-pagination{
    text-align: center;
    margin-top: 3rem;
}
.PopluarPro{
    padding-top: 40px;
}
.instaCarousel{
    display: none;
}
.galleryCol {
    margin-left: 2.5rem;
}
.genericHeading .instaImage {
    width: auto!important;
}
.feedbackWrapper {
    overflow: hidden;
}
.feedbackTitle {
    padding-top: 1.5rem;
}
.feedbackDateTime {
    padding-top: 5px;
}
.woocommerce-notices-wrapper {
    padding-top: 20px;
}
.summaryTable  tbody td{
    display: block;
}
.summaryTable .wc-item-meta {
    padding: 0 !important;
}
.summaryTable  .wc-item-meta-label {
    font-size: 16px;
}
.summaryTable .wc-item-meta li{
    display: flex;
}
/**************** Product Single Page ******************/
.h1.product_title.entry-title {
    font-size: 50px;
    color: #071413;
}
.productStar img {
    margin-right: 10px;
}
.productReview {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}
.productReview .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup{
    padding-bottom: 0!important;
}
.reviewContent {
    display: flex;
    align-items: center;
}
.productStar {
    display: flex;
    align-items: baseline;
}
.rating{
    color: #071413;
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
}
.reviewDesc {
    color: #3F3F3F;
    font-size: 18px;
    line-height: 0 !important;
}
.line {
    margin: 0px 10px;
    line-height: 0 !important;
}
.productPrice {
    display: flex;
}
.price {
    font-size: 23px !important;
    color: #071413 !important;
    font-weight: 400;
    font-weight: 500;
    padding-right: 30px;
}
.salePrice {
    font-size: 23px;
    color: #8A8A8A;
    text-decoration: line-through;
}
.productDesc {
    color: #3F3F3F;
    font-size: 18px;
}
.productDescription {
    padding: 30px 0px;
}
.productIconContent {
    margin-left: 10px;
}
.productSize {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}
.sizeDesc {
    font-size: 18px;
    color: #071413;
}
.mainFrame {
    display: flex;
}
.mainFrame.columns-4 {
    flex-wrap: wrap;
    gap: 8px;
}
.mainFrame.columns-4 .frameWrapper {
    width: calc(25% - 8px);
    margin: 0;
}
.mainFrame.columns-4 .frameWrapper img {
    display: none;
}
.mainFrame .frameWrapper.activeFrame:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='800px' width='800px' version='1.1' id='Capa_1' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cg%3E%3Cg id='check_x5F_alt'%3E%3Cpath style='fill: %23489C7C;' d='M16,0C7.164,0,0,7.164,0,16s7.164,16,16,16s16-7.164,16-16S24.836,0,16,0z M13.52,23.383 L6.158,16.02l2.828-2.828l4.533,4.535l9.617-9.617l2.828,2.828L13.52,23.383z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    z-index: 9;
    background-size: 100%;
}

.frameTitle{
    color: #071413;
    font-size: 16px;
    font-weight: 400;
    padding-top: 25px;
}
.frameWrapper {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 25%;
    margin-right: 15px;
    cursor: pointer;
    overflow: hidden;
}
.frameImg {
    background: #ECECEC;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    height: 108px;
}
.frameDesc{
    color: #071413;
    font-size: 14px;
    text-align: center;
    /* line-height: 1.7; */
}
.mainFrame {
    display: flex;
    padding: 15px 0px 0px;
}
.frameContent {
    padding: 10px;
}
.activeFrame {
    border: 2px solid var(--primary-color, #44BFB8);
}
.quantityTitle{
    color: #071413;
    font-weight: 400;
    font-size: 16px;
    font-weight: 500;
}
.qtyContainer {
    border: 1px solid var(--primary-color, #44BFB8);
    border-radius: 39.5076px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qtyBtnMinus , .qtyBtnPlus{
    background: transparent;
    border: none;
    padding: 15px;
}
.inputQty {
    width: 80px;
    color: #071413;
    border: none;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
}
.qtyWrapper {
    display: flex;
    align-items: center;
    padding: 15px 0px 20px;
}
.stockTitle{
    color: #071413;
    font-size: 18px;
    
    font-weight: 400;
}
.stockLeft {
    padding: 0px 20px;
}
.cartBtn {
    width: 100%;
    border-radius: 50px !important;
    font-weight: 600;
    font-size: 20px;
}
.cartBtn span{
    font-weight: 600;
}
.addCart {
    padding: 10px 0px 30px 0px;
}
.accordionTitle .accordion-button , .alternateProductHeading {
    color: #071413;
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    font-weight: 500;
    background: transparent !important;
}
.alternateProductHeading {
    margin-top: 30px;
}
.accordionTitle .accordion-button:not(.collapsed){
    background: transparent !important;
    box-shadow: inherit !important;
}
.accordion-item.accordionOne {
    background: #F9F9F9;
    border-radius: 15px;
    border: none;
    padding: 30px 20px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url('https://devmontdigital.co/scratch/wp-content/uploads/2022/12/Arrow-Down-2.svg') !important;
    transform: inherit !important;
    width: 1.5rem;
    height: 1.5em;
    background-size: 1.5rem;
}
.accordion-button::after {
    background-image: url('https://devmontdigital.co/scratch/wp-content/uploads/2022/12/Arrow-Down-2.svg') !important;
    transform: rotate(180deg) !important;
    width: 1.5rem;
    height: 1.5em;
    background-size: 1.5rem;
}
.boxPiece {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
    text-align: center;
    padding: 15px 10px;
}
.accordionDesc {
    padding: 10px 0px;
}
.pieceDetails .col-md-4{
    width: 30%;
}
.pieceTitle{
    color: #071413;
    font-size: 18px;
    font-weight: 400;
}
.pieceDesc{
    font-size: 14px;
    color: #8A8A8A;
    padding-top: 5px;
}
.productCard {
    display: flex;
    align-items: center;
    background: #F8F8FE;
    border: 2px dashed #5544BF;
    border-radius: 15px;
    padding: 20px 10px;
    position: relative;
    margin: 30px 0px;
}
.giftContent {
    padding-left: 20px;
    width: 65%;
}
.giftImg {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
    width: 35%;
}
.cardTitle{
    color: #071413;
    font-size: 18px;
    font-weight: 400;
    font-weight: 500;
    padding-bottom: 10px;
}
.cardTitle a{
    font-weight: 400;
}
.reviewFour p{
    font-size: 16px !important;
    font-weight: 400;
    font-weight: 400;
}
.cardReview img{
    margin-right: 5px !important;
}
.priceCard p {
    font-size: 23px;
    color: #071413;
    font-weight: 500;
    font-weight: 400;
}
.giftContent .productReview{
    padding: 0 !important;
}
.priceCard {
    padding-top: 30px;
}
.giftBtn {
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
/* .related.products li span bdi{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
} */
.addBtn {
    background: #5544BF;
    border-radius: 6px;
    color: #fff;
    border: 0;
    padding: 20px 20px !important;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.addBtn .button{
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 16px !important;
}
.addBtn::after{
    border-radius: 6px;
}
.plusCard{
    margin-right: 5px;
}
.orderDesc{
    color: #3F3F3F;
    font-size: 16px;
}
.productRefunds {
    display: flex;
    align-items: center;
}
.productReport {
    display: flex;
    align-items: center;
    padding: 0px 0px 25px 0px;
    gap: 10px;
    font-size: 14px;
}
.productRefundsContent {
    padding-left: 6px;
}
.galleryThumbs .swiper-slide-active{
    border: 2px solid var(--primary-color, #44BFB8);
    border-radius: 15px;
}
.gallery{
    position: relative;
}
.swiper-button-next.productNext:after {
    background-image: url('../assets/images/next.png') !important;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.productNext {
    background: #5544BF;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    right: -16px !important;
    bottom: 72px;
    top: unset;
}
.swiper-button-prev.productPrev:after {
    background-image: url('../assets/images/next.png') !important;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg) !important;
}
.swiper-button-prev.productPrev {
    background: #5544BF;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    left: -16px;
    bottom: 72px;
    top: unset;
}
.swiper-button-next.productNext.swiper-button-disabled, .swiper-button-prev.productPrev.swiper-button-disabled{
    background: #E7E7E7;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    opacity: 1;   
}
.swiper-button-next.productNext.swiper-button-disabled::after{
    background-image: url('../assets/images/prev.png') !important;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.swiper-button-prev.productPrev.swiper-button-disabled::after{
    background-image: url('../assets/images/prev.png') !important;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: inherit !important;
}
.searchImg {
    position: absolute;
    top: 22px;
    right: 30px;
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallerySlider .swiper-slide {
    border: 1px solid #E7E7E7;
    width: 100% !important;
    border-radius: 20px;
}
.gallerySlider .swiper-slide img{
    width: 100%;
}
.gallerySlider {
    padding-bottom: 30px;
}
.galleryThumbs .swiper-slide {
    width: 100%;
    border: 1px solid #E7E7E7;
    border-radius: 15px;
}
.galleryThumbs .swiper-slide img {
    width: 100%;
}
.productWrapper{
    padding: 60px 0px;
    display: flex;
    align-items: stretch;
}
.productRightSide {
    padding: 25px 0px 50px 20px;
}
.productTabsTitle.active {
    background: #FFFFFF;
    border: 1px solid var(--primary-color, #44BFB8) !important;
    box-shadow: 0px 12px 23px rgb(0 0 0 / 11%);
    border-radius: 37px !important;
    padding: 14px 50px !important;
    color: #071413;
    font-weight: 400;
    font-size: 16px;
}
.productTabsTitle:hover{
    color: #071413 !important;
}
.productTabsList{
    border-bottom: none !important;
    padding: 60px 0px 30px 0px;
}
.productTabsTitle{
    border: 1px solid #E7E7E7 !important;
    border-radius: 37px !important;
    padding: 14px 30px !important;
    color: #3F3F3F;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
}
.ProductTabs {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 50px;
}
.ratingNum{
    font-size: 50px;
    font-weight: 400;
    color: #071413;
    font-weight: 600;
}
.starView{
    padding: 15px 0px;
}
.reviewRating {
    border-right: 1px solid #CCCCCC;
}
.starBar {
    position: relative;
    display: inline-block;
    width: 168px;
    height: 14px;
    margin: 0 10px 0 4px;
    vertical-align: middle;
    background: #E3E3E3;
}
.starBarContent {
    background: #E38D28 !important;
    height: 100%;
}
.starFive{
    width: 100%;
}
.starFour{
    width: 92%;
}
.starThree{
    width: 45%;
}
.starTwo{
    width: 6%;
}
.starOne{
    width: 2%;
}
.ratingRow {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.mainStar{
    display: flex;
    align-items: center;
}
.mainStar img {
    margin-right: 10px;
}
.starPercentage {
    font-size: 14px;
    color: #3F3F3F;
    font-weight: 400;
}
.mainReviews {
    padding: 50px 0px;
}
.reviewInner{
    padding: 0px 40px;
}
.reviewWrite {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contentWrite {
    display: flex;
    border: 1px solid #AFAFAF;
    border-radius: 10px;
    padding: 18px 25px;
}
.contentWrite:focus{
    border: 1px solid #AFAFAF !important;
}
.writeDesc {
    color: #3F3F3F;
    font-size: 14px !important;
    padding: 0px 5px !important;
}
.reviewTitle {
    color: #071413;
    font-size: 32px;
    font-weight: 400;
    font-weight: 600;
}
.searchField{
    position: relative;
}
.searchReview {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    width: 100%;
    height: 62px;
    padding: 0px 40px;
    color: #999999;
    font-size: 18px;
    font-weight: 400;
}
.searchIcon {
    position: absolute;
    top: 21px;
    left: 10px;
}
.dropdownSort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.reviewHead img{
    width: 100%;
}
.sortLink:focus{
    border: 1px solid #CCCCCC !important;
}
.sortLink {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    width: 30%;
    display: flex;
    align-items: center;
    position: relative;
    height: 65px;
    padding: 0px 10px;
    color: #999999;
    font-size: 18px;
}
.arrownDown {
    background: #EDEDED;
    border: 0.75px solid #CCCCCC;
    border-radius: 10px;
    padding: 5px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
}
.searchSec {
    padding: 30px 0px 50px 0px;
}
.mainReviewInner {
    display: flex;
    justify-content: space-between;
}
.cilentTitle {
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 600;
}
.verifiedTitle {
    color: var(--primary-color, #44BFB8);
    font-weight: 400;
}
.state {
    color: #777777;
    font-size: 18px;
    padding: 15px 0px;
}
.reviewRate p{
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 600;
}
.reviewDescription p {
    color: #777777;
    font-size: 16px;
    line-height: 1.7;
}
.ShopPrice{
    white-space: nowrap !important;
}
.date p {
    color: #777777;
    font-size: 18px;
}
.reviewRate {
    padding: 15px 0px;
}
.productReviewImg {
    display: flex;
    align-items: baseline;
    padding: 30px 0px;
}
.productReviewImg img {
    margin-right: 15px;
}
.shareBtn {
    display: flex;
    align-items: center;
}
.shareDesc{
    color: #3F3F3F;
    font-size: 16px !important;
    padding: 0px 5px !important;
}
.mainRecommendat {
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 0px 20px 0px;
}
.faqTitle{
    font-size: 38px;
    color: #071413;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 40px;
}
.questionImg {
    /*position: absolute;
    right: 4.5em;
    z-index: -1;
    top: -24px;*/
    display: none;
}
.questionTitle{
    color: #071413;
    font-weight: 700;
}
.faqSection {
    padding: 120px 0px 80px 0px;
}
.accordionFaq {
    border-bottom: 1px solid #E7E7E7;
    padding: 40px 0px 30px 0px;
}
.faqHead:not(.collapsed)::after {
    content: '';
    display: block;
    background-image: url('https://devmontdigital.co/scratch/wp-content/uploads/2022/12/minus.svg') !important;
    width: 17px;
    height: 4px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto !important;
}
.faqHead::after{
    content: '';
    display: block;
    background-image: url('https://devmontdigital.co/scratch/wp-content/uploads/2022/12/plus.svg') !important;
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px !important;
    flex-shrink: 0;
}
.faqHead {
    color: #071413 !important;
    background: transparent !important;
    box-shadow: inherit !important;
    padding: 0 !important;
    border: none;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    font-weight: 400;
    justify-content: space-between;
}
.faqDesc {
    color: #3F3F3F;
    font-size: 16px;
    padding-top: 20px;
}
.revlevantImg{
    right: -2rem!important;
    top: -23px!important;
}
.infoHead {
    padding: 0;
    padding-left: 10px;
    color: #3F3F3F !important;
    background: transparent !important;
    border: none !important;
    box-shadow: inherit !important;
    font-size: 18px;
    font-weight: 400;
    font-weight: 600;
}
.infoAccordion {
    border-top: 1px solid #CCCCCC;
}
.infoProduct {
    border-bottom: 1px solid #CCCCCC;
    padding: 30px 0px;
}
.infoDesc{
    color: #3F3F3F;
    font-size: 16px;
    padding-top: 20px;
}
.accordionIcon {
    display: flex;
    align-items: center;
}
.productDot {
    display: none;
}
.singleProductSellingWrapper{
    padding-bottom: 80px;
}
.relatedProduct{
    display: none;
}
/***** Checkout css *****/
.register-icon {
    padding: 0.2em  0.5em 0.2em 1.5em;
    background-image: url( '../images/checkout-registered-icon.svg' );
    background-repeat: no-repeat;
    background-size: 0.8em auto;
    background-position: 0.4em center;
    display: block;
    color: #212529;
    background-color: #F1F1F1;
    border: 1px solid #E7E7E7;
    border-radius: 25px;
    width: 100%;
}
.form-select {
    background-image: url('../assets/images/select-down-arrow.svg') !important;
}
.checkoutReg-Wrapper {
    padding: 60px 0px;
}
.orderSummary {
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 40px 20px;
}
.productQtyCheckout  {
    font-weight: 400;
}
.productTitleCheckout  {
    font-weight: 400;
}
.productPriceCheckout   {
    font-weight: 400;
}
.orderSummarBox tbody tr {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 0px;
}
.orderSummarBox tbody th {
    border-bottom: none;
    border-top: none !important;
    font-weight: 400;
    font-weight: 500 !important;
}
.orderSummarBox tbody td {
    border: none;
    border-bottom: none;
    border-top: none !important;
    font-weight: 400;
}
.orderSummarBox tbody .woocommerce-shipping-totals th{
    font-weight: 400;
}
.orderSummarBox strong {
    font-size: 20px;
}
.orderSummarBox .orderTotal .woocommerce-Price-amount {
    font-weight: 600;
    font-weight: 600;
}
.orderSummarBox tbody .orderTotal th{
    font-size: 20px;
}
.orderSummary h3 {
    font-weight: 600;
    padding: 0px 0px 20px;
    font-size: 20px;
}
.paymentOptionTitle {
    font-size: 18px;
}
.orderSummary label {
    font-size: 15px !important;
    font-weight: 400;
}
.scratch-select {
    color: #BABABA;
    border-radius: 35.14px;
    padding: 14px 20px;
    font-weight: 400;
    font-size: 14px;
}
.paymentOption .form-check {
    margin: 17px 0px;
}
.selectedOption{
    color: #BABABA;
}
.creditCardLogos img {
    margin-left: 10px;
}
.creditCardLogos {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.saveCardbtn {
    background-color: #5544BF;
    border: 0;
    font-weight: 400;
    border-radius: 25px;
    padding: 12px 20px;
    position: relative;
    overflow: hidden;
    color: white;
}
button.saveCardbtn::after{
    border-radius: 25px;
    border-color: #5544BF !important;
}
button.saveCardbtn:hover span{
    color: #5544BF !important;
}
.paymentCompletedbtn {
    background: var(--primary-color, #44BFB8);
    border: 0;
    font-weight: 400;
    border-radius: 32px;
    font-size: 23px;
    padding: 12px 0px;
    position: relative;
    overflow: hidden;
    color: white;
    float: unset !important;
}
.paymentCompletedbtn::after{
    border-radius: 32px;
}
.cashOnDelivery {
    margin: 20px 20px;
}
.paymentOptionsForm {
    background: #F5F5F5;;
    border-color: #E7E7E7;
    border: 1px solid #E7E7E7 !important;
    padding: 20px 20px !important;
    margin: 10px 0px !important;
    border-radius: 11px;
}
.paymentOptionsForm .row {
    padding: 20px 0px;
}
.codWrapper {
    background: whitesmoke;
    border-radius: 46px;
    border: 1px solid #E7E7E7;
    margin: 20px 0px;
}
.paymentOptionsForm input {
    font-weight: 400;
}
.shippingEst {
    padding: 15px 0px;
}
.orderTotal {
    padding: 15px 0px !important;
}
.title-conatctform {
    color: #3F3F3F;
    font-size: 20px;
}
.Contact-Information-Title input {
    background: #ffffff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 20px;
    border: 1px solid #ced4da;
}
.Contact-Information-Title .form-control:focus {
    border-color: var(--primary-color, #44BFB8);
}

.Contact-Information-Title .form-select:focus {
    border-color: var(--primary-color, #44BFB8);
}
.Contact-Information-Title select {
    padding: 14px 20px;
    border-radius: 24px;
    font-size: 14px;
    color: #8A8A8A;
    font-weight: 400;
}
.Contact-Information-Title label,
.Contact-Information-Title .form-check-label {
    font-size: 16px;
    font-weight: 400;
    color: #3F3F3F;
}
.Contact-Information-Title .form-check-label {
    font-size: 16px;
    font-weight: 400;
    color: #3F3F3F;
    padding-left: 5px;
}
.Contact-Information-Title .form-check-input {
    padding: 7px;
    border-color: #777777;
}
.labeNote {
    color: #777777 !important;
    padding-left: 5px;
}
.returnToCart {
    background-color: transparent;
    color: var(--primary-color, #44BFB8) !important;
    border: none;
    font-weight: 400;
    padding-left: 0px;
    font-size: 22px;
    margin-top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.returnToCart img{
    margin-right: 5px;
}
.returnToCart:hover {
    background: transparent;
    border: none;
    color: var(--primary-color, #44BFB8);
}
.returnToCart:focus{
    color: var(--primary-color, #44BFB8);
    background-color: transparent;
    border-color: transparent;
}

.returnToCart:active{
    color: var(--primary-color, #44BFB8);
    background-color: transparent;
    border-color: transparent;
}

.creditCard .form-check-input:checked[type=radio] {
    background-image: url('../assets/images/chekedbox.svg') !important;
}
#wc-stripe-new-payment-method:checked {
    background-color: transparent;
    border-color: #3F3F3F;
}
#wc-stripe-new-payment-method:checked[type=radio] {
    background-image: url('../assets/images/chekedbox.svg') !important;
}
.paymentOption .form-check-input:checked {
    background-color: transparent;
    border-color: #3F3F3F;
}
/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
} */
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--primary-color, #44BFB8);
    border: 1px solid var(--primary-color, #44BFB8) !important;
}
.orderProductImg {
    padding: unset !important;
    width: 20%;
}
.ProductNameCol{
    width: 40%;
}
.discountCode{
    display: block;
}
#discountVoucher {
    margin-bottom: 20px;
    margin-top: 20px;    
    border-color: #46bfb7;
}
.woocommerce-form-login {
    margin-top: 0px !important;
}
.woocommerce .woocommerce-form-login .form-row {
    width: 50%;
}
.woocommerce .woocommerce-form-login .form-row-first{
    padding-right: 10px;
}
.woocommerce .woocommerce-form-login .form-row-last {
    padding-left: 10px;
}
.woocommerce .woocommerce-form-login p {
    font-size: 16px;
}
.woocommerce .woocommerce-form-login button{
    background: var(--primary-color, #44BFB8)!important;
    border-radius: 30px;
    color: #fff!important;
    font-size: 16px;
    padding: 22px 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    line-height: 0;
    position: relative;
    overflow: hidden;
    border: 0;
}
.woocommerce .woocommerce-form-coupon {
    margin-top: 0px !important;
}
.woocommerce .woocommerce-form-coupon button{
    font-size: 16px;
    padding: 16px 26px;
}
.woocommerce-billing-fields h3{
    color: #3F3F3F;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single{
    background: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 20px;
    height: unset;
    border: 1px solid #E7E7E7;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: unset;
    top: 0px;
    bottom: 0px;
}
.woocommerce form .form-row  .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: normal;
}
.woocommerce .woocommerce-billing-fields .form-row-first{
    padding-right: 10px;
    width: 50%;
}
.woocommerce .woocommerce-billing-fields .form-row-last {
    padding-left: 10px;
    width: 50%;
}
.woocommerce form .form-row label {
    line-height: normal;
    margin-bottom: 0.5rem;
}
.woocommerce table.shop_table {
    border: none;
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
}
.orderSummarBox tbody th {
    border-bottom: none !important;
}
.woocommerce-checkout #payment {
    background-color: transparent;
    padding-top: 30px;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    margin: 0px;
    padding: 1rem 0px;
}
.woocommerce-checkout #payment div.payment_box:before{
    display: none;
}
#stripe-payment-data #wc-stripe-cc-form .form-row {
    padding: 0px;
}
#stripe-payment-data #wc-stripe-cc-form .form-row .wc-stripe-elements-field{
    border-radius: 25px;
    padding: 15px 20px !important;
    max-height: unset;
}
.paymentCompletedbtn:hover {
    background: var(--primary-color, #44BFB8) !important;
}
.registerBtn {
    background-color: #F1F1F1 !important;
    border-radius: 40px;
    padding: 14px 20px;
    color: blue;
    font-weight: 500;
    color: #3F3F3F !important;
    border: 1px solid #E7E7E7;
    font-size: 14px;
    width: 100%;
}
.registerBtn img {
    margin: 0px 5px;
}
.orderViewWrapper {
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 40px 20px;
}
.orderViewWrapper h3 span {
    color: red;
    font-weight: bold;
}

.orderViewWrapper h3 {

    padding: 20px 20px !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 23px;
}
.orderViewContent span {
    color: red;
    font-weight: bold;
}
.genericBtn{
    font-weight: 400;
    text-transform: capitalize;
}
.genericBtn span{

}
.orderProductImgdetails .genericBtn {
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 400;
    font-weight: 500 !important;
}
.purchaseSummarViewtd {
    display: flex;    
    align-items: stretch;
    background: #fff;
    border-bottom: transparent;
}
.purchaseProductImgcontent {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.orderProductImgdetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
th.purchaseProductImg {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.purchaseProductImg img {
    background: #f8f8f8;
    padding: 20px;
}
td.purchaseProductImgcontent {
    padding: 20px 0px;
}
td.purchaseProductImg {
    padding: 20px;
}
td.orderProductImgdetails {
    padding: 20px;
    margin-left: auto;
}
.shippingEst td p strong {
    font-size: 16px !important;
    font-weight: 400;
    font-weight: 400 !important;
    font-weight: bold !important;
}
.purchaseSummarBox tr.woocommerce-table__line-item.order_item {
    font-weight: 500 !important;

}
.purchaseSummarViewActual {
    font-weight: bold;
}
.purchaseSummarViewPrevious {
    text-decoration: line-through;
    color: #8A8A8A;
}
.purchaseProductImgcontent a {
    color: #5544BF !important;
    font-weight: 400;
}
.orderViewContentWrapper img {
    padding-right: 10px;
}
.orderViewContentWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.purchaseproductTitleCheckout {
    font-weight: 500 !important;
    font-size: 23px !important;
}
.purchasedViewWrapper-dashes{
    border: 2px dashed #5544BF;
}
.paymentOptionsForm .form-control {
    border-radius: 25px;
    padding: 12px 20px;
}
.order-completed{
    font-weight: 400;
}
.form-select {
    background-position: right 1.25rem center !important;
}
.Contact-Information-Title .form-check-input[type=checkbox] {
    border-radius: 0.05em;
}
.payment_method_stripe {
    padding: 12px;
}
.mobileDesign{
    display: none;
}
.shine::before{
    content: unset!important;
}
#video-wrap .close-video:hover{
    background-color: var(--primary-color, #44BFB8) !important;
}
#video-wrap .close-video{
    right: 16%!important;
    top: 7%!important;
}
.customStarList i{
    font-size: 1.2em!important;
}
.customStarList svg path{
    fill: #e38d28 !important;
}
.singleCardItem .added_to_cart {
    width: 100%;
    background-color: var(--primary-color, #44BFB8) !important;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #FFFFFF !important;
    transition: .5s ease-in-out;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    border: 0px;
    font-weight: 400;
}
.important-one{
    opacity : 1 !important;   
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s  ease-in-out;
}
.reviewsSliderWrapper{
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s  ease-in-out;
 }

/* Refund Policy */
.refund_returns .contactMainTitle .headingImage, 
.privacy-policy .contactMainTitle .headingImage {
    right: -5rem !important;
    top: -14px !important;
}

.subHeaderContent {
    padding-top: 50px;
    padding-bottom: 50px;
}
.subHeaderContent p {
    padding-bottom: 20px;
}
.subHeaderContent strong{
    font-weight: 700;
}
.subHeaderContent p a{
    color: var(--primary-color, #44BFB8) !important;
}
.subHeaderContent h2 {
    padding-bottom: 20px;
}
.subHeaderContent ul li{
    font-weight: 400;
}

/***   Checkout css end   ***/
/**************** Product Single Page End ******************/

/***** Collection Page *************/
.filterCustomCol .chosen-single {
    border: 1px solid #E7E7E7 !important;
    border-radius: 30.2173px !important;
    background: transparent !important;
    box-shadow: inherit !important;
}
.postImgMob{
    display: none;
}
.catproductFilterRow.justify-content-between {
    padding-bottom: 30px;
}
.filterCustomCol .chosen-container-single .chosen-single{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px !important;
}
.categoryFilter .chosen-container-single .chosen-single{
    height: 45px !important;
}
.filterCustomCol .chosen-container-single .chosen-single div b {
    position: absolute;
    right: 10px !important;
    background-image: url('../assets/images/category.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: inherit !important;
}
.chosen-container-single .chosen-single span{
    padding: 0px 5px !important;
}
.cart-empty.woocommerce-info {
    background: var(--primary-color, #44BFB8) !important;
    color: #fff;
}
.woocommerce-info::before {
    color: #fff;
}
.categoryFilter .chosen-container-single .chosen-single div b{
    right: 10px !important;
}
.productCount{
    display: none;
}
.filterCustomCol .chosen-single span{
    color: #071413;
    font-weight: 400;
    font-weight: 600;
    text-align: center;
    /* margin-top: 10px; */
    font-size: 16px;
}
.categoryFilter .chosen-single span{
    color: #3F3F3F;
    font-weight: 400;
    font-weight: 400;
}
.singleCardItem {
    height: 100% !important;
    margin-bottom: 0 !important;
}
.catProductGridRow .col-md-3 {
    padding-bottom: 15px !important;
}
.chosen-drop {
    border: none !important;
    padding: 6px !important;
    background: #fff !important;
}
.chosen-container .chosen-results li{

}
.chosen-container .chosen-results li.highlighted {
    background: var(--primary-color, #44BFB8) !important;
    color: #fff !important;
}
.proAddToCart  span{
    font-weight: 500;
}
/***** Collection Page End *************/
.paymentOptionsForm input {
    position: absolute;
    z-index: 1;
    top: 20px;
    
}
.payment_method_stripe {
    padding: unset !important;
}
.orderSummary label {
    padding: 12px 27px;
}

#wc-stripe-new-payment-method {
    top: unset;
}
#wc-stripe_sepa-new-payment-method{
    top: unset;
}

/* custom login out css */
a, li {
    transition: background 0.35s ease;
}
/*Base*/
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
/*Typography*/
html {
    font: 16px Verdana;
}
h1 {
    font-size: 1.2em;
}
li {
    font-size: 1em;
}
/*Layout*/

/* css loginout */

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.select-dropdown__button::focus {
    outline: none;
}
.select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
}
.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
    width: 210px;
}
.select-dropdown button {
    background-color: transparent !important;
    border: none;
}
.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}
.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:hover {
    font-weight: bold;
}
.iconSection{
    align-items: baseline;
}
.account-dropdown .dropdown-toggle::after {
    display: none !important;
}
.cart-dropdown .dropdown-toggle::after {
    display: none !important;
}

/* sssssss */



/* Mini  Cart*/
.headerCart .ctCartInvoice{
    background: #ffffff;
    box-shadow: 0px 0px 60px rgb(10 62 79 / 10%);
    border-radius: 8px;
    margin: 0 0 auto auto;
    padding: 30px 15px;
    width: 25%;
    margin-right: 6%;
}
.headerCart .ctCartItem{
    margin: 15px 0px;
    border-bottom: 1px solid #ced7dc;
}
.headerCart .ctCartImg{
    width: 50%;
}
.headerCart .ctCartPrice{
    justify-content: flex-start;
}
.headerCart .miniCartTitle{
    padding-bottom: 35px;
    padding-top: 14px;
    padding-left: 12px;

    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #0A374F;
}
.headerCart .ctCartItemPrice{
    position: relative;
}
.headerCart .ctCartItemPrice a{
    position: absolute;
    top: -10px;
}
.headerCart .ctCartControls input::-webkit-outer-spin-button,
.headerCart .ctCartControls input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.headerCart .miniCartFooter{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 30px !important;
}
.headerCart .miniCartFooter .btnupdate_cart {
    margin-bottom: 0px !important;
    float: none !important;
    border: none;
}
.headerCart .hdCartTotal span{

    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 130%;
    color: #0A374F;
}
.headerCart .hdCartTotal{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 25px 0px 25px;
 
}
.headerCart .miniCartFooter .actions{
    width: 50%;
}
.headerCart .miniCartFooter .btnupdate_cart{
    width: 100%;
    padding: 22px 24px 16px 24px !important;
}
.headerCartWrap{
    justify-content: flex-end;
    position: relative;
    display: none !important;
}
.showminiCart{
    display: flex !important;
}
.headerCart .headerCart{
    width: 100%;
}
.headerCart .ctCartInvoice{
    position: fixed;
    /* right: 0; */
    right: 30px;
}
.headerCart .hdArrow::before{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fcf5ef;
    content: '';
    display: block;
    top: -15px;
    position: absolute;
    right: 48%;
}
.emptyMiniCart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100px;
}
.emptyMiniCart a{
    margin: 0px !important;
    padding: 16px 40px 10px 40px !important;
}
.emptyMiniCart{
	    flex-wrap: nowrap !important;
	    height: auto !important;
}
.emptyMiniCart .featureCollectionTitle{
	    border-bottom: 2px solid #46bfb7;
	    width: 100%;
        padding-bottom: 20px;
}
.emptyMiniCart h2{
    color: black;
    font-size: 20px !important;
    text-transform: uppercase;
    margin: 0;
}
.emptyMiniCartTitle{
	font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
    color: #071413;

}
.emptyMiniCart .bucketBtn{
	    padding: 14px 40px !important;
}
.emptyMiniCart .bucketBtn{
        width: 100%;
}
.emptyMiniCart .bucketBtn{
    box-shadow: none !important;
}
a.miniCheckoutBtn{
    margin-left: 20px !important;
}


.my-cart-mini {
    width: 410px;
    padding: 20px 20px;
}
.my-cart-mini .ctCartItem {
    border-bottom: 2px solid #80808061;
}
.ctCartItemPImage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerCart .ctCartInvoice{
    background: #ffffff;
    box-shadow: 0px 0px 60px rgb(10 62 79 / 10%);
    border-radius: 16px;
    margin: 0 0 auto auto;
    /* padding: 25px 5px; */
    width: 23%;
    z-index: 11;
    font-weight: 400;
}
.hdCartTotal span {
    font-weight: 400;
}
.headerCart .ctCartItem{
    margin-bottom: 15px;
}
.headerCart .ctCartImg{
    width: 70%;
}
.headerCart .ctCartPrice{
    justify-content: flex-start;
}
.woocommerce-shipping-methods {
    text-align: end;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
.headerCart .miniCartTitle{
    padding-bottom: 35px;
    padding-top: 14px;
    padding-left: 12px;

    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #0A374F;
}

.headerCart .ctCartControls input::-webkit-outer-spin-button,
.headerCart .ctCartControls input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.headerCart .miniCartFooter{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.headerCart .miniCartFooter .btnupdate_cart {
    margin-bottom: 0px !important;
    float: none !important;
    border: none;
}
.headerCart .hdCartTotal span{

    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    color: #0A374F;
    font-weight: bold !important;
}
.headerCart .hdCartTotal{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 25px 0px 25px;
   
}
.headerCart .miniCartFooter .actions{
    width: 50%;
}
.headerCart .miniCartFooter .btnupdate_cart{
    width: 100%;
    padding: 22px 24px 16px 24px !important;
}
.headerCartWrap{
    justify-content: flex-end;
    position: absolute!important;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 9;
}
.showminiCart{
    display: flex !important;
}
.headerCart .headerCart{
    width: 100%;
}
.headerCart .ctCartInvoice{
    position: unset;
}
.headerCart .hdArrow::before{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff !important;
    content: '';
    display: block;
    top: -15px;
    position: absolute;
    right: 36%!important;
}
.emptyMiniCart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100px;
}

.emptyMiniCart a{
    margin: 0px !important;
    padding: 16px 40px 10px 40px !important;
}
.ctCartCol_one {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.cartItemsList .quantity {
    padding: unset !important;
}
.cartItemsList .product-quantity.ctCartControls {
    border: 1px solid #46beb6;
    border-radius: 25px;
}
.headerCart .cartItemsHeader {
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid rgb(10 55 79 / 20%);
}
.headerCart .cartItemsList .col-md-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerCart .cartItemsList .quantity {
    padding: unset !important;
}
.headerCart .cartItemsList .quantity input {
    border: none;
    background: no-repeat;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.ctCartControls svg {
    margin: 8px;
}
.ctCartItemPrice {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
    flex-direction: column;
    font-size: 14px;
}
.hdCartTotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding-bottom: 10px;
}
.ctCartTitle a {
    font-weight: 600;
}
.miniCartFooter .bucketBtn {
    margin: unset;
    padding: 10px 25px;
    font-size: 12px;
    font-weight: bold;
}
.headerCart .featureCollectionTitle h2 {
    font-size: 20px;
}
.ctCartTitle {
    font-size: 11px;
}
.woocommerce-cart-form .featureCollectionTitle {
    border-bottom: 2px solid #46bfb7;
}
.woocommerce-cart-form h2 {
    margin-bottom: unset;
    font-size: 26px;
    color: #46bfb7;
}
#sb_instagram {
    padding: 0!important;
}
#sb_instagram #sbi_images {
    padding: 0!important;
}
.ctBreadcurm:after {
    content: '';
    display: block;
    background-image: url('../assets/images/Vector.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 10px;
}
.wooBreadcrumb{
    padding-top: 50px;
}
.cartHeader{
    background-color: #E7F3F3 !important;
}
.cart_totals table.shop_table.shop_table_responsive {
    border: none !important;
}
.cart_totals th {
    font-weight: 400;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: normal !important;
}
.cart_totals td {
    border-top: none !important;
}
.cart_totals th {
    border-top: none !important;
}
.order-total th {
    font-weight: bold !important;
    font-size: 19px !important;
}
.mobileBucketImage{
    display: none;
 }
 .orderViewBoxes .discountPriceWrapper h5 {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row-reverse;
}
.orderViewBoxes .cproductPrice h5 {
    color: #5544BF;
    font-size: 22px;
    text-align: right;
}
.orderViewBoxes .discountPriceWrapper h5 ins {
    text-decoration: none;
    font-weight: bold;
}
.discountRow .discountPriceWrapper h5 del {
    color: gray;
    font-size: 16px;
    margin-left: 10px;
    font-weight: normal !important;
}
.wc-payment-form label {
    padding: unset !important;
}
.payment_method_stripe p {
    margin-top: 1rem;
}
#shipping_method li label {
    padding: unset;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    padding: 15px 5px !important;
}
.woocommerce-validated input {
    padding-left: 0px !important;
}
.form-row .woocommerce-validated label {
    margin: unset;
    padding: unset;
}
#createaccount {
    margin: unset;
}
.checkoutReg-Wrapper .form-check {
    padding-left: 0em !important;
}
.woocommerce form .form-row.woocommerce-invalid label {
    padding: unset;
  
}
.woocommerce-terms-and-conditions-wrapper label {
    padding: unset;
}
/* extra */



.woocommerce form .form-row input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
} 
.woocommerce form .form-row .input-checkbox {
    appearance: none;
    height: 15px !important;
    width: 15px !important;
    display: inline-block;
    border: 1px solid gray;
}
.featuredWrapper{
    margin-bottom: 20px;
}
.featureCollectionImage{
    background-position: top;
}
.backToTop {
    background-color: #455E5C;
    padding: 13px 14px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position:fixed;
    bottom: 3%;
    right: 3%;
    display:none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 999999;
}
.contactRow .wpcf7 form.sent .wpcf7-response-output {
    color: #212529 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--primary-color, #44BFB8)!important;
    color: #fff!important;
    font-weight: 400;
    text-align: center!important;
}
.disabledBtn{
    pointer-events: none;
    opacity: 0.6;
}
.cursorClose{
    cursor: not-allowed;
}
.singleCardItem .added_to_cart {
    display: none!important;
}
.custom_checkout_field{
    padding-top: 40px;
}
.custom_checkout_field .form-row label{
    padding-top: 0px !important;
}
.paymentCompletedbtn{
    width: 100%;
    margin-top: 16px;
}
.custom_checkout_field #customer_email_field{
    margin-bottom: 7px !important;
}
.woocommerce-billing-fields__field-wrapper .form-row{
    margin-bottom: 15px !important;
}
.woocommerce-privacy-policy-text{
    padding-bottom: 15px;
}
.cashDelivery li label{
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
    background: transparent !important;
}
.cashDelivery li{
    background: #F5F5F5;
    border: 0.576496px solid #E7E7E7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
ul.cashDelivery{
    border: none !important;
    padding: 1em 0px !important;
}
.SavedPaymentMethods-saveNew label{
    font-size: 16px !important;
}
.payment_method_stripe_sepa img{
    width: 50px;
}
.SavedPaymentMethods-saveNew  input{
    appearance: none;
    height: 15px !important;
    width: 15px !important;
    display: inline-block;
    border: 1px solid gray;
}
.woocommerce form .form-row .input-checkbox.form-check-input {
    margin: 0.25em 0 0 0em;
}
.thankyou-page-wrapper h3.orderViewtitle {
    padding-top: unset !important;
}
input.new-submit-btn{
    font-weight: 600;
}
.copyTitle a{
    font-weight: 400;
    padding-left: 5px;
}
.menuTilte{
    font-weight: 500;
}
.shopProducts .woocommerce-loop-product__title{
    font-weight: 400;
    font-weight: unset;
}
.productSinglePrice span{
    font-weight: 600;
}
.productSinglePrice del bdi{
    font-weight: 400;
}
.orderSumaryWrapper h5{
    font-weight: 600;
}
.coupanWrapper .coupon button{
    font-weight: 600;
}
.haveQuestion h5 a{
    font-weight: 600;
}
.continueShopingButton{
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
}
.productPopular{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productPopular span {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF0000;
    border-radius: 15px;
    width: 140px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
    top: -15px;
}
.myAccContent .purchaseWrapperMain {
    display: none;
}
/******** Contact Page **********/
.contactRow{
    padding: 80px 0px;
}
.contactTitle {
    font-size: 40px !important;
    padding-bottom: 20px !important;
}
.contactTitle .genericSpanHeading{
    font-size: 40px;
}
.contactInner {
    display: flex;
    justify-content: space-between;
}
.contactField {
    width: 49%;
}
.contactField input{
    background: #ffffff;
    border-radius: 15px !important;
    width: 100%;
    font-size: 14px !important;
    font-weight: 400;
    padding: 14px 20px !important;
    border: 1px solid #ced4da !important;
}
.contactTextarea textarea{
    background: #ffffff;
    border-radius: 15px !important;
    width: 100%;
    font-size: 14px !important;
    font-weight: 400;
    padding: 14px 20px !important;
    border: 1px solid #ced4da !important;
}
.contactField input:focus , .contactTextarea textarea:focus{
    border: 1px solid var(--primary-color, #44BFB8) !important;
}
.contactBtn input{
    width: fit-content !important;
    border: 1px solid var(--primary-color, #44BFB8) !important;
    padding: 17px 40px !important;
    border-radius: 30px !important;
}
.contactRight .menuTilte {
    color: #212529;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
}
.contactBtn .wpcf7-spinner{
    margin-top: 10px;
}
.contactRight .footIconContent p, .contactRight .footIconContent a{
    color: #212529 !important;
}
.contactRight .footIconImg {
    width: 5%;
}
.mainContact .wpcf7-not-valid-tip{
    padding-top: 10px;
}
.contactRow  .wpcf7-response-output {
    color: #212529 !important;
}
.contactBanner{
    background-color: #E7F3F3;
}
.contactSec{
    display: flex;
    align-items: center;
}
.subHeaderTemplate .contactSec{
    padding: 50px 0px;
}
.contactSec .contactImage img{
    width: 40% !important;
}
.contactSec .contactImage:before {
    padding: 23% !important;
    width: 40% !important;
    height: 40% !important;
}
.contactMainTitle .headingImage {
    right: -6rem !important;
    top: -23px !important;
    width: 84% !important;
}
.contactSec .woocommerce-breadcrumb {
    padding-bottom: 20px;
}
.contactRight .socialIconLinks{
    background-color: var(--primary-color, #44BFB8) !important;
}
.contactRight .socialIconLinks:hover svg path{
    fill: #A7D9C6 !important;
    stroke: inherit !important;
}
.contactRight .socialIconLinks svg path{
    fill: #fff !important;
}
.slider-pagination {
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartStepsWarpper {
    display: none;
}
.checkoutLogo{
    padding-top: 30px !important;
    cursor: pointer;
}
.checkoutLogo img {
    width: 95px;
}
.woocommerce-checkout .navbarWrapper{
    display: none !important;
}

.woocommerce-checkout .topbar {
    display: none;
}
.woocommerce-checkout .mainSecure {
    display: none;
}
.woocommerce-checkout .mainFooter{
    display: none;
}
.woocommerce-order-received .navbarWrapper{
    display: block !important;
}
.woocommerce-order-received .mainFooter{
    display: block !important;
}
.woocommerce-order-received .topbar {
    display: block !important;
}
.woocommerce-order-received .mainSecure {
    display: block !important;
}
.cart-contents {
    position: relative;
    top: 1px;
}
.categoryLoopArea  .woocommerce-pagination ul li{
    border-right: 1px solid #F4F4F4 !important;
    border-radius: 15px;
    margin-right: 15px !important;
}
.categoryLoopArea .woocommerce-pagination ul{
    border: none !important;
}
.categoryLoopArea .woocommerce-pagination {
    margin-top: 40px;
}
.boxPiece.boxPieceActive {
    border: 1px solid var(--primary-color, #44BFB8);
} 

#search-wrapper ul{
    list-style:none;
    text-align:center;
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#search-wrapper .pagination li span.current, #search-wrapper .pagination li {
    width:50px;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px !important;
}
#search-wrapper .pagination li{
    box-shadow: 0px 16px 47px rgb(0 0 0 / 9%) !important;
    color:#44BFB8 !important;
    background:#fff;
    float:left;
    font-size: 25px;
    transition: .5s ease-in-out;
    margin-right: 15px !important;
}
#search-wrapper .pagination li a{
    color:#000;
    text-decoration:none;
    border: none !important;
}
#search-wrapper .pagination li span.current,  #search-wrapper .pagination li:hover{
    background: var(--primary-color, #44BFB8) !important;
    color: #fff !important;
}
#search-wrapper .pagination li span.current{
    background: var(--primary-color, #44BFB8) !important;
    color:#fff !important;
    border: none !important;
}
.custom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.custom-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius:15px;
  height: auto;
  /* overflow-x: hidden;
  overflow-y: auto; */
}

/* Add Animation */

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.custom-button{
    font-style: normal;
    font-weight: 700;
    padding: 15px 30px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--primary-color, #44BFB8) ;
    border: 1px solid var(--primary-color, #44BFB8) ;
    border-radius: 27.5px;
    transition: 0.5s ease-in-out;
    width: fit-content;
    cursor: pointer;
}
.custom-button:hover{
  background-color: #ffffff;
    color: var(--primary-color, #44BFB8) ;
}

/* The Close Button */
.close {
    color: white!important;
    font-size: 26px!important;
    font-weight: 700!important;
    opacity: 1!important;
    margin-top: 4px !important;
}

.custom-modal-close{
    background-color: var(--primary-color, #44BFB8);
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -10px;
    border-radius: 50px !important;
    z-index: 999999;
}
#VariationModal .productCardTitle{
    font-size: 16px !important;
    min-height: unset !important;
    margin-bottom: 0 !important;
    width: 50%;
}
#VariationModal .catProductGridRow {
    padding: 30px 10px;
    display: flex;
    justify-content: center;
}
#VariationModal .singleCardItem:hover{
    box-shadow: inherit !important;
}
.catProductGridRow .col-lg-12 {
    padding-bottom: 10px;
}
#VariationModal .proAddToCart {
    padding: 10px !important;
    white-space: nowrap;
}
#VariationModal .cardItemImage {
    width: 15% !important;
    padding-bottom: 0% !important;
}
#VariationModal  .button.loading::after{
    position: unset; 
    margin-left: 0.53em;
}
#VariationModal .proAddToCart span{
    font-size: 14px !important;
}
#VariationModal .cardItemImage{
    background-color: #fff !important;
}
#VariationModal .productCardBody{
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#VariationModal .productCardPrice{
    padding-bottom: 0 !important;
    width: 20%;
}
.modalAddCart{
    width: 30%;
}
.productContentCard{
    width: 85% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.languageMobile .languageSelector {
    display: block;
}
.singlePaymentCard{
    margin-right: 0!important;
  }
  .menuTilte:after{
    content: unset!important;
  }
  .footerWrapper ul li{
    padding-bottom: 8px;
    width: fit-content !important;
  }
  .footerBottomSection{
    margin: 22px 0 0 0!important;
  }
  .footerWrapper {
        padding: 70px 0px 25px 0px;
        position: relative;
  }
  .footerBottomSection{
    margin: 25px 0 0 0;
  }
  .switcher a img{
    margin-right: 4px!important;
  }
  .proAddToCart{
    display: flex!important;
    justify-content: center!important;
    align-items: baseline!important;
  }
  .thanksProductImg {
    margin: 15px;
    background: #f8f8f8 !important;
  }
  .thanksProductImg .bg-img-pd:after {
    content: '' !important;
    padding: 40px !important;
    content: '';
    display: block !important;
    padding-bottom: 100% !important;
  }
  .thankyou-page-wrapper td.orderProductImgdetails.desktopDesign {
    padding: 15px;
    width: 40%;
    display: flex;
      justify-content: space-between;
      align-items: end;
  }
  .thankyou-page-wrapper p.purchaseproductTitleCheckout {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .thankyou-page-wrapper td.purchaseProductImgcontent.desktopDesign {
    width: 60%;
  }
  .myAccContent .orderWrapperMain{
    width: 100%!important;
    padding-top: 0!important;
  }
  .myAccContent .my_account_orders .view {
      padding: 7px 30px!important;
      border-radius: 30px!important;
      border-color: var(--primary-color, #44BFB8)!important;
  }
  .myAccContent .my_account_orders .view:focus {
      border-width: 1px!important;
      border-style: solid!important;
  }
.productPayment {
    width: 70%;
    margin: 0 auto;
}
.mobileMenu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}
.socialIconsMobile {
    display: none;
}
.customUpSells{
    display: none !important;
}
.customCartSells{
    display: none !important;
}
.product-type-simple .productSinglePrice {
    flex-direction: row !important;
    justify-content: flex-start !important;
}
.sale.product-type-simple .productSinglePrice {
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}
.contactContent {
    padding-bottom: 20px;
}
.customerHead1 .customerHeading {
    left: -59px;
    top: 52px;
}
.productCartBtn{
    padding: 21px 41px !important;
    float: unset !important;
    font-size: 20px !important;
}
button.button.productCartBtn.loading::after{
    top: 20px !important;
}
.slick-prev.slick-arrow {
    background-color: #5544BF;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-next.slick-arrow {
    background-color: #5544BF;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    background-color:  var(--primary-color, #44BFB8)  !important;
}
.slick-slide img {
    border: 1px solid #E7E7E7;
    border-radius: 15px;
}
.slick-slide{
    border: 1px solid #E7E7E7;
    border-radius: 15px;
}
.slick-prev.slick-arrow::before{
    content: '';
    border-radius: 40px;
    width: 30px;
    height: 30px;
    background-image: url('../assets/images/next.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}
.slick-next.slick-arrow::before{
    content: '';
    background-image: url('../assets/images/next.png') !important;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: .5s ease-in-out !important;
    opacity: 1;
}
.slick-prev.slick-arrow.slick-disabled{
    background-color: #E7E7E7;
}
.slick-next.slick-arrow.slick-disabled{
    background-color: #E7E7E7;
}
.wpgs-nav .slick-active img {
    opacity: 1 !important;
}
.flaticon-right-arrow.slick-arrow {
    display: none !important;
}
.flaticon-back.slick-arrow.slick-disabled {
    display: none !important;
}
ul.slick-dots.wpgs-dots {
    display: none !important;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
    opacity: 1 !important;
}
.flaticon-back.slick-arrow {
    display: none !important;
}
a.wpgs-lightbox-icon::after {
    content: '';
    background-image: url('../assets/images/search-img.svg');
    border: none !important;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat;
    background-position: center;
    top: 15px !important;
    right: 15px !important;
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
}
.wpgs-lightbox-icon::before{
    content: '' !important;
}
.slick-track{
    margin-left: unset !important;
} 
.wpgs-nav .slick-slide {
    margin-top: 0 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.woocommerce a.remove {
  display: flex;
}

.select2-container--open .select2-dropdown--below {
  border-top: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-color: transparent !important;
  border-bottom: 2px solid #46bfb7 !important;
  border-radius: 0px;
  margin-top: 6px;
  /* border-top: 2px solid red; */
  /* border-right: 2px solid red; */
  /* border-left: 2px solid red; */
  /* border-radius: 25px; */
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #46bfb7;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #48bfb6;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #48bfb6;
  border-bottom: 2px solid #d4f0ed;
}
.woocommerce
  form
  .form-row
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 15px !important;
}
.select2-results__options::-webkit-scrollbar {
  -webkit-appearance: none;
}
.select2-results__options::-webkit-scrollbar {
  width: 12px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #9e9e9e78;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #48bfb6;
  border: 0px solid #eee;
  height: 100px;
  border-radius: 5px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #34a299;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 10px;
}

/* new letter at footer */
.subNew-form input#emailField {
  width: 100%;
  outline: none !important;
  padding: 23px 30px;
  background: transparent;
  background: #ffffff;
  border: 1px solid #dae2e1;
  border-radius: 37px;

}
input:focus, textarea:focus, select:focus{
  outline: none;
}

.new-submit-btn {
  background-color: var(--primary-color, #44BFB8) !important;
  border-radius: 30.9603px !important;
  color: #fff !important;
  font-size: 17px !important;
  padding: 28px 40px !important;
  font-weight: 400;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: fit-content !important;
  line-height: 0 !important;
  width: fit-content !important;
  border-color: var(--primary-color, #44BFB8) !important;
  margin-right: 6px;
  margin-left: auto;
  transition: .5s ease-in-out !important;
}


/* New Css */
.productSinglePage span.onsale{
    min-height: 50px;
    min-width: 50px;
    background-color: #5544bf;
    font-weight: normal;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productSinglePage .price del span {
    color: #8A8A8A !important;
    font-weight: 400;
    font-weight: 400;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0px;
}
.woocommerce-product-details__short-description ul li strong{
    font-weight: 500;
    font-weight: 400;
}
.quantityTitle {
    font-weight: 400;
    font-weight: normal;
}
.productSinglePrice .price ins bdi {
    font-weight: 600;
}
.productSinglePrice .currencyName {
    font-weight: 600;
}
.frameWrapper img {
    padding: 10px;
    background-color: #ECECEC;
}
.addBtn{
  padding: 10px 20px !important;
}
.orderDesc b {
  font-weight: 500;
  font-weight: 400;
}
/* .flex-control-nav.flex-control-thumbs {
    display: unset;
} */
.priceCard span.woocommerce-Price-amount.amount{
  font-size: 23px;
}
.productAccordion .accordion-button::after {
  height: 12px;
  background-size: contain;
}
.productAccordion .accordion-button:not(.collapsed)::after {
  height: 12px;
  background-size: contain;
}
.infoProduct .accordion-button::after {
  height: 12px;
  background-size: contain;
}
.infoProduct .accordion-button:not(.collapsed)::after {
  height: 12px;
  background-size: contain;
}
div#wc-stripe-payment-request-wrapper {
    padding-top: 10px !important;
}
p#wc-stripe-payment-request-button-separator {
  margin-top: 10px !important;
}
.addBtn  .addDefaultBtn {
  font-weight: 400;
  font-weight: 500 !important;
  float: unset !important;
  opacity: 1 !important;
}

.infoHead {
  font-weight: 400;
  font-weight: 500;
}
.outofstock .out-of-stock {
  font-size: 18px !important;
  line-height: 1.5;
  margin: 10px 0px;
}

.giftBtn .proAddToCart {
  padding: 0px !important;
}
.addBtn.disabledBtn {
  pointer-events: none;
  opacity: .9;
  background: var(--primary-color, #44BFB8);
}
.addBtn .added_to_cart {
  display: none !important;
}
.woocommerce .addBtn  a.button.loading::after{
  position: unset !important;
  margin-left: 0.53em;
}

.woocommerce-product-rating {
  display: none !important;
}
.woocommerce-product-details__short-description ul li::before {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.productIcon img {
  width: 25px;
  height: 25px;
}
.productSinglePage .variations select{
  display: none !important;
}
.cardTitle {
  width: 60%;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.productSinglePrice .price{
  padding-right: 0px;
}
.dropdownSort .dropdown-menu.show {
  z-index: 1;
}
.related ul.products li .price {
  padding-bottom: 0;
}
.productOnSale ins {
  text-decoration: none;
}
.switcher.notranslate .selected a {
    background: none !important;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars&gt;div{
    align-items: flex-start !important;justify-content: flex-start !important;}
.jdgm-rev-widg__summary-text{
    color: #3f3f3f;font-size: 18px;font-weight: 400;
}
.jdgm-rev-widg__title{
    display: none;
}
.jdgm-rev-widg {padding: 24px 0px !important;}.jdgm-histogram.jdgm-temp-hidden {padding: 0px 20px !important;}a.jdgm-write-rev-link {max-width:200px !important;display: flex;border: 1px solid #afafaf !important;border-radius: 10px;padding: 18px 25px;text-align: center;color: #3f3f3f !important; font-weight:400  !important ;font-weight: 400;justify-content: center;margin-left: auto !important;margin: 0;}.jdgm-review-search-wrapper{margin: 0 !important;padding-left: 0 !important;}.jdgm-review-search-wrapper:after{color: #b2b2b2 !important;right:unset!important;left:9px !important;}.jdgm-review-search {border: 1px solid #ccc !important;border-radius: 10px !important;width: 100%;height: 62px;padding:0 40px !important;}.jdgm-row-stars{align-items: center !important;}a.jdgm-write-rev-link:before {content: '';display: block;background-image: url('../assets/images/review-write.svg');background-position: left; background-repeat: no-repeat;width: 20px;}.jdgm-widget-actions-wrapper {border-left: 0 !important;}b.jdgm-rev__title {font-weight: 400;}.jdgm-rev-widg__summary .jdgm-star {font-size: 35px !important;margin-right: 5px !important;}.jdgm-histogram .jdgm-star{font-size: 18px !important;margin-right: 5px !important;}.jdgm-row-actions {display: none;}
.jdgm-rev__icon {
    display: none !important;
}
.jdgm-row-search {
    border: none;
}
#judgeme_product_reviews div {
    font-weight: 400;
}
.jdgm-histogram__row:not([data-rating="1"]){
    margin-bottom: 15px !important;
}
.jdgm-rev.jdgm-divider-top.jdgm--done-setup {
    border-top: 0 !important;
}
.jdgm-row-stars {
    padding-bottom: 60px !important;
}
.jdgm-rev__author {
    font-weight: 700;
    color: #000;
}
.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
    padding-bottom: 5px;
}
.jdgm-prev-badge__stars {
    font-size: 17px;
}
.jdgm-prev-badge__text {
    margin-left: 10px !important;
    font-size: 16px;
}
ul.products .jdgm-prev-badge__text {
    display: none;
}
.single-product .summary .jdgm-preview-badge {
    margin: 15px 0;
}

.giftContent .productReview .jdgm-prev-badge__stars{
    font-size: 14px!important;
}
.giftContent .productReview .jdgm-prev-badge__text{
    margin-left: 2px !important;
    font-size: 14px!important;
}
.giftContent .productReview .jdgm-prev-badge__stars span {
    margin-right: 2px !important;
}
.jdgm-prev-badge {
    display: flex !important;
    align-items: baseline;
}
.jdgm-prev-badge__stars span {
    margin-right: 5px !important;
}
/* .productReview {
    display: none;
} */

.orderSummary label[for='payment_method_makecommerce'] {
    display: none;
}</pre></body></html>