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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

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

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

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

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000!important;
    color: #fff!important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}


.theme_btn {
    border-radius: 40px;
    color: #272727;
    z-index: 1;
    background: #fff;
    position: relative;
    font-size: 12px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    font-family: 'Montserrat';
    font-weight: 500;
    border: 1px solid #d58b7b;
    text-transform: uppercase;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    padding: 10px;
    font-weight: 700;
}

.theme_btn i {
    background: #d58b7b;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
    border-radius: 21px;
}


.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
   font-family: "Playfair Display", serif;
    font-size: 85px;
    line-height: 90px;
    color: #2d2d2d;
    font-weight: 500;
    margin: 0 0 10px;
}

h2 {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 55px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
  font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    margin: 10px 0 10px;
}

h4 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 12px;
    line-height: 15px;
    color: #d58b7b;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h5 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px !important;
    text-transform: uppercase;
}

h6 {
     font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 35px;
    color: #141414;
    font-weight: 500;
    margin: 0 0 10px;
}

p {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 25px;
     font-family: 'Montserrat', Sans-Serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 10px;
}

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;
}


/*header css start */
/*header {
    padding: 12px 0;
}*/
.menuSec {
    padding: 15px 0;
    border-top: solid 1px #00000038;
    /* margin: 14px 0 0; */
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}


.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #151515;
    padding: 8px 22px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #d58b7b;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/*header css start */

/*banner css start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */
body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    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%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

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

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* end search box css */


/*search
*/
/*ul.headdetail {
    display: flex;
    align-items: center;
    justify-content: end;
}*/


ul.headdetail li .input-btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #00000047;
    border-radius: 45px;
    margin-right: 10px;
    font-size: 12px;
    color: #181717;
    font-family: 'Montserrat';
}

.input-btn input {
    width: 100%;
    background: transparent;
    color: #000000;
    border: 0px;
}


ul.headdetail li .input-btn a {
    padding: 0px;
}
ul.headdetail li a {
    position: relative;
}
ul.headdetail li .input-btn i.fas.fa-search {
    position: unset;
}
.input-btn i {
    color: #ffffff;
    position: absolute;
    bottom: 26px;
    right: -92px;
    font-size: 19px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d58b7b;
    border-radius: 34px;
}


/*search*/


.header-logo {
    text-align: center;
}

ul.header_icons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.colr-pink i.fas.fa-shopping-cart {
    background: #d58b7b;
    color: #fff;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.header_icons li a i {
    /* border: solid; */
    padding: 14px;
    border-radius: 100%;
    /* background: #d58b7b; */
}
.header_icons .user {
    color: #ffffff !important;
    /* border: 1px solid #0a2949; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    transition: ease-in-out;
    transition-duration: 0.2s;
    transition-delay: 0.2s;
    background: #fff;
   /* padding: 23px;*/
    background: #d3cdbf !important;
}
a.colr-pink {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #151515;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
}

.topbar p {
    color: #fff;
    font-size: 10px;
    font-family: 'Montserrat';
    text-align: center;
    line-height: 10px;
    margin: 0;
}
.topbar {
    background: #d58b7b;
    padding: 5px;
}

span.welcome-txt {
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #151515;
    background: #d58b7b;
    padding: 4px 51px 4px 8px;
    font-weight: 600;
}

.banner_text p {
    color: #2d2d2d;
    width: 80%;
}

.banner_text a.theme_btn {
    width: 31%;
    background: transparent;
}



.w-20 {
    width: 19%;
}


.img-cat {
    border: solid 1px #00000021;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    border-radius: 85px;
    height: 150px;
    width: 150px;
}

.categ-box {
    text-align: center;
}



.img-cat:hover img {
    filter: invert(1) brightness(0.5);
}
.img-cat:hover {
    background: #d58b7b;
}

.catg-head {
    text-align: center;
}

.conclbox {
    background: #d58b7b;
    padding: 25px;
    border-radius: 20px;
    width: 80%;
    margin: 55px 0 24px 74px;
}

.conclbox p {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
}

.conclbox h3 {
    color: #2c2c2c;
    font-size: 25px;
    margin: 0 0 19px 0;
}


.abt-img {
    box-shadow: 0 0 20px 0px #d58b7b66;
}

