/*
 * Theme Name: ZakazTort
 * Version: 1.0.2
*/

/*
 * WooCommerce styles override
*/
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  background-image:url('/assets/images/loading.gif');
}

a.restore-item:hover {
    color: #ffffff;
}

/* product-gallery off */
.woocommerce-product-gallery .flex-control-thumbs,
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child){
    display: none !important;
}

/*
 * WooCommerce filling category START
*/
.filling-category {
    width: 100%;
}

.filling-category h4 {
    margin: 0 0 10px 14px;
    line-height: 26px;
    font-size: 22px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

.filling-select {
    position: relative;
}

.filling-select-btn {
    width: 100%;
    padding: 6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 60px;
    cursor: pointer;
}

.filling-select-btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.filling-select-btn ul li {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    width: 100%;
    padding-bottom: 0;
    padding-right: 70px;
}

.filling-select-btn ul {
    margin: 0;
    padding: 0;
}

.filling-select-btn ul li figure {
    margin: 0;
}

.filling-select-btn ul img {
    display: block;
    object-fit: cover;
    min-width: 47px;
    width: 47px;
    height: 47px;
    border-radius: 100%;
}

.filling-select-btn ul li span {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-left: 10px;
    font-family: 'Circe';
}

.filling-select-btn ul li:before {
    position: absolute;
    right: 16px;
    top: 16px;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.filling-select-btn:hover ul li:before {
    border-color: #D4AF37;
}

.filling-select-wrapper {
    position: absolute;
    display: none;
    margin-top: 10px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
    border-radius: 30px;
    transition: all 0.3s ease; /* Плавная анимация */
    z-index: 1;
}

.filling-select-wrapper.opened {
    display: block;
}

ul#filling-select-list {
    max-height: 270px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#filling-select-list li {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 6px;
    padding-right: 70px;
    margin-bottom: 10px;
    cursor: pointer;
}

ul#filling-select-list figure {
    margin: 0;
    padding: 0;
}

ul#filling-select-list figure img {
    display: block;
    object-fit: cover;
    min-width: 47px;
    width: 47px;
    height: 47px;
    border-radius: 100%;
}

ul#filling-select-list li span {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-left: 10px;
    font-family: 'Circe';
}

ul#filling-select-list li:before {
    position: absolute;
    right: 18px;
    top: 21px;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #D4AF37;
}

ul#filling-select-list li:after {
    position: absolute;
    right: 20px;
    top: 23px;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #D4AF37;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
}

ul#filling-select-list:hover ul li:before {
    background-color: #D4AF37;
}

ul#filling-select-list li:last-child {
    margin-bottom: 0;
}

#filling-select-list li:hover:after {
    opacity: 1;
}
/*
 * WooCommerce qty END
*/

/*
 * WooCommerce weight START
*/
.wrap_weight_filling {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
}

.weight-select {
    width: 100%;
    max-width: 120px;
}

.weight-select-btn {
    position: relative;
    width: 100%;
    min-width: 120px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px 30px 15px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #C6C6C6;
    outline: none;
    cursor: pointer;
    background: #fff;
}

.weight-select p {
    display: block;
    margin: 0 0 10px;
    line-height: 26px;
    font-size: 22px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

ul.weight-select-list {
    display: none;
}

.weight-select-btn:before {
    position: absolute;
    right: 12px;
    top: 22px;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.weight-select.opened .weight-select-btn:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 27px;
    border-color: #D4AF37;
}

.weight-select-btn:hover:before {
    border-color: #D4AF37;
}

.weight-select-wrapper {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    max-width: 124px;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
    border-radius: 20px;
    margin-top: 10px;
}

.weight-select-list {
    list-style: none;
    margin: 0;
    max-height: 210px;
    overflow-y: auto;
    padding: 15px;
}

.weight-select.opened ul.weight-select-list {
    display: block;
}

.weight-select.opened .weight-select-wrapper {
    display: block !important;
}

.weight-select-list li {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #444;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/*
 * WooCommerce weight END
*/
.woocommerce-page h1.entry-title {
    line-height: 43px;
    font-size: 36px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

/*
 * Shop shop
 */
.archive #primary-shop {
    display: table-cell;
    width: 1200px;
    padding: 20px 20px 120px;
}

.woocommerce-breadcrumb {
    display: none;
}

header.woocommerce-products-header {
    margin-bottom: 60px;
}

/*
 * Shop shop category
*/
h1.page-title {
    display: block;
    padding: 0;
    margin: 30px 0 30px;
    line-height: 42px;
    font-size: 36px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

.woocommerce.columns-3 {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
}

.post-type-archive .product-cat ul.products.columns-3 {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 48px 40px;
}

.tax-product_cat ul.products.columns-3 {
    gap: 48px 20px;
}

ul.products.columns-3 {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 48px 40px;
}

ul.products.columns-3 li.product-category {
		position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

li.product-category a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.48;
    transition: var(--global-transition);
}

li.product-category a:hover:before {
    opacity: 0;
}

.archive-img-wrap {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
}

ul.products.columns-3 li.product-category .archive-img-wrap img {
		width: 360px;
    height: 380px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
}

h3.category__item_title {
    display: table;
    width: 5px;
    position: absolute;
    left: 25px;
    bottom: 28px;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 22px;
    color: #FFFFFF;
    font-family: 'Philosopher';
    font-weight: 700;
    white-space: pre-line;
    white-space: -moz-pre-line;
    white-space: -pre-line;
    white-space: -o-pre-line;
    word-wrap: break-word;
}

.woocommerce-cat-description {
    margin-top: 80px;
}

.woocommerce-cat-description h3:first-child {
    margin: 0 0 60px;
    text-transform: uppercase;
    line-height: 43px;
    font-size: 36px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

.subcategory_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

a.subcategory__link {
    padding: 8px 24px;
    background: transparent;
    border-radius: 100px;
    color: #424242;
    border: 1px solid #D4AF37;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Philosopher';
    text-decoration: none;
    transition: all 0.3s;
}

a.subcategory__link:hover {
    box-shadow: var(--global-box-shadow);
    background-color: var(--global-hover-bgcolor);
    color: #fff;
}


/*
 * products archive
*/
ul.products.columns-3 li.product {
    position: relative;
    width: auto;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    content: '';
    display: block;
    width: 100%;
    height: 268px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 0)), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 100%);
}

.archive-product-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    overflow: hidden;
}

