/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
/*!
Theme Name: 23sneakerstore
Theme URI: https://vk.com/ne4haev
Author: Vladimir Nechaev
Author URI: https://vk.com/ne4haev
*/

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


* {
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}


body {
    font-family: "Lato";
    color: #18181b;
	font-weight: 400;
	background: #EFF6FF;	
}

a {
    color: #222222;
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.header-wrapper {
    padding: 24px 0;
    position: relative;
    height: 74px;
    background-color: #fff;
    box-sizing: initial;
	z-index: 100000;
}

.container-header {
    margin: auto;
    max-width: 1272px;
    padding: 0 16px;
    width: 100%;
}

.separation {
    width: 100%;
    height: 1px;
    background-color: #D4D4D8;
}

::selection {
  background: #000;
	color:#fff;
}


.container__wrap {
	margin: auto;
    max-width: 1272px;
    padding: 0 16px;
    width: 100%;
}


.header {
    align-items: center;
    display: flex;
	    justify-content: space-between;
}

.header__logo {
    width: 207px;
    display: flex;
    align-items: center;
}

.header__logo-img {
	object-fit: contain;
}

.navbar-search {
    margin-left: 48px;
	min-width: 360px;
}


.main-header__social-wrapper {
    align-items: center;
    display: flex;
    margin-left: 45px;
	gap: 12px;
}


.header__info {
    margin-left: 45px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.header__info-item {
    display: flex;
    gap: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.header__info-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    flex-shrink: 1;
}



.header__links {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 45px;
}

.header__link {
	display: flex;
    margin-left: 12px;
    position: relative;
	height: 32px;
    width: 32px;
    object-fit: contain;
}

.container-new {
    margin: auto;
    max-width: 1282px;
    padding: 0 16px;
    width: 100%;
}

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

.header__navigation-links {
    align-items: center;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.header__cart-count {
    background: #0EA5E9;
    border-radius: 200px;
    color: #fff;
    font-size: 10px;
    line-height: 5px;
    padding: 5px 4.5px;
    position: absolute;
    right: -5px;
    top: 0px;
}

.mt-0 {
	margin-top:0!important;
}


@media screen and (min-width: 992px) {
    .hidden-pc {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .hidden-mobile {
        display: none !important;
    }
}

/*Хейдер боттом*/

.container-full{
	margin: auto;
    max-width: 1282px;
    padding: 0 16px;
    width: 100%;
}

.header__navigation-wrap {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    display: flex;
	box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}

.navbar{
    background: #EFF6FF;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}

.navbar-toggler {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
	margin-left: 6px;
    padding: 5px 3px;
}

.navbar-toggler .bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FB923C;
    border-radius: 8px;
    transition: 0.3s ease;
}

.navbar-toggler .bar1 {
    width: 100%;  
}

.navbar-toggler .bar2 {
    width: 65%;  
	margin: 6px 0 6px auto;
}


.navbar-toggler .bar3 {
    width: 100%;  
}


.navbar-toggler.open .bar1 {
    transform: rotate(45deg) translate(6px, 6px);  
}

.navbar-toggler.open .bar2 {
    opacity: 0;  
}

.navbar-toggler.open .bar3 {
        transform: rotate(-45deg) translate(7px, -6px);
}

.navbar-collapse{
    overflow-y: scroll;
    display: none;
}

.navbar-nav > li > a{
	display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
	color: #222;
}

.drop-icon {
	transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}


@media screen and (max-width: 768px){
	.drop-icon {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}

.navbar-nav > li > a:hover{
    color: #0EA5E9;
}

.sub-menu ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
	padding: 12px 0;
}

.sub-menu ul li:last-child {
    border-bottom: none;
}


.sub-menu ul li a {	
    transition: all 0.5s ease;
	margin: 0 12px;
}

.sub-menu ul li a:hover{
    color: #0EA5E9;
}

.sub-menu{
    display: none;
}


.sub-menu-item:nth-child(3){
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}

.sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
}

.navbar-collapse ul li {
    list-style-type: none;
}

.sticky {
    box-shadow: 0 6px 40px rgba(0, 0, 0, .1);
}

    .navbar-social {
		display:none;
    }


.sub-menu-item-title {
    display: block;
    height: 20px;
    color: #71717A;
    font-size: 16px;
    line-height: 20px;
}

.menu-item:hover > .menu-link {
    color: #0EA5E9; /* Новый цвет текста */
}




@media screen and (min-width: 992px){
	
	.menu-item:hover > .menu-link .drop-icon {
		transform: rotate(90deg); /* Поворот на 90 градусов вправо */
	}
	
    .navbar {
		flex-direction: row;
        position: relative;
        margin: 12px 0;
        height: 48px;
        justify-content: space-between;
		align-items: center;
		        background: #ffffff;
    }
    .navbar-toggler{
        display: none;
    }

    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
		height: 100%;
    }
    .navbar-nav {
		display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .navbar-nav > li > a {
        border-bottom: none;
        height: 100%;
        display: flex;
        align-items: center;
		
    }
	
    .sub-menu {
        position: absolute;
        top: 100%;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    }

	
    .navbar-nav > li:hover .sub-menu {
        display: block !important;
    }
	
    .navbar-nav > li {
        height: 100%;
		padding: 24px;
    }
	
	 .navbar-nav > li:first-child {
		padding-left: 0;
    }

    .sub-menu-item{
        padding-left: 0;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

    .menu-item.active .drop-icon {
        transform: translateY(-50%) rotate(90deg);
    }




@media screen and (max-width: 1268px){
	.header__info {
		display: none;
	}
}


.navbar-header__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (max-width: 991px){
	.navbar {
		height: calc(100vh - 74px);
		top: 74px;
		max-height: 100%;
		padding: 16px;
		display: none;
	}
	
	.navbar-nav > li > a {
		border: none;
        padding: 8px 0;
	}
	
	.sub-menu {
		margin-top: 4px;
	}
	
	.header__info, .header__phone{
		display: none;
	}
	
	
	.header__links {
		margin-left: auto;
	}
	
	.header__link {
		margin-left: 8px;
	}
	
	.navbar-collapse {
		display: block;
		height: calc(100vh - 260px);
	}
	
    .navbar-social {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #eff6ff;
        left: 0;
        padding: 16px;
        height: 182px;
        border-top: 1px solid #18181B;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
	
	.navbar-social-item__link {
		font-size: 20px;
		font-weight: 400;
		line-height: 26px;
	}
	
	.navbar-social-item__name {
		color: #71717A;
		font-size: 14px;
		font-family: "Lato", sans-serif;
	}
	
	.navbar-social-box {
		display: flex;
		align-items: center;
		gap: 12px;
	}
	
	.navbar-social-box__link img {
		display: block;
		width: 33px;
		height: 33px;
	}
	
	.sub-menu-item-title {
		display: none;
	}
	
	.header-wrapper {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		background-color: #fff;
		margin: 0;
		display: flex;
        align-items: center;
		box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
		padding: 0;
        height: 74px;		
	}
	
	body {
		padding-top: 94px;
	}
	
	.main-header__social-wrapper {
		display: none;
	}
	
	.header__logo {
		width: 130px;
	}
	
		.container-header__separation {
		display:none;
	}
	
	.navbar-nav {
		padding: 12px 0;
	}
	
	.navbar-collapse ul li {
		border-bottom: none;
	}
	
	.sub-menu ul li {
		padding: 6px 0;
	}
	
}


/*Поиск*/

.searchform {
    position: relative;
}

.searchform-input {
    background: #FAFAFA;
    border: 1px solid #D4D4D8;
    border-radius: 60px;
    display: flex;
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 0 50px;
    position: relative;
    height: 56px;
    align-items: center;
    width: 100%;
	z-index: 1002;
}

.searchform-input:focus {
    border: 1px solid #fb923c;
}

.searchform-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    width: 115px;
    background: #FB923C;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 19px;
    border-radius: 60px;
	cursor: pointer;
	z-index: 1002;
}


.searchform::before {
	content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8851 15.4456C12.2349 17.5682 8.35544 17.4011 5.89866 14.9444C3.26262 12.3083 3.26262 8.03445 5.89866 5.39842C8.5347 2.76238 12.8086 2.76238 15.4446 5.39842C17.9014 7.8552 18.0685 11.7346 15.9458 14.3849L21.1014 19.5405C21.3943 19.8334 21.3943 20.3083 21.1014 20.6012C20.8085 20.8941 20.3337 20.8941 20.0408 20.6012L14.8851 15.4456ZM6.95932 13.8837C4.90907 11.8334 4.90907 8.50933 6.95932 6.45908C9.00957 4.40882 12.3337 4.40882 14.3839 6.45908C16.4327 8.50782 16.4342 11.8286 14.3885 13.8792C14.3869 13.8807 14.3854 13.8822 14.3839 13.8837C14.3824 13.8852 14.3809 13.8867 14.3794 13.8882C12.3288 15.9339 9.00807 15.9324 6.95932 13.8837Z' fill='%2371717A'/%3e%3c/svg%3e");
    background-size: cover;
    bottom: 0;
    height: 24px;
    left: 22px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 9999;
}

.search-results-box {
    background: #ffffff;
    border-radius: 30px 30px 15px 15px;
    border: 1px solid #D4D4D8;
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
    overflow: auto;
    scrollbar-color: #ececec #6e6e6e;
    scrollbar-width: thin;
    top: 0px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1001;
    width: 100%;
}

.search-category {
    display: flex;
    font-size: 14px;
    align-items: center;
    padding: 18px;
    border-bottom: 1px solid #fff;
    font-family: "Lato", sans-serif;
}

.search-arrow {
    display: flex;
    width: 24px;
    height: 24px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
}

.search-icons {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 9px;
}


.search-product {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 18px;
    border-bottom: 1px solid #0000000a;
}

.search-thumb {
    display: flex;
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 4px;
}

.search-product__info {
    display: flex;
    flex-direction: column;
}

.search-product__info-name {
    font-size: 14px;
    font-weight: 400;
	margin-bottom: 5px
}


.search-all-results {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px 12px 18px;
    color: #222;
}

.search-all-results a {
    color: #202020;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    line-height: 16px;
}

.search-category:hover {
    background-color: #f9f9f9;
}

.search-product:hover {
    background-color: #f9f9f9;
}

.searchform-mobile {
    display: none;
}

.search-no-results {
    padding: 12px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
}

.search-all-results a:hover {
    color: #4e333d;
    border-bottom: 1px solid;
}

.header__navigation-wrap.sticky .navbar-search {
    display: none;
	
}

.search-product__info .product-price {
    font-size: 13px;
    line-height: 16px;
}


@media screen and (max-width: 991px){
	.navbar-search {
		display: none;
	}
	
	.searchform-mobile {
		display: block;
		padding-bottom: 16px;
	}
}


/*Мини корзина*/
/*Мини корзина*/
/*Мини корзина*/

.header__navigation-wrap.sticky .header__menu-cart-button-wrap {
	display: block;
}

.header__menu-cart-button-wrap {
    position: relative;
	display:none;
}

.header__menu-cart-button {
	align-items: center;
    background: #0EA5E9;
    border-radius: 32px;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 32px;
    justify-content: center;
    line-height: 17px;
    margin-left: auto;
    width: 122px;
}

.header__menu-cart-button>span {
    border-right: 1px solid #fff;
    margin-right: 11px;
    padding: 0 11px 0 0;
}

.header__menu-cart-button-counter {
    position: relative;
}

.header__menu-cart-button-counter img {
    left: -5px;
    max-width: none;
    opacity: 0;
    position: absolute;
    top: -2px;
    transform: translateX(-5px);
    transition: opacity .2s linear, transform .2s ease-in-out;
    width: 25px;
}

.header__hover-cart-block-wrap {
    opacity: 0; 
    padding-top: 26px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    transition: opacity .25s;
    width: 460px;
}

.header__menu-cart-button:hover+.header__hover-cart-block-wrap {
    opacity: 1;
    pointer-events: auto;
}

.header__hover-cart-block-wrap:hover {
    opacity: 1;
    pointer-events: auto;
}

.header__hover-cart-block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
    padding: 28px 34px 30px;
    position: relative;
}

.header__hover-cart-block-header {
    color: #282828;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
}

.header__hover-cart-block-header>span {
    color: #37a88d;
}

.header__hover-cart-block__products {
    border-bottom: 1px solid #f3f2f7;
    border-top: 1px solid #f3f2f7;
    max-height: 278px;
    overflow: auto;
    padding: 20px 5px 20px 0;
    scrollbar-color: #cfcfcf #f8f8f8;
    scrollbar-width: thin;
}

.header__hover-cart-block__products-item {
    align-items: center;
    display: flex;
}

.header__hover-cart-block__products-item-image {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 68px;
    justify-content: center;
    width: 68px;
}

.header__hover-cart-block__products-item-info {
    flex: 1 1 auto;
    max-width: calc(100% - 85px);
    padding: 0 16px;
}

.header__hover-cart-block__products-item-name {
    color: #282828;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header__hover-cart-block__products-item-price {
    align-items: center;
    display: flex;
    margin-top: 6px;
}

.header__hover-cart-block__products-item-remove-btn {
    align-self: baseline;
    display: flex;
    margin-top: 12px;
    border: none;
    padding: 0;
    box-sizing: border-box;
    -webkit-appearance: button;
    color: inherit;
    cursor: pointer;
    background-color: transparent;
    text-transform: none;
}

.header__hover-cart-block__products-item:not(:first-child) {
    margin-top: 16px;
}

.header__hover-cart-block-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.header__hover-cart-block__price-block {
    margin-right: 16px;
}

.site-button {
    align-items: center;
    background: #222222;
    border: 1px solid #fdfdfd;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-size: 15px;
    justify-content: center;
    line-height: 17px;
    padding: 12px 30px;
    text-align: center;
    cursor: pointer;
}

.header__hover-cart-block:after, .header__hover-cart-block:before {
    background: #fff;
    content: "";
    height: 20px;
    position: absolute;
    right: 30px;
    top: -10px;
    transform: rotate(45deg);
    width: 20px;
}

.header__menu-cart-button:hover+.header__hover-cart-block-wrap {
    opacity: 1;
    pointer-events: auto;
}






/*footer*/ /*footer*/ /*footer*/ /*footer*/ /*footer*/ 

/*footer*/
/*footer*/
/*footer*/

.main-footer {
    background: #71717A;
    padding: 66px 0 57px;
}

.main-footer__wrapper {
    display: flex;
	gap: 48px;
}


.main-footer__menu-wrapper {
    display: flex;
    width: 100%;
    gap: 32px;
}

.main-footer__logo {
    margin-bottom: 48px;
}
.main-footer__logo-img {
    max-width: 207px;
}

.main-footer__menu-col {
    width: calc(1 / 4 * 100% - (1 - 1 / 4) * 24px);
}



.main-footer__social-wrapper {
    align-items: center;
    display: flex;
	gap: 12px;
}


.main-footer__contact {
    display: flex;
    gap: 6px;
    align-items: center;
}

.main-footer__social-link {
    align-items: center;
    border-radius: 100px;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: .25s;
    width: 40px;
}


.main-footer__social-link svg {
    height: auto;
    width: 16px;
    flex-shrink: 0;
}

.main-footer__contact {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    color: #D4D4D8;
    font-weight: 400;
}


.main-footer__menu-col-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
	font-weight: 700;
}

.main-footer__menu-catalog {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.main-footer__menu-catalog--item {
    color: #D4D4D8;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

.sub-footer {
    background: #71717A;
}

.sub-footer__cookie-notification {
    color: #656565;
    font-size: 13px;
    line-height: 17px;
    padding: 20px 0 0;
}

.sub-footer__cookie-notification a {
    color: #fff;
    transition: .25s;
}

.sub-footer__links-wrapper {
    align-items: center;
    display: flex;
    padding: 22px 0;
}

.sub-footer__copyright {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    margin-right: auto;
}

.sub-footer__links {
    margin: 0 -16px 0 0;
}

.sub-footer__link {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    margin: 0 20px;
    transition: .25s;
}

.main-footer__contact-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}


@media screen and (max-width: 1268px) {
	.main-footer__menu-wrapper {
		gap: 16px;
	}
	
	.main-footer__menu-col {
		width: calc(1 / 4 * 100% - (1 - 1 / 4) * 16px);
	}
	
	.main-footer__wrapper {
		gap: 32px;
	}
}


@media screen and (max-width: 1080px) {

	.main-footer__wrapper {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}
	
	.main-footer__logo {
		margin-bottom: 24px;
	}
	
	.main-footer__social-wrapper {
		justify-content: center;
	}
	
	.main-footer__menu-wrapper {
    	display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.main-footer__menu-col {
		width: 100%;
		text-align: center;
	}
	
	.main-footer__menu-catalog {
		align-items: center;
	}
	
	.main-footer__logo-img {
		max-width: 140px;
	}
	
	.sub-footer__links-wrapper {
    	display: flex;
		flex-direction: column;
	}
	
	.sub-footer__copyright {
		margin: 0 auto;
		text-align: center;
		margin-bottom: 16px;
	}
	
	.sub-footer__links {
    	display: flex;
		flex-direction: column;
		margin: 0 auto;
		text-align: center;
	}
	
}


/*Хлебные крошки*/

.breadcrumbs {
    margin: 28px 0;
    font-size: 14px;
    line-height: 19px;
    color: #71717A;
    font-weight: 400;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.breadcrumbs a {
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    color: #71717A;
    font-weight: 400;  
}

.breadcrumbs span {
    display: flex;
    align-items: center;
}


.breadcrumbs .breadcrumb_last {
    color: #0EA5E9;
}

.breadcrumbs span::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xLjk4NiAxLjIxNyAyLjg4IDMuNzk5VjUuMkwxLjk4NyA5SC41OTlsMi43OTgtMy44ODdMLjYgMS4yMTdoMS4zODdaIiBmaWxsPSIjMjgyODI4Ii8+PC9zdmc+');
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}

.breadcrumbs span:last-child::after {
    content: none;
}

/*Основные заголовки магазина*/
.woocommerce-page-title {
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 24px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
	.woocommerce-page-title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 16px;
	}
	
	.breadcrumbs {
		margin: 8px 0;
	}

}



.product-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 24px;
    width: 100%;
    align-items: stretch;
	margin-bottom: 112px;
}

.product-category-item {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #D4D4D8;
    cursor: pointer;
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 24px);
    box-shadow: 0px 8px 18px -6px #18274B1F;
	padding: 16px;
	gap: 16px;
    align-items: flex-start;
}

.product-category-item__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-category-item__info-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
	border-bottom: 1px solid #00000000;
    width: max-content;
}

.product-category-item__info-title:hover {
	border-bottom: 1px solid #000;
}

.product-category-item__info-title span {
    color: #828282;
    font-weight: 400;
    font-size: 18px;
}

.product-category-item__info-text {
    font-size: 16px;
    line-height: 19px;
}

.product-category-item__image {
    width: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.subcategory__info {
    display: flex;
    flex-direction: column;
	gap: 6px;
}

.subcategory__info-link {
    color: #0EA5E9;
    font-size: 16px;
    line-height: 21px;
    border-bottom: 1px solid #0ea5e900;
    width: max-content;
    font-weight: 700;
}

.subcategory__info-link:hover {
    border-bottom: 1px solid #0EA5E9;
}


.term-description {
    display: none;
}


@media screen and (max-width: 1024px) {
	
	
	.product-categories {
		gap: 16px 16px;
	}
	
	.product-category-item__info {
		gap: 12px;
	}
	
	.product-category-item__image {
		margin: 0 auto;
	}
	
	.product-category-item__info-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.product-category-item {
		width: calc(1 / 2 * 100% - (1 - 1 / 2) * 16px);
	}
	
}


@media screen and (max-width: 768px) {
	.product-categories {
		flex-direction: column;
	}
	
	.product-category-item {
        width: 100%;
    }
}


	.search-page-title {
		font-size: 38px;
		line-height: 44px;
		margin-bottom: 24px;
		font-weight: 400;
	}

	.searchform-input.searchform-input-page {
		z-index: 1;
	}

	.searchform-page .searchform-button.searchform-button-page {
		z-index: 1;
	}


	.searchform.searchform-page {
		margin-bottom: 24px;
	}

	.searchform.searchform-page::before {
		z-index: 2;
	}

	.search .catalog-main_box {
		margin-bottom: 90px;
	}

	body.search-no-results {
		padding: 0;
		font-size: 18px;
		line-height: 21px;
		text-align: left;
	}

	.woocommerce-no-products-found .woocommerce-info {
		color: #0EA5E9;
	}

@media screen and (max-width: 1024px) {
	body.search-no-results .breadcrumbs {
		margin-top: 90px;
	}
}

@media screen and (max-width: 768px) {
	.search-page-title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 16px;
	}

	.woocommerce-no-products-found .woocommerce-info {
		color: #0EA5E9;
		font-size: 16px;
		text-align: center;
		margin-bottom: 120px;
	}	
	
}



.post-title {
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 24px;
    font-weight: 400;
}

.post-box {
    display: block;
    background-color: #fff;
    padding: 24px;
    border-radius: 15px;
}

.post-thumbnail {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 15px;
}

.post-thumbnail img{
    height: 100%;
}

.post-content {
    font-size: 18px;
    line-height: 25px;
}

.post-content p {
    margin: 24px 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    margin: 24px 0 12px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

/* Общий стиль для списков */
.post-content ol,
.post-content ul {
    margin: 1.5em 0;
    padding-left: 1.5em;
    font-size: 18px;
    line-height: 25px;
}

/* Нумерованные списки */
.post-content ol {
    list-style-type: decimal;
}

.post-content ol li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    position: relative;
}

.post-content ol li::marker {
    font-weight: bold;
    color: #000;
}

.post-content ul {
    list-style: none;
    padding-left: 0.6em;
}

.post-content ul li {
    margin-bottom: 0.5em;
    padding-left: 1.5em; 
    position: relative;
}

/* Кастомные маркеры для ul */
.post-content ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Вложенные списки */
.post-content ol ol,
.post-content ul ul,
.post-content ol ul,
.post-content ul ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    font-size: 18px;
    line-height: 25px;
}

