/*!
Theme Name: Fashion Landing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fashion-landing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Fashion Landing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */


.popular-products-wrapper .size-select,
.select-product .size-select {
    padding: 8px 20px 8px 10px;
	cursor: pointer;
	background-position: right 8px center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
}
.popular-products-wrapper .size-select {
	max-width: 200px;
    margin: 8px 0;
}
.product-price {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.product-price ins {
	text-decoration: none;
	color: var(--st-theme-primary);
}
.product-price del {
	font-size: 14px;
    line-height: 20px;
    font-weight: var(--st-fw-regular);
    color: var(--st-grey-3);
}
.product-card .product-info {
	max-width: 230px;
}
.order-product-title {
    max-width: 310px;
}
.order-product-row {
    gap: 10px;
}
.order-form-wrapper .custom-container .your-product-cart .cart-wrapper .active-acent {
	display: block
}
.selected-size-label {
	padding-top: 5px;
}

/* Remove icon style */
.order-form-wrapper .cart-container {
	position: relative;
}
.close-icon-wrap {
	position: absolute;
	top: -7px;
	right: -6px;
}
.close-icon-wrap i {
	font-size: 18px;
	cursor: pointer;
	background: #fff;
	color: #FF0707;
}
.loop-size-selector .product-image img {
	object-position: top center;
}

/* Thank you page */
body.woocommerce-order-received {
	overflow: hidden;
}
.thank-you-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	align-items: center;
	justify-content: center;
	background-color: rgb(0 0 0 / 85%);
	z-index: 999999;
	display: none;
}
.woocommerce-order-received .thank-you-wrapper {
	display: flex;
}
.thank-you-content {
	text-align: center;
	max-width: 350px;
    margin: 0 auto;
    border: 1px solid #D9D9D9;
    padding: 20px 20px 28px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    position: relative;
}
.order-successfull-message {
	color: green;
	text-align: center;
}
.order-successfull-message p {
	color: green;
}
.thank-icon i {
	font-size: 36px;	
}
.thank-you-content ul {
	padding: 15px 0 20px 0;
}
.thank-you-content ul li {
	padding-bottom: 5px;
}
.thank-you-content .shop-now-btn {
	padding: 10px 20px;
}
.thank-you-close {
	position: absolute;
	top: -10px;
    right: -10px;
    font-size: 18px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px;
}
.woocommerce-page img {
	max-width: unset;
}
@media screen and (max-width: 767.98px) {
	.order-form-wrapper + .Features_Piece .section-title {
		padding-top: 0 !important;
	}
}
