:root {
    --minbnt: url('/images/minus.svg');
    --plusbtn: url('/images/add.svg')
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Poppins
}

img {
    width: 100%;
    margin: 0 auto;
    display: block
}

a {
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block
}

li {
    list-style: none;
    margin: 0;
    padding: 0
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .5px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    letter-spacing: .3px
}

.comnmarpad {
    margin: 0;
    padding: 40px 0;
    width: 100%;
    position: relative
}

.headtext {
    color: #e59860;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block
}

.headtext:before {
    content: '';
    position: absolute;
    background: #f0c6a5;
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    border-radius: 10px
}

.headtext:after {
    content: '';
    position: absolute;
    background: #e59860;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    left: 0;
    bottom: -5px;
    animation: lineAnim 3s linear infinite;
}

@keyframes lineAnim {
    0% {
        left: 0
    }

    50% {
        left: calc(100% - 30px)
    }

    100% {
        left: 0
    }
}

.container-fluid {
    width: calc(100% - 60px)
}

header {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 9;
    position: fixed;
    top: 0;
    background: #f9f0e5
}

header .row {
    justify-content: space-between;
    align-items: center
}

.logo {
    margin: 0;
    padding: 0;
    width: 200px;
    display: inline-block
}

nav {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto !important
}

nav ul li {
    margin: 0 20px;
    display: inline-block;
    cursor: pointer
}

nav ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px
}

.search-list {
    margin: 0;
    padding: 0;
    width: auto
}

.search-list ul li {
    display: inline-block;
    margin: 0 8px
}

.search-list ul li a {
    color: #000;
    font-size: 18px
}

.nav-toggle {
    position: relative;
    margin: 0;
    width: 40px;
    height: 45px;
    padding: 5px 7px;
    float: right;
    border-radius: 4px;
    top: 4px;
    border: 1px solid rgba(23, 16, 70, .12);
    display: none
}

.nav-toggle div {
    width: 100%;
    height: 3px;
    background: #000;
    margin: 6px auto;
    transition: .3s;
    text-align: right;
    border-radius: 10px;
    font-size: large
}

.nav-toggle .two {
    width: 100%;
    margin-right: 0
}

.nav-toggle .three {
    width: 100%;
    margin-right: 0
}

.banner-slider {
    margin: 0;
    padding: 90px 0 0;
    width: 100%;
    position: relative;
    background: #f9f0e5
}

.slid-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2
}

#homeslider .slid-img {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    z-index: 1
}

.banner-slider .owl-theme.slider {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.owl-item {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block
}

.item {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    height: 100%
}

.item .container {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    padding: 0;
    width: 100%;
    max-width: calc(83.3333%);
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.owl-dots {
    background: rgb(229 152 96);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: block !important
}

.slid-text {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center
}

.slid-text h1 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 30px
}

.slid-text h1 span {
    color: #fff;
    font-weight: 700
}

.slid-text p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%
}

.slid-text ul {
    text-align: left
}

.slid-text ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #5f7d19;
}

.custserv-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 11px;
    box-shadow: #ebe7e7 3px 4px 5px 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px
}

.custserv-img {
    margin: 0;
    padding: 0;
    width: 45px
}

.custserv-text {
    margin: 0;
    padding: 0;
    width: 100%
}

.custserv-text h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 18px
}

.custserv-text p {
    font-size: 12px;
    line-height: 21px
}

.contact-info {
    background: #f9f0e5
}

.continfo-form {
    background: rgb(254 234 211);
    margin: 0;
    padding: 40px 20px;
    width: 100%;
    border-radius: 10px 0 0 10px
}

.continfo-form h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #e59860
}

.continfo-form p {
    line-height: 22px;
    margin-bottom: 20px
}

form {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.form-group {
    display: inline-block;
    width: 100%;
    margin: 0 auto 12px;
    padding: 0
}

label {
    font-size: 13px;
    font-weight: 500
}

.form-control {
    border: 1px solid rgb(255 219 178);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    letter-spacing: .3px;
    padding: 6px 10px
}

.form-control::placeholder {
    color: #000
}

.message-box {
    width: 100% !important
}

.continfo-form .form-group {
    width: calc(98% / 2)
}

.btn {
    background: #e59860;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 10px 29px;
    transition: .3s linear;
    border: unset
}

.btn:hover {
    background: #e5a87c;
    color: #000;
    transition: .3s linear
}

.continfo {
    position: relative;
    display: flex;
    background: rgb(229 152 96);
    height: 100%;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 20px 45px;
    z-index: 1;
    border-radius: 0 0 10px
}

.continfo::after,
.continfo::before {
    content: "";
    position: absolute
}

.continfo::before {
    inset: -30px 0 0;
    background: rgb(229 152 96);
    height: 30px;
    border-radius: 0 10px 0 0
}

.continfo::after {
    top: -30px;
    left: -30px;
    border-bottom: 30px solid rgb(255 219 178);
    border-left: 30px solid transparent;
    border-right: 0 solid transparent
}

.continfo h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative
}

.continfo h2::before {
    content: "";
    position: absolute;
    background: rgb(255 219 178);
    width: 90px;
    height: 3px;
    left: 0;
    bottom: -5px
}

.continfo ul li {
    color: rgb(0 0 0);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px
}

.continfo ul li a span,
.continfo ul li span {
    background: rgb(255 207 153);
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-size: 18px
}

