.pack_wrapper {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
}

.pack_info h3 {
    margin-bottom: 0;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 700;
}


input.variation_radio {
    height: 20px;
    width: 20px;
}

.pack_container.selected {
    background-color: #f8f8f8;
    border: 1px solid rgb(0, 0, 0);
    /*transform: 0.3s;*/
    outline: 1px solid rgb(0, 0, 0);
}

.pack_content {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    justify-content: space-between;
}

.pack_container {
    border: 1.5px solid #DBDBDB;
    margin-bottom: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    outline: 1px solid transparent;
}

.pack_saving {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pack_price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pack_title h3 {
    margin-bottom: 0px !important;
    font-size: 23px;
    font-weight: 600;
}

span.pack_regular_price {
    font-size: 17px;
    font-weight: 600;
    text-decoration: line-through;
    color: #808080;
    font-family: 'Brother 1816';
}

span.pack_sale_price {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Brother 1816';
	color: #000 !important;
}

span.free_shipping_img {
    margin-right: 10px;
    height: 20px !important;
    width: 100% !important;
}

.pack_img {
    width: 60px;
}

.pack_img img {
    height: 60px;
}

.pack_info {
    display: flex;
    align-items: center;
    gap: 14px;
}
.pack_info h3 {
	margin: 0 !important;
	text-transform: uppercase;
	font-weight: 600 !important;
}

.pack_free_shipping {
    background-color: var(--e-global-color-primary);
}

span.free_shipping_img img {
    height: 40px;
    width: 40px;
}


span.free_shipping {
    font-size: 14px;
    font-weight: 500;
    color: #6a6a6a;
}

.pack_free_gift {
    display: flex;
    align-items: center;
    background-color: #ececec;
}

.pack_free_gift p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0px !important;
    font-weight: 600;
}


p.pack_saving_amount,
#product-savings-display{
    color: #fff !important;
    background: #000 !important;
    padding: 3px 10px 3px 15px !important;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    letter-spacing: 1.1px !important;
	font-size: 12px !important;
	line-height: 24px !important;
}


.dora_ab_icon img {
  width: 60px;
}

.dora_ab_text h3 {
  margin-top: 0 !important;
  font-size: 18px;
  margin-bottom: 10px !important;
  text-align: start;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  line-height: 24px !important;
  font-family: "Brother-1816-Medium" !important;
}
.dora_ab_text_2 h3 {
  margin-top: 0 !important;
  font-size: 18px;
  margin-bottom: 10px !important;
  text-align: end;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  line-height: 24px !important;
  font-family: "Brother-1816-Medium" !important;
}

.dora_ab_item {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.dora_ab_item_2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.dora_ab_text p {
  font-family: "Brother-1816-Book" !important;
  font-size: 16px;
  text-align: left;
  color: #000000b2 !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
  line-height: 24px !important;
	
}
.dora_ab_text_2 p {
  font-family: "Brother-1816-Book" !important;
  font-size: 16px;
  text-align: right;
  color: #000000b2 !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  margin-bottom: 20px !important;
}

.dora_ab_icon img {
  width: 60px;
  margin-bottom: 10px;
}


.bafg-twentytwenty-container:not([data-video-type]) {
    border-radius: 50%;
}


h2.woocommerce-Reviews-title {
    font-size: 20px !important;
    margin-bottom: 38px !important;
    text-align: center;
}

.commentlist > li {
    border-bottom: none !important;
}


.dora_fs_img img {
    height: 24px;
    width: 24px;
    min-width: 24px;
}

.dora_fs_img {
    border: 1px solid #000000;
    display: inline-flex;
    border-radius: 50%;
    padding: 14px;
}


.dora_fs_content:first-child img {
    transform: scale(2);
}

.dora_fs_content p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0 !important;
	color: #000;
}


.dora_fs_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.dora_fs_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.dora_fs_wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}


