/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
 License: 		GNU General Public License v2 or later
 License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
*/

body .product-grid-item .woodmart-buttons{
	opacity: 1!important;
	-webkit-transform: translateY(0) translateZ(0)!important;
	transform: translateY(0) translateZ(0)!important;
}
.wd-tools-element .wd-tools-icon:before {
	color: #000!important;
	font-size: 22px!important;
}
.labels-rounded .out-of-stock {
	font-size: 16px;
}
.product-grid-item .price {
	font-size: 24px;
}
.main-nav .item-level-0 > a {
	font-size: 18px;
}
/* .swatch-on-single.swatch-disabled.swatch-with-bg::after {

	border-bottom: 4px solid red !important;
	
} */
.panel-heading.cwginstock-panel-heading {
	background: #000 !important;
	border-color: #000 !important;
}
.cwginstock-subscribe-form .panel-primary {
	border-color: #000 !important;
}
.panel-heading.cwginstock-panel-heading h4 {
	margin: 0;
	font-size: 16px !important;
}
.panel-body.cwginstock-panel-body input {
	height: 36px !important;
}
.cwginstock-subscribe-form .panel-body {
	padding: 10px;
}
.cwgstock_name {
	margin-bottom: 10px;
	margin-top: 5px;
}
.panel-body.cwginstock-panel-body br {
	display: none;
}
/*single product start*/
.woocommerce-product-gallery .product-image-thumbnail img{
	max-height: 141px;
	width: auto;
	margin: 0 auto;
	display: block;
}
.woocommerce-product-gallery__wrapper .product-image-wrap img{
	max-height: 650px;
	width: auto;
	margin: 0 auto;
	display: block;
}
.custom_ml_wr{
	min-height: 35px;
	background-color: rgba(0,0,0,.6);
	color:#fff;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content:center;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
}
.summary-inner .custom_ml_wr{
	margin-bottom: 10px;
	max-width: 250px;
}
/*swatches start*/
.swatch-on-single.swatch-with-bg{
	position: relative;
}
.swatch-on-single.swatch-with-bg:before{
	content: '';
	display:block;
	position: absolute;
	left: -4px;
	top: -4px;
	border: 1px solid #cecece;
	border-radius: 100%;
	width: 33px;
	height: 33px;
}
.swatch-on-single.swatch-with-bg:after{
	content: '';
	display:block;
	position: absolute;
	left: -3px;
	top: -3px;
	border: 5px solid #fff;
	border-radius: 100%;
	width: 31px;
	height: 31px;
	opacity: 0;
	transition: all ease .3s;
}
.swatch-on-single.swatch-with-bg:hover:after{
	opacity: 1;
}
.value.with-swatches .swatches-select{
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 6px;
	position: relative;
	flex-wrap: wrap;
}
.rtl .swatches_toggler,
.rtl .value.with-swatches .swatches-select{
	float: right;
}
/*
.value.with-swatches:not(.expanded) .swatches-select{
	width: 100px;
	overflow: hidden;
	flex-wrap: unset;
}
 */
.swatches_toggler{
	display: none;
	align-items:center;
	justify-content: center;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
	width: 20px;
	height: 20px;
	cursor: pointer;
	line-height: 1;
}
.swatches_toggler:before{
	content:'+';
	color: #000;
	font-size: 20px;
	display: block;
}
.swatches_toggler.expanded:before{
	content:'-';
}

/*swatches end*/
.woocommerce-Tabs-panel {
	display: block!important;
	text-align: right;
}
.woodmart-accordion-title{
	display: none!important;
}
.woocommerce-Tabs-panel h2{
	font-size: 24px!important;
	margin-top: 10px;
}

.tabs-layout-accordion .shop_attributes {
	direction: rtl;
}
.tabs-layout-accordion .shop_attributes th {
	text-align: right!important;
}
.tabs-layout-accordion .shop_attributes th,
.tabs-layout-accordion .shop_attributes td{
	border-bottom: none;
}
/*single product end*/

/*products archive end*/

/*woof start*/
/*
.woof_list_color p.woof_tooltip {
	border: 1px solid #ccc;
	height: 21px;
	width: 21px;
	display: block;
	border-radius: 100%;
}
.woof_list_color .checkbox {
	height: 19px;
	width: 19px;
	min-height: unset;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 100%;
	border: none;
	border: 4px solid #fff;
}
.woof_list_color .checkbox:hover,
.woof_list_color .checkbox.checked{
	border: 2px solid #fff;
}
.woof_container h4 {
	color: #000;
	display: block;
	position: relative;
	font-family: inherit
	font-weight: 400;
	font-size: 18px;
	text-transform: unset;
	line-height: 1;
	padding-bottom: 10px;
}
.woof_container h4:after{
	content:'';
	width: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #ccc;
}
.woof_list_label .woof_label_term {
	background-color: #30a031;
	border: none;
	padding: 0 4px;
	width: auto;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	text-transform: lowercase;
}

.woof_list.woof_list_checkbox li .woof_checkbox_term + label {
	position: relative;
	padding: 0 60px 0 0;
	cursor: pointer;
}
.woof_list.woof_list_checkbox li .woof_checkbox_term + label:before {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: block;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 0;
	border-radius: 100%;
	border: 1px solid #ccc;
	background: none;
}
.woof_list.woof_list_checkbox li label:hover:before,
.woof_list.woof_list_checkbox li .woof_checkbox_term:checked + label:before {
	background-color: #000;
}

.woof_list.woof_list_checkbox li .woof_checkbox_term {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.woof_list.woof_list_checkbox li .woof_checkbox_term + label {
	position: relative;
	padding: 0 25px 0 0 ;
	cursor: pointer;
	margin-left:0;
	vertical-align: top;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.woof_list.woof_list_checkbox li .woof_checkbox_term:checked + label{
	color:#000;
}
 */

