/* MAIN SHOP */
/* .body-main-bg-image {
    height: 100vh;
} */
.woocommerce-shop .body-main-bg-image {
    height: 100vh;
}
.main-shop {
    background-color: #fff;
}
.wrapper-side-bars {
    background-color: #fff;
    padding:27px 0;
    overflow: auto;
    position: sticky;
    top:0;
    left:0;
    right:0;
    z-index: 11;
}
body.admin-bar .wrapper-side-bars {
    top:32px;
}
.woocommerce .button {
    color: #FFF;
    text-align: center;
    font-family: Muller;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid #FFF;
    background-color: transparent;
    transition: .3s;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    padding:13px 23px;
}
.woocommerce .button:hover {
    background-color: #E30613;
}
.wrapper-side-bars::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.list-categories--content-points {
    display: flex;
    list-style-type: none;
    outline: none;
    padding:0 100px 0 0;
    margin: 0;
    overflow: auto;
    overflow-y: hidden;
    position: relative;
}
.list-categories--wrap::before {
    content:'';
    display: block;
    width: 104px;
    height: 94px;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .3s;
}
.list-categories--wrap.left-box-shadow::before {
    opacity: 1;
    visibility: visible;
}
.list-categories--wrap::after {
    content:'';
    display: block;
    width: 104px;
    height: 94px;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 1;
    z-index: 1;
    transition: .3s;
}
.list-categories--content-points::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.list-categories--content-points .cat-point-list a {
    display: flex;
    text-decoration: none;
    outline: none;
    transition: .3s;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    text-align: center;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding:11px 11px 9px;
    margin-right:7px;
    border-radius: 2px;
    border: 1px solid #000;
}
.list-categories--content-points .cat-point-list:last-child a {
    margin-right: 0px;
}
.list-categories--content-points .cat-point-list a:hover,
.list-categories--content-points .cat-point-list a.menu-active {
    color:#E30613;
    border-color:#E30613;
}
.title-category--shop {
    color: #000;
    font-family: Engravers Gothic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin:17px 0 43px;
    text-transform: uppercase;
}
.fixed-btn-cart {
    position: fixed;
    right:calc((100% - 1320px) / 2 + 12px);
    top:500px;
}
/* END */

