/*
Theme Name: Start-Site theme 
Theme URI: https://start-site.by
Author: ssteam
Author URI: https://cms3.ru
Description: Fashion Сlothes
Version: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@charset "utf-8";

body, a{
	font-family: "Montserrat-Regular";
	color: #303030;
}
a:hover{
    color: #000;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Montserrat-Light";
}
ul{
	margin:0;
	list-style: none;
}
button:focus{
	outline:none !important;
}
img{
	height: auto;
    max-width: 100%;
}
.main-color{
	color:#303030 !important;
}
a:hover{
	text-decoration:none;
}
div.blockOverlay {
  background-color: #fff0 !important;
}
.title-section p{
	font-family: "Montserrat-Light";
    font-size: 30px;
    line-height: 37px;
    color: #303030;
}
/* header */
.header-not-home{
	background-color:#303030;
}
.header-sticky{
	position: absolute;
    z-index: 1000;
    padding: 25px 55px;
    width: 100%;
	display: flex;
    justify-content: space-between;
	align-items:center;
	min-height: 90px;
    max-height: 90px;
}
.spacer{
	height: 90px;
	margin-bottom: 75px;
}
.spacer-product{
	height: 90px;
}
.header-left-burger{
	display:flex;
	cursor:pointer;
}
.hamburger-wrap {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
}
.hamburger-wrap>span, .hamburger-wrap>span::before, .hamburger-wrap>span::after {
    display: block;
    position: absolute;
    width: 29px;
    height: 2px;
    background-color: #ffffff;
    z-index: 3;
    border-radius: 30px;
}
.hamburger-wrap>span::before {
    content: '';
    top: -10px;
}
.hamburger-wrap>span::after {
    content: '';
    top: 10px;
}
.open-menu-hampurger .hampurger-btn {
    transform: rotate(45deg);
}
.open-menu-hampurger .hampurger-btn::before {
    top: 0;
    transform: rotate(0);
}
.open-menu-hampurger .hampurger-btn::after {
    top: 0;
    transform: rotate(90deg);
}
.wch-item-title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 27px;
	padding:30px 0 15px 0;
	display: flex;
}
span.arrow.down svg {
    transition: 0.5s;
    transform: rotate(180deg);
}
span.arrow.up svg {
    transition: 0.5s;
}
.no-margin {
    padding: 0px 0 15px 0;
	margin-top: -5px;
}

 .wch-item-category .wch-item-title {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
     .wch-item-category   .wch-item-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease-out, padding 0.5s ease-out;
        }
        .wch-item-content.open {
            max-height: 500px; /* Adjust according to your content height */
            padding: 10px 0; /* Add padding to create smooth transition effect */
        }
span.arrow {
    padding: 5px 0px 0px 0px;
}
.new__cat a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 27px;
}
.new__navmenu {
    padding: 0 55px;
	margin-top: 50px;
}
.wch-item {
    padding: 0 55px;
	    margin-bottom: 0px;
}
.wch-item a{
	color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
	display:block;
	font-family: "Montserrat-Light";
	font-weight: 100 !important;
	margin-bottom:4px;
}
.wrapper-content-humb.active-content .icon_bottom {
    position: fixed;
    width: 25%;
    display: flex;
    justify-content: end;
    bottom: 3%;
}
.icon_bottom svg{
	transform: rotate(90deg);
    opacity: 0.3;
}
ul#menu-menu-site {
    flex-direction: column;
}
.wrapper-header-left {
    display: flex;
    gap: 35px;
    align-items: center;
}
#menu-top-right a{
	font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