.post-content ul ul {
    list-style: none;
    padding-left: 0;
}

.post-content ul ul li {
    padding-left: 1.5em;
}

.post-content ul ul li::before {
    background: #555;
}


@media screen and (max-width: 1024px) {
	.post-title {
		font-size: 38px;
		line-height: 44px;
	}
}

@media screen and (max-width: 768px) {
	.post-title {
		font-size: 38px;
		line-height: 44px;
	}
	
	.post-title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 16px;
	}
	
	.post-box {
		padding: 16px;
	}
	
	.post-thumbnail {
		height: 280px;
		margin-bottom: 16px;
	}
	
	.post-content p {
		margin: 16px 0;
	}
	
	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
		margin: 24px 0 16px;
		font-size: 20px;
		line-height: 24px;
	}
	
	.post-content {
		font-size: 16px;
		line-height: 22px;
	}
	
	.post-content ol, .post-content ul {
		margin: 12px 0;
		padding-left: 1.2em;
		font-size: 16px;
		line-height: 22px;
	}
}


.front-form {
    margin: 112px 0;
}

.front-form__box {
    background-color: #fff;
    border-radius: 15px;
    max-width: 1130px;
    margin: 0 auto;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
	position:relative;
	min-height: 374px;
	justify-content: center;
}

.front-form__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
}

