/*** WETAIL BOOTSTRAP ***/
.col-wt-1,
.col-wt-2,
.col-wt-3,
.col-wt-4,
.col-wt-5,
.col-wt-6,
.col-wt-7,
.col-wt-8,
.col-wt-9,
.col-wt-10,
.col-wt-11,
.col-wt-12 {
	padding: 20px;
	box-sizing: border-box;
}

/*** GLOBAL ***/
body {
    margin: 0;
}
* {
	box-sizing: border-box;
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}
a,
a:hover,
a:active {
	text-decoration: none !important;
    outline: none;
}
a {
	color: #000;
}
p, a {
    font-size: 14px;
}
p {
    color: #333;
}
/*
.fl-logo-img {
    width: 200px !important;
}
*/
.woocommerce-error {
    border: 1px solid red;
    border-radius: 4px;
    padding: 10px;
    color: red;
    list-style: none;
}
.cart.usp {
    border-color: #111;
}
/*
input[type=submit],
a.button {
    background: #111 !important;
    color: white !important;
}
*/
:focus {
    outline: none;
}
.right-col .content-wrapper > h3,
.wtc-search-form > h3,
.wtc-featured-products > h3 {
    margin: 10px 0 20px 0 !important;
    font-size: 24px !important;
}

/** SHOP PAGE **/
.wtc-search-form {
    margin-bottom: 50px;
}
.wtc-search-form label.screen-reader-text {
    display: none;
}
.wtc-search-form  button {
    background: #efefef;
    border: none;
    height: 40px;
    width: 100px;
    font-size: 14px;
    border-radius: 5px;
}
.wtc-search-form input.search-field {
    height: 40px;
    width: 60%;
    line-height: 24px;
    font-size: 14px;
    border:1px solid #ccc;
    border-radius: 4px;
    padding: 4px 10px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}
.woocommerce ul.products, .woocommerce-page ul.products {
    grid-gap: 50px 10px;
}
.wtc-empty-link a {
    text-decoration: underline !important;
}
.onsale {
    display: none;
}

/*** CHECKOUT ***/
.shipping-selector,
.checkout-area {
    margin-bottom: 50px;
}
.woocommerce-billing-fields {
    overflow: hidden;
}
.checkout-area h3#ship-to-different-address {
    margin-top: 20px;
}
#billing_country_field strong {
    display: block;
    margin-top: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px 10px 5px 10px;
    color: gray;
    font-weight: normal;
}

#billing_address_2_field{
    overflow:hidden;
}

#billing_address_2_field label{
    *margin: 7px 12px 0 12px;
}

.wtc-cat-list{
    padding:15px;
}
.wtc-checkout-cart-wrapper {
    font-family:"sans-serif";
    display: flex;
    color: #000;
}
.right-col.col-wt-8.col-wt-12 .content-wrapper {
    padding: 0 15px;
}
.right-col.col-wt-8.col-wt-12 .content-wrapper h3 {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400 !important;
    font-size: 18px;
    margin: 0 0 10px;
}
.content-wrapper {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.cart-order-total {
	display: none;
}
#wtc_checkout_payment_selector a.about_paypal {
    display: none;
}

