/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.home .wd-content-layout {padding-block: 0;}
body .whb-color-dark:not(.whb-with-bg) {background-color: #013B3B;}
body .wd-nav > li > a,body .wd-nav:where(:not(.wd-dis-act)) > li:where(.current-menu-item, .wd-active, .active) > a {color: #EFBF04;}
body .wd-nav[class*="wd-style-underline"] .nav-link-text::after{background-color: #EFBF04;}
.whb-sticky-shadow.whb-sticked .whb-row:last-child {padding-block: 12px;}
.wd-whatsapp-icon {--wd-btn-icon: "\f175"; }
.wd-wadd-btn {--wd-btn-icon: "\f175"; }
.wd-cat .wd-entities-title {
    color: #EFBF04;
}
body .wd-grid-g {grid-template-columns: auto;}
body .category-grid-item .wd-cat-count > a {
    color: #FFFFFF;
}
.wd-waction-btn{
    position: relative;
}
.wd-waction-btn.wd-style-icon {
	--wd-action-icon-size: 20px;
}
.wd-product.wd-hover-icons .wd-buttons .wd-waction-btn > a {
	width: 100%;
}
.cf-5324f7e0-arrow {margin: 10px 0 40px;}
.wd-buttons .wd-waction-btn > a {
	height: 45px;
}
.wd-product.wd-hover-icons .wrapp-buttons {
	display: none;
}
.wd-product.wd-hover-icons .wd-buttons .wd-waction-btn {
	flex: 1 1 auto;
	max-width: 43px;
	width: 100vw;
}
.wd-waction-btn.wd-style-icon > a {
	flex-direction: column;
	width: 50px;
	height: 45px;
	font-weight: 400;
	font-size: 0 !important;
}
.wd-waction-btn > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 1;
	transition: none;
}
.wd-grid-f-stretch > .wd-col-100 {
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px;
}
.wd-cats-element .wd-grid-g .wd-col {
	margin-bottom: 0;
}
.wd-waction-btn > a:hover .wd-action-icon:before {
    color: var(--wd-action-icon-color-hover); }
  .wd-waction-btn .wd-action-icon:before {
    content: var(--wd-btn-icon, unset);
    font-size: var(--wd-action-icon-size);
    color: var(--wd-action-icon-color);
    transition: color .25s ease, opacity .15s ease;
    font-family: "woodmart-font"; }
  .wd-waction-btn .wd-action-icon:after {
    position: absolute;
  top: calc(50% - .5em);
  inset-inline-start: calc(50% - .5em);
  opacity: 0;
  transition: opacity .2s ease;
  font-size: var(--wd-action-icon-size);
  color: var(--wd-action-icon-color);
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid transparent;
    border-left-color: transparent;
  border-left-color: currentColor;
  border-radius: 50%;
  vertical-align: middle;
  animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused); }

  .step {
    display: none;
}

.step.active {
    display: block;
}

button {
    margin-top: 15px;
    padding: 10px 20px;
    cursor: pointer;
}

.next-btn {
    background: #000;
    color: #fff;
}

.prev-btn {
    background: #ccc;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

/* optional spacing */
.wd-col {
    margin-bottom: 15px;
}

.next-btn {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
}
.wd-list-content.list-content {
	color: #DDDDDD;
}
.category-swiper {
    overflow: visible;
}
.category-swiper .swiper-wrapper {
    align-items: center;
}
.prev-btn {
    background: #ccc;
    padding: 10px 20px;
    border: none;
}

/* STEP WRAPPER */
#multi-step-form {
  max-width: 100%;
  margin: auto;
}

/* STEPS */
.step {
  display: none;
  animation: fadeIn 0.4s ease;
}
.step.active {
  display: block;
}

/* ANIMATION */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px);}
  to { opacity: 1; transform: translateY(0);}
}

/* BUTTONS */
.next-btn, .prev-btn, .wpcf7-submit {
  width: 100%;
  padding: 12px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

#multi-step-form .next-btn {
	background-color: #000;
	color: #fff;
}

#multi-step-form .prev-btn {
  background: #ddd;
}

