@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font-family: "Poppins", sans-serif;
    color: #000000be;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

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;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype");
}

/***** Custom Classes *****/

h1 {
    font-size: 36px;
    line-height: 46px;
    font-family: "Playfair Display", serif;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    font-family: "Playfair Display", serif;
}

h3 {
    font-size: 24px;
    line-height: 29px;
}

h4 {
    font-size: 20px;
    line-height: 25px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h6 {
    font-size: 14px;
    line-height: 20px;
}

::-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: 28px 0 0;
    text-align: center;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.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: #000;
    padding: 0 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.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: #000;
}

.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: flex;
    align-items: flex-end;
}

header {
    position: absolute;
    top: 0;
    z-index: 12;
    width: 100%;
}

header .topSec {
    padding: 12px 20px;
    border-bottom: 1px solid #000;
}

header .topSec .item {
    opacity: 1;
}

header .topSec h6 {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0;
}

header .siteLogo {
    display: inline-block;
    margin-bottom: 20px;
}

header .siteLogo a {
    display: inline-block;
}

header .siteLogo a img.img-fluid {
    width: 100%;
    display: inline-block;
    transition: 0.3s;
}

header .siteLogo a img.img-fluid:hover {
    filter: brightness(0.9);
    transform: scale(1.1);
}

.menuSec .row {
    position: relative;
}

.menuSec ul.rightlinks {
    gap: 16px;
    position: absolute;
    right: 0;
    top: 20px;
}

.menuSec ul.rightlinks button {
    border: 0px;
    background-color: transparent;
}

.menuSec ul.rightlinks i {
    font-size: 18px;
    transition: 0.3s;
    display: inline-block;
}

.menuSec ul.rightlinks i:hover {
    transform: scale(1.2);
}

.menuSec ul.rightlinks a:hover span {
    text-decoration: underline;
    transform: scale(1.1);
}

section.main_slider {
    position: relative;
}

section.main_slider .bannerImg {
    position: relative;
    height: 880px;
    width: 100%;
    object-fit: fill;
}

section.main_slider .banner_text {
    margin-bottom: 50px;
}

section.main_slider .banner_text h2 {
    font-family: "Poppins";
    font-weight: 400;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

section.main_slider .banner_text .btn-link {
    display: inline-block;
}

section.main_slider .banner_text .btn-link a {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: 0.3s;
}

section.main_slider .banner_text .btn-link a:hover {
    transform: scale(1.1);
}

/* ========= */

/* suit categories sec st  */

section.show-cate {
    position: relative;
    overflow: hidden;
}

.cateBox {
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}

.cateBox .cate_img {
    position: relative;
    transition: 0.2s;
}

.cateBox .cate_img img.img-fluid {
    width: 100%;
    object-fit: fill;
    transition: 0.3s;
    position: relative;
}

.cateBox .cate_img img.img-fluid.bigImg {
    height: 638px;
}

.cateBox .cate_img img.img-fluid.smImg {
    height: 590px;
}

.cateBox .cate_img .cate-txt {
    position: absolute;
    bottom: 0;
    padding: 10px 50px 40px;
    left: 0;
}

.cateBox .cate_img .cate-txt h1 {
    color: #fff;
    font-weight: 400;
    position: relative;
    letter-spacing: 2px;
    padding-bottom: 14px;
}

.cateBox .cate_img .cate-txt .btn-link {
    display: inline-block;
}

.cateBox .cate_img .cate-txt .btn-link a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: 0.4s;
    position: relative;
    line-height: 16px;
    letter-spacing: 1px;
}

.cateBox .cate_img .cate-txt .btn-link a:hover {
    transform: scale(1.1);
}

