/*
 Theme Name:   Название вашей дочерней темы
 Template:     hello-elementor

*/
body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.woocommerce {
	color: #000;
}
.woocommerce-additional-fields {
	display:none;
}
#place_order {
	background-color: #fccc07;
    color: #1c1c1c;
    border-radius: 0;
    padding: 15px 25px;
}

.category-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

.category-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.cart-header {
	font-weight: 700;
    font-size: 45px;
    color: #000;
    margin: 50px 0;
}

.cart-list-head {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.cart-list-head p {
	width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #c5c5c5;
}
.cart-list-head>p:nth-child(2) {
	text-align: center;
}
.cart-list-head>p:nth-child(3) {
	text-align: right;
}

.cart-list-item {
	margin: 8px 0;
    background-color: #fff;
    width: 100%;
    min-height: 135px;
    padding: 20px 20px 30px;
    display: flex;
    position: relative;
}
.cart-list-item .item-name a{
	font-size: 16px;
    font-weight: 500;
	color: #1c1c1c;
	text-decoration:none !important;
}
.cart-list-item .item-name {
	max-width: 223px;
	margin-left: 50px;
}
.cart-list-item .price {
	font-size: 20px;
    font-weight: 700;
}
.cart-list-item .amount-text {
	font-size: 18px;
    font-weight: 600;
	height: 30px;
}
.cart-list-item img {
    width: 96px;
    height: 85px;
}

.cart-list-item .price {
    margin-left: auto;
    transform: translate(0, 25%)
}

.cart-list-item .amount {
    position: absolute;
    right: 49%;
    transform: translate(0, 80%);
	display: flex;
}
.cart-list-item .amount-text input::-webkit-inner-spin-button,
.cart-list-item .amount-text input::-webkit-outer-spin-button,{
	-webkit-appearance: none;
	margin 0;
}
.cart-list-item .amount-text input {
	border: none;
	-moz-appearance: textfield;
	height: 30px;
}

.cart-list-item .product-remove {
	position: absolute;
	top: 0;
	right: 0;
}

.cart-list-item button.plus, button.minus {
    padding: 6px;
    border: none;
	border-radius: 0;
	width: 30px;
    height: 30px;
}
.cart-list-item button.plus {
    color: #fff;
    background-color: #1c1c1c;
}
.cart-list-item button.plus:hover {
    color: #fff;
    background-color: #1c1c1c;
}
.cart-list-item button.minus {
	background-color: transparent;
}
.cart-list-item button.minus:hover {
	background-color: transparent !important;
}
.cart-list-item button.plus img {
    color: #fff;
}
.cart-list-item button.plus img, button.minus img {
    width: 18px;
    height: 18px;
}

.woocommerce a.remove {
	color: black !important;
}
.woocommerce a.remove:hover {
	color: black !important;
	background-color: transparent;
}
.totals {
	max-width: 474px;
    margin-left: auto;
}
.totals .accordeon {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 24px;
    width: 100%;
	display:flex;
	justify-content: space-between;
}
.cart-additional .confirm a {
    background-color: #FCC007 !important;
    padding: 20px 61px;
	border-radius: 0;
    color: #1c1c1c !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.cart-additional {
	margin: 40px 0 76px;
	display: flex;
	justify-content: space-between;
}
.cart-additional .ac-price {
	margin-left: auto;
}
.cart-additional .coupon {
	max-width: 438px;
	height: 62px;
	display: flex;
	border: 1px solid transparent;
}
#coupon_code {
	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
	color: #C5C5C5;
	border: none;
	padding: 8px 0 8px 20px;
}
.cart-additional .coupon:hover {
	border: 1px solid #000;
}
.cart-additional .coupon button {
	background-color: #000;
	padding: 15px;
	width: 62px;
	border-radius: 0;
}
.cart-additional .coupon button:hover {
	background-color: #000;
}
.cart-additional .coupon.active button {
	background-color: #FCC007;
	padding: 15px;
	width: 62px;
	border-radius: 0;
}
@media (max-width: 768px) {
	.cart-additional {
		flex-direction: column;
	}
	.cart-list-head {
		display: none;
	}
	.cart-list-item img {
		width: 76px;
		height: 59px;
	}
}