.form__logo-img {
    max-width: 207px;
    margin: 0 auto;
}

.front-form__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
}

.wpcf7-spinner {
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: #0ea5e9;
    margin: 0;
}

.wpcf7-form {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
	
}

.wpcf7-form-control-wrap {
    width: calc(1 / 4 * 100% - (1 - 1 / 4) * 16px);
}

.submit-form {
     width: calc(1 / 4 * 100% - (1 - 1 / 4) * 16px);
	background-color: #FB923C;
    height: 64px;
    border: none;
    color: #fff;
    border-radius: 60px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
	cursor:pointer;
}

.submit-form:hover {
	background-color:#0EA5E9;
}


.input-form {
    border: 1px solid #D4D4D8;
    height: 64px;
    border-radius: 60px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 19px;
	width: 100%;
}

.front-form__private-policy {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.front-form__private-policy a {
    color: #0EA5E9;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    right: 21px;
    font-size: 11px;
    line-height: 19px;
    color: #ff0000b5;
}

.application-submitted {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
	.wpcf7-form {
		display: flex;
		flex-direction: column;
	}
	
	.wpcf7-form-control-wrap {
		width: 100%;
	}
	
	.submit-form {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.front-form__box {
		padding: 24px 16px;
		gap: 16px;
	}
	
	.form__logo-img {
		max-width: 180px;
		margin: 0 auto;
	}
	
	
	.front-form__subtitle {
		font-size: 16px;
		line-height: 19px;
	}
	
	.application-submitted {
		font-size: 16px;
		line-height: 22px;
	}
	
	.front-form {
		margin: 24px 0 112px;
	}
}




.service_post-box {
    display: flex;
    background-color: #fff;
    padding: 24px;
    border-radius: 15px;
    gap: 24px;
}

.service_post-box__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: block;
}

.service_post-box__text {
    font-size: 16px;
    line-height: 22px;
}

.service_post-box__link {
    color: #FB923C;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.service_post-box__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
	width: 100%;
}

.service_post-box__image {
    display: flex;
    width: 274px;
    height: 150px;
    justify-content: center;
    align-items: center;
	border-radius: 15px;
	overflow: hidden;
}

.service_post-box__image img {
    width: 100%;
    height: 100%;
}

.service_post-box__title:hover, .service_post-box__link:hover {
	color: #0EA5E9;
}

.all-posts {
    display: flex;
    flex-direction: column;
    gap: 24px;
	margin-bottom: 112px;
}

.service__title {
    font-weight: 400;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 24px;
}


@media screen and (max-width: 768px) {
	
	.service_post-box {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 16px;
	}
	
	.service_post-box__image {
		width: 100%;
		height: 200px;
	}
	
	.service_post-box__title {
		font-size: 22px;
		line-height: 26px;
	}
	
	.service__title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 16px;
	}
	
}



