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





/* theme css */
.wd-prefooter {
    padding-bottom: 0 !important;
}

.contentBox .info-box-subtitle {
    color: #fff !important;
    font-size: 24px;
    font-family: 'cambria', sans-serif;
}

.contentBox .info-box-title {
    color: #fff;
    font-size: 70px;
    line-height: 75px !important;
}

.contentBox .info-box-inner {
    color: #fff;
}

a.btn {
    box-shadow: 0px 0px 8px 5px #d2a42dba;
    border: 3px solid #D2A42D;
    padding: 15px 35px;
    background: #d2a42d3b;
    color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    transition: all ease 1s;
}

a.btn:hover {
    box-shadow: 0px 0px 8px 5px #fff;
    border: 3px solid #fff;
    padding: 15px 35px;
    background: #d2a42d3b;
    color: #000;
    transition: all ease 1s;
}

a.btn:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 0px;
    height: 100%;
    background: linear-gradient(45deg, #D2A42D, #F9E57F, #D2A42D);
    transition: all ease 1s;
    z-index: -1;
    border-radius: 7px;
}

a.btn:hover:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #D2A42D, #F9E57F, #D2A42D);
    transition: all ease 1s;
    z-index: -1;
    border-radius: 6px;
}

.titleRow .contentBox .info-box-title {
    position: relative;
}

.titleRow .contentBox .info-box-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    right: 0;
    top: 0;
    bottom: -10px;
    margin: auto;
}
/* theme css */

/* header */
/* top header */
.whb-row.whb-top-bar .whb-column.whb-col-center {
    width: 100%;
}

.whb-row.whb-top-bar .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin: 0;
}

.whb-row.whb-top-bar .wpb_raw_code.wpb_raw_html.wpb_content_element marquee {
    font-size: 18px;
    font-weight: bold;
}

.whb-row.whb-top-bar .whb-column.whb-col-center .wd-header-html.wd-entry-content {
    width: 100%;
}
/* top header */

.whb-general-header {
    border-bottom: 2px solid #9d9393 !important;
}

.home.page-id-13 .whb-color-dark:not(.whb-with-bg) {
    background: transparent !important;
}

.whb-color-dark:not(.whb-with-bg) {
    background-color: #000 !important;
}

.whb-general-header .menu li a {
    color: #fff;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    position: relative;
    transition: all ease 0.5s;
}

.whb-general-header .menu li a:hover {
    color: #f0d66d;
    text-shadow: 3px 2px 5px #d6b245;
    border-color: #fff;
}

.whb-general-header .menu li.current-menu-item a:hover {
    color: #f0d66d;
    text-shadow: 3px 2px 5px #d6b245;
    border-color: #fff;
}

.whb-general-header .menu li.current-menu-item a {
    color: #f0d66d;
    text-shadow: 3px 2px 5px #d6b245;
    border-color: #fff;
}

.whb-general-header .menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 7px;
    height: 7px;
    background: #efd56d;
    margin: auto;
    border-radius: 100%;
    animation: scale-down-center 0.5s infinite alternate both;
}

.whb-general-header .menu li.current-menu-item a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 7px;
    height: 7px;
    background: #efd56d;
    margin: auto;
    border-radius: 100%;
    animation: scale-down-center 0.5s infinite alternate both;
}

.scale-down-center {
	animation: scale-down-center 0.5s infinite alternate both;
}

@keyframes scale-down-center {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.1);
  }
}
/* header */

/* mainbanner */
.mainbanner {
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative !important;
    height: 800px;
}

.mainbanner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #000, transparent);
}

/* banner pendulum */
.mainbanner .wpb_raw_code {
    height: 100%;
    position: absolute;
    top: -63%;
    z-index: 0;
    left: 24%;
}

.mainbanner .wpb_raw_code .wpb_wrapper {
    height: 100%;
}

.mainbanner .base {
  width: 140px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 0 0 30px;
  height: 100%;
}

.holder {
  background: black;
  margin: auto;
  border-radius: 0 0 50% 50%;
}