/** CART **/
.cart.usp.wtc-usp-content.hid {
    display: none;
}
.wtc-checkout-cart-wrapper a{
    text-decoration: none;
    box-shadow: none !important;
}
.wtc-checkout-cart-wrapper .left-col h3{
    font-size:100%;
    padding-left:10px;
}
.wtc-checkout-cart-wrapper .left-col{
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #fafafa;
    border-right: 1px solid #e1e1e1;
    position: relative;
    min-height: 100vh;
}
.wtc-checkout-cart-wrapper .right-col{
    max-width:768px;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.wtc-checkout-cart-wrapper .back-link a{
    font-size:13px;
    padding:2px 5px 2px 0;
    text-decoration:none;
}
.wtc-checkout-cart-wrapper .back-link a:before {
	font-family: "Font Awesome 5 Pro", "FontAwesome";
	content: "\f053";
}
.wtc-checkout-cart-wrapper .logo-holder img{
    margin: 20px auto;
    border: none;
    border-radius: 4px;
    max-width: 100px;
    height: auto;
}
.wtc-checkout-cart-wrapper img.sticky-logo {
    display: none;
}
.wtc-checkout-cart-wrapper li.mini_cart_item span.cart-item-title {
    display: block;
}

li.mini_cart_item span.cart-item-qty,
li.mini_cart_item span.cart-item-price {

}
.woocommerce-mini-cart-item > a.remove {
    float:right;
    margin-top:-10px;
    margin-right:-10px;
}
.woocommerce-page .wtc-checkout-cart-wrapper ul.woocommerce-mini-cart {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.woocommerce-page .wtc-checkout-cart-wrapper ul.woocommerce-mini-cart li {
    padding: 15px 5px 15px 0;
    margin: 0;
    list-style-type: none;
    border-top:1px solid #cbcbcb;
    display: table;
    width: 100%;
    font-size: 14px;
    line-height: 23px;
}
.woocommerce-page .wtc-checkout-cart-wrapper ul.woocommerce-mini-cart li .cart-item-thumb {
    max-width: 100px;
    box-sizing: border-box;
    height: 100px;
    float: left;
    margin: 0 10px 0 0;
}
.woocommerce-page .wtc-checkout-cart-wrapper li.mini_cart_item img{
	width: auto;
    float: left !important;
    margin: 0 10px 0 0;
    border-radius: 4px;
    max-height: 95px;
    height: auto;
    max-width: inherit;
}
p.woocommerce-mini-cart__total {
    text-align: left;
    color: #000;
    display: table;
    width: 100%;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 0;
}

p.woocommerce-mini-cart__total strong{
    float:right;
    margin-right:10px;
    text-transform: uppercase;
}

.ajax-update{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1;
    display:none;
    background:#FFF;
    opacity:.7;
}

li.mini_cart_item a.remove {
    border: none;
    text-decoration: none;
    font-size: 20px;
    padding: 2px;
    outline: none;
    margin: 0;
    background: none;
    display: inline-block;
    color: #cbcbcb;
    float: right;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 10px;
}
li.mini_cart_item a.remove:hover {
	color: #FF4608;
}
li.mini_cart_item > .quantity > button{
    width:18px;
    height:18px;
    font-size: 13px;
    line-height: 1;
    padding:0;
    outline: none;
    margin:0;
    border-radius:0;
    font-weight:bold;
    background: #466DA6;
    display:inline-block;
    cursor: pointer;
}

li.mini_cart_item > .quantity > button.minus:after{
    content:"-";
}

li.mini_cart_item > .quantity > button.plus:after{
    content:"+";
}

li.mini_cart_item > .quantity > input {
    width: 40px;
    text-align: center;
    font-weight: normal;
    background: none;
    color: #000;
    padding: 3px;
    margin: 0;
    display: inline-block;
    background: #fff;
    height: 35px;
}
li.mini_cart_item > .quantity > input[type=number],
li.mini_cart_item > .quantity > input[type=number]::-webkit-inner-spin-button,
li.mini_cart_item > .quantity > input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    margin: 0;
}

.woocommerce .wtc-mini-cart .quantity,
.wtc-mini-cart .quantity {
    float: right;
    display: table;
}

.woocommerce .wtc-mini-cart .quantity .plus,
.woocommerce .wtc-mini-cart .quantity .minus,
.woocommerce-page .wtc-mini-cart .quantity .plus,
.woocommerce-page .wtc-mini-cart .quantity .minus {
    background: transparent;
    border-color: transparent;
    color: #000;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 4px 14px 18px 7px;
}

li.mini_cart_item > .quantity-warning {
    color: #D78799;
    display:none;
    margin-bottom:-17px;
    font-weight: normal;
    font-size:10px;
}

li.mini_cart_item > dl{
    line-height: 1.2;
    float:left;
}

li.woocommerce-mini-cart-item > dl.variation > dd{
    margin: 7px;
}

li.woocommerce-mini-cart-item > dl.variation > dd p{
    display:block;
    line-height: 1;
    margin:0;
    padding:0;
}

li.woocommerce-mini-cart-item > dl.variation > dt{
    display:none;
}

li#wtc_after_cart_content{
    height: auto;
    padding: 20px auto;
}

li#wtc_after_cart_content > span.coupon-label{
    float:left;
}

li#wtc_after_cart_content > span.coupon-data{
    float:right;
    margin-left:20px;
}

.wtc-updater{
    display:none;
    visibility: hidden;
}

