html,
body {
    scroll-behavior: smooth;
}

body a,
body button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
body button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
}


body {
    font-family: "Raleway";
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #fff;
}

h1 {
    font-family: "Playfair Display";
    font-size: 99px;
    font-weight: 600;
    line-height: 132px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

h2 {
    color: #000;
    font-family: "Playfair Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
}

h3 {
    color: #FFF;
    text-align: center;
    font-family: "Jost";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.light h2 {
    color: #fff;
}

.dark p {
    color: #000;
}

.py-130 {
    padding: 130px 0px;
}

.size-14 p {
    color: #383F40;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.upper p {
    text-transform: uppercase;
    font-family: "jost";
    font-weight: 400;
    letter-spacing: 1.8px;
}

h5 {
    color: #000;
    font-family: "Jost";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}

.cta {
    color: #FFF;
    font-family: "Jost";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #FFF;
    padding: 12px 35px;
    display: inline-block;
}

.cta:hover {
    background: #fff;
    color: #000;
}

.cta.cta-black {
    background: #000;
    color: #fff;
    border-color: #000;
}

.cta.cta-black:hover {
    background: #fff;
    color: #000;
}

.container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.top-header {
    background: #141414;
    text-align: center;
    padding: 13px 0px;
    color: #fff;
}

.top-header p {
    margin: 0px;
    text-transform: capitalize;
}

.top-header a {
    color: #A77D5B;
    text-decoration: underline;
    display: inline-block;
    padding-left: 20px;
}

.site-logo a {
    color: #FFF;
    font-size: 44px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-size: 14px;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.search-bar i {
    color: #fff;
}

.banner-sec {
    padding: 300px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 0;
    height: 2px;
    transition: all .3s linear;
}

.site-header.static-header .navbar-light .navbar-nav .nav-link:after {
    background: #000;
}

.navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-light .navbar-nav .nav-item:not(:last-child) {
    margin-right: 30px;
}

.banner-btn {
    padding-top: 32px;
}

.banner-text p {
    max-width: 628px;
    width: 100%;
}

.banner-sec {
    position: relative;
}

.prod-price {
    display: block;
    color: #666;
    font-family: "Raleway";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

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

.product-img img {
    margin: auto;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    right: auto;
    font-size: 0px;
    border: 0.5px solid #000000;
    width: 36px;
    height: 36px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
}

.slick-arrow:hover {
    background: #000;
}

.slick-arrow:hover:after {
    color: #fff;
}

.slick-arrow:after {
    content: "\f104";
    font-family: "fontAwesome";
    font-size: 18px;
    color: #000;
}

.slick-next.slick-arrow {
    right: 16px;
    left: auto;
}

.slick-next.slick-arrow:after {
    content: "\f105";
}

.product-btn {
    padding-top: 40px;
}

.product-img {
    background: #fff;
    padding-top: 100%;
    position: relative;
}

.product-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 60px;
}

.product-list:nth-child(even) .product-box .product-img {
    background: #EDEDED;
}

.product-text {
    background: #F4F4F4;
    padding-top: 23px;
}

.product-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 42px 0px 0px;
    list-style-type: none;
    align-items: flex-end;
}

.product-sec {
    background: #F4F4F4;
}

.product-slider .slick-dots button {
    font-size: 0px;
    border: none;
    width: 60px;
    height: 6px;
    margin: 0px 10px;
    display: block;
    background: #d9d9d9;
}

.product-slider .slick-dots .slick-active button {
    background: #000;
    padding-top: 8px;
}

.marque-sec {
    background: #141414;
    padding: 13px 0px;
}

.marque-list h3 {
    color: #FFF;
    font-family: "Jost";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin: 0px;
    transition: all .3s linear;
}

.marque-list h3:hover {
    color: #a27a25;
}

.royal-sec {
    background: #000;
}

.royal-text {
    width: 100%;
    max-width: 557px;
    margin-left: auto;
}

.royal-cta {
    padding-top: 36px;
}

.quality2-img {
    margin-top: 36px;
}

.quality-head {
    padding-bottom: 40px;
}

.quality-text {
    position: absolute;
    bottom: calc(0% + 43px);
    left: 0;
    right: 0;
    margin: auto;
}

.quality-box {
    position: relative;
}

.quality-btn {
    text-align: center;
}

.quality-sec .row>div:last-child .quality-box:last-child {
    margin-top: 36px;
}

.quality-img img {
    transition: all 1s ease-in-out;
}

.quality-img img:hover {
    transform: scale(1.05);
}

.quality-img {
    overflow: hidden;
}

.prod-det-sec {
    background: #F4F4F4;
}

.view-cta {
    color: #A77D5B;
    display: inline-block;
    font-family: "Jost";
    font-weight: 500;
    position: relative;
}

.view-cta:hover {
    color: #A77D5B;
}

.view-cta:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #A77D5B;
    width: 100%;
    height: 1px;
}

.view-btn {
    padding-top: 44px;
}

.view-cta i {
    padding-left: 10px;
    transition: all .5s linear;
    position: relative;
    left: 0px;
}

.view-cta:hover i {
    left: 7px;
}

.prod-footer .cta {
    display: block;
    text-align: center;
}

.prod-footer .cta:first-child {
    border: 1px solid #000;
    color: #000;
    margin-bottom: 12px;
    position: relative;
    z-index: 0;
}

.prod-det-content {
    background: #fff;
    padding: 25px;
}

.prod-footer {
    background: #f4f4f4;
    padding: 25px;
}

.prod-det-box {
    border: 1px solid #000;
}

.feature-sec {
    background: #141414;
    padding: 60px 0px;
}

.feature-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.feature-sec .container {
    max-width: 965px;
}

.feature-box {
    padding: 0px 10px;
}

.feature-head {
    padding-bottom: 30px;
}

.about-text {
    max-width: 829px;
    margin: auto;
}

.about-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

.service-box {
    text-align: center;
    width: 100%;
    max-width: 298px;
    margin: auto;
}

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

.service-icon {
    padding-bottom: 10px;
}

.service-sec.size-14 p {
    margin: 0px;
}

.testimonial-sec {
    background: #141414;
}

.testimonial-head {
    padding-bottom: 80px;
}

.tsetimonial-img img {
    width: 100%;
}

.test-name p {
    margin: 0px;
    color: #EEEE;
    font-size: 16px;
}

.test-name p:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.rating i {
    color: #E9D419;
}

.rating {
    padding-bottom: 13px;
}

.testimonial-slider .slick-arrow {
    left: -80px;
    right: auto;
}

.testimonial-slider .slick-next.slick-arrow {
    right: -40px;
    left: auto;
}

.site-footer {
    background: #000;
}

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

.mission-btn {
    padding-top: 22px;
}

.quick-links ul li a {
    color: #fff;
}
.quick-links ul li a:hover {
    color: #A77D5B;
}

.site-footer .cta.cta-black {
    color: #A77D5B;
    border: 1px solid #A77D5B;
}

.social-links ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.social-links ul a {
    color: #fff;
    font-size: 23px;
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 5px;
}

.social-links ul a i {
    font-size: 18px;
}

.copy-write p {
    color: #fff;
}

.site-footer .form-control {
    padding: 13px 20px;
}

.copy-write {
    border-top: 1px solid #A77D5B;
    padding: 50px 0px;
}

.copy-write p {
    margin: 0px;
}

.top-btn {
    width: 47px;
    height: 52px;
    border: 1px solid #A77D5B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-footer .cta:first-child:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    border: 1px solid transparent;
    z-index: -1;
    transition: all .15s ease-in-out;
}

.prod-footer .cta:first-child:hover:after {
    border-color: inherit;
}

.top-btn:hover {
    background: #fff !important;
}

.top-btn:hover i {
    color: #000 !important;
}

.top-btn i {
    color: #A77D5B;
}

.banner-down .top-btn i {
    color: #fff;
}

.banner-down .top-btn {
    border-color: #fff;
    background: #000;
}

.banner-down {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-logo {
    padding-bottom: 20px;
}

.social-links a[href*="instagram.com"]:hover {
    color: #fff;
    background: #ff0050;
}

.social-links a[href*="facebook.com"]:hover {
    color: #ffffff;
    background: #3b5998;
}

.social-links a[href*="twitter.com"]:hover {
    color: #ffffff;
    background: #00aced;
}

.social-links a[href*="tiktok.com"]:hover {
    color: #ffffff;
    background: #00ff00;
}

.inner-banner h1 {
    text-align: center;
}

.about-cont h5 {
    font-family: "Playfair Display";
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: capitalize;

}

/* .about-cont .container {
    max-width: 1270px;
} */

.about-grd-text {
    width: 100%;
    max-width: 660px;
}

.grd-col {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    align-items: center;
    /* padding-top: 100px;
    padding-bottom: 100px; */
}

.about-grd-img {
    width: 100%;
    height: 100%;
}

.about-grd-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-grid .row:nth-child(even) {
    flex-direction: row-reverse;
}

.about-grid .row:nth-child(even) .about-grd-text {
    margin-left: auto;
}

.about-grid .row:nth-child(even) .grd-col {
    padding-right: 60px;
    padding-left: 60px;
}

.about-grid {
    background: #F4F4F4;
}

.community-btn {
    padding-top: 52px;
}

.about-grd-text p {
    margin: 0px;
}

.site-header.static-header {
    position: static;
}

.site-header.static-header .navbar-light .navbar-nav .nav-link {
    color: #000;
}

.site-header.static-header .site-logo a {
    color: #000;
}

.site-header.static-header .search-bar i {
    color: #000;
}


.bread-crumb-sec .breadcrumb {
    background: none;
    padding: 12px 0px;
    margin: 0px;
}

.bread-crumb-sec .breadcrumb-item a {
    font-family: "Jost";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #A77D5B;
    text-decoration: underline;
    line-height: normal;
}
.breadcrumb-item.active {
    color: #383F40;
}
.bread-crumb-sec .breadcrumb-item.active a {
    color: #A77D5B;
    text-decoration: underline;
}

.filter-sec p {
    margin: 0px;
    text-align: right;
}

.bread-crumb-sec {
    margin-top: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.filter-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-left: 1px solid #000;
}

.shop-box {
    background: #F4F4F4;
    transition: all .3s ease-in-out;
}

.shop-box:hover {
    box-shadow: 0 0 0 1px #000;
}

.product-btn .cta {
    border: 1px solid #000;
    background: #F4F4F4;
    color: #000;
    position: relative;
}

.shop-list ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.shop-text {
    text-align: center;
    padding: 20px;
}

.shop-list ul li {
    width: calc(20% - 24px);
}

.shop-head {
    padding-bottom: 30px;
}

.sale-badge {
    width: 56px;
    height: 29px;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-text {
    color: #FFF;
    font-family: "Raleway";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.shop-img {
    position: relative;
    display: block;
    text-align: center;
}

.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
}

.shop-text h5 {
    font-weight: 300;
}

.product-btn .cta:hover::after {
    border-color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    vertical-align: middle;
    padding: 0px;
    color: #A77D5B;
}
.breadcrumb-item.active::before{
    color: #383F40;
    padding-left: 0.5rem;
}
.product-btn .cta:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid transparent;
    transition: all .3s linear;
}

.shop-img img {
    width: 100%;
}

.product-pagination .pagination {
    justify-content: center;
    margin: 0px;
    padding-top: 80px;
}

.page-link {
    border-color: #000;
    color: #383F40;
    text-align: center;
    font-family: "Jost";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 15px;
}

.page-item:first-child .page-link {
    border-radius: unset;
}

.page-item:last-child .page-link {
    border-radius: unset;
}

.page-link:hover {
    color: #000;
    border-color: #000;
}

.description-content h3 {
    color: #000;
    text-align: left;
    font-family: "Playfair Display";
    font-weight: 400;
}

.description-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #000;
    color: #fff;
}

.description-tabs .nav-pills .nav-link {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 7px 30px;
    display: inline-block;
    border-radius: unset;
}

.description-tabs .nav-pills .nav-item:not(:last-child) {
    margin-right: 10px;
}

.description-tabs {
    padding-top: 60px;
}

.description-tabs .nav-pills {
    margin-bottom: 43px;
}

.inquiry-des h3 {
    color: #000;
    text-align: left;
    font-family: Playfair Display;
}

.inquiry-box {
    border: 1px solid #000;
    padding: 40px;
}

.inquiry-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
}

