.main-checkout,
.site-main,
.not-found{
	padding-top: 100px;
	padding-bottom: 100px;
}
.not-found{
	text-align: center;
}
.main-not-found{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.thanks{
	text-align: center;
}
.thanks p {
	margin-bottom: 30px;
}
.thanks-title,
.not-found__title{
	margin-bottom: 30px;
}
@media (min-width:768px){
	.main-checkout,
	.site-main,
	.not-found{
		padding-top: 150px;
	}
	.thanks-title,
	.not-found__title{
		margin-bottom: 60px;
	}
}
.thanks-btn{
	color: #fff;
	transition: transform 0.3s;
}
.thanks-btn:hover{
	transform: scale(1.05);
}
.thanks-btn:before{
	display: none;
}


/**/
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner{
	display:none;
}
.form__input.wpcf7-not-valid{
	border:1px solid red;
}
.form.submitting:after{
	content:'';
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 160, 210, 0.5);
	border-radius: 12px;
}
.form.submitting:before{
	content:'';
	position: absolute;
	top: 50%;
	left: 50%;
	width:25px;
	height:25px;
	background-color: transparent;
	z-index: 100;
	border-radius: 50%;
	border-top: 2px solid #fff;
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
}
/*
# Preolad
-------------------------------------------------------------- */
.loaded .preolad {
	display:none;
}
.preolad{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-color);
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.preolad-spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px;
	height: 75px;
	background-color: transparent;
	z-index: 100;
	border-radius: 50%;
	border-top: 4px solid #00a0d2;
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: translate(-50%,-50%) rotate(0deg); transform: translate(-50%,-50%) rotate(0deg); }
	100% { -webkit-transform: translate(-50%,-50%) rotate(360deg); transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes spin {
	0% { -webkit-transform: translate(-50%,-50%) rotate(0deg); transform: translate(-50%,-50%) rotate(0deg); }
	100% { -webkit-transform: translate(-50%,-50%) rotate(360deg); transform: translate(-50%,-50%) rotate(360deg); }
}



/*

*/
.woocommerce-breadcrumb{
	width: 100%;
    max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;

	font-weight: 700;
}
.woocommerce-breadcrumb a{
	font-weight: 500;
}

@media (max-width: 768px){
	.woocommerce-breadcrumb{
		margin-bottom: 40px;
	} 
}

.card-product__content .added_to_cart.wc-forward{
	display: none;
}
/*                     

------------------------------- Сart-Mini   -------------------------------

*/
.cart-mini {
	position: fixed;
	right: -100%;
	top: 0;
	width: min(100%,500px);
	height: 100%;
	z-index: 101;
	overflow: scroll;
	visibility: hidden;
	padding: 20px 15px;
	background-color: #1f394f;
	color: #fff;
	transition: right .5s
  }
.cart-mini.visible {
	right: 0;
	visibility: visible
}
.cart-mini__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 40px
  }
.cart-mini.blocked .woocommerce-mini-cart__buttons.buttons a{
	pointer-events: none;
}
.cart-mini__title{
	margin-bottom: 0;
	font-size: 24px;
}
.cart-mini .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
		-ms-flex-align:center;
			align-items:center;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	gap: 20px;
	margin-bottom: 30px;
}
.cart-mini .item-image{
	-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
			flex: 0 0 20%;
	text-align: center;
	position: relative;
}
.cart-mini .item-image img{
	-o-object-fit: contain;
		object-fit: contain;
}
.cart-mini .item-name{
	-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
}
.cart-mini .item-remove a{
	-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
			flex: 0 0 20%;
}
.cart-mini .item-remove a:before {
	content: '';
	width: 14px;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 14px;
			flex: 0 0 14px;
	height: 24px;
	font-size: 14px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.25 2.5C13.6562 2.5 14 2.84375 14 3.25C14 3.6875 13.6562 4 13.25 4H12.875L12.125 14.1562C12.0312 15.2188 11.1875 16 10.125 16H3.84375C2.78125 16 1.9375 15.2188 1.84375 14.1562L1.09375 4H0.75C0.3125 4 0 3.6875 0 3.25C0 2.84375 0.3125 2.5 0.75 2.5H2.90625L4.0625 0.78125C4.375 0.3125 4.9375 0 5.53125 0H8.4375C9.03125 0 9.59375 0.3125 9.90625 0.78125L11.0625 2.5H13.25ZM5.53125 1.5C5.4375 1.5 5.34375 1.5625 5.3125 1.625L4.71875 2.5H9.25L8.65625 1.625C8.625 1.5625 8.53125 1.5 8.4375 1.5H5.53125ZM11.375 4H2.59375L3.34375 14.0625C3.375 14.3125 3.59375 14.5 3.84375 14.5H10.125C10.375 14.5 10.5938 14.3125 10.625 14.0625L11.375 4Z' fill='%23EB5757'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.cart-mini .item-quantity{
	margin-top: 16px;
}
.cart-mini .cart-footer{
	margin-top: 40px;
}
.cart-mini .cart-footer .woocommerce-mini-cart__buttons{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}
.cart-mini .cart-footer .woocommerce-mini-cart__buttons .button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	position: relative;
	font-size: 16px;
	text-wrap: nowrap;
	padding: 16px 50px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border: 1px solid #2b86a5;
    box-shadow: inset 0 0 12px 0 #6bb1c9;
    background: linear-gradient(121deg, #6bb1c9 0, #6b279c 100%);
	border-radius: 12px;
}

