.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select{
	width: 100%;
    padding: 12px 20px;
    border: 2px solid #E3DEDE;
    border-radius: 4px;
    height: 58px;
    background: var(--white);
    color: var(--primary);
    font-family: var(--font-main);
    font-weight: normal;
    font-size: 14px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2{
    background: var(--light-red);
    padding: 50px;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}
.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input{
	min-width: auto;

	&:hover{
		background:transparent;
	}
}
.woocommerce form .form-row .input-text:focus, 
.woocommerce form .form-row select:focus {
    border-color: var(--red);
}
.woocommerce-privacy-policy-text{
	margin-bottom: 20px;
}
.woocommerce form .form-row{
	margin: 0 0 18px;
}
.woocommerce form .form-row label{line-height: 1;}
.u-columns.woocommerce-Addresses.col2-set.addresses{
	margin-top: 30px;
}
span#account_display_name_description{
	margin-top: 5px;
    display: block;
    font-size: 14px;
}
fieldset legend {
	font-weight: 900;
    position: relative;
    font-family: var(--heading);
    font-size: 20px;
    color: var(--darkgray);
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ************* ACCOUNT ************* */
.woocommerce-account .woocommerce-MyAccount-content ,
.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 100%;
	float: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li{
	padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li:before{
	content: none;
}

nav.woocommerce-MyAccount-navigation ul li.is-active,
nav.woocommerce-MyAccount-navigation ul li:hover {
    background: #000;
    color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li {
    flex: 1;
    background: #fff;
    padding: 0;
    display: inline-block;
    border: 1px solid #E8E8E8;
    margin: 0 -1px;
    margin-bottom: 0 !important;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    letter-spacing: 0.3px;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px;
    font-weight: 500;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    color: #000;
    text-align: center;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: #fff;
}
.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    font-weight: normal;
    text-decoration: underline;
}

.woocommerce table.my_account_orders .button.view {
    white-space: nowrap;
    padding: 12px 20px;
    min-width: 100px;
}

.woocommerce-message,
.woocommerce-info a:hover {
    color: #000;
    text-decoration: underline;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #5db10a !important;
}

.woocommerce-info {
    border-top-color: #000;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    text-align: left;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: "FontAwesome";
    content: "\f00c ";
    display: inline-block;
    position: absolute;
    top: 18px;
}


/*  ******** START MEDIA QUERY ********* */

@media screen and (max-width: 1199.99px){
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1, 
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2 {
	    background: var(--light-red);
	    padding: 30px;
	}
}


@media screen and (max-width: 991.99px){
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1, 
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2 {
	    background: var(--light-red);
	    padding: 20px;
	}
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2{
		margin-top: 30px;
	}
	.woocommerce form .form-row {margin-top: 0;}
}


@media screen and (max-width: 575.99px){
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
	    width: 100%;
	}
}