@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");

/* NEW__FONT__ */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* NEW__FONT__ */

font-family: "Poppins", sans-serif;

ul {
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Cinzel", serif;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 0;
}

.nav li {
  display: inline-block;
  padding: 25px 5px 0;
}

.customer_dashboard .nav li {
  display: inline-block;
  padding: 0 !important;
}

.nav a {
  font-size: 18px;
  color: black;
  font-weight: 300;
}

.search-bar {
  width: 26%;
  position: relative;
}

input#exampleFormControlInput1 {
  border-radius: 0;
  padding: 10px 10px 10px;
}

.banner-slides {
  padding: 80px 0 30px;
}

.carousel-item.active img {
  border-radius: 20px;
}

.featurea-head h1 {
  text-align: center;
  margin: 0;
}

.featurea-head {
  position: relative;
  padding: 0 0 20px;
}

.featurea-head h1::before {
  content: "";
  width: 100px;
  height: 3px;
  background: #872c1e;
  position: absolute;
  left: 46%;
  top: 70%;
}

.feature-category {
  padding: 0px 0 70px;
}

.product-box img {
  width: 100%;
  border-radius: 10px;
}

.product-box {
  text-align: center;
  margin: 25px 0 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px 15px 15px;
  border-radius: 10px;
}

.product-box h3 {
  padding: 25px 0 0;
}

.product-box img {
  transition: transform 0.3s ease;
}

.product-box img:hover {
  transform: translateY(-10px);
}

.footer-nav ul {
  display: flex;
  gap: 30px;
}

.footer-nav a {
  color: black;
}

.footer-logo {
  padding: 0 50px 0;
}

.footer-sec {
  padding: 40px 0 50px;
  border-top: 3px solid black;
}

.nav a {
  display: inline-block;
  transform: scale(0.9);
  transition: transform 0.3s ease, font-weight 0.3s ease;
  font-weight: 400;
}

.nav a:hover {
  transform: scale(1); /* Zoom in */
  font-weight: 600; /* Thoda bold */
}

.nav a {
  font-weight: 500;
  color: black;
}

.accordion .accordion-item,
.accordion .accordion-item .accordion-button,
.accordion .accordion-item .accordion-collapse {
  border-radius: 0 !important;
}

.filter-accordian .accordion-item {
  margin: 0 0 0px;
}

/*  */

button#dropdownMenuButton1 {
  background: none;
  color: #000;
  border: none;
  padding: 0 6px 0;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 4px;
}

.search-rug h4 {
  font-size: 20px;
  border-bottom: 1px solid lightgrey;
}

input#exampleFormControlInput2 {
  border-radius: 0;
  padding: 10px 10px 10px;
  font-weight: 500;
}

.rug-collections {
  padding: 20px 0 70px;
}

.search-hear {
  position: relative;
}

.search {
  position: absolute;
  top: 30%;
  left: 92%;
}

h5#headingTwo {
  border-top: 1px solid lightgrey;
}

h5#headingThree {
  border-top: 1px solid lightgrey;
}

h5#headingfour {
  border-top: 1px solid lightgrey;
}

h5#headingfive {
  border-top: 1px solid lightgrey;
}

.find-rug a {
  background: #4d929d;
  padding: 7px 10px 7px;
  color: white;
  font-size: 12px;
  border-radius: 3px;
}

.find-rug {
  padding: 10px 0 0;
}

textarea#exampleFormControlTextarea1 {
  font-size: 13px;
  padding: 0px 5px 0;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #4d929d;
}

.accordion-body {
  background: black;
}

ul#myTab li {
  padding: 0 0 0;
}

label.form-check-label {
    font-size: 12px;
    font-weight: 500;
    color: white;
    margin-left: -50%;
}

.nav-tabs .nav-link.active {
  background: #4d929d;
  border: none;
}

button#home-tab {
  padding: 0 13px 0;
}

button#profile-tab {
  padding: 0 5px 0;
}

button#contact-tab {
  padding: 0 5px 0;
}

input#flexCheckDefault-1 {
  border-radius: 20px;
}

input#flexCheckDefault-2 {
  border-radius: 20px;
}

input#flexCheckDefault-3 {
  border-radius: 20px;
}

.inner-txt h1 {
  text-align: center;
  font-size: 60px;
  padding: 140px 0 155px;
  color: white;
  background-color: #00000066;
}

.inner-txt {
  background-image: url(../images/banner-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

.inner-banner {
  padding: 60px 0 60px;
}

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

.abt-sec {
  padding: 70px 0 70px;
}

.abt-txt p {
  margin: 0;
  font-size: 20px;
  color: #4d929d;
  text-transform: uppercase;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #4d929d !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #4d929d !important;
}
.abt-txt h1 {
  margin: 0;
  font-size: 60px;
  padding: 20px 0 20px;
}

.testinmoniols-txt {
  text-align: center;
}

.testinmoniols-txt p {
  font-size: 20px;
  color: #4d929d;
  text-transform: uppercase;
}

.testinmoniols-txt h1 {
  font-size: 50px;
}

.txt-test {
  text-align: center;
}

.txt-one p {
  font-size: 18px;
  font-style: italic;
}

.name-end h6 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.name-end p {
  font-size: 16px;
  font-style: normal;
}

/*.testimonials {*/
/*  padding: 70px 0 70px;*/
/*  background-image: url(../images/testimonioal-bg.png);*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*}*/

.testimonials {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/testimonioal-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2; /* sirf background transparent */
  z-index: 0;
}

.testimonials .container {
  position: relative;
  z-index: 1; /* text upar rahe */
}

/*.contact-txt {*/
/*  background-image: url(../images/contact-bg.jpg);*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  padding: 150px 30px 80px;*/
/*  height: 460px;*/
/*}*/

.contact-txt {
  position: relative;
  background-image: url(../images/contact-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 30px 80px;
  height: 500px;
  overflow: hidden;
  z-index: 1;
}

.contact-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* black color with 50% opacity */
  z-index: -1;
}

.contact-txt h2 {
  color: white;
}

.contact-txt p {
  color: white;
}

.contact-us {
  padding: 70px 0 70px;
}

input#exampleFormControlInput3 {
  padding: 12px 10px 12px;
  border-radius: 0;
  border: 1px solid;
}

textarea#exampleFormControlTextarea2 {
  border-radius: 0;
  border: 1px solid;
  height: 120px;
}

