@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//cottony.md/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//cottony.md/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//cottony.md/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//cottony.md/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//cottony.md/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//cottony.md/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//cottony.md/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//cottony.md/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//cottony.md/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #d5a47e;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #38312b;
	--btn-default-bgcolor-hover: #d5a47e;
	--btn-accented-bgcolor: #38312b;
	--btn-accented-bgcolor-hover: #d5a47e;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #38312b;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}



.product-image-summary .product-images .product-labels {
    left: 0; 
 		align-items: start;
}

.product-image-summary .product-images .labels-rounded {
    top: 7px;
}

.product-label.new {
    background-color: #79b38ae0;
		position: relative;
    left: 0;
}
.meta-author {display: none !important;}
.widget_shopping_cart .remove { 
    width: 30px;
    height: 30px;    
    line-height: 30px;
}

.title,.woocommerce-Reviews .comment-reply-title,h1,h2,h3,h4,h5,h6,legend {    
    font-weight: 500;    
}

/* Input fields border */
.quantity input[type=button], input[type=number], input[type=url], input[type=tel], input[type=date], select, textarea {
	border-width: 1px;
}

/* Style "+", "-" quantity button  */
/*.form-style-semi-rounded .quantity .minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.form-style-semi-rounded .quantity .plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}
*/
.quantity input[type=button]:hover {
	background-color: #38312b;	
	border-color: #38312b;
	color: #fffefd;	
}

/* Subsription form */
.mc4wp-form-fields input {background-color: #fdfbf4;}

/* Categories button and product grid popup*/
.woodmart-hover-icons .woodmart-buttons, .category-title {border-radius: 5px;}

/* Prefooter subscription form */
.prefooter-subscription input[type=email] {width: 50%;}

.post-date {
	display:none;
}
div.quantity input[type=button] {border: 1px solid rgba(129,129,129,.2);}

/* Customize Facebook messager position */
.fb_dialog_content iframe {
		right: 30px !important; 
		bottom: 12px !important;
    margin: 0px 50px !important;
}


/* Make cart position above the messenger */
.wd-side-hidden {
	z-index: 3147483645;
}


/* Hide recaptcha */
.grecaptcha-badge {display: none !important;}

/* Hide post date */
.post-date.wd-post-date.wd-style-with-bg {display: none;}
.recent-posts-time {display: none;}
.entry-meta-list {display: none;}

/*Hide post author*/
.entry-meta-list .meta-author {display:none}@media (min-width: 1025px) {
	.woodmart-main-logo {margin-bottom: 5px;}
}

@media (max-width: 576px) {
	.site-mobile-menu li.wpml-ls-item {
		display: inline-block;
		
}
.woodmart-show-sidebar-btn .woodmart-side-bar-icon {
    display:none!important;
}

.wd-action-btn.wd-style-text>a:before {
display: none;
}

.woodmart-show-sidebar-btn:before {
    content:"\f115";
    font-size:16px;
    margin-right:10px;
    font-weight:400;
    font-family: "woodmart-font";
}

    .min-footer .col-right {
        text-align: center;
        width: 100%;
        margin: 0 100%;
    }

.wd-side-hidden {
	z-index: 2147483645;
}
}