.woocommerce-page #wtc_after_cart_content .woocommerce-info {
    background: none;
    border: none;
    padding: 0 !important;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.woocommerce-page #wtc_after_cart_content .woocommerce-info a.showcoupon {
    font-size: 12px;
}
.woocommerce-page #wtc_after_cart_content form.checkout_coupon {
	margin: 0 0 10px 0;
    border: none !important;
    float: left;
    width: 100%;
}
.woocommerce-page form.checkout_coupon p.form-row {
    padding:  0;
    margin:  0;
}
.woocommerce-page form.checkout_coupon p.form-row.form-row-first {
    width: 55%;
    padding: 0 10px 0 0 !important;
}

.woocommerce-page form.checkout_coupon p.form-row.form-row-last {
    width: 45%;
}
.woocommerce-page form.checkout_coupon p.form-row.form-row-last button.button {
    height: 34px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    border: none;
}
.woocommerce-page form.checkout_coupon p.form-row input#coupon_code {
    height: 34px;
    width: 100%;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #cdcdcd;
    padding: 10px;
    font-size: 16px;
}

.woocommerce-page #wtc_after_cart_content input#coupon_code {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

/* CART USP */
.cart.usp {
    margin: 50px auto 0;
    width:  100%;
    padding:  5%;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    display: table;
}

.cart.usp h3 {
    text-align: center;
    margin: 0;
    padding: 0 0 5% 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.cart.usp ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content:  center;
    align-items:  center;
}
.cart.usp ul li {
    margin-bottom: 10px;
    font-size: 14px;
    width:  100%;
}
.cart.usp ul li:before {
    font-family: "Font Awesome 5 Pro", "FontAwesome";
    font-size: 24px;
    float: left;
    display: block;
    padding: 5px 10px;
    line-height:  24px;
    width: 50px;
    text-align: center;
}
.cart.usp ul li p {
    padding: 0;
    margin: 0;
    line-height: 14px;
    color: #000;
    font-weight: normal;
}
.cart.usp ul li span {
    width: 100%;
    font-size: 12px;
    color: #474747;
    font-weight: normal; 
}
/* CART SERVICE */
.cart.service {
    margin: 40px auto 0;
    width:  80%;
    padding:  5%;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
}

.cart.service h3 {
    text-align: center;
    margin: 0;
    padding: 0 0 5% 0 !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}

.cart.service ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content:  center;
    align-items:  center;
}
.cart.service ul li {
    margin-bottom: 10px;
    font-size: 14px;
    width:  100%;
}
.cart.service ul li:before {
    font-family: "Font Awesome 5 Pro", "FontAwesome";
    font-size: 24px;
    float: left;
    display: block;
    padding: 5px 10px;
    line-height:  24px;
    width: 50px;
    text-align: center;
}
.cart.service ul li p {
    padding: 0;
    margin: 0;
    line-height: 14px;
    color: #000;
}
.cart.service ul li span {
    width: 100%;
    font-size: 12px;
    color: #474747;  
}
/* CHECKOUT SHIPPING TEMP STYLES */
.woocommerce-shipping-methods {
	padding: 10px;
}
.shipping-selector h3.shipping-methods-folder {
	display: none;
}
.shipping-selector h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 10px auto;
}
.shipping-methods-foldable {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
.woocommerce-shipping-methods > ul > li {
	border-bottom: 1px solid #cbcbcb;
	padding: 10px
}
.woocommerce-shipping-methods > ul {
    list-style-type: none;
    padding: 0;
    margin:  0;
}
.woocommerce-shipping-methods > ul > li {
    display: table;
    vertical-align: top;
    box-sizing: border-box;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    font-size: 14px;
    line-height: 18px;
}
.woocommerce-shipping-methods > ul > li:last-child {
    border-bottom: none;
}
.woocommerce-shipping-methods > ul > li input {
    display: table-cell;
    vertical-align: top;
    margin: 5px 10px 0 0;
    
}

.woocommerce-shipping-methods > ul > li label {
    display: table-cell;
    vertical-align: top;
    width:100%;
}

.woocommerce-shipping-methods .shipping-label{
    font-weight: normal;
    color:#000;
}
ul.shipping-features > li {
    list-style: none;
}
ul.shipping-features > li:before {
    font-family: "Font Awesome 5 Pro", "FontAwesome";
    content: "\f00c" !important;
    padding: 0 8px 0 0;
    color: #7cd0b7;
}
.shipping-selector .shipping-cost{
    color: #aaa;
    font-weight: 300; 
}
.shipping-selector .shipping-image img{
    max-height:27px;
}
.shipping-selector .shipping-image{
    float:right;
}
.shipping-selector .shipping-description{
    display: block;
    color: #aaa;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 12px;
    margin: 5px 0 5px;
}
.shipping-selector .shipping-features{
    background: #fafafa;
    border-radius: 6px;
    padding: 15px 20px;
    display:block;
    color:#000;
    font-weight:normal;
    width: 100%;
}
.shipping-selector ul.shipping-features li {
	padding: 0;
	border-bottom: none;
}
.woocommerce ul#shipping_method li label ul.shipping-features,
.woocommerce-page ul#shipping_method li label ul.shipping-features {
    display: none;
    transition: ease-in 0.5s;
    -moz-transition: ease-in 0.5s;
    -webkit-transition: ease-in 0.5s;
}
.woocommerce ul#shipping_method li.selected label ul.shipping-features,
.woocommerce-page ul#shipping_method li.selected label ul.shipping-features {
    display: block;
    transition: ease-in 0.5s;
    -moz-transition: ease-in 0.5s;
    -webkit-transition: ease-in 0.5s;
}
.payment-selector h3,
.shipping-selector h3 {
    font-size: 18px;
    margin: 5px 0;
}
.payment-selector ul{
    list-style-type: none;
}

