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

/* preloader */

body.preloader .dc_preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

body.preloader .dc_preloader-wrapper .preloader {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

body.preloader .dc_preloader-wrapper .preloader img{
  max-width: 180px;
  animation: fade 2s ease-in-out infinite;
}

@keyframes fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
	0% { opacity: 0; }
}

/* Show Archive products per page filter DC*/
@media (max-width: 1024px){
	.wd-products-shop-view,.wd-products-per-page{
		display: inline-flex !important;
	}
	
}
/* hide categories DC */
.wd-nav-product-cat .cat-item-7361{
	display: none;
}

/* color variables */
:root {
	--dc-gradient-start: #F7A600;
	--dc-gradient-end: #EC6707;
}


/* general */
.btn, .button, button, .added_to_cart, [type="submit"], [type="button"], .wd-products-tabs .products-tabs-title li {
	text-transform: unset !important;
}

.btn-size-small, .button.wc-forward {
	font-size: 14px !important;
}

.footer-container .footer-column .bestprice__placeholder{
	display: block !important;
}

/* header */
.whb-header-bottom {
	background: linear-gradient(90deg, var(--dc-gradient-start) 0%, var(--dc-gradient-end) 100%);
}

.wd-header-search-form input[type='text'] {
	min-width: 400px !important;
	background-color: #fff;
  border-width: 1px;
}

.wd-nav-main>li>a, .wd-nav-secondary>li>a {
	letter-spacing: .3px;
}

.whb-main-header .wd-header-cart.wd-design-3 .wd-tools-icon:before {
	color: #4a4a49;
  font-size: 26px;
}

.dc-cart-not-empty .wd-header-cart.wd-design-3 .wd-tools-icon {
	animation-name: pulsecart;
  animation-duration: 8s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}

@keyframes pulsecart {
  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
  10% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
  20% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
  100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.wd-header-cart .tax_label {
	display: none;
}

.dc-header-phone a {
	font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}

.dc-header-phone a:hover {
	opacity: 0.8;
}

.dc-header-phone a:before {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/wp-content/uploads/2021/06/icon_phone.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.wd-toolbar-item.wd-toolbar-link .wd-custom-icon:before {
  content: "\f159";
}

/* Hot deals icon */

.dc_hot-deals-menu-item a{
	position: relative;
}

.dc_hot-deals-menu-item a:before{
	content: '';
	background-image: url('https://sellery.gr/wp-content/uploads/2022/02/big-fire.svg');
	display: inline-block;
	height: 25px;
	width: 25px;
	background-size: 25px 20px;
	background-repeat: no-repeat;

	transition: ease-in .2s;
}


.dc_hot-deals-menu-item:hover a:before{
		background-size: 25px 25px;
}


/* header vat toggle */
.dc-vat-toggle-wrapper {
    display: flex;
    align-items: center;
}

.mobile-nav .dc-vat-toggle-wrapper {
	padding: 8px 5px 4px 20px;
}

.vat-desc {
  line-height: 1.2;
  margin-left: 10px;
	color: #fff;
}

.mobile-nav .vat-desc {
	color: var(--nav-mobile-link-color);
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
	margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--e-global-color-5b3a3c4);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--e-global-color-5b3a3c4);
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* mega menu */
.elementor-editor-active .dc-sub-menu {
	display: block !important;
}

.wd-dropdown-menu {
	box-shadow: 0 0 6px rgb(0 0 0 / 36%);
}

.wd-dropdown-menu.wd-design-full-width {
	padding-top: 10px;
	padding-bottom: 5px;
}

.wd-dropdown-menu.wd-design-sized {
/* 	padding: 10px 30px 5px 30px; */
	padding: 0 10px;
}

.dc-mega-menu .dc-icons-wrapper .elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
	padding-bottom: 0;
}