.cat-price p {
    margin: 0px;
}

.category a {
    color: #A77D5B;
    text-transform: uppercase;
}

.inquiry-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 50px 0px;
}

.quantity>span {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    color: #000;
    align-items: center;
    justify-content: center;
}

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

.inquiry-footer {
    border-top: 1px solid #000;
    padding-top: 15px;
}

.category span {
    color: #000;
}

.category a {
    text-transform: capitalize;
    font-weight: 400;
}

.inquiry-head .category a {
    text-transform: uppercase;
    font-weight: 500;
}

.category a+a:before {
    content: "|";
    display: inline-block;
    color: #A77D5B;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.inquiry-col {
    padding-left: 45px;
}

.about-shop {
    background: #000;
}

.about-shop h2 {
    color: #ffff;
}

.shop-grid .quality-img img {
    width: 100%;
}

@media only screen and (min-width:1440px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (max-width:1599px) {
    h1 {
        font-size: 80px;
        line-height: 1.2;
    }

    body {
        font-size: 18px;
        line-height: 1.5;
    }

    .marque-list h3 {
        font-size: 36px;
    }

    h2 {
        font-size: 50px;
        line-height: 1.2;
    }

    .py-130 {
        padding: 115px 0px;
    }

    .shop-text h5 {
        font-weight: 300;
        font-size: 16px;
    }

    .product-btn .cta {
        padding: 12px 20px;
        font-size: 14px;
    }

    .shop-text {
        padding: 12px;
    }
    .quick-links ul li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:1399px) {
    .testimonial-slider .slick-arrow {
        left: -20px;
    }

    h1 {
        font-size: 65px;
    }

    .marque-list h3 {
        font-size: 28px;
    }

    .py-130 {
        padding: 100px 0px;
    }
    .quick-links p {
        font-size: 14px;
    }

    .main-footer p {
        font-size: 16px;
        line-height: 1.5;
    }

    .quick-links ul li a {
        font-size: 16px;
    }


    .copy-write {
        padding: 35px 0px;
    }

    .inquiry-box {
        padding: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-light .navbar-nav .nav-item:not(:last-child) {
        margin-right: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }

    .site-logo a {
        font-size: 34px;
        line-height: 1.2;
    }

    h1 {
        font-size: 60px;
    }

    .banner-sec {
        padding: 150px 0px;
    }

    body {
        font-size: 16px;
    }

    h5 {
        font-size: 17px;
    }

    .marque-list h3 {
        font-size: 24px;
    }

    h2 {
        font-size: 36px;
    }

    .py-130 {
        padding: 70px 0px;
    }

    .testimonial-slider .slick-next.slick-arrow {
        right: -20px;
    }

    .tsetimonial-text {
        width: 100%;
        max-width: 736px;
    }

    .testimonial-head {
        padding-bottom: 60px;
    }

    .cta {
        padding: 12px 28px;
        font-size: 14px;
    }

    h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .royal-cta {
        padding-top: 20px;
    }

    .community-btn {
        padding-top: 52px;
    }

    .about-cont h5 {
        font-size: 24px;
        line-height: 1.5;
    }

    .community-btn {
        padding-top: 30px;
    }

    .shop-list ul li {
        width: calc(25% - 24px);
    }

    .product-btn {
        padding-top: 30px;
    }

    .sale-badge {
        width: 45px;
        height: 24px;
    }

    .sale-text {
        font-size: 10px;
    }
}

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

    .quality-sec .row>div:last-child .quality-box:last-child {
        margin-top: 18px;
    }

    h2 {
        font-size: 28px;
    }

    h1 {
        font-size: 52px;
    }

    .banner-btn {
        padding-top: 20px;
    }

    .marque-list h3 {
        font-size: 22px;
    }

    h3 {
        font-size: 22px;
    }

    .cta {
        padding: 10px 24px;
    }

    .feature-box {
        width: 18%;
    }

    .testimonial-head {
        padding-bottom: 40px;
    }

    .social-links ul {
        gap: 30px;
    }

    .social-links ul a {
        font-size: 18px;
    }

    .navbar-toggler {
        border: none;
        padding: 0px;
    }

    .navbar-toggler .bar {
        width: 28px;
        height: 2px;
        background: #fff;
        display: block;
        margin: 4px 0px;
        border-radius: 30px;
        transition: all .3s linear;
    }

    .navbar-toggler .bar:nth-child(even) {
        width: 17px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 99;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
        padding: 10px;
    }

    .navbar {
        position: static;
        padding: 0px;
    }

    .main-header {
        position: relative;
    }

    .product-img img {
        padding: 40px;
    }

    .slick-arrow {
        width: 28px;
        height: 28px;
    }

    .slick-arrow:after {
        font-size: 14px;
    }

    .navbar-toggler.open .bar {
        margin: -2px 0px;
    }

    .navbar-toggler.open .bar.bar-1 {
        transform: rotate(45deg);
    }

    .navbar-toggler.open .bar.bar-2 {
        opacity: 0;
    }

    .navbar-toggler.open .bar.bar-3 {
        transform: rotate(-45deg);
    }

    .top-header p {
        font-size: 14px;
    }

    .about-cont h5 {
        font-size: 22px;
    }

    .grd-col {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-grid .row:nth-child(even) .grd-col {
        padding-right: 30px;
        padding-left: 30px;
    }

    .shop-list ul li {
        width: calc(33.3% - 24px);
    }

    .site-header.static-header .navbar-toggler .bar {
        background: #000;
    }

    .inquiry-box {
        padding: 30px;
    }

    .inquiry-col {
        padding-left: 15px;
    }

    .inquiry-box {
        padding: 20px;
    }

    .quantity>span {
        width: 35px;
        height: 35px;
    }

    .inquiry-head .category a {
        font-size: 14px;
    }

    .inquiry-btn-wrapper {
        padding: 30px 0px;
    }
    .quick-links ul li {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width:767px) {
    .feature-head {
        padding-bottom: 20px;
    }

    .feature-head {
        padding-bottom: 20px;
    }

    .top-btn {
        width: 37px;
        height: 42px;
    }

    h5 {
        font-size: 14px;
    }

    .prod-price {
        font-size: 14px;
    }

    .product-btn {
        padding-top: 20px;
    }

    .marque-list h3 {
        font-size: 16px;
    }

    body {
        font-size: 14px;
    }

    .quality-sec .row>div:first-child {
        margin-bottom: 20px;
    }

    .quality-head {
        padding-bottom: 25px;
    }

    .view-btn {
        padding-top: 10px;
    }

    .prod-det-sec .row>div:first-child {
        margin-bottom: 30px;
    }

    .feature-sec {
        padding: 50px 0px;
    }

    .service-sec .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .testimonial-sec .row>div:first-child {
        margin-bottom: 30px;
    }

    .main-footer .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .social-links ul {
        gap: 20px;
    }

    .order-btn {
        order: 3;
        margin-top: 30px;
    }

    .about-cont h5 {
        font-size: 18px;
    }

    .banner-sec.inner-banner {
        padding: 150px 0px 90px;
    }

    .shop-list ul li {
        width: calc(50% - 24px);
    }

    .site-logo a {
        font-size: 25px;
    }

    .inquiry-col {
        margin-top: 30px;
    }

    .bread-crumb-sec {
        margin-top: 20px;
    }
}

@media only screen and (max-width:575px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-header p {
        font-size: 10px;
    }

    .top-header a {
        padding-left: 10px;
    }

    h1 {
        font-size: 36px;
    }

    .banner-sec {
        padding: 130px 0px;
    }

    .testimonial-slider .slick-next.slick-arrow {
        right: 0px;
    }

    .testimonial-slider .slick-arrow {
        left: 0px;
    }

    .py-130 {
        padding: 50px 0px;
    }

    .product-slider .slick-dots button {
        width: 34px;
    }

    .marque-list h3 {
        font-size: 12px;
    }

    .royal-cta {
        padding-top: 0px;
    }

    h3 {
        font-size: 18px;
    }

    .feature-sec {
        padding: 30px 0px;
    }

    .feature-box {
        width: 43%;
        margin-bottom: 20px;
    }

    .social-links ul {
        padding: 0px;
        justify-content: center;
        margin-top: 20px;
    }

    .order-btn {
        margin-top: 10px;
    }

    h2 {
        font-size: 24px;
    }

    .about-grid .row:nth-child(even) .grd-col {
        padding-right: 15px;
        padding-left: 15px;
    }

    .banner-sec.inner-banner {
        padding: 130px 0px 77px;
    }

    .shop-list ul li {
        width: calc(100% - 24px);
    }

    .quantity>span {
        width: 26px;
        height: 26px;
    }

    .inquiry-btn-wrapper {
        padding: 20px 0px;
    }
}