html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}

.hidden {
    display: none!important;
}
.hidden-stock {
    display: none!important;
}

.woocommerce-brand-image-single {
    width: 50px!important;

right: 10px;
top: 10px;

position: absolute;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main {

    padding: 15px!important;
}

.product-template-default .woocommerce-notices-wrapper {
    display: none!important;
}

.elementor-add-to-cart .stock {
    display: none!important;
}
.added_to_cart {
    display: none!important;
}
.elementor-widget-woocommerce-products img {
    background: #F6F6F6;
}
.elementor-widget-woocommerce-product-related img {
    background: #F6F6F6;
}
.elementor-widget-wc-archive-products img {
    background: #F6F6F6;
}

.woocommerce-product-gallery__wrapper div {
    background: #F6F6F6;
}

.wo-small {
    color: #7A7A7A!important;
    font-size: 12px!important;
    display: block;
    margin-bottom:5px!important;
    font-family: "Sarabun";
}


.active-hover-class{
     animation: activeHoverClass 0.2s linear 0s 1 normal forwards;
}

@keyframes activeHoverClass {
  from {background: #F6F6F6;}
  to {background: #ece5e6;}
}

.un-active-hover-class {
animation: unActiveHoverClass 0.2s linear 0s 1 normal forwards;
}

@keyframes unActiveHoverClass {
    from {background: #ece5e6;}
    to {background: #F6F6F6;}
}


.click-box {
    cursor: pointer;
}


.delivery-text-wrapper {
    display: flex;
    width: 100%;
    font-size: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}
.delivery-text-wrapper p{
    margin-bottom: 0;
    padding-bottom: 0;
        width: 80%;
}
.onsale {
        background-color: #c37583!important;
}
.elementor-products-grid .onsale {
    left: 0px!important;
    right: auto!important;
}
.elementor-products-grid ins {
    display: block!important;
    width: 100%!important;
}
.wopapop-product-filter-status p{
    margin-bottom: 0;
    padding-bottom: 0;
}


.delivery-text-wrapper  .delivery-text-icon {
    width: 8px;
        height: 8px;
        border-radius: 100%;
        margin-right: 5px;
        margin-top: 5px;
}

.wopapop-product-filter-status {
    display: flex;
    width: auto;
    font-size: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}
.wopapop-product-filter-status .delivery-text-icon {
    width: 8px;
        height: 8px;
        border-radius: 100%;
        margin-right: 5px;
        margin-top: 9px;
}

.delivery-text-wrapper  .onbackorder {
    background: green;
}
.delivery-text-wrapper  .instock {
    background: green;

}
.delivery-text-wrapper  .outofstock {
    background: red;
}

.wopapop-product-filter-status  .onbackorder {
    background: green;
}
.wopapop-product-filter-status .instock {
    background: green;

}
.wopapop-product-filter-status  .outofstock {
    background: red;
}

.wopapop-product-filter-inner-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wopapop-product-filter-wrapper h3 {
    font-size: 16px;
    font-family: "Arvo";
}

.wopapop-product-filter-wrapper span {
    font-size: 16px;
        font-family: "Sarabun", Sans-serif;
        background: #F6F6F6;
        border-radius: 3px;
        padding: 5px 10px;
        margin-right: 15px;
        cursor: pointer;
        margin-bottom: 10px;
}
.wopapop-product-filter {
    display: inline-block;
}


.active-filter {
    background: #d78896!important;
    color: #fff!important;
    font-weight: 600!important;
}

.type-filter {
    width: 60%;
}
.stock-filter {
    width: 40%;
    display: flex;

    font-size: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end
}
.active-filter-status {
    background: #dbdbdb!important;
}
/* Checkout */

/* Checkout CSS, Rebecca */

.quantity-sign {
    color: #000;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    font-size: 8px;
    width: 30%;
    text-align: center;
}

.quantity-sign:hover {
    transition: 0.2s ease-in-out;
    background: #d78896;
    color: #fff;
}
.disabled-quantity {
    color: #ccc;
    cursor: default;
}
.disabled-quantity:hover {
    transition: 0.2s ease-in-out;
    background: #fff;
}
.plus-quantity {
    margin-right: -1px;
}

.quantity-output {
    padding: 5px 0;
    margin: 0;
    font-size: 8px;
    width: 40%;
    text-align: center;
}

.product-quantity-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 85px;
    border: 1px solid  #ccc;

    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce-checkout-review-order-table .cart_item {
        position: relative;
        transform: translate(0);
}

.woocommerce-checkout-review-order-table .product-name {
    font-size: 13px;
}


.remove-prouct {
    position: absolute;
    top: 5px;
    right: 5px;
        padding: 5px;
        border: 1px solid  #ccc;
        cursor: pointer;
        border-radius: 5px;
}
.remove-prouct i{
    font-size: 12px;
    color: #000;
}

.remove-prouct:hover{
    transition: 0.2s ease-in-out;
    background: #d78896;
    color: #fff;

}
.woocommerce-checkout-review-order-table .cart_item img {
    margin-top: -15px;
    margin-right: 10px;
    object-fit: contain;
}

.checkout__title a {
display: block!important;
    padding-left: 5px;
}

.checkout-hero-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.checkout-hero-section .inner-wrapper {
    width: 48%;
}

#kco-extra-checkout-fields {
    display: none!important;
}

.page-id-28 .woocommerce-checkout-review-order-table .product-name {
    width: 70%!important;
}

.page-id-28 .woocommerce-checkout-review-order-table .delivery-text-wrapper {
    margin-left: 47px;
}
.p-n-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.p-n-wrapper  .product-item-name {
        width: calc(100% - 60px)!important;
            margin-bottom: 5px;
}
/* End checkout */

.elementor-menu-cart__main {
    left: -150px!important;
}

/* Order page */
.elementor-widget-woocommerce-checkout-page p {
    font-family: "Sarabun";
}
.elementor-widget-woocommerce-checkout-page b {
    font-family: "Sarabun";
}
.elementor-widget-woocommerce-checkout-page a {
    font-family: "Sarabun";
    color: #c37583;
}

.elementor-widget-woocommerce-checkout-page h1 {
        font-family: "Arvo", Sans-serif;
}
.elementor-widget-woocommerce-checkout-page h2 {
    font-family: "Arvo", Sans-serif;
    font-size: 18px;
}
.elementor-widget-woocommerce-checkout-page h3 {
        font-family: "Arvo", Sans-serif;
}
.elementor-widget-woocommerce-checkout-page h4 {
        font-family: "Arvo", Sans-serif;
}
.woocommerce-thankyou-order-received {
    font-size: 24px;
    font-weight: 400;
    font-family: "Arvo", Sans-serif!important;
}
.woocommerce-thankyou-order-details {
    background: #ece5e6;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;

    color: #000;
}
.woocommerce-table--order-details {
    background: #ece5e6;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
}
.woocommerce-table--order-details th{
    color: #000!important;
}
.woocommerce-table--order-details td{
    color: #000!important;
}
.woocommerce-table--order-details tr{
    color: #000!important;
}

.woocommerce-table--order-details .wc-item-meta {
    margin: 0;
    padding: 0;
}


.back-in-stock-btn {
    color: #FFFFFF;
background-color: var(--e-global-color-primary);
font-family: "Sarabun", Sans-serif;
font-weight: 400;
font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;

    overflow: visible;
    padding: .618em 1em;

    border-radius: 3px;
    left: auto;


    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}
.back-in-stock-btn:hover {
    color: #FFFFFF;
    background-color: var(--e-global-color-accent);
}
.wopapop-h {
    color: #000000;
    font-family: "Arvo", Sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.wopapop-back-in-stock-wrapper {
    background: #ece5e6;
    margin-top: 15px;
    padding: 15px;
}
.wopapop-back-in-stock-wrapper .error {
    display: block;
    width: 100%;
    color: red;
    font-weight: bold;
}
.wopapop-back-in-stock-wrapper label {
    font-size: 14px;
}
.wopapop-back-in-stock-wrapper input {
    border: none;
    border-radius: 3px;
    background: #fff;
    color: #000;
    margin-top: 3px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1025px) {
    .elementor-element-b4a4944 {
        order : 1;
    }
.elementor-element-bd80a78 {
    order : 2;
}

}

@media screen and (max-width: 800px) {

.elementor-menu-cart__main {
    left: -100px!important;
}
.elementor-wc-products ul.products li.product .button  {
    font-size: 14px;
}

.wopapop-product-filter-wrapper h3 {
    font-size: 14px;

}
.wopapop-product-filter-wrapper span {
    font-size: 14px;

}

}
@media screen and (max-width: 500px) {

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table {

    font-size: 12px;

}
.woocommerce-thankyou-order-details {
        font-size: 12px;
}

.wopapop-product-filter-wrapper span {
    font-size: 12px;
}
}
