@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: thundernovabold;
    src: url(../fonts/thundernovabold.ttf);
}
/***** General CSS *****/
.fa-shopping-basket:before {
    content: "\f291";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
}
body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'queensila';
    src: url('../fonts/Queensila.ttf');
}

.pt-8{
    padding-top: 80px;
}

.pb-8{
    padding-bottom: 80px;
}


div#get_innnn {
    margin-top: 120px;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'queensila', sans-serif;
}

h1 {
    font-size: 75px;
    line-height: 1.1;
    color: #000;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-size: 64px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
    display: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {
/*    body li.secrh {*/
/*    display: none !important;*/
/*}*/
    .slicknav_menu {
        display: block;
    }
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

ul#menu>li>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.btn-1 {
    height: 50px;
    border-radius: 6px;
    border: 2px solid #ddbea9;
    display: inline-flex;
    align-items: center;
    padding: 0 0px 0 15px;
    background: #ddbea9;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    gap: 10px;
    box-shadow: 4px 6px 5px 0 #00000014;
}

.btn-1>i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #bb9087;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    color: #fff;
}

.btn-1:hover {
    color: #000;
    background: #fff;
    transition: 0.4s all;
}

.btn-1:hover>i {
    background: #fff;
    color: #bb9087;
}


/*header css*/
.top-br {
    background: #ddbea9;
    padding: 10px 20px;
}

.top-br p {
    margin-bottom: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.middle-br {
    padding: 20px 0;
}

.hd-account ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.hd-account ul li a {
    color: #000;
    text-align: center;
}

.hd-account ul li a span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.hd-account ul li a i {
    display: block;
}

.hd-account ul li a i {
    font-size: 25px;
    position: relative;
}

.hd-account ul li a i span {
    position: absolute;
    top: -2px;
    right: -3px;
    width: fit-content;
    background: #ddbea9;
    font-size: 9px;
    color: #fff;
    padding: 3px 4px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.menuSec {
    background: #ddbea9;
    padding: 30px 0;
}

.menuSec .row {
    display: flex;
    align-items: center;
}

.middle-br .row {
    display: flex;
    align-items: center;
}

ul#menu {
    justify-content: start !important;
    gap: 55px;
}

ul#menu>li>a {
    color: #fff !important;
    font-size: 16px;
}

.menu-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 29px;
}

.menu-right ul li select {
    background: unset;
    border: none;
    width: fit-content;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-left: 0;
    text-transform: uppercase;
}

.menu-right ul li select:focus {
    outline: none;
}

.menu-right ul li img {
    width: 18px;
    margin-right: 6px;
}

.menu-right ul li select option {
    background: #ddbea9;
}

.menu-right ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
/*header css*/


/*banner css*/
section.banner {
    position: relative;
    padding: 100px 0;
    background: #fcfaf8;
}

.banner-bg {
    position: absolute;
    top: 0;
    z-index: 0;
}

.banner-bg {
    width: 100%;
    height: 75%;
}

.banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-img img {
    width: 100%;
}
section.banner .container {
    position: relative;
}
.banner-txt .btn-1 img {
    background: #fff;
    width: 43px;
    height: 48px;
    object-fit: contain;
    padding: 0 11px;
    border: 1px solid #888888;
    border-radius: 5px;
    margin-right: -2px;
}













/*banner css*/



/*after banner css*/
section.afterf-bnn {
    background: #fcfaf8;
    padding: 40px 0 120px 0;
}

.art-bx {
    background: #f3e8e0;
    text-align: center;
    padding: 70px 30px 20px 30px;
    border-radius: 15px;
    position: relative;
}

.art-bx figure {
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.art-bx  h5 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.art-bx p {
    color: #000;
    font-size: 14px;
}

.art-bx.art-center {
    padding: 40px 30px 50px 30px;
}

.art-bx.art-center img {
    bottom: -55px !important;
    top: unset;
}

/*after banner css*/


/*catogries section*/
.cat-bx {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition:0.3s ease-in-out;
}
.cat-bx:hover img{
    transform:scale(1.1);
    transition:0.3s ease-in-out;
}
.cat-bx:hover h5{
    background:#f3e8e0;
    transition:0.3s ease-in-out;
}
.cat-bx img {
    width: 100%;
}

section.categories {
    padding: 80px 0;
}

.cat-bx h5 {
    position: absolute;
    bottom: 6px;
    margin-bottom: 0;
    background: #fff;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
}

.cat-top {
    margin-bottom: 30px;
    text-align: center;
}
.seller-tx a {
    display: flex;
    justify-content: end;
}

.seller-tx  p {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    margin-bottom: 7px;
}

.seller-tx p a {
       color: #000;
    display: unset;
    font-size: 15px;
}

.stars i {
    color: #fd8f00;
}

.stars {
    margin-bottom: 12px;
}

.slr-price span {
    font-size: 11px;
    font-weight: 500;
    color: #000;
}

.slr-price p {
    font-size: 23px;
    font-family: 'Montserrat';
    font-weight: 300;
}

.slr-price {
    display: flex;
    justify-content: space-between;
}

.seller-tx a i {
    box-shadow: 0px 11px 35px 0px rgba(182, 182, 182, 0.22);
    padding: 14px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    margin-top: -30px;
    background: #fff;
    margin-bottom: 10px;
    animation: 1.5s ease-in-out float infinite;
}


@keyframes float {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(2px 4px 6px #ffffff);
    }
    100% {
        transform: scale(1);
    }
}

.seller-tx {
   padding: 8px 20px;
   
}
.seller-bx img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.seller-tx:hover {
    background: #f3e8e0;
}
.seller-bx {
    box-shadow: 0px 21px 54px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    width: 95%;
}
/*catogries section*/

/*get a quote section*/

.getintouch-form input {
    width: 77%;
    margin-bottom: 25px;
    border-bottom: solid 0.5px #2f2f2f;
    background: transparent;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    color: white;
    padding: 10px 0;
}
.getintouch-form input::focus{
    outline:none;
}
.getintouch-form input::focus-visible{
    outline:none;
}
.getintouch-form textarea {
    width: 77%;
    margin-bottom: 25px;
    border-bottom: solid 0.5px #2f2f2f;
    background: transparent;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    color: white;
    padding: 10px 0;
    height: 115px;
}
section.get-quote.pt-8.pb-8::before {
    position: absolute;
    content: "";
    background: #ddbea9;
    height: 670px;
    width: 53%;
    z-index: -1;
    top: 0;
    left: 0;
}

.cont-txt h2 {
    font-size: 60px;
    color: #131212;
}

.quote-button .btn-1 img {
    background: #fff;
    width: 43px;
    height: 48px;
    object-fit: contain;
    padding: 0 11px;
    border: 1px solid #888888;
    border-radius: 5px;
    margin-right: -2px;
}

.quote-button a.btn-1 {
    background: #f3e8e0;
}

section.get-quote.pt-8.pb-8 {
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
}


.insta {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%);
}
.insta-img {
    position: relative;
}


.productdtl-mn-nv .slick-slide {
    opacity: 1;
    margin: 0 6px;
   /* border: 1px solid #7C7C7C;*/
    padding: 9px;
  /*  border-radius: 6px;*/
}


.container-fluid.sect.padd {
    padding-left: 14%;
    padding-right: 4%;
}

.prdct-dt1-sl::before {
    position: absolute;
    content: "";
    background: #f3e8e0;
    height: 680px;
    width: 540%;
    top: -40%;
    left: -147px;
    z-index: -1;
}
.prdct-dt1-sl {
    position: relative;
}
.insta-head h3 {
    font-size: 49px;
    line-height: 49px;
    color: #111010;
    font-weight: 500;
   
}
button.slick-next.slick-arrow {
    border: transparent;
    background: transparent;
    color: antiquewhite;
}




.productdtl-mn-nv .insta img {
    height: 34px;
}

.productdtl-mn-nv .insta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




/*.productdtl-mn-fr button.slick-prev.slick-arrow {*/
/*    opacity: 0;*/
/*}*/




/*testi start*/
.testi-text h2 {
    font-size: 48px;
    font-family: times-regular;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 20px;
    height:50px;
    animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
}


