
.woocommerce .woocommerce-ordering {
    margin-bottom: 30px;
}

.woocommerce ul.products {

}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
    box-shadow: 0 0 2px #e5e5e5;
    transition: all 0.2s ease-in-out;
}


th.label {
    display: none;
}

.single td.value {
    display: flex;
    align-items: center;
}

.value span {
    width: 30%;
    /* background-color: rgb(31, 46, 79); */
    /* color: #fff !important; */
}

.single label.variation-label {
    position: relative;
}

.variation-label span {
    position: absolute;
    right: 4px;
    color: #fff !important;
    z-index: 9;
    background: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    border-radius: 8px;
    padding: 2;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    font-size: 14px !important;
    width: 75px;
    text-align: center;
} 

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    box-shadow: 0 0 10px #e5e5e5;

} 

.woocommerce div.product div.images img {
     display: block;
    max-width: 100%;
    width: inherit;
    height: auto;
    box-shadow: none;
    margin: 40px auto;
}


.woocommerce ul.products li.product a img {
    height: 300px;
    object-fit: contain;
    object-position: center;
    -o-object-fit: contain;
    -o-object-position: center;
    transition: all 0.2s ease-in-out;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.1);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  
    color: #000;
    font-size: 26px;
    font-weight: normal;
}

.woocommerce ul.products li.product .price {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
}

.woocommerce ul.products li.product .product-action {
    opacity: 0;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 65px;
    padding: 0;

}

.woocommerce ul.products li.product:hover .product-action {
    opacity: 1;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce ul.products li.product .product-action .added_to_cart {
    display: none;
}

.woocommerce ul.products li.product .product-action .product_type_simple,
.woocommerce ul.products li.product .product-action .add_to_cart_button {
    color: #666666;
    border: 0;
    padding: 0;
    display: block;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    font-size: 16px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
}

.woocommerce ul.products li.product .product-action .product_type_simple:hover,
.woocommerce ul.products li.product .product-action .add_to_cart_button:hover,
.woocommerce ul.products li.product .product-action .added_to_cart:hover {
    background-size: 102%;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    position: relative;
    top: 0;
    right: -5px;
}

.woocommerce-result-count {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
}

.woocommerce-pagination {

}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    min-width: 2em;
    margin-right: 10px;
    color: #fff;
    background: #cccccc;
    border-radius: 20px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--primary);
    color: #fff;
}

.sidebar-toggle-box #sidebar > ul {
    padding: 0;
}

