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

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

body {
    word-break: break-word;
    font-family: "Montserrat", sans-serif;
    color: #6f6d6d;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    overflow-x: hidden !important;
}

@font-face {
    font-family: "theLastOfRough";
    src: url(../fonts/TheLast-Of-Us-Rough.ttf) format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "blender";
    src: url(../fonts/BlenderPro-Medium.ttf) format("truetype");
    font-style: normal;
}

/***** Headings *****/
h1,
h2,
h3,
h4,
h5 {
    font-family: "theLastOfRough";
    color: #243548;
    text-transform: uppercase;
}

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

h2 {
    font-size: 80px;
    line-height: 1;
}

h3 {
    font-size: 29px;
    line-height: 34px;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 24px;
}

h6 {
    font-family: "blender";
    font-size: 16px;
    line-height: 20px;
}

/***** Paragraphs *****/
p {
    font-size: 14px;
    line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
    padding: 100px 0;
    position: relative;
}

.paddTop {
    padding-top: 100px;
}

.paddBottom {
    padding-bottom: 100px;
}

.margTop {
    margin-top: 100px;
}

.margBottom {
    margin-bottom: 100px;
}

.wPara {
    color: #fff;
    opacity: 70%;
}

.flx {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sitebtn {
    display: inline-block;
}

.pbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-family: "blender";
    font-weight: 500;
    padding: 16px 32px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    background-color: #736a48;
    border: 0px;
    font-size: 16px;
    line-height: 23px;
    box-shadow: -1px 7px 0px 0px #544d35;
    min-width: 160px;
}

.pbtn:hover {
    background: #7e1c1f;
    color: #fff;
    box-shadow: -1px 7px 0px 0px #7e1c1f45;
}

.rd {
    color: #872728;
}

.maxWidth {
    max-width: 1400px;
}

/* general btn css start  */

a {
    text-decoration: none;
    color: #87272b;
    white-space: initial;
}

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

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 20px;
    padding: 0;
    list-style-type: none;
}

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

::-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 */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.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: #fff;
    padding: 20px 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "blender";
    font-weight: 500;
}

.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: #fff;
    text-decoration: underline;
}

.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:hover li {
    float: none;
}

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

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

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

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

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*banner css start */

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

/*banner css end*/

ul.social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin: 0px;
}

ul.social li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.2s;
    font-size: 14px;
    position: relative;
    box-shadow: 0px 4px 0px 2px #464141;
    border-top: 2px solid #464141;
    border-right: 1px solid #464141;
    border-left: 1px solid #464141;
}

ul.social li a:hover {
    border-color: #fff;
    box-shadow: 0px 4px 0px 2px #fff;
}

/* Header Start  */

.topSec {
    position: relative;
}

.topSec .row {
    position: relative;
    padding: 18px 0 14px;
    border-bottom: 1px solid #ffffff3b;
}

.topSec .row ul.social {
    justify-content: flex-end;
    gap: 16px;
}

.topSec .row ul.social li span {
    color: #0f0e0e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.topSec .site-logo {
    display: table;
    margin: 0px auto;
    margin-top: 5px;
}

.top-bar-search {
    position: relative;
    width: 70%;
}

.top-bar-search .search-form {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.top-bar-search .search-form button {
    border: 0px;
    font-size: 12px;
    line-height: 20px;
    transition: 0.2s;
    width: 30px;
    background: transparent;
    height: 100%;
    padding: 10px 10px;
    position: relative;
    color: #ffff;
}

.top-bar-search .search-form button:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 90%;
    left: -20px;
    top: 2px;
    background: #000;
    opacity: 20%;
}

.top-bar-search .search-form input[type="text"] {
    width: 80%;
    border: 0px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: "roboto";
    text-transform: uppercase;
    flex-grow: 1;
}

.menuSec .row {
    position: relative;
    border-bottom: 1px solid #ffffff3b;
}

header {
    position: absolute;
    top: 0;
    z-index: 12;
    width: 100%;
}

.top-bar-search .search-form input[type="text"]::placeholder {
    color: #fff;
}

ul.header-top-links li a i {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 14px;
    background: #fff;
}

ul.header-top-links li a:hover i {
    background: #7e1c1f;
    color: #fff;
}

.topSec .site-logo img.img-fluid {
    width: 100px;
    object-fit: fill;
}

/* Header Start  */

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

/*banner css end*/

/* ================= Banner Section Start  */

img.home-banner {
    height: 850px;
    width: 100%;
    object-fit: fill;
}

.banner_txt-warp {
    position: relative;
    padding-top: 60px;
}

.bannner-social {
    position: absolute;
    left: 10px;
    bottom: -150px;
    width: 70%;
}

.banner_text {
    position: relative;
}

.bannner-social:before {
    position: absolute;
    content: "";
    width: 44%;
    height: 1px;
    background: #ffffff26;
    top: 19px;
    left: 15%;
}

.banner_img img {
    width: 100%;
}

.banner_text p {
    opacity: 80%;
}

.banner_text h1 span {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.banner_text h1 span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #2e2820, #231d1b91);
}

.banner_text h1 span:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 20px;
    left: 0;
    background: #736a48;
    bottom: -9px;
}

.banner-btn {
    position: relative;
    padding-top: 10px;
}

.bt.borderdbtn .pbtn {
    background: transparent;
    border: 2px solid #736a48;
    border-bottom: 0px;
}

.bt.borderdbtn .pbtn:hover {
    background: #7e1c1f;
    color: #fff;
    box-shadow: -1px 7px 0px 0px #7e1c1f45;
    border-color: #7e1c1f;
}

/* ================= Banner Section End */

/* -------------------- About Us Start ------------------------ */

.abtWrap {
    position: relative;
    width: 90%;
    margin: 0px auto;
}

.ab-left {
    position: relative;
    padding-right: 120px;
    padding-bottom: 100px;
}

img.ab1-img {
    height: 650px;
    width: 100%;
    border-radius: 5px;
}

.ab-mision {
    padding: 18px;
    background: #7e1c1f;
    border-radius: 16px;
    margin-top: 16px;
    color: #ffffffa3;
}

.ab-left:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 88%;
    right: 44px;
    bottom: 0;
    background: #ecebea;
}