/*CHECKOUT*/
.checkout-popup {
    display: grid;
    max-width: 772px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 365px 90px;
}
.checkout-popup .photo-container {
    border: 1px solid #1C1C1C;
    position: relative;
    width: 80px;
    height: 80px;
}
.popup-bottom-price {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 14px 14px 18px 20px;
	order: 3;
}
.checkout-popup .popup-cart h2{
    margin: 0 0 20px;
}
.checkout-popup .photo-container span {
    font-size: 14px;
    font-weight: 500;
    line-height: 21.6px;
    color: #fff;
    padding: 1px 7px 1px 8px;
    background-color: #1c1c1c;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.checkout-popup .text-container {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #1c1c1c;
	max-width: 252px;
}
/*.checkout-popup .photo-container img {
	margin: 12px 8px 11.33px;
} */
.popup-item-name {
    font-size: 14px;
    font-weight: 500;
	line-height: 21.6px;
}
.popup-item-price {
	font-size: 14px;
    font-weight: 700; 
}
.checkout-popup .popup-item {
    display: flex;
    margin: 0 0 12px 0;
}
.checkout-popup .popup-cart {
    border-right: 1px solid #e0e0e0;
    padding: 24px 14px 24px 20px;
}
.popup-bottom-price .df {
    display: flex;
    justify-content: space-between;
    color: #1c1c1c;
}
.popup-bottom-price .df>span:nth-child(1) {
    font-size: 18px;
    font-weight: 500; 
}
.popup-bottom-price .df>span:nth-child(2) {
    font-size: 18px;
    font-weight: 600; 
}

.popup-credentials {
    padding: 34px 17px 17px;
    position: relative;
}
.popup-credentials label {

}
.popup-credentials form {
	display: flex;
    flex-direction: column;
}
.popup-credentials input {
	height: 54px;
    color: #C5C5C5;
    font-size: 16px;
    padding-left: 20px;
    border: 1px solid #C5C5C5;
    margin-bottom: 12px;
}
.popup-credentials h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}
.popup-credentials .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
}
.popup-bottom-confirm {
    padding: 14px 17px 16px 17px;
    border-top: 1px solid #e0e0e0;
	order:4;
}
.popup-bottom-confirm button {
	width: 100%;
	height: 100%;
}
.checkout-popup .confirm {
    background-color: #FCC007;
    padding: 20px 61px;
    width: 100%;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: none;
}
#billing_first_name_field {
	width: 100%;
}

/*HEADER*/
.elementor-nav-menu--dropdown.elementor-nav-menu__container li {
	background-color: #1c1c1c;
}
.modal-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.modal-search__close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
}
.modal-search__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.woocommerce-notices-wrapper{
    padding-top: 20px;
}


.woocommerce-cart-form .cart-list-item .item-name {
    max-width: 365px;
    margin-left: 20px;
    width: 100%;
    padding-right: 20px;
}

.woocommerce-cart-form .cart-list-item {
    position: relative;
    align-items: center;
}

.woocommerce-cart-form .cart-list-item .amount {
    position: relative;
    right: auto;
    transform: none;
    display: flex;
}



.woocommerce-cart-form .cart-list-item .product-thumbnail {
    width: 100px;
}
.woocommerce-cart-form .cart-list-item .product-thumbnail a {
    display: block;
    width: 100%;
}

.woocommerce-cart-form .cart-list-item .product-thumbnail img {
    width: 100%;
    height: auto;
}

