.form-control {
  width: 100%, important !important;
  color: #333333 !important;
}
.btn {
  border-radius: 3px !important;
}
.listNone li {
  list-style-type: none !important;
  padding-left: 0 !important;
}
/********* product details style start *********/
.product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: sticky;
}
.product-gallery.row > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-gallery.product-gallery-sticky {
  top: 2rem;
}

.product-gallery-btn {
  position: absolute;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  right: 1.5rem;
  bottom: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-radius: 50%;
  color: #999;
  background: #fff;
  font-size: 2rem;
  line-height: 1;
  opacity: 0.7;
  -webkit-transition:
    opacity 0.3s,
    color 0.3s;
  transition:
    opacity 0.3s,
    color 0.3s;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.product-gallery-btn.product-degree-viewer {
  bottom: 6.5rem;
}
.product-gallery-btn.product-video-viewer {
  bottom: 11.5rem;
}
.product-gallery-btn:hover {
  opacity: 1;
  color: #333;
}

.product-sticky-content.fixed {
  background-color: #fff;
}

.bought-together-products > * {
  width: auto;
}
.bought-together-products .product-wrap {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15.8rem;
  flex: 0 0 15.8rem;
  max-width: 15.8rem;
}
.bought-together-products .product-wrap:not(:first-child) {
  margin-left: 3rem;
}
.bought-together-products
  .product-wrap:not(:first-child)
  .product-media::before,
.bought-together-products
  .product-wrap:not(:first-child)
  .product-media::after {
  content: '';
  position: absolute;
  left: -2.5rem;
  top: 50%;
  background-color: #999;
}
.bought-together-products
  .product-wrap:not(:first-child)
  .product-media::before {
  width: 17px;
  height: 1px;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.bought-together-products
  .product-wrap:not(:first-child)
  .product-media::after {
  width: 1px;
  height: 17px;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.bought-together-products .product-details {
  padding: 1.5rem 0.2rem 0;
}
.bought-together-products .product-button {
  position: relative;
  margin: 1.3rem 0 2.5rem 10rem;
}
.bought-together-products .product-button::before,
.bought-together-products .product-button::after {
  content: '';
  position: absolute;
  left: -5rem;
  top: 70px;
  width: 17px;
  height: 1px;
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
  background-color: #999;
}
.bought-together-products .product-button::before {
  margin-top: -12px;
}
.bought-together-products .bought-price {
  font-size: 2.4rem;
}
.bought-together-products .bought-count {
  margin-bottom: 2.7rem;
  line-height: 1.3;
}
.bought-together-products .product-media:hover img {
  opacity: 1;
}
.bought-together-products .product-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bought-together-products .product-checkbox label {
  position: static;
  padding-left: 0;
}
.bought-together-products .custom-checkbox {
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bought-together-products .custom-checkbox + label::before {
  top: 1.5rem;
  left: 1.5rem;
  -webkit-transform: none;
  transform: none;
}

.product-tabs .nav-item:not(:last-child) {
  margin-right: 4rem;
}
.product-tabs .nav-link {
  padding: 1.5rem 0 1.3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #999;
  text-transform: capitalize;
}
.product-tabs .nav-link::after {
  border-top: 2px solid transparent;
}
.product-tabs .nav-tabs .nav-link:hover,
.product-tabs .nav-tabs .nav-link.active {
  color: #333;
}
.product-tabs .tab-pane {
  padding: 2rem;
}
.product-tabs ul {
  font-size: 1.4rem;
  color: #666;
}
.product-tabs .product-video img {
  min-height: 20rem;
}

#product-tab-description .sub-title {
  margin: 0.4rem 0 0.4rem;
  font-size: 1.4rem;
}
#product-tab-description .sub-title span {
  margin-right: 1.2rem;
}
#product-tab-description .detail {
  line-height: 1.6;
}
#product-tab-description ul {
  font-size: 1.3rem;
}
#product-tab-description.card-body .col-md-6 {
  margin-bottom: 1.7rem;
}

#product-tab-specification ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0rem 0 1rem;
}
#product-tab-specification ul label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20rem;
  flex: 0 0 20rem;
  max-width: 20rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 1;
  color: #333;
}
#product-tab-specification ul p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

#product-tab-vendor .vendor-banner img {
  min-height: 29.5rem;
  width: 100%;
}
#product-tab-vendor .vendor-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.7rem;
}
#product-tab-vendor .vendor-logo img {
  border: 1px solid #eee;
  border-radius: 5px;
}
#product-tab-vendor .vendor-name {
  margin: 0.3rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}
#product-tab-vendor .vendor-name a {
  color: inherit;
}
#product-tab-vendor .ratings-full {
  margin-right: 0.8rem;
}
#product-tab-vendor .rating-reviews {
  font-size: 1.4rem;
  color: #666;
}
#product-tab-vendor .vendor-info {
  margin-bottom: 3.1rem;
  font-size: 1.4rem;
}
#product-tab-vendor .vendor-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 0;
}
#product-tab-vendor .vendor-info label {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12rem;
  flex: 0 0 12rem;
  max-width: 12rem;
  padding-right: 1rem;
  color: #333;
}
#product-tab-vendor .store-address {
  font-size: 1.4rem;
  color: #666;
  opacity: 1;
}
#product-tab-vendor .store-phone a {
  color: #333;
}
#product-tab-vendor .store-phone a:hover {
  color: #336699;
}
#product-tab-vendor p {
  font-size: 1.4rem;
  line-height: 1.75;
}

#product-tab-description.card-body,
#product-tab-vendor.card-body,
#product-tab-specification.card-body,
#product-tab-reviews.card-body {
  padding-top: 2.2rem;
  padding-bottom: 2rem;
}