.ab-left:after {
    position: absolute;
    content: "";
    width: 39px;
    background: #7e1c1f;
    right: 25px;
    top: 92px;
    height: 6px;
}

.paddTop .container {
    border-bottom: 1px solid #ecebea;
}

section.aboutsec {
    margin-bottom: 60px;
}

.ab-imgs-col {
    position: relative;
}

.ab-imgs-col:before {
    position: absolute;
    content: "";
    width: 180px;
    height: 280px;
    right: 100px;
    background: #fff;
    bottom: 0;
    border-radius: 10px;
    z-index: 1;
}

/* -------------------- About Us End ------------------------ */

/* -------------------- Category Start  --------------------- */

.cateWrap {
    width: 90%;
    margin: 0px auto;
    box-shadow: 0px 0px 13px 2px #63616126;
    border-radius: 10px;
    padding: 10px;
}

section.cate-sec .cateWrap .row {
    justify-content: center;
}

.cateWrap .cad {
    position: relative;
    background: #f9f6f3;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding: 18px 14px;
    transition: 0.3s;
}

.cateWrap .cad:hover {
    background: #736a4840;
}

img.catg-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    transition: 0.2s;
}

.cateWrap .cad p {
    font-family: "blender";
    color: #736a48;
    text-transform: uppercase;
}

/* -------------------- Category End ------------------------ */

/* -------------------- Products  Start ------------------------ */

section.products {
    position: relative;
    overflow: hidden;
}

section.products .svs-btns {
    justify-content: flex-end;
    margin-right: 16px;
}

.svs-btns {
    gap: 13px;
}

.svs-btns button {
    width: 50px;
    height: 50px;
    border-radius: 45px;
    border: 0px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    background: transparent;
    border: 1px solid #5555553b;
}

.svs-btns button img {
    transition: 0.3s;
    opacity: 50%;
}

.svs-btns button:hover img {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.svs-btns button:hover {
    background: #7e1c1f;
}

section.service .svsSlider {
    margin-top: 50px;
}

section.service .svsSlider .item {
    opacity: 1;
    margin: 0px 14px;
}

.prod_pd {
    position: relative;
    box-shadow: 0px 0px 13px 2px #6361613d;
    border-radius: 8px;
    padding: 6px;
}

.prod_pd-img {
    height: 340px;
    object-fit: cover;
    transition: 0.2s;
    border-radius: 8px;
}

section.products .slick-slide {
    margin: 10px 5px;
    opacity: 1;
}

.prod_pd span.rate-label {
    position: absolute;
    right: 30px;
    top: 30px;
    background: #fff;
    padding: 10px 14px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
    font-family: "theLastOfRough";
    color: #000;
}

.prod_pd span.rate-label i {
    color: #faa72c;
}

.prod_pd-txt {
    position: relative;
    padding-top: 12px;
}

.prod_pd-txt h6 {
    text-transform: uppercase;
    color: #000;
}

.prod_pd-txt p {
    font-size: 13px;
    line-height: 22px;
}

.prod_btn {
    margin-bottom: 10px;
    gap: 50px;
}

.prod_btn .add_cart-btn {
    flex-grow: 1;
}

.prod_btn .add_cart-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #736a48;
    padding: 5px 6px 5px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: "blender";
    color: #000;
    transition: 0.23s;
    font-weight: 600;
}

.prod_btn .add_cart-btn a i {
    width: 40px;
    height: 36px;
    color: #fff;
    background: #736a48;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 12px;
    transition: 0.3s;
}

.add_cart-price {
    border: 1px solid #736a48;
    padding: 13px 25px;
    border-radius: 50px;
    color: #000;
    flex-shrink: 0;
}

.add_cart-price p {
    font-size: 17px;
    font-family: "theLastOfRough";
}

.prod_btn .add_cart-btn a:hover {
    background: #7e1c1f;
    color: #fff;
    border-color: transparent;
}

.prod_btn .add_cart-btn a:hover i {
    background: #fff;
    color: #7e1c1f;
}

.top_border {
    position: relative;
}

.top_border:before {
    position: absolute;
    content: "";
    width: 98%;
    height: 1px;
    bottom: 0;
    background: #99999942;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* -------------------- Products  End ------------------------ */

/* -------------------- Client Section Start  ------------------------ */

section.happy {
    padding: 20px 0px 60px 30px;
    position: relative;
    overflow: hidden;
}

section.happy .item.slick-slide {
    opacity: 1;
    padding: 50px 0;
}

section.happy .story_card {
    padding: 20px 24px;
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
}

.authBoxe {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    gap: 20px;
}

.story_card .deets {
    position: relative;
    color: #fff;
}

.story_card .headers {
    gap: 14px;
    align-items: center;
}

.story_card .headers h6 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.story_card .headers .ratingList {
    gap: 8px;
}

.story_card .headers .ratingList span {
    color: #f29e1e;
    transition: 0.3s;
    line-height: 20px;
    font-size: 13px;
}

.authBoxe .authName h6 {
    color: #2e2e2e;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    transition: 0.4s;
}

.authBoxe .authName p {
    font-size: 14px;
    color: #2e2e2e;
    text-transform: uppercase;
    transition: 0.3s;
}

.story_card .deets p {
    transition: 0.3s;
    color: #363636;
}

.story_card .headers .ratingList a i {
    font-size: 10px;
}

.reviewsSlider .slick-list {
    padding-right: 280px;
}

section.happy .heading p {
    width: 55%;
    margin: 0px auto;
    color: #555;
}

section.happy .story_card:hover .authBoxe .authName p {
    color: #fff;
}

section.happy .story_card:hover p {
    color: #fff;
    opacity: 70%;
}

section.happy .story_card:hover .authBoxe .authName h6 {
    color: #fff;
}

section.happy .story_card:hover {
    background: #7e1c1f;
    color: #fff;
}

.story_card h6 {
    color: #fff;
}

.pfimg {
    background: #fff;
    border-radius: 7px;
    padding: 6px;
}

.pfimg img {
    width: 60px;
}

.story_card:hover .headers .ratingList span {
    color: #fff;
}

/* -------------------- Client Section End  ------------------------ */

/* -------------------- Footer Start ------------------------ */

footer {
    position: relative;
    overflow: hidden;
    background: #161010;
    color: #fff;
}

footer .footerTop {
    padding: 80px 0 50px;
}

footer .ft-header {
    position: relative;
    margin-bottom: 30px;
}

footer .footerTop ul li a {
    color: #b3b3b3;
}

footer .footerTop ul li a:hover {
    color: #fff;
    transform: translate(3px, 0px);
}

footer .footerTop .ft-contact ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .footerTop .ft-contact .follow ul {
    flex-direction: row;
    justify-content: flex-start;
}

footer .footerTop .ft-contact .follow h4 {
    margin-bottom: 20px;
}

footer .ft-links ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0px;
}