/* DEFAULT WC STYLE */
.woocommerce ul.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: none;
    margin: 0 -23.5px;
}
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    outline: none;
    width: calc(100% / 3 - 47px);
    margin: 0 23.5px 57px;
    background: #fff;
    position: relative;
}
.woocommerce ul.products li.product > img {
    width: 100%;
    /* height: 100%; */
    height: auto;
    border-radius: 2px;
    margin-bottom: 12px;
}
.woocommerce-shop-item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto;
    flex-wrap: wrap;
    flex-direction: row;
}
.woocommerce-loop-product__title {
    color: #000;
    font-family: Muller;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;   
    width: auto; 
}
.woocommerce ul.products li.product .product-descr {
    color: #000;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .onsale {
    display: none;
}
.woocommerce_shop_loop_item_title_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 5px;   
}
.peculiarity {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: auto;
}
.peculiarity i {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 7px 7px;
}
.peculiarity i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
.woocommerce ul.products li.product .add_to_cart_button {
    position: relative;
    border-radius: 2px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    max-width: 173px;
    width: 100%;
    color: #000;
    text-align: center;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding:8px 16px 5px;
} 
.woocommerce ul.products li.product .add_to_cart_button:hover {
    background:#E30613;
    color:#fff;
}
.woocommerce ul.products li.product .price {
    color: #000;
    font-family: Muller, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: baseline;
}
.woocommerce ul.products li.product .price bdi,
.woocommerce ul.products li.product .price ins {
    text-decoration: unset;
    margin-left: 8px;
}
.woocommerce ul.products li.product .price bdi {
    margin-left:0;
}
.woocommerce ul.products li.product .price ins bdi {
    margin-left:0;
}
.woocommerce ul.products li.product .price del {
    color:#838383;
    font-size: 18px;
}
.woocommerce ul.products li.product .price del bdi {
    margin-left:0;
}
    
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .x-counter {
    order:3;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .price-wrap {
    order:2;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .x-variations {
    order:1;
    width: 100%;
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .x-counter__item--plus:before  {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .x-counter__item--plus {
    position: relative;
    border-radius: 2px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    width: 173px;
    color: #000;
    text-align: center;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding:6px 16px;
    background: #fff;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .x-counter__item--plus:hover {
    background:#E30613;
    color:#fff;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .x-counter::after {
    display: none!important;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .added_to_cart {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .x-variations .x-attributes-group {
    display: flex;
    flex-wrap:wrap;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .x-variations .x-attributes-group .variation {
    color: #000;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 12px;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .x-variations .x-attributes-group .variation::before {
    content:'';
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='13' height='13' rx='0.5' stroke='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
    margin-bottom: 4px;
}
.woocommerce ul.products li.product .woocommerce-shop-item-price-quantity .x-variations .x-attributes-group .variation.selected::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='13' height='13' rx='0.5' fill='%23E30613' stroke='black'/%3E%3Cpath d='M4 7.5L6.4 9.5L10 5.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.fixed-btn-cart {
    position: fixed;
    right: 30px;
    top: 15%;
    z-index: 12;
}
#menu-korzina {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.wpmenucart-contents {
    display: block;
    width: 62px;
    height: 62px;
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor:pointer;
    border:1px solid #000;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='31' viewBox='0 0 40 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.12667 29.2804L3.63274 10.9285H36.3672L32.8733 29.2804C32.7386 29.988 32.12 30.4999 31.3998 30.4999H8.6002C7.87995 30.4999 7.26137 29.988 7.12667 29.2804Z' stroke='black'/%3E%3Cpath d='M16.2107 1L12.8272 6.86032' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M24.0073 1L27.3908 6.86032' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M20.0901 17.4661L20.0901 24.233' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M26.1804 17.4661L26.1804 24.233' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M14 17.4661L14 24.233' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M38 12H2C1.44772 12 1 11.5523 1 11V10C1 9.44772 1.44772 9 2 9H38C38.5523 9 39 9.44772 39 10V11C39 11.5523 38.5523 12 38 12Z' fill='white' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 38px 30px;
    background-repeat: no-repeat;
}
.wpmenucart-contents:hover {
    background-color: #fff;
    border-color:#cc2a28;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='31' viewBox='0 0 40 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.12667 29.2804L3.63274 10.9285H36.3672L32.8733 29.2804C32.7386 29.988 32.12 30.4999 31.3998 30.4999H8.6002C7.87995 30.4999 7.26137 29.988 7.12667 29.2804Z' stroke='%23cc2a28'/%3E%3Cpath d='M16.2107 1L12.8272 6.86032' stroke='%23cc2a28' stroke-linecap='round'/%3E%3Cpath d='M24.0073 1L27.3908 6.86032' stroke='%23cc2a28' stroke-linecap='round'/%3E%3Cpath d='M20.0901 17.4661L20.0901 24.233' stroke='%23cc2a28' stroke-linecap='round'/%3E%3Cpath d='M26.1804 17.4661L26.1804 24.233' stroke='%23cc2a28' stroke-linecap='round'/%3E%3Cpath d='M14 17.4661L14 24.233' stroke='%23cc2a28' stroke-linecap='round'/%3E%3Cpath d='M38 12H2C1.44772 12 1 11.5523 1 11V10C1 9.44772 1.44772 9 2 9H38C38.5523 9 39 9.44772 39 10V11C39 11.5523 38.5523 12 38 12Z' fill='white' stroke='%23cc2a28' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.wpmenucart-contents i {
    display: none;
}
li.wpmenucartli a.wpmenucart-contents span {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 0px;
    bottom: -2px;
    text-align: center;
    color: #FFF;
    font-family: Muller;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    background: #cc2a28;
    color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid white;
    display: inline!important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

/* END */

/* IS CART STYLE */
.cct-nav-wrapper {
    display: flex;
    align-items: flex-end;
    /* margin-bottom: 35px; */
    flex-wrap: wrap;
}
.cct-nav-wrapper .title-h1 {
    margin-bottom: 35px;
    margin-right: 40px;
}
.checkout-nav {
    width: 380px;
    margin-bottom: 35px;
}
.checkout-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-nav ul li {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 17px;
}
.checkout-nav ul li span:first-child {
    display: block;
    width: 17px;
    height: 17px;
    background-color: transparent;
    border-radius: 50%;
    border:1px solid #fff;
}
.checkout-nav ul li.checkout-nav_active span:first-child {
    background-color: #fff;
}
.checkout-nav ul li span:last-child {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #FFF;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}
.checkout-nav ul li.checkout-nav_active span:last-child {
    opacity: 0;
}
.checkout-nav ul li.checkout-nav_line {
    display: block;
    height: 1px;
    width: calc(100% / 2 - 25px);
    background-color: #fff;
    margin-top: 17px;
}
article.post-11 {
    max-width: 630px;
}
.woocommerce-cart-form__contents .cart_item {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:15px 0;
}
.woocommerce-cart-form__contents .cart_item .product-remove {
    margin-right: 27px;
}
.woocommerce-cart-form__contents .cart_item .product-remove a {
    display: block;
    outline: none;
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
    height: 10px;
    width: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M9 1L1 9' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.woocommerce-cart-form__contents .cart_item .product-remove a:hover {

    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9' stroke='%23E30613' stroke-linecap='round'/%3E%3Cpath d='M9 1L1 9' stroke='%23E30613' stroke-linecap='round'/%3E%3C/svg%3E ");
}
.woocommerce-cart-form__contents .cart_item .product-thumbnail {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 15px;
}
.woocommerce-cart-form__contents .cart_item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.woocommerce-cart-form__contents .cart_item .product-name {
    color: #FFF;
    font-family: Muller;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 15px;
    max-width: calc(100% - 37px - 105px - 105px - 83px - 15px);
    width: 100%;
}
.woocommerce-cart-form__contents .cart_item .product-quantity {
    width: 83px;
}
.woocommerce-cart-form__contents .cart_item .product-quantity input {
    width:40px;
    height: 22px;
    border:0;
    background:transparent;
    padding:0px;
    margin:0 3px;
    -webkit-appearance: none;
    outline: none;
    color: #FFF;
    text-align: center;
    font-family: Muller;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-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-cart-form__contents .cart_item .product-quantity .quantity {
    display: flex;
    align-items: center;
}
.woocommerce-cart-form__contents .cart_item .product-quantity .quantity label {
    display: none;
}
.woocommerce-cart-form__contents .cart_item .product-quantity .quantity input {
    order:2;
}
.woocommerce-cart-form__contents .cart_item .product-quantity .quantity .quantity-arrows.minus {
    order:1;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='2' viewBox='0 0 24 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 1L1 1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
    cursor: pointer;
}
.woocommerce-cart-form__contents .cart_item .product-quantity .quantity .quantity-arrows.minus:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='2' viewBox='0 0 24 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 1L1 1' stroke='%23E30613' stroke-linecap='round'/%3E%3C/svg%3E ");
}
.woocommerce-cart-form__contents .cart_item .product-quantity .quantity .quantity-arrows.plus {
    order:3;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L12 23' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M23 12L1 12' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
    cursor: pointer;
}
.woocommerce-cart-form__contents .cart_item .product-quantity .quantity .quantity-arrows.plus:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L12 23' stroke='%23E30613' stroke-linecap='round'/%3E%3Cpath d='M23 12L1 12' stroke='%23E30613' stroke-linecap='round'/%3E%3C/svg%3E ");
}
.woocommerce-cart-form__contents .cart_item .product-subtotal {
    color: #FFF;
    text-align: right;
    font-family: Muller, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    max-width:105px;
    width: 100%;
}
.woocommerce-notices-wrapper {
}
.cart-empty.woocommerce-info {
    margin-bottom: 20px;
}
.woocommerce-notices-wrapper > * {
    margin-bottom: 20px;
}
.woocommerce-notices-wrapper a {
    color:#fff;
    outline: none;
    transition: .3s;
}
.woocommerce-notices-wrapper a:hover {
    text-decoration-color: transparent;
}
.woocommerce-notices-wrapper .cart-empty {
    padding:20px 0;
}
.woocommerce-cart-form {
    max-height: 360px;
    overflow: auto;
    border-bottom:1px solid #fff;
}
.woocommerce-cart-form__contents {    
    
}
.woocommerce-cart-form::-webkit-scrollbar {
    height: 0;
    width: 3px;
} 
.woocommerce-cart-form::-webkit-scrollbar-track {
    background-color: #fff;
}
.woocommerce-cart-form::-webkit-scrollbar-thumb {
    background-color: #f76461;
}
/* здесь убираем затемнение блока при обновлении корзины */
.woocommerce-cart-form.processing .blockUI,
.woocommerce .blockUI {
    display: none!important;
}
.cart-collaterals .cart_totals.processing .blockUI {
    display: none!important;
}
/******************************************************/
.cart-collaterals {
    padding:22px 0;
}
.cart-collaterals .cart_totals {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.cart-collaterals .cart_totals .order-total {
    display: flex;
    align-items: baseline;
    color: #FFF;
    font-family: Muller, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 22px;
}
.cart-collaterals .cart_totals .order-total div:last-child,
.cart-collaterals .cart_totals .order-total div:last-child strong {
    font-weight: 500;
    text-align: right;
}
.cart-collaterals .cart_totals .order-total div:last-child {
    margin-left: 16px;
}
/* END */

/* CHECKOUT STYLE */
.woocommerce-shipping-fields {
    display: none;
}
form.woocommerce-checkout {
    max-width: 825px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form.woocommerce-checkout .col2-set {
    max-width: 368px;
    width: 100%;
}
form.woocommerce-checkout .col2-set .col-1 {
    width: 100%;
}
form.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
    max-width: 368px;
    width: 100%;
}
.woocommerce-billing-fields p.form-row {
    margin-bottom: 0;
}
.woocommerce-billing-fields p > label {
    display: none;
}
#billing_time_method_field {
    width: 100%;
}
#billing_time_method_field .woocommerce-input-wrapper {
    display: flex;
    flex-direction: row;
    /* width: calc(100% + 10px);
    margin:0 -5px; */
}
#billing_time_method_field .woocommerce-input-wrapper label {
    width:calc(100% / 2 - 10px);
    margin:0 5px 10px;
    border-radius: 2px;
    border: 1px solid #FFF;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:14px;
    color: #FFF;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: .3s;
    background: transparent;
}
#billing_time_method_field .woocommerce-input-wrapper input:checked + label {
    background: #E30613;
}
#billing_time_method_field .woocommerce-input-wrapper input:not(:checked) + label:hover {
    border-color:#E30613;
    color:#E30613;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin:0 -5px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-wide {
    width: calc(100% - 10px);
    margin:0 5px 10px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last {
    width:calc(100% / 2 - 10px);
    margin:0 5px 10px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-text {
    outline: none;
    display: flex;
    border-radius: 2px;
    border: 1px solid #FFF;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:14px;
    color: #FFF;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .3s;
    background: transparent;
    width:100%;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-text::placeholder {
    color:#fff;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-text:focus {
    border-color:#E30613
}
.woocommerce-additional-fields .input-text {
    outline: none;
    display: flex;
    border-radius: 2px;
    border: 1px solid #FFF;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:14px;
    color: #FFF;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .3s;
    background: transparent;
    width:100%;
    height: 80px;
}
.woocommerce-additional-fields .input-text::placeholder {
    color:#fff;
}
.woocommerce-additional-fields .input-text:focus {
    border-color:#E30613
}
.select2-container--default .select2-selection--single {
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    border-radius: 2px;
    padding: 14px;
    height: 100%;
}
#billing_new_field16_field .woocommerce-input-wrapper {
    display: block;
    height: 100%;
}
#billing_new_field16_field .woocommerce-input-wrapper .select2-container {
    width: 100%!important;
    height: 100%;
}
#billing_new_field16_field .woocommerce-input-wrapper .select2-container .selection {
    height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    color: #fff;
    padding-left: 0;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 1px;
    width: 20px;
    bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.select2-dropdown {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10.5px);
    border-radius: 2px;
}
.select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #000;
    outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #E30613;
    outline: none;
}
.select2-results__option {
    font-size: 14px;
    line-height: normal;
}
#order_review_heading {
    color: #FFF;
    font-family: Engravers Gothic;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px;
}
.woocommerce-checkout-review-order-table {
    width: 100%;
}
.woocommerce-checkout-review-order-table tbody {

}
.woocommerce-checkout-review-order-table .cart_item {
    color: #FFF;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:0;
    /* padding-bottom:20px; */
}
.woocommerce-checkout-review-order-table .cart_item td {
    padding:0;
    padding-bottom:20px;
}
.woocommerce-checkout-review-order-table .cart_item .product-name strong {
    font-weight: 500;
}
.woocommerce-checkout-review-order-table .cart_item .product-total {
    color: #FFF;
    text-align: right;
    font-family: Muller, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.woocommerce-checkout-review-order-table .order-total {
    /* display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 20px; */
    border-top:1px solid #fff;
}
.woocommerce-checkout-review-order-table .order-total th {
    color: #FFF;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top:20px;
}
.woocommerce-checkout-review-order-table .order-total td {
    padding-top:20px;
    text-align: right;   
}
.woocommerce-checkout-review-order-table .order-total td strong {
    color: #FFF;
    text-align: right;
    font-family: Muller, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.woocommerce-shipping-totals th {
    color: #FFF;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}
.woocommerce-shipping-totals td {
    color: #FFF;
    text-align: right;
    font-family: Muller, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}
.woocommerce-shipping-totals td ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.woocommerce-shipping-totals td ul li input {
    display: none;
}
/* .woocommerce-shipping-totals td ul li input:not(:checked) + label {
    display: none;
} */
.payment_box {
    display: none!important;
}
.woocommerce-checkout-payment .payment_methods {
    list-style-type: none;
    padding: 26px 0;
    margin: 0;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method {

}
.woocommerce-checkout-payment .payment_methods .wc_payment_method label {
    padding-left: 17px;
    position: relative;
    color: #FFF;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: .3s;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method label::before {
    content:'';
    display: block;
    width: 10px;
    height: 10px;
    transition: .3s;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4.5' stroke='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top:1px;
    left:0;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4.5' stroke='white'/%3E%3Ccircle cx='5' cy='5' r='3' fill='white'/%3E%3C/svg%3E%0A");
}
.woocommerce-privacy-policy-text {
    color: #FFF;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 14px;
}
.woocommerce-privacy-policy-text a {
    color:#fff;
    text-decoration-color: #fff;
    transition: .3s;
    cursor: pointer;
}
.woocommerce-privacy-policy-text a:hover {
    text-decoration-color: transparent;
    color:#fff;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
    color: #FFF;
    font-family: Muller, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label a {
    color:#fff;
    text-decoration-color: #fff;
    transition: .3s;
    outline: none;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label a:hover {
    color:#fff;
    text-decoration-color: transparent;
}
.woocommerce-form__label-for-checkbox span::before {
    content:'';
    display:inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
    cursor: pointer;
    transition: .3s;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='2.5' stroke='white'/%3E%3C/svg%3E ");
}
.woocommerce-form__label-for-checkbox input:checked + span::before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='11' height='11' rx='2.5' fill='%23E30613' stroke='white'/%3E%3Cpath d='M3 6L5.4 8L9 4' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E ");
}
.woocommerce-error {
    list-style-type: none;
    padding:14px 17px;
    margin:0;
    margin-bottom:20px;
    border: 1px solid #fff;
}
.woocommerce-error li {
    margin-bottom: 8px;
}
.woocommerce-error li strong {
    font-weight: 500;
    color:#f76461;
}
/* END */

.woocommerce-Price-currencySymbol,
.delivery-grid-item_text {
    font-family: Muller, system-ui;
}

/* THANK STYLE */
.woocommerce-order-received .woocommerce-order  {
    max-width:630px;
}
.woocommerce-thankyou-order-received {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 34px;
}
ul.woocommerce-thankyou-order-details {
    padding:0;
    list-style-type: none;
    margin: 0 0 40px;
}
ul.woocommerce-thankyou-order-details li {
    margin-bottom: 4px;
}
ul.woocommerce-thankyou-order-details li strong {
    font-weight: 500;
}
.woocommerce-order-details__title {
    color: #FFF;
    font-size: 38px;
    font-family: Engravers Gothic;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.woocommerce-order-details .woocommerce-table--order-details,
.woocommerce-order-details .woocommerce-table--custom-fields {
    max-width: 368px;
    width: 100%;
}
.woocommerce-order-details .woocommerce-table--order-details tbody {
    border-bottom:1px solid #fff;
}
.woocommerce-order-details .woocommerce-table__line-item.order_item {

}
.woocommerce-order-details .woocommerce-table__line-item.order_item td {
    padding-bottom: 10px;
}
.woocommerce-order-details .woocommerce-table__line-item.order_item td:first-child,
.woocommerce-order-details .woocommerce-table__line-item.order_item td:first-child strong {
    font-weight: 400;
}
.woocommerce-order-details .woocommerce-table__line-item.order_item td:last-child {
    font-weight: 500;
    text-align: right;
}
.woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child td {
    padding-top:10px;
}
.woocommerce-order-details .woocommerce-table--order-details tfoot tr th,
.woocommerce-order-details .woocommerce-table--order-details tfoot tr th strong {
    font-weight: 400;
}
.woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
    text-align: right;
    font-weight: 500;
}
.woocommerce-order-details .woocommerce-table--custom-fields tbody tr th,
.woocommerce-order-details .woocommerce-table--custom-fields tbody tr th strong {
    font-weight: 400;
} 
.woocommerce-order-details .woocommerce-table--custom-fields tbody tr td {
    text-align: right;
    font-weight: 500;
}
/* END */

/* MEDIA STYLE */
@media(max-width:1200px) {
    .woocommerce ul.products li.product .add_to_cart_button {
        max-width: 123px;
    }
}
@media(max-width:992px) {
    form.woocommerce-checkout .col2-set {
        max-width: 100%;
        width: 100%;
    }
    form.woocommerce-checkout .woocommerce-checkout-review-order {
        max-width:100%;
    }
    .woocommerce ul.products li.product {
        width: calc(100% / 2 - 47px);
    }
}
@media(max-width:768px) {
    .woocommerce-cart-form__contents .cart_item .product-subtotal {
        max-width: 60px;
    }
    .woocommerce-cart-form__contents .cart_item .product-name {
        max-width: calc(100% - 37px - 105px - 60px - 83px - 15px);
    }
    .woocommerce ul.products li.product .price {
        font-size: 18px;
    }
    .woocommerce ul.products li.product .price del {
        color: #838383;
        font-size: 16px;
    }
    .woocommerce ul.products li.product .add_to_cart_button {
        max-width: 100px;
    }
}
@media(max-width:576px) {
    .woocommerce-order-details__title {
        font-size: 28px;
    }
    .checkout-nav ul li:last-child {
        align-items: flex-end;
    }
    .checkout-nav ul li:first-child {
        align-items: flex-start;
    }
    .checkout-nav {
        width: 100%;
        /* margin-bottom: 0; */
    }
    .woocommerce-cart-form__contents .cart_item {
        flex-wrap: wrap;
    }
    .woocommerce-cart-form__contents .cart_item .product-remove {
        margin-right: auto;
        margin-bottom: 20px;
    }
    .woocommerce-cart-form__contents .cart_item .product-thumbnail {
        display: none;
    }
    .woocommerce-cart-form__contents .cart_item .product-name {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 500;
    }
    .woocommerce-cart-form__contents .cart_item .product-quantity {
        width: 83px;
        margin-left: auto;
    }
    .woocommerce-cart-form__contents .cart_item .product-subtotal {
        max-width: 80px;
    }
    #wpadminbar {
        display: none;
    }
    .woocommerce ul.products {
        margin:0;
    }
    .woocommerce ul.products li.product {
        width: 100%;
        margin: 0 0px 57px;
    }
    .wrapper-side-bars {
        padding: 16px 0;
    }
    body.admin-bar .wrapper-side-bars {
        top: 0px;
    }
    .wpmenucart-contents {
        width: 52px;
        height: 52px;
        background-size: 28px 20px;
    }
    li.wpmenucartli a.wpmenucart-contents span {
        border: 1px solid white;
        font-size: 9px;
        width: 18px;
        height: 18px;
    }
    .list-categories--wrap::after {
        display: none;
    }
    .list-categories--wrap::before {
        display: none;
    }
    .list-categories--content-points::after {
        /* display: none; */
        /* width: 45px;
        height: 75px; */
        content:'';
        display: block;
        width: 12px;
        height: 12px;
        position: unset;
        background:unset;
        padding: 6px;
    }
    .list-categories--content-points::before {
        /* display: none; */
        /* width: 45px;
        height: 75px; */
        content:'';
        display: block;
        width: 12px;
        height: 12px;
        position: unset;
        background:unset;
        padding: 6px;
    }
    .wrapper-side-bars {
        margin: 0 -12px;
    }
    .fixed-btn-cart {
        position: fixed;
        right: 12px;
        top: 15%;
        z-index: 12;
    }
    .list-categories--content-points {
        padding: 0;
    }
}
@media(max-width:414px) {
    
}
@media(max-width:360px) {
    .checkout-nav ul li span:last-child {
        white-space: inherit;
        align-items: flex-end;
        height: 14px;
    }
}
/* END */