.submit-contact-inner {
  text-align: center;
  background: #384551;
  padding: 12px 0 12px;
  margin: 15px 0 0;
}

.submit-contact-inner a {
  color: white;
  font-size: 18px;
}

.form-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.contact-fields {
  padding: 30px 30px 0;
}

.get-cont h1 {
  position: relative;
}

.get-cont h1::before {
  content: "";
  width: 63px;
  height: 2px;
  position: absolute;
  background: black;
  top: 80%;
}

.addressing {
  padding: 60px 0 60px;
}

.contact-listed {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0 20px;
}

.list-cont-one i {
  font-size: 20px;
}

.list-cont-one {
  border: 1px solid;
  padding: 15px 18px 15px;
  border-radius: 40px;
}

.list-cont-two h2 {
  margin: 0;
  font-size: 25px;
}

.list-cont-two p {
  margin: 0;
  font-size: 17px;
}

.get-cont h1 {
  font-size: 30px;
  padding: 0 0 20px;
}

.dropdown-hover {
  position: relative;
}

.dropdown-hover .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  margin-top: 0px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  min-width: 10rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0;
}

.dropdown-hover:hover .dropdown-menu {
  display: block;
  border-radius: 0;
}

.rug-three-cont {
  position: relative;
}

.body-search {
  position: absolute;
  top: 2%;
  left: 3%;
}

.body-search i {
  color: darkgrey;
}

input#exampleFormControlInput4 {
  background: transparent;
  border: none;
}

.check-options label.form-check-label {
  font-size: 14px;
}

.check-options input#flexCheckDefault-11 {
  border-radius: 0px;
  background: grey;
  box-shadow: none !important;
}

.check-options .form-check-input:checked {
  background-color: #4d929d !important;
  border-color: #4d929d;
}

.check-options input#flexCheckDefault-12 {
  border-radius: 0;
  background: grey;
}
.rug-three-four {
  position: relative;
  height: 500px;
  /* overflow-y: scroll; */
}

.inner-height .check-options {
  max-height: 450px;
  overflow-y: auto;
}

/* Scrollbar Styling for WebKit browsers */
.inner-height .check-options::-webkit-scrollbar {
  width: 6px; /* Smaller width */
}

.inner-height .check-options::-webkit-scrollbar-track {
  background: transparent;
}

.inner-height .check-options::-webkit-scrollbar-thumb {
  background-color: yellow;
  border-radius: 10px;
}

/* Optional: for Firefox */
.inner-height .check-options {
  scrollbar-width: thin;
  scrollbar-color: yellow transparent;
}

button#dropdownMenuButton2 {
  background: transparent;
  color: black;
  border: 1px solid lightgrey;
  border-radius: 0;
  font-size: 12px;
  padding: 7px 25px 7px;
}

.rug-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 12px;
}

/* PAGINATION__START__ */

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: Arial, sans-serif;
}

.pagination-btn {
  padding: 6px 6px;
  border: 1px solid #4d929d;
  background-color: white;
  cursor: pointer;
  border-radius: 0;
  font-size: 15px;
  color: #4d929d;
}

.pagination-btn:hover {
  background-color: #f0f0f0;
}

.page-selector {
  padding: 6px 6px;
  font-size: 16px;
  border: 1px solid darkgrey;
  border-radius: 4px;
}

.rug-search {
  display: flex;
  align-items: center;
  gap: 0px 15px;
}

/* PAGINATION__ENDS */

button.accordion-button.collapsed {
  color: #4d929d;
  font-size: 15px;
  font-weight: 600;
}

.rug-selection-by-img img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.rug-selection-by-img {
  text-align: center;
}

.rug-detail p {
  margin: 0;
  font-size: 12px;
}

.rug-buy a {
  font-size: 12px;
  border: 1px solid #4d929d;
  color: white;
  padding: 10px 20px 10px;
  border-radius: 3px;
  background: #4d929d;
}

.rug-buy {
  padding: 20px 0 0;
}

.rug-detail h6 {
  margin: 0;
  font-size: 14px;
  color: #4d929d;
  padding: 20px 0 20px;
}

.filter {
  padding: 30px 0 30px;
}

.rug-selection .col-md-3 {
  padding: 30px 5px 30px;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}

.rug-count p {
  margin: 0;
  font-weight: 600;
}

.rug-buy a:hover {
  background: #4d929d;
  transition: 0.2s all;
  border: none;
  color: white;
}

.product-type-one.slick-slide img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.product-type-two img {
  width: 100%;
}

.antique-rug-buy h1 {
  font-size: 30px;
  font-weight: 600;
}

.add-to-cart a {
  border: 1px solid #4d929d;
  color: #4d929d;
  padding: 10px 20px 10px;
}

.add-to-cart {
  padding: 10px 0 20px;
}

.antique-rug-buy {
  padding: 0 0 15px;
}

.rug-disc {
  padding: 0px 0 30px;
}

.rug-sizing label {
  font-size: 15px;
  font-weight: 500;
  width: 30%;
}

.rug-sizing li {
  border-bottom: 1px dotted;
  padding: 0 0 5px;
}

