/*** google fonts(nunito sans)  ***/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&display=swap');

/*** common css start ***/
:root{
    --thm-org:#f94f2e;
    --blk:#000;
    --hov-org:#d83314;
    --wht:#fff;
    --trans-tm:0.3s;
}

*{
    font-family: 'Nunito Sans', sans-serif;
    box-sizing:border-box;
    padding:0;
    margin:0;
}
a{
    text-decoration:none;
    color:var(--thm-org);
}

a:active,
a:hover{
    color:var(--blk) !important;  
    transition:var(--trans-tm);
}

button{
    background:transparent;
    border:none;
    cursor:pointer;
}

.section-wrpr{
    padding-block:40px;
}
.section-container{
    max-width:1100px;
    margin:0 auto;
    padding-inline:15px;
}
.section-row{
    display:flex;
    gap:20px;
    justify-content:space-between;
    align-items:center;
}
.col-30{
    width:30%;
}
.col-50{
    width:50%;
}
.col-70{
    width:70%;
}

.org-section{
    padding:20px;
    background:#feedea;
}
.br-left{
    border-left:5px solid var(--thm-org);
}
.site-btn{
    background: var(--thm-org);
    color: var(--wht);
    font-size: 18px;
    padding: 18px 50px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: var(--trans-tm);
}
.site-btn:hover,
.site-btn:focus{
    background:var(--hov-org);
    color:var(--wht) !important;
}
.clr-org{
    color:var(--thm-org);
}

/*** common css end ***/

/*** header ***/
header#masthead {
    background: #000;
    padding-inline: 15px;
    display: flex;
    align-items: center;
    max-height:70px;
}
.site-branding .custom-logo {
    max-width: 220px;
    margin-top: 12px;
    max-height: 58px;
    object-fit: cover;
}
#primary-menu {
    justify-content: end;
    gap:5px;
}
.current-menu-item {
    border: 2px solid #545454;
}
.main-navigation a{
    color:var(--wht);
    font-size:18px;
    padding:8px 16px;
    letter-spacing:2px;
}
.main-navigation a:hover,
.main-navigation a:active{
    color:var(--thm-org) !important;
}
/*** search css start  **/
body.search-open {
	 overflow: hidden;
}
 .close {
	 position: absolute;
	 top: 2rem;
	 right: 2rem;
	 background: none;
	 border: 0;
	 font-size: 1rem;
	 font-weight: 700;
	 display: block;
	 cursor: pointer;
	 color: black;
	 padding: 1rem 1.25rem;
	 background: white;
	 border-radius: 50%;
	 outline: none;
}
 .close:hover {
	 background: var(--hov-org);
}
 .search-box.search-elem {
	 margin: 0;
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 100;
	 background: rgba(50, 33, 58, 0.9);
	 transition: all 0.3s ease-in-out;
	 -webkit-transform: scale(0);
	 -ms-transform: scale(0);
	 transform: scale(0);
}
 .search-box.search-elem .inner {
	 width: 70%;
	 margin: 0 auto;
	 position: relative;
	 top: 50%;
	 transform: translateY(-50%);
}

.search-box.search-elem.search-open {
	 -webkit-transform: scale(1);
	 -ms-transform: scale(1);
	 transform: scale(1);
}

.search-box input.search-field {
    width: 85%;
    min-height: 55px;
    padding-inline: 24px;
    font-size: 1.5rem;
    vertical-align: bottom;
}

.search-box input.search-submit {
    cursor: pointer;
    background: var(--thm-org);
    border: 0;
    border-radius: 8px;
    padding: 20px 40px;
    color: #fff;
}
.search-box input.search-submit:hover{
    background: var(--hov-org);
}
 
/**** search css end ****/

/*** home banner ****/
#siteBanner{
    min-height:550px;
}

/**** home about ***/
.section-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px;
}

.about-btn-container{
    margin-top:40px;
}

.section-content h2{
    margin-bottom:20px;
}

.about-btn-container p{
    font-size:18px;
    line-height:28px;
}


/*** top cats ***/
.top-cats .section-content h5 {
    font-size: 20px;
    color: #894f21;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}
.top-cat-img {
    max-width: 535px !important;
}

/*** home all cats ***/
#homeAllCats .section-content h2{
    text-align:center;
    font-size:30px;
    font-weight:700;
    margin-bottom:64px;
}
.txt-underline{
    font-weight: 900;
    position: relative;
    z-index: 99;
}