.continfo ul li a {
    color: rgb(0 0 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    font-size: 15px;
    font-weight: 500
}

.map .container-fluid {
    width: 100%
}

.trandinglist {
    position: sticky;
    top: 90px;
    z-index: 999;
    padding: 0 20px;
    background: #f1f0f1;
    background: #eacab2;
    border-radius: 4px;
    margin-bottom: 30px
}

.trandinglist ul {
    text-align: center;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.trandinglist ul li {
    display: inline-block;
    margin: 0 0
}

.trandinglist ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
    letter-spacing: .3px;
    transition: .3s all linear;
    line-height: 25px;
    height: 100%;
    display: inline-block
}

.trending-product {
    padding: 40px 0 0;
    transition: .3s all linear;
    background: #f9f0e5
}

.trendprod-head {
    margin: 40px 0 40px;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.trendprod-head h2 {
    font-size: 20px;
    font-weight: 600
}

.trendprod-head span {
    background: #e59860;
    margin: 0;
    padding: 6px 20px;
    border-radius: 4px
}

.trendprod-head span a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px
}

.trending-product .owl-dots {
    display: none !important
}

.trending-product .owl-nav {
    display: none;
    font-size: 3.3rem;
    font-weight: 100;
    transition: .3s all linear
}

.trending-product:hover .owl-nav {
    display: block;
    transition: .3s all linear
}

.trending-product .owl-nav .owl-next,
.trending-product .owl-nav .owl-prev {
    background: #613085 !important;
    width: 40px;
    height: 40px;
    line-height: 30px !important;
    border-radius: 4px;
    color: #fff !important;
    transition: .3s all linear;
    position: absolute;
    top: 30%
}

.owl-stage {
    padding-bottom: 20px
}

.trending-product .owl-nav .owl-prev {
    left: 0
}

.trending-product .owl-nav .owl-next {
    right: 0
}

.trendprod-box {
    margin: 10px 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: #e9e9e9 0 0 10px 0
}

.trendprod.img {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.trendprod-text {
    margin: 0;
    padding: 0;
    width: 100%
}

.trendprod-text h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px
}

.trendprod-text p {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px
}

.trendprod-text p span {
    text-decoration: line-through;
    color: #5f5f5f
}

.about-us {
    background: #f9f0e5
}

.about-text {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative
}

.about-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px
}

.about-text p {
    margin-bottom: 10px;
    line-height: 26px;
    letter-spacing: .3px
}

.about-img {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative
}

.about-img img {
    width: auto
}

.about-text ul {
    margin: 20px 0 30px
}

.about-text ul li {
    display: inline-block;
    background: #fff;
    border: 2px dotted #e5a87c;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #d7cbe0;
    padding: 30px 20px;
    width: 40%;
    margin: 0 20px;
    text-align: center
}

.about-text ul li h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.about-text ul li span {
    font-size: 15px;
    font-weight: 600;
    color: #4f4f4f
}

.our-team h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.our-team h4 {
    text-align: center;
    margin-bottom: 40px
}

.our-team h4:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 110px
}

.ourteam-box {
    margin: 10px 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: #e9e9e9 0 0 10px 0;
    position: relative
}

.ourteam-img {
    width: 50%;
    height: auto;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px
}

.ourteam-img img {
    transition: all .3s ease-in-out;
    filter: grayscale(1)
}

.ourteam-img img:hover {
    transform: scale(1.1);
    filter: grayscale(0)
}

.ourteam-text {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative
}

.ourteam-text h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.ourteam-text h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #404040
}

.ourteam-text p {
    line-height: 23px;
    font-size: 13px;
    letter-spacing: .3px;
    margin-bottom: 10px
}

.ourteam-text ul li {
    line-height: 29px !important;
    width: 28px !important;
    height: 28px !important;
    background: #e9e9e9 !important
}

.our-team .owl-dots {
    display: none !important
}

.left.child,
.right.child {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden auto;
    height: unset !important
}

.thumbnail {
    display: flex;
    margin: 0;
    padding: 0 10px 0 0;
    justify-content: flex-start;
    gap: 5px;
    align-items: center
}

.thumbnail img {
    width: 45px;
    height: auto
}

.thumbnail h4 {
    color: #000;
    font-size: 15px;
    width: 100%;
    line-height: 23px
}

.product_customizer_gallery .item {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px
}

.right.child .slick-list {
    width: 100%;
    margin: 0;
    padding: 0
}

.right.child .slick-list .item {
    margin: 0;
    padding: 0
}

.product_customizer_gallery2 {
    margin: 0;
    padding: 0 0 20px;
    width: 100%;
    height: 100%;
    position: relative !important;
    display: inline-block !important
}

.nav-arrows {
    position: relative;
    width: max-content
}

.nav-arrows .slick-arrow svg {
    fill: #df9109;
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center center;
    font-size: 14px
}

.nav-arrows .slick-arrow {
    border: unset;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: #bdbdbd 0 1px 5px
}

.navsliprodet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 5px 10px
}

.photos-counter {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block
}

.photos-counter span:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #ffa100;
    letter-spacing: .9px
}

.photos-counter span {
    font-size: 13px;
    font-weight: 700;
    color: #000
}

.poditare {
    position: relative;
    margin: 0;
    padding: 30px 0 0;
    display: inline-block;
    width: 100%
}

.poditare h3 {
    padding: 0;
    font-weight: 700;
    font-size: 21px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 35px
}

.poditare p {
    line-height: 30px;
    margin: 0 0 0;
    font-size: 15px;
    color: #636363;
    width: 100%
}

.riewsamndcome {
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    gap: 10px;
    justify-content: flex-start;
    align-items: center
}

.riewsamndcome {
    background: rgba(5, 15, 68, .62);
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    line-height: unset;
    margin: 0 0 30px;
    width: max-content
}

.riewsamndcome h4 span {
    color: #ff9800;
    font-weight: 700;
    padding-left: 5px;
    font-size: 13px
}

.riewsamndcome h5 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px
}

.riewsamndcome h4 {
    font-size: 13px;
    border-right: 2px solid #fff;
    padding-right: 10px
}