.productdtl-mn-fr button.slick-prev{
    left:-10px;
    z-index:1;
}
.productdtl-mn-fr button.slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #f3e8e0;
    font-size: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    opacity: 1;
    border-radius: 30px;
}
.productdtl-mn-fr button.slick-next{
    right:0;
    z-index:1;
}
.productdtl-mn-fr button.slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #f3e8e0;
    font-size: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: #000;
    opacity: 1;
    border-radius: 30px;
}


@keyframes tracking-in-expand {

  0% {

    letter-spacing: -0.5em;

    opacity: 0;

  }

  40% {

    opacity: 0.6;

  }

  100% {

    opacity: 1;

  }

}



.testi-text h2 span {
    color: #ddbea9;
    display: block;
}

.testi-text p {
    color: #8d8d8d;
    font-size: 14px;
}
html {
    overflow-x: hidden;
}
.testi-slider i {
    color: #f39f1e;
}

.testi-box p {
    color: #8d8d8d;
    margin-top: 20px;
}

.testi-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.testi-box ul li h6 {
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 0;
}

.testi-box ul li p {
    color: #ddbea9;
}

.testi-box {
    position: relative;
}

.testi-fold:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    width: 90%;
    height: 90%;
    border: 1px dashed #ddbea9;
    z-index: 0;
    border-radius: 10px;
}

.testi-fold {
    background: #fff;
    box-shadow: 0 0 10px #00000017;
    padding: 50px;
    position: relative;
}


[data-slick-index="-1"] .testi-fold {
    transform: translateY(45%);
    width: 90%;
    margin: 0 auto;
}
.testi-fold:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 7px;
    height: 28%;
    border-radius: 24px;
    background: #ddbea9;
}
.testi-slider .slick-current +.slick-slide {
    transform: translateY(10px);
    width: 80% !important;
    margin: 0 auto;
    display: block;
    transform: translateX(65px) translateY(-280px);
}

.testi-slider .slick-current {
    background: white;
    z-index: 99;
    position: relative;
}
/*.testi-slider .curnt-prev {
    width: 80% !important;
    margin: 0 auto;
    transform: translateX(65px) translateY(295px);
}*/
.testi-slider .slick-next:before {
        content: '';
    position: absolute;
    background-image: url(../images/arrow2.png);
    width: 70px;
    height: 60px;
    background-repeat: no-repeat;
    /*transform: rotate(180deg);*/
}
.testi-slider .slick-next {
    right: -25px;
    top: 40%;
}
.testi-slider .slick-prev {
    left: -25px;
    left: inherit;
    right: -6px;
    top: 50%;
}
.testi-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/arrow2.png);
    width: 70px;
    height: 60px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
section.testi-wrap.all-section {
    position: relative;
    padding: 100px 0px;
}

.testi-img img:nth-child(1) {
    position: absolute;
    top: 18%;
}

.testi-img img:nth-child(2) {
    position: absolute;
    top: 25%;
    left: 40%;
}

.testi-img img:nth-child(3) {position: absolute;bottom: 150px;}

.testi-img img:nth-child(4) {
    position: absolute;
    left: 40%;
}
.testi-img img:nth-child(5) {
    position: absolute;
    top: 12%;
    right: 1%;
}
.testi-img img {
   animation: scale-a 3s ease-in-out infinite;
}


@keyframes scale-a {

    0% {

        transform: scale(0.7)

    }

    50% {

        transform: scale(1.1);

    }

    100% {

        transform: scale(0.7);

    }

}


img.testi-shape {
    position: absolute;
    width: 50%;
    top: 10%;
    left: 25%;
}
.testi-slider .slick-next {
    right: -25px;
    top: 40% !important;
}
.testi-slider .slick-prev {
    left: -25px;
    left: inherit;
    right: -12px;
    top: 50%;
}
section.testi-wrap .row {
    align-items: center;
}
.testi-slider button.slick-next.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    /* padding: 0; */
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.testi-slider button.slick-prev.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    /* padding: 0; */
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.seller-top h2 {
    margin-bottom: 0px;
}
.seller-top {
    text-align: center;
    margin-bottom: 20px;
}
/*testi end*/



/*FOOTER STRT*/
footer {
    background-color: #0d0d0d;
    padding: 80px 0 60px 0;
}

.footer_col h3 {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin: 25px 0 20px;
    position: relative;
    font-family: 'queensila';
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer_col h3:after {
    /* position: absolute; */
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: '';
}

.footer_col p {
    color: #b3b3b3;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}


.contact_list p {
    margin: 0;
}

.contact_list p span {
    color: #fff;
}

.quick_links a {
    font-size: 14px;
    line-height: 35px;
    color: #b3b3b3;
    text-transform: capitalize;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.footer_call a {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #e0dacc;
    font-family: 'Poppins';
}


.footer_social li:hover{
  background: linear-gradient(#fdd459,#c79128,#9d5e02);
}

.footer_social li {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 100px;
    position: relative;
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
}

.footer_social li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.footer_form form {
    position: relative;
}

.footer_form form input {
    width: 100%;
    height: 51px;
    padding: 10px 25px;
    border: 1px solid #101010;
    border-radius: 0px;
    background-color: #101010;
    color: #fff;
}

.footer_form form button {
    position: absolute;
    right: 0;
    height: 45px;
    border-radius: 0px;
    padding: 0px 20px;
    border: 0;
    color: #fff;
    background: #2b2b2b;
}


.copyRight_sec p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    font-family: 'Montserrat';
}

.copyRight_sec ul {
    margin: 0;
}

.copyRight_sec {
    background-color: #0d0d0d;
    border-top: 1px solid #f2f2f25e;
    padding: 20px 0;
}

.copyRight_sec a {
    margin: 0;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    padding: 0px 20px;
    border-right: 1px solid #b3b3b3;
}
.footer_call {
    margin-top: 55px;
}
.socialmedia-icons ul li a {
    /* border: 1px solid #ffffff; */
    /* padding: 8px 13px; */
    font-size: 20px;
    border-radius: 70px;
    color: #ffffff;
    background: #191919;
}
.socialmedia-icons ul li a:hover {
    background: #ff9a00;
    border-color: #ff9a00;
}
.socialmedia-icons ul {
    display: flex;
    gap: 10px;
}
.socialmedia-icons h3 {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin: 25px 0 20px;
    position: relative;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin-bottom: 40px;
}
.socialmedia-icons {
    margin-top: 50px;
}
.contact_list p a {
    color: #b3b3b3;
}
.socialmedia-icons h3:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: '';
}
.footer_form form input::placeholder {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
}
.quick_links a:hover {
    color: #fff;
}
h3.logo-text {
    FONT-SIZE: 35PX;
}

.footer_form form input::placeholder {
    font-family: 'Montserrat';
    color: #ffffff85;
}
.pro-links .quick_links a {
    text-transform: capitalize;
}
h3.call-text {
    margin-bottom: 0px;
    margin: -25px 0 0px;
}
.socialmedia-icons ul li {
    border: 1px solid #ffffff70;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/*FOOTER END*/
.insta-img img {
    width: 100%;
}

.insta-img .insta img {
    width: auto !important;
    height: auto !important;
}

.productdtl-mn-nv .insta-img img {
    height: 100px;
}
.insta {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}
input.btn-1 {
   width: fit-content !important;
    margin-right: -10px !important;
    padding-right: 10px !important;
}


/**/

ul.sub-menu {
    position: absolute;
    z-index: 999;
    background: #fff;
    top: 25px;
    width: 900px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    column-count: 3;
    padding: 20px 0px;
    display: none;
    left: -200px;
    border-radius: 5px;
}


li#menu-item-65 {
    position: relative;
}

ul.sub-menu > li > a {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    color: #000;
    transition: 0.3s ease-in-out;
}

ul.sub-menu > li > a:hover {
    background: #ddbea9;
    color: #fff;
}

li#menu-item-65:hover ul.sub-menu {
    display: block;
}

li#menu-item-65:after {
    position: absolute;
    content: "";
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 10px;
    height: 8px;
    background: #ffffff;
    right: -20px;
    top: 8px;
}

li#menu-item-65:hover:after {
    transform: rotate(180deg);
}



/*Responsive*/

@media only screen and (min-width: 1661px) and (max-width: 1920px){}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
	.testi-slider {
    width: 92%;
}
	section.get-quote.pt-8.pb-8 {
    margin-bottom: 0;
}


	
}