.payment-selector ul li{
    line-height: 2;
}

.payment-selector ul li img{
    height:30px;
    width:auto;
    margin: 0 10px;
}

.payment-selector ul li * {
    cursor: pointer;
}

/* HIDE ALL NON-REQUIRED ELEMENTS FROM CHECKOUT */

/**
EDITED 11.09.2018 BY STIM TO OPEN STRIPE CARD DETAILS EMBEDDED FORM
 */
div.checkout-area div.woocommerce-info,
div.checkout-area #order_review_heading,
div.checkout-area .woocommerce-checkout-review-order-table,
div.checkout-area .woocommerce-checkout-review-order .shipping-title,
div.checkout-area .woocommerce-checkout-review-order .woocommerce-shipping-methods,
div.checkout-area ul.wc_payment_methods li.wc_payment_method > input,
div.checkout-area ul.wc_payment_methods li.wc_payment_method > label,
div.checkout-area .checkout_coupon,
div.checkout-area .woocommerce-message,
div.checkout-area input#payment_method_stripe,
div.checkout-area label[for=payment_method_stripe]
{
    display:none !important;
    visibility: hidden;
}
/*** Stripe fixes for embeded ***/
.payment_box.payment_method_stripe div > p {
    font-size: 18px;
    font-weight: 400;
}
div.checkout-area ul.wc_payment_methods{
    list-style: none;
    text-indent: 0;
    margin: 0;
    padding: 0;
}
div.checkout-area ul.wc-stripe-error{
    display: inline-flex;
}
div.checkout-area div.shipping_address{
    display: none;
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    list-style: none;
    padding: 0px 15px 10px 15px;
}
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
    margin: 0 0px 5px 0;
    font-size: 14px;
}
fieldset#wc-stripe-cc-form {
    border: none;
    background: #fafafa !important;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
}
fieldset#wc-stripe-cc-form .form-row {
    font-size: 13px;
}
fieldset#wc-stripe-cc-form .form-row div#stripe-card-element,
fieldset#wc-stripe-cc-form .form-row div#stripe-exp-element,
fieldset#wc-stripe-cc-form .form-row div#stripe-cvc-element {
    background: #fff !important;
    padding: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated.input-has-value {
    font-size: 13px;
}

/* TERMS */
.wc-terms-and-conditions #terms{
    position: relative;
}

.woocommerce-shipping-fields #ship-to-different-address-checkbox{
    position:relative;
    margin: 2px;
}

div.checkout-area div.col-1,
div.checkout-area div.col-2{
    display:block !important;
    width:100% !important;
}

/* CHOOSE PAYMENT */