.poditare .prices {
    position: relative;
    margin: 0 0 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.poditare .prices h3 {
    font: 800 25px/25px Poppins;
    color: #7d8035;
    letter-spacing: .5px;
    margin: 0
}

.poditare .prices span {
    margin-left: 5px
}

.poditare .prices h4 {
    font-size: 14px;
    text-decoration: line-through;
    color: #7a7a7a;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 25px
}

.poditare .prices h5 {
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid #d5d7db;
    background: #f2f2f2
}

.poditare .btnecare {
    position: relative;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0
}

.poditare .Weight li a {
    position: relative;
    margin: 0;
    padding: 0
}

.poditare .btnecare .addMultipleCartItems {
    color: #fff;
    font: 600 12px/14px Poppins;
    position: relative;
    transition: all 0s;
    border-radius: 5px;
    height: 45px;
    letter-spacing: .32px;
    text-transform: uppercase;
    background-color: #7d8035;
    border: 2px solid #6c6e2a;
    padding: 10px 25px;
    padding-right: 60px;
    cursor: pointer;
    width: 210px;
    line-height: 22px
}

.poditare .btnecare .addMultipleCartItems span.icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    border-radius: 0 3px 3px 0;
    font: 700 16px/20px Poppins
}

.poditare .btnecare .addMultipleCartItems span.icon:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 10px solid transparent;
    border-top: 44px solid #7d8035;
    position: absolute;
    left: 0;
    top: 0
}

.poditare .btnecare .addMultipleCartItems span.icon svg {
    width: 22px;
    height: 21px
}

.poditare .Flavour {
    position: relative;
    margin: 0 0 20px
}

.poditare .Flavour .flavour-attribute {
    width: 210px;
    padding: 10px 20px;
    height: 45px;
    border-radius: 4px;
    padding-right: 40px;
    font-size: 15px;
    color: #d6952e;
    font-family: Epilogue, sans-serif;
    border: 1px solid #e6a338;
    letter-spacing: .5px
}

.poditare .Weight {
    position: relative;
    margin: 0 0 30px
}

.poditare .Weight li {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    border: 1px solid #d5d7db;
    background: #f2f2f2;
    border-radius: 4px;
    cursor: pointer
}

.poditare .Weight li .form-check-input {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: unset;
    top: 0;
    left: 0;
    background: unset;
    border: unset
}

.poditare .Weight li span {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    margin: 0;
    padding: 0
}

.poditare .Weight li .form-check-input:checked[type=radio] {
    background: #7d8035;
    height: 20px;
    position: relative;
    border-radius: 50%;
    width: 20px;
    border: 2px solid #ffa100;
    top: 3px
}

.poditare .Weight li .form-check-input:checked[type=radio]+span {
    width: max-content;
    font-weight: 700;
    margin-left: 5px;
    display: inline-block
}

.fmaifullsection {
    position: relative;
    margin: 40px 0 0;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    border: 1px solid #d5d7db;
    background: #f2f2f2;
    border-radius: 4px
}

.fmaifullsection .leftside,
.fmaifullsection .rightsite {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block
}

.fmaifullsection .rightsite {
    border-right: 3px solid rgb(255 255 255);
    display: inline-block
}

.sold-product-atteration {
    color: #fff;
    margin-bottom: 10px;
    background: #df6000;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: .8px;
    width: max-content
}

.sold-product-atteration svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px
}

.fa-2x {
    font-size: 2em
}

.sold-product-atteration b {
    font-weight: 400;
    font-size: 12px
}

.tables-produc-details ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #eee
}

.tables-produc-details ul.tabs li {
    background: 0 0;
    display: inline-block;
    padding: 15px 25px;
    cursor: pointer;
    font: 700 16px/18px Poppins !important;
    text-transform: uppercase;
    color: #6b7280;
    border: none;
    margin: 0;
    display: inline-block;
    transition: 1.5s all linear;
    letter-spacing: .5px
}

.tables-produc-details ul.tabs li.current {
    background: #fff;
    color: #1f2937;
    position: relative
}

.tables-produc-details .tab-content {
    display: none;
    position: relative;
    margin: 0;
    padding: 30px;
    width: 100%;
    float: left;
    background: #eeeeee7a;
    border-radius: 6px
}

.tables-produc-details .tab-content.current {
    display: inherit
}

.tables-produc-details .tab-content li,
.tables-produc-details .tab-content p {
    line-height: 30px;
    margin: 0 0 0;
    font-size: 15px;
    color: #636363;
    width: 100%
}

.tables-produc-details .tab-content li {
    margin-bottom: 10px;
    list-style: auto
}

.tables-produc-details .tab-content ul {
    padding: 20px 30px
}

.product_datils_and_gallary {
    position: relative;
    margin: 0 0 50px
}

.tables-produc-details {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-radius: 6px
}

.recentviews {
    background: #f9f0e5;
    padding: 0 0 30px
}

.checkout {
    position: relative;
    margin: 0;
    padding: 50px 0;
    width: 100%
}

.checkout h4,
.ordersummy h5 {
    font-weight: 900;
    color: #314259;
    font-size: 20px;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    text-align: left
}

.checkoubox .billingaddres,
.checkoubox .paymentdetails,
.checkoubox .purchaseprder {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 10px #e3e3e3;
    margin-bottom: 30px
}

.checkoubox .form-control {
    width: 100%;
    border-radius: 4px;
    background: rgb(255 255 255);
    height: 40px;
    overflow: hidden;
    color: #000;
    font-size: 13px;
    border: 1px solid #d6d6d6
}

.checkoubox label {
    color: #000;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 2px;
    width: 100%;
    letter-spacing: .5px
}

.checkoubox .form-group {
    margin-bottom: 20px
}

.checkoubox .form-group textarea {
    height: 100px
}

.ordersummy {
    position: sticky;
    top: 100px;
    background: #fff;
    box-shadow: 0 0 10px #d4d4d4;
    padding: 20px;
    border-radius: 6px;
    overflow: hidden
}

.ordersummy h5 {
    color: #d7972e;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    align-items: center;
    margin-bottom: 10px
}

.ordersummy h5 span {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    background: #005009;
    padding: 5px 20px;
    border-radius: 4px;
    color: #fff
}