@media only screen and (min-width: 1366px) and (max-width: 1465px){
    
    .logosite .logo {
    width: 26%;
}


.slr-price {

    justify-content: start!important;
}



	ul.sub-menu {
    left: -120px;
}
  .has-text-align-center {
    text-align: center;
    margin: 20px 0;
}

}





@media only screen and (min-width: 1200px) and (max-width: 1399px){
      .has-text-align-center {
    text-align: center;
    margin: 20px 0;
}
    .woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 10% !important;
}
.testi-img img:nth-child(5) {
    top: -6%;
}
section.get-quote.pt-8.pb-8 {
    margin-bottom: 0;
}
.testi-slider {
    width: 90%;
}
.shopsidebar h2.widget-title {
    font-size: 25px !important;
}

.shopsidebar ul.product-categories a {
    font-size: 18px !important;
    line-height: 1 !important;
}
		   .banner-bg img {
    height: 488px;
  
} 
	    
	 .prdct-dt1-sl::before {

    width: 132%;
    top: -39%;
    left: -79px;
    z-index: -1;
    /* right: 0; */
}   
	
	ul.sub-menu {
    left: -120px;
}

.testi-img img:nth-child(5) {
    top: 50px;
    z-index: 999;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
       .woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 10% !important;
}
    .menuSec {
    background: #ddbea9;
    padding: 10px 0;
}
.col-md-3.shopsidebar {
    background: #f3e8e0;
    padding-left: 30px !important;
    width: 22%;
    padding-top: 50px;
}
    .testi-img img:nth-child(1) {
    position: absolute;
    top: 22%;
}
    .testi-slider .slick-track {
        margin-top: 140px;
    }
	h4.logotext01 {
    font-size: 40px !important;
    margin-left: 10px;
}

.top-br {
    text-align: center !important;
}

.middle-br {
    padding: 10px 0;
}

h1 {
    font-size: 60px;
    line-height: 1;
}

.banner-img img {
    height: 400px;
    object-fit: cover;
}

.cat-bx h5 {
    font-size: 12px;
}

.seller-tx p a {
    font-size: 11px;
    line-height: 20px;
}

.slr-price span {
    font-size: 15px !important;
}

.insta-head h3 {
    font-size: 30px;
}

.productdtl-mn-fr .slick-next:before {
    right: 13%;
}

.seller-bx img {
    height: 220px;
}

.testi-text h2 {
    font-size: 30px;
}

section.get-quote.pt-8.pb-8 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.footerPayment.mt-5 {
    margin-top: 20px !important;
}
.testi-img img:nth-child(5) {
    display: none;
}

.testi-slider button.slick-prev.slick-arrow {
    top: 95%;
    right: 60%;
    z-index:8;
}

.testi-slider .slick-prev:before {
    transform: rotate(270deg);
}

.testi-slider button.slick-next.slick-arrow {
    top: 97.5% !important;
    right: 47%;
}

.testi-slider .slick-next:before {
    transform: rotate(90deg);
}
.shopsidebar ul.product-categories a {
    font-size: 12px !important;
    line-height: 1 !important;
}
.shopsidebar h2.widget-title {
    font-size: 21px !important;
}

li.product.type-product .seller-bx img {
    height: 250px !important;
}
	
		
	.container-fluid.sect.padd {
    padding-left: 6%;
    padding-right: 4%;
}
	
	
	.prdct-dt1-sl::before {
       height: 610px;
    width: 464%;
    left: -52px;

}

	
.testi-slider.slick-vertical.slick-initialized.slick-slider {
    margin-top: 20%;
}	
	
ul.sub-menu {
    left: -120px;
}	
   .has-text-align-center {
    text-align: center;
    margin: 20px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
 
 .has-text-align-center {
    text-align: center;
    margin: 20px 0 20px 0px;
}
  html body  li.product.type-product .seller-bx img {
    width: 600px !important;
    height: 340px !important;
}

         .woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 10% !important;
}

    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: 0 0;
    border-radius: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 33px;
    left: 13px !important;
    top: 11px !important;
    pointer-events: none;
    transition: none;
}
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 15px !important;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Roboto,sans-serif;
    background-color: #eee;
}
    section.testi-wrap.all-section {
    position: relative;
    padding: 200px 0px 100px 0px;
}
.testi-slider .slick-track {
    padding: 100px 0;
}
    h2 {
    font-size: 54px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0;
}
    .menu-right ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}
.text01 h4.logotext01 {
    font-size: 40px !important;
    margin-left: 30px;
    
}

.middle-br {
    padding: 2px 0;
}

.top-br {
    text-align: center;
    padding: 5px 0;
}

ul#menu {
    gap: 60px;
}

ul#menu>li>a {
    font-size: 14px;
}

.menuSec .row .col-xl-6.col-lg-6.col-md-6.d-none.d-md-block {
    width: 50%;
}

.menuSec .row .col-lg-6.col-12 {
    width: 50%;
}

h1 {font-size: 55px;}

.banner-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.banner-txt {
    margin-bottom: 30px;
}

section.banner .col-lg-6.col-12 {
    width: 50%;
}

.banner-bg {
    height: 90%;
}

.banner-txt p {
    font-size: 13px;
    line-height: 21px;
}	
section.afterf-bnn .col-lg-4.col-12 {
    width: 33.33333333%;
}

.art-bx, .art-bx.art-center {
    padding-left: 10px;
    padding-right: 10px;
}

.art-bx h5 {
    font-size: 19px;
}

.art-bx p {
    font-size: 14px;
    line-height: 20px;
}

section.categories .col {
    width: 33.33333%;
    flex: unset;
    margin-bottom: 20px;
}

section.categories .row {
    justify-content: center;
}

section.best-seller .col-lg-3.col-12 {
    width: 33.33333%;
}

.seller-tx {padding: 8px 10px;}

.seller-tx p a {
    font-size: 13px;
    line-height: 20px;
    height: 50px;
    display: block;
}

.seller-bx img {
    height: 200px;
}

section.best-seller .row {
    justify-content: center;
}
section.get-quote .col-md-12.col-lg-6 {
    width: 50%;
}

.insta-head h3 {
    font-size: 26px;
}

.productdtl-mn-fr .slick-next:before {
    right: 0;
}

.container-fluid.sect.padd {
    padding-left: 5%;
}

.getintouch-form input {
    width: 80%;
}
.productdtl-mn-nv .insta-img img {
    height: 100px;
    width: 50%;
}

section.get-quote.pt-8.pb-8 {
    margin-bottom: 0;
    padding-bottom: 0;
}

section.testi-wrap .col-lg-6 {
    width: 50%;
}
    .testi-text h2 {
        font-size: 29px;
        line-height: 1.2;
    }
.testi-img img:nth-child(1) {
    top: 20%;
}

.testi-img img:nth-child(3) {
    bottom: 80px;
}

.testi-img img:nth-child(5) {
    display: none;
}

.testi-slider button.slick-prev.slick-arrow {
    top: 100%;
    right: 70%;
}

.testi-slider .slick-prev:before {
    transform: rotate(270deg);
}

.testi-slider button.slick-next.slick-arrow {
    top: 104% !important;
    right: 47%;
}

.testi-slider .slick-next:before {
    transform: rotate(90deg);
}	
.footer_col h3 {
    margin-top: 0;
}

.socialmedia-icons {
    margin: 20px 0;
    margin-bottom: 40px;
}

.footerPayment.mt-5 {
    margin-top: 20px !important;
}

.footer_call {
    margin-top: 20px;
}	
.footer_col p {
    font-size: 13px;
}

.footer_call a {
    font-size: 19px;
}

.copyRight_sec p {
    font-size: 13px;
}
.row.shoppage0 .col-md-3.shopsidebar {
    width: 30%;
    margin-right: 0 !important;
    padding-left: 30px;
}

.row.shoppage0 .col-md-9 {
    width: 70%;
}

.row.shoppage0 .shopsidebar h2.widget-title {
    font-size: 25px;
}

.row.shoppage0 .shopsidebar ul.product-categories a {
    font-size: 18px;
}
.product-template-default .type-product h1.product_title.entry-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
	padding-top: 10px;
	
}


.woocommerce div.product form.cart .variations th {
    width: 50%;
}

