.woocommerce-ordering {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

.select2-results__option {
    padding: 6px 18px !important;
}

.woocommerce-ordering .orderby {
    padding: 7px 16px;
}

.price_slider {
    width: 100%;
    height: 10px;
    background-color: rgb(var(--secondary-color));
    border-radius: 100px;
    margin-bottom: 24px;
    position: relative;
}

.price_slider .ui-slider-range {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* border-radius: 100px; */
    background-color: rgb(var(--accent-color));
    z-index: 1;
}

.price_slider .ui-slider-handle {
    position: absolute;
    top: -5.5px;
    z-index: 2;
    width: 20px;
    height: 20px;
    display: block;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid rgb(var(--accent-color));
}

.product-title a {
    color: rgb(var(--accent-color));
}

.product-title a:hover {
    color: rgb(var(--accent-color));
}

.price_slider_amount .price_label {
    float: right;
}

/* --------------------
WC-Alert-CSS
----------------------*/
.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-notices-wrapper .button {
    float: right;
    margin-left: 12px;
    color: white;
    background: #04AA6D;
    border: none;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 4px;
}

.woocommerce-notices-wrapper .button:hover {
    background: #078859;
    color: white;
}


.woocommerce-notices-wrapper .woocommerce-error .button {
    background: #f44336;
}

.woocommerce-notices-wrapper .woocommerce-error .button:hover {
    background: #b82b21;
}

.woocommerce-notices-wrapper .woocommerce-info .button {
    background: #2196F3;
}

.woocommerce-notices-wrapper .woocommerce-info .button:hover {
    background: #1475c5;
}

.woocommerce-notices-wrapper a {
    font-weight: 600;
    color: rgb(var(--accent-color));
}

.woocommerce-notices-wrapper li {
    width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 16px;
    padding-left: 52px;
    border: 1px solid #e5e5e5;
    border-left: 4px solid rgb(var(--accent-color));
    background-color: white;
    position: relative;
    border-radius: 4px;
    margin: 0;
    margin-bottom: 32px;
    list-style: none;
}


.woocommerce-error .restore-item,
.woocommerce-info .restore-item,
.woocommerce-message .restore-item {
    margin-left: 10px;
    float: right;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    content: "\f01c";
    font-family: "Font Awesome";
    font-size: 1.2em;
    font-weight: 400;
    color: #04AA6D;

    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0%, -50%);
}

.woocommerce-error:before {
    content: "\f071";
    color: #f44336;
}

.woocommerce-info:before {
    content: "\f05a";
    color: #2196F3;
}


.woocommerce-message {
    border-left-color: #04AA6D;
}

.woocommerce-error {
    border-left-color: #f44336;
}

.woocommerce-info {
    border-left-color: #2196F3;
}

/* --------------------
Rating-Style
---------------------*/
.star-rating {
    position: relative;
    white-space: nowrap;
}

.star-rating>span {
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.star-rating:before,
.star-rating>span:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: 'Font Awesome';
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FDB12E;
}

.star-rating:before {
    color: #acacac;
}


/* --------------------
Reset-Common-ELement
----------------------*/
.product__content {
    transition: 0.3s;
    text-align: center;
}

.product__title {
    font-size: 24px;
    margin-bottom: 16px;
}

.product__title a {
    display: block;
    line-height: 1.3em;
    color: rgb(var(--primary-color));
}

.product__thumb {
    overflow: hidden;
    border-radius: 6px;
}

.product__thumb img {
    transform: scale(1);
    transition: 0.5s;
    width: 100%;
}

.product__item:hover .product__thumb img {
    transform: scale(1.05);
}

.product__rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product__rating .star__rating {
    position: relative;
    text-align: left;
}

.product__rating .star {
    overflow: hidden;
    width: 100%;
}

.product__rating .star::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: 'Font Awesome';
    font-weight: 700;
    color: #FDA800;
    line-height: 14px;
    letter-spacing: 3px;
    display: block;
    white-space: nowrap;
}

.product__rating .back::before {
    font-weight: 300;
}

