/*.•* - GLOBAL - *•.*/
.woocommerce {
	width: 100%;
	max-width: 946px;
	margin: auto;
}
.woocommerce-order-received .woocommerce,
.empty-cart .woocommerce {
	max-width: 100%;
}
.checkout {
	display: flex;
	justify-content: space-between;
	width: 100%;	
	flex-wrap: wrap;
}
.checkout.nomakeup-container {
	margin-top: 80px;
}
.checkout-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #131313;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.checkout.nomakeup-container {
		margin-top: 40px;
	}
}

/*.•* - CART - *•.*/

.checkout .products-cart {
	max-width: 100%;
	margin-left: 0;
	border-bottom: 1px #BDBDBD solid;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.empty-cart .checkout .products-cart {
	border: 0;
}
.checkout .products-cart__item {
	max-width: 100%;
	border: 0;
}
.checkout .product-remove {
	position: relative;
	order: 1;
}
.checkout .product-block {
	width: 100%;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding-left: 70px;
}
.checkout .product-thumbnail {
	width: 100px;
}
.checkout .product-thumbnail, .checkout .product-thumbnail a {
	align-items: center;
}
.checkout .product-name {
	width: 100%;
	max-width: 286px;
}
.checkout .product-quantity {
	margin-left: 44px;
}
.checkout .product-subtotal {
	margin-left: auto;
	margin-right: 70px;
}
.checkout .product-subtotal,
.checkout .product-quantity {
	margin-bottom: auto;
}
@media screen and (max-width:991px) {
	.checkout .product-block {
		padding-left: 30px;
	}
	.checkout .product-name {
		max-width: 200px;
	}
	.checkout .product-quantity {
		margin-left: 14px;
		margin-right: 14px;
	}
}
@media screen and (max-width: 768px) {
	.checkout .product-subtotal {
		margin-right: 20px;
	}	
}
@media screen and (max-width:600px) {
	.checkout .product-block {
		flex-wrap: wrap;
	}
	.checkout .product-remove {
		align-items: flex-start;
	}
	.checkout .product-name {
		max-width: 100%;
		padding-right: 20px;
	}
	.checkout .product-quantity {
		margin-left: 0;
	}
	.checkout .product-subtotal{
		margin-right: 0;
	}
}
@media screen and (max-width: 425px) {
	.checkout .product-thumbnail {
		width: 80px;
	}
	.checkout .product-block {
		padding-left: 15px;
	}
}
/*.•* - PROMO BLOCK - *•.*/
.promo-block {
    width: 100%;
    margin-bottom: 50px;
	color: #fff;
	display: flex;
	overflow: hidden;
    border-radius: 10px;
}
.promo-block > img {
    object-fit: contain;
    width: auto;
    height: 100%;	
}
.promo-block__image {
	display: flex;
}
.promo-block__image-mob {
	display: none;
}
.promo-block__title {
	text-align: center;
    font-weight: 500;
    font-size: 20px;
    max-width: 70%;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #ff8888;
}
.promo-block__info {
    max-width: 70%;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}
.promo-block__info p,
.promo-block__info ul {
    margin: 0;
    margin-top: 20px;
    text-align: center;	
}
.promo-block__info ul {
	list-style: none;
	padding: 0;
}
.promo-block__info ul > li {
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.promo-block__title {
		text-align: left;
		max-width: 50%;
		line-height: 1.4;
	}	
	.promo-block__info {
		max-width: 50%;
	}
	.promo-block__info p,
	.promo-block__info ul {
		text-align: left;
		
	}
}
@media screen and (max-width: 600px) {
	.promo-block {
		background-image: none;
	}
	.promo-block__title {
		text-align: center;
		max-width: 100%;
		line-height: 1.4;
	}	
	.promo-block__info {
		max-width: 100%;
	}
	.promo-block__info p,
	.promo-block__info ul {
		text-align: center;
	}
	.promo-block > img {
		width: 100%;
		height: auto;
	}
	.promo-block__image {
		display: none;
	}
	.promo-block__image-mob {
		display: flex;
	}
}
@media screen and (max-width: 425px) {
	.promo-block {
		padding: 0;
	}
}

