/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*===============================
slick slider css
==============================*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*****************************************************/
/****  VAS - WooCommerce CSS ****/
/*****************************************************/

/*** FORM AND OTHER PADDING ***/
#customer_details, 
form.woocommerce-EditAccountForm.edit-account,
h3#order_review_heading {
	padding: 30px 20px;
}
/*** FIELDS ON CHECKOUT, CART, ACCOUNT PAGES ***/
.woocommerce-account input, 
.woocommerce-checkout input,
#order_comments.input-text {
	background-color: #f5f5f5 !important;
	color: #303030 !important; /* not the placeholder, the text color when typed */
	border: 0; /* optional */
}
/*** ALL WOO BUTTONS ***/
body .woocommerce button.button.alt, 
body .woocommerce-page button.button.alt,
body .woocommerce a.button, 
body .woocommerce-page a.button,
body .woocommerce button.button,
body .woocommerce-page button.button {
	text-transform: capitalize !important;
	background: #fff !important;
	color: #303030 !important;
	font-weight: 500;
	border: 1px solid #303030;
} 
body .woocommerce button.button.alt:hover, 
body .woocommerce-page button.button.alt:hover,
body .woocommerce a.button.alt:hover, 
body .woocommerce-page a.button.alt:hover,
body .woocommerce a.button:hover, 
body .woocommerce-page a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce-page button.button:hover {
	background: #303030 !important;
	color: #fff !important;
}

/* woo alerts top border and icon color */
.woocommerce-info {
	border-top-color: #303030;
}
.woocommerce-info::before {
	color: #303030;
}
.woocommerce-message {
	border-top-color: #657455;
}
.woocommerce-message::before {
	color: #657455;
	}

.hidden {
    display: none !important;
}

/*header new design*/
.overflow-hidden {
    overflow: hidden;
}

.elem-site-header .elementor-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.elem-site-header .elementor-widget ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.elem-site-header .elementor-container .elementor-inner-column:first-child ul.menu {
    justify-content: flex-end;
}

.elem-site-header .elementor-widget ul.menu li {
    position: relative;
    margin: 10px;
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    text-transform: uppercase;
}

.elem-site-header .elementor-widget ul.menu li a {
    padding: 10px;
    color: #000;
    display: block;
}

.elem-site-header .elementor-widget ul.menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 20px rgb(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    z-index: 9;
}

.elem-site-header .elementor-widget ul.menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.elem-site-header .elementor-widget ul.menu li .sub-menu li {
    display: block;
}

.elem-header-search {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.elem-header-search .elementor-widget-container {
    line-height: 1;
}

.elem-header-search .elementor-icon {
    cursor: pointer;
    padding-top: 4px;
}

.header-search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.75);
    display: none;
}

.header-search-popup .header-search-pop-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
    height: 100%;
}

.header-search-popup form {
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.header-search-popup form div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}

.header-search-popup form label {
    margin-right: 10px;
    width: calc(100% - 160px);
}

.header-search-popup .search-field {
    border: none;
    border-radius: 0;
    height: 60px;
    padding: 10px 20px;
}

.header-search-popup .search-submit {
    background: #000;
    border-color: #000;
    color: #fff;
    width: 150px;
    height: 60px;
    border-radius: 0;
}

.header-search-popup .search-submit:hover {
    background: #151515;
    border-color: #151515;
}

.header-search-popup .search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
}

.header-search-popup .search-close::before, 
.header-search-popup .search-close::after {
    content: "";
    background: #fff;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-search-popup .search-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.elem-header-icons .elementor-section.elementor-inner-section .elementor-container > .elementor-row {
    justify-content: flex-end;
}

.elem-header-icons .elementor-section.elementor-inner-section .elementor-container > .elementor-row .elementor-col-50, 
.elem-header-icons .elementor-section.elementor-inner-section .elementor-container > .elementor-row .elementor-column[data-col="50"] {
    width: auto;
}

.elem-header-icons .elementor-section.elementor-inner-section .elementor-container > .elementor-row .elementor-col-50:last-child {
    padding-left: 20px;
}

.elem-header-cart .elementor-menu-cart__toggle .elementor-button .elementor-button-icon {
    padding-top: 3px;
    padding-right: 14px;
}

.single-product.woocommerce div.product.elementor form.cart table.variations tr {
    align-items: flex-start;
}

.single-product.woocommerce div.product.elementor form.cart table.variations td.label {
    width: 55px;
    padding-right: 0;
    padding-top: 5px;
}