.woocommerce div.product form.cart .variations th label {
    font-size: 13px;
    line-height: 1.2;
}

   .prdct-dt1-sl::before {
     height: 542px;
    width: 153%;
    top: -40%;
    left: -45px;

}
.productdtl-mn-nv .insta {
   
    transform: translate(-99%);
}

.menu-right ul {

    gap: 7px;
}

.wpb_wrapper h2 {
    font-size: 53px;
}

section.get-quote.pt-8.pb-8::before {
     height: 600px;
   
}

	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
    div#get_innnn {
    margin-top: 0px;
}
        ul.sub-menu {
        width: 300px;
        left: -10px;
        z-index: 99999;
        column-count: 1;
        top: 90px;
    }
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: 0 0;
    border-radius: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 33px;
    left: 13px !important;
    top: 21px;
    pointer-events: none;
    transition: none;
}
    .menuSec li.secrh .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
    width: 100% !important;
    padding: 0 !important;
}
    .menu-right ul {
    display: block;
}

.middle-br .row {
    padding-left: 150px;
}

    .slicknav_btn {
    margin: 0;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #222;
}
    .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: 0 0;
    border-radius: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 33px;
    left: 23px;
    top: 11px !important;
    pointer-events: none;
    transition: none;
}
    .row.shoppage0 .col-md-9 .seller-bx {
    width: 95%;
}
    section.afterf-bnn {
    background: #fcfaf8;
    padding: 40px 0 40px 0;
}
    html body .seller-bx img {
        width: 100% !important;
        height: 290px !important;
    }
    .getintouch-form input {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: solid 0.5px #2f2f2f;
    background: transparent;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    color: white;
    padding: 10px 0;
}
.getintouch-form textarea {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: solid 0.5px #2f2f2f;
    background: transparent;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    color: white;
    padding: 10px 0;
    height: 115px;
}
    .seller-bx {
    box-shadow: 0px 21px 54px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    width: 60%;
    margin: 20px auto;
}
    .text01 h4.logotext01 {
    font-size: 17px !important;
    color: black;
}
     	 html body .text01 {
    margin-left: 0 !important;
    margin-top: 19px;
}   

	
/*   .text01 {*/
/*    margin-left: 119px!important;*/
   
/*} */

.logo {
    width: 42%!important;
}


.secrhmobile {
    display: block !important;
}

    .banner-img.wow.bounceIn {
    margin-top: 20px;
}
    .middle-br .logo img.custom-logo {
    height: 0%;
    width: 70px!important;
}
    
    .art-bx {
        margin: 7% 15%;
    }
    
    
        .art-bx.art-center img {
        bottom: unset !important;
        top: -55px;
    }
    
     .coll-wd {
        /* width: 50%; */
        flex: 1 0 50%;
        margin-bottom: 11px;
    }
    .slr-price {
     justify-content: start!important;
}    
section.get-quote.pt-8.pb-8::before {
    width: 100%;
  
}
    .prdct-dt1-sl::before {
      left: -10%;
      top: -35%;
      height: 140%;
      width: 120%;
}
    
    .productdtl-mn-fr .slick-next:before {
   
    right: -8px;
}

.container-fluid.sect.padd {
    padding-left: 4%;
    padding-right: 4%;
} 

.testi-img img:nth-child(1) {
    position: absolute;
    top: 0;
}

.testi-img img:nth-child(2) {
    position: absolute;
    top: -2%;
    left: 56%;
}

.testi-img img:nth-child(2) {
    left: 56%;
}

.logo {
    width: 48%!important;
}
.col-md-3.shopsidebar {
   width: 100%;
}


.productdtl-mn-nv .insta-img img {
    height: 100px;
    object-fit: contain;
}


.testi-slider button.slick-prev.slick-arrow {
     top: 58%;
}

.footer_col.ps-5 {
    padding: 0!important;
}
.col-md-3.shopsidebar {
    width: 100%;
   
}
    	 html body .text01 {
    margin-left: 0 !important;
    margin-top: 19px;
}   
    html body .slicknav_menu {
    position: absolute;
    top: 96px !important;
    left: 15px;
    background: transparent;
    z-index: 999;
}
.col-md-3.shopsidebar {
    background: #f3e8e0;
    padding-left: 30px !important;
    width: 100% !important;
    padding-top: 50px;
    margin-top: 30px;
} 
.page-id-12 li.product .seller-bx {
    margin: 20px 0;
    width: 100%;
}
.contact_page_row {
    align-items: flex-start;
    padding-top: 30px !important;
}
    .menu-right ul>li:last-child {
        display: none;
    }
}
@media only screen and (min-width: 300px) and (max-width: 519px){
    .summary.entry-summary table.thwepo-extra-options.thwepo_variable>tbody>tr {
    text-align: left !important;
}
    span.woocommerce-Price-amount.amount {
        font-size: 20px !important;
    }
    div#get_innnn {
    margin-top: 0px;
}
    .woocommerce div.product form.cart .button {
    float: unset !important;
    width: 50%;
    display: inline-block;
    height: 45px;
    margin: 0;
    font-size: 14px;
}
    body .qib-button-wrapper {
        display: inline-flex !important;
        float: right;
        margin-right: 0;
    }
    .woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding: 0;
}
    body .qib-button-wrapper {
    display: flex;
    float: unset !important;
    margin-right: 0;
    justify-self: start;
    margin: 20px 0;
}
    .woocommerce div.product form.cart .variations select {
    font-size: 12px;
    padding: 10px 10px;
    margin-top: -10px;
}
        p#wppb_register_pre_form_message {
    padding: 0 !important;
}
h2.vc_custom_heading {
    margin: 0;
}
p.wppb-alert {
    font-size: 12px;
}
   html body .shopsidebar h2.widget-title {
    font-size: 16px !important;
    font-weight: 500 !important;
}
    .woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 5%;
}
    footer {
    background-color: #ddbea94f;
    padding: 50px 0 20px 0;
}
    .banner-txt.wow.fadeInLeft a.btn-1 {
    margin-top: 10px !important;
}
    .woocommerce .woocommerce-product-rating .star-rating{
        float:unset !important;
    }
    .woocommerce .woocommerce-product-rating .star-rating {
    margin: 0 !important;
    float: left;
}
    .woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    justify-content: center !important;
}
    .productdtl-mn-fr .slick-next:before{
        display:none;
    }
    .productdtl-mn-nv .slick-slide {
    opacity: 1;
    margin: 0 6px;
    /* border: 1px solid #7C7C7C; */
    padding: 0;
    /* border-radius: 6px; */
}
   html body li.product {
    margin: 0 !important;
    /* height:400px !important; */
}
   html body  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48% !important;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
    /*margin: 20px 0 !important;*/
}
ul.products.columns-3 {
    padding: 0 5px !important;
}

    html body .text01 {
    margin-left: 0 !important;
    margin-top: 19px;
}   
    html body .slicknav_menu {
    position: absolute;
    top: 64px !important;
    left: 5px;
    background: transparent;
}
section.categories {
    padding-top: 50px;
}
.slicknav_menu {
    position: absolute;
    top: 0;
    left: 5px;
    background: transparent;
}
li.secrh {
     display: block !important; 
}

    .footer_col h3 {
        color: #fff;
        font-weight: 500;
        font-size: 25px;
        line-height: 30px;
        margin: 9px 0 0px;
        position: relative;
        font-family: 'queensila';
        text-transform: capitalize;
        margin-bottom: 0px;
    }
.footer_call {
    margin-top: 0px;
}
    .socialmedia-icons {
    margin-top: 10px;
}
    .cat-bx:hover img{
        transform:scale(1);
        transition:0.3s ease-in-out;
    }
    html body.term-15 .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        background-color: #f3e8e0 !important;
    }
    html body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        background-color: #f3e8e0 !important;
    }
    html body.post-type-archive-product .menu-right {
        display: none;
    }
    html body .top-br{
        height:50px !important;
    }
    html body .menuSec{
        margin-bottom:0 !important;
    }
     html body .row.shoppage0 .col-md-9 {
        padding-top: 20px !important;
    }
    html body .contact_page_row {
        padding-top: 0 !important;
        flex-direction: column-reverse;
    }
    
    html body li.product.type-product .seller-bx img{
        height: 180px !important;
        width: 100% !important;
        object-fit: cover;
    }
    .shopsidebar h2.widget-title {
    position: relative;
}