.accordion-simple:not(.accordion-icon) .card-header a::after {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  #product-tab-vendor .pl-md-6 {
    padding-left: 3rem !important;
  }
}
#product-tab-reviews {
  border-bottom-width: 0;
}
#product-tab-reviews p {
  font-size: 1.4rem;
}
#product-tab-reviews .avg-rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
#product-tab-reviews .avg-mark {
  font-size: 6em;
  font-weight: 600;
  color: #336699;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 0;
}
#product-tab-reviews .avg-rating {
  margin-left: 1.8rem;
}
#product-tab-reviews .avg-rating p {
  font-size: 1.4rem;
  line-height: 1.4;
}
#product-tab-reviews .avg-rating .ratings-container {
  margin-bottom: 0.3rem;
}
#product-tab-reviews .avg-rating .ratings-full {
  margin-right: 0.8rem;
}
#product-tab-reviews .ratings-value {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
}
#product-tab-reviews .ratings-value span:first-child {
  margin-right: 2.1rem;
  font-size: 2.5rem;
}
#product-tab-reviews .ratings-value .count {
  margin-left: 0.6rem;
  font-size: 1.2rem;
  color: #aaa;
}
#product-tab-reviews .ratings-list .ratings-container {
  margin-bottom: 1.5rem;
}
#product-tab-reviews .ratings-list .progress-bar {
  max-width: 20rem;
  margin-left: 1.3rem;
  margin-bottom: 0;
  border-radius: 0.4rem;
}
#product-tab-reviews .ratings-list .progress-bar span {
  border-radius: 0.4rem;
}
#product-tab-reviews .ratings-list .progress-value {
  margin-left: 2rem;
  min-width: 4rem;
}
#product-tab-reviews .ratings-list .progress-value mark {
  font-size: 1.2rem;
  color: #666;
}
#product-tab-reviews .title-link {
  font-size: 1.4rem;
}
#product-tab-reviews .review-form {
  padding-top: 0.3rem;
}
#product-tab-reviews .review-form .form-control {
  min-height: 4rem;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  border-color: #eee;
  color: #777;
}
#product-tab-reviews .review-form .form-control::-webkit-input-placeholder {
  color: inherit;
}
#product-tab-reviews .review-form .form-control::-moz-placeholder {
  color: inherit;
}
#product-tab-reviews .review-form .form-control:-ms-input-placeholder {
  color: inherit;
}
#product-tab-reviews .review-form .form-control::-ms-input-placeholder {
  color: inherit;
}
#product-tab-reviews .review-form .form-control::placeholder {
  color: inherit;
}
#product-tab-reviews .review-form textarea {
  height: 13.3rem;
}
#product-tab-reviews .review-form .btn {
  background-color: #454545;
  border-color: #454545;
}
#product-tab-reviews .form-group {
  margin: 0.4rem 0 4.1rem;
  font-size: 1.4rem;
}
#product-tab-reviews .form-group label {
  padding-left: 2.7rem;
}
#product-tab-reviews .form-group .custom-checkbox + label::before {
  top: 0;
  -webkit-transform: none;
  transform: none;
  margin-top: 0.2rem;
}
#product-tab-reviews .tab-nav-boxed .nav-item {
  margin: 0 1rem 0.5rem 1rem;
}
#product-tab-reviews .tab-nav-boxed .nav-link {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  border-width: 1px;
  padding: 0.9em 1.5em;
  border-radius: 2rem;
}
#product-tab-reviews .tab-nav-boxed .nav-link::after {
  content: none;
}
#product-tab-reviews .tab-nav-boxed .nav-link:hover,
#product-tab-reviews .tab-nav-boxed .nav-link.active {
  color: #336699;
}
#product-tab-reviews .tab-nav-boxed .tab-pane {
  padding: 1.5rem 0 0;
}

.vendor-product-section {
  margin-bottom: 4.2rem;
}

.vendor-product-section .ratings-container,
.related-product-section .ratings-container {
  margin-bottom: 0.3rem;
}

.product-single .product-countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.7rem 0 1.3rem;
  font-size: 1.5rem;
}
.product-single .product-countdown-container .countdown-amount {
  font-weight: 700;
  color: #336699;
}

.description-section .title.title-link::before,
.review-section .title.title-link::before {
  height: 0.2rem;
}

aside .service-list {
  padding: 0 2rem;
  border: 1px solid #eee;
}
aside .service-list > * {
  padding: 1.6rem 0;
}
aside .service-list > *:not(:last-child) {
  border-bottom: 1px solid #eee;
}
aside .service-list .icon-box svg {
  width: 3rem;
  height: 3rem;
}
aside .service-list .icon-box-title {
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0;
}
aside .service-list p {
  font-size: 1.2rem;
  line-height: 1.2;
}
aside .sp-sidebar-banner .banner-content {
  top: 9%;
  left: 6.5%;
}
aside .sp-sidebar-banner .banner-title,
aside .sp-sidebar-banner .banner-subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
aside .sp-sidebar-banner span {
  font-size: 2.4rem;
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .sticky-both-content .product-details-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.hotspot-banner {
  overflow: visible;
}

.hotspot-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.hotspot-product .product {
  position: absolute;
  opacity: 0;
  width: 20em;
  padding: 1rem;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s,
    z-index 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    z-index 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s,
    z-index 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s,
    z-index 0.3s,
    -webkit-transform 0.3s;
  z-index: -1;
}
.hotspot-product .product .product-action-vertical {
  opacity: 1;
  visibility: visible;
}
.hotspot-product:hover {
  background-color: #333;
}
.hotspot-product:hover .btn-hotspot {
  color: #fff;
}
.hotspot-product:hover .product {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.hotspot-product.hotspot-product-1 {
  left: 22.6%;
  top: 10.9%;
}
.hotspot-product.hotspot-product-2 {
  left: 23.8%;
  top: 82%;
}
.hotspot-product.hotspot-product-3 {
  left: 71.1%;
  top: 36.1%;
}

.hotspot-right .product {
  left: 100%;
  top: -6rem;
}
.hotspot-right:hover .product {
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem);
}

.hotspot-top .product {
  bottom: 100%;
  left: -40px;
}
.hotspot-top:hover .product {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.hotspot-left .product {
  right: 100%;
  top: -60px;
}
.hotspot-left:hover .product {
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
}

.btn-hotspot {
  font-size: 1.2em;
  line-height: 1;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pswp img {
  border-radius: 0.3rem;
}

@media (min-width: 768px) {
  body.addtocart-fixed .footer {
    padding-bottom: 12.5rem;
  }
}
@media (max-width: 767px) {
  .hotspot-banner {
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .bought-together-products .product-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12rem;
    flex: 0 0 12rem;
    max-width: 12rem;
  }
  .bought-together-products .product-button {
    margin: -1rem 0 3rem 3rem;
  }
  .bought-together-products .product-button::before,
  .bought-together-products .product-button::after {
    left: -1.5rem;
  }
}
@media (max-width: 479px) {
  .hotspot-banner {
    font-size: 0.6rem;
  }
}
@media (max-width: 375px) {
  #product-tab-specification ul li::before {
    width: calc(44% - 1rem);
  }
  #product-tab-specification ul label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
  }
}
.sidebar-content {
  bottom: 0;
  width: 31rem;
  padding: 2rem;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: auto;
  background-color: #fff;
  opacity: 0;
  line-height: 1.3;
  -webkit-transition:
    opacity 0.4s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.4s,
    -webkit-transform 0.4s;
  transition:
    transform 0.4s,
    opacity 0.4s;
  transition:
    transform 0.4s,
    opacity 0.4s,
    -webkit-transform 0.4s;
}
/********* product details style end *********/

/* login page style start */
.login-page .login-popup {
  margin: 4.2rem auto 5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login-page .checkbox-round + label::before {
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;
}
.login-page .checkbox-round + label::after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  background-color: #333;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  opacity: 0;
}
.login-page .checkbox-round.active + label::after {
  opacity: 1;
}
.login-page .login-vendor {
  display: none;
}
.breadcrumb-nav {
  border-bottom: 1px solid #efefef;
}
@media only screen and (max-width: 767px) {
  .header-search {
    display: none;
  }
}
/* login page style end */

/*-------------------------------
    Cart Page
--------------------------------*/
.cart .cart-summary {
  padding: 2.3rem 3rem 3rem 3rem;
  border: 1px solid #eee;
  border-radius: 4px;
  line-height: 1;
}
.cart .cart-summary .cart-title {
  margin-bottom: 2.1rem;
  font-size: 2rem;
  letter-spacing: -0.01em;
}
.cart .cart-summary label {
  display: block;
}
.cart .cart-summary .btn-checkout {
  letter-spacing: 0.025em;
  padding-top: 1.07em;
  padding-bottom: 1.07em;
}
.cart .form-control {
  width: 100%;
  max-width: 100%;
  border-radius: 3px;
}
.cart .select-box::before {
  font-size: 1.1rem;
  color: #333;
  right: 1rem;
}
.cart .accordion {
  border-bottom: 1px solid #eee;
}
.cart .card-header {
  text-transform: uppercase;
}
.cart .card-header a {
  padding-left: 0;
  padding-right: 0;
}
.cart .card-header a::after {
  right: 0.5rem;
  font-size: 1.4rem;
  color: #333;
}
.cart .card-body {
  margin-bottom: 2rem;
  padding: 0;
}
.cart .cart-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
}
.cart .cart-action input {
  border-color: #ccc;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 1.3rem;
  max-width: 200px;
}
.cart .cart-action .btn {
  margin-bottom: 1rem;
}
.cart .cart-action .btn-shopping i {
  font-size: 1.9rem;
}
.cart .cart-action .btn-clear,
.cart .cart-action .btn-update {
  padding: 1em 2em;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}