.wcpf-field-color-list .wcpf-heading-label:after,
.wcpf-field-text-list .wcpf-heading-label:after,
.wcpf-field-box-list .wcpf-heading-label:after,
.wcpf-field-checkbox-list .wcpf-heading-label:after,
.wcpf-field-radio-list .wcpf-heading-label:after,
.wcpf-field-drop-down-list .wcpf-heading-label:after,
.wcpf-field-price-slider .wcpf-heading-label:after {
    content: '';
     background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    display: block;
    position: relative;
    width: 100%;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.wcpf-field-color-list .wcpf-heading-label, .wcpf-field-text-list .wcpf-heading-label, .wcpf-field-box-list .wcpf-heading-label, .wcpf-field-checkbox-list .wcpf-heading-label, .wcpf-field-radio-list .wcpf-heading-label, .wcpf-field-drop-down-list .wcpf-heading-label, .wcpf-field-price-slider .wcpf-heading-label {
    color: var(--primary);
  
    font-size: 22px;
    text-transform: inherit;
    padding-top: 0;
    font-weight: normal;
}

.wcpf-front-element {
    margin-bottom: 50px;
}

.sidebar-toggle {
    display: none;
}

.wcpf-field-price-slider .priceSliderAmount {
    text-align: left;
}

.wcpf-field-price-slider .priceSliderAmount .price-text {
    display: none;
}

.wcpf-field-price-slider .ui-slider .ui-slider-range,
.wcpf-field-price-slider .wcpf-price-slider .ui-widget-content {
    background-color: #7dd0f8;
}

.wcpf-field-price-slider .ui-slider-horizontal {
    height: 6px;
}

.wcpf-field-price-slider .ui-slider .ui-slider-handle {
    background-color: var(--primary);
}

.wcpf-field-price-slider.wcpf-display-price-label .priceLabel {

    font-size: 21px;
    font-weight: 500;
    color: #666666;
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item .wcpf-input-container {
    border: 0;
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item .wcpf-input-container:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 6px;
    width: 6px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #cecece;
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item.checked > .wcpf-radio-item-inner > .wcpf-radio-label .wcpf-input-container::after {
    background: var(--primary);
}

.wcpf-field-radio-list .wcpf-radio-list .wcpf-radio-item .wcpf-title-container {
    color: #666666;
    /*font-weight: 500*/
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item-outter {
    margin-top: 8px;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item {
    margin-top: 3px;
    height: 14px;
    width: 14px;
    display: inline-flex;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item-outter span {
    vertical-align: top;
    text-transform: uppercase;
}


.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    width: 72px;
    margin-right: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: inherit;
    right: 0;
    top: 0;
    font-size: 21px;
    background: #e05415;
    border-radius: 0 0 0 20px;
    padding: 15px 20px 15px 15px;
    display: flex;
    align-items: center;
    color: #fff !important;
}

form.woocommerce-product-search {
    display: flex;
    justify-content: center;
}

#woocommerce_product_search-3 input#woocommerce-product-search-field-0 {
    padding: 20px;
    width: 100%;
    max-width: 500px;
    border: 1px solid #ccc;
    font-size: 14px;
    /* background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%); */
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    border-radius: 20px 0 0 20px;
}

.search-top-block #woocommerce_product_search-3 button {
    border: none;
    width: 120px;
    border-radius: 0px 20px 20px 0;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color: #fff;
    font-size: 18px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.add_to_cart_button
 {
     margin: 20px 0 5px;
    background: transparent;
    border: 1px solid #88ac5d;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 900;
    min-width: 150px;
    color: #000;
        line-height: 27px;
        padding: 10px 20px;
           text-decoration: none;
               transition: transform 0.7s ease, background-color 0.7s ease;
} 

.home .add_to_cart_button{ margin: 20px auto;
    background: transparent;
    border: 1px solid #88ac5d;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 900;
    min-width: 150px;
    color: #000;
    line-height: 27px;
    padding: 12px 20px;
    text-decoration: none;
    transition: transform 0.7s ease, background-color 0.7s ease;
    clear: both;
    display: block;
    max-width: 140px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.add_to_cart_button:hover {
     background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color:#fff;
    opacity: 0.8;
    text-decoration: none;
     border: 1px solid rgb(224, 78, 21); 
         transition: transform 0.9s ease, background-color 0.9s ease;

}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
    box-shadow: 0 0 10px #b5b1b1;
    border-radius: 10px;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.woocommerce a.remove {
    color: #544747 !important;
}

.woocommerce a.remove:hover {
    color: #544747 !important;
    background: transparent;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    color: #000;
    font-family: "Happy Kids", sans-serif;
    font-weight: normal;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 0;
    padding: 20px 0;
    background: transparent;
    font-size: 20px;
    color: #666666;
    font-weight: 500;
}

.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
    color: #666666;
    font-size: 18px;
    font-weight: 500
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.selected:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    margin: 9px 0 0 8px;
    border: 3px solid #cccccc;
    border-radius: 50%;
}

.wcpf-field-color-list .wcpf-color-list .wcpf-color-item.using-border.selected:after {
    margin: -4px 0 0 -3px;
}

.wcpf-field-radio-list .wcpf-product-counts, .wcpf-field-checkbox-list .wcpf-product-counts {
    margin-left: 50px;
    float: right;
}


.size-filter.wcpf-field-radio-list .wcpf-content {
    max-width: 140px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,
.select2-container--default .select2-selection--single,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {

    display: block;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 18px;
    padding: 9px 20px;
}

.select2-container--default .select2-selection--single {
    height: 47px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    width: 50px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--primary);
}

.woocommerce form .form-row label {
    line-height: 2;
    color: #222;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation {
    background-color: var(--primary);
    padding: 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.woocommerce-MyAccount-navigation ul li {
}

.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    display: block;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    font-size: 18px;
    line-height: normal;
}

.woocommerce-MyAccount-navigation ul li a i {
    margin-right: 10px;
    vertical-align: middle;
    top: -4px;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #fff;
    color: var(--primary);
}

.woocommerce-MyAccount-content {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 0 2px #e5e5e5;
    transition: all 0.2s ease-in-out;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border: 0;
    border-radius: 20px;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: var(--primary);
}

.woocommerce-account .addresses .title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.woocommerce-account .addresses .title h3 {
    margin-bottom: 10px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #fff;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    min-width: 150px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 20px;
    background: var(--primary);
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: var(--primary);
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #bb2d49;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    clear: both;
    width: 50%;
    display: block;
}

.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
 
    border-radius: 4px;
    border: 0;
    width: 40px;
    vertical-align: middle;
    border-width: 1px;
    border-color: rgb(226, 121, 24);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    font-size: 24px;
    font-family: 'Bomstad Display';
    font-weight: 600;
}

.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover {
        background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color: #fff;
}

/* 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 .quantity .minus i, .woocommerce .quantity .plus i {
    vertical-align: middle;
    line-height: 25px;
}

.woocommerce .quantity .qty {
     text-align: center;
    border-radius: 4px;
    padding: 2px 0;
    vertical-align: middle;
    font-size: 24px;
    color: #000;
    border: none;
    width: 40px;
    font-weight: 600;
    font-family: 'Bomstad Display';
}

.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
    font-size: 34px;
    font-family: "Happy Kids", sans-serif;
    font-weight: normal;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce table.shop_table_responsive tr td a,
.woocommerce-page table.shop_table_responsive tr td a {
    text-decoration: none;
    font-family: "Happy Kids", sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 24px;
    line-height: normal;
}

.woocommerce ul.order_details {
    padding: 0 30px;
}

.woocommerce ul.order_details li {
    font-size: 14px;
    border-bottom: 1px dashed #d33455;
    margin-bottom: 14px;
    display: block;
    width: 100%;
    border-right: 0;
    text-align: left;
}

.woocommerce table.my_account_orders .button {
    font-size: 14px;
    color: #fff;
}

.woocommerce .f-hkids {
    font-family: "Happy Kids", sans-serif;
    line-height: 21px;
    margin-bottom: 15px;
}

.order-status {

    background: #d23554;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
 background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color: #fff;
    border: 0;
    background-color: transparent;
    padding: 15px 20px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 17px;
    width: 100%;
    margin: 0px auto;
    text-transform: uppercase;
    font-weight: 600;

}


.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
   background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    color: #fff;
    opacity: 0.8;
}


.single-product.woocommerce div.product .product_title {
     margin: 0;
    line-height: normal;
    font-size: 50px;
    font-weight: bold;
}



h4.featured-benefit-title {
    color: #1f2e4f;
    font-size: 90px;
    font-weight: 500;
    position: relative;
    top: -80px;
}

.product_benifit-block {
    background:   border-radius: 19px;
    background-color: rgb(241, 251, 227);
}

.product_benifit-block {
    border-radius: 19px;
    background-color: rgb(241, 251, 227);
    padding: 30px;
    margin-top: 70px;
    max-height: 180px;
    font-size: 16px;
}

.customer_review-section {
    border-radius: 33px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 60px;
    margin: 15px 0;
      transition: 0.2s all ease-in-out;
}

.customer_review-section:hover {
    transition: 0.5s all ease-in-out;
    transform: scale(1.05);
}

h4.customer-name {
    font-size: 22px;
    font-weight: bold;
}

span.customer-destination {
    font-size: 17px;
    font-weight: 600;
}

.customer_review_content_block p {
    font-size: 17px;
    margin: 10px 0;
    width: 90%;
}

.review-rating-image {
    margin-top: 15px;
    display: block;
}

button#loadMoreReviews {
    border: none;
    margin-top: 50px;
}



span.tag-title {
    color: #e15f16;
    font-size: 35px;
    font-weight: 600;
    margin-left: -25px;
}

.products-benifit-block {
    clear: both;
    padding:100px 0
}

.featured-benefit-block {
    position: relative;
    top: -75px;
}

.featured-benefit-block p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

div#primary {
    padding-top:140px;
    margin: 0px auto;
} 

.products.row {
    width: 100%;
    justify-content: center;
}

.image-content-block p {
    font-family: 'Bomstad Display';
}

.woocommerce-product-gallery .flex-viewport {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 20px;
    margin: 0 20px;
    border-radius: 27px;
    background-color: rgb(241, 251, 227); 
}


.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    height: 100vh;
    z-index: -1;
        background: #000000bd;
}

.woocommerce div.product div.images img {
    object-fit: contain;
    object-position: center;
    -o-object-fit: contain;
    -o-object-position: center;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    height: 127px;
    width: 127px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 20%;
    margin-top: 20px;
    background: #f1fbe3;
    padding: 15px; 
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.pswp__caption {
    display: none;
}

.pswp__bg {
    background: var(--primary);
}

.sab-product-title {
    margin-bottom: 125px;
}

.psd_heading {
    font-size: 3rem;
    line-height: normal;
}

.psd_subheading {
    color: #000;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
}

.woocommerce-product-rating {
    margin: 20px 0;
    color: #ff97a4;
    font-size: 17px;
}

.woocommerce-product-rating i {
    margin-right: 3px
}

.woocommerce-product-rating i:last-child {
    margin-right: 0
}

.woocommerce span.onsale {
    position: absolute;
    border-radius: 0;
    padding: 10px 30px;
    margin-bottom: 10px;
    top: 0;
    right: 0;
    background: var(--primary);
    display: inline-block;
    min-width: auto;
    min-height: unset;
    line-height: 21px;
    width: 100px;
    left: inherit;
    margin: 0;
    font-size: 20px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-weight: bold;
    color: #000;
}

.woocommerce .f-hkids.single-pro-att-title {
    font-size: 3rem;
    line-height: normal;
    color: var(--primary);
    margin-bottom: 10px;
    margin-top: 20px;
}

#emb-design {
    float: left;
    position: relative;
}

#emb-design .swatch-toggle {
    width: 136px;
    float: left;
    background: #fff;
    border: 0;
    padding: 17px;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 8px;
}


#emb-design .swatch-toggle.active,
#emb-design .swatch-toggle:hover {
    box-shadow: 0 -1px 20px rgb(211 52 85), 0 1px 3px rgb(211 52 85);

    /*box-shadow: 0 - 1 px 10 px rgb(0 0 0 / 10 %), 0 1 px 3 px rgb(0 0 0 / 10 %);*/

}

#emb-colors .swatch-toggle {
    height: 28px;
}


#emb-design .swatch-toggle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    -o-object-fit: contain;
    -o-object-position: center;
}