.txt-underline::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 13px;
    border-radius: 75px;
    background: #fdd3cb;
    content: ".";
    bottom: 10px;
    font-size: 0;
}
#homeAllCats .home-cats-container ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
#homeAllCats .home-cats-container li.product-category.product {
    border: 1px solid #898989;
}
#homeAllCats .home-cats-container li.product-category.product h2 {
    color: #000;
    font-size: 13px;
    margin: 0;
    min-height: 51px;
    font-weight:400;
    padding:10px;
}
#homeAllCats .home-cats-container li.product-category.product a img{
    transition:0.5s;
}
#homeAllCats .home-cats-container li.product-category.product a:hover img{
    opacity:0.5;
}
#homeAllCats .home-cats-container .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right: 2.272727272727273%;
    width:23.29545454545455%;
    margin-bottom: 24px;
}
#homeAllCats .home-cats-container li.product-category.product:nth-child(4n) {
    margin-right: 0 !important;
}

/******* get in touch ******/
#contactForm .section-content h2 {
    font-size: 36px;
    text-align: center;
    color: #fff;
}
.section-content h2 .clr-org {
    color: var(--thm-org);
    font-weight: bolder;
}

.list-section-area-set-find {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.section-1 {
    width: 49%;
}
.input-1 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}
input.wpcf7-form-control.wpcf7-date, 
input.wpcf7-form-control.wpcf7-number, 
input.wpcf7-form-control.wpcf7-text, 
select.wpcf7-form-control.wpcf7-select, 
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-date, 
input.wpcf7-form-control.wpcf7-number, 
input.wpcf7-form-control.wpcf7-quiz, 
input.wpcf7-form-control.wpcf7-text, 
select.wpcf7-form-control.wpcf7-select, 
textarea.wpcf7-form-control.wpcf7-textarea {
    display: block;
    margin: 5px 0 0;
    padding: 15px;
    border: 0;
    border-radius: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #fff;
    color: #000;
}
textarea.wpcf7-form-control.wpcf7-textarea{
    height:186px;
}
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-text, 
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-number, 
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-date, 
.cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea, 
.cf7_custom_style_2 select.wpcf7-form-control.wpcf7-select, 
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-quiz {
    color: #000000 !important;
}
input.wpcf7-form-control.wpcf7-submit {
    font-family: 'Nunito Sans' !important;
    font-size: 16px !important;
    margin: 0 auto 0 0 !important;
    background: #f94f2e !important;
    border: none !important;
    display: block;
    padding: 0px 85px !important;
    height: 50px !important;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    cursor:pointer;
    transition:0.2s;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #3f3f3f !important;
    color: #fff !important;
}

form input::placeholder,
form textarea::placeholder{
    color:#000;
    font-size:16px;
}

/******* Footer ******/
footer#colophon {
    padding: 72px 15px 52px 15px;
    background: #3f3f3f;
}
.footer-logo {
    width: 160px;
}
.footer-row{
    display:flex;
    justify-content:space-between;    
}
.footer-col ul {
    margin: 0;
    list-style: none;
}
.footer-col h4 {
    font-size: 22px;
    color: #fff;
    letter-spacing:1.6px;
}
.footer-col li {
    border: none;
    padding-block: 8px;
}
.footer-col li a{
    color:#fff;
}
.footer-col li a:hover{
    color:var(--thm-org) !important;
}
.footer-contact-list li img {
    vertical-align: text-top;
    object-fit:contain;
}
.footer-contact-list li a {
    display: flex;
    gap: 8px;
}
.footer-copyright {
    padding-block: 20px;
    background: #000;
    color: #fff;
}
.footer-copyright h4{
    font-weight:400;
}

/***** inner about page  ******/
.inner-page-banner{
    padding-block: 120px;
}
.inner-page-banner .section-content h1 {
    text-align: center;
    background: #303030;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 24px;
}
.inn-pg-row{
    margin-block:40px;
}

.inner-pg-slider.aboutSlider {
    background: #303030;
    padding-block: 20px;
}


/***** contact page ****/
.contact-inn-section{
    background:#ececec;
}

/**** product archive *****/
.cats-page,
.single-product header.entry-header{
    text-align: center;
    background: #303030;
    color: #fff;
    padding-block: 120px;
}
.cats-page .entry-title,
.single-product .entry-title{
    margin:0;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 5.7px;
}

