/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*LOGO*/
#masthead{margin-top:4px;}
/*GoogleRecaptcha*/
.grecaptcha-badge {visibility: hidden;}
/*Button more,next etc*/
.wce_buttons,
.more-link{
	border-radius: 99px;
	color:white!important;
	background-color:#ffcc33!important;
	border-color:#ffcc33!important
}
.wce_buttons:hover,
.more-link:hover{
	background-color:#bd9f46!important;
}
/*Subscribe form submit*/
.icon-shopping-basket::after,
input[type="submit"]:not(.is-form){
	background-color:#ffcc33!important;
	color:white;
}
input[type="submit"]:not(.is-form):hover{
	background-color:#666666;
}
/*Follow form social icons*/
.follow_icon > .icon-box-img > .icon > .icon-inner{
	background-color:#ffcc33!important;
	border-color:#ffcc33!important;
	color:white;
}
.follow_icon > .icon-box-img > .icon > .icon-inner:hover{
	background-color:#bd9f46!important;

}
/*************** WOOCOMMERCE   ***************/
/*Login page*/
#customer_login > .u-column1{
	width: 40%;
}
#customer_login > .u-column2{
	width: 50%;
	padding-left: 20px;
}
/*User Dashboard*/
.account-user > .user-name > .user-id{
	display:none;
}
/*Woocommerce submit*/
button[type="submit"],
.button-continue-shopping,
.wc-backward,
.woocommerce-Button,
.woocommerce-form-login__submit, 
.woocommerce-form-register__submit{
	border-radius: 99px;
	background-color:#ffcc33!important;
	color:white!important;
}
.coupon > .is-form,
.wc-forward{
	border-radius: 99px;
}
/*Woocommerce input*/
input[type="text"],
input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password']{
	background-color: rgba(0,0,0,.03);
	box-shadow: none;
	border-color: rgba(0,0,0,.09);
	color: currentColor !important;
	border-radius: 99px;
}
.[data-icon-label]::after{
	background-color:#ffcc33!important;
}
/*CART*/
.page-title, .checkout-page-title{display:none!important;}
.woocommerce-additional-fields{display:none!important;}
.large-5 .has-border{border-radius:19px;}
#payment .place-order{display: flex;justify-content: start;}
.woocommerce-checkout .cart-subtotal{display:none;}
.woocommerce-checkout .product-total{color:white;}
.payment_method_tinkoff{text-align:left;}
.place-order #place_order{margin: 0px;margin-bottom: 20px;}
.payment_method_tinkoff > label{display:none!important;}
.woocommerce-form-coupon-toggle{display:none!important;}
.checkout_coupon{display:block!important;}
.shop_table > thead > tr > .product-name, .shop_table > thead > tr > .product-total{display:none!important;}
.woocommerce-checkout .has-border {
  border: none!important;
  padding: 0px!important;
}
.woocommerce-checkout .product-quantity{display:none!important;}
/***************CONTACT FORM 7****************************/
/*valid tip*/
.wpcf7 .wpcf7-not-valid-tip {margin-bottom: 19px;}
/*responce output*/
.wpcf7 .wpcf7-response-output {margin: 0px !important;}
.wpcf7-spinner{display:none!important;}
/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media (min-width: 769px) and (max-width: 849px){
#customer_login{
	display:flex;	
}
}

@media only screen and (max-width: 48em) {
/*Login page*/
#customer_login > .u-column1{
	width: 100%;
	text-align:center;
}
#customer_login > .u-column2{
	width: 100%;
	padding-left: 0px;
	padding-top:20px;
	text-align:center;
}

}