.thread {
  display: inline-block;
  width: 140px;
  height: 2000px;
  background: linear-gradient(90deg, transparent, #ffffff54, transparent);
  border-radius: 5px;
  position: relative;
  transform-origin: 50% 0;
  animation: moveIt 10s ease-in-out infinite;
}

.thread:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: -4.5px;
  left: -3.5px;
}

.knob {
  top: -18px;
  left: -4.5px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  border-bottom: 2px solid transparent;
}

.pendulum {
  width: 20px;
  height: 20px;
  background: -moz-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
  background: -webkit-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
  background: -o-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
  background: -ms-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
  background: radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: -9px;
}

.shadow {
  width: 30px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 50px auto 0;
  animation: moveShade 1.25s ease-in-out alternate infinite;
}

@keyframes moveIt {
  0%, 100% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(-45deg);
  }
}

@keyframes moveShade {
  0% {
    transform: translateX(-220px) scale(1.4, .5);
    filter: blur(20px);
  }
  50% {
    filter: blur(3px);
  }
  100% {
    transform: translateX(220px) scale(1.4, .5);
    filter: blur(20px);
  }
}

.mainbanner .wpb_raw_code.pendulum2 {
    height: 100%;
    position: absolute;
    top: -63%;
    z-index: 0;
    right: -8%;
}

.mainbanner .pendulum2 .wpb_wrapper {
    height: 100%;
}

.mainbanner .pendulum2 .base {
  margin: auto;
  text-align: center;
  position: relative;
  padding: 0 0 30px;
  height: 100%;
}

.mainbanner .pendulum2 .holder {
  background: black;
  margin: auto;
  border-radius: 0 0 50% 50%;
}

.mainbanner .pendulum2 .thread {
  display: inline-block;
  width: 140px;
  height: 2000px;
  background: linear-gradient(90deg, transparent, #ffffff54, transparent);
  border-radius: 5px;
  position: relative;
  transform-origin: 50% 0;
  animation: moveIt2 10s ease-in-out infinite;
}

.mainbanner .pendulum2 .thread:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: -4.5px;
  left: -3.5px;
}

.mainbanner .pendulum2 .knob {
  top: -18px;
  left: -4.5px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  border-bottom: 2px solid transparent;
}

.mainbanner .pendulum2 .pendulum {
  width: 20px;
  height: 20px;
  background: -moz-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
  background: -webkit-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
  background: -o-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
  background: -ms-radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
  background: radial-gradient(circle at 70% 35%, white, #66d63e 30%, #40a31d 50%);
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: -9px;
}

.mainbanner .pendulum2 .shadow {
  width: 30px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 50px auto 0;
  animation: moveShade 1.25s ease-in-out alternate infinite;
}

@keyframes moveIt2 {
  0%, 100% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
}

@keyframes moveShade {
  0% {
    transform: translateX(-220px) scale(1.4, .5);
    filter: blur(20px);
  }
  50% {
    filter: blur(3px);
  }
  100% {
    transform: translateX(220px) scale(1.4, .5);
    filter: blur(20px);
  }
}
/* banner pendulum */

.mainbanner .bannerSlide {
    width: 60%;
    margin: auto;
    padding-top: 270px;
    position: relative;
    z-index: 3;
}

.mainbanner .bannerSlide .title-wrapper {
    margin-bottom: 25px;
}

.mainbanner .bannerSlide .woodmart-title-container {
    color: #fff;
    font-size: 77px;
    line-height: 75px;
}

.mainbanner .bannerSlide .title-after_title {
    color: #fff;
    font-size: 20px;
}

.mainbanner .bannerSlideLeftCol .wd-button-wrapper {
    text-align: right;
}

.mainbanner .bannerSlideRightCol .wd-button-wrapper {
    text-align: left;
}
/* mainbanner */

/* questRow */
.questRow {
    height: 900px;
	/* height: 800px; */
    background-size: cover;
    background-position: top center !important;
    background-attachment: fixed;
    position: relative;
}

.questRow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 160px;
    background: linear-gradient(0deg, black, transparent);
}

.questRow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #000, transparent);
}

.questRow .titleRow .contentBox .info-box-title:after {
    width: 66%;
    right: -14%;
}

