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


:root {
	/* --blue: #1e90ff; */
	--red: #B81515;
	--gray1: #0F232D;
}

/* FONTS */
h1{}
h2{
	font-size:50px;
	line-height:50px;
}
h3.wd-entities-title{
	font-size:18px !important;
}
.txt-big-red{
	font-size: 5em; 
	font-weight: 600;
	color: var(--red);
	
}
.title-size-default .title {
    font-size: 55px !important;
    text-transform: uppercase;
    color: var(--gray1);
}
a{
	color: var(--red);
}
div.wd-products-shop-view.products-view-grid a{
	color: #aaa;
}
div.wd-products-shop-view.products-view-grid a:hover{
	color: var(--gray1);
}
div.wd-add-btn a.add_to_cart_button{
	color: var(--red) !important;
}

div.slick-track div.wd-add-btn a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop span:before,
div.slick-track  .wd-hover-alt .wd-add-btn>a span:before{
	background:#fff !important;
}
div.wd-products-shop-view.products-view-grid a.current-variation{
	color: var(--gray1);
}
a.layered-nav-link{
	font-size:17px;
	color: var(--gray1);
	text-transform: uppercase;
}
a.layered-nav-link span.wd-swatch-bg{
	width:70% !important;
	height: 70% !important;
}
div.wd-widget-stock-status a{
	text-transform: uppercase !important;
	font-size: 17px !important;
}
.wd-widget-stock-status a:before {
	border: 1px solid var(--gray1) !important;
	background-color: #fff !important;
}
div.wd-active-filters{
	font-weight: 300 !important;
	color: var(--gray1) !important;
	text-transform: uppercase !important;
}
div.wd-active-filters a{
	font-weight: 300 !important;
}
header .wd-tools-element>a,
footer a{
	color: #fff !important;
}
footer .widgettitle, 
footer .widget-title{
	color: #aaa !important;
}
/* END OF FONTS */

/* DIVS */
.padding-margin-0,
.padding-margin-0 div.vc_column-inner{
	padding:0 !important;
	margin:0 !important;
}
.div50percent{
	position:relative;
	display:inline;
	float:left;
	width:50%;
}

/* END OF DIVS */

/* HEADER */
body.home header.whb-header{
	/* position: absolute !important; */
	width: 100% !important;
	height: 778px !important;
}
body.home div.whb-color-dark:not(.whb-with-bg){
	background: rgba(255,255,255,0) !important;
}

element.style {
}
.wd-nav-product-cat.has-product-count .wd-nav-img {
	display:none !important;
}
.page-title-default {
    background-color: #fff !important;
    background-image: none  !important;
}
.title-size-default{
	padding:30px 0 !important;
}
/* END OF HEADER */