.archive-product-img-wrap img {
    width: 570px;
    height: 600px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-details-wrapper {
    display: flex;
    position: absolute;
    height: 44.5%;
    width: 100%;
    max-width: 570px;
    padding: 0 43px 43px;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.woocommerce-loop-product__link span.onsale {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 16px;
    background: #e3bb22;
    color: #fff;
    font-family: 'Philosopher';
    font-weight: 600;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

h2.woocommerce-loop-product__title {
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    font-family: 'Philosopher';
    font-weight: 700;
}

.product-details .product-sku {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.5;
    font-family: 'Circe';
    font-weight: 400;
}

.product-details .offers__price {
    display: inline-flex;
    font-size: 22px;
    line-height: 26px;
    color: #D4AF37;
    font-family: 'Philosopher';
    font-weight: 700;
}

.product-details .non-weight-based {
    font-size: 22px;
    line-height: 26px;
    color: #D4AF37;
    font-family: 'Philosopher';
    font-weight: 700;
}

.product-details .weight-based {
    display: inline !important;
    font-size: 22px;
    line-height: 26px;
    color: #D4AF37;
    font-family: 'Philosopher';
    font-weight: 700;
}

.button.select-product {
    display: flex;
    width: 152px;
    min-height: 56px;
    background-color: #D4AF37;
    border-radius: 100px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.button.select-product:hover {
    box-shadow: 0px 8px 35px rgba(212, 175, 55, 0.72);
    background-color: #E8BA3C;
}

nav.woocommerce-pagination {
    display: flex;
    margin: 34px 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 20px 14px;
}

nav.woocommerce-pagination ul.page-numbers li {
    display: flex;
}

nav.woocommerce-pagination ul.page-numbers li span {
    display: flex;
    width: 56px;
    height: 56px;
    color: #fff;
    background: #D4AF37;
    font-size: 18px;
    font-family: 'Circe';
    font-weight: 400;
    justify-content: center;
    align-items: center;
    border: 2px solid #D4AF37;
    border-radius: 100px;
}

nav.woocommerce-pagination ul.page-numbers a {
    display: flex;
    width: 56px;
    height: 56px;
    color: #D4AF37;
    font-size: 18px;
    font-family: 'Circe';
    font-weight: 400;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 2px solid #D4AF37;
    border-radius: 100px;
}

nav.woocommerce-pagination ul.page-numbers li:hover {
    box-shadow: 0px 8px 35px rgba(212, 175, 55, 0.72);
    border-radius: 100px;
    transition: all 0.9s;
}

/**
 * single product
 */
.single-product #primary-shop {
    position: relative;
    display: table-cell;
    width: 1200px;
    padding: 50px 20px 80px;
}

.woo-active.single-product .woocommerce-product-gallery__trigger {
    top: 1em !important;
    text-decoration: none;
}

.single__product_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 0 48px;
}

.single__product_images, .single__product_info {
    flex: 1;
}

.single-product .woocommerce-product-gallery__wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    border-radius: 10px;
}

.woocommerce-product-gallery__image {
    width: 570px;
    height: 600px;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.woocommerce-product-gallery__image a {
    pointer-events: none;
}

.single-product .woocommerce-product-gallery__image>a>img {
    width: 570px;
    height: 600px;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: default;
}

h1.product_title {
    display: block;
    margin: 0 0 6px;
    padding: 0;
    line-height: 43px;
    font-size: 36px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
    text-transform: uppercase;
}

.product-sku {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    line-height: 18px;
    font-size: 15px;
    color: #d1d1d1;
    font-family: 'Circe';
    font-weight: 400;
}

.single__product_price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.subtotal_price p {
    display: block;
    margin: 0 0 6px;
    padding: 0;
    line-height: 26px;
    font-size: 22px;
    font-family: 'Philosopher';
    font-weight: 700;
    color: #424242;
}

#subtotal_num_price {
    display: flex;
    width: 100%;
    padding: 6px;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #D4AF37;
    border: 1px solid #D4AF37;
    border-radius: 60px;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Philosopher';
}

#subtotal_num_price .amount {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 22px;
    color: #D4AF37;
    font-family: 'Philosopher';
    font-weight: 700;
}