.variations_button .phoen_minss:nth-child(odd) {
    background: rgb(211, 52, 85);
    background: -moz-linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 73%);
    background: -webkit-linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 73%);
    background: linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d33455", endColorstr="#ffffff", GradientType=1);
}

.variations_button .phoen_minss:nth-child(even) {
    background: rgb(211, 52, 85);
    background: -moz-linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 85%);
    background: -webkit-linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 85%);
    background: linear-gradient(90deg, rgba(211, 52, 85, 1) 0%, rgba(255, 255, 255, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d33455", endColorstr="#ffffff", GradientType=1);
}

.woocommerce form .form-row.phoen_minss {
    position: relative;
    border-radius: 5px;
}

.woocommerce form .form-row.phoen_minss label {
    position: absolute;
    color: #fff;
    top: 8px;
    left: 20px;
    font-weight: normal;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.woocommerce form .form-row.phoen_minss.active label {
    opacity: 0;
}

.woocommerce form .form-row.phoen_minss .input-text.custom_field,
.woocommerce-page form .form-row.phoen_minss .input-text.custom_field {
    border: 0;
    color: #fff;
    font-weight: bold;
    background: transparent;
}

dl.variation {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 5px 17px;
    margin-top: 10px;
    border: 1px solid #d33455;
}

.mini_cart_item dl.variation {
    display: none;
}

#productTabs .accordion-item {
    border-radius: 35px;
    overflow: hidden;
    margin-bottom: 10px;
}

#productTabs .accordion-button {
    background-color: #7dd0f8;
    color: #1f759f;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none !important;
}