.ordersummy ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px
}

.ordersummy ul li {
    list-style: none;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    gap: 5px;
    font-family: Inter
}

.ordersummy ul li span.img {
    width: 70px;
    height: 50px;
    position: relative;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
    object-fit: contain;
    object-position: center;
    background: #fff;
    padding: 5px;
    margin-right: 0;
    border: 1px solid #e2e2e2
}

.ordersummy ul li span.img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.ordersummy ul li p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    width: max-content;
    color: #000;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ordersummy ul li b {
    position: relative;
    margin: 0;
    padding: 0;
    width: max-content;
    font-size: 15px;
    text-align: left;
    font-weight: 900
}

.ordersummy .totalprices {
    position: relative;
    margin: 0;
    padding: 0
}

.ordersummy .totalprices li {
    margin: 0;
    padding: 0;
    display: flex;
    line-height: 10px;
    margin-bottom: 0;
    align-items: center;
    line-height: 30px
}

.ordersummy .totalprices li span {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    letter-spacing: .5px
}

.ordersummy .totalprices li p {
    font-size: 14px;
    font-weight: 700
}

.ordersummy .finalprices {
    position: relative;
    margin: 0;
    padding: 0
}

.ordersummy .finalprices h6 {
    background: #d7972e;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px
}

.ordersummy .totalprices ul {
    margin-bottom: 0;
    padding: 10px 0 20px
}

.ordersummy .finalprices h6 span sub {
    margin-right: 5px;
    font-size: 11px
}

.ordersummy .finalprices h6 b {
    font-weight: 600;
    margin-right: 5px;
    font-size: 15px;
    font-family: Inter
}

.checkoubox .paymentdetails .savebtnsec,
.paymentdetails .paytnsection {
    border: unset;
    margin: 20px 0 0;
    background: #014eae;
    padding: 10px 40px;
    border-radius: 4px;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.paymentdetails .accordion-button {
    padding: 15px;
    position: relative;
    margin: 0;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    font-family: Poppins
}

.paymentdetails .accordion-button span:last-child {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    margin-right: 10px
}

.paymentdetails .accordion-button span:first-child {
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    position: relative;
    background: #f2f2f2
}

.paymentdetails .accordion-button[aria-expanded=true] {
    background: #253bbf;
    font-size: 14px
}

.paymentdetails .accordion-button[aria-expanded=true] span:last-child {
    border-radius: 4px;
    overflow: hidden
}

.paymentdetails .accordion-button[aria-expanded=true] span:first-child .form-check-input {
    width: 10px;
    height: 10px
}

.paymentdetails .accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: contain;
    background-color: unset
}

.paymentdetails .accordion-button:not(:focus-visible) {
    overflow: unset;
    box-shadow: unset
}

.bank_listin_box h4 {
    color: #212121;
    line-height: 1.4;
    background: unset;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px
}

.bank_listin_box ul {
    line-height: normal;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    list-style: none
}

.bank_listin_box ul li {
    max-width: calc(95% / 3);
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 20px
}

.bank_listin_box ul li {
    font-size: 13px;
    font-weight: 500;
    color: #212121;
    display: inline-block;
    width: 100%
}

.bank_listin_box ul li span {
    margin: 0 5px;
    padding: 0;
    width: 18px;
    height: 18px;
    display: inline-block
}

.bank_listin_box ul li span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.bank_listin_box h5 {
    color: #212121;
    line-height: 1.4;
    background: unset;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 14px;
    width: 100%
}

.bank_listin_box select._1kwp-i {
    margin: 0;
    height: 36px;
    padding: 0 0 0 20px;
    font-size: 13px;
    box-shadow: unset;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    width: 280px;
    color: #1a181e
}

.bank_listin_box ul li input[type=radio] {
    width: 10px;
    height: 10px;
    top: 2px;
    position: relative
}

.paymentdetails .accordion-button[aria-expanded=true] span:first-child .form-check-input:checked[type=radio] {
    background: #005009;
    border: 2px solid #fff
}

.checkoubox .form-group .dateandtea {
    display: flex;
    margin: 0;
    padding: 0;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #d6d6d6
}

.checkoubox .form-group .dateandtea .form-control {
    width: 100%;
    margin: 0;
    padding: 0;
    background: unset;
    border: unset;
    text-align: center;
    border-left: 1px solid #d6d6d7;
    border-radius: unset
}

.checkoubox .form-group .dateandtea span {
    width: 100%;
    margin-right: 0;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    color: #000;
    padding-left: 20px;
    line-height: 40px;
    background: #e2edf9
}

.paymentdetails .accordion-collapse {
    background: #f5faff
}