.single__product_units_price {
    display: block;
}

.single__product_weight_price {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.single__product_info p.price {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 22px;
    color: #D4AF37;
    font-family: 'Philosopher';
    font-weight: 700;
}

p.min_weight {
    display: block;
    padding: 0;
    margin: 0 0 12px 0;
    line-height: 24px;
    font-size: 20px;
    color: #424242;
    font-family: 'Circe';
    font-weight: 400;
}

.single__product_info p.weight-based {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 22px;
    font-family: 'Philosopher';
    font-weight: 700;
    color: #424242;
}

.weight-based {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    line-height: 26px;
    font-size: 22px;
    color: #D4AF37;
    font-family: 'Philosopher';
    font-weight: 700;
}

p.weight-price {
    display: block;
    margin: 0 0 13px;
    padding: 0;
    line-height: 26px;
    font-size: 22px;
    font-family: 'Philosopher';
    font-weight: 700;
    color: #424242;
}

.units-based {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    line-height: 26px;
    font-size: 22px;
    color: #D4AF37;
    font-family: 'Philosopher';
    font-weight: 700;
}

p.units-price {
    display: block;
    margin: 0 0 13px;
    padding: 0;
    line-height: 26px;
    font-size: 22px;
    font-family: 'Philosopher';
    font-weight: 700;
    color: #424242;
}

.units #subtotal_num_price {
    padding: 6px 20px;
}

.units__filling #subtotal_num_price {
    padding: 6px 20px;
}

.based #subtotal_num_price {
    padding: 6px 20px;
}

.calc-price {
    display: none !important;
    opacity: 0 !important;
}

.single__product_info p.units-based {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 22px;
    color: #D4AF37;
    font-family: 'Philosopher';
    font-weight: 700;
}

.product-qty {
    display: block;
    margin: 20px 0 10px;
    line-height: 26px;
    font-size: 22px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

.single__product_info .input-text[type="number"] {
    display: block;
    max-width: 116px;
    height: 57px;
    padding: 14px 0 15px 25px;
    border: 1px solid #D1D1D1;
    background-color: #FFFFFF;
    border-radius: 10px;
    line-height: 100%;
    font-size: 18px;
    text-align: left;
    color: #C6C6C6;
    font-family: 'Circe';
    font-weight: 400;
}

.single__product_info .input-text:placeholder {
    color: #C6C6C6;
    opacity: 1;
}

.single__product_info .input-text[type="number"]:hover::-webkit-inner-spin-button {
    width: 14px;
    height: 57px;
}

.single__product_info .input-text[type="number"]::-webkit-inner-spin-button {
    width: 14px;
    height: 57px;
}

.single__product_info .input-text[type="number"]::-webkit-inner-spin-button, .single__product_info .input-text[type="number"]::-webkit-outer-spin-button {
    margin: 0;
}

.add_cart_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

button.single_add_to_cart_button {
    display: block;
    float: left;
    width: 191px;
    min-height: 56px;
    background-color: #D4AF37;
    border: none;
    border-radius: 100px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
    transition: all 0.9s;
}

button.single_add_to_cart_button:hover {
    box-shadow: 0px 8px 35px rgba(212, 175, 55, 0.72);
    background-color: #E8BA3C;
}

.order-one-click {
    display: block;
}

a.single_add_to_order_one_click {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 191px;
    min-height: 56px;
    background-color: #D4AF37;
    border: none;
    border-radius: 100px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease;
    transition: all 0.9s;
}

a.single_add_to_order_one_click:hover {
    color: #ffffff;
    box-shadow: 0px 8px 35px rgba(212, 175, 55, 0.72);
    background-color: #E8BA3C;
}

a.single_add_to_order_one_click:before {
    content: '';
    display: block;
    font-family: 'FontAwesome';
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/tort/assets/images/birthday-cake.webp);
    background-position: center;
    background-size: cover;
}

a.single_add_to_order_one_click:active, a.single_add_to_order_one_click:focus, a.single_add_to_order_one_click:active {
    color: #fff;
}


#primary-shop .woocommerce-tabs ul.tabs {
    display: none;
}

.single__product_delivery, .single__product_main {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 38px 42px;
}

.single__product_description {
    display: flex;
    margin-top: 58px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    gap: 25px;
}