.dc-mega-menu .dc-icons-wrapper .elementor-widget-wrap .dc-mega-icon {
  flex: 0 0 11%;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.dc-mega-menu.dc-mega-spiti .dc-icons-wrapper .elementor-widget-wrap .dc-mega-icon {
  flex: 0 0 10%;
}

.dc-mega-menu.dc-mega-business .dc-icons-wrapper .elementor-widget-wrap .dc-mega-icon {
  flex: 0 0 12%;
}

.dc-mega-icon .wp-caption figcaption {
	padding: 8px 0 0;
  font-style: normal;
  line-height: 1.3;
  opacity: 1;
  color: var(--wd-title-color);
}

.dc-mega-icon-active {
	border-bottom: 3px solid var(--wd-primary-color);
}

.dc-sub-menu {
	display: none;
	background-color: #f4f4f4;
	padding: 10px 20px 0px;
}

.dc-sub-menu-active {
	display: block;
}

.dc-mega-sub-title {
	border-bottom: 1px solid #b7b7b7;
  padding-bottom: 4px;
  margin-bottom: 6px !important;
}

.dc-mega-sub-title:not(:first-of-type) {
  margin-top: 15px !important;
}

.dc-mega-sub-title .elementor-heading-title {
	font-size: 16px;
	color: var(--wd-title-color);
	font-weight: 600;
}

.dc-sub-menu .elementor-icon-list-item {
	line-height: 1.4;
	margin-bottom: 3px;
}

.dc-sub-menu .elementor-icon-list-item a {
	color: var(--wd-link-color);
}

.dc-sub-menu .elementor-icon-list-item:hover a {
	color: var(--wd-primary-color);
	cursor: pointer;
	display: block;
}

.menu-item.menu-mega-dropdown {
	cursor: pointer;
	display: block;
}

.dc-wrap-list ul {
  display: flex;
  flex-direction: column;
	flex-wrap: wrap;
  max-height: 215px;
}

.dc-wrap-list ul > li {
  flex: 0 1 50%;
  max-width: 50%;
}


/* category loop archive */
.category-grid-item .wd-entities-title {
	text-transform: unset !important;
}

.dc-category-display .products-bordered-grid.elements-grid {
	border: none !important;
}

.category-grid-item {
	border: none !important;
}

.category-grid-item .category-image {
	position: relative;
  padding-top: 56%;
}

.category-grid-item .category-image img {
	width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  border-radius: 6px;
}

/* Two cells mobile archive */

@media (max-width: 767px){
	.archive .products .col-6.product-grid-item .wd-entities-title{
		height:45px;
		max-height:45px !important;
	}
	
	.archive .products{
		border-top: 1px  !important;
		border-right: 0 !important;
		border-left: 1px !important;
		border-color: rgba(119, 119, 119, 0.2) !important;
		border-style: solid !important;
	}

	.archive .products .col-6.product-grid-item .dc-loop-sku span{
		display: none;
	}

	.archive .products .col-6.product-grid-item .dc-loop-sku{
		font-size: 0.7rem;
	}

	.archive .products .col-6.product-grid-item .add-to-cart-loop span{
		font-size: 12px !important;
		padding: 4px;
	}

	.archive .products .col-6.product-grid-item{
		padding-left: 15px;
		padding-right: 15px;
	}

	.archive .shop-content-area .products .col-6.product-grid-item{
		border-style: solid !important;
		border-top-width: 0 !important;
		border-right-width: 1px !important;
		border-bottom-width: 1px !important;
		border-left-width: 0 !important;
		border-color: rgba(119, 119, 119, 0.2) !important;
	}

/* 	.archive .products .col-6.product-grid-item:nth-child(odd){
		border-right-width: 1px !important;
	} */
	
/* 	.archive .products .col-6.product-grid-item:nth-last-child(2):nth-child(odd) {
		border-right: none;
	} */
}


/* loop archive */
.woocommerce-ordering select {
	max-width: 170px;
}

.wd-products-per-page .per-page-variation {
	padding: 0 5px;
}

.wd-products-shop-view {
	margin-right: 8px;
  margin-left: 4px;
}

.woocommerce-ordering {
	display: inline-block;
}

.archive .woocommerce-breadcrumb {
	max-width: 420px;
}

.products-bordered-grid.elements-grid {
/* to fix bug */
	flex-grow: 1;
	width: 100%;
}

.wd-active-filters {
	/* to fix bug */
	margin-top: 0px;
}

.page-title {
	padding: 30px 0 20px !important;
	border-bottom: 1px solid #E6E6E6;
}

.title-shop .wd-nav-product-cat>li>a {
	font-size: 15px !important;
	text-transform: unset !important;
	padding: 8px 14px !important;
	text-shadow: 0 0 11px white;
}

.title-shop .wd-nav-product-cat .cat-item-15,
.title-shop .wd-nav-product-cat .cat-item-8657 {
	display: none;
}

.woocommerce-shop .category-grid-item[data-loop="4"],
.woocommerce-shop .category-grid-item[data-loop="5"]{
	display: none;
}

.title-shop .wd-btn-show-cat {
  margin-top: 5px;
}

.woocommerce-result-count {
	display: none;
}

.sidebar-container {
	background-color: #fafafa;
  box-shadow: 0px 0px 5px #0000001f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.widgettitle, .widget-title {
	text-transform: unset !important;
}

.product-grid-item .product-image-link {
	position: relative;
  padding-top: 100%;
}

.product-grid-item .product-image-link img {
	position: absolute;
	width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

.product-grid-item .wd-entities-title {
  text-align: left;
}

.title-line-two .product-grid-item .wd-entities-title {
/* 	height: 54px;
	max-height: 54px !important; */
	height: 36px;
	max-height: 36px !important;
}

.product-grid-item .dc-loop-sku {
	text-align: left;
	margin-bottom: 10px;
}

.product-grid-item span.price {
	text-align: left;
	margin-bottom: 15px;
}

.product-grid-item:not(.product-list-item) .dc-loop-sku, .product-grid-item:not(.product-list-item) span.price{
	text-align: right;
}

.wd-hover-standard .add-to-cart-loop {
	width: 100%;
}

.wd-hover-standard .add-to-cart-loop span {
	font-size: 14px !important;
}

.product-list-item .add-to-cart-loop span {
    padding: 12px 18px !important;
    font-size: 14px !important;
}

.product-list-item .afrfqbt.add_to_cart_button {
	font-size: 14px !important;
	background-color: #f2f2f2;
  padding: 9px 18px;
  border: 2px solid #0000;
	margin-left: 3px;
}

.product-list-item .afrfqbt.add_to_cart_button:hover {
	color: #333;
	background-color: #f2f2f2 !important;
  border-color: var(--btn-shop-bgcolor);
}

.product-list-item .product-wrapper {
	align-items: flex-start !important;
}

.product-list-item .product-element-top {
	flex-basis: 250px !important;
}

body:not(.dc-category-display) .products-bordered-grid.wd-spacing-30 [class*="-grid-item"] {
	padding-top: 25px;
  padding-bottom: 25px;
}

.wd-hover-standard .afrfqbt.add_to_cart_button {
    background-color: #fff0;
    width: 100%;
    display: block;
    padding: 8px 14px;
    margin-top: 5px;
    border-bottom: 2px solid #0000;
}

.wd-hover-standard .afrfqbt.add_to_cart_button:hover {
    background-color: #f5f5f5;
    color: #333;
    border-color: var(--btn-shop-bgcolor);
}

.wd-loop-footer {
	width: 100%;
}

@media (max-width: 768px) {
	.wd-spacing-30>[class*="col"] {
		margin-bottom: 30px;
	}
	
	.products-bordered-grid.elements-grid.wd-spacing-30:not(.elements-list) [class*="-grid-item"] {
/* 		margin-bottom: 20px !important; */
	}
	
	.title-line-two .product-grid-item .wd-entities-title {
		height: 45px;
		max-height: 45px !important;
	}
	
	.dc-loop-sku {
		font-size: 13px;
	}
}

@media (max-width: 576px) {
	.products-bordered-grid.elements-grid {
/* 		border: none !important; */
	}
	.products-bordered-grid.elements-grid:not(.elements-list) [class*="-grid-item"] {
/* 		border: none!important; */
	}
}


/* single product */
.dc-extra-data .info-box-content {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.dc-extra-data .box-icon-with-bg .info-box-icon {
    padding: 14px;
    background-color: #F4F4F4;
}

.dc-extra-data .dc-extra-avail .box-icon-with-bg .info-box-icon {
	padding: 13px;
}

.dc-extra-data .wd-info-box .info-box-subtitle, .wd-info-box .info-box-title {
	margin-bottom: 5px;
}

.dc-product-avail {
	font-size: 16px;
	font-weight: var(--wd-title-font-weight);
	color: var(--wd-title-color);
	line-height: 1.3;
	margin-bottom: 5px;
}

.woocommerce-product-gallery__image a {
	display: block;
  position: relative;
  padding-top: 100%;
}

.woocommerce-product-gallery__image img {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-image-thumbnail img {
	max-height: 150px;
  object-fit: contain;
}

.labels-rounded .product-label {
	font-size: 16px;
	padding: 4px;
	background: linear-gradient(180deg, var(--dc-gradient-start) 0%, var(--dc-gradient-end) 100%);
}

.product-images .labels-rounded .product-label.out-of-stock {
	font-size: 12px;
  min-width: 115px;
  min-height: 31px;
	background: #333;
  color: #fff;
}

.tabs-layout-tabs .tabs {
	text-align: left;
}

.tabs-layout-tabs .tabs li a {
	padding-top: 15px;
	text-transform: unset !important;
	font-size: 18px;
}

.related-and-upsells h3 {
	font-size: 24px;
	text-transform: unset !important;
}

.woocommerce-tabs .wd-accordion-title {
	font-size: 18px;
  text-transform: unset !important;
}

.summary-inner .product_title {
	margin-bottom: 10px !important;
}

.dc-product-sku {
	color: var(--wd-text-color);
	font-size: 16px;
	
	margin-bottom: 5px;
}
.woocommerce-product-details__short-description{
	font-weight:600;
}

.product-image-summary .cart {
	margin-top: 20px;
}

aside.single-product-sidebar {
	align-self: flex-start;
}

.dc-no-upsells aside.single-product-sidebar {
	display: none;
}

.dc-no-upsells .product-image-summary {
	flex-basis: 100% !important;
	max-width: 100% !important;
}

.upsells-widget .dc-upsells-single-col.product_list_widget>li {
	flex: 0 1 100%;
	max-width: 100%;
}

.upsells-widget .product-small-inner {
	padding-top: 100%;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #0000001c;
}

.upsells-widget .product_list_widget>li.small-product-content img {
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	object-fit: contain;
}

.upsells-widget .small-product-info {
	left: -100px;
}

.upsells-widget .small-product-info:after {
	left: 73%;
}

.afrfqbt_single_page.single_add_to_cart_button {
	background-color: #f2f2f2;
  padding: 10px 20px;
  border: 2px solid #0000;
}

.afrfqbt_single_page.single_add_to_cart_button:hover {
	background-color: #f2f2f2 !important;
  color: #333;
  border-color: var(--btn-shop-bgcolor);
}

.dc_extra_quote_button {
	margin-top: 15px;
	margin-bottom: 15px;
}

.loading.afrfqbt_single_page.single_add_to_cart_button {
    color: #848484 !important;
}

.dc-price-hide {
/* 	opacity: 0.3; */
	display: none !important;
}

.summary-inner small.woocommerce-price-suffix,
.product-list-item small.woocommerce-price-suffix {
	font-size: 15px; 
}

@media (max-width: 575px) {
	.product-image-summary .product-images .labels-rounded .product-label {
		min-width: 46px;
    min-height: 46px;
		font-size: 18px;
	}
}

/* Footer */
.dc-footer-info {
    line-height: 1.7;
    margin-bottom: 15px;
}

.dc-footer-info a {
    display: block;
    margin-bottom: 6px;
}

.dc-footer-socials .wd-social-icons {
    margin-top: 5px;
}

.dc-footer-newsletter .sib_signup_form p {
	margin-bottom: 12px;
}

.dc-footer-newsletter input[type="submit"]{
	    background: var(--btn-shop-bgcolor);
}
.dc-footer-newsletter input[type="submit"]:hover{
	background: var(--wd-primary-color);
}

.scrollToTop {
	right: 28px !important;
	bottom: 90px !important;
}

@media (max-width: 1024px) {
	.scrollToTop {
		right: 21px !important;
    	bottom: 135px !important;
	}
	
	.eBhAfI {
		bottom: 70px !important;
    	right: 10px !important;
	}
}

/* END FOOTER */


/* blog */
.wd-post-date,
.wd-entry-meta {
	display: none;
}

.post-single-page .post-title {
	margin-bottom: 20px;
}

.single-post article.post-single-page {
	max-width: 880px;
}

.blog-post-loop .post-img-wrapp a {
  position: relative;
  padding-top: 66.66%;
}

.blog-post-loop .entry-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* home slider */
.dc_custom_thumbs {
	top: -40px !important;
}


/* quote */
#menu-mobile-menu #quote-li {
	float: left;
  width: 100%;
}

#quote-li .dashicons-cart,
#quote-li .dashicons-cart:before {
	font-family: "woodmart-font";
  height: 18px;
  font-size: 16px;
	margin-right: 1px;
}

#quote-li .dashicons-cart:before {
	content: "\f116";
}

@media all and (max-width:1024px) {
	.mini-quote-dropdown {
		display: none !important;
	}
	
	#quote-li .dashicons-cart,
#quote-li .dashicons-cart:before {
	font-family: "woodmart-font";
  height: 12px;
  font-size: 12px;
}
}