.product__rating .front {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.product__rating .rating_count {
    opacity: 0.6;
}


.button {
    position: relative;
    background-color: rgb(var(--accent-color));
    color: white;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
}

.button:after {
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 10px;
    line-height: 1em;
    font-family: 'Font Awesome';
    font-weight: 400;
}

.button.added:after {
    content: "\f00c";
}

.button.loading:after {
    content: "\e1e2";
    animation: fa-spin 2s infinite linear;
}

.product__item {
    position: relative;
    background-color: white;
}

.woocommerce-product-gallery img {
    background-color: #FFEDED;
}

.woocommerce-product-gallery__wrapper img {
    background-color: #FFEDED;
}

/* ---------------------
Product-Card-Style-One
-----------------------*/
.product_card_four .product__item,
.product_card_two .product__item,
.product_card_ten .product__item,
.product_card_one .product__item {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(var(--secondary-color));
}

.product_card_five .product__item .product_actions,
.product_card_four .product__item .product_actions,
.product_card_two .product__item .product_actions,
.product_card_ten .product__item .product_actions,
.product_card_one .product__item .product_actions {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--primary-color), 0.5);
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

.product_card_five .product__item:hover .product_actions,
.product_card_four .product__item:hover .product_actions,
.product_card_two .product__item:hover .product_actions,
.product_card_ten .product__item:hover .product_actions,
.product_card_one .product__item:hover .product_actions {
    opacity: 1;
}

body:not(.product_card_three, .product_card_seven, .product_card_eight, .product_card_nine) .product__item .product_actions .button .text {
    display: none;
}

body:not(.product_card_three, .product_card_seven, .product_card_eight, .product_card_nine) .product__item .product_actions .button .icon {
    margin: 0;
    padding: 0;
}

body:not(.product_card_three, .product_card_seven, .product_card_eight, .product_card_nine) .product__item .product_actions .button {
    position: relative;
    padding: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px;
    border: none;
    border-radius: 100px;
    background-color: white;
    color: rgb(var(--accent-color));
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
}

body:not(.product_card_three, .product_card_seven) .product__item .product_actions .button:hover {
    background-color: rgb(var(--accent-color));
    border-color: rgb(var(--accent-color));
    color: white;
}

body.product_card_seven .product__item .product_actions .button,
body.product_card_eight .product__item .product_actions .button {
    background-color: rgb(var(--accent-color));
    border-color: rgb(var(--accent-color));
    color: white;
}


body.product_card_eight .product__item .product_actions .button {
    border-radius: 6px;
    width: 100%;
}

body.product_card_seven .product__item .product_actions .button:hover,
body.product_card_eight .product__item .product_actions .button:hover {
    background-color: rgb(var(--accent-color));
    border-color: rgb(var(--accent-color));
    color: white;
}

body.product_card_three .product__item .product_actions .added_to_cart,
body.product_card_seven .product__item .product_actions .added_to_cart,
body.product_card_eight .product__item .product_actions .added_to_cart,
body.product_card_nine .product__item .product_actions .added_to_cart {
    background-color: transparent;
    border: none;
    color: rgb(var(--accent-color));
    padding: 5px 10px;
}

body.product_card_three .product__item .product_actions .added_to_cart:hover,
body.product_card_seven .product__item .product_actions .added_to_cart:hover,
body.product_card_eight .product__item .product_actions .added_to_cart:hover,
body.product_card_nine .product__item .product_actions .added_to_cart:hover {
    background-color: transparent;
    border: none;
    color: rgb(var(--accent-color));
}

.product_card_two .product__item .overlay_link,
.product_card_one .product__item .overlay_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.onsale {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 4px;
    width: auto;
    height: auto;
    min-height: inherit;
    font-size: 12px;
    line-height: 1em;
    padding: 8px 12px;
    background-color: rgb(var(--primary-color));
    color: white;
    text-transform: uppercase;
    z-index: 4;
}

.product_card_two .product__thumb,
.product_card_one .product__thumb {
    margin: 0;
}

.product_card_ten .product__thumb {
    position: relative;
}

.product_card_one .product__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 24px 16px 24px 16px;
}

.product_card_two .product__content {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 16px;
    width: 100%;
    z-index: 9;
}

.product_card_two .product__content .product__title,
.product_card_one .product__content .product__title {
    font-size: 20px;
}

.product__item .price {
    color: currentColor;
    letter-spacing: 0px;
    line-height: 1.2em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product__item .price * {
    line-height: 1.2em;
}

.product__item .price del {
    opacity: 0.8;
    margin-right: 10px;
}

.product__item .rating__price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .3s;
}

.product__item .product__rating {
    margin-bottom: 16px;
    height: 14px;
}