.single__product_main h2:first-child, .single__product_delivery h2:first-child {
    display: block;
    margin: 0 0 42px;
    line-height: 100%;
    font-size: 30px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

.single__product_description p, .single__product_main p {
    display: block;
    margin: 0 0 20px 0;
    line-height: 27px;
    font-size: 16px;
    text-align: left;
    color: #7F7F7F;
    font-family: 'Circe';
    font-weight: 400;
}

.single__product_after {
    display: block;
    width: 100%;
}

.upsell__carusel {
    width: 1160px;
    margin: 60px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.custom-upsell {
    padding-bottom: 40px;
}

h3.upsell__carusel_title {
    margin: 0;
    line-height: 43px;
    font-size: 36px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
    text-align: center;
}

.swiper-container.myupsell {
    position: relative;
    padding: 70px 0 70px;
    width: 100%;
    height: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.swiper-button-prev {
    top: 25px !important;
    right: 80px !important;
    left: inherit !important;
}

.swiper-button-next {
    top: 25px !important;
    right: 10px !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #D4AF37 !important;
}

.mycustom-item.swiper-slide {
    width: 285px;
    height: 300px;
}

.mycustom-item a {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.detail-wrapper {
    position: absolute;
    padding: 100px 20px 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 100%);
}

.detail-wrapper h4 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Philosopher';
    font-weight: 700;
}

.detail-wrapper p.product-price {
    display: inline-flex;
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 26px;
    color: #D4AF37;
    font-family: 'Philosopher';
    font-weight: 700;
}

.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    overflow: hidden;
}

.img-wrapper img {
    width: 285px;
    height: 300px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-link {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


/**
 * STYLE based product
 */
.based p.min_weight {
    margin: 0 0 10px 0;
}

.based button.single_add_to_cart_button {
    margin-top: 42px;
}

/*
.based .quantity {
    display: none;
    opacity: 0;
}

.based__filling .quantity {
    display: none;
    opacity: 0;
}*/
/**
 * STYLE units product
 */

/**
 * tm-extra-product-options-fields
 */
.single__product_optional .tc-row {
    display: flex;
    flex-direction: column;
}

#writing {
    order: 1;
}

#upload-photo {
    order: 2;
}

#additional-accessories {
    order: 3;
}

.single__product_optional .tc-row.tm-box {
    background: transparent;
    border: none;
    padding: 0;
    margin: 25px 0 50px;
}

/*
 * tm-extra label label-text
*/

.single__product_info #upload-photo .tc-epo-element-label-text {
    display: none;
}

.tc-element-inner-wrap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul#tm-extra-product-options-fields .tc-epo-label {
    line-height: 26px;
    font-size: 22px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

ul#tm-extra-product-options-fields .tc-label-text {
    padding-top: 3px;
    line-height: 24px;
    font-size: 20px;
    color: #424242;
    font-family: 'Circe';
    font-weight: 400;
}

ul#tm-extra-product-options-fields .tc-label-text {

    cursor: pointer;
}
#upload-photo .cpf-upload-wrap:hover {
    box-shadow: 0px 8px 35px rgba(212, 175, 55, 0.72);
    transition: all 0.9s;
}

span.tm-filename {
    position: absolute;
    display: flex;
    top: -12px;
    margin-left: auto;
    width: 100%;
    justify-content: flex-end;
    font-size: 16px;
    color: #7F7F7F;
    font-family: 'Circe';
    font-weight: 400;
}
/*
 * #writing
*/
#options-weight select {
    padding-left: 25px;
    width: 114px;
    height: 55px;
    border: 1px solid #D1D1D1;
    background-color: #FFFFFF;
    border-radius: 10px;
    line-height: 22px;
    font-size: 18px;
    color: #C6C6C6;
    font-family: 'Circe';
    font-weight: 400;
}



/*
 * #writing
*/
#writing textarea {
    display: block;
    height: 61px;
    padding-left: 19px;
    padding-top: 16px;
    border: 1px solid #D1D1D1;
    background-color: #FFFFFF;
    border-radius: 10px;
    line-height: 22px;
    font-size: 18px;
    text-align: left;
    color: #C6C6C6;
    font-family: 'Circe';
    font-weight: 400;
    resize: none;
}

#writing textarea::placeholder {
    color: #C6C6C6;
}

/*
 * #upload-photo
*/

#upload-photo .cpf-upload-wrap {
    display: block;
    width: 100%;
    padding: 18px;
    line-height: 20px;
    margin: 15px 0 5px;;
    border: 2px solid #D4AF37;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    color: #D4AF37;
    font-family: 'Circe';
    font-weight: 400;
}

#upload-photo .tc-max-file-size {
    line-height: 27px;
    font-size: 16px;
    text-align: center;
    color: #7F7F7F;
    font-family: 'Circe';
    font-weight: 400;
}

/*
 * #additional-accessories
*/
#additional-accessories .tc-label-wrap {
    gap: 16px;
}

#additional-accessories input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #D4AF37;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

#additional-accessories p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px !important;
    font-family: 'Circe';
}

#additional-accessories input[type="checkbox"]:checked {
    background-color: #D4AF37;
}

/**
 * Shop tables
 */


/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

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

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

.product__info_details_short {
    display: block;
    margin-top: 26px;
}

