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

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

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

:root {
	--wd-text-font: "GFS Didot", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(255,255,255);
	--wd-text-font-size: 16px;
	--wd-title-font: "GFS Didot", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(255,255,255);
	--wd-entities-title-font: "GFS Didot", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(255,255,255);
	--wd-entities-title-color-hover: rgb(255, 255, 255);
	--wd-alternative-font: "GFS Didot", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "GFS Didot", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(255,255,255);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "GFS Didot", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(255,255,255);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(255,255,255);
	--btn-accented-bgcolor-hover: rgb(255,255,255);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--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: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(12,12,12);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: #0a0a0a;
}

div.footer-widget a {
    color: #fff !important;
}

.wd-social-icons .wd-icon {
    font-family: "woodmart-font" !important;
}

a,
a:hover,
a:active,
a:visited {
	color: unset;
	text-decoration: none;
	cursor: pointer;
}

$primary: hsl(0, 0, 10);
$secondary: hsl(14, 100, 53);

.link {
	display: block;
	position: relative;
	margin-inline: 25px;
	font-size: 24px;
	color: $primary;
}

.link__ {
	&0 {
		&:before {
			content: "";
			width: 0;
			height: 2px;
			background-color: $secondary;

			position: absolute;
			top: 100%;
			left: 0;

			transition: width 0.3s ease-in-out;
		}

		&:hover {
			&:before {
				width: 100%;
				z-index: -1;
			}
		}
	}

	&1 {
		&:before {
			content: "";
			width: 100%;
			height: 1px;
			background-color: transparentize($secondary, 0.3);

			position: absolute;
			bottom: 0;
			left: 0;
			z-index: -1;

			transition: height 0.3s ease-in-out;
		}

		&:hover {
			&:before {
				height: 10px;
			}
		}
	}

	&2 {
		&:before,
		&:after {
			content: "";
			height: 1px;
			background-color: $primary;

			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			z-index: -1;
			opacity: 0;
		}

		&:before {
			width: 90%;
			bottom: -50%;
			transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
		}

		&:after {
			width: 70%;
			bottom: -80%;
			transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
		}

		&:hover {
			&:before {
				opacity: 1;
				bottom: 0;
			}

			&:after {
				opacity: 1;
				bottom: -10%;
			}
		}
	}

	&3 {
		&:before {
			content: "";
			width: 0;
			height: 2px;
			background-color: $secondary;

			position: absolute;
			top: 100%;
			left: 0;

			transition: width 0.3s ease-in-out;
		}
		&:after {
			content: "\2192";
			position: relative;
			display: inline-block;
			margin-left: 5px;
			transform: rotate(-45deg);

			transition: margin 0.3s ease-in-out, transform 0.3s ease-in-out,
				color 0.3s ease-in-out;
		}
		&:hover {
			&:before {
				width: 100%;
				z-index: -1;
			}
			&:after {
				color: $secondary;
				margin-left: 15px;
				transform: rotate(0deg);
			}
		}
	}
}


main#main-content {
    padding-block: 0;
}

nav[class*="-pagination"] li .current {
    color: #000000;
}


.mobile-nav .wd-nav-opener.wd-active {
    background-color: unset;
}

li.menu-item {
    text-transform: uppercase;
}

.required {
    color: #fff !important;
}

span.wd-cart-number.wd-tools-count {
    color: #000 !important;
}

label {
    text-transform: capitalize;
}

@media (min-width: 1025px) {
	.woocommerce main#main-content {
    padding: 30px;
}

.wd-nav-product-cat:not(.wd-nav-mobile)>li>a {
    text-align: center;
}

div.product-grid-item .price {
    position: absolute;
    right: 0px;
    top: 0px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	div#Whatsapp-0-channel {
    bottom: 50px;
}

.woocommerce main#main-content {
    padding: 30px 10px;
}


}

@media (max-width: 576px) {
	div#Whatsapp-0-channel {
    bottom: 50px;
}

.woocommerce main#main-content {
    padding: 20px;
}
}

