:root {
    --primary-red: #e41544;
}

body {
    margin: 0 !important;
}

header {
    top: 0;
}

ul {
    margin: 0;
}

p {
    margin-bottom: 0;
}

.soc p {
    white-space: nowrap;
}

.head .soc p {
	margin: auto;
}

.soc .netw-item i::before {
	font-family: brucelee;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
}

.soc .netw-item img {
    width: 1rem;
}

.lrm-user-modal-container ul.lrm-switcher li {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.woocommerce a.back_call_btn,
.woocommerce a.yellow_btn,
.woocommerce a.cart_link {
    color: black;
}

.woocommerce a.back_call_btn:hover,
.woocommerce a.cart_link:hover {
    color: black;
}

.woocommerce a.tel {
    color: white;
}

.woocommerce a.tel:hover {
    color: white;
}

.head .pages a {
    display: flex;
    align-items: center;
}

.head .pages a i::before {
    width: 24px;
    height: 24px;
    font-size: 24px;
    transition: .25s;
}

.head .pages a:hover i::before {
    color: var(--primary-red);
}

.head .pages a .icon {
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.head .pages a .icon svg {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    transition: .25s;
    fill: #827c7c;
}

.head .pages a:hover .icon svg {
    fill: var(--primary-red);
}

.head .pages a img.icon {
    filter: grayscale(1);
    transition: .25s;
}

.head .pages a:hover img.icon {
    filter: grayscale(0);
}

.modal,
.lrm-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 999999;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
}

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

.modal .modal-container {
    position: relative;
    overflow: hidden;
}

.modal .modal-container .clear_cart {
    max-width: calc(100% - 24px);
}

.modal .modal-container .close-modal {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 5px;
    z-index: 401;
}

.modal .modal-container .close-modal svg {
    fill: #ffc533;
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.modal.is-visible,
.lrm-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
}

body .lrm-user-modal .lrm-user-modal-container {
    position: relative;
}

.modal .modal-container .close-modal,
body .lrm-user-modal .lrm-close-form {
    background: url(../img/svg/close-button.svg) center no-repeat;
    background-size: 20px;
    opacity: .8;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    top: 0;
    right: 0;
    transition: .25s;
    transform: translate(-40%, 20%);
}

.lrm-form .fieldset {
    position: relative;
    margin: 1.4em 0;
    padding: 0 !important;
    clear: both;
}

body .lrm-user-modal .lrm-user-modal-container .lrm-switcher {
    margin-bottom: 40px !important;
    display: flex;
    justify-content: center;
}

ul.lrm-switcher {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body .lrm-user-modal .lrm-user-modal-container .lrm-switcher a {
    color: #8d8f91;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    background: 0 0;
    height: auto;
    line-height: 35px;
    transition: .25s;
    display: block;
}

body .lrm-user-modal .lrm-user-modal-container .lrm-switcher a.selected, 
body .lrm-user-modal .lrm-user-modal-container .lrm-switcher a:hover {
    background: 0 0;
    color: #fff;
}

.lrm-switch-to-link:before {
    line-height: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 3px;
    height: 24px;
    width: 24px;
    font-size: 24px;
    margin-top: -2px;
}

body .lrm-user-modal .lrm-user-modal-container .lrm-switcher a:before {
    content: ' ';
    filter: invert(1);
}

.lrm-font-svg .lrm-switch-to--login:before {
    background: url(../img/login.png) no-repeat center center;
    background-size: 100%;
}

.lrm-font-svg .lrm-switch-to--register:before {
    background: url(../img/user.png) no-repeat center center;
    background-size: 100%;
}

.lrm-signin-section, 
.lrm-signup-section, 
.lrm-reset-password-section {
    display: none;
}

.lrm-signin-section.is-selected, 
.lrm-signup-section.is-selected, 
.lrm-reset-password-section.is-selected {
    display: block;
}

.lrm-form label {
    font-size: 14px;
}

.lrm-form label.image-replace,
.lrm-form .lrm-image-replace {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 21px;
    width: 22px;
    overflow: hidden;
    color: #d2d8d8;
    white-space: nowrap;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 0 !important;
}

.lrm-font-svg .lrm-form label.image-replace,
.lrm-font-svg .lrm-form .lrm-image-replace {
    height: 20px;
    color: transparent;
}

.lrm-font-svg .lrm-form label.lrm-email,
.lrm-font-svg .lrm-form .lrm-ficon-mail {
    background-image: url(../img/svg/cd-icon-email.svg);
}

.lrm-form input.has-border,
.lrm-form select.has-border {
    border: 1px solid #d2d8d8;
}

.lrm-form input.has-border,
.lrm-form select.has-border {
    appearance: none;
}

.lrm-form input.has-padding,
.lrm-form select.has-padding,
.lrm-form button.has-padding {
    padding: 12px 20px 12px 50px;
}

.lrm-form input.full-width,
.lrm-form select.full-width,
.lrm-form button.full-width {
    width: 100% !important;
    box-sizing: border-box;
}

.lrm-form input,
.lrm-form select {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    height: auto !important;
}

.lrm-form input[type=password] {
    padding-right: 65px;
}

.lrm-font-svg .lrm-form .hide-password {
    display: inline-block;
    transform: translateY(-50%);
    text-shadow: none;
    border-left: 1px solid #303235;
    height: 20px;
    color: transparent;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 21px;
    width: 22px;
    overflow: hidden;
    color: #d2d8d8;
    white-space: nowrap;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
    left: unset;
    font-size: 14px;
    cursor: pointer;
    background-position: center;
    padding: 10px 12px;
    right: 5px;
}

.lrm-font-svg .lrm-form label.lrm-password,
.lrm-font-svg .lrm-form .lrm-ficon-key {
    background-image: url(../img/svg/cd-icon-password.svg);
}

.lrm-font-svg .lrm-form .hide-password,
.lrm-font-svg .lrm-form .lrm-ficon-eye {
    padding: 20px 21px;
    background-size: 24px;
    text-indent: -300px;
    background-image: url(../img/svg/iconmonstr-eye-4.svg);
} 

.lrm-font-svg .lrm-form label.lrm-username,
.lrm-font-svg .lrm-form .lrm-ficon-user {
    background-image: url(../img/svg/cd-icon-username.svg);
}

.lrm-integrations-before-btn.error,
.lrm-info--register.error {
    color: red;
}

.b_title .free_delivery::before {
    display: none;
}

.b_title.wrap .mini-block-icon {
    position: absolute;
    left: 0;
    top: 0;
    translate: 5% -20%;
    bottom: auto;
    margin: 0;
    width: 51px;
    height: 48px;
}

.b_title .free_delivery p {
    margin: 0;
}

.seo_text .ttl {
    display: block;
}

footer .soc ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: var(--primary-red);
    line-height: 28px;
    font-size: 18px;
}

.owl-item .product_item {
    width: calc(100% - 1px);
}

.map_wrap {
    margin-top: 2rem;
}

input label {
    color : white;
}

.dropdown .cart_items {
    max-height: 248px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown .cart_items .product-thumbnail.img {
    box-sizing: border-box;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-size: cover;
    background-position: top;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #282c3100;
}

::-webkit-scrollbar-thumb {
    background: var( --primary-red );
}  

header .cart .dropdown {
    width: 600px;
}

.dropdown .item ins {
    color: #81bd50;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-inline: 12px;
}

/* Cart page */
.inside_box .cart_item {
    padding-right: 20px;
}

.cart_list .shop_table .cart-head div:first-of-type,
.inside_box .cart_item .img {
    flex-basis: 60px;
    flex-shrink: 0;
    margin-right: 12px;
}

.cart_list .shop_table .cart-head div:last-of-type,
.inside_box .cart_item .remove-product-wrap {
    flex-basis: 60px;
    min-width: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inside_box .cart_item .t-center {
    text-align: center;
}

.inside_box .cart_item .sett .product-quantity {
    margin: 0 auto;
}

.cart_list .shop_table .cart-head div:nth-child(3),
.cart_list .shop_table .cart-head div:nth-child(5),
.inside_box .cart_item .product-subtotal,
.inside_box .cart_item .product-total {
    flex-basis: 100px;
    width: 100px;
    min-width: 100px;
    flex-shrink: 0;
}

.cart_list .shop_table .cart-head div:nth-child(2),
.inside_box .cart_item .product-name {
    flex-basis: 50%;
    max-width: 50%;
}

.cart_list .shop_table .cart-head div:nth-child(4) {
    width: 400px;
}

.cart_list .shop_table .cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 20px;
    background-color: #1c1e21;
    width: 100%;
}

.cart_list .shop_table div {
    text-align: center;
}

/* Cart page end */


/* Checkout page */
.back-to-cart {
    text-align: center;
    margin-top: 12px;
}

.wc-block-checkout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative;
/*    flex-direction: row-reverse;*/
}

#customer_details,
.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: calc(65% - 4rem);
    margin: 0 auto;
    background: #191b1e;
    padding-right: 0;
    padding: 40px 55px;
    overflow: hidden;
}