.shopsidebar h2.widget-title:before {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 10px;
        font-weight: 900;
        right: 10px;
}
     ul.product-categories {
        display: none;
        height: 130px;
        overflow-y: scroll;
    }
    
    .woocommerce div.product form.cart .variations select {
     margin-right: 5em!important;
    }
    img.testi-shape {
    height: 71px;
    width: 105px;
}

.menu-right ul li a {
    font-size: 13px;
   
}

    .testi-box ul li h6 {
        font-size: 21px;
        margin-bottom: 0px;
        line-height: 1;
    }
    .testi-slider .slick-current +.slick-slide {
        transform: translateY(10px);
        /*width: 100% !important;*/
        margin: 0 auto;
        display: block;
        transform: none;
    }
    .testi-fold {
        background: #fff;
        box-shadow:none;
        padding: 30px;
    }
    .testi-fold:before {
        left: 0;
        width: 100%;
        height: 100%;
    }
    .tss-wrapper .tss-layout3 .item-content-wrapper, .tss-wrapper .tss-isotope1 .item-content-wrapper, .tss-wrapper .tss-video1 .item-content-wrapper, .tss-wrapper .tss-carousel3 .item-content-wrapper {
    padding: 30px !important;
    background: #f8f8f8;
    position: relative;
}
    .top-br p {
        font-size: 17px;
        text-align: center;
        width: auto;
    }

header .col-lg-6.col-6.logosite {
    width: 100%;
    justify-content: center !important;
    flex-direction: column;
}
html body .logosite .text01 {
    margin-left: 0 !important;
}
.hd-account ul {
    justify-content: flex-end;
}
.seller-top p br{
    display:none;
}
.getintouch-form input {
    width: 100%;
}
.getintouch-form textarea {
    width: 100%;
}
.testi-box p {
    position: relative;
}
.testi-box ul {
    position: relative;
}
.middle-br .row {
    justify-content: center;
}

.text01 h4.logotext01 {
   font-size: 30px !important;
}

.middle-br .logo img.custom-logo {
   width: 90px !important;
}

.menu-right ul {
    justify-content: center;
}

.menuSec {
    padding: 10px 0;
}

section.banner {
    text-align: center;
    padding: 20px 0 40px;
}

h1 {
    font-size: 50px;
}

.banner-txt p {
    font-size: 13px;
    line-height: 20px;
}

.banner-txt {
    margin-bottom: 20px;
}

.banner-bg {
    height: 100%;
}
section.afterf-bnn {
    padding-top: 80px;
    padding-bottom: 30px;
}

.art-bx {
    margin-bottom: 80px;
}

.art-bx.art-center img {
    top: -55px;
    bottom: unset;
}

.art-bx.art-center {
    padding: 70px 30px 20px 30px;
}

h2 {
    font-size: 40px;
}

p {
    font-size: 13px;
    line-height: 20px;
}

section.categories .col {
    /*width: 70% !important;*/
    flex: unset;
    margin: 0 auto;
    margin-bottom: 10px;
}


.cat-bx img {
    height: auto;
    object-fit: contain;
}

.seller-bx {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px !important;
    padding: 0;
}

.seller-tx p a {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
        /*height: 40px;*/
}

/*.slr-price span {*/
/*    font-size: 20px !important;*/
/*}*/
.woocommerce-cart a.wc-block-components-product-name {
    font-size: 10px !important;
}

span.wc-block-components-product-details__name {
    font-weight: 700;
}
.container-fluid.sect.padd {
    padding: 0 5%;
}

.cont-txt h2 {
    font-size: 40px;
}

.prdct-dt1-sl::before {
    height: 0;
    width: 540%;
    top: -18%;
}

section.get-quote.pt-8.pb-8::before {
    height: 50%;
    width: 100%;
}
section.get-quote.pt-8.pb-8::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: #f3e8e0;
    z-index: -1;
}
.insta-head {
    margin-top: 50px;
}
.insta-head h3 {
    font-size: 30px;
    line-height: 1;
}	


.insta-img img {
    width: 100%;
    height: 250px;
}

.insta img {
    width: auto;
    height: auto;
}

.productdtl-mn-nv .insta-img img {
    width: 100%;
    height: 100%;
    margin: 10px auto;
}

.testi-text h2 {
    animation: unset;
    text-align: center;
    font-size: 25px;
    line-height: normal;
    margin: 0;
}

.testi-text {
    text-align: center;
}

.testi-img {
    display: none;
}
section.testi-wrap.all-section {
    padding: 40px 0;
}
footer {
    text-align: center;
}

.socialmedia-icons ul {
    justify-content: center;
}

.footer_col.ps-5 {
    padding: 0 !important;
}

.copyRight_sec p {
    font-size: 11px;
}

.footer_col p {
    font-size: 10px;
}

.footer_call a {
    font-size: 15px;
}

.footerPayment.mt-5 {
    margin-top: 20px !important;
}
.row.shoppage0 .col-md-3.shopsidebar {
    width: 100%;
    padding: 10px 20px;
}

.row.shoppage0 .shopsidebar ul.product-categories a {
    font-size: 15px;
    line-height: 20px;
}

.row.shoppage0 .col-md-3.shopsidebar ul.product-categories li.cat-item {
    margin: 0 !important;
    padding: 5px 0 !important;
    text-align: center;
}

.shopsidebar h2.widget-title {
    text-align: left !important;
    margin-bottom: 0;
        margin-top: 20px;
        width: 61%;
        background: #ddbea9;
        color: #fff;
        padding: 10px 7px;
        margin: 20px auto 0px;
}


.row.shoppage0 p.woocommerce-result-count {
    text-align: center;
    width: 100%;
}
.woocommerce .woocommerce-ordering select {
    width: 100% !important;
    margin: 0 auto;
}

.row.shoppage0 form.woocommerce-ordering {
    float: unset !important;
    width: 90%;
    text-align: center;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}

.row.shoppage0 .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
}
 .summary.entry-summary {
    text-align: center;
}
.product-template-default .type-product h1.product_title.entry-title {
    text-align: center !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
}


.woocommerce div.product form.cart .variations select {
    width: 100%;
        font-size: 14px;
}

.woocommerce div.product form.cart .variations label {
    font-size: 14px;
        font-weight: 500 !important;
}

th.label {
    width: 100%;
    display: block !important;
    text-align:left;
    width:50%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    text-align: center;
}
article#post-43 .entry-content {
    text-align: center;
}

article#post-43 .social-icon-01 {
    padding: 20px 0;
}

article#post-43 .entry-content h2 {
    line-height: 1;
}
.banner-img.wow.bounceIn {
    margin-top: 20px;
}
.art-bx {
 margin-bottom: 70px;
}
.art-bx.art-center img {
    bottom: unset!important;
    top: -55px;
}




.logo {
    width: 33%!important;
    text-align:center;
}

.seller-tx {
    padding: 8px 10px;
    /* height:170px; */
}

    .contact_page_row {
    padding-top:40px;
}


.woocommerce div.product form.cart .variations select {
    padding: 10px 10px;
    margin-top: 0px !important;
}

.row.shoppage0 .col-md-3.shopsidebar section#woocommerce_product_categories-3 {
    /*min-height: 250px;*/
    /*max-height: 250px;*/
    /* overflow-y: scroll; */
}

li.product.type-product .seller-bx img {
    width: 500px !important;
    height: auto !important;
    object-fit: contain;
}

.slicknav_menu {
    position: absolute;
    top: 54px;
    left: 5px;
    background: transparent;
}

.slicknav_nav {
 
    height: auto;
    z-index: 99999;
    position: relative;
    width: 150px;
    padding: 10px 0px;
}

a.slicknav_btn.slicknav_open {
    width: auto;
}

.slicknav_btn {
    left: 0;
    float: left;
    top: 0;
}

.hd-account {
    padding-left: 0;
    padding-top: 0;
}

.middle-br {
    padding: 3px 0;
}

.hd-account ul {
    gap: 12px;
}

section.banner h1 {
    font-size: 35px;
}

.hd-account ul li a i {
    font-size: 21px;
}

.menu-right ul {
    gap: 30px;
}

