/*!
Theme Name: ploskayakrovlya
Author: WEB DUCK
Author URI: http://none
Description: Description
Version: 1.0.0
Text Domain: ploskayakrovlya

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body.single-product {
    padding-top: 0;
}
.woocommerce div.product div.images img {
    max-width: 300px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 5px;
}

form.woocommerce-ordering {
    float: none !important;
}
select.orderby {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 185px;
}
.category__product-icons {
    gap: 10px;
    position: relative;
}
.category__product-icons .cart-ic a {
    border-radius: 12px;
    border: 2px solid #FFB701;
    font-size: 0px;
    display: block;
    width: 44px;
    height: 44px;
    background: url(assets/images/cart-ic.svg) no-repeat center center;
}
.category__product-icons .cart-ic a:hover {
    opacity:0.7;
    background: url(assets/images/cart-ic.svg) no-repeat center center;
}

.category__product-icons .cart-compare a.add_to_cart_button {
    border-radius: 12px;
    border: 2px solid #FFB701;
    font-size: 0px;
    display: block;
    width: 44px;
    height: 44px;
    background: url(assets/images/cart-ic.svg) no-repeat center center;
}
.category__product-icons .cart-compare a.add_to_cart_button:hover {
    opacity:0.7;
    background: url(assets/images/cart-ic.svg) no-repeat center center;
}
.category__product-icons .cart-compare .yith-wcwl-add-to-wishlist i {
    display: none;
}
.category__product-icons .cart-compare .yith-wcwl-add-to-wishlist {
    margin: 0;
}
.category__product-icons .cart-compare .yith-wcwl-add-to-wishlist a {
    border-radius: 12px;
    border: none;
    font-size: 0px;
    display: block;
    width: 44px;
    height: 44px;
    background: url(assets/images/whi-ic.png) no-repeat center center;
    background-size: cover;
}
.category__product-icons .cart-compare .yith-wcwl-add-to-wishlist.exists {
    font-size: 0px;
}
.category__product-icons .cart-compare .yith-wcwl-add-to-wishlist.exists a {
    background: url(assets/images/wh-ic-active.svg) no-repeat center center;
    background-size: cover;
}
.category__product-icons .cart-compare {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row-reverse;
}

.category__product-icons .cart-compare a.compare {
    border-radius: 12px;
    border: 2px solid #FFB701;
    font-size: 0px;
    display: block;
    width: 44px;
    height: 44px;
    background: url(assets/images/compare-ic.png) no-repeat center center;
}
.category__product-icons .cart-compare a.compare:hover {
    opacity:0.7;
    background: url(assets/images/compare-ic.png) no-repeat center center;
}
.category__product-icons .cart-compare a.compare.added {
    background: url(assets/images/compare-ic-active.png) no-repeat center center;
}




.carousel__priceAndIcons-icons .compare.added {
	 border-radius: 12px;
    border: 2px solid #FFB701;
    font-size: 0px;
    display: block;
    width: 34px;
    height: 34px;
	background: url(assets/images/compare-ic-active-34.png) no-repeat center center;
}

.yith-wcwl-add-to-wishlist {
    margin: 0;
}
.compare-whishlist-slingle {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}
.compare-whishlist-slingle .yith-wcwl-add-to-wishlist i {
    display: none;
}
.compare-whishlist-slingle .yith-wcwl-add-to-wishlist a {
    font-weight: 400;
    display: flex;
    font-size: 16px;
    align-items: center;
    padding-left: 40px;
    line-height: 18px;
    color: #000000;
    height: 33px;
    background: url(assets/images/whi-ic.png) no-repeat left center;
    background-size: contain;
		background-color: transparent!important;
		color: #000!important;
}
.compare-whishlist-slingle .yith-wcwl-add-to-wishlist a:hover {
	background: url(assets/images/whi-ic.png) no-repeat left center;
    background-size: contain;
}
.compare-whishlist-slingle a.compare {
    font-weight: 400;
    display: flex;
    font-size: 16px;
    align-items: center;
    padding-left: 40px;
    line-height: 18px;
    color: #000000;
    height: 33px;
    background: url(assets/images/compare-ic.png) no-repeat left center;
    background-size: contain;
}
.compare-whishlist-slingle a.compare.added {
    background: url(assets/images/compare-ic-active.png) no-repeat left center;
    background-size: contain;
}
.compare-whishlist-slingle .yith-wcwl-add-to-wishlist.exists a {
    background: url(assets/images/wh-ic-active.svg) no-repeat left center;
    background-size: contain;
}
.compare-whishlist-slingle .yith-wcwl-add-to-wishlist.exists span.feedback {
    display: none;
}
a.added_to_cart.wc-forward {
    position: absolute;
    background: none;
    width: 100%;
    font-size: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0;
    height: 34px;
    justify-content: center;
    border: none;
    text-decoration: underline;
    left: 0;
    color: #000;
    margin-top: 4px;
	top:45px;
}
a.button.add_to_cart_button.ajax_add_to_cart.added {
    background:#FFB701 url(assets/images/cart-ic-active.svg) no-repeat center center;
}
a.added_to_cart.wc-forward:hover {
    background: none;
}
.category__product .category__product-right {
    justify-content: start;
    gap: 10px;
}
.single__right-score button.single_add_to_cart_button {
    background: #ffb701 !important;
    border-radius: 20px;
    width: 100%;
    display: block;
    float: none;
}
.single__right-score > form {
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.woocommerce .quantity .qty {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: none;
}

section.related.products {
    margin-top: 50px;
}
.woocommerce a.remove {
    display: flex;
    justify-content: center;
    font-size: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    border: 0;
    background: #ccc;
    align-items: center;
    margin: 0 0 0 10px;
}
.cart .quantity .qty {
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 34px;
    padding: 0 8px;
    background: #fafafa;
}

.update-table-box {
    display: none;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
    display: flex;
    width: 100%;
    justify-content: end;
}
.checkout-right-box {
    padding-top: 30px;
}
.checkout-right-box h3 {
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
}
button.woocommerce-Button.button.wp-element-button, a.button.wc-backward.wp-element-button {
    background: #ffb701;
    color: #fff;
    border-radius: 20px;
    margin: 20px 0;
    height: 40px;
    width: 100%;
    max-width: 300px;
    font-size: 17px;
}
button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
    background: #ffb701;
    color: #fff;
    border-radius: 20px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #FFCA45 !important;
}
form.woocommerce-EditAccountForm.edit-account input.input-text {
    background: #F9F9F9;
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    width: 100%;
    height: 46px;
    padding: 20px;
}
form.woocommerce-form.woocommerce-form-login.login input.input-text, form.woocommerce-form.woocommerce-form-register.register input.input-text {
    background: #F9F9F9;
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    width: 100%;
    height: 46px;
    padding: 20px;
}

.wpcf7-form input {
	background: #F9F9F9;
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    width: 100%;
    height: 46px;
    padding: 20px;
}
.wpcf7-form textarea {
	background: #F9F9F9;
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    width: 100%;
    padding: 20px;
}
form.wpcf7-form.init label span {
    display: block;
    margin: 15px 0;
}

p.woocommerce-LostPassword.lost_password a {
    color: #000000;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    margin: 0 0 0 10px;
}
form.woocommerce-form.woocommerce-form-register.register {
    font-size: 12px;
    line-height: 20px;
}
.header_non_auth a {
    color: #fff;
}
.header_non_auth a:hover {
    text-decoration: underline;
}
.header_non_auth {
    width: auto;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    transition: all 0.2s ease;
    z-index: 1;
}
.settings__main {
    min-height: 300px;
}
a.woocommerce-button.wp-element-button.button.view {
    background: #ffb701;
    color: #fff;
}
.settings__main h2.woocommerce-order-details__title, .settings__main h2.woocommerce-column__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.settings__main  section.woocommerce-order-details {
    margin-top: 40px;
}
.woocommerce .woocommerce-customer-details address {
    line-height: 26px;
}

table.compare-list .product_title {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    height: 49px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
table.compare-list .remove a {
    text-transform: lowercase;
    text-decoration: none;
}
table.compare-list .remove span {
    color:red;
}


#yith-woocompare table.compare-list tr td {
    font-weight: 400;
    color: #9E9E9E;
    text-align: initial;
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 10px;
    width: 284px;
}
#yith-woocompare table.compare-list tr:nth-child(even) {
    background: #F9F9F9;
}
#yith-woocompare table.compare-list tr {
    background: #ffffff;
}
#yith-woocompare table.compare-list tbody th {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
    overflow: hidden;
    color: #333333;
    background-color: #f2f2f2;
    text-align: center;
    text-transform: none;
    font-weight: 700;
    font-size: 14px;
}
.compare-table-clear a.button.yith_woocompare_clear {
    background: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-left: 8px;
    text-transform: none !important;
}
#yith-woocompare table.compare-list .product_info .add_to_cart_wrap > a {
    background: #FFB701;
    border-radius: 10px;
    color: #FFFFFF;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: none;
    margin: 10px auto;
    text-align: center;
}
#yith-woocompare table.compare-list .product_info a.added_to_cart.wc-forward {
    font-size: 14px !important;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}
div#yith-woocompare {
    min-height: 500px;
}
.carousel__item-box img {
    margin: 0 auto;
}
.carousel__priceAndIcons-icons a.added_to_cart.wc-forward {
    display: none !important;
}

.carousel__priceAndIcons-icons a.button.add_to_cart_button.ajax_add_to_cart.added {
    background: #FFB701 url(assets/images/cart-ic-active.svg) no-repeat center center;
    width: 33px;
    height: 33px;
    border-radius: 6px;
}
.carousel__priceAndIcons-icons a.button.add_to_cart_button.ajax_add_to_cart.added svg {
    display: none;
}
.carousel__priceAndIcons-icons {
    gap: 5px;
}





div#popup {
    width: 100%;
    max-width: 470px;
	margin:0 auto;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
	background:#FFCA45;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0;
}
.content-box-inner p {
    margin-bottom: 20px;
    line-height: 26px;
}
.single__product, .single__product {
	padding-top:24px;
}
.header__bucket-score {
    position: absolute;
    right: 7px;
}
.header__two_bucket.btnPrimary > a svg {
    top: 9px;
    position: absolute;
    left: 7px;
}
.header__two_bucket.btnPrimary {
    position: relative;
}
.header__two_bucket.btnPrimary > a {
    display: block;
    width: 100%;
    position: absolute;
    height: 50px;
    left: 0px;
    top: 2px;
}
.sidebar {
    margin-bottom: 80px;
		margin-top: 15px;
}
.sidebar__account {
	margin-top: 15px;
}


.yith-wcwl-add-button span, .yith-wcwl-add-button a.view-wishlist {
	display: none;
}
.yith-wcwl-add-button a.add_to_wishlist  span {
	display: block;
}

.current_page a {
	color: #FFB701!important;
	font-weight: 700!important;
}
.add_to_wishlist.bgColor .bestIconLike {
	background-color: #FFCA45;
    border: 2px solid white;
		fill: white;
}