.sec-padding {
    padding-left: 0;
    padding-right: 8%;
}

.abt-head h4 {
    font-size: 30px;
    line-height: 30px;
    margin: 20px 0;
    text-transform: capitalize;
    font-family: 'Playfair Display';
}


.abt-head a.theme_btn {
    width: 23%;
}


.seller-head {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}


.prod-detail:hover {
    background: #d58b7b;
    color: #fff;
}

.prod-detail:hover h4 {
    color: #fff;
}

.prod-detail:hover h5 {
    color: #fff;
}

.prod-detail:hover p{
    color: #fff;
}
.prod-detail:hover h6 {
    color: #fff;
}



.prod-detail:hover ul.rate li i{
      color: #fff;

}
.prod-detail:hover ul.rate li {
      color: #fff;

}


.prod-detail:hover .quantity-box .counter input{
        background: #ffffff;
    color: #000000;
}


.prod-detail:hover .quantity-box span.up{
     color: #fff;


}

.prod-detail:hover .quantity-box i.fas.fa-shopping-cart {
     color: #212529;
    background: #ffffff;
}



.prod-detail {
    background: #ffffff;
    padding: 21px;
    border-radius: 15px;
    margin-bottom: 2% !important;
    box-shadow: 0 0 04px gray;
    margin-top: -17px;
    z-index: 0;
    position: relative;
}
.price-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.rate {
    display: flex;
    align-items: center;
    margin: 0;
}

.price-detail h6 {
    font-size: 19px;
    line-height: 19px;
    margin: 0;
}
.price-detail h6 {
    font-size: 15px;
    line-height: 14px;
    margin: 0;
    color: #d58b7b;
    font-family: 'Montserrat';
}


ul.rate li {
    font-size: 12px;
    font-family: 'Montserrat';
    color: #000;
}

ul.rate li i {
    color: #ffba00;
}

.quantity-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    justify-content: space-between;
    margin-top: 27px;
    border-top: solid 1px #0000003b;
    padding: 18px 0 0;
}

.counter {
    /* width: 36px; */
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #00000057;
    /* margin-top: 20px; */
    /* gap: 10px; */
    border-radius: 24px;
}

.quantity-box span.down {
    /* border: solid 0.5px; */
    /* border-radius: 16px; */
    /* height: 22px; */
        width: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.quantity-box .counter input {
    width: 27px;
    border: 0;
    line-height: 26px;
    font-size: 11px;
    text-align: center;
    background: #d58b7b;
    color: #ffffff;
    appearance: none;
    outline: 0;
    border: solid 0.5px #c5c5c5;
    border-top: unset;
    border-bottom: unset;
}

.quantity-box span.up {
    /* border: solid 0.5px; */
    /* border-radius: 16px; */
    /* height: 27px; */
       width: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    /* background: #123c32; */
    color: #000000;
}


.quantity-box i.fas.fa-shopping-cart {
    font-size: 16px;
    /* margin-top: 17px; */
    /* border: solid; */
    width: 35px;
    height: 35px;
    border-radius: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #d58b7b;
}

.prod-slider .slick-active {
    opacity: 1;
}

.prod-slider .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700;
}

.prod-slider .slick-next:before {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #d58b7b;
    border-radius: 41px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(to bottom, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f2d195, #ebc98c, #e5c284, #d7b272, #c8a260, #ba924f, #ac823e); */
}

.prod-slider .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}
.prod-slider .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700;
}
.prod-slider .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #00000059;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    border-radius: 41px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(to bottom, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f2d195, #ebc98c, #e5c284, #d7b272, #c8a260, #ba924f, #ac823e); */
    border: solid 1px #0000004f;
}

.deal-head h2 {
    color: #2c2c2c;
}