p.form-row {
    margin-top: 16px;
    position: relative;
    white-space: nowrap;
}

/*.wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-components-form .wc-block-components-text-input input[type=number], 
.wc-block-components-form .wc-block-components-text-input input[type=password], 
.wc-block-components-form .wc-block-components-text-input input[type=tel], 
.wc-block-components-form .wc-block-components-text-input input[type=text], 
.wc-block-components-form .wc-block-components-text-input input[type=url], */
.form-row input[type=email], 
.form-row input[type=number], 
.form-row input[type=password], 
.form-row input[type=tel], 
.form-row input[type=text], 
.form-row input[type=url],
.form-row textarea,
.wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-components-textarea
{
    background-color: #181b1e00;
    border-bottom: 1px solid;
    border-radius: 0;
    color: white;
    border-color: #303235;
    border: 1px solid hsla(0, 0%, 7%, .8);
    box-sizing: border-box;
    font-family: inherit;
    font-size: 1em;
    height: 50px;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
}

.form-row textarea {
    height: 100px;
}

.cart-total-details .total-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout-review-order-table tr td {
    padding-bottom: 16px;
    text-align: center;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    color: #81bd50;
    font-size: 18px;
    font-weight: 700;
}

.woocommerce-checkout-review-order-table .product-th {
    position: relative;
    width: 60px;
}