/* --- Профиль --- */
/* --- Профиль --- */
/* --- Профиль --- */

.woocommerce-account .woocommerce {
    display: flex;
    gap: 24px;
    margin-bottom: 200px;
    margin-top: 32px;
}

.account-navigation {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 360px;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
    list-style: none;
    padding: 14px 0px;
}

.woocommerce-MyAccount-content {
    width: 100%;
}

#profile-edit-form {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    gap: 12px;
	position: relative;
}

.woocommerce-account .woocommerce-form-row.form-row-wide.two-row {
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 12px);
}


.woocommerce form .form-row input.input-text {
    background-color: #fff;
    border: 1px solid #D4D4D8;
    border-radius: 60px;
    display: block;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    margin: 0;
    outline: none;
    padding: 0 24px;
    transition: border .15s;
    width: 100%;
}

.woocommerce form .form-row input.input-text:focus {
    border: 1px solid #0EA5E9;
}

.custom-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 4px;
    display: block;
	margin-left: 13px;
}

.profile-title {
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 16px;
}

.required {
    color: #0EA5E9;
}

#save-profile-button {
    align-items: center;
    background: #FB923C;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 8px 42px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    cursor: pointer;
    height: 56px;
    margin-left: auto;
    margin-top: 12px;
}

#save-profile-button:hover {
    background: #0EA5E9;
}