.rug-disc a {
  color: #872c1e;
  font-weight: 400;
}

.rug-sizing {
  padding: 30px 0 0;
}

.add-to-cart a:hover {
  background: #872c1e;
  color: white;
  transition: 0.2s all;
  border: none;
}

.list h6 {
  margin: 0;
}

.count p {
  margin: 0;
}

.side-rug-flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid lightgrey;
  padding: 5px 12px 5px;
}

.carpet-detail {
  text-align: center;
  padding: 10px 0 0;
}

.carpet-detail p {
  font-size: 12px;
  padding: 15px 0 15px;
}

.side-rug-top {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 10px 0 10px;
}

.delivery p {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
}

.delivery {
  background: #872c1e;
  padding: 15px 5px 15px;
  margin: 15px 0 0;
  color: white;
}

.flex-size-one {
  display: flex;
  align-items: center;
  gap: 0px 10px;
  border-top: 1px solid darkgrey;
  padding: 5px 0 0px;
}

.flex-size-two {
  display: flex;
  gap: 0px 10px;
  align-items: center;
}

.tab-first {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0;
}

button#dropdownMenuButton1110 {
  background: white;
  color: black;
}

button#dropdownMenuButton2220 {
  background: white;
  color: black;
}

button#dropdownMenuButton3330 {
  background: white;
  color: black;
}

button#dropdownMenuButton4440 {
  background: white;
  color: black;
}

.flex-size-one ul.dropdown-menu.show {
  min-width: 40px !important;
}

.flex-size-two ul.dropdown-menu.show {
  min-width: 40px !important;
}

.flex-size-three ul.dropdown-menu.show {
  min-width: 40px !important;
}

.flex-size-three {
  display: flex;
  align-items: center;
  gap: 0px 10px;
  border-top: 1px solid darkgrey;
  padding: 5px 0 0;
}

.axe-added p {
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0 0;
}

.tab-top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 0;
}

.head-one h5 {
  margin: 0;
  font-size: 12px;
  color: white;
}

.head-two h5 {
  color: white;
  margin: 0;
  font-size: 12px;
}

.rug-find-btn a {
  background: #4d929d;
  color: White;
  font-size: 14px;
  padding: 7px 10px 7px;
  border-radius: 2px;
}

.rug-find-btn {
  padding: 15px 0 0;
}

.selector-options {
  display: flex;
  align-items: center;
  gap: 0px 15px;
}

.explore a {
  background: #4d929d;
  color: white;
  font-size: 14px;
  padding: 7px 6px 7px;
  border-radius: 2px;
}

.explore {
  padding: 10px 0 0;
}

.reset a {
  font-size: 14px;
  padding: 0px 0 0;
  color: #4d929d;
}

.reset {
  padding: 5px 0 0;
}

.zoom-wrapper {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  width: 100%;
  padding: 0 55px 0;
}

#zoom-img {
  width: 100%;
  transition: transform 0.3s ease;
}

.zoom-wrapper:hover #zoom-img {
  transform: scale(2); /* 2x zoom */
}

.product-search-detail {
  padding: 70px 0 70px;
}

.measurments p {
  color: grey;
  font-size: 15px;
}

.measurments h6 {
  padding: 0 0 15px;
  font-size: 18px;
  margin: 0;
}

.measurments h1 {
  font-weight: 600;
}

/*  */

.table-show label {
  width: 50%;
  /* border-right: 1px solid lightgrey; */
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.table-show {
  border-top: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
}

.table-show li {
  border-bottom: 1px solid lightgrey;
  padding: 10px 10px 10px;
}

.table-show span {
  font-size: 16px;
  font-weight: 400;
}

.table-show label:after {
  content: "";
  position: absolute;
  border-right: 1px solid #ccc;
  height: 44px;
  width: 1px;
  right: 35px;
  top: -10px;
}

.cat-main {
  display: flex;
  align-items: center;
  gap: 0px 30px;
  border-top: 1px solid lightgrey;
  padding: 10px 0 0px;
}

.cat-wish-one p {
  margin: 0;
}

.cat-wish-two p {
  margin: 0;
}

.wishlist a {
  color: black;
  font-size: 18px;
  background: #4d929d;
  color: #fff;
  font-size: 12px;
  border: 1px solid #4d929d;
  color: white;
  padding: 10px 20px 10px;
  border-radius: 3px;
  background: #4d929d;
  width: 10%;
}

.wishlist {
  padding: 15px 0 15px;
}

.additional-setting {
  border-top: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
}

.additional-setting label {
  width: 15%;
  position: relative;
}

.additional-setting li {
  border-bottom: 1px solid lightgrey;
  padding: 10px 10px 10px;
}

.additional-setting label:after {
  content: "";
  position: absolute;
  border-right: 1px solid #ccc;
  height: 44px;
  width: 1px;
  right: 35px;
  top: -10px;
}

.add-head {
  border-top: 1px solid lightgrey;
  padding: 0px 0 20px;
}

.add-head h6 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 5px 0 0;
}

.add-head h6::before {
  content: "";
  position: absolute;
  background: #046bd2;
  width: 15%;
  height: 3px;
  top: 1%;
}

.relate-head h1 {
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 600;
}

.related-product {
  padding: 70px 0 70px;
}

.wish-read-btn a {
  background: #4d929d;
  color: white;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 25px 12px;
  border-radius: 4px;
}

.wish-read-btn {
  padding: 15px 0 0;
}

.wish-box p {
  margin: 0;
  font-size: 14px;
  color: darkgrey;
  padding: 15px 0 0;
}

.wish-box h6 {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0 5px;
}

.wishlist-product-box {
  padding: 30px 0 30px;
}

.wish-read-btn a:hover {
  background: #045cb4;
  transition: 0.2s all;
}