.product__info_details_short p {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    line-height: 18px;
    font-size: 15px;
    color: #D4AF37;
    font-family: 'Circe';
    font-weight: 400;
}


/**
 * woocommerce cart
 */
.woocommerce-cart .site-content-inner {
    display: table-cell;
    width: 100%;
    max-width: 1200px;
    height: auto;
    padding: 20px 20px 120px;
}

form.woocommerce-cart-form {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.woocommerce-cart h1.entry-title {
    padding: 0;
    margin-bottom: 0;
}

.woocommerce-cart .entry-content .woocommerce {
    position: relative;
    padding-top: 48px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wc-proceed-to-checkout {
    display: none;
}

table.shop_table {
    border-collapse: collapse;
}

.cart_totals h2 {
    display: block;
    line-height: 100%;
    font-size: 30px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

.cart_totals .woocommerce-Price-amount.amount {
    line-height: 22px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.cart_item .min_weight {
    display: block;
    margin: 20px 0 10px;
    line-height: 26px;
    font-size: 22px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}


.cart_item .price-for-info {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 22px;
    font-family: 'Philosopher';
    font-weight: 700;
    color: #424242;
}

.cart_item .price span {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 26px!important;
    font-size: 22px!important;
    color: #D4AF37!important;
    font-family: 'Philosopher'!important;
    font-weight: 700!important;
}

.cart_item .product-sku {
    margin: 0 0 5px;
}

select#weight_unit {
    display: none;
    opacity: 0;
}

dl.tc-epo-metadata {
    display: grid;
    margin-top: 5px;
    grid-template-columns: repeat(2, auto);
    font-family: 'Circe';
    position: relative;
}

dl.tc-epo-metadata dd.variation- {
    margin: 0 0 0 5px;
}

.cpf-img-on-cart img {
    margin-top: 4px !important;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    gap: 20px 0;
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #CCCCCC;
    flex-direction: row;
    justify-content: flex-start;
}

.woocommerce-cart .entry-content span {
    line-height: 18px;
    font-size: 18px;
    font-family: 'Circe';
    font-weight: 400;
}

.woocommerce-cart-form p {
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.woocommerce-cart-form td.product-thumbnail {
    width: 25%;
    min-width: 180px;
}

.woocommerce-cart-form td.product-thumbnail img {
    border-radius: 10px;
}

.woocommerce-cart-form td.product-name {
    width: 50%;
    max-width: 500px;
    min-width: 310px;
    margin-left: 30px;
}

.woocommerce-cart-form td.product-name p.min_weight {
    padding: 0;
}

.woocommerce-cart-form td.product-info {
    width: 25%;
    min-width: 275px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce-cart-form td.product-name a {
    display: block;
    margin: 0 0 20px;
    line-height: 100%;
    font-size: 30px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-cart-form td.product-name a h2 {
    margin: 0;
    padding: 0;
}

.woocommerce-cart-form td.product-name a:hover {
    color: #E8BA3C;
}

.cart_item td.product-info .product-price {
    display: none;
    opacity: 0;
}

.product-info__col {
    display: block;
    margin-bottom: 40px;
}

.cart_item .product-subtotal {
    display: flex;
    flex-direction: column-reverse;
    gap: 2px;
}

.weight-based-decor-text {
    margin-left: 16px;
}

.product-subtotal .woocommerce-Price-amount.amount {
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 100px;
    color: #D4AF37;
    border: 1px solid #D4AF37;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Philosopher';
}
.product-subtotal .woocommerce-Price-amount.amount span {
    color: #D4AF37 !important;
}

.woocommerce-cart .product-remove {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.woocommerce-cart a.remove {
    width: 100%;
    max-width: 160px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    font-family: 'Circe';
    background: #ed08081f;
    border-radius: 100px;
    text-decoration: none;
    transition: var(--global-transition);
}

.woocommerce-cart a.remove:hover {
    box-shadow: 0px 8px 35px rgb(219 69 35 / 72%);
    background-color: #ed08081f;
}

.woocommerce-cart-form td.product-name a.tm-cart-edit-options {
    display: none;
    opacity: 0;
}

a.button.wc-backward {
    display: flex;
    position: relative;
    width: 200px;
    padding: 12px 12px 11px 0;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    text-decoration: none;
    background-color: #D4AF37;
    border-radius: 100px;
}

a.button.wc-backward:before {
    content: '\f060';
    font-size: 20px;
    margin-left: 20px;
    color: #fff;
    font-family: 'FontAwesome';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.woocommerce-cart input.qty {
    display: block;
    max-width: 116px;
    height: 57px;
    margin-bottom: 20px;
    padding: 14px 0 15px 25px;
    border: 1px solid #D1D1D1;
    background-color: #FFFFFF;
    border-radius: 10px;
    line-height: 100%;
    font-size: 18px;
    text-align: left;
    color: #C6C6C6;
    font-family: 'Circe';
    font-weight: 400;
}

.cart_item .weight-select-btn {
    padding: 12px 30px 14px 20px;
}

.woocommerce-cart .cart_item input.qty {
    padding: 14px 0 15px 25px;
    margin: 0;
}

.cart_item .product-quantity {
    display: flex;
    flex-flow: row wrap;
    width: 300px;
}

.cart_item select[name="weight_unit"] {
    display: none;
}

.cart_item .product-qty, .cart_item .quantity, .cart_item .min_weight, .cart_item .weight-select {
    flex: 0 1 auto;
}

.cart_item .product-qty {
    order: 1;
}

.cart_item .quantity {
    order: 3;
    width: 130px;
}

.cart_item .min_weight {
    order: 2;
}

.cart_item .weight-select {
    order: 4;
}

.cart_item .min_weight {
    margin: 0;
}

.cart_item .product-qty {
    margin-top: 0;
    width: 130px;
}

.stunits.cart_item .product-quantity {
    flex-direction: column;
}

.woocommerce-cart input.qty:placeholder {
    color: #C6C6C6;
    opacity: 1;
}

.woocommerce-cart input.qty[type="number"]:hover::-webkit-inner-spin-button {
    width: 14px;
    height: 57px;
}

.woocommerce-cart input.qty[type="number"]::-webkit-inner-spin-button {
    width: 14px;
    height: 57px;
}

.woocommerce-cart input.qty[type="number"]::-webkit-inner-spin-button, .woocommerce-cart input.qty[type="number"]::-webkit-outer-spin-button {
    margin: 0;
}

.woocommerce-cart td.actions a.button:not(.alt) {
    display: flex;
    position: relative;
    width: 200px;
    gap: 16px;
    padding: 12px 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    text-decoration: none;
    background-color: #D4AF37;
    border-radius: 100px;
}

.woocommerce-cart td.actions a.button:not(.alt):hover {
    box-shadow: var(--global-box-shadow);
    background-color: var(--global-hover-bgcolor);
}

.woocommerce-cart td.actions a.button:not(.alt):before {
    content: '\f060';
    font-size: 20px;
    color: #fff;
    font-family: 'FontAwesome';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.woocommerce-cart td.actions a.button.alt {
    display: flex;
    position: relative;
    width: 200px;
    gap: 16px;
    padding: 12px 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    text-decoration: none;
    background-color: #D4AF37;
    border-radius: 100px;
}

.woocommerce-cart td.actions a.button.alt:hover {
    box-shadow: var(--global-box-shadow);
    background-color: var(--global-hover-bgcolor);
}

.woocommerce-cart td.actions a.button.alt:after {
    content: '\f061';
    font-size: 20px;
    color: #fff;
    font-family: 'FontAwesome';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.woocommerce-cart button.button[name='update_cart'] {
    display: none;
    opacity: 0;
}

.woocommerce-cart td.actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.product__price_total_text {
    display: block;
    margin: 0 0 2px 20px;
    padding: 0;
    line-height: 27px;
    font-size: 18px;
    text-align: left;
    color: #7F7F7F;
    font-family: 'Circe';
    font-weight: 400;
}

.price-for-units, .price-for-weight {
    display: block;
    margin: 0 0 2px 20px;
    padding: 0;
    line-height: 27px;
    font-size: 18px;
    text-align: left;
    color: #7F7F7F;
    font-family: 'Circe';
    font-weight: 400;
}

/**
 * Checkout
 */
.woocommerce-checkout .site-content-inner {
    display: table-cell;
    height: auto;
    padding: 20px 20px 120px;
}

#customer_details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

#customer_details .col-1 {
    margin: 0;
    padding: 0;
    width: calc(62.5% - 24px);
    max-width: 700px;
}

#customer_details .col-2 {
    margin: 0;
    padding: 0;
    width: 37%;
}

.checkout__row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.form__delivery_container {
    margin: 20px 0;
}

.metods__delivery_toggle {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

.metods__delivery_btn {
    padding: 16px 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-basis: 0;
    flex-grow: 1;
    gap: 12px;
    height: 100%;
    min-height: 80px;
    outline: 2px solid #D4AF37;
    background-color: transparent;
    color: #000;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 600;
    line-height: 100%;
    font-size: 20px;
    font-family: 'Philosopher';
}

svg.shipping-method-option-icon {
    fill: #424242;
}
.metods__delivery_btn:hover {
    outline: 2px solid #D4AF37;
}

.metods__delivery_btn:active {
    outline: 2px solid #D4AF37;
    background-color: #D4AF37;
    color: #fff;
}

.metods__delivery_btn:active svg {
    fill: #fff;
}

.metods__delivery_btn.active {
    outline: 2px solid #D4AF37;
    background-color: #D4AF37;
    color: #fff;
}

.metods__delivery_btn.active {
    outline: 2px solid #D4AF37;
    background-color: #D4AF37;
    color: #fff;
}

.metods__delivery_btn.active svg {
    fill: #fff;
}

.metods__local_pickup h3 {
    margin-bottom: 10px;
}

.metods__local_pickup_group {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 10px;
    background: #fff;
}

.metods__local_pickup h3 {
    margin-bottom: 10px!important;
}

.form_radio_btn {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height: 80px;
    padding: 0 0 0 56px;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
}

.form_radio_btn.choice {
    background: #f9f9f9;
    border: 1px solid hsla(0, 0%, 7%, .3);
    border-radius: 10px;
}

.form_radio_btn input {
    position: absolute;
    display: inline-block;
    margin: inherit;
    width: 24px;
    height: 24px;
    top: 20px;
    left: 16px;
    min-height: 24px;
    min-width: 24px;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid rgba(25, 23, 17, .48);
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-45%);
}

.form_radio_btn input:checked:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: .75em;
    left: 50%;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
}

.form_radio_btn input:checked {
    border: 1px solid hsla(0, 0%, 7%, .8);
}

.form_radio_btn label {
    position: absolute;
    width: 100%;
    left: 0;
    display: block;
    padding: 8px 12px 23px 56px;
    margin: 0;
    line-height: 27px;
    font-size: 16px;
    text-align: left;
    color: #757575;
    font-weight: 500;
    font-family: 'Circe';
    cursor: pointer;
}

span.shipping-method-description {
    position: absolute;
    left: 23px;
    bottom: 14px;
}

span.shipping-method-description i {
    margin-right: 6px;
}

.metods__local_pickup {
    display: none;
}

ul#shipping_method input {
    display: none;
}

ul#shipping_method li:not(:first-child) {
    display: none;
}
/*
ul#shipping_method li input {
    display: none;
}*/

.col2-set .form-row-third {
    width: 22.1%;
    float: left;
    margin-right: 3.8%;
}

.col2-set .form-row-third.nomrg {
    margin-right: 0;
}

.woocommerce-checkout h3 {
    margin: 0;
    font-weight: 400;
    line-height: 100%;
    font-size: 20px;
    color: #424242;
    font-family: 'Philosopher';
}

.summary_item__quantity a {
    display: none;
    opacity: 0;
}
/*
 * Страница Спасибо order_review
*/

.woocommerce-table__line-item h3 {
    display: inline-flex;
}

.product-name h3 {
    margin: 10px 0 5px;
}

.woocommerce-table__line-item ul.wc-item-meta {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    padding-left: 10px;
    list-style: none;
    flex-direction: column;
    flex-wrap: wrap;
}

.woocommerce-table__line-item ul.wc-item-meta li {
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 16px;
    font-size: 16px;
    align-items: flex-end;
    font-family: 'Circe';
}

.woocommerce-table__line-item ul.wc-item-meta li p {
    display: block;
    margin: 0;
    line-height: 16px;
    font-size: 16px;
}

h3#order_review_heading {
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 28px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}

#order_review .product-total {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#order_review .weight-based-decor-text {
    margin-left: 0;
    font-weight: bold;
}

#custom__checkout .product-quantity {
    flex-flow: inherit !important;
    width: inherit !important;
}

p.form-row {
    position: relative;
    margin-bottom: 20px;
}

.woocommerce-billing-fields label {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 14px;
    left: 12px;
    color: rgb(18 18 18 / 70%);
    font-size: 16px;
    transition: all 0.3s;
}

.woocommerce-billing-fields .is-active label {
    top: 4px;
    font-size: 13px;
}

select#billing_timedelivery {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 13px 12px 8px 6px !important;
    background-color: #fff;
    box-sizing: border-box;
    color: var(--global-heading);
    font-family: inherit;
    font-size: 1em;
    height: 50px;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    cursor: pointer;
}

.woocommerce-invalid .error {
    position: absolute;
    bottom: -26px;
    left: 20px;
    font-size: 13px;
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
   color: #e2401c;
   display: block !important;
   font-weight: bold;
    width: 300px;
}
.woocommerce-checkout p.is-active.woocommerce-invalid .error, .woocommerce-checkout p.is-active.woocommerce-invalid label:before {
    display: none!important;
}

.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox {
    position: relative;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-invalid label:before {
    bottom: 3px;
    right: -20px;
    left: inherit;
}

#billing_timedelivery_field label {
    font-size: 0;
}


#billing_data_dostavki_field {
  cursor:pointer;
}