header .col-lg-6.col-6.logosite {
        width: auto;
        justify-content: center !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    html body .logosite .text01 {
    display: none;
}
.middle-br .row {
    padding-left: 85px;
}
.hd-account ul li a span {
    font-size: 10px;
}
    .middle-br .logo img.custom-logo {
        width: 75px !important;
        height: auto !important;
        max-width: inherit;
    }
    
/*    .best-seller .col-lg-3 {*/
/*    width: 100%;*/
/*}*/

.best-seller .seller-bx img {
    height: 160px !important;
}

.slr-price p {
    font-size: 10px;
}
.testi-slider .slick-slide {height: 0;}
.testi-slider .slick-slide.slick-current.slick-active {
    height: auto;
    margin: 20px 0;
}
td.value.leftside textarea {
    border: 1px solid black;
    padding: 10px 10px;
    color: black;
    border-radius: 10px;
}
.woocommerce div.product form.cart .variations th.label label {
    padding-top: 0px;
    line-height:20px;
}
.woocommerce div.product form.cart .reset_variations{
    display:none;
}
.woocommerce div.product form.cart .variations tbody tr {
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
}
.cat-bx {
    border: 0 !important;
    margin: 0 8px;
    border-radius: 0 !important;
}
.seller-tx .slr-price {
    justify-content: flex-start;
}

section.banner.inn {
    height: 80px;
    position: relative;
}

section.banner.inn .banner-txt {
    position: absolute;
        left: 0;
        top: 24px;
        width: 100%;
        text-align: center;
}

section.banner.inn .banner-txt h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.single-product section.banner.inn {
    margin-bottom: 30px !important;
}
table.thwepo-extra-options.thwepo_variable {
    margin-bottom: 20px;
}
.cat-bx h5 {
    position: inherit;
}

/* new css */

.menuSec {
    background: transparent;
    padding: 0;
    position: unset;
    top: 6px;
    right: 0;
    width: 100%;
    margin: 0 0 30px 0;
}

.menu-right ul>li:last-child {
    display: none;
}

.menu-right ul {
    display: block;
    margin: 0;
}

html, body {
    overflow-x: hidden !IMPORTANT;
}

.menuSec .dgwt-wcas-sf-wrapp {
    width: 190px !important;
    padding: 0 !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px !important;
    width: 100% !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    padding-left: 40px !important;
    margin: 0 0 10px 0;
}

.menuSec .dgwt-wcas-search-wrapp {
    max-width: 110px !IMPORTANT;
    width: 150px !important;
    min-width: 190px;
}

.top-br {
    padding: 15px 20px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 3px !important;
    left: 6px !important;
}


ul.sub-menu {
    width: 300px;
    left: -10px;
    z-index: 99999;
    column-count: 1;
    top: 90px;
}

.slicknav_nav {
    overflow: visible;
}

/* .slicknav_nav .slicknav_row:hover {
    background: #f3e8e0;
    color: #000;
}
 */
.slicknav_nav .slicknav_row:hover > a {
    color: #000;
}


}

    
    
    

    
    
    .contact_page_row {
    align-items: flex-start;
    padding-top:80px;
}
    
    
    
    

	
	.cate_slider .slick-prev {
        left: -50px;
    }
    .cate_slider .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 6 Free';
    color: #ffffff;
    font-weight: 600;
    background: #ddbea9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
	
	.cate_slider .slick-next {
        right: -30px;
    }
    .cate_slider .slick-slide{
        margin:0 5px;
    }
    .cate_slider .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    color: #ffffff;
    font-weight: 600;
    background: #ddbea9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
}



/* new css */

.slicknav_nav a:hover {
    background: #f3e8e0 !important;
}

.slicknav_nav a:hover span.slicknav_arrow{
    color:#000 !important;
}

.secrhmobile {
    display: none;
}
	
.secrhmobile {
    margin-bottom: -20px;
}



.secrhmobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    margin-bottom: -3px;
    margin-left: 15px;
}



/*new customize css*/



section.banner.inn {
    background-image: url(https://demolinksphp8.com/shea-prints/wp/wp-content/uploads/2024/09/banner-bg.png);
}

section.banner.inn {
    margin-bottom: 30px;
}

nav.woocommerce-breadcrumb {
    display: none;
}

header.woocommerce-products-header {
    display: none;
}

section.banner.inn {
    margin-bottom: 30px;
}

header.entry-header {
    display: none;
}



/* .hf-fields-wrap {
    background: white;
    padding: 30px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}
.hf-fields-wrap input {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}
.hf-fields-wrap textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 50px;
    resize: none;
    border-radius: 10px;
    height: 160px;
} */



.social-icon-01 {
    BACKGROUND: white;
    padding: 20px 0px 20px 50px;
    border-left: 10px solid #ddbea9 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.social-icon-01 h4 {
    font-weight: 800 !important;
    letter-spacing: 3px;
}



button.btn1.contact-pag-btn {
    height: 50px;
    border-radius: 6px;
    border: 2px solid #ddbea9;
    display: flex;
    align-items: center;
    padding: 0 0px 0 15px;
    background: #ddbea9;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    gap: 10px;
    box-shadow: 4px 6px 5px 0 #00000014;
    justify-content: center;
    padding: 10px;
}



p.hf-message {
    border: 1px solid black;
    margin-top: 20px;
    padding: 10px;
    font-weight: 600;
    font-family: 'Montserrat' !important;
    border-radius: 10px;
}




.accountpg1 form#wppb-loginform {
    background: #ddbea9;
    padding: 20px;
    border-radius: 10px;
}



.accountpg1 form#wppb-loginform input {
    border-radius: 8px;
}

.accountpg1 form#wppb-loginform label {
    color: black;
	font-weight: 600;
}

input#wppb-submit {height: 50px;border-radius: 6px;/* border: 2px solid #060606; */display: flex;align-items: center;background: #ddbea9;color: #000;text-transform: uppercase;font-size: 13px;font-weight: 500;gap: 10px;justify-content: center;padding: 10px;width: 100%;}

.accountpg1 form#wppb-register-user {
    background: #ddbea9;
    padding: 20px;
    border-radius: 10px;
}

.accountpg1 form#wppb-register-user h4 {
    color: black;
    font-weight: 600;
    letter-spacing: 3px;
}

.accountpg1 form#wppb-register-user label {
    color: black;
    font-weight: 600;
}

input#register {
    height: 50px;
    border-radius: 6px;
    /* border: 2px solid #060606; */
    display: flex;
    align-items: center;
    background: #ddbea9;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    gap: 10px;
    justify-content: center;
    padding: 10px;
    width: 100%;
}

.accountpg1 form#wppb-register-user input {
    border-radius: 8px;
}

.accountpg1 form#wppb-register-user textarea {
    border-radius: 8px;
}



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



.testi-245 h3.author-name {
    font-size: 30px !important;
    font-weight: 600 !important;
}

.testi-245 span.author-designation {
    font-weight: 600 !important;
    font-size: 22px !important;
}



.tss-wrapper .single-item-wrapper h3.author-name {
    color: #ddbea9 !important;
}



.item-content-wrapper.tss-right {
    background: #e9c9a9 !important;
    border-radius: 10px;
}



.hf-form input {
    padding: 10px;
}

.hf-form textarea {
    padding: 10px;
}



input.btn-1 {
    height: 50px;
    border-radius: 6px;
    border: 2px solid #ddbea9;
    display: inline-flex;
    align-items: center;
    padding: 0 0px 0 15px;
    background: #f3e8e0;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    gap: 10px;
    box-shadow: 4px 6px 5px 0 #00000014;
    width: 20%;
    margin-right: -10px;
}

.quote-button img {
    background: #fff;
    width: 43px;
    height: 48px;
    object-fit: contain;
    padding: 0 11px;
    border: 1px solid #888888;
    border-radius: 5px;
    margin-right: -2px;
}





.slr-price {
    display: flex;
    justify-content: end;
}








.single-product .type-product bdi {
    font-size: 40px;
    margin-top: 30px !important;
}

.type-product span.woocommerce-Price-amount.amount {
    margin-top: 30px !important;
}

.type-product p.price {
    margin-top: 20px !important;
    margin-bottom: 30px;
}

.single-product section.banner.inn {
    margin-bottom: 70px;
}

.type-product .woocommerce-product-details__short-description p {
    font-family: 'Montserrat' !important;
    line-height: 29px;
    margin-bottom: 40px;
}