.single-product.woocommerce div.product.elementor form.cart table.variations td.label label {
    margin: 0 0 8px 0;
}

.single-product.woocommerce div.product.elementor form.cart table.variations td.label label[for="pa_colors"] {
    margin-top: 4px;
}

.single-product.woocommerce div.product.elementor form.cart table.variations td.value {
    width: calc(100% - 40px);
    align-items: flex-start;
}

.single-product.woocommerce div.product.elementor form.cart table.variations td.value::before {
    display: none !important;
}

.elem-product-variation .variations .tawcvs-swatches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.elem-product-variation table.variations td.value .tawcvs-swatches .swatch-label {
    margin: 5px 12px;
    background: none;
    font-size: 16px;
    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 1;
    border-bottom: 3px solid transparent;
    padding-bottom: 3px;
    cursor: pointer;
}

.elem-product-variation table.variations td.value .tawcvs-swatches .swatch-color {
    margin: 5px 8px;
    width: 25px;
    height: 25px;
    border-width: 2px;
}

.elem-product-variation table.variations td.value .tawcvs-swatches[data-attribute_name="attribute_pa_colors"] .swatch-color {
    width: auto;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    padding-bottom: 3px;
    cursor: pointer;
}

.elem-product-variation table.variations td.value .tawcvs-swatches[data-attribute_name="attribute_pa_colors"] .swatch-color.selected {
    font-weight: 700;
    border-color: #000;
    color: #000;
}

.elem-product-variation table.variations td.value .tawcvs-swatches[data-attribute_name="attribute_pa_colors"] .swatch-color.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.single-product.woocommerce div.product.elementor form.cart table.variations td.value .tawcvs-swatches[data-attribute_name="attribute_pa_colors"] + .reset_variations {
    margin-bottom: 0;
    margin-top: 10px;
}

.elem-product-variation table.variations td.value .tawcvs-swatches .swatch-label.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.elem-product-variation table.variations td.value .tawcvs-swatches .swatch-label.selected {
    border-bottom-color: #000;
    font-weight: 600;
}

.elem-product-variation table.variations td.value .tawcvs-swatches .swatch-label .swatch__tooltip {
    display: none !important;
}

.single-product.woocommerce div.product.elementor form.cart table.variations td.value .reset_variations {
    margin-top: 6px;
    margin-bottom: 7px;
    text-decoration: underline;
    color: rgba(0,0,0,0.5);
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1;
}

.single-product.woocommerce div.product.elementor form.cart table.variations td.value .reset_variations:hover {
    color: #000;
    text-decoration: none;
}

.single-product.woocommerce div.product.elementor form.cart table.variations td.value:before, 
.single-product.woocommerce div.product.elementor form.cart table.variations td.value select {
    height: 46px;
}

.single-product.woocommerce div.product.elementor form.cart table.variations td.value select#pa_size {
    display: block;
    padding: 10px 30px 10px 15px;
}

.woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.elem-product-variation .single_variation_wrap .stock {
    margin-bottom: 0;
}

.woocommerce-variation .woocommerce-variation-availability {
    display: none;
}

.single-product .elem-product-variation form .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 32px !important;
    flex-direction: row-reverse;
}

.single-product.woocommerce div.product form.cart div.quantity {
    margin-right: 0;
}

.single-product .elementor-element.elementor-products-grid ul.products {
    display: block;
    grid-template: none !important;
    grid-gap: 0 !important;
    clear: none;
}

.single-product .elementor-element.elementor-products-grid ul.products li.product {
    float: left;
    padding: 0 10px;
}

.single-product.woocommerce ul.products li.first, 
.single-product.woocommerce-page ul.products li.first {
    clear: none;
}

.single-product .elementor-element.elementor-products-grid ul.products button {
    position: absolute;
    top: 37%;
    background: none;
    border-radius: 0;
    border: none;
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    left: -35px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-product .elementor-element.elementor-products-grid ul.products button.slick-next {
    left: auto;
    right: -35px;
}

.single-product .elementor-element.elementor-products-grid ul.products button.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
}

.elem-product-desc .elementor-widget-container p:last-child {
    margin-bottom: 0;
}

.single-product.woocommerce div.product.elementor .quantity+.button {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 16px !important;
    border-radius: 0;
}

.elem-product-desc strong {
    font-weight: 600;
}

.elementor-widget-woocommerce-menu-cart .elementor-button.elementor-button--view-cart {
    display: none !important;
}