.product_card_two .product__item:hover .product__title a,
.product_card_two .product__item .product__content {
    color: #ffffff;
}

.product_card_two .rating__price {
    margin-bottom: -25px;
    opacity: 0;
}

.product_card_two .product__item:hover .rating__price {
    opacity: 1;
    margin-bottom: 10px;
}

/* --- Product_card_three --- */
.product_card_three .product__item {
    border: 1px solid #f6f6f6;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f6f6f6;
}
.product_card_three .product__item .product__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: #F6F6F6;
}

.product_card_three .product__item .product_actions .button {
    margin: 6px;
}

.product_card_three .product__item .product_actions .button .icon {
    display: none;
}

.product_card_three .product__item .product_actions .button.add_to_wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(var(--accent-color), 0.1);
    font-size: 15px;
}

.product_card_three .product__item .product_actions .button.add_to_wishlist:hover {
    background-color: rgb(var(--accent-color));
    color: white;
}


.product_card_three .product__item .product_actions .button.add_to_wishlist:after {
    right: 0px;
    top: 0px;
}

.product_card_three .product__item .product__title {
    margin-bottom: 10px;
    font-size: 20px;
}

.product_card_three .product__item .product_actions {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.product_card_three .product__item .product__content {
    text-align: center;
    padding: 20px 0;
}

.product_card_three .product__item .product__rating {
    display: none;
}

.product_card_three .product__item .product__rating {
    margin-bottom: 0;
}

/* --- Product_card_four --- */
.product_card_five .product__item,
.product_card_four .product__item {
    padding: 24px;
    background-color: #F6F6F6;
    border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.07);
    transition: 0.3s;
}

.product_card_four .product__item:hover {
    background-color: white;
    box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.07);
}

.product_card_five .product__item .onsale,
.product_card_four .product__item .onsale {
    left: 40px;
    top: 40px;
}

.product_card_five .product__item .product__thumb {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px !important;
}

.product_card_four .product__item .product__thumb  {
    background-color: white;
}

.product_card_five .product__item .product_actions,
.product_card_four .product__item .product_actions {
    background: none;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
}

.product_card_five .product__item .product__content,
.product_card_four .product__item .product__content {
    text-align: center;
}

.product_card_four .product__item .product__content {
    padding-top: 24px;
}

/* ------ Product-Five ------ */
.product_card_five .product__item {
    background-color: #242424;
}


.product_card_five .product__content,
.product_card_five .product__title a {
    color: white;
}

.product_card_five .product__title:hover a {
    color: rgb(var(--accent-color));
}

.product_card_five .product__item .rating__price {
    flex-direction: column;
}

.product_card_six .product__item {
    border-radius: 999px 999px 6px 6px;
    border: 8px solid white;
    box-shadow: 0px 15px 55px -5px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    transform: translateY(0px);
    transition: 0.3s;
}

.product_card_six .product__item:hover {
    box-shadow: 0px 15px 55px -5px rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
    margin-bottom: 0;
}

.product_card_six .product__item img {
    margin-bottom: -7%;
}

.product_card_six .product__item .product__thumb {
    overflow: hidden;
    border-radius: 999px 999px 0 0;
    margin-bottom: 24px;
}

.product_card_six .product__item .onsale {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
}

.product_card_six .product__item .product_actions {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 5;
    opacity: 0;
    transition: 0.3s;
}

.product_card_six .product__item:hover .product_actions {
    bottom: -33px;
    opacity: 1;
}

.product_card_six .product__content {
    padding-bottom: 20px;
}

.product_card_six .product__item .product__title {
    margin-bottom: 10px;
}

.product_card_six .product__item .price {
    color: rgb(var(--accent-color));
}

body.product_card_six .product__item .product_actions .add_to_cart_button {
    background-color: rgb(var(--accent-color));
    color: white;
}

.product_card_eight .product__item,
.product_card_seven .product__item {
    padding: 24px;
    background: #F3F6F3;
    border-radius: 6px;
}

.product_card_eight .product__item .product__title,
.product_card_seven .product__item .product__title {
    font-size: 24px;
}

.product_card_seven .product__item .product__title {
    margin-left: -20px;
    margin-right: -20px;
}

.product_card_eight .product__item .product__thumb,
.product_card_seven .product__item .product__thumb {
    margin: 0 0 20px 0;
    overflow: hidden;
    border-radius: 6px;
}