.woocommerce-checkout-review-order-table .product-name {
    text-align: center;
    padding-inline: 16px;
}


/*.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td,
.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    width: 50%;
}*/

.woocommerce-checkout-review-order-table .cart_item .product-th .product-quantity {
    background: var(--primary-red);
    border-radius: 50%;
    color: white;
    line-height: 1.2;
    text-align: center;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    color: white !important;
}

.wc-block-components-main h3 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: white;
    word-break: break-word;
}

.form-row label,
.wc-block-components-checkout-step__description,
.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-block-components-title.wc-block-components-title{
    color: hsla(0, 0%, 100%, .4) !important;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: .5625em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: -17px;
    transform: translateY(1em);
    transform-origin: top left;
    transition: all .2s ease;
}

.form-row.notes label[for="order_comments"] {
    display: none;
}

.wc-block-checkout__shipping-method-option {
    background-color: #202226 !important;
}

.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
    border-color: white;
    border: 2px solid;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1px currentColor;;
}

.wc-block-components-button {
    display: inline-block;
    width: 300px !important;
    margin: 0 auto;
    height: 55px !important;
    background-color: #181412;
    background-image: linear-gradient(to right, #cf0e49 0, #e61644 100%);
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(230, 22, 68, .33);
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .25s;
}

#order_review,
.wc-block-components-sidebar {
    margin-top: 0 !important;
    box-sizing: border-box;
    padding: 40px 20px;
    width: calc(35% - 4rem);
    margin: 0 auto;
    background-color: #181b1e;
}

.wc-block-components-formatted-money-amount {
    color: #81bd50;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    line-height: 1.375;
    margin-top: 8px;
    color: #6f7678;
}

#shipping_method li {
    color: #ffffff4d;
    position: relative;
    height: 52px;
}

#shipping_method li .woocommerce-Price-amount {
    color: #81bd5033;
}

#shipping_method li.active .woocommerce-Price-amount {
    color: #81bd50;
}

#shipping_method li label {
    position: relative;
    display: block;
}

#shipping_method li.active label {
    color: #ffffff;
}

.woocommerce .wc_payment_methods {
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 24px;
}

.woocommerce-shipping-totals.shipping {
    margin-block: 24px;
}

.woocommerce .wc_payment_methods .wc_payment_method {
    padding: 0;
}