#profile-update-message {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #0EA5E9;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding: 12px 26px;
    display: block;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #f7fdff;
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
}

.woocommerce-MyAccount-navigation-link.is-active::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #0EA5E9;
    position: absolute;
    left: 0;
}


.woocommerce-orders-table__box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #f2f2f3;
    margin-bottom: 16px;
    background-color: #fff;
    padding: 24px;
    border-radius: 10px;
    gap: 24px;
}

.product-image-orders {
    width: 220px;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
}

.product-image-orders img {
    display: block;
    width: 100%;
    height: 100%;
}

.woocommerce-orders-table__item {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    align-items: center;
}

.woocommerce-orders-table__item.item-shipping_methods {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 20px;
}

.woocommerce-orders-table__cell-order-total {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.woocommerce-orders-table__cell-order-date {
    color: #A1A1AA;
    font-size: 14px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 8px;
}

a.woocommerce-button.button.view {
    display: none;
}

.woocommerce-orders-table__cell-order-status {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #DCFCE7;
    color: #22C55E;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.woocommerce-orders-table__cell-order-status.status-completed {
    background: #E0F2FE;
    color: #0EA5E9;
}

.woocommerce-orders-table__cell-order-number a {
    pointer-events: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    cursor: default;
}

#address-edit-form {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.03);
    padding: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    position: relative;
}

#save-address-button {
    align-items: center;
    background: #FB923C;
    border: none;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 8px 42px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    cursor: pointer;
    height: 56px;
    margin-left: auto;
    margin-top: 12px;
}

#address-update-message {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #0EA5E9;
}

#save-address-button:hover {
	background:#0EA5E9;
}


.single-product-review-item {
    background-color: #ffffff;
    border: 1px solid #D4D4D8;
    border-radius: 10px;
    padding: 24px;
}

.user-reviews {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.user-comment-product-name a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #0EA5E9;
	border-bottom: 1px solid #fff0;
}

.user-comment-product-name a:hover {
    border-bottom: 1px solid #0EA5E9;
}

.delete-review {
    margin-top: 12px;
    display: block;
    text-align: end;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.delete-review:hover {
    color:#0EA5E9!important;
}

@media screen and (max-width: 1024px) {
	.woocommerce-account .woocommerce {
		display: flex;
		gap: 24px;
		margin-bottom: 80px;
		flex-direction: column;
	}
	
	.account-navigation {
		max-width: 100%;
	}
	
	#profile-edit-form {
		flex-direction: column;
	}
	
	.woocommerce-account .woocommerce-form-row.form-row-wide.two-row {
		width: 100%;
	}
	
	#save-profile-button {
		width: 100%;
	}
	
	.woocommerce-orders-table__box {
        display: flex;
        flex-direction: column;
    }
	
	
	.user-reviews .single-product-comment-author {
		display: flex;
		flex-direction: column;
		gap: 6px;
		align-items: flex-start;
	}
	
	.user-reviews .comment-meta {
		width: 100%;
		justify-content: space-between;
	}
	
}




.maps-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 24px;
	margin-bottom: 24px;
}

.maps-box__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
}

.error-404__box {
    background-color: #fff;
    border-radius: 15px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 112px;
}

.error-404__box img {
    max-width: 360px;
    margin: 0 0 24px;
}

.error-404-subtitle {
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 24px;
}

.error-404-text {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 24px;
}

.error-404-btn {
    background-color: #FB923C;
    color: #fff;
    padding: 16px 60px;
    border-radius: 60px;
    font-weight: 700;
}

.error-404-btn:hover {
    background-color: #0EA5E9;
}


@media screen and (max-width: 768px) {
	.error-404__box {
		padding: 24px;
	}
	
	.error-404__box img {
		max-width: 240px;
		margin: 0 0 16px;
	}
	
	.error-404-subtitle {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 16px;
	}
	
	.error-404-text {
		font-size: 13px;
		line-height: 17px;
	}
}