/*.•* - CHECKOUT - *•.*/
.checkout__block {
	flex-direction: column;
	align-items: center;
	margin: 25px 0;
	display: flex;
}
.checkout__block.info-block {
	max-width: 571px;
	width: 60.5%;	
}
.checkout__block.order-block {
	max-width: 256px;
	width: 39.5%;
	position: sticky;
	top: 20px;
	align-self: flex-start; 
}
.checkout__block .nomakeup-button {
	margin-top: 20px;
	width: 100%;
	background-color: #373737;
	color: #fff;
}
.checkout__block .woocommerce-presale-text {
	background-color: #f5f5f5;
	padding: 0 20px;
}
.checkout__block .woocommerce-terms-and-conditions-wrapper, 
.checkout__block .woocommerce-terms-and-conditions-link {
	font-size: 14px;
}
.checkout__block .woocommerce-privacy-policy-text label[for="terms_on"] {
	display: flex;
	align-items: center;
}
.checkout__block .woocommerce-privacy-policy-text p,
.checkout__block .woocommerce-privacy-policy-text p > a {
	font-weight: 400;
	font-size: 10px;
	line-height: normal;
	color: #393939;
}
.checkout__block .woocommerce-presale-text {
	margin-bottom: 20px;
	margin-top: -10px;	
}
.checkout__block .woocommerce-presale-text > p {
	font-size: 18px;
	font-weight: 500;
}
.woocommerce-terms-and-conditions-checkbox-text {
	line-height: normal;
}
.checkout__block .woocommerce-form__label-for-checkbox {
	position: relative;
	display: flex;
	align-items: center;
}
.checkout__block .woocommerce-form__label-for-checkbox::before {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px #393939 solid;
	margin-right: 10px;
	cursor: pointer;
	flex:none;
}
.checkout__block .woocommerce-form__input-checkbox:checked +label::after {
	content: '\e906';
	font-family: 'Magic';
	position: absolute;
	left: 2px;
	font-size: 13px;
	cursor: pointer;
}
.checkout__block .woocommerce-form__input-checkbox {
	display: none;
}

.woocommerce-order-received .site-footer {
	padding-top: 52px;
}
.woocommerce-order-received .site-footer::before {
	top:0;
}
.checkout__block .products-totals__item > span, .checkout__block .products-totals__coupon > span {
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.6px;
	color: #393939;
}
.checkout__block .products-totals__fee > span:first-child {
	text-align: left;
	width: 70%;
	line-height: normal;
}
.checkout__block .products-totals__shipping_block {
	font-size: 12px;
}
@media screen and (max-width: 1024px) {
	.checkout-title {
		text-align: center;
	}
	.products-cart {
		max-width: 100%;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.products-cart__item {
		max-width: 320px;
		margin-right: 30px;
		flex: 1 0 auto;
	}
	.products-totals {
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.checkout {
		flex-wrap: wrap;
	}
	.checkout__block.info-block,
	.checkout__block.order-block {
		width: 100%;
		max-width: 100%;
		position: relative;
		top: 0;
	}
}
@media screen and (max-width:425px) {
	.checkout-title {
		font-size: 20px;
		line-height: 23px;
	}	
	.checkout__block .magic-button {
		width: 100%;
		margin-top: 30px;
	}
	.checkout__block .products-totals__item > span, .checkout__block .products-totals__coupon > span {
		font-size: 14px;
		line-height: 18px;
	}
}


/*.•* - EMPTY CART - *•.*/
.empty-cart-block {
	position: relative;
}
.empty-cart-block__title {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: rgba(57, 57, 57, 0.5);
}
.empty-cart-block__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.6px;
	color: rgba(57, 57, 57, 0.5);
	margin: 0;
}
.empty-cart-block__button {
	margin: auto;
	margin-top: 55px;
	margin-bottom: 150px;
}
.empty-cart .related-products-block {
	display: flex;
	flex-wrap: wrap;
}
.empty-cart .nomakeup-title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #6f6f6f;
	border-top: 1px #bdbdbd solid;
	padding: 30px 0;
}
.empty-cart .products-carousel-arrows {
	margin-bottom: 20px;
}


/*.•* - ADDRESS/CONTACT FIELDS (STEP 1) - *•.*/
.checkout-billing {
	
}
.checkout-fields {
	width: 100%;
}
.checkout-fields__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.checkout-fields__wrapper > .form-row {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	margin-bottom: 20px;
}
.checkout-fields__wrapper > .form-row.address-field {
/*	margin-bottom: 10px;*/
}
.checkout-fields__wrapper > .form-row.checkout-hide-field {
	display: none !important;
}
.checkout-fields__wrapper > .form-row.notes, 
.checkout-fields__wrapper > .form-row.suggest-field, 
.checkout-fields__wrapper > .form-row.hide-field-info {
	width: 100%;
}
.checkout-fields__wrapper > .form-row > label {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.6px;
	color: #393939;
}
.checkout-fields__wrapper > .form-row > label > .optional {
	display: none;
}
.checkout-fields__wrapper > .form-row > span {
	width: 100%;
}
.checkout-fields__wrapper > .form-row > span > strong {
	display: flex;
    padding: 15px;
    font-weight: normal;
    border-bottom: 1px #bdbdbd solid;
}
.checkout-fields__wrapper > .form-row input,
.checkout-fields__wrapper > .form-row textarea {
	padding: 15px;
}
.checkout-fields__wrapper > .form-row.hide-field-info > label {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	background-color: #f2f2f2;
	padding: 5px 10px;
	border-radius: 5px;
	color: #999;
	text-align: center;
}
.checkout-fields__wrapper > .form-row.hide-field-info input {
	display: none;
}
.woocommerce form .form-row .required {
	color: red;
	text-decoration: none;
}