#shipping_method li label,
.woocommerce .wc_payment_methods .wc_payment_method label {
    font-size: 1.25em;
    text-align: left;
    color: #ffffff4d;
    width: auto;
    padding-left: 36px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#shipping_method li label:before,
.woocommerce .wc_payment_methods .wc_payment_method label:before {
    opacity: 0.35;
    background: none !important;
    width: 1.25em !important;
    height: 1.25em !important;
    border: 1px solid white;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: auto;
    margin: 0;
}

.woocommerce .wc_payment_methods .wc_payment_method.active label {
    color: #ffffff;
}

#shipping_method li.active label:before,
.woocommerce .wc_payment_methods .wc_payment_method.active label:before {
    opacity: 1;
    border-width: thick;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type {
    padding-top: .5rem;
}

.wc-block-components-address-form__address_2-toggle {
    display: block;
}
/* Checkout page end */


.product_modal .try .cart_product .info {
    overflow: hidden;
}

.add_to_cart {
    padding-top: 7px;
}

.product_modal .try .cart_product .sett {
    text-align: center;
    justify-content: space-around;
}

.try em {
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
}

.inside_box .cart_item .price {
    width: auto;
}

.wpml-ls-legacy-dropdown-click {
    width: auto;
}

.wpml-ls-legacy-dropdown-click>ul {
    padding: 15px 20px;
    border-left: 1px solid #1f2225 !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    background: #141618;
    color: #827c7c;
    font-size: 15px;
    font-weight: 400;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    color: #827c7c;
    background: #141618;
}

.wpml-ls-legacy-dropdown-click a {
    border: none;
}

.wpml-ls-legacy-dropdown-click a:visited {
    color: #827c7c;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item a {
    background: #141618;
}

.woocommerce .cart_totals .btns .btn.disabled {
    background: gray;
    box-shadow: 0 15px 30px rgb(131 126 127 / 33%);
    pointer-events: none;
    color: #ffffffb5;
}

.dropdown .cart_items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

.dropdown .cart_items img {
    width: 60px;
    height: 60px;
} 

.dropdown .cart_items .item .product-name {
    margin-inline: 1rem;
    text-align: center;
}

.dropdown .cart_items .item .product-name a,
.dropdown .cart_items .item .product-name a:visited {
    color: white;
}

.dropdown .cart_items .product-quantity {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dropdown .cart_items .item .qty {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background-color: #f1003f;
    display: inline-block;
    text-align: center;
    line-height: 1.3;
}

.dropdown .btns-wrap {
    margin-bottom: 1.5rem;
}

.dropdown .btns-wrap .go_to_card {
    display: block;
    width: 200px !important;
    margin: 0 auto;
    height: 55px;
    background-color: #181412;
    background-image: linear-gradient(to right, #cf0e49 0, #e61644 100%);
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(230, 22, 68, .33);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .25s;
}

.header .cart_link {
    color: #000 !important;
}

.header .cart_link:hover {
    color: #000 !important;
}

.woocommerce #payment .form-row.place-order {
    display: block;
}

.woocommerce #payment .form-row.place-order button {
    margin: 0 auto;
    display: block;
}

.page-template-checkout-page .woocommerce-order {
/*    width: calc(100% - 4rem);*/
    margin: 0 auto 2rem auto;
    background-color: #141618;
    padding: 2rem;
}

.woocommerce-order .woocommerce-order-details {
    margin: 0 -2rem;
}

.woocommerce-bacs-bank-details {
    margin-top: 12px;
}

.page-template-checkout-page h2,
.page-template-checkout-page h3 {
    color: white;
    padding-bottom: 12px;
}

.woocommerce-order-details__title,
.page-template-checkout-page .woocommerce-order .woocommerce-notice,
.woocommerce-customer-details h2 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2rem;
    color: white;
}

.woocommerce-customer-details address {
    text-align: center;
    line-height: 22px;
}

.page-template-checkout-page .woocommerce-order .woocommerce-order-overview li {
    margin-bottom: 0.5rem;
    position: relative;
    border-bottom: 1px #8080805c dotted;
    padding-bottom: 0.5rem;
}

.page-template-checkout-page .woocommerce-order .woocommerce-order-overview li strong {
    position: absolute;
    right: 0;
}

.woocommerce-table__line-item.order_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 20px;
    padding-right: 35px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 2px;
    background-color: #1c1e21;
    transition: .25s;
}

.woocommerce-table__line-item.order_item td {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.woocommerce-table__line-item.order_item td.product-total {
    justify-content: end;
}

.i_page.checkou-page {
    padding-bottom: 0;
}

.woocommerce-order-details .shop_table.order_details {
    margin-bottom: 0;
}

.woocommerce-table__line-item.order_item .item-qty {
    flex-shrink: 0;
}

.woocommerce-table__line-item.order_item .product-name {
    text-align: center;
}

.woocommerce-checkout-review-order-table .order-shipping span.method {
    display: none;
}

.woocommerce-checkout-review-order-table .order-shipping span.method.active {
    display: inline;
} 

#order_review .prepending {
    opacity: 0.35;
}

.add_to_cart.cart_btn {
    width: 130px !important;
    height: 33px !important;
}

.product_item_modal .alert {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: chocolate;
}