/*Корзина*/



.woocommerce-cart .wp-block-group {
    align-items: flex-start;
    display: flex;
    margin-top: 21px;
	gap: 48px;
}

.woocommerce-cart-form {
    width: calc(100% - 345px);
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    flex-shrink: 0;
    position: relative;
    width: 345px !important;
	position: sticky;
    top: 20px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .03);
    padding: 24px;
}

.cart_totals h2 {
    display: none;
}

.woocommerce table.shop_table {
    border: none;
    margin: 0;
    border-radius: 0;
	    width: 100%;
}

.woocommerce-cart-form__cart-item.cart_item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .03);
    padding: 10px 11px;
    position: relative;
    display: flex;
    margin-top: 15px;
	    align-items: center;
}

.woocommerce-cart-form__cart-item.cart_item:first-child {
    margin-top: 0px;	
}

td.product-thumbnail {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 100px;
    justify-content: center;
    margin-right: 19px;
    position: relative;
    width: 100px;
    border: none;
    padding: 0 !important;
    max-width: 100%;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    box-shadow: none;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
}

.woocommerce table.shop_table td {
    border-top: 0;
    padding: 0;
    vertical-align: middle;
    line-height: normal;
}

td.product-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-width: 350px;
    width: 100%;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: #fff0;
}




.quantity-wrapper {
    display: flex;
    align-items: center;
    padding: 6px 7px;
}

.quantity-wrapper button {
    cursor: pointer;
    background: transparent;
    border: none;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}


.quantity-wrapper button svg{
     flex-shrink: 0;
}
   

.quantity-wrapper .quantity {
    margin: 0 5px;
}

.woocommerce-cart .woocommerce .quantity .qty {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #f4f4f5;
	text-align: center;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    display: none;
}

.woocommerce .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {
    display: none;
}

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

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

.woocommerce-cart td.product-quantity {
    align-items: center;
    background: #F4F4F5;
    border-radius: 50px;
    display: flex;
    height: 36px;
    justify-content: center;
    overflow: hidden;
    padding: 0 17px;
    flex-shrink: 0;
    margin-left: 30px;
    min-width: auto;
}


.woocommerce-cart td.product-subtotal {
    flex-shrink: 0;
    width: 165px;
    align-items: center;
    display: flex;
    justify-content: center;
}

td.product-remove {
    align-items: center;
    background: transparent;
    display: flex;
    flex-shrink: 0;
    height: 35px;
    justify-content: center;
    width: 35px;
}



















/*Бонусы ПЕРЕНЕСТИ В ПЛАГИН*/
/*Бонусы ПЕРЕНЕСТИ В ПЛАГИН*/
/*Бонусы ПЕРЕНЕСТИ В ПЛАГИН*/

.cart__set-bonuses-wrapper {
    margin-top: 26px;
}

.cart__set-bonuses-checkbox {
    align-items: center;
    display: flex;
}

.checkbox, .checkbox__wrap {
    align-items: center;
    display: flex;
}

.checkbox__wrap {
    cursor: pointer;
    margin: 0;
    max-width: 100%;
    user-select: none;
    width: max-content;
}

.checkbox {
    background: #dad7e7;
    border-radius: 50px;
    flex-shrink: 0;
    height: 24px;
    overflow: hidden;
    position: relative;
    transition: .25s;
    width: 38px;
}

.checkbox__circle {
    background: #fff;
    border-radius: 50px;
    bottom: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15), 0 3px 1px rgba(0, 0, 0, .06);
    height: 20px;
    left: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    transition: .25s;
    width: 20px;
}

.checkbox__label {
    font-size: 15px;
    line-height: 19px;
    margin-left: 11px;
}

.cart__user-bonuses {
    color: #979797;
    font-size: 15px;
    line-height: 17px;
    margin-left: 3px;
}

.cart__set-bonuses-field-wrap, .v-application .cart__set-promocode-field-wrap {
    align-items: center;
    display: flex;
    margin-top: 23px;
}

.cart__set-bonuses-field {
    width: 100%;
}

.input-custom {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.input-custom__input-wrap {
    position: relative;
}

.input-custom__input {
    background: #fff;
    border: 2px solid #dad7e7;
    border-radius: 8px;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    padding: 0 40px 0 20px;
    transition: border .15s;
    width: 100%;
	appearance: none;
}

.input-custom__clear {
    display: flex;
    opacity: 0;
    position: absolute;
    right: 14px;
    top: 12px;
    transition: opacity .25s;
    -webkit-appearance: button;
    border: none;
    padding: 0;
}

   .cart__set-bonuses-btn, .cart__set-promocode-btn {
        background: #37a88d;
        border-radius: 8px;
        color: #fff;
        font-size: 15px;
        height: 48px;
        line-height: 17px;
        margin-left: 8px;
        padding: 0 16px;
        text-align: center;
	    border: none;
	    cursor:pointer;
    }

   .cart__set-bonuses-btn:hover, .cart__set-promocode-btn:hover {
        background: #25856e;
    }


.cart__active-bonuses {
    color: #37a88d;
    font-size: 15px;
    line-height: 17px;
    margin: 8px 0 0 50px;
}

.checkbox.active {
    background: #875467;
}

.checkbox__circle.active {
    left: 16px;
}



.cart_totals tbody {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cart_totals tbody tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.woocommerce-remove-coupon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-indent: -9999px; 
    overflow: hidden;
    position: relative;
	color:#fff;
}

.woocommerce-remove-coupon::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16"%3E%3Cpath d="M18 6L6 18M6 6l12 12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" /%3E%3C/svg%3E');
    transition: opacity 0.2s ease;
	position: relative;
	z-index:2;
}



.cupon-custom-box .coupon {
    border: 1px solid #FB923C;
    width: max-content;
    margin: 16px 0 24px auto;
    padding: 8px;
    border-radius: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

#coupon_code {
    height: 40px;
    padding-left: 15px;
    border: none;
    font-size: 16px;
    line-height: 19px;
    color: #71717A;
}

.cupon-custom-box .coupon .button {
    border: none;
    background-color: #FB923C;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 8px;
	cursor:pointer;
}

.cart_totals tbody tr td {
    display: flex;
    align-items: center;
    gap: 3px;
}

.cupon-custom-box .coupon .button img {
    filter: grayscale(1) brightness(1000%);
    transform: rotate(-90deg);
}