.dora_review_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product-features-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.feature-image {
  width: 100% !important;
}
.feature-item {
  border: 1px solid #e1e3e8;
}
.feature-description {
  font-size: 16px;
  padding: 16px;
  line-height: 24px;
  opacity: 70%;
}
.customer-review-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.customer-review-wrapper .review-item .review-image {
  width: 276px;
  height: 430px;
  object-fit: cover;
}
.customer-review-wrapper .review-item {
  border: 2px solid #000000;
}
#product-images-gallery .wd-next {
  background: #090909 !important;
  border-radius: 50% !important;
  border: 3px solid white !important;
}
#product-images-gallery .wd-next div {
  color: white !important;
}
#product-images-gallery .wd-prev {
  background: #ffffff !important;
  border-radius: 50% !important;
  border: 3px solid white !important;
}
#product-images-gallery .wd-prev div {
  color: #15171c !important;
}
.product-additional-galleries,
.wd-nav-pagin-wrap.text-center.wd-style-shape.wd-custom-style.wd-dynamic,
.product-labels.labels-rounded {
  display: none !important;
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	  .product-features-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .customer-review-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 15px !important;
  }
    .dora_review_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .elementor-27120 .elementor-element.elementor-element-c6115fe .elementor-accordion {
        width: 100% !important;
    }
	  .review-image {
    width: 100% !important;
  }
}

@media (max-width: 567px) {
  .dora_review_wrapper {
    grid-template-columns: 1fr;
  }
  .product-features-wrapper {
    grid-template-columns: 1fr;
  }
  .customer-review-wrapper {
    grid-template-columns: 1fr;
    padding: 0 15px !important;
  }
  .elementor-element.elementor-element-768ebde.elementor-widget.elementor-widget-shortcode {
    margin: 0 auto;
  }
  .dora_ab_item_2 {
    align-items: flex-start;
  }
  .dora_ab_text_2 p {
    text-align: start;
  }
  .dora_ab_text_2 h3 {
    text-align: start;
  }
	.customer-review-wrapper .review-item .review-image {
    width: 100% !important;
    object-fit: cover !important;
		height: auto !important;
}
}


.dora_review_text p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0 !important;
    margin-top: 10px;
	color: #000;
}
.review_user_info h6 {
	color: #000 !important;
}

.dora_review_image img {
    max-width: 376px;
    width: 100%;
    height: 100%;
    min-height: 376px;
    transition: 0.4s ease;
}

.dora_review_image {
    overflow: hidden;
    margin: 0 auto;
}

.dora_review_image img:hover {
    transform: scale(1.1);
}


.review_user_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}

.review_user_info img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50%;
}

.review_user_info h6 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

body .dora_prog_text p {
    font-size: 16px;
    width: 80%;
    margin-bottom: 0px !important;
	line-height: 24px !important;
}

.dora_progressbar {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #d9d9d9 !important;
}


.progress-circle {
    margin-left: 0 !important;
}
.dora_progressbar_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 70px;
    row-gap: 25px;
}
.dora_progressbar_container .dora_progressbar_image {
	min-width: 562px;
	max-width: 562px; 
	width: 100% !important;
}
.dora_progressbar_container .dora_progressbar_image img {
	width: 100% !important;
}
.dora_progressbar_image {
	flex-shrink: 0;
}


a.progress_bar_btn {
    background-color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-7b55fb8-font-family);
    font-size: var(--e-global-typography-7b55fb8-font-size);
    font-weight: var(--e-global-typography-7b55fb8-font-weight);
    text-transform: var(--e-global-typography-7b55fb8-text-transform);
    line-height: var(--e-global-typography-7b55fb8-line-height);
    fill: var(--e-global-color-ca56182);
    color: var(--e-global-color-ca56182);
    transition-duration: 1.5s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px;
    margin-top: 10px;
}


body {
    scroll-behavior: smooth;
}

.wd-prefooter {
    display: none;
}


.service-section-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}


.service-icon img {
    height: 130px;
    width: 130px;
}


.service-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 33.33%;
    padding: 0 20px;
}

.service-title {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 130%;
}


