.account-navigation {
  margin-bottom: 1.5rem;
}

.nav-header {
  text-align: center;
  margin-bottom: 1rem;
}

.account-navigation .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-navigation .nav-item {
  margin-bottom: 0.5rem;
}

.account-navigation .nav-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.account-navigation .nav-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.account-navigation .nav-link.active {
  background-color: var(--primary-color, #007bff);
  color: white;
  border-color: var(--primary-color, #007bff);
}

.account-navigation .icon {
  width: 16px;
  text-align: center;
}

.mobile-nav-toggle {
  text-align: center;
  margin-top: 1rem;
}


#place_order,
.button #place_order,
.wc-backward {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #900 !important;
  color: #ffffff !important;
  padding: 15px 27px;
  border-radius: 50px !important;
  border: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
  width: 50%;
  text-align: center;
}

#place_order:hover,
.button #place_order:hover,
.wc-backward:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

#place_order,
.woocommerce #place_order,
.wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-place-order-button.contained {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #900 !important;
  color: #ffffff !important;
  padding: 15px 27px;
  border-radius: 50px !important;
  border: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
  width: 70%;
  text-align: center;
}

#place_order:hover,
.woocommerce #place_order:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button.contained:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.wc-block-components-checkout-place-order-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  #place_order,
  .woocommerce #place_order,
  .wc-block-components-checkout-place-order-button,
  .wc-block-components-checkout-place-order-button.contained {
    padding: 15px 15px;
    font-size: 13px;
  }
  .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    font-size: 13px;
  }
}

.product-variation-selector {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
}

.product-details-quality-cart.product-details-content-border {
  flex-wrap: wrap;
}

.product-variation-selector label {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.variation-select-dropdown {
  width: 100%;
  max-width: 300px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background-color: #f7f7f7;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.variation-select-dropdown:hover {
  border-color: #900;
  background-color: #fff;
}

.variation-select-dropdown:focus {
  border-color: #900;
  background-color: #fff;
  outline: none;
}


@media only screen and (max-width: 767px) {
  .product-variation-selector {
    gap: 10px;
    margin-bottom: 20px;
  }
  .variation-select-dropdown {
    max-width: 100%;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .account-navigation .nav-list {
    display: none;
  }

  .account-navigation .nav-list.show {
    display: block;
  }
}

.main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 {
  flex-wrap: wrap;
  overflow: visible;
}

.main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li.mega-menu-sub-width25,
.main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li.mega-menu-sub-width20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  height: 480px;
  padding: 20px 5px 0;
}

li.mega-menu-sub-width25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li .single-menu-item-img {
  height: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}

.main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li .single-menu-item-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 {
    left: -255px;
  }
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li.mega-menu-sub-width25,
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li.mega-menu-sub-width20 {
    flex: 0 0 170px;
  }
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li.mega-menu-sub-width25,
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li.mega-menu-sub-width20 {
    height: 420px;
  }
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li .single-menu-item-img {
    height: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 {
    left: -176px;
  }
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li.mega-menu-sub-width25,
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li.mega-menu-sub-width20 {
    flex: 0 0 150px;
  }
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li.mega-menu-sub-width25,
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li.mega-menu-sub-width20 {
    height: 400px;
  }
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3 > li .single-menu-item-img {
    height: 180px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3.mega-menu-bulb {
    left: 300px;
    transform: translateX(-50%);
    width: 602px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3.mega-menu-bulb {
    left: 300px;
    transform: translateX(-50%);
    width: 602px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li > ul.mega-menu-style-2.mega-menu-width3.mega-menu-bulb {
    left: -4px;
    width: 602px;
  }
}

/* =============================================
   Cart Page - Coupon & Shipping Calculator
   ============================================= */
#coupon-toggle-btn,
#shipping-toggle-btn {
  color: #000000;
  position: relative;
  display: block;
}

#coupon-toggle-btn::after,
#shipping-toggle-btn::after {
  font-family: eleganticons;
  content: "\4b";
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease;
}

#coupon-toggle-wrap.is-open #coupon-toggle-btn::after,
#shipping-toggle-wrap.is-open #shipping-toggle-btn::after {
  content: "\4c";
}

#coupon-toggle-content,
#shipping-toggle-content {
  transition: none;
}

#mobile-menu li {
  margin: 15px 0;
}

.cart-calculate-discount-wrap .calculate-discount-content .calculate-discount-btn button {
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  border: none;
  border-bottom: 1px solid #333;
  padding: 0 0 14px;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.cart-calculate-discount-wrap .calculate-discount-content .calculate-discount-btn button:hover {
  color: #900;
  border-bottom: 1px solid #900;
}

.cart-calculate-discount-wrap .woocommerce-coupon-form {
  margin: 0;
  padding: 0;
}

.cart-calculate-discount-wrap .calculate-discount-content .select-style-3 {
  margin-bottom: 20px;
}

.cart-calculate-discount-wrap .calculate-discount-content .select-style-3 select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #444;
  font-size: 14px;
  font-family: inherit;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23444' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px 6px;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease;
}