footer .ft-prodcts ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px;
}

footer .ft-products-col1 ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px;
}

.footer-btm {
    position: relative;
    border-top: 1px solid #505050;
    padding: 20px 0;
}

.footer-btm p {
    margin: 0;
    font-weight: 400;
}

.footer-btm .visa-img {
    text-align: right;
}

footer .ft-newslater {
    position: relative;
}

footer .ft-newslater p {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 24px;
}

footer .ft-newslater form {
    position: relative;
    margin-top: 20px;
}

footer .ft-newslater form .form-act {
    position: relative;
    width: 100%;
    background: #333332;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 104px 0 24px;
    border-radius: 40px;
}

footer .ft-newslater form .form-act input {
    background: transparent;
    border: 0px;
    color: #b3b3b3;
    font-weight: 500;
    width: 100%;
}

footer .ft-newslater form .form-act input::placeholder {
    color: #b3b3b3;
}

footer .ft-newslater form .form-act button {
    font-size: 15px;
    line-height: 24px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 26px;
    border-radius: 45px;
    border: 0px;
    color: #fff;
    background: #736a48;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    font-family: "blender";
    text-transform: uppercase;
}

footer .ft-newslater form .form-act button:hover {
    background: #fff;
    color: #000;
}

footer .ft-links {
    width: 70%;
    margin: 0px auto;
}

footer .ft-prodcts {
    width: 82%;
}

.footer-lgo {
    margin-bottom: 30px;
}

.footer-lgo img {
    width: 90px;
}