.main-btn.checkout-button {
    padding: 12px 30px !important;
    font-size: 16px !important;
    display: flex !important;
    margin: 0 !important;
}

.wc-proceed-to-checkout {
    padding: 0 !important;
    margin-top: 24px;
}

.cart_totals tbody tr th {
    border: none !important;
}

.cart_totals tbody tr td {
    border: none !important;
}

.cart_totals .shop_table th {
    font-weight: 400!important;
    padding: 4px 6px!important;
	color:#71717A!important;
	font-size: 16px!important;
    line-height: normal!important;
	font-family: "Roboto", sans-serif!important;
	text-align: left;
}

.cart_totals tbody tr td {
    font-weight: 700!important;
    font-family: "Roboto", sans-serif !important;
	font-size: 16px!important;
}


.cart-discount .amount {
    margin-left: 5px;
}

#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 55%!important;
}



.cart__additions-wrapper {
    align-items: center;
    display: flex;
    margin: 0 -13px 30px;
}

.cart__additions-item {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .03);
    display: flex;
    flex: 1 1 50%;
    margin: 0 13px 10px;
    padding: 22px 30px;
}

 .cart__additions-item-icon {
    align-items: center;
    background: #f4edfa;
    border-radius: 50px;
    display: flex;
    flex-shrink: 0;
    height: 26px;
    justify-content: center;
    margin-right: 10px;
    width: 26px;
}

.cart__additions-item-text-wrap {
    display: flex;
}

.cart__additions-item-title {
    font-size: 14px;
    line-height: 25px;
    margin-right: 3px;
    white-space: nowrap;
}

.cart__additions-item-text {
    font-size: 14px;
    line-height: 25px;
    white-space: nowrap;
}


.woocommerce-cart-form .additional-products-wrapper {
    margin-top: 58px;
}

.blockUI.blockOverlay {
    border-radius: 10px!important;
}

.cart__header-section {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 18px 0;
}



.woocommerce-cart .container-cart .additional-products-section {
    margin-top: 48px;
}

.dellactive {
    color: #00b24f;
}

@media screen and (max-width: 1080px) {
	.woocommerce-cart .wp-block-group {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	
	.woocommerce-cart-form {
		width: 100%;
	}
	
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		width: 100% !important;
		position: relative;
	}
		
	td.product-quantity {
		margin-left: auto !important;
	}
	
}


	@media screen and (max-width: 991px) {		
		
		.woocommerce-cart .container-cart .additional-products__tabs-item span {
			color: #222;
		}
		
		.woocommerce-cart .container-cart  .additional-products__tabs-item span.active {
			border-bottom: 2px solid #875467;
			color: #875467;
		}
		
	}


@media screen and (max-width: 768px) {
	.cart__additions-wrapper {
		display: flex;
		flex-direction: column;
		margin: 0;
		align-items: stretch;
	}
	
	.custom-cart-additions td::before {
		display:none!important;
	}
	
	.cart__additions-item {
		margin: 0 0 8px 0;
		padding: 16px 12px;
	}
	
	.cart__additions-item:last-child {
		margin: 0 0 16px 0;
	}
	
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display:none!important;
    }
	
    .woocommerce-cart-form__cart-item.cart_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
	 	padding: 24px 10px;
    }
	
	
	td.product-name {
        width: 100%;
        max-width: 220px;
        font-size: 16px;
        line-height: 19px !important;
        text-align: center;
        margin: 12px 0;
	}
	
	td.product-remove {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	
	td.product-thumbnail {
		width: 140px;
		height: 140px;
		margin-right: 0;
	}
	
	.woocommerce-cart td.product-quantity {
		margin: 0 auto 12px;
		height: 38px;
	}
	
	.woocommerce-cart .container-cart .additional-products-section {
		margin-top: 68px;
	}
}




/*Оформление заказа*/

.woocommerce-form-coupon-toggle {
    display: none;
}


form.checkout.woocommerce-checkout {
    align-items: flex-start;
    display: flex;
    margin-top: 21px;
    gap: 60px;
}

.custom-form-checkout {
    width: calc(100% - 345px);
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 12px;
}

.three-row {
    width: calc(1 / 3 * 100% - (1 - 1 / 3) * 12px);
}

.full-width-row {
    width: 100%;
}

.woocommerce-checkout-review-order {
    flex-shrink: 0;
    width: 345px !important;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .03);
    padding: 24px;
}

.woocommerce-billing-fields {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody { 
	display: none; 
}

.my-custom-shipping-table {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.woocommerce-shipping-methods {
    display: flex;
	flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
	    margin-top: 16px !important;
}

.woocommerce ul#shipping_method li {
    list-style: none outside;
    width: 100%;
	background-color: #fff;
    border: 1px solid #D4D4D8;
    border-radius: 60px;
    font-size: 15px;
    height: 56px;
    line-height: 56px;
    margin: 0;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.woocommerce ul#shipping_method .shipping_method {
    display: none;
}

.woocommerce ul#shipping_method li label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
	gap: 6px;
	cursor: pointer;
}


.woocommerce ul#shipping_method li input.shipping_method:checked + label {
    background-color: #0ea5e9;
    color: #fff;
}


.billing-custom-title {
    width: 100%;
    display: block;
    margin-bottom: 8px !important;
}

.billing-mt{
    margin-top: 24px !important;
}

.woocommerce-billing-fields h3 {
    display: none;
}

.billing-custom-title h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.woocommerce-additional-fields {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}



.date-time-wrapper {
    display: flex;
    gap: 8px 12px;
    margin-top: 12px;
}

.date-wrapper, .time-wrapper {
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 12px);
}

.time-wrapper {
    position: relative;
}


#time-popup {
    position: absolute;
    top: calc(100% + 5px); 
    left: 0;
    width: 100%;
    max-height: 200px; 
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow-y: auto; 
    z-index: 1000;
    display: none;
}

#time-popup .time-option {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    transition: background-color 0.2s;
}

#time-popup .time-option:hover {
    background-color: #f7f7f7;
}

#time-popup .preloader {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

#time-popup .error-message {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #d9534f;
}

#close-time-popup {
    display: none;
}


#pickup_store_field {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.pickup-store-options {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 16px !important;
    list-style: none outside;
    margin: 0;
    padding: 0;
}