.deal {
    background: url(../images/deal-bk.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.deal-head {
    text-align: center;
    margin: 0 auto;
    width: 66%;
}

.deal-head a.theme_btn {
    width: 24%;
    background: transparent;
    margin: 0 auto;
}

.deal-head p {
    color: #2f2f2f;
    }

    .cus-txt p {
    width: 69%;
}

.cux-btn a.theme_btn {
    width: 38%;
}
.cux-btn {
    display: flex;
    justify-content: end;
}
.prod-slider-1 .slick-active {
    opacity: 1;
}

.bdr {
    border-bottom: solid 1px #00000036;
}

.test-head {
    text-align: center;
    margin: 0 auto;
    width: 65%;
}


ul.testi-img {
    display: flex
;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}
.testi-img img {
    width: 70px;
    height: 69px;
    border-radius: 50%;
    object-fit: cover;
}
ul.testi-img h6 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 18px;
    color: #181818;
    margin: 0;
}
/*ul.testi-img h6 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 19px;
    color: #181818;
    margin: 0;
}

*/

.center-content{
    margin: 0 auto;
    text-align: center;
}

.reviews-slider-box {
    align-items: center;
    justify-content: center;
    position: relative;
    /* text-align: center; */
    margin-top: 10px;
    box-shadow: 0px 0px 8px 0px #00000024;
    padding: 33px 17px 37px;
    background: #fff;
    /* border-radius: 23px; */
    margin-bottom: 20px;
    margin-top: 29%;
    border-radius: 10px;
}
.reviews-slider-box::before {
    position: absolute;
    content: "";
    background: url(../images/quote.png);
    width: 86px;
    height: 85px;
    top: -112px;
    left: 42px;
    z-index: 0;
}

.reviews-slider-box:hover h2 {
    color: #00acee;
}
.reviews-slider-box:hover h3 {
    color: #00acee;
}
/*.reviews-slider-box:hover::before {
    filter: brightness(2.5);
}*/

/*.reviews-slider-box:hover::before {
     filter: brightness(4.5); 
    background: url(../images/quote1.png);
}*/
.reviews-slider-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4%;
    /* text-align: center; */
    /* gap: 10px; */
}
.reviews-slider-box ul li h2 {
    font-size: 17px;
    line-height: 21px;
    /* text-transform: capitalize; */
    font-family: 'Roboto-Regular';
    font-weight: 500;
    margin: 0 0 0 10px;
    color: #172125;
    /* background: linear-gradient(to right, #197ffa 25%, #ff6c00 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* text-transform: uppercase; */
}
.reviews-slider-box ul li h3 {
    font-size: 16px;
    margin-left: 10px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    color: #172125;
    /* margin: 0; */
    line-height: 23px;
    font-style: italic;
}

li.str i {
    color: #ffc107;
    font-size: 12px;
}

.reviews-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.reviews-slider .slick-active {
    opacity: 1;
}

.test-head p {
    width: 80%;
    margin: 0 auto;
}


.slick-slide.slick-current.slick-active::before {
    position: absolute;
    content: "";
    background: #d58b7b;
    height: 28px;
    width: 33px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: 94px;
    left: 72px;
}
.slick-slide.slick-current.slick-active {
    position: relative;
}
/*
.reviews-slider .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #861d21;
    border-radius: 41px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-slider .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700;
}

.reviews-slider .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #861d21;
    border-radius: 41px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-slider .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700;
        opacity: 1;
}



.reviews-slider .slick-next {
    right: 0;
  top: 25px;
}

.reviews-slider .slick-prev {
    left: -25px;
    top: 25px;
}*/

.reviews-slider .slick-dots li button:before {
  
    font-size: 10px;  
    opacity: 1;
    color: #d0d0d0;
    
}

.reviews-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d58b7b;
    border: solid 1px;
    border-radius: 20px;
}






.reviews-slider.slick-initialized.slick-slider::before {
    position: absolute;
    content: "";
    background: url(../images/line1.png);
    height: 1px;
    width: 100%;
    top: 35px;
    z-index: -2;
}
.reviews-slider.slick-initialized.slick-slider {
    position: relative;
}



.slick-slide.slick-current.slick-active .reviews-slider-box {
    background: #d58b7b;
}


.slick-slide.slick-current li.str i {
    color: #ffffff;

}

.slick-slide.slick-current ul.testi-img h6 {
     color: #ffffff;
}

.slick-slide.slick-current .reviews-slider-items p {
    color: #fff;
}
 



 /*newsletter sect*/

.email-detail h4 {
    font-family: 'Playfair Display';
    font-size: 38px;
    line-height: 40px;
    color: #141414;
    font-weight: 500;
    margin: 10px 0 0px;
    text-transform: capitalize;
}
.email-detail p {
    color: #141414;
    width: 90%;
    margin: 5px 0px;
}