footer .footerTop .ft-contact .follow ul a {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -------------------- Footer End  ------------------------ */

/* -------------------- Chose Start    ------------------------ */

section.chose {
    position: relative;
}

.choseTop {
    position: relative;
    width: 90%;
    margin: 0px 0px 0px auto;
}

img.why-chose-bg {
    width: 100%;
    object-fit: fill;
    border-radius: 10px;
    height: 470px;
}

.choseTop .row {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 40px 0px 0px 40px;
}

.chotxt p {
    float: right;
}

img.prod_pd-chose {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.choseBtm .prod_pd {
    padding: 10px;
    border-radius: 13px;
    background: #fff;
}

.chosbtm-txt {
    width: 85%;
    margin: 0px auto;
    padding-bottom: 100px;
}

.choseBtm {
    position: relative;
    margin-top: -170px;
}

.chotxt {
    position: relative;
    padding-right: 40px;
}

/* -------------------- Chose Start  End  ------------------------ */

.slicknav_nav a:hover {
    background: #736a48;
}










/*Media Query Starts*/

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

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

    /* Fonts css Starts */

    /* Fonts css Ends */



    /* Buttons css Starts */

    /* Buttons css Ends */




    /* Home css Starts */

    /* Home css Ends */




}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {


    /* Fonts css Starts */

    /* Fonts css Ends */



    /* Buttons css Starts */

    /* Buttons css Ends */




    /* Home css Starts */

    /* Home css Ends */


}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {


    /* Fonts css Starts */

    /* Fonts css Ends */



    /* Buttons css Starts */

    /* Buttons css Ends */




    /* Home css Starts */

    /* Home css Ends */


}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {


    /* Fonts css Starts */

    /* Fonts css Ends */



    /* Buttons css Starts */

    /* Buttons css Ends */




    /* Home css Starts */

    /* Home css Ends */


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {



    /* Fonts css Starts */

    h1 {
        font-size: 70px;
        line-height: 75px;
    }

    h2 {
        font-size: 60px;
        line-height: 65px;
        margin: 0;
    }

    h3 {
        font-size: 35px;
        line-height: 40px;
        margin: 0;
    }

    p {
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }

    /* Fonts css Ends */



    /* Buttons css Starts */

    /* Buttons css Ends */




    /* Home css Starts */

    header {
        position: relative;
        background-color: #736a48;
    }
    
        html header .col-xl-4.col-lg-6.col-md-1.col-sm-12.col-12.d-none {
    display: none !important;
}

    .topSec .row {
        padding: 20px 0;
        justify-content: space-between;
    }

    .top-bar-search {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
        padding: 10px 20px;
        border-radius: 100px;
        overflow: hidden;
        background-color: #fff;
    }

    .top-bar-search {
        display: none;
    }

    .top-bar-search form {
        width: 100%;
    }

    .top-bar-search .search-form button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        font-size: 12px;
        padding: 0;
    }

    .top-bar-search .search-form button i {
        color: #000;
    }

    .top-bar-search .search-form input[type="text"] {
        width: 100%;
        color: #000;
        text-transform: none;
    }

    .top-bar-search .search-form input[type="text"]::placeholder {
        color: #000;
        text-transform: uppercase;
    }

    .top-bar-search .search-form button:before {
        display: none;
    }

    .topSec .site-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        height: 100px;
        width: 200px;
        padding: 15px;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
    }

    .topSec .site-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .topSec .site-logo a img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    ul.header-top-links li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
    }

    ul.header-top-links li a i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .menuSec ul {
        gap: 30px;
    }

    .menuSec ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1;
        padding: 20px 20px;
    }



    .banner_text {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    .banner_text h1 {
        width: 100%;
    }

    .banner_txt-warp {
        padding: 0;
    }

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

    .banner_text h1 span {
        display: block;
        width: 100%;
    }

    .banner-btn {
        margin: 0 !important;
        padding: 0;
        /* flex-direction: column; */
        align-items: start !important;
        justify-content: start;
        gap: 20px !important;
        width: 100%;
    }

    .banner-btn .bt {
        width: 100%;
    }

    .banner-btn .bt a.pbtn {
        width: 100%;
    }

    .bannner-social {
        position: relative;
        display: flex !important;
        align-items: center !important;
        justify-content: start !important;
        gap: 80px;
        bottom: unset;
        left: unset;
        width: 100%;
    }

    ul.social {
        gap: 10px;
    }

    .bannner-social:before {
        width: 10%;
        height: 1px;
        top: 50%;
        left: 70px;
    }

    .banner_img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        width: 100%;
    }

    .banner_img img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
        margin: 30px 0 0 0;
    }

    section.aboutsec {
        padding: 40px 0;
        margin: 0;
    }

    .abtWrap {
        width: 100%;
        margin: 0;
    }

    .abtWrap .ab-left {
        padding: 0;
    }

    .abtWrap .ab-left img.ab1-img {
        height: 500px;
        object-fit: cover;
        object-position: 0 0;
    }

    .ab-imgs-col:before {
        display: none;
    }

    .ab-left:before {
        height: 35%;
        right: 25px;
    }

    .ab-left:after {
        width: 20px;
        right: 15px;
        top: 190px;
        height: 5px;
    }

    .ab-right {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        margin: 20px 0;
    }

    .ab-mision {
        margin: 0;
        border-radius: 5px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    section.cate-sec {
        padding: 40px 0;
    }

    section.cate-sec .cateWrap .row {
        justify-content: center;
    }

    .cateWrap {
        width: 100%;
    }

    .cateWrap .cad {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px;
    }

    .cateWrap .cad img.catg-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 150px;
        width: 150px;
        object-fit: contain;
    }

    .cateWrap .cad h5 {
        font-size: 25px;
        line-height: 1;
        margin: 0 !important;
    }

    section.products .svs-btns {
        display: flex !important;
        align-items: center !important;
        justify-content: end;
        gap: 10px;
        margin: 20px 0;
    }

    .svs-btns button {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 40px !important;
        width: 40px !important;
        padding: 0;
    }

    section.products {
        padding: 40px 0 !important;
    }

    .page-id-8 .prod_pd {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        height: 100% !important;
        padding: 10px 10px 20px 10px;
    }

    .page-id-8 .prod_pd img.prod_pd-chose {
        height: 500px;
    }


    .prod_pd span.rate-label {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        right: 20px;
        top: 20px;
        padding: 5px 10px;
    }

    .page-id-8 .prod_pd img.prod_pd-img {
        height: 400px;
        object-fit: cover;
    }

    .prod_pd-txt {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .prod_pd-txt h6 {
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }

    .prod_pd-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 300px;
        width: 100%;
    }

    .list-unstyled {
        width: 100%;
        margin: 0;
    }

    .list-unstyled {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .prod_btn {
        display: flex !important;
        align-items: start !important;
        justify-content: start !important;
        gap: 10px;
        width: 100%;
        height: 50px;
        margin: 0;
    }

    .prod_pd-img img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .add_cart-btn {
        width: 60%;
    }

    .add_cart-price {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 100% !important;
    }

    section.chose {
        padding: 40px 0 !important;
    }

    img.why-chose-bg {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .choseTop {
        height: 100%;
        width: 100%;
    }

    .choseTop .row {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        padding: 30px 10px;
        width: 70%;
        height: auto;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .chotxt {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .chotxt p {
        width: 100%;
    }

    .choseBtm {
        margin: 20px 0;
    }

    .chosbtm-txt {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0;
    }

    section.happy {
        padding: 0;
    }

    section.happy .heading p {
        width: 100%;
    }

    .reviewsSlider .slick-list {
        padding: 0 !important;
    }

    section.happy .item.slick-slide {
        padding: 20px 0;
    }

    section.happy .story_card {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    .authBoxe {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        width: 100%;
        padding: 0;
    }

    .pfimg {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 70px;
        border-radius: 5px;
        overflow: hidden;
    }

    .pfimg img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    footer .footerTop {
        padding: 30px 0;
    }

    section#media_image-2 {
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px;
        width: 120px;
        border-radius: 5px;
        overflow: hidden;
        background-color: #fff;
        padding: 10px;
    }

    .ft-contact {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    section#media_image-2 a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    section#media_image-2 a img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    footer ul.social {
        display: flex !important;
        align-items: start !important;
        justify-content: start !important;
        gap: 10px !important;
        margin: 0 0 20px 0;
    }

    .follow {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        margin: 0;
    }

    .follow h4 {
        margin: 0 !important;
    }

    .follow ul.social {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 20px !important;
        margin: 0;
    }

    footer .ft-links,
    .ft-prodcts {
        width: 100%;
        margin: 30px 0 10px 0;
    }

    footer .ft-links .d-flex.justify-content-between,
    .ft-prodcts .textwidget.custom-html-widget {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        justify-content: start !important;
        gap: 10px;
    }

    footer .ft-header {
        margin: 0;
    }

    footer .ft-prodcts {
        width: 100%;
    }

    footer .ft-newslater p {
        font-size: 12px;
        line-height: 25px;
    }

    .footer-btm p {
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: center;
        margin: 0 0 20px 0;
    }

    footer .ft-newslater form .form-act {
        position: relative;
        height: 10%;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        width: 100%;
        border-radius: 5px;
    }

    footer .ft-newslater form .form-act input {
        height: 40px;
    }

    footer .ft-newslater form .form-act button {
        position: relative;
        width: 100%;
        right: unset;
        top: unset;
        height: 50px;
    }

    /* Home css Ends */


    /* Inner Banner css Starts */

    .innerbanner {
        padding: 60px 0 !important;
    }

    .innerbanner .text-innerban h2 {
        font-size: 70px;
        line-height: 1;
    }

    /* Inner Banner css Ends */


    /* Shop Page css Starts */

    html ul.products {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    html ul.products li {
        width: 60% !important;
        margin: 20px auto !important;
    }

    .prod_pd {
        height: auto !important;
    }

    /* Shop Page css Ends */


    /* Shop Details Page css Starts */

    .postid-484 .summary.entry-summary {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .postid-484 .summary.entry-summary h1.product_title.entry-title {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }

    .postid-484 .summary.entry-summary form.cart {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        width: 100%;
        margin: 0;
    }

    /* Shop Details Page css Ends */


}

@media only screen and (min-width: 768px) and (max-width: 991px) {



    /* Fonts css Starts */

    h1 {
        font-size: 70px;
        line-height: 75px;
    }

    h2 {
        font-size: 60px;
        line-height: 65px;
        margin: 0;
    }

    h3 {
        font-size: 35px;
        line-height: 40px;
        margin: 0;
    }

    p {
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }

    /* Fonts css Ends */



    /* Buttons css Starts */

    /* Buttons css Ends */




    /* Home css Starts */

    header {
        position: relative;
        background-color: #736a48;
    }
    
    html header .col-xl-4.col-lg-6.col-md-1.col-sm-12.col-12.d-none {
    display: none !important;
}

    .topSec .row {
        padding: 20px 0;
        justify-content: space-between;
    }

    .top-bar-search {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
        padding: 10px 20px;
        border-radius: 100px;
        overflow: hidden;
        background-color: #fff;
    }

    .top-bar-search {
        display: none;
    }

    .top-bar-search form {
        width: 100%;
    }

    .top-bar-search .search-form button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        font-size: 12px;
        padding: 0;
    }

    .top-bar-search .search-form button i {
        color: #000;
    }

    .top-bar-search .search-form input[type="text"] {
        width: 100%;
        color: #000;
        text-transform: none;
    }

    .top-bar-search .search-form input[type="text"]::placeholder {
        color: #000;
        text-transform: uppercase;
    }

    .top-bar-search .search-form button:before {
        display: none;
    }

    .topSec .site-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        height: 100px;
        width: 200px;
        padding: 15px;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
    }

    .topSec .site-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .topSec .site-logo a img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    ul.header-top-links li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
    }

    ul.header-top-links li a i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .menuSec ul {
        gap: 10px;
    }

    .menuSec ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 1;
        padding: 20px 10px;
    }



    .banner_text {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    .banner_text h1 {
        width: 100%;
    }

    .banner_txt-warp {
        padding: 0;
    }

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

    .banner_text h1 span {
        display: block;
        width: 100%;
    }

    .banner-btn {
        margin: 0 !important;
        padding: 0;
        /* flex-direction: column; */
        align-items: start !important;
        justify-content: start;
        gap: 20px !important;
        width: 100%;
    }

    .banner-btn .bt {
        width: 100%;
    }

    .banner-btn .bt a.pbtn {
        width: 100%;
    }

    .bannner-social {
        position: relative;
        display: flex !important;
        align-items: center !important;
        justify-content: start !important;
        gap: 130px;
        bottom: unset;
        left: unset;
        width: 100%;
    }

    ul.social {
        gap: 10px;
    }

    .bannner-social:before {
        width: 10%;
        height: 1px;
        top: 50%;
        left: 70px;
    }

    .banner_img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        width: 100%;
    }

    .banner_img img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
        margin: 30px 0 0 0;
    }

    section.aboutsec {
        padding: 40px 0;
        margin: 0;
    }

    .abtWrap {
        width: 100%;
        margin: 0;
    }

    .abtWrap .ab-left {
        padding: 0;
    }

    .abtWrap .ab-left img.ab1-img {
        height: 500px;
        object-fit: cover;
        object-position: 0 0;
    }

    .ab-imgs-col:before {
        display: none;
    }

    .ab-left:before {
        height: 35%;
        right: 25px;
    }

    .ab-left:after {
        width: 20px;
        right: 15px;
        top: 190px;
        height: 5px;
    }

    .ab-right {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        margin: 20px 0;
    }

    .ab-mision {
        margin: 0;
        border-radius: 5px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    section.cate-sec {
        padding: 40px 0;
    }

    section.cate-sec .cateWrap .row {
        justify-content: center;
    }

    .cateWrap {
        width: 100%;
    }

    .cateWrap .cad {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px;
    }

    .cateWrap .cad img.catg-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 150px;
        width: 150px;
        object-fit: contain;
    }

    .cateWrap .cad h5 {
        font-size: 25px;
        line-height: 1;
        margin: 0 !important;
    }

    section.products .svs-btns {
        display: flex !important;
        align-items: center !important;
        justify-content: end;
        gap: 10px;
        margin: 20px 0;
    }

    .svs-btns button {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 40px !important;
        width: 40px !important;
        padding: 0;
    }

    section.products {
        padding: 40px 0 !important;
    }

    .page-id-8 .prod_pd {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        height: 100% !important;
        padding: 10px 10px 20px 10px;
    }

    .prod_pd span.rate-label {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        right: 20px;
        top: 20px;
        padding: 5px 10px;
    }

    .page-id-8 .prod_pd img.prod_pd-img {
        height: 400px;
        object-fit: cover;
    }

    .prod_pd-txt {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .prod_pd-txt h6 {
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }

    .prod_pd-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 450px;
        width: 100%;
    }

    .list-unstyled {
        width: 100%;
        margin: 0;
    }

    .list-unstyled {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .prod_btn {
        display: flex !important;
        align-items: start !important;
        justify-content: start !important;
        gap: 10px;
        width: 100%;
        height: 50px;
        margin: 0;
    }

    .prod_pd-img img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .add_cart-btn {
        width: 60%;
    }

    .add_cart-price {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 100% !important;
    }

    section.chose {
        padding: 40px 0 !important;
    }

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

    .choseTop {
        height: 100%;
        width: 100%;
    }

    .choseTop .row {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        padding: 30px 10px;
        width: 90%;
        height: auto;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .chotxt {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .chotxt p {
        width: 100%;
    }

    .choseBtm {
        margin: 20px 0;
    }

    .chosbtm-txt {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0;
    }

    section.happy {
        padding: 0;
    }

    section.happy .heading p {
        width: 100%;
    }

    .reviewsSlider .slick-list {
        padding: 0 !important;
    }

    section.happy .item.slick-slide {
        padding: 20px 0;
    }

    section.happy .story_card {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    .authBoxe {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        width: 100%;
        padding: 0;
    }

    .pfimg {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 70px;
        border-radius: 5px;
        overflow: hidden;
    }

    .pfimg img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    footer .footerTop {
        padding: 30px 0;
    }

    section#media_image-2 {
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px;
        width: 120px;
        border-radius: 5px;
        overflow: hidden;
        background-color: #fff;
        padding: 10px;
    }

    .ft-contact {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    section#media_image-2 a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    section#media_image-2 a img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    footer ul.social {
        display: flex !important;
        align-items: start !important;
        justify-content: start !important;
        gap: 10px !important;
        margin: 0 0 20px 0;
    }

    .follow {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        margin: 0;
    }

    .follow h4 {
        margin: 0 !important;
    }

    .follow ul.social {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 20px !important;
        margin: 0;
    }

    footer .ft-links,
    .ft-prodcts {
        width: 100%;
        margin: 30px 0 10px 0;
    }

    footer .ft-links .d-flex.justify-content-between,
    .ft-prodcts .textwidget.custom-html-widget {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        justify-content: start !important;
        gap: 10px;
    }

    footer .ft-header {
        margin: 0;
    }

    footer .ft-prodcts {
        width: 100%;
    }

    footer .ft-newslater p {
        font-size: 12px;
        line-height: 25px;
    }

    .footer-btm p {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 0 20px 0;
    }


    /* Home css Ends */



    /* Inner Banner css Starts */

    .innerbanner {
        padding: 60px 0 !important;
    }

    .innerbanner .text-innerban h2 {
        font-size: 70px;
        line-height: 1;
    }

    /* Inner Banner css Ends */

    /* About Us Page css Starts */

    .vc_custom_1763982924970 {
        margin: 20px 0 !important;
    }

    /* About Us Page css Ends */


    /* Shop Page css Starts */

    html ul.products {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    html ul.products li {
        width: 90% !important;
        margin: 20px auto !important;
    }

    .prod_pd {
        height: auto !important;
    }

    /* Shop Page css Ends */


    /* Shop Details Page css Starts */

    .postid-484 .summary.entry-summary {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .postid-484 .summary.entry-summary h1.product_title.entry-title {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }

    .postid-484 .summary.entry-summary form.cart {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        width: 100%;
        margin: 0;
    }

    /* Shop Details Page css Ends */
    .prod_pd p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .innerbanner {
        padding: 230px 0 40px !important;
    }



}

@media only screen and (min-width: 520px) and (max-width: 767px) {


    /* Fonts css Starts */

    h1 {
        font-size: 50px;
        line-height: 55px;
    }

    h2 {
        font-size: 50px;
        line-height: 55px;
        margin: 0;
    }

    h3 {
        font-size: 25px;
        line-height: 30px;
        margin: 0;
    }

    p {
        font-size: 12px;
        line-height: 25px;
        margin: 0;
    }

    /* Fonts css Ends */



    /* Buttons css Starts */

    /* Buttons css Ends */




    /* Home css Starts */

    header {
        position: relative;
        background-color: #736a48;
    }

    .topSec .row {
        padding: 40px 0;
    }

    .top-bar-search {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
        padding: 10px 20px;
        border-radius: 100px;
        overflow: hidden;
        background-color: #fff;
    }

    .top-bar-search {
        display: none;
    }

    .top-bar-search form {
        width: 100%;
    }

    .top-bar-search .search-form button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        font-size: 12px;
        padding: 0;
    }

    .top-bar-search .search-form button i {
        color: #000;
    }

    .top-bar-search .search-form input[type="text"] {
        width: 100%;
        color: #000;
        text-transform: none;
    }

    .top-bar-search .search-form input[type="text"]::placeholder {
        color: #000;
        text-transform: uppercase;
    }

    .top-bar-search .search-form button:before {
        display: none;
    }

    .topSec .site-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto 20px auto;
        height: 100px;
        width: 140px;
        padding: 15px;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
    }

    .topSec .site-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .topSec .site-logo a img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    ul.header-top-links {
        justify-content: center !important;
    }

    ul.header-top-links li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
    }

    ul.header-top-links li a i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .banner_text {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    .banner_text h1 {
        width: 100%;
    }

    .banner_txt-warp {
        padding: 0;
    }

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

    .banner_text h1 span {
        display: block;
        width: 100%;
    }

    .banner-btn {
        margin: 0 !important;
        padding: 0;
        /* flex-direction: column; */
        align-items: start !important;
        justify-content: start;
        gap: 20px !important;
        width: 100%;
    }

    .banner-btn .bt {
        width: 100%;
    }

    .banner-btn .bt a.pbtn {
        width: 100%;
    }

    .bannner-social {
        position: relative;
        display: flex !important;
        align-items: center !important;
        justify-content: start !important;
        gap: 80px;
        bottom: unset;
        left: unset;
        width: 100%;
    }

    ul.social {
        gap: 10px;
    }

    .bannner-social:before {
        width: 10%;
        height: 1px;
        top: 50%;
        left: 70px;
    }

    .banner_img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        width: 100%;
    }

    .banner_img img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
        margin: 30px 0 0 0;
    }

    section.aboutsec {
        padding: 40px 0;
        margin: 0;
    }

    .abtWrap {
        width: 100%;
        margin: 0;
    }

    .abtWrap .ab-left {
        padding: 0;
    }

    .abtWrap .ab-left img.ab1-img {
        height: 400px;
        object-fit: cover;
        object-position: 0 0;
    }

    .ab-imgs-col:before {
        display: none;
    }

    .ab-left:before {
        height: 35%;
        right: 25px;
    }

    .ab-left:after {
        width: 20px;
        right: 15px;
        top: 190px;
        height: 5px;
    }

    .ab-right {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        margin: 20px 0;
    }

    .ab-mision {
        margin: 0;
        border-radius: 5px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    section.cate-sec {
        padding: 40px 0;
    }

    section.cate-sec .cateWrap .row {
        justify-content: center;
    }

    .cateWrap {
        width: 100%;
    }

    .cateWrap .cad {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px;
    }

    .cateWrap .cad img.catg-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 150px;
        width: 150px;
        object-fit: contain;
    }

    .cateWrap .cad h5 {
        font-size: 25px;
        line-height: 1;
        margin: 0 !important;
    }

    section.products .svs-btns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0;
    }

    .svs-btns button {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 40px !important;
        width: 40px !important;
        padding: 0;
    }

    section.products {
        padding: 40px 0 !important;
    }

    .page-id-8 .prod_pd {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        height: 100% !important;
        padding: 10px 10px 20px 10px;
    }

    .prod_pd span.rate-label {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        right: 20px;
        top: 20px;
        padding: 5px 10px;
    }

    .page-id-8 .prod_pd img.prod_pd-img {
        height: 400px;
        object-fit: cover;
    }

    .prod_pd-txt {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .prod_pd-txt h6 {
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }

    .prod_pd-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 400px !important;
        width: 100%;
    }

    .list-unstyled {
        width: 100%;
        margin: 0;
    }

    .list-unstyled {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .prod_btn {
        display: flex !important;
        align-items: start !important;
        justify-content: start !important;
        gap: 10px;
        width: 100%;
        height: 50px;
        margin: 0;
    }

    .prod_pd-img img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100% !important;
        width: 100%;
        object-fit: cover;
    }

    .add_cart-btn {
        width: 60%;
    }

    .add_cart-price {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 100% !important;
    }

    section.chose {
        padding: 40px 0 !important;
    }

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

    .choseTop {
        height: 100%;
        width: 100%;
    }

    .choseTop .row {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        padding: 30px 10px;
        width: 90%;
        height: auto;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .chotxt {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .chotxt p {
        width: 100%;
    }

    .choseBtm {
        margin: 20px 0;
    }

    .chosbtm-txt {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0;
    }

    section.happy {
        padding: 0;
    }

    section.happy .heading p {
        width: 100%;
    }

    .reviewsSlider .slick-list {
        padding: 0 !important;
    }

    section.happy .item.slick-slide {
        padding: 20px 0;
    }

    section.happy .story_card {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    .authBoxe {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        width: 100%;
        padding: 0;
    }

    .pfimg {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 70px;
        border-radius: 5px;
        overflow: hidden;
    }

    .pfimg img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    footer .footerTop {
        padding: 30px 0;
    }

    section#media_image-2 {
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px;
        width: 120px;
        border-radius: 5px;
        overflow: hidden;
        background-color: #fff;
        padding: 10px;
    }

    .ft-contact {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    section#media_image-2 a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    section#media_image-2 a img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    footer ul.social {
        display: flex !important;
        align-items: start !important;
        justify-content: start !important;
        gap: 10px !important;
        margin: 0 0 20px 0;
    }

    .follow {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        margin: 0;
    }

    .follow h4 {
        margin: 0 !important;
    }

    .follow ul.social {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 20px !important;
        margin: 0;
    }

    footer .ft-links,
    .ft-prodcts {
        width: 100%;
        margin: 30px 0 10px 0;
    }

    footer .ft-header {
        margin: 0;
    }

    footer .ft-links .d-flex.justify-content-between,
    footer .ft-prodcts .d-flex.justify-content-between {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        justify-content: start !important;
        gap: 10px;
    }

    footer .ft-prodcts {
        width: 100%;
    }

    footer .ft-newslater p {
        font-size: 12px;
        line-height: 25px;
    }

    .footer-btm p {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 0 20px 0;
    }



    /* Home css Ends */


    /* Inner Banner css Starts */

    .innerbanner {
        padding: 60px 0 !important;
    }

    .innerbanner .text-innerban h2 {
        font-size: 70px;
        line-height: 1;
    }

    /* Inner Banner css Ends */

    /* About Us Page css Starts */

    .vc_custom_1763982924970 {
        margin: 20px 0 !important;
    }

    /* About Us Page css Ends */

    /* Shop Page css Starts */

    html ul.products {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    html ul.products li {
        width: 90% !important;
        margin: 20px auto !important;
    }

    .prod_pd {
        height: auto !important;
    }

    /* Shop Page css Ends */


    /* Shop Details Page css Starts */

    .postid-484 .summary.entry-summary {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .postid-484 .summary.entry-summary h1.product_title.entry-title {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }

    .postid-484 .summary.entry-summary form.cart {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        width: 100%;
        margin: 0;
    }

    /* Shop Details Page css Ends */

}

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


    /* Fonts css Starts */

    h1 {
        font-size: 50px;
        line-height: 55px;
    }

    h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0;
    }

    h3 {
        font-size: 25px;
        line-height: 30px;
        margin: 0;
    }

    p {
        font-size: 12px;
        line-height: 25px;
        margin: 0;
    }

    /* Fonts css Ends */



    /* Buttons css Starts */

    /* Buttons css Ends */




    /* Home css Starts */

    header {
        position: relative;
        background-color: #736a48;
    }

    .topSec .row {
        padding: 40px 0;
    }

    .top-bar-search {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 10px 0;
        padding: 10px 20px;
        border-radius: 100px;
        overflow: hidden;
        background-color: #fff;
    }

    .top-bar-search {
        display: none;
    }

    .top-bar-search form {
        width: 100%;
    }

    .top-bar-search .search-form button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        font-size: 12px;
        padding: 0;
    }

    .top-bar-search .search-form button i {
        color: #000;
    }

    .top-bar-search .search-form input[type="text"] {
        width: 100%;
        color: #000;
        text-transform: none;
    }

    .top-bar-search .search-form input[type="text"]::placeholder {
        color: #000;
        text-transform: uppercase;
    }

    .top-bar-search .search-form button:before {
        display: none;
    }

    .topSec .site-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto 20px auto;
        height: 100px;
        width: 140px;
        padding: 15px;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
    }

    .topSec .site-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .topSec .site-logo a img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    ul.header-top-links {
        justify-content: center !important;
    }

    ul.header-top-links li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
    }

    ul.header-top-links li a i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .banner_text {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    .banner_text h1 {
        width: 100%;
    }

    .banner_txt-warp {
        padding: 0;
    }

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

    .banner_text h1 span {
        display: block;
        width: 100%;
        padding-bottom: 20px;
    }

    .banner-btn {
        margin: 0 !important;
        padding: 0;
        flex-direction: column;
        align-items: start !important;
        justify-content: start;
        gap: 20px !important;
        width: 100%;
    }

    .banner-btn .bt {
        width: 100%;
    }

    .banner-btn .bt a.pbtn {
        width: 100%;
    }

    .bannner-social {
        position: relative;
        display: flex !important;
        align-items: center !important;
        justify-content: start !important;
        gap: 30px;
        bottom: unset;
        left: unset;
        width: 100%;
    }

    ul.social {
        gap: 10px;
    }

    .bannner-social:before {
        width: 4%;
        height: 1px;
        top: 50%;
        left: 60px;
    }

    .banner_img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 300px;
        width: 100%;
    }

    .banner_img img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    section.aboutsec {
        padding: 40px 0;
        margin: 0;
    }

    .abtWrap {
        width: 100%;
        margin: 0;
    }

    .abtWrap .ab-left {
        padding: 0;
    }

    .abtWrap .ab-left img.ab1-img {
        height: 300px;
        object-fit: cover;
        object-position: 0 0;
    }

    .ab-imgs-col:before {
        display: none;
    }

    .ab-left:before {
        height: 35%;
        right: 25px;
    }

    .ab-left:after {
        width: 20px;
        right: 15px;
        top: 190px;
        height: 5px;
    }

    .ab-right {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        margin: 20px 0;
    }

    .ab-mision {
        margin: 0;
        border-radius: 5px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    section.cate-sec {
        padding: 40px 0;
    }

    section.cate-sec .cateWrap .row {
        justify-content: center;
    }

    .cateWrap {
        width: 100%;
    }

    .cateWrap .cad {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px;
    }

    .cateWrap .cad img.catg-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 150px;
        width: 150px;
        object-fit: contain;
    }

    .cateWrap .cad h5 {
        font-size: 25px;
        line-height: 1;
        margin: 0 !important;
    }

    section.products .svs-btns {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0;
    }

    .svs-btns button {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 40px !important;
        width: 40px !important;
        padding: 0;
    }

    section.products {
        padding: 40px 0 !important;
    }

    .page-id-8 .prod_pd {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        height: 100% !important;
        padding: 10px 10px 20px 10px;
    }

    .prod_pd span.rate-label {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        right: 20px;
        top: 20px;
        padding: 5px 10px;
    }

    .page-id-8 .prod_pd img.prod_pd-img {
        height: 400px;
        object-fit: cover;
    }

    .prod_pd-txt {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .prod_pd-txt h6 {
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }

    .prod_pd-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .list-unstyled {
        width: 100%;
        margin: 0;
    }

    .list-unstyled {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .prod_btn {
        display: flex !important;
        align-items: start !important;
        justify-content: start !important;
        gap: 10px;
        width: 100%;
        height: 50px;
        margin: 0;
    }

    .prod_pd-img img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100% !important;
        width: 100%;
        object-fit: cover;
    }

    .add_cart-btn {
        width: 60%;
    }

    .add_cart-price {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 100% !important;
    }

    section.chose {
        padding: 40px 0 !important;
    }

    img.why-chose-bg {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .choseTop {
        height: 100%;
        width: 100%;
    }

    .choseTop .row {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        padding: 30px 10px;
        width: 95%;
        height: auto;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
    }

    .chotxt {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .chotxt p {
        width: 100%;
    }

    .choseBtm {
        margin: 20px 0;
    }

    .chosbtm-txt {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0;
    }

    section.happy {
        padding: 0;
    }

    section.happy .heading p {
        width: 100%;
    }

    .reviewsSlider .slick-list {
        padding: 0 !important;
    }

    section.happy .item.slick-slide {
        padding: 20px 0;
    }

    section.happy .story_card {
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    .authBoxe {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;
        width: 100%;
        padding: 0;
    }

    .pfimg {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 70px;
        border-radius: 5px;
        overflow: hidden;
    }

    .pfimg img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    footer .footerTop {
        padding: 30px 0;
    }

    section#media_image-2 {
        margin: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px;
        width: 120px;
        border-radius: 5px;
        overflow: hidden;
        background-color: #fff;
        padding: 10px;
    }

    .ft-contact {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
    }

    section#media_image-2 a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    section#media_image-2 a img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    footer ul.social {
        display: flex !important;
        align-items: start !important;
        justify-content: start !important;
        gap: 10px !important;
        margin: 0 0 20px 0;
    }

    .follow {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        margin: 0;
    }

    .follow h4 {
        margin: 0 !important;
    }

    .follow ul.social {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 20px !important;
        margin: 0;
    }

    footer .ft-links,
    .ft-prodcts {
        width: 100%;
        margin: 30px 0 10px 0;
    }

    footer .ft-header {
        margin: 0;
    }

    footer .ft-links .d-flex.justify-content-between {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        justify-content: start !important;
        gap: 10px;
    }

    footer .ft-prodcts {
        width: 100%;
    }

    footer .ft-newslater p {
        font-size: 12px;
        line-height: 25px;
    }

    .footer-btm p {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 0 20px 0;
    }


    /* Home css Ends */

    /* Inner Banner css Starts */

    .innerbanner {
        padding: 60px 0 !important;
    }

    .innerbanner .text-innerban h2 {
        font-size: 70px;
        line-height: 1;
    }

    /* Inner Banner css Ends */

    /* About Us Page css Starts */

    .vc_custom_1763982924970 {
        margin: 20px 0 !important;
    }

    /* About Us Page css Ends */

    /* Shop Page css Starts */

    html ul.products {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    html ul.products li {
        width: 90% !important;
        margin: 20px auto !important;
    }

    .prod_pd {
        height: auto !important;
    }

    /* Shop Page css Ends */

    /* Shop Details Page css Starts */

    .postid-484 .summary.entry-summary {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }

    .postid-484 .summary.entry-summary h1.product_title.entry-title {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }

    .postid-484 .summary.entry-summary form.cart {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        width: 100%;
        margin: 0;
    }

    /* Shop Details Page css Ends */

    footer .ft-links {
        width: 90%;
        margin: 30px 0px;
    }

    footer .ft-prodcts {
        width: 90%;
        margin-bottom: 20px;
    }

    .innerbanner {
        display: flex;
        align-items: center;
        text-align: center;
        min-height: 350px !important;
        padding: 60px 0 60px !important;
        justify-content: center;
    }

    .text-innerban h2 {
        font-size: 40px !important;
    }

    .entry-content .vc_custom_1763982924970 {
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        display: flex;
        align-items: center;
        width: 100% !important;
        flex-direction: column;
        clear: unset !important;
        justify-content: center;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 92% !important;
        float: unset !important;
        clear: unset !important;
        margin: 0 auto 2.992em !important;
    }

    section.inner-shadow {
        padding-top: 30px;
    }

    .contact_detail_box {
        max-width: 90vw;
        margin: 5px auto !important;
    }

    .vc_section .vc_custom_1762768981876,
    .vc_section .vc_custom_1762768990764 {
        margin-left: auto !important;
    }




















}


/*Media Query End*/