.oos-var {
    color: lightgray !important;
    pointer-events: none;
}

.oos-var.selected {
    border-bottom-color: lightgray !important;
}

@media (max-width: 1200px) {
    .elem-site-header .elementor-widget ul.menu li {
        margin-left: 4px;
        margin-right: 4px;
    }

    .single-product .elementor-element.elementor-products-grid ul.products button {
        left: 0;
    }

    .single-product .elementor-element.elementor-products-grid ul.products button.slick-next {
        left: auto;
        right: 0;
    }
}

@media (max-width: 1024px) {
    .elem-site-header > .elementor-container .elementor-row > .elementor-column:not(:nth-child(2)) {
        display: none;
    }
    
    .elem-site-header > .elementor-container > .elementor-row {
        justify-content: center;
    }

    .mbl-menu-tgl, 
    .mbl-menu-close {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .mbl-menu-tgl.hide, 
    .mbl-menu-close {
        display: none;
    }

    .mbl-menu-tgl .elementor-icon svg, 
    .mbl-menu-close .elementor-icon svg {
        height: auto;
    }

    .mbl-menu-tgl.hide + .mbl-menu-close {
        display: flex;
    }

    .popup-mbl-menu {
        background: rgba(0,0,0,0.27);
        border-top: 1px solid #AFAFAF;
        position: fixed !important;
        top: 90px;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 999;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .admin-bar .popup-mbl-menu {
        top: 136px;
    }

    .popup-mbl-menu.menu-open {
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    .popup-mbl-menu > .elementor-widget-container {
        position: relative;
        top: 0;
        left: 0;
        background: #fff;
        width: calc(100% - 40px);
        height: 100%;
        max-width: 600px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .popup-mbl-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .popup-mbl-menu ul li {
        display: block;
        font-size: 28px;
        line-height: 1.35;
        position: relative;
    }

    .popup-mbl-menu ul li a {
        color: #000;
        display: block;
        padding: 25px 35px;
    }

    .popup-mbl-menu ul li.menu-item-has-children > a {
        padding-right: 50px;
    }

    .popup-mbl-menu ul li button:not(.submenu-tgl) {
        display: none;
    }

    .popup-mbl-menu ul li button.submenu-tgl {
        position: absolute;
        top: 0;
        right: 15px;
        height: 87px;
        background: none;
        border: none;
        border-radius: 0;
        padding: 0;
        width: 25px;
        color: #000;
        font-size: 28px;
        font-weight: 600;
    }

    .popup-mbl-menu ul li button.submenu-tgl:focus {
        box-shadow: none;
        outline: 0;
    }

    .popup-mbl-menu ul li button.submenu-tgl::before {
        content: "+";
    }

    .popup-mbl-menu ul li button.submenu-tgl.active::before {
        content: "-";
    }

    .popup-mbl-menu ul.sub-menu {
        display: none;
    }
}

@media (max-width: 768px) {
    .elem-header-icons .elementor-section.elementor-inner-section .elementor-container > .elementor-row .elementor-col-50:last-child {
        padding-left: 10%;
    }

    /* .single-product.woocommerce div.product div.images.woocommerce-product-gallery {
        margin-bottom: 0;
    } */

    .single-product.woocommerce div.product p.price {
        margin-bottom: 0;
    }

    .single-product.woocommerce ul.products[class*=columns-] li.product, 
    .single-product.woocommerce-page ul.products[class*=columns-] li.product {
        clear: none;
    }

    .single-product .elementor-element.elementor-products-grid ul.products {
        margin-bottom: 40px;
    }

    .single-product .elementor-element.elementor-products-grid ul.products button {
        left: -40px;
        right: 0;
        top: auto;
        bottom: -55px;
        margin: 0 auto;
        transform: none;
    }

    .single-product .elementor-element.elementor-products-grid ul.products button.slick-next {
        left: 0;
        right: -40px;
    }

    .upsells .products {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .upsells .products .slick-slide {
        padding: 0 15px;
    }

    .upsells .products .slick-slide > div {
        margin-bottom: 20px;
    }

    .woocommerce ul.products a.woocommerce-loop-product__link img {
        margin-bottom: 1em;
    }

    .woocommerce ul.products .woocommerce-loop-product__link .woocommerce-loop-category__title, 
    .woocommerce ul.products .woocommerce-loop-product__link .woocommerce-loop-product__title {
        padding: .5em 0;
        margin: 0;
        font-size: 1em;
        color: #303030;
        font-weight: 500;
    }

    .woocommerce ul.products .woocommerce-loop-product__link .price {
        color: #303030;
        display: block;
        margin-bottom: .5em;
        font-size: .857em;
        font-family: "Montserrat", Sans-serif;
        font-weight: 500;
    }

    .woocommerce ul.products .woocommerce-loop-product__link .price del {
        margin-right: 5px;
    }

    .woocommerce ul.products .woocommerce-loop-product__link .price ins {
        font-weight: 400;
    }

    .single-product.woocommerce div.product form.cart {
        margin-bottom: 10px;
    }

    .single-product .elem-product-variation .wcppec-checkout-buttons {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .elem-header-cart .elementor-menu-cart__toggle .elementor-button .elementor-button-icon {
        font-size: 21px !important;
    }

    .elem-poweredby .elementor-icon-box-wrapper {
        display: flex;
        flex-flow: row-reverse wrap;
        align-items: center;
        justify-content: center;
    }

    .elem-poweredby .elementor-icon-box-wrapper .elementor-icon-box-icon {
        margin-left: 0 !important;
        margin-right: 0 !important;
        line-height: 1;
    }

    .elem-poweredby .elementor-icon-box-wrapper .elementor-icon-box-content {
        flex: inherit;
        padding-right: 10px;
        position: relative;
        top: -2px;
    }
}

@media (max-width: 600px) {
    .admin-bar .elementor-sticky--active .popup-mbl-menu {
        top: 90px;
    }
}

@media (max-width: 400px) {
    .popup-mbl-menu ul li {
        font-size: 16.436px;
    }

    .popup-mbl-menu ul li a {
        padding: 14.675px 20.545px;
    }

    .popup-mbl-menu ul li button.submenu-tgl {
        font-size: 16.436px;
        height: 52px;
    }

    .single-product.woocommerce div.product.elementor form.cart table.variations td.label {
        width: 50px;
        padding-top: 8px;
    }

    .single-product.woocommerce div.product.elementor form.cart table.variations td.label label[for="pa_colors"] {
        margin-top: 7px;
    }

    .single-product .variations .tawcvs-swatches {
        margin-left: 0;
        margin-right: 0;
        font-size: 15px;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .elem-product-variation table.variations td.value .tawcvs-swatches .swatch-label {
        margin-left: 8px;
        margin-right: 8px;
    }

    .single-product.woocommerce div.product.elementor form.cart table.variations td.value .reset_variations {
        position: absolute;
        bottom: -20px;
        left: 8px;
    }

    .single-product .woocommerce-variation.single_variation {
        margin-top: 30px;
    }
}

@media (min-width: 1025px) {
    .mbl-menu-tgl, .mbl-menu-close, .popup-mbl-menu {
        display: none;
    }

    .elem-site-header .elementor-widget ul.menu li {
        font-size: 14px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .elem-site-header .elementor-widget ul.menu li a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1200px) {

    .elem-site-header .elementor-widget ul.menu li {
        font-size: 16px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .elem-site-header .elementor-widget ul.menu li a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (min-width: 1367px) {

    .elem-site-header .elementor-widget ul.menu li {
        margin-left: 8px;
        margin-right: 8px;
    }

    .elem-site-header .elementor-widget ul.menu li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1440px) {

    .elem-site-header .elementor-widget ul.menu li {
        margin-left: 10px;
        margin-right: 10px;
    }
    
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.video-thumb a {
    height: 0;
    position: relative;
    padding-top: 56.25%;
    display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.video-thumb a iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li.video-thumbnail {
    position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs li.video-thumbnail::before {
    content: "";
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    filter: drop-shadow(0px 0 5px rgba(0,0,0,0.5));
    cursor: pointer;
}

.woocommerce div.product div.images .flex-control-thumbs li:hover img {
    opacity: 1;
}

.woocommerce-cart .site-main .elementor-shortcode {
    text-align: center;
}

.woocommerce-cart .site-main .elementor-shortcode .woocommerce {
    margin-bottom: 20px;
    text-align: initial;
}

.woocommerce-cart .wc-proceed-to-checkout {
    margin-bottom: 40px;
}

#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 {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    min-height: 68px;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.new-checkout-container .cart-footer .btn-checkout:hover, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: #fff;
    color: #000;
}

@media (min-width: 768px) {
    #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: 16px;
        min-height: 42px;
    }
}

@media screen and (max-width: 400px) {
    #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 {
        min-height: 39.916px;
        padding: 5.87px 11.74px;
        font-size: 16.436px;
    }
}

span.matat_badge {
    padding: 5px 10px;
    line-height: 1;
    font-size: 14px;
    min-width: 40px;
    text-align: center;
}

.elementor-page-102.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    flex-direction: column;
}

form.cart .giftcard_wrapper {
    direction: rtl;
}

.single-product.postid-2733 .product .elementor-widget-woocommerce-product-price, 
.single-product.postid-4289 .product .elementor-widget-woocommerce-product-price {
    display: none;
}

.woocommerce .elementor-102 .elementor-element.elementor-element-aa31409 .woocommerce-product-details__short-description, 
.single-product .elementor-102 .elementor-element.elementor-element-1265eb3 .elementor-heading-title, 
.single-product .elementor-102 .elementor-element.elementor-element-f71b11d > .elementor-widget-container {
    direction: rtl;
}

.woocommerce .elementor-102 .elementor-element.elementor-element-aa31409 .woocommerce-product-details__short-description, 
.single-product .elementor-102 .elementor-element.elementor-element-1265eb3 .elementor-heading-title {
    display: block;
}

pre:empty {
    display: none;
}

.single-product form.cart .giftcard_wrapper .form-group input:not([type="submit"]), 
.single-product form.cart .giftcard_wrapper .form-group textarea {
    border-radius: 0;
    border-width: 0 0 1px 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 20px;
}

.single-product .elementor-102 .elementor-element.elementor-element-91b5b6b > .elementor-element-populated {
    padding-right: 0;
}

.single-product.postid-2733 .elementor-widget-heading, 
.single-product.postid-2733 .elementor-widget-woocommerce-product-content, 
.single-product.postid-4289 .elementor-widget-heading, 
.single-product.postid-4289 .elementor-widget-woocommerce-product-content {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
    .single-product .elementor-102 .elementor-element.elementor-element-7f04bdb, 
    .single-product .elementor-102 .elementor-element.elementor-element-91b5b6b, 
    .single-product .elementor-102 .elementor-element.elementor-element-7f04bdb, 
    .single-product .elementor-102 .elementor-element.elementor-element-91b5b6b {
        width: 50%;
    }

    .single-product .elementor-102 .elementor-element.elementor-element-87d9cba, 
    .single-product .elementor-102 .elementor-element.elementor-element-d9df1e3 {
        width: 100%;
    }

    .single-product .elementor-102 .elementor-element.elementor-element-1265eb3 .elementor-heading-title {
        font-size: 1.5rem;
    }

    .single-product.postid-2733 .elementor-section.elementor-section-boxed.elementor-element-8aff597>.elementor-container, 
    .single-product.postid-2733 .elementor-section.elementor-section-boxed.elementor-element-df1e413>.elementor-container, 
    .single-product.postid-4289 .elementor-section.elementor-section-boxed.elementor-element-8aff597>.elementor-container, 
    .single-product.postid-4289 .elementor-section.elementor-section-boxed.elementor-element-df1e413>.elementor-container {
        max-width: 58.75rem;
    }
}

.single-product .product:not(.product_cat-shoes) .elem-size-chart, 
.single-product.hide-sizechart-subcategory .elem-size-chart {
    display: none !important;
}

.single-product.show-sizechart-subcategory .product .elem-size-chart {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.single-product.woocommerce div.product form.cart .giftcard_wrapper + div.quantity {
    display: none;
}

/*Gift card message*/
.big-thankyou-wrapper {
    max-width: 320px;
}

.big-thankyou-wrapper .big-thankyou, 
.big-thankyou-wrapper .big-thankyou-withlove, 
.big-thankyou-wrapper .big-thankyou-team {
    font-weight: 700;
    display: block;
    text-align: center;
}

.big-thankyou-wrapper .big-thankyou, 
.big-thankyou-wrapper .big-thankyou-description {
    margin-bottom: 30px;
}

.elementor-element ul {
    padding-right: 20px;
}

.single-product:not(.rtl) .elementor-element .elem-product-desc {
    direction: ltr;
}

.single-product:not(.rtl) .elementor-element .elem-product-desc * {
    direction: inherit !important;
}

.single-product:not(.rtl) .elem-product-desc.elementor-element ul {
    direction: ltr;
    padding-left: 20px;
    padding-right: 0;
}

.single-product .elementor-element.elementor-page-title .elementor-heading-title {
    text-align: center;
}