.newsletter {
    background: #d58b7b;
    padding: 30px;
}
ul.newletter-img {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}

.news_formm {
    position: relative;
}
.news_formm form input {
    width: 100%;
    height: 60px;
    background: white;
    border: 1px solid #55555500;
    color: #000;
    padding: 10px 30px;
    border-radius: 57px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat';
}
.news_formm form button {
    position: absolute;
    bottom: 3px;
    right: 6px;
    height: 54px;
    width: 32%;
    /* background: linear-gradient(90deg, rgba(145, 114, 69, 1) 0%, rgba(69, 52, 30, 1) 35%, rgba(193, 176, 133, 1) 100%); */
    color: #141414;
    border: transparent;
    background: #d58b7b;
    border-radius: 43px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.news_formm form input::placeholder {
    color: #898989;
}

li.wdt {
    width: 17%;
}


/*Footer Start*/


/*.footer-logo-box {
    text-align: center;
}
*/

.footer-main {
    padding: 80px 0 50px;
    background: #d58b7b;
    position: relative;
    width: 100%;
    background-size: cover;
}
.footer-logo-box p {
    font-size: 14px;
    color: #000;
    font-family: 'Poppins';
    text-align: left;
    /* font-weight: 400; */
    /* line-height: 22px; */
    /* text-align: initial; */
    margin-top: 20px;
}
.footer-logo-box a img {
  margin-bottom: 35px;
}

.footer-logo-box ul {
    display: flex
;
    align-items: center;
    margin-bottom: 0;
    gap: 14px;
    /* justify-content: center; */
    margin-top: 26px;
}

.foot-social-1 ul li a:hover {
    background: #000;
    color: #fff;
}
.foot-social-1 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    /* background-image: -webkit-linear-gradient(307deg, #ffcc00 0%, #ffc107 49%, rgb(96 90 90) 99%); */
    color: #000;
    transition: 0.5s;
    background: transparent;
    border-radius: 100%;
    border: solid 0.5px;
}

/*.quick-link::before {
    position: absolute;
    content: "";
    background: white;
    height: 3px;
    width: 57px;
    top: 36px;
}*/

.quick-link {
    padding-left: 40px;
    /* border-left: 1px solid #525252; */
    margin-left: 40px;
    position: relative;
}
.contact-info {
    padding-left: 30px;
    position: relative;
}

/*.contact-info::before {
    position: absolute;
    content: "";
    background: white;
    height: 3px;
    width: 57px;
    top: 36px;
}

.new-letter::before {
    position: absolute;
    content: "";
    background: white;
    height: 3px;
    width: 57px;
    top: 36px;
}*/

.new-letter {
    padding-left: 20px;
    position: relative;
}


.copy-right {
    padding: 18px 0;
    border-top: 1px solid #ffffff69;
    /* text-align: center; */
    background: #d58b7b;
}
.new-letter-input-icon {
    position: absolute;
    left: 15px;
    color: #c27234;
}
.new-letter input {
    width: 100%;
    height: 50px;
    border: none;
    background: transparent;
    border-radius: 39px;
    padding: 0 20px;
    box-shadow: 0 0 2px 0 #00000063;
    border: solid 0.5px #fff;
    color: #fff;
}

