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

.owl-carousel .wd-fbt .wd-fbt-sale-label+.onsale {
    display: block !important;
}

.wd-fbt-sale-label {
	display: none !important;
}

.owl-carousel .product-labels .onsale:last-child {
	display: block !important;
}


.bought-together .owl-stage-outer .product-wrapper .wd-product-cats {
	display: none;
}

.upsale-cart {
	display: none;
	background-color: #1C61E7;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	align-items: stretch;
	font-weight: 500;
}

.uc-product-img img {
	width: 100px;
}

.uc-product-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.uc-title {
	margin-bottom: 0;
	font-size: 18px;
}

.uc-product-box {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}

.uc-name {
	font-size: 14px;
	max-width: 200px;
}

.uc-price {
	display: flex;
	flex-direction: column;
	color: #A0A0A0;
}

.uc-price p {
	margin-bottom: 0;
}

.uc-btn {
	background-color: #fff;
	text-align: center;
	padding: 12px 20px;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.uc-price .uc-price-full span {
	text-decoration: line-through;
}

.uc-price-full .amount {
	color: #A0A0A0;
}

.uc-price .uc-price-sale span {
	color: #fff;
}






.title-size-default {
	padding: 0 !important;
	text-align: left !important;
	background-color: transparent !important;
}

.title-size-default .wd-checkout-steps li {
	color: #000;
}



.slider-type-product[class*="wd-stretch-cont"] .owl-stage .owl-carousel-item, .slider-type-product[class*="wd-stretch-cont"] .product {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.intro-slider {
    overflow: hidden;
    position: relative;
}

.intro-slider .swiper-slide {
    border-radius: 15px;
    box-shadow: 0px 4px 11.7px 0px rgba(0, 36, 107, 0.1);
    overflow: hidden;
}

.intro-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.intro-slider .swiper-button-prev,
.intro-slider .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(28, 96, 231);
    border-radius: 5px;
    background: #E5EFFD;
    transition: linear .2s;
}

.intro-slider .swiper-button-prev:hover,
.intro-slider .swiper-button-next:hover {
    background-color: #fff;
}

.intro-slider .swiper-button-prev::after,
.intro-slider .swiper-button-next::after {
    display: none;
}

.intro-slider .swiper-button-prev {
    transform: rotate(180deg)
}

.exellence {
  position: relative;
  margin: 10px 0 0px;
  background: #fff;
}

.exellence-track {
	position: relative;
  display: flex;
  width: fit-content;
  animation: scroll-loop 45s linear infinite;
	background-color: #fff;
}
.exellence-track:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	height: 100%;
	width: 200vw;
	background-color: #fff;
}
.exellence ul {
  display: flex;
  padding: 20px 0;
  margin: 0;
  list-style: none;
	position: relative;
	z-index: 1;
}

.exellence li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px;
	width: max-content;
}

.exellence img {
  width: 26px;
  height: 25px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}

.exellence p {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}

@keyframes scroll-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.dss-category {
    padding: 70px 0;
}

.dss-title {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 30px 0;
}

.dss-category__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
}

.dss-category__item {
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(25% - 10px);
    margin: 0 0 10px 10px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
	background-color: #fff;
}

.dss-category__title {
	padding: 0 50px 0 0;
	max-width: 240px;
    margin: 0 0 5px 0;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}

.dss-category__text {
    color: rgb(150, 150, 150);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.dss-category__item:last-child {
    background: rgb(28, 97, 230);
}

.dss-category__info {
    margin: 0 0 15px 0;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
}

.dss-category__link {
    padding: 10px 20px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(28, 97, 230);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 100px;
    background: rgb(255, 255, 255);
	width: fit-content;
}

.dss-partners__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
}

.dss-partners__item {
	width: calc(16.66666% - 10px);
    margin: 0 0 10px 10px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    height: 100px; 
}

.dss-partners__item a{
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.dss-partners__item img{
	width: 65%;
	height: auto;
	object-fit: contain;
}

#shipping_method input.shipping_method {
	width: 16px;
	height: 16px;
}

#payment_method_bacs, #payment_method_cod {
	width: 16px;
	height: 16px;
}


.specification-attributes .shop_attributes tr td {
	display: block;
}