.select2-container {
	margin-top: 12px;
}
.select2-container--default .select2-selection--single {
	height: 35px;
	border: 0;
	border-bottom: 1px solid #bdbdbd;
	border-radius: 0px;
	background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	height: 100%;
	display: flex;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
.select2-dropdown {
	top: -8px;
}
.select2-results__option {
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #131313;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #131313 transparent transparent transparent;
}
.suggestions-addon[data-addon-type="clear"] {
	background: none;
	width: 18px !important;
	height: 18px !important;
	display: flex !important;
	align-items: center;
	left: -20px !important;
	top: 13px !important;
}
.suggestions-addon[data-addon-type="clear"]::before {
	content: '\e901';
	font-family: 'Nomakeup';
}
@media screen and (max-width:425px) {
	.checkout-fields__wrapper > .form-row {
		width: 100%;
	}
	.checkout-fields__wrapper > .form-row > label {
		font-size: 12px;
		line-height: 14px;
	}
}

/*.•* - REVIEW ORDER - *•.*/
.checkout-review__billing-info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px #9c9c9c solid;
	border-left: 0;
	border-right: 0;
	margin-bottom: 25px;
	padding: 30px 0;
}
.checkout-review__billing-info_item {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 24px;
	letter-spacing: 0.6px;
	display: flex;
	flex-direction: column;
	width: 22%;
}
.checkout-review__billing-info_item.billing-comment {
	width: 100%;
	margin-bottom: 0;
}
.checkout-review__billing-info_label {
	color: #585858;	
	margin-bottom: 10px;
}
.checkout-review__billing-info_value {
	color: #393939;
	font-weight: 500;
}
@media screen and (max-width:650px) {
	.checkout-review__billing-info_item {
		width: 48%;
	}
}
@media screen and (max-width:425px) {
	.checkout-review__billing-info_item {
		width: 100%;
	}
}

/*.•* - REVIEW INFO BLOCK - *•.*/
.checkout-review__info {
	
}
.checkout-review__info_links {
	display: flex;
	flex-direction: column;
	
}
.checkout-review__info_links a {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.6px;
	text-decoration-line: underline;
	color: #393939;
	margin-bottom: 16px;
}
.checkout-review__info_text {
	background-color: #f2f2f2;
	padding: 16px;
}
.checkout-review__info_text p {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.3px;
	color: #999; 
	text-align: center;
}
.checkout-review__info_text strong {
	font-weight: 500;
}

/*.•* - PAYMENTS METHODS (STEP 3) - *•.*/
#payment {
	margin-top: 30px;
	width: 100%;
}
.checkout-payments {
	width: 100%;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.checkout-payments__method {
	margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #bdbdbd solid;
	list-style: none;
}
.checkout-payments__method:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: unset;
}
.checkout-payments__method > input {
/* 	display: none; */
}
.checkout-payments__method > label {
	position: relative;
    padding-left: 38px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: #393939;
}
.checkout-payments__method > label > img {
	display: block;
	max-width: 391px;
	width: fit-content;
	margin-top: 10px;
}
.checkout-payments__method > label::before {
	position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px #BDBCDB solid;
    left: 0;
    top: 0;
    bottom: 0;
}
.checkout-payments__method > input:checked+label::before {
	border: 1px #393939 solid;
}
.checkout-payments__method > input:checked+label::after {
	content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #393939;
    border-radius: 50%;
    left: 6px;
    top: 6px;
    bottom: 0;
} 
.checkout-payments__method_box > p {
	font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    background-color: #f2f2f2;
    padding: 5px 10px;
    border-radius: 5px;
    color: #999;
    text-align: center;
}

.payments-method-title {
	width: 100%;
    margin-top: 4px;
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.6px;
	color: #393939;
}
@media screen and (max-width:425px) {
	.checkout-payments__method > label {
/*
		font-size: 12px;
		line-height: 14px;
*/
	}
	.checkout-place-order.form-row.place-order {
		width: 100%;
	}
}