.questRow .questMainRow .contentBox {
    background: #ffffff40;
    padding: 10px 25px 30px 25px;
    border-radius: 15px;
}

.questRow .questMainRow .contentBox:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c9;
    padding: 10px 25px 30px 25px;
    border-radius: 15px;
}

.questRow .questMainRow .contentBox .info-box-inner {
    /* height: 320px; */
    /* overflow: scroll; */
    /* overflow-x: hidden; */
    /* padding-right: 15px; */
}
/* questRow */

/* adventureRow */
.questRow.adventureRow {
    height: 700px;
}

.questRow.adventureRow .titleRow .contentBox .info-box-title:after{
    width: 50%;
    right: -14%;
}

.cardRow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.short-wc-grid {
    /* display: flex; */
    /* gap: 1%; */
    /* justify-content: space-between; */
}

.short-wc-grid .product-item {
    width: 100%;
    position: relative;
    flex: 0 0 24%;
    border-radius: 15px;
    transition: all ease 0.5s;
    cursor: pointer;
}

.short-wc-grid .product-item:before {
    content: '';
    position: absolute;
    width: 99%;
    height: 30%;
    background: linear-gradient(0deg, black 50%, transparent 100%);
    z-index: 2;
    bottom: 1.5px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0 0 15px 15px;
    transition: all ease 0.5s;
}

.short-wc-grid .product-item img {
    width: 100%;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 15px;
}

.short-wc-grid .product-item .prodContent {
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 15px 15px 30px;
}

.short-wc-grid .product-item .prodContent h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
    display: none;
}

.short-wc-grid .product-item .prodContent p {
    color: #fff;
    opacity: 0;
}

.short-wc-grid .product-item .prodContent a.read-more-button {
    width: 70%;
    display: flex;
    padding: 10px;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 8px;
}

.short-wc-grid .product-item:hover {
    transition: all ease 0.5s;
}