ul#menu-top-right {
    gap: 35px;
}
.wrapper-header-right {
    display: flex;
	gap: 85px;
}
.whr-items{
	display:flex;
	gap: 36px;
}
.whr-item {
    display: flex;
    align-items: center;
	position:relative;
}
.wrapper-cart-count {
    color: #303030;
    position: absolute;
    right: -5px;
    bottom: -4px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat-SemiBold";
    font-size: 11px;
}
.whr-item.whr-item-cart a{
	 display: flex;
}
.wrapper-slider img{
	width:100%;
}
/*header lang  */
.trp-language-switcher {
    width: auto;
    height: auto;
}
.trp-language-switcher > div{
	background-color: #fff0;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    background-image: none;
	width: auto !important;
}
.trp-language-switcher > div > a{
	background: none !important;
    padding: 0px !important;
    color: #fff !important;
    border-radius: 0px !important;
}
.trp-ls-shortcode-language{
	padding:0px !important;
}
/*end header lang  */
.header.is-sticky {
  	position: fixed;
  	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
 	background-color: #303030ad;
  	backdrop-filter: blur(10px);
  	animation: slideDown 0.35s ease-out;
}
.page-header.is-sticky button {
  	font-size: 14px;
  	padding: 7px 10px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.ajax_search{
	position: absolute;
    width: 60%;
	margin: 0 auto;
    left: 0;
    right: 0;
	top: -120px;
    visibility: hidden;
    opacity: 0;
	z-index:-30;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.whr-item.whr-item-search:hover{
	cursor:pointer;
}
.ajax_search.search-panel-active {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
    top: 95px;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
    border: 1px solid #dfdfdf !important;
    border-radius: 23px !important;
    padding: 13px !important;
    box-shadow: none !important;
}
/*  */
.wrapper-content-humb {
    position: fixed;
    width: 25%;
    height: 100%;
    left: -25%;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -30;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
	background: rgba(0, 0, 0, 0.85);
	padding-top:90px;
	overflow-y:scroll;
}
.wrapper-content-humb::-webkit-scrollbar {
  display: none !important;
}
.wrapper-content-humb.active-content{
	visibility:visible;
	opacity:1;
	z-index:900;
	left:0;
/* 	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease; */
}
/*  */
/* footer */
footer {
	font-family: "Montserrat-ExtraLight";
    background-color: #303030;
    color: #fff;
	padding: 115px 0 50px 0;
}
.foot-title{
	font-family: "Montserrat-SemiBold";
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 54px;
}
#menu-footer-menu a, .foot-contacts a{
	font-size: 16px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Montserrat-ExtraLight";
}
#menu-footer-menu{
	display: block;
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	list-style: none;
    padding: 0;
}
.foot-contacts{
	display: flex;
	flex-wrap:wrap;
    gap: 30px;
}
.foot-logo{
	display: flex;
    align-items: center;
    justify-content: center;
}
.foot-logo img{
	width:50%;
}
.foot-contacts-item {
    display: flex;
    display: -webkit-flex;
	gap: 15px;
    align-items: center;
}
.section-info-bank {
    margin-top: 76px;
}
.section-info-bank p, .foot-copyright p {
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	margin: 0px;
}
.foot-line{
	margin:21px 0;
	height:1px;
	background-color:rgba(255, 255, 255, 0.12);
}
.foot-copyright a{
	color: rgba(255, 255, 255, 0.6);
    display: block;
    text-align: end;
}
/* section ins */
.wrapper-instagram {
    display: flex;
    flex-wrap: wrap;
}
.wi-item {
    width: calc(100% / 6);
    height: 320px;
}
.wi-item img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.wi-item-background{
	background-color:#303030;
}
.wi-item.wi-item-background.wi-item-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wi-item-change{
	background-size:cover;	
	background-position: center;
	background-repeat:no-repeat;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.hide_backg {
    opacity: 0;
}
/* home page cat */
.wrapper-category{
	display: flex;
    flex-direction: row;
}
.wrapper-category .wc-item{
	flex-grow: 1;
    flex-shrink: 1;
}
.wc-item.wc-right-column {
    display: flex;
    flex-wrap: wrap;
}
.wc-right-item {
    width: 50%;
	height: 605px;
}
.wc-right-item img, .wc-left-column img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.wc-left-column{
	height: 1210px;
    width: 100%;
}
.wc-item, .wc-right-item {
    position: relative;
	overflow: hidden;
	will-change: transform;
    transform-origin: center center;
}
.wc-right-item img, .wc-item.wc-left-column img{
	-webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
}
.wc-right-item img:hover, .wc-item.wc-left-column img:hover{
	transform: scale(1.1);
	-webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
	cursor:pointer;
}
.wc-right-item::after {
    display: block;
    width: 100%;
    height: 7em;
    position: absolute;
    background: -webkit-linear-gradient(90deg, #000000,#ffffff);
    background: linear-gradient(0deg, #000000b8, #00000073,#00000038, #00000000);
    content: "";
    bottom: 0;
    z-index: 9;
}
.wc-title .wc-name{
	transition: all 1.5s ease;
}
.wc-right-item img:hover ~ .wc-title .wc-name {
	display: flex;
    position: relative;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
	transform:translate(25px,0px);
}
.wc-item.wc-left-column img:hover ~ .wc-title .wc-name{
	display: flex;
    position: relative;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
	transform: translate(0px,50px);
}
.wc-title {
    position: absolute;
    z-index: 10;
    bottom: 24px;
    width: 100%;
    text-align: center;
}
.wc-title a{
	text-transform: uppercase;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 37px;
    font-family: "Montserrat-ExtraLight";
	text-decoration: none !important;
	display:inline-flex;
	align-items: center;
}
.wc-title .wc-svg{
	padding-left:30px;
}
.wc-title.right-dir {
	width: 130px;
    top: 0;
    right: 0;
}
.wc-title.right-dir a{
	font-size: 70px;
	line-height: 130px;
	writing-mode: vertical-rl;
    transform: scale(-1);
    height: 100%;
    display: flex;
}
.wc-title.right-dir a .wc-svg{
	transform: scale(-1);
	padding: 0 0 75px 0;
	
}
/* woo page */
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
	display:none;
}
.woocommerce ul.products{
    display: flex;
    flex-wrap: wrap;
	margin:0px;
	gap: 1rem;
}
.pw-title{
	font-family: "Montserrat-SemiBold";
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: 23px 0 11px 0;
}
.clear-top{
	margin:0 0 11px 0;
}
.pw-price{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
/* Product slider */
.product-slider {
    position: relative;
}
.product-image-wrap{
	display:none;
	width: 100%;
    height: 100%;
/* 	position: relative;
    height: auto; */
}
section.related.products{
	width:100%;
}
.product-image-wrap.active{
	display:block;
}
.product-wrapper{
	flex: 0 1 calc((100% / 3) - 0.67rem);
	position: relative;
	margin-bottom: 80px !important;
}
a.wrap-mouse-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
}
.wme-item {
    position: relative;
    width: 100%;
    height: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}
.product-images-lines {
    position: absolute;
    left: 4px;
    bottom: 4px;
    right: 4px;
    display: flex;
    flex-direction: row;
    gap: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.wrap-mouse-effect:hover + .product-images-lines{
	visibility: visible;
    opacity: 1;
}
.pil-item.active {
    opacity: 1;
}
.pil-item{
	width: 100%;
    background: #FFFFFF;
    border-radius: 1px;
    flex-grow: 1;
    flex-shrink: 1;
    height: 2px;
    opacity: .4;
}
.product-image-wrap img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.product-images-wrapper{
	height:800px;
	overflow:hidden;
}
/* woo other pages */
.woocommerce-info {
    border-top-color: #3030301f;
	text-align: center;
}
.page-title{
	text-align:center;
	margin-bottom: 45px;
}
.woocommerce-info::before{
	color:#3030301f;
}
.archive.woocommerce ul.products{
	gap: 1rem;
}
.archive.tax-product_cat .product-wrapper{
/* 	width: calc(100% / 4); */
	flex: 0 1 calc((100% / 4) - 0.75rem);
}
.archive.tax-product_cat .product-images-wrapper{
	height: 600px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #303030;
	font-size: 16px;
    line-height: 20px;
    text-align: center;
}
/*  */
.container-no-padding{
	padding-left:0px;
	padding-right:0px;
}
.container-no-padding > .row{
	margin:0px;
}
.container-no-padding > .row >.col-12{
	padding-left:0px;
	padding-right:0px;
}
.woocommerce-breadcrumb{
	padding:0 55px !important;
	text-align:center;
}
.wrapper_related_product .related.products h2{
	margin: 98px 0 45px 0;
    font-size: 32px;
    font-family: "Montserrat-Medium";
    text-align: center;
}
/* woo product page */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width:50%;
	margin-bottom: 0px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width:50%;
	padding:128px 91px 0 91px;
	position: sticky;
    top: 40px;
    height: 100%;
}
.single.single-product section.related.products{
	float:left;
}
.single.single-product .woocommerce-breadcrumb{
	padding:0 !important;
	text-align:left;
	margin-bottom: 24px;
}
h1.product_title.entry-title {
    font-family: "Montserrat-Medium";
	margin-bottom: 39px;
}
.single.single-product div.product p.price, .single.single-product div.product span.price{
	text-align: left;
    font-size: 25px;
    line-height: 20px;
	margin-bottom:30px;
}
.table_razmer{
	font-family: "Montserrat-Light";
	font-weight: 100 !important;
	display:block;
	font-size: 16px;
	margin-bottom:30px;
	text-decoration-line: underline;
	width: max-content;
}
.modal-table-razmer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.modal-table-razmer {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background-color: #1122338f;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.modal-table-razmer.open_table {
    z-index: 9999999;
    visibility: visible;
    opacity: 1;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.mtr-wrapper {
    background-color: #fff;
    width: 570px;
    position: absolute;
    left: 50%;
	top:50%;
    transform: translate(-50%, -50%);
    border-radius: 56px;
    padding: 45px 30px;
    text-align: center;
}
.overflow-mtr {
    overflow-y: hidden;
}
.mtr-close {
    position: absolute;
    right: 30px;
    top: 20px;
	cursor:pointer;
}
.modal-table-razmer table {
    width: 100%;
}
.product-table-razmer tbody tr{
	background: rgba(244, 244, 244, 0.31);
}
.product-table-razmer tbody tr:first-child{
	background: rgba(244, 244, 244, 0.56);
}
.product-table-razmer tbody tr td{
	padding: 10px 0;
}
.mtr-content .product-table-title{
	margin:45px 0;
}
.mtr-content .product-table-title:first-child{
	margin:0 0 45px 0;
}
.woocommerce div.product form.cart .button{
	padding: 20px 53px;
    background: #303030 !important;
    font-size: 16px;
    font-family: "Montserrat-Light";
    text-transform: uppercase;
	border-radius: 0px !important;
 	font-weight:100 !important; 
}
.woocommerce div.product form.cart{
	margin-bottom:30px;
}
/* accordion(old tab) */
.wrapper_prod_tab {
    width: 60%;
}
.wpt-item {
    position: relative;
}
.wpt-item-title {
    padding: 11px 27px;
    background: rgba(248, 248, 248, 0.44);
}
.wpt-item-content {
    display: none;
	padding: 40px 0;
}
.wpt-item-svg {
    position: absolute;
    right: 27px;
    top: 14px;
	transition: all 0.5s;
}
.wpt-item.accordion__item.js-accordion-item.active .wpt-item-svg {
    transform: rotate(-45deg);
    transition: all 0.5s;
}
.wpt-item-svg svg {
    width: 15px;
    height: 15px;
    fill: #303030;
    stroke: #303030;
    cursor: pointer;
    transform: rotate(45deg);
}
/*end  */
button:hover{
	background-color:#303030 !important;
}
.promagnifier:hover{
	background-color:inherit !important;
}
.woocommerce div.product form.cart .variations th.label {
    display: none !important;
}
.vi_wpvs_variation_form:not(.vi_wpvs_loop_variation_form) .vi-wpvs-variation-wrap-wrap .vi-wpvs-variation-wrap{
	gap:10px;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap{
	margin:0px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
	line-height:0;
}
.woocommerce div.product form.cart .variations{
	margin-bottom:30px;
}
.woocommerce div.product form.cart .reset_variations{
	 position: relative;
	 top: 12px;
}
.woocommerce .product.type-product{
	display: flex;
    height: 100%;
    width: 100%;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default{
	border: 1px solid #C7C7C7;
}
.vi-wpvs-variation-style{
	margin-bottom:30px !important;
}
.woocommerce div.product form.cart .variations .vi-wpvs-variation-style:last-child{
	margin-bottom:0px !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child{
	width:100%;
}
.woocommerce-product-gallery__wrapper img{
	cursor:pointer;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	width: 50%;
    height: 600px;
}
.woocommerce div.product div.images img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-item-variation {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #3030303d!important;
}
td.label.iconic-wlv-variations__label {
    display: none !important;
}
.iconic-wlv-terms{
	margin:0px;
}
.iconic-wlv-terms__term {
    margin: 0 10px 0 0;
}
table.variations.iconic-wlv-variations {
    margin-bottom: 30px;
}
/*end woo product page  */
/* modal open gallery product */
.modal-catalog-product{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: scroll;
	transition: all 0.5s ease;
}
.active_modal_gallery{
	opacity:1;
	visibility:visible;
	z-index:99999999;
	transition: all 0.5s ease;
}
.mcp-item-fullimg{
	width: 100%;
    position: relative;
    z-index: 10;
}
.mcp-item-image{
	min-height: 800px;
}
.mcp-item-image img{
	width:100%;
}
.mcp-close {
    position: fixed;
    z-index: 99999;
    right: 50px;
    top: 50px;
    cursor: pointer;
}
.mcp-close svg{
	width: 50px;
    height: 50px;
}
.mcp-item-ltimg {
    position: fixed;
    left: 50px;
    top: 50px;
    z-index: 99999;
    width: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mcp-item-imageLt {
    width: 100%;
    height: 60px;
	cursor:pointer;
}
.mcp-item-imageLt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mcp-item-imageLt.active {
    opacity: 0.2;
    transition: 1s;
}
.woocommerce div.product .product_title{
	text-align:left;
}
/*  */
p#breadcrumbs {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676;
    text-align: center;
}
h1.entry-title {
    text-align: center;
    margin-bottom: 34px;
}
/* account */
nav.woocommerce-MyAccount-navigation {
    padding: 61px 33px;
    border-radius: 25px;
    border: 1px solid rgba(177, 177, 177, 0.11);
    background: rgba(246, 246, 246, 0.57);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
	position:relative;
	margin-bottom: 13px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-child{
	margin-bottom: 0px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
	font-family: "Montserrat-Medium";
	font-size: 18px;
    color: #575757;
	position:relative;
}
.woocommerce-MyAccount-navigation ul{
	padding:0px;
}
.woocommerce-MyAccount-content {
    border-radius: 25px;
    padding: 61px 33px;
    border: 1px solid rgba(177, 177, 177, 0.11);
    background: rgba(246, 246, 246, 0.57);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.woocommerce-MyAccount-content .woocommerce-address-fields p.form-row{
	display:flex;
	flex-direction:column;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	border-radius: 50px;
    border: 1px solid rgba(190, 190, 190, 0.21);
    background: #FFF;
    padding: 10px;
}
.u-column1.col-1.woocommerce-Address {
    width: 100% !important;
    max-width: 100% !important;
}
p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last, .form-hide {
    display: none !important;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
    position: relative;
	width:100%;
}
.woocommerce-billing-fields .form-row{
	display: flex;
    flex-direction: column;
}
div#payment {
    padding: 61px 33px;
	border-radius: 25px !important;
	order: 3;
    margin-top: 45px;
}
.woocommerce-checkout-payment >div, .woocommerce-checkout-payment > ul{
	padding: 0px !important;
    margin: 0 0 30px 0 !important;
}
.change-info-account {
    font-size: 10px;
    line-height: 12px;
    text-decoration-line: underline;
    position: absolute;
    right: 15px;
    bottom: 17px;
    z-index: 30;
}
.content-form-first-name:before, .content-form-email:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.visible_change_acc.content-form-first-name:before, .visible_change_acc.content-form-email:before{
	z-index:-1;
}
.visible_change_acc .change-info-account {
    display: none;
}
tr.cart-subtotal {
    display: none !important;
}
legend {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    padding: 15px 0;
}
span.password-input {
    display: block;
    width: 100%;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
	display:none !important;
}
.woocommerce-account button.woocommerce-Button.button.wp-element-button, .woocommerce-account .woocommerce-Button.button{
	border-radius: 50px;
	border: 1px solid rgba(190, 190, 190, 0.21);
	background: #5C5C5C !important;
	color:#fff !important;
	padding: 10px 36px;
	font-weight:400;
}
td.product-quantity,th.product-quantity {
    display: none;
}
.woocommerce form .form-row label{
	color: #575757;
    font-size: 13px;
}
li.woocommerce-MyAccount-navigation-link.is-active a:before {
    position: absolute;
    content: '';
    height: 30px;
    width: 31px;
    z-index: 99;
    right: -40px;
	top:-3px;
    background-image: url(/wp-content/uploads/2023/06/account-line.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.account-hi span {
    font-family: "Montserrat-Medium";
    font-size: 18px;
}
.woocommerce table.shop_table {
    border: 0px;
}
.woocommerce table.shop_table th .nobr{
	font-size: 18px;
    font-family: "Montserrat-Medium";
	font-weight:500;
}
.woocommerce-account h1.entry-title {
    text-transform: uppercase;
}
.woocommerce table.my_account_orders .button{
	border-radius: 50px;
    border: 1px solid rgba(190, 190, 190, 0.21);
    background: #5C5C5C;
    color: #fff;
}
.woocommerce table.shop_table td{
	border-top:0px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
	padding:10px;
}
button.button.wp-element-button{
	border-radius: 50px;
    border: 1px solid rgba(190, 190, 190, 0.21);
    background: #5C5C5C !important;
    color: #fff !important;
	font-weight: 100 !important;
}
/* cart */
.woocommerce-cart button.button.wp-element-button{
	display:none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	margin: 0 auto;
    float: none;
	width:50%;
}
.cart_totals.calculated_shipping h2{
	text-align:center;
}
a.checkout-button.button.alt.wc-forward.wp-element-button{
	border-radius: 50px;
    border: 1px solid rgba(190, 190, 190, 0.21);
    background: #5C5C5C !important;
    color: #fff !important;
    padding: 10px 36px;
}
.button.alt.wc-forward.wp-element-button{
	font-weight:400 !important;
	border-radius: 50px!important;
    border: 1px solid rgba(190, 190, 190, 0.21)!important;
    background: #5C5C5C !important;
    color: #fff !important;
    padding: 10px 36px!important;
}
.row.checkout-row {
    gap: 2%;
    justify-content: space-between;
	margin: 0 0 45px 0;
}
div.checkout-item {
    padding: 61px 33px;
    width: 48%;
    border-radius: 25px;
    border: 1px solid rgba(177, 177, 177, 0.11);
    background: rgba(246, 246, 246, 0.57);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
/* 404 */
.content-not-found, .cnf-left{
    display: flex;
    display: -webkit-flex;
	justify-content:center;
}
.cnf-left{
	padding: 110px 0px;
}
.cnf-numb{
	display:block;
	font-size: 318px;
	font-family: "Montserrat-SemiBold";
	line-height: 234px;
}
.cnf-right {
    border-radius: 90px;
    background-color: #303030;
    color: #fff;
    display: flex;
    display: -webkit-flex;
	padding: 110px 0px;
}
.cnf-right-text{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding:10px 100px;
}
.cnf-right-text p{
	font-size: 22px;
	margin:0px;
}
/* search */
.content-seacrh {
    display: flex;
    flex-wrap: wrap;
	gap:15px;
}
.content-seacrh .content-search-item{
	width:calc(100% / 4);
}
.csi-img{
	width: 100%;
    height: 100%;
}
.csi-img img{ 
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-seacrh .content-search-item {
    width: calc(100% / 4 - 15px);
    position: relative;
}
.csi-title {
    position: absolute;
    bottom: 0;
    z-index: 999;
    color: #fff;
    background-color: #30303073;
    width: 100%;
    text-align: center;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.csi-title a {
    font-size: 19px;
    margin: 0px;
    color: #fff !important;
    font-family: "Montserrat-ExtraLight";
}
/*  */
.woocommerce-order-received .woocommerce-order{
	padding: 61px 33px;
    width: 100%;
    border-radius: 25px;
    border: 1px solid rgba(177, 177, 177, 0.11);
    background: rgba(246, 246, 246, 0.57);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.woocommerce-order-received .woocommerce-order address{
	border:0px;
}
.return-to-shop a{
	border-radius: 50px !important;
    border: 1px solid rgba(190, 190, 190, 0.21) !important;
    background: #5C5C5C !important;
    color: #fff !important;
    padding: 10px 36px !important;
}
a.edit {
    border-radius: 50px;
    border: 1px solid rgba(190, 190, 190, 0.21);
    background: #5C5C5C !important;
    color: #fff !important;
    padding: 10px 36px;
}
.woocommerce-message, .woocommerce-error {
	margin: 0 auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    z-index: 9999;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    border: 1px solid rgba(177, 177, 177, 0.11);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.woocommerce-cart .woocommerce-message{
	flex-wrap: nowrap;
}
.woocommerce-message li, .woocommerce-error li{
    line-height: 19px;
	width:100%;
}
.woocommerce-message a, .woocommerce-error a {
    border-radius: 50px !important;
    border: 1px solid rgba(190, 190, 190, 0.21) !important;
    background: #5C5C5C !important;
    color: #fff !important;
    padding: 10px 36px !important;
    font-weight: 400 !important;
	order:2;
	margin-left: 20px !important;
}
.woocommerce-error::before, .woocommerce-message::before{
	top:22px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    font-weight: 100;
	background-color: #303030 !important;
}
/* selcet */
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0px;
    top: 7px;
}
.select2-container .select2-selection--single{
    height: 40px !important;    border-radius: 50px;
    border: 1px solid rgba(190, 190, 190, 0.21);
    background: #FFF;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px !important; right:10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
    border-radius: 50px;
    border: 1px solid rgba(190, 190, 190, 0.21);
    background: #FFF;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 50px;
    border: 1px solid rgba(190, 190, 190, 0.21);
    background: #FFF;
    height: 40px;
}
/* about */
.wrapper-section-about {
    display: flex;
    flex-wrap: wrap;
	position:relative;
}
.wrapper-section-about p{
	margin:0px;
	font-size:20px;
	line-height: 24px;
}
.section-about-item {
    position: absolute;
    width: 100%;
    top: 20px;
    display: flex;
    gap: 30px;
    height: 90px;
    align-items: center;
}
.section-about-second {
    display: flex;
    display: -webkit-flex;
	width: 100%;
    justify-content: space-between;
	padding: 0px 60px 100px 60px;
}
.section-about-logo {
    display: flex;
    justify-content: end;
}
.section-about-logo img{
	width:60%;
}
.about-second-item.about-second-first {
    padding-top: 130px;
	width:37%;
}
.about-second-item.about-second-third{
	width:30%;
}
.section-about-welcome{
	width:46%;
}
.about-second-item.about-second-middle {
    width: 40%;
    padding-top: 180px;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-middle-item-fr{
    position: absolute;
    right: -90px;
    width: 85%;	
}
.about-middle-item-sc{
	position: absolute;
    right: 0;
    bottom: 0;
}
.wrapper-section-team {
    display: flex;
    display: -webkit-flex;
    margin-top: 110px;
}
.about-middle-btn {
    display: flex;
    position: absolute;
    top: -65px;
    left: -55px;
    gap: 15px;
    align-items: center;
}
.about-middle-btn a{
	font-size: 24px;
}
div#wrapper-section-team {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 110px auto 0 auto;
    gap: 40px;
}
.section-team-item-img {
    width: 354px;
}
.st-content{
	width: calc(100% - 394px);
    display: flex;
    align-items: center;
    font-size: 20px;
}
.st-content-left{
	    width: calc(100% - 394px);
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

/*  */
#customer_login {
    display: flex;
    justify-content: center;
}
#customer_login h2{
	text-align: center;
    font-size: 25px;
    line-height: 48px;
    font-family: "Montserrat-Medium";
}
#customer_login .woocommerce-form-login, #customer_login .woocommerce-form-register{
	padding: 61px 33px;
    border-radius: 25px;
    border: 1px solid rgba(177, 177, 177, 0.11);
    background: rgba(246, 246, 246, 0.57);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10)
}
#customer_login button.woocommerce-button.button.woocommerce-form-login__submit{
	border-radius: 50px;
    border: 1px solid rgba(190, 190, 190, 0.21);
    background: #5C5C5C !important;
    color: #fff !important;
    padding: 10px 36px;
    font-weight: 400;
    width: 100%;
}
#customer_login .woocommerce-privacy-policy-text p{
	font-size:10px;
}
/*  */
.woocommerce-cart .cross-sells{
	display:none;
}
.woocommerce-cart .woocommerce table.shop_table .button{
	display:none;
}
.woocommerce-cart a.checkout-button{
	background-color: #303030 !important;
}
.container.container-small {
    max-width: 1000px;
}


        .wrapper-slider {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .wrapper-slider img {
            width: 100%;
            height: auto;
        }

        @media (min-width: 768px) {
            .wrapper-slider img {
                width: auto;
                height: 100vh;
                        width: 100%;
        object-fit: cover;
                object-position: center;
            }
        }

@media (min-width: 1300px){
	.container {
    	max-width: 1680px;
	}
}
@media (max-width: 1300px){
	.wc-title a{
		font-size:27px;
	}
	.section-about-second{
		padding: 0 0 150px 0;
	}
}
@media (max-width: 1200px){
	.foot-title{
		padding-top:115px;
	}
	footer .col-lg-6{
		text-align:center;
	}
	.section-info-bank p, .foot-copyright p, .foot-copyright a{
		text-align:center;
	}
	.section-info-bank img{
		display:block;
		margin:0 auto;
	}
	.wrapper_prod_tab{
		width:100%;
	}
	.cnf-numb{
		font-size: 200px;
		line-height: 180px;
	}
	.cnf-right-text{
		padding: 10px 35px;
	}
	.wrapper-content-humb, .wrapper-content-humb.active-content .icon_bottom{
		width: 35%;
	}
	.section-about-logo{
		width:35%;
	}
	.section-about-logo img{
		width:100%;
	}
	.wrapper-section-about p{
		font-size:17px;
	}
	.section-about-second{
		padding: 0 0 220px 0;
	}
	.about-middle-item-sc{
		right:-40px;
	}
	div#wrapper-section-team{
		width:100%;
	}
}
@media (max-width: 992px){
	.product-images-wrapper{
		height:500px;
	}
	.wc-left-column{
		height:700px;
	}
	.wc-right-item{
		height:350px;
	}
	.wc-title.right-dir a {
    	font-size: 42px;
	}
	.wc-title .wc-svg{
		display:none;
	}
	.wc-right-item img:hover + .wc-title .wc-name{
		transform: translate(0px,0px);
	}
	.wi-item{
		height:200px;
	}
	.foot-contacts{
		flex-direction: column;
    	gap: 0;
	}
	footer{
		padding: 60px 0 50px 0;
	}
	.foot-title{
		padding-top:60px;
	}
/* 	 */
	.archive.tax-product_cat .product-wrapper{
		flex: 0 1 calc((100% / 3) - 0.75rem);
	}
/* 	 */
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
		height:400px;
	}
	.cnf-numb{
		font-size: 140px;
	}
	.content-seacrh .content-search-item{
		width: calc(100% / 3 - 15px);
	}
	.wch-item {
    	padding: 0 25px;
	}
	.wrapper-content-humb, .wrapper-content-humb.active-content .icon_bottom {
    	width: 50%;
	}
	.section-about-welcome {
    	width: 100%;
    	background-color: #ffffff5c;
    	border-radius: 20px;
	}
	.about-second-item.about-second-middle{
		padding-top: 130px;
	}
	.about-middle-item-fr {
    	right: -70px;
    	width: 100%;
	}
	.about-middle-item-sc {
    	right: -100px;
    	bottom: -80px;
	}
	.section-team-item-img{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.st-content{
		width:100%;
	}
}
@media (max-width: 767px){
	.new__navmenu {
    padding: 25px 0px 0 25px;
    margin-top: 50px;
}
	.header-sticky{
		padding: 25px 20px;
		background-color: #000000 !important;
	}
	.whr-menu {
   		display: none;
	}
	.product-images-wrapper{
		height:350px;
	}
	.wi-item {
    	width: calc(100% / 3);
	}
	.wrapper-header-left, .whr-items{
/* 		gap:20px; */
		gap:10px;
	}
	.product-wrapper{
/* 		width: calc(100% / 2); */
		flex: 0 1 calc((100% / 2) - 0.67rem);
	}
	.woocommerce-breadcrumb{
		padding:0 20px !important;
	}
/* 	 */
	.archive.tax-product_cat .product-wrapper{
/* 		width: calc(100% / 2); */
		flex: 0 1 calc((100% / 2) - 0.75rem);
	}
	.archive.tax-product_cat .product-images-wrapper{
		height:350px;
	}
/* 	 */
	.woocommerce .product.type-product{
		flex-direction:column;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
		width:100%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width:100%;
		position:relative;
		top:0;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
		width: calc(100% / 4);
		height: 140px;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
		justify-content:center;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		padding: 30px 20px;
	}
	.single.single-product .woocommerce-breadcrumb, h1.product_title.entry-title, .woocommerce div.product .product_title{
		text-align:center;
	}
	.table_razmer{
		margin:0 auto;
	}
	.single.single-product div.product p.price, .single.single-product div.product span.price{
		text-align:center;
	}
	table.variations.iconic-wlv-variations {
    	margin: 30px auto;
	}
	.vi_wpvs_variation_form:not(.vi_wpvs_loop_variation_form) .vi-wpvs-variation-wrap-wrap, .vi_wpvs_variation_form:not(.vi_wpvs_loop_variation_form) .vi-wpvs-variation-wrap-wrap .vi-wpvs-variation-wrap{
		text-align:center !important;
	}
	.woocommerce div.product form.cart .button{
		width: 100%;
    	text-align: center;
	}
	.mcp-item-image {
    	min-height: auto;
	}
	.cnf-numb{
		display:none;
	}
	.cnf-right{
		text-align:center;
		padding: 50px 0px;
	}
	.content-seacrh .content-search-item{
		width: calc(100% / 1 - 15px);
	}
	.row.checkout-row {
    	flex-direction: column;
	}
	div.checkout-item{
		width:100%;
	}
	div#customer_details {
    	margin-bottom: 45px;
	}
	.woocommerce-billing-fields h3, h3#order_review_heading {
    	text-align: center;
	}
	.wrapper-content-humb, .wrapper-content-humb.active-content .icon_bottom{
		width:100%;
	}
	.wch-item{
		text-align:center;
	}
	.pcm_item-child ul {
		width: 220px;
		padding: 0px;
		margin: 0 40px 0 auto;
	}
	#menu-footer-menu{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.foot-contacts{
		justify-content: center;
    	align-items: center;
	}
	.mob-center{
		justify-content:center;
	}
	.section-about-item{
		position: inherit;
		flex-direction: column;
		top: 0;
		height: auto;
		text-align: center;
		padding-bottom: 30px;
	}
	.section-about-logo{
		width:100%;
	}
	.about-second-item.about-second-first, .about-second-item.about-second-third{
		width:100%;
		padding-top: 0px;
	}
	.section-about-second{
		flex-direction: column;
    	justify-content: start;
		padding:0px;
		gap:30px;
	}
	.about-second-item.about-second-middle{
		width: 100%;
		padding: 0px;
		transform: inherit;
		position: inherit;
	}
	.about-middle-item.about-middle-item-fr{
		right: 0;
		position: inherit;
		width: 100%;
	}
	.about-middle-item.about-middle-item-sc{
		display:none !important;
	}
	.about-second-item.about-second-third {
    	display: flex;
    	justify-content: center;
	}
	#customer_login{
		flex-direction:column;
	}
	#customer_login .u-column1.col-6, #customer_login .u-column2.col-6 {
		width:100%;
		max-width:100%;
	}
	.wrapper-category{
		flex-direction:column;
	}
	.overflow_mob{
		overflow:hidden;
	}
	.wc-item.wc-left-column a{
		color:#fff !important;
	}
	.wrapper-slider{
		padding-top:70px;
	}
	.mtr-wrapper{
		padding: 10px;
		border-radius: 11px;
		width: 340px;
		font-size: 14px;
	}
	.modal-table-razmer table{
		width: 100% !important;
    	min-height: 126px !important;
	}
	.mtr-close{
		right: 0px;
   		top: -18px;
	}
	.mtr-close svg{
		width:30px;
	}
}



























/*WordPress Core*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}