/* INPUTS */
input, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}

/* PROGRESS BAR */
.progress-bar {
  width: 100%;
  background: #eee;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.progress {
  height: 100%;
  width: 0%;
  background: #000;
  transition: 0.3s;
}

/* STEP INDICATOR */
.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.step-indicator div {
  font-size: 12px;
  color: #999;
}

.step-indicator .active {
  color: #000;
  font-weight: bold;
}

/* FORM BACKGROUND */
#multi-step-form {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 170px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* TITLE */
.form-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.wd-copyrights .wd-col-start {
	color: #fff;
}
/* UPLOAD BOX */
/* HIDE DEFAULT INPUT */
.upload-wrapper input[type="file"] {
  display: none;
}
footer .elementor .wd-list-content a,footer .wd-text-block p,footer .widgettitle, footer .widget-title,footer .wd-entities-title a{color: #fff;}
footer .wd-copyrights {border-top: 1px solid #EFBF04;}
.wd-tools-element .wd-tools-icon,.wd-copyrights .wd-col-start a,footer .elementor .wd-list-content:hover a {color: #EFBF04;}
/* BOX */
.upload-box {
  border: 2px dashed #d4af37;
  border-radius: 14px;
  padding: 60px 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  transform: translateY(-2px);
}
footer .footer-sidebar {
	padding-block: 60px 10px;
}

.upload-box:hover {
  background: #fffaf2;
  border-color: #000;
}
.upload-wrapper .upload-content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	bottom: 0;
}
/* CONTENT */
.upload-content h4 {
  margin: 10px 0 5px;
  font-weight: 600;
}

.upload-content p {
  margin: 0;
  font-size: 14px;
}

.upload-content span {
  font-size: 12px;
  color: #888;
}

/* ICON */
.upload-icon {
  font-size: 35px;
  color: #d4af37;
}

/* PREVIEW */
.file-preview {
  margin-top: 15px;
  font-size: 14px;
  color: green;
}

/* ACTIVE STATE */
.upload-box.active {
  border-color: green;
  background: #f6fff6;
}
.upload-wrapper {
	position: relative;
}

/* BUTTONS */
.next-btn, .prev-btn, .wpcf7-submit {
  width: 100%;
  padding: 12px;
  margin-top: 15px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}

.next-btn, .wpcf7-submit {
  background: linear-gradient(135deg, #000, #d4af37);
  color: #fff;
}

.prev-btn {
  background: #eee;
}

/* PROGRESS BAR */
.progress-bar {
  width: 100%;
  height: 8px;
  background: #eee;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}

.progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #000, #d4af37);
  transition: 0.4s ease;
}

/* STEP INDICATOR */
.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.step-label {
  font-size: 12px;
  text-align: center;
  flex: 1;
  color: #aaa;
  position: relative;
}

.step-label::before {
  content: "";
  display: block;
  margin: auto;
  margin-bottom: 5px;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
}

.step-label.active {
  color: #000;
  font-weight: 600;
}

.step-label.active::before {
  background: #d4af37;
}
.mobile-nav.wd-side-hidden.wd-side-hidden-nav {
	background-color: #013B3B;
}
/* MAIN WRAPPER */
.mj-main-wrapper {
    display: flex;
    justify-content: center;
    gap: 130px;
    flex-wrap: wrap;
    margin: 60px auto;
    max-width: 900px;
}

.mj-slider-wrapper {
    width: 300px;
}

.mjCardsSlider1,
.mjCardsSlider2 {
    width: 100%;
    height: 420px;
}

.swiper-slide {
    border-radius: 20px;
}

.product-card {
    text-align: center;
    padding: 15px;
}

.product-card img {
    width: 100%;
    border-radius: 12px;
}

.product-card h3 {
    font-size: 17px;
    margin: 16px 0;
}

.product-card .price {
    color: #b88a44;
    font-weight: bold;
    font-size: 14px;
}
.mj-btn-group {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

/* View Button */
.mj-btn.view-btn {
    background: #000;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.mj-btn.view-btn:hover {
    background: #b88a44;
}

/* Woo Add to Cart Button Fix */
.product-card .button {
    background: #b88a44 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
}

.product-card .button:hover {
    background: #000 !important;
}

.custom-cat-grid {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    gap: 20px;
}

.cat-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.cat-bg {
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    transition: 0.3s;
}

.cat-item:hover .overlay {
    background: rgba(0,0,0,0.55);
}

.cat-content {
    position: relative;
    color: #fff;
    z-index: 2;
}

.cat-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}
/* Desktop Slider */
.monarch-product-categories-wrapper .product-categories{
    list-style:none;
    padding:0;
    margin:0;
}

.category-item{
    text-align:center;
    border-radius: 30px;
    border: 1.5px solid #EFBF04;
    overflow: hidden;
}

.category-item img{
    width:100%;
    max-width:100%;
    height:auto;
    border-radius: 30px 30px 0px 0px;
}
.monarch-product-categories-wrapper .product-categories h3 {margin-block-start: 15px;font-size: 17px;}
/* RIGHT SIDE GRID */
.custom-cat-grid .cat-item:nth-child(2) {
    grid-column: span 1;
}
#floating-video-container {
	position: fixed;
	width: 150px;
	height: 220px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgb(0 0 0 / .15);
	cursor: grab;
	z-index: 9998;
	transform: translateZ(0);
	touch-action: none;
}
.hale-video-hover .plyr {
	width: 100%;
}
#floating-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hale-video-hover .plyr .plyr__video-wrapper {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.hale-woo-add-to-cart .button {
	width: 100%;
	text-align: center;
	padding-block: 6px;
	margin-block: 10px;
}
#floating-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fortunaate-pens-hover-image .elementor-widget.elementor-widget-image {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.fortunaate-pens-hover-image .elementor-widget.elementor-widget-image:hover:last-child {
	opacity: 1;
}
.fortunaate-pens-hover-image .elementor-widget.elementor-widget-image:last-child {
	opacity: 0;
}
#open-video-modal {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: rgb(0 0 0 / .6);
	color: #fff;
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
	padding: 0;
}
#video-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / .8);
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
#video-modal-content {
	position: relative;
	/* width: 90%;
	max-width: 800px; */
}
.close-video-modal-wrapper {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #000000b5;
    display: flex;
    align-items: center;
    border-radius: 50px;
}
#close-video-modal {
    font-size: 25px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    line-height: normal;
    display: flex;
    justify-content: center;
    color: #fff;
}
#modal-video {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	height: 100vh;
  	display: flex;
}
.hale-video-product-wrapper.swiper.videoslider {
	padding-block-end: 60px;
}
.hale-video-product-item-wrapper .hale-video-item:hover {
	transform: translateY(-4px) scale(1.05);
}
.hale-video-product-item-wrapper .hale-video-item {
	transition: transform .2s ease-in-out,box-shadow .3s ease-in-out;
	padding-block-start: 20px;
}
.hale-video-product-item-wrapper .hale-video-hover {
	width: 100%;
	display: flex;
	justify-content: center;
}
.hale-video-product-item-wrapper .hale-video-hover video {
	object-fit: cover;
	width: 90%;
	display: flex;
	justify-content: center;
	height: 420px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgb(0 0 0 / .15);
}
.hale-video-product-item-wrapper .hale-video-product-info-wrapper {
	box-shadow: 0 6px 12px #0000001a,0 2px 17px #00000014;
	padding: 6px 15px;
	background: #fff;
	border-radius: 15px;
	position: relative;
	z-index: 999;
	max-width: 290px;
	margin: -90px auto 0;
	width: calc(100% - 60px);
	display: block;
}
.hale-video-product-price-wrapper {
	margin-block: 0 10px;
}
.hale-video-product-item-wrapper .hale-video-product-info,.hale-woo-add-to-cart {
	display: flex;
	align-items: center;
    gap: 10px;
}
.hale-video-product-title {font-size: 14px;}
.hale-video-product-item-wrapper .hale-video-product-info .hale-video-product-image-wrapper .hale-video-product-image-inner {
	max-width: 105px;
}
.custom-cat-grid .cat-item:nth-child(3),
.custom-cat-grid .cat-item:nth-child(4) {
    height: 165px;
}