.woocommerce-checkout .checkout-popup {
    display: flex;
    max-width: 772px;

    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

.woocommerce-checkout wc-order-attribution-inputs {
    position: absolute;
}



.woocommerce-checkout .checkout-popup .popup-cart {
    width: 50%;
}

.woocommerce-checkout .popup-bottom-price {
 
    width: 50%;
}
.woocommerce-checkout .popup-bottom-confirm {
    width: 50%;
}
.woocommerce-checkout .popup-credentials {
    padding: 0px 17px 17px;
    position: relative;
    order: 2;
    width: 50%;
}

.cart-additional .totals .confirm a {
    width: 100%;
}

.woocommerce-checkout .select2-container--default .select2-selection--single{
    height: 54px;
    color: #C5C5C5;
    font-size: 16px;
    padding-left: 20px;
    border: 1px solid #C5C5C5;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 52px;
    padding-left: 0;	    height: 54px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.woocommerce-checkout  .select2-results__option {

    color: #000;
}


.woocommerce-checkout .woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.woocommerce ul.order_details {
 
    padding-left: 0;
}

.woocommerce-checkout.woocommerce-order-received #content .page-content {
    min-height: 990px;
    padding: 20px 0;
    height: auto;
}


.elementor-popup-modal form label {
    color: #1C1C1C;
}

.elementor-popup-modal form .wpcf7-form-control.wpcf7-submit {
    background: #1C1C1C;
    border-color: #1C1C1C;
    color: #fff;
}

.elementor-popup-modal form .wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    border-color: #1C1C1C;
    color: #1C1C1C;
}

body .elementor-nav-menu--main .elementor-nav-menu a, 
body .elementor-nav-menu--main .elementor-nav-menu a.highlighted, 
body .elementor-nav-menu--main .elementor-nav-menu a:focus, 
body .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 15px;
}


body.post-type-archive-product .site-main,
body.woocommerce-page.tax-product_cat .site-main {
    display: flex;
    flex-wrap: wrap;
}



body.post-type-archive-product .site-main .woocommerce-breadcrumb,
body.post-type-archive-product .site-main .woocommerce-products-header,
body.post-type-archive-product .site-main .woocommerce-notices-wrapper,
body.post-type-archive-product .site-main .woocommerce-result-count,
body.post-type-archive-product .site-main .woocommerce-ordering,
body.post-type-archive-product .site-main .woo-subcat__per-page,

body.woocommerce-page.tax-product_cat .site-main .woocommerce-breadcrumb,
body.woocommerce-page.tax-product_cat .site-main .woocommerce-products-header,
body.woocommerce-page.tax-product_cat .site-main .woocommerce-notices-wrapper,
body.woocommerce-page.tax-product_cat .site-main .woocommerce-result-count,
body.woocommerce-page.tax-product_cat .site-main .woocommerce-ordering,
body.woocommerce-page.tax-product_cat .site-main .woo-subcat__per-page{
    width: 100%;
}

body.post-type-archive-product .site-main .woo-subcat__per-page,
body.woocommerce-page.tax-product_cat .woo-subcat__per-page{
	display: none;
}
body.post-type-archive-product .site-main .custom-filter-container,  
body.woocommerce-page.tax-product_cat .custom-filter-container {
    width: 25%;padding-bottom: 20px;
}

body.post-type-archive-product  ul.products,
body.woocommerce-page.tax-product_cat ul.products {
    width: 75%;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
justify-content: flex-start;
    align-items: flex-start;
}

body.post-type-archive-product .products .product, 
body.woocommerce-page.tax-product_cat .products .product {
    width: calc(50% - 20px) !important;
    margin-bottom: 40px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 20px 20px 20px 20px !important;
     background-color: #fff;
	   transition: box-shadow .3s;
}

body.post-type-archive-product .products .product:hover, 
body.woocommerce-page.tax-product_cat .products .product:hover {
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10) !important;
}
 
body.woocommerce-page .wpfFilterWrapper .wfpDescription {
    font-size: 18px;
    font-weight: 500;
}
 