.cart .cart-action .btn-clear:hover,
.cart .cart-action .btn-clear:focus,
.cart .cart-action .btn-clear:active,
.cart .cart-action .btn-update:hover,
.cart .cart-action .btn-update:focus,
.cart .cart-action .btn-update:active {
  border-color: #e1e1e1;
  background-color: #e1e1e1;
}
.cart .cart-action .btn-clear {
  margin-right: 1rem;
}
.cart .cart-action .btn-update.disabled {
  border-color: #eee;
  background-color: #eee;
  color: #666;
  cursor: not-allowed;
}
.cart .coupon-title {
  font-size: 1.6rem;
}
.cart .coupon .form-control {
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}
.cart .coupon .form-control:focus {
  border-color: #999;
}
.cart .coupon .btn {
  padding: 1em 2em;
  border-width: 1px;
}
.cart .order-total {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 2.5rem;
}

.cart-total {
  text-align: end;
}
.cart-total table {
  margin-top: -3px;
}
.cart-total td,
.cart-total th {
  border-top: 1px solid #eee;
  text-transform: uppercase;
}

.cart-subtotal {
  line-height: 1;
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
  padding-bottom: 0.8rem;
}

.shipping-methods .shipping-title {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  padding: 1.1rem 0 0.3rem;
}
.shipping-methods .custom-radio {
  line-height: 2.7;
}
.shipping-methods .custom-radio label {
  letter-spacing: 0;
  padding-left: 2.5rem;
}
.shipping-methods .custom-radio .custom-control-label::after {
  color: #ccc;
  padding-top: 1px;
}

.shipping-destination {
  font-size: 1.5rem;
  margin-bottom: 2.2rem;
}

.shipping-calculator-form .form-group {
  margin-bottom: 1.5rem;
}
.shipping-calculator-form .form-group .form-control {
  padding-left: 1rem;
  font-size: 1.4rem;
  color: #666;
  border-color: #eee;
}
.shipping-calculator-form button {
  margin-bottom: 2.5rem;
  border-width: 1px;
}

.shipping-address .form-control,
.shipping-address .select-box {
  background-color: #fff;
  margin-bottom: 2rem;
}
.shipping-address .form-control {
  padding: 1.15rem 1.2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  border-color: #eee;
  color: #999;
}
.shipping-address label {
  color: #333;
  text-transform: uppercase;
}