.custom-cat-grid .cat-item:nth-child(3) .cat-bg,
.custom-cat-grid .cat-item:nth-child(4) .cat-bg {
    height: 165px;
}
/* Video CSS */
.vt-slider{
    padding:60px 0;
    overflow:hidden;
}

.vt-card{
    position:relative;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    box-shadow:
    0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.swiper-slide-active .vt-card{
    transform:translateY(-10px);
}

.vt-preview,
.vt-image{
    width:100%;
    aspect-ratio:9/16;
    object-fit:cover;
    display:block;
    cursor:pointer;
}

.vt-content{
    padding:18px;
    text-align:center;
}

.vt-content h4{
    margin:0;
    font-size:20px;
    font-weight:600;
}

.vt-content span{
    display:block;
    margin-top:5px;
    color:#777;
    font-size:14px;
}

.vt-card::before{
    content:'▶';
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    background:rgba(255,255,255,.9);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    z-index:2;
    pointer-events:none;
    transition:.3s;
}
.swiper-slide{
    opacity:.7;
    transform:scale(.85) !important;
    transition:.4s;
}

.swiper-slide-active{
    opacity:1;
    transform:scale(1) !important;
}
.vt-card:hover::before{
    transform:translate(-50%,-50%) scale(1.1);
}
/* Pop video CSS */
.vt-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.85);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:99999;
    padding:20px;
}
.vt-navigation{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:30px;
}