.checkoubox .paymentdetails .savebtnsec {
    background: linear-gradient(90deg, #025616 0, #3e854f 100%);
    font-weight: 600;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    margin-top: 0;
    letter-spacing: .05em;
    width: 100%;
    display: inline-block;
    border: unset;
    border-radius: 4px;
    border-bottom: 4px solid #1ed533;
    transition: .5s all linear
}

.checkoubox .paymentdetails .savebtnsec:hover {
    transition: .5s all linear;
    background: linear-gradient(90deg, #3e854f 0, #025616 100%);
    border-color: #0e4a07
}

.checkoubox .paymentdetails .form-group {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.checkoubox .paymentdetails .paymenbos .form-group {
    width: 250px
}

.topmainsection.cheakout h2 {
    margin-bottom: 10px;
    margin-top: 0
}

.topmainsection.cheakout {
    padding-top: 30px
}

.paymentdetails .accordion-button span:first-child .form-check-input {
    display: none
}

.paymentdetails .accordion-button[aria-expanded=true] span {
    border-color: #fff;
    background: #46ab44
}

.paymentdetails ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px
}

.paymentdetails ul li {
    padding: 15px;
    position: relative;
    margin: 0;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    font-family: Poppins;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    border-radius: 4px
}

.paymentdetails ul li span:first-child {
    margin-right: 10px;
    position: relative
}

.paymentdetails ul li span:last-child {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    margin-right: 10px
}

.paymentdetails ul li:last-child {
    border-bottom: unset
}

.paymentdetails ul li .form-check-input[type=radio] {
    border: 4px solid #909397
}

.paymentdetails ul li .form-check-input:checked[type=radio] {
    border: 3px solid #013d98;
    background: #dbeaf8
}

.ordersummy .finalprices h6 span {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.productbox {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    box-shadow: rgba(205, 205, 205, .11) 0 7px 20px 0;
    text-align: center;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgba(213, 215, 219, .17);
    overflow: hidden;
    cursor: pointer;
    transition: all .5s linear 0s
}

.productbox .thubnail {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(213, 215, 219, .22);
    z-index: 1;
    background: rgba(253, 253, 253, .83)
}

.productbox .thubnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    padding: 0;
    display: block;
    transition: all .5s linear 0s;
    object-position: top
}

.productbox .textcont {
    padding: 20px;
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: left
}

.productbox .textcont h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    transition: all .5s linear 0s
}

.productbox .textcont p {
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #222
}

.productbox .textcont ul {
    padding-left: 20px;
    margin-bottom: 10px
}

.productbox .textcont ul li {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    line-height: 20px;
    list-style: disc
}

.productbox .textcont .mainprice {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    transition: all .5s linear 0s
}

.productbox .textcont span b {
    font-weight: 600;
    margin-right: 5px
}

.productbox .textcont h6 {
    background: #613085;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 8px;
    width: max-content;
    letter-spacing: .5px;
    border-radius: 6px
}

.productbox .textcont .Discounrs {
    font-size: 15px;
    text-decoration: line-through;
    color: #7a7a7a;
    margin-left: 5px;
    letter-spacing: 1px
}

.productbox .prod-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.productbox .textcont h5 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px
}

.Discohuntoffer {
    position: absolute;
    top: 10px;
    right: -10px;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: 700;
    transition: all .5s linear 0s;
    background-image: linear-gradient(to right, rgba(0, 138, 0, 0), rgba(0, 138, 0, .28));
    clip-path: polygon(0 100%, 90% 100%, 100% 0, 0 0)
}

.productbox .thubnail::before {
    position: absolute;
    top: 20px;
    left: 0;
    background: rgb(215 151 46 / 28%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    right: 0;
    z-index: -1
}

.productbox:hover {
    box-shadow: rgba(205, 205, 205, .68) 0 7px 20px 0;
    border: 1px solid #d5d7db;
    transition: all .5s linear 0s
}

.shop_produ .col-md-3 {
    padding: 0 10px
}

.productbox:hover img {
    transform: scale(1.1);
    transition: all .5s linear 0s
}

.productbox:hover .Discohuntoffer {
    background: #cf8e5f;
    color: #fff;
    border-color: #fff;
    transition: all .5s linear 0s
}

.productbox:hover .thubnail::before {
    background: #cf8e5f
}

.productbox:hover h4 {
    color: #cf8e5f;
    transition: all .5s linear 0s
}

span.mainprice {
    transition: all .5s linear 0s;
    color: #080737
}

.shop_produ .ProductSecares {
    color: unset;
    cursor: pointer
}

.shop_produ {
    background: rgb(255 255 255 / 58%);
    background: #f9f0e5
}

.stypost {
    padding: 20px;
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: rgba(205, 205, 205, .68) 0 7px 20px 0;
    border: 1px solid #d5d7db;
    border-radius: 4px;
    overflow: hidden
}

.stypost h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .8px;
    margin: 0 0 20px;
    position: relative;
    line-height: 30px
}

.stypost h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 43px;
    clip-path: polygon(0 0, 76% 0, 100% 100%, 0 100%);
    background: rgba(37, 130, 106, .18);
    pointer-events: none
}

.stypost li {
    display: block;
    border-bottom: 1px solid rgba(237, 233, 233, .34);
    margin: 2px 0;
    padding: 5px 0 8px 5px;
    line-height: 20px;
    transition: all .5s linear 0s;
    cursor: pointer
}

.stypost li a {
    color: #000;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: .5px;
    width: 100%;
    display: inline-block;
    transition: all .5s linear 0s
}

.stypost li:hover a {
    color: #d7972e;
    padding-left: 5px;
    transition: all .5s linear 0s
}

.stypost li:hover {
    border-left: 2px solid #d7972e;
    transition: all .5s linear 0s
}

.stypost ul {
    padding: 0
}

.productlist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px
}

.blog h3 {
    color: #613085;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center
}

.blog-box {
    width: calc(100% - 12px);
    height: 100%;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    box-shadow: #e9e9e9 0 0 10px 0;
    margin: 10px 0;
    padding: 20px
}

.blog.img {
    margin: 0 0 15px;
    padding: 0;
    width: 100%
}

.blog-text {
    margin: 0;
    padding: 0;
    width: 100%
}

.blog-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px
}

.blog-text h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px
}

.blog-text h5 span {
    color: #606060;
    font-size: 13px
}

.blog-text p {
    line-height: 25px;
    font-size: 13px
}

.blog .owl-dots {
    background: #613085;
    bottom: -20px
}

.gettouch h3 {
    color: #613085;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center
}

.gettouch-detail {
    background: #e4bfff;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
    padding: 30px;
    border-radius: 10px
}

.gettouch-detail h4 {
    color: #613085;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px
}

.gettouch-detail ul li {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 6px
}

.gettouch-detail ul li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    font-size: 15px;
    font-weight: 600
}

.gettouch-detail ul li a span,
.gettouch-detail ul li span {
    background: #a84bed;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-size: 18px
}

.map {
    background: #f9f0e5
}

footer {
    background: #210e04 url(/images/world.png) center fixed;
    background-size: cover;
    padding: 50px 0;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px dotted #fff
}