.shop-table.cart-table th {
  padding: 1rem 0 1.2rem;
  letter-spacing: -0.025em;
}
.shop-table.cart-table .product-price {
  width: 17.3%;
}
.shop-table.cart-table .product-quantity {
  width: 25.7%;
}
.shop-table.cart-table .product-subtotal {
  width: 16%;
}
.shop-table.cart-table .product-name {
  color: #333;
}
.shop-table.cart-table .product-quantity .input-group {
  max-width: 120px;
}
.shop-table.cart-table .btn-close {
  top: -8px;
  right: -7px;
}
.shop-table.cart-table td.product-subtotal {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.05em;
}
.shop-table.cart-table td.product-price {
  font-weight: 400;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .cart-table td.product-subtotal {
    text-align: center;
  }
  .cart-table.shop-table .product-quantity {
    width: auto;
  }
  .cart-table.shop-table .product-subtotal {
    width: auto;
  }
}
@media (max-width: 575px) {
  .cart .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*----------------------------------------
    Wishlist Page
----------------------------------------*/
.wishlist-page .wishlist-title {
  margin-bottom: 2.4rem;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.wishlist-page .social-links {
  margin-bottom: 2.8rem;
  padding: 2.2rem 0;
}
.wishlist-page .social-links label {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  margin-right: 1.6rem;
  letter-spacing: -0.01em;
}
.wishlist-page .social-icon {
  margin-right: 0.8rem;
}

.shop-table tbody {
  border-bottom: 1px solid #eee;
}
.shop-table td {
  padding: 2rem 0 2rem 0;
  border-top: 1px solid #eee;
  font-size: 1.4rem;
}
.shop-table tbody td:not(:first-child),
.shop-table thead th:not(:first-child) {
  padding-left: 1rem;
}
.shop-table .product-thumbnail {
  width: 11rem;
  padding-right: 1rem;
}
.shop-table .product-name {
  white-space: normal;
  word-break: break-word;
}
.shop-table .product-thumbnail a {
  position: relative;
}
.shop-table th {
  padding: 1.7rem 0 1.3rem;
  /* font-size: 1.6rem; */
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
  line-height: 1.6;
  letter-spacing: 0;
}
.shop-table .product-thumbnail figure {
  margin: 0 auto;
  padding: 5px;
  width: 90px;
  height: 90px;
  object-fit: contain;
  border: 1px solid #eeeeee;
  background: #fff;
}
.shop-table .product-thumbnail img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.shop-table .product-thumbnail > div {
  display: block;
  max-width: 10rem;
  width: 100%;
}
.shop-table .btn-close {
  position: absolute;
  padding: 0;
  background: #fff;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  top: -14px;
  right: -8px;
}
.shop-table .btn-close i {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  margin-left: 0;
}
.shop-table .btn-close:hover {
  background-color: #fff;
}
.shop-table .btn-close:hover i {
  color: #336699;
}

.wishlist-table .new-price {
  color: #333;
}
.wishlist-table .wishlist-in-stock {
  color: #336699;
}
.wishlist-table .wishlist-out-stock {
  color: #f93;
}
.wishlist-table .btn-sm {
  padding: 0.77em 2.07em;
}
.wishlist-table .btn-quickview {
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  border: 1px solid #ccc;
  color: #333;
}
.wishlist-table .btn-quickview:hover {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.wishlist-table .product-price {
  width: 15.17%;
}
.wishlist-table .product-stock-status {
  width: 19.84%;
}
.wishlist-table .wishlist-action {
  width: 24.19%;
}

@media (max-width: 767px) {
  .shop-table:not(.account-orders-table) {
    text-align: center;
  }
  .shop-table:not(.account-orders-table) thead {
    display: none;
  }
  .shop-table:not(.account-orders-table) tbody {
    border: 1px solid #eee;
  }
  .shop-table:not(.account-orders-table) tbody,
  .shop-table:not(.account-orders-table) tr,
  .shop-table:not(.account-orders-table) td {
    display: block;
  }
  .shop-table:not(.account-orders-table) tr {
    position: relative;
    padding: 4.2rem 2rem 4rem;
  }
  .shop-table:not(.account-orders-table) tr + tr {
    border-top: 1px solid #eee;
  }
  .shop-table:not(.account-orders-table) td {
    padding: 0;
    border: none;
  }
  .shop-table:not(.account-orders-table) td.product-thumbnail,
  .shop-table:not(.account-orders-table) .product-quantity {
    margin-bottom: 1rem;
    width: auto;
  }
  .shop-table:not(.account-orders-table) td.product-thumbnail {
    padding-right: 0;
  }
  .shop-table:not(.account-orders-table) .product-name,
  .shop-table:not(.account-orders-table) .product-price,
  .shop-table:not(.account-orders-table) .product-stock-status {
    margin-bottom: 1rem;
  }
  .shop-table:not(.account-orders-table) .product-thumbnail > div,
  .shop-table:not(.account-orders-table) td {
    margin-left: auto;
    margin-right: auto;
  }
  .shop-table:not(.account-orders-table) .product-thumbnail > div {
    max-width: 30rem;
  }
  .shop-table:not(.account-orders-table) .product-thumbnail > div img {
    max-width: 100%;
  }
  .shop-table:not(.account-orders-table) .product-stock-status,
  .shop-table:not(.account-orders-table) .wishlist-action {
    width: auto;
  }
  .shop-table:not(.account-orders-table) tbody td:not(:first-child),
  .shop-table:not(.account-orders-table) thead th:not(:first-child) {
    padding-left: 0;
  }
}
/*--------------------------
    Contact US
        - Icon Box
        - Contact Section
            - Contact Us Form
----------------------------*/
.contact-us .icon-box-content .icon-box-title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-transform: none;
}
.contact-us .icon-box-content p {
  font-size: 1.3rem;
  line-height: 20px;
}
.contact-us .icon-box .icon-email {
  margin: 0.3rem 0 1.5rem;
}
.contact-us .icon-box .icon-headphone {
  margin-bottom: 2.3rem;
}
.contact-us .icon-box .icon-map-marker {
  margin-bottom: 1.9rem;
}
.contact-us .icon-box .icon-fax {
  margin: 0.4rem 0 2.2rem;
}
.contact-us .icon-box .w-icon-envelop-closed {
  font-size: 3.2rem;
}
.contact-us .icon-box .w-icon-headphone {
  font-size: 3.2rem;
}
.contact-us .icon-box .w-icon-map-marker {
  font-size: 3.2rem;
}
.contact-us .icon-box .w-icon-fax {
  font-size: 4.5rem;
}
.contact-us .description {
  margin-bottom: 4.9rem;
}

.contact-information-section {
  padding-bottom: 0.9rem;
}

.contact-section .card-header {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.contact-section .card-header a {
  padding-top: 1.5rem;
}

.contact-us-form .form-group label {
  color: #333;
  line-height: 2;
}
.contact-us-form .form-group .form-control {
  margin-bottom: 1.4rem;
  min-height: 4.6rem;
  border-radius: 0.3rem;
  background-color: #fff;
}
.contact-us-form .form-group textarea.form-control {
  margin-bottom: 2.1rem;
}

.contact-google-map {
  background-color: #ddd;
}

/*------------------------
    Coming Soon page
--------------------------*/
.coming-content-wrapper {
  min-height: 100vh;
}

.coming-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 1rem;
  font-size: 1rem;
}
.coming-content .logo {
  display: inline-block;
  margin-bottom: 2.5rem;
}
.coming-content .coming-title {
  margin-bottom: 1rem;
  font-size: 8em;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.coming-content .coming-title span {
  color: #1b1c25;
  -webkit-text-stroke: 1px #f79645;
}
.coming-content p {
  color: #999;
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 4.5rem;
  max-width: 55rem;
}
.coming-content p.copyright {
  font-size: 1.4rem;
}
.coming-content .countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.coming-content .countdown-section {
  position: relative;
  letter-spacing: -0.025em;
}
.coming-content .countdown-section:not(:first-child) {
  margin-left: 3.5rem;
}
.coming-content .countdown-section:not(:first-child) .countdown-amount::before {
  content: ':';
  position: absolute;
  left: -2.2rem;
  color: #999;
  font-size: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.coming-content .countdown-amount {
  display: inline-block;
  position: relative;
  padding: 0.62em 0.583em;
  border-radius: 3px;
  font-size: 3.6em;
  font-weight: 600;
  background-color: #333;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.coming-content .countdown-period {
  display: block;
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #bbb;
  text-align: center;
}
.coming-content .social-icons {
  margin-bottom: 1.4rem;
}
.coming-content .social-icon {
  margin-right: 1rem;
}

.countdown-coming {
  margin-bottom: 6.8rem;
}
.contact-section .accordion .card {
  margin-bottom: 15px;
  padding: 0px;
}
.contact-section .accordion .card .card-header {
  background-color: #f5f5f5;
}
.contact-section .accordion .card .card-header a {
  padding: 10px 15px;
  display: block;
  color: #1d7b0d;
  font-size: 16px;
}
.contact-section .accordion .card .card-body {
  padding: 10px 15px;
  border: 1px solid #f5f5f5;
  border-top: none;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .coming-soon-bg {
    height: 1px;
  }
}

@media (max-width: 991px) {
  .coming-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
    padding: 0 2rem;
    font-size: 0.9rem;
    text-align: center;
  }
  .coming-content .countdown-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .coming-content p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .coming-content {
    font-size: 0.7rem;
  }
}
@media (max-width: 479px) {
  .coming-content {
    font-size: 0.5rem;
  }
}

/*------------------------------------
    Checkout Page
-------------------------------------*/
.checkout .shop-breadcrumb {
  margin-bottom: 2.2rem;
}
.checkout .login-toggle,
.checkout .coupon-toggle {
  line-height: 1.1;
}
.checkout .login-toggle {
  margin-bottom: 1.5rem;
}
.checkout .coupon-toggle {
  margin-bottom: 2.8rem;
}
.checkout .show-login:hover,
.checkout .show-coupon:hover {
  text-decoration: underline;
}
.checkout .login-content,
.checkout .coupon-content,
.checkout .checkbox-content {
  display: none;
  margin-bottom: 2.4rem;
  padding: 3rem;
  border: 1px solid #eee;
  border-top-width: 3px;
}
.checkout .login-content p {
  font-size: 1.3rem;
  margin-bottom: 1.6rem;
}
.checkout .login-content .form-group label {
  margin-bottom: 0.2rem;
}
.checkout .login-content .form-control {
  margin-bottom: 1.7rem;
}
.checkout .login-content .checkbox {
  margin-bottom: 1.7rem;
}
.checkout .login-content .checkbox label {
  padding-left: 2.6rem;
}
.checkout .login-content .checkbox a {
  color: #336699;
}
.checkout .login-content .checkbox a:hover {
  text-decoration: underline;
}
.checkout .btn-login {
  padding-left: 1.88em;
  padding-right: 1.88em;
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: #333;
}
.checkout .coupon-content {
  padding-bottom: 2rem;
}
.checkout .coupon-content p {
  margin-bottom: 1.9rem;
  line-height: 1.7;
}
.checkout .coupon-content .input-wrapper-inline {
  max-width: 40rem;
}
.checkout .btn-coupon {
  border-color: #eee;
  background-color: #eee;
  color: #333;
}
.checkout .btn-login:hover,
.checkout .btn-login:active,
.checkout .btn-login:focus,
.checkout .btn-coupon:hover,
.checkout .btn-coupon:active,
.checkout .btn-coupon:focus {
  background-color: #336699;
  border-color: #336699;
  color: #fff;
}
.checkout .form-control {
  margin-bottom: 1.3rem;
  padding-left: 2rem;
  border-radius: 0.3rem;
  font-size: 1.4rem;
}
.checkout .form-group label {
  display: inline-block;
  margin-bottom: 0.1rem;
  line-height: 2.1;
}
.checkout .form-group .select-box::before {
  font-size: 1.1rem;
  right: 1.4rem;
  margin-top: -0.2rem;
  color: #999;
}
.checkout .form-group select {
  padding-left: 1.4rem;
  max-width: 100%;
}
.checkout .custom-checkbox + label {
  padding-left: 2.8rem;
}
.checkout select {
  -webkit-appearance: none;
}
.checkout textarea {
  padding-top: 1.5rem;
  min-height: 13rem;
}
.checkout .order-summary-wrapper {
  padding: 2.5rem 3rem 3rem;
  border: 1px solid #eee;
  border-radius: 3px;
}
.checkout .order-summary-wrapper > .title {
  margin-bottom: 0.9rem;
  padding-bottom: 0;
}
.checkout .checkbox-content {
  border: none;
  padding: 0;
}
.checkout .form-control:focus {
  border-color: #999;
}

.order-table tr {
  border-bottom: 1px solid #eee;
}
.order-table th {
  text-align: start;
  padding: 0.9rem 0;
}
.order-table td {
  padding-left: 0;
  padding-right: 0;
}
.order-table b {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  letter-spacing: 0;
  margin-bottom: 0;
}
.order-table td {
  padding-top: 1.5rem;
}
.order-table td:last-child {
  text-align: end;
}
.order-table .product-name {
  font-size: 1.4rem;
  font-weight: 400;
}
.order-table .product-name i {
  font-size: 11px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.order-table .product-total {
  font-size: 1.4rem;
  letter-spacing: -0.05em;
}
.order-table .shipping-methods .title {
  font-size: 1.5rem;
}
.order-table .cart-subtotal td {
  padding-top: 2rem;
  padding-bottom: 0.9rem;
}
.order-table .order-total th,
.order-table .order-total td {
  padding-top: 1.8rem;
  padding-bottom: 1.9rem;
}

.order-summary .payment-methods {
  padding-top: 2.5rem;
  border-bottom: 1px solid #eee;
}
.order-summary .payment-methods .title {
  font-size: 1.6rem;
}
.order-summary .card-header a {
  padding: 0rem 2.7rem;
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
  position: relative;
  display: block;
}
.order-summary .card-header a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccd;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.order-summary .card-header a::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.order-summary .card-header a.collapse::after {
  opacity: 1;
}
.order-summary .card-body {
  padding: 0 0 1.5rem;
}
.order-summary .card-body p {
  padding-left: 2.7rem;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: -0.025em;
}

.payment-accordion {
  margin-bottom: 1.7rem;
}

.paypal-que {
  position: absolute;
  top: 1rem;
  left: 8rem;
}
.paypal-que:hover {
  text-decoration: underline;
}

@media (max-width: 479px) {
  .coupon-content .input-wrapper-inline {
    display: block;
  }
}

/* my account part start */
.my-account .breadcrumb-nav {
  margin-bottom: 3.2rem;
}
.my-account .tab-vertical .nav {
  width: 24.41%;
  border: none;
}
.my-account .tab-content {
  width: 75.59%;
  padding-left: 1.5rem;
  border: none;
}
.my-account .nav-link,
.my-account .link-item {
  margin-bottom: 0;
  padding: 1.7rem 0 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  border-bottom: 1px solid #eee;
}
.my-account .link-item {
  font-weight: 600;
  color: #333;
  line-height: 1;
}
.my-account .link-item a {
  color: inherit;
}
.my-account .link-item:hover {
  color: #336699;
}
.my-account .tab-pane p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.my-account .icon-box.text-center i {
  display: block;
  font-size: 6rem;
  color: #333;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition:
    transform 0.4s,
    -webkit-transform 0.4s;
}
.my-account .text-center .icon-box-icon {
  margin-bottom: 1.9rem;
}
.my-account .icon-box.text-center:hover .icon-box-icon i {
  color: #1d7b0d;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.my-account .icon-box.text-center:hover p {
  text-decoration: underline;
}
.my-account .icon-box.icon-box-side .icon-orders,
.my-account .icon-box.icon-box-side .icon-map-marker {
  margin-right: 1rem;
}
.my-account .icon-box.icon-box-side .w-icon-download {
  font-size: 2.4rem;
}
.my-account .icon-box.icon-box-side .icon-account {
  margin-right: 0.8rem;
}
.my-account .form-control {
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.my-account .form-control:focus {
  border-color: #336699;
}
.my-account .icon-box-light {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.my-account .icon-box-light i {
  font-size: 2.5rem;
  color: #999;
}
.my-account .icon-box-light .icon-box-title {
  font-size: 2rem;
}
.my-account .order:not(th) {
  padding-top: 0.9rem;
}
.my-account .order:not(th) .order-table {
  padding: 1.1rem 2.9rem 0;
}

#account-dashboard.tab-pane {
  padding-top: 1.5rem;
}
#account-dashboard p.greeting {
  font-size: 1.6rem;
}
#account-dashboard p a:hover {
  text-decoration: underline;
}
#account-dashboard .icon-box {
  padding: 4rem 2rem;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#account-dashboard .icon-box:hover {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
#account-dashboard .icon-box:hover p {
  color: #336699;
}
#account-dashboard .icon-box p {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #666;
  -webkit-transition: color;
  transition: color;
}
#account-dashboard .icon-box-title {
  font-size: 1.8rem;
  text-transform: capitalize;
}