.product_card_eight .product__item .product_actions,
.product_card_seven .product__item .product_actions {
    text-align: center;
    margin-top: 10px;
}

.product_card_nine .product__item .product_actions .button .icon,
.product_card_eight .product__item .product_actions .button .icon,
.product_card_seven .product__item .product_actions .button .icon {
    display: none;
}

.product_card_nine .product__item .product_actions,
.product_card_eight .product__item .product_actions,
.product_card_seven .product__item .product_actions {
    margin: -5px;
    margin-top: 19px;
}

.product_card_nine .product__item .product_actions .button,
.product_card_eight .product__item .product_actions .button,
.product_card_seven .product__item .product_actions .button {
    margin: 5px;
}

.product_card_eight .product__item .product_actions .button,
.product_card_seven .product__item .product_actions .button {
    border-radius: 100px;
}

body.product_card_nine .product__item .product_actions .wishlist-button,
body.product_card_eight .product__item .product_actions .wishlist-button,
body.product_card_seven .product__item .product_actions .wishlist-button {
    padding: 0;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 50px;
    height: 50px;
    background: white;
    border: none;
    border-radius: 100px;
    color: rgb(var(--accent-color));
    margin: 0;
}

body.product_card_nine .product__item .product_actions .wishlist-button:hover,
body.product_card_eight .product__item .product_actions .wishlist-button:hover,
body.product_card_seven .product__item .product_actions .wishlist-button:hover {
    background-color: rgb(var(--accent-color));
}

.product_card_eight .product__item .onsale,
.product_card_seven .product__item .onsale {
    top: 10%;
    left: 16%;
}

.product_card_eight .product__item {
    transition: .3s;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
    transform: translateY(0px);
}

.product_card_eight .product__item:hover {
    box-shadow: 0 24px 40px 0 rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: white;
}


.product_card_nine .product__item .product__content {
    text-align: left;
}

.product_card_nine .product__item .product__content .rating__price {
    align-items: flex-start;
}

body.product_card_nine .product__item .product_actions .wishlist-button {
    right: 24px;
    top: 24px;
}

.product_card_nine .product__item .product__title {
    margin-bottom: 8px;
}

.product_card_nine .product__item .woocommerce-product-details__short-description {
    line-height: 1.3em;
    margin-bottom: 8px;
}

.product_card_nine .product__item .product_actions {
    margin-top: 10px;
}

.product__item .product__content .rating__price .price ins {
    font-weight: 600;
}

.product_card_ten .product__item .product__content .product__rating {
    margin-bottom: 15px;
}

body.product_card_three .product__item .product_actions .wishlist-button {
    padding: 5px;
    width: auto;
    height: auto;
    border: none;
    font-size: 20px;
    background: none;
    color: rgb(var(--accent-color));
    position: absolute;
    right: 10px;
    top: 10px;
}

body.product_card_three .product__item .product_actions .wishlist-button:hover {
    background: none;
    color: rgb(var(--accent-color));
}

body.product_card_three .product__item .product_actions .wishlist-button:after {
    right: 0px;
    top: 0px;
}

.quantity {
    display: flex;
    align-items: center;
    width: 150px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 8px 0;
}

.quantity button {
    border: none;
    background: no-repeat;
    color: rgb(var(--accent-color));
    width: 50px;
    display: block;
    padding: 0;
}

