.slideshow-bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet {
  opacity: 1;
  margin: 0 4px;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  position: relative;
  color: transparent;
  display: inline-block;
  outline: none !important;
  background-color: transparent;
  border: 2px solid currentColor;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-pagination-bullet-active {
  color: #272727;
}
.slideshow-pagination {
  z-index: 10;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 60px;
}
.swiper-pagination-bullet:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: -0.1875rem;
  margin-left: -0.1875rem;
  border-radius: 100%;
  background-color: currentColor;
  color: #9f7334;
  content: "";
}
.swiper-pagination-bullet-active:after {
  color: inherit;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
}
.slideshow-bg {
  height: 100%;
}
.swiper-slide-card {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-container.banner-slider {
  height: 100vh !important;
}

.home-categories-wrapper {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.home-categories-card {
  text-align: center;
}
.home-categories-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100%;
  object-position: top;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.home-categories-card h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.home-categories-card:hover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.home-categories-card:hover h5 {
  color: #facf83;
}
.common-tab {
  border: none;
  justify-content: center;
}
.common-tab .nav-link {
  border: none;
  position: relative;
}
.common-tab .nav-link {
  border: none;
  color: #767676;
  padding: 8px 30px;
  position: relative;
  text-transform: uppercase;
}
.common-tab .nav-link:hover,
.common-tab .nav-item.show .nav-link,
.common-tab .nav-link.active {
  color: #2f1200;
}
.common-tab .nav-link::before {
  content: "";
  width: 0px;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 30px;
  background: #2f1100;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.common-tab .nav-link.active::before,
.common-tab .nav-link:hover::before {
  width: calc(100% - 60px);
}
.common-tab-content {
  margin-top: 40px;
}

.product-card {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.product-img {
  height: 440px;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.wishlist-item {
  position: absolute;
  top: 10px;
  opacity: 1;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 7px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #cba568cc;
  -webkit-transition: opacity 0.5s ease-in-out, right 0.3s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, right 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, right 0.3s ease-in-out;
}
.wishlist-item:hover {
  background: #cba568;
}
.product-img .wishlist-item img {
  width: 20px;
  height: auto;
}
.btn-product {
  width: calc(100% - 20px);
  position: absolute;
  bottom: -50px;
  left: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.product-card:hover .wishlist-item {
  opacity: 1;
  right: 10px;
}
.product-card .wishlist-item.inline-cart-item,
.product-card:hover .wishlist-item.inline-cart-item {
  top: auto;
  left: 10px;
  right: auto;
  bottom: 10px;
}
.product-card:hover .btn-product {
  opacity: 1;
  bottom: 10px;
}
.product-info {
  padding-top: 15px;
}
.product-info h6 {
  margin: 0;
  margin-bottom: 2px;
}
.product-info h6 a {
  font-size: 17px;
  color: #272727;
}
.product-card:hover .product-info h6 a {
  color: #9f7334;
}
.product-img .availability {
  margin: 0;
  position: absolute;
  bottom: 16px;
  right: -34px;
  width: 120px;
  height: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 0px 6px;
  line-height: 18px;
  text-align: center;
  border-radius: 4px;
  transform: rotate(-45deg);
  background-color: #00af00;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0.8; /* Adjust this value for transparency */

}

.product-img .availability.sold-out {
  background-color: #f00;
  text-decoration: line-through;
}

.product-img .availability.pre-order {
  background-color: #FDB44E;
}

.product-section {
  padding-bottom: 90px;
}
.product-more {
  padding-top: 20px;
  text-align: center;
}
.product-more a {
  color: #272727;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.product-more a::before {
  content: "";
  width: 0px;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #2f1100;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product-more a:hover::before {
  width: 100%;
}
.product-more a:hover {
  color: #895e24;
}

.testimonial-section {
  padding-bottom: 90px;
  background: #f1f1f1;
}
.testimonial-section .swiper-container {
  width: 100%;
  height: 100% !important;
}
.testimonial-section .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-image {
  height: 260px;
  overflow: hidden;
}
.testimonial-image img {
  object-fit: cover;
}
.black-move .swiper-slide,
.black-move .swiper-wrapper {
  cursor: url(../images/icon-move-black.png), move;
}

.inner-banner {
  margin-top: 20px;
}
.inner-banner-img {
  padding: 7px;
  border: 1px solid #eee;
}
nav.pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
nav.pagination ul {
  border: 0;
  margin: 0 auto;
  margin-top: 60px;
}
nav.pagination .page-numbers li,
.pagination-wrapper .page-numbers,
.pagination-wrapper .page-item .page-link,
nav.pagination .page-numbers li .page-numbers {
  border: 0;
  margin: 0 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  overflow: visible;
  display: inline-block;
}
.pagination-wrapper .page-item .page-link,
.pagination-wrapper .page-numbers .page-link,
nav.pagination .page-numbers li .page-numbers {
  border: 0;
  margin: 0;
  padding: 0 5px;
  display: block;
  min-width: 40px;
  min-height: 40px;
  color: #272727;
  font-weight: 500;
  line-height: 40px;
  overflow: visible;
  position: relative;
  text-align: center;
  border-radius: 100%;
  background-color: transparent;
}
.pagination-wrapper .page-item.next .page-link {
  padding-left: 40px;
}
.pagination-wrapper .page-item.prev .page-link {
  padding-right: 40px;
}
.pagination-wrapper .page-item.next .page-link,
.pagination-wrapper .page-item.prev .page-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.pagination-wrapper .page-item.next.disabled,
.pagination-wrapper .page-item.prev.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination-wrapper .page-item.next.disabled .page-link,
.pagination-wrapper .page-item.prev.disabled .page-link {
  pointer-events: none;
}
.pagination-wrapper .page-numbers .page-link:hover,
.pagination-wrapper .page-numbers.current .page-link,
.pagination-wrapper .page-item .page-link:hover,
nav.pagination .page-numbers li .page-numbers:hover,
nav.pagination .page-numbers li .page-numbers.current {
  color: #894b24;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgb(23 23 23 / 15%);
  -moz-box-shadow: 0 0 10px rgb(23 23 23 / 15%);
  box-shadow: 0 0 10px rgb(23 23 23 / 15%);
}
.pagination-wrapper .page-item.next .page-link:hover,
.pagination-wrapper .page-item.prev .page-link:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.accordion .form-check {
  position: relative;
}
.accordion .form-check + .form-check {
  margin-top: 10px;
}
.accordion .form-check .form-check-input {
  border: 1px solid #9f9f9f;
}
.accordion .form-check .form-check-label {
  font-size: 15px;
  cursor: pointer;
  padding-left: 7px;
  position: relative;
}
.accordion .accordion-item {
  padding: 0;
  border: none;
}
.accordion .accordion-button {
  padding-top: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  padding-right: 0;
  padding-bottom: 25px;
  background: transparent;
  outline: none !important;
  text-transform: uppercase;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.accordion .accordion-body {
  padding: 0;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 60px;
}
.colors-list {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.colors-list .form-check + .form-check {
  margin-top: 0;
}
.colors-list .form-check .form-check-input {
  display: none;
}
.colors-list .form-check .form-check-label {
  padding: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  border: 1px solid #fff;
}
.colors-list .form-check .form-check-label:after {
  content: "";
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 100%;
  background: transparent;
  position: absolute;
  left: 4px;
  top: 4px;
}
.colors-list .form-check #colorOne + .form-check-label:after {
  background: #0a2472;
}
.colors-list .form-check #colorTwo + .form-check-label:after {
  background: #d7bb4f;
}
.colors-list .form-check #colorThree + .form-check-label:after {
  background: #282828;
}
.colors-list .form-check #colorFour + .form-check-label:after {
  background: #b1d6e8;
}
.colors-list .form-check #colorFive + .form-check-label:after {
  background: #9c7539;
}
.colors-list .form-check #colorSix + .form-check-label:after {
  background: #d29b48;
}
.colors-list .form-check #colorSeven + .form-check-label:after {
  background: #e6ae95;
}
.colors-list .form-check #colorEight + .form-check-label:after {
  background: #d76b67;
}
.colors-list .form-check #colorNine + .form-check-label:after {
  background: #bababa;
}
.colors-list .form-check #colorTen + .form-check-label:after {
  background: #bfdcc4;
}
.colors-list .form-check .form-check-input:checked + .form-check-label {
  border: 1px solid #894b24;
}
.colors-list .form-check {
  padding: 0;
}