.new-letter input::placeholder {
    color: #fff;
}
.new-letter-input-icon i {
    font-size: 18px;
    /* background: linear-gradient(to bottom, #b5181c 37%, #cb1a22 49%, #750d10 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #000000;
}
.copy-right p {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    font-family: 'Montserrat';
    margin: 0;
    text-align: start;
}


/*.new-letter-input input::placeholder {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}*/

ul.foot-list {
    margin-top: 40px;
}

.footer-main h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.quick-link ul li a {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.quick-link ul {
    line-height: 38px;
    /* column-count: 2; */
    /* margin-top: 40px; */
    /* column-count: 2; */
}
.contact-info ul li a i {
    font-size: 18px;
    color: #000;
}
.contact-info ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
.contact-info ul li a {
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin-bottom: 33px;
    /* font-family: 'Montserrat-Regular'; */
}
.contact-info ul li:last-child a {
  margin-bottom: 0;
}

a.footbtn.btn10 {
    /* text-align: center; */
    /* margin: 0 auto; */
    width: 100%;
    background: #ff0000 !important;
    /* border-bottom: solid; */
    background: azure;
    color: #fff;
}

.foot-social-1 h6 {
    font-size: 14px;
    color: #000;
    line-height: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin: 0;
}


.pay-card {
    text-align: end;
}



/*Footer End*/





/*Responsive Css Satrt*/

@media only screen and (min-width: 1600px) and (max-width: 1920px){}

@media only screen and (min-width: 1400px) and (max-width: 1599px){
.abt-head a.theme_btn {
    width: 26% !important;
}



}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
html {
    overflow-x: hidden;
}
.banner_text a.theme_btn {
    width: 36%;
}
.deal-head a.theme_btn {
    width: 26%;
}
.cux-btn a.theme_btn {
    width: 43%;
}
.prod-detail {
    padding: 10px;
}
.quick-link {
    padding-left: 20px;
    margin-left: 20px;  
}
.contact-info {
    padding-left: 0px;
}
.contact-info ul li a {
    font-size: 12px;
}
 .abt-head a.theme_btn {
    width: 31% !important;
}
html .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    left: -120px !important;
}
.reviews-slider-box {
    padding: 10px 5px 20px;
    margin-top: 37%;
}



}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  
html {
    overflow-x: hidden;
}
h1 {
    font-size: 58px;
    line-height: 60px;
}
.banner_text a.theme_btn {
    width: 43%;
}
.prod-slider .slick-next {
    right: -5px;
}
.deal-head a.theme_btn {
    width: 31%;
    background: transparent;
    margin: 0 auto;
}
.cux-btn a.theme_btn {
    width: 51%;
}
.prod-detail {
    padding: 10px;
}
html .abt-head a.theme_btn {
    width: 37% !important;
}
html .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    padding: 14px 10px !important;
    width: 25% !important;
    font-size: 14px !important;
    left: 0 !important;
}
.quick-link {
    padding-left: 10px;
    margin-left: 0px;
}
    
    
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    
html {
    overflow-x: hidden;
}
h1 {
    font-size: 46px;
    line-height: 50px;
}
h2 {
    font-size: 40px;
    line-height: 55px;
}
h3 {
    font-size: 14px;
    line-height: 20px;
}
.banner_text a.theme_btn {
    width: 58%;
}
.img-cat {
    height: 100px;
    width: 100px;
}
.prod-detail {
    padding: 10px;
}
.prod-slider .slick-next {
    right: -5px;
}
.deal-head {
    width: 100%;
}
.deal-head a.theme_btn {
    width: 28%;
}
.cux-btn a.theme_btn {
    width: 72%;
}
html ul.products.columns-4 li.product {
    width: 46% !important;
}
.quick-link {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 20px;
}
.contact-info {
    padding-left: 0px;
    position: relative;
}
.abt-head a.theme_btn {
    width: 50%;
}
html .wpb_column.vc_column_container.vc_col-sm-3 {
    display: block !important;
    width: 49% !important;
}
html .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100% !important;
}
.sec-padding {
    padding-left: 0 !important;
    padding-right: 2% !important;
}

html ul.products.columns-3 li.product {
    width: 32% !important;
    margin-top: 32px !important;
    /* clear: unset; */
    margin: 3px !important;
    padding: 0 !important;
}
.product-iner form.woocommerce-ordering {
    width: fit-content;
    margin-left: 0;
}

html .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 50% !important;
}
html .summary.entry-summary {
    width: 44% !important;
}
html .woocommerce-product-gallery__image.flex-active-slide a img, .woocommerce-product-gallery__image a img {
    width: 100% !important;
}
html .summary.entry-summary h1.product_title.entry-title {
    font-size: 26px;
}
html .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    padding: 14px 14px !important;
    width: 40% !important;
    font-size: 15px !important;
}
html .woocommerce-product-gallery__image.flex-active-slide a {
    width: unset;
}
html .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    width: 16% !important;
}


    
    
}