.pack_first {
    display: flex;
    align-items: center;
    gap: 20px;
}

input.variation_radio[type="radio"] {
    accent-color: #000;
}


.variations-wrapper {
    width: 100%;
    max-width: 550px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .variations-wrapper {
        max-width: 100% !important;
    }

    span.pack_sale_price {
        font-size: 20px;
    }

    .pack_first {
        gap: 8px;
    }

    .pack_content {
        padding: 12px 14px;
    }

    .pack_info p.pack_saving_amount {
        padding: 3px 6px 3px 11px;
    }
}


@media screen and (max-width: 767px) {
    .variations-wrapper {
        max-width: 100%;
    }

    .pack_content {
        padding: 12px 16px !Important;
    }

    .pack_img img {
        height: 40px;
    }

    .pack_img {
        width: 40px;
    }

    .pack_info {
        gap: 8px;
    }

    .pack_first {
        gap: 10px;
    }

    span.pack_sale_price {
        font-size: 18px;
    }

    .pack_wrapper {
        width: 100%;
    }


}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* .variations-wrapper {
        width: 360px;
    } */
}


table.variations {
    /* display: none !important; */
}

.woocommerce-variation-price {
    /* display: none !important; */
}


/*// custom veriations product price */

.variation_price_wrapper {
    display: flex;
    align-items: center;
/*     margin-top: 45px; */
}

.variation_price_wrapper span#var_ragular_price {
    font-size: 20px;
    font-weight: 300;
    text-decoration: line-through;
    color: gray;
}

.variation_price_wrapper span#var_sale_price {
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
    font-family: 'Brother-1816-Medium';
}

.variation_price_wrapper .variation_price {
    display: flex;
    align-items: center;
    width: 165px;
}

/* Custom Review Plugin*/
span.woocommerce-review__verified.verified {
    display: none !important;
}

.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
    color: #000 !important;
    font-size: 18px !important;
    font-family: 'Brother-1816-Medium';
}

#reviews.cr-reviews-ajax-reviews .cr-input-text:focus,
.cr-all-reviews-shortcode .cr-input-text:focus,
.cr-qna-block .cr-input-text:focus, .cr-ajax-search input {
    border: 2px solid #DBDBDB !important;
    font-family: 'Brother-1816-Medium';;
    color: #000 !important;
}

#reviews.cr-reviews-ajax-reviews .cr-input-text:focus,
.cr-all-reviews-shortcode .cr-input-text:focus,
.cr-qna-block .cr-input-text:focus, .cr-ajax-search input[type="text"]:focus {
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 2px solid #000 !important;
}

