/**{*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/


@font-face {
font-family: 'Gotham Pro';
src: url(https://nailclub-shop.com.ua/catalog/view/theme/default/stylesheet/fonts/GothamPro.ttf);
}


body {
	font-family: 'Gotham Pro', sans-serif !important;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
}







@media (min-width: 1200px){
    .container {
        width: 1285px;
    }
}


h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
	display: flex;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
    border: 1px solid #7062334A;
    border-radius: 4px;
}
#search .input-lg::placeholder{
    color: #706233;
    font-size: 12;
    font-weight: 600;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
    background-color: transparent;
    border: none;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}

#cart-total{
    position: absolute;
    right: -7px;
    top: -10px;
    font-size: 15px;
    color: #706233;
}

#cart .dropdown-menu {
    max-height: 460px;
    scrollbar-width: thin;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    top: 50vh;
    position: fixed;
    max-width: 1116px;
    width: 100%;
    left: 50vw;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    background: #fff;
	z-index: 1001;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
    color: #706233;
    font-size: 13px;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background: #e7e4db69 !important;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}


#menu .dropdown-inner a {
	width: 150px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #706233;
	font-size: 12px;
}

#menu .see-all {
    margin-top: 2em;

    font-size: 16px;
    transition: all 0.3s ease-in-out;
    color: #706233;
    padding: 7px !important;
    background: transparent !important;
    border-radius: 4px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
    font-size: 18px;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
/*.alert {
	padding: 8px 14px 8px 14px;
	color: #fff;
    background-color: #706233;
    border-color: #706233;
}*/
.alert {
    z-index: 9999;
    padding: 8px 14px 8px 14px;
    color: #fff;
    background-color: #706233;
    border-color: #706233;
    position: fixed;
    width: 300px;
   right: 10px;
    top: 20px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 15px 0;
    background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '/';
    display: block;
    position: absolute;
    top: 0px;
    right: -13px;
    width: 13px;
    height: 13px;

	/*content: '';*/
	/*display: block;*/
	/*position: absolute;*/
	/*top: -3px;*/
	/*right: -5px;*/
	/*width: 26px;*/
	/*height: 26px;*/
	/*border-right: 1px solid #DDD;*/
	/*border-bottom: 1px solid #DDD;*/
	/*-webkit-transform: rotate(-45deg);*/
	/*-moz-transform: rotate(-45deg);*/
	/*-o-transform: rotate(-45deg);*/
	/*transform: rotate(-45deg);*/
}
.breadcrumb li:first-child{
    padding-left: 0;
}
.breadcrumb li:first-child a:after{
    content: 'Nails club shop';
    display: block;
    font-family: Gotham Pro; 
    font-size: 9px;
    font-weight: 600;
    line-height: 8.61px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}
.breadcrumb li:first-child a i{
    display: none;
}
.breadcrumb li a{
    height: 20px;
    display: flex;
    align-items: center;
     font-family: Gotham Pro; 
    font-size: 9px;
    font-weight: 600;
    line-height: 8.61px;
    text-transform: uppercase;
    color: #00000082;
    transition: all 0.3s ease-in-out;
}


.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: none;
    color: #888888;
    padding: 8px 12px;
     font-family: Gotham Pro; 
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #1F1F1F;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #1F1F1F !important;
    background: #e7e4db69 !important;
    border: none;
    text-shadow: none;

}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*border: 1px solid #ddd;*/
	/*margin-bottom: 20px;*/
	position: relative;
	/*overflow: auto;*/
}
.product-thumb .image {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.product-thumb .image a {
	display: block;
    background: #F4F2EE;
    border-radius: 4px;
}

.product-thumb .image img {
    width: 100%;
    height: 260px;
    object-fit: scale-down;
    mix-blend-mode: darken;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
    	float: left;
    	padding: 0 15px;
    }
}
.product-thumb h4 {
	font-family: Gotham Pro;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color:#1F1F1F;
    margin-top: 5px;
    min-height: 100px;
}
.product-thumb .caption {
	/*padding: 0 20px;*/
	/*min-height: 180px;*/
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
    	min-height: 210px;
    	padding: 0 10px;
    }
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	font-family: Gotham Pro;
    font-size: 14px;
    font-weight: 600;
    line-height: 13.4px;
    color:#000000;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
    margin-top: 10px;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
    border: none;
    display: block;
    /* float: left; */
    background-color: #706233;
    color: #FFFFFF;
    line-height: 38px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}

/*@media (max-width: 1200px) {*/
/*	.product-thumb .button-group button, .product-thumb .button-group button + button {*/
/*		width: 33.33%;*/
/*	}*/
/*}*/
/*@media (max-width: 767px) {*/
/*	.product-thumb .button-group button, .product-thumb .button-group button + button {*/
/*		width: 33.33%;*/
/*	}*/
/*}*/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}


/*.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{*/
/*    display: none;*/
/*}*/
/*.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after{*/
/*    display: none;*/
/*}*/




































.header__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    position: relative;
}
.header__container #logo{
    display: flex;
    align-items: center;
    margin: 0;
    column-gap: 50px;
    flex-wrap: wrap;
}

.header__btn_btns{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header__cart #cart{
    margin: 0;
}
.header__cart .btn{
        background: none;
    border: none;
    box-shadow: none;
    padding: 0;
} 

/*.header__btn_btns a,*/
/*.header__btn_btns .header__cart*/
.header__whishlist,
.header__login,
.header__cart,
.header__mob-login{
    padding: 7px !important;
    background: #7062331A !important;
    border-radius: 4px;
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__mob-login img{
    width: 20px;
}
.header__catalog{
    background: #706233;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.search{
    margin: 0;
    width: 100%;
    max-width: 530px;
    display: flex;
    align-items: center;
	justify-content: flex-end;
}
.header__btn{
    display: flex;
    justify-content: flex-end;
}
.search__search{
    margin: 0;
    position: relative;
    width: 100%;
    margin-right: 20px;
}
.search__search .btn{
    background: transparent;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    padding: 0 !important;
}
.search__search span{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 2;
}
.header__divider{
    height: 1px;
    display: block;
    width: 100%;
    background: #70623333;;
}
.myNav{
    background: transparent !important;
    border: none !important;
    margin: 0;
}

.myNav .nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__mob-menu,
.header__mob-login,
.header__mob-menu_menu{
    display: none;
}


.header__сatalog_menu{
    position: absolute;
    background: #fff;
    z-index: 20;
    top: 61px;
    height: auto;
    display: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #706233;
}

.header__сatalog_menu .nav > li > a{
    width: 300px;
    padding: 2px 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__сatalog_menu .myNav .nav{
    align-items: flex-start;
    flex-direction: column;
    margin-top: 33px;
}
/*.header__сatalog_menu .myNav .nav li:first-child{*/
/*    display: none;*/
/*}*/
.header__сatalog_menu .myNav .dropdown-menu{
    top: 0;
    left: 285px;
    right: 0;
    width: 100%;
    max-width: 900px;
    padding-left: 25px !important;
    transition: none !important;
}

.header__сatalog_arrow,
.header__сatalog_figure,
.header__сatalog_menu .dropdown.open .header__сatalog_arrow{
    display: none;
}

.header__сatalog_menu .header__сatalog_arrow,
.header__сatalog_menu .dropdown.open .header__сatalog_figure{
    display: block;
}
.header__сatalog_figure-for-li{
    display: none;
}
.header__сatalog_menu #menu .dropdown-inner a,
.header__desc-menu #menu .dropdown-inner a{
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    gap: 15px;
}
.header__сatalog_menu #menu .dropdown-inner a img,
 .header__desc-menu#menu .dropdown-inner a img{
    max-width: 150px;
    border: 1px solid #7062331A;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
}
.header__сatalog_menu #menu .dropdown-inner{
    width: 100%;
    display: flex;
    gap: 20px;
}

.header__сatalog_menu #menu .dropdown-inner .list-unstyled,
.header__desc-menu #menu .dropdown-inner .list-unstyled,
.header__mob-menu_drop .dropdown-inner{
    display: flex;
    align-items: flex-start;
    width: 100%;
    row-gap: 30px;
    column-gap: 19px;
    flex-wrap: wrap;
}

.header__сatalog_menu #menu .dropdown-inner .list-unstyled{
    width: auto;
}

/*.header__сatalog_menu #menu .see-all{*/
/*    display: none;*/
/*}*/

.header__сatalog_menu .myNav .dropdown-inner a:hover{
    background: transparent;
    transform: scale(1.05);
}


.header__desc-menu .navbar-nav .dropdown-menu .list-unstyled li img{
    width: 100%;
}





.product-page__tabs{
    display: flex;
    border: 1px solid #7062331A;
    border-radius: 4px;
    padding: 30px;
    margin: 50px 0;
    column-gap: 50px;
    height: 300px;
}

.product-page__tabs .nav-tabs{
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 20px;
    width: 27%;
    border-right: 1px solid #7062331A;
        justify-content: flex-start;
}

.product-page__tabs .tab-content{
    width: 73%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 50px;
}


.product-page__tabs .tab-content::-webkit-scrollbar {
    width: 4px;
    background-color: rgba(26, 24, 47, 0.15);
    border-radius: 5px;
    height: 200px;
}

.product-page__tabs .tab-content::-webkit-scrollbar-thumb {
    background: #1F1F1F;
    border-radius: 5px;
}


.product-page__tabs .nav-tabs>li>a{
     font-family: Gotham Pro; 
    font-size: 12px;
    font-weight: 600;
    line-height: 11.48px;
    text-align: left;
    text-transform: capitalize;
    color: #1f1f1f8c;
    padding: 0;
}





















@media(max-width:767px){
    .header__mob-menu,
    .header__mob-login{
        display: block;
    }
    .header__catalog,
    .header .search,
    .header__whishlist,
    .header__login,
    .header__desc-menu{
        display:none !important;
    }
    .header__container #logo{
        flex-wrap:nowrap;
    }
}