.pc-range-slider__control .ui-slider-handle {
	border-radius: 3px;
	border: 1px solid #1c61e7;
	background: #1c61e7;
}

.pc-range-slider__control {
	border-radius: 3px;
}

.pc-range-slider__control .ui-slider-range {
	background: #1c61e7;
}

.filter__checkgroup-control:checked+.filter__label-button {
    background: #1c61e7 !important;
    border-color: #1c61e7 !important;
    border-radius: 5px !important;
}

.filter input[type="checkbox"]+label {
    border-radius: 5px !important;
}

.wcus-checkout-fields {
	display: block;
	margin-top: 30px;
}
.woocommerce-shipping-fields {
	display: none;
}
.wd-hover-fw-button {
    --wd-more-desc-lines: 5.8em !important;
}

.min-height-30 {
	min-height: 30px;
}

#postdivrich, #screen-meta label[for=postdivrich-hide] {
    display: block !important;
}


.dss-info {
	padding: 100px 0;
    display: flex;
	flex-wrap: wrap;
    margin: 0 0 0 -10px;
}

.dss-info__col {
    margin: 0 0 10px 10px;
    width: calc(50% - 10px);
}

.dss-info__box {
	margin: 0 0 10px 0;
    padding: 40px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
}

.dss-info__text {
    max-width: 390px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.dss-info__road {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 100px;
    background: rgb(28, 97, 230);
    width: fit-content;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.dss-info__road img{
	margin: 0 0 0 10px;
}

.dss-info__list {
    display: flex;
    margin: 0 0 0 -10px;
}

.dss-info__item {
    margin: 0 0 0 10px;
	padding: 20px;
	border-radius: 20px;
	background: rgb(255, 255, 255);
}

.dss-info__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgb(226, 235, 251);
    margin: 0 0 40px 0;
}

.dss-info__item-title {
    margin: 0 0 10px 0;
    color: rgb(28, 97, 230);
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}

.dss-info__item-text {
    font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	}

.dss-info__slider {
    height: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.dss-info__slider .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dss-info .swiper-button-prev,
.dss-info .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(28, 96, 231);
    border-radius: 5px;
    background: #E5EFFD;
    transition: linear .2s;
}

.dss-info .swiper-button-prev:hover,
.dss-info .swiper-button-next:hover {
    background-color: #fff;
}

.dss-info .swiper-button-prev::after,
.dss-info .swiper-button-next::after {
    display: none;
}

.dss-info .swiper-button-prev {
    transform: rotate(180deg)
}

.swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
	background-color: #fff !important;
	opacity: 1 !important;
	transition: linear .2s;
}

.swiper-pagination-bullet-active{
	background-color: #1C61E7 !important;
}