.quantity .qty {
    border: none;
    background: none;
    text-align: center;
    width: 50px;
    padding: 0px 0px;
    border-radius: 0;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

/* Hide the number input arrows in modern browsers */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the number input arrows in Firefox */
.quantity input[type="number"] {
    -moz-appearance: textfield;
}


.woocommerce-product-gallery__image {
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
}

.woocommerce-product-gallery {
    position: relative;
    z-index: 1;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.single-product-summary {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single-product-summary .product_title {
    width: 100%;
    order: -3;
}

.product_card_ten .product__item .product__title {
    text-align: center;
}

.single-product-summary .product__rating {
    width: 50%;
    justify-content: flex-start;
    margin-bottom: 16px;
    order: -2;
}

.single-product-summary .price {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(var(--accent-color));
}

.single-product-summary .price del {
    color: rgb(var(--accent-color));

}

.single-product-summary .woocommerce-product-details__short-description {
    width: 100%;
    margin-bottom: 24px;
}

.single-product-summary .stock {
    width: 50%;
    order: -1;
    text-align: center;
    color: rgb(var(--accent-color));
}

.single-product-summary .cart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.single-product-summary .cart .single_variation_wrap {
    width: 100%;
}

.single-product-summary .cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    width: 100%;
}


.single-product-summary .cart .single_add_to_cart_button {
    width: calc(100% - 166px - 47px - 16px);
    display: flex;
    align-items: center;
}

.product-type-external .single-product-summary .cart .single_add_to_cart_button {
    width: calc(100% - 47px - 16px);
}

.single-product-summary .cart .single_add_to_cart_button .icon {
    margin-right: 10px;
}

.single-product-summary .cart .quantity {
    margin-right: 16px;
}

.single-product-summary .wishlist-button {
    padding: 0;
    width: 47px;
    height: 47px;
    margin-left: 16px;
}

.single-product-summary .product_meta {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: 600;
}

.single-product-summary .product_meta span * {
    font-weight: 400;
}

.woocommerce-product-gallery .flex-control-thumbs {
    list-style: none;
    margin: 5px -5px -5px -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: calc(20% - 10px);
    overflow: hidden;
    border-radius: 6px;
    margin: 5px;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    filter: brightness(1);
    transition: .3s;
}

.woocommerce-product-gallery .flex-control-thumbs li .flex-active {
    filter: brightness(0.5);
}

.variations .form-floating label {
    text-transform: capitalize;
    padding-top: 10px;
}

.reset_variations {
    color: rgb(var(--accent-color));
}

.wc-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #ECECEC;
}

.wc-tabs li {
    margin: 16px 32px 0 0;
}

.wc-tabs li a {
    display: block;
    padding-bottom: 16px;
    font-size: 24px;
    color: rgb(var(--accent-color));
    font-weight: 600;
    font-family: var(--heading-font-family);
    position: relative;
}

.wc-tabs li.active a {
    color: rgb(var(--accent-color));
}

.wc-tabs li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: rgb(var(--accent-color));
    border-radius: 100px;
    display: block;
    opacity: 0;
    transition: .3s;
}

.wc-tabs li.active a:before {
    opacity: 1;
}

.woocommerce-Tabs-panel h2 {
    display: none;
}

.related-products h2 {
    font-size: 24px;
    margin-bottom: 24px;
}

.required {
    color: red;
}

.comment-form-rating .stars a {
    font-size: 0px;
}

.comment-form-rating .stars a::before {
    content: "\f005";
    font-family: 'Font Awesome';
    font-size: 16px;
    font-weight: 700;
    color: #FDB12E;
}



.comment-form-rating .stars a.active~a::before {
    font-weight: 300;
    color: #696969;
}

.commentlist {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}

.commentlist li:not(:last-child) {
    margin-bottom: 30px;
}

.commentlist .comment_container {
    padding-left: 60px;
    position: relative;
}

.commentlist .avatar {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 60px;
}

.commentlist .comment-text {
    border: 1px solid rgb(var(--secondary-color));
    padding: 12px 22px;
    border-radius: 5px;
    position: relative;
    margin-left: 20px;
}

.commentlist .comment-text:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 18px;
    width: 20px;
    height: 20px;
    background-color: white;
    display: block;
    border-top: 1px solid rgb(var(--secondary-color));
    border-left: 1px solid rgb(var(--secondary-color));
    transform: rotate(-45deg);
    border-radius: 2px 0 0 0;
}

.commentlist .woocommerce-review__author {
    font-family: var(--heading-font-family);
}

.woocommerce-noreviews {
    margin-bottom: 16px;
}

.woocommerce-Reviews .comment-form {
    margin-top: 10px;
}

.woocommerce-Reviews .comment-form>* {
    width: 100%;
}