.collection-banner {
  padding: 155px 0 70px;
  background-color: black;
  height: 70dvh;
}

.banner-modern h1 {
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 700;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: white;
}

.banner-flex {
  display: flex;
  justify-content: center;
  gap: 0px 25px;
  align-items: center;
}

.banner-flex a {
  color: white;
  font-weight: 600;
  font-size: 15px;
}

.select-opt-one label.form-check-label {
  color: black;
  font-size: 18px;
  font-weight: 400;
}

.select-opt-two label.form-check-label {
  color: black;
  font-size: 18px;
  font-weight: 400;
}

.select-opt-three label.form-check-label {
  color: black;
  font-size: 18px;
  font-weight: 400;
}

input#flexCheckDefault11101 {
  border-radius: 12px;
}

.select-radio-btns {
  display: flex;
  align-items: center;
  gap: 0px 24px;
  padding: 0 0 20px;
}

.dropdown-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

select {
  width: 100%;
  padding: 10px 40px 10px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>')
    no-repeat right 10px center;
  background-color: #fff;
  background-size: 20px;
}

select:focus {
  outline: none;
  border-color: #888;
}

.cat-sec-main {
  padding: 70px 0 70px;
}

.find-rug-inner a {
  background: black;
  color: white;
  padding: 12px 25px 12px;
}

.find-rug-inner {
  padding: 10px 0 0;
}

.find-rug-inner a:hover {
  background: #4d929d;
  transition: 0.2s all;
}

.carpet-box {
  text-align: center;
  border: 1px solid lightgrey;
  padding: 0px 0 40px;
  margin: 0 0 20px;
}

.carpet-box p {
  margin: 0;
  font-size: 14px;
  color: darkgrey;
  padding: 10px 0 10px;
}

.carpet-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0px;
}

.carpet-btn a {
  background: black;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px 10px;
  border-radius: 2px;
}

.carpet-btn {
  padding: 18px 0 0;
}

.carpeting {
  padding: 0 0 80px;
}

.carpet-btn a:hover {
  background: #4d929d;
  transition: 0.2s all;
}

.pagination {
  display: flex;
  list-style: none;
  gap: 5px;
  padding: 15px 0 0;
}

.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #007bff;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.pagination li.active {
  background-color: #007bff;
  color: white;
  font-weight: bold;
}

.pagination li:hover {
  background-color: #e6f0ff;
}

/*  */

.box {
  width: 1000px;
  max-width: 90%;
  /* margin: 0 auto; */
  padding: 0px;
}

details {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}

details > p {
  padding: 20px;
  /* border: 1px solid #e8e8e8; */
  background: #464646;
  color: white;
  margin: 0;
}

summary {
  cursor: pointer;
  padding: 20px;
  background-color: #464646;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary::marker {
  content: "";
}

.plusminus {
  position: relative;
  width: 1rem;
  height: 1rem;
}

.plusminus::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 1rem;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
}

.plusminus::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 3px;
  background-color: white;
  top: 50%;
  transform: translateY(-50%);
}

details[open] .plusminus::before {
  width: 0;
  height: 0;
}

.box {
  background: #464646;
}

.box h2 {
  color: white;
  font-size: 25px;
}

.show-sizing label.form-check-label {
  color: white;
  font-size: 15px;
  font-weight: 400;
}

.show-sizing {
  background: #464646;
  padding: 0 20px 0;
}

.carpet-product-boxing-selection h4 {
  font-size: 18px;
  margin: 0;
}

.carpet-product-boxing-selection p {
  margin: 0;
  padding: 10px 0 10px;
  font-size: 12px;
  color: darkgrey;
}

.select-cpt-btn a {
  background: #4d929d;
  color: white;
  font-weight: 500;
  padding: 12px 30px 12px;
  border-radius: 3px;
}

.select-cpt-btn {
  padding: 20px 0 40px;
}

/*.carpet-product-boxing-selection img {*/
/*  width: 100%;*/
/*}*/

.carpet-product-boxing-selection img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.select-cpt-btn {
  padding: 20px 0 40px;
}

.all-rugs-sec {
  padding: 0 0 70px;
}

.rug-detail h4 {
  font-size: 20px;
  padding: 15px 0 0;
  color: #4d929d;
}

.field-one label {
  font-family: "Cinzel", serif;
  font-size: 15px;
  font-weight: 500;
}

.field-message label {
  font-family: "Cinzel", serif;
  font-size: 15px;
  font-weight: 500;
}

.table-show ul {
  padding: 0;
}

.additional-setting ul {
  padding: 0;
}