input#billing_data_dostavki {
    color: #fff;
    cursor:pointer;
}

input#billing_data_dostavki::-webkit-calendar-picker-indicator {
    margin-bottom: 14px;
    cursor:pointer;
}

#billing_data_dostavki_field label {
    cursor: pointer;
}

.woocommerce-checkout p.is-active input#billing_data_dostavki {
    color: var(--global-heading);
}

.woocommerce-invalid .error {
    position: absolute;
    bottom: -38px;
    left: 10px;
    font-size: 13px;
}

.woocommerce-invalid label:before {
    content: '\f06a';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -37px;
    left: -9px;
    transition: all 0.3s;
}

.woocommerce-input-wrapper input[type="text"],
.woocommerce-input-wrapper input[type="email"],
.woocommerce-input-wrapper input[type="tel"],
.woocommerce-input-wrapper input[type="number"],
.woocommerce-input-wrapper input[type="date"],
.woocommerce-input-wrapper input[type="datetime"],
.woocommerce-input-wrapper textarea {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 24px 12px 8px 12px !important;
    background-color: #fff;
    box-sizing: border-box;
    color: var(--global-heading);
    font-family: inherit;
    font-size: 1em;
    height: 50px;
    line-height: 1em;
    margin: 0;
    min-height: 0;
}