#account-downloads.tab-pane {
  padding-top: 0.9rem;
}
#account-downloads .icon-box-side .w-icon-download {
  font-size: 2.5rem;
  margin-top: -0.5rem;
}
#account-downloads .icon-box {
  margin-bottom: 1.4rem;
}

#account-orders.tab-pane {
  padding-top: 0.8rem;
}
#account-orders .icon-box {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid #eee;
}
#account-orders .account-orders-table th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eeeeee;
}
#account-orders .account-orders-table td {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}
#account-orders .account-orders-table .order-id {
  padding-left: 1rem;
  border-bottom: 1px solid #eeeeee;
}
#account-orders .account-orders-table .order-date {
  border-bottom: 1px solid #eeeeee;
}
#account-orders .account-orders-table .order-status {
  padding-left: 10px;
  border-bottom: 1px solid #eeeeee;
}
#account-orders .account-orders-table .order-total {
  border-bottom: 1px solid #eeeeee;
}
#account-orders .account-orders-table .order-action {
  padding-right: 1rem;
  border-bottom: 1px solid #eeeeee;
}
#account-orders .account-orders-table td.order-total {
  letter-spacing: 0;
  border-bottom: 1px solid #eeeeee;
}
#account-orders .order-action .btn {
  color: #333;
  border-color: #ccc;
  -webkit-transition:
    color 0.4s,
    border-color 0.4s,
    background-color 0.4s;
  transition:
    color 0.4s,
    border-color 0.4s,
    background-color 0.4s;
}
#account-orders .order-action .btn:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