/* NAVIGATION */
#menu-main-navigation,
#menu-main-menu-left{
	 background: url(http://dondevid.com/wp-content/uploads/2023/07/nav-bg1.png) repeat-x;
	/* width: 50% !important; */
	height: 75px !important;
}
.wd-header-nav{
	width: 50% !important;
}
.whb-header-bottom-inner,
.whb-full-width .whb-row>.container,
.whb-color-dark:not(.whb-with-bg){
    height: 75px !important;
	
}
.whb-header-bottom-inner{
	max-height: 75px !important;
}
/*
#menu-main-navigation:before,
#menu-main-menu-left:before */
:is(#menu-main-navigation, #menu-main-menu-left):before{
	content:'';
	background: url(http://dondevid.com/wp-content/uploads/2023/07/nav-bg-before3.png) no-repeat;
	/* background: url(http://dondevid.com/wp-content/uploads/2023/07/nav-bg-before.jpg) no-repeat;
	position:absolute; */
	top: 81px;
	margin-left:-58px !important;
    /* left: calc(25% - 27px);
	left: 25%; */
	width: 58px;
	height: 75px !important;
}
/*
#menu-main-navigation:after,
#menu-main-menu-left:after*/
:is(#menu-main-navigation, #menu-main-menu-left):after{
	content:'';
	background: url(http://dondevid.com/wp-content/uploads/2023/07/nav-bg-after.png) no-repeat;
	/* background: url(http://dondevid.com/wp-content/uploads/2023/07/nav-bg-after.jpg) no-repeat;
	position:absolute; */
	top: 81px;
	 margin-right:-58px !important;
    /* right: calc(25% - 27px); 
	 right: 25%;*/
	width: 58px;
	height: 75px !important;
}

.wd-nav-main>li>a{
	height: 65px !important;
	line-height: 75px !important;
	font-size:23px !important;
}
.wd-nav[class*="wd-style-"]>li>a,
.wd-nav[class*="wd-style-"]>li>a:hover{
    color: #fff;
}
.wd-nav[class*="wd-style-underline"] .nav-link-text:after{
	 background-color: #fff !important;
}
.bgwhite .wd-nav[class*="wd-style-underline"] .nav-link-text:after{
	background-color: var(--red) !important;
}
.bgwhite .wd-nav[class*="wd-style-underline"] .nav-link-text:hover{
	color: var(--gray1) !important;
}
.current-menu-item a{
	color: #fff !important;
}
ul.wd-nav-product-cat.wd-nav.wd-gap-m.wd-style-underline.has-product-count.wd-mobile-accordion a.category-nav-link{
	font-size:20px !important;
}

div.page-title :is(a, a span.nav-link-text, a span.nav-link-count){
	color: var(--gray1) !important;
	
}
/* SLIDER */
.wcpscwc-product-slider button.slick-prev {
    left: -30px !important;
}
.wcpscwc-product-slider button.slick-next {
    right: -30px !important;
}
.wd-entities-title a,
.wd-hover-alt .wd-add-btn>a,
div.slick-track .amount{
	color: #fff !important;
}

/* END OF SLIDER */
/* END OF NAVIGATION */

/* BREADCRUMB */
div.breadcrumbs span.current{
	color:var(--gray1);
}
/* END OF BREADCRUMB */

/* PAGE */
.woodmart-archive-shop .main-page-wrapper {
    background-color: #f0f1f2 !important;
}
/* END OF PAGE */

/* HOME PAGE */
.home div.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
	flex-grow:0;
}
/* END HOME PAGE */

/* PRODUCTS */
.product-grid-item .product-image-link{
	padding-top:30px !important;
	padding-bottom:30px !important;
	background-color:#fff !important;
	-webkit-box-shadow: 0px 10px 10px -7px rgba(40,5,12,1) !important;
  	-moz-box-shadow: 0px 10px 10px -7px rgba(40,5,12,1) !important;
  	box-shadow: 0px 10px 10px -7px rgba(40,5,12,1) !important;
}
[class*="wd-spacing-"]>[class*="col"] {
    padding-right: 3px !important;
    padding-left: 3px !important;
}
div.product-grid-item h3.wd-entities-title a{
	font-weight:300 !important;
	color: var(--gray1) !important;
}

div.product-grid-item div:is(.wd-product-cats a, .wd-add-btn a){
	color: var(--gray1) !important;
}

div:is(.slick-slider, .todays_deal) div.product-grid-item :is(h3.wd-entities-title a, div.wd-product-cats a, div.wd-add-btn a),
div:is(.slick-slider, .todays_deal) :is(div.product-grid-item, span.price)
{
	color: #fff !important;
}
/* a.layered-nav-link:hover .wd-swatches-filter .wd-swatch.wd-bg:before,
a.layered-nav-link:hover span.wd-swatch-bg:before, */
a.layered-nav-link:hover span.wd-swatch.wd-bg:before
{
	background-color:rgba(0,0,0,0) !important;
}
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap:hover,
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap a:hover{
	background-color:#fff !important;
}
.wd-swatches-grid.wd-swatches-product.wd-swatches-attr.wd-bg-style-1.wd-text-style-1.wd-dis-style-1.wd-size-default.wd-shape-round{
	margin-right:10px !important;
}
.woocommerce-ordering.wd-style-underline select{
	font-weight:300 !important;
}
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap {
	display:table-cell !important;
	border: 2px solid #fff !important;
	width:70px !important;
	height:auto !important;
	margin-right: 5px !important;
    float: left;
	
}
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap a.layered-nav-link{
	flex-direction: column !important;
}
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap a.layered-nav-link span.wd-swatch{
	width:100% !important;
	border-radius: 0 !important;
	border: 0 !important;
}
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap a.layered-nav-link span.wd-swatch-bg:before{
	border: 0 !important;
}
/* div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap a.layered-nav-link:hover span.wd-swatch.wd-bg:after,
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap a.layered-nav-link:hover span:after, */
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap a.layered-nav-link:hover span:is(.wd-swatch.wd-bg:after, :after),
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap:hover a.layered-nav-link span:after
{
	border-bottom: 0 !important;
}
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap a.layered-nav-link span.wd-swatch span.wd-swatch-bg{
	width:90% !important;
	height:100% !important;
}
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap a.layered-nav-link span.wd-swatch span.wd-filter-lable,
div#woodmart-woocommerce-layered-nav-13 .wd-swatch+.wd-filter-lable{
	margin-inline-start: 0 !important;
	font-size:14px !important;
	margin-left: 0 !important;
}
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap a.layered-nav-link span.wd-swatch span.wd-swatch-text{
	font-size: 0 !important;
}
div#woodmart-woocommerce-layered-nav-13 li.wd-swatch-wrap span.count{
	display:none;
}
.product-grid-item :is(.wd-product-cats,.wd-product-brands-links) {
    font-size: 17px !important;
    --wd-link-color: var(--gray1) !important;
}
ul.product_list_widget img{
	background-color:#fff;
	padding:10px 0;
}
[class*="wd-swatches"].wd-bg-style-1 :is(.wd-swatch-wrap a:hover, .wd-swatch-wrap.wd-active) .wd-swatch.wd-bg:after{
	opacity: 0 !important;
}