#order_comments_field .woocommerce-input-wrapper textarea {
    padding: 12px 12px 8px 12px !important;
    height: 60px;
}

.woocommerce-additional-fields h3 {
    margin: 0;
    font-weight: 400;
    line-height: 100%;
    font-size: 20px;
    color: #424242;
    font-family: 'Philosopher';
}

#custom__checkout dl.tc-epo-metadata {
    margin: 0;
}
/*
.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
    display: none;
}
 */

#order_comments_field label, abbr[title].required {
    display: none;
}


#custom__checkout .product-img {
    position: relative;
    width: 120px;
    margin: 0;
    padding: 0;
}

.summary_item__quantity {
    position: absolute;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    padding: 0 6px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 50%;
    right: 3px;
    top: 3px;
    align-items: center;
    font-size: 14px;
    background: #fff;
    border: 2px solid hsla(0, 0%, 7%, .11);
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    line-height: 1;
    transform: translate(50%, -50%);
    z-index: 1;
}


#order_review {
    display: block;
    padding: 22px 16px;
    border: 2px solid var(--global-bgcolor);
    border-radius: 10px;
}

#order_review .cart_item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #c1c1c1;
}

button#place_order {
    display: flex;
    width: 60%;
    min-width: 250px;
    margin: 0 auto;
    padding: 12px 0 11px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    line-height: 100%;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Circe';
    font-weight: 400;
    text-decoration: none;
    background-color: #D4AF37;
    border-radius: 100px;
    cursor: pointer;
    border-color: transparent;
}