/*woof end*/
.filters-inner-area {
	justify-content: center;
}
.filters-inner-area .woodmart-price-filter,
.filters-inner-area .woodmart-woocommerce-sort-by{
	display: none!important;
}
.archive .title-size-default {
	padding-top: 10px;
	padding-bottom: 10px;
}
.title-design-centered:not(.without-title) .woodmart-back-btn,
.term-description{
	display:none!important;
}

.iframe_wr{padding-top:56.25%;position:relative}.iframe_wr iframe,.iframe_wr video{width:100%;height:100%;display:block;position:absolute;margin:0;top:0;left:0;border: none;}iframe,video{max-width:100%}
.position-absolute{
	position:absolute;
}
.ml-auto{
	margin-left: auto;
}
.mr-auto{
	margin-right: auto;
}
.w-100{
	width: 100%;
}
.h-100{
	height: 100%;
}
.video_item{
	height: 450px;
	overflow:hidden;
}
.video_item:nth-last-child(n+2){
	margin-bottom: 30px;
}
/*
.video_item:after{
	content: '';
	display: block;
	position: absolute;
	left:15px;
	right:15px;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,.2);
	z-index: 2;
}
 */


.video_item picture{
	left:15px;
	right:15px;
	top: 0;
	bottom:0;
}
.video_item .iframe_wr{
	z-index: 10;
}
.video_bt{
	left: calc(50% - 22px);
	top:calc(50% - 22px);
	z-index: 15;
	cursor: pointer;
}
/*products archive end*/
/*footer start*/
@media (min-width: 1025px){
	.sticky-footer-on .footer-container {
		z-index: 11;
	}
}
/*footer narrow start*/
.footer-column .widget {
	margin-bottom: 5px;
	padding-bottom: 0;
	border-bottom: none;
}

footer .footer-sidebar {
	padding-top: 10px;
	padding-bottom: 0;
}

footer .widget-title{
	font-weight: 300;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 10px;
}
footer.color-scheme-light .footer-widget a {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}
footer .footer-column:first-child .widget_text{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
footer .widget li{
	margin-bottom: 5px;
}
footer .footer-column{
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}
footer .min-footer {
	padding-top: 5px;
	padding-bottom: 5px;
}
footer .wpb_content_element{
	margin-bottom: 0;
}

#trp-floater-ls{
	bottom: unset;
	top: 0;
	left: 0;
}
body.rtl #trp-floater-ls{
	left: unset;
	right: 0;
}

/*footer narrow end*/
@media (min-width: 768px){
	footer .woodmart-social-icons.text-center,
	.copyrights-wrapper .woodmart-social-icons{
		text-align: left;
	}
	.copyrights-wrapper .vc_column_container{
		text-align: right;
	}
}
/*footer end*/
.wd-carousel-spacing-30 .owl-nav>div[class*="prev"] {
    left: 35px!important;
	right: unset!important;
}
.wd-carousel-spacing-30 .owl-nav>div[class*="next"] {
    right: 35px!important;
	left: unset!important;
}

.rtl .wd-carousel-spacing-30 .owl-nav>div[class*="prev"] {
    left: unset!important;
	right: 35px!important;
}
.rtl .wd-carousel-spacing-30 .owl-nav>div[class*="next"] {
    right: unset!important;
	left:  35px!important;
}
@media (min-width: 769px){
	.woocommerce-cart .cart-actions .wd-social-icons{
		float: left;
	}
	.rtl.woocommerce-cart .cart-actions .wd-social-icons{
		float: right;
	}

	.row.product-image-summary-inner{
		flex-direction: row-reverse;	
	}
}

.rtl .labels-rounded .out-of-stock{
	font-size: 16px;
}
.wd-pf-title .title-text {
    font-size: 14px!important;
}
.product-grid-item .wd-entities-title {
	font-weight: 700;
}
.wd-hover-standard .add-to-cart-loop span {
    font-size: 14px;
}


table .shipping-method-total-outer th, table .shipping-method-total-outer td{border-bottom: none !important;}
.woocommerce-shipping-policy-text{border-bottom: 1px solid #E6E6E6;}
.woocommerce-shipping-policy-text td{border-bottom: none !important; text-align: right !important;}
.woocommerce-shipping-policy-text td a{text-decoration-line: underline;}
.woocommerce-shipping-policy-text td a p{font-weight: 600;}
    