/*!
Theme Name: dnk
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dnk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
:root{
    --main-color: #1e1810;
	--second-colo:#fff;
	--orange:#ffb100;
	--text-color:#62615c;
	--bg-section-grey:#f8f7f3;
}
.cart_chekout{
	color:var(--main-color)!important;
}
body{
	font-family: 'Lato', sans-serif;
}
@media (min-width: 1400px){
	.container{
		max-width:1200px;
	}
}
p{
	font-size:16px;
	line-height:30px;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
img{
	max-width:100%;
	height:auto;
}
h3{
	font-size:1.625rem;
	line-height: 1.5;
}
/*FOOTER*/
.footer-h2{
	font-size: 1.375rem;
	font-weight: 400;
    margin-bottom: 1em;
}
#menu-footer-col2,
#menu-footer-col3,
#menu_left,
#menu_right{
	list-style:none;
	padding:0;
}
#menu-footer-col2 a,
#menu-footer-col3 a{
	text-decoration:none;
	color:#958c8c;
	line-height:30px;
}
#menu-footer-col2 a:hover,
#menu-footer-col3 a:hover{
	color:var(--orange);
}
#newsletter_api input[type=email]{
	border:1px solid #e2e2e2;
	padding:0.875rem;
	width:100%;
}
#newsletter_api input[type=submit]{
	margin-top:0.625rem;
	padding: 0.875rem 1.563rem;
	background-color:var(--orange);
	border:none;
	font-size: 0.875rem;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 1px;
}
img.wp-image-7 {
    margin-bottom: 20px;
}
.footer_top{
	border-top:1px solid #dddddd;
	padding:1.25rem 0;
}
.footer_middle{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding-top:4.688rem;
	padding-bottom:6.25rem;
}
.copyright{
	padding:1.25rem 0;
}
.copyright p{
	font-size:0.938rem;
	color:var(--text-color);
}
.social i{
	color:#3a3a3a;
	padding:0 5px;
	font-size:1.125rem;
}
.social i:hover{
	color:var(--orange);
}
/*HEADER*/
.fa-user,
.fa-cart-shopping{
	font-size:20px;
	cursor:pointer;
}
#masthead .fa-user,
#masthead .fa-cart-shopping{
	color:#fff;
}
.blacked .fa-user,
.blacked .fa-cart-shopping,
.mobile .fa-user,
.mobile .fa-cart-shopping{
	color:var(--main-color) !important;
}
#masthead{
	background-color: rgba(0,0,0,0.07);
	padding:1rem 2.188rem;
	z-index:9;
}
#menu_left a,
#menu_right a{
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	padding:0 0.313rem;
	font-size:0.875rem;
	line-height: 70px;
}
.blacked #menu_left a,
.blacked #menu_right a{
	color:var(--main-color);
}
.blacked{
	background-color:#fff !important;
}
/*MOBILE*/
.mobile{
	padding:0.5rem !important;
}
#mobile{
	list-style:none;
	padding:0;
}
#mobile li{
	margin:1rem 0;
}
#mobile a{
	text-decoration:none;
	color:var(--text-color);
}
.mobile_wrap{
	left:100%;
	transition: .2s ease;
	position:fixed;
	right:0;
	width:100%;
	background-color: #fff;
    top:0;
    z-index: 9;
	height:100%;
}
.sokke_wrap{
	width:30%;
	background-color: #fff;
	overflow: scroll;
	margin-left: auto;
    height: 100%;
}
.sokke_cart{
	top:5%;
	background-color:rgb(0,0,0,0.0);
	position:fixed;
	right:0;
	left:100%;
	transition: .2s ease;
	z-index: 9;
	height:100%;
}
i.fa-solid.fa-xmark{
	color:#000;
	font-size:18px;
	cursor:pointer;
}
/*ICON TEXT BLOCK*/
#icon_text_block h5{
	color:var(--main-color);
	font-size: 1.125rem;
	font-weight: 700;
}
#icon_text_block {
	padding:6.25rem 0;
	background-color:var(--bg-section-grey);
}
/*PARALLAX BLOCK */
.block_container{
	max-width:1400px;
}
.parallax_block_img{
	height:510px;
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}
.parallax_block_wrapper{
	max-width:600px;
}
#parallax_block h2{
	color:#fff;
	font-size: 2.625rem;
	font-weight:700;
	margin:1.25rem 0;
}
#parallax_block h4{
	color:#fff;
	font-size: 1.25rem;
	font-weight:700;
}
#parallax_block p,
#cards p{
	color:#fff;
	margin-bottom:2.5rem;
}
#parallax_block .overlay{
	background-image:linear-gradient(100deg, #f9c349 0%, #00000000 100%);
	opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: transparent;
}
#parallax_block a,
#cards a,
.home_slider_text_first_btn{
	text-decoration:none;
	background-color:#fff;
	padding:1rem 1.75rem;
	color:var(--main-color);
	font-weight:700;
	text-transform:uppercase;
	font-size: 0.875rem;
	transition: all .3s;
}
#parallax_block a:hover,
#cards a:hover,
.home_slider_text_first_btn:hover{
	background-color:var(--main-color);
	color:#fff;
}
/*CARDS*/
#cards{
	margin-bottom:6.25rem;
}
.card_img_bg{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	height: 480px;
 	margin:0.625rem; 
}
.cards_wrap{
	padding:2.5rem;
}
.cards_wrap h3{
	font-size: 1.625rem;
	font-weight:700;
    line-height: 1.5;
	color:#fff;
}
.cards_overlay{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: var(--main-color );
    opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
/*BRAND GALLERY*/
#brand_gallery{
	padding:3.125rem 0;
}
.gallery_next{
	position: absolute;
    top: 15%;
    z-index: 10;
    cursor: pointer;
	right:0;
}
.gallery_next:after{	
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight:900;
	color:var(--main-color );
}
.gallery_prev{
	position: absolute;
    top: 15%;
    z-index: 10;
    cursor: pointer;
	left:0;
}
.gallery_prev:after{	
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-weight:900;
	color:var(--main-color );
}
#brand_gallery .swiper-slide{
	display:flex;
	justify-content:center;
}
/*FEATURED PRODUCTS */
#featured_products{
	padding:6.25rem 0;
}
.featured_products_wrap{
	margin-top:2.5rem;
}
.featured_products_title{
	font-size: 2.625rem;
	font-weight:700;
	text-align:center;
	margin-bottom:1.25rem;
}
.divider{
    width: 100px;
    color: var(--orange);
    height: 1px;
    display: flex;
    border-top: 1px solid;
    margin: 0 auto;
}
.featured_product_item a{
	text-decoration:none;
}
.featured_product_item h2,
.woocommerce-loop-product__title{
	font-size:1rem;
	color:var(--main-color);
	font-weight:700;
	margin-top:0.8rem;
}
.onsale{
	position:absolute !important;
	right:0 !important;
	background-color:var(--orange) !important;
	border-radius:50% !important;
    padding: 10px 5px !important;
    font-size: .8rem !important;
    font-weight: 400 !important;
    top: -8px !important;
	line-height: 2 !important;
	width: fit-content;
	color:#fff;
}
.featured_product_item_cat a{
color:#958c8c;	
}
.featured_product_item_price bdi,
.woocommerce-Price-amount bdi{
	color:var(--text-color);
	font-weight: 700;
}
.featured_product_item_price del bdi,
.woocommerce-Price-amount del bdi{
	color:#958c8c;
	font-weight: 700;
}
.product_add_to_cart{
	margin-top:2rem;
}
.product_add_to_cart a{
	color:var(--main-color);
}
/*PAGE HEADERS*/
.home_slider{
	height:880px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.page_header_overlay{
    background-image: linear-gradient(180deg, #f9c349 -50%, #000000 100%);
    opacity: 0.49;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: transparent;
}
.home_slider_wrap{
	max-width:600px;
}
.home_slider h1,
.entry-title{
	font-size: 4.125rem;
	color:#fff;
	font-weight:700;
}
.home_slider h3{
	color:#fff;
	font-weight:700;
	font-size: 1.625rem;
	margin-top:2.5rem;
}
.home_slider_btns{
	margin-top:2.5rem;
}
.home_slider_text_second_btn{
	background-color:transparent;
	border:1px solid #fff;
	color:#fff;
	text-decoration:none;
	padding:1rem 1.75rem;
	font-weight:700;
	text-transform:uppercase;
	font-size: 0.875rem;
	transition: all .3s;
	margin-left:1.25rem;
}
.home_slider_text_second_btn:hover{
	background-color:#fff;
	color:var(--main-color);
}
.page_header{
	height:650px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
/* ESHOP CATEGORIES*/
.add_to_cart_button{
	background-color:#fff !important;
	color:var(--main-color) !important;
}
.shop_container{
	max-width:1370px;
	padding:4rem 0;
}
.tax-product_cat #main{
background-color:var(--bg-section-grey);
}
.shop_sidebar{
	padding-right:3.75rem;
	padding-left:2.25rem;
}
#search-form input[type=search]{
    width: 200px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0.625rem;
    margin-right: 0.625rem;
}
.fa-input{
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	background-color:var(--orange);
	padding:0.5rem;
	border:none;
	width:35px;
}
.ui-state-default{
	border-radius:50%;
}
.ui-slider-horizontal{
	height:5px;
}
.ui-corner-all{
	background-color:var(--main-color) !important;
	border: 1px solid var(--main-color) !important;
}
.ui-slider-horizontal .ui-slider-handle{
	top:-8px;
}
.shop_items{
	background-color:#fff;
	padding: 5.34rem 6.67rem;
}
.woocommerce-products-header__title{
	font-size: 1.875rem;
	margin-bottom: 1rem;
    font-weight: 400;
}
.term-description{
	margin-bottom:1.75rem;
}
.swatches_wrap{
	gap:0 8px;
}
.swatches{
	padding: 0.313rem 0.625rem;
	border: 1px solid #00000020;
	cursor:pointer;
	transition:all .3s;
}
.swatches:hover{
	border: 1px solid var(--main-color);
}
/* PROCUCT*/
.product_container{
	padding:4rem 0;
}
h1.product_title.entry-title{
	font-size: 1.875rem;
	color:var(--main-color);
	font-weight:400;
	margin-bottom:1.25rem;
}
.single_add_to_cart_button{
	background-color:var(--orange) !important;
	color:var(--main-color) !important;
	text-transform:uppercase;
}
/*IMAGE TEXT BLOCK*/
#image_text{
	background-color:var(--bg-section-grey);
}
.image_text_container{
	max-width:1750px;
	padding:4.688rem 0;
}
.image_text_container h2{
	font-size: 2.625rem;
	font-weight:700;
}
.text_side{
	padding:5.313rem;
	background-color:#fff;
}
.image_side{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:500px;
}
/*TEAM BLOCK*/
#team{
	padding:6.25rem 0;
}
#team h4{
	font-size: 1.25rem;
	font-weight:700;
}
#team h2{
	font-size: 2.625rem;
	font-weight:700;
}
.team_text,
.members{
	max-width:768px;
	margin:3.125rem auto 0 auto;
}
.members_img{
	border-radius:50%;
}
.members_wrap{
	margin:0.625rem;
	background-color:var(--bg-section-grey);
	padding:1.875rem;
}
.members_wrap h4{
	font-size: 1.25rem;
	font-weight:700;
	margin-top:1.25rem;
}
/*CART*/
.product-name a{
	text-decoration:none;
	color:var(--text-color);
}
.woocommerce a.button.alt,
#place_order{
	background-color:var(--orange);
	color:var(--main-color);
}
.woocommerce a.button.alt:hover,
#place_order:hover{
	background-color:var(--orange);
}
/*ACCOUNT PAGE*/
.woocommerce-MyAccount-navigation ul{
	list-style:none;
}
.woocommerce-MyAccount-navigation ul a{
	text-decoration:none;
	color:var(--main-color);
}
.woocommerce-billing-fields__field-wrapper input[type=text]{
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--ast-border-color);
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;	
}
.woocommerce form .form-row label {
    line-height: 2;
    font-weight: 700;
    font-size: 13.5px;
    font-size: .9rem;
}
#order_review{
    padding: 0 2em;
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: #e2e2e2;	
}
#order_review_heading{
    border-width: 2px 2px 0 2px;
    border-style: solid;
    font-size: 1.2rem;
    margin: 0;
    padding: 1.5em 1.5em 1em;
    border-color: #e2e2e2;
    font-weight: 700;	
}
.woocommerce table.shop_table{
	border:none;
}
.orderby{
    padding: 0.5em;
    line-height: normal;
    padding-right: 2em;
	width:270px;
}
#dnk_filter h2{
	font-size:1.25rem;
	margin-top:2rem;
}
#filter{
	background-color:var(--orange);
	color:var(--main-color);
	font-size: .9em!important;
    padding: 8px 18px;
	font-weight:700;
	border:none;
}
/*RESPONSIVE*/
@media only screen and (max-width: 600px) {
	.shop_items{
		padding: 5.34rem 1.67rem;
	}	
}