ul.checkout-payments {
	display: flex;
	flex-direction: row;
    border: 1px solid #cbcbcb;
    margin: 5px 0 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0;
    overflow: hidden;
    border-bottom: none;
    justify-content: space-between;
}
ul.checkout-payments li:first-child {
    border: none;
}
ul.checkout-payments li {
	position: relative;
    display: flex;
    border-left: 1px solid #cbcbcb;
    width: 100%;
    background: #f7f7f7;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #cbcbcb !important;
    align-items: center;
}
ul.checkout-payments li input {
	display: none;
}
ul.checkout-payments li:hover {
	background: #fff;
	cursor: pointer;
}
ul.checkout-payments li.selected {
    background: #fff;
    border-bottom: 1px solid #fff !important;
}
ul.checkout-payments li label {
	font-size: 14px;
	line-height: 18px;
    display: block;
    width: 100%;
    font-weight: 400 !important;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 15px 15px 15px 22px;
    z-index: 2;
}
ul.checkout-payments li label span img,
ul.checkout-payments li label span i {
	display: none;
}
.checkout-area {
	box-sizing: border-box;
    padding: 0 20px 20px 20px; 
    overflow:  hidden;
    width:  100%;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}


/** REGULAR CHECKOUT **/
/* STRIPE FIX */
ul.checkout-payments label[for="wtc_payment_method_stripe"] span.checkout__payment-method-column {
    display: inline-block;
}
ul.checkout-payments label[for="wtc_payment_method_stripe"] span i.stripe-pf {
    padding: 10px 5px;
}
ul.checkout-payments label[for="wtc_payment_method_stripe"] span i.stripe-pf::before {
    font-size:  16px;
}
/* SHIPPING FIELDS */
.wtc-checkout-cart-wrapper form.checkout.woocommerce-checkout {
	padding: 20px 0 0 0;
}

.checkout-area  form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p,
.checkout-area  form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p {
    position:  relative;
}
.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label {
    position:  absolute;
    margin: 7px 0 0 12px;
    font-size: 16px;
    font-weight: normal;
    color: #cbcbcb !important;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

/* WC 3.4 compatibility */

.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label span.optional,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label span.optional{
    display: none;
    visibility: hidden;
}

/* end WC 3.4 compatibility */

.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label abbr.required,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label abbr.required {
    color: rgba(255, 0, 0, 0.6);
    text-decoration: none;
    font-size: 13px;
}
.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p input[type="text"].input-text,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p input[type="text"].input-text,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p input[type="tel"].input-text,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p input[type="tel"].input-text,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p input[type="email"].input-text,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p input[type="email"].input-text {
    padding: 10px 11px 10px;
    height: 45px;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-color: #cbcbcb !important;
    background-color: #fff;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none;
}
.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.input-has-value input[type="text"].input-text,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.input-has-value input[type="text"].input-text,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.input-has-value input[type="tel"].input-text,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.input-has-value input[type="tel"].input-text,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.input-has-value input[type="email"].input-text,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.input-has-value input[type="email"].input-text {
    padding: 15px 11px 3px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none;
}
.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p input[type="text"].input-text:focus,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p input[type="text"].input-text:focus,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p input[type="tel"].input-text:focus,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p input[type="tel"].input-text:focus,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p input[type="email"].input-text:focus,
.checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p input[type="email"].input-text:focus {
    border-color: #000 !important;
}
.woocommerce-page .checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .select2-container--default .select2-selection--single,
.woocommerce-page .checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row .select2-container--default .select2-selection--single {
    padding: 15px 11px 3px;
    height: 45px;
    font-size: 16px;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    background: transparent;
    border-color: #cbcbcb !important;
}
.woocommerce-page .checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_country_field > label,
.woocommerce-page .checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p#billing_country_field > label {
    margin: -2px 0 0 12px;
    font-size: 12px;
}
.woocommerce-page .checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row span span > span.select2-selection__rendered,
.woocommerce-page .checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row span span > span.select2-selection__rendered {
    padding-left: 0;
    line-height: 26px;
}
.woocommerce-page .checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row span span > span.select2-selection__arrow,
.woocommerce-page .checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row span span > span.select2-selection__arrow {
    margin: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cbcbcb;
    padding: 10px;
    font-size: 16px;
}
.woocommerce-page .checkout-area form.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.input-has-value > label,
.woocommerce-page .checkout-area form.checkout.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.input-has-value > label {
    font-size: 12px;
    margin: -2px 0 0 12px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.checkout-area input#createaccount {
    width: 14px;
    height: 14px;
}

/* SHIPPING FIELDS */

.checkout-area h3#ship-to-different-address {
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkout-area label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.checkout-area .woocommerce-shipping-fields #ship-to-different-address-checkbox {
    position: relative;
    margin: 2px 10px 0 4px;
}

/* ORDER NOTES */
.woocommerce-additional-fields__field-wrapper textarea.input-text#order_comments {
    background-color: #fff;
    border: 1px solid #cbcbcb !important;
    border-radius: 4px !important;
}