.range-slider {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.range-slider label {
  color: #fff;
  font-size: 13px;
}
.range-slider .number-group {
  height: 30px;
  display: flex;
  flex: 1 0 auto;
  font-size: 13px;
  margin-top: 15px;
  font-weight: 300;
  color: #272727;
  text-align: right;
  justify-content: space-between;
}
.range-slider .number-group .number-input {
  border: 0;
  width: 75px;
  height: 30px;
  cursor: text;
  font-size: 15px;
  color: #272727;
  font-weight: 500;
  outline: none !important;
  background-color: transparent;
}
.range-slider .number-group .number-input:first-of-type {
  text-align: left;
}
.range-slider .number-group .number-input:last-of-type {
  text-align: right;
}
.range-slider .number-group .number-input::-webkit-outer-spin-button,
.range-slider .number-group .number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.range-slider .number-group .number-input:invalid,
.range-slider .number-group .number-input:out-of-range {
  border: 2px solid red;
}
.range-slider .range-group {
  height: 25px;
  flex: 0 0 100%;
  position: relative;
}
.range-slider .range-group .range-input {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 0;
  -webkit-appearance: none;
}
.range-slider .range-group .range-input:focus {
  outline: 0;
}
.range-slider .range-group .range-input::-webkit-slider-runnable-track {
  border: 0;
  width: 100%;
  height: 5px;
  cursor: pointer;
  border-radius: 4px;
  background: #4c2200;
  -webkit-animation: 0.2s;
  -moz-animation: 0.2s;
  animation: 0.2s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.range-slider .range-group .range-input::-webkit-slider-thumb {
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: -7px;
  border-radius: 50%;
  position: relative;
  background: #fbd084;
  border: 2px solid #c0914c;
  -webkit-appearance: none;
}
.range-slider .range-group .range-input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animation: 0.2s;
  background: #4c2200;
  border-radius: 4px;
  box-shadow: none;
  border: 0;
}
.range-slider .range-group .range-input::-moz-range-thumb {
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  background: #fbd084;
  border: 1px solid #c0914c;
  box-shadow: 0px 0px 0px #000;
}
.range-slider .range-group .range-input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-slider .range-group .range-input::-ms-fill-lower,
.range-slider .range-group .range-input::-ms-fill-upper {
  background: #fbd084;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.range-slider .range-group .range-input::-ms-thumb {
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background: #fbd084;
}
.range-slider,
.filter {
  width: 100%;
}

.shop-container .breadcrumb {
  margin-bottom: 30px;
}
.shop-container .breadcrumb-item a {
  color: #272727;
}
.shop-container .breadcrumb-item.active {
  color: #a3a3a3;
}

.product-image {
  position: relative;
}
.product-image-thumb .swiper-slide {
  height: 120px !important;
}
.single-product-lightbox {
  position: absolute;
  top: 10px;
  z-index: 15;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  background: #fff;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
}
.single-product-lightbox img {
  width: 16px;
}
.lightbox-portfolio .swiper-button-next:after,
.lightbox-portfolio .swiper-button-prev:after {
  display: none;
}
.lightbox-portfolio .swiper-container-vertical > .swiper-wrapper {
  max-height: 619px;
}
.single-product-thumb .swiper-button-next,
.single-product-thumb .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.single-product-thumb .swiper-button-prev,
.single-product-thumb .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.single-product-thumb .swiper-slide img {
  height: 100%;
  object-fit: cover;
}

.product-details-container {
  padding-left: 50px;
}
.wishlist-add a {
  display: flex;
  font-size: 14px;
  column-gap: 7px;
  margin-top: 40px;
  color: #272727;
  align-items: center;
}
.wishlist-add a img {
  width: 16px;
}
.product-details-container h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}
.product-details-container p,
.product-details-container .money.price {
  display: block;
  color: #8a8a8a;
  font-weight: 400;
  margin-bottom: 15px;
}
.dress-color,
.dress-size {
  display: flex;
  column-gap: 20px;
  margin-top: 40px;
  align-items: center;
}
.dress-color .colors-list .form-check {
  margin: 0;
  height: 28px;
  min-height: 28px;
}
.quantity-wrapper {
  display: flex;
  column-gap: 20px;
  margin-top: 40px;
  align-items: center;
}
.quantity-wrapper .quantity {
  display: flex;
  column-gap: 15px;
  position: relative;
  align-items: center;
}
.quantity-wrapper .quantity .qty-text {
  margin: 0;
  width: 85px;
  height: 47px;
  resize: none;
  outline: none;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  padding: 0 24px 0 0;
  border: 1px solid #dfdfdf;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.quantity-wrapper input[type="number"]::-webkit-outer-spin-button,
.quantity-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-wrapper input[type="number"] {
  -moz-appearance: textfield;
}
.quantity-wrapper .qty-btn {
  margin: 0;
  border: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 19px;
  position: absolute;
  background: transparent;
  border-left: 1px solid #dfdfdf;
}
.quantity-wrapper .qty-minus {
  top: 25px;
  right: 1px;
  border-radius: 0;
  padding-left: 2px;
}
.quantity-wrapper .qty-plus {
  top: 1px;
  right: 1px;
  height: 24px;
  border-radius: 0;
  line-height: 20px;
  padding-left: 1px;
  border-bottom: 1px solid #dfdfdf;
}
.dress-size .colors-list .form-check .form-check-label {
  display: flex;
  font-size: 16px;
  cursor: pointer;
  align-items: center;
  background: #e9e9e9;
  justify-content: center;
  border: 1px solid #e9e9e9;
}
.dress-size .form-check-inline {
  margin-right: 0;
}
.dress-color > label,
.dress-size > label {
  min-width: 50px;
}

.cart-products td {
  border-top: 0;
  color: #828282;
  line-height: 28px;
  padding: 25px 10px;
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4;
}
.cart-products .product-thumbnail {
  width: 110px;
  padding-top: 34px;
  vertical-align: top;
}
table.cart-products tbody tr:first-child td {
  padding-top: 0;
}
.cart-products td.product-subtotal {
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}
.cart-products td.product-name .prod-name {
  display: block;
  color: #272727;
  font-weight: 500;
  line-height: 22px;
}
.cart-products td.product-name .stock-status {
  color: #58cd0f;
  font-size: 13px;
  margin-top: 4px;
  line-height: 16px;
}
.cart-products td.product-name .eligibility {
  font-size: 13px;
  color: #272727;
  line-height: 16px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e8e8e8;
}
.cart-products .product-name .variation {
  float: left;
  width: 100%;
  font-size: 14px;
}
.action-button-wrapper {
  width: 100%;
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.action-button-wrapper .product-remove,
.action-button-wrapper .product-to-wishlist {
  width: auto;
  font-size: 13px;
  color: #719d9f;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e8e8e8;
}
.action-button-wrapper .product-remove {
  border-left: none;
}
.action-button-wrapper .quantity-wrapper {
  margin-top: 10px;
}
.cart-products tfoot td {
  border: none;
  text-align: right;
}
.total-price-table td h4,
.total-price-table td h6,
.cart-products tfoot td h4,
.cart-products tfoot td h6 {
  color: #000;
  font-size: 18px;
  display: inline-block;
}
.total-price-table td h4,
.cart-products tfoot td h4 {
  font-size: 20px;
  font-weight: 700;
}
.cart-amount-container {
  padding: 50px;
  background: #f7f7f7;
}
.cart-amount-container .cart-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 15px;
}
.total-price-table p,
.cart-amount-container p {
  margin: 0;
  display: block;
  font-size: 14px;
  color: #272727;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 25px;
}
.total-price-table td,
.total-price-table th {
  padding-top: 10px;
  border-bottom: none;
  padding-bottom: 10px;
}
.total-price-table td h4,
.total-price-table td h6,
.cart-products tfoot td h4,
.cart-products tfoot td h6 {
  color: #000;
  font-size: 18px;
  display: inline-block;
}
.total-price-table td h4,
.cart-products tfoot td h4 {
  font-size: 19px;
  font-weight: 700;
}
.proceed-checkout {
  margin-top: 25px;
}
.saved-address-head {
  font-size: 18px;
  color: #272727;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 15px;
}
.saved-address-card {
  margin-bottom: 10px;
}
.saved-address-card h6 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.register-text,
.saved-address-card p {
  color: #000;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}
.deliver-adress .btn {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-top: 15px;
  border-radius: 0;
  padding: 10px 15px;
  letter-spacing: 1px;
  background: #67c919;
  border-color: #67c919;
  text-transform: uppercase;
}
.deliver-adress .btn:hover {
  color: #67c919;
  background: #fff;
  border-color: #67c919;
}
.deliver-actions {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}
.deliver-actions .btn {
  color: #000;
  min-width: auto;
  font-size: 14px;
  border-radius: 0;
  border-width: 1px;
  padding: 12px 15px;
  background: #fff;
  width: calc(50% - 5px);
  border-color: #d7dee5;
  text-transform: uppercase;
}
.checkout-form-wrapper .form-label {
  font-size: 15px;
  font-weight: 500;
}
.checkout-form-wrapper .form-control {
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-color: #d7dee5;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none;
}
.checkout-form-wrapper .form-control:focus {
  border-color: #d7dee5;
}
.checkout-form-wrapper {
  margin-top: 40px;
}
.mandatory-text {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 30px;
}
.mandatory-text span {
  color: #f00;
  font-size: 20px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}
.alert.alert-info {
  margin: 0;
  font-size: 14px;
  padding: 10px 15px;
}
.payment-mode {
  display: flex;
  row-gap: 15px;
  padding-bottom: 30px;
  flex-direction: column;
}
.cart-amount-container .form-check-label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.cart-amount-container .form-check-input {
  border-color: #4c2200;
}

.thanks-card {
  gap: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.thanks-card h4 {
  font-size: 30px;
  font-weight: 700;
}
.thanks-card p {
  font-size: 15px;
  font-weight: 500;
}
.register-text {
  margin-bottom: 30px;
}
.add-card img {
  width: 100%;
}
.about-section,
.contact-section {
  padding-bottom: 120px;
}
.about-section .common-head {
  text-align: left;
}
.about-section p {
  font-weight: 500;
  line-height: 28px;
}
.map-section {
  margin: 0;
  padding: 0;
}
.map-section .col-12 {
  padding: 0;
}
.map-wrapper {
  width: 100%;
  height: 500px;
}
.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.contact-card {
  height: 100%;
  display: flex;
  margin-top: 20px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contact-card-col {
  height: 100%;
  min-height: 225px;
}
.contact-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.contact-card p {
  margin: 0;
  font-weight: 500;
}
.contact-card p + p {
  margin-top: 5px;
}
.contact-card a {
  color: #272727;
}
.contact-card img {
  margin-bottom: 20px;
}
.shipping-row {
  margin-top: 50px;
}
.shipping-row h3 {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.address-active-card {
  padding: 20px;
  border-radius: 6px;
  background: #d7dee5;
  border: 1px solid #d7dee5;
}
.shipping-active {
  background: #eaeaea;
}
.my-account-ul {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.my-account-ul ul {
  margin: 0;
  padding: 0;
}
.my-account-ul li {
  font-size: 14px;
  list-style: none;
  padding: 10px 35px;
}
.my-account-ul .list-head {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
}
.my-account-ul li + .list-head {
  border-top: 1px solid #ededed;
}
.my-account-ul li a {
  color: #000;
}
.my-account-ul li a.active {
  color: #f99a00;
}
.my-account-ul li a i {
  margin-right: 5px;
}
.my-account-ul li.logout-btn {
  font-weight: 500;
  padding: 10px 20px;
  border-top: 1px solid #ededed;
}
.sub-header {
  font-size: 28px;
  text-align: left;
  color: #232323;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
}
.order-cart-products td {
  border-top: 0;
  color: #828282;
  line-height: 28px;
  padding: 25px 10px;
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4;
}
.table.order-cart-products {
  width: 100%;
  color: #212529;
  margin-bottom: 1rem;
}
.order-cart-products .product-thumbnail {
  width: 110px;
  padding-top: 34px;
  vertical-align: top;
}
table.order-cart-products tbody tr:first-child td {
  padding-top: 0;
}
.order-cart-products .cart-product-image {
  max-width: 75px;
}
.order-cart-products td.product-name .prod-name {
  display: block;
  line-height: 22px;
}
.order-cart-products td.product-name .stock-status {
  color: #58cd0f;
  font-size: 13px;
  margin-top: 4px;
  line-height: 16px;
}
.order-cart-products td.product-name .eligibility {
  color: #000;
  font-size: 13px;
  line-height: 16px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e8e8e8;
}
.order-cart-products .product-name .variation {
  float: left;
  width: 100%;
}
table.order-cart-products tbody tr:first-child td {
  padding-top: 0;
}
.order-cart-products td.product-subtotal {
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}
.checkout-form-wrapper.my-details-form {
  margin-top: 0;
}
.accounts-form .saved-address-card + .saved-address-card {
  margin-bottom: 30px;
}
.form-btn {
  margin-bottom: 30px;
}
.privacy-section {
  padding-top: 60px;
  padding-bottom: 80px;
}
.privacy-section h5 {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 15px;
  text-decoration: underline;
}
.privacy-section p,
.privacy-section div {
  font-weight: 500;
  text-align: left;
  line-height: 28px;
}