footer .row {
    background: #ffffff26;
    padding: 20px 10px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgb(213 215 219 / 38%);
    box-shadow: 0 2px 3px rgb(175 173 173 / 17%)
}

footer .fotelog {
    padding-right: 40px
}

footer img {
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 10px
}

footer h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px
}

footer p {
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    font-weight: 400
}

.foot-logo ul {
    margin-bottom: 15px
}

.foot-logo ul li {
    display: inline-block;
    margin: 0 10px;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 50px
}

.foot-logo ul li a {
    color: #0862f7
}

.foot-logo ul li:nth-child(2) a {
    color: #f60965
}

.foot-contact ul {
    display: block;
    width: 100%
}

.foot-contact ul li {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px
}

.foot-contact ul li b {
    color: #cc956e
}

.foot-contact ul li a {
    color: #fff
}

.foot-contact ul li a p,
.foot-contact ul li p {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0
}

.foot-list {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative
}

.foot-list ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.foot-list ul li {
    line-height: 24px;
    list-style: none;
    color: #fff
}

.foot-list ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px
}

.copyright {
    background: #12031d;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block
}

.copyright p {
    color: #fff;
    text-align: center;
    letter-spacing: .3px;
    padding: 15px 0 0
}

.slider-container {
    width: 100%;
    position: relative
}

.range-slider {
    position: relative;
    height: 40px
}

.range-slider input[type=range] {
    width: 100%;
    -webkit-appearance: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    height: 4px;
    background-color: #00000014
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 100%;
    height: 40px
}

.thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4caf50;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none
}

.range-track {
    position: absolute;
    height: 4px;
    background-color: #ccc;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1
}

.price-labels {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px
}

.stypost.nestrpot {
    position: relative
}

.stypost.nestrpot .form-group {
    width: 100% !important
}

.stypost.nestrpot .form-group .form-check {
    display: flex;
    gap: 5px
}

.stypost.nestrpot .form-group .form-check .form-check-input {
    font-size: 12px
}

.stypost.nestrpot .form-group .form-check label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px
}

.price-labels span {
    font-size: 14px;
    font-weight: 600
}

.range-slider span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    gap: 15px
}

.range-slider span input {
    width: 125px;
    padding: 6px;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 17px
}

.range-slider input {
    margin: 20px 0 0;
    padding: 0
}

.topproductbaner {
    position: relative;
    margin: 0;
    padding: 80px 0 0;
    display: flex;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.topproductbaner .slid-img {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: -1
}

.pricerangesect {
    width: 100%;
    position: relative
}

.pricerangesect::selection {
    color: #fff;
    background: #0000
}

.pricerangesect .price-input {
    width: 100%;
    display: flex;
    margin: 10px 0 10px
}

.pricerangesect .price-input .field {
    display: flex;
    width: 100%;
    height: 35px;
    align-items: center;
    font-size: 13px
}

.pricerangesect .field input {
    width: 100%;
    height: 100%;
    outline: 0;
    font-size: 14px;
    margin-left: 5px;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #e5e7eb;
    -moz-appearance: textfield
}

.pricerangesect input[type=number]::-webkit-inner-spin-button,
.pricerangesect input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.pricerangesect .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center
}

.pricerangesect .slider-pricesbar {
    height: 5px;
    position: relative;
    background: #e59860;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    z-index: 2;
    width: 100%
}

.pricerangesect .slider-pricesbar .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #e59860;
    z-index: 1
}

.pricerangesect .range-input {
    position: relative;
    top: 3px;
    border-radius: 50px
}

.pricerangesect .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -15px;
    background: 0 0;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 2
}

.pricerangesect input[type=range]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #fdb47c;
    pointer-events: auto;
    -webkit-appearance: none
}

.pricerangesect input[type=range]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #613085;
    pointer-events: auto;
    -moz-appearance: none
}

.shop_produ .accordion {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    background: #e59860;
    box-shadow: unset
}

.shop_produ .accordion .accordion-button {
    background: unset;
    margin: 0;
    padding: 15px;
    font-size: .875rem;
    font-weight: 500;
    border: unset !important;
    box-shadow: unset
}

.shop_produ .accordion-button:not(.collapsed) {
    background: rgb(231 180 142);
    color: rgb(0 0 0)
}

.shop_produ .accordion-button:not(.collapsed)::after {
    background: var(--minbnt)
}

.shop_produ .accordion-button::after {
    background: var(--plusbtn)
}

.shop_produ .accordion-button::after,
.shop_produ .accordion-button:not(.collapsed)::after {
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

.accordion-body ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 5px
}

.shop_produ .accordion .accordion-item {
    border: unset;
    border-top: 1px solid #e5e7eb;
    background: #eacab2
}

.shop_produ .accordion .accordion-body {
    padding-top: 10px;
    padding: 0 14px 20px
}

.shop_produ .accordion h4 {
    font-size: 1.25rem;
    padding: 15px;
    font-weight: 500;
    color: rgb(25 26 11 / 1) !important
}

.productsecox {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    background: #eedec7;
    border-bottom: 5px solid #e59860;
    transition: .5s all linear
}

.productsecox .thubnail {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    transition: .3s all linear
}

.productsecox .thubnail:hover {
    transform: scale(1.1);
    transition: .3s all linear
}

.productsecox img {
    width: 100%;
    height: 300px;
    display: inline-block;
    object-fit: cover;
    object-position: top;
    transition: .3s all linear
}

.productsecox img:hover {
    transform: scale(1.1);
    transition: .3s all linear
}

.productsecox .contaxsec {
    padding: 15px;
    margin: 0;
    display: inline-block;
    width: 100%
}

.productsecox .contaxsec h4 {
    color: #001433;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .875rem;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px
}

.productsecox .contaxsec ul {
    margin: 0;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 15px
}

.productsecox .contaxsec ul li {
    list-style: disc;
    margin: 0;
    padding: 0;
    font-size: .875rem;
    color: #000
}