.cateBox:hover .cate_img img.img-fluid {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.cateBoxSatter .cate_img .cate-txt {
    left: 90px;
}

/* Story Sec start  */

section.storySec {
    position: relative;
    overflow: hidden;
}

section.storySec .cateBox .cate_img img.img-fluid {
    filter: unset;
    height: 530px;
    object-fit: cover;
    object-position: left;
}

section.storySec .cateBox .cate_img h6 {
    color: #000;
    font-weight: 500;
    padding-bottom: 6px;
}

section.storySec .cateBox .cate_img .cate-txt h2 {
    color: #000;
    font-family: "Poppins";
    font-weight: 400;
    padding-bottom: 6px;
}

section.storySec .cateBox .cate_img .cate-txt .btn-link a {
    color: #000;
    border-bottom: 1px solid #000;
    letter-spacing: 1px;
}

/* ================ */

/* footer start  */

footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

footer .topFooter {
    padding-top: 48px;
}

footer .topFooter .social {
    margin-bottom: 24px;
    gap: 30px;
}

footer .topFooter .social .links {
    display: inline-block;
}

footer .topFooter .social .links a {
    display: inline-block;
    border-bottom: 1px solid #8f8f8f;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 20px;
    transition: 0.3s;
    font-weight: 500;
}

footer .topFooter .social .links a:hover {
    transform: scale(1.1);
}

footer .topFooter .social .socail-i {
    display: inline-block;
}

footer .topFooter .social .socail-i a i {
    color: #000;
    font-size: 26px;
    opacity: 70%;
    transition: 0.3s;
}

footer .topFooter .social .socail-i a i:hover {
    opacity: 1;
    transform: scale(1.1);
}

footer .topFooter h5 {
    color: #111;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 24px;
}

footer .topFooter .formWrap {
    position: relative;
    margin: 24px 0;
    width: 59%;
}

footer .topFooter .formWrap form {
    position: relative;
}

footer .topFooter .formWrap form .formField {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #00000087;
}

footer .topFooter .formWrap form .formField input {
    width: 100%;
    border: 0px;
    padding: 5px 0px 11px;
}

footer .topFooter .formWrap form .formField input::placeholder {
    color: #000;
    opacity: 90%;
}

footer .topFooter .formWrap form .formField button {
    display: inline-block;
    border: 0px;
    padding: 0px;
    background-color: transparent;
    height: auto;
    transition: 0.3s;
}

footer .topFooter .formWrap form .formField button i {
    font-size: 18px;
    opacity: 70%;
    position: relative;
    margin-top: 10px;
    display: inline-block;
    transition: 0.3s;
}

footer .topFooter .formWrap form .formField button i:hover {
    opacity: 1;
    transform: scale(1.5) translate(10px, 0px);
}

footer .topFooter .instagram-i {
    display: inline-block;
}

footer .topFooter .instagram-i a i {
    font-size: 16px;
    opacity: 80%;
    transition: 0.3s;
}

footer .topFooter .instagram-i a i:hover {
    opacity: 1;
    transform: scale(1.1);
}

footer .topFooter .foot-links a {
    line-height: 26px;
    transition: 0.3s;
    display: inline-block;
}

footer .topFooter .foot-links a:hover {
    text-decoration: underline;
    transform: translate(5px, 0px);
}

footer .footer-btm {
    padding-top: 20px;
    position: relative;
    padding-bottom: 10px;
}

footer .footer-btm .row {
    align-items: center;
}

footer .footer-btm .foter-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .footer-btm .copy-txt p {
    margin: 0;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

footer .footer-btm .copy-txt p a:hover {
    text-decoration: underline;
}

/* =============== */
/* New Collection Start */

section.collection {
    position: relative;
    overflow: hidden;
    padding: 80px 0 40px;
}

.headingTxt {
    position: relative;
    margin-bottom: 24px;
}

.headingTxt h1 {
    color: #000;
    letter-spacing: 1px;
    font-weight: 400;
}

.product {
    position: relative;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    transition: 0.3s;
    /* border-right: 0px; */
}

.product .product-img {
    position: relative;
    padding: 40px 20px;
    transition: 0.3s;
    overflow: hidden;
}

.product .product-img img.img-fluid {
    height: 320px;
    width: auto;
    display: table;
    margin: 0px auto;
    transition: 0.2s;
    position: relative;
}

section.collection .item {
    opacity: 1;
    margin: 0px;
}

section.collection .headingTxt {
    padding-left: 130px;
}

section.collection .newColWrap {
    margin-left: 120px;
}

section.collection .newColWrap .collectionSlider .slick-list.draggable {
    padding-right: 180px;
}

.product .product-fave {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 30px;
}

.product .product-fave a i {
    font-size: 20px;
    opacity: 80%;
    transition: 0.3s;
    display: inline-block;
}

.product .product-fave a i:hover {
    transform: scale(1.1);
}

.product .product-fave a {
    display: inline-block;
    z-index: 12;
    position: relative;
}

.product-text {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

.product-text h6 {
    color: #000;
    margin: 0px;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-text p {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.product-text p span.label {
    margin-left: 6px;
    display: inline-block;
    text-transform: uppercase;
    color: #b4988a;
}

.product-text .product-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    background: #fff;
    border: 1px solid #727272;
    transform: translate(0px, 130px);
    opacity: 1;
}

.product-text .product-btn a {
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product:hover {
    filter: drop-shadow(2px 4px 26px #cccccc59);
    background: #fff;
}

.product:hover .product-img img {
    transform: scale(1.1);
}

.product:hover .product-text .product-btn {
    opacity: 1;
    transform: unset;
    z-index: 12;
}

.product-text .product-btn a:hover {
    background: #000;
    color: #fff;
}

/* New Collection End */

/* ================== */
/* INNER PAGE CSS START  */

.headerStyle header .topSec h6 {
    color: #fff;
    font-weight: 400;
}

.headerStyle header .topSec {
    border-bottom: 1px solid #fff;
}

.headerStyle header .siteLogo a img.img-fluid {
    filter: brightness(0) invert(1);
}

.headerStyle .menuSec ul li a {
    color: #fff;
    font-weight: 400;
}

.headerStyle .menuSec ul.rightlinks i {
    color: #fff;
}

section.innerPage {
    position: relative;
}

section.innerPage img.img-fluid.innerPage-img {
    height: 560px;
    width: 100%;
    object-fit: fill;
    filter: brightness(0.9);
}

section.innerPage .carousel-caption {
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.innerPage .innerPage_txt ul {
    margin: 0px;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

section.innerPage .innerPage_txt {
    padding-top: 80px;
}

section.innerPage .innerPage_txt ul li a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    display: inline-block;
}

section.innerPage .innerPage_txt ul li a:hover {
    text-decoration: underline;
    transform: scale(0.98);
}

section.innerPage .innerPage_txt h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 100;
    letter-spacing: 2px;
}

section.innerPage .innerPage_txt ul i.fa-solid.fa-chevron-right {
    font-size: 11px;
}

/* INNER PAGE CSS END */
/* ================== */

/* SHop Pages  */

section.shopePage {
    position: relative;
    overflow: hidden;
    padding: 80px 0 20px;
}

section.shopePage .view-system ul {
    gap: 24px;
}

section.shopePage .view-system ul li a {
    display: inline-block;
    position: relative;
    transition: 0.3s;
}

section.shopePage .view-system ul li a img {
    position: relative;
    transition: 0.3s;
}

section.shopePage .view-system ul li a:hover img {
    transform: scale(0.98);
    filter: drop-shadow(2px 4px 36px black);
}

section.shopePage .filte-txt {
    text-align: right;
    display: inline-block;
}

section.shopePage .view-system {
    display: inline-block;
}

section.shopePage .filte-txt h5 {
    margin: 0px;
    color: #000;
    font-weight: 500;
}

section.shopePage .pdFilter {
    padding-bottom: 40px;
}

.heading-txt-shop {
    margin: 60px 0 30px;
}

.heading-txt-shop h1 {
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
}

/* ====================== */

/* Sale Form Start  */

section.saleForm {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid #66666661;
}

section.saleForm .wraper {
    width: 62%;
    margin: 0px auto;
}

section.saleForm form {
    position: relative;
}

section.saleForm form .fm-header {
    text-align: center;
    margin-bottom: 40px;
}

section.saleForm form .fm-header h1 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 300;
    color: #000;
}

section.saleForm form .row {
    margin: 0px 30px;
}

section.saleForm form .sale-field {
    position: relative;
    margin-bottom: 30px;
}

section.saleForm form .sale-field input {
    width: 100%;
    border: 0px;
    padding: 5px 0px 5px;
    border-bottom: 1px solid #000000;
    color: #000;
    font-weight: 500;
}

section.saleForm form .sale-field textarea {
    width: 100%;
    border: 0px;
    padding: 5px 0px 5px;
    border-bottom: 1px solid #000000;
    color: #000;
    font-weight: 500;
    height: 80px;
    resize: unset;
    position: relative;
}

section.saleForm form .sale-field textarea::placeholder {
    position: absolute;
    bottom: 14px;
}

section.saleForm form .sale-field select {
    width: 100%;
    border: 0px;
    padding: 5px 0px 5px;
    border-bottom: 1px solid #000000;
    color: #000000a8;
    font-weight: 500;
}

section.saleForm form .sale-field select option {
    color: #000;
}

section.saleForm form .sale-field i.fa-solid.fa-angle-down {
    position: absolute;
    right: 10px;
    top: 10px;
}

.sendbtn {
    display: inline-block;
}

form .sendbtn {
    margin-bottom: 30px;
}

.sendbtn button {
    font-size: 14px;
    line-height: 23px;
    background: #000;
    color: #fff;
    border: 0px;
    padding: 12px 50px;
    transition: 0.5s;
}

.sendbtn button:hover {
    opacity: 80%;
    transform: scale(0.98);
}

section.saleForm form .message {
    position: relative;
    margin-top: 10px;
}

section.saleForm form .message p {
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* Sale Form End  */

/* =========== About us start  */

section.abiner {
    padding: 100px 0;
    position: relative;
}

section.abiner .row {
    align-items: center;
}

section.abiner h4 {
    font-family: "Playfair Display";
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

section.abiner h1 {
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    padding-bottom: 10px;
}

.sitebtn {
    display: inline-block;
    margin-top: 20px;
}

.sitebtn a {
    font-size: 14px;
    line-height: 24px;
    background: #000;
    color: #fff;
    border: 0px;
    padding: 16px 40px;
    transition: 0.5s;
    letter-spacing: 1px;
    display: inline-block;
}

.sitebtn a:hover {
    opacity: 80%;
    transform: scale(0.98);
}

section.abiner .ab-img {
    display: inline-block;
    overflow: hidden;
}

section.abiner .ab-img {
    width: 100%;
}

section.abiner .ab-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    transition: 0.3s;
    display: inline-block;
}

section.abiner .ab-img img:hover {
    filter: brightness(0.7);
    transform: scale(1.1);
}

section.abiner .ab-img {
    display: inline-block;
    overflow: hidden;
}

.paddLeft {
    padding-left: 60px;
    padding-right: 10px;
}

.paddRight {
    padding-right: 40px;
    padding-left: 10px;
}

section.cutomer {
    position: relative;
    padding: 80px 0;
    background: #f1f1f1;
    text-align: center;
}

.custom-cd {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.cutomer .custom-cd {
    width: 90%;
    margin: 0px auto;
}

.custom-cd h5 {
    padding-bottom: 8px;
}

section.offerBanner .cateBox .cate_img .cate-txt h1 {
    color: #000;
    padding-bottom: 6px;
}

section.offerBanner p {
    font-weight: 500;
    letter-spacing: 1px;
}

/* ========= */

/* contact us start  */

section.connectPage {
    position: relative;
    padding: 100px 0;
}

section.connectPage .getLinks {
    position: relative;
    border: 1px solid #000;
    padding: 80px 80px 80px;
    background-image: url(../images/connect-getlinks-im.png);
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    outline: 1px solid #fff;
    outline-offset: -43px;
}

section.connectPage .getLinks ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 24px 0;
}

section.connectPage .getLinks ul li .text a {
    display: inline-block;
    transition: 0.9s;
    color: #fff;
}

section.connectPage .getLinks ul li {
    display: flex;
    align-items: center;
    gap: 24px;
}

section.connectPage .getLinks ul li .img {
    position: relative;
    width: 56px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    background: #fff;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

section.connectPage .getLinks ul li .img img {
    transition: 0.9s;
    cursor: pointer;
    object-fit: contain;
    filter: brightness(0);
    width: 20px;
}

section.connectPage .getLinks ul li .text h6 {
    transition: 0.9s;
    font-size: 24px;
    font-weight: 300;
    font-family: "Playfair Display";
}

section.connectPage .getLinks ul h3 {
    font-family: "Playfair Display";
    font-weight: 300;
}

.socilLinks {
    padding-top: 14px;
}

.socilLinks h2 {
    font-weight: 100;
    letter-spacing: 2px;
}

section.connectPage .getLinks .socilLinks ul {
    margin-bottom: 10px;
}

section.connectPage .getLinks .socilLinks ul li a {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff;
    transition: 0.3s;
}

section.connectPage .getLinks .socilLinks ul li a span {
    font-size: 16px;
    line-height: 20px;
    font-family: "Playfair Display";
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    transition: 0.3s;
}

section.connectPage .getLinks .socilLinks ul li a i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

section.connectPage .getLinks .socilLinks ul li a:hover i {
    background: #fff;
    color: #000;
    transform: scale(1.14);
}

section.connectPage .getLinks .socilLinks ul li a:hover span {
    text-decoration: underline;
    transform: scale(0.87);
}

section.connectPage .getLinks .socialWrap {
    gap: 20px;
    width: 80%;
    justify-content: space-between;
}

section.connectPage .container>.row {
    background: #efefef;
}

section.connectPage .getForm {
    padding: 80px 40px 80px 24px;
    position: relative;
}

section.connectPage .getForm h1 {
    color: #000;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

section.connectPage .getForm form {
    position: relative;
}

section.connectPage .formfield {
    position: relative;
    margin-bottom: 26px;
}

section.connectPage .formfield label {
    display: block;
    padding-bottom: 11px;
    font-size: 17px;
    line-height: 24px;
    font-family: "Playfair Display";
    color: #000;
    font-weight: 200;
}

section.connectPage .formfield input {
    width: 100%;
    border: 0px;
    padding: 14px 16px;
    font-size: 13px;
}

section.connectPage .formfield textarea {
    width: 100%;
    border: 0px;
    padding: 14px 16px;
    font-size: 13px;
    height: 160px;
    resize: unset;
}

section.connectPage .getLinks ul li:hover .img img {
    filter: brightness(0) invert(1);
}

section.connectPage .getLinks ul li:hover .img {
    background: transparent;
    border: 1px solid #fff;
}

section.connectPage .getLinks ul li .text a:hover {
    text-decoration: underline;
    transform: scale(0.9);
}

section.connectPage .getLinks h1 {
    font-weight: 100 !important;
    letter-spacing: 2px;
}

section.map-connect iframe {
    height: 500px;
}

/* ================================ */

/* Product page css start  */

section.detail-page {
    position: relative;
    overflow: hidden;
    padding: 100px 0 40px;
}

section.detail-page .item.slick-slide {
    opacity: 1 !important;
}

section.detail-page .product-option {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

section.detail-page .product-option img {
    height: 690px;
    width: 100%;
    object-fit: fill;
    display: inline-block;
    transition: 0.5s;
}

section.detail-page .product-option img:hover {
    transform: scale(1.1);
    filter: brightness(0.7);
}

section.detail-page .pd-details {
    position: relative;
    padding-right: 30px;
}

section.detail-page .pd-details .product-slider {
    position: relative;
}

button.slick-next.slick-arrow:before {
    font-family: "FontAwesome";
    content: "\f054";
    opacity: 1;
    transition: 0.4s;
    font-size: 22px;
}

button.slick-prev.slick-arrow:before {
    position: absolute;
    content: "\f053";
    font-family: "FontAwesome";
    opacity: 1;
    color: #000;
    transition: 0.4s;
    font-size: 22px;
}

section.detail-page .pd-details .product-slider button.slick-prev.slick-arrow {
    display: inline-block;
    left: 7px;
    z-index: 12;
}

section.detail-page .pd-details .product-slider button.slick-next.slick-arrow {
    position: absolute;
    right: 20px;
    z-index: 12;
}

section.detail-page .pd-details .product-slider .item {
    margin: 0px;
}

/* ====== */

section.detail-page .pd-details .botWraper {
    position: relative;
    margin-top: 12px;
}

section.detail-page .pd-details .product-slider-1 {
    position: relative;
}

section.detail-page .pd-details .product-slider-1 .item.slick-slide {
    margin: 0px 10px 0px 0px;
}

section.detail-page .pd-details .item-option {
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

section.detail-page .pd-details .item-option img {
    width: 100%;
    height: 285px;
    object-fit: fill;
    display: inline-block;
    transition: 0.3s;
}

section.detail-page .pd-details .item-option img:hover {
    filter: brightness(0.7);
    transform: scale(1.1);
    cursor: pointer;
}

section.detail-page .pd-details .product-slider-1 button.slick-prev.slick-arrow {
    left: -3px;
    z-index: 12;
    top: 43%;
}

section.detail-page .pd-details .product-slider-1 button.slick-prev.slick-arrow:before {
    font-size: 13px;
}

section.detail-page .pd-details .product-slider-1 button.slick-next.slick-arrow:before {
    font-size: 12px;
}

section.detail-page .pd-details .product-slider-1 button.slick-next.slick-arrow {
    right: 7px;
    z-index: 12;
    top: 43%;
}

/* ===================== */

/* detail text start  */

section.detail-page .det-warp {
    position: relative;
}

.pd-header {
    padding-bottom: 18px;
    border-bottom: 1px solid #55555569;
    margin-bottom: 18px;
}

.pd-header h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
}

.pd-header .rating {
    display: flex;
    align-items: center;
    margin: 12px 0 18px;
}

.pd-header .rating p {
    margin: 0px;
    display: inline-block;
    padding-left: 19px;
    color: #000;
    font-weight: 500;
    opacity: 70%;
    font-size: 13px;
    line-height: 23px;
}

.pd-header .rating span {
    display: inline-block;
}

.pd-header .rating span i {
    color: #242424;
    margin: 0px 1px;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    transition: 0.3s;
}

.pd-header .rating span i:hover {
    transform: rotate(30deg) scale(1.5);
    color: #ffc107;
}

.pd-header .price h6 {
    margin: 0px;
    font-size: 16px;
    line-height: 20px;
}

/* ========= */

.color-box {
    width: 35px;
    height: 35px;
    cursor: pointer;
    box-shadow: 0 0 0 2px #fff inset;
    transition: 0.3s;
}

.color-box:hover,
.color-box.active {
    filter: drop-shadow(2px 1px 27px #00000087);
    transform: scale(1.1);
}

.size-box {
    width: 47px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #00000029;
    color: #000;
    transition: 0.3s;
}

.size-box:hover,
.size-box.active {
    background-color: #f8f9fa;
    border-color: #000;
    filter: drop-shadow(2px 1px 27px #00000087);
    transform: scale(1.1);
}

a.charttext.small {
    color: #4c4c4c;
}

/* === */
.cadlink {
    position: relative;
    margin-top: 24px;
    border-bottom: 1px solid #55555569;
}

.cadlink .sendbtn {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}

.cadlink .sendbtn a {
    font-size: 14px;
    line-height: 24px;
    background: #000;
    color: #fff;
    border: 0px;
    padding: 16px 50px;
    transition: 0.5s;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
}

.cadlink .sendbtn a:hover {
    opacity: 80%;
    transform: scale(0.98);
}

.cadlink ul.links {
    flex-direction: column;
    display: flex;
    gap: 8px;
}

.cadlink ul.links li {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.cadlink ul.links li a {
    display: inline-block;
    transition: 0.3s;
}

.cadlink ul.links li a:hover {
    text-decoration: underline;
}

.cadlink ul.links li i {
    font-size: 16px;
}

.pd-des h6 {
    text-transform: uppercase;
    font-size: 14px;
}

.pd-des p {
    line-height: 24px;
    font-size: 13px;
    color: #000000b3;
    font-weight: 400;
}

.pd-des ul li {
    color: #000000b3;
    font-size: 13px;
    line-height: 23px;
}

.pd-des ul li i {
    color: #000;
    font-size: 7px;
    opacity: 90%;
    margin-right: 4px;
}

/* ========= */

section.detail-page .accordion-button:focus {
    box-shadow: unset !important;
    outline: unset !important;
}

section.detail-page .accordion-button::after {
    color: #000;
    font-family: "FontAwesome 6 brands";
    content: "\2b";
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    right: 8px;
    background: unset;
}

section.detail-page .accordion-button:not(.collapsed)::after {
    font-family: "FontAwesome 6 brands";
    content: "-";
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    color: #000;
    right: 8px;
    line-height: 30px;
    background: unset;
}

section.detail-page .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent !important;
}

section.detail-page .accordion-body p {
    font-size: 13px;
    margin: 0px;
}

section.detail-page button.accordion-button {
    font-size: 13px;
    line-height: 18px;
    border: 0px !important;
    box-shadow: unset !important;
    padding-left: 3px;
    font-weight: 500;
}

section.detail-page .accordion-item {
    border-right: 0px !important;
    border-left: 0px !important;
}

section.detail-page .accordion-body {
    border-top: 1px solid #cccccca1;
    padding-left: 0px;
}

/* ======= */
.rating-breakdown i {
    color: #000;
    font-size: 14px;
}

section.custm-revis .rating-breakdown .progress {
    background-color: #e0e0e0;
    border-radius: 5px;
    margin: 0px 6px !important;
}

.progress-bar {
    border-radius: 5px;
}

section.custm-revis {
    position: relative;
    padding: 80px 0;
}

section.custm-revis .reviewWrap {
    width: 70%;
    margin: 0px auto;
}

section.custm-revis .head {
    text-align: center;
    margin-bottom: 30px;
}

section.custm-revis .head h3 {
    display: inline;
    font-family: "Playfair Display";
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
}

section.custm-revis .based-rev {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
}

section.custm-revis .based-rev p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    opacity: 80%;
}

section.custm-revis .based-rev .rating i {
    font-size: 16px;
    display: inline-block;
    line-height: 20px;
}

section.custm-revis .based-rev h1 {
    font-size: 48px;
    margin: 0px;
    line-height: 55px;
    display: inline-block;
    font-family: "Poppins";
    color: #000;
    font-weight: 400;
}

section.custm-revis .rating-breakdown {
    position: relative;
    padding: 0 40px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

section.custm-revis .rating-breakdown span.me-2 {
    font-weight: 500;
    color: #000;
    font-family: "Poppins";
    font-size: 13px;
}

section.custm-revis .rating-breakdown span.ms-2 {
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

section.custm-revis .rating-breakdown span.me-2 i {
    font-size: 11px;
}

.rating-sliders .custom-range-bar {
    height: 3px;
    width: 100%;
    border-radius: 2px;
    position: relative;
    background-color: #e0e0e0;
}

.custom-range-thumb {
    position: absolute;
    top: -5px;
    width: 12px;
    height: 12px;
    background-color: black;
    border-radius: 50%;
    transform: translateX(-90%);
}

section.custm-revis .sendbtn button {
    padding: 13px 0px;
    font-size: 13px;
    line-height: 16px;
    width: 100%;
}

section.custm-revis .sendbtn {
    width: 100%;
    margin-top: 40px;
}

.rating-sliders {
    padding: 0px 40px 0 20px;
    border-right: 1px solid #ccc;
    width: 100%;
}

.quality label {
    font-weight: 500;
    color: #000;
    font-size: 12px;
}

.quality .text-end.small.mt-1 {
    font-size: 11px;
    font-weight: 500;
    color: #000;
}

.fit label {
    font-weight: 500;
    color: #000;
    font-size: 13px;
}

.fit .text-end.small.mt-1 {
    font-size: 11px;
    font-weight: 500;
    color: #000;
}

.fit .text-center.small.mt-1 {
    font-size: 11px;
    font-weight: 500;
    color: #000;
}

/* ============================== */

/* Reviews Rating show section start  */

.clientReviews .form-range {
    height: 2px;
    background-color: #ddd;
    border-radius: 5px;
    pointer-events: none;
}

.clientReviews .form-range::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
    pointer-events: auto;
    position: relative;
    top: -5px;
}

.clientReviews .form-range::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background-color: #000;
    border: none;
    border-radius: 50%;
    pointer-events: auto;
}

section.clientReviews .mairate .text-warning {
    display: inline-block;
    margin-bottom: 12px;
}

section.clientReviews .mairate p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    opacity: 80%;
}

.clientReviews a {
    color: #000;
}

.clientReviews a:hover {
    color: #555;
}

.clientReviews .small {
    font-size: 0.8rem;
}

/* ============================== */

section.clientReviews {
    position: relative;
    overflow: hidden;
}

section.clientReviews .rateNme-aut {
    position: relative;
}

section.clientReviews .rateNme-aut strong {
    color: #000;
    font-weight: 500;
}

section.clientReviews .rateNme-aut strong span {
    display: inline-block;
    font-weight: 300;
    color: #000;
    opacity: 1 !important;
}

section.clientReviews .rateNme-aut p span {
    display: inline-block;
    margin-left: 40px;
    font-weight: 500;
    font-size: 12px;
}

section.clientReviews .rateNme-aut .textHieght {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
}

section.clientReviews .rateNme-aut .textHieght .d-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

section.clientReviews .rateNme-aut .textHieght .d-flex span {
    margin: 0px !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

section.clientReviews .rateNme-aut a.text-decoration-underline.small {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

section.clientReviews .mairate {
    position: relative;
    padding-right: 30px;
}

section.clientReviews .mairate strong.ms-2 {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 17px;
    color: #000;
    opacity: 90%;
}

section.clientReviews .mairate .rating span i {
    color: #000;
    opacity: 82%;
    font-size: 19px;
}

section.clientReviews .mairate p.mb-2 {
    opacity: 80%;
}

section.clientReviews .mairate p.mb-2 strong {
    font-weight: 500;
}

section.clientReviews .rating-sliders {
    padding: 0px;
    border: 0px;
}

section.clientReviews .rateNme-aut p {
    margin-bottom: 4px;
}

section.clientReviews .wraperBorder {
    margin: 24px 0;
    border-bottom: 1px solid #ccc;
    padding: 24px 0;
}

/* ========= */

.reviewFilterBar .form-select,
.reviewFilterBar .input-group {
    font-size: 0.9rem;
    background-color: #fff;
}

.reviewFilterBar .form-select {
    appearance: none;
    background-image: none;
}

.reviewFilterBar .form-select:focus,
.reviewFilterBar .form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #aaa;
}

.reviewFilterBar .input-group-text i {
    font-size: 1rem;
}

/* ======= */

section.reviewFilterBar {
    position: relative;
}

section.reviewFilterBar .row {
    padding: 32px 0;
    border-top: 1px solid #cccccc73;
    border-bottom: 1px solid #cccccc73;
    position: relative;
}

section.reviewFilterBar .filterfield {
    display: inline-block;
    width: 25%;
    position: relative;
}

section.reviewFilterBar .filterfield .input-group input {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 12px 20px !important;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

section.reviewFilterBar .filterfield .input-group i {
    position: absolute;
    right: 20px;
    top: 17px;
}

section.reviewFilterBar .ratingFilterf select {
    width: 100% !important;
    position: relative;
    padding: 12px 20px !important;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

section.reviewFilterBar .ratingFilterf i {
    position: absolute;
    right: 20px;
    top: 19px;
}

section.reviewFilterBar .filterfield .input-group input::placeholder {
    color: #000;
}

section.reviewFilterBar .sortingOrder {
    position: absolute;
    right: 0;
    bottom: 5px;
}

section.reviewFilterBar .sortingOrder .orderlisting {
    position: relative;
}

section.reviewFilterBar .sortingOrder .orderlisting select.form-select {
    width: 130px;
}

section.reviewFilterBar .sortingOrder .orderlisting i {
    position: absolute;
    right: 9px;
    bottom: 4px;
}

/* ============================= */

/* Menu Modal css  */
/* ============================== */

.searchfield {
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bdbdbd;
    z-index: 9999;
    width: 100%;
    position: fixed;
    display: none;
    transition: 0.9s;
}

.searchfield form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

.searchfield form input[type="text"] {
    width: 80%;
    padding: 16px 20px;
    border: 0px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}

.searchfield form button {
    font-size: 16px;
    border: 0px;
    padding: 16px 30px 13px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background: #000;
    transition: 0.9s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    color: #fff;
}

.searchfield form button:hover {
    background: #000;
    color: #fff;
}

.searchfield .formclose i {
    width: 42px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    background: #000;
    background-color: #fff;
    border-radius: 25px;
    transition: 0.9s;
}

.searchfield .container .row {
    position: relative;
}

.searchfield .formclose i:hover {
    background: #fff;
    cursor: pointer;
    transform: rotate(360deg);
    color: #000;
}

.searchfield .formclose {
    position: absolute;
    top: -100px;
    right: 70px;
    cursor: pointer;
}

/* Search Modal Form ed */

.menuSec ul li a:hover {
    text-decoration: underline;
}

video {
    max-width: 100%;
}

.entry-content .vc_custom_1749195888544 {
    margin-left: -15px !important;
    padding-top: 50px !important;
}

section.connectPage .getLinks .socilLinks ul li a br {
    display: none;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    header .topSec {
        padding: 12px 0px;
    }

    header .siteLogo {
        margin-left: 0px !important;
    }

    .menuSec h1.businessName {
        font-size: 25px !important;
    }

    .menuSec h1.businessName {
        margin-left: 0px !important;
    }

    header .siteLogo a img.img-fluid {
        height: 100px;
    }

    .menuSec ul li a {
        display: flex;
    }

    .menuSec ul.rightlinks {
        top: 47px;
    }

    section.collection .headingTxt {
        padding-left: 20px;
    }

    section.collection .newColWrap {
        margin-left: 10px;
    }

    section.collection .newColWrap .collectionSlider .slick-list.draggable {
        padding-right: 0px;
    }

    section.collection {
        padding: 60px 0 40px;
    }

    .cateBox .cate_img img.img-fluid.bigImg {
        height: auto;
    }

    .cateBoxSatter .cate_img .cate-txt {
        left: 5px;
    }

    section.abiner {
        padding: 60px 0;
    }

    .cd-txt p br {
        display: none;
    }

    section.storySec .cateBox .cate_img img.img-fluid {
        height: 280px;
    }

    section.abiner .ab-img img {
        object-fit: cover;
    }

    section.connectPage .getLinks {
        padding: 30px 30px 30px;
        outline-offset: -15px;
    }

    section.connectPage .getLinks .socilLinks ul li a {
        gap: 6px;
    }

    section.connectPage .getLinks .socialWrap {
        gap: 15px;
        width: 100%;
    }

    section.connectPage .getLinks ul li .img {
        width: 45px;
        height: 45px;
    }

    section.connectPage .getLinks ul li {
        gap: 10px;
    }

    section.connectPage .getForm {
        padding: 30px 20px 30px 10px;
    }

    section.innerPage img.img-fluid.innerPage-img {
        height: 560px;
        object-fit: cover;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    header .topSec {
        padding: 12px 0px;
    }

    header .siteLogo {
        margin-left: 0px !important;
    }

    .menuSec h1.businessName {
        font-size: 25px !important;
    }

    .menuSec h1.businessName {
        margin-left: 0px !important;
    }

    header .siteLogo a img.img-fluid {
        height: 100px;
    }

    .menuSec ul li a {
        display: flex;
    }

    .menuSec ul.rightlinks {
        top: 47px;
    }

    section.collection .headingTxt {
        padding-left: 20px;
    }

    section.collection .newColWrap {
        margin-left: 10px;
    }

    section.collection .newColWrap .collectionSlider .slick-list.draggable {
        padding-right: 0px;
    }

    section.collection {
        padding: 60px 0 40px;
    }

    .cateBox .cate_img img.img-fluid.bigImg {
        height: auto;
    }

    .cateBoxSatter .cate_img .cate-txt {
        left: 5px;
    }

    section.abiner {
        padding: 60px 0;
    }

    .cd-txt p br {
        display: none;
    }

    section.storySec .cateBox .cate_img img.img-fluid {
        height: 280px;
    }

    section.abiner .ab-img img {
        object-fit: cover;
    }

    section.connectPage .getLinks {
        padding: 30px 30px 30px;
        outline-offset: -15px;
    }

    section.connectPage .getLinks .socilLinks ul li a {
        gap: 6px;
    }

    section.connectPage .getLinks .socialWrap {
        gap: 15px;
        width: 100%;
    }

    section.connectPage .getLinks ul li .img {
        width: 45px;
        height: 45px;
    }

    section.connectPage .getLinks ul li {
        gap: 10px;
    }

    section.connectPage .getForm {
        padding: 30px 20px 30px 10px;
    }

    section.innerPage img.img-fluid.innerPage-img {
        height: 560px;
        object-fit: cover;
    }

    .paddLeft {
        padding-left: 15px;
        padding-right: 0px;
    }

    .paddRight {
        padding-right: 0px;
        padding-left: 0px;
    }

    .paddRight p {
        margin-bottom: 5px;
    }

    .wpb_wrapper video {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 .8% 1em 0;
        width: 49%;
    }

    section.storySec {
        background: #f5d5da;
    }

    .page-id-7 section.storySec .cateBox .cate_img img.img-fluid {
        object-position: 70px;
    }



}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    header {
        top: 0;
        z-index: 12;
        padding: 10px;
        position: relative;
        background: #f5d5da;
    }

    .menuSec ul.rightlinks {
        top: 0;
        right: 0;
        gap: 10px;
        position: relative;
    }

    section.collection .newColWrap {
        margin-left: 0 !important;
    }

    header .siteLogo {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .menuSec h1.businessName {
        margin-left: 0 !important;
        font-size: 25px !important;
    }

    header .siteLogo a img.img-fluid {
        height: 100px;
        object-fit: contain;
    }

    .menuSec .row {
        margin: 0px auto;
    }

    .cateBox .cate_img img.img-fluid.bigImg {
        height: 338px;
    }

    .cateBox .cate_img img.img-fluid {
        object-fit: cover;
    }

    .cateBoxSatter .cate_img .cate-txt {
        left: 0;
    }

    .cateBox .cate_img .cate-txt {
        padding: 10px 25px 40px;
        position: relative;
        background: #f5d5da;
    }


    section.collection .headingTxt {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    section.collection .newColWrap .collectionSlider .slick-list.draggable {
        padding-right: 0px;
    }

    section.collection {
        padding: 40px 0 40px;
    }

    .product .product-img {
        padding: 20px 10px;
    }

    h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .headingTxt {
        margin-bottom: 15px;
    }

    header .topSec {
        padding: 5px 0px 13px;
        text-align: center;
    }

    header .topSec h6 {
        font-size: 12px;
        line-height: 18px;
    }

    .offerSlider .slick-slide {
        margin: 0px 0px;
    }

    .menuSec {
        padding: 10px 0 0;
    }

    .menuSec ul li a {
        display: flex;
    }

    section.storySec .cateBox .cate_img img.img-fluid {
        height: auto;
        object-position: center;
    }

    .footer-news p br {
        display: none;
    }

    footer .topFooter .formWrap {
        margin: 24px 0;
        width: 100%;
    }

    footer .footer-btm .foter-img {
        margin-top: 15px;
        justify-content: center;
    }

    section.innerPage img.img-fluid.innerPage-img {
        height: 320px;
        object-fit: cover;
    }

    section.innerPage .innerPage_txt {
        padding-top: 0px;
    }

    section.innerPage .innerPage_txt h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1px;
    }

    section.innerPage .innerPage_txt ul {
        gap: 10px;
        margin-top: 10px;
    }

    section.innerPage .innerPage_txt ul li a {
        font-size: 12px;
    }

    .content-area nav.woocommerce-breadcrumb {
        padding: 40px 0 0px !important;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        margin: 0 0 1.55em !important;
    }

    section.abiner {
        padding: 40px 0;
    }

    section.abiner .ab-img img {
        height: 350px;
        object-fit: cover;
    }

    .paddLeft {
        padding-left: 0px;
        padding-right: 0px;
    }

    .abintxt.paddLeft {
        margin-top: 20px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    .sitebtn a {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 20px;
    }

    section.cutomer {
        padding: 40px 0;
    }

    .paddRight {
        padding-right: 0px;
        padding-left: 0px;
    }

    .abintxt.paddRight {
        margin-bottom: 20px;
    }

    .post-916.page .vc_custom_1749195888544 {
        margin-left: -15px !important;
    }

    .slicknav_nav a:hover {
        background: #f5d5da;
        color: #000000;
    }

    section.saleForm .wraper {
        width: 100%;
    }

    section.saleForm form .row {
        margin: 0px 0px;
    }

    section.saleForm {
        padding: 40px 0;
    }

    section.saleForm form .fm-header h1 {
        font-size: 25px;
        line-height: 30px;
    }

    section.saleForm form .message p {
        line-height: 18px;
        font-size: 12px;
    }

    section.connectPage {
        padding: 40px 0;
    }

    section.connectPage .getLinks ul {
        gap: 10px;
        display: flex;
        margin: 24px 0;
        flex-wrap: wrap;
        flex-direction: column;
    }

    section.connectPage .getLinks {
        padding: 30px 30px 30px;
        outline-offset: -10px;
    }

    .connectPage .col-lg-6.col-md-6.ps-0 {
        padding-left: 0.9rem !important;
    }

    section.connectPage .getLinks .socialWrap {
        gap: 0px;
        width: 100%;
        flex-wrap: wrap;
    }

    section.connectPage .getLinks ul {
        margin: 1px 0;
        flex-wrap: wrap;
    }

    section.connectPage .getLinks .socilLinks ul li a {
        gap: 6px;
    }

    section.connectPage .getForm {
        padding: 40px 14px 40px 1px;
    }



}

@media only screen and (min-width: 0px) and (max-width: 519px) {

    header {
        top: 0;
        z-index: 12;
        padding: 10px;
        position: relative;
        background: #f5d5da;
    }

    .menuSec ul.rightlinks {
        top: 0;
        right: 0;
        gap: 10px;
        position: relative;
    }

    section.collection .newColWrap {
        margin-left: 0 !important;
    }

    header .siteLogo {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .menuSec h1.businessName {
        margin-left: 0 !important;
        font-size: 25px !important;
    }

    header .siteLogo a img.img-fluid {
        height: 100px;
        object-fit: contain;
    }

    .menuSec .row {
        margin: 0px auto;
    }

    .cateBox .cate_img img.img-fluid.bigImg {
        height: 338px;
    }

    .cateBox .cate_img img.img-fluid {
        object-fit: cover;
    }

    .cateBoxSatter .cate_img .cate-txt {
        left: 0;
    }

    .cateBox .cate_img .cate-txt {
        padding: 10px 25px 40px;
        position: relative;
        background: #f5d5da;
    }


    section.collection .headingTxt {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    section.collection .newColWrap .collectionSlider .slick-list.draggable {
        padding-right: 0px;
    }

    section.collection {
        padding: 40px 0 40px;
    }

    .product .product-img {
        padding: 20px 10px;
    }

    h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .headingTxt {
        margin-bottom: 15px;
    }

    header .topSec {
        padding: 5px 0px 13px;
        text-align: center;
    }

    header .topSec h6 {
        font-size: 12px;
        line-height: 18px;
    }

    .offerSlider .slick-slide {
        margin: 0px 0px;
    }

    .menuSec {
        padding: 10px 0 0;
    }

    .menuSec ul li a {
        display: flex;
    }

    section.storySec .cateBox .cate_img img.img-fluid {
        height: auto;
        object-position: center;
    }

    .footer-news p br {
        display: none;
    }

    footer .topFooter .formWrap {
        margin: 24px 0;
        width: 100%;
    }

    footer .footer-btm .foter-img {
        margin-top: 15px;
        justify-content: center;
    }

    section.innerPage img.img-fluid.innerPage-img {
        height: 320px;
        object-fit: cover;
    }

    section.innerPage .innerPage_txt {
        padding-top: 0px;
    }

    section.innerPage .innerPage_txt h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1px;
    }

    section.innerPage .innerPage_txt ul {
        gap: 10px;
        margin-top: 10px;
    }

    section.innerPage .innerPage_txt ul li a {
        font-size: 12px;
    }

    .content-area nav.woocommerce-breadcrumb {
        padding: 40px 0 0px !important;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        margin: 0 0 1.55em !important;
    }

    section.abiner {
        padding: 40px 0;
    }

    section.abiner .ab-img img {
        height: 350px;
        object-fit: cover;
    }

    .paddLeft {
        padding-left: 0px;
        padding-right: 0px;
    }

    .abintxt.paddLeft {
        margin-top: 20px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    .sitebtn a {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 20px;
    }

    section.cutomer {
        padding: 40px 0;
    }

    .paddRight {
        padding-right: 0px;
        padding-left: 0px;
    }

    .abintxt.paddRight {
        margin-bottom: 20px;
    }

    .post-916.page .vc_custom_1749195888544 {
        margin-left: -15px !important;
    }

    .slicknav_nav a:hover {
        background: #f5d5da;
        color: #000000;
    }

    section.saleForm .wraper {
        width: 100%;
    }

    section.saleForm form .row {
        margin: 0px 0px;
    }

    section.saleForm {
        padding: 40px 0;
    }

    section.saleForm form .fm-header h1 {
        font-size: 25px;
        line-height: 30px;
    }

    section.saleForm form .message p {
        line-height: 18px;
        font-size: 12px;
    }

    section.connectPage {
        padding: 40px 0;
    }

    section.connectPage .getLinks ul {
        gap: 10px;
        display: flex;
        margin: 24px 0;
        flex-wrap: wrap;
        flex-direction: column;
    }

    section.connectPage .getLinks {
        padding: 20px 14px 20px 17px;
        outline-offset: -10px;
    }

    .connectPage .col-lg-6.col-md-6.ps-0 {
        padding-left: 0.9rem !important;
    }

    section.connectPage .getLinks .socialWrap {
        gap: 0px;
        width: 100%;
        flex-wrap: wrap;
    }

    section.connectPage .getLinks ul {
        margin: 1px 0;
        flex-wrap: wrap;
    }

    section.connectPage .getLinks .socilLinks ul li a {
        gap: 6px;
    }

    section.connectPage .getForm {
        padding: 40px 14px 40px 1px;
    }

    .content-area .summary.entry-summary {
        padding: 0px 20px;
    }

    .content-area .woocommerce-tabs.wc-tabs-wrapper {
        padding: 0px 20px;
    }

    section.related.products h2 {
        padding-left: 10px;
    }

    section.connectPage .getLinks ul li {
        gap: 15px;
    }

    section.connectPage .getLinks ul li .img {
        width: 40px;
        height: 40px;
    }

    section.connectPage .getLinks ul li .img img {
        width: 14px;
    }

    section.connectPage .getLinks ul li .text a br {
        display: none;
    }

    section.connectPage .formfield {
        margin-bottom: 10px;
    }

    .main_slider video {
        border-radius: 0px;
    }

    .cateBox .cate_img .cate-txt h1 {
        color: #000;
    }

    .cateBox .cate_img .cate-txt .btn-link a {
        color: #000000;
    }
}


html {
    overflow-x: hidden;
}

/*Media Query End*/