.short-wc-grid .product-item:hover::before {
    background: linear-gradient(0deg, #000000cc 50%, transparent 100%);
    height: 100%;
}

.short-wc-grid .product-item:hover {
    box-shadow: 0px 0px 8px 5px #ffffff61;
}

.cardRow  .wd-info-box {
    height: 412px;
    border: 2px solid #fff;
    border-radius: 22px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.cardRow .wd-info-box:hover::after {
	background: linear-gradient(0deg, #000000cc 50%, transparent 100%);
    height: 100%;
}

.cardRow .wd-info-box .info-box-content {
    padding: 15px 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	position: relative;
		z-index: 999;
}

.cardRow .wd-info-box:after {
	content: '';
	position: absolute;
	width: 99%;
	height: 30%;
	background: linear-gradient(0deg, black 50%, transparent 100%);
	z-index: 2;
	bottom: 1.5px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 0 0 15px 15px;
	transition: all ease 0.5s;
}

.cardRow .wd-info-box .info-box-content a.btn {
    width: 70%;
    display: flex;
    padding: 10px;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 8px;
}

.cardRow .wd-info-box .info-box-content .info-box-title {
    color: #fff;
    font-size: 26px;
    /* margin-bottom: 4px !important; */
    display: none;
}

.cardRow .wd-info-box .info-box-content .info-box-inner {
    color: #fff;
    margin: 5px 0 15px;
    display: none;
}
/* adventureRow */

/* unfoldsRow */
.questRow.unfoldsRow {
    height: 950px;
}

.questRow.unfoldsRow .titleRow .contentBox .info-box-title:after {
    width: 39%;
    right: -14%;
}

.unfoldsRowMain .unfoldsImgCol {
    position: relative !important;
    transition: all ease 0.5s;
    z-index: 999;
}

.unfoldsRowMain .unfoldsImgCol:hover {
    transition: all ease 0.5s;
}

.unfoldsRowMain .unfoldsImgCol .unfoldsImg {
    text-align: center;
    width: 50%;
    margin: auto;
}

.unfoldsRowMain .unfoldsImgCol .unfoldsImg.unfoldsImg1 {
    position: absolute;
    left: -30%;
    right: 0;
    z-index: 1;
}

.unfoldsRowMain .unfoldsImgCol .unfoldsImg.unfoldsImg1 {
    animation: rotate1 4s linear infinite alternate both;
}

.rotate1 {
	animation: rotate1 2s linear infinite alternate both;
}

@keyframes rotate1 {
  0% {
    transform: rotate(0);
    left: 0;
  }
  100% {
    transform: rotate(-6deg);
    left: -30%;
  }
}

.unfoldsRowMain .unfoldsImgCol .unfoldsImg.unfoldsImg2 {
    position: absolute;
    left: 0;
    right: -40%;
    z-index: 2;
    top: 90px;
}

.unfoldsRowMain .unfoldsImgCol .unfoldsImg.unfoldsImg2 {
    animation: rotate2 4s linear infinite alternate both;
}

.rotate2 {
	animation: rotate2 4s linear infinite alternate both;
}

@keyframes rotate2 {
  0% {
    transform: rotate(0);
    right: 0%;
    top: 0;
  }
  100% {
    transform: rotate(20deg);
    right: -40%;
    top: 90px;
  }
}

.unfoldsRowMain .unfoldsImgCol .unfoldsImg.unfoldsImg3 {
    position: absolute;
    left: -60%;
    right: 0;
    z-index: 3;
    top: 90px;
}

.unfoldsRowMain .unfoldsImgCol .unfoldsImg.unfoldsImg3 {
    animation: rotate3 4s linear infinite alternate both;
}

.rotate3 {
	animation: rotate3 4s linear infinite alternate both;
}

@keyframes rotate3 {
  0% {
    transform: rotate(0);
    left: 0%;
    top: 0;
  }
  100% {
    transform: rotate(-20deg);
    left: -80%;
    top: 90px;
  }
}

.unfoldsRowMain .unfoldsImgCol .unfoldsImg.unfoldsImg4 {
    position: absolute;
    left: 0;
    right: -10%;
    z-index: 4;
    top: 30px;
}

.unfoldsRowMain .unfoldsImgCol .unfoldsImg.unfoldsImg4 {
    animation: rotate4 4s linear infinite alternate both;
}

.rotate4 {
	animation: rotate3 4s linear infinite alternate both;
}

@keyframes rotate4 {
  0% {
    transform: rotate(0);
    right: 0%;
    top: 0;
  }
  100% {
    transform: rotate(6deg);
    right: -10%;
    top: 30px;
  }
}

.shadowBox {
    background: ;
    padding: 30px 15px 10px 15px;
    border-radius: 15px;
    position: relative;
    z-index: 999;
}

.shadowBox:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c9;
    padding: 10px 15px 30px 15px;
    border-radius: 15px;
}

.unfoldsRowMain .shadowBox .contentBox {
    position: relative;
    padding-left: 11%;
}

.unfoldsRowMain .shadowBox .contentBox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/05/Group-7354.png);
    background-size: cover;
    background-position: center;
}

.unfoldsRowMain .shadowBox .contentBox:after {
    content: '';
    position: absolute;
    left: 14px;
    bottom: 0;
    width: 2px;
    height: 90%;
    background: #e4cb6c;
}

.unfoldsRowMain .shadowBox .contentBox .info-box-title {
    font-size: 30px;
    line-height: 30px !important;
}

.unfoldsRowMain .shadowBox .contentBox .info-box-subtitle {
    font-size: 20px !important;
    color: #F9E57F !important;
}

.unfoldsRowMain .shadowBox .contentBox .info-box-inner {
    font-size: 15px;
    /* height: 76px; */
    /* overflow: scroll; */
    /* overflow-x: hidden; */
    /* padding-right: 15px; */
}

.unfoldsRowMain .shadowBox .contentBox.last:after {
    display: none;
}
/* unfoldsRow */


/* faqRow */
.questRow.faqRow {
    height: 630px;
}

.questRow.faqRow .titleRow .contentBox .info-box-title:after {
    width: 37%;
}

.faqRowMain .wd-accordion .wd-accordion-item {
    background: #000000c9;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 15px;
}

.faqRowMain .wd-accordion .wd-accordion-item .wd-accordion-title {
    display: flex;
    flex-direction: row !important;
}