.table.shopping-summery {
  background: #fff;
}
.shopping-cart {
  background: #f6f6f6;
  padding: 50px 0;
}
.shopping-summery thead .main-hading {
  padding: 0px 50px;
}
.shopping-summery thead {
  background: #4d929d;
  color: #fff;
}
.shopping-summery thead tr th {
  border: none;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.shopping-summery tbody tr {
  border-bottom: 1px solid #4d929d;
  margin-top: 20px;
}
.shopping-summery tbody tr img {
  border-radius: 0;
  width: 80px;
  height: 80px;
}
.shopping-summery tbody tr:last-child {
  border: none;
}
.shopping-summery tbody .product-name a {
  font-weight: 600;
  color: #282828;
  font-weight: 600;
  font-size: 17px;
}
.shopping-cart .table p {
  font-size: 14px;
  color: #666;
}
.shopping-summery tbody .product-name a:hover {
  color: #4d929d;
}
.shopping-summery tbody .product img {
  max-width: 70px;
  border-radius: 100%;
  max-height: 65px;
  border: 1px solid #e6e6e6;
  padding: 4px;
}
.shopping-summery tbody .product:hover img {
  border-color: #4d929d;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.shopping-cart .border {
}
.shopping-cart .table .remove-icon {
  font-size: 16px;
}
.shopping-cart .table td {
  vertical-align: middle;
  border-top: 1px solid #eee;
  padding: 30px;
}
.shopping-summery tbody .price {
  text-align: center;
}
.shopping-summery tbody .price span {
}
.shopping-cart tbody .qty .input-group {
  max-width: 175px;
  display: inline-block;
}
.shopping-cart .qty .button {
  display: inline-block;
  position: absolute;
  top: 0;
}
.shopping-cart .qty .button.minus {
  left: 0;
  border-radius: 0;
  overflow: hidden;
}
.shopping-cart .qty .button.plus {
  right: 0;
  border-radius: 0;
  overflow: hidden;
}
.shopping-cart .qty .button .btn {
  padding: 0;
  width: 44px;
  height: 47px;
  line-height: 50px;
  border-radius: 0px;
  background: transparent;
  color: #282828;
  border: none;
  font-size: 12px;
}
.shopping-cart .qty .button .btn:hover {
  color: #4d929d;
}
.shopping-cart .qty .input-number {
  border: 1px solid #eceded;
  width: 100%;
  text-align: center;
  height: 47px;
  border-radius: 0;
  overflow: hidden;
  padding: 0px 45px;
}
.shopping-summery tbody .total-amount {
  text-align: center;
}
.shopping-summery tbody .total-amount span {
}
.shopping-summery tbody .action {
  text-align: center;
}
.shopping-summery tbody .action a:hover {
  color: #4d929d;
}
.shopping-cart .total-amount {
  margin-top: 50px;
}
.shopping-cart .total-amount .left {
}
.shopping-cart .total-amount .left .coupon {
}
.shopping-cart .total-amount .left .coupon form {
}
.shopping-cart .total-amount .left .coupon form input {
  width: 220px;
  display: inline-block;
  height: 48px;
  color: #333;
  padding: 0px 20px;
  border: none;
  box-shadow: 0px 0px 5px #0000000a;
}
.shopping-cart .total-amount .left .coupon form .btn {
  display: inline-block;
  height: 48px;
  border: navajowhite;
  margin-left: 4px;
  background: transparent;
  color: #333;
  background: #fff;
  box-shadow: 0px 0px 5px #00000012;
}
.shopping-cart .total-amount .left .coupon form .btn:hover {
  background: #fff;
  color: #4d929d;
}

.shopping-cart .total-amount .left .coupon form .update-cart-btn {
  background: #4d929d !important;
  color: #fff !important;
}

.shopping-cart .total-amount .left label {
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
.shopping-cart .total-amount .left .checkbox {
  text-align: left;
  margin: 0;
  margin-top: 20px;
}
.shopping-cart .total-amount .left .checkbox label {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  position: relative;
  padding-left: 30px;
}
.shopping-cart .total-amount .left .checkbox label:hover {
  cursor: pointer;
}
.shopping-cart .total-amount .left .checkbox label input {
  display: none;
}
.shopping-cart .total-amount .left .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #555555;
  border-radius: 0px;
}
.shopping-cart .total-amount .left .checkbox label::after {
  position: absolute;
  content: "\f00c";
  font-family: "Fontawesome";
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  line-height: 24px;
  left: 3px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 11px;
}
.shopping-cart .total-amount .left .checkbox label.checked::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.shopping-cart .total-amount .left .shipping_methods h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.shopping-cart .total-amount .left .shipping_methods label {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  position: relative;
}
.shopping-cart .total-amount .left .shipping_methods label:hover {
  cursor: pointer;
}
.shopping-cart .total-amount .right {
  padding-left: 100px;
}
.shopping-cart .total-amount .right ul {
}
.shopping-cart .total-amount .right ul li {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-bottom: 12px;
}
.shopping-cart .total-amount .right ul li.last {
  padding-top: 12px;
  border-top: 1px solid #c8c8c8;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.shopping-cart .total-amount .right ul li span {
  display: inline-block;
  float: right;
}
.shopping-cart .total-amount .right .button5 .btn {
  text-align: center;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  height: 46px;
  line-height: 28px;
  font-size: 13px;
  color: #fff;
  background: #4d929d;
  font-weight: 600;
}
.shop.checkout {
  padding: 0;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
}
.shop.checkout .checkout-form {
  margin-top: 30px;
}
.shop.checkout .checkout-form h2 {
  font-size: 25px;
  color: #333;
  font-weight: 700;
  line-height: 27px;
}
.shop.checkout .checkout-form p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 30px;
}

.shop.checkout .form-group {
  margin-bottom: 25px;
}
.shop.checkout .form-group label {
  color: #333;
  position: relative;
}
.shop.checkout .form-group label span {
  color: #ff2c18;
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 4px;
  font-size: 16px;
}
.shop.checkout .form-group input {
  width: 100%;
  height: 45px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  border-radius: 0px;
  color: #333 !important;
  border: none;
  background: #f6f7fb;
}
.shop.checkout .form-group input[type="checkbox"] {
  width: auto;
  height: auto;
}
.shop.checkout .form-group select {
  width: 100%;
  height: 45px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  border-radius: 0px;
  color: #333 !important;
  border: none;
  background: #f6f7fb;
}

.shop.checkout .form-group textarea {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  border-radius: 0px;
  color: #333 !important;
  border: none;
  background: #f6f7fb;
}

.shop.checkout #payment-descriptions {
  width: 100%;
  min-height: 60px;
  line-height: 30px;
  border-radius: 0px;
  color: #333 !important;
  border: none;
  background: #f6f7fb;
  display: block;
  padding: 15px 20px;
  font-size: 14px;
}