.productsecox .priceDetails,
.seletime {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.productsecox .priceDetails span {
    font-size: .9rem;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Inter
}

.productsecox .priceDetails .secpricsec {
    color: #3b3b3b;
    text-decoration-line: line-through;
    font-weight: 500
}

.productsecox .priceDetails .mainprice {
    font-size: 1.02rem;
    font-weight: 600
}

.productsecox .priceDetails .dispocpricr {
    background-image: linear-gradient(to right, #f9f0e526, #e7c3b2);
    clip-path: polygon(0 100%, 90% 100%, 100% 0, 0 0);
    color: #020069;
    font-size: .9rem;
    font-weight: 400;
    padding: 2px 20px;
    padding-right: 18px
}

.seletime {
    gap: 3px;
    margin-top: 10px
}

.seletime .tag {
    font-size: .8rem;
    line-height: 10px;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 4px;
    font-weight: 400
}

.best-seller {
    background: #e59860;
    color: #fff;
    font-family: 'Playfair Display', serif
}

.best-seller:hover {
    background: #f58f44
}

.recommended {
    background: #2196f3;
    color: #fff
}

.recommended:hover {
    background: #1976d2
}

.top-seller {
    background: #ff9800;
    color: #fff
}

.top-seller:hover {
    background: #e68900
}

.new-arrival {
    background: #9c27b0;
    color: #fff
}

.new-arrival:hover {
    background: #7b1fa2
}

.limited-stock {
    background: #f44336;
    color: #fff
}

.limited-stock:hover {
    background: #d32f2f
}

.hot-deal {
    background: #ff5722;
    color: #fff
}

.hot-deal:hover {
    background: #e64a19
}

.trending {
    background: #00bcd4;
    color: #fff
}

.trending:hover {
    background: #0097a7
}

.just-launched {
    background: #673ab7;
    color: #fff
}

.just-launched:hover {
    background: #512da8
}

.cololist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
    background: #00000047;
    gap: 5px;
    justify-content: center;
    align-items: center;
    transition: .6s all linear;
    bottom: -100%
}

.cololist span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .3s ease;
    position: relative
}

.cololist span:hover {
    transform: scale(1.1);
    border-color: #000
}

.productsecox:hover .cololist {
    display: flex;
    transition: .1s all linear;
    bottom: 0
}

.productsecox:hover .seletime .tag {
    animation: shake .5s;
    animation-iteration-count: inherit
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0)
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        transform: translate(3px, 2px) rotate(0)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px, 1px) rotate(0)
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(1px, 2px) rotate(0)
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

.productsecox:hover {
    transition: .5s all linear;
    border-color: #eacab2;
    box-shadow: 0 10px 10px #0000003d
}

.productsecox:hover h4 {
    color: #310087
}

.productsecox:hover span.dispocpricr {
    animation: shake .5s;
    animation-iteration-count: inherit
}

.product__carousel {
    display: block;
    max-width: 100%;
    margin: 0
}

.product__carousel a {
    display: block;
    margin-bottom: 15px
}

.product__carousel .gallery-top {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 5px
}

.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden
}

.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 80vh;
    object-fit: contain
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #ff3720;
    height: 20px;
    width: 20px
}

.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border .15s linear;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 2px)
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000
}

.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important
}

.blog.comnmarpad .trendprod-head {
    padding: 0;
    margin: 00
}

.gettachsecare form {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%
}

.gettachsecare form .form-group {
    width: calc(99% / 2);
    margin: 0 0 20px
}

.gettachsecare form .form-group.fullsecare {
    width: 100%
}

.gettachsecare .form-group label {
    font-size: 13px;
    margin: 0;
    padding: 0
}

.gettachsecare .form-group .form-control {
    height: 40px;
    margin: 0;
    font-size: 11px;
    padding: 12px;
    border-color: #e8e9ed
}

.gettachsecare .form-group textarea.form-control {
    height: 100px
}

.gettachsecare form .submitsec {
    background: #1ea3cd;
    padding: 10px 40px;
    border: unset;
    border-radius: 38px;
    font-size: 13px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 0
}

.gettachsecare {
    background: #fafafb;
    margin-top: 30px
}

.contsecare {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

.contsecare h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0
}

.seletime .tag b {
    font-weight: 500;
    letter-spacing: .5px
}

.whatsapp-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0 0 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in
}

@keyframes effect {

    100%,
    20% {
        width: 50px;
        height: 50px;
        font-size: 30px
    }

    0%,
    10% {
        width: 55px;
        height: 55px;
        font-size: 35px
    }

    5% {
        width: 50px;
        height: 50px;
        font-size: 30px
    }
}

.conect-btn {
    background: #11b04c;
    width: max-content;
    padding: 6px 20px;
    border-radius: 6px
}

.conect-btn a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px
}

.story {
    margin-top: 30px
}

.story h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-style: italic;
    color: #a87b50;
    margin-bottom: 8px
}

.story p {
    font-size: 14px;
    color: #5a4939;
    line-height: 20px;
    margin-bottom: 15px
}

.proddetail-price h6 {
    font-size: 28px;
    font-weight: 600;
    color: #2f1e14;
    margin: 5px 0
}

.proddetail-price span {
    font-size: 14px;
    color: #011989
}