.main-banner{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-banner__img{
    width: 100%;
    max-height: 530px;
    height: 100%;
}
.main-banner__search{
    position: absolute;
    max-width: 523px;
    width: 100%;
    transition: .3s;
}
.main-banner__title{
    position: absolute;
    bottom: 5%;
    font-size: 140px;
    font-weight: 700;
    line-height: 134px;
    letter-spacing: -0.06em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.main-banner__treugolnik{
    position: absolute;
    top: 40%;
    right: 18%;
    transform: translateY(-40%);
}
.main-banner__treugolnik_body{
    position: relative;
    max-width: 143px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-banner__treugolnik_body img{
    position: absolute;
    left: -20px;
    top: -35px;
}
.main-banner__treugolnik_body span{
    font-size: 21px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    width: 60px;
    display: block;
    color: #fff;
    transform: rotate(-8deg);
}
.marq{
    overflow: hidden;
    width: 100%;
    margin: 20px 0 50px;
}
    
.marq p{
    font-size: 69px;
    font-weight: 600;
    line-height: 66.03px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #706233;
    text-transform: uppercase;
    word-spacing: 35px;
}
.tab-slider-btn-wishlist{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px !important;
    background: #7062331A !important;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    color: #706233 !important;
    border: none !important;
    width: 33px !important;
    height: 33px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.tab-slider-btn-wishlist i{
    font-size: 17px !important;
}





.product-layout:hover .tab-slider-btn-wishlist,
.product-layout:hover .product-thumb .button-group button{
    opacity: 1;
    visibility: visible;
}

.nav-tabs>li>a{
    font-size: 23px;
    font-weight: 700;
    line-height: 22.01px;
    letter-spacing: -0.04em;
    /* text-align: left; */
    color: #70623347;
    text-transform: uppercase;

}
.nav-tabs{
    border: none;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
    color: #706233;
}


.main-about{
    padding: 30px;
    background: #706233;
    border-radius: 4px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.main-about__text{
    max-width: 530px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-about__text h2{
     font-family: Gotham Pro; 
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
}
.main-about__text_up span{
    font-family: Gotham Pro;
    font-size: 10px;
    font-weight: 400;
    line-height: 9.57px;
    text-transform: uppercase;
}
.main-about__text_down p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18.23px;
    max-width: 378px;
    margin-bottom: 50px;
    display: none;
}

.anchor-btn{
     font-family: Gotham Pro; 
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #706233;
    background: #fff;
    padding: 10px 35px;
    border-radius: 4px;
}

.main-category{
    margin: 100px 0;
    display: flex;
    gap: 30px;
}
.main-category__img{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.main-category__img span{
    font-family: Gotham Pro;
    font-size: 10px;
    font-weight: 600;
    line-height: 9.57px;
    text-transform: uppercase;
}
.main-category .list-group{
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.main-category .list-group a{
    border:none;
    text-transform: uppercase;
    border: none;
     font-family: Gotham Pro; 
    font-size: 48px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.03em;
    color: #D4D4D3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.main-category .list-group a.main-category__link{
    font-family: 'Gotham Pro';
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: math-auto;
    text-decoration: underline;
    color: #1F1F1F;
    margin-top: 50px;
    margin-left: 5px;
}

.main-category__arrow{
    font-size: 25px;
    color: #706233;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.main-category .list-group a:hover{
    color:#706233 !important;
    background: transparent !important;
}
.main-category .list-group a:hover .main-category__arrow{
    opacity: 1;
    visibility: visible;
}

.gordost{
    width: 100%;
    position: relative;
    margin-bottom: 300px;
}
.gordost__banner{
    width: 100%;
    height: 797px;
    object-fit: cover;
}

.gordost h3{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
     font-family: Gotham Pro; 
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gordost__img{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gordost .main-about{
    padding: 20px;
    background: #fff;
    color: #706233;
    border: 1px solid #70623333;
    position: absolute;
    top: 64%;
    max-width: 1100px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.gordost .main-about h2{
    color:#706233;
}

.gordost .main-about .anchor-btn{
    color: #fff;
    background: #706233;
}

.sites{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.sites__item{
    position: relative;
    max-width: 615px;
    height: 360px;
    width: 100%;
    transition: .3s;
    border-radius: 4px;
}
.sites__item:hover{
    filter: saturate(0.5);
}
.sites__item_back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sites__item:nth-child(1){
    background: url('https://nailclub-shop.com.ua/image/nail/home/sites-back.png') 0 0/cover no-repeat, url('https://nailclub-shop.com.ua/image/nail/home/inet-shop.png') 0 0/cover no-repeat;
}
.sites__item:nth-child(2){
    background: url('https://nailclub-shop.com.ua/image/nail/home/sites-back.png') 0 0/cover no-repeat, url('https://nailclub-shop.com.ua/image/nail/home/courses.png') 0 0/cover no-repeat;
}

.sites__item_info{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
}
.sites__item_info h3{
    font-family: Gotham Pro;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color:#fff;
}

.main-socials{
    margin: 100px 0 20px;
}
.main-socials h4{
     font-family: Gotham Pro; 
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    color: #706233;
    margin-bottom: 20px;
}
.main-socials__list{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.main-socials__list_item{
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 300px;
}
.main-socials__list_item img{
    width: 100%;
}
.main-socials__list_item h4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 20px;
}


.single__product--stock{
    font-family: 'Gotham Pro';
    font-size: 12px;
    font-weight: 400;
    line-height: 8.61px;
    display: none;
}
.single__product--stock.green{
    color:#00950F;
}



.footer{
    background: #706233;
}
.footer__title{
     font-family: Gotham Pro; 
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.footer__subscribe{
    max-width: 393px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 15px;
    display: flex;
    margin: 20px 0 100px;
}

.footer__subscribe_input{
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #706233;
    font-weight: 600;
    outline: none;
}
.footer__subscribe_btn{
    background: transparent;
    border: none;
    outline: none;
    color: #70623385;
    font-size: 14px;
    font-weight: 600;
}
.footer__logo{
    margin: 10px 0 35px;
}

.footer .text-danger{
        font-size: 16px;
    background: #ffffff5c;
    padding: 5px;
    
}

.footer__socials_text{
     font-family: Gotham Pro; 
    font-size: 11.19px;
    font-weight: 700;
    line-height: 15.5px;
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0 20px;
}
.footer__socials_list{
    display: flex;
    gap: 15px;
}
.footer h5{
    font-family: Gotham Pro; 
    font-size: 11.19px;
    font-weight: 400;
    line-height: 15.5px;
    text-align: left;
    color: #fef9f387;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer .list-unstyled li{
    margin-bottom: 15px;
}
.footer .list-unstyled a{
     font-family: Gotham Pro; 
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #FEF9F3;
}

.footer .row{
    min-height: 300px;
}
.footer__devider{
    height: 1px;
    width: 100%;
    background: #FFFFFF1A;
    margin: 30px 0;
}
.footer__contact{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer__contact_item{
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer__contact_item-info h6{
    margin: 0;
    font-family: Gotham Pro;
    font-size: 10px;
    font-weight: 400;
    line-height: 15.5px;
    text-transform: uppercase;
    color: #fef9f387;
}
.footer__contact_item-info span{
    font-family: Gotham Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 11.48px;
    color: #FEF9F3;
}

.footer__copywrite{
    margin: 50px 0 20px;
    display: flex;
    justify-content: space-between;
}

.footer__copywrite span{
    font-family: Gotham Pro;
    font-size: 10px;
    font-weight: 400;
    line-height: 9.57px;
    text-transform: uppercase;
    color: #fef9f387;
    font-weight: 500;
}



.main-category.deactive{
    display: none;
}

.main-category.active{
    display: flex;
}

.category-page.deactive{
    display: none;
}

.category-page.active{
    display: block;
}

.category-page__title{
    margin: 0;
    margin-bottom: 20px;
     font-family: Gotham Pro; 
    font-size: 24px;
    font-weight: 600;
    line-height: 22.97px;
    color: #1F1F1F;
}


.category-page .main-category__arrow {
    font-size: 13px;
     opacity: 1; 
     visibility: visible;
}

.my-category{
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    margin-top: 23px;
}

.my-category .input-group-addon{
    border: none;
    background: transparent;
    font-family: 'Gotham Pro';
    font-size: 11px;
    font-weight: 400;
    line-height: 9.57px;
    color: #1f1f1fad;
    padding: 0;
    text-shadow: none;
}

.my-category .form-control{
    border: none;
    box-shadow: none;
    width: 100%;
     font-family: Gotham Pro; 
    font-size: 10px;
    font-weight: 600;
    line-height: 9.57px;
    width: 100%;
    padding: 0;
    text-align: center;
}



.my-category-page .product-layout{
    margin-bottom: 50px;
}

.my-category-page .product-layout .ukrcreditsticker,
.product-page .ukrcreditsticker,
.search-page .ukrcreditsticker,
.special-page .ukrcreditsticker{
    display: none;
}







.product-page .breadcrumb{
    text-align: center;
}

.product-page .breadcrumb li a{
    text-align: center;
}

.product-page .breadcrumb li:first-child a:after{
    color: inherit;
}

.product-page .breadcrumb li:last-child:after{
    display: none;
}

.product-page .breadcrumb li:last-child a{
    color:#000;
    font-size: 7px;
}

.breadcrumb li a:hover{
    color: #000;
}

.image-additional-block{
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    max-width: 407px;
    flex-wrap: wrap;
}

.image-additional-block .image-additional{
    margin: 0;
    max-width: 100%;
}

.image-additional-block .image-additional .thumbnail{
    width: 90px;
    margin: 0;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page__thumb_main-img{
    max-width: 407px;
    width: 100%;
}

.product-page__thumb_main-img a img{
    height: 400px
}

.thumbnails{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-prodazh{
    font-family: Gotham Pro;
    font-size: 8px;
    font-weight: 700;
    line-height: 7.66px;
    text-transform: uppercase;
    color: #fff;
    background: #706233;
    padding: 5px 10px;
    border-radius: 2px;
    width: fit-content;
}
.product-page__btn-addtocart{
    background: #1F1F1F;
    text-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    outline: none;
     font-family: 'Gotham Pro'; 
    font-size: 14px;
    font-weight: 400;
    line-height: 13.4px;
    padding: 17px;
}








.myNav .dropdown-menu{
    margin: 0 !important;
    width: 100.5%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    top: 97%;
    left: -1px;
    padding: 20px 11px !important;
}

.myNav .nav>li{
    position: unset;
}
.myNav .dropdown-inner a{
    color: #706233;
    font-size: 13px;
    padding: 10px 20px !important;
    transition: all 0.3s ease-in-out;
}
.myNav .dropdown-inner a:hover{
    transform: scale(1.05);
}


.stickers_image_product{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
}

.stickers_image_product li{
    list-style: none;
}
.stickers_image_product .sticker__text,
.stickers_image.productpage .sticker__text{
    background-color: #706233 !important;
    color:#fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 2px;
}
.stickers_image.productpage{
    list-style: none;
    padding: 0;
}

.single__product--rating-wrapper{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.single__product--rating-wrapper .reviews__count svg{
    display: none;
}

.my-product-category-link{
    font-family: Gotham Pro;
    font-size: 10px;
    font-weight: 400;
    line-height: 9.57px;
    color:#706233b0;
}




.product__options{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
}
.product__options .sp-product-groups-text-title{
    display: none;
}
.product-layout.swiper-slide:hover .product-thumb .product__options {
    opacity: 1;
    visibility: visible;
}

.header__catalog .header__catalog_figure{
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.header__catalog .header__catalog_figure.active{
    opacity: 1;
    visibility: visible;
}
.header__catalog .header__catalog_xmark{
    width: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    position: absolute;
}
.header__catalog .header__catalog_xmark.active{
    opacity: 1;
    visibility: visible;
}






.my-cart__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
     font-family: Gotham Pro; 
    font-weight: 600;
    line-height: 21.05px;
    color: #706233;
    padding: 20px;
}

.my-cart__title h2{
    color: inherit;
    margin: 0;
    font-weight: inherit;
}

.my-cart__divider{
    display: block;
    border: 1px solid #7062331A
}

.my-cart__body{
    /*padding: 20px;*/
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.my-cart__total_info-item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.my-cart__btn{
    max-width: 240px ;
    width: 100% !important;
    border: none;
    height: auto !important;
    line-height: 13.4px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    padding: 10px !important;
    background: transparent !important;
    display: block;
    font-weight: 600;
}

.my-cart__body .my-btn-green{
    background-color: #706233 !important;
    color: #FFFFFF !important;
}
.my-cart__body .my-btn-green:hover{
    background-color: #fff !important;
    color: #706233 !important;
}

.my-cart__body .my-btn-transparent,
.simpleregister-button-right .my-btn-transparent{
    border: 1px solid #70623333 !important;
    background-color: #fff !important;
    color: #706233 !important;
    cursor: pointer;
}
.my-cart__body .my-btn-transparent:hover,
.simpleregister-button-right .my-btn-transparent:hover{
    background-color: #706233 !important;
    color: #FFFFFF !important;
}

.my-cart__body li{
    padding: 20px;
}

.my-cart__body li.cart__product__list{
    flex: 1 1 100%;
    padding: 0 0px 20px 20px;
}

.my-cart__body .cart-products{
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 348px;
    padding: 0 !important;
}

.my-cart__body .my-cart__total{
    min-width: 280px !important;
    height: 348px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 !important;
}

.my-cart__total_body{
    background: #7062330D;
    padding: 20px;
    border-radius: 4px;
}

.my-cart__body .my-cart__total .my-cart__btn{
    padding: 15px !important;
}

.my-cart__continue-btn{
    padding: 20px;
}

.my-cart__total_info-item p{
    padding: 0;
    font-family: Gotham Pro;
    font-size: 14px;
    font-weight: 600;
    line-height: 13.4px;
    color: #1F1F1F;
    margin: 0 0 30px !important;
}

.cart-products__product{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-right: 25px;
    border-bottom: 1px solid #7062331A;
}

.cart-products__product_name-and-thumb{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 60%;
}

.cart-products__product_thumb a{
    width: 80px;
    display: block;
}

.cart-products__product_thumb .img-thumbnail{
    width: 100%;
    background: #F4F2EE;
    object-fit: scale-down;
    border: none;
}

.cart-products__product_quant{
    width: 20%;
    text-align: center;
}
.cart-products__product_total{
    width: 10%;
    text-align: center;
    margin-left: 10px;
}

.cart-products__product_btn{
    width: 10%;
    text-align: end;
}

.cart-products__product_name-name,
.cart-products__product_total,
.cart-products__product_quant{
    font-family: Gotham Pro;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color:#1F1F1F;
}

.cart-products__product_total{
    font-size: 14px;
}

.cart-products__product_quant{
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.quant-btn{
    border: 1px solid #7062331A;
    border-radius: 4px;
    padding: 7px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.quant-btn:hover{
    background-color: #706233;
}

.my-cart__close{
    border: none;
    background: transparent;
    font-size: 27px;
    color: #0000006b;
}

.tab-pane .swiper-container{
    overflow: visible;
}




@media (min-width: 768px) {
    .dropdown-menu:not(.sppg-dropdown-list):not(.header__language .dropdown-menu):not(.header__btn_btns .dropdown-menu){
        display: block;
        opacity: 0;
        visibility: hidden;
        min-height: 500px;
    }
	#menu .dropdown:hover .dropdown-menu {
		opacity: 1;
        visibility: visible;
	}
}



.about-page .main-about{
    background: transparent;
    color: #706233;
    margin: 20px 0;
}

.about-page .main-about__text h2{
    color: #706233;
}
.about-page__number{
    font-family: Gotham Pro;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
.about-page__number span{
    font-size: 108px;
}
.about-page .main-about__text_down p{
    margin-bottom: 0;
    margin-top: 50px;
}

.about-page .why{
    background: #706233;
    padding: 30px;
    color: #fff;
    border-radius: 4px;
}

.about-page .why h2{
    font-family: Gotham Pro;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
    margin-bottom: 45px;
}

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

.why__items_item{
    border: 1px solid #FFFFFF33;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    height: 260px;
    width: 260px;
    justify-content: space-between;
}

.why__items_item span{
    font-family: Gotham Pro;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.04em;
}

.why__items_item p{
    font-size: 14px;
}

.about-page__marquee{
    margin: 75px 0;
}

.about-page__marquee_title{
    font-family: Gotham Pro;
    font-size: 10px;
    font-weight: 400;
    line-height: 9.57px;
    color: #706233;
}

.about-page .gordost .main-about{
    background: #fff;
    color: #706233;
}

.about-page .gordost .main-about__text_down p{
    margin-bottom: 35px;
    margin-top: 0px;
}

.faq-page__block{
    background: #7062331A;
    border-radius: 4px;
    padding: 30px;
    display: flex;
    margin: 30px;
}

.faq-page__block-hidden{
        width: 35%;
}

.faq-page__block-content{
    width: 65%;
}

.faq-page__block_title{
  font-family: Gotham Pro;  
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.04em;
    color: #706233;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.faq-page__block_quest-title{
    font-family: Gotham Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color:#1F1F1F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    
}

.faq-page__block_quest-icon::before{
    font-family: Gotham Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 22.97px;
    display: block;
    content:'+';
    color:#1F1F1F;
}

.faq-page__block_quest-text{
    margin: 0;
    display: none;
    max-width: 540px;
    padding-top: 20px;
}

.faq-page__block_quest{
    padding: 20px 0;
    cursor: pointer;
}
.faq-page__block_quest:not(:last-child){
    border-bottom: 1px solid #1F1F1F33;
}

.faq-page__block_quest-icon.active::before{
    content:'-' !important;
}

.tab-slider-btn-bye img{
    display: none;
}


.my-category__sort_catalog{
    background: #F4F2EE;
    color: #706233;
     font-family: Gotham Pro; 
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    padding: 5px;
    display: none;
    text-align: center;
    position: relative;
}
.my-category__sort_catalog img{
    width: 15px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.cart-products__product_quant .quantity{
    text-align: center;
    background: transparent;
    border: none;
}


.header__login.open .dropdown-menu{
    opacity: 1;
    visibility: visible;
    min-height: fit-content;
}




.thx-page #content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.thx-page__img{
    height: 220px;
    width: 334px;
    object-fit: cover;
}

.thx-page__title{
    font-family: Gotham Pro;
    font-size: 28px;
    font-weight: 600;
    line-height: 26.8px;
    color:#1F1F1F;
}

.thx-page__subtitle{
    font-family: Gotham Pro;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color:#1F1F1F;
}

.thx-page__number{
    border: 1px solid #70623333;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 50px;
    border-radius: 14px;
    margin-bottom: 10px;
}

.thx-page__number_number{
    font-family: Gotham Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 15.31px;
    color:#706233;
    
}

.thx-page__number_title{
    font-family: Gotham Pro;
    font-size: 10px;
    font-weight: 400;
    line-height: 9.57px;
    color:#212121;
    margin: 10px 0 0;
}

.my-category-page .list-group-item.active{
    border-bottom: 1px solid #1F1F1F;
}

/*.my-category-page .list-group-item:first-child .main-category__arrow{*/
/*    display: none;*/
/*}*/

.my-category-page .ocf-content .ocf-header{
    display: none;
}

/*.my-category-page .ocf-value-list{*/
/*    max-width: 200px;*/
/*}*/

.ocf-filter-name{
    font-family: Gotham Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 15.31px;
    color:#1F1F1F;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

/*.ocf-filter-name:after{*/
/*    font-family: "Font Awesome 5 Free";*/
/*    content: '\f107';*/
/*    display: flex;*/
/*    font-size: 16px;*/
/*    transition: all 0.3s ease-in-out;*/
/*    width: 24px;*/
/*    align-items: center;*/
/*    justify-content: center;*/

/*}*/
.ocf-filter-name.clicked:after{
    color: red;
}

.ocf-filter-header.active .ocf-filter-name:after{
    transform: rotate(180deg);
}


.ocf-input-group-addon:nth-child(2){
    background: transparent;
    padding: 0;
}

.ocf-input-group-addon:last-child{
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
}

@media (min-width: 768px){
    .ocf-slider-input-group {
        display: flex !important;
        align-items: center;
        gap: 5px;
    }
}

.ocf-input-group .ocf-form-control{
    outline: 0 !important;
    outline-offset: 0;
}

.ocf-form-control[type=number]{
    border: 1px solid #1f1f1f47;
    border-radius: 4px !important;
    outline: 0 !important;
    outline-offset: 0;
}

.ocf-noUi-base:before, .ocf-noUi-connect:before{
    height: 2px !important;
}

.ocf-noUi-connect:before, .ocf-noUi-handle{
    background-color: #CACACA99 !important;
}

.ocf-noUi-handle{
    border: none !important; 
    border-radius: 0 !important;
    cursor: default;
    box-shadow: none !important;

    /*width: auto !important;*/
}
.ocf-noUi-handle{
    width: 32px !important;
    height: 36px !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='37' viewBox='0 0 33 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 18.5L1 35V1.5L31 18.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.4034 18.7545C24.5771 18.6554 24.5771 18.4049 24.4034 18.3058L4.49863 6.95227C4.32647 6.85408 4.11243 6.9784 4.11243 7.1766L4.11243 29.8837C4.11243 30.0819 4.32647 30.2063 4.49863 30.1081L24.4034 18.7545ZM21.3855 18.7545C21.5592 18.6554 21.5592 18.4049 21.3855 18.3058L5.99387 9.52654C5.82171 9.42834 5.60768 9.55266 5.60768 9.75086L5.60768 27.3095C5.60768 27.5077 5.82171 27.632 5.99387 27.5338L21.3855 18.7545Z' fill='%23706233'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.3757 18.6717C32.5499 18.5727 32.5499 18.3217 32.3757 18.2227L0.385654 0.034128C0.213497 -0.0637561 -0.000232699 0.0605855 -0.000232708 0.258626L-0.000234298 36.6358C-0.000234307 36.8338 0.213496 36.9582 0.385653 36.8603L32.3757 18.6717ZM29.3505 18.6717C29.5247 18.5727 29.5247 18.3217 29.3505 18.2227L1.8809 2.60431C1.70874 2.50643 1.49501 2.63077 1.49501 2.82881L1.49501 34.0656C1.49501 34.2636 1.70874 34.388 1.8809 34.2901L29.3505 18.6717Z' fill='%23706233'/%3E%3Cpath d='M16.5874 18.3054C16.7632 18.404 16.7632 18.6571 16.5874 18.7558L8.40177 23.3505C8.22962 23.4471 8.01712 23.3227 8.01712 23.1253L8.01712 13.9359C8.01712 13.7385 8.22962 13.614 8.40177 13.7107L16.5874 18.3054Z' fill='%23706233'/%3E%3C/svg%3E%0A");
}
.ocf-noUi-handle.ocf-noUi-handle-upper{
    transform: rotate(180deg);
}

.my-category-page .ocf-noUi-pips{
    display: none;
}

.ocf-value-input::before{
    transform: rotate(45deg);
    border: #000 solid 1px !important;
}

.ocf-value-name{
    font-family: 'Gotham Pro';
    font-size: 12px !important;
    font-weight: 400;
    line-height: 11.48px;
    color:#1F1F1F;
}

.ocf-selected .ocf-value-input::before{
    background-color: transparent !important;
    color: #706233 !important;
}

.ocf-selected .ocf-value-input-checkbox::after{
    background-image: none !important;
    content: '';
    width: 6px;
    height: 6px;
    background: #706233;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    box-shadow: 0 0 6px 0px #706233;
}

.ocf-theme-light .ocf-value-count{
    background: none !important;
}
.ocf-value, .ocf-value:active, .ocf-value:focus, .ocf-value:visited, .ocf-value:hover{
    align-items: center !important;
}

.product-page__content{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.product-page__title{
    width: 100%;
    max-width: 312px;
}
.product-page__price-info{
    max-width: 240px;
    width: 100%;
}
.header .container:after,
.header .container:before{
    display: none;
}

.product__page--model span:first-child{
    font-weight: 600;
}

.product-page__price-info .number-spinner{
    display: flex;
    border: 1px solid #706233c2;
    border-radius: 4px;
    align-items: center;
    gap: 5px;
    padding: 9px 10px;
    margin-bottom: 20px;
}

.product-page__price-info .number-spinner button{
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    outline: none;
}

.product-page__price-info .number-spinner button svg path{
    fill: #212121;
}

.product-page__price-info .number-spinner .form-control{
    outline: none;
    border: none;
    box-shadow: none;
    text-align: center;
    padding: 0;
    height: 100%;
    font-family: Gotham Pro;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #212121;
}

.product-page__price-info label,
.product-page__price-info h2{
    font-weight: 600;
}

.product-page__price-info label:before{
    display: none;
}

.product-page__price-info #product h3,
.product-page__price-info #product hr{
    display: none;
}

.product-page__price-info .single__product--stock{
    text-align: center;
}

.jq-more-wrapper{
    border-bottom: 1px solid #70623333;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.jq-more-wrapper button{
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    gap: 20px;
    border-radius: 0;
}

.jq-more .col-sm-6.text-right{
    display: none;
}

.jq-more .col-sm-6.text-left{
    width: 100%;
    padding: 0;
}

.jq-more .pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    gap: 10px;
    flex-wrap: wrap;
}

.jq-more .pagination li:first-child{
    display: none;
    position: absolute;
    top: 0;
    border-radius: 4px;
}

.jq-more .pagination li:nth-child(2){
    /*position: absolute;*/
    top: 0;
    left: 0px;
    border-radius: 4px;
}

.jq-more .pagination li:last-child{
    display: none;
    position: absolute;
    top: 0;
    border-radius: 4px;
}

.jq-more .pagination li:nth-last-child(2){
    /*position: absolute;*/
    top: 0;
    right: 0px;
    border-radius: 4px;
}

.jq-more .pagination li:first-child a,
.jq-more .pagination li:nth-child(2) a,
.jq-more .pagination li:last-child a,
.jq-more .pagination li:nth-last-child(2) a{
    border: none !important;
    background: #F4F2EE !important;
}




.jq-more .pagination li a{
    width: 40px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #70623352;
    color:#706233 !important;
}

.jq-more .pagination li.active span{
    width: 40px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #706233;
    background: transparent;
    color:#706233 !important;
}



/*@media(max-width:767px){*/

/*    .jq-more .pagination li:first-child{*/
/*        display: block;*/
/*        left: 0;*/
/*    }*/
    
/*    .jq-more .pagination li:nth-child(2){*/
/*        left: 52px;*/
/*    }*/
    
/*    .jq-more .pagination li:last-child{*/
/*        display: block;*/
/*        right: 0;*/
/*    }*/
    
/*    .jq-more .pagination li:nth-last-child(2){*/
/*        right: 52px;*/
/*    }*/

/*}*/

.sppg-dropdown-list{
    position: relative;
    margin-bottom: 20px;
}

.main-marquee.container:after,
.main-marquee.container:before,
.header__desc-menu .container:after,
.header__desc-menu .container:before,
.navbar-collapse:before,
.navbar-collapse:after,
.navbar:before,
.navbar:after,
.nav:before,
.nav:after{
    display: none;
}

.sp-product-groups-select-list{
    cursor:pointer;
}



.contact-page__title{
    font-family: 'Gotham Pro';
    font-size: 38px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: -0.04em;
    color:#706233;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.contact-page .contact-page__content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
}


.contact-page__form{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 35%;
}

.contact-page__contacts{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.contact-page__contacts_item{
    width: 45%;
}

.contact-page__contacts_item-title{
    font-family: 'Gotham Pro';
    font-size: 18.24px;
    font-weight: 900;
    line-height: 27.37px;
    letter-spacing: -0.04em;
    color:#706233;
    text-transform: uppercase;
}

.contact-page__contacts_item-info a{
    font-family: 'Gotham Pro';
    font-size: 16.42px;
    font-weight: 400;
    line-height: 15.71px;
    color:#1F1F1F;
}

.contact-page__form .form__input{
    border: none;
    border-bottom: 1px solid #7062331A;
    padding: 10px 0;
    outline: none;
}

.contact-page__form .form__textarea{
    padding-top: 50px;
}

.contact-page__form .form__submit{
    max-width: 195px;
    padding: 10px;
    background: transparent;
    border: 1px solid #70623333;
    border-radius: 4px;
    color: #706233;
    font-weight: 600;
    font-size: 13px;
    margin-top: 25px;
}

.contact-page__contacts_item-info{
    display: flex;
    gap: 10px;
}

.whishlist-page .list-group-item,
.order-history-page .list-group-item,
.password-page .list-group-item,
.login-page .list-group-item,
.list-group-item{
    padding: 8px 15px 8px 0;
    border: none;
    font-family: 'Gotham Pro';
    font-size: 12px;
    font-weight: 400;
    line-height: 11.48px;
    color:#1F1F1F;
}

.whishlist-page .list-group-title,
.order-history-page .list-group-title,
.password-page .list-group-title,
.login-page .list-group-title,
.list-group-title{
    margin-top: 50px;
    font-family: 'Gotham Pro';
    font-size: 9px;
    font-weight: 600;
    line-height: 8.61px;
    color: #0000004D;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.wishlist-page__content,
.password-page__content,
.order-history-page__content{
    border-left: 1px solid #7062331A;
    margin-top: 20px;
    padding-left: 60px;
}

.whishlist-page .nav-tabs>li>a,
.order-history-page .nav-tabs>li>a {
    font-family: 'Gotham Pro';
    font-size: 12px;
    font-weight: 600;
    line-height: 11.48px;
    color: #1F1F1F;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;
    border: 1px solid #70623333;
    border-radius: 4px;
    transition: .3s;
}

.whishlist-page .nav-tabs>li>a:focus,
.whishlist-page .nav-tabs>li>a:hover,
.order-history-page .nav-tabs>li>a:focus,
.order-history-page .nav-tabs>li>a:hover{
    border: 1px solid #706233;
    background: transparent;
}

.whishlist-page .nav-tabs>li.active>a,
.whishlist-page .nav-tabs>li.active>a:focus,
.whishlist-page .nav-tabs>li.active>a:hover,
.order-history-page .nav-tabs>li.active>a,
.order-history-page .nav-tabs>li.active>a:focus,
.order-history-page .nav-tabs>li.active>a:hover{
    border: 1px solid #706233;
}

.whishlist-page .nav-tabs{
    justify-content: flex-start;
    gap: 10px;
}

.whishlist-page #column-left,
.password-page #column-left,
.order-history-page #column-left{
    width: 18%;
}
.whishlist-page #content,
.password-page #content,
.order-history-page #content{
    width: 82%;
}

.whishlist-page .my-category-page__category-list{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.whishlist-page .product-thumb .caption{
    margin: 0;
}

.whishlist-page .my-category-page__category-list_item .product-thumb{
    display: flex;
    flex-direction: column;
}

.whishlist-page .product-after-thumb{
    display: flex;
    flex-direction: column;
}

.whishlist-page .product-list .product-thumb .image{
    padding: 0 !important;
}

.whishlist-page .product-list .product-thumb .image img{
    object-fit: unset;
    padding: 35px;
}

.whishlist-page .my-category-page__category-list_item{
    max-width: 260px;
}

.btn-remove{
    top: 50px;
}

.whishlist-page .product-list .product-thumb .button-group{
    border: none;
}

.product-thumb .image a{
    overflow: hidden;
}

.product-thumb .image a img{
    transition: .3s;
}

.product-thumb .image a:hover img{
    transform: scale(1.2);
}

.whishlist-page .buttons.clearfix{
    display: none;
}

.not-found-page__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.not-found-page__content h1{
    font-family: 'Gotham Pro';
    font-size: 28px;
    font-weight: 900;
    line-height: 26.8px;
    color: #1F1F1F;
}

.not-found-page__content p{
    font-family: 'Gotham Pro';
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    color:#1F1F1F;
}

.my-btn-for-page{
    font-family: 'Gotham Pro';
    font-size: 13px;
    font-weight: 900;
    line-height: 12.44px;
    /* text-align: left; */
    border: 1px solid #70623333;
    border-radius: 4px;
    padding: 10px 20px;
    color: #1F1F1F;
    transition: .3s;
}

.my-btn-for-page:hover{
    background: #1F1F1F;
    color: #fff;
    border: 1px solid #1F1F1F;
}

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

.header__language_form .language-select{
    margin: 0;
    font-family: 'Gotham Pro';
    font-size: 12px;
    font-weight: 600;
    line-height: 11.48px;
    color: #70623382;
    transition: .3s;
    text-decoration: none !important;
    outline: none;
    border: none;
}

.header__language_form .language-select:active:focus,
.header__language_form .language-select:focus{
    outline: none;
    border: none;
}

.header__language_form .language-select:first-child{
    border-right: 1px solid #7062339c;
}

.header__language_form .language-select:hover{
    color:#706233;
}

.header__language_form .language-selected{
    color:#706233;
}

.orders__list{
        border: 1px solid #70623333;
    border-radius: 4px;
    padding: 20px;
    margin-top: 35px;
}

.orders__item{
    padding: 10px;
}

.orders__filter{
    display: flex;
    gap: 15px;
}

.orders__filter .filter-btn{
    background: transparent;
    font-family: 'Gotham Pro';
    font-size: 12px;
    font-weight: 600;
    line-height: 11.48px;
    color: #1F1F1F;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;
    border: 1px solid #70623333;
    border-radius: 4px;
    transition: .3s;
    padding: 10px 15px;
}

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

.orders__iteminfo-top{
    font-family: 'Gotham Pro';
    font-size: 10px;
    font-weight: 400;
    line-height: 9.57px;
    color:#70623394;
}

.orders__iteminfo-bot{
    font-family: 'Gotham Pro';
    font-size: 10px;
    font-weight: 400;
    line-height: 9.57px;
    color:#1F1F1F;
}
.orders__itemimage>a{
    display: flex;
    align-items: center;
}
.orders__itemimage svg{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.orders__itemimage>a>img{
    object-fit: contain;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    margin: 0;
}
.orders__iteminfo{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.orders__itemprice{
    font-family: 'Gotham Pro';
    font-size: 12px;
    font-weight: 600;
    line-height: 11.48px;
    color:#1F1F1F;
}

.password-page .form-horizontal .form-group label,
.password-page .form-horizontal fieldset legend{
    display: none;
}

.password-page__flex-box{
    margin-top: 35px;
    max-width: 50%;
}

.password-page__notation-input{
    position: relative;
    margin-top: 35px;
}

.password-page__notation_icon{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    font-family: 'Gotham Pro';
    font-size: 14px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #706233;
    color: #fff;
    cursor: pointer;
}

.passwprd-page__notation{
    padding: 15px;
    position: absolute;
    max-width: 295px;
    border: 0.5px solid #00000033;
    right: -56%;
    top: 43%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.password-page__notation_icon:hover ~ .passwprd-page__notation{
    opacity: 1;
    visibility: visible;
}

.passwprd-page__notation_title{
    font-family: 'Gotham Pro';
    font-size: 13px;
    font-weight: 900;
    line-height: 12.44px;
    color: #212121;
}

.passwprd-page__notation_text{
    font-family: 'Gotham Pro';
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    color: #212121;
}

.password-page .form-horizontal input.form-control,
.simpleregister .form-control{
    border: none !important;
    border-bottom: 1px solid #7062331A !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none !important;
    padding: 20px !important;
    color: #212121 !important;
    font-family: 'Gotham Pro' !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 10.53px !important;
}

.simpleregister .form-control{
    padding: 0px !important;
}

.password-page__continue-btn{
    background: transparent;
    border: 0.5px solid #706233;
    border-radius: 4px;
    padding: 15px 50px;
    font-family: 'Gotham Pro';
    font-size: 13px;
    font-weight: 400;
    line-height: 12.44px;
    color: #212121;
    transition: .3s;
}

.password-page__continue-btn:hover{
    background: #706233;
    color:#fff;
}

.search-page .control-label{
    display: none;
}

.search-page__top-menu{
    display: flex;
    align-items:center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
    gap: 10px;
}

.search-page__top-menu p{
    margin: 0;
}

.search-page__btn{
    width: 100%;
}

.search-page__top-menu_search{
    width: 25%;
}

.search-page__top-menu_search input{
    border: none;
    border-bottom: 1px solid #70623333;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.search-page__top-menu_category-sort select{
    border: none !important;
    border-bottom: 1px solid #70623333 !important;
    border-radius: 0;
}

.search-page__top-menu_description-search .checkbox-inline,
.search-page__top-menu_subcategory-search .checkbox-inline{
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
}

.search-page__top-menu_description-search input,
.search-page__top-menu_subcategory-search input{
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}

.search-page__top-menu_description-search-icon,
.search-page__top-menu_subcategory-search-icon{
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    border: 1px solid #706233;
    position: relative;
    margin-right: 16px;
    display: inline-flex;
}

.search-page__top-menu_description-search-icon:after,
.search-page__top-menu_subcategory-search-icon:after{
    background-image: none !important;
    content: '';
    width: 6px;
    height: 6px;
    background: #706233;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    box-shadow: 0 0 6px 0px #706233;
    position: absolute;
    opacity: 0;
}

.search-page__top-menu_description-search input:checked ~ .search-page__top-menu_description-search-icon:after,
.search-page__top-menu_subcategory-search input:checked ~ .search-page__top-menu_subcategory-search-icon:after{
    opacity: 1;
}

.search-page__bottom-menu__items{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin: 20px 0;
}

.search-page__bottom-menu__items_item1,
.search-page__bottom-menu__items_item2{
    margin: 0;
}

.search-page__bottom-menu__items_item1 label,
.search-page__bottom-menu__items_item2 label,
.special-page__filter label.input-group-addon{
    border: none;
    background: transparent;
}

.search-page__bottom-menu__items_item1 select,
.search-page__bottom-menu__items_item2 select,
.my-category__sort_sort select,
.special-page__filter select{
    border: none !important;
    border-bottom: 1px solid #70623333 !important;
    border-radius: 0;
}

.search-page .price-tax{
    display: none;
}

.my-category__sort_sort select{
    border: none !important;
}

.product-page h1{
    font-weight: 600px;
}


.login-page .well{
    background: none;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #70623333;
}

.login-page .my-cart__btn{
    border: 1px solid #70623333 !important;
    background-color: transparent !important;
    color: #706233 !important;
}

.login-page .my-cart__btn:hover{
    background-color: #706233 !important;
    color: #FFFFFF !important; 
}

.login-page .form-group input{
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #7062331A;
    padding: 0;
    border-radius: 0;
}

.login-page .form-group label{
    display: none;
}

.simpleregister legend{
    border:none;
}

.simpleregister .control-label{
    display: none !important;
}

.simpleregister .row-register_newsletter .control-label{
    display: inline-block !important;
}

.modal-dialog{
    width: 100% !important;
    max-width: 540px;
    padding: 25px 50px !important;
}

.modal-header-customer{
    position: relative;
    flex-direction: column-reverse;
}

.modal-header-customer .title-modal{
    font-family: 'Gotham Pro';
    font-size: 28px;
    font-weight: 600;
    line-height: 26.8px;
    text-align: center;
    color: #1F1F1F;
}

.modal-header-customer .close{
    position: absolute;
    right: -35px;
    top: -15px;
}

.modal-body-customer{
    padding: 25px 25px 0px 25px;
}

.modal-body-customer #form-login input#input-email-modal,
.modal-body-customer #form-login input#input-password-modal{
    border: none !important;
    border-bottom: 1px solid #7062334A !important;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.modal-body-customer .login__btn{
    border: none;
    outline: none;
    box-shadow: none;
}

.modal-body-customer .login__btn svg path{
    fill: #000;
}

.input-remember::before{
    top: 3px !important;
    border: 1px solid #000 !important;
    transform: rotate(45deg) !important;
    border-radius: 2px;
}

.input-remember::after{
    background: #706233d4 !important;
    width: 6px !important;
    height: 6px !important;
    left: 4px !important;
    box-shadow: 0 0 6px 0px #706233;
}

.login .forgotten-link,
.simpleregister-have-account a{
    font-family: 'Gotham Pro';
    font-size: 10px;
    font-weight: 400;
    line-height: 9.57px;
    color: #212121 !important;
}

.login .btn{
    font-family: 'Gotham Pro';
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 12.44px !important;
    background: #212121 !important;
    border-radius: 4px !important;
    border: none !important;
    padding: 15px !important;
    transition: .3s;
}
.login .btn:hover{
    background-color: #706233 !important;
}

.final-btn{
    padding: 15px;
    border: 1px solid #706233;
    background-color: #fff;
    color: #706233;
    cursor: pointer;
    border-radius: 4px;
    line-height: 13.4px;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s;
    background: transparent;
    display: block;
    font-weight: 600;
}

.final-btn:hover{
    background-color: #706233;
    color: #fff;
}

.my-category-page .ocf-noUi-handle{
    top: -9px;
    cursor: pointer;
}

.header__mob-menu_title{
    display: none;
}

.header__сatalog_mob-menu .header__mob-menu_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px 20px 25px;
    font-family: 'Gotham Pro';
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color: #706233;
    border-bottom: 1px solid #70623342;
}

.header__сatalog_menu.header__сatalog_mob-menu{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.header__сatalog_menu.header__сatalog_mob-menu .container{
    padding: 0;
}

.header__сatalog_menu.header__сatalog_mob-menu li{
    width: 100%;
}

.header__сatalog_menu.header__сatalog_mob-menu li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: 'Gotham Pro';
    font-size: 14px !important;
    font-weight: 600;
    line-height: 16px;
    padding: 10px 20px 10px 40px !important;
}

.header__mob-menu_close{
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.header__сatalog_menu.header__сatalog_mob-menu .header__mob-menu_drop{
    display: flex;
    left: 0;
    flex-direction: column;
    padding: 0 !important;
    background: #fff !important;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
}

.header__сatalog_menu.header__сatalog_mob-menu #menu .see-all{
    display: block;
}



/*.header__mob-menu_drop .dropdown-inner li{*/
/*    width: 47% !important;*/
/*}*/

.header__сatalog_menu.header__сatalog_mob-menu #menu .dropdown-inner a{
    color: #706233;
}

.header__сatalog_menu.header__сatalog_mob-menu #menu .dropdown-inner{
    max-width: 400px;
    margin: 0px auto;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.header__сatalog_menu.header__сatalog_mob-menu #menu .dropdown-inner a img{
    max-width: 170px;
}

.header__сatalog_menu.header__сatalog_mob-menu #menu .dropdown-inner .list-unstyled{
    justify-content: space-between;
}

.header__сatalog_mob-menu .header__mob-menu_drop .header__mob-menu_title{
    font-size: 12px;
}

.header__сatalog_mob-menu .header__mob-menu_drop .header__mob-menu_title.header__mob-menu_drop-title{
    border: none;
    font-size: 18px;
    width: fit-content;
}

.header__mob-menu_drop-title span{
    display: flex;
    align-items: center;
    gap: 15px;
}

.special-page__filter{
    display: flex;
    justify-content: flex-end;
}



.mob-menu-auth{
    background: #70623308;
    padding: 20px;
    border-top: 1px solid #70623333;
    border-bottom: 1px solid #70623333;
    display: flex;
    align-items: center;
    gap: 7px;
}

.mob-menu-auth__img{
    margin-right: 10px;
}

.mob-menu-auth__link{
    font-size: 14px;
    color: #706233;
    font-weight: 400;
}


.mob-menu-social{
    padding: 20px;
}

.mob-menu-social__title{
    color: #B4B4B4;
    font-size: 14px;
}

.mob-menu-social__items{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}





.mob-menu-whish{
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    border-bottom: 1px solid #70623333;
}

.mob-menu-whish__item{
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color:#706233;
}

.mob-menu-whish__item img{
    padding: 11px;
    width: 24px;
    box-sizing: content-box;
    border-radius: 50%;
    background: #70623308;
    margin-right: 25px;
}

.mob-menu-lang{
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 30px 20px 20px;
    color: #706233;
}

.mob-menu__nav{
    padding: 0 20px 20px;
}

.mob-menu__nav_title{
    font-size: 14px;
    line-height: 16px;
    color: #B4B4B4;
}

.mob-menu__nav_items{
    padding-top: 15px;
    font-family: 'Gotham Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #706233;
}

.buyincredit button:last-child{
    background: #706233 !important;
    border-radius: 4px;
    border: none;
    outline: none;
    font-family: 'Gotham Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 13.4px;
}

.product-page .swiper-pager{
    top: 35%;
}

.mfp-figure .mfp-bottom-bar{
    width: max-content;
}

.product-page__related-title{
    color: #706233;
    font-family: 'Gotham Pro';
    font-size: 23px;
    font-weight: 700;
    line-height: 22.01px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 0 0 #706233;
}

.product-page__btn-addtocart{
    transition: .7s;
}

.product-page__btn-addtocart:hover{
    background: #706233;
    outline: none;
    border: none;
    box-shadow: none;
}

.contact-page__btn{
    background: #706233 !important;
    border: none;
    outline: none;
}

.contact-page__btn:hover{
    background: #000 !important;
}

.contact-page-base .row{
    margin: 0;
}

.contact-page-base .form-group.required{
        margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-page-base .form-group.required .control-label{
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
}

.contact-page-base .form-group.required .col-sm-10{
    padding: 0;
    width: 100%;
}

.contact-page-base .form-group.required .col-sm-10 input,
.contact-page-base .form-group.required .col-sm-10 textarea,
#tab-review .form-group.required input,
#tab-review .form-group.required textarea{
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #7062331A;
    padding: 0;
    border-radius: 0;
}

#tab-review .buttons .pull-right{
    width: 100%;
}

#tab-review #button-review{
    background: #1F1F1F;
    text-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    outline: none;
    font-family: 'Gotham Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 13.4px;
    padding: 17px;
}

.single__product--stock.red{
    color: red;
}

.notify_product{
    background: #706233;
    color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 13.4px;
    border: none;
    outline: none;
    width: 100%;
    justify-content: center;
}

.header__сatalog_arrow i,
.main-category__arrow i,
.header__mob-menu_drop-title span i{
    display: none;
}

.header__сatalog_arrow,
.main-category__arrow{
    width: 12px;
    content: url('https://nailclub-shop.com.ua/image/nail/arrowright.png');
}

.main-category__arrow{
    width: 20px;
}

.header__mob-menu_title span i{
    content: url('https://nailclub-shop.com.ua/image/nail/arrowright.png');
    width: 14px;
    display: inline-flex;
    position: relative;
    top: 1px;
    transform: rotate(180deg);
}

.my-cart__close img{
    width: 30px;
}

.mob-menu-languages{
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 10px;
}




#account-address .btn.btn-danger,
#account-address .btn.btn-info,
#account-address .btn-primary,
#account-address .btn-default{
    background: #1F1F1F;
    text-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    outline: none;
    font-family: 'Gotham Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 13.4px;
    padding: 17px;
    color: #fff;
}

#account-address .btn.btn-info,
#account-address .btn-primary{
    background: #706233;
}

#account-address .btn-default{
    border: 1px solid #000;
    background: transparent;
    color: #000;
}


#product-search .product-layout{
    margin-top: 50px;
    
}

.header__mob-menu_auth,
.header__mob-menu_whish,
.mob-menu-lang,
.mob-menu-languages,
.mob-menu__nav,
.header__mob-menu_socials{
    display: none;
}


.header__desc-menu{
    display: block !important;
}

.header__mob-menu_drop .dropdown-inner li,
.my-menu-dropdown-li .dropdown-menu .dropdown-inner li{
    background-color: transparent;
    border-radius: 5px;
    padding: 15px;
    /* text-align: center; */
    width: 200px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    transition: transform 0.2s;
    display: flex;
    justify-content: center;
}

.header__mob-menu_drop .dropdown-inner li a,
.my-menu-dropdown-li .dropdown-menu .dropdown-inner li a{
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
    gap: 10px;
}

/*.header__mob-menu_drop .dropdown-inner li a img,*/
/*.my-menu-dropdown-li .dropdown-menu .dropdown-inner li a img{*/
/*    border: none !important;*/
/*}*/


.my-category-page__empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
}

.my-category-page .main-banner__search,
.product-page .main-banner__search{
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0px 0 20px;
    
}

/*.home-page .tab-content .caption h4 a{*/
    
/*}*/

.simple-content .row-customer_register .col-sm-8 div{
        display: flex;
        align-items: center;
    }






















select{
    border: 1px solid #70623396 !important;
    outline: none !important;
    box-shadow: none !important;
    font-family: Gotham Pro !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    color: #212121 !important; 
}

.home-page .tab-pane .swiper-container,
.gordost__img_1,
.gordost__img_2,
.main-socials__list_item{
    overflow: hidden;
}

.main-about__img{
    overflow: hidden;
}

.main-about__img img,
.main-socials__list_item img{
    transition: .3s;
    overflow: hidden;
}

.main-about__img img:hover,
.main-socials__list_item:hover img{
    transform: scale(1.2);
}

.header__cart .open .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

.my-category-page__category-list{
    display: flex;
    flex-wrap: wrap;
}



























































































.dropdown-backdrop{
    background: transparrent;
}

.swiper-pagination{
    display: none;
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
    
    height: 200px;
}

*::-webkit-scrollbar-thumb {
    background: #7062338f;
    
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
     box-shadow: 0 0 0 30px #fff inset !important;
}

/*xbii 10.12.24*/
/* Контейнер с категориями */
.category-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; /* Расстояние между блоками */
  justify-content: flex-start; /* Выравнивание в начале */
  margin-top: 20px;
}

/* Блок каждой категории */
.category-block {
    background-color: transparent;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    width: 200px;
    box-shadow: none;
    transition: transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-block:hover {
  transform: scale(1.05); /* Увеличение при наведении */
}

/* Ссылка внутри блока */
.category-block a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* Отступ между изображением и текстом */
}

/* Изображение в блоке */
.category-block img {
  height: auto; /* Поддержка пропорций */
  border-radius: 5px; /* Скругление углов изображения */
  object-fit: cover; /* Обрезка лишнего, чтобы изображение всегда выглядело аккуратно */
  width: 100%; /* Растягивание на ширину блока */
  max-height: 150px; /* Максимальная высота для ограничения размера */
  max-width: 150px;
  border: 1px solid #7062331A;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
    width: 40px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #706233;
    background: transparent;
    color: #706233 !important;
}

/* Медиа-запросы для адаптивности */
@media (max-width: 768px) {
  .category-block {
    width: calc(50% - 10px); /* 2 блока в ряд */
  }
}

@media (max-width: 480px) {
  .category-block {
    width: calc(50% - 25px); /* 2 блока в ряд с большими отступами */
  }
  .category-container {
    gap: 15px; /* Расстояние между блоками */
    justify-content: space-evenly; /* Равномерное выравнивание */
  }
}
.style_name {
    margin-bottom: 10px;
}
.form-groupnn {
    display: flex;
}
.view0_link {
        padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #000;
    margin: 0px 10px 0px 0px;
}
.view1_link {
    border-radius: 5px;
    border: 1px solid #000;
}
.view0_link:hover {
    border-radius: 5px;
    border: 1px solid #706233;
	background: #706233;
	color: #fff;
}
.view0_link:hover a {    
	color: #fff;
}
.btndowfile {
    background: #1F1F1F;
    text-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    outline: none;
    font-family: 'Gotham Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 13.4px;
    padding: 17px;
    width: 100%;
	color:	#fff
}
.btndowfile:hover {
    background: #706233;   
	width: 100%;
	color:	#fff
}



.oformlenny-img{
            display: inline-block;
    width: 110px;
    
}

.simplecheckout_shipping .dost {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 65px; 
    position: relative;
}

.simplecheckout_shipping .dost::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px;
    height: 32px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.simplecheckout_shipping .dost-abroad::before {
    background-image: url('/image/catalog/icon/delivery-truck.svg');
}
.simplecheckout_shipping .dostpl {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 65px; 
    position: relative;
}

.simplecheckout_shipping .dostpl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px;
    height: 32px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.simplecheckout_shipping .dostpl-abroad::before {
    background-image: url('/image/catalog/icon/plan.svg');	
}

.simplecheckout_payment .oplat {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 65px; 
    position: relative;
}

.simplecheckout_payment .oplat::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px;
    height: 32px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.simplecheckout_payment .oplat-abroad::before {
    background-image: url('/image/catalog/icon/cash.svg');
}

.simplecheckout_payment .oplat1 {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 54px; 
    position: relative;
}

.simplecheckout_payment .oplat1::before {
    content: "";
    position: absolute;
        left: 3px;
    top: 50%;
    width: 60px;
    height: 25px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position: center; */
}


.simplecheckout_payment .oplat1-abroad::before {
    background-image: url('/image/catalog/icon/cart.svg');
}


.admin-category-block h4{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.admin-category-block__why b{
    font-size: 16px;
    text-align: center;
    display: block;
}

.admin-category-block__why_list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 15px;
    margin-top: 20px;
}


.admin-category-block__why_item{
    width: 49%;
    backdrop-filter: blur(20px) brightness(1.1);
    -webkit-backdrop-filter: blur(20px) brightness(1.1);
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 20px;
    color: #1e1e1e;
    /* max-width: 320px; */
    /* margin: 20px auto; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;;
}

.admin-category-block__why_item:hover {
  transform: rotateY(4deg) rotateX(4deg) scale(1.03);
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 40px rgba(255, 255, 255, 0.1),
              0 4px 16px rgba(0, 0, 0, 0.3);
}

.admin-category-block__rent{
    display: flex;
    gap: 15px;
    margin: 25px 0 20px;
        flex-wrap: wrap;
}

.admin-category-block__rent_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    border: 1px solid #70623363;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.admin-category-block__rent_item b{
        height: 40px;
}

.admin-category-block__rent_item ul{
    padding: 0;
    list-style: none;
    min-height: 140px;
    margin-bottom: 10px;
}

.admin-category-block__rent_item ul li{
    font-size: 16px;
    line-height: 1.50;
}

.admin-category-block__btn{
        background: #706233;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    width: 160px;
}

.admin-category-block__form-and-contact{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}



.qa-item {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  overflow: hidden;
  transition: all .3s;
}

.qa-item:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.qa-item__question {
  width: 100%;
  padding: 2rem 2.8rem 1.8rem;
  background: none;
  border: none;
  text-align: left;
  font-weight: 600;
  font-size: 1.4rem;
  color: #1a1a1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all .3s;
}

.qa-item__question:hover {
  color: #706233; /* фирменный цвет кнопок */
}

.qa-item__icon {
  font-size: 1.8rem;
  transition: all .3s;
}

.qa-item__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.2rem;
  color: #444;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: all .3s;
}

.qa-item--open .qa-item__answer {
  max-height: 200px; /* достаточно для 2-3 строк текста */
  padding: 1.2rem 2.8rem 1.6rem;
}

.qa-item--open .qa-item__icon {
  transform: rotate(45deg);
}

.admin-category-block__qa b{
    font-size: 21px;
    color: #333;
    padding: 0px 0 20px;
    display: block;
    text-align: center;
}





.admin-category-block__form-and-contact .form__row {
    max-width: 100%;
    padding: 5.5rem 2.5rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.admin-category-block__form-and-contact .form__input {
  flex: 1 1 200px;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.6rem;
  transition: border-color 0.3s;
}

.admin-category-block__form-and-contact .form__input:focus {
  border-color: #a37b48;
  outline: none;
}

.admin-category-block__form-and-contact .form__submit {
    padding: 0.75rem 1.5rem;
    background-color: #706233;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 1.4rem;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 160px;
}

.admin-category-block__form-and-contact .form__submit:hover {
  background-color: #706233b8;
}



.delivery-ukrposhta-text{
    margin-top: 25px;
}

.delivery-ukrposhta-text span{
    font-size: 12px;
}

.ocf-input-group.ocf-slider-input-group{
        display: flex;
    align-items: center;
    gap: 5px;
}

.fa-angles-left.ocf-icon{
    color:#000;
}

.ocf-btn.ocf-btn-default{
    background-color: #706233 !important;
}


.small-star-text{font-size: 12px color:#e7e7e7;}

@media(max-width: 1500px){
    .main-banner__title{
        font-size: calc(43px + (140 - 43) * ((100vw - 360px) / (1500 - 360)));
        line-height: calc(70px + (134 - 70) * ((100vw - 360px) / (1500 - 360)));
    }
    
}




@media(max-width: 991px){
    .main-about{
        flex-direction: column-reverse;
        align-items: center;
        padding: 15px;
    }
    .main-about__text{
        max-width: 100%;
    }
    .main-about__text_up{
        margin-top: 20px;
    }
    .main-about__text h2{
        margin: 10px 0 20px;
        font-size: calc(28px + (48 - 28) * ((100vw - 360px) / (991 - 360)));
        line-height: calc(34px + (42 - 34) * ((100vw - 360px) / (991 - 360)));
    }
    .main-about__text_down p{
        margin: 0;
    }
    .main-about__text_down .anchor-btn{
        margin: 20px 0 10px;
        display: block;
        width: fit-content;
    }
    .main-about__text_up span{
        font-size: 12px;
        
    }
    .main-category .list-group a{
        font-size: calc(28px + (48 - 28) * ((100vw - 360px) / (991 - 360)));
        line-height: calc(28px + (42 - 28) * ((100vw - 360px) / (991 - 360)));
    }
    .main-category__img img{
        width: calc(90px + (230 - 90) * ((100vw - 360px) / (991 - 360)));
    }
    .main-category .list-group{
        margin: 20px 0 0;
        gap: calc(0px + (10 - 0) * ((100vw - 360px) / (991 - 360)));
    }
    .gordost{
        margin: 0;
        max-height: calc(1150px + (1460 - 1150) * ((100vw - 360px) / (991 - 360)));
    }
    .gordost h3{
        top: 3%;
        transform: translate(-50%, -3%);
        width: 100%;
    }
    .gordost .main-about{
        position: relative !important;
        top: -451px !important;
        max-width: calc(350px + (720 - 350) * ((100vw - 360px) / (991 - 360))) !important;
    }
    .gordost__img{
        width: 100%;
    }
    .nav-tabs>li>a{
        margin: 0;
        text-align: center;
    }
    
    .contact-page__content{
        gap: 50px !important;
        flex-direction: column !important;
    }
    
    .contact-page__form,
    .contact-page__contacts{
        width: 100% !important;
    }
    
    .why__items{
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    
    .product-thumb .button-group button{
        opacity: 1;
        visibility: visible;
    }

}






@media(max-width:767px){
    .my-category-page .ocf-content .ocf-header{
        display: flex;
    }
    .container,
    .faq-page__block-content{
        width: 100%;
    }
    .main-banner__treugolnik{
        display: none;
    }
    .main-banner{
        height: 470px;
    }
    .main-banner__img{
        object-fit: cover;
    }
    .main-banner__search{
        padding: 0 20px;
    }
    .main-banner #search .input-lg{
        height: 54px;
    }
    .sites{
        flex-direction: column;
        align-items: center;
    }
    .sites__item{
        max-width: 100%;
    }
    .main-socials__list{
        flex-wrap: wrap;
        gap: 17px;
    }
    .main-socials__list_item{
        width: 47%;
        max-width: 100%;
    }
    .nav-tabs{
        flex-wrap: wrap;
        gap: 0px;
    }
    .footer .row{
        display: flex;
        flex-wrap: wrap;
        row-gap: 50px;
        justify-content: space-between;
        column-gap: 20px;
    }
    .tab-slider-btn-bye{
        position: absolute;
        top: 50px;
        right: 10px;
        padding: 7px !important;
        background: #7062331A !important;
        border-radius: 4px;
        box-shadow: none;
        outline: none;
        color: #706233 !important;
        border: none !important;
        width: 33px !important;
        height: 33px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .tab-slider-btn-wishlist{
        opacity: 1 !important;
        visibility: visible !important;
    }
    .tab-slider-btn-bye img{
        display: block;
    }
    .product-thumb .image a{
        width: 100%;
        height: 165px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-thumb .image a img{
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .product-card-by-btn-text{
        display: none;
    }
    .my-category-page__category-list .product-layout{
        width: 50%;
        float: unset;
    }
    .my-category__sort_catalog{
        display: block;
        width: 50%;
        font-weight: 600;
    }
    .my-category__sort_sort{
        width: 50%;
        border: 1px solid #70623333;
        border-radius: 4px;
    }
    
    .my-category .input-group-addon{
        display: none;
    }
    .my-category .form-control{
        border: 1px solid #70623333;
        border-radius: 4px !important;
        color: #706233;
    }
    .my-category__sort{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
        padding-left: 15px;
        gap: 30px;
    }
    .faq-page__block-hidden{
        display: none;
    }
    
    .header__cart #cart .dropdown-menu{
        max-height: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: translate(0px, 0px);
    }
    .header__cart .my-cart__body{
        flex-direction: column;
    }
    .my-cart__body li{
        width: 100%;
        padding: 15px !important;
    }
    
    .cart-products__product{
        margin: 0;
    }
    
    .my-cart__body .my-cart__total{
        height: 100%;
        background: #7062330D;
        border-radius: 4px;
    }
    
    .my-cart__total_body{
        background: transparent;
    }
    
    .my-cart__body .my-cart__total .my-btn{
        margin: 0 auto;
    }
    
    .my-cart__continue-btn{
        padding: 0px 0 20px;
    }
    
    .product-page__content{
        flex-direction: column;
        position: relative;
        gap: 0;
    }
    
    .product-page__title{
        max-width: 100%;
        order: 2;
        margin: 50px 0 5px;
    }
    
    .product-page__thumb{
        width: 100%;
        order: 1;
        
    }
    
    .product-page__price-info{
        max-width: 100%;
        order: 3;
        position: relative;
        padding-bottom: 25px;
    }
    
    .product-page .product-page__thumb_main-img .thumbnail{
        border: none;
    }
    
    .image-additional-block .image-additional{
        max-width: 78px;
        height: 78px;
    }
    
    .image-additional-block .image-additional .thumbnail{
        width: inherit;
        height: inherit;
    }
    
    .product-page .rating hr{
        display: none;
    }
    
    .stickers_image.productpage{
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .product-page .caption__categorypage{
        display: none;
    }
    
    .product-page .product__page--model{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .product-page .product-page__stock{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .product-page__tabs{
        display: flex;
        flex-direction: column;
        padding: 15px;
        border: none;
        border-bottom: 1px solid #7062331A;
        margin: 50px 0 30px;
        height: 100%;
        max-height: 600px;
    }
    
    .product-page__tabs .nav-tabs{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        
        padding: 10px 0;
    }
    
    .product-page__tabs .nav-tabs>li>a{
        font-size: 15px;
    }
    
    .product-page__tabs .tab-content{
        width: 100%;
        overflow: auto;
        padding: 20px 15px 20px 0px;
    }
    
    .ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header, .ocf-theme-light .ocf-open .ocf-filter-header{
        background-color: #F4F2EE !important;
    }
    .ocf-value-input{
        width: 13px !important;
        height: 13px !important;
        flex: 0 0 13px !important;
    }
    
    .whishlist-page #content,
    .password-page #content,
    .order-history-page #content{
        width: 100%;
        min-height: auto;
    }
    
    .order-history-page__content,
    .wishlist-page__content{
        padding-left: 0;
        border: none;
    }
    
    .header__mob-login .dropdown-menu-right li:nth-child(3),
    .header__mob-login .dropdown-menu-right li:nth-child(4){
        display: none;
    }
    
    .whishlist-page #column-left,
    .password-page #column-left,
    .order-history-page #column-left,
    #account-address #column-left{
        display: flex !important;
        width: 100%;
        flex-wrap: wrap;
    }
    
    .whishlist-page #column-left .list-group-top,
    .password-page #column-left .list-group-top,
    .order-history-page #column-left .list-group-top,
    .whishlist-page #column-left .list-group-bottom,
    .password-page #column-left .list-group-bottom,
    .order-history-page #column-left .list-group-bottom,
    #account-address #column-left .list-group-top,
    #account-address #column-left .list-group-bottom{
            display: flex;
            flex-wrap: wrap;
    }
    
    .whishlist-page .list-group-title,
    .order-history-page .list-group-title,
    .password-page .list-group-title,
    .login-page .list-group-title,
    #account-address #column-left .list-group-title,
    .list-group-title{
        padding: 9px 15px 8px 0;
        margin: 0;
        line-height: 11.48px;
    }
    
    .whishlist-page .product-list .product-thumb .image img{
        object-fit: contain;
        padding: 15px;
    }
    
    #account-address .row,
    #product-search .row
    {
        margin: 0;
    }
    
    #product-search .product-layout{
        padding: 0px;
    }
    
    .search-page__top-menu{
        gap: 20px;
    }
    
    .header__mob-menu_auth,
    .header__mob-menu_whish,
    .mob-menu-lang,
    .mob-menu-languages,
    .mob-menu__nav,
    .header__mob-menu_socials{
        display: block;
    }
    
    .header__сatalog_menu{
        height: auto;
    }
    
    
    .header__сatalog_menu #menu .dropdown-inner .list-unstyled{
    width: 100%;
}


}



@media (max-width: 600px) {
  .admin-category-block__form-and-contact .form__row {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-category-block__form-and-contact .form__input,
  .admin-category-block__form-and-contact .form__submit {
    width: 100%;
  }
}




@media(max-width:500px){
    .main-about__img,
    .main-about__img img{
        width: 100%;
    }
    .footer__contact{
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    .sites__item{
        height: 230px;
    }
    .sites__item_info h3{
        font-size: 28px;
    }
    .sites__item_info img{
        max-width: 56px;
    }
    
    .stickers_image_product .sticker__text{
        font-size: 8px;
    }
    
    .product-page__related-title{
        text-align: left;
        margin-bottom: 20px;
    }
    .contact-page__title{
        font-size: 22px;
        line-height: 27px;
    }
    
    .product-page__tabs .nav-tabs{
        border-right: none;
    }
    
    .header__mob-menu_drop .dropdown-inner li, .my-menu-dropdown-li .dropdown-menu .dropdown-inner li{
            width: 47%;
        
    }
    
    .delivery-ukrposhta-text{
        margin-top: 15px;
    }
    
}

@media(max-width:450px){
    .main-about__text_down .anchor-btn{
        width: 100%;
        text-align: center;
    }
    
    .main-socials h4{
        font-size: 16px;
    }
    
    .main-category{
        margin: 50px 0;
        gap: 15px;
    }
    
    .main-category .list-group a{
        padding: 5px 0;
    }
    
    .footer .row{
        flex-direction: column;
        row-gap: 25px;
    }
    
    .footer__subscribe{
        margin: 20px 0 40px;
    }
    
    .swiper-viewport .swiper-button-prev{
        left: -15px !important;
    }
    
    .swiper-viewport .swiper-button-next{
        right: -15px !important;
    }
    
    #content{
        padding: 0 10px !important;
    }
    
    .tab-content,
    .main-category,
    .sites,
    .main-socials{
        padding: 0 15px;
    }
    
    .main-about{
        margin: 0 15px;
    }
    
    .gordost .main-about,
    .product-page .row,
    .my-category-page__category-list,
    .my-category{
        margin: 0;
    }
    
    .header{
        position: fixed;
        top: 0px;
        z-index: 10;
        background: #fff;
        width: 100vw;
    }
    
    .main-banner__search.fixed{
        position: fixed;
        top: 53px;
        padding: 0;
        z-index: 8;
        left: 0;
    }
    
    .main-banner__search.fixed #search .input-lg{
        padding: 0 50px;
    }
    
    .main-banner__search.fixed #search .input-lg::placeholder{
        color:#B1B1B1;
    }
    
    .main-banner__search.fixed .search__search span{
        right: 70px;
    }
    
    
    
    #information-information .row{
        margin: 53px 0 0;
    }
    
    .contact-page__contacts{
        gap: 25px;
        justify-content: space-between;
    }
    
    .my-category{
        margin-top: 20px;
    }
    
    .jq-more{
        padding: 0 25px;
    }
    
    .product-page .breadcrumb{
        text-align: left;
    }
    
    .product-page .breadcrumb li a{
        font-size: 8px;
    }
    
    .product-page__tabs{
        padding: 0;
    }
    .main-socials{
        margin: 0 0 20px;
    }
    
    .search-page__top-menu_search,
    .search-page__top-menu_category-sort,
    .search-page__top-menu_btn{
        width: 100%;
    }
    
    .product-thumb h4 {
        min-height: 125px;
    }
    
    .simple-content .row-customer_register{
        right: auto;
        left: 0;
        bottom: 120px;
    }
    .simple-content .row-customer_register .col-sm-8 div{
        padding: 15px;
    }
    
    .my-test-table{
        display: flex;
        flex-direction: column;
    }
    .my-test-table .text-right{
        width: 100%;
    display: flex;
    justify-content: center;
    }
    
    
    .list-group-title{
        display: block;
        width: 100%;
    }
    .buyincredit{
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    
    .main-about__text h2 p{
        font-size: 20px;
    line-height: 24px;
    }
    
    .delivery-ukrposhta-text{
        line-height: 1;
    }
    
    .delivery-ukrposhta-text,
    .delivery-ukrposhta-text span{
        font-size: 11px;
    }
}