@media only screen and (min-width: 520px) and (max-width: 767px){
html {
    overflow-x: hidden;
}
h1 {
    font-size: 34px;
    line-height: 40px;
    margin: 10px 0px 6px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
h4 {
    font-size: 20px;
    line-height: 35px;
}
.pt-8 {
    padding-top: 30px;
}
.pb-8 {
    padding-bottom: 30px;
}
.slicknav_nav a:hover {
    background: #d58b7b;
    color: #fff;
}
.topSec {
    padding: 10px 0px;
}
.header-logo {
    padding: 10px 0px;
}
ul.header_icons {
    justify-content: center;
}
.main-banner-img {
    height: 67vh;
}
span.welcome-txt {
    font-size: 11px;
    padding: 4px 8px 4px 8px;
    font-weight: 500;
}
.banner_text p {
    color: #2d2d2d;
    width: 100%;
}
.banner_text a.theme_btn {
    width: 87%;
}
.categ-box h3 {
    margin-bottom: 20px !important;
}
.seller-head {
    width: 100%;
}
.prod-slider .slick-next {
    right: 5px;
}
.prod-slider .slick-prev {
    left: -5px;
}
.prod-slider .slick-next:before {
    font-size: 12px;
    height: 30px;
    width: 30px;
}
.prod-slider .slick-prev:before {
    font-size: 12px;
    height: 30px;
    width: 30px;
}
.deal-head {
    width: 100%;
}
.deal-head a.theme_btn {
    width: 39%;
}
.cux-btn a.theme_btn {
    width: 31%;
    /* margin: 0 auto; */
    margin-top: 10px;
}
.quick-link {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 20px;
}
.contact-info {
    padding-left: 0px;
    position: relative;
}
ul.foot-list {
    margin-top: 10px;
}
.footer-main {
    padding: 20px 0 20px;
}
.copy-right p {
    text-align: center;
}
.pay-card {
    text-align: center;
}
html .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100%;
}
.sec-padding {
    padding-left: 0;
    padding-right: 0% !important;
}
.abt-head a.theme_btn {
    width: 33% !important;
}
ul.product-categories li.cat-item {
    padding: 12px 10px;
    margin-bottom: 10px;
}
html p.woocommerce-result-count {
    font-size: 14px !important;
    padding-top: 0px;
    width: 100%;
}

html form.woocommerce-ordering {
    width: 48% !important;
    float: left !important;
    margin-left: 0% !important;
}
html ul.products.columns-3 li.product {
    width: 100%;
    margin-top: 32px;
}
.prod-img img {
    width: 100%;
}
section.banner-sec.iner h1 {
    font-size: 32px !important;
}
html .woocommerce-product-gallery__image.flex-active-slide a img, .woocommerce-product-gallery__image a img {
    width: 100% !important;
    text-align: center;
    height: auto !important;
    object-fit: contain;
    object-position: center;
    max-width: 100% !important;
}
html .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100% !important;
    /*height: 400px !important;*/
}
html .summary.entry-summary {
    width: 100% !important;
}
html .woocommerce-product-gallery__image.flex-active-slide {
    padding: 6px !important;
}
html .woocommerce-product-gallery__image.flex-active-slide {
    width: 100% !important;
}
/*html .flex-viewport {*/
/*    height: auto !important;*/
/*}*/
html .summary.entry-summary h1.product_title.entry-title {
    font-size: 27px !important;
}
html .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
        width: 34%;
        left: 0 !important;
    }
ul.tabs.wc-tabs {
    margin-top: 35px;
}
html ul.tabs.wc-tabs li a {
    font-size: 17px !important;
}
html .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    width: 69% !important;
}
.reviews-slider-box {
    padding: 3px 5px 12px;
    margin-top: 35%;
}
.reviews-slider .slick-slide {
    margin: 0px 0px;
}   
html .woocommerce-product-gallery__wrapper {
    width: 100% !important;
}
ul.products {
    column-count: 2;
}
ul.products.columns-3 li {
        margin: 0px 0 0 0 !important;
}
.prod-detail {
    height: 280px;
}
.prod-img {
    margin-bottom: 20px;
}
body .qib-button-wrapper {
        
}
body .qib-button-wrapper {
        float: left !important;
        width: 60%;
    }



    

}