p.cr-ajax-reviews-cus-images-title {
    font-size: 20px !important;
    font-weight: 500;
    font-family: 'Brother-1816-Medium';
    margin-bottom: 16px !important;
    color: #000 !important;
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add,
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-qna-block .cr-review-form-buttons .cr-review-form-submit {
    background-color: #000 !important;
    transition: all 0.3s ease !important;
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add:hover,
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-qna-block .cr-review-form-buttons .cr-review-form-submit:hover {
    background-color: #DBDBDB !important;
    color: #000 !important;
    transition: all 0.3s ease !important;
}

.cr-all-reviews-shortcode .cr-review-form-item span,
.cr-ajax-reviews-review-form .cr-review-form-item span,
.cr-reviews-grid .cr-review-form-item span, .cr-qna-block .cr-review-form-item span {
    color: #000000 !important;
    font-family: 'Brother-1816-Medium' !important;
}

input.cr-review-form-txt:focus,
textarea.cr-review-form-comment-txt:focus,
.cr-form-item-media-none:hover {
    border-color: #000 !important;
    transition: all 0.3s ease !important;
}

input.cr-review-form-txt,
textarea.cr-review-form-comment-txt,
.cr-form-item-media-none {
    transition: all 0.3s !important;
}

.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover,
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:focus,
.cr-all-reviews-shortcode .cr-show-more-button:hover,
.cr-all-reviews-shortcode .cr-show-more-button:focus,
.cr-reviews-grid .cr-show-more-button:hover,
.cr-reviews-grid .cr-show-more-button:focus,
.cr-qna-block .cr-show-more-que:hover, .cr-qna-block .cr-show-more-que:focus {
    border: solid 1px #000 !important;
    background-color: transparent;
    color: #0E252C;
    transition: all 0.3s !important;
}

#reviews.cr-reviews-ajax-reviews .cr-input-text:focus::placeholder,
.cr-all-reviews-shortcode .cr-input-text:focus::placeholder,
.cr-qna-block .cr-input-text:focus::placeholder,
.cr-ajax-search input[type="text"]::placeholder {
    color: #616161 !important;
}


::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 7px;
    border: 3px solid #fff;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 7px;
}
.twentytwenty-wrapper.bafg-twentytwenty-wrapper.twentytwenty-horizontal {
    width: 100% !important;
}
.product-ab-container {
	text-align: center;
}
.product-ab-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.product-ab-container .product-ab-title {
	font-size: 36px !important;
	line-height: 47px !important;
	font-weight: 800 !important;
	color: #363333 !important;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.product-ab-container .product-ab-desc {
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
	color: #000 !important;
	max-width: 620px;
	width: 100%;
}
.product-ab-desc {
	font-family: "Brother-1816-Medium" !important;
	margin-top: 0;
}

.dora_progressbar_wrapper .dora_progressbar_title,
.product-features-title,
.customer_review_title,
.dora-faq-title{
	font-size: 26px;
	line-height: 32px;
	color: #363333;
	font-weight: 800;
	text-align:center;
}
.dora_progressbar_title {
	text-transform: uppercase;
	text-align: start !important;
}
.product-features-container,
.customer-review-container{
	display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 36px !important;
    text-transform: uppercase !important;
    text-align: center !important;
}
.dora_prog_percentage .progress-circle span {
	color: #000 !important;
	font-weight: 200 !important;
}
.dora_prog_text p,.progress_bar_desc p,
.dora-product-short-description p,
.dora-product-short-description .iconic___text--container ul li{
  font-family: "Brother-1816-Book" !important;
  font-size: 16px;
  text-align: left;
  color: #000 !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}
body .progress_bar_desc p {
  line-height: 24px !important;
}
.dora-product-short-description .iconic___text--container ul {
	padding-left: 20px !important;
	margin: 0 !important;
}
.feature-description {
  font-size: 16px;
  text-align: start;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #000000 !important;
  text-transform: math-auto !important;
  font-family: "Brother-1816-Book" !important;
}

.progress_bar_desc .progress_bar_btn {
	font-family: "Brother-1816-Medium" !important;
	background: #000 !important;
	color: #FFFFFF !important;
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	transition: all 0.3s ease;
	border: none !important;
}
.dora-faq-container {
  max-width: 700px;
  margin: 0 auto;
width: 100%;
}

.dora-faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.dora-faq-question {
  font-family: "Brother-1816-Book" !important;
  display: flex;
  justify-content: space-between;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
  line-height: 24px;
}

.dora-faq-question.active {
/*   color: #0073aa; */
}

.dora-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 10px;

}
.dora-faq-answer p,
.dora-faq-answer{
  font-family: "Brother-1816-Book" !important;
  font-size: 16px;
  color: #000000 !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  width:90%;
}

.dora-faq-answer.open {
  padding: 10px;
}
.dora-faq-title {
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 48px !important;
}
.dora-product-short-description {
	font-family: "Brother-1816-Book" !important;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
/* .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    max-width: 503px;
    overflow: hidden;
} */
/* .swiper-slide {
    height: 503px !important;

} */

.swiper-slide video {
	height: 100% !important;
		border-radius: 10px !important;
}
/*             .swiper {
                width: 100%;
                max-height: 503px;
            }

            .swiper-slide {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            #banner_video {
                max-height: 641px;
                max-width: 100%;
                width: 100%;
                object-fit: cover;
            } */
.dora-video-marque-title .fb-advanced-heading-wrapper h2,.dora-product-customer-review-text .fb-advanced-heading-wrapper h2 {
	font-weight: 800;
	text-transform: uppercase;
}
.dora-video-marque-desc .fb-advanced-heading-wrapper h2 {
	font-weight: 200;
}
.dora-customer-review-button a {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / .5);
}
#comments .woocommerce-Reviews-title {
	margin-top: 0 !important;
}