.shop.checkout .nice-select {
  width: 100%;
  height: 45px;
  line-height: 50px;
  margin-bottom: 25px;
  background: #f6f7fb;
  border-radius: 0px;
  border: none;
}
.shop.checkout .nice-select .list {
  width: 100%;
  height: 300px;
  overflow: scroll;
}
.shop.checkout .nice-select .list li {
}
.shop.checkout .nice-select .list li.option {
  color: #333;
}
.shop.checkout .nice-select .list li.option:hover {
  background: #f6f7fb;
  color: #333;
}
.shop.checkout .form .address input {
  margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child {
  margin: 0;
}
.shop.checkout .form .create-account {
  margin: 0;
}
.shop.checkout .form .create-account input {
  width: auto;
  display: inline-block;
  height: auto;
  border-radius: 100%;
  margin-right: 3px;
}
.shop.checkout .form .create-account label {
  display: inline-block;
  margin: 0;
}
.shop.checkout .order-details {
  margin-top: 30px;
  background: #fff;
  padding: 15px 0 30px 0;
  border: 1px solid #eee;
}
.shop.checkout .single-widget {
  margin-bottom: 30px;
}
.shop.checkout .single-widget:last-child {
  margin: 0;
}
.shop.checkout .single-widget h2 {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 5px;
}
.shop.checkout .single-widget h2:before {
  position: absolute;
  content: "";
  left: 30px;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #4d929d;
}
.shop.checkout .single-widget .content ul {
  margin-top: 30px;
}
.shop.checkout .single-widget .content ul li {
  display: block;
  padding: 0px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin-bottom: 12px;
}
.shop.checkout .single-widget .content ul li span {
  display: inline-block;
  float: right;
}
.shop.checkout .single-widget .content ul li.last {
  padding-top: 12px;
  border-top: 1px solid #ebebeb;
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}

.shop.checkout .single-widget .content form {
  margin-top: 20px;
}

.shop.checkout .single-widget .content form input {
  width: 100%;
  display: inline-block;
  height: 48px;
  color: #333;
  padding: 0px 20px;
  border: 1px solid #333;
  box-shadow: 0px 0px 5px #0000000a;
}
.shop.checkout .single-widget .content form .btn {
  width: 100%;
  margin-top: 5px;
}

.shop.checkout .single-widget .checkbox {
  text-align: left;
  margin: 0;
  padding: 0px 30px;
  margin-top: 30px;
}
.shop.checkout .single-widget .checkbox label {
  color: #555555;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  margin-top: -5px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.shop.checkout .single-widget .checkbox label:last-child {
  margin-bottom: 0;
}
.shop.checkout .single-widget .checkbox label:hover {
  cursor: pointer;
}
.shop.checkout .single-widget .checkbox label input {
  display: none;
}
.shop.checkout .single-widget .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  line-height: 16px;
  border: 1px solid #666;
  border-radius: 100%;
}
.shop.checkout .single-widget .checkbox label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  line-height: 16px;
  border-radius: 100%;
  display: block;
  background: #666;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shop.checkout .single-widget .checkbox label.checked::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.shop.checkout .single-widget.payement {
  padding: 0px 38px;
  text-align: center;
  margin-top: 30px;
}
.shop.checkout .single-widget.get-button {
  text-align: center;
  padding: 0px 35px;
}
.shop.checkout .single-widget.get-button .btn {
  height: 46px;
  width: 100%;
  line-height: 29px;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  background: #4d929d;
}
.custom-control-label {
  cursor: pointer;
}
.alert-success {
  color: #ffffff;
  background-color: #00b894;
  border-color: #00b894;
}

.alert-danger {
  color: #fff;
  background-color: #ff4949;
  border-color: #ff4949;
}

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

.section-heading {
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
  color: #4d929d;
  position: relative;
  line-height: 24px;
}

.section-heading::after {
  content: "";
  width: 60px;
  height: 6px;
  background: #4d929d;
  border-radius: 10px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

#auth {
  padding: 60px 0px;
}

.login_register {
  background: #ffffff;
  padding: 50px;
  box-shadow: 1px 3px 10px #d8d8d8;
}

.login_register .form-control {
  height: auto;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin-top: 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login_register .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}

.login_register .btn-login {
  display: block;
  background: #fff;
  padding: 18px 50px;
  border: 1px solid #4d929d;
  color: #4d929d;
  transition: all 0.3s;
  width: 100%;
  margin-top: 30px;
}
.login_register .btn-login:hover {
  background: #4d929d;
  color: #fff;
}

.login_register .right_link {
  color: #4d929d;
  margin-top: 15px;
  transition: all 0.3s;
  display: inline-block;
}

.login_register .right_link:hover {
  text-decoration: underline;
}

.create-account-link {
  color: #4d929d;
  display: inline-block;
  margin-top: 15px;
  transition: all 0.3s;
}

.create-account-link:hover {
  color: #4d929d;
  text-decoration: underline;
}

.customer_dashboard {
  box-shadow: 0 0 4px 0 #e9e9e9;
}

.customer_dashboard {
  box-shadow: 0 0 4px 0 #d0cfcf;
}

.customer_dashboard .nav-tabs li.nav-item a {
  text-align: left;
  padding: 12px 20px;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
  color: #2b2f4c;
  margin: 0;
  display: block;
  transform: unset;
}
.customer_dashboard .nav-tabs li.nav-item a.active {
  background: #1d2224;
  color: #fff;
}
.customer_dashboard .nav-tabs li.nav-item a i {
  margin-right: 8px;
  vertical-align: middle;
}

.dashboard_content .card-header {
  background-color: #1d2224;
  border-color: #1d2224;
  padding: 14px 20px;
}

.dashboard_content .card-header > h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.account_details .form-control {
  height: auto;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin-top: 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.account_details .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}