/* ACCEPT & PAYMENT */
.woocommerce #payment, .woocommerce-page .checkout-area #payment {
    background: #fff;
    border:  none;
}
.woocommerce .checkout-area #order_review,
.woocommerce-page .checkout-area #order_review {
    padding: 0;
}
.woocommerce .checkout-area .woocommerce-terms-and-conditions {
    box-shadow: none;
    background: #fafafa;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    margin-left: -7px;
    margin-right: -7px;
}

/** WOOCOMMERCE FORMS **/
/* WooCommerce-layout.css */
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both;
}



/* WooCommerce.css */
.woocommerce form .form-row{
	padding:3px;
	margin:0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition:opacity .5s .5s ease;
	transition:opacity .5s .5s ease;
	opacity:0;
}
.woocommerce form .form-row label {
	line-height:2;
}

.woocommerce form .form-row label.hidden {
	visibility:hidden;
}

.woocommerce form .form-row label.inline {
	display:inline;
}
.woocommerce form .form-row select {
	cursor:pointer;
	margin:0;
}
.woocommerce form .form-row .required {
	color:red;
	font-weight:700;
	border:0;
}
.woocommerce form .form-row .input-checkbox {
	display:inline;
	margin:-2px 8px 0 0;
	text-align:center;
	vertical-align:middle;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	box-sizing:border-box;
	width:100%;
	margin:0;
	outline:0;
	line-height:1;
}

.woocommerce form .form-row textarea {
	height:4em;
	line-height:1.5;
	display:block;
	box-shadow:none;
}

.woocommerce form .form-row .select2-container {
	width:100%;
	line-height:2em;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color:#a00;
}


.woocommerce form .form-row ::-webkit-input-placeholder {
	line-height:normal;
}

.woocommerce form .form-row :-moz-placeholder {
	line-height:normal;
}

.woocommerce form .form-row :-ms-input-placeholder {
	line-height:normal;
}
input[type=number], textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #808080;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page input.button  {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}


.woocommerce ul.products, .woocommerce-page ul.products {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-gap: 10px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 100%;
}

img.attachment-shop_catalog.size-shop_catalog.wp-post-image {
    width:  100%;
    height:  auto;
}

h2.woocommerce-loop-product__title {
    font-size:  14px;
    font-weight: normal;
}


/*** THANK YOU ***/
.woocommerce-order-received .back-link a{
    font-size:13px;
    padding:2px 5px 2px 0;
    text-decoration:none;
}
.woocommerce-order-received .back-link a:before {
	font-family: "Font Awesome 5 Pro", "FontAwesome";
	content: "\f053";
}
.woocommerce-order-received div#main {
    width:  80%;
    margin: 0 auto;
    max-width:  1140px;
}
.woocommerce-order-received div#page.site {
    display: grid;
    background-color: #fafafa;
    height:  100vh;
    align-items:  center;
}
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background:  #fff;
    padding:  30px;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    background:  #fff;
    border-radius:  0;
    border:  none;
    padding:  30px;
}
.woocommerce-order-received .woocommerce table.shop_table td {
    border-top: 1px dashed rgba(0,0,0,0.1);
}
.woocommerce-order-received .woocommerce table.shop_table tbody th,
.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border-top: 1px dashed rgba(0,0,0,0.1);
}
.woocommerce-order-received section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses address {
    background:  #fff;
    border: none;
    padding:  30px;
}
#fl-to-top {
    display: inline;
    padding: 10px 15px;
    background: rgba(0,0,0,0.3);
    color: white;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

/* SPINNER */
.wtc-block-ui img{
    height: 2em;
    width: 2em;
    opacity:.7;
    position:fixed;
    top:50%;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.hid{
    display: none !important;
}


div#cart-widget-block{
    background: #fff;
    opacity: .6;
    filter:alpha(opacity=60);
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 5;
    cursor: progress;
    text-align: center;
    padding-top: 40%;
    display: none;
}

div#cart-widget-block img{
    height: 2em;
    width: 2em;
    opacity:1;
    position:fixed;
    top:40%;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

p.processing-order{
    padding: 20px;
    text-align: center;
    font-size:14px;
    text-transform: uppercase;
}

/*Coupons list customizations*/
body #coupons_list h3{
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}

body #coupons_list .discount-info {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    max-width: 75%;
    margin-top: 7px;
}

