/*@font-face 
{
    font-family: 'Averta CY';
    src: url('../font/Averta Cyrillic Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face 
{
    font-family: 'Averta CY';
    src: url('../font/Averta Cyrillic Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face 
{
    font-family: 'Averta CY';
    src: url('../font/Averta Cyrillic SemiBold.otf');
    font-weight: 600;
    font-style: normal;
}*/

@font-face 
{
    font-family: 'Century Gothic';
    src: url('../font/GOTHIC.TTF');
    font-weight: 400;
    font-style: normal;
}

@font-face 
{
    font-family: 'Century Gothic';
    src: url('../font/GOTHICB.TTF');
    font-weight: 600;
    font-style: normal;
}

html
{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    /*font-family: 'Averta CY';*/
    font-family: 'Century Gothic';
    color: #162318;
    background-color: #EEF5F2;
    height: 100vh;
}

body
{
	background-color: #ffffff;
}

*
{
    box-sizing: content-box;
}

img 
{
    max-width: 100%;
    display: block;
}

h1
{   
    font-size: 24px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

h2
{
    font-size: 22px;
    line-height: 27px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

h3
{
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

h4
{
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

.subtitle
{
    font-size: 14px;
    line-height: 20px;
    color: #2D0A45;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 400;
    min-height: 60px;
}

.price, .woocommerce div.product span.price
{
    font-size: 17px;
    line-height: 21px;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
    color: #162318;
}



.single_product .details .price .reg_price {
    text-align: left;
}
.single_product .details .price .red,
.woocommerce div.product span.price.red
{
    color: #F0624D;
    margin-top: 0px;
    font-weight: 600;
}

.reg_price
{
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: #828282;
    height: 20px;
}

.button
{
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    border: 1.5px solid #ffffff;
    border-radius: 30px;
    width: 222px;
    height: 46px;
    margin: auto;
    font-weight: 400;
}

.button.get_prize
{
    color: #162318;
    border: 1.5px solid #2D0A45;
    margin: 0px 15px;
    background-color: #ffffff;
    margin-top: 60px;
}

.container
{
    max-width: 1520px;
    margin: auto;
    padding: 0px 15px;
}

.woocommerce-validated .select2-selection
{
    box-shadow: inset 2px 0 0 #2D0A45;
}

.woocommerce-invalid .select2-selection
{
    box-shadow: inset 2px 0 0 #e2401c;
}
.form-row.woocommerce-invalid .select {
    box-shadow: inset 2px 0 0 #e2401c;
}

header
{
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: #fff;
}

.container.wide
{
    max-width: 100%;
}

.preload1, .preload2
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 199;
    width: 100%;
    background-color: #F9F1EA;
}

.preload1 img, .preload2 img
{
    width: 100%;
}

.preload2 img
{
	transform: scale(4);
}

.preload2
{
    top: 100%;
    z-index: 200;
    transition: 1.5s top ease-in-out;
}

button
{
    cursor: pointer;
}

.woocommerce-password-strength, .woocommerce-password-hint
{
    display: none;
}

.products 
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 346px;
    width: 100%;
    margin: auto;
    clear: both;
}

.products.col1
{
    width: 163px;
}

.products.col2
{
    width: 346px;
}

.products .product
{
    margin-bottom: 30px;
    position: relative;
    width: 163px;
}

.products .product .image
{
    width: 163px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.products .product .image a
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .product .image img
{
    max-width: 100%;
    max-height: 180px;
    width: auto;
    height: auto;
}

.products .product a:not(.subtitle)
{
    text-decoration: none;
    color: #162318;
    text-align: center;
}

.products .product h4
{
    margin: 0px 6px;
	 min-height: 20px;
}

.products .product .buttons
{
    display: flex;
    justify-content: space-between;
    width: 42px;
    margin: 13px auto;
    position: relative;
}

.products .product .buttons .wishlist
{
    width: 13px;
}

.products .product .buttons .wishlist img
{
    filter: invert(75%) sepia(23%) saturate(246%) hue-rotate(100deg) brightness(81%) contrast(81%);
}

.products .product .buttons .cart
{
    width: 16px;
}

.products .product .buttons .cart.added
{
    background: #2D0A45;
    border-radius: 20px;
    width: 30px;
    height: 24px;
    position: absolute;
    right: -10px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .product .buttons .cart.added img
{
    width: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7477%) hue-rotate(305deg) brightness(104%) contrast(100%);
}

.products .product .buttons .cart .label
{
    display: none;
}

.products .product .buttons.loading .cart {
    opacity: 0.5;
    pointer-events: none;
}

.products .product .buttons.loading .cart:not(.added) .label span:first-child {
            display: block;
        margin-right: 15px;
}
.products .product .buttons.loading .cart.added .label span:last-child {
            display: block;
        margin-right: 15px;
}
.products .product .buttons a
{
    display: flex;
    align-items: flex-end;
}

.product:hover
{
	transform: scale(1.2);
	transition: 1s ease transform;
}

.product
{
	transition: 1s ease transform;
}

.product .discount, .product .new
{
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

.product .new_text
{
    position: absolute;
    top: 14px;
    left: 15px;
}

.product .discount_text
{
    position: absolute;
    top: 12px;
    left: 19px;
}

.product .discount
{
    top: 0px;
    left: -15px;
}

.product .new
{
    bottom: 170px;
    left: -15px;
}

.mobile_btn 
{
  display: inline-flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.mobile_btn:hover 
{
  opacity: 0.7;
}

.mobile_btn.active:hover 
{
  opacity: 0.7;
}

.mobile_btn.active .inner,
.mobile_btn.active .inner::before,
.mobile_btn.active .inner::after 
{
  background-color: #162318;
}

.outer 
{
  width: 24px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.active .outer 
{
	top: 0px;
}

.inner 
{
  display: block;
  top: 50%;
  margin-top: -2px;
}

.inner, .inner::before, .inner::after 
{
  width: 24px;
  height: 2px;
  background-color: #162318;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.inner::before, .inner::after 
{
  content: "";
  display: block;
}

.inner::before 
{
  top: -7px;
}

.inner::after 
{
  bottom: -7px;
}

.mobile_btn .inner 
{
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile_btn .inner::after 
{
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.mobile_btn .inner::before 
{
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobile_btn.active .inner 
{
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile_btn.active .inner::after 
{
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.mobile_btn.active .inner::before 
{
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header
{
    border-bottom: 1px solid #7A6695;
}

header .container
{
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1267px;
}

header .left
{
    margin-top: 27px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    min-width: 75px;
}

header .right
{
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    min-width: 80px;
}

header .right .wishlist, header .right .cart
{
    display: flex;
    position: relative;
    margin-left: 13px;
}

.b3_5 .wishlist, .b3_5 .cart
{
    display: flex;
    position: relative;
}

header .right .wishlist .wnum, header .right .cart .cnum, .b3_5 .wishlist .wnum, .b3_5 .cart .cnum
{
    padding-right: 2px;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}

.b3_5 .wishlist .wnum, .b3_5 .cart .cnum
{
    padding-right: 5px;
}

header .right .cart.active .cnum, .b3_5 .cart.active
{
    padding-left: 5px;
    color: #ffffff;
}

header .right .cart .pr
{
    display: none;
}

.b3_5 .cart .pr
{
    display: none !important;
}

header .right .cart.active img
{
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(1725%) hue-rotate(234deg) brightness(120%) contrast(100%);
}

header .right .cart.active::after
{
    background: #2D0A45;
    border-radius: 20px 0px 0px 20px;
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -6px;
    bottom: 0px;
    z-index: -1;
    height: 34px;
    width: calc(100% + 15px);
}

header .logo
{
    display: none;
}

header .logo_mobile
{
    min-width: 75px;
    margin: 11px auto 11px auto;
    padding-left: 30px;
}

header .search_btn
{
    cursor: pointer;
}

header .main_menu
{
    background-color: #f9ebe0;
    position: absolute;
    top: 66px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9;
    height: 100vh;
}

header .main_menu .search_btn
{
    display: none;
}

header ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

header .menu a, header .menu .sub-menu a, .middle_menu .menu a, .middle_menu .menu .sub-menu a
{
    color: #162318;
    text-decoration: none;
}

header .menu, .middle_menu .menu
{
    padding: 40px 15px 0px 15px;
    max-width: 400px;
}

header .menu>li, .middle_menu .menu>li
{
    padding-bottom: 44px;
}

header .menu>li>a, .middle_menu .menu>li>a
{
    font-size: 20px;
    line-height: 25px;
}

header .menu .sub-menu, .middle_menu .menu .sub-menu
{
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}

header .menu .sub-menu .sub-menu, .middle_menu .menu .sub-menu .sub-menu
{
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
}

header .main_menu .contact
{
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    width: 130px;
    margin-top: 63px;
    margin-bottom: 47px;
}

header .main_menu .contact .phn img, header .main_menu .contact .fb img, header .main_menu .contact .ig img
{
    width: 18px;
    height: 18px;
}

header .main_menu .contact .ml img
{
    width: 20px;
    height: 15px;
}

header .main_menu .contact a
{
    display: flex;
    align-items: flex-end;
    position: relative;
    left: 0px;
    transition: 1.5s all ease;
}

header .main_menu .contact .phone_hover
{
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: 0.5s all ease;
    color: #162318;
    left: 30px;
    width: 150px;
    pointer-events: none;
}

header .main_menu .contact .pnh:hover .phone_hover
{
    opacity: 1;
    transition: 1.5s all ease;
}

header .main_menu .contact .pnh:hover ~ a
{
    left: 120px;
    transition: 0.5s all ease;
}

 header .menu .col .sub-menu
{
    display: block;
}

header .menu .col .sub-menu li a
{
    font-size: 16px;
    line-height: 27px;
}

header .lang
{
    font-size: 16px;
    line-height: 20px;
    padding-left: 15px;
    margin-bottom: 70px;
}

header .lang .lang_list a
{
    text-decoration: none;
    color: inherit;
}

header .lang .lang_list
{
    opacity: 0;
    transition: all ease 0.5s;
}

header .lang .lang_list.active
{
    opacity: 1;
    transition: all ease 0.5s;
}

header .lang .current
{
    cursor: pointer;
}


header .lang .arr
{
    transition: all ease 0.5s;
}

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

header .minicart, header .miniwishlist, header .minilogin, header .search, .miniprize, header .minimail
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
    display: none;
    max-width: 588px;
}

.miniten
{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 102;
}

.miniten::after
{
    content: ' ';
    position: fixed;
    top: -150%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #F9EBE0;
    opacity: 0.72;
    z-index: 101;
    height: 20000px;
}

.miniten.dark::after
{
    background-color: #FFFFFF;
}

.miniten .ten-container
{
    max-width: 745px;
    max-height: 381px;
    margin: auto;
    display: flex;
    background-color: #ffffff;
    box-shadow: -6px 11px 40px rgba(133, 107, 92, 0.11);
    position: relative;
    z-index: 102;
}

.miniten.dark .ten-container
{
    background-color: #F6B6BC;
}

.miniten .x
{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 102;
}

.miniten .right
{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 432px;
}

.miniten .right h3
{
    margin: 0px 0px 0px 20px;
    color: #2D0A45;
    font-weight: 700;
    font-size: 25px;
    line-height: 42px;
    width: 180px;
    z-index: 1;
}

.miniten.dark .right h3
{
    color: #FFFFFF;
}

.miniten .right div p:last-child
{
    max-width: 180px;
}

.miniten .right p
{
    margin-left: 20px;
    color: #162318;
    z-index: 1;
}

.miniten.dark .right p
{
    color: #FFFFFF;
}

.miniten .right img
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    max-height: 160px;
    z-index: 0;
}

.miniten .right .drk
{
    display: none;
}

.miniten .right strong
{
    font-weight: 400;
    font-size: 20px;
    color: #2D0A45;
}

.miniten.dark .right strong
{
    color: #FFFFFF;
}

.miniten.dark .right .drk
{
    display: block;
}

.miniten.dark .right .normal
{
    display: none;
}

header .minimail
{
	right: unset;
	left: 0px;
}

.prize
{
    position: absolute;
    width: 32px !important;
    height: 32px !important;
    bottom: 0px;
    margin: 0px;
}

.prized
{
    position: absolute;
    width: 38px !important;
    height: 32px !important;
    top: 0px;
    margin: 0px;
}

.prize_disc
{
    position: absolute;
    top: 5px;
    font-size: 12px;
    color: #fff;
    left: 5px;
    pointer-events: none;
    font-weight: 700;
}

.product-thumbnail a
{
    position: relative;
    display: block;
}

.miniprize
{
    display: block;
    z-index: 10;
}

.woocommerce-Price-amount.red, .woocommerce-Price-amount.regular
{
    margin-top: 5px !important;
}

.woocommerce-Price-amount.regular
{
    color: #828282;
    text-decoration: line-through;
}

.woocommerce-Price-amount.red
{
    color: #EB5757;
}

header .search
{
    left: 0px;
    max-width: unset;
}

header .search .search-container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

header .dgwt-wcas-search-wrapp
{
    max-width: 285px;
    margin: auto;
    padding-right: 10px;
}

header .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier
{
    position: absolute;
    right: -290px;
    bottom: -7px;
    fill: #162318;
    opacity: 1;
}

header .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input
{
    border: none;
    border-bottom: 1px solid #2D0A45;
    border-radius: 0px !important;
}

header .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input
{
    padding: 0px;
    height: 26px;
}

header .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader)
{
    display: none;
}

header .dgwt-wcas-enable-mobile-form
{
    display: none;
}

header .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus
{
    box-shadow: none;
}

header .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder
{
    color: #162318;
    opacity: 1;
    font-size: 19px;
    line-height: 23px;
    font-style: normal;
}

.adv
{
    display: none;
}

button:hover, .button:not(.sld, .address):hover
{
    background-color: #7A6695 !important;
    color: #ffffff !important;
}

.dgwt-wcas-suggestions-wrapp
{
    min-width: 325px;
    border: none;
    margin-top: 50px;
}

.dgwt-wcas-suggestion
{
    padding: 0px !important;
}

.dgwt-wcas-st
{
    display: flex;
    flex-direction: column-reverse;
}

.dgwt-wcas-si
{
    min-width: 56px;
    min-height: 56px;
    width: 56px;
    height: 56px;
}

.dgwt-wcas-si img
{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border: none;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product
{
    min-height: 56px;
    text-decoration: none;
}

.dgwt-wcas-suggestion-selected
{
    background-color: #ffffff;
}

.dgwt-wcas-suggestions-wrapp .woocommerce-Price-currencySymbol
{
    display: none;
}

.dgwt-wcas-sp
{
    font-size: 14px;
    line-height: 18px;
    color: #162318;
    text-decoration: none;
}

.dgwt-wcas-sp ins
{
    text-decoration: none;
    color: #F0624D;
}

.dgwt-wcas-st-title
{
    font-size: 14px;
    line-height: 18px;
    color: #2D0A45;
    font-weight: 400;
}

.dgwt-wcas-sd
{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #162318;
}

.dgwt-wcas-suggestion strong
{
    font-weight: 400;
}

.dgwt-wcas-suggestion bdi
{
    display: flex;
}

.dgwt-wcas-suggestion bdi::after
{
    content: ' €';
    margin-left: 5px;
}

.dgwt-wcas-sp del
{
    opacity: 1;
    color: #828282;
}

header .minicart::after, header .miniwishlist::after, header .minilogin::after, .miniprize::after, header .minimail::after
{
    content: ' ';
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #2D0A45;
    opacity: 0.5;
    z-index: 9;
}

header .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier
{
    width: 18px;
    height: 18px;
}

header .search .x
{
    margin-top: 7px;
    margin-right: 15px;
    display: flex;
    cursor: pointer;
    z-index: 1;
}

header .minilogin .login-container .woocommerce-notices-wrapper {
  display: block;
  max-width: 350px;
  padding: 0;
}


header .minilogin ul.woocommerce-error {
  padding: 8px;
  background-color: #f9ae9e;
  list-style-type: none;
}


header .minilogin::after
{
    background-color: #F9EBE0;
}

header .minicart .cart-container, header .miniwishlist .wish-container, header .minilogin .login-container, .miniprize .prize-container, header .minimail .mail-container
{
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    height: 100vh;
    top: -30px;
    padding-top: 30px;
}

header .minimail .col2-set .form-row-wide
{
	width: auto !important;
}

header .minilogin .login-container
{
    padding-left: 15px;
}

header .minilogin .login-container .rh, header .minilogin .login-container .ph
{
    display: none;
}

header .minilogin .col-2, header .minilogin .col-3
{
    display: none;
}

header .minilogin .col-1 p:last-child, header .minilogin .col-2 p:last-child
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 360px;
}

header .minilogin .col-1 .to_reg, header .minilogin .col-2 .to_log, header .minilogin .col-1 .to_pas
{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #162318;
    padding-right: 20px;
    padding-bottom: 12px;
    cursor: pointer;
}

header .minilogin span.password-input {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 358px;
}

header .minilogin .show-password-input {
    position: absolute;
    z-index: 2;
    right: 14px;
    top: 20px;
    width: 16px;
    height: 15px;
    border: 0;
    background: none;
    background-image: url('data:image/svg+xml,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0.857117C6.28571 0.857117 4.8 1.31426 3.54286 2.22855L4.45714 3.02855C5.48571 2.34283 6.62857 1.99997 8 1.99997C11.7714 1.99997 14.8571 5.08569 14.8571 8.85712H16C16 4.39997 12.4571 0.857117 8 0.857117ZM0 1.99997L1.82857 3.71426C0.685714 5.08569 0 6.91426 0 8.85712H1.14286C1.14286 7.14283 1.71429 5.65712 2.74286 4.51426L5.25714 6.79997C4.8 7.3714 4.57143 8.05712 4.57143 8.85712C4.57143 10.8 6.05714 12.2857 8 12.2857C8.91429 12.2857 9.71429 11.9428 10.2857 11.3714L13.7143 14.5714L14.5143 13.7714L0.8 1.19997L0 1.99997ZM6.05714 7.59997L9.37143 10.6857C9.02857 10.9143 8.57143 11.1428 8 11.1428C6.74286 11.1428 5.71429 10.1143 5.71429 8.85712C5.71429 8.39997 5.82857 7.94283 6.05714 7.59997ZM11.4286 9.42854L10.2857 8.39997C10.0571 7.48569 9.25714 6.68569 8.22857 6.5714L7.08571 5.54283C7.42857 5.42854 7.65714 5.42854 8 5.42854C9.94286 5.42854 11.4286 6.91426 11.4286 8.85712V9.42854Z" fill="%232D0A45"></path></svg>');
    background-repeat: no-repeat;
    padding: 0;
}

header .minilogin .show-password-input.display-password {
    background-image: url('data:image/svg+xml,<svg width="16" height="13" viewBox="0 0 16 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 8.85718C0 4.40003 3.54286 0.857178 8 0.857178C12.4571 0.857178 16 4.40003 16 8.85718H14.8571C14.8571 5.08575 11.7714 2.00003 8 2.00003C4.22857 2.00003 1.14286 5.08575 1.14286 8.85718H0ZM4.57143 8.85718C4.57143 6.91432 6.05714 5.42861 8 5.42861C9.94286 5.42861 11.4286 6.91432 11.4286 8.85718C11.4286 10.8 9.94286 12.2857 8 12.2857C6.05714 12.2857 4.57143 10.8 4.57143 8.85718ZM5.71429 8.85718C5.71429 10.1143 6.74286 11.1429 8 11.1429C9.25714 11.1429 10.2857 10.1143 10.2857 8.85718C10.2857 7.60003 9.25714 6.57146 8 6.57146C6.74286 6.57146 5.71429 7.60003 5.71429 8.85718Z" fill="%232D0A45"></path></svg>');
}

header .minilogin button.show-password-input {
    background-color: transparent !important;
}


header .minicart h2, header .miniwishlist h2, header .minilogin h2, .miniprize h2, header .minimail h2
{
    text-align: left;
    margin-top: 29px;
    margin-bottom: 25px;
    margin-left: 15px;
}

header .minimail h2, header .minimail .lt, header .minimail .woocommerce
{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

header .minimail .lt
{
	margin-bottom: 33px
}
.miniprize h2
{
    margin-bottom: 10px;
}

.miniprize h3
{
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

.miniprize .lt, .minilogin .lt
{
    margin-left: 15px;
    max-width: 360px;
    margin-bottom: 30px;
}

header .minicart .product-thumbnail img, header .miniwishlist .product-thumbnail img, .miniprize .product-thumbnail img
{
    width: 100px;
    height: 100px;
}

header .minicart .product-quantity
{
    max-width: 140px;
    position: relative;
}

header .miniwishlist .product-quantity, .miniprize .product-quantity
{
    max-width: 170px;
    width: 165px;
    position: relative;
}

header .minicart .product-quantity a, header .miniwishlist .product-quantity a:not(.tocart), .miniprize .product-quantity a:not(.tocart)
{
    text-decoration: none;
    margin-bottom: 5px;
    flex-basis: 100%;
}

header .minicart .product-quantity a.subtitle, header .miniwishlist .product-quantity a.subtitle, .miniprize .product-quantity a.subtitle
{
    padding-bottom: 40px;
    text-align: left;
    min-width: 130px;
}

.miniprize .product-quantity a.subtitle
{
    padding-bottom: 10px;
}

.miniprize .woocommerce-Price-amount
{
    margin: 0px !important;
}

.woocommerce-Price-amount.free1
{
    margin-left: 0px !important;
    font-size: 14px;
}

.miniprize h2
{
    color: #2D0A45;
}

header .minicart .product-quantity a h4, header .miniwishlist .product-quantity a h4, .miniprize .product-quantity a h4
{
    font-size: 18px;
    line-height: 22px;
    color: #162318;
    text-align: left;
}

header .minicart .product-remove .remove, header .miniwishlist .product-remove .remove, .miniprize .product-remove .remove
{
    display: block;
    margin-top: 65px;
    padding: 0px 0px;
    margin-left: 0px;
}

header .minicart .product-subtotal, header .miniwishlist .product-subtotal, .miniprize .product-subtotal
{
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #162318;
}
header .minicart .product-subtotal .cur_ttc, header .miniwishlist .product-subtotal .cur_ttc, .miniprize .product-subtotal .cur_ttc {
    font-size: 10px;
}

 header .miniwishlist .tocart, .miniprize .tocart
 {
    display: flex;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #162318;
    position: absolute;
    bottom: 0px;
 }

 header .miniwishlist .product-thumbnail, .miniprize .product-thumbnail
 {
    max-width: 85px;
 }

 header .miniwishlist .tocart .label span:first-child, .miniprize .tocart .label span:first-child
 {
    display: block;
 }

 header .miniwishlist .tocart .label span:last-child, .miniprize .tocart .label span:last-child
 {
    display: none;
 }

 header .miniwishlist .tocart.added .label span:first-child, .miniprize .tocart.added .label span:first-child
 {
    display: none;
 }

  header .miniwishlist .tocart.added .label span:last-child, .miniprize .tocart.added .label span:last-child
 {
    display: block;
 }

 header .miniwishlist .tocart img, .miniprize .tocart img
 {
    margin-left: 2px;
 }

header .minicart .woocommerce-Price-amount, header .miniwishlist .woocommerce-Price-amount, .miniprize .woocommerce-Price-amount
{
    display: inline-block;
    margin-top: 65px;
    margin-left: 0px;
}

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

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

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

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

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

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button 
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]:focus
{
    outline: none;
}

header .minicart .woocommerce-cart-form__cart-item, header .miniwishlist .shop_table tbody tr, .miniprize .shop_table tbody tr
{
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #7A6695;
}

header .minicart .shop_table, header .miniwishlist .shop_table, .miniprize .shop_table
{
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    max-width: 424px;
}

header .minicart .shop_table tbody tr:first-child, header .miniwishlist .shop_table tbody tr:first-child, .miniprize .shop_table tbody tr:first-child
{
    border: none;
}

header .minicart .woocommerce-cart, header .miniwishlist .woocommerce-cart, .miniprize .woocommerce-cart
{
    max-height: 400px;
    overflow-y: auto;
    max-width: 568px;
}

header .minicart .woocommerce-cart, header .miniwishlist .woocommerce-cart, .miniprize .woocommerce-cart
{
    scrollbar-color: #2D0A45 #7A6695;
    scrollbar-width: thin;
}

header .minicart .woocommerce-cart::-webkit-scrollbar, header .miniwishlist .woocommerce-cart::-webkit-scrollbar, .miniprize .woocommerce-cart::-webkit-scrollbar
{
    width: 4px;
}

header .minicart .woocommerce-cart::-webkit-scrollbar-track, header .miniwishlist .woocommerce-cart::-webkit-scrollbar-track, .miniprize .woocommerce-cart::-webkit-scrollbar-track
{
    background-color: #7A6695;
}

header .minicart .woocommerce-cart::-webkit-scrollbar-thumb, header .miniwishlist .woocommerce-cart::-webkit-scrollbar-thumb, .miniprize .woocommerce-cart::-webkit-scrollbar-thumb
{
    background-color: #2D0A45;
}


header .minicart  .woocommerce-Price-currencySymbol, header .miniwishlist .woocommerce-Price-currencySymbol, .miniprize .woocommerce-Price-currencySymbol
{
    display: none;
}

header .minicart .x, header .miniwishlist .x, header .minilogin .x, .miniprize .x, header .minimail .x
{
    position: absolute;
    right: 15px;
    top: 64px;
    cursor: pointer;
}

header .minicart .actions
{
    display: none;
}

header .minicart .empty, header .miniwishlist .empty, .miniprize .empty
{
    font-size: 16px;
    line-height: 20px;
    margin: 0px 15px;
}

header .minicart .wc-cart-total
{
    margin: 25px 15px;
    display: flex;
    justify-content: space-between;
    max-width: 350px;
}

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

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

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

header .minicart .continue
{
    font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
    margin-top: 26px;
    cursor: pointer;
}

header .minicart .free
{
    font-size: 20px;
    line-height: 25px;
    margin-left: 15px;
    margin-top: 26px;
}

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

header .minicart .free .mn
{
    font-weight: 600;
}

header .minilogin input, header .minimail input, header .minimail textarea
{
    background: #FFFFFF;
    border: 1px solid #7A6695;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #162318;
    height: 56px;
    max-width: 358px;
    padding-left: 25px;
}

header .minimail textarea
{
	height: 151px;
	padding-top: 25px;
}

header .minilogin input:focus, header .minimail input:focus, header .minimail textarea:focus
{
    outline: none;
}

input::placeholder, textarea::placeholder
{
	color: #7A6695;
}

header .minilogin .woocommerce-LostPassword a
{
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #162318;
}

header .minilogin .button, header .minimail .button
{
    border: 1.5px solid #2D0A45;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #ffffff;
    color: #162318;
    width: 150px;
    margin: unset;
    margin-top: 29px;
}

header .minimail .button
{
	width: 228px;
}

footer
{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EEF5F2 100%);
    padding-top: 20px;
}

footer .col1 img
{
    width: 157px;
    margin: auto;
    margin-bottom: 25px;
}

footer ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 51px;
}

footer .menu li
{
    margin-bottom: 20px;
}

footer .menu li a
{
    text-decoration: none;
    color: #162318;
}

footer .row
{
    display: flex;
    flex-wrap: wrap;
}

footer .col1
{
    flex-basis: 100%;
}

footer .col2, footer .col3 
{
    flex-basis: 50%;
}

footer .col4
{
    flex-basis: 100%;
}

footer .col4 .contact
{
    margin-bottom: 20px;
    font-weight: 700;
}

footer .col4 a
{
    display: flex;
    margin-bottom: 20px;
    text-decoration: none;
    color: #162318;
    font-size: 16px;
    line-height: 20px;
}

footer .col4 a img
{
    margin-right: 17px;
}

footer .col4 .follow
{
    display: flex;
    margin-bottom: 20px;
}

footer .col4 .follow a
{
    margin-bottom: 0px;
}

footer .col4 .follow a img
{
    width: 18px;
    margin: 0px 0px 0px 17px;
}

footer .lang
{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 42px;
}

footer .lang .lang_list a
{
    text-decoration: none;
    color: inherit;
}

footer .lang .lang_list
{
    /*padding-left: 15px;*/
    opacity: 0;
    transition: all ease 0.5s;
}

footer .lang .lang_list.active
{
    opacity: 1;
    transition: all ease 0.5s;
}

footer .lang .current
{
    cursor: pointer;
}


footer .lang .arr
{
    transition: all ease 0.5s;
}

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

footer .copyright
{
    color: #2D0A45;
    text-align: center;
    border-top: 1px solid #2D0A45;
    padding: 14px 0px 33px 0px;
}

footer .copyright a
{
    text-decoration: none;
    color: #2D0A45;
}

footer .copyright .copy
{
    margin-bottom: 8px;
}

footer .copyright .mediweb
{
    margin-bottom: 8px;
}

.bread .container
{
    max-width: 1000px;
}

.bread.cat .container
{
    max-width: 1520px;
}

.bread .container>span
{
    margin: 44px 0px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2D0A45;
}

.bread .container .breadcrumb_last
{
     text-decoration: underline;
}

.bread .container span a
{
    text-decoration: none;
    color: #2D0A45;
}

.fa-heart-o::before
{
    color: #2D0A45;
}

.fa-heart-o:hover::before
{
    content: "\f004";
}

.fa-heart::before
{
    color: #2D0A45;
}

#yith-wcwl-popup-message
{
    display: none !important;
}

del
{
    display: none;
}

.wish
{
    display: none;
}

.miniwishlist .wish
{
    display: block;
}

.miniwishlist .yith-wcwl-icon
{
    display: none;
}

header .miniwishlist .yith-wcwl-add-to-wishlist, .miniprize .yith-wcwl-add-to-wishlist
{
    display: block;
    margin-top: 60px;
    padding: 0px;
}

.added_to_cart
{
    display: none !important;
}

.more
{
    font-weight: 700;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
}

.hide_more
{
    font-weight: 700;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.hidden
{
    display: none;
}

.b3_5
{
    display: none;
}

.b11 {
    padding-top: 35px;
}

.wcleaves
{
    display: none;
}

header .minicart .shop_table tbody tr, header .miniwishlist .shop_table tbody tr, .miniprize .shop_table tbody tr
{
    display: flex;
    justify-content: space-between;
}

header .minicart .shop_table tbody tr .product-remove, header .miniwishlist .shop_table tbody tr .product-remove, header .minicart .shop_table tbody tr .product-subtotal, header .miniwishlist .shop_table tbody tr .product-subtotal, .miniprize .shop_table tbody tr .product-remove, .miniprize .shop_table tbody tr .product-subtotal
{
    display: flex;
    align-items: flex-end;
}

.miniprize .circle
{
    background-color: #7A6695;
    border: solid 6px transparent;
    border-radius: 20px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.miniprize .circle.active
{
    background-color: #FFFFFF;
    border: solid 6px #43876F;
}

.pr
{
    display: none;
}

.advg:before
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: ' ';
    background: linear-gradient(360deg, rgba(135, 163, 150, 0.9) 0%, rgba(135, 163, 150, 0) 53.65%);
    z-index: 10;
}

.adv .right a h3, .adv .right a h4
{
    z-index: 15;
}

.plainoverlay
{
    background-color: rgba(249, 235, 224, 0.77) !important;
}
.anilogo
{
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
}
.anilogo img
{
    position: absolute;
    left: 0px;
    top: 60px;
    animation: show 2s linear 1s alternate;
    animation-fill-mode: forwards;
    opacity: 0;
}
.line 
{
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 2s linear alternate;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0px;
  left: 15px;
}
.line:first-child
{
    left: 0px;
}
@keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (min-width: 375px) 
{
    header .minicart .woocommerce-Price-amount, header .miniwishlist .woocommerce-Price-amount, .miniprize .woocommerce-Price-amount
    {
        display: inline-block;
        margin-top: 65px;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 390px) 
{
    header .minicart .woocommerce-Price-amount, header .miniwishlist .woocommerce-Price-amount, .miniprize .woocommerce-Price-amount
    {
        display: inline-block;
        margin-top: 65px;
        margin-left: 25px;
    }
}

@media only screen and (min-width: 420px) 
{
    header .miniwishlist .yith-wcwl-add-to-wishlist, .miniprize .yith-wcwl-add-to-wishlist
    {
        display: block;
        margin-top: 60px;
        padding: 0px 5px;
    }

    header .miniwishlist .product-thumbnail, .miniprize .product-thumbnail
    {
        max-width: unset;
    }

    header .miniwishlist .tocart img, .miniprize .tocart img
    {
        margin-left: 5px;
    }

    header .minicart .woocommerce-Price-amount, header .miniwishlist .woocommerce-Price-amount, .miniprize .woocommerce-Price-amount
    {
        display: inline-block;
        margin-top: 65px;
        margin-left: 25px;
    }

    header .minicart .product-remove .remove, header .miniwishlist .product-remove .remove, .miniprize .product-remove .remove
    {
        display: block;
        margin-top: 65px;
        padding: 0px 5px;
        margin-left: 5px;
    }

    header .minicart .product-quantity, header .miniwishlist .product-quantity, .miniprize .product-quantity
    {
        min-width: 170px;
        max-width: 170px;
    }
}

@media only screen and (min-width: 768px) 
{
	.preload2 img
	{
		transform: scale(2);
	}
	
    .button.get_prize
    {
        margin-left: 30px;
    }

    .miniten .x
    {
        position: absolute;
        right: 17px;
        top: 24px;
    }

    .miniten .right h3
    {
        font-size: 34px;
        line-height: 42px;
        margin: 0px 0px 60px 0px;
        display: block;
        width: 290px;
    }

    .miniten .right p
    {
        font-size: 20px;
        line-height: 24px;
        margin: 0px 0px 15px 0px;
    }

    .miniten .right strong
    {
        font-size: 40px;
        margin-right: 20px;
    }

    .miniten .right .l_uk strong
    {
        margin: 0px;
    }

    .miniten .right div p:last-child
    {
        max-width: 290px;
    }

    .miniten .right img
    {
        max-height: 220px;
    }

    .miniprize h3
    {
        margin-left: 30px;
    }

    .miniprize .lt
    {
        margin-left: 30px;
    }

    .products
    {
        max-width: 529px;
        justify-content: unset;
    }

    .products.col2
    {
        width: 352px;
    }

    .products.col3
    {
        width: 529px;
    }

    .products .product
    {
        margin-left: 6px;
        margin-right: 7px;
    }

    header .minicart .x, header .miniwishlist .x, header .minilogin .x, .miniprize .x, header .minimail .x
    {
        right: 16px;
        top: 120px;
    }

    header .minilogin input, header .minimail input, header .minimail textarea
    {
        width: 100%;
    }
    
    header .minimail h2, header .minimail .lt, header .minimail .woocommerce
    {
    		max-width: 357px;
    }

    header .minilogin .col-3 p
    {
        float: unset;
        width: 100%;
    }

    header .minicart .wc-cart-total
    {
        max-width: 430px;
    }

    header .minicart .shop_table, header .miniwishlist .shop_table, .miniprize .shop_table
    {
        padding: 0px 50px 0px 30px;
        max-width: 424px;
        box-sizing: content-box;
    }

    header .minicart .shop_table tbody tr, header .miniwishlist .shop_table tbody tr, .miniprize .shop_table tbody tr
    {
        display: flex;
    }

    header .minicart .shop_table tbody tr .product-remove, header .miniwishlist .shop_table tbody tr .product-remove, header .minicart .shop_table tbody tr .product-subtotal, header .miniwishlist .shop_table tbody tr .product-subtotal, .miniprize .shop_table tbody tr .product-subtotal
    {
        display: flex;
        align-items: flex-end;
    }

    header .minicart h2, header .miniwishlist h2, header .minilogin h2, header .minicart .wc-cart-total, header .minicart .wc-proceed-to-checkout .button, header .minicart .continue, header .minicart .free, .miniprize h2
    {
        margin-left: 30px;
    }

    header .minicart h2, header .miniwishlist h2, header .minilogin h2, .miniprize h2, header .minimail h2
    {
        margin-top: 85px;
    }

    footer .col2, footer .col3, footer .col4
    {
        flex-basis: 33%;
    }

    footer .copyright
    {
        display: flex;
        justify-content: space-between;
    }

    header .search
    {
        background-color: transparent;
    }

    header .search::before
    {

        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background-color: #ffffff;
        opacity: 0.94;
        z-index: 0;
        content: '';
    }

    header .search .search-container
    {
        flex-direction: column-reverse;
    }

    header .search .x 
    {
        margin-top: 170px;
        margin-right: -445px;
        margin-bottom: 65px;
    }

    header .dgwt-wcas-search-wrapp 
    {
        max-width: 490px;
    }

    header .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier
    {
        right: unset;
        left: 0px;
        bottom: 2px;
    }

    header .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier 
    {
        width: 25px;
        height: 25px;
    }

    header .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input
    {
        padding-left: 55px;
        font-size: 22px;
        line-height: 27px;
        max-width: 490px;
    }

    header .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder
    {
        font-size: 22px;
        line-height: 45px;
    }

    header .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input
    {
        height: 45px;
    }

    header .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input
    {
        border-bottom: 1px solid #162318;
    }

    .dgwt-wcas-suggestions-wrapp, .dgwt-wcas-suggestion-selected
    {
        background-color: #ffffff;
        margin-top: 0px;
        padding-top: 50px;
    }

    .dgwt-wcas-si 
    {
        min-width: 106px;
        min-height: 106px;
        width: 106px;
        height: 106px;
    }

    .dgwt-wcas-st-title
    {
        font-size: 20px;
        line-height: 25px;
    }

    .dgwt-wcas-sd
    {
        font-size: 24px;
        line-height: 30px;
    }

    .dgwt-wcas-sp
    {
        display: none;
    }

    .dgwt-wcas-content-wrapp
    {
        padding-left: 25px;
    }

    .dgwt-wcas-suggestions-wrapp
    {
        height: 360px;
        scrollbar-color: #162318 #FFFFFF;
        scrollbar-width: thin;
    }

    .dgwt-wcas-suggestions-wrapp::-webkit-scrollbar
    {
        width: 4px;
    }

    .dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-track
    {
        background-color: #FFFFFF;
    }

    .dgwt-wcas-suggestions-wrapp::-webkit-scrollbar-thumb
    {
        background-color: #162318;
    }

    .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product
    {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) 
{
	.preload2 img
	{
		transform: scale(1);
	}
    .btm
    {
        min-width: 55px;
        max-width: 75px;
    }
    
    header .minimail h2, header .minimail .lt, header .minimail .woocommerce
    {
    		max-width: 366px;
    }

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

    .minicart .btm
    {
        max-width: 60px;
    }

    header .minicart .x, header .miniwishlist .x, header .minilogin .x, .miniprize .x, header .minimail .x
    {
        top: 130px;
    }

    header .minicart .woocommerce-Price-amount
    {
        margin-left: 0px;
    }

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

    h1
    {
        font-size: 34px;
        line-height: 42px
    }

    h2
    {
        font-size: 32px;
        line-height: 40px
    }

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

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

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

    .price, .woocommerce div.product span.price
    {
        font-size: 20px;
        line-height: 25px;
        margin-top: 10px;
        margin-bottom: 11px;
    }

    .reg_price
    {
        margin-top: 5px;
    }

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

    .products 
    {
        max-width: 930px;
    }

    .products
    {
        margin: auto;
    }
    
    .products .product h4
    {
		min-height: 25px;    
    }

    .products.col1
    {
        width: 310px;
    }

    .products.col2
    {
        width: 620px;
    }

    .products.col3
    {
        width: 930px;
    }

    .products .product
    {
        margin: 30px 15px;
        width: 280px;
    }

    .products .product .image
    {
        width: 280px;
        height: 310px;
    }

    .products .product .image img
    {
        max-height: 310px;
    }

    .products .product .buttons
    {
        width: 252px;
        height: 41px;
        margin: 0px auto;
        justify-content: center;
    }

    .products .product .buttons .wishlist
    {
        width: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 27px;
    }

    .products .product .buttons .cart
    {
        width: 22px;
        border: 1px solid transparent;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 22px;
        transition: 0.5s all ease 0.2s;
    }

    .products .product .buttons .cart:hover
    {
        width: 22px;
        border: 1px solid #2D0A45;
        border-radius: 20px;
        width: 150px;
        height: 41px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transition: 0.5s all ease;
    }

    .products .product .buttons .cart.added
    {
        width: 22px;
        border: 1px solid #2D0A45;
        border-radius: 20px;
        width: 167px;
        height: 41px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: static;
    }

    .products .product .buttons .cart.added img
    {
        width: 22px;
    }

    .products .product .buttons .cart.added .label, .products .product .buttons .cart.added:hover .label
    {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        margin-right: 10px;
        opacity: 1;
        max-height: 200px;
        max-width: 200px;
    }

    .products .product .buttons .cart .label
    {
        display: block;
        max-height: 0px;
        max-width: 0px;
        opacity: 0;
        transition: 0.1s opacity ease, 0s max-width ease 0.2s, 0s max-height ease 0.2s;
    }

    .products .product .buttons .cart:hover .label
    {
        
        font-size: 16px;
        line-height: 20px;
        color: #162318;
        margin-right: 10px;
        opacity: 1;
        max-height: 200px;
        max-width: 200px;
        transition: 0.1s opacity ease 0.5s, 0s max-width ease 0.2s, 0s max-height ease 0.2s;
    }

    .products .product .buttons .cart .label span:last-child
    {
        display: none;
    }

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

    .products .product .buttons .cart.added .label span:last-child
    {
        display: block;
        margin-right: 15px;
    }

    .products .product .buttons .cart img
    {
        width: 22px;
        min-width: 22px;
    }

    .product .discount
    {
        top: 0px;
        left: 10px;
    }

    .product .new
    {
        bottom: 160px;
        left: 10px;
    }

    .bread .container>span
    {
        margin: 44px 0px 88px 0px;
    }

    .fa
    {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1200px) 
{
    body
    {
        padding-right: 15px;
    }

    header .main_menu
    {
        height: auto;
    }

    header .main_menu .menu>li>a~.sub-menu, header .main_menu .menu>li>a~.adv, .middle_menu .menu>li>a~.sub-menu, .middle_menu .menu>li>a~.adv
    {
        opacity: 0;
    }

    header .right .wishlist, header .right .cart
    {
        margin-left: 20px;
        display: flex;
        align-items: flex-end;
    }

    header .right .wishlist .wnum, header .right .cart .cnum
    {
        padding-right: 2px;
        font-size: 16px;
        line-height: 20px;
    }

    header .right .cart .cnum .text
    {
        font-size: 14px;
        line-height: 14px;
    }

    header .right .cart .cnum .pr
    {
        padding-left: 5px;
    }

    header .right .cart.active::after
    {
        display: none;
    }

    header .right .cart.active
    {
        background: #2D0A45;
        border-radius: 20px;
        height: 34px;
        min-width: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container
    {
        padding: 0 30px;
    }

    header 
    {
        padding-bottom: 54px;
    }

    header .left
    {
        display: none;
    }

    header .main_menu
    {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        top: 163px;
    }

    header .main_menu nav, .middle_menu nav
    {
        flex-basis: 90%;
    }

    header .menu, .middle_menu .menu
    {
        display: flex;
        justify-content: space-between;
        padding: 20px 15px 0px 15px;
        max-width: unset;
    }

    header .main_menu .contact
    {
        position: absolute;
        top: -140px;
    }

    header .menu > li > a, .middle_menu .menu > li > a 
    {
        font-size: 19px;
        line-height: 23px;
    }

    header .lang
    {
        position: absolute;
        top: -78px;
        left: 170px;
        transition: 1.5s all ease;
    }

    header .lang.hov
    {
        left: 270px;
        transition: 0.5s all ease;
    }

    header .menu > li, .middle_menu .menu > li
    {
        padding-bottom: 8px;
    }

    header .menu>li>.sub-menu, .middle_menu .menu>li>.sub-menu
    {
        position: absolute;
        width: calc(100% - 30px);
        background-color: #F6FAF8;
        top: 38px;
        left: 0px;
        right: 0px;
        padding: 43px 15px 128px 15px;
        justify-content: flex-start;
        min-height: 350px;
    }

    .middle_menu .menu>li>.sub-menu
    {
        top: 49px;
    }

    header .menu>li>.sub-menu li, .middle_menu .menu>li>.sub-menu li
    {
        width: 255px;
    }

    header .menu .sub-menu, .middle_menu .menu .sub-menu
    {
        font-size: 22px;
        line-height: 27px;
    }

    header .menu .sub-menu .sub-menu, .middle_menu .menu .sub-menu .sub-menu
    {
        font-size: 15px;
        line-height: 30px;
    }

    header .menu a.active, .middle_menu .menu a.active
    {
        position: relative;
    }

    header .menu a.active::after, .middle_menu .menu a.active::after
    {
        content: ' ';
        position: absolute;
        top: 32px;
        left: -2px;
        background-color: #2D0A45;
        height: 2px;
        width: 92%;
        z-index: 10;
    }

    .middle_menu .menu a.active::after
    {
        top: 33px;
    }

    header .main_menu .search_btn
    {
        display: flex;
        align-items: center;
        flex-basis: 10%;
        justify-content: flex-end;
        padding-right: 15px;
    }

    header .menu .sub-menu .sub-menu, .middle_menu .menu .sub-menu .sub-menu
    {
        margin-top: 14px;
    }

    header .menu .col .sub-menu, .middle_menu .menu .col .sub-menu
    {
        display: block;
    }

    header .menu .col .sub-menu li a, .middle_menu .menu .col .sub-menu li a
    {
        font-size: 15px;
        line-height: 30px;
        font-weight: 300;
    }

    header .logo_mobile
    {
        display: none;
    }

    header .logo
    {
        display: block;
        margin: 10px auto 0px auto;
        min-height: 152px;
        max-height: 152px;
    }

    header .logo img
    {
        max-width: 200px;
        z-index: 10;
        position: relative;
        max-height: 100%;
        margin: 0 auto;
    }

    header .right
    {
        align-items: center;
        position: absolute;
        right: 10px;
        top: 50px;
    }

    header
    {
        position: relative;
    }

    .b3_5
    {
        height: 64px;
        box-sizing: border-box;
        border-bottom: 1px solid #7A6695;
        display: block;
        position: fixed;
        z-index: 10;
        top: 0px;
        width: 100%;
        background-color: #ffffff;
    }

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

    .b3_5 .logo img
    {
        width: 175px;
        height: 30px;
        margin-top: 17px;
    }

    .b3_5 ul
    {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .b3_5 .menu>li>a
    {
        color: #162318;
        text-decoration: none;
        margin-right: 66px;
    }

    .b3_5 .menu li:last-child a
    {
        margin-right: 0px;
    }

    .b3_5 .menu
    {
        display: flex;
        justify-content: space-between;
        padding: 28px 15px 16px 15px;
        max-width: unset;
    }

    .b3_5 .menu>li
    {
        padding-bottom: 44px;
    }

    .b3_5 .menu>li>a
    {
        font-size: 16px;
        line-height: 20px;
    }

    .b3_5 .middle_menu nav
    {
        flex-basis: 90%;
    }

    .b3_5 .buttons
    {
        display: flex;
        justify-content: space-between;
        max-width: 280px;
        margin-top: 26px;
        align-items: flex-start;
    }

    .b3_5 .buttons .contact
    {
        display: flex;
        justify-content: space-between;
        max-width: 54px;
        margin-left: 25px;
        margin-right: 0px;
    }

    .b3_5 .buttons .contact img
    {
        width: 17px;
        height: 17px;
    }

    .b3_5 .buttons .contact a:first-child
    {
        margin-right: 20px;
    }

    .b3_5 .buttons>div
    {
        margin-right: 20px;
        min-height: 20px;
        display: flex;
        align-items: flex-end;
    }

    .adv
    {
        position: absolute;
        right: 0px;
        top: 50px;
        padding-top: 47px;
        display: flex;
    }

    .adv .products .product .buttons
    {
        display: none;
    }

    .adv .left
    {
        margin-top: 0px;
        display: block;
        margin-right: 10px;
    }

    .adv .right
    {
        position: relative;
        margin-top: 0px;
        margin-right: 10px;
        width: 300px;
        height: 370px;
    }

    .adv .right img
    {
        position: absolute;
        top: 0px;
        left: 0px;
        min-width: 300px;
        min-height: 370px;
        width: 300px;
        height: 370px;
    }

    .adv .right a
    {
        color: #ffffff;
    }

    .adv .right h3
    {
        position: absolute;
        bottom: 56px;
        left: 16px;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        max-width: 130px;
    }

     .adv .right h4
     {
        position: absolute;
        bottom: 18px;
        left: 16px;
        font-size: 16px;
        line-height: 20px;
     }

     .adv .left h3
     {
        text-align: center;
     }

     .adv .products .product
     {
        margin-left: auto !important;
        margin-right: auto !important;
     }

    .adv .products .product .image
    {
        width: 230px;
        height: 220px;
    }

    .adv .products .product .image img
    {
        max-height: 220px;
    }

    .adv .products .product .subtitle
    {
        color: #2D0A45;
    }

    .adv .product .new 
    {
        bottom: 120px;
    }

    .middle_menu .adv
    {
        padding-right: calc((100vw - 1267px) / 2);
    }

    .middle_menu .adv .subtitle
    {
        margin: 0px;
    }

    footer
    {
        padding-top: 20px;
        position: relative;
    }

    footer .leaves
    {
        position: absolute;
        bottom: 100px;
        right: 30px;
        pointer-events: none;
        width: 250px;
        height: 215px;
        display: block;
        mix-blend-mode: multiply;
    }

    footer .col1, footer .col2, footer .col3, footer .col4
    {
        flex-basis: 25%;
    }

    footer .col2, footer .col3, footer .col4
    {
        display: flex;
        justify-content: flex-end;
    }

    footer .col1 img
    {
        height: auto;
        width: auto;
        margin: 0px;
        padding-left: 5px;
    }

    footer .col2 nav, footer .col3 nav, footer .col4>div
    {
        padding-top: 25px;
    }

    footer .row
    {
        margin-bottom: 38px;
    }

    .shop-title
    {
        position: relative;
    }

    .wcleaves
    {
        mix-blend-mode: multiply;
        display: inline-block;
        position: relative;
        left: -30px;
        top: 10px;
        width: auto !important;
        z-index: -1;
    }
}

@media only screen and (min-width: 1267px) 
{
    header .menu > li > .sub-menu
    {
        width: calc(100vw - 6px - (100vw - 1218px) / 2);
        left: calc((1237px - 100vw) / 2);
        padding-left: calc((100vw - 1207px) / 2);
        border-top: 1px solid #7A6695;
        min-height: 490px;
    }

    .middle_menu .menu > li > .sub-menu
    {
        padding-left: calc((100vw - 1267px) / 2);
    }

    header .menu>li>.sub-menu li, .middle_menu .menu>li>.sub-menu li
    {
        width: 270px;
    }
}

@media only screen and (min-width: 1300px) 
{
    header .container
    {
        padding: 0px;
    }
}


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

    .products.col4
    {
        width: 1240px;
    }
}

@media only screen and (min-width: 1600px) 
{
    .products
    {
        max-width: 1520px;
    }

    .products .product:first-child
    {
        margin-left: 0px;
    }

    .products .product:last-child
    {
        margin-right: 0px;
    }

    footer .col2 nav, footer .col3 nav
    {
        margin-right: 80px;
    }

    footer .col4>div
    {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1920px) 
{
    header .menu > li > .sub-menu
    {
        width: calc(100vw - 6px - (100vw - 1207px) / 2);
        left: calc((1237px - 100vw) / 2);
        padding-left: calc((100vw - 1207px) / 2);
    }
}

footer .leaves
{
    display: none;
}

@media (max-width: 991.98px) {
    header .logo_mobile {
        max-width: 75px;
    }
}

/*new*/

/*page-text*/
.page-text-ttl {
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 50px;
}
.page-text-ttl {
    position: relative;
}
.page-text-ttl span {
    position: relative;
    z-index: 2;
}

.page-text {
    padding-top: 115px;
}
.page-text-top {
    display: flex;
    justify-content: center;
}

.page-text .container {
    max-width: 960px;
}
.page-text-txt > *,
.page-text-txt .wp-block-cover__inner-container > * {
    margin-bottom: 44px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.page-text-txt > h2,
.page-text-txt .wp-block-cover__inner-container > h2 {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 30px;
}
.page-text-txt > h3,
.page-text-txt .wp-block-cover__inner-container > h3 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 30px;
}
.page-text-txt > h4,
.page-text-txt .wp-block-cover__inner-container > h4 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 30px;
}
.page-text-txt > h5,
.page-text-txt .wp-block-cover__inner-container > h5 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
}
.page-text-txt > h6,
.page-text-txt .wp-block-cover__inner-container > h6 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 30px;
}


.page-text-txt > h2,
.page-text-txt > h3,
.page-text-txt > h4,
.page-text-txt > h5,
.page-text-txt > h6,
.page-text-txt .wp-block-cover__inner-container > h2,
.page-text-txt .wp-block-cover__inner-container > h3,
.page-text-txt .wp-block-cover__inner-container > h4,
.page-text-txt .wp-block-cover__inner-container > h5,
.page-text-txt .wp-block-cover__inner-container > h6 {
    margin-top: 88px;
}
.page-text-txt > h2:first-child,
.page-text-txt > h3:first-child,
.page-text-txt > h4:first-child,
.page-text-txt > h5:first-child,
.page-text-txt > h6:first-child,
.page-text-txt .wp-block-cover__inner-container > h2:first-child,
.page-text-txt .wp-block-cover__inner-container > h3:first-child,
.page-text-txt .wp-block-cover__inner-container > h4:first-child,
.page-text-txt .wp-block-cover__inner-container > h5:first-child,
.page-text-txt .wp-block-cover__inner-container > h6:first-child {
    margin-top: 0;
}

.page-text-txt > *:last-child,
.page-text-txt .wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0;
}

.page-text-txt > * p,
.page-text-txt .wp-block-cover__inner-container > * p {
    margin-top: 0;
    margin-bottom: 20px;
}
.wp-block-media-text>.wp-block-media-text__content:first-child {
    padding-left: 0;
}
.wp-block-media-text>.wp-block-media-text__content:last-child {
    padding-right: 0;
}

.page-text-txt a {
    color: #2D0A45;
}


.page-text-txt .wp-block-embed iframe {
    max-height: 538px;
}

.page-text-txt a.logout svg {
    margin-left: 6px;
}

@media(max-width: 990.98px) {
    .page-text-txt .wp-block-embed iframe {
        max-height: 28vw;
    }
}
/*page-text*/
.price .cur_ttc {
    font-size: 14px;
}

section.success {
    margin: 0 auto;
}