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


/* Poppins Font import */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Heading lets */

.skew-up .elementor-widget-container {
    transform: skewY(-2deg);
}

.skew-up .elementor-widget-container h2 {
    transform: skewY(2deg);
}


/* Summer Font */

.skew-down .elementor-widget-container {
        transform: skewY(2deg);
}

.skew-down .elementor-widget-container h2 {
        transform: skewY(-2deg);
}
/* Shop Page Title Bar  */
.page-title h2.entry-title.title {
    color: #000 !important;
	font-weight:900 !important;
}
.title-shop.title-design-centered>.container {
        justify-content: start;
    }

ul.wd-nav-product-cat.wd-active{
    display: none;
}

.page-title {
    min-height: 500px !important;
    display: flex;
}

/* Search page Title */
.search .page-title.page-title-default {
    display: flex;
    align-content: center;
    align-items: center;
}


.search .title-design-centered h2 {
    text-align: start;
    font-size: 50px !important;
}

/* Product page */

figure.woocommerce-product-gallery__image a img {
    object-fit: contain;
    height: 850px;
    width: 100%;
    object-position: center;
    border-radius: 15px ;
}






/*old try on button hide */

.elementor-435 .elementor-element.elementor-element-563af67 .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: none !important;
    text-transform: uppercase;
    border-style: none;
    padding: 20px 80px 20px 80px;
}











    body{overflow-x: hidden;}
.customizer {
    /* padding-top: 200px; */
    /* padding: 100px 300px; */
    background: #F7F7F7;
    height: 100vh;
    width: 100vw;
}
.custom-heading {
    font-family: var(--fo);
    font-size: 67.51px;
    font-weight: 700;
    line-height: 100.05px;
    text-align: center;
    margin: 40px 0;
    text-transform: uppercase;

}

.customizer-navigation ul {
    list-style: none;
}

.customizer-navigation ul li {
    width: 100%;
}

.customizer-navigation ul li button {
    background: transparent;
    border: none;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    width: 80%;
    margin: 10px auto;
}

.customizer-navigation ul li button img {
    max-width: 30px;
}

.customizer-navigation ul li button span {
    display: block;
    margin-top: 10px;
    color: white;
    font-family: var(--family);
    font-size: 14px;
    font-weight: 400;
    line-height: 9.51px;
}

.customi-bg {
    background: #303030;
    height: auto;
}

.customizer-navigation .nav-link.active {
    background: white;
}

.customizer-navigation .nav-link.active span {
    color: rgb(16, 19, 14);
}

.customizer-navigation .nav-link.active img {
    filter: invert(1) brightness(0);
}


.customizer .example-templates {
    background: black;
    padding: 20px 0;
    height: 100vh;
}

.customizer .example-templates h4 {
    font-family: var(--family);
    font-size: 22.93px;
    font-weight: 600;
    line-height: 22.93px;
    text-align: left;
    color: white;
    padding: 0px 10px;
    text-transform: uppercase;
}

.customizer .templates-body {
    overflow: hidden scroll;
    height: 470px;
    padding: 10px;
}

.customizer .templates-body::-webkit-scrollbar {
    width: 3px;
    display: none;
}

.customizer .templates-body::-webkit-scrollbar-thumb {
    background-color: white;
}

.customizer .templates-body::-webkit-scrollbar-track {
    background-color: transparent;
}

.customizer .templates-body .recom-img {
    border: none;
    display: block;
    width: 100%;
    background: #303030;
    border-radius: 20px;
    padding: 10px;
    margin: 10px 0px;
}
.customizer .templates-body .recom-img img {
    width: 90%;
    object-fit: contain;
    border-radius: 15px;
}

.template-slider {
    width: 100%;
    margin: 0px auto;
    height: 160px;
    overflow: hidden;
}

.template-slider .slick-slide {
    width: 100px !important;
}

.template-slider .slick-slide {
    margin: 0px 10px;
}

.template-slider .slick-slide img {
    width: 50px;
    height: 110px;
    object-fit: contain;
    border-radius: 15px;
}

.template-slider button.slick-next.slick-arrow {
    top: 30%;
    right: 11%;
    z-index: 9;
}

.template-slider button.slick-arrow::before {
    font-size: 50px;
    color: black;
}

.template-slider button.slick-prev.slick-arrow {
    top: 30%;
    z-index: 5;
    left: 0%;
}

.editable-template {
    background-color: #eedfe0;
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    height: 100%;
    padding: 10px 0px;
    position: relative;
}
.editable-header {
    font-family: var(--family);
}

.editable-header .dropdown > button {
    background: transparent;
    border: none;
    padding: 0px;
    color: white;
}

.editable-header .custom-options {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.editable-header .custom-options .custom-item button {
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px 20px 0px 0px;
}

.editable-header .export-button {
    border-radius: 5px;
    background: black;
    border: none;
    transition: all 0.7s ease 0s;
    padding: 3px 8px;
    color: white;
}



.editable-image {
    width: 100%;
    background: transparent;
    height: 96%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 58px 0;
}

.editable-image img {
    width: 400px;
    height: 550px;
    object-fit: contain;
    /* margin: 200px 0; */
}
.img-properties {
    position: absolute;
    z-index: 2;
    list-style: none;
    padding: 0px;
    margin: 0px;
    top: 50%;
    right: 3%;
    width: 70px;
    border-radius: 15px;
}

.img-properties button {
    background: black;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    border: none;
    width: 100%;
}

.img-properties li {
    padding: 10px 0px;
}

.template-slide {
    align-items: center;
    justify-content: center;
    background:  #303030;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex !important;
}


.top-img img {
    width: 100%;
    object-fit: cover;
    height: 700px
}

p.top-para {
    font-family: var(--fp);
    font-size: 40px;
    font-weight: 600;
    line-height: 64.95px;
    text-align: center;

}

.newsletter-div {
    background: url('../images/news-letter.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}

.newsletter-content h3 {
    font-family: var(--fo);
    font-size: 67.51px;
    font-weight: 700;
    line-height: 100.05px;
    color: white;
    text-transform: uppercase;
    /* text-align: center; */
}

.newsletter-content p {
    font-family: var(--fi);
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: white;
}

.newsletter-content .letter-input {
    position: relative;
}

.newsletter-content .letter-input input {
    border: none;
    border-bottom: 2px solid var(--white);
    background: transparent;
    width: 100%;
    padding: 10px;
    color: white;
    font-family: var(--fi);
    font-size: 21.33px;
    font-weight: 500;
    line-height: 37.33px;
    text-align: left;

}

.newsletter-content .letter-input input::placeholder {
    color: white
}

.newsletter-content .letter-input button {
    background: transparent;
    color: white;
    border: none;
    right: 0;
    position: absolute;
    font-family: Inter;
    font-size: 21.33px;
    font-weight: 500;
    line-height: 37.33px;
    text-align: left;
    top: 10px;
    transition: all 0.9s;
}

.newsletter-content .letter-input button:hover {
    color: var(--green);
}

.insta-para {
    font-family: var(--fi);
    font-size: 26.67px;
    font-weight: 400;
    line-height: 42.67px;
    text-align: center;

}

.insta-img {
    height: 250px;
}

.insta-img img {
    height: 100%;
    object-fit: cover;
}
.quatity h5 {
    color: black;
    display:inline;
}
.quatity  input{
    width:40px;
    border: 2px solid black;
    background:transparent;
    color: black;
    border-radius:5px;
    text-align:center;
}
.category-item .img img{
    width:100%;
}
.category-item .name p{
    color:white;
    text-align:center;
}
.blackish {
    background-color: black;
}