.vt-prev,
.vt-next{

    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#fff;

    box-shadow:0 5px 20px rgba(0,0,0,.12);

    cursor:pointer;

    font-size:22px;

    transition:.3s;
}

.vt-prev:hover,
.vt-next:hover{

    transform:translateY(-3px);

}
.vt-modal.active{
    opacity:1;
    visibility:visible;
}

.vt-modal-content{
    position:relative;
    width:100%;
    max-width:500px;
}

.vt-modal-body{
    border-radius:20px;
    overflow:hidden;
    background:#000;
}

.vt-modal video{
    width:100%;
    max-height:85vh;
    object-fit:contain;
}

.vt-close{
    position:absolute;
    top:-45px;
    right:0;
    color:#fff;
    font-size:35px;
    cursor:pointer;
}
/* Pop video CSS */
/* Video CSS */

/* Responsive */
@media(max-width:1281px){
  #multi-step-form {padding: 130px 25px;}
}
@media(max-width:1024px){
  .whb-main-header .whb-row.whb-general-header .container {padding-block: 12px;}
  .whb-sticky-shadow.whb-sticked .whb-row:last-child {padding-block: 0;}
  #multi-step-form {padding: 20px 25px;}
}
@media (max-width: 992px) {
    .custom-cat-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* MOBILE */
@media(max-width:768px){
    body #multi-step-form .wd-col {
        width: 100%;
        flex: auto;
    }
    #multi-step-form .prev-btn, #multi-step-form .next-btn {
        margin-block: 0 -20px;
    }
    #multi-step-form .next-btn {
        margin-block-end: 0;
    }
    body .monarch-contact-form-wrapper .wd-col {
        flex: auto;
        width: 100%;
        margin-bottom: 0;
    }
  .wd-grid-f-stretch {
    flex-direction: column;
  }
  /* Video CSS */
     .vt-slider{
        padding:30px 0;
    }

    .vt-content h4{
        font-size:18px;
    }

    .vt-content span{
        font-size:13px;
    }

    .vt-modal-content{
        max-width:95%;
    }
  /* Video CSS */
  #floating-video-container {
      width: 100px;
      height: 130px;
  }
   #multi-step-form {
    padding: 25px 20px;
  }
  .mj-main-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .monarch-product-categories-wrapper .product-categories h3 {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
    .custom-cat-grid {
        grid-template-columns: 1fr;
    }

    .cat-bg {
        height: 250px;
    }
}