.cart-mini .cart-footer .woocommerce-mini-cart__buttons .button:hover{
	transform: scale(1.05);
}
.cart-mini .alert-success{
	font-weight: 700;
	padding: 10px 0;
	margin-bottom: 20px;
	display: none !important;
}
.cart-mini .woocommerce-message {
	display: none !important;
}
/*

*/

.checkout__title{
	margin-bottom: 40px;
}
@media (min-width:768px){
	.checkout__title{
		margin-bottom: 60px;
	}
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #1f394f !important;
  color: #fff;
  border-top: 3px solid #fff;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-size: 12px;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  text-decoration: underline;
  font-weight: 700
}
.woocommerce-error{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  border-top: 3px solid red;
  font-size: 14px;
}


.checkout_coupon {
	text-align: left;
	border: 1px solid #1f394f ;
	padding: 20px;
	margin: 2em 0;
}
.checkout_coupon  input{
	color: #000;
}
.checkout_coupon  input::placeholder{
	color: #1f394f;
}
.checkout_coupon  input,
.checkout_coupon  .button{
	padding: 10px 15px;
	border: 1px solid #1f394f;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.checkout_coupon  .button:hover{
	border: 1px solid #fff;
}   
.checkout_coupon p:first-child{
	font-size: 16px;
	margin-bottom: 18px;
}

@media (max-width:768px){
	.checkout_coupon .form-row-first{
		margin-bottom: 10px;
	}
}
@media (min-width:768px){
	.checkout_coupon {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
	}
	.checkout_coupon p{
		margin-bottom: 0;
	}
	.checkout_coupon p:nth-of-type(1){
		flex-basis: 100%;
	}
	.checkout_coupon .clear{
		display: none;
	}
}

.woocommerce-shipping-fields::after{
	content: "";
	clear: both;
	display: table;
  }
  .woocommerce-additional-fields{
	margin-top: 20px;
  }
  .woocommerce-input-wrapper #order_comments{
	border: 1px solid #1f394f;
	padding: 15px;
  }
  .thwcfd-field-textarea label{
	display: none;
  }
  .woocommerce-additional-fields h3{
	font-size: 18px;
  }
  #order_comments::-webkit-input-placeholder{
	font-size: 14px;
  }
  #order_comments::-moz-placeholder{
	font-size: 14px;
  }
  #order_comments:-ms-input-placeholder{
	font-size: 14px;
  }
  #order_comments::-ms-input-placeholder{
	font-size: 14px;
  }
  #order_comments::placeholder{
	font-size: 14px;
}
.product-thumbnail img{
	max-width: 50px;
	object-fit: contain;
  }

  .woocommerce-checkout-payment  .woocommerce-privacy-policy-text{
	font-size: 14px;
	margin-bottom: 20px;
  }
  .woocommerce-checkout-payment  .woocommerce-privacy-policy-text a{
	text-decoration: underline;
  }
  .woocommerce-checkout-payment .btn{
	width: 100%;
	padding: 18px;
	font-weight: 700;
	color: #fff;
  }
 
  .wc_payment_methods{
	margin-bottom: 20px;
  }
  .woocommerce-checkout-payment .woocommerce-info{
	margin-top: 40px;
  }
  .woocommerce-checkout-payment {
	color: #000;
  }
  .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
	font-size: 14px;
	margin-bottom: 20px
  }
  .woocommerce-checkout-payment .woocommerce-privacy-policy-text a {
	text-decoration: underline
  }

  .cart-collaterals{
	margin-bottom: 40px;
  }
  .cart-collaterals h2 {
	font-size: 24px;
	margin-bottom: 15px
  }
  .cart-collaterals tr td {
	padding: 15px
  }
  .cart-collaterals .btn {
	width: 100%
  }
  .checkout-review h3 {
	font-size: 24px;
	margin-bottom: 18px
  }
  .checkout-review .shop_table {
	border-collapse: collapse;
	border: 1px solid rgba(235,225,212,.3);
	margin-bottom: 30px
  }
  .checkout-review .shop_table {
    border-collapse: collapse;
    border: 1px solid #fff;
    margin-bottom: 30px;
}


  .checkout-review .shop_table td,
  .checkout-review .shop_table th,
  .checkout-review .shop_table thead {
	text-align: center;
	padding: 14px 12px;
	border-bottom: 1px solid #fff
  }