#productTabs .accordion-button:not(.collapsed)::after,
#productTabs .accordion-button::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

#productTabs .accordion-item:hover .accordion-button {
    color: #fff;
    background-color: #3c94be;
}
#productTabs .accordion-button.active {
    color: #fff;
    background-color: #3c94be;
    padding-top: 20px;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
    color: #ffa0a4;
}

.woocommerce #reviews #comments ol.commentlist {
    margin-left: 0;
    padding: 0;
}

#review_form {
    background: #fff;
    box-shadow: 0 0 10px #d3bebe;
    border-radius: 10px;
    padding: 20px;
}

.woocommerce p.stars a {
    color: #ffa0a4;
}

#reply-title {
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4302f;
    font-weight: 500;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #c9bdbd;
    padding: 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container .avatar {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-top: 30px;
}

.woocommerce-review__author {
    color: #222;
    font-size: 15px;
}

#commentform label {
    display: block;
    color: #222;
    font-weight: 500;
}

#commentform input[type="text"],
#commentform input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #c9bdbd;
    padding: 8px;
    height: 42px;
}

#commentform .comment-form-cookies-consent {
    display: flex;
}

#commentform .comment-form-cookies-consent label {
    display: inline-block;
    margin-right: 15px;
}
#commentform .comment-form-cookies-consent input {
    display: inline-block;
    margin-top: 3px;
    width: 16px;
    height: 16px;
}

