/*
Theme Name:   Woodmart Child
Description:  Woodmart Child Theme
Author:       XTemos
Author URI:   http://xtemos.com
Template:     woodmart
Version:      1.0.0
Text Domain:  woodmart
*/

/* start button-options in product */
.jc-btn-opt__title {
	font-weight: 700;
	color: #4d4d4d;
	margin-bottom: 10px;
	font-size: 14px;
}
.jc-btn-opt_list {
	display: flex;
	flex-wrap: wrap;
}
.jc-btn-opt__item a,
.jc-btn-opt__item span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
	padding: 0 8px;
	margin: 0 10px 10px 0;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
}
.jc-btn-opt__item a:hover,
.jc-btn-opt__item_active span {
	color: #4b8a00;
	background-color: #fafafa;
	border-color: #4b8a00;
}
/* end button-options in product */


/* start new styles for products jc */
.product-wrapper {
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 10px 10px 15px;
	border-radius: 4px !important;
	margin: 0px;
}

.product-element-bottom .price bdi {
	font-size: 22px;
}
.wd-add-btn.wd-add-btn-replace {
	display: flex;
	margin-top: 7px;
}
.wd-add-btn.wd-add-btn-replace a {
	width: 100%;
}
.product-attr {
	display: flex;
	flex-direction: column;
	margin: 8px 12px auto 12px;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
}
.product-wrapper{
	justify-content: space-between !important;
}
.product-element-bottom {
	/* 	flex: 0 0 auto !important; */
}
.product-grid-item .product-element-top{
	max-height: 190px;
}
.product-element-bottom .price{
	margin-top: 0 !important;
}
.product-has {
	display: flex;
	align-items: center;
	gap: 5px;
	text-align: left;
	margin: 5px 0 10px;
	color: #589625;
}
.product-has__check {
	display: flex;
	justify-content: center;
	background-color: #589625;
	color: #fff;
	width: 14px;
	height: 14px;
	align-items: center;
	border-radius: 50%;
	font-size: 9px;
	line-height: 9px;
}
.product-hasnt{
	font-size: 20px;
	color: #505050;
	font-weight: 600;
}
.property {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 650px;
	margin: 0 auto;
}
.property__item-title{
	font-weight: 700;
	font-size: 24px;
	color: #000;
}
.product-attr {
    margin: 0;
}
.product-attr__item-label{
	font-weight: 500;
	color: #000;
}
.product-attr__item-label, 
.product-attr__item-label-values{
	font-size: 16px;
	line-height: 22.4px;
}
li.product-attr__item:last-child{
	border-bottom: none;
} 
span.product-attr__item-label-comma:last-child {
	display: none;
}
li.product-attr__item {
	display: flex;
	gap: 45px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #0000001b;
	padding: 15px 0;
	margin: 0;
}
ul.cat-product-attr {
    list-style: none;
    display: flex;
    flex-direction: column;
	margin: 7px 0;
    padding: 0;
    text-align: left;
    flex: 1 0 auto;
    font-size: 13px;
}
li.cat-product-attr__item {
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid #0000001b;
}
li.cat-product-attr__item:last-child {
    border-bottom: none;
}
li.cat-product-attr__item span {
    color: #000;
    font-weight: 500;
    padding-left: 4px;
}
span.product-see-more {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}
span.product-see-more a{
	color: #589625;
  	font-size: 16px;
}
html{
    scroll-behavior: smooth;
}
.product-messengers {
    display: flex;
    align-items: center;
	font-size: 16px;
    margin: 15px 0;
}
.product-messengers__group {
    display: flex;
    align-items: center;
    margin-left: 20px;
    gap: 5px;
}
.product-messengers__item a {
    display: flex;
    max-width: 32px;
}
span.woocommerce-Price-amount.amount bdi {
    white-space: nowrap;
}
.product-buy-now, .single_add_to_cart_button.clickBuyButton {
    display: inline-flex;
    cursor: pointer;
    border: 1px solid #000;
    margin-left: 10px;
    padding: 9px 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    position: relative;
	background-color: transparent;	
    color: #000;
    box-shadow: none;
	min-width: 150px;
}
.product-element-bottom .single_add_to_cart_button.clickBuyButton {
    margin: 7px 0 0;
}
#formOrderOneClick .popup{
	width: 100% !important;
}
#formOrderOneClick .button {
    width: 100% !important;
    margin: 0 !important;
    background: #4b8a00 !important;
    box-shadow: none !important;
    border: none !important;
    text-shadow: none !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 300 !important;
    border-radius: 3px !important;
    padding: 15px !important;
}
form#buyoneclick_form_order {
    display: flex;
    flex-direction: column;
}
#formOrderOneClick .popup{
	border-radius: 5px !important;
}
form#buyoneclick_form_order input, form#buyoneclick_form_order textarea {
    text-shadow: none !important;
    padding: 10px !important;
    box-shadow: none !important;
    height: auto !important;
    margin: 0 !important;
    width: 100% !important;
	margin-bottom: 15px !important;
}
form#buyoneclick_form_order .table-wrap {
    margin-bottom: 17px;
}
#formOrderOneClick .phoneFormat {
    margin: 0 !important;
}
form#buyoneclick_form_order input::placeholder, form#buyoneclick_form_order textarea::placeholder {
    color: #a1a1a1;
}
form#buyoneclick_form_order h2 {
    text-transform: lowercase;
    font-size: 20px;
}
form#buyoneclick_form_order h2:first-letter {
    text-transform: capitalize;
}
#buyoneclick_form_order .table-wrap table th {
    background-color: #4b8a00 !important;
}
.summary-inner .woocommerce-Price-amount {
    font-size: 30px;
}
.popup .close_order {
    background: none !important;
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 25px;
	z-index: 99;
}
span.description .amount bdi {
    font-size: 20px;
}
#formOrderOneClick .popup {
    top: 50% !important;
}
p.form-message-result {
    font-size: 18px !important;
    text-align: center !important;
    color: #4b8a00 !important;
}
@media (max-width: 800px) {
	ul.cat-product-attr{
		font-size: 12px;
		line-height: 16px;
	}
	li.product-attr__item{
		padding: 7px 0;
	}
	span.product-attr__item-label{
		max-width: 170px;
	}
	span.product-attr__item-label,
	span.product-attr__item-label-values{
		font-size: 16px;
		line-height: 16.4px;
	}
	.product-messengers{
		font-size: 14px;
	}
	.product-messengers__label {
    max-width: 130px;
	}
	.product-buy-now {
		margin-top: 10px;
		margin-left: 0;
	}
	.single_add_to_cart_button.clickBuyButton{
		min-width: 115px;
		font-size: 11px;
		line-height: 14px;
		margin-left: 0;
	}
	form#buyoneclick_form_order input, form#buyoneclick_form_order textarea{
		margin-bottom: 2px !important;
	}
	form#buyoneclick_form_order .table-wrap {
    margin-bottom: 0;
	}
	form#buyoneclick_form_order h2 {
    margin: 0 0 3px 0;
	}
	form#buyoneclick_form_order input, form#buyoneclick_form_order textarea {
    padding: 5px !important;
	}
	#buyoneclick_form_order textarea {
    min-height: 110px;
}
}
/* end new styles for products jc */