#account-details.tab-pane {
  padding-top: 0.9rem;
}
#account-details.tab-pane .w-icon-user {
  margin-bottom: 0.3rem;
}
#account-details .icon-box {
  margin-bottom: 1.4rem;
}
#account-details .account-details-form label {
  color: #666;
  font-size: 1.4rem;
  line-height: 2.3;
}
#account-details .account-details-form .form-control {
  margin-bottom: 1.6rem;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  color: #666;
}
#account-details .account-details-form p {
  font-size: 1.2rem;
  letter-spacing: -0.015em;
  line-height: 2.1;
}
#account-details .card {
  border: 1px solid #eee;
}
#account-details .title-password {
  font-size: 1.8rem;
}

#account-addresses.tab-pane {
  padding-top: 0.8rem;
}
#account-addresses.tab-pane p {
  margin-bottom: 2.1rem;
  line-height: 1.6;
}
#account-addresses .title {
  font-size: 1.5rem;
  margin-bottom: 1.7rem;
  padding-bottom: 1.4rem;
}
#account-addresses .title-underline::after {
  background-color: #e5e5e5;
}
#account-addresses address {
  font-style: normal;
}
#account-addresses .address-table th,
#account-addresses .address-table td {
  padding: 0.3rem 0;
}
#account-addresses .address-table th {
  font-weight: normal;
  text-align: start;
  width: 100px;
  color: #999;
}
#account-addresses .address-table td {
  color: #333;
}

@media (max-width: 767px) {
  .my-account .tab-vertical .nav-tabs,
  .my-account .tab-vertical .tab-content {
    width: 100%;
  }

  #account-orders .account-orders-table td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    word-break: break-all;
  }
  #account-orders .account-orders-table .order-id {
    width: 10%;
    padding-left: 0;
  }
  #account-orders .order-action .btn {
    padding: 0;
    border: none;
    text-align: start;
  }
  #account-orders .order-action .btn:hover,
  #account-orders .order-action .btn:active,
  #account-orders .order-action .btn:focus {
    background-color: transparent;
    border: none;
    color: #336699;
  }
}
/* my account part end */