/*.•* - CART - *•.*/
.product-cart__set-order {
	display: none;
}
.addit-cart-text {
	display: block;
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

/*.•* - EMPTY CART - *•.*/
.cart-empty woocommerce-info {
	text-align: center;
}
.return-to-shop {
	text-align: center;
}

/*.•* - IFRAME - *•.*/

.checkout iframe {
	margin-top: 20px;
}

/*.•* - PAY FORM - *•.*/
#order_review {
	display: flex;
	flex-wrap: wrap;
}
.order_review__left {
	order: 2;
	width: 100%;
}
.order_review__right {
	order: 1;
	width: 100%;
}
#order_review .order_review__right .products-totals {
	max-width: 100%;
}
#order_review .order_review__right .products-cart {
	margin-bottom: 40px;
}
#order_review .order_review__left .nomakeup-button {
	margin: 40px auto;
	background-color: #373737;
	color: #fff;
}

/*.•* - THANK YOU - *•.*/
.order-info {
	display: flex;
	flex-wrap: wrap;	
}
.order-info__image {
	width: 100%;
	max-width: 711px;
	flex: 1;
	display: flex;
	order: 2;
}
.order-info__image_img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.order-info__details {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 1;
	padding-right: 30px;
}
.order-info__details_title {
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #131313;
}
.order-info__details_subtitle,
.order-info__details p,
.order-info__details_sub-subtitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.6px;
	color: #131313;
	margin-top: 0;
}

.order_details {
	list-style: none;
}
.order_details__item { 
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.6px;
	margin-bottom: 15px;
	display: flex;
}
.order_details__item > span:first-child {
	max-width: 260px;
	flex:none;
	width: 100%;
}
.order_details__item > span:last-child {
	font-size: 12px;
	letter-spacing: 0.3px;
	color: #393939;
}
.order_details__products {
	list-style: none;
}
.order_details__product {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px 0;
}
.order_details__product::before {
	content: '';
	width: 3px;
	height: 3px;
	background-color: #393939;
	border-radius: 50%;
	display: flex;
	margin-right: 10px;
}
.order_details__product-name, .order_details__product-total  {
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.3px;
}
.order_details__product-name {
	max-width: 250px;
	width: 100%;
}
.order_details__product-name a {
	font-size: 12px;
}
.order_details__product-name a:hover {
	text-decoration: underline;
}
.checkout .order_details__product-name .product-quantity {
	margin-left: 5px;
}
.order_details__product-total {
	position: relative;
}
.order_details__totals {
	list-style: none;
	margin-top: 20px;
}
.order_details__totals_item {
	padding: 5px 0;
	display: flex;
	align-items: center;
}
.order_details__totals_item:last-child {
	margin-top: 10px;
}
.order_details__totals_label {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.6px;
	color: #131313;
	max-width: 260px;
	width: 100%;
	flex: none;
}
.order_details__totals_value {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.6px;
	color: #393939;
}
.order_details__totals_value > small {
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: -15px;
}
.order_details .nomakeup-button-lite {
	margin: 50px 0;
	min-width: 255px;
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width:1024px) {
	.order-info__details {
		order: 1;
		padding: 0 20%;
		flex: auto;
		width: 100%;
	}
	.order-info__image {
		order: 2;
		height: 529px;
		max-width: 100%;
		flex:auto;
	}
	.order-info__details_title {
		text-align: center;
	}
}
@media screen and (max-width:768px) {
	.order-info__details {
		padding: 0 15%;
	}
	.order_details .nomakeup-button-lite {
		width: 100%;
	}
}
@media screen and (max-width:500px) {
	.order-info__details {
		padding: 0 5%;
	}
	.order-info__details_title {
  		font-size: 20px;
  		line-height: 23px;
	}
	.order_details__item > span:first-child {
		max-width: 200px;
	}
}


.pay-action .order_details {
	display: flex;
	justify-content: space-between;
	padding: 30px 20px;
	border-radius: 10px;
	flex-wrap: wrap;
	background-color: #f1f2f2;
	box-sizing: border-box;	
}
.pay-action .order_details > li {
	width: auto;
	margin: 5px 0;
	margin-right: 30px;
	font-size: 14px;
}
@media screen and (max-width:991px) {
	.pay-action .order_details > li.method {
		width: 100%;
	}
}
@media screen and (max-width:550px) {
	.pay-action .order_details > li {
		width: 100%;
		margin-right: 0;
	}
}