.wd-swatches-filter .wd-swatch.wd-bg:before {
	top: -23px !important;
    justify-content: right !important;
    color: var(--red) !important;
    font-weight: 700 !important;
    font-size: 10px !important;
}

/* RATING */
p.stars a:before{
	font-size:13px;
}
:is(.stars:hover, .stars.selected) a:before{
	color: var(--gray1) !important;
}
.star-rating:before{
	color: #cccbca !important;
	letter-spacing: 4px !important;
	font-size:10px !important;
}
.star-rating{
	color: var(--gray1) !important;
	letter-spacing: 4px !important;
	font-size:10px !important;
}

/* END OF RATING */

/* SINGLE PRODUCT */
body.single-product div.main-page-wrapper{
	padding-top:0 !important;
}
.single-product-breadcrumbs{
	position: relative; 
	display:block; 
	float:left; 
	width:100%; 
	background-color:#fff; 
	height:90px; 
	padding-top:50px; 
	padding-bottom:50px;
}
.product-image-summary-wrap{
	padding-top:50px;
}
.single_add_to_cart_button {
    border-radius: 25px !important;
	background-color: var(--red) !important;
	font-size: 18px !important;
}

div.poduct-tabs-inner ul.wd-nav.wd-nav-tabs :is(li.active a, li a:hover){
    color: var(--red) !important;
}

div.poduct-tabs-inner ul.wd-nav.wd-nav-tabs :is(li.active, li a:hover) span:after{
    background-color: var(--red) !important;
}
div.poduct-tabs-inner ul.wd-nav.wd-nav-tabs li a{
    color: var(--gray1) !important;
}
div#tab-description a{
	color: var(--red) !important;
	font-weight: 300 !important;
}
div.related-products a.add_to_cart_button{
	color: var(--gray1) !important;
}
.single_add_to_cart_button:hover{
	background-color: var(--gray1) !important;
}
.comment-form .submit{
	background-color: var(--red) !important;
	border-radius: 25px !important;
	font-size: 17px !important;
}
.comment-form .submit:hover{
	background-color: var(--gray1) !important;
}
/* END OF SINGLE PRODUCT */

/* END OF PRODUCTS */