.faqRowMain .wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text {
    color: #fff;
}

.faqRowMain .wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text {
    width: 90%;
}

.faqRowMain .wd-accordion .wd-accordion-item .wd-accordion-title span.wd-accordion-opener {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #D2A42D, #F9E57F, #D2A42D);
    color: #000;
    font-weight: bold !important;
    border-radius: 6px;
}

.faqRowMain .wd-accordion .wd-accordion-item .wd-accordion-content {
    color: #fff;
}


.faqRowMain .wd-button-wrapper {
    text-align: left;
}

.faqRowMain .wd-accordion .wd-accordion-item.active {
    background: #ffffff59;
}
/* faqRow */

/* faq inner */
.questRow.faqRow.innerPage {
    height: 920px !important;
}

.questRow.faqRow.innerPage .titleRow {
    position: relative;
    z-index: 1;
}

.questRow.faqRow.innerPage .faqRowMain {
    position: relative;
    z-index: 1;
}
/* faq inner */

/* contactRow */
.questRow.contactRow {
    height: 620px;
    display: flex;
    align-items: center;
}

.questRow.contactRow .contentBox {
    text-align: center;
}

.questRow.contactRow .titleRow .contentBox .info-box-title:after {
    width: 23%;
    right: -13%;
    top: 3px;
    height: 6px;
}


.questRow.contactRow .titleRow .contentBox .info-box-title:before {
    content: '';
    position: absolute;
    width: 23%;
    height: 6px;
    background: #fff;
    left: -13%;
    top: 3px;
    bottom: -10px;
    margin: auto;
    height: ;
}

.questRow.contactRow .contentBox .wd-button-wrapper {
    text-align: center;
}
/* contactRow */

/* footerRow */
.questRow.footerRow {
    height: 800px;
    display: flex;
    align-items: flex-end;
}

.questRow.footerRow::after {
    display: none;
}

.questRow.footerRow .wpb_single_image {
    text-align: center;
}

.questRow.footerRow .title-wrapper {
    text-align: center;
}

.questRow.footerRow .title-wrapper .woodmart-title-container {
    font-size: 32px;
    color: #f0d66d;
    text-shadow: 3px 2px 5px #d6b245;
}

.questRow.footerRow .rightsRow {
    border-top: 2px solid #9d9393;
}

