/** Shopify CDN: Minification failed

Line 789:12 Expected identifier but found whitespace
Line 789:13 Unexpected "("
Line 879:12 Expected identifier but found whitespace
Line 879:13 Unexpected "("
Line 892:12 Expected identifier but found whitespace
Line 892:13 Unexpected "("
Line 907:12 Expected identifier but found whitespace
Line 907:13 Unexpected "("
Line 1121:12 Expected identifier but found whitespace
Line 1121:13 Unexpected "("
... and 2 more hidden warnings

**/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

h1,h2,h3,h4,h5,h6,ul, li, a, p, body {
      font-family: 'Inter' !important;
}
.headerwraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a {
    text-decoration: none;
    color: inherit;
}
.btn-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #C8A25F;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: none;
  z-index: 9999;
  cursor: pointer;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
#backToTop {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
img.crd-we-use {
    max-width: 340px;
    width:100%; 
  }
.btn-back-to-top i {
  pointer-events: none;
}
.customer h1 {
  font-size: 36px;
  font-weight: bold;
}

.btn-back-to-top:hover {
  background-color: #b78e4f;
}

.cart_link {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 50%;
}

.cart_link:hover {
    opacity: 0.8;
}

.header-btn , div#tab-nil a {
    padding: 14px 30px;
    display: inline-block;
    background: linear-gradient(#C39243, #F6E89D, #C39243);
    border-radius: 15px;
    font-weight: Bold;
    transition: 0.3s;
    color:#000;
    border:none !important;
}

.header-btn:hover , div#tab-nil a:hover  {
    background: linear-gradient(#C39243, #C39243);
}

.all-icons-header {
    display: flex;
    gap: 36px;
    align-items: center;
}
a.cart_link {
    margin-left: 14px;
}
.header-logo-img {
    max-width: 452px;
}