.account_details .btn-login {
  background: #fff;
  padding: 18px 50px;
  border: 1px solid #303952;
  color: #303952;
  transition: all 0.3s;
  margin-top: 30px;
}
.account_details .btn-login:hover {
  background: #303952;
  color: #fff;
}
.btn-add-address {
  color: #fff !important;
  padding: 6px 16px;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.cart-main-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.shopping-wrap .right-bar {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cart-main-wrap li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 20px; */
}

.cart-main-wrap a {
  color: #000;
}

.header-top .shopping {
  display: inline-block;
  z-index: 9999;
}
.header-top .shopping .icon {
  position: relative;
  cursor: pointer;
  color: #222;
}
.header-top .shopping .shopping-item {
  position: absolute;
  top: 98px;
  right: 11%;
  /* width: 300px; */
  background: #fff;
  padding: 20px 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  margin-left: 8%;
}
.header-top .shopping:hover .shopping-item {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.header-top .shopping .dropdown-cart-header {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.header-top .shopping .dropdown-cart-header span {
  text-transform: uppercase;
  color: #222;
  font-size: 13px;
  font-weight: 600;
}
.header-top .shopping .dropdown-cart-header a {
  float: right;
  text-transform: uppercase;
  color: #222;
  font-size: 13px;
  font-weight: 600;
}
.header-top .shopping .dropdown-cart-header a:hover {
  color: #4d929d;
}
.header-top .shopping-list li {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.header-top .shopping-list li .remove {
  position: absolute;
  left: 0;
  bottom: 16px;
  margin-top: -20px;
  height: 20px;
  width: 20px;
  line-height: 18px;
  text-align: center;
  background: #fff;
  color: #222;
  border-radius: 0;
  font-size: 11px;
  border: 1px solid #ededed;
}
.header-top .shopping-list li .remove:hover {
  background: #222;
  color: #fff !important;
  border-color: transparent;
}
.header-top .shopping-list .cart-img {
  float: right;
  border: 1px solid #ededed;
  overflow: hidden;
}
.header-top .shopping-list .cart-img img {
  width: 70px;
  height: 70px;
  border-radius: 0;
}
.header-top .shopping-list .cart-img:hover img {
  transform: scale(1.09);
}
.header-top .shopping-list .quantity {
  line-height: 22px;
  font-size: 13px;
  padding-bottom: 0;
  margin: 0;
  align-self: end;
}
.header-top .shopping-list h4 {
  font-size: 14px;
}
.header-top .shopping-list h4 a {
  font-weight: 600;
  font-size: 13px;
  color: #333;
}
.header-top .shopping-list h4 a:hover {
  color: #4d929d;
}
.header-top .shopping-item .bottom {
  text-align: center;
}
.header-top .shopping-item .total {
  overflow: hidden;
  display: block;
  padding-bottom: 10px;
}
.header-top .shopping-item .total span {
  text-transform: uppercase;
  color: #222;
  font-size: 13px;
  font-weight: 600;
  float: left;
}
.header-top .shopping-item .total .total-amount {
  float: right;
  font-size: 14px;
}
.header-top .shopping-item .bottom .btn {
  background: #222;
  padding: 10px 20px;
  display: block;
  color: #fff;
  margin-top: 10px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.header-top .shopping-item .bottom .btn:hover {
  background: #4d929d;
  color: #fff;
}
.header-top.shop {
  background: #fff;
}
.header-top.shop .nav-inner {
  margin: 0;
  float: left;
}
.header-top.shop .topbar {
  background-color: #fff;
  border: none;
}
.header-top.shop.v3 .topbar {
  padding: 0;
}
.header-top.shop.v3 .topbar .inner-content {
  border-bottom: 1px solid #eee;
  padding: 12px 0px;
}
.header-top.shop .right-nav li a {
  color: #333;
}
.header-top.shop .logo {
  float: left;
  margin: 19px 0 0;
}
.header-top.shop .top-contact {
  margin-top: 0px;
}
#mobile-cart {
  display: none;
}

ul.shopping-list {
  width: 100%;
  padding: 0;
}

.cart-txt {
  display: flex;
  align-items: center;
  gap: 20px;
}

.dropdown-menu li {
  padding: 0;
  display: block;
}

.dropdown-menu li a {
  padding: 10px 20px;
  text-align: center;
}
.table.wish-list-summery {
	background: #fff;
}
.wish-list {
	background: #f6f6f6;
	padding: 50px 0;
}
.wish-list-summery thead .main-hading{
	padding:0px 50px;
}
.wish-list-summery thead {
	background: #4d929d;
	color: #fff;
}
.wish-list-summery thead tr th {
	border: none;
	font-weight: 600;
	color: #fff;
	padding: 15px 30px;
}
.wish-list-summery tbody tr {
	border-bottom: 1px solid #4d929d;
	margin-top: 20px;
}
.wish-list-summery tbody tr img {
	border-radius: 0;
	width: 80px;
	height: 80px;
}

.wish-list-summery tbody .product-name a {
	font-weight: 600;
	color: #282828;
	font-weight: 600;
	font-size: 17px;
}
.wish-list-cart .table p {
	font-size: 14px;
	color: #666;
}
.wish-list-summery tbody .product-name a:hover{
	color:#4d929d;
}
.wish-list-summery tbody .product img {
	max-width: 70px;
	border-radius: 100%;
	max-height: 65px;
	border: 1px solid #e6e6e6;
	padding: 4px;
}
.wish-list-summery tbody .product:hover img{
	border-color:#4d929d;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}

.wish-list .table .remove-icon{
	font-size:16px;
}
.wish-list .table td {
	vertical-align: middle;
	border-top: 1px solid #eee;
	padding: 15px 30px;
}

.wish-list .table .add_to_cart{
	color: #FFF;
    background: #4d929d;
}

.wish-list .table .add_to_cart:hover{
    background: var(--secondary-color);
}

.wish-list .table .remove_item{
	color: #FFF;
    background: #34495e;
}

.wish-list .table .remove_item:hover{
    background: #2c3e50;
}

#quickShop .product_options{
	float: left;
    margin-right: 15px;
}

#quickShop .product_options h6{
	display: block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}

#quickShop .product_options select{
	width: 100%;
}
a.btn.add_to_cart {
  color: black;
  font-size: 18px;
  background: #4d929d;
  color: #fff;
  font-size: 12px;
  border: 1px solid #4d929d;
  color: white;
  padding: 10px 20px 10px;
  border-radius: 3px;
  background: #4d929d;
  width: 88%;
}
.receipt-content .logo a:hover {
  text-decoration: none;
  color: #7793C4; 
}

.receipt-content .invoice-wrapper {
  background: #FFF;
  border: 1px solid #CDD3E2;
  box-shadow: 0px 0px 1px #CCC;
  padding: 40px 40px 60px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 4px; 
}

.receipt-content .invoice-wrapper .payment-details span {
  color: #A9B0BB;
  display: block; 
  overflow: hidden;
  width: 100%;
}
.receipt-content .invoice-wrapper .payment-details a {
  display: inline-block;
  margin-top: 5px; 
}

.receipt-content .invoice-wrapper .line-items .print a {
  display: inline-block;
  border: 1px solid #9CB5D6;
  padding: 13px 13px;
  border-radius: 5px;
  color: #708DC0;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; 
}

.receipt-content .invoice-wrapper .line-items .print a:hover {
  text-decoration: none;
  border-color: #333;
  color: #333; 
}

.receipt-content {
  background: #ECEEF4; 
}
@media (min-width: 1200px) {
  .receipt-content .container {width: 900px; } 
}

.receipt-content .logo {
  text-align: center;
  margin-top: 50px; 
}

.receipt-content .logo a {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 36px;
  letter-spacing: .1px;
  color: #555;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; 
}

.receipt-content .invoice-wrapper .intro {
  line-height: 25px;
  color: #444; 
}

.receipt-content .invoice-wrapper .payment-info {
  margin-top: 25px;
  padding-top: 15px; 
}

.receipt-content .invoice-wrapper .payment-info strong {
  display: block;
  color: #444;
  margin-top: 3px; 
}

@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .payment-info .text-right {
  text-align: left !important;
  margin-top: 20px; } 
}
.receipt-content .invoice-wrapper .payment-details {
  border-top: 2px solid #EBECEE;
  margin-top: 30px;
  padding-top: 20px;
  line-height: 22px; 
}

@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .payment-details .text-right {
  text-align: left !important;
  margin-top: 20px; } 
}
.receipt-content .invoice-wrapper .line-items {
  margin-top: 40px; 
}
.receipt-content .invoice-wrapper .line-items .headers {
  color: #A9B0BB;
  font-size: 13px;
  letter-spacing: .3px;
  border-bottom: 2px solid #EBECEE;
  padding-bottom: 4px; 
}
.receipt-content .invoice-wrapper .line-items .items {
  margin-top: 8px;
  border-bottom: 2px solid #EBECEE;
  padding-bottom: 8px; 
}
.receipt-content .invoice-wrapper .line-items .items .item {
  padding: 10px 0;
  color: #696969;
  font-size: 15px; 
}
@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .items .item {
  font-size: 13px; } 
}