.single_add_to_cart_button {
    height: 50px;
    border-radius: 6px;
    border: 2px solid #ddbea9;
    display: inline-flex;
    align-items: center;
    padding: 0 0px 0 15px;
    background: #ddbea9 !important;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    gap: 10px;
    box-shadow: 4px 6px 5px 0 #00000014;
}

/* form.cart {
    display: flex;
    justify-items: center;
    align-items: center;
} */



section.related.products {
    display: none;
}



button.single_add_to_cart_button.button.alt {
    font-family: 'Montserrat' !important;
    font-weight: 600;
    color: black;
}



.product_meta {
    display: none;
}



.middle-br .logo img.custom-logo {
    height: 0%;
    width: 16%;
}


.footerlogo img.custom-logo {
    width: 40%;
    height: 10%;
    margin-bottom: 30px;
}







.woocommerce-cart a.wc-block-components-product-name {
    font-family: 'Montserrat' !important;
    color: black;
    font-size: 17px;
    font-weight: 600;
}

.woocommerce-cart span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    color: black;
    font-size: 18px;
    font-weight: 600;
}





.woocommerce-checkout h2 {
    color: black;
    font-weight: 600;
    font-size: 27px !important;
    letter-spacing: 3px;
}

.woocommerce-checkout .wc-block-checkout__form {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.woocommerce-checkout .wc-block-checkout__form input {
    background-color: #ededed !important;
    border-radius: 10px !important;
    color: black !important;
    font-weight: 600 !important;
}

.woocommerce-checkout .wc-block-checkout__form select {
    background-color: #ededed !important;
    border-radius: 10px !important;
    color: black !important;
    font-weight: 600 !important;
}




.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0px;
    border-radius: 20px;
    border: none;
}

.woocommerce-checkout span.wc-block-components-product-name {
    color: black;
    font-size: 14px;
    font-weight: 600;
}


.getintouch-form input {
    color: black;
}



.getintouch-form textarea {
    color: black;
}



.wc-block-cart__submit-button {
    border: 2px solid black;
    color: black;
    font-weight: 600;
    border-radius: 10px;
}



.product-template-default .type-product h1.product_title.entry-title {
    font-size: 31px;
    line-height: 43px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: left;
}








.product-template-default .tc-cell.tc-col.tc-element-container {
    margin-top: 20px;
}



.product-template-default .tc-section-inner-wrap input {
    padding: 10px 10px;
    color: black !important;
    border-radius: 10px;
}

.product-template-default .tc-section-inner-wrap h3 {
    text-transform: capitalize;
}




.product-template-default  span.price.amount.final {
    margin-top: 20px;
    font-weight: 400;
}



table.thwepo-extra-options.thwepo_variable {}



table.thwepo-extra-options.thwepo_variable input {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid black;
    padding: 10px 10px;
    color: black;
    border-radius: 10px;
    font-weight: 600;
}

table.thwepo-extra-options.thwepo_variable {
    width: 100%;
}



h4.author-bio span.author-designation {
    display: none;
}



.col-lg-6.col-6.logosite {
	column-count: 2;display: flex;
	align-items: center;
	justify-content: left;
	align-items: center;
	text-align: left;
}

.logo {
	width: 10%;
}

.text01 {
    margin-left: 60px;
    margin-top: 19px;
}

.text01 h4.logotext01 {
    font-size: 40px;
    color: black;

}



.middle-br .logo img.custom-logo {
    height: 0%;
    width: 110px;
}







.item-content-wrapper {
    background: #ddbea9 !important;
}



.tss-meta-info.tss-right h3.author-name {
    text-align: left !important;
    margin-right: 30px !important;
    margin-left: 20px !important;
}



.container.shop-pge10 {
    max-width: 1520px;
}



.shopsidebar h2.widget-title {
    font-size: 20px !important;
	  font-weight: 500 !important;
}



.shopsidebar ul.product-categories a {
    font-size: 16px !important;
    letter-spacing: 1px;
    color: black;
}


.col-md-3.shopsidebar {
    border-right: 1px solid;
    width: 19%;
    margin-right: 30px;
}




li.product.type-product .seller-bx img {
    width: 500px !important;
    height: 300px;
}



.container.shop-pge10 {
    margin-top: 60px;
}



.swiper-arrow {
    background: black !important;
    height: 50px !important;
    width: 50px !important;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 20px !important;
}




.tss-carousel-main .swiper-pagination-bullet:hover, .tss-carousel-main .swiper-pagination-bullet-active, .tss-carousel .swiper-pagination-bullet:hover, .tss-carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ddbea9;
}



.tss-carousel-main .swiper-pagination-bullet, .tss-carousel .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #ddbea9;
}



.woocommerce-page section.banner.inn {
    margin-bottom: 0px;
}



.col-md-3.shopsidebar {
    background: #f3e8e0;
    padding-left: 50px;
    width: 22%;
    padding-top: 50px;
}



.row.shoppage0 .col-md-9 {
    padding-top: 50px;
}


.col-md-3.shopsidebar ul.product-categories li.cat-item {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-top: 10px;
}



ul.page-numbers {}

ul.page-numbers span.page-numbers.current {
    background: black !important;
    padding: 10px;
}

ul.page-numbers a.page-numbers {
    padding: 10px !important;
    color: black !important;
}



footer {
    background-color: #0d0d0d;
    padding: 80px 0 20px 0;
}



.product-template-default section#woocommerce_product_categories-2 {
    display: none;
}


.woocommerce div.product form.cart .variations select {
    padding: 10px 10px;
    margin-top: 0px;
}






section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 51px;
}



.testi-box li img {
    display: none;
}



.banner-txt.wow.fadeInLeft p {
    margin: 0px !important;
    !;
}

.banner-txt.wow.fadeInLeft a.btn-1 {
    margin-top: 30px;
}



.woocommerce-shop {
    background: #f3e8e0;
}



.col-md-3.shopsidebar {
    border-color: white;
}



li.product.type-product .seller-bx img {
    width: 500px !important;
    height: 340px;
}


footer ul li p a {
    color: white !important;
}

footer ul.quick_links ul li p a {}

.quick_links  a {
    color: black !important;
}

.contact_list p a {
    color: black !important;
    font-size: 17px;
}

footer h3 {
    color: black !important;
}

footer .footer_call a {
    color: black !important;
}

.footer_col p {
    color: black;
}



.socialmedia-icons ul li a {
    background: transparent;
}


ul.contact_list span {
    color: black;
    font-size: 17px;
}


.single-product .woocommerce-tabs.wc-tabs-wrapper  h2 {
    font-size: 25px;
}


.single-product section.banner.inn {
    margin-bottom: 80px;
}


.single-product h1.product_title.entry-title {
    font-size: 22px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
}


/* .text01 {
    margin-left: 40px;
    margin-top: 19px;
} */


.woocommerce-shop .middle-br.wow.fadeInRight {
    background: white;
}



table.thwepo-extra-options.thwepo_variable label {
    font-size: 21px;
    font-family: 'mukta';
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px !important;
}


.row.shoppage0 {
    background: #f3e8e0;
}



.wcpr-filter-container a.wcpr-filter-button {
    display: none;
}



.wcpr-filter-button-wrap.wcpr-filter-button.wcpr-active {
    display: none;
}



footer {
    background-color: #ddbea94f;
    padding: 80px 0 20px 0;
}


.socialmedia-icons ul li i.fa-brands {
    color: black !important;
}

.socialmedia-icons ul li i.fab {
    color: black;
}



/* .footerlogo img.custom-logo {
    filter: drop-shadow(2px 4px 6px black);
} */

.cat-bx {
    border: 2px solid #f4ebe4;
}



.dgwt-wcas-sf-wrapp {
    background: transparent !important;
}





.dgwt-wcas-suggestions-wrapp {
    width: 45% !important;
    margin-left: -120px;
}



