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

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(5,0,0);
	--wd-alternative-color: rgb(221,46,46);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(5,2,2);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 500px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,0,0);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--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;
}

@media (min-width: 1617px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1600px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


#menu-item-60552 a span, .wd-nav-mobile > li > a:nth-child(2), .menu-item-60552 a, #menu-item-60552 a {

color:red !important;	
}


.postid-42751 .wd-wishlist-btn, .product-label.onsale {
	display:none !important;
}



.ywgc-predefined-amount-button.selected_button {
  background-color: #ccc;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	color:#fff !important;
	background:#000 !important;
}

div.variations_form.cart.in_loop, .yith-wcwl-add-button {
	display: none !important;
}

.select_option.selected {
	border-color:red !important;
	background:#000 !important;
	color:#fff !important;
}
/*FOOTER*/
.g-social {
	margin-top: 10px;
	display: flex;
    justify-content: center;
}

@media screen and (min-width:769px) {
.g-grid {
	display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 50px;
grid-row-gap: 0px;
}


.g-spacer {
display: grid;
grid-template-columns: 25% 75%;
grid-template-rows: 1fr;
grid-column-gap: 10px;
grid-row-gap: 0px;
}
	
.info {
	justify-self: start;
}

.info h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

.info h4 {
	font-size: 12px;
}
	
	.g-grid-copyright {
display: grid;
grid-template-columns: 1fr auto 1fr;
grid-template-rows: 1fr;
grid-column-gap: 50px;
grid-row-gap: 0px;
}

.payment-title {
	justify-self: start;
	text-align: left;
}

.copyright-payment {
	display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 0px;
align-items: center;
	justify-items: center;
}

.copyright-payment img {
	max-width: 50px;
}

.copyrights {
align-self: center;
}
}

@media screen and (max-width:768px) {
	.g-spacer {
display: grid;
grid-template-columns: 25% 75%;
grid-template-rows: 1fr;
grid-column-gap: 10px;
grid-row-gap: 0px;
		margin-bottom: 20px;
}
	
.info {
	justify-self: start;
}
	.info h3 {
	font-size: 12px;
	margin-bottom: 4px;
}

.info h4 {
	font-size: 10px;
	margin-bottom: 0px;
}
	
	.g-grid-copyright {
display: grid;
grid-template-columns: auto;
grid-template-rows: 1fr;
grid-column-gap: 50px;
grid-row-gap: 30px;
}

.payment-title {
	justify-self: center;
	text-align: center;
}

.copyright-payment {
	display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: auto;
grid-row-gap: 0px;
align-items: center;
	justify-items: center;
}

.copyright-payment img {
	max-width: 30px;
}

.copyrights {
align-self: center;
}
}

.textwidget, .textwidget a {
	color: #fff;
}
/*---FOOTER---*/

.woocommerce-thankyou-order-received {
	color: #000;
	border-color: #000;
}

/* Accents */
.single_add_to_cart_button {
	text-transform: none !important;
}

.quantity:not(.hidden)+button {
	text-transform: none !important;
}

.slider-title {
	text-transform: none !important;
}

.wd-empty-mini-cart .title {
	text-transform: none !important;
}

.woocommerce-mini-cart__buttons a {
	text-transform: none !important;
}

.woocommerce-mini-cart__total strong {
	text-transform: none !important;
}

th.product-name {
	text-transform: none !important;
}

th.product-price, .tabs-layout-accordion > .wd-accordion-item > .wd-accordion-title .wd-accordion-title-text {
	text-transform: none !important;
}

th.product-quantity {
	text-transform: none !important;
}

th.product-subtotal {
	text-transform: none !important;
}

.cart-actions .button[name="apply_coupon"] {
	text-transform: none !important;
}

.cart-actions .button[name="update_cart"] {
	text-transform: none !important;
}

.cart-totals-inner>h2 {
	text-transform: none !important;
}

.cart-content-wrapper .cart-totals-inner .checkout-button {
	text-transform: none !important;
}

.woocommerce-billing-fields>h3 {
	text-transform: none !important;
}

#order_review_heading {
	text-transform: none !important;
}

#place_order {
	text-transform: none !important;
}

.wd-empty-page-text+.return-to-shop .button {
	text-transform: none !important;
}
/* End Accents */