@import url("animate.css");

@import url("https://cdn.lineicons.com/3.0/lineicons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;600;900&display=swap");

/* CSS Document */

html,
body {
  overflow-x: hidden;
}

body {
  float: left;
  font-family: "Poppins", sans-serif;
  width: 100%;
  color: #231f20;
  font-weight: 400;
  background-attachment: fixed;
  background-size: 40%;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

::-moz-selection {
  /* Code for Firefox */
  color: #231f20;
  background: #d7c07f;
}

.rb-container {
  font-family: "PT Sans", sans-serif;
  /* width: 50%; */
  /* margin: auto; */
  display: block;
  position: relative;
}
.coupon-area input[type=search]{
  font-size: 15px;
  padding: 10px;
}

.order-total span{
  font-size: 10px;
  font-weight: bold;
}
.summary-right{
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.order-total-savings h3{
  font-size: 13px;
  line-height: 25px;
}
.order-total-savings{
  background: #d0ffd0;
}
.coupon-text a{
  background: #cea359;
  padding: 5px 10px;
  font-size: 12px;
  color: white;
  border-radius: 4px;
}

.rb-container ul.rb {
  /* margin: 2.5em 0; */
  padding: 0;
  /* display: inline-block; */
}

.rb-container ul.rb li {
  list-style: none;
 
  border-left:2px dashed #d0a55a;
  padding: 0 0 50px 50px;
  position: relative;
}
.payment input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 3px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.payment input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 3px;
  left: -1px;
  position: relative;
  background-color: #ffa500;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.rb-container ul.rb li:last-child {
  border-left: 0;
  padding-bottom: 0;
}
.active-step::before{
  background-color: #d0a55a !important;
}
.rb-container ul.rb li::before {
  position: absolute;
  left: -22px;
  top: -5px;
  content: " ";
  /* border: 8px solid rgba(255, 255, 255, 1); */
  border-radius: 500%;
  background-color: #9b9b9b;
  height:45px;
  width: 45px;
  transition: all 500ms ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
}

.rb-container ul li:nth-child(1)::before{
  background-image: url(../img/summary.png);
 
}

.rb-container ul li:nth-child(2)::before{
  background-image: url(../img/loc.png);
 
}
.rb-container ul li:nth-child(3)::before{
  background-image: url(../img/payment.png);
 
}
.add-more-address{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #dddddd;
  padding:0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.main-container 
{
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px
  /* flex-direction: column; */
}



.main-container h2 
{
  margin: 0 0 80px 0;
  color: #555;
  font-size: 30px;
  font-weight: 300;
}

.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  /* justify-content: center; */
  gap: 30px;
  /* text-align: center; */
}

.custom-radio input 
{
  display: none;
}



.my-addrs{
  width:85%;
  float: left;

}

.radio-btn 
{
  /* margin: 10px; */
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  /* text-align: center; */
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #d0a55a;
  font-size: 15px;
  position: absolute;
  top: -15px;
  right: -15px;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 7px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

/* .radio-btn .hobbies-icon 
{
  width: 150px;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  margin-bottom:20px;
  
}
.radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 
{
  color: #555;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing:1px;
} */

.custom-radio input:checked + .radio-btn 
{
  border: 2px solid #000;
}

.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: scale(1);
}



ul.rb li .timestamp {
  color: #50d890;
  position: relative;
  width: 100px;
  font-size: 12px;
}

::selection {
  color: #231f20;
  background: #d7c07f;
}

.btn {
  box-shadow: none;
  outline: none;
}

button {
  box-shadow: none;
  outline: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
}

p {
  color: #231f20;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0e2c18;
}

ul li,
ul li a,
ol li,
ol li a {
  color: #161616;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

.no-padding {
  padding: 0px;
}

.text-left {
  text-align: left !important;
}

.mob-only {
  display: none;
}

.desktop-only {
  display: block;
}

.layout {
  width: 100%;
  background: #fff;

  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.desktop {
  display: block;
}

.mob-view {
  display: none;
}

.margin-auto {
  margin: auto !important;
  float: none !important;
}

.full-width {
  width: 100% !important;
}

.header {
  position: relative;
  height: auto;
  background-repeat: repeat-x;
  z-index: 999;
  background: #fff;
  float: left;
  width: 100%;
}

.fixed-top {
  background: #fff;
}

.italic {
  font-style: italic;
}

.navbar-brand {
  position: relative;
  top: 0px;
  padding: 0px;
  z-index: 99999;
}

.navbar-brand img {
  width: 100px;
}

.navbar-nav li {
  margin: 0px 5px;
}

.navbar-nav li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin: 20px 5px;
  float: left;
  position: relative;
  color: #231f20;
  text-transform: uppercase;
}

.navbar-nav li a:hover {
  color: #53b32c
}

.attr-nav {
  flex-direction: row;
  margin-left: 15px;
}

.attr-nav li {
  float: left;
  margin: 0px 10px;
}

.attr-nav li a {
  font-size: 14px;
  color: #231f20;
  background: #ad0007;
  padding: 10px 15px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-link {
  color: #231f20;
}

.attr-nav li img {
  width: 25px;
  margin-top: 0px;
  float: right;
  margin-left: 10px;
}

.attr-nav li .c-btn {
  background: #53b32c;
  color: #fff;
  padding: 8px 12px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px !important;
}

.header .dropdown-menu {
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.header .dropdown-menu .navbar-nav li a {
  padding-left: 0px;
  padding-right: 0px;
}

.header .dropdown-menu li {
  margin: 0px 0px !important;
}

.top-fix {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.main-menu{background: #1A1A1A;}

/* .main-menu .navbar-nav li a{color: #fff !Important;} */

.top-menu{padding: 10px 0px;}
.top-menu a{font-size: 13px; color: #000;}
.category-drop .dropdown-toggle::after{display: none;}
.category-drop svg{float: left;position: relative;fill:#D0A55A;margin-right: 5px;top:5px;}
.category-drop li a{margin: 0px 0px;padding: 10px 5px;
    line-height: 10px;
    font-weight: 400;color: #1A1A1A !Important;}
.navbar-light{background: #fff;}

.main-slider {
  z-index: 99;
  position: relative;
  float: left;
  width: 100%;
  float: left;
}
.main-slider .container {
  position: relative;
}
.overly {
  position: absolute;
  background: url(../img/overly.svg) right top;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: left;
}
.swiper-container img {
  width: 100%;
  float: left;
}
.main-slider .content h1 {
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;

  color: #fff;
  text-transform: uppercase;text-align: center;
}
.swiper-button-white {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #3e4b5a;
  background-size: 12px;
  display: none;
}
.swiper-button-next {
  bottom: 20px;
  top: auto;
  left: 60px;
}
.swiper-button-prev {
  bottom: 20px;
  top: auto;
}
.main-slider .swiper-pagination {
  right: 10px;
  left: auto;
  margin: auto;
  bottom: 0px !important;
  top: auto !important;
  width: fit-content;
}
.main-slider .swiper-pagination-bullet {
  float: left;
  background: #fff !important;
  width: 18px;
  height: 18px;
  margin-right: 8px !important;
  margin: 10px;
  opacity: 0.6;
  left: 10px;
  top: auto !important;
  bottom: 10px;
  float: left;
}
.main-slider .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background: #53b32c !important;
  opacity: 1 !important;
}
.main-slider .swiper-slide {
}
.main-slider .gallery-top {
  width: 100%;
}
.main-slider .content {
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto auto;
  width: 80%;
  padding: 0px;
  z-index: 999;
  top: 40%;
  text-align: center;
}
.main-slider .content img {
  width: 160px;
  margin: 0 auto;
  float: none !important;
}

.main-wrap{width: 100%; float: left; padding: 2em 0px 0em 0px;}
.main-wrap{float: left;}
.home-top img{border-radius: 0px;}
.login-btn{border: 1px solid #ccc;
    padding: 10px 20px;
    line-height: 26px;
    font-weight: 600;
    border-radius: 8px;}

.home-mid-one img{margin-bottom: 20px;}

.home-search-wrap{background: #ebf7e5; padding: 2em 0px;float: left;width: 100%;}
.home-search-wrap h2{font-size: 24px; font-weight:600; color: #2D2D2D;text-align: center;text-transform: uppercase;margin-bottom: 10px;}
.home-search{background: #53b32c; padding: 2em 3em  3em 3em;border-radius: 12px;}
.home-search .btn-outline-secondary{background: #1A1A1A;color: #fff;border: 0px;}
.home-search .btn-outline-secondary i{color: #fff;margin-right: 5px;}
.home-search .input-group {border: 0px;margin-bottom: 0px !important;}
.home-search  .form-control{border: 0px;}
.home-category-list a{margin-bottom: 25px;float: left;}
.home-category-list .icons img{width: 100%; float: left;border-radius: 6px 6px 0px 0px;;}
.home-category-list h3{font-size: 13px; text-transform: uppercase;padding: 10px 0px; font-weight: 600;color: #474747;background: #F8F8F8;float: left; width: 100%;text-align: center; border-radius: 0px 0px 6px 6px;}

.home-about {
  float: left;
  padding: 4em 0px 4em 0px;
  width: 100%;
}

.home-about img {
  border-radius: 12px;
}

.home-about .container {
  max-width: 960px;
}

.about-text {
  margin-top: 1.5em;
}

.about-text h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.about-text h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #00e485;
  height: 4px;
  width: 100px;
  border-radius: 6px;
  left: 0px;
}

.about-text p {
  font-weight: 400;
  text-align: justify;
  font-size: 14px;
}

.our-services {
  padding: 3em 0px;
  float: left;
  width: 100%;
}

.our-services h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
  margin-top: 15px;
}

.our-services h2::after {
  content: "";
  position: absolute;
  /* bottom: 0px; */
  background: #00e485;
  background-repeat: no-repeat;
  height: 2px;
  width: 100px;
  border-radius: 6px;
  left: 0;
  right: 0;
  bottom: 0px;
}

.our-services img {
  border-radius: 12px;
}

.our-services p {
  font-weight: 400;
  text-align: justify;
  font-size: 14px;
}

#our-servies {
  float: left;
  width: 100%;
}

#contactus {
  float: left;
  width: 100%;
  padding: 0em 0px 0em 0px;
}

.home-contact {
  width: 100%;
  background: #efefef;
  float: left;
  padding: 3em 0px;
}

.home-contact .container {
  max-width: 1024px;
}

.home-contact h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.home-contact h2::after {
  content: "";
  position: absolute;
  /* bottom: 0px; */
  background: #00e485;
  background-repeat: no-repeat;
  height: 2px;
  width: 100px;
  border-radius: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
}

.gray {
  background: #efefef;
  background: url();
}

.home-category {
  float: left;
  width: 100%;
  padding: 3em 0px;
  background:#fff;
  background-attachment: fixed;
  background-size: cover;
}

.home-category h2 {
  color: #231f20;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 26px;
  text-align: center;
}

.home-category h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 2px;left: 0px; right: 0px; 
  margin: auto;
  background: #231f20;
}

.category-list li {
  text-align: center;
  margin: 1em 0px;
}
.category-list .icons {
  height: 220px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  object-position: center; /* WIDTH: 100%; */
}
.category-list li .icons img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-list li a {
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background: #fff;
}

.category-list li h3 {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  margin-top: 15px;
  float: left;
  width: 100%;
  text-align: center;
}

.category-list .owl-item:nth-child(even) li a {
  background: #efefef;
}

/* Default styles for .home-mid */
.home-mid {
  float: left;
  width: 100%;
  padding: 0em 0 3em 0;
}

.home-mid .container {
  height: 100%;
}

.home-mid .row {
  height: 100%;
}

.home-mid .col-6 {
  height: 100%;
}

/* Styles for .btext (Buy) */
.home-mid .col-md-6:nth-child(odd) {
  background-color: #53b32c
}

.home-mid .btext {
  padding: 4em;
  display: inline-block;
  text-align: center;

  background-position: center center;
  background-repeat: no-repeat;

  background: url(../img/buy-bg.jpg);
  width: 100%;
  height: 100%;background-size: 100%;border-radius: 12px;position: relative;
}

.home-mid .btext p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.home-mid .btext h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.home-mid .btext::before{content: "";position: absolute;border: 1.5px  dashed #53b32c;border-radius: 12px;width: 96%;height: 90%;left: 0px;top: 0px;right: 0px;bottom: 0px;margin: auto;}
.home-mid .btext h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  margin: auto;
  background: #231f20;
}

.home-mid  .btext2{  padding: 4em;
  display: inline-block;
  text-align: center;

  background-position: center center;
  background-repeat: no-repeat;

  background: url(../img/sell-bg.jpg);
  width: 100%;
  height: 100%;background-size: 100%;border-radius: 12px;}

.header-search {
  width: 100%;
  position: relative;
}
.header-search .dropdown-item {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  font-weight: 300;
  font-weight: 400;
  font-size: 14px;
}
#whatsappBtn {
  background-color: #16be45;
  color: #ffffff;
  padding: 10px 25px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#whatsimg {
  height: 35px;
  width: 35px;
}

.small-font {
  font-size: 11px;
  background: #bfbfbf;
  padding: 2px 5px;
  border-radius: 2px;
}

#customSearch {
  max-width: 100%;
}

#search-inputz {
  border-radius: 4px;
  padding: 10px 15px;
  width: 100%;
  border: 0px;
}

.btn-search button {
  border-radius: 25px;
}

#search-results {
  display: none;
  margin-left: 0;
  max-width: 100%;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  top: 61px;
  border: 0px;
}
#search-results h5 {
  text-align: center;
  color: #6d6d6d;
  font-size: 13px;
  padding: 10px;
}
/* Add some padding and style for the search results */
#search-results .result-item {
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  /* Ensure ellipsis works with max-width */
}

#search-results .result-item:last-child {
  border-bottom: none;
}

/* Hover effect for search results */
#search-results .result-item:hover {
  background-color: #f5f5f5;
}


/* Responsive styling */
@media (max-width: 768px) {
  #customSearch {
    max-width: 100%;
  }

  #search-results {
    display: none;

    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .home-mid .btext {
    padding: 3em 1em;
    margin-bottom: 20px;
  }

  .home-mid .btext h2 {
    font-size: 28px;
  }
}

/* Media query for even smaller screens */
@media only screen and (max-width: 480px) {
  .home-mid .btext {
    padding: 2em 0.5em;
  }

  .home-mid .btext h2 {
    font-size: 24px;
  }
}

.home-products {
  float: left;
  width: 100%;
  padding: 4em 0px;
  background: url(../img/mid-bg.jpg) center center;
  background-attachment: fixed;
  background-size: cover;
}


.product-list .icons {
  height: 220px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.product-list li .icons img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-list-wrap .icons {
  height: 220px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.product-list-wrap .icons img {
  max-width: 100%;
  height: 100% !important;
  object-fit: scale-down;
  object-position: center;
  width: 100% !important;
}

.contact-info h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-weight: 600;
  width: 100%;
}

.contact-info a {
  font-size: 13px;
  color: #231f20;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  line-height: 22px;
  font-weight: 300;
}

.contact-info p {
  font-size: 13px;
  color: #231f20;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  line-height: 22px;
  font-weight: 300;
}

.social {
  margin-top: 15px;
  float: left;
  width: 100%;
  border-top: 1px dashed #ccc;
  float: left;
  padding-top: 15px;
}

.social h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.social p {
  font-size: 13px;
  color: #231f20;
}

.social ul li {
  float: left;
  margin-right: 10px;
}

.social ul li a {
  color: #fff;
  float: left;
  width: 36px;
  height: 36px;
  background: #00e485;
  text-align: center;
  line-height: 26px;
  border-radius: 6px;
  line-height: 36px;
}

.footer {
  width: 100%;
  text-align: center;
  padding: 3em 0px;
  background: #53b32c
  float: left;
}

.footer p {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.inner-banner {
  width: 100%;
  padding: 2em 0px;
  float: left;
  width: 100%;
  background: #53b32c
}

.inner-banner h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
}

.contentarea {
  padding: 3em 0px;
  float: left;
  width: 100%;
}



.sidebar {
  float: left;
  width: 100%;
}

.sidebar h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #231f20;
}

.sidebar ul {
  padding: 5px 0px 5px 0px;
}

.sidebar ul li {
  width: 100%;
}

.sidebar ul li span {
  float: right;
}

.sidebar ul li a {
  width: 100%;
  padding: 5px 0px;
  border-bottom: dashed #ccc 1px;
  float: left;
}

.btn-white {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-detail {
  background: #f6f6f6;
  padding: 35px 30px;
}

.cart-detail .save-text {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.cart-detail .save-text i {
  font-size: 20px;
  color: #08779a;
}

.cart-detail .save-text span {
  color: #08779a;
  font-weight: 500;
  font-size: 16px;
}

.cart-detail table {
  width: 100% !important;
}

.cart-detail table tr {
  align-items: center;
}

.cart-detail table tr.total td {
  padding: 15px 0 20px;
}

.cart-detail table tr.total td.price {
  font-family: var(--font-family-title);
  font-weight: 500;
  font-size: 24px;
  color: var(--secondary);
  text-align: end;
}

.copyright{background: #EBF7E5;padding: 1.5em 0px;width: 100%; float: left;}
.copyright p {
  color: #231f20;font-size: 13px; font-weight: 500;
}
#pro_heading {
  font-size: 20px;
}
.successmsg {
  font-size: 20px;
  position: absolute;
  margin-top: -45px;
  color: green;
}
#redot {
  color: red;
}
.mb-0{
  font-weight: 350 !important;
  display: inline-block;
  min-width: 200px; /* Use min-width instead of width to allow flexibility */
  margin-right: 0px; /* Add margin for spacing */
}
.mb-1{
  font-weight: 400 !important;
  display: inline-block;
  min-width: 200px; /* Use min-width instead of width to allow flexibility */
  margin-right: 0px; /* Add margin for spacing */
}
.strike {
  text-decoration: line-through;
  font-weight: 300 !important;
  font-size: larger;
}
.price {
  font-size: larger;
}



.product-detail ul {
  padding: 0;
  margin: 0;
}

.product-detail h4 {
  font-weight: 400;
  font-size: 22px;
}

.product-detail ul li {
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.productdetails {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product-detail tr strong {
  font-weight: 600 !important;
  display: inline-block;
  min-width: 200px; /* Use min-width instead of width to allow flexibility */
  margin-right: 10px; /* Add margin for spacing */
}

.product-detail ul li span {
  flex-grow: 1; /* Allow the content to grow and take available space */
}

@media only screen and (max-width: 1280px) {
  .cart-detail {
    padding: 15px;
  }

  .cart-detail .icon-bx-wraper.style-4 {
    padding: 15px;
  }

  .cart-detail .icon-bx-wraper.style-4 .icon-content {
    margin-left: 10px;
  }

  .cart-detail .icon-bx-wraper.style-4 .dz-title {
    margin-bottom: 0;
  }

  .cart-detail .icon-bx-wraper.style-4 p {
    display: none;
  }

  .cart-detail .save-text {
    padding-bottom: 10px;
  }

  .cart-detail .save-text span {
    font-size: 14px;
  }

  .cart-detail table tr.total td {
    padding: 10px 0 10px;
  }

  .cart-detail table tr.total td.price {
    font-size: 20px;
  }
}

.qty {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.qty label {
  flex: 1 0 100%;
}
.qty input {
  width: 4rem;
  height: 2rem;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #d0a55a;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  max-width: 100%;
  width: 350px;
  position: relative
}

.progress-container::before {
  content: "";
  background-color: var(--line-border-empty);
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
}

.progress {
  background-color: var(--line-border-fill);
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 0%;
  transform: translateY(-50%);
  z-index: -1;
  transition: .4s ease;
}

.circle {
  background-color: white;
  color: #999;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--line-border-empty);
  transition: .4s ease;
}

.circle.active {
  border-color: var(--line-border-fill)
}


.ui-w-80 {
  width: 80px !important;
  height: auto;
}

.btn-default {
  border-color: rgba(24,28,33,0.1);
  background: rgba(0,0,0,0);
  color: #4E5155;
}

label.btn {
  margin-bottom: 0;
}

.btn-outline-primary {
  border-color: #26B4FF;
  background: transparent;
  color: #26B4FF;
}

.btn {
  cursor: pointer;
}

.text-light {
  color: #babbbc !important;
}

.btn-facebook {
  border-color: rgba(0,0,0,0);
  background: #3B5998;
  color: #fff;
}

.btn-instagram {
  border-color: rgba(0,0,0,0);
  background: #000;
  color: #fff;
}
.boxshadow{box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.card {
  background-clip: padding-box;
  box-shadow: none ;
  border: none;
}

.row-bordered {
  overflow: hidden;
}

.account-settings-fileinput {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.account-settings-links .list-group-item.active {
  font-weight: 600 !important;
}
html:not(.dark-style) .account-settings-links .list-group-item.active {
  background: transparent !important;
}
.account-settings-multiselect ~ .select2-container {
  width: 100% !important;
}
.light-style .account-settings-links .list-group-item {
  padding: 0.85rem 1.5rem;
  border-color: rgba(24, 28, 33, 0.03) !important;
}
.light-style .account-settings-links .list-group-item.active {
  color: #4e5155 !important;
}
.material-style .account-settings-links .list-group-item {
  padding: 0.85rem 1.5rem;
  border-color: rgba(24, 28, 33, 0.03) !important;
}
.material-style .account-settings-links .list-group-item.active {
  color: #4e5155 !important;
}
.dark-style .account-settings-links .list-group-item {
  padding: 0.85rem 1.5rem;
  border-color: rgba(255, 255, 255, 0.03) !important;
}
.my-profile .show{position: relative !important;margin: 0 !important; border:0 !important; transform: none !important;}
.dark-style .account-settings-links .list-group-item.active {
  color: #fff !important;
}
.light-style .account-settings-links .list-group-item.active {
  color: #4E5155 !important;
}
.light-style .account-settings-links .list-group-item {
  padding: 0.85rem 1.5rem;
  border-color: rgba(24,28,33,0.03) !important;
  background: #e2e2e2;
  padding: 20px;
}

.order-view-table td, .order-view-table th{
  vertical-align: middle;
}

.w-110{width: 110px;}

.table>:not(caption)>*>* {
  padding: 1.5rem 1.5rem 
}


.btn {
  background-color: var(--line-border-fill);
  color: #fff;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  padding: 8px 30px;
  margin: 5px;
  font-size: 14px;
}

.btn:active {
  transform: scale(.98);
}

.btn:focus {
  outline: 0;
}

.btn:disabled {
  background-color: var(--line-border-empty);
  cursor: not-allowed;
}

.discount{text-decoration: line-through;}
.qty button {
  border:0;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 1rem;
  background: #d0a55a;
}
.qty button.qtyminus {
  margin-right: 0.3rem;
}
.qty button.qtyplus {
  margin-left: 0.3rem;
}


/* plisting */
/* product listing */
.custom-cb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
 }
 
 .custom-cb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
 }
 
 .checkmark {
  position: absolute;
  top: 0;
  border-radius: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
 }
 .image-container img{padding: 40px 0 15px;scale: (1);transition: 0.3s ease-in-out;}
 
 .custom-cb:hover input~.checkmark {
  background-color: #ccc;
 }
 
 .custom-cb input:checked~.checkmark {
  background-color: grey;
 }
 .content .custom-cb, .category{
  font-size: 13px;
  cursor: pointer;
  color: var(--lighttext);
  font-weight: 500;
 
 }
 .filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0; 
}

.price-title {
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgba(248, 247, 244, 0.2);
  padding-top: 15px;
  padding-left: 0px;
  border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 100%;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb { 
  /* WebKit/Blink */
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -4px;
    background-color: grey;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb { 
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: grey;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb  { 
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: grey;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track { 
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background:  grey;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track { 
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background:  grey;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track { 
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background:  grey;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  justify-content: center;
  color: grey;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
  align-items: center;
}

.price-wrap-1, 
.price-wrap-2 {
  display: flex;
}

.price-title {
  margin-right: 5px;
  backgrund: #d58e32;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one, 
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color:  grey;
  font-family: 'Karla', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-wrap label {
  text-align: right;
}

/* Style for active state input */
    
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px  grey;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px  grey;
  transition-duration: 0.3s;
}
 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
 }
 
 .custom-cb input:checked~.checkmark:after {
  display: block;
 }
 
 .custom-cb .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
 }


 .sidebar {
  
  width: auto;
  background: #efefef;
  color: #555;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: sticky;
  top: 1.5rem;
 }
 
 .list { 
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
 }
 
 .list li {
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 0.9rem;
  border-bottom: 1px solid #cdcd;
  padding: 1rem 0;
 }
 .list li:last-child{border: 0;}
 .list li .list li{border-bottom: 0;}
 
 .list-title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--vietnamfont);
  padding: 0.5rem;
  border-radius: 0.25rem;
 }
 
 .list-title > * {
  pointer-events: none;
 }
 
 .list-title .fa-chevron-down {
  margin-left: auto;
  font-size: 0.75rem;
 }
 .product-listing-area .home-title h2{
  font-size: 18px;
 }
 
 .content .custom-cb, .category{
  font-size: 13px;
  cursor: pointer;
  color: var(--lighttext);
  font-weight: 500;
 
 }
 .list.inner {
  height: 0;
  overflow: hidden;
  transition: height 200ms ease;
 }
 
 .list.inner li {
  padding: 0.5rem;
  border-radius: 0.25rem;
  padding-left: 1rem;
 }
 
 .list-title.active .fa-chevron-down {
  transform: rotate(180deg);
 }
 
 
 .select{
  border: 1px solid blue;
  border-radius: 10px;
  padding: 15px 20px;
 }
 .caret-rotate{
  transform: rotate(180deg);
 }
 
 .p-summary{
  list-style: disc;
  list-style-position: inside;
 }
 
 .addCart{
  padding: 15px 35px;
  background:#D0A55A;
  border-radius: 10px;
 }
 
 .qty-dropdown{
  width: 100px;
 }
 
 .qty-dropdown .menu{
  left: 50%;
  z-index: 99;
 
 
  background: #f2f2f2;
 
  width: 100%;
  top: 4em;
  position: absolute;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  transition: 0.2s;
 }
 
 .menu li{
  cursor: pointer;
  padding: 5px 20px;
 }
 
 .active-option{
  background: #D0A55A;
  color: #fff;
 }
 .product-detail{padding: 2rem 0 0;}
 .pro-detail-footer{padding: 1rem 0 1rem;}
 .nextfav{padding: 2rem 0;}
 
 .menu-open{
  display: block !important;
  opacity: 1 !important;
 }
 .slider-content button{padding: 10px 35px;}
  .button-signup {
  margin: 0;
  background-color: #fff;
  border: 1px solid var(--light-green);
  color: var(--light-green);
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  height: 45px;
  width: 100%;
  cursor: pointer;
 }
  .button-submit {
  margin: 0;
  background-color:#D0A55A;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  height: 45px;
  width: 100%;
  cursor: pointer;
 }
 .list-group-flush > .list-group-item {
  border-width: 1px;
  font-size: 15px;
  text-transform: capitalize;font-weight: 400;
 }
 
 
 .list-group-item.active {
  z-index: 2;
  color: inherit;
  background-color: white;
  border-left: 2px solid #D0A55A !important;
  border-color: white;
 }
 .accordion-button:after{
  content: "\f107";
  font-size: 13px;
  color: #777;
  float:right;
  margin-left: 5px;
  font-family: 'FontAwesome';
  transition: all 0.5s ease-in-out;
 }
 .accordion-button:not(.collapsed)::after{
  transform: rotate(180deg);
 }
 .p-slider{
  display: flex;
  align-items: center;
  height: 5px;
 
 }
 .pro-button button{outline: 0;border: none;background: #d0a55a;font-size: 13px;font-weight: 400;text-transform: capitalize;color: #fff;padding: 8px 20px;width: 100%;border-radius: 4px;}
 .active + .inner{display:inline-flex}
 .p-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #D0A55A;
  cursor: pointer;
  border-radius: 50%;
  z-index: 999;
 }
 ol, ul {
  list-style: none;
  padding: 0;
}
 .price-wrap input{display:inline-block;width: 60px;cursor: default;border: 1px solid green;padding:1rem}
.form-control {
  border-radius: 4px;
  box-shadow: none;
  height: 45px;
  float: left;
  width: 100%;
  border: 1px solid #474747;
}
#FormID label {
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.form-group {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.rdot {
  float: right;
}
#submitBtn {
  background: #000;
  border-radius: 4px;
  min-width: 200px;
  border: 0px;
  padding: 12px;
}
.btn-success {
  font-size: 13px;
}

.qty-show{
  position: absolute;
    color: white;
    font-size: 11px;
    width: 20px;
    display: flex;
    height: 20px;
    border-radius: 50%;
    background: black;
    top: -5px;
    /* display: inline; */
    align-items: center;
    justify-content: center;
    right: -5px;
}
.user .dropdown-toggle::after{display:none;}
.user button{background: none; border: none; padding: 5px;}
.user i{font-size: 25px; color: #D0A55A;}
.user .btn:hover{background: none;}
.user .btn.show{background: none;}
.inputForm input{border: none;}
.signup-btn{padding: 15px; background: #fff; border: 1px solid;}
.inputForm{background: white;padding: 10px; border-radius: 10px;}
.proceed-btn{background:#000;color: #fff; padding: 15px;}
.login-area{max-width: 500px; background: #d0a55a9e; padding: 40px; margin: 40px auto; border-radius: 10px;}
.cart .dropdown-menu[data-bs-popper]{right: 0; left: unset; width: 350px !important;}
.user .dropdown-menu[data-bs-popper]{right: 0; left: unset; width: max-content;}


/*.pro-item:hover{border: 1px solid #1a1a1a; }*/
.pro-img {height: 300px;overflow: hidden;margin-bottom: 10px;object-fit: cover;object-position: center center;}
.pro-img  img{height: 100%;width: 100%;object-fit: cover;object-position: center center;}
.pro-text {margin-top: 10px;   }
.pro-text h3{font-weight: 600;font-size: 14px;line-height: 18px;color: #D0A55A;}
.pro-text .price{font-size: 14px;}
.pro-text .old-price{color: red;font-size: 11px;text-decoration: line-through;}
.view-btn{padding: 15px 5px !important; float: left; width: 100%;text-align: center;font-weight: 400;}
.view-btn i{color: #1a1a1a; font-size: 22px; position: relative; top: 3px;}
.borderd{border: 1px solid #ccc;border-radius: 0px; padding: 15px;}
.borderd .pro-img{object-fit: contain !Important;}
.borderd {background: #fff;}
.mid-one{margin-bottom: 2em ;}

.offer-box1{padding: 2em; background: #efefef; }
.offer-box1 h2{text-align: center;color: #231f20;font-weight: 600;margin-bottom: 10px;padding-bottom: 10px;position: relative;font-size: 22px;}
.offer-box1 p{text-align: center;}
.offer-box1 .exp-btn{background:#D0A55A;color: #fff;padding: 10px 15px;border-radius: 40px;display: flow-root;max-width: 130px;text-align: center;margin: 10px auto;}
.home-prodict-secton {float: left;width: 100%;padding: 3em 0px;}
.home-prodict-secton h2 {color: #231f20;text-transform: uppercase;font-weight: bold;margin-bottom: 10px;padding-bottom: 10px;position: relative;font-size: 26px;
  text-align: center;}

.home-prodict-secton h2::after {content: "";position: absolute;left: 0px;bottom: 0px;width: 100px;height: 2px;left: 0px; right: 0px; margin: auto;background: #231f20;}
.mbt{margin-bottom: 0px;}

.home-news-letter{padding: 3em 0px;background: #ebf7e5; float: left; width: 100%;}
.home-news-letter h2{color: #231f20;text-transform: capitalize;font-weight: 600;margin-bottom: 10px;padding-bottom: 10px;position: relative;font-size: 18px;
  text-align: center;}
.home-news-letter .btn-outline-secondary{background: #1a1a1a;color: #fff;}

.foot-top{padding: 1em 0px;float: left;width: 100%;background: #1a1a1a; }
.foot-top h3{color: #fff;font-weight: 600;text-align: left;font-size: 18px; line-height: 24px;}
.foot-top a{color: #fff;font-size: 16px; float: left;}
.foot-top a span{margin-left: 15px;line-height: 40px; float: left;}
.foot-top i{color: #fff; padding:0px 0; width:40px;height:40px;text-align: center;font-size:26px; float: left;background: rgba(255,255,255,0.2);text-align: center;border-radius: 6px; line-height: 40px;}

.foot-mid{padding: 3em 0px;float: left;width: 100%;text-align: left;}
.foot-mid img{max-width: 150px;} 
.foot-mid h3{font-size: 16px; font-weight: 600;margin-bottom: 5px;}
.foot-mid ul li a{font-size: 13px;width: 100%;}
.footcontact a{width: 100%; color: #000; font-size: 13px;float: left;margin: 10px 0px;font-weight: 300;}
.foot-social{margin-top: 15px;}
.foot-social li{float: left;margin-right: 10px;}


.product-list li{margin-bottom: 25px;}
.product-detail h2{font-weight: 600; margin-bottom: 10px;}
.product-detail table tr{border-bottom: 1px solid #ccc;float: left;width: 100%;margin: 1px 0px;}
.product-detail table tr td{font-size: 13px; width: 60%;float: left;padding: 10px 10px;}
.product-detail table tr td:first-child{background: #fafafa;width: 40%;}
.pricebar{width: 100%; float: left;margin:5px 0px;border-bottom: 1px dashed #ccc;padding: 5px 0px;}
.pricebar .oldprice{color: red;  float: left;  font-size: 13px; margin-right: 10px;
    text-decoration: line-through;margin-left: 10px;}
.pricebar b{float: left; color: #000;}
.pricebar .price {font-size: 18px; font-weight: 600;color: #1a1a1a;}
.pricebar h3{float: left;margin-right: 10px;width: 100%;font-size: 14px;margin-bottom: 10px;}
.pricebar ul li{float: left;margin-right:10px;}
.pricebar ul li a i{font-size: 26px;background:#1a1a1a; color: #fff; padding: 5px; border-radius: 4px;text-align: center;}
/* -------------------------------- 

Main components 

-------------------------------- */
@media (min-width: 1600px) {
}

@media only screen and (min-width: 1600px) {
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1280px) {
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) {
}

@media screen and (max-width: 773px) {
  .col-2 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }

  .col-5 {
    width: 100%;
  }

  .col-4 {
    width: 100%;
  }

  .col-7 {
    width: 100%;
  }

  .col-8 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .navbar-nav li a {
    margin: 5px 0px;
    width: 100%;
  }
  .main-slider {
    height: auto;
  }

  .main-slider .screens ul li {
    padding: 10px;
  }

  .main-slider .content h1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
  }

  .home-about {
    padding-top: 1em;
  }

  .features-box {
    margin-bottom: 25px;
  }

  .banner-content {
    height: 100px;
    left: 0px;
  }

  .banner-content h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-content p {
    font-size: 13px;
  }

  .home-app .app-content {
    margin-top: 1em;
  }

  .home-app .screen-5::after {
    width: 100%;
    height: 100%;
  }

  .contact-info {
    margin-top: 25px;
  }

  .main-slider .content {
    top: 10%;
  }
  .category-list .icons {
    height: 110px;
  }
  .product-list-wrap .icons {
    height: 110px;
  }
  .product-list .icons {
    height: 110px;
  }
  .sidebar {
    margin-bottom: 15px;
  }
  .category-list li h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 667px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}

.pro-detail-footer p{line-height: 30px;}
  .smal-img-area img{object-fit: cover; height: 75px;margin: 10px 0;display: block;cursor: pointer;width: 100%;}
  .display-image img{height:100%;padding: 10px;border: 1px solid #f0f0f0; border-radius: 0.3rem;object-fit: cover;width: 100%;}
  .product-gal-area{display: flex;gap: 1rem;max-width: fit-content;flex-shrink: 0;}
  .smal-img-area>div{border: 1px solid #f0f0f0;padding: 0 10px;border-radius: 0.3rem;}
  .smal-img-area{flex-shrink: 0;flex-basis: 80px;}
  .product-detail {border-bottom: 1px solid #cdcd;padding-bottom: 3rem;}
  .qty-wrapper{width: 130px;border: 1px solid #D0A55A;background:#fff;display: flex;align-items: center;justify-content: center;border-radius:5px;}
  .qty-wrapper span{flex: 1;text-align: center;font-weight: bold;}
  .qty-wrapper span:not(.q-num){color: #D0A55A;cursor: pointer;}
  .location {
    background-color: rgba(41, 170, 226, 0.3);
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #454545;
    padding: 1em 2em;
    border-radius: 30px;
    font-family: var(--opensans);
  }
  .location span {
    background: white;
    padding: 0 5px;
    color: #1c94c9;
    font-weight: 400;
  }
  .add-btn{background: #fff;border: 1px solid #D0A55A;padding: 5px 25px;border-radius: 5px;transition: all 0.3s ease-in-out;}
  .add-btn span{color: #D0A55A;text-transform: uppercase;font-weight: 500;font-size: 15px;transition: all 0.3s ease-in-out;}
  .add-btn:hover{background: #D0A55A;}
  .add-btn:hover span{color: #fff;}
  .product-card{border: 1px dashed #D0A55A;}
  .product-card:hover img{scale: 0.9;}
  .product-card h5{font-size: 25px;}
  .product-listing-page{padding: 1rem 0 2.5rem;}
  .form-control:focus{box-shadow: none;border-color:#D0A55A}
  .p-summary li{font-weight: 400;}
  .price-wrap input{display:inline-block;width: 60px;cursor: default;border: 1px solid green;padding:1rem}
  .proDetailContent h3{margin: 10px 0;}
     .p-summary{
    list-style: disc;
    list-style-position: inside;
   }
   .star-check{
    color: gold !important;
   }
   
   .ratings span{color: lightgray; font-size: 14px;}

#snackbar1 {
  visibility: hidden;
  min-width:100px;
  margin-left:0;
  background-color:#000;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: fixed;
  z-index:99999999999;
  right:10%;
  top: 1%;text-transform:uppercase;
  font-size: 14px;
  border-radius:40px;
}
#snackbar1::after{content:"\f217";position:absolute;width:10px;height:10px;left:15px;padding-right:5px;font-family: 'Line Awesome Free';}
#snackbar1.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbar1 {
  visibility: hidden;
  min-width:100px;
  margin-left:0;
  background-color:#000;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: fixed;
  z-index:99999999999;
  right:10%;
  top: 1%;text-transform:uppercase;
  font-size: 9px;
  border-radius:40px;
}
#snackbar2 {
  visibility: hidden;
  min-width:360px;
  margin-left:0;
  background-color:#000;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index:99999999999;
  right:10%;
  top: 1%;text-transform:uppercase;
  font-size: 14px;border-radius:4px;
}
#snackbar2::after{content:"\f217";position:absolute;width:10px;height:10px;left:15px;padding-right:5px;font-family: 'Line Awesome Free';}
#snackbar2.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.cardsorder {
  border: none;
}

.cardsorder hr {
  opacity: 0.1;
}

.badgeorder {
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 20px;
}