.order-summary-wrapper {
  padding: 15px 15px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  width: 100% !important;
  overflow-y: hidden;
}
.order-summary-wrapper .card {
  padding: 10px 0 0;
}
.checkoutLoginBx {
  margin-top: 5px;
  padding: 20px;
  border-top: 3px solid #eeeeee !important;
  border: 1px solid #eeeeee;
}
.tab-vertical .link-item > .link {
  padding: 1.5rem 2.2rem;
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  color: inherit;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  transition:
    border 0.3s,
    color 0.3s,
    background-color 0.3s;
}
.tab-vertical .link-item > .link:hover {
  color: #1d7b0d;
}
.icon-box .icon-box-icon i {
  font-size: 3.2rem;
  color: #1d7b0d;
}
.productDtlSlider {
}
.productDtlSlider .mySwiper2 {
  background: #fff;
  text-align: center;
}
.productDtlSlider .mySwiper2 .swiper-slide {
  max-height: 500px;
  object-fit: contain;
}
.productDtlSlider .mySwiper2 .swiper-slide img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
}
.productDtlSlider .swiper-slide {
  margin-top: 10px;
  background: #fff;
}
.productDtlSlider .swiper-thumbs {
}
.productDtlSlider .swiper-thumbs img {
  margin: 0 auto;
  width: auto;
  max-height: 100px;
  object-fit: cover;
  border: 1px solid transparent;
}
.productDtlSlider .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #1d7b0d;
}
.productDtlSlider .swiper-button-prev:before,
.productDtlSlider .swiper-button-next:before {
  display: none;
}
.productDtlSlider .swiper-button-prev,
.productDtlSlider .swiper-button-next {
  padding: 6px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #e02b2b;
  background-color: #1d7b0d;
  opacity: 0 !important;
}
.productDtlSlider:hover .swiper-button-prev,
.productDtlSlider:hover .swiper-button-next {
  opacity: 1 !important;
}
.productDtlSlider:hover .swiper-button-disabled {
  opacity: 0.2 !important;
}
.product-sticky-content .product-form .product-media {
  display: none;
}
.product-wrapper .product-wrap .product-cat a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  line-height: 16px;
  height: 32px;
}
.category .category-media a {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #d3d3d3;
}
.category .category-media a img {
  width: 100%;
  height: 100%;
}
.category .category-name a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.product .product-media {
  padding: 18px;
  height: 250px;
  overflow: hidden;
  display: block;
  object-fit: cover;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.product .product-media img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.mobile-menu-container.scrollable {
  display: block;
}
.cartModalRightBx .products {
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 70%;
}
.cartModalRightBx .product-media {
  height: auto;
  border-bottom: none;
}
.cartModalRightBx .cart-action {
  position: relative;
  z-index: 9;
  bottom: 0;
}
.list-group {
  margin: 0 0 15px 0;
  padding: 0;
  border: 1px solid #ddd9d9;
  background: #fff;
  min-width: 300px;
}
.list-group li {
  padding: 4px 10px;
  list-style: none;
  border-bottom: 1px solid #ddd9d9;
}
.list-group li i {
}
.list-group li:last-child {
  border-bottom: none;
}
.list-group li:before {
  padding-right: 7px;
  content: '\f192';
  font-family: 'Font Awesome 5 Free';
}
.order-summary-wrapper .product-name {
  white-space: break-spaces;
}
.brands-wrapper {
  padding: 15px;
}
.brands-wrapper .swiper-slide img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
}
.icon-box-side .icon-box-icon {
  margin-bottom: 15px;
}
.icon-box-side,
.icon-box-side h4,
.icon-box-side .text-default {
  text-align: center;
}

.miniAddressBx {
  padding: 4px 5px;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  border-radius: 6px;
}
.miniAddressBx.inactiveBx {
  border: 2px solid #dddddf;
}
.miniAddressBx.activeBx {
  border: 2px solid #1d7b0d;
}
.editBx {
  position: relative;
}
.editBx .btn {
  padding: 3px 5px;
  position: absolute;
  z-index: 9;
  right: -2px;
  top: -14px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 12px 0px 0px 12px;
}
.editBx .btn i {
  font-size: 11px;
}