@media all and (max-width:768px) {
	table.addify-quote-form__contents .product-thumbnail {
    width: 100px;
    max-height: 150px;
	}
}

/* cart */
.dc-cart-downloader-pretext {
	margin-top: 30px;
	font-weight: 600;
}

.dc_cart_downloader_container {
	margin-top: 10px;
}

#dc_cart_email {
	max-width: 338px;
	display: block;
}

/* checkout */
.dc-vat-notice-hidden {
	display: none;
}

.dc-notice-for-reduced-vat {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 15px;
	color: var(--wd-title-color);
  background-color: #9411111a;
  box-shadow: 1px 1px 2px #0000000d;
}

.dc-shipping-descr {
    font-size: 13px;
    color: #302f2d;
    border-right: 2px solid #f7a600;
    padding-right: 6px;
    margin-top: 4px;
}

/* Contact Page */

.dc-contact-page-form{
	max-width: 600px;
	margin: 0 auto;
}

.dc-contact-page-form .wpforms-form .wpforms-submit-container .dc-contact-page-form--submit{
	color: #FFF;
  background-color: var(--wd-primary-color);
	padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
	border-radius: 5px;
}

.dc-contact-page-form .wpforms-form .wpforms-submit-container .dc-contact-page-form--submit:hover{
	box-shadow: inset 0 0 200px rgb(0 0 0 / 10%);
	background-color: var(--wd-primary-color);
}
.sellery-btn{
    padding: 5px 20px;
    background-color: var(--btn-bgcolor, #F3F3F3);
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
    min-height: unset;
}
.page-title:has(#categories-toggler) .container > .wd-nav-product-cat{
	display:none;
}
.right-panel .wd-nav-product-cat li{
    display: block !important;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-bottom: solid 1px #aeaeae;
	
}
@media screen and (max-width:1025px){
	#categories-toggler{
		display:none!important;
	}
}