.product-price,
.product-subtotal{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.cart_totals   th,
.cart_totals   td{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.cart_totals   th{
    color: var(--primary);
}
 

.order_details .wc-item-meta{
    padding: 6px;
}
.thank-msg p{
    margin: 0;
}

.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height:50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%; 
    display: block;
    content: "";


    -moz-animation: wooloader  1s infinite linear alternate;
    -webkit-animation: wooloader  1s infinite linear alternate;
    animation: wooloader 1s infinite linear alternate;
    background: url('../assets/loader.png') center center ;
    background-size: 50px;
    background-repeat: no-repeat;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}

@keyframes wooloader {
                       0%{  transform: scale(0.9 );}
                       50%{  transform: scale(1.3 );}
                       100%{  transform: scale(0.9 );}
}


ul.single-products-details {
    list-style: none;
    padding: 0;
    font-size: 20px;
    color: #000;
    font-weight: 6;
}

.single span.list-icons {
    color: #256927;
    font-size: 35px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -14px;
}

.single-products-details li {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-weight: 600;
}

.woocommerce-product-details__short-description {
    width: 74%;
    font-size: 18px;
}

.woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 30px;
}

h2.product-subheading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.single p.price {
    display: none;
}

h1.product_title.entry-title {
    line-height: 0;
}

.product-rating {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
} 

span.rating-class {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

span.posted_in {
    display: none !important;
}


/*.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    max-width: 90%;
    margin: 0px auto;
}
*/

.single-products-featured-details {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Bomstad Display';
    font-weight: 600;
    font-size: 17px;
    align-items: center;
    margin-top:50px;
} 

.featured-list-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.products-featured-lists {
    text-align: center;
    width: 25%;
}


small.wcsatt-sub-options {
    display: none !important;!i;!;
}

.price del {
    display: none;
}
.price br {
    display: none;
} 

.cfvsw-selected-swatch,
.cfvsw-swatches-option:hover {
    background-color: rgb(31, 46, 79);
    color: #fff !important;
}

.cfvsw-swatches-option.cfvsw-label-option {
    font-size: 19px;
    padding: 14px;
    width: 32%;
    text-align: left;
    border-radius: 19px !important;
    color: #000;
    font-weight: bold;
}

.cfvsw-swatches-container.cfvsw-product-container {
    width: 100%;
} 

ul.wcsatt-options-prompt-radios {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 25px 0;
}

li.wcsatt-options-prompt-radio {margin-right: 20px !important;}




.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    align-items: center;
    max-width: 96%;

}


.wcsatt-options-prompt-action {
    display: block;
    font-size: 20px;
    font-weight: 600;
    height: 70px;
} 

.wcsatt-options-prompt-label {
    width: 100%;
}

.wcsatt-options-prompt-radio {
    width: 50%;
}

.wcsatt-options-prompt-action {
    width: 80%;
}

.wcsatt-options-prompt-radios{
  list-style:none;
}

.wcsatt-options-prompt-radios .wcsatt-options-prompt-radio{
position:relative;
}

.wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input{
   position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input ~ .wcsatt-options-prompt-action:after{
content: '';
    position: absolute;
    top: 25px;
    left: 20px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    transition: background-color 0.25s ease;
    border-radius: 20px;
    border: 4px solid #eee;
}
 .wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input:checked ~ .wcsatt-options-prompt-action:before{
     content: '';
    position: absolute;
    top: 25px;
    left: 20px;
    height: 25px;
    width: 25px;
    transition: background-color 0.25s ease;
    border-radius: 20px;
    border: 4px solid #7ebb38;
}
.wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input:checked ~ .wcsatt-options-prompt-action:after{
    content: "";
    position: absolute;
    left: 17px;
    background: url(../images/radio_checked.png);
    top: 22px;
    width: 30px;
    height: 30px;
    transition: opacity 0.25s ease;
    background-size: contain;
    background-color: #7ebb38;
    background-repeat: no-repeat;
}
.wcsatt-options-prompt-radios .wcsatt-options-prompt-action{
  padding-left:60px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #de6417;
    border-radius: 10px;
}

.wcsatt-options-prompt-action-input:checked {
    background: #7ebb38;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    appearance: none;
    border-radius: 20px;
    color: #fff;
}
.wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input:checked ~ .wcsatt-options-prompt-action{
    color: #fff;
    border: 1px solid transparent;
}

.wcsatt-options-prompt-action{
      border: 1px solid #e05715;
     border-radius: 20px;
}
.wcsatt-options-prompt-action:hover{
    background: #7ebb38;
    color: #fff;
     border: 1px solid transparent;

}

.wcsatt-options-prompt-radios .wcsatt-options-prompt-action-input:checked ~ .wcsatt-options-prompt-action span{
    color: #fff !important;
}

.wcsatt-options-prompt-action:hover span.price.subscription-price {
    color: #fff !important;
}



.wcsatt-options-prompt-action {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    height: 120px;
    width: 100%;
} 


.reset_variations {
    display: none !important;
}

.single del span.woocommerce-Price-amount.amount {
    display: none;
}

.added_to_cart.wc-forward {
    display: block;
    border: none;
    background: #e9b05e;
    opacity: 1;
    text-decoration: none;
    color: #fff;
      padding: 7px;
    width: 130px;
    margin: 0px auto;
    border-radius: 20px;
    font-size: 15px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
}

span.onsale {
    display: none !important;
}

span.sku_wrapper {
    display: none !important;
}

.woocommerce-mini-cart__buttons a.button.wc-forward {
     padding: 10px 20px;
    text-align: center;
}  

.wc-block-cart__submit-container {
    margin: 20px 0;
}

a.wc-block-components-product-name {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.wc-block-cart-item__prices {
    display: none;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
}

form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 500px;
    margin: 10px auto;
}

p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}

h2.wp-block-heading.has-text-align-center {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
} 

.wc-block-grid.has-4-columns .wc-block-grid__product {
    max-width: 33% !important;
    flex: 0 0 33% !important;
}

.wc-block-grid__product-onsale {
    display: none !important;!i;!;
}

a.wc-block-grid__product-link {
    color: #000;
    font-size: 24px;
    text-decoration: none;
}

.wc-block-grid__product-price.price {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: 16px;
}

.woocommerce-variation-price {
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px!important;
}



.cfvsw-swatch-inner {
    text-align: left;
    justify-content: start !important;
    padding-left: 10px;
}
div[data-slug="6-bottles"],
div[data-slug="3-bottles"] {
    position: relative;
    text-align: left !important;
    padding: 0px !important;
} 


.bionutiy-product-attribute-descriptions {
    position: relative;
}

.bionutiy-product-attribute-descriptions li {
    position: absolute;
    list-style: none;
    z-index: 1;
    color: #fff;
    width: 80px;
    height: 30px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    padding: 7px;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
    line-height: 1;
    top: 10px;
    cursor: pointer;
} 

li.product_dec3-bottles {
    left: 290px; 
} 

li.product_dec6-bottles {
    right: 20px;
} 

/*div[data-slug="6-bottles"]:after {
    color: #fff;
    content: '(30% off)';
    position: absolute;
    width: 80px;
    height: 29px;
    right: 8px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    padding: 7px;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
}
div[data-slug="3-bottles"]:after {
    color: #fff;
    content: '(15% off)';
    position: absolute;
    width: 80px;
    height: 29px;
    right: 8px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    padding: 7px;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
}*/

.single a.remove.remove_from_cart_button {
    display: none !important;
}


select.wcsatt-options-product-dropdown {
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    padding: 14px;
    width: 100%;
    border-radius: 12px;
}

span.wcsatt-options-product-dropdown-label {
    font-weight: bold;
    font-size: 20px;
    display: none;
}

.woocommerce-variation.single_variation {
    position: relative;  
}


.woocommerce-variation-price span.price {
    color: #fff !important;
    z-index: 9;
    background: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    border-radius: 8px;
    padding: 8px 18px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    font-size: 29px !important;
} 


.wcsatt-add-to-subscription-wrapper.closed.active {
    position: absolute;
    top: 35px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    position: relative;
}


.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none !important;
}


.shoping-btn {
    display: block;
    margin-top: 30px;
}

.shop .woocommerce-message {
    display: none;
}