/* BUTTONS */
:is(.register,.login) .button {
	background-color: var(--red) !important;
}
:is(.register,.login) .button:hover {
	background-color: var(--gray1) !important;
}
:is(.btn,.button,button,[type="submit"],[type="button"]) {
	font-size:19px;
}
.black-btn{
	background-image: linear-gradient(#010101, #3F3D3D);
	color: #fff;
	text-decoration:none;
	font-size:22px;
	line-height: 55px;
	padding:0 30px;	
	border-radius:10px;
	display: table-cell;
	transition: all 0.5s ease;
}
.black-btn:hover{
	color: #fff;
	background-image: linear-gradient(#000, #000);
	transition: all 0.5s ease;
}

.black-small-btn{
	background-image: linear-gradient(#010101, #3F3D3D);
	color: #fff;
	text-decoration:none;
	font-size:18px;
	line-height: 30px;
	padding:0 15px;	
	border-radius:6px;
	display: table-cell;
	transition: all 0.5s ease;
}
.black-small-btn:hover{
	color: #fff;
	background-image: linear-gradient(#000, #000);
	transition: all 0.5s ease;
}
/* END OF BUTTON */

/* HOME */
.cls-1{
	fill:#fff !important;
}
.header-image{
	width:100%; 
	position:absolute; 
	display:block; 
	float:left; 
	height:698px; 
	background: #4B0112 url(http://dondevid.com/wp-content/uploads/2023/07/header-bg2.jpg) no-repeat top right; 
	background-size:contain; top:80px;
}
.header-product-slider{
	width:100%; 
	position: absolute; 
	bottom: 0;
	left: 0; 
	padding:50px; 
	background-color:rgba(184,21,21,0.2);
}
.home-discount1{
	background:#FFFBFA url(http://dondevid.com/wp-content/uploads/2023/07/sunglass-guy-girl3.jpg) no-repeat bottom right;
	padding-top: 200px;
	line-height:70px;
	height:550px;
	
}
.home-category-tn{
	width: 100%;
    margin: 0 -6px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 350px;
	
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-auto-flow: dense;
    padding: 5px;
	margin-bottom:130px;

}
.home-category-tn div{
	position:relative;
	display:table-cell;
	float:left;
	width:392px;
}
.home-category-tn div:nth-child(6n+1){
   /* grid-column: span 2;*/
    grid-row: span 2; 
}
.home-category-tn div.div1{
	background-color:#B81515;
	font-size:50px;
	line-height:60px;
	padding:30px;
	color:#fff;
	padding-top:200px;
}
.home-category-tn div.div2{
	background: url(http://dondevid.com/wp-content/uploads/2023/07/eyewear.jpg) no-repeat;
	
}

.home-category-tn div:is(.div2, .div3){
	padding-top:80px;
	padding-left:240px;
}
/*
.home-category-tn div.div2 span.txt1,
.home-category-tn div.div3 span.txt1,
.home-category-tn div.div4 span.txt1,
.home-category-tn div.div5 span.txt1 */
.home-category-tn div:is(.div2, .div3, .div4, .div5) span.txt1{
	font-size:20px;
	line-height:10px;
	
}
/*
.home-category-tn div.div2 span.txt2,
.home-category-tn div.div3 span.txt2,
.home-category-tn div.div4 span.txt2,
.home-category-tn div.div5 span.txt2 */
.home-category-tn div:is(.div2, .div3, .div4, .div5) span.txt2{
	font-size:35px;
	line-height:22px;
	font-weight:500;
}
.home-category-tn div.div3{
	background: url(http://dondevid.com/wp-content/uploads/2023/07/kids3.jpg) no-repeat;
}
.home-category-tn div.div4{
	background: url(http://dondevid.com/wp-content/uploads/2023/07/sunglass.jpg) no-repeat top right;
}
.home-category-tn div.div5{
	background: url(http://dondevid.com/wp-content/uploads/2023/07/nightvision.jpg) no-repeat top right;
}
/*
.home-category-tn div.div4,
.home-category-tn div.div5 */
.home-category-tn div:is(.div4, .div5){
	padding-top:80px;
	padding-left:20px;
}
.todays_deal{
	background-color: var(--red);
	padding:70px 0;
}
/*
.todays_deal h2,
.todays_deal h3.wd-entities-title,
.todays_deal .wd-product-cats a */
.todays_deal :is(h2, h3.wd-entities-title, .wd-product-cats a){
	color: #fff;
}
.home-night-vision-bg{
	background:#C62D1C url(http://dondevid.com/wp-content/uploads/2023/07/night-vision-bg2.jpg) no-repeat top right;
	padding: 100px 50px 0 50px;
	height:670px;
	margin:80px 0 !important;
}
.home-night-vision-bg h3{
	color:#fff;
	font-size:35px;
	line-height:50px;
}
.home-night-vision-bg p{
	color:#fff;
	font-size:25px;
	line-height:40px;
}
ul.products-tabs-title a.wd-nav-link{
	color:#666;
}

.sunglasses-offer-section div.wd-fontsize-xs{
	font-size:30px;
}
/* END OF HOME */

/* PRODUCTS */
.product-label.onsale{
	background-color: var(--gray1) !important;
}
.product-label.featured {
    background-color: var(--red) !important;
}
/*
.tabs-wd-64b62dae30dd1.tabs-design-default .products-tabs-title .tab-label:after, 
.tabs-wd-64b62dae30dd1.tabs-design-alt .products-tabs-title .tab-label:after */
.tabs-wd-64b62dae30dd1:is(.tabs-design-default, .tabs-design-alt) .products-tabs-title .tab-label:after{
    background-color: var(--red);
}
.amount {
    color: var(--gray1);
}
div.todays_deal span.amount {
    color: #ffffff;
}
/* END OF PRODUCTS */

/* FOOTER */
div.min-footer{
	font-size:15px !important;
}
/* END OF FOOTER */
/* Smartphones */
@media only screen and (max-width:768px) {
  .wrapper span a, .strip-carousel .frames { margin: 10px 0 0 10%; }
  .strip-carousel .arrow-left, .strip-carousel .arrow-right { width: 10%; }
}

/* Tablets (potrait) */
@media only screen and (min-width:768px) and (max-width:1024px) {
  .wrapper span a, .strip-carousel .frames { margin: 10px 0 0 5%; }
  .strip-carousel .arrow-left, .strip-carousel .arrow-right { width: 5%; }
}

/* Tablets (landscape) */
@media only screen and (min-width:1024px) and (max-width:1440px) {
  .wrapper span a, .strip-carousel .frames { margin: 10px 0 0 5%; }
  .strip-carousel .arrow-left, .strip-carousel .arrow-right { width: 5%; }
}

/* Desktop and above */
@media only screen and (min-width:1440px) {
  .wrapper span a, .strip-carousel .frames { margin: 10px 0 0 5%; }
  .strip-carousel .arrow-left, .strip-carousel .arrow-right { width: 5%; }
}