.dss-brand {
	padding: 70px 40px;
	border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dss-brand p:last-child {
    margin: 0;
}

.dss-brand__box {
	margin: 0 0 70px 0;
    display: flex;
    justify-content: space-between
}

.dss-brand__box-left {
    max-width: 525px;
    width: 100%;
    margin: 0 30px 0 0;
}

.dss-brand__title {
    margin: 0 0 20px 0;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
}

.dss-brand__info {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.dss-brand__box-right {
    max-width: 550px;
    width: 100%;
}

.dss-brand__box-text {
    margin: 0 0 20px 0;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.dss-brand__box-link {
    padding: 15px 30px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    border-radius: 100px;
    background: rgb(28, 96, 231);
}

.dss-brand__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
}

.dss-brand__item {
    padding: 30px 30px 70px 30px;
    width: calc(33.33333% - 10px);
    margin: 0 0 10px 10px;
	border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dss-brand__item-title {
    margin: 0 0 5px 0;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.dss-brand__item-text {
    margin: 0 0 30px 0;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.dss-brand__item-link {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	width: fit-content;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    border-radius: 100px;
    background: rgb(255, 255, 255);
	transition: linear .2s;
}

.dss-brand__item-link:hover{
	background: rgb(28, 96, 231);
	color: #fff;
}

.dss-faq{
	padding: 100px 0;
}

.dss-faq-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
}

.dss-faq-col {
    width: calc(50% - 10px);
    margin: 0 0 0 10px;
}

.pst-accordeon dl {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: linear .2s;
}
.pst-accordeon dl.active{
    background-color: #1C61E7;
}
.pst-accordeon dl.active *{
    color: #fff;
}
.pst-accordeon dl.active dt span{
    border-color: #fff;
}
.pst-accordeon dl.active svg{
    transform: rotate(90deg);
}
.pst-accordeon dl.active svg path{
    fill: #fff;
}
.pst-accordeon dl.active dd{
    margin: 20px 0 0 0;
}

.pst-accordeon dt {
    display: flex;
    justify-content: space-between;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    cursor: pointer;
    transition: linear .2s;
}

.pst-accordeon dt span {
	flex-shrink: 0;
	margin: 0 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgb(28, 96, 231);
    border-radius: 5px;
}

.pst-accordeon dd {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    transition: linear .2s;
    margin: 0;
}

.dss-send {
    padding: 50px 70px;
    border-radius: 20px;
    background: rgb(28, 97, 231);
}

.dss-send-inner {
    display: flex;
    justify-content: space-between;
    color: rgb(255, 255, 255);
}

.dss-send-left {
    margin: 0 30px 0 0;
    max-width: 410px;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

.dss-send-title {
	margin: 0 0 20px 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%
}

.dss-send-text {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.dss-send-text p:last-child{
	margin: 0;
}

.dss-send-right {
    max-width: 615px;
    width: 100%;
}

.dss-send-info {
    max-width: 345px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
}

.nf-form-title,
.nf-form-fields-required,
.ninja-forms-req-symbol,
.nf-error{
	display: none;
}

.nf-field-element input{
	border: 1px solid rgb(90, 140, 239);
	border-radius: 100px;
	background: rgb(66, 121, 229);
	padding: 17px 20px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
}
.nf-field-container {
    margin-bottom: 10px !important;
}

.field-wrap input[type=submit] {
    border-radius: 100px;
	background: rgb(246, 246, 246);
	width: 100% !important;
	text-align: center;
	color: rgb(28, 97, 231);
	font-size: 16px;
	font-weight: 500;
}




@media (max-width: 1200px){
	.dss-category__item {
    	width: calc(33.33333% - 10px);
	}
	
	
	
}
@media (max-width: 991px){
	.dss-category__item {
    	width: calc(50% - 10px);
	}
	.dss-info__col {
		width: calc(100% - 10px);
	}
	.dss-brand__item {
		width: calc(100% - 10px);
	}
	
	.dss-brand__box{
		flex-direction: column;
	}
	.dss-brand__box-left {
		margin: 0 0 30px 0;
	}
	.dss-send {
		padding: 50px 20px;
	}
	
}


@media (max-width: 767px){
	.dss-faq,
	.dss-info{
		padding: 70px 0;
	}
	.dss-send-right {
		max-width: 100%;
	}
	.dss-send-left {
		margin: 0 0 10px 0;
		max-width: 100%;
	}
	.dss-faq-col {
		width: calc(100% - 10px);
		margin: 0 0 0 10px;
	}
	.dss-send-inner{
		flex-direction: column;
	}
	.dss-brand__title {
		font-size: 34px;
	}
	.dss-brand {
		padding: 40px 20px 10px;
	}
	.dss-brand__item {
		padding: 20px 20px 70px 20px;
	}
	.dss-brand__box {
		margin: 0 0 30px 0;
	}
	.dss-partners__item {
		width: calc(50% - 10px);
	
	}
	.wd-sticky-btn form.cart {
		width: calc(100% - 140px) !important;
	}
	.wd-sticky-btn-cart .price {
		display: block !important;
		min-width: 140px !important;
		background-color: #fff !important;
	}
	.wd-sticky-btn-cart {
		background-color: #fff;
	}
	
	.dss-category__item {
    	width: calc(100% - 10px);
	}
	.upsale-cart{
		flex-direction: column;
	}
	.uc-product-box{
		flex-wrap: wrap;
	}
	.uc-name,
	.uc-price{
		width: 50%;
		padding: 0 15px 0 0;
	}
	.uc-btn{
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.dss-category {
    	padding: 40px 0;
	}
	
	.dss-info__list{
		flex-direction: column;
	}
	.dss-info__box{
		padding: 20px;
	}
	.dss-info__item:last-child {
		margin-bottom: 0;
	}
	
}