.baneer-title span {
    font-size: 110px;
    font-weight: bold;
background: linear-gradient(to right, #A27F40, #F6E89D, #C39243 , #A27F40 , #A27F40);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: block;
}
.header-btn {
    text-align: center;
}
.baneer-title {
    font-size: 64px;
    color: #fff;
    font-weight: Bold;
}

.container {
    max-width: 1440px;
}

.bg-colored-text {
    background: linear-gradient(to right, #A27F40, #F5E79C);
    width: fit-content;
    padding: 12px 22px;
    font-size: 46px;
    font-weight: 700;
    position: relative;

}

.bg-colored-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
   background: linear-gradient(to right, #A27F40, #A27F40);
    z-index: 0;
}

.banner-subtitle {
    font-size: 46px;
    color: #fff;
}

.text-bloak-banner p {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    max-width: 800px;
}

.bg-colored-text {
    margin-top: 19px;
    margin-bottom: 20px;
}

.banner-home {
    padding-top: 80px;
    padding-bottom: 80px;
}

.banner-home {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center top;
}
h2.testimonail-title {
    margin-bottom: 35px;
}
.featuredProductimage_div {
    position: relative;
}

.featured-product-bg-img {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.featured-product-bg-img {
    top: 36px;
}

.featuredProductimage {
    position: relative;
    z-index: 9;
    width: 100%;
}

.h2s {
    font-size: 48px;
    font-weight: 700;
}

.featured-product ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.featured-product ul li {
    padding-left: 42px;
    position: relative;
    margin-right: 0px;
    width: 50%;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;


}

.featured-product ul li::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #3B3937;
    color: #CEA556;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-product .bootom-block li::after {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    background-color: transparent;
    font-weight: normal;
    font-size: 21px;
}

.bootom-block {
    padding: 20px;
    padding-bottom: 20px;
    background: #F6F6F6;
    padding-bottom: 0px;
    border-radius: 10px;
    border: 2px dashed #3B3937;
}

.bootom-block ul {
    margin: 0;
}

.bootom-block {
    margin-bottom: 30px;
}

.image-floating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerflotingblock {
    padding-left: 49px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.innerflotingblock {
    background: #F5F5F5;
}

.text-blocks-floating {
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-blocks-floating h2 {
    font-size: 37px;
    font-weight: 700;
}

.text-blocks-floating p {
    font-size: 19px;
}

.image-floating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerflotingblock {
    box-shadow: 0px 0px 5px #cbcbcb;
    overflow: hidden;
    position: relative;
}

.innerflotingblock::before {
    content: "";

    background: #C8A25F4A;

    position: absolute;

    width: 305px;

    height: 305px;

    border-radius: 50%;

    left: -14%;

    bottom: -52%;

}

.image-floating img {
    width: 100%;
    height: 385px;
    object-fit: cover;
}

.text-blocks-floating {
    position: relative;
}

.featured-product {
    padding-top: 80px;
    padding-bottom: 147px;
}

.testimoalis-image {
    border-radius: 50%;
    padding: 25px;
    border: 2px dashed #C8A25F;
}

.texttesimonails p {
    font-size: 19px;
}

.testimonails {
    background: #E8DDCA75;
}

.texttesimonails {
    padding: 30px;
    background: #fff;
    max-width: 1066px;
    margin-left: auto;
    margin-right: auto;
}

.texttesimonails {
    box-shadow: 0px 0px 5px #bab6b6;
    border-radius: 10px;
}

.texttesimonails {
    padding-left: 84px;
}

.testimaolstextblock {
    padding-left: 50px;
}

.testimaolstextblock p:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0;
}

.testimonail-title {
    font-size: 90px;
    text-align: center;
    color: #4D4C4A;
    max-width: 871px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    margin-top: 20px;
}

.testimonails-subtitle {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
}

.testimonails {
    margin-top: -186px;
    padding-bottom: 80px;
    padding-top: 220px;
}

.image-twt {
    width: 100%;
    border-radius: 30px;
    height: 347px;
    object-fit: cover;
   

}

.twitervals {
    padding-top: 80px;
    padding-bottom: 80px;
}

.twitervals h2 {
    margin-bottom: 50px;
}

.logo-company {
    max-width: 111px;
    max-height: 41px;
    object-fit: contain;
      width: 111px;
}

.allArtails-div {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.allArtails-div {
    margin-top: 37px;
}

.last-section-block ul,
.text-footerTOpsection ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.last-section-block ul li,
.text-footerTOpsection ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.last-section-block ul li::after,
.text-footerTOpsection ul li::after {

    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    background-color: transparent;
    font-weight: normal;
    font-size: 21px;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C8A25F;

}

.last-section-block h2 {
    margin-bottom: 34px;
}

.sideimgae-Wraper-texts {
    position: absolute;
    right: 0;
    width: 40%;
    top: 21px;
    height: 100%;
    width: 40%;
}

.Main-image1sideimage {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: top right;
}

.image1sideimage {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    object-fit: contain;
    object-position: right;
}

.last-section-block.position-relative {
    padding-top: 253px;
    padding-bottom: 80px;
}

.sideimgae-Wraper-texts {
    text-align: right;
}

.Main-image1sideimage {
    position: relative;
    z-index: 5;
}

.header-conat {
    position: sticky;
    top: 0px;
    background: #fff;
    box-shadow: 0px 0px 5px #000;
    z-index: 999;
}

.singl-shipping-bloclks {
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 11px #0000001A;
    border-radius: 20px;
    text-align: center;
}

.singl-shipping-bloclks h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.inner-shipping-blocks {
    padding: 40px 23px;
    border: 1px solid #c8a25f;
    border-radius: 20px;
}

.text-footerTOpsection p {
    font-size: 26px;
    text-align: center;
}

.all-shopiing-blocks {
    margin-top: 38px;
}

.text-footerTOpsection ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 21px;
}

.all-right-site-footer-top-section img {
    box-shadow: 0px 0px 5px #868181;
    border-radius: 10px;
}

.text-footerTOpsection ul li {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.all-right-site-footer-top-section img {
    box-shadow: 0px 0px 5px #868181;
    border-radius: 10px;
    max-width: 174px;
}

.footer-topsec3 {
    padding-left: 71px;
}

.footer-topsec2 {
    margin-left: -20px;
    margin-top: 50px;
}

.footer-topsec1 {
    text-align: right;
    margin-top: -83px;
}

.box-footertopsection b {
    display: block;
    text-align: center;
}

.box-footertopsection {
    background: #EFE1C7;
    padding: 20px;
    border-radius: 15px;
    border: 2px dashed #876F45;
}

.box-footertopsection {
    background: #EFE1C7;
    padding: 20px;
    border-radius: 15px;
    border: 2px dashed #876F45;
    max-width: 772px;
    margin-left: auto;
    margin-top: 22px;
    margin-right: auto;
}

.footer-topsec5 {
    text-align: right;
}

.footer-topsec6 {
    margin-top: -61px;
}

.shippingGrnty {
    padding-bottom: 80px;
}

.footertop-seciton {
    background: #FAF1E1;
    padding-bottom: 34px;
}

.footer-icon {
    text-align: right;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    color: #686565;
    font-size: 16px;
}

.footercopytext {
    color: #686565;
    font-size: 16px;
}

.footerbg-section {
    padding-top: 60px;
    padding-bottom: 80px;
}

.text-footerTOpsection {
    padding-top: 80px;
}

.twitervals {
    padding-top: 48px;
    padding-bottom: 40px;
}
section.last-section-block.position-relative p, section.last-section-block.position-relative ul {
    font-family: Inter, sans-serif;
    font-size: 16px;
}
.header-btn , div#tab-nil a  {
    font-size: 16px;
      font-weight: 800;
}
#checkout {
  box-shadow: none;
  color:#000;
}
.cart-items {
  font-family: inter;
}
.js-contents {
  font-family: inter;
  color: #000;
}
.title.title--primary {
  font-family: inter;
  color: #000;
  font-size: 41px;
  font-weight: 800;
}
.totals ,.totals__total{
  font-weight: 800;
}
.quantity.cart-quantity {
  background: #f5f5f5;
 border: 1px solid #c5c0c0;
  border-radius: 8px;
}
.quantity.cart-quantity::after, .quantity.cart-quantity::before {
    display:none;
}
.cart-items thead th , .underlined-link {
  font-weight: bold !important;
  font-size: 16px !important;
}
.cart-items th {
  font-weight: bold;
}
.cart-items th {
  font-weight: 800;
}
#checkout::after, #checkout::before {
  box-shadow: none;
  border:none;
}
ul.tab-header {
    justify-content: center;
    list-style: none;
    font-size: 20px;
}
div#tab-description ul  , div#tab-nil ul{
    list-style: none;
    font-size: 16px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
      padding: 0;
}
.product-tabs-wrapper .tab-content {
    padding-top: 17px;
}
div#tab-description ul li::after , div#tab-nil ul  li::after {
 content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-color: #3b3937;
    color: #cea556;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

div#tab-description ul li ,  div#tab-nil ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    width: 33%;
}
div#tab-nil ul li {
    width: 100%;
}

div#tab-nil a::after {
    content: "\f178";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
}
div#tab-shipping ul {
    font-size: 16px;
    color: #000;
    list-style: none;
    padding: 0;
}
div#tab-shipping ul li::after
Specificity: (1,0,4)
 {
    content: "";
    position: absolute;
    left: 0;
    background: url(/cdn/shop/files/flag.png?v=1753862526);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
}

div#tab-shipping ul li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 24px;
}
.container.poduct-tabs-wrps {
      max-width: 1040px;
}
ul.tab-header {
    justify-content: left;
    padding-left: 150px;
}
.tab-content {
    padding-left: 150px;
}

.tab-content {
    padding-left: 80px;
    padding-right: 80px;
}