.cart__product {
    padding: 24px;
    border-radius: 6px;
    position: relative;
    background-color: white;
    border: 1px solid rgb(var(--secondary-color));
    box-shadow: 0 4px 16px 0 rgba(var(--accent-color), 0.06);

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cart__product .product__image {
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
    width: 150px;
    margin-right: 24px;
}

.cart__product .product__details {
    width: calc(100% - 150px - 24px);
    position: relative;
}

.cart__product strong {
    color: rgb(var(--accent-color));
    text-transform: capitalize;
}

.cart__product .product-remove {
    position: absolute;
    right: 12px;
    top: -12px;
}

.cart__product .remove {
    width: 24px;
    height: 24px;
    font-size: 16px;
    border: none;
    background-color: rgb(var(--secondary-color));
    color: rgba(var(--accent-color), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.cart__product .remove:hover {
    background-color: rgba(var(--accent-color), 1);
    color: white;
}

.cart__product .remove i {
    line-height: 1em;
}

.cart__product .quantity {
    width: 100px;
}

.cart__product .quantity {
    padding: 0;
}

.cart__product .quantity button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0;
}

.cart__product .quantity .qty {
    width: 40px;
}

.cart__product .product__subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid rgb(var(--secondary-color));
    margin-top: 16px;
    padding-top: 5px;
}

.cart__product .variation {
    line-height: 1.2em;
    margin-top: -3px;
}


.cart__product .variation span:after {
    content: "|";
    margin-left: 8px;
    margin-right: 6px;
}

.cart__product .variation span:last-child::after {
    display: none;
}

.woocommerce-cart-form .update-cart-button {
    width: 100%;
    background-color: rgb(var(--accent-color));
    border-color: rgb(var(--accent-color));
    color: white;
}

.admin-bar .cart__right_sidebar {
    top: calc(var(--navbar-height) + 50px);
}

.coupon {
    position: relative;
    z-index: 1;
    display: flex;
}

.coupon .input-text {
    width: calc(100% - 180px);
}

.coupon .button {
    background-color: white;
    color: rgb(var(--accent-color));
    margin-left: 12px;
    white-space: nowrap;
}

.table-border-none,
.table-border-none th,
.table-border-none td {
    border: none;
    padding: 0;
    background: none;
}

.shop_table .amount {
    float: right;
}

.shop_table .order-total>* {
    border-top: 1px solid rgb(var(--secondary-color));
}

.select2-container .select2-selection--single {
    height: inherit !important;
    padding: 9px 10px;
    border-color: rgb(var(--secondary-color)) !important;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: inherit;
    height: inherit;
    padding: 22px;
}

.select2-dropdown {
    border-color: rgba(var(--accent-color), .1) !important;
    border-radius: 6px !important;
}

.methods {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
}

.methods input[type="radio"] {
    margin-right: 6px;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 24px;
}

.woocommerce-order-overview {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-order-overview li {
    padding: 12px 24px;
    border: 1px dashed #acacac;
    min-width: 200px;
}


.woocommerce td,
.woocommerce th {
    padding: 6px 18px;
}

p.woocommerce-customer-details--phone,
.woocommerce-customer-details address {
    margin: 0;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 0 32px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation li {
    width: 16.666%;
}

.woocommerce-MyAccount-navigation li a {
    border: 1px solid rgb(var(--secondary-color));
    padding: 18px;
    display: block;
    text-align: center;
    color: rgb(var(--accent-color));
}

.woocommerce-MyAccount-navigation li a:hover {
    background-color: rgb(var(--secondary-color));
}

.woocommerce-MyAccount-navigation li.is-active a {
    border-color: rgb(var(--accent-color));
    background-color: rgb(var(--accent-color));
    color: white;
}

.woocommerce-MyAccount-navigation li a .icon {
    display: block;
    color: rgb(var(--accent-color));
    font-size: 20px;
    margin-bottom: 4px;
}

.woocommerce-MyAccount-navigation li.is-active a .icon {
    color: white;
}

.woocommerce-account-fields {
    margin-top: 24px;
}

.woocommerce-cart-form__cart-item td.product-thumb {
    max-width: 120px;
}

.remove-from-wishlist {
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #ff6b31;
    color: white;
}

.cart__product .button i {
    display: none;
}

.cart__product .button {
    padding: 6px 16px;
    background-color: white;
    color: rgb(var(--accent-color));
    font-size: 14px;
    margin-right: 12px;
    margin-top: 16px;
}

.cart__product .product__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart__product .product__title {
    font-size: 20px;
}

.product__image a {
    display: block;
}

.cart_page_table td,

.cart_page_table th {
    padding: 4px 16px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent !important;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper>* {
    width: 100%;
}

.product_list_widget li img {
    border-radius: 3px;
}

.product_list_widget li .star-rating {
    margin-bottom: 6px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item {
    min-height: 80px;
    position: relative;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    border-radius: 3px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item .remove {
    position: absolute;
    left: 65px;
    top: -5px;
    width: 20px;
    height: 20px;
    background-color: rgb(var(--accent-color));
    color: white;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 18px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item a:not(.remove) {
    color: rgb(var(--accent-color));
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item .quantity {
    border: none;
    padding: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item .quantity .amount {
    margin-left: 3px;
    display: inline-block;
}

.widget_shopping_cart_content .total {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    color: rgb(var(--accent-color));
}

.shoping_mini_cart {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: white;
    width: 100%;
    background-image: url('../images/header-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid rgba(var(--accent-color), .1);
}

.shoping_mini_cart .cart_body {
    padding: 32px 24px;
}

.shoping_mini_cart .cart_list {
    list-style: none;
    margin: -12px;
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 50vh;
    overflow: auto;
}

.shoping_mini_cart .cart_list .mini_cart_item {
    width: calc(20% - 24px);
    margin: 12px;
}

.shoping_mini_cart .cart__product {
    padding: 12px;
}

.shoping_mini_cart .cart_list .mini_cart_item .product__image {
    width: 80px;
    margin-right: 10px;
}

.shoping_mini_cart .cart_list .mini_cart_item .quantity {
    border: none;
    display: block;
}

.shoping_mini_cart .cart_list .mini_cart_item .product__title {
    font-size: 18px;
}

.widget_shopping_cart_content .buttons {
    display: flex;
    justify-content: space-between;
}

.shoping_mini_cart .cart_footer {
    padding: 24px;
    border-top: 1px solid rgba(var(--accent-color), .1);
    background-color: white;
}

.shoping_mini_cart .cart_footer .woocommerce-mini-cart__buttons {
    text-align: right;
    margin: -3px -6px;
}

.shoping_mini_cart .cart_footer .woocommerce-mini-cart__buttons .button {
    margin: 3px 6px;
}

.shoping_mini_cart .cart_footer .woocommerce-mini-cart__buttons .button:not(.checkout) {
    background: none;
    color: rgb(var(--accent-color));
}

.shoping_mini_cart .cart_footer .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
    background-color: rgb(var(--accent-color));
    color: white;
}

.shoping_mini_cart .cart__product .product__details {
    width: calc(100% - 90px);
}

.shoping_mini_cart .collapse_cart {
    position: absolute;
    top: 0px;
    right: 6%;
    border: 1px solid rgba(var(--accent-color), .1);
    border-bottom: none;
    background: white;
    color: rgba(var(--accent-color), 1);
    padding: 5px 0 0 0;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 100px 100px 0 0;
    transition: .3s;
    opacity: 0;
}

.shoping_mini_cart.show .collapse_cart {
    top: -50px;
    opacity: 1;
}

.cart_toggle {
    position: relative;
}

.woocommerce-mini-cart__total .amount {
    color: rgb(var(--accent-color));
}

.woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-shipping-methods input {
    margin-right: 8px;
}

.woocommerce-shipping-destination {
    margin: 0;
}

.shipping-calculator-button {
    text-decoration: underline;
    color: rgb(var(--accent-color));
}

.section.shipping-calculator-form {
    text-align: left;
}

@media only screen and (min-width: 992px) {

    .woocommerce-billing-fields__field-wrapper #billing_city_field,
    .woocommerce-billing-fields__field-wrapper #billing_state_field,
    .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
    .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
    .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
    .woocommerce-billing-fields__field-wrapper #billing_company_field {
        width: calc(33.33% - 15px);
    }

    .woocommerce-billing-fields__field-wrapper #billing_phone_field,
    .woocommerce-billing-fields__field-wrapper #billing_email_field {
        width: calc(50% - 15px);
    }
}


@media only screen and (max-width: 1500px) {
    .shoping_mini_cart .cart_list .mini_cart_item {
        width: calc(25% - 24px);
    }
}

@media only screen and (max-width: 1200px) {
    .shoping_mini_cart .cart_list .mini_cart_item {
        width: calc(33.33% - 24px);
    }
}


@media only screen and (max-width: 992px) {
    .cart__product {
        padding: 12px;
    }

    .cart__product .product__image {
        width: 100px;
        margin-right: 10px;
    }

    .cart__product .product__details {
        width: calc(100% - 110px);
    }

    .cart__product .product__details .product__title {
        font-size: 18px;
    }

    .woocommerce-MyAccount-navigation li {
        width: auto;
        min-width: 70px;
    }

    .woocommerce-MyAccount-navigation li a .icon {
        margin: 0;
    }

    .woocommerce-MyAccount-navigation li a .text {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .coupon .input-text {
        width: calc(100% - 125px);
        padding: 4px 10px;
    }

    .shoping_mini_cart .cart_list .mini_cart_item {
        width: calc(50% - 24px);
    }

    .woocommerce-order-overview li {
        width: 50%;
        padding: 4px 10px;
    }

    .shoping_mini_cart .collapse_cart {
        width: 34px;
        height: 34px;
        font-size: 16px;
        top: -17px;
        right: 15px;
    }

    .shoping_mini_cart .cart_footer {
        padding: 12px;
    }
}

@media only screen and (max-width: 576px) {
    .product_card_two .product__content .product__title, .product_card_one .product__content .product__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .shoping_mini_cart .cart_body {
        padding: 24px 16px;
    }

    .cart__product .product__image {
        width: 80px;
    }

    .cart__product .product__details {
        width: calc(100% - 90px);
    }

    .cart__product .product__details .product__title {
        font-size: 16px;
    }


    .shoping_mini_cart .cart_list .mini_cart_item {
        width: calc(100% - 24px);
    }

    .woocommerce-order-overview li {
        width: 100%;
    }

    .woocommerce td,
    .woocommerce th {
        padding: 4px 10px;
    }

    .single-product-summary .cart {
        align-items: center;
    }

    .quantity {
        width: 80px;
        padding: 0;
    }

    .quantity .qty {
        width: 30px;
    }

    .quantity button {
        width: 26px;
        padding: 5px 0;
    }

    .single-product-summary .cart .single_add_to_cart_button {
        width: calc(100% - 128px - 16px);
        padding: 6px 16px;
    }

    .single-product-summary .wishlist-button {
        width: 32px;
        height: 32px;
    }

    .single-product-summary .wishlist-button::after {
        right: 1px;
        top: 1px;
    }

    .wc-tabs li a {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .single-product-summary .product_title {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .single-product-summary .price {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .single-product-summary .product__rating {
        margin-bottom: 10px;
    }

    .single-product-summary .woocommerce-product-details__short-description {
        margin-bottom: 12px;
    }

    .single-product-summary .cart {
        margin-bottom: 12px;
    }

    .comment-respond .comment-reply-title,
    .comment_list_area .comments_title,
    .related-products h2 {
        font-size: 20px !important;
        margin-bottom: 16px;
    }

    .commentlist .avatar {
        width: 30px;
    }

    .commentlist .comment_container {
        padding-left: 30px;
    }

    .commentlist .comment-text:before {
        width: 10px;
        height: 10px;
        left: -6px;
        top: 10px;
    }

    .commentlist .comment-text {
        margin-left: 10px;
        padding: 5px 10px;
    }

    .wc-tabs li {
        margin-right: 16px;
    }

    .product__title {
        font-size: 16px;
    }

    .product_card_nine .product__item .product_actions {
        margin-top: 4px;
    }

    body.product_card_nine .product__item .product_actions .wishlist-button,
    body.product_card_eight .product__item .product_actions .wishlist-button,
    body.product_card_seven .product__item .product_actions .wishlist-button {
        width: 30px;
        height: 30px;
        right: 15px;
        top: 15px;
    }

    body.product_card_nine .product__item .product_actions .wishlist-button:after,
    body.product_card_eight .product__item .product_actions .wishlist-button:after,
    body.product_card_seven .product__item .product_actions .wishlist-button:after {
        top: 3px;
        right: 3px;
        font-size: 8px;
    }

    .single-product-summary .cart .single_add_to_cart_button .icon {
        display: none;
    }

    body:not(.product_card_three, .product_card_seven, .product_card_eight, .product_card_nine) .product__item .product_actions .button {
        width: 30px;
        height: 30px;
        margin: 3px;
    }

    body:not(.product_card_three, .product_card_seven, .product_card_eight, .product_card_nine) .product__item .product_actions .button:after {
        right: 4px;
        top: 4px;
        font-size: 8px;
    }

    .onsale {
        left: 12px;
        top: 12px;
        font-size: 10px;
        padding: 5px 8px;
    }

    .main-sidebar .widget .widget_title {
        margin-bottom: 16px;
    }
}