.receipt-content .invoice-wrapper .line-items .items .item .unit_price {
  letter-spacing: 0.1px;
  color: #84868A;
  font-size: 16px;
  text-align: right;
 }
@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .items .item .unit_price {
  font-size: 13px;
  text-align: left; } 
}

.receipt-content .invoice-wrapper .line-items .items .item .amount {
  letter-spacing: 0.1px;
  color: #84868A;
  font-size: 16px;
  text-align: right;
 }
@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .items .item .amount {
  font-size: 13px;
  text-align: left; } 
}

.receipt-content .invoice-wrapper .line-items .total {
  margin-top: 30px; 
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes {
  float: left;
  width: 40%;
  text-align: left;
  font-size: 13px;
  color: #7A7A7A;
  line-height: 20px; 
}

@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .total .extra-notes {
  width: 100%;
  margin-bottom: 30px;
  float: none; } 
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes strong {
  display: block;
  margin-bottom: 5px;
  color: #454545; 
}

.receipt-content .invoice-wrapper .line-items .total .field {
  margin-bottom: 7px;
  font-size: 14px;
  color: #555; 
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500; 
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total span {
  color: #20A720;
  font-size: 16px; 
}

.receipt-content .invoice-wrapper .line-items .total .field span {
  display: inline-block;
  margin-left: 20px;
  min-width: 85px;
  color: #84868A;
  font-size: 15px; 
}

.receipt-content .invoice-wrapper .line-items .print {
  margin-top: 50px;
  text-align: center; 
}

.receipt-content .invoice-wrapper .line-items .print a i {
  margin-right: 3px;
  font-size: 14px; 
}

.receipt-content .footer {
  margin-top: 40px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 12px;
  color: #969CAD; 
}  

.text-right-print{
	text-align: right !important;
}                  

svg.w-5.h-5 {
    display: none;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance: none; */
    padding-left: 6px;
}

.col-md-3.related-products {
    padding: 10px;
}

label.form-check-label{
    margin-left:0px !iimportant;
}
.carpet-product-boxing-selection {
    text-align: center;
}
#find-rug{
    background: #4d929d;
    color: white;
    font-weight: 500;
    padding: 4px 10px 4px;
    border-radius: 3px;
}