@media screen and (max-width: 1024px) {
	.dora_progressbar_container {
		flex-direction: column !important;
	}
	.dora_progressbar_image {
		min-width: 100% !important;
	}
	video#banner_video {
		width: 283px !important;
	}
	.swiper-slide {
		display: flex !important;
		justify-content: center !important;
	}
	.dora_review_wrapper {
		gap: 0 !important;
	}
	
}
@media screen and (max-width: 768px) {
	.product-ab-title {
	font-size: 24px !important;
    line-height: 31px !important;
}
	
}
@media screen and (max-width: 420px) {
    .dora-single-page-buy-now-contanier form .wp-block-group .wc-block-components-product-button button{
		width: 130.08px;
        height: 44px;
	}
	.dora-single-page-buy-now-contanier form .wp-block-group .wc-block-components-product-button button span {
		font-size: 12px !important;
	}
	.dora-single-page-buy-now-contanier form .wp-block-group .wc-block-components-product-button button::after {
    	font-size: 12px !important;
	}
	.dora-single-page-buy-now-contanier form button.wpcbn-btn.wpcbn-btn-single.wpcbn-btn-simple.single_add_to_cart_button.button.alt{
    	font-size: 12px !important;
    	right: -116px !important;
	}
		.dora-single-page-buy-now-contanier form button.wpcbn-btn.wpcbn-btn-single.wpcbn-btn-variable.single_add_to_cart_button.button.alt{
    	font-size: 12px !important;
    	right: -116px !important;
	}
	
}
@media screen and (min-width: 420px) {
	.dora-single-page-buy-now-contanier form .wp-block-group .wc-block-components-product-button button{
		width: 143.75px;
        height: 43px;
	}
	
}
.dora-single-page-buy-now-contanier form .wp-block-group .wc-block-components-product-button {
    position: relative;
}
#qty-in-cart-box {
    position: absolute;
    background: #424242;
    right: -8px;
    top: -10px;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    display: none;
    font-size: 14px;
    font-family: 'Brother-1816-Medium';
}
.qty-in-cart-box.show {
    display: flex !important;
}
.dora-single-page-buy-now-contanier form .wp-block-group .wc-block-components-product-button span[data-wp-text="state.addToCartText"] {
    display: none !important;
}
button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button.ajax_add_to_cart.product_type_variable.has-text-align-left.wc-interactive.single_add_to_cart_button::after {
    content: "add to cart";
}
button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button.ajax_add_to_cart.product_type_variable.has-text-align-left.wc-interactive.single_add_to_cart_button.remove-after::after {
    content: "" !important;
}
button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button.ajax_add_to_cart.product_type_simple.has-text-align-left.wc-interactive.single_add_to_cart_button::after {
    content: "add to cart";
}
button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button.ajax_add_to_cart.product_type_simple.has-text-align-left.wc-interactive.single_add_to_cart_button.remove-after::after {
    content: "" !important;
}

.nail-polish-color-select-container form #qty-in-cart-box {
    right: 50% !important;
    top: unset !important;
    bottom: 25px !important;
}
.nail-polish-color-select-container form .wp-block-group .wp-block-button #qty-in-cart-box {
    right: 50% !important;
    top: unset !important;
    bottom: 25px !important;
}
.dora-nail-polish-review-cunstomer-details .wp-block-frontis-blocks-container .fb-advanced-image-main-wrapper {
    max-width: 132px !important;
    width: 100% !important;
}











/** {*/
/*    scrollbar-color: #000 #fff;*/
/*    scrollbar-width: thin;*/
/*}*/