button#place_order:hover {
    box-shadow: 0px 8px 35px rgba(212, 175, 55, 0.72);
    background-color: #D4AF37;
}

.cart-subtotal {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 26px;
    font-size: 22px;
    font-family: 'Circe';
    color: #424242;
    font-weight: 600;
}

.order-total {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 26px;
    font-size: 22px;
    font-family: 'Circe';
    color: #424242;
    font-weight: 600;
}

.product-total .woocommerce-Price-amount.amount {
    display: flex;
    padding: 0;
    line-height: 26px !important;
    font-size: 22px !important;
    color: #D4AF37 !important;
    font-family: 'Philosopher' !important;
    font-weight: 700 !important;
    flex-direction: row;
    justify-content: flex-end;
}


ul.wc_payment_methods.payment_methods.methods {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 6px;
}

li.wc_payment_method label {
    margin: 0;
    font-weight: 400;
    line-height: 100%;
    font-size: 20px;
    color: #424242;
    font-family: 'Philosopher';
}

.payment_box p {
    color: #424242;
    font-weight: 500;
}

.metods__delivery {
    margin: 0;
    font-weight: 400;
    line-height: 100%;
    font-size: 20px;
    color: #424242;
    font-family: 'Philosopher';
}

ul#shipping_method {
    margin: 10px 0 20px;
    padding: 0;
    list-style: none;
}

ul#shipping_method label {
    color: #424242;
    font-weight: 500;
    display: block;
    margin: 16px 0 24px;
    padding: 0;
    line-height: 18px;
    font-size: 16px;
    text-align: left;
    font-family: 'Circe';
}
 /**
 * Checkout
 */


/*
 * order_details 
*/
.woocommerce-table--order-details.shop_table.order_details {
    border: 1px solid #D1D1D1;
    background-color: #FFFFFF;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0 10px;
    padding: 0 20px 20px 20px;
}

.woocommerce-table--order-details.shop_table.order_details tfoot {
    text-align: left;
}

.woocommerce-table--order-details td.product-name {
    width: 50%;
}

@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
    .woocommerce-order h2 {
        line-height: 32px;
        font-size: 28px;
        margin: 10px 0 16px;
    }
}

.woocommerce-order h2 {
    line-height: 43px;
    font-size: 36px;
    color: #424242;
    font-family: 'Philosopher';
    font-weight: 700;
}


/**
 * search results
 */

body.search.post-type-archive ul.products.columns-3 {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 48px 20px;
}

/**
 * General WooCommerce components
 */

/**
 * Header cart

.site-header-cart {
    display: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}
 */


/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-notices-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    display: inline-block;
    margin: 5px;
    padding: 8px 20px;
    background-color: #D4AF37;
    border-radius: 10px;
    color: #fff;
    font-family: 'Circe';
}

a.button.wc-forward {
    color: #fff;
    font-weight: 600;
}

.woocommerce-info {
    background-color: #fff;
    outline: 2px solid #D4AF37;
    color: #000000;
}

.woocommerce-noreviews,
p.no-comments {
    margin-top: 10px;
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