body.woocommerce-page  .wpfFilterWrapper {
    padding: 5px;
    min-width: 150px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
}

.elementor-widget-container .products.elementor-grid .woocommerce-LoopProduct-link,
body.woocommerce-page .products .product .woocommerce-loop-product__link {
display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
}


.elementor-widget-container .products.elementor-grid li {
  background: #fff !important;
}



body.woocommerce-page .wpfFilterButton.wpfButton{
    background-color: #FCCC07;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    fill: #1C1C1C;
    color: #1C1C1C;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 10px 20px 10px;
    margin: 0;
    border: 1px solid #FCCC07;
}

body.woocommerce-page .wpfFilterButton.wpfButton:hover{
    background-color: transparent;	
}
body.woocommerce-page .products .product .woocommerce-loop-product__link h2 {
    height: 67px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 10px;
}

body.woocommerce-page .products .product .add_to_cart_button {

    margin-top: 5px !important;

}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
}


.brand-info {
    display: block;
    font-size: 14px;
    color: #353535;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #353535;
    font-weight: bold;
    font-size: 20px;
}


body.woocommerce-page .products .product .woocommerce-loop-product__link .price {
    display: block !important;
	    width: 50%;
    text-align: right;
	margin-top: -5px;
}

body.woocommerce-page .dop-info {
    width: 50%;
}

body.woocommerce-page .products .product .add_to_cart_button {
    margin-top: 10px !important;
    margin-left: auto;
    display: block !important;
    max-width: 135px;
    text-align: center;
}

.related.products .product {

    background-color: #fff !important;
}

 



@media(max-width: 1199px){
	
.cart-list-item .item-name {
    max-width: 265px;
    margin-left: 20px;
    width: 100%;
    padding-right: 20px;
}

.cart-list-head>p:nth-child(3) {
    text-align: right;
    max-width: 21%;
}

}


@media(max-width: 1024px){
	
.header-mobile__nav-wrap .elementor-widget-wrap {

    flex-wrap: nowrap;
	
}	
.header-mobile__nav-wrap  .elementor-widget:not(:last-child) {
    margin-block-end: 0px;
}
}


@media(max-width: 991px){

body.post-type-archive-product .products .product, body.woocommerce-page.tax-product_cat .products .product {
    width: 100% !important;
    margin-bottom: 40px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 20px 20px 20px 20px !important;
    background-color: #fff;
    transition: box-shadow .3s;
}

}

@media(max-width: 768px){
	
.woocommerce-cart-form .cart-list-item .item-name {
    max-width: 230px;
    margin-left: 20px;
    width: 100%;
    padding-right: 20px;
}
.woocommerce-cart-form  .cart-list-item img {
        width: 100%;
        height: auto;
    }	
.woocommerce-cart-form .cart-list-item .product-thumbnail {
    width: 80px;
}
body.post-type-archive-product .site-main  .custom-filter-container,
body.woocommerce-page.tax-product_cat .custom-filter-container {
    width: 100%;
    padding-bottom: 20px;
}
body.post-type-archive-product .site-main  ul.products, 
body.woocommerce-page.tax-product_cat ul.products {
    width: 100%;
    padding-left: 0px;

}
body.post-type-archive-product .site-main  .products .product, 
body.woocommerce-page.tax-product_cat .products .product {
    width: 100% !important;

}
	
}

@media(max-width: 500px){


.woocommerce-cart-form .cart-list-item {
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}
    .woocommerce-cart-form .cart-list-item .product-thumbnail {
        width: 80px;
    }

    .woocommerce-cart-form .cart-list-item .item-name {
        max-width: calc(100% - 100px);
        margin-left: 20px;
        width: 100%;
        padding-right: 20px;
    }
.woocommerce-cart-form .cart-list-item .amount {
    position: relative;
    right: auto;
    transform: none;
    display: flex;
    margin-top: 15px;
}
.totals {
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
}	
}