/* .products_list .owl-carousel.owl-loaded {
    position: static;
} */

.products_list.owl-carousel .owl-nav {
    height: 0;
    position: static;
}

.products_list.owl-carousel .owl-nav button {
    position: absolute;
    bottom: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffffff30;
    transform: translate(0, 50%);
    display: inline-grid;
    font-size: xx-large;
    align-content: stretch;
    justify-content: center;
    justify-items: stretch;
    line-height: 0.85;
}

.products_list.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.products_list.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.products_list .woocommerce-pagination {
    flex-basis: 100%;
}

@media (max-width: 1024px) {
    .wc-block-checkout
    {
        flex-direction: column-reverse;
    }
    #order_review,
    .wp-block-woocommerce-checkout-fields-block {
        width: calc(100% - 2rem) !important;
        padding: 2rem;
    }

    .woocommerce-checkout-review-order-table tr td {
        text-align: center;
    }

    .woocommerce-checkout-review-order-table tr td.is-total,
    .woocommerce-checkout-review-order-table tr td.product-total {
        text-align: right;
    }

    .wp-block-woocommerce-checkout-fields-block {
        margin-top: 2rem !important;
    }

    .is-large .wc-block-checkout__sidebar.is-sticky {
        position: relative !important;
    }
}

@media screen and (max-width: 990px) {
    .cart_list .shop_table .cart-head div:nth-child(4) {
        width: 160px;
    }

    .product_modal .try {
        display: block;
    }

    .product_modal .try .list {
        flex-direction: column;
    }

    .product_modal .try .cart_product {
        width: calc(100% - 10px);
    }

    .product_modal .try .cart_product .sett {
        text-align: center;
        justify-content: center;
        flex-direction: column;
        flex-basis: 33%;
    }

    .qty_wrap.small,
    .order .add_to_cart,
    .product_item .qty_wrap {
        height: 43px !important;
    }

    .inside_box .cart_item .remove {
        position: relative;
    }
}

@media screen and (max-width: 760px) {
    header .menu_b .links .border {
        width: 50%;
        margin: 0;
        margin-right: 0;
        border-bottom: 1px solid rgba(65, 63, 64, .1);
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #order_review, 
    .wp-block-woocommerce-checkout-fields-block {
        padding: 1rem !important;
    }

    .wp-block-woocommerce-checkout-fields-block {
        margin-top: 1rem !important;
    }
}

@media (max-width: 430px) {
    .woocommerce .wc_payment_methods {
        flex-direction: column;
/*        align-items: center;*/
    }
    
    .woocommerce .wc_payment_methods .wc_payment_method {
        width: calc(100% - 4rem);
        margin-right: 0;
    }

    .woocommerce-order .woocommerce-order-details {
        margin-top: 2rem;
    }

    .qty_wrap input {
        width: 45px !important;
    }

    .add_to_cart.cart_btn span {
        display: none;
    }

    .product_modal .try .cart_product .price {
        margin-right: 0;
    }

    .product_item .qty_wrap button {
        width: 30px;
        height: 30px;
    }

    .cart_list .shop_table .cart-head {
        display: none;
    }

    .inside_box .cart-body .cart_item .product-name {
        position: absolute;
        top: 5px;
        margin-inline: 72px;
        width: 65%;
        max-width: 65%;
        max-height: 34px;
    }

    .inside_box .cart-body .cart_item .remove-product-wrap {
        position: absolute;
        right: -12px;
        top: 0;
        height: 100%;
    }

    .inside_box .cart-body .cart_item .price {
        min-width: 75px;
        width: 75px;
        position: absolute;
        bottom: 13px;
    }

    .inside_box .cart-body .cart_item .price.product-subtotal {
        left: 85px;
    }

    .inside_box .cart-body .cart_item .price.product-total {
        right: 25px;
    }

    .inside_box .cart-body .cart_item .sett {
        position: absolute;
        bottom: 5px;
        margin: 0 150px;
    }

    .inside_box .cart-body .cart_item .sett .product-quantity {
        margin: 0;
    }

    .qty_wrap.medium {
        padding: 0;
        width: 140px;
    }

    .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
        font-size: 18px;
    }
}

@media (max-width: 390px) {
    .inside_box .cart-body .cart_item .sett {
        margin: 0 140px;
    }

    .inside_box .cart-body .cart_item .sett .qty_wrap.medium {
        width: 120px;
    }
}

@media (max-width: 375px) {
    .inside_box .cart-body .cart_item .sett .qty_wrap.medium {
        width: 110px;
    }
}