ul.tab-header {
    justify-content: left;
    padding-left: 80px;
    padding-right: 80px;
}
.innerbanner-section {
    background: #000000;
    padding-top: 80px;
    padding-bottom: 80px;
}
.cart-items a {
  font-family: inter;
  font-weight: bold;
  color: #000;
}
.cart-items {
  font-size: 16px;
  color: #000;
}
form#ContactForm {
    padding: 60px 80px;
    box-shadow: 0px 0px 16px #0000001F;
    border-radius: 27px;
}
   form#ContactForm .contact__fields {
        display: grid;
        grid-template-columns: repeat(1, 4fr);
        grid-column-gap: 2rem;
    }
form#ContactForm .main-contact-icon {
    position: absolute;
    left: 6px;
    top: 9px;
    z-index: 99;
}
form#ContactForm .field {
    position: relative;
}
form#ContactForm .field__input {
    padding: 11px 44px !important;
    height: 59px;
}
img.mainiconContact {
    width: 41px;
    height: 26px !important;
    object-fit: contain;
    border-right: 3px solid #c8a25f;
    padding-right: 10px;
}
form#ContactForm .main-contact-icon {
    position: absolute;
    left: 10px;
    top: 16px;
    z-index: 99;
}
form#ContactForm label.field__label
Specificity: (1,1,2)
 {
    left: 61px;
    top: 17px;
    color: #676161;
    font-weight: 600;
    text-transform: uppercase;
}
form#ContactForm .field__label {
    top: 19px;
    left: 66px;
}
form#ContactForm .field__input
Specificity: (1,1,1)
 {
    padding: 11px 58px !important;
    height: 59px;
}
form#ContactForm .field:after {
    display: none !important;
}
form#ContactForm .field {
    position: relative;
    border: 1px solid #c8a25f;
    border-radius: 20px;
    overflow: hidden;
}
form#ContactForm .field
Specificity: (1,1,1)
 {
    position: relative;
    border: 1px solid #c8a25f;
    border-radius: 20px;
    overflow: hidden;
}
form#ContactForm .field__input {
    padding: 11px 66px !important;
    height: 59px;
}
form#ContactForm .field__label {
    top: 19px;
    left: 66px;
  
    text-transform: uppercase;
    font-weight: 600;
}
textarea#ContactForm-body {
    height: 207px !important;
}
button.header-btn.text-uppercase.bordernone {
    border: none;
    padding: 22px 40px;
}
form#ContactForm  .field__input:focus~.field__label {
    top:5px;
}
form#ContactForm .field__input {
    padding: 11px 66px !important;
    height: 59px;
    background: transparent;
    box-shadow: none !important;
}
.h2s.margintext {
    margin-bottom: 32px;
    color: #000000;
}
.allcontent-ContactWrapper
 {
    padding-top: 28px;
    padding-bottom: 60px;
}

div#tab-shipping ul li{
    position:relative;

}
div#tab-shipping ul li::before {
    content: "";
    width: 27px;
    height: 27px;
    background: url(/cdn/shop/files/flag.png);
    position: absolute;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

/* First child */
div#tab-shipping ul li:nth-child(1)::before {
    background-image: url(/cdn/shop/files/Vector_7.png);
   
}

/* Second child */
div#tab-shipping ul li:nth-child(2)::before {
    background-image: url(/cdn/shop/files/Vector_8.png);
}