.order-total  th,
.cart-subtotal  th{
	text-align: left !important;
}
.cart_item td div{
	position: relative;
	display: flex;
}
.cart_item td div .quantity{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	top: -5px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}

.cart_item td div .quantity input{
	text-align: center;
}

  .checkout-review .product-remove a {
	position: relative;
	font-size: 0
  }
  .checkout-review .product-remove a::before {
	content: "";
	width: 16px;
	height: 22px;
	font-size: 22px;
	-ms-flex-negative: 0;
		flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 14 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.25 2.5C13.6562 2.5 14 2.84375 14 3.25C14 3.6875 13.6562 4 13.25 4H12.875L12.125 14.1562C12.0312 15.2188 11.1875 16 10.125 16H3.84375C2.78125 16 1.9375 15.2188 1.84375 14.1562L1.09375 4H0.75C0.3125 4 0 3.6875 0 3.25C0 2.84375 0.3125 2.5 0.75 2.5H2.90625L4.0625 0.78125C4.375 0.3125 4.9375 0 5.53125 0H8.4375C9.03125 0 9.59375 0.3125 9.90625 0.78125L11.0625 2.5H13.25ZM5.53125 1.5C5.4375 1.5 5.34375 1.5625 5.3125 1.625L4.71875 2.5H9.25L8.65625 1.625C8.625 1.5625 8.53125 1.5 8.4375 1.5H5.53125ZM11.375 4H2.59375L3.34375 14.0625C3.375 14.3125 3.59375 14.5 3.84375 14.5H10.125C10.375 14.5 10.5938 14.3125 10.625 14.0625L11.375 4Z%27 fill=%27%23EB5757%27/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
  }
  .checkout-review .product-remove a:hover::before {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
		transform: scale(1.08)
  }
  .checkout-review .cart-subtotal td,
  .checkout-review .cart-subtotal th {
	border-bottom: 1px solid #fff
  }
  .customer-details h3 {
	font-size: 24px;
	margin-bottom: 18px
  }
  .customer-details .form-row:not(:last-child) {
	margin-bottom: 10px
  }
  .customer-details .form-row label {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 5px
  }
  .customer-details .form-row label .required {
	color: red;
	font-weight: 700;
	border: 0!important;
	text-decoration: none
  }
  .customer-details .form-row input {
	padding: 10px 15px;
	border: 1px solid #1f394f;
  }
  .customer-details .form-row input::placeholder{
	font-size: 12px;
  }
  .customer-details::after {
	  content: "";
	  clear: both;
	  display: table;
  }
  
  .form-row.form-row-first {
	  width: 47%;
	  float: left
  }
  .form-row.form-row-last {
	width: 47%;
	float: right
  }
@media (min-width:768px){
	.form-checkout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		gap: 32px
	}
	.form-checkout > * {
	-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(50% - 16px);
			flex: 0 1 calc(50% - 16px);
	}
	.form-checkout wc-order-attribution-inputs {
	-webkit-box-flex: 1;
		-ms-flex: auto;
			flex: auto;
	display: none;
	}
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    -webkit-box-flex: 100% !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
}