.editBx .dltBtn {
  left: -2px;
  right: auto;
}
.miniAddressBx.inactiveBx .btn {
  background: #dddddf !important;
  border-color: #dddddf;
  color: #000;
}
.miniAddressBx ul {
  margin: 0;
  padding: 0;
}
.miniAddressBx ul li {
  list-style: none;
  display: inline-block;
}
.miniAddressBx ul li:after {
  padding-right: 10px;
  content: ',';
}
.newAddOrderBx {
  padding: 24px;
  border: 1px solid #eeeeee;
}
.searchBx.header-search input.form-control,
.searchBx {
  border: 1px solid #1d7b0d;
}
.searchBx.header-search .btn-search {
  background: #1d7b0d;
  border-color: #1d7b0d;
  border-radius: 0 !important;
  color: #fff;
}
.searchBx.header-search input {
  font-size: 16px;
}
.storListBx {
  height: 300px;
  overflow-y: scroll;
}
.storListBx {
}
.storListBx .item {
  margin-bottom: 15px;
  margin-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.storListBx .item p {
  margin: 0px;
}
.productToastBx {
  width: 100%;
  display: flex;
}
.productToastBx .imgBx img {
  width: 64px;
  max-height: 120px;
}
.productToastBx .textBx {
  padding-left: 7px;
  width: 78%;
}
.productToastBx .textBx h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.productToastBx .textBx button {
  margin-top: 4px;
  padding: 0.4em 1.2em !important;
  background-color: #1d7b0d !important;
  color: #fff !important;
  border-radius: 0px;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-bottom: 1px;
  bottom: -7px !important;
}
.actionNav button {
  width: 0;
  height: 1.2rem;
}
/*.mainBanner .swiper-button-prev svg,.swiper-button-next svg{display:none;}*/
.mainBanner .swiper-button-next:before,
.mainBanner .swiper-button-prev:before {
  opacity: 1;
  font-size: 32px;
}
.mainBanner .swiper-button-prev,
.mainBanner .swiper-button-next {
  color: #fff !important;
  opacity: 0 !important;
}
.mainBanner:hover .swiper-button-prev,
.mainBanner:hover .swiper-button-next {
  opacity: 1 !important;
}
.brandBx {
  margin-bottom: 40px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
}
.brandBx .swiper-slide {
  object-fit: contain;
}
.brandBx .swiper-slide {
  height: 120px;
  display: flex;
  align-items: center;
  object-fit: contain;
}
.brandBx .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.product-wrap .product-details {
  min-height: 90px;
}
.wishlist {
  position: relative;
}
.wishlist .wishList-count {
  position: absolute;
  top: -9px;
  right: 0px;
  background: #1d7b0d;
  font-size: 16px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
}
.comments {
}
.comments .comment {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.comments .comment:last-child {
  border-bottom: none;
}
.comments .comment-content {
}
.comments .comment-content .review-image {
  display: inline-flex;
  gap: 5px;
}
.comments .comment-content .review-image a {
  display: flex;
  width: 84px;
  height: 84px;
  border: 1px solid #cfcfcf;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.comments .comment-content .review-image a img {
  max-width: 100%;
  max-height: 100%;
}
.applyCoupon {
  display: flex;
  border: 1px solid #eeeeee;
}
.applyCoupon .form-control {
  padding-left: 10px !important;
  border-bottom: none !important;
}
.applyCoupon .btnBx {
  display: flex;
}
.applyCoupon .btnBx .btn {
  padding: 1.2em 0.5em !important;
  text-decoration: underline;
  color: #1d7b0d;
}
.dtlProTimer {
  display: inline-flex;
  align-items: end;
  color: #1d7b0d;
}
.dtlProTimer i {
  font-size: 20px;
}
.dtlProTimer .product-countdown-container {
  margin-bottom: -3px !important;
}

.header-search .select-box select {
  min-width: 144px;
  border-color: #eeeeee;
  border-right: none;
}
.header-search {
  position: relative !important;
}
.header-search .searchList {
  top: 42px;
  position: absolute !important;
  max-height: 300px;
  overflow-y: scroll;
}
.header-search .noProductBx {
  position: absolute;
  top: 43px;
}

.categorySwip {
  margin-bottom: 5px;
}
.categorySwip .swiper-pagination {
  padding: 1px;
}
.categorySwip .itemBx .thumbImg {
  margin: 0 auto;
  height: 120px;
  width: 120px;
  border: 2px solid #1d7b0d;
  border-radius: 100%;
}
.categorySwip .itemBx img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  border-radius: 100%;
}
.categorySwip .itemBx h4 {
  /* margin-top: 5px;
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; */
  font-size: 14px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 15px auto 15px;
  min-width: 150px;
}
.categorySwip .itemBx h4 a {
  color: #000 !important;
}

.product .product-price small {
  font-size: 12px;
  font-weight: 400;
  color: #aaa;
  letter-spacing: 0.1px;
}

.product .product-price span {
  font-size: 14px;
  color: #1d7b0d !important;
  letter-spacing: 0.1px;
}

.mainBanner {
  border-radius: 8px;
  overflow: hidden;
}
.mainBanner .maniBannerImg {
  height: 300px;
}
.mainBanner .maniBannerImg img {
  max-height: 100%;
  max-width: 100%;
}

.has-submenu .megamenu.type2 {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 300px;
}

.categories ul {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 350px;
}
.categories ul::-webkit-scrollbar {
  width: 5px;
}
.categories ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.categories ul::-webkit-scrollbar-thumb {
  background: #ff8d8d;
}
.categories ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.brandBx .swiper-pagination {
  opacity: 0;
}
.has-submenu .megamenu.type2::-webkit-scrollbar {
  width: 5px;
}
.has-submenu .megamenu.type2::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.has-submenu .megamenu.type2::-webkit-scrollbar-thumb {
  background: #ff8d8d;
}
.has-submenu .megamenu.type2::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.qrScan {
  margin-top: 5px;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  text-align: left;
  background: #f1f1f1;
}
.qrScan img {
  margin-right: 10px;
  border-radius: 6px;
}
.mobileSearchBx > .position-absolute,
.mobileSearchBx > ul.list-group {
  display: none !important;
}
.brandBx .swiper-pagination {
  opacity: 0;
}

.filterScroll {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 350px;
}
.filterScroll::-webkit-scrollbar {
  width: 5px;
}
.filterScroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.filterScroll::-webkit-scrollbar-thumb {
  background: #ff8d8d;
}
.filterScroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fiveColFoot {
  margin-bottom: 40px;
}
.fiveColFoot .col {
  width: 20%;
}
.fiveColFoot .col h3 {
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  font-size: 16px;
}
.fiveColFoot .col h4 {
  margin: 0 0 5px 0;
  font-size: 15px;
}
.fiveColFoot .col h5 {
  margin: 10px 0 5px 0;
  font-size: 14px;
  font-weight: 600;
}
.fiveColFoot .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fiveColFoot .col ul li a {
  padding: 0px 0 5px;
  display: block;
}
.fiveColFoot .col p {
  margin: 0px;
  font-size: 12px;
  color: #666666;
}
.fiveColFoot .col:nth-child(3) {
  margin-right: 1%;
  width: 19%;
  padding-right: 20px;
  border-right: 1px solid #dddddd;
}
.socialMedia h6 {
  margin: 20px 0 10px 0;
}
.socialMedia .social-icons {
}
.socialMedia .social-icons a {
  margin-right: 10px;
  font-size: 18px;
}
.bottomFoot {
  padding: 10px 0;
}
.bottomFoot .copyright {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .banner-big-sale .banner-content > * {
    margin: 2rem 0;
    padding: 7px 9px;
    font-size: 11px;
    opacity: 0;
  }
  .mobileSearchBx > .position-absolute,
  .mobileSearchBx > ul.list-group {
    display: block !important;
  }
  .fiveColFoot .col {
    width: 40%;
  }
  .fiveColFoot .col:nth-child(3) {
    margin: 0 0 50px 0;
    border: none;
  }
}
@media only screen and (max-width: 600px) {
  .wishlist-table .product-price {
    width: 100%;
  }
  .mainBanner .maniBannerImg {
    height: auto;
  }
  .categorySwip .itemBx .thumbImg {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .product .product-media {
    height: 150px;
  }
  .fiveColFoot .col:nth-child(3) {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .fiveColFoot .col {
    width: 100%;
  }
  .fiveColFoot .col {
    margin: 0 0 20px 0;
  }
  .fiveColFoot .col:nth-child(5) {
    margin: 0px;
  }
}