@media only screen and (min-width: 300px) and (max-width: 519px){
html, body {
    overflow-x: hidden;
}
h1 {
    font-size: 27px;
    line-height: 40px;
    margin: 10px 0px 6px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
h4 {
    font-size: 20px !important;
    line-height: 35px !important;
}
.pt-8 {
    padding-top: 30px;
}
.pb-8 {
    padding-bottom: 30px;
}
.slicknav_nav a:hover {
    background: #d58b7b;
    color: #fff;
}
.topSec {
    padding: 10px 0px;
}
.header-logo {
    padding: 10px 0px;
}
ul.header_icons {
    justify-content: center;
}
.main-banner-img {
    height: 84vh;
}
span.welcome-txt {
    font-size: 10px;
    padding: 4px 4px 4px 4px;
    font-weight: 500;
}
.banner_text p {
    color: #2d2d2d;
    width: 100%;
}
.banner_text a.theme_btn {
    width: fit-content;
}
.categ-box h3 {
    margin-bottom: 20px !important;
}
.seller-head {
    width: 100%;
}
.prod-slider .slick-next {
    right: 5px;
}
.prod-slider .slick-prev {
    left: -5px;
}
.prod-slider .slick-next:before {
    font-size: 12px;
    height: 30px;
    width: 30px;
}
.prod-slider .slick-prev:before {
    font-size: 12px;
    height: 30px;
    width: 30px;
}
.deal-head {
    width: 100%;
}
.deal-head a.theme_btn {
    width: fit-content;
}
.cux-btn a.theme_btn {
    width: fit-content;
    margin: 0 auto;
    margin-top: 10px;
}

.cus-txt {
    text-align: center;
}

ul.rate {
    width: 100%;
    justify-content: end;
}
.price-detail h6 {
    width: 100%;
}

.quick-link {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 20px;
}
.contact-info {
    padding-left: 0px;
    position: relative;
}
ul.foot-list {
    margin-top: 10px;
}
.footer-main {
    padding: 20px 0 20px;
}
.copy-right p {
    text-align: center;
}
.pay-card {
    text-align: center;
}
html .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100%;
}
.sec-padding {
    padding-left: 0;
    padding-right: 0% !important;
}
.abt-head a.theme_btn {
    width: 55% !important;
}
ul.product-categories li.cat-item {
    padding: 12px 10px;
    margin-bottom: 10px;
}
html p.woocommerce-result-count {
    font-size: 14px !important;
    padding-top: 0px;
    width: 100%;
}

html form.woocommerce-ordering {
    width: 48% !important;
    float: left !important;
    margin-left: 0% !important;
}
html ul.products.columns-3 li.product {
    width: 100%;
    margin-top: 32px;
}
.prod-img img {
    width: 100%;
}
section.banner-sec.iner h1 {
    font-size: 21px !important;
}
html .woocommerce-product-gallery__image.flex-active-slide a img, .woocommerce-product-gallery__image a img {
    width: 100% !important;
    text-align: center;
    height: auto !important;
    object-fit: contain;
    object-position: center;
    max-width: 100% !important;
}
html .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100% !important;
    /*height: 400px !important;*/
}
html .summary.entry-summary {
    width: 100% !important;
}
html .woocommerce-product-gallery__image.flex-active-slide {
    padding: 6px !important;
}
html .woocommerce-product-gallery__image.flex-active-slide {
    width: 100% !important;
}
/*html .flex-viewport {*/
/*    height: auto !important;*/
/*}*/
html .summary.entry-summary h1.product_title.entry-title {
    font-size: 27px !important;
}
html .summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
    width: fit-content;
    left: 0 !important;
    float: left;
    margin-top: 10px;
}
ul.tabs.wc-tabs {
    margin-top: 35px;
}
html ul.tabs.wc-tabs li a {
    font-size: 17px !important;
}
html .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    width: 69% !important;
}
.reviews-slider-box {
    padding: 3px 5px 12px;
    margin-top: 49%;
}
.reviews-slider .slick-slide {
    margin: 0px 0px;
}   
html .woocommerce-product-gallery__wrapper {
    width: 100% !important;
}

ul.products.columns-4 li {
    width: fit-content;
}

.u-column2.col-2 {
    width: 100%;
}
section.product-iner form.woocommerce-ordering {
    width: fit-content;
    margin-left: 0%;
}
    
}

/*Responsive Css End*/