/* Third child */
div#tab-shipping ul li:nth-child(3)::before {
    background-image: url(/cdn/shop/files/Vector_9.png);
}
ul.tab-header {
    gap: 40px;
}
a.cart_link span {
    position: absolute;
    background: #C8A25F;
    font-size: 11px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin-left: 23px;
    margin-top: -19px;
}
.product-values-div h2 {
    font-size: 30px;
    font-weight: 800;
}
.product-values-div p.h4 {
    font-size: 24px;
    font-weight: 600;
}
.product-values-div p.text-muted {
    font-size: 15px;
    font-weight: 800;
    color: #000 !important;
    opacity: 1;
}
.product-values-div p.text-muted {
    font-size: 15px;
    font-weight: 800;
    color: #000 !important;
    opacity: 1;
    margin-bottom: 30px;
}
.mb-3.color-swatchcolors label {
    font-size: 15px;
    font-weight: 600;
}
.mb-3.color-swatchcolors span#selected-color {
    color: #9B9B9B;
    text-transform: uppercase;
}
.product-values-div button.btn.btn-outline-secondary.size-option {
    font-size: 15px;
    background: #F5F5F5;
}
.product-values-div button.btn.btn-outline-secondary.size-option.btn-primary {
    color: #000;
    border-color: #e0bc6b;
}
.product-values-div button.btn.btn-outline-secondary.size-option:hover {
    color: #000;
}
form.addcart-single-inputs {
    display: flex
;
    align-items: center;
    gap: 20px;
}
form.addcart-single-inputs input#quantity {
    padding: 14px;
        border: none;
}
form.addcart-single-inputs .input-group button {
    border: none;
}
form.addcart-single-inputs .input-group {
    border: 1px solid #c5c0c0;
    border-radius: 8px;
    width: 124px;
    background: #F5F5F5;
}
form.addcart-single-inputs input#quantity {
    padding: 16px;
    border: none;
    appearance: none;
    background: transparent;
}
form.addcart-single-inputs .input-group button {
    font-size: 19px;
}
.color-swatch.border.active {
    border: 1px solid #000 !important;
}
.container.custopmpaddingss

 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.all-thums

 {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.all-thums {
    max-height: 530px;
    scrollbar-width: thin;
}
.all-thums img::focus {
    border:1px solid #000;
}
.color-swatch.border {
    border-radius: 50%;
    padding: 3px;
}
.color-swatch.rounded-circle.border.active

 {
    border: 2px solid #000 !important;
}
.all-thums img.small-thumb:focus

 {
    border: 1px solid #ca9d4e;
}
.all-thums img
 {
    border-radius: 20px;
    margin-bottom: 17px !important;
}
input#quantity

 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
div#tab-shipping ul {
    display: flex
;
    gap: 23px;
    flex-wrap: wrap;
}
form#ContactForm .field__input::placeholder
Specificity: (1,1,2)
 {
    opacity: 1 !important;
    color: #676161;
    font-weight: bold;
    text-transform: uppercase;
}
.inputFields {
    padding: 11px 66px !important;
    height: 59px;
    background: transparent;
    box-shadow: none !important;
    width: 1000%;
    box-shadow: none;
    border: 0;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
textarea#ContactForm-body {
    padding-top: 14px !important;
    font-size: 20px;
}
.button-section-sc {
    margin-top: 41px;
    text-align: center;
}
p.all-text-eh {
    font-size: 32px;
    color: #303030;
    line-height: 38px;
}
.thank-you-page.container.thextj.text-center.py-5 {
    max-width: 800px;
}
.thank-you-page

 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.inner-block-section {
    background-color: #000000a3;
    background-blend-mode: color;
}
.containeascscr {
    background: #000;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.all-buttonsWothOr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.all0ascbtns

 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
}
.innerflotingblock

 {
    padding-left: 147px;
    max-width: 1049px;
    margin-left: auto;
    margin-right: auto;
}
.innerflotingblock::before {
    content: "";
    background: #C8A25F4A;
    position: absolute;
    width: 305px;
    height: 305px;
    border-radius: 50%;
    left: -14%;
    bottom: -48%;
}
.testimaolstextblock p b {
    font-weight: 800;
}
img.image-twt {
    transition:0.3s;
}
.all-site-ss

 {
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px #cbcbcb;
    overflow: hidden;
    border-radius: 30px;
}
.emnail-div {
    font-size: 18px;
    color: #655C5C;
    font-weight: 700;
    text-align: center;
}
.text-blocks-floating h2 {
    font-size: 40px;
    font-weight: 700;
    max-width: 340px;
}
.image-floating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-floating {
    height: 100%;
}
ul.linedots li::before {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    border: 2px dashed #CCCCCC;
    left: 14px;
    bottom: 0;
    border-left: 2px solid transparent;
  background-image: repeating-linear-gradient( to bottom, #ccc, #ccc 4px, transparent 4px, transparent 10px );
}
.featured-product ul li:last-child::before, .featured-product ul li:nth-last-child(2)::before {
    display: none;
}
.featured-product ul li:nth-child(odd) {
    padding-right: 20px;
}
ul.linedots li span {
    background: linear-gradient(to right, #A27F40, #F5E79C);
    padding: 3px 6px;
    display: inline-block;
}
section.last-section-block.position-relative p, section.last-section-block.position-relative ul {
    font-family: Inter, sans-serif;
    font-size: 19px;
}
section.last-section-block.position-relative p {
    margin-bottom: 28px;
}
section.last-section-block.position-relative {
    background: url(/cdn/shop/files/Group_12.png?v=1754048024);
}
.headerwraper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.insta-icon img {
    width:21px;
}
section.last-section-block.position-relative {
    margin-top: 80px;
    margin-bottom: 80px;
}
.box-footertopsection {
    font-weight: 600;
}
img.text-icon-sec {
    width: 26.666667938232422px;
}
.footer-topsec6 {
  margin-top: 31px;
}
 .footer-topsec6 img {
    max-width: 187px !important;
  }
  .footer-topsec1 {
  text-align: right;
  margin-top: -30px;
}
.footertop-seciton img {
  box-shadow: 0px 0px 16px #86818161 !important;
}
.footertop-seciton {
  overflow: hidden;
}
.text-footerTOpsection .h2s.text-center {
  margin-bottom: 28px;
}
.innerbanner-section h1.baneer-title.text-center {
    letter-spacing: 5px;
}
.innerbanner-section  h1.baneer-title.text-center span {
 margin-bottom: -20px;
}
.innerbanner-section h1.baneer-title.text-center {
    letter-spacing: 6px;
}
.innerbanner-section h1.baneer-title.text-center span {
  letter-spacing: 1px;
}
.all-thums img {
    background: #D9D9D9;
    padding: 21px 13px;
}

.all-thums img {
  background: #D9D9D9;
  padding: 8px 7px;
  max-width: 121px;
  max-height: 136px;
}
.all-thums
 {
    text-align: end;
    padding-right: 11px;
}
.col-md-5.bigimages img

 {
    background: #D9D9D9;
    border-radius: 30px;
   padding: 20px 9px;
    margin-right: 40px;
    width: 92%;
}
.product-values-div button.btn.btn-outline-secondary.size-option {
    font-size: 15px;
    background: #F5F5F5;
    border: 1px solid #0000;
        padding: 9px 17px;
}
form.addcart-single-inputs .input-group {
    border: 1px solid #c5c0c0;
    border-radius: 8px;
    width: 118.699997px;
    background: #F5F5F5;
}
#quantity {
  -moz-appearance: textfield; /* Firefox */
}

#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mb-3.color-swatchcolors

 {
    margin-bottom: 35px !important;
}
.card-information {
    text-align: center;
    font-weight: 600;
}
input#quantity {
    font-size: 13px;
    font-weight: 800;
}
.dropdonw.logout-dropdown {
  margin-top: 6px;
}
.dropdonw.logout-dropdown a span {
  font-weight: 800;
  color: #CFA758;
}
.dropdonw.logout-dropdown {
  display: none;
}
.dropdonw.logout-dropdown.show-dropdown {
  display: block;
}
.login-wraperdiv {
  margin-right: -23px;
}
.dropdonw.logout-dropdown a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #DDD;
}
.dropdonw.logout-dropdown img {
  width: 19px;
}
.dropdonw.logout-dropdown {
  position: absolute;

  background: #fff;
  
  border-radius: 20px;
  border: 2px solid #C8A25F;
  font-size: 14px;
}
.dropdonw.logout-dropdown {
  width: 214px;
  overflow: hidden;
}
.loginbtns:hover {
  opacity: 0.6;
}
.login-wraperdiv .header-btn.toggle-account-dropdown {
  background: #fff;
  border: 2px solid #CFA758 !important;
}
.login-wraperdiv .header-btn.toggle-account-dropdown:hover {
  background: linear-gradient(#C39243, #C39243);
}



/* silider section review */

.review-section {
  padding: 60px 0;
  background-color: #fff;
}
.review-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
.review-slider {
  margin: 0 -10px;
}
.review-item {

  border-radius: 12px;
  padding: 30px 25px;
  margin: 0 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.review-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.review-name {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0 2px;
}
.review-role {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}
.review-stars {
  color: #f6b600;
}
.review-stars i {
  margin: 0 1px;
}
.review-text {
  color: #333;
  font-size: 18px;
}
.review-stars.mb-2 {
  font-size: 6px;
  text-align: left;
}
.review-imagename_starts {
  display: flex;
  align-items: center;
  gap: 20px;
}

.review-name {
  color: #000;
  font-size: 18px;
  text-align: left;
}


.review-section {
  padding-top: 0;
}
.review-text {
  text-align: left;
}
.review-slider {
    padding-top:20px;

}
.review-item {
  margin-top: 16px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px #0000001F;
}
.review-text {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom:0px;
}
.review-imagename_starts {
  padding-left: 20px;
}
.review-item {
  min-height: 354px !important;
}
.review-section .slick-dots {
  list-style: none;
  display:flex;
  align-items:center;
  justify-content:center;
}
.review-section .slick-dots button {
  display: none !important;
}
.review-section .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #000;
  transition:0.5s;
}
.review-section .slick-dots .slick-active {
  width: 8px;
  height: 8px;
  background: #000;
}
.review-section .slick-dots {
  list-style: none;
}
.sideimgae-Wraper-texts {
    width: 44%;
}
.footer-icon img {
  width: 21px;
}
.header-btn.toggle-account-dropdown {
  padding: 12px 30px;
}
.card__information {
  padding: 20px !important;
}
.card__inner.color-scheme-2.gradient.ratio {
  background: #d9d9d9;
}
.card.card--standard.card--media {
  border-radius: 22px;
  overflow: hidden;
}
.banner-buttons {
  margin-top: 35px;
}
.banner-home {
  padding-bottom: 120px;
}
.featured-product-bg-img {
  position: absolute;
  top: 0;
  width: 96%;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.testimonails {
    margin-top: -235px;
    padding-bottom: 80px;
    padding-top: 303px;
}
.text-blocks-floating p {
    margin-bottom: 20px;
}
    .text-blocks-floating h2 {
  
    margin-bottom: 20px;
}
.testimonails {
    margin-top: -235px;
    padding-bottom: 80px;
    padding-top: 316px;
}
h2.testimonail-title {
    margin-bottom: 35px;
    line-height: 89px;
}
h2.testimonail-title {
    margin-bottom: 35px;
    line-height: 89px;
    font-family: 'Inter';
    font-weight: 600;
}
img.image-twt.lightbox-trigger, .all-site-ss {
    border-radius: 66px;
}
.all-site-ss {
    margin-left: 30px;
    margin-right: 30px;
}
.all-site-ss {
    margin-bottom: 60px;
}

img.image-twt {
    transition: 0.3s;
    object-fit: cover;
    object-position: center left;
}
.all-site-ss {
    margin-left: 15px;
    margin-right: 15px;
}
.all-site-ss {

    box-shadow: 0px 0px 23px #cbcbcb;
    overflow: hidden;
  
}
.innerbanner-section h1.baneer-title.text-center span {
    background: linear-gradient(to right, #A27F40, #F6E89D, #A27F40);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.h2s.margintext {
    margin-bottom: 45px;
    color: #000000;
}
img.mag-iocn-img {
  background: transparent !important;
  border-radius: 30px;
  padding: 0px !important;
  margin-right: 40px;
  width: 48px !important;
  position: absolute;
  bottom: 15px !important;
  position: absolute;
  left: 15px !important;
}
.col-md-5.bigimages:hover .mag-iocn-img {
  display: none;
}
.product-tabs-wrapper {
  margin-bottom: 30px;
}
.thankuBnner .innerbanner-section h1.baneer-title.text-center span {
    background: #F5E79C;
    color: #A27F40;
    background-clip: text;
}
.baneer-title.text-end.tbash-sd span {
  font-weight: bold;
  background: linear-gradient(to right, #A27F40, #A27F40, #F6E89D, #A27F40);
    background-clip: border-box;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 90px;
}
button.header-btn {
    color: #000 !important;
}
.innerflotingblock {
  padding-left: 100px;
}
.innerflotingblock::before {
  content: "";
  background: #C8A25F4A;
  position: absolute;
  width: 305px;
  height: 305px;
  border-radius: 50%;
  left: -186px;
  bottom: -216px;
}
img.text-icon-sec {
  width: 28.667px;
  height: 28px;
  object-fit: contain;
  object-position: center;
}
.prc-pages h1 {
    font-size: 36px;
    font-weight: bold;
}
.prc-pages p  ,.prc-pages ul {
    font-size: 14px;
    margin-bottom: 25px;
   
}
.prc-pages p strong {
    FONT-WEIGHT: 700;
}
.prc-pages h3 {
    font-size: 20px;
    font-weight: 700;
}
 .customer button::before , #customer_login button::before,#customer_login button::after   ,  .customer button::after{
  display:none;
 }
#create_customer button, #customer_login button {
  padding: 14px 30px;
  display: inline-block;
  background: linear-gradient(#C39243, #F6E89D, #C39243);
  border-radius: 15px;
  font-weight: Bold;
  transition: 0.3s;
  color: #000;
  border: none !important;
}
.sideimgae-Wraper-texts {
  width: 50%;
}
.all-thums img {
  border: 2px solid #D9D9D9;
}
.all-thums img.active {
  border: 2px solid #C8A25F;
}

.last-section-block.position-relative {
  padding-top: 143px;
  padding-bottom: 100px;
}
.featured-product .linedots {
  padding-left: 23px;
}
.featured-product .h2s {
  margin-left: 20px;
  margin-bottom: 20px;
}
.bootom-block {
  padding-left: 4px;
}
.linedots {
  padding-left: 3px !important;
}
.bootom-block li:nth-child(2n) {
  width: calc(50% - 12px) !important;
}
.bootom-block ul li:nth-child(2n+1) {
  width: calc(50% + 12px) !important;
}
span#selected-size {
    text-transform: uppercase;
    color:#9B9B9B;
}
.customer .field::after, 
.customer .field::before {
  display:none !important;
} 
.customer .field {
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #c8a25f;
}
.customer .field label {
  font-weight:800;
  text-transform:uppercase;
}
.customer .field input {
  border: none !important;
  box-shadow: none !important;
}
.policy-content p a, .policy-content li a {
    font-weight: 800;
    color:#c8a25f; 
}
.policy-content p a:hover, .policy-content li a:hover {
color:#876F45;
}




/* accordina theme */

.faq-section-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.faq-block-title {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
button.faq-question.active {
    background: #c49344;
    color: #fff;
}
.faq-question {
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid #c49344;
    cursor: pointer;
    font-size: 1rem;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    color: #c49344;
}
.faq-item {
    margin-bottom: 20px;
}
.faq-icon {
  transition: transform 0.3s ease;
}
.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}
.faq-answer {
  overflow: hidden;
  padding: 1rem;
    border: 1px solid #c49344;
  border-top: none;
  background: #fff;
}
button.faq-question {
    font-size: 15px;
}
.faq-section h3.faq-block-title {
    margin-top: 36px;
    margin-bottom: 12px;
    font-size: 21px;
}
.policy-content li p {
    margin-bottom: 5px;
}

.container.prc-pages.my-5 h3 {
    margin-top: 45px;
}
.container.prc-pages.my-5 {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
.logo-company {
    max-width: 192px;
    max-height: 140px;
    object-fit: contain;
    width: 185px;
}
.allArtails-div {
    align-items: center;
}
section.last-section-block.position-relative p, section.last-section-block.position-relative ul {
    font-family: Inter, sans-serif;
    font-size: 18px;
}
.insta-icon img:hover , .footer-icon img:hover {
  filter: brightness(0) saturate(100%) invert(63%) sepia(47%) saturate(707%) hue-rotate(7deg) brightness(92%) contrast(92%);
}
.phone_on_s {
  display:none;
}

.featuredProductimage_div {
  padding-top: 27px;
}
@media (min-width: 1446px) {
  .box-footertopsection {
  background: #EFE1C7;
  padding: 26px;
  border-radius: 15px;
  border: 2px dashed #876F45;
  max-width: 862px;
  margin-left: auto;
  margin-top: 22px;
  margin-right: auto;
}
.text-footerTOpsection ul {
  margin-bottom: 50px;
}
.text-footerTOpsection {
  padding-top: 99px;
}
.footer-topsec5 {
  margin-top: 32px;
}

.text-footerTOpsection .h2s.text-center {
  margin-bottom: 41px;
}
.text-footerTOpsection ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
}
.text-footerTOpsection p {
  font-size: 34px;
  text-align: center;
}
  .footer-topsec5 img {

    width: 210px;

    margin-right: -11px;
  }
  .footer-topsec6 {
  margin-top: 17px;
}
  .text-blocks-floating h2 {
    line-height: 42px;
    margin-bottom: 20px;
  }
.text-blocks-floating {
    padding-top: 30px;
    padding-bottom: 50px;
}
.innerflotingblock {
    padding-left: 109px;
}

.the-suj {
  padding-left: 60px;
}
.bootom-block {
  padding-bottom: 22px;
  padding-top: 29px;
}
    
.the-suj h2 {
  margin-bottom: 21px;
}
 .featuredProductimage{
        padding-top: 7px;
    }
    .all-icons-header {
  padding-right: 50px;
}
.footer-topsec3 img {
  width: 263px;
  
}
.inner-shipping-blocks {
  padding: 47px 46px;
}
.singl-shipping-bloclks {
    margin: 20px;
}
    .inner-shipping-blocks {
        padding: 68px 41px;
    }
.all-thums img {
  width: 100%;
  max-height: 136px;
  object-fit: contain;
}
.all-right-site-footer-top-section img {
  box-shadow: 0px 0px 5px #868181;
  border-radius: 10px;
  max-width: 268.79998779296875px;
}
.footer-topsec1 img {
  width: 191px;
}
.footer-topsec1 {
  text-align: right;
  margin-top: -99px;
}
.footer-topsec2 {
  margin-left: -20px;
  margin-top: 65px;
}
.all-right-site-footer-top-section img {
  box-shadow: 0px 0px 5px #868181;
  border-radius: 10px;
  max-width: 268.79998779296875px;
}
.footer-topsec5 img {
  width: 201px;
}
.footer-topsec4 img {
  max-width: 145.91000366210938px;
}
.Main-image1sideimage {
  height: 125%;
}
.image1sideimage {
  top: 9%;
}
.Main-image1sideimage {
  height: 117%;
}
.sideimgae-Wraper-texts {
    width: 38%;
}
    .featuredProductimage {
        padding-top: 41px;
    }
    .bootom-block {
    margin-bottom: 50px;
}
    .inner-shipping-blocks {
        padding: 68px 41px;
    }
    .all-shopiing-blocks {
    margin-top: 60px;
}

.text-footerTOpsection .h2s {
    font-size: 64px;
}
.bg-colored-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: -99%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #A27F40, #A27F40);
    z-index: 0;
}
.footer-topsec6 img {
  width: 242px;
  max-width: 242px !important;
}
.Main-image1sideimage {
    height: 110%;
  }
  .box-footertopsection {
  max-width: 897px;
}
}

@media (max-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1200px;
    }

    .footer-topsec1 img {
        max-width: 121px !important;
    }

    .footer-topsec6 img {
        max-width: 163px !important;
    }

    .footer-topsec5 img {
        max-width: 111px !important;
    }

    .baneer-title {
        font-size: 50px;
        color: #fff;
        font-weight: Bold;
    }

    .baneer-title span {
        font-size: 87px;
    }

    .banner-subtitle {
        font-size: 41px;
    }

    .bg-colored-text {
        font-size: 35px;
    }

    .text-bloak-banner p {
        font-size: 25px;
        font-weight: bold;
        color: #fff;
        max-width: 627px;
    }

    .testimonail-title {
    font-size: 68px;
    max-width: 637px;
  }
.twitervals {
    padding-top: 48px;
    padding-bottom: 40px;
}
}