.dgwt-wcas-suggestions-wrapp span.woocommerce-Price-amount.amount {
    font-size: 19px;
    width: 100%;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st {
    width: 70%;
}

.dgwt-wcas-suggestions-wrapp span.woocommerce-Price-amount.amount {
    margin: 0px !important;
}



.wcpr-grid.wcpr-masonry-3-col {
	display: contents;
}


.wcpr-grid-item {
    background: transparent;
}

.wcpr-comment-author:before {
    display: none;
}



.product-template-default .ppc-button-wrapper {
	display: none;
}

.row.shoppage0 {
    background: #ffffff !important;
}

.row.shoppage0 .col-md-3.shopsidebar {
    background: #fffdfb !important;
}

.row.shoppage0 .col-md-3.shopsidebar ul.product-categories li.cat-item {
		background-color:#fff;
    border-bottom: 1px solid #f3e8e0 !important;
    padding-bottom: 10px !important;
    margin-top: 10px !important;
}



.vc_toggle {
    border: 1px solid #f3e8e0;
    padding: 10px;
    border-radius: 10px;
    background: #f3e8e0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.thwepof-input-field::placeholder {
  font-weight: 500 !important;
}

.woocommerce-product-details__short-description {
  margin-bottom: 40px;
}


.entry-content ul {
    margin-bottom: 1rem;
}

.entry-content ul li {
    list-style: circle;
    margin-left: 20px;
}

.entry-content ul li::marker {
    font-size: 13px !important;
    display: none;
}

.entry-content ol li::marker {
    font-size: 22px;
    font-weight: 600;
}

.mobilesearch {
    display: none;
}

img.iconblue {
    filter: saturate(0.5);
}

section.banner {
    position: relative;
    padding: 40px 0;
    background: #fcfaf8;
}

li.secrh input {
    background: #F3E8E0 !important;
    border: 1px solid !important;
    border-color: white !important;
}

.woocommerce-page .middle-br.wow.fadeInRight .logo img.custom-logo {
    max-width: fit-content;
}


section.categories .cat-bx h5 {
    bottom: -40px;
    z-index: 2;
    position: static;
    margin-top: 22px;
}

.cat-item.cat-item-755 {
  display: none;
}

section.banner.inn h2 {
  font-size: 50px;
}
section.banner.inn {
  padding: 20px 10px;
}

.product-template-default table.variations tr {
    height: 68px !important;
}

.accountpg1  h4 {
    font-size: 15px;
    letter-spacing: 0px !important;
}

.accountpg1 h2 {
	font-size: 35px;
	margin-bottom: 0px;
}

.woocommerce-cart .wp-block-heading.has-text-align-center {
    font-size: 27px;
}

footer h3 {
	font-size: 19px !important;
}

.accountpg1 form#wppb-loginform {
    margin-top: 20px;
}

.accountpg1 form#wppb-register-user {
    margin-top: 20px;
}

.alert {
    padding: 0;
    margin-top: 5px;
}

.accountpg1 h2 {
    font-size: 25px !important;
}

.accountpg1 form#wppb-loginform label {
    font-weight: 500;
}

.accountpg1 form#wppb-register-user label {
    font-weight: 500;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    margin-top: 30px !important;
}

@media only screen and (min-width: 320px) and (max-width: 812px){

    .seller-bx img {
        width: 100% !important;
        height: 280px !important;
    }

}

@media only screen and (min-width: 820px) and (max-width: 1180px){

    ul.sub-menu .menu-item {
        width: 100%;
    }
    
    ul.sub-menu {
        width: 650px;
        left: -30px !important;
    }

}

@media only screen and (min-width: 320px) and (max-width: 812px){

    .menuSec {
        position: relative;
        width: 100%;
        margin-bottom: 0px !important;
        padding: 0;
        background: unset;
    }
    
    
    .menuSec li.secrh .dgwt-wcas-search-wrapp {
        padding: 10px !important;
        margin: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .menuSec li.secrh .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
        width: 100% !important;
        padding: 0 !important;
    }
        p#wppb_register_pre_form_message {
        padding: 0 !important;
    }
    h2.vc_custom_heading {
        margin: 0;
    }

}

@media only screen and (min-width: 520px) and (max-width: 767px){
    
    .summary.entry-summary table.thwepo-extra-options.thwepo_variable>tbody>tr {
        text-align: left;
    }
    
    p#wppb_register_pre_form_message {
        padding: 0 !important;
    }
    
    h2.vc_custom_heading {
        margin: 0;
    }
    
    .woocommerce nav.woocommerce-pagination {
        text-align: center;
        margin-bottom: 5%;
    }
    
    .woocommerce .woocommerce-result-count {
        margin: 0 0 1em 2em !important;
    }
    
    .row.shoppage0 .col-md-3.shopsidebar ul.product-categories li.cat-item {
        background-color: #fff;
        border-bottom: 1px solid #f3e8e0 !important;
        padding-bottom: 10px !important;
        margin-top: 10px !important;
        padding-left: 10px;
        padding-top: 10px;
    }
    
    section.afterf-bnn {
        background: #fcfaf8;
        padding: 40px 0 60px 0;
    }
    
    .insta-head h3 {
        font-size: 49px;
        line-height: 49px;
        color: #111010;
        font-weight: 500;
        text-align: center;
    }
    
    .slicknav_nav {
        clear: both;
        color: #fff;
        margin: 0;
        font-size: .875em;
        background: #ddbea9;
    }

}

@media only screen and (min-width: 320px) and (max-width: 812px){

    .top-br .mobilesearch .dgwt-wcas-search-wrapp {
        width: 10px !important;
    }
    
    .mobilesearch {
        display: block;
    }
    
    .top-br .mobilesearch .dgwt-wcas-sf-wrapp {
        width: 76%;
        left: 120px;
        top: -30px;
        padding: 0px;
    }
    
    	.dgwt-wcas-suggestions-wrapp {
        width: 100% !important;
        margin-left: -120px;
    }
    
        .top-br {
        height: auto;
        text-align: center !important;
    }
    
    section.afterf-bnn {
        padding: 40px 0 40px 0;
    }
    section.categories {
        padding: 50px 0;
    }
    
    
    .cate_slider .slick-next {
        right: -13px;
    }
    
    .cate_slider .slick-prev {
    left: -37px;
}

	section.get-quote.pt-8.pb-8 {
    padding-top: 40px;
}
}

@media only screen and (min-width: 300px) and (max-width: 800px){

    .woocommerce-shop li.secrh {
        display: none !important;
    }
    
    table.thwepo-extra-options.thwepo_variable label {
        font-size: 12px;
    }
    
    .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
        margin-top: 20px ! IMPORTANT;
        margin-bottom: 20px !important;
    }

    .wp-block-woocommerce-empty-cart-block > *:nth-child(3) {
        font-size: 35px !important;
    }
    
    .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
        mask-size: 2em !important;
        width: 2em !important;
        height: 2em !important;
    }
    
    body.tax-product_cat.term-all.term-15 .secrhmobile {
        display: block;
    }

	
}









@media only screen and (max-width: 600px) {
	
     form.cart table.thwepo-extra-options label.label-tag {
        font-size: 14px !important;
        font-weight: 500 !important;
        margin-bottom: 0 !important;
    }
	
able.thwepo-extra-options.thwepo_variable input {
    margin-bottom: 0 !important;

}
	
	td.label.abovefield {
    padding-top: 18px;
}
	
	table.thwepo-extra-options.thwepo_variable br {
    display: none;
}
  
}
@media only screen and (min-width: 300px) and (max-width: 519px){

.slicknav_nav li.menu-item.menu-item-type-custom {
    background-color: #fff;
    border-bottom: 1px solid #f3e8e0 !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    text-align: center;
}
.slicknav_nav li ul li a:hover {
    color: #000;
}
.slicknav_nav a {
    font-size: 16px !important;
    letter-spacing: 1px;
    color: black;
    padding: 0;
}
	.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 0 10px;
    text-align:left;
}

td.label.abovefield abbr.required {
    display: none;
}

form.cart table.thwepo-extra-options label.label-tag {
    display: inline-block !important;
    line-height: 20px;
}


}

span.staric {
    color: red;
    font-size: 15px;
    padding-left: 1px;
}
.footer_col p {
    color: black !important;
    font-size: 17px;
}


/*new css*/




.product-template-default .addon-header h3 {
    font-size: 17px;
    margin-bottom: 0px;
}

.option-container {
    display: none;
}

.product-template-default  div#wapo-total-price-table {
    margin-top: 0px;
}

.product-template-default tr.wapo-total-options {
    display: none;
}

.product-template-default tr.wapo-total-order {
    display: none;
}

.product-template-default tr.wapo-product-price * {
    font-size: 17px;
}

