.shop-wrap {
    background: #fafcff;
    padding: 30px 0;
}
.raw {
}
.raw__container {
    width: 1140px;
    margin: 0 auto;
    max-width: 100%;
}
.raw__left {
    /* width: 340px; */
}
.raw__right {
}

.raw__categories {
}
.raw-categories {
    margin: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(233, 236, 242, 0.8);
    padding: 24px 0;
    list-style: none;
}

.raw__product-category {
}
.raw__product-category a {
    text-decoration: none;
    display: block;
    border-left: 4px solid transparent;
    padding: 9px 35px 9px 31px;
    width: 100%;
    font-size: 1.4rem;
    color: #000;
}
.raw__product-category a.active {
    border-color: #283970;
    background: #f0f4f9;
}
.raw__child-categories {
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 0;
}
.raw__grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 20px;
}
.total_cart_header {
    display: none;
}
.cart-icon {
    position: relative;
}
.counter_cart {
    position: absolute;
    background: red;
    width: 16px;
    height: 16px;
    font-size: 10px;
    border-radius: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    bottom: 0;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    clear: both;
}
.product-card {
    word-break: break-all;
    display: flex;
    flex-direction: column;
    background: #f7f9fb;
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(222, 230, 239, 0.5);
    border: 1px solid rgba(222, 230, 239, 0.5);
    height: 100%;
    /* padding: 23px 25px; */
    position: relative;
    overflow: hidden;
}
.product-card__img {
    position: relative;
    padding-top: 100%;
    margin-bottom: 12px;
}
.product-card__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
h2.woocommerce-loop-product__title {
    font-size: 1.6rem;
    padding: 0 25px;
    margin-bottom: 6px;
}
.product-card__bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 23px 25px;
    padding-top: 0;
}
.product-card__button {
    flex-shrink: 0;
}
.woocommerce a.added_to_cart {
    display: none;
}
.shop-container {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
}
.cart-page__container {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 21px;
    padding: 21px 0;
}
.woocommerce-products-header {
    display: none;
}
.raw__child-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.raw__child-categories a {
    padding-left: 50px;
    font-size: 12px;
}
.woocommerce-loop-product__link {
    text-decoration: none;
}
.product-card span.price {
    font-size: 1.6rem !important;
    font-weight: 600;
    color: #000 !important;
}
span.woocommerce-Price-currencySymbol {
    font-size: 1.4rem;
}
a.add_to_cart_button {
    font-size: 1.4rem !important;
    background: #283971 !important;
    color: #fff !important;
}
.product-card__short-description {
    font-size: 1.4rem;
    padding: 0 25px;
    margin-bottom: 15px;
    word-break: break-word;
}
span.woocommerce-Price-amount.amount {
    white-space: nowrap;
}
.woocommerce div.product form.cart .button {
    background: #283971;
}
.woocommerce div.product form.cart div.quantity {
    height: 36px;
}

.woocommerce .quantity .qty {
    height: 100%;
}
.product_title {
    font-size: 3.6rem;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
td.product-name a {
    text-decoration: none;
    color: #000;
}
.paddings {
    padding: 21px 0;
}
.woocommerce-notice--success {
    color: #01a101;
    margin-bottom: 28px;
    font-size: 2rem;
    font-weight: 600;
}
section.related.products {
    clear: both;
}
input[name='update_cart'] {
    display: none !important;
}

button[name='update_cart'] {
    display: none !important;
}
.single-fields {
    margin: 20px 0;
    font-size: 1.6rem;
}
.single-fields__row {
    margin-bottom: 5px;
}
.single-fields__row span {
    font-weight: 500;
}
.single-product__wrap {
    clear: both;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dde5ee;
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(222, 230, 239, 0.5);
    /* display: flex; */
    /* margin-top: 45px; */
    position: relative;
    padding: 40px;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.products {
    margin-bottom: 15px;
}
p.woocommerce-shipping-destination {
    display: none;
}
.product_meta {
    display: none;
}
.single-product__price {
    font-size: 3.6rem;
    font-weight: 600;
    color: #000;
}
.single-product__price p {
    margin: 0;
    color: #434543 !important;
    font-size: inherit !important;
}
.single-product__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.woocommerce div.product form.cart .single_add_to_cart_button {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 140%;
    margin-left: auto;
    min-width: 238px;
    padding-left: 10px;
    padding-right: 74px;
    height: 64px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.single_add_to_cart_button::before {
    background: linear-gradient(
        270deg,
        #283971 17.5%,
        #1e5685 51%,
        #056b97 79.5%
    );

    bottom: 0;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    z-index: 0;
}
.single_add_to_cart_button::after {
    border-radius: 4px;
    content: '';
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    top: -1px;
    width: 64px;
    background-color: transparent;
    z-index: 1;
    background-image: url('../img/buy.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 28px;
    border-radius: 3px;
}
span.woocommerce-Price-currencySymbol {
    font-size: 2.2rem;
}
.single-product__add-to-cart .quantity {
    display: none;
}

.flaticon-back::before {
    content: '' !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../img/chevron_left.svg') center center no-repeat;
}
.flaticon-right-arrow::before {
    content: '' !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../img/chevron_right.svg') center center no-repeat;
}
@media all and (max-width: 768px) {
    .woocommerce div.product .product_title {
        font-size: 2rem;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 0 21px;
    }
    .products-grid {
        grid-template-columns: 1fr;
        padding: 0 21px;
    }
    .products > h2 {
        padding: 0 21px;
    }
    .cart-page__container {
        grid-template-columns: 1fr;
    }
    .shop-container {
        padding: 0 21px;
    }
}