@media (max-width: 991px) {
.image-twt {
  width: 100%;
  border-radius: 30px;
  height: 214px;
}
.twitervals h2 {
  margin-bottom: 36px;
}
.h2s {
  font-size: 27px;
  font-weight: 700;
}
.testimoalis-image {
  width: 100%;
}
.testimaolstextblock {
  padding-left: 9px;
}
.texttesimonails p {
  font-size: 14px;
}
.testimonail-title {
    font-size: 43px;
    max-width: 604px;
  }
  .testimonails-subtitle {
  font-size: 30px;
  }
  .twitervals {
  padding-top: 50px;
  padding-bottom: 50px;
}
.testimonails {
  margin-top: -186px;
  padding-bottom: 60px;
  padding-top: 220px;
}
.text-blocks-floating p {
  font-size: 15px;
}
.image-floating {
  height: 100%;
}
.image-floating img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-blocks-floating h2 {
  font-size: 21px;
  font-weight: 700;
}
.text-blocks-floating p {
  font-size: 16px;
}
.featured-product {
  padding-top: 50px;
  padding-bottom: 60px;
}
.banner-home {
  padding-top: 50px;
  padding-bottom: 51px;
  }
   .baneer-title span {
    font-size: 60px;
  }
    .baneer-title {
    font-size: 35px;
    }
      .banner-subtitle {
    font-size: 27px;
  }
    .bg-colored-text {
    font-size: 22px;
  }
   .text-bloak-banner p {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    max-width: 411px;
  }
  .header-logo-img {
  max-width: 361px;
}
.last-section-block.position-relative {
  padding-top: 119px;
  padding-bottom: 50px;
}
.text-footerTOpsection ul li {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.all-right-site-footer-top-section img {
  box-shadow: 0px 0px 5px #868181;
  border-radius: 10px;
  max-width: 117px;
}
.text-footerTOpsection p {
  font-size: 18px;
  text-align: center;
}
.footercopytext {
  color: #686565;
  font-size: 12px;
}
.footer-menu ul {

  font-size: 13px;
}
.singl-shipping-bloclks h3 {
  font-size: 15px;
}
.inner-shipping-blocks {
  padding: 32px 5px;
}
.singl-shipping-bloclks {
  padding: 5px;
}
.shippingGrnty {
  padding-bottom: 55px;
}
.logo-company {
  max-width: 75px;
  max-height: 18px;
}
.baneer-title.text-end.tbash-sd span {
  font-weight: bold;
  background: linear-gradient(to right, #A27F40, #A27F40, #F6E89D, #A27F40);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}
.innerbanner-section h1.baneer-title.text-center span {
  margin-bottom: 0;
}
section.last-section-block.position-relative p, section.last-section-block.position-relative ul {
  font-family: Inter, sans-serif;
  font-size: 16px;
}
img.image-twt.lightbox-trigger, .all-site-ss {
  border-radius: 27px;
}
.all-site-ss {
  margin-bottom: 30px;
}
  .twitervals {
    padding-bottom: 25px;
    padding-top: 35px;
  }
  .featured-product ul li {

  font-size: 10px;
  }
    h2.testimonail-title {
    font-size: 42px;
    max-width: 604px;
    line-height: 51px;
  }
  section.last-section-block.position-relative {
  margin-top: 70px;
  margin-bottom: 57px;
}
.header-btn.toggle-account-dropdown {
  padding: 12px 16px;
}
.header-logo-img {
    max-width: 290px;
  }
  .header-btn, div#tab-nil a {
  font-size: 13px;
  font-weight: 800;
}
  .text-bloak-banner p {
    font-size: 18px;
  }
.footer-topsec1 {
  text-align: right;
  margin-top: 17px;
}.footer-topsec5 {
  margin-top: 20px;
}
}




@media (max-width: 760px) {
.sideimgae-Wraper-texts {
  position: relative;
  width: 74%;
  margin-left: auto;
}

.sideimgae-Wraper-texts {
  position: relative;
  width: 74%;
  margin-left: auto;
}
.texttesimonails {
  padding-left: 15px;
}
.texttesimonails {
  padding: 15px;
}
.testimoalis-image {
  width: 66%;
  padding: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
 .twitervals {
    padding-top: 50px;
    padding-bottom: 8px;
  }
  .innerflotingblock {
  padding-left: 0;
  }
  .text-blocks-floating {
  padding: 20px;
}
.baneer-title span {
    font-size: 42px;
  }
  .baneer-title {
    font-size: 24px;
  }
    .banner-subtitle {
    font-size: 19px;
  }
  .bg-colored-text {
    font-size: 17px;
  }
    .text-bloak-banner p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    max-width: 411px;
  }
    .header-logo-img {
    max-width: 177px;
  }
  .header-btn , div#tab-nil a  {
  padding: 9px 22px;
  }
  .all-icons-header {
  display: flex;
  gap: 14px;
  font-size: 10px;
  }
  .header-main-div {
  padding-top: 10px;
  padding-bottom: 10px;
}
.featured-product ul li {
  width: 100%;
}
  .last-section-block.position-relative {
    padding-top: 16px;
    padding-bottom: 50px;
  }
.footer-topsec4 {
  margin-top: 30px;
}
.footer-menu ul {
  flex-wrap: wrap;
  gap: 16px;
}
.footercopytext {
  text-align: center;
  margin-bottom: 20px;
}
.crd-we-use {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-md-4.phone-coona {
  order: -1;
}
.footer-icon {
  text-align: center;
  margin-bottom: 14px;
}
.footerbg-section {
  padding-top: 46px;
  padding-bottom: 33px;
}
ul.tab-header {
    justify-content: left;
    padding-left: 0;
    padding-right: 0;
}
ul.tab-header

 {
    gap: 4px;
    font-size: 11px;
}
.tab-header li {
    margin-right: 6px;
}
.tab-content
Specificity: (0,1,0)
 {
    padding-left: 0;
    padding-right: 0;
}
div#tab-description ul li, div#tab-nil ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    width: 100%;
}
div#tab-shipping ul li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 3px;
}
.col-md-2.thumbimage-bloks {
    order: -1;
}
.col-md-5.bigimages {
    order: -2;
}
.all-thums img {
    width: 56px;
    border-radius: 10px;
}
.all-thums {
    margin-top: 20px;
    text-align: center;
    display: flex
;
    gap: 12px;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
}
.tab-content {
    padding-left: 0;
    padding-right: 0;
}
.container.custopmpaddingss

 {
    padding-top: 40px;
    padding-bottom: 21px;
}
form#ContactForm

 {
    padding: 23px 19px;
    box-shadow: 0px 0px 16px #0000001F;
    border-radius: 17px;
}
form#ContactForm .field {
    position: relative;
    border: 1px solid #c8a25f;
    border-radius: 11px;
    overflow: hidden;
}
p.all-text-eh {
    font-size: 15px;
    color: #303030;
}
h2.baneer-title.text-end {
    text-align: center !important;
}
a.cart_link {
    margin-left: 14px;
}
 a.cart_link {
    margin-left: 0;
  }
  ul.linedots li::before {
    display:none;
  }
  .featured-product-bg-img {
  top: -20px;
}
    p.all-text-eh {
        font-size: 15px;
        color: #303030;
        line-height: 20px;
    }
    .innerbanner-section h1.baneer-title.text-center span {
    margin-bottom: 0px;
}
.thankuBnner h1.baneer-title.text-center {
    letter-spacing: 1px;
}
.header-btn.toggle-account-dropdown {
  padding: 6px 22px;
}
.headerwraper {
  flex-wrap: wrap;
  justify-content: center;
}
.login-wraperdiv {
  margin-right: .;
}
.header-btn  {
  font-size: 12px;
}
.headerwraper {
  padding-top: 0;
  padding-bottom: 0;
}

  .all-icons-header {
  width: 100%;
  justify-content: space-between;
  margin-top: 11px;
}
.tab-header li {
  margin-right: 2px !important;
}
.testimonail-title

 {
        font-size: 36px;
        max-width: 594px;
        line-height: 50px;
    }
    h2.testimonail-title {
    margin-bottom: 35px;
    line-height: 50px;
}
.product-tabs-wrapper {
  margin-bottom: 0px;
}
.baneer-title.text-end.tbash-sd span {
  font-weight: bold;
  background: linear-gradient(to right, #A27F40, #A27F40, #F6E89D, #A27F40);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 48px;
}
 .header-logo-img {
    max-width: 100%;
  }
  .col-md-5.bigimages img {
    background: #D9D9D9;
    border-radius: 30px;
    padding: 20px 9px;
    margin-right: 0px;
    width: 100%;
}


img#main-product-image {
    height: 500px;
    object-fit: contain;
    width: 100%;
}
    img#main-product-image {
        height: 500px;
        object-fit: contain;
        width: 100%;
        object-position: center;
    }
    .customer h1 {
  font-size: 27px;
  font-weight: bold;
}
.customer form {
  margin-top: 2rem;
}
.product-values-div h2 {
  font-size: 24px;
  font-weight: 800;
}
  .sideimgae-Wraper-texts {
    position: relative;
    width: 88%;
    margin-left: auto;
    top: 0;
    margin-bottom: 28px;
    margin-top: 14px;
  }
  .featured-product .linedots {
  padding-left: 0px;
}
.featured-product .h2s {
  margin-left: 0px;
  margin-bottom: 0px;
}
.bootom-block li:nth-child(2n) , .bootom-block ul li:nth-child(2n+1){
  width: 100% !important;
}
.dropdonw.logout-dropdown {
  width: 180px;
  overflow: hidden;
}
.dropdonw.logout-dropdown a {
  display: block;
  padding: 9px;
  font-size: 12px;
  border-bottom: 1px solid #DDD;
}
  h2.testimonail-title {
    margin-bottom: 35px;
    line-height: 32px;
    font-size: 28px;
  }
  .testimonails-subtitle {
    font-size: 22px;
  }
  div#tab-nil a {
  text-align: center;
}
.singl-shipping-bloclks {
  margin-bottom: 20px;
}
.the-suj .h2s {
  margin-top: 12px;
  margin-bottom: 20px;
}
.container.prc-pages.my-5 {
    padding-top: 14px;
}
.container.prc-pages.my-5 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.footertop-seciton .col-md-6 {
  order: -1;
}
.footer-topsec2 {
  margin-left: 0;
  margin-top: 0;
}
 .footer-topsec1 {
    text-align: right;
    margin-top: 0px;
  }
   .footer-topsec4 {
    margin-top: 0;
  }
  .footer-topsec5 {
    margin-top: 0;
  }
  .footer-topsec6 {
  margin-top: 0;
}
.all-right-site-footer-top-section {
  display: flex;
}

.all-right-site-footer-top-section div {
  width: 33.33%;
}
.all-right-site-footer-top-section img {
  width: 100%;
 height: 151px;
  object-fit: cover;

  max-width: 100% !important;
}
.phone_on_s {
  display:block;
}
.phone_none {
  display:none;
}
.footer-topsec3 {
  padding: 0;
}
.box-footertopsection {
  margin-bottom: 25px;
}
.text-footerTOpsection {
  padding-top: 47px;
}
.footertop-seciton {
  padding-bottom: 57px;
}
.all-right-site-footer-top-section {
  gap: 10px;
  margin-top: 10px;
}
.text-footerTOpsection ul li {
  text-align: left;
  width: 100%;
}
}