.cart-calculate-discount-wrap .calculate-discount-content .select-style-3 select:focus {
  border-bottom-color: #000;
}

.cart-calculate-discount-wrap .calculate-discount-content .select-style-3 select option {
  color: #444;
  background: #fff;
  padding: 8px 0;
}

.grand-total .shipping-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 34px;
  padding: 0;
  border-bottom: none;
}

.grand-total-wrap .grand-total h3 {
  margin: 0 0 12px;
}

.grand-total .shipping-row span {
  font-weight: 600;
}

.grand-total .shipping-row span.shipping-row-msg {
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.grand-total-shipping-calc {
  margin: 15px 0;
  padding: 0;
}

.grand-total-shipping-calc .shipping-calculator-button {
  display: inline-block !important;
  color: #900;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.grand-total-shipping-calc .shipping-calculator-button:hover {
  color: #000;
}

.grand-total-shipping-calc .shipping-calculator-form {
  margin-top: 10px;
}

.grand-total-shipping-calc .woocommerce-shipping-calculator .form-row {
  margin-bottom: 12px;
}

.grand-total-shipping-calc .woocommerce-shipping-calculator select,
.grand-total-shipping-calc .woocommerce-shipping-calculator .select2-container,
.grand-total-shipping-calc .woocommerce-shipping-calculator input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
  font-size: 13px;
  height: 42px;
  padding: 0 15px;
  border-radius: 3px;
}

.grand-total-shipping-calc .woocommerce-shipping-calculator .select2-container .select2-selection--single {
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.grand-total-shipping-calc .woocommerce-shipping-calculator .select2-container .select2-selection__rendered {
  line-height: 42px;
  padding: 0;
}

.grand-total-shipping-calc .woocommerce-shipping-calculator .select2-container .select2-selection__arrow {
  height: 42px;
}

.grand-total-shipping-calc .woocommerce-shipping-calculator button[name="calc_shipping"] {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  border: none;
  padding: 10px 20px;
  background: #900;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
  transition: background-color 0.3s ease;
  border-radius: 3px;
  margin-top: 5px;
}

.grand-total-shipping-calc .woocommerce-shipping-calculator button[name="calc_shipping"]:hover {
  background-color: #000;
}

.grand-total .coupon-applied-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.grand-total .coupon-applied-row span {
  margin-left: auto;
}

.grand-total .coupon-applied-row .woocommerce-remove-coupon {
  font-size: 12px;
  color: #e74c3c;
  text-decoration: none;
}

.grand-total .coupon-applied-row .woocommerce-remove-coupon:hover {
  color: #c0392b;
}

.cart-area .woocommerce-message,
.cart-area .woocommerce-error,
.cart-area .woocommerce-info {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  list-style: none;
}

.cart-area .woocommerce-message {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
}

.cart-area .woocommerce-error {
  background-color: #f2dede;
  color: #a94442;
  border: 1px solid #ebccd1;
}

.cart-area .woocommerce-info {
  background-color: #d9edf7;
  color: #31708f;
  border: 1px solid #bce8f1;
}

a.black {
  color: #000000 !important;
}

a.black:hover {
  color: #c30 !important;
}

.team-banner-img {
  margin: 40px 0;
}

.team-banner-img img {
  height: 500px;
  object-fit: cover;
  display: block;
  width: 100%;
}

.slider-area {
  position: relative;
  width: 100%;
}

.slider-active-2.swiper-container {
  width: 100%;
  height: 992px;
  overflow: hidden;
}

.slider-active-2 .swiper-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.slider-active-2 .swiper-slide {
  width: 100% !important;
  height: 100%;
  flex-shrink: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-active-2 .swiper-slide.slider-height-1 {
  height: 100%;
  min-height: unset;
}

@media (max-width: 1600px) {
  .slider-active-2.swiper-container {
    height: 800px;
  }
}

@media (max-width: 1199px) {
  .slider-active-2.swiper-container {
    height: 650px;
  }
}

@media (max-width: 991px) {
  .slider-active-2.swiper-container {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .slider-active-2.swiper-container {
    height: auto;
  }
  .slider-active-2 .swiper-slide.slider-height-1 {
    height: auto;
    min-height: 350px;
  }
}

.slider-area .social-style-2 {
  position: absolute;
  bottom: 90px;
  left: 84px;
  z-index: 5;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.slider-area .social-style-2 a {
  display: block;
  color: #ccc;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 14px;
  text-decoration: none;
}

.slider-area .social-style-2 a:hover {
  color: white;
}

.slider-area .social-style-2 a:last-child {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .slider-area .social-style-2 {
    bottom: 30px;
    left: 14px;
    display: none;
  }
}

/* Product Slider Fixes */
.product-fluid-p-0 {
  padding: 0;
}

.product-wrap .product-img {
  position: relative;
  overflow: hidden;
}

.product-wrap .product-img a {
  display: block;
}

.product-wrap .product-img a img {
  width: 100%;
}

.product-wrap .product-img a .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: 5;
}

.product-wrap .product-img a:hover .hover-img {
  opacity: 1;
  visibility: visible;
}

.product-wrap .product-img a:hover .default-img {
  opacity: 0;
  visibility: hidden;
}

.product-wrap .product-img .product-action-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -20px;
  background-color: #000000;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.product-wrap:hover .product-action-wrap {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.mega-menu-sub-width30.wider-submenu {
  width: 200px !important;
}
.mega-menu-sub-width30.wider-submenu .single-menu-item-mega {
  width: 100% !important;
}

.product-wrap .product-img .product-action-wrap .product-action-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 64%;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  max-width: 64%;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .product-wrap .product-img .product-action-wrap .product-action-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-wrap .product-img .product-action-wrap .product-action-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-wrap .product-img .product-action-wrap .product-action-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .product-wrap .product-img .product-action-wrap .product-action-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57%;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    max-width: 57%;
  }
}