.my-custom-store-table {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.custom-chec_title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.woocommerce-shipping-store {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    list-style: none outside;
    padding: 0;
}

.woocommerce-shipping-store li {
    list-style: none outside;
    width: 100%;
    background-color: #fff;
    border: 2px solid #b494a0;
    border-radius: 8px;
    font-size: 14px;
    height: 88px;
    line-height: 18px;
    margin: 0;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.pickup_store_option {
    display: none;
}

.woocommerce-shipping-store li label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-weight: 400;
    height: 100%;
    cursor: pointer;
    padding: 0 12px;
	width: 100%;
}

.woocommerce-shipping-store li label span {
    font-weight: 400;
}

ul#pickup_store_options li input.pickup_store_option:checked + label {
    background-color: #875467;
    color: #fff;
}
.woocommerce form .form-row {
    padding: 0!important;
    margin: 0!important;
}

label.time-notes {
    margin-top: 12px;
    font-style: italic;
    font-size: 14px;
}

.wc-proceed-to-checkout .main-button {
    height: 56px;
    width: 100%;
    max-width: 100%;
	font-weight: 400;
}


@media screen and (max-width: 968px) {

	.checkout.woocommerce-checkout {
		display: flex;
		flex-direction: column!important;
		gap: 24px!important;
	}
	
	.custom-form-checkout {
		width: 100%;
	}
	
	.woocommerce-checkout-review-order {
		width: 100% !important;
	}
	
	.woocommerce-shipping-methods {
		display: flex;
		flex-direction: column;
	}
	
	.woocommerce ul#shipping_method li {
		width: 100%;
	}
	
	.woocommerce-shipping-store {
		display: flex;
		flex-direction: column;
	}
	
	.woocommerce-shipping-store li {
		width: 100%;
		font-size: 12px;
	}
}

@media screen and (max-width: 568px) {

	.woocommerce-billing-fields__field-wrapper {
		display: flex;
		flex-direction: column;
	}
	
	.three-row {
		width: 100%;
	}
	
	.time-notes {
		margin-top: 8px;
		font-style: italic;
		font-size: 10px;
	}	
	
	.cupon-custom-box .coupon {
		width: 100%;
		justify-content: space-between;
	}
}


.custom-form-checkout__box {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 20px 40px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.checkout-method-selector {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.checkout-method-selector li {
    list-style: none outside;
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 12px);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 60px;
    font-size: 15px;
    line-height: 56px;
    margin: 0;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.checkout-method-selector li input {
    display: none;
}

.checkout-method-selector li label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 6px;
    cursor: pointer;
}

.checkout-method-selector li input:checked + label {
	background-color: #0EA5E9;
    color: #fff;
    border-color: #0EA5E9;
}

.checkout-label {
    color: #888;
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
    margin-left: 13px;
}

#billing_country_field {
    display: none !important;
}

.form-row-two {
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 16px);
}

.checkout__box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-row-full {
    width: 100%;
}

.custom-pvz-btn {
    background-color: #fb923c;
    border-radius: 60px;
    font-size: 15px;
    color: #fff;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 44px;
    height: 100%;
    margin-top: 24px;
    cursor: pointer;
    border: 1px solid #fff0;
}

.custom-pvz-btn.disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

.custom-cdek-office-info {
    margin-top: 24px;
    font-size: 15px;
    line-height: 18px;
}

.place-order .main-button {
    padding: 21px 0;
    width: 100%;
    max-width: 100%;
}

.woocommerce-checkout-review-order .shop_table th {
    font-weight: 400 !important;
    padding: 4px 6px !important;
    color: #71717A !important;
    font-size: 16px !important;
    line-height: normal !important;
    font-family: "Roboto", sans-serif !important;
    text-align: left;
}


.woocommerce-checkout-review-order-table tfoot tr td {
    font-weight: 700 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
	text-align: right;
}

.wc_payment_methods {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 16px !important;
}

.wc_payment_methods li {
    list-style: none outside;
    width: 100%;
    background-color: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 60px;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
    outline: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 56px;
    height: 100%;
}

.wc_payment_methods li label {
    display: flex;
    text-align: center;
    width: 100%;
    padding: 12px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.wc_payment_methods li input:checked + label {
    background-color: #0ea5e9;
    color: #fff;
}

@media screen and (max-width: 1024px) {
	.checkout-method-selector {
		flex-direction: column;
		gap: 6px;
	}
	
	.checkout-method-selector li {
		width: 100%;
	}
	
	.form-row-two {
		width: 100%;
	}
	
	.custom-form-checkout__box {
		padding: 24px 16px;
	}
}


.container-cart {
    min-height: 400px;
}

@media screen and (max-width: 568px) {
    .woocommerce-cart .wp-block-group {
        gap: 0;
    }
	
	.cart_totals.calculated_shipping {
		margin-bottom: 24px;
	}
}

.lucky-link:hover {
    color: #a2ffd1;
}


.text-page__box {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 26px;
    margin-bottom: 80px;
    margin-top: 24px;
}

.text-page-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 27px;
}

.text-page-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
	
	.text-page-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 18px;
    }
	
    .text-page-text p {
        font-size: 14px;
        line-height: 20px;
    }
}


.woocommerce-order-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 10px;
    padding: 42px 26px;
}

.thankyou-order-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}

.main-btn__wrapper-two {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    align-items: center;
}

.main-btn-thanks {
    background-color: #ffffff;
    color: #FB923C;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 16px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    border-radius: 60px;
    transition: .25s;
    border: 1px solid #FB923C;
}

.page-id-11 .site-main {
    min-height: 400px;
}

.thankyou-order-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
}

.thankyou-order-text {
    font-size: 18px;
    line-height: 22px;
}

.thankyou-order-text a {
    color: #0EA5E9;
}

.main-btn-thanks:hover {
    background-color: #0ea5e9;
    color: #fff;
    border-color: #0ea5e9;
}

@media screen and (max-width: 1080px) {
	.thankyou-order-title {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 12px;
	}
	
	.thankyou-order-subtitle {
		font-size: 15px;
		line-height: 17px;
		text-align: center;
		margin-bottom: 8px;
	}
	
	.thankyou-order-text {
		font-size: 15px;
		line-height: 17px;
		text-align: center;
	}
	
	.main-btn__wrapper-two {
		flex-direction: column;
		width: 100%;
		gap: 8px;
		margin-top: 16px;
	}
	
	.main-btn-thanks {
		width: 100%;
		padding: 16px 32px;
		max-width: 100%;
	}
	
}

.authorization_box {
    width: 100%;
}