body #coupons_list .discount-info:hover{
    border-bottom-color: #000;
}

body #coupons_list .discount-info .woocommerce-Price-amount {
    font-weight: normal;
}

body #coupons_list #all_coupon_container .code,
body #coupons_list #all_coupon_container .coupon-expire{
    display:none;
}

/*Hide message "If you have a coupon code, please apply it below."*/
body .woocommerce-form-coupon p:not(.form-row){
    display: none;
}

#wtc_after_cart_content .woocommerce-notices-wrapper{
    font-size: 13px;
}

/* Datapolicy style */
.wtc-checkout-policy {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.wtc-checkout-policy a {
	font-size: 11px;
}

/* Cross-sells */

#wtc_after_cart_content {
    position: relative;
    width: inherit;
}

#wtc_after_cart_content .cross-sells {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 50px;
}

#wtc_after_cart_content .cross-sells > h2 {
    font-weight: 600;
    font-size: 14px;
}

#wtc_after_cart_content .cross-sells > ul.products {
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

#wtc_after_cart_content .cross-sells > ul.products > li {
	margin: 0 0 13px 0;
}

#wtc_after_cart_content .cross-sells > ul.products img {
    width: auto;
    float: left !important;
    margin: 0 10px 0 0;
    border-radius: 4px;
    max-height: 95px;
    height: auto;
}


#wtc_after_cart_content .cross-sells > ul.products > li > a.woocommerce-loop-product__link > h2 {
	margin: auto;
	font-size: 14px;
}

#wtc_after_cart_content .cross-sells > ul.products > li > a.add_to_cart_button {
    border: transparent;
    padding: 6px 12px;
    text-shadow: none;
    display: table;
    margin: 10px 0 0 0;
    border-radius: 3px;
    text-align: center;
    left: 0px;
    position: relative;
    font-size: 13px;
}

/*Payment methods customizations - https://www.wrike.com/open.htm?id=403262659*/
div.payment_box a.sv-wc-payment-gateway-payment-form-manage-payment-methods {
    display: block;
    width: max-content;
    margin: 10px 0;
}

div.payment_box label img {
    height: auto !important;
    width: auto !important;
    max-width: 62px !important;
    max-height: 36px !important;
    position: absolute;
    margin-top: -5px;
    margin-left: 10px;
}

div.payment_box a.cancel {
    margin-left: 10px;
    color: #999;
}

div.payment_box a.cancel:hover {
    color: #000;
}

div.payment_box fieldset {
    border: none !important;
}

/*Login Popup styles*/

@media screen and ( min-height: 410px ){
    #wtc-login-form-hover {
        top: 50%;
        max-height: 400px;
        margin-top: -200px;
    }
}
@media screen and ( min-width: 530px ) {
    #wtc-login-form-hover {
        left: 50%;
        max-width: 520px;
        margin-left: -260px;
    }
}

.wtc-login-form {
    padding: 50px 70px 5px;
}

.wtc-login-form h4{
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 0;
    margin: 0 0 32px 0;
}

.wtc-login-form .lost_password {
    position: absolute;
    right: 74px;
    margin-top: -87px;
}

.wtc-login-form form .form-row {
    display: block;
    width: 100%;
}

.wtc-login-form .form-row input.input-text {
    padding: 24px 10px 5px 10px;
    -webkit-appearance: textfield;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #e5e3e1;
}


.wtc-login-form .form-row label {
    position: absolute;
    padding: 0;
    margin: 0 10px;
    font-size: 12px;
    color: #999;
}

.wtc-login-form button.button {
    width: 177px;
    height: 50px;
    border-radius: 5px;
    background-color: #FC5A49;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    margin: 9px 0 0 0;
}

.wtc-login-form .form-row label.woocommerce-form-login__rememberme {
    position: relative;
    float: none;
    margin: 0;
    color: #333;
}

.wtc-login-form .woocommerce-error {
    font-size: 14px;
    border: none !important;
    display: none;
    text-align: center;
    width: 100%;
    margin: 9px 0 0 0;
    padding: 0;
}

#wtc-login-form-hover .close-but {
    display: none !important;
}

@media screen and ( max-width: 450px ){

    .wtc-login-form {
        padding: 30px 20px 30px 20px;
    }

    .wtc-login-form .lost_password {
        width: 100%;
        position: relative;
        margin: 0;
        left: 0;
        text-align: right;
    }

}