.product-wrap .product-img .product-action-wrap .product-action-left button {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  display: block;
  text-align: center;
  line-height: 43px;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.product-wrap .product-img .product-action-wrap .product-action-left button:hover {
  background-color: #333;
}

.product-wrap .product-img .product-action-wrap .product-action-left button i {
  font-size: 22px;
  padding-right: 8px;
  position: relative;
  top: 4px;
}

.product-wrap .product-img .product-action-wrap .product-action-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36%;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  max-width: 36%;
  line-height: 1;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .product-wrap .product-img .product-action-wrap .product-action-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-wrap .product-img .product-action-wrap .product-action-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-wrap .product-img .product-action-wrap .product-action-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .product-wrap .product-img .product-action-wrap .product-action-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    max-width: 43%;
  }
}

.product-wrap .product-img .product-action-wrap .product-action-right button {
  border: none;
  padding: 0;
  background-color: transparent;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
  color: #ffffff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.product-wrap .product-img .product-action-wrap .product-action-right button:first-child {
  font-size: 25px;
}

.product-wrap .product-img .product-action-wrap .product-action-right button:last-child {
  font-size: 22px;
}

.product-wrap .product-img .product-action-wrap .product-action-right button:last-child {
  margin-right: 0;
}

.product-wrap .product-img .product-action-wrap .product-action-right button:hover {
  background-color: #333;
}

.product-wrap .product-content {
  padding: 20px 0;
}

.product-wrap .product-content h3 {
  margin: 15px 0;
}

.product-wrap .product-content h3 a {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 600;
}

.product-wrap .product-content h3 a:hover {
  color: #c30;
}

.product-wrap .product-rating {
  margin-bottom: 10px;
}

.product-wrap .product-rating i {
  color: #ffc107;
  margin-right: 2px;
}

.product-wrap .product-rating i.gray {
  color: #ddd;
}

.product-wrap .product-price {
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c;
}

.product-wrap .product-price .old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
}

.product-wrap .product-price .new-price {
  color: #000;
}

.product-details-content .product-details-price span.old-price,
.product-details-content .product-details-price span.old-price span {
  color: #999 !important;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
}

/* Slider Active 1 Navigation */
.slider-active-1.swiper-container {
  position: relative;
}

.slider-nav-1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.slider-nav-1:hover {
  background-color: #c30;
  border-color: #c30;
}

.slider-nav-1 i {
  color: #000;
  font-size: 16px;
}

.slider-nav-1:hover i {
  color: #fff;
}

.slider-prev-1 {
  left: -60px;
}

.slider-next-1 {
  right: -60px;
}

@media (max-width: 1199px) {
  .slider-prev-1,
  .slider-next-1 {
    position: static;
    display: inline-flex;
    margin: 20px 5px 0 5px;
  }
}

.rating-select {
  cursor: pointer;
}

.rating-select i {
  cursor: pointer;
  transition: color 0.2s ease;
}

.rating-select i:hover {
  color: #f2b309 !important;
}

.slinky-mobile-menu ul li a {
  font-size: 20px;
  padding: 14px 0;
  font-weight: 500;
  letter-spacing: 1px;
}

.slinky-mobile-menu ul li a span {
  font-size: 20px;
}

.slinky-mobile-menu ul li a:not(.back) {
  padding: 14px 0;
}

#mobile-menu ul.menu > li:nth-child(1),
#mobile-menu ul.menu > li:nth-child(2) {
    display: none !important;
}

#footer-list ul.menu > li:nth-child(3),
#footer-list ul.menu > li:nth-child(4) {
  display: none !important;
}

table.addinfo {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
  font-size: 18px;
  font-family: Arial, sans-serif;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

table.addinfo thead {
  background-color: #900;
  color: #fff;
}

table.addinfo th {
  padding: 15px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

table.addinfo td {
  padding: 14px;
}

table.addinfo tr {
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

table.addinfo tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table.addinfo tbody tr:hover {
  background-color: #f1f5ff;
  transition: 0.2s;
}

table.addinfo tr:last-child {
  border-bottom: none;
}
