.shop
{
    overflow: hidden;
}

section.error .error_img, section.success .success_img
{
    max-width: 500px;
    margin: 60px auto 50px auto;
}

section.error h3, section.success h3, section.success>.container>h4
{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    max-width: 286px;
    margin: auto;
}

section.success>.container>h4
{
    font-size: 12px;
    line-height: 14px;
    margin: 20px auto;
}

section.shop.ord .shop-header
{
    display: none;
}

section.shop.ord section.success .container, section.shop.ord section.error .container
{
    padding: 0px;
}

section.shop.ord h2
{
    margin-bottom: 20px;
}

section.shop.ord .products .product:nth-child(3), section.shop.ord .products .product:nth-child(4)
{
    display: none;
}

.content_head .container.wide
{
    padding: 0px;
    overflow: hidden;
}

.content_head img
{
   width: auto;
	height: auto;
	margin: auto;
}

section.content
{
    margin-top: 10px;
}

section.content .container
{
    max-width: 1000px;
}

section.content h3
{
    font-size: 19px;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

section.content h4
{
    font-size: 17px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

section.content h5
{
    font-size: 15px;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

section.content img
{
    width: 100%;
}

section.content p
{
    line-height: 25px;
}

section.content p img
{
    width: auto;
}

section.content p.pimg
{
    display: flex;
    justify-content: center;
    align-items: center;
}

section.content p.pimg img
{
    padding: 0px 10px;
}

section.content .full, section.content .full .right
{
    margin-top: 25px;
}

section.content .full.img .right
{
    margin: 0px;
}

section.content .full.img
{
    display: flex;
    justify-content: space-between;
}

section.content .full.img .left, section.content .full.img .right
{
    flex-basis: 49%;
}

section.content .full img
{
    max-height: 368px;
    height: auto;
}

section.content .full.img .left img, section.content .full.img .right img
{
    max-height: 269px;
    height: 100%;
}

section.content p
{
    text-align: justify;
    flex-basis: 100%;
}

section.content p img
{
    display: inline;
}

section.content ul, section.content ol
{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px;
    flex-basis: 100%;
}

section.content ol
{
    padding-left: 15px;
}

section.content ul li
{
    padding-left: 5px;
}

section.content ul li::marker
{
    font-size: 10px;
}

section.content h1, section.content h2, section.content h3, section.content h4, section.content h5, section.content h6
{
    text-align: center;
    position: relative;
} 

section.blog .list
{
    width: 243px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

section.blog .list .box
{
    width: 223px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #162318;
    text-decoration: none;
}

section.blog .box .image
{
    margin-bottom: 16px;
}

section.blog .box .image img
{
    height: 120px;
    width: 100%;
}

section.blog .box .title
{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
}

section.blog .box .description
{
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    margin-bottom: 12px;
}

section.blog .box .date
{
    font-size: 14px;
    line-height: 18px;
    color: #2D0A45;
}

.content_subscribe
{
    background-color: #f4faf7;
}

.content_subscribe h2
{
    margin: 51px 0px 16px 0px;
}

.content_subscribe .text
{
    margin-bottom: 40px;
}

.content_subscribe input
{
    font-size: 16px;
    line-height: 20px;
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}

.content_subscribe input:focus
{
    outline: none;
}

.content_subscribe input::placeholder
{
    color: #2D0A45;
}

.content_subscribe .mc4wp-form-fields
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2D0A45;
}

.content_subscribe form 
{
    margin-bottom: 63px;
}

.single_product .image
{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 16px;
}

.single_product .image .left
{
    max-width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.single_product .image .left img
{
	padding-bottom: 10px;
}

.single_product .image .left img:last-child
{
	padding-bottom: 0px;
}

.single_product .gallery
{
    display: flex;
}

.single_product .image .right
{
    width: 100%;
}

.single_product .image .right .img_wrap img
{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 353px;
}

.single_product .image .right .img_wrap
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_product .image .right .wrap
{
    height: 353px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
	 margin-bottom: 10px;
}

.single_product .image .right .gallery img
{
    width: 70px;
    height: 70px;
    min-height: unset;
    min-width: unset;
    border: 2px solid transparent;
    object-fit: cover;
	 object-position: center;
	 margin-right: 10px;
}

.single_product .image .right .gallery img:last-child
{
	margin-right: 0px;
}

.single_product .image .right .gallery img.active
{
    border: 2px solid #7A6695;
    border-radius: 20px;
}

.single_product .description
{
    padding-bottom: 16px;
    border-bottom: 1px solid #2D0A45;
}

.single_product .description a
{
    text-decoration: none;
}

.single_product .description h4
{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2D0A45;
    margin-bottom: 5px;
}

.single_product .description h2
{
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #162318;
    margin-bottom: 16px;
}

.single_product .description .rating
{
    position: relative;
}

.single_product .description .rating svg
{
    width: 15px;
}

.single_product .description .rating .empty
{
    width: 95px;
}

.single_product .description .rating .full
{
    position: absolute;
    top: 0px;
    overflow: hidden;
}

.single_product .description .rating .full div
{
    width: 95px;
}

.single_product .description .rating
{
    display: flex;
    justify-content: space-between;
}

.single_product .description .rating .comment, .single_product .description .rating .comment a
{
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #2D0A45;
    text-decoration: none;
}

.single_product .details
{
    margin-top: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2D0A45;
}

.single_product .details .row
{
    display: flex;
    justify-content: space-between;
}

.single_product .details .stock
{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.single_product .details .price
{
    font-size: 22px;
    line-height: 27px;
}

.single_product .details .num
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single_product .details .num input
{
    border: 1.5px solid #2D0A45;
    box-sizing: border-box;
    border-radius: 3px;
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 0px 25px;
}

.single_product .details .num input:focus
{
    outline: none;
}

.single_product .details .num input::-webkit-outer-spin-button, .single_product .details .num input::-webkit-inner-spin-button 
{
    -webkit-appearance: none;
    margin: 0;
}

.single_product .details .num input[type=number] 
{
  -moz-appearance: textfield;
}

.single_product .details .num .plus, .single_product .details .num .minus
{
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
}

.single_product .buttons
{
    width: 268px;
    height: 46px;
    margin: 25px 0px 57px 0px;
    justify-content: space-between;
    display: flex;
}

.single_product .buttons .wishlist
{
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_product .buttons .fa
{
    font-size: 25px;
}

.single_product .buttons .wishlist img
{
    width: 25px;
}

.single_product .buttons .cart
{
    border: 1px solid #2D0A45;
    border-radius: 30px;
    width: 223px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #162318;
    transition: 1s all ease 0.2s;
}

.single_product .buttons .cart .label
{
    font-size: 16px;
    line-height: 20px;
    transition: 0.2s opacity ease, 0s max-width ease 0.5s, 0s max-height ease 0.5s;
}

.single_product .buttons .cart .label span
{
    display: none;
}

.single_product .buttons .cart .label span.active
{
    display: block;
}

.single_product .buttons .cart.added .label span:first-child
{
    display: none;
}

.single_product .buttons .cart.added .label span:last-child
{
    display: block;
}

.single_product .buttons .cart.added
{
    background-color: #2D0A45;
}

.single_product .buttons .cart.added .label
{
    color: #ffffff;
}

.single_product .buttons.loading .cart {
    opacity: 0.5;
    pointer-events: none;
}
.single_product .buttons.loading .cart:not(.added) .label span:first-child {
            display: block;
        margin-right: 15px;
}
.single_product .buttons.loading .cart.added .label span:last-child {
            display: block;
        margin-right: 15px;
}

.single_product .list
{
    margin-bottom: 62px;
}

.single_product .list ul
{
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
}

.single_product .list ul li
{
    margin-bottom: 19px;
    padding-left: 10px;
}

.single_product .list ul li::marker
{
    font-size: 10px;
}

tr.order-total td
{
    float: right;
}

section.wclist .container
{
    padding: 0px;
}

section.wclist .list
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 48px 15px 0px 15px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

section.wclist .box
{
    flex-basis: 50%;
    min-height: 130px;
    margin-bottom: 30px;
}

section.wclist .box img
{
    margin: auto;
    width: 40px;
}

section.wclist .box h3
{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    max-width: 145px;
    margin: auto;
}

section.wclist .box div
{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

section.tabs
{
    margin-top: 66px;
}

section.tabs .header
{
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 28px;
    border-bottom: 3px solid #7A6695;
}

section.tabs .header div:first-child
{
    margin-right: 17px;
}

section.tabs .header div
{
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}

section.tabs .header .active
{
    font-size: 20px;
    line-height: 25px;
    position: relative;
}

section.tabs .header .active::after
{
    content: ' ';
    position: absolute;
    top: 35px;
    left: 0px;
    background-color: #2D0A45;
    height: 3px;
    width: 100%;
}

section.tabs .description, section.tabs .comments
{
    display: none;
    border: none;
}

section.tabs .description.active
{
    display: block;
}

section.tabs .comments.active
{
    display: block;
    max-width: 486px;
    margin: auto;
}

section.tabs .description h5
{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    margin: 38px 0px 14px 0px;
}

section.tabs .description img
{
    margin: 15px auto;
    width: 100%;
    height: 100%;
    max-width: 487px;
    max-height: 317px;
}

section.tabs .description
{
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

section.tabs .comments #reviews #comments ol.commentlist
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

section.tabs .comments #reviews #comments ol.commentlist li img.avatar
{
    display: none;
}

section.tabs .comments #reviews #comments ol.commentlist li .comment-text
{
    margin: 0px;
    padding: 0px;
    border: none;
    border-bottom: 1px solid #2D0A45;
    border-radius: 0px;
    margin-bottom: 24px;
}

section.tabs .comments .woocommerce-review__dash
{
    display: none;
}

section.tabs .comments .woocommerce-review__author
{
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #162318;
    margin-bottom: 13px;
}

section.tabs .comments .woocommerce-review__published-date
{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #7A6695;
    margin-bottom: 13px;
}

section.tabs .comments .description
{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: justify;
    color: #162318;
    display: block;
}

section.tabs .comments .woocommerce-verification-required
{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #162318;
}

section.tabs .comments #reply-title
{
    display: none;
}

section.tabs .comments .star-rating span::before
{
    color: #2D0A45;
}

section.tabs .comments p.stars a::before
{
    color: #2D0A45;
}

section.tabs .comments p.stars span
{
    user-select: none;
}

section.tabs .comments .woocommerce-noreviews, .shop-content .woocommerce-info
{
    background-color: unset;
    margin: auto;
}

section.tabs .comments #review_form #respond .form-submit input
{
    border: 1px solid #2D0A45;
    border-radius: 30px;
    width: 223px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    color: #162318;
    box-sizing: border-box;
    font-weight: 400;
}

section.tabs .comments #review_form #respond textarea
{
    border: 1px solid #2D0A45;
    width: 100%;
    box-sizing: border-box;
}

section.tabs .comments #review_form #respond textarea:focus
{
    outline: none;
}

section.tabs .comments #review_form #respond label
{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #162318;
}

section.tabs .comments nav.woocommerce-pagination ul li *
{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #162318;
    background-color: transparent;
    border: none;
    padding: 0px;
    width: 26px;
    height: 26px;
    text-decoration: none;
    display: inline;
    justify-content: center;
    align-items: center;
}

section.tabs .comments nav.woocommerce-pagination ul li * svg
{
    width: 5px;
    height: 10px;
}

section.tabs .comments nav.woocommerce-pagination ul li span.current
{
    border: 1px solid #2D0A45;
}

section.tabs .comments nav.woocommerce-pagination ul li
{
    border: none;
}
section.tabs .comments nav.woocommerce-pagination
{
    margin: 68px 0px;
}

section.tabs .comments nav.woocommerce-pagination ul
{
    border: none;
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

section.like h2
{
    text-align: center;
    margin-top: 74px;
    margin-bottom: 42px;
}

section.subscribe
{
    display: none;
}

section.subscribe h2
{
    margin: 51px 0px 16px 0px;
}

section.subscribe .text
{
    margin-bottom: 40px;
}

section.subscribe input
{
    font-size: 16px;
    line-height: 20px;
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}

section.subscribe input:focus
{
    outline: none;
}

section.subscribe input::placeholder
{
    color: #2D0A45;
}

section.subscribe .mc4wp-form-fields
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2D0A45;
}

section.subscribe form 
{
    margin-bottom: 63px;
}

section.shop h2
{
    text-align: center;
    margin: 31px 0px 12px 0px;
}

.woocommerce-ordering, .woocommerce-notices-wrapper
{
    display: none;
}

section.desc h2
{
    margin-bottom: 15px;
    text-align: center;
}

.filters
{
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid #2D0A45;
    border-bottom: 1px solid #2D0A45;
    min-height: 43px;
    align-items: center;
    margin-bottom: 13px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.filters .square
{
    background-color: #7A6695;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    margin-right: 13px;
    cursor: pointer;
}

.filters .square.active
{
    background-image: url('data:image/svg+xml;utf8,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.61246 4.47424L0.784792 2.6976L0 3.46048L2.61246 6L8 0.762881L7.21521 0L2.61246 4.47424Z" fill="white"/></svg>');
    background-color: #43876f;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}

.filters .row
{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.filters .x
{
    display: none;
}

.filters .x, .filters .s, .filters .f
{
    width: 10px;
}

.filters .filter, .filters .sort
{
    cursor: pointer;
}

.active_filters
{
    min-height: 15px;
}

.filters .sort_window, .filters .filter_window
{
    position: absolute;
    top: 50px;
    display: none;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

.filters .sort_window::before, .filters .filter_window::before
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    z-index: 1;
    z-index: -1;
    display: block;
    content: '';
}

.filters .sort_window, .filters .filter_window #secondary
{
	background-color: #ffffff;
}

.woof_shortcode_output
{
    position: relative;
}

.woof_products_top_panel
{
    /*position: absolute;
    top: 40px;*/
    position: relative;
    z-index: 1;
}

.woof_reset_button_2
{
    display: none;
}

.woof_products_top_panel li span
{
    font-size: 13px;
    line-height: 15px;
    color: #2D0A45;
    /*background-image: url('data:image/svg+xml;utf8,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 10L9.90893 0.999999" stroke="#2D0A45" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 10L1.09107 0.999999" stroke="#2D0A45" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-image: url('data:image/svg+xml;utf8,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.61246 4.47424L0.784792 2.6976L0 3.46048L2.61246 6L8 0.762881L7.21521 0L2.61246 4.47424Z" fill="white"/></svg>');*/
    background-image: url(../img/close.svg);
    background-size: 7px 7px;
}

.woof_products_top_panel li span:hover
{
    background-size: 7px 7px;
}

.woof_childs_list_opener span.woof_is_closed
{
    display: none;
}

#woof_results_by_ajax .filters, .woof_submit_search_form_container
{
    display: none;
}

.irs-grid, .irs-min, .irs-max, .irs-from, .irs-to
{
    display: none !important;
}

.woof_price_filter_txt_slider input::-webkit-outer-spin-button, .woof_price_filter_txt_slider input::-webkit-inner-spin-button 
{
  -webkit-appearance: none;
  margin: 0;
}

.woof_price_filter_txt_slider input[type=number] 
{
  -moz-appearance: textfield;
}

.woof_price_filter_txt_slider input
{
    width: 102px !important;
    height: 32px;
    text-align: center;
    border: 1px solid #2D0A45 !important;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
    line-height: 18px
}

.woof_price_filter_txt_slider input:focus
{
    outline: none;
}

.woof_price_filter_txt_slider
{
    display: flex;
    align-items: center;
}

.woof_list
{
    padding: 0px;
}

.woof_list li
{
    margin: 0px !important;
    margin-bottom: 13px !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
}

.woof_list input
{
    display: none;
}

.woof_list .square
{
    margin: 0px;
}

.woof_checkbox_label_selected
{
    font-weight: 400 !important;
}

.woof_container_inner h4
{
    margin: 19px 0px 13px 0px;
}

.acc .shop-title
{
    text-align: center;
    font-weight: 400;
    color: #162318;
}

.acc .logout
{
    font-size: 16px;
    line-height: 20px;
    color: #162318;
    text-decoration: none;
    margin-top: 15;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-MyAccount-navigation ul
{
    padding: 0px;
    padding-bottom: 35px;
    margin: 0px;
}

.woocommerce-MyAccount-navigation li
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.woocommerce-MyAccount-navigation li
{
    border-bottom: 1px solid #7A6695;
}

.woocommerce-MyAccount-navigation .is-active
{
    border-bottom: 2px solid #2D0A45;
}

.woocommerce-MyAccount-navigation li a
{
    font-size: 20px;
    line-height: 20px;
    color: #2D0A45;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation .is-active a
{
    font-size: 20px;
    line-height: 25px;
    color: #162318;
    text-decoration: none;
}

.acc .logout svg
{
    margin-left: 11px;
}

.acc input
{
    border: 1px solid #7A6695;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0px 26px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    max-width: 345px;
    height: 56px;
    box-sizing: border-box;
    margin: 0px auto 14px auto;
    width: 100%;
}

.acc input::placeholder
{
    font-size: 16px;
    color: #7A6695;
}

.acc .cpass
{
    font-size: 18px;
    line-height: 22px;
    max-width: 345px;
    margin: auto;
    margin-bottom: 15px;
    margin-top: 45px;
}

.acc button
{
    background-color: #ffffff;
    border: 1.5px solid #2D0A45;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #162318;
    width: 223px;
    height: 46px;
    margin: unset;
}

.ord
{
    max-width: 400px;
    margin: auto;
}

.check.ord
{
     max-width: unset;
}

.ord .woocommerce-orders-table__cell-order-date, .ord .woocommerce-orders-table__cell-order-status, .ord .woocommerce-orders-table__cell-order-actions, .ord tr td::before
{
    display: none !important;
}

.ord.shop_table_responsive>tbody>tr>td
{
    text-align: left;
}

.ord>tbody>tr>td
{
    display: block;
}

.ord .woocommerce-orders-table__cell-order-number
{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.ord .woocommerce-orders-table__cell-order-number time
{
    color: #2D0A45;
}

.ord .woocommerce-cart-form__cart-item
{
    display: flex;
    margin-bottom: 11px;
}

.ord .woocommerce-orders-table__row
{
    margin-bottom: 11px;
    display: block;
}

.ord .woocommerce-cart-form__cart-item .product-thumbnail, .ord .woocommerce-cart-form__cart-item .product-thumbnail img
{
    width: 102px;
    height: 102px;
    box-sizing: border-box;
}

.ord .woocommerce-cart-form__cart-item .product-quantity
{
    text-align: left;
    width: 67%;
}

.ord .woocommerce-cart-form__cart-item .product-quantity a:first-child
{
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    color: #162318;
    margin-bottom: 5px;
}

.ord .woocommerce-cart-form__cart-item .product-quantity .quan
{
    display: flex;
    justify-content: space-between;
}

.ord .woocommerce-cart-form__cart-item .product-quantity .quan div:first-child
{
    font-size: 14px;
    line-height: 18px;
    color: #2D0A45;
}

.ord .woocommerce-cart-form__cart-item .product-quantity .quan div:last-child
{
    font-size: 14px;
    line-height: 18px;
}

.ord:not(.shop.check) .subtitle
{
    text-align: left;
    margin-bottom: 17px;
}

.ord .shop_table
{
    width: 100%;
}

.ord .ordr, .ord .prc
{
    display: flex;
    justify-content: space-between;
}

.ord .prc .shipping
{
    text-align: right;
}

.ord .price_title
{
    color: #2D0A45;
    margin-bottom: 10px;
}

.ord .bill
{
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.ord .bill p
{
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.ord .bill p a
{
    color: #162318;
    text-decoration: none;
}

.ord .bill svg
{
    cursor: pointer;
}

.ord .woocommerce-Price-currencySymbol
{
    display: none;
}

.woocommerce-MyAccount-content p
{
    max-width: 345px;
    width: 100%;
    margin: auto;
}


.woocommerce-EditAddressForm button:hover
{
    color: #162318 !important;
    background-color: transparent !important;
}

.acc+.bread
{
    display: none;
}

.acc .woocommerce-orders-table__row
{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #7A6695;
}

.woocommerce-MyAccount-content .lang
{
    font-size: 16px;
    line-height: 20px;
    width: 456px;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}

.woocommerce-MyAccount-content .lang .lang_list a
{
    text-decoration: none;
    color: inherit;
}

.woocommerce-MyAccount-content .lang .lang_list
{
    padding-left: 15px;
    opacity: 0;
    transition: all ease 0.5s;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 10px;
    padding-bottom: 5px;

}

.woocommerce-MyAccount-content .lang .lang_list li
{
    list-style: none;
}

.woocommerce-MyAccount-content .lang .lang_list.active
{
    opacity: 1;
    transition: all ease 0.5s;
}

.woocommerce-MyAccount-content .lang .current
{
    cursor: pointer;
}


.woocommerce-MyAccount-content .lang .arr
{
    transition: all ease 0.5s;
}

.woocommerce-MyAccount-content .lang .arr.active
{
     transform: scaleY(-1);
     transition: all ease 0.5s;
}

.woocommerce-MyAccount-content .lang .current span:first-child
{
    color: #2D0A45;
}

.order_list h2, 
{
    text-align: center;
    margin-top: 29px;
    margin-bottom: 25px;
}


.order_list .product-thumbnail img
{
    width: 100px;
    height: 100px;
}

.order_list .product-quantity
{
    max-width: 120px;
    position: relative;
}

.order_list .product-quantity a
{
    text-decoration: none;
    margin-bottom: 5px;
    flex-basis: 100%;
}

.order_list .product-quantity a.subtitle
{
    padding-bottom: 40px;
    text-align: left;
    min-width: 130px;
}

.order_list .product-quantity a h4
{
    font-size: 18px;
    line-height: 22px;
    color: #162318;
    text-align: left;
}

.order_list .product-remove .remove
{
    display: block;
    margin-top: 65px;
    padding: 0px;
}

.order_list .product-subtotal
{
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #162318;
}
.order_list .product-subtotal .cur_ttc {
    font-size: 10px;
}

.product-subtotal .btm .red, .product-subtotal .btm .regular
{
	width: 100%;
}

.order_list .woocommerce-Price-amount
{
    display: inline-block;
    margin-top: 65px;
    margin-left: 0px;
}

.order_list .quantity input
{
    width: 28px;
    height: 28px;
    border: 1px solid #2D0A45;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.order_list .num
{
    display: flex;
    justify-content: space-between;
    max-width: 114px;
    max-height: 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.order_list .num .plus, .order_list .num .minus
{
    margin-top: 3px;
    cursor: pointer;
    font-size: 20px;
    line-height: 25px;
}

.order_list .quantity input::-webkit-outer-spin-button, .single_product .details .num input::-webkit-inner-spin-button 
{
  -webkit-appearance: none;
  margin: 0;
}

.order_list .quantity input[type=number] 
{
  -moz-appearance: textfield;
}

.order_list .woocommerce-cart-form__cart-item
{
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #7A6695;
}

.order_list .shop_table
{
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
}

.order_list .shop_table.woocommerce-checkout-review-order-table
{
	display: flex;
	justify-content: flex-end;
}

.order_list .shop_table tbody tr:first-child
{
    border: none;
}

.order_list .shop_table tbody tr
{
    display: flex;
    justify-content: space-between;
}

.order_list .shop_table .product-remove, .order_list .shop_table .product-subtotal
{
    display: flex;
    align-items: flex-end;
}

.order_list .woocommerce-cart
{
    max-height: 400px;
    overflow-y: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.order_list .woocommerce-cart
{
    scrollbar-color: #2D0A45 #7A6695;
    scrollbar-width: thin;
}

.order_list .woocommerce-cart::-webkit-scrollbar
{
    width: 4px;
}

.order_list .woocommerce-cart::-webkit-scrollbar-track
{
    background-color: #7A6695;
}

.order_list .woocommerce-cart::-webkit-scrollbar-thumb
{
    background-color: #2D0A45;
}


/*.order_list  .woocommerce-Price-currencySymbol*/
/*{*/
/*    display: none;*/
/*}*/

.order_list .x
{
    position: absolute;
    right: 15px;
    top: 64px;
}

.order_list .actions
{
    display: none;
}

.order_list .empty
{
    font-size: 16px;
    line-height: 20px;
    margin: 0px 15px;
}

.order_list .wc-cart-total
{
    margin: 25px 15px;
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.order_list .wc-cart-deliv
{
    margin: 25px 15px;
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.coupon_activate, .coupon_error_activate, .coupon_true
{
	 margin: 25px 15px;
	 max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 20px;
	 line-height: 25px;
	 display: block;
}

.coupon_activate
{
	color: #162318;
	text-decoration: underline;
}

.coupon_error_activate
{
	color: #F0624D;
	text-decoration: none;
	display: none;
	cursor: pointer;
}

.coupon_true
{
	color: #2D0A45;
}

.checkout_coupon
{
	 margin: 25px 15px;
	 max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkout_coupon p
{
	flex-basis: 50%;
}

.checkout_coupon p:first-child
{
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	color: #162318;
	flex-basis: 100%;
}

.checkout_coupon input
{
	border: 1px solid #7A6695;
	box-sizing: border-box;
	border-radius: 30px;
	max-width: 230px;
	height: 46px;
	width: 100%;
	padding: 0px 26px;
}

.checkout_coupon button
{
	background: #7A6695;
	border: 2px solid #7A6695;
	box-sizing: border-box;
	border-radius: 30px;
	max-width: 195px;
	color: #162318;
	width: 100%;
	height: 46px;
	margin: 0px;
	margin-left: 20px;
}

.checkout_coupon button:hover
{
	background-color: #7A6695;
	color: #ffffff;
}

.checkout_coupon input:focus
{
	outline: none;
}

.order_list .wc-cart-total h4
{
    font-size: 20px;
    line-height: 25px;
}

.order_list .wc-cart-total .woocommerce-Price-amount
{
    margin-top: 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}
.order_list .wc-cart-total .woocommerce-Price-amount .cur_ttc {
    font-size: 12px;
}

.order_list .wc-cart-deliv h4
{
    font-size: 20px;
    line-height: 25px;
}

.order_list .wc-cart-deliv .woocommerce-Deliv-amount
{
    margin-top: 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}
.order_list .wc-cart-deliv .woocommerce-Deliv-amount .cur_ttc {
    font-size: 12px;
}
.order_list .wc-cart-deliv .woocommerce-Deliv-amount {
    font-weight: 400;
}

.order_list .wc-proceed-to-checkout .button
{
    color: #162318;
    border: 1.5px solid #2D0A45;
    margin: 0px 15px;
}

.order_list .continue
{
    font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
    margin-top: 26px;
}

.order_list .free
{
    font-size: 18px;
    line-height: 25px;
    margin-left: 15px;
    margin-top: 26px;
    margin-bottom: 43px;
    padding-bottom: 31px;
    border-bottom: 1px solid #2D0A45;
    text-align: center;
}

.order_list .free .fr
{
    text-transform: uppercase;
    color: #2D0A45;
    font-weight: 600;
}

.order_list .free .mn
{
    font-weight: 600;
}

.wc-ukr-shipping-np-fields
{
    /*display: block !important;*/
}

.wc_checkout_cont input:not(#wcus_np_billing_custom_address_active)
{
    border: 1px solid #7A6695;
    box-sizing: border-box;
    border-radius: 30px;
    max-width: 345px;
    height: 56px;
    width: 100%;
    padding: 0px 26px;
    box-sizing: border-box;
}
.wc_checkout_cont .order_list .quantity input:not(#wcus_np_billing_custom_address_active) {
    width: 28px;
    height: 28px;
    border: 1px solid #2D0A45;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 1px 2px;
    border-radius: 0;
}

.wc_checkout_cont input:focus
{
    outline: none;
}

.wc_checkout_cont input:not(#wcus_np_billing_custom_address_active)[type="radio"] {
    height: 16px;
    width: 16px;
    max-width: 16px;
    padding: 7px;
    transform: translateY(2px);
    margin-right: 4px;
}

.wc_payment_methods.payment_methods li {
    margin-bottom: 17px;
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    padding-left: 0;
}

.wc_checkout_cont input:not(#wcus_np_billing_custom_address_active)[type="radio"]:checked {
    background: #7A6695;
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li input, ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li label {
    cursor: pointer;
}

.wc_checkout_cont .col-2
{
    display: none;
}

.wc_checkout_cont .select2-container--default .select2-selection--single
{
    border: 1px solid #7A6695;
    box-sizing: border-box;
    border-radius: 30px;
    max-width: 345px;
    height: 56px;
    width: 100%;
    padding: 0px 26px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.form-row .select {
    border: 1px solid #7A6695;
    box-sizing: border-box;
    border-radius: 30px;
    max-width: 345px;
    height: 56px;
    width: 100%;
    padding: 0px 26px;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
}
.form-row .select:focus {
    outline: 0;
    box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top: 15px;
    right: 15px;
}

.order_review_heading>div h4
{
    font-size: 20px;
    line-height: 25px;
}

.order_list .order_title a
{
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    text-decoration: none;
    color: #162318;
    display: flex;
    align-items: flex-end;
}

.order_list .order_title
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.checkout.woocommerce-checkout .user_data, .checkout.woocommerce-checkout .delivery
{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

.checkout.woocommerce-checkout .delivery
{
    display: none;
}

.wc_checkout_cont .order_list {
    clear: both;
}
.wc_checkout_cont .button {
    background: #2D0A45;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
    transition: 0.3s;
}
.wc_checkout_cont .button:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.wc_checkout_cont .form-row {
    width: 48.1%;
}

.wc_checkout_cont .form-row {
    float: left;
    margin-right: 3.8%;
}

.wc_checkout_cont p.woocommerce-SavedPaymentMethods-saveNew {
  width: 100%;
}

div#card-panel input {
  height: 30px;
}

.payment_method_stripe fieldset {
  border: 0 none;
  padding: 0;
}

.wc_checkout_cont input#wc-stripe-new-payment-method {
  width: auto;
  height: auto;
}

.wc_checkout_cont .form-row:nth-child(2n) {
    margin-right: 0;
}

.wc_checkout_cont .clear {
    float: none;
    clear: both;
}

#order_review
{
    display: none;
}

#payment
{
	display: block !important;
}

#order_review .woocommerce-checkout-review-order-table
{
    display: none;
}

.next, .next-pseudo
{
    border: 1.5px solid #2D0A45;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    width: 223px;
    height: 46px;
    margin-top: 39px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #162318;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.next-pseudo + .next {
    display: none;
}

.user_data.green, .delivery.green
{
    font-size: 20px;
    line-height: 25px;
    color: #2D0A45;
}

.np
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    max-width: 350px;
}

section.shop .np h2
{
    font-size: 20px;
    line-height: 25px;
    color: #162318;
    margin: 0px;
    padding: 0px;
}

.np img
{
    width: 73px;
}

.woocommerce-additional-fields__field-wrapper
{
    display: none;
}

.woocommerce-terms-and-conditions-wrapper
{
    display: none;
}

#wcus_np_billing_fields
{
    margin-bottom: 58px;
}

.wc_payment_methods.payment_methods
{
    margin: 0px;
    padding: 0px;
}

.wc_payment_methods.payment_methods li
{
    list-style: none;
}

input[type="radio"] 
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #2D0A45;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 20px;
}

input[type="radio"]:checked
{
    border: 5px solid #2D0A45;
}

button#place_order
{
    border: 1.5px solid #2D0A45;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #ffffff;
    max-width: 345px;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    height: 46px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #162318;
}

.select2-selection.select2-selection--single
{
    position: relative;
}

form.checkout
{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

#checkout_fondy_form
{
    display: none;
}

.login_title
{
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    margin-bottom: 23px;
}

.login_title h4
{
    display: flex;
    align-items: flex-end;
}

.login_title .lg
{
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
}

.login_title .reg
{
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

.login_title .del
{
    font-size: 26px;
    line-height: 32px;
    color: #2D0A45;
    display: none;
}

.login_title.reg
{
    flex-direction: row-reverse;
}

.login_title.reg .reg
{
    font-size: 20px;
    line-height: 25px;
}

.login_title.reg .lg
{
    font-size: 16px;
    line-height: 20px;
}

.shop-content .woocommerce-form.woocommerce-form-login.login>p:first-child, .shop-content .woocommerce-form.woocommerce-form-register.register>p:first-child
{
    text-align: justify;
    max-width: 350px;
    margin-bottom: 40px;
}

.shop-content .woocommerce-form.woocommerce-form-register.register>p:first-child
{
    max-width: 310px;
}

.shop-content .woocommerce-form.woocommerce-form-login.login input:not(#wcus_np_billing_custom_address_active)
{
    border: 1px solid #7A6695;
    box-sizing: border-box;
    border-radius: 30px;
    max-width: 345px;
    height: 56px;
    width: 100%;
    padding: 0px 26px;
    box-sizing: border-box;
}

.shop-content .woocommerce-form.woocommerce-form-login.login input:focus
{
    outline: none;
}

.shop-content .woocommerce-form.woocommerce-form-login.login button
{
    border: 1.5px solid #2D0A45;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    width: 223px;
    height: 46px;
    margin-top: 39px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #162318;
    margin-left: 0px
}

.shop-content .woocommerce-form.woocommerce-form-register.register
{
    display: none;
}

.shop-content .woocommerce-form.woocommerce-form-register.register input:not(#wcus_np_billing_custom_address_active)
{
    border: 1px solid #7A6695;
    box-sizing: border-box;
    border-radius: 30px;
    max-width: 345px;
    height: 56px;
    width: 100%;
    padding: 0px 26px;
    box-sizing: border-box;
}


.shop-content .woocommerce-form.woocommerce-form-register.register input:focus
{
    outline: none;
}

.shop-content .woocommerce-form.woocommerce-form-register.register button
{
    border: 1.5px solid #2D0A45;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    width: 223px;
    height: 46px;
    margin-top: 39px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #162318;
    margin-left: 0px
}

.woocommerce-privacy-policy-text
{
    display: none;
}

.lost_password a
{
    text-decoration: none;
    line-height: 20px;
    color: #162318;
    margin: 18px 0px 23px 0px;
    font-size: 16px;
}

.shop.check .shop-content.log .woocommerce
{
    display: flex;
    flex-direction: column-reverse;
}

.forms
{
    margin: auto;
    max-width: 350px;
}

.login_btn, .reg_btn
{
    display: none;
    border: 1.5px solid #2D0A45;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    width: 228px;
    height: 46px;
    margin-top: 39px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #162318;
    margin-left: 0px
}

.select2-container--open .select2-dropdown--below
{
    max-width: 345px;
}

#billing_country_field
{
    display: none;
}

.wc_payment_methods.payment_methods li
{
    max-width: 360px;
}

.woof_products_top_panel_ul [data-tax="orderby"]
{
    display: none;
}

.filters .v
{
    display: none;
}

.sortby
{
    display: none;
}

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider 
{
    background: url(../img/sprite.png) !important;
}

.irs-slider 
{
    width: 10px !important;
    height: 10px !important;
    top: 24px !important;
    background-position: -6px -126px !important;
}

.irs-bar 
{
    height: 4px !important;
    top: 27px !important;
    background-position: 0 -60px !important;
}

.irs-line 
{
    height: 4px !important;
    top: 27px !important;
}

.woocommerce-pagination li
{
    list-style: none;
    margin: 0px 6px;
}

.woocommerce-pagination a, .woocommerce-pagination .current
{
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    color: #162318;
}

.woocommerce-pagination .current
{
    border: 1px solid #2D0A45;
    box-sizing: border-box;
    border-radius: 3px;
    width: 26px;
    height: 26px;
    display: block !important;
    text-align: center;
}

.woocommerce-pagination .next, .woocommerce-pagination .prev
{
    border: none;
}

.woocommerce-pagination .prev
{
    margin-right: 72px;
}

.woocommerce-pagination .next
{
    margin-left: 72px;
}

.woocommerce-pagination>.page-numbers
{
    padding: 0px;
    display: flex;
    margin: auto;
    max-width: 300px;
    align-items: center;
    justify-content: center;
}

.woocommerce-pagination
{
    margin-top: 100px;
}

.must-log-in
{
    text-align: center;
}

.must-log-in a
{
    border: 1px solid #2D0A45;
    border-radius: 30px;
    width: 223px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #162318;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.must-log-in a:hover
{
    color: #ffffff;
    background-color: #2D0A45;
}

section.tabs .comments #review_form #respond .form-submit input:hover
{
    color: #ffffff;
    background-color: #2D0A45;
}

.woof_checkbox_count
{
    display: none;
}

.wc_payment_method
{
    position: relative;
}

.wc_payment_method label img
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.passdiv
{
    max-width: 345px;
    width: 100%;
    margin: auto;
    position: relative;
}

.minilogin .passdiv, .minilogin .passdiv input
{
    width: 335px;
    margin-left: 0px;
}

.minilogin .passdiv.form-row
{
    margin-left: 0px;
}

.minilogin #password_1
{
    margin-bottom: 20px
}

.passdiv svg
{
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
}

.passdiv svg.hide
{
    display: none;
}

.acc .passdiv .show-password-input {
    display: none;
}

.wc_pers_cont p.form-row.passdiv {
    margin-right: 3.8%;
    margin-left: 0;
}
.wc_pers_cont p.form-row.passdiv:nth-child(2n) {
    margin-right: 0;
}
.wc_checkout_cont .acc .button {
    background-color: #ffffff;
}
.wc_checkout_cont .acc .button:hover {
    opacity: 1;
}

.order_list .product-thumbnail
{
    max-width: 80px;
}

.psubhead
{
    font-size: 16px;
    margin: 40px auto 20px auto;
    width: 100%;
    text-align: center;
}

.ptext
{
    text-align: justify;
    max-width: 745px;
    margin: auto;
}

.penter
{
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 38px;
}

.minilogin .penter
{
    text-align: left;
}

.pbutton
{
    max-width: 345px;
    margin: auto;
    margin-top: 25px;
}

.minilogin .pbutton
{
    margin-left: 0px;
}

.lost_reset_password #password_1:focus , .lost_reset_password #password_2:focus 
{
    outline: none;
}
.page-text-txt .lost_reset_password label {
    text-align: left;
    display: block;
    margin-bottom: 7px;
}
.wc_checkout_cont #billing_phone_field.form-row {
    margin-right: 3.8%;
}

.wc_checkout_cont #billing_email_field.form-row {
    float: left;
    margin-right: 0;
}

.wc_checkout_cont #custom_city_field.form-row {
    margin-right: 3.8%;
}

.wc_checkout_cont #custom_warehouse_field.form-row {
    float: left;
    margin-right: 0;
}

.page-text-txt.wc_checkout_cont .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.page-text-txt.wc_checkout_cont .woocommerce a.logout {
    width: 100%;
    margin-bottom: 30px;
}

.page-text-txt.wc_checkout_cont .woocommerce nav.woocommerce-MyAccount-navigation {
    max-width: 330px;
    width: 100%;
}

.page-text-txt.wc_checkout_cont .woocommerce .woocommerce-MyAccount-content {
    max-width: calc(100% - 330px - 60px);
    flex-basis: unset;
    width: 100%;
    padding-left: 60px;
}
.page-text-txt.wc_checkout_cont .form-row:nth-child(10) {
    width: 100%;
    margin-top: 30px;
}

@media only screen and (min-width: 420px) 
{
    .order_list .product-thumbnail
    {
        max-width: unset;
    }

    .order_list .product-quantity
    {
        max-width: 150px;
        position: relative;
    }

    .order_list .product-remove .remove
    {
        display: block;
        margin-top: 65px;
        padding: 0px 5px;
    }

    .order_list .woocommerce-Price-amount
    {
        display: inline-block;
        margin-top: 65px;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 530px) 
{
    section.blog .list 
    {
        width: 486px;
    }
}

@media only screen and (min-width: 768px) 
{
    .passdiv.form-row
    {
        width: 274px;
        margin: auto;
    }

    .lost_reset_password
    {
        width: 100%;
    }

    section.blog .list 
    {
        width: 736px;
    }

    .single_product .description h4, .single_product .description h2
    {
        text-align: left;
    }

    section.error h3, section.success h3
    {
        font-weight: 400;
        font-size: 22px;
        line-height: 27px;
        max-width: 486px;
    }

    section.success > .container > h4
    {
        font-size: 20px;
        line-height: 25px;
    }

    section.success .cmt
    {
        margin-bottom: 100px;
    }

    section.shop.ord h2
    {
        margin-bottom: 30px;
        font-size: 25px;
    }

    section.shop.ord .products .product:nth-child(3)
    {
        display: block;
    }

    section.content .full
    {
        display: flex;
        justify-content: space-between;
    }

    section.content .full .left, section.content .full .right
    {
        flex-basis: 49%;
    }

    section.content .full .right
    {
        margin: 0px;
    }

    .content_subscribe .container
    {
        display: flex;
        flex-wrap: wrap;
    }

    .content_subscribe h2
    {
        max-width: 290px;
        margin-right: 50%;
    }

    .content_subscribe .text
    {
        display: flex;
        align-items: center;
        flex-basis: 50%;
    }

    .content_subscribe .letters
    {
        flex-basis: 50%;
    }

    section.single_product .container
    {
        display: flex;
        justify-content: space-between;
    }

    section.single_product>.container>div
    {
        margin-top: 50px;
    }

    section.wclist .list .box
    {
        flex-basis: 25%;
    }

    section.tabs .container
    {
        max-width: 1000px;
    }

    section.tabs .description.active
    {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    section.tabs .description.active .left, section.tabs .description.active .right
    {
        flex-basis: 49%;
    }

    section.tabs .description.active .images
    {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
    }

    section.tabs .description.active .images img
    {
        flex-basis: 49%;
    }

    section.subscribe .container
    {
        display: flex;
        flex-wrap: wrap;
    }

    section.subscribe h2
    {
        max-width: 290px;
        margin-right: 50%;
    }

    section.subscribe .text
    {
        display: flex;
        align-items: center;
        flex-basis: 50%;
    }

    section.subscribe .letters
    {
        flex-basis: 50%;
    }

    section.desc .container
    {
        display: flex;
        flex-wrap: wrap;
    }

    section.desc h2
    {
        margin: 0px auto 15px auto;
        flex-basis: 100%;
    }

    section.desc .left, section.desc .right
    {
        flex-basis: 47%;
    }

    section.desc .left
    {
        margin-right: 30px;
    }

    .acc .woocommerce
    {
        display: flex;
        flex-wrap: wrap;
    }

    .logout
    {
        flex-basis: 100%;
    }

    .woocommerce-MyAccount-navigation
    {
        flex-basis: 358px;
    }

    .woocommerce-MyAccount-content
    {
        flex-basis: 50%;
    }

    .woocommerce-MyAccount-content .products
    {
        max-width: 352px;
    }

    .ord .woocommerce-cart-form__cart-item .product-quantity 
    {
        width: 71%;
    }

    .ord.shop_table_responsive > tbody > tr > td
    {
        width: 370px;
    }

    .shop.check .woocommerce
    {
        display: flex;
        flex-direction: row-reverse;
    }

    .shop.ord .woocommerce
    {
        display: block;
    }

    .shop.check .shop-title
    {
        margin-bottom: 75px;
    }

    form.checkout
    {
        width: 100%;
        border-top: 1px solid #7A6695;
        padding-top: 37px;
    }

    .order_list
    {
        border: 1px solid #7A6695;
        height: 100%;
        padding: 45px 20px;
        margin-left: 10px;
        max-width: 517px;
    }

    .order_list .free
    {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .col2-set .form-row-wide
    {
        width: 48.1%;
    }

    .minilogin .col2-set .form-row-wide
    {
        width: auto;
    }

    .col2-set p
    {
        margin: 10px 0px;
    }

    #billing_phone_field
    {
        float: left;
    }

    #billing_email_field
    {
        float: right;
    }

    #billing_address_1_field
    {
        float: left;
        margin-right: 0;
    }

    #custom_city_field
    {
        float: left;
    }

    #custom_warehouse_field
    {
        float: left;
    }

    .shop.check .shop-content.log .woocommerce 
    {
        display: flex;
        flex-direction: row;
    }

    .shop.ord .shop-content.log .woocommerce
    {
        display: block;
    }

    .forms
    {
        border-top: 1px solid #7A6695;
        padding-top: 37px;
    }

    .single_product .description h4
    {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .single_product .description h2
    {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .single_product .details .sku
    {
        margin-right: 50px;

    }

    .single_product .details .num
    {
        margin-right: 30px;
        
    }

}

@media only screen and (min-width: 1024px) 
{
	.single_product .image .right .gallery img
	{
		margin-right: 30px;	
	}
	
	.single_product .image .left img
	{
		padding-bottom: 25px;
	}
    .psubhead
    {
        font-size: 26px;
        ine-height: 32px;
    }

    .ptext
    {
        font-size: 18px;
        line-height: 22px
    }

    .filters .sort_window::before, .filters .filter_window::before
    {
        display: none;
    }

    .penter
    {
        font-size: 22px;
        line-height: 27px;
        margin-top: 60px;
    }

    .pbutton
    {
        margin-top: 35px;
    }

    .woocommerce-MyAccount-content
    {
        flex-basis: 63%;
    }

    section.single_product > .container > div:not(.image)
    {
        width: 487px;
    }

    section.single_product > .container .image
    {
        width: auto;
    }

    .single_product .image .right .wrap 
    {
        height: 440px;
        width: 487px;
    }

    section.blog .list 
    {
        width: 976px;
    }

    section.blog h2
    {
        margin-top: 141px;
    }

    .woocommerce-pagination
    {
        margin-top: 100px;
    }

    section.error .error_img
    {
        margin-top: 137px;
        margin-bottom: 100px;
        max-width: 700px;
    }

    .shop.ord section.error .error_img
    {
        margin-top: 111px;
        margin-bottom: 54px;
    }

    section.shop.ord h2
    {
        margin-bottom: 50px;
    }

    section.content h3
    {
        font-size: 22px;
        line-height: 27px;
    }

    section.content h4
    {
        font-size: 20px;
        line-height: 25px;
    }

    section.content h5
    {
        font-size: 18px;
        line-height: 22px;
    }

    .content_subscribe h2
    {
        max-width: 400px;
        margin: 103px 0px 26px 261px;
    }

    .content_subscribe .text
    {
        flex-basis: 40%;
        margin-left: 261px;
        margin-bottom: 121px;
    }

    .content_subscribe .letters 
    {
        flex-basis: 30%;
        margin-bottom: 102px;
        max-width: 487px;
    }

    section.wclist .list
    {
        padding: 76px 104px 60px 104px;
    }

    section.wclist .list .box
    {
        margin-bottom: 0px;
    }

    section.wclist .list .box div
    {
        margin-bottom: 24px;
    }

    section.wclist .list .box img
    {
        width: 57px;
    }

    section.wclist .list .box h3
    {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        max-width: 160px;
    }

    section.single_product .container
    {
        max-width: 1267px;
    }

    .single_product .image
    {
        width: 50%;
    }

    .single_product .image .left
    {
        max-width: 113px;
        min-width: 113px;
    }

    .single_product .image .right
    {
        width: 100%;
    }

    .single_product .details .sku
    {
        margin-right: 100px;
    }

    .single_product .details .num 
    {
        margin-right: 80px;
    }

    .single_product .image .right .gallery img 
    {
        width: 100px;
        height: 90px;
    }

    .single_product .image .right .img_wrap img
    {
        max-height: 440px;
    }

    section.wclist .container
    {
        max-width: 1267px;
    }

    section.like h2
    {
        margin-top: 166px;
    }

    section.subscribe h2
    {
        max-width: 400px;
        margin: 122px 0px 26px 261px;
    }

    section.subscribe .text
    {
        flex-basis: 40%;
        margin-left: 261px;
        margin-bottom: 90px;
    }

    section.subscribe .letters 
    {
        flex-basis: 30%;
        margin-bottom: 44px;
        max-width: 487px;
    }

    .woocommerce-MyAccount-content .products 
    {
        max-width: 620px;
    }

    .ord .woocommerce-cart-form__cart-item .product-quantity 
    {
        width: 77%;
    }

    .ord.shop_table_responsive > tbody > tr > td
    {
        width: 450px;
    }

    form.checkout 
    {
        max-width: 472px;
    }

    .woocommerce-billing-fields
    {
        max-width: 744px;
    }

    .order_list
    {
        width: 100%;
    }

    .order_list .product-quantity
    {
        width: 150px;
    }

    .single_product .description .rating .comment
    {
        margin-right: 80px;
    }
}

@media only screen and (min-width: 1200px) 
{
    h1.frst, h2.frst, h3.frst, h4.frst, h5.frst
    {
        padding-left: 100px;
    }

    .shop-title
    {
        padding-left: 100px;
    }

    .passdiv
    {
        margin: 0px;
        margin-right: 50%;
    }

    .single_product .description h2
    {
        display: inline-block;
        position: relative;
    }

    .single_product .wcleaves
    {
        position: absolute;
        left: auto;
        top: -40px;
        right: -50px;
    }

    .acc .woocommerce-orders-table__row
    {
        margin-bottom: 80px;
        padding-bottom: 80px;
        border-bottom: 1px solid #7A6695;
    }

    .single_product .description .rating .comment
    {
        margin-right: 100px;
    }

    .single_product .details .num 
    {
        margin-right: 100px;
    }

    .single_product .details .sku 
    {
        margin-right: 120px;
    }

    .shop-content .woocommerce-form.woocommerce-form-register.register
    {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shop-content .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row
    {
        flex-basis: 50%;
        max-width: 357px;
        box-sizing: border-box;
    }

    .shop-content .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row:nth-child(even)
    {
        padding-right: 5px;

    }

    .check .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row input
    {
        max-width: 357px !important;
    }

    .shop-content .woocommerce-form.woocommerce-form-register.register .woocommerce-form-row:last-child
    {
        flex-basis: 100%;
        margin-right: 200px;
    }

    .shop-content .woocommerce-form.woocommerce-form-register.register > p:first-child
    {
        margin-right: 200px;
    }

    section.blog .list 
    {
        width: 1132px;
    }

    section.blog .list .box
    {
        width: 263px;
    }

    section.blog .box .image img
    {
        height: 150px;
    }

    input
    {
        font-size: 16px;
        line-height: 20px;
    }

    .order_list h4
    {
        font-size: 22px;
        line-height: 27px;
    }

    .order_list .order_title a
    {
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: flex-end;
    }

    .order_list .wc-cart-total, .order_list .woocommerce-cart, .order_list .free, .order_list .order_title, .order_list .wc-cart-deliv
    {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .checkout_coupon, .coupon_activate, .coupon_error_activate, .coupon_true
    {
    	max-width: 450px;
    }

     .order_list .woocommerce-cart
    {
        max-width: 470px;
    }

    .order_list .shop_table
    {
        max-width: 450px;
    }

    .order_list .order_title
    {
        margin-bottom: 40px;
    }

    .order_list .free
    {
        max-width: 455px;
    }

    .order_list .shop_table
    {
        padding: 0px;
    }

    .order_list .product-thumbnail img
    {
        margin-right: 30px;
    }

    .order_list .product-quantity
    {
        padding-right: 5px;
        max-width: 170px;
        width: 170px;
    }

    .order_list .product-remove .remove
    {
        margin-right: 35px;
    }

    .user_data, .delivery
    {
        font-size: 26px;
        line-height: 32px;
    }

    .content_subscribe h2 
    {
        max-width: 400px;
        margin: 122px 45% 26px 261px;
    }

    section.subscribe
    {
        display: block;
        margin-top: 122px;
    }

    section.subscribe h2 
    {
        max-width: 400px;
        margin: 103px 45% 26px 261px;
    }

    .filters .filter_window
    {
        top: -10px;
        width: 228px;
        display: block;
        padding-right: 30px;
    }

    .woof_shortcode_output
    {
        overflow: hidden;
    }

    .woof_products_top_panel, #woof_results_by_ajax .woocommerce-info
    {
        position: relative;
        left: 258px;
    }

    .woocommerce-MyAccount-content
    {
        flex-basis: 780px;
    }

    .woocommerce-EditAccountForm.edit-account
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 35px auto 0;
    }

    .woocommerce-EditAccountForm.edit-account .password-input
    {
        flex-basis: 100%;
    }

    .woocommerce-EditAddressForm.edit-address
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 760px;
        margin: 0 auto;
    }

    .acc .logout
    {
        margin-top: 71px;
        margin-left: 410px;
        justify-content: unset;
    }

    .acc input
    {
        margin-right: 30px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .acc .cpass
    {
        margin-left: 0px;
        margin-bottom: 25px;
    }

    .woocommerce-MyAccount-content p
    {
        margin-left: 0px;
        margin-top: 35px;
    }

    .woocommerce-EditAccountForm.edit-account + .woocommerce-EditAddressForm.edit-address {
        margin-top: 40px;
    }
    .woocommerce-EditAddressForm.edit-address .cpass
    {
        margin-top: 90px;
        flex-basis: 100%;
        max-width: unset;
    }

    form.checkout 
    {
        max-width: 672px;
    }

    .login_title .lg, .login_title.reg .reg
    {
        font-size: 26px;
        line-height: 32px;
    }

    .login_title .del
    {
        display: block;
    }

    .login_title .reg
    {
        display: none;
    }

    .login_title.reg .lg
    {
        display: none;
    }

    .login_title.reg .reg
    {
        display: block;
    }

    .login_title
    {
        max-width: 754px;
    }

    .forms
    {
        max-width: 754px;
        width: 100%;
        position: relative;
    }

    .reg_btn
    {
        display: block;
    }

    .reg_btn, .login_btn
    {
        position: absolute;
        top: 55px;
        right: 0px;
    }

    .login_title.reg 
    {
        flex-direction: row;
    }

    form.checkout 
    {
        max-width: 872px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .checkout.woocommerce-checkout .user_data, .checkout.woocommerce-checkout .delivery
    {
        flex-basis: 50%;
    }

    .checkout.woocommerce-checkout .delivery
    {
        display: block;
    }

    #customer_details
    {
        flex-basis: 745px;
    }

    #customer_details.billing, #order_review
    {
        flex-basis: 49%;
    }

    .woocommerce-checkout button#place_order
    {
        max-width: 360px;
        margin-left: 0px;
    }

    input, #customer_details .select2-container--default .select2-selection--single, .select2-container--open .select2-dropdown--below
    {
        max-width: 360px;
    }

    .shop-content .products
    {
        margin-left: 258px;
    }



    .shop.ord .shop-content .products, .shop.acc .shop-content .products
    {
        margin-left: auto;
    }

    .filters
    {
        justify-content: flex-start;
        border-top: none;
        border-bottom: 1px solid rgba(135, 163, 150, 0.8);
    }

    .filters .filter
    {
        display: none;
    }

    .filters .sort
    {
        margin-left: 258px;
    }

    .woof_container
    {
        margin: 0px;
        padding: 0px;
    }

    .woof_container_inner
    {
        padding-bottom: 32px;
        border-bottom: 0.8px solid rgba(135, 163, 150, 0.4);
        margin-bottom: 32px;
    }

    .woof_list.woof_list_checkbox
    {
        max-height: 174px;
        overflow: auto;
        scrollbar-color: #162318 #7A6695;
        scrollbar-width: thin;
    }

    .woof_list.woof_list_checkbox::-webkit-scrollbar
    {
        width: 4px;
    }

    .woof_list.woof_list_checkbox::-webkit-scrollbar-track
    {
        background-color: #7A6695;
    }

    .woof_list.woof_list_checkbox::-webkit-scrollbar-thumb
    {
        background-color: #162318;
    }

    .filters .sort_window
    {
        width: calc(100% - 259px);
        left: 259px;
        padding-left: 125px;
    }

    .filters .sort .v
    {
        display: inline-block;
        transition: all ease 0.5s;
    }

    .filters .sort.active .v
    {
        transform: scaleY(-1);
        transition: all ease 0.5s;
    }

    .filters .sort
    {
        font-size: 16px;
        line-height: 20px;
        color: #2D0A45;
    }

    .filters .x, .filters .s
    {
        display: none !important;
    }

    .sortby
    {
        color: #162318;
        margin-left: 20px;
        display: inline-block;
    }

    .single_product .image .right .gallery img 
    {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (min-width: 1350px) 
{
    .woocommerce-MyAccount-content .products 
    {
        max-width: 930px;
    }

    .woocommerce-MyAccount-content
    {
        flex-basis: 930px;
    }

    .woocommerce-EditAccountForm.edit-account
    {
        margin-left: auto;
        margin-right: auto;
        max-width: 760px
    }

    .acc .logout
    {
        margin-left: 530px;
    }

    .woocommerce-EditAddressForm.edit-address
    {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1440px) 
{
    .single_product .image .right .gallery img 
    {
        width: 120px;
        height: 120px;
    }

    .woocommerce-MyAccount-content 
    {
        flex-basis: 1020px;
    }
    section.blog .list 
    {
        width: 1292px;
    }

    section.blog .list .box 
    {
        width: 303px;
    }

    section.blog .box .image img 
    {
        height: 180px;
    }

    .shop-content .products
    {
        max-width: 930px;
    }

    .checkout.woocommerce-checkout .user_data, .checkout.woocommerce-checkout .delivery
    {
        margin-bottom: 45px;
    }

    .wc_payment_methods.payment_methods li
    {
        margin-bottom: 17px;
    }
}

@media only screen and (min-width: 1500px) 
{
    .shop-content .products
    {
        max-width: 1240px;
    }

    .shop.acc .shop-content .products
    {
        max-width: 930px;
    }

    .woocommerce-MyAccount-content 
    {
        flex-basis: 1080px;
    }

    section.shop.ord .products .product:nth-child(4)
    {
        display: block;
    }
}

@media only screen and (min-width: 1600px) 
{
    section.blog .list 
    {
        width: 1558px;
    }

    section.blog .list .box 
    {
        width: 357px;
        margin-right: 30px;
    }

    section.blog .list .box:nth-child(4)
    {
        margin-right: 0px;
    }

    section.blog .box .image img 
    {
        height: 190px;
    }

    #woof_results_by_ajax .products 
    {
        max-width: 1240px;
    }
}

@media only screen and (min-width: 1920px) 
{
    .woocommerce-MyAccount-content .products 
    {
        max-width: 1240px;
    }

    .b6 .parallax 
    {
        background-size: 100%;
    }
}

/*checkout*/
.page-checkout .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-checkout  .woocommerce-notices-wrapper {
    width: 100%;
    order: 1;
}

.page-checkout .order_list {
    order: 3;
    margin-left: 30px;
    max-width: 519px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.page-checkout .checkout, .page-checkout .forms {
    order: 2;
    width: calc(100% - 550px);
    max-width: 745px;
    margin: 0;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding-top: 0;
    border-top: 0;
}
.page-text.page-checkout .container {
    max-width: 100%;
}



@media(min-width: 1550px) {
    .page-text.page-checkout .container {
        max-width: 1520px;
    }
}
@media(min-width: 992px) {
    .woocommerce-MyAccount-navigation li {
        justify-content: flex-start;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 0;
    }
}
@media(max-width: 991.98px) {
    .page-checkout .order_list {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .page-checkout .checkout, .page-checkout .forms {
        max-width: 745px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .page-text-txt.wc_checkout_cont .woocommerce nav.woocommerce-MyAccount-navigation {
        max-width: 100%;
        flex-basis: unset;
    }
    .page-text-txt.wc_checkout_cont .woocommerce nav.woocommerce-MyAccount-navigation ul {
        max-width: 380px;
        margin: 0 auto;
    }

    .page-text-txt.wc_checkout_cont .woocommerce .woocommerce-MyAccount-content {
        max-width: 100%;
        padding-left: 0;
    }

    .woocommerce-MyAccount-content .lang {
        max-width: 376px;
    }

    .page-text-txt.wc_checkout_cont .woocommerce a.logout {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 767.98px) {
    .page-checkout .checkout, .page-checkout .forms {
        max-width: 345px;
    }
    .wc_checkout_cont .form-row {
        width: 100%;
    }
}

.woocommerce-form-register .passdiv .show-password-input {
    display: none;
}

.woocommerce-form-register .form-row-submit {
    float: right;
}


.page-checkout .woocommerce-notices-wrapper {
  width: 100%;
  display: block;
}

.page-checkout .woocommerce-notices-wrapper .woocommerce-error {
  max-width: 754px;
  margin: 0 auto;
  background-color: #f9ae9e;
}

.page-checkout .woocommerce-notices-wrapper ul.woocommerce-error {
  list-style-type: none;
  padding: 10px;
}