.questRow.footerRow .rightsRow .wpb_text_column {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.questRow.footerRow .wd-info-box .info-box-inner {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    gap: 10px;
    color: #fff;
}

.questRow.footerRow .wd-info-box .info-box-inner:before {
    content: '';
    position: relative;
    left: 0;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    align-content: normal;
}

.questRow.footerRow .wd-info-box.location .info-box-inner::before {
    background-image: url(/wp-content/uploads/2025/05/Symbol.png);
}

.questRow.footerRow .wd-info-box.mail .info-box-inner::before {
    background-image: url(/wp-content/uploads/2025/05/Symbol-1.png);
}

.questRow.footerRow .wd-info-box.tel .info-box-inner::before {
    background-image: url(/wp-content/uploads/2025/05/Symbol-2.png);
}

.questRow.footerRow .wpb_text_column {
    text-align: center;
    margin-bottom: 20px;
}

.questRow.footerRow .menu li a {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}

.questRow.footerRow .menu li {
    text-align: center;
}

.questRow.footerRow .menu li a:hover {
    color: #f0d66d;
    text-shadow: 3px 2px 5px #d6b245;
    border-color: #fff;
}
/* footerRow */

/* single product */
.single.single-product main.wd-content-layout .product-image-summary-inner figure img {
    width: 100%;
    height: 550px;
    object-fit: contain;
}

button {
    box-shadow: 0px 0px 8px 5px #d2a42dbd !important;
    border: 3px solid #D2A42D !important;
    padding: 15px 35px !important;
    background: #d2a42d !important ;
    color: #fff !important;
    position: relative !important;
    z-index: 2 !important;
    border-radius: 8px !important;
    transition: all ease 1s !important;
}

button:hover {
    box-shadow: 0px 0px 8px 5px #fff !important;
    border: 3px solid #fff !important;
    padding: 15px 35px !important;
    background: linear-gradient(45deg, #D2A42D, #F9E57F, #D2A42D) !important;
    color: #000 !important;
    transition: all ease 1s !important;
}
/* single product */



a.button {
    box-shadow: 0px 0px 8px 5px #d2a42dbd !important;
    border: 3px solid #D2A42D !important;
    padding: 15px 35px !important;
    background: #d2a42d !important ;
    color: #fff !important;
    position: relative !important;
    z-index: 2 !important;
    border-radius: 8px !important;
    transition: all ease 1s !important;
}

a.button:hover {
    box-shadow: 0px 0px 8px 5px #fff !important;
    border: 3px solid #fff !important;
    padding: 15px 35px !important;
    background: linear-gradient(45deg, #D2A42D, #F9E57F, #D2A42D) !important;
    color: #000 !important;
    transition: all ease 1s !important;
}




/* innerPage */
.innerPage {
    padding-top: 110px;
}
/* innerPage */



/* videoRow */
.videoRow .btnBox a {
    background: red;
    display: flex;
    height: 410px;
    width: 16.5%;
    margin-top: 70px;
    background: transparent;
}

.videoRow .btnBox {
    display: flex;
    flex-direction: row;
    width: 76%;
    margin: 0 auto;
    justify-content: space-between;
    font-size: 0;
}
/* videoRow */

/* productBox Inner Page */
.questRow.unfoldsRow.innerPage {
    height: auto;
    padding-bottom: 80px;
}

.questRow.unfoldsRow.innerPage.gameInner .vc_row.wpb_row.vc_inner {
    background: #000000d6;
}

.questRow.unfoldsRow.innerPage.gameInner .info-box-inner {
    font-size: 20px;
}

.questRow.innerPage .titleRow {
    padding-top: 20px;
}

.questRow.innerPage.innerPage .titleRow {
    padding-top: 20px;
}

.questRow.unfoldsRow.innerPage video {
    width: 100%;
    margin: auto;
    border: 3px solid #d6ab3e;
    box-shadow: 0px 0px 13px 1px #d6ab3e66;
}

.questRow.unfoldsRow.innerPage.qrPage video {
    width: 100%;
    height: 700px;
    object-fit: contain;
}

.questRow.unfoldsRow.innerPage .titleRow .contentBox .info-box-title:after {
    display: none;
}

.questRow.unfoldsRow.innerPage.gameInner .titleRow {
	padding-top: 0;
}

.questRow.unfoldsRow.innerPage.gameInner .titleRow .contentBox {
    background: #000000d6;
    margin: 0;
    padding: 10px 0 20px;
    /* width: 80%; */
    margin: auto;
}

.questRow.unfoldsRow.innerPage.gameInner .titleRow .contentBox .info-box-title {
    text-align: center;
    color: #d2a42d;
    text-shadow: 0px 1px 7px #d2a42d;
    text-align: center;
    filter: url(#noise);
    background: radial-gradient(ellipse at -100% -124%, #d2a42d, #fff, #d2a42d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.questRow.unfoldsRow.innerPage .contentBox .info-box-inner {
    color: #fff;
    text-align: center;
    text-align: left;
}

.questRow.unfoldsRow.innerPage .contentBox .info-box-inner a {
    color: #d5aa3a;
}

.questRow.unfoldsRow.innerPage .wd-button-wrapper {
    text-align: center !important;
}

/* productBox Inner Page */

/* single Product Page */
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    background: #d6ab3e;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
    background: #d6ab3e;
}

p.price {
    display: none;
}

span.woocommerce-Price-amount.amount bdi {
    font-size: 40px;
}

.single-product-page.single-product-content form.variations_form {
    position: relative;
}

.single-product-page.single-product-content form.variations_form .tmcp-field-wrap-inner {
    position: absolute !important;
    top: -104px;
    left: 130px;
    display: flex;
    justify-content: space-evenly;
    width: 220px !important;
}

.single-product-page.single-product-content form.variations_form .tmcp-field-wrap-inner .tc-col.tc-field-label-wrap {
    background: #fff;
    position: relative;
}

.single-product-page.single-product-content form.variations_form .tmcp-field-wrap-inner .tc-col.tc-field-label-wrap span.tc-input-wrap.tc-epo-style-space {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 2;
}

.single-product-page.single-product-content form.variations_form .tmcp-field-wrap-inner .tc-col.tc-field-label-wrap span.tc-input-wrap.tc-epo-style-space input {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.single-product-page.single-product-content form.variations_form .tmcp-field-wrap-inner .tc-col.tc-field-label-wrap span.tc-col.tc-label.tm-label {
    position: absolute;
    width: 100%;
    display: flex !important;
    justify-content: center;
    text-align: center;
}

.single-product-page.single-product-content form.variations_form .tmcp-field-wrap-inner .tc-col.tc-field-label-wrap span.tc-col.tc-label.tm-label span.tc-label-inner {
    display: flex;
    justify-content: center;
    font-size: 13px;
}

.single-product-page.single-product-content form.variations_form .tmcp-field-wrap-inner .tc-col.tc-field-label-wrap:hover {
    background: #d6ab3e;
}

.single-product-page.single-product-content form.variations_form .tmcp-field-wrap-inner .tc-col.tc-field-label-wrap:hover span.tc-label-text {
    color: #fff;
}

.single-product-page.single-product-content form.variations_form .tmcp-field-wrap-inner .tc-col.tc-field-label-wrap span.tc-label-text {
    color: #000;
}

.single-product-page.single-product-content form.variations_form .tc-mode-normal.tc-active .tmcp-field-wrap-inner .tc-col.tc-field-label-wrap {
    background: #d6ab3e;
}

.single-product-page.single-product-content form.variations_form .tc-mode-normal.tc-active .tmcp-field-wrap-inner .tc-col.tc-field-label-wrap span.tc-label-text {
    color: #fff;
}

.single-product-page.single-product-content span.sku_wrapper {
    display: none;
}
/* single Product Page */

/* contact page */
.questRow.innerPage.innerPage .titleRow.contactRow {
    position: relative;
    z-index: 999;
}

.questRow.innerPage.innerPage .titleRow.contactRow .wpforms-container {
    width: 70%;
}

.questRow.innerPage.innerPage .titleRow.contactRow .wpforms-container input {
    border: 2px solid #d2a42d !important;
    color: #000 !important;
    border-radius: 5px !important;
    height: 45px !important;
    background: #000000d6 !important;
}

.questRow.innerPage.innerPage .titleRow.contactRow .wpforms-container input::placeholder {
    color: #d2a42d !important;
}


.questRow.innerPage.innerPage .titleRow.contactRow .wpforms-container textarea {
    border: 2px solid #d2a42d !important;
    color: #000 !important;
    border-radius: 5px !important;
    min-height: 150px !important;
    height: 150px !important;
    background: #000000d6 !important;
}

.questRow.innerPage.innerPage .titleRow.contactRow .wpforms-container textarea::placeholder {
    color: #d2a42d !important;
}

.questRow.innerPage.innerPage .titleRow.contactRow .wpforms-container .wpforms-submit-container {
    text-align: center;
}
/* contact page */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #d2a42d;
}


.questRow.unfoldsRow.innerPage.qrPage.gameInner {
    padding-top: 150px;
}

.related-and-upsells .wd-carousel-wrap .wd-carousel-item .wd-buttons.wd-pos-r-t {
    display: none;
}

.related-and-upsells .wd-carousel-wrap .wd-carousel-item .wrapp-swatches {
    display: none;
}

li#tab-title-additional_information {
    display: none;
}


/* Sidebar cart */
li.woocommerce-mini-cart-item.mini_cart_item .cart-info dl.tc-epo-metadata.variation {
    display: none;
}

li.woocommerce-mini-cart-item.mini_cart_item .cart-info span.quantity bdi {
    font-size: 18px;
}
/* Sidebar cart */

/* main cart page */
.woocommerce-cart-form__cart-item bdi {
    font-size: 22px !important;
}

.cart-totals-inner span.woocommerce-Price-amount.amount bdi {
    font-size: 22px !important;
}
/* main cart page */