.add-btn {
    background: linear-gradient(180deg, #c78a63, #b26b48);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 40px;
    margin: 15px 0;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
    font-family: 'Playfair Display', serif
}

.add-btn:hover {
    background: linear-gradient(180deg, #b26b48, #a25e3e)
}

.options {
    margin: 0 0 15px;
    padding: 0;
    width: 100%
}

.options p span {
    color: #a87b50
}

.options p {
    font-weight: 500
}

.story-right {
    margin-top: 25px
}

.details h3,
.extra-detail h4,
.story-right h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
    color: #a87b50
}

.story-right p {
    font-size: 14px;
    color: #5a4939;
    line-height: 20px;
    margin-bottom: 15px
}

.details ul,
.extra-detail ul {
    list-style: none;
    margin-bottom: 20px
}

.details li,
.extra-detail li {
    font-size: 14px;
    font-weight: 500;
    margin: 6px 0
}

.detail-image img {
    width: 100%;
    height: 20vh;
    border: 1px solid #e3d3c3;
    border-radius: 6px;
    object-fit: cover;
    object-position: bottom
}

.proddetail-img {
    position: relative
}

.proddetail-text {
    margin: 0;
    padding: 0;
    width: 100%
}

.proddetail-text h3 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #011989;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.proddetail-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 25px
}

.proddetail-text h4 b {
    font-size: 30px;
    font-family: 'Playfair Display', serif
}

.proddetail-text h5 {
    font-size: 18px;
    color: #5a4a3c;
    margin-bottom: 15px
}

.thumbs {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 10px;
    position: absolute;
    top: 40px
}

.thumbs ul {
    padding: 0 10px
}

.thumbs ul li {
    margin-bottom: 10px
}

.thumbs ul li img {
    width: 50px;
    border: 1px solid #d6c5b5;
    border-radius: 4px;
    cursor: pointer
}

.thumbs ul li img.active-thumb {
    border: 2px solid #a87b50;
    box-shadow: 0 0 8px #0000004d
}

.main-image img {
    width: 100%;
    height: 80vh;
    object-fit: contain;
    border: 1px solid #e6d8ca;
    border-radius: 6px
}

.productdetails {
    background: #f9f0e5
}

.customer-services {
    background: #f9f0e5
}

.blog {
    background: #f9f0e5
}

.normaltext {
    margin: 0;
    padding: 50px 0;
    width: 100%
}

.normaltext h1 {
    font-size: 22px;
    color: #b76e79
}

.normaltext h4 {
    font-size: 18px;
    font-weight: 600
}

.normaltext article {
    padding: 0 30px 50px;
    position: relative;
    margin: 0
}

.normaltext article ul {
    padding: 10px 40px;
    position: relative;
    display: inline-block
}

.normaltext article ul li {
    line-height: 25px;
    margin-bottom: 5px
}

.normaltext article h1,
.normaltext article h2,
.normaltext article h3,
.normaltext article h4,
.normaltext article h5,
.normaltext article h6 {
    margin-bottom: 10px;
    font-weight: 700
}

.normaltext article p {
    line-height: 25px;
    margin-bottom: 10px
}

.normaltext article li {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500
}

.normaltext article h6 {
    font-size: 16px
}

.normaltext article h5 {
    font-size: 18px
}

.normaltext article h3 {
    font-size: 20px
}

.normaltext article h2 {
    font-size: 20px;
    color: #b76e79
}

.color-list ul {
    display: flex;
    gap: 6px
}

.color-list ul li span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #8b8b8b;
    background-color: var(--clr);
    cursor: pointer
}

.topproductbaner .slid-img img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%
}

.custom-model-main {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    margin: 0
}

/* Form-scoped blocking loading overlay (Contact Us / Let's Connect) */
.form-loading-wrapper {
    position: relative;
}

.form-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.65);
    z-index: 5;
    pointer-events: none;
    touch-action: none;
}

.form-loading-overlay.is-active {
    display: flex;
    pointer-events: all;
}

.form-loading-overlay__spinner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.25);
    border-top-color: rgba(255, 255, 255, 1);
    animation: form-loading-overlay-spin 0.9s linear infinite;
}

@keyframes form-loading-overlay-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .form-loading-overlay__spinner {
        animation-duration: 1.6s;
    }
}

.model-open {
    display: inline-block
}

.custom-model-wrap {
    position: absolute;
    top: 39px;
    background: #fff;
    width: calc(40% - 150px);
    padding: 0;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 10px 3px;
    margin: 0 auto;
    right: 5px;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
    height: auto
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #e9e9e9;
    line-height: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer
}

.pop-up-content-wrap {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px 30px
}

a.popupbtnsec {
    position: fixed;
    top: 59%;
    right: -35px;
    z-index: 9;
    transform: rotate(270deg);
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    letter-spacing: .3px;
    border-radius: 4px
}

.getaquet {
    margin: 0 auto 15px;
    padding: 0;
    width: 100%
}

.getaquet h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px
}

.getaquet p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    color: #4b4242
}

.leftsidecane .custom-model-wrap {
    width: 400px
}

.iconnav-list {
    background: #f9f0e5;
    margin: 0;
    padding: 0;
    width: 100%;
    display: none
}

.imglist {
    margin: 0;
    padding: 0;
    width: 100%
}

.imglist ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.imglist ul li {
    display: inline-block
}

.imglist ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    flex-direction: column
}

.imglist ul li a span {
    width: 30px;
    height: 30px
}

/* Premium Breadcrumb Styling */
.breadcrumb-wrapper {
    background-color: #fdfaf7;
    padding: 12px 0;
    border-bottom: 1px solid #f0e6da;
    margin-bottom: 0rem;
    border-top: 1px solid #f0e6da;
}

.breadcrumb-wrapper .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.breadcrumb-wrapper .breadcrumb-item {
    font-size: 13px;
    font-weight: 500;
    color: #888;
    display: flex;
    align-items: center;
}

.breadcrumb-wrapper .breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.breadcrumb-wrapper .breadcrumb-item a i {
    font-size: 13px;
    margin-right: 6px;
    color: #d4af37;
}

.breadcrumb-wrapper .breadcrumb-item a:hover {
    color: #d4af37;
}

.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item {
    padding-left: 12px;
}

.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 12px;
    color: #ccc;
    font-size: 12px;
    display: inline-block;
}

.breadcrumb-wrapper .breadcrumb-item.active {
    color: #222;
    font-weight: 600;
    letter-spacing: 0.2px;
}