.cat-page-wrpr h2.woocommerce-loop-product__title {
    color: #303030 !important;
    text-align: center;
}
.cat-page-wrpr .product.type-product {
    position: relative;
}
.cat-page-wrpr .product_type_simple {
    background-color: #2b2b2b !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 16px 40px !important;
    position: absolute !important;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%,-50%);
    width: 151px;
    margin: 0 !important;
    opacity:0 !important;
    transition:0.4s !important;
    border-radius:0 !important;
}
.cat-page-wrpr li:hover img {
    opacity:0 !important;
    transition:0.4s !important;
}
.cat-page-wrpr li:hover .product_type_simple{
    opacity:1 !important;
}

.cat-page-wrpr ul.products li.product {
    margin-right: 1.272727% !important;
}


.fa-angle-left:before {
    content: "\2B9C";
}
.fa-angle-right:before {
    content: "\2B9E";
}


/*** product single ***/
.single-product .entry-content {
    max-width: 1100px;
    margin-inline: auto;
    padding-inline: 15px;
}
.single-product .tabs.wc-tabs,
.single-product .product_meta{
    display: none;
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: right;
}

.woocommerce-product-gallery__image {
  pointer-events: none;
  border:1px solid #000;
  max-width:80%;
  margin-left:auto;
}
.single-product table{
    border-collapse:collapse;
}
.single-product table th, .single-product table td {
    border: 1px solid;
    text-align:center;
    padding:5px 7px;
}
.inquire-pro-heading {
    text-align: center;
    margin-bottom: 24px;
}
.inquire-form-wrpr {
    background: #e8e8e8;
    padding: 30px 30px 0;
    border-radius: 8px;
}


.no-results.not-found,
.error-404.not-found{
    max-width: 1140px;
    margin: 0 auto;
    padding: 64px 15px;
}

.entry-header h1.entry-title {
    max-width: 1140px;
    margin: 0 auto;
    padding-inline: 15px;
}

/**** search resuts ****/
.search-results main.site-main {
    max-width: 1140px;
    margin: 0 auto;
    padding-inline: 15px;
}
.type-product  footer.entry-footer {
    display: none;
}


/******** media query  *******/
@media only screen and (max-width: 991px) {
.cats-page .entry-title, .single-product .entry-title {
    font-size: 32px;
    line-height: 40px;
}
.section-row{
     flex-direction:column;   
     align-items:start;
}
.section-col{
    width:100%;
}

.search-box  form.search-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.search-box input.search-field{
    width:100%;
}
.search-box input.search-submit {
    font-size: 18px;
}
#siteBanner{
    min-height:300px;
}
.about-content p {
    margin: 0;
}
.about-content {
    padding-inline: 24px;
}
.cats-row {
    flex-direction: row;
}
.top-cat-img {
    max-width: 100% !important;
}
.cats-page {
    padding-block: 20px;
}
.cats-page .entry-title {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 2px;
}
}



@media only screen and (max-width: 576px) {
header#masthead {
    justify-content: space-between;
}
#siteBanner{
    min-height:200px;
}
.cats-row {
    flex-direction: column;
}
#primary-menu {
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0;
    background: #000;
}
.current-menu-item {
    border: none;
}
.site-btn {
    font-size: 14px;
    padding: 12px 40px;
    border-radius:4px;
}
#site-navigation {
    order: 1;
    width:50px;
}

.site-branding {
    order: 2;
}

.nav-search-container {
    order: 3;
}
#contactForm input.wpcf7-form-control.wpcf7-submit {
    padding: 0px 45px !important;
}

#homeAllCats .section-content h2{
    font-size:20px;
    margin-bottom:32px;
}
#homeAllCats .home-cats-container ul.products.columns-4 {
    justify-content: space-between;
}
#homeAllCats .home-cats-container .woocommerce ul.products li.product{
    margin-right:0;
    width:47%;
}
.section-content h2 {
    font-size: 24px;
}
.section-1 {
    width: 100%;
}
.list-section-area-set-find {
    flex-direction: column;
}
footer#colophon {
    padding: 50px 15px;
}
.footer-row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
#footer-menu {
    text-align: center;
}
.footer-copyright h4 {
    text-align: center;
}
.cats-page, .single-product header.entry-header {
    padding-block: 80px;
}
.cats-page .entry-title, .single-product .entry-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 3px;
}
.woocommerce-product-gallery__image {
    margin: auto;
}
.pro-table {
    overflow-x: scroll;
}



}
