
 .header_section3 .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.4rem 0;
    font-size: 0.75rem;
    background-color: #262626;
    color: #fff;
}

.header_section3 .lang-right {
    font-size: 0.85rem;
}

.header_section3 a.header_brand {
    padding: 0.5rem 0 0.75rem 0;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.header_section3 header .navbar {
    transition: all 0.3s ease;
    padding: 8px 14px !important;
    padding-left: 0 !important;
}

.header_section3 header .navbar .navbar-nav .nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
}

.header_section3 header .navbar .navbar-nav .nav-item:first-child {
    padding-left: 0;
}

.header_section3 header .navbar .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    position: relative;
    transition: all 0.1s ease;
    font-size: 1rem;
    padding: 10px 30px;
}

.header_section3 header .navbar .navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background-color: #fff;
    left: 0;
    bottom: -6px;
    transition: all 0.1s ease;
}
.navbar-nav3 .navbar-nav {
	flex-direction:row;
}
.header_section3 header .navbar .navbar-nav .nav-link:hover:before,
.header_section3 header .navbar .navbar-nav .nav-link.active:before {
    height: 3px;
    bottom: -3px;
}

.header_section3 header .navbar.fixed-nav {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.header_section3 .cart_link {
    font-weight: 400;
    position: relative;
    font-size: 1rem;
}

.header_section3 .cart_link .btn.btn-update {
    color: #fff;
    background-color: #065193;
    border: 0;
}

.header_section3 .cart_bag {
    right: 0;
    top: 40px;
}

.header_section3 .navbar-toggler-icon {
    display: flex;
    height: unset;
    width: unset;
}

.header_section3 .navbar-toggler {
    box-shadow: unset !important;
}

@media (max-width: 991px) {
    .header_section3 header .navbar .navbar-nav .nav-item {
        padding-left: 0;
    }

    .header_section3 header .navbar .navbar-nav .nav-link {
        padding: 1rem;
    }

    .header_section3 header .navbar {
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .header_section3 .navbar-nav.cart-nav {
        display: none !important;
    }

    .header_section3 .primary-navigation>.container>div {
        justify-content: space-between;
    }
}

.style-d-inline-navbar {
    display: inline;
} 
 .cart-page5 .btn.btn-update {
    border-radius: 50px;
    max-width: 100%;
}

.sidebar-details-column {
    background: unset;
}
.sidebar-details-column p:last-child {
    border-bottom: 2px solid var(--primary) !important;
    margin-bottom: 20px !important;
}

.cart-page5 .sidebar-details-column p {
    border: 2px solid var(--primary);
    border-radius: 50px;
    margin: 10px 0px;
    background-color: unset;
}

.cart-page5 .sidebar-details-column p span {
    font-weight: 700;
}

.cart-page5 .priceCol {
    font-weight: 600;
}

.cart-page5 .totalCol {
    font-weight: 600;
}

.cart-page5 .cart-right-col {
    border-radius: 30px;
    padding: 20px 40px 20px 40px;
    margin-left: 50px;
    background-color: #f8f8f8;
}

.cart-page5 .btn.btn-continue {
    border-radius: 50px;
    color: var(--primary);
    border: 2px solid var(--primary);
    max-width: 100%;
}

.cart-page5 .sidebar-title-column h2 {
    border: none;
    margin-bottom: 10px;
}

.style-1-cart-section {
    width: 100%;
}

@media (max-width: 991px) {
    .cart-page5 .cart-right-col {
        margin-top: 20px;
        margin-left: 0px;
    }
} 
 .checkout_pages5 .subtotalCart5 {
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
    }
 .checkout_pages5 .btnshopcoupon5 {
         padding: calc(8px + 3*(100vw - 320px) / 1600) calc(16px + 8*(100vw - 320px) / 1600);
    font-size: calc(14px + 2*(100vw - 320px) / 1600);
     font-weight: 700;
     border:none;
     height:50px;
    }
    .checkout_pages5 .payHidden {
       display: none;
    }

    .checkout_pages5 .rightSide5 {
        line-height: 1.2;
        margin-bottom: 0;
        text-transform: capitalize;
        font-size: calc(18px + 6*(100vw - 320px) / 1600);
        font-weight: 700;
        letter-spacing: .03em;
    }

    .checkout_pages5 .shipmethod5 p {
        font-size: calc(15px + 2*(100vw - 320px) / 1600);
        font-weight: 500;
        margin-bottom: 0;
    }
    .checkout_pages5 .shipmethods5 {
        padding: calc(17px + 9*(100vw - 320px) / 1600);
        background-color: #fff;
        border-radius: 5px;
        
        gap: 10px;
        align-items: center;
        width: 50%;
    }

    .checkout_pages5 .shipmethod5 {
       
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .checkout_pages5 .label5 {
        font-size: 14px;
        color: #222;
        margin-bottom: .5rem;
    }

    .checkout_pages5 .input5 {
        border: 1px solid #dee2e6 ;
        border-radius: 0.375rem !important;
        font-weight: 400;
        line-height: 1.5;
        font-size: 14px;
        padding: calc(8px + 6*(100vw - 320px) / 1600) calc(12px + 3*(100vw - 320px) / 1600) !important;
        box-shadow: none !important;
        background-color: #fff !important;
    }

    .checkout_pages5 .shipHead5 {
        line-height: 1.2;
        font-weight: 600;
        font-size: calc(16px + 3*(100vw - 320px) / 1600);
        color: #222;
        margin-bottom: 1rem;
    }

    .checkout_pages5 .shipAddress5 {
        padding: calc(14px + 15*(100vw - 320px) / 1600);
        background-color: #f8f8f8;
        border-radius: 8px;
        box-shadow: 0 0 8px #eee;
    }

    .checkout_pages5 .mainContainer5 {
        padding-bottom: calc(30px + 20*(100vw - 320px) / 1600);
        padding-top: calc(30px + 20*(100vw - 320px) / 1600);
    }

    .checkout_pages5 .container-fluid-lg1 {
        padding: 0 calc(12px + 148*(100vw - 320px) / 1600);

    }

    .checkout_pages5 .container-fluid-lg {
        padding: 0 calc(12px + 148*(100vw - 320px) / 1600);
        background-color: #f8f8f8;
    }

    .checkout_pages5 .mainHeading5 h2 {
        font-weight: 800;
        font-size: calc(16px + 6*(100vw - 320px) / 1600);
        margin-bottom: 0;
        line-height: 1;
    }

    .checkout_pages5 .mainHeading5 {
        padding: calc(26px + 14*(100vw - 320px) / 1600) 0;

        color: #222;
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-items: center;
    }



    

    .checkout_pages5 #prod_agree-total {

        width: fit-content;
    }

    .checkout_pages5 #prod_agree-product-8 {
        width: fit-content;
        margin-right: 3px;
    }



    .checkout_pages5 #terms-total>a:nth-child(2) {

        text-decoration: underline !important;
        color: #222 !important;
    }



    .checkout_pages5 #terms-total>a:nth-child(3) {
        text-decoration: underline !important;
        color: #222 !important;
    }



    .checkout_pages5 #prodTerms>br:nth-child(2) {
        display: none;
    }


    .checkout_pages5 #prodTerms>br:nth-child(4) {
        display: none;
    }

    .checkout_pages5 #prodTerms>br:nth-child(6) {
        display: none;
    }

    .error-message {
        color: red;
        display: none;
        font-size: 14px;
    }

    .error-border {
        border-bottom: 2px solid red !important;
    }

    .checkout_pages5 .priceCol {
        display: none;
    }

    .checkout_pages5 .qtyCol,
    .totalCol {
        display: none;
    }


    .checkout_pages5 #category-5 {
        display: none;
    }

    .checkout_pages5 .cart-pdt-image {
        margin-right: 10px;
    }







    #cartRow {
        gap: 5px;
        display: flex;
        flex-direction: column;
    }

    .checkout_pages5 .table td {
        border-bottom: none !important;
    } 

.error-message{
    color:red;
    display:none;
    font-size:14px;
}
.error-border{
    border-bottom :2px solid red !important;
} 
 .confirm-page-light-layout {
        background-color: #f9f9f9;
      }
      .confirm-page-section-b-space {
        padding-bottom: 70px;
      }
      
      .confirm-page-section-t-space {
        padding-top: 70px;
      }
      @media (min-width: 1430px) {
        .confirm-page-container {
          max-width: 1400px;
        }
      }
      .confirm-page-container,
      .confirm-page-container-fluid,
      .confirm-page-container-lg,
      .confirm-page-container-md,
      .confirm-page-container-sm,
      .confirm-page-container-xl,
      .confirm-page-container-xxl {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;

        margin-right: auto;
        margin-left: auto;
      }

      .confirm-page-success-text {
        text-align: center;
      }
      .confirm-page-success-text .confirm-page-checkmark {
        position: relative;
        padding: 30px;
        -webkit-animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
        animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
        display: inline-block;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin: -20px;
      }
      .confirm-page-success-text .confirm-page-star:nth-child(1) {
        width: 12px;
        height: 12px;
        left: 12px;
        top: 16px;
      }
      .confirm-page-success-text .confirm-page-star {
        position: absolute;
        -webkit-animation: grow 3s infinite;
        animation: grow 3s infinite;
        fill: #ff4c3b;
        opacity: 0;
      }
      .confirm-page-success-text .confirm-page-checkmark__check {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        fill: white;
      }
      .confirm-page-success-text .confirm-page-checkmark__background {
        fill: #ff4c3b;
        -webkit-animation: rotate 35s linear both infinite;
        animation: rotate 35s linear both infinite;
      }
      .confirm-page-success-text h2 {
        margin-top: 10px;
        margin-bottom: 15px;
      }
      h2 {
        font-size: 36px;
        color: #222;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.02em;
      }
      .totalbtn {
        border: rgb(191, 81, 64) !important;
        width: 50%;
        margin: auto;
        border: none;
        border-radius: 15px;
        padding: 7px;
      }
      .confirm-page-success-text p {
        font-size: 18px;
        text-transform: capitalize;
      }
      @media (max-width: 577px) {
        .confirm-page-section-b-space {
          padding-bottom: 30px;
        }
      }
      .info-details {
        display: flex;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;

        margin-top: 20px;

      }
      .order{
        border-bottom:2px solid #E6E6E6 ;
      }
      .confirm-page-success-deatil {
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.confirm-page-success-deatil .iteams,
.confirm-page-success-deatil .subtotal-ammount,
.confirm-page-success-deatil .totalbtn {
  flex: 1 1 45%; 
  min-width: 250px; 
}

@media (max-width: 768px) {
  .confirm-page-success-deatil .iteams,
  .confirm-page-success-deatil .subtotal-ammount,
  .confirm-page-success-deatil .totalbtn {
    flex: 1 1 100%; 
  }
}

    

      .confirm-page-light-layout {
        background-color: #f9f9f9;
      }
      .confirm-page-section-b-space {
        padding-bottom: 70px;
      }
      
      .confirm-page-section-t-space {
        padding-top: 70px;
      }
      @media (min-width: 1430px) {
        .confirm-page-container {
          max-width: 1400px;
        }
      }
      .confirm-page-container,
      .confirm-page-container-fluid,
      .confirm-page-container-lg,
      .confirm-page-container-md,
      .confirm-page-container-sm,
      .confirm-page-container-xl,
      .confirm-page-container-xxl {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;

        margin-right: auto;
        margin-left: auto;
      }

      .confirm-page-success-text {
        text-align: center;
      }
      .confirm-page-success-text .confirm-page-checkmark {
        position: relative;
        padding: 30px;
        -webkit-animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
        animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
        display: inline-block;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin: -20px;
      }
      .confirm-page-success-text .confirm-page-star:nth-child(1) {
        width: 12px;
        height: 12px;
        left: 12px;
        top: 16px;
      }
      .confirm-page-success-text .confirm-page-star {
        position: absolute;
        -webkit-animation: grow 3s infinite;
        animation: grow 3s infinite;
        fill: #ff4c3b;
        opacity: 0;
      }
      .confirm-page-success-text .confirm-page-checkmark__check {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        fill: white;
      }
      .confirm-page-success-text .confirm-page-checkmark__background {
        fill: #ff4c3b;
        -webkit-animation: rotate 35s linear both infinite;
        animation: rotate 35s linear both infinite;
      }
      .confirm-page-success-text h2 {
        margin-top: 10px;
        margin-bottom: 15px;
      }
      h2 {
        font-size: 36px;
        color: #222;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.02em;
      }
      .totalbtn {
        border: rgb(191, 81, 64) !important;
        margin: auto;
        border: none;
        border-radius: 15px;
        
      }
      .confirm-page-success-text p {
        font-size: 18px;
        text-transform: capitalize;
      }
      @media (max-width: 577px) {
        .confirm-page-section-b-space {
          padding-bottom: 30px;
        }
      }
      .info-details {
        display: flex;
        justify-content: space-around;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 20px;

      }
      .order{
        border-bottom:2px solid #E6E6E6 ;
      }
      .confirm-page-success-deatil {
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.confirm-page-success-deatil .iteams,
.confirm-page-success-deatil .subtotal-ammount,
.confirm-page-success-deatil .totalbtn {
  flex: 1 1 45%; 
  min-width: 250px; 
}

@media (max-width: 768px) {
  .confirm-page-success-deatil .iteams,
  .confirm-page-success-deatil .subtotal-ammount,
  .confirm-page-success-deatil .totalbtn {
    flex: 1 1 100%; 
  }
}
.btntext{
text-align:center} 
 .contact-page-28-text-content-wrap {
      max-width: 760px;
      padding-top: 40px;
      padding-bottom: 80px;
      margin: 0 auto;
      text-align: center;
    }
    .contact-page-28-rte,
    .contact-page-28-pxs-newsletter-text {
      font-size: 15px;
      text-align: justify;
    }
    .contact-page-28-rte h3,
    .contact-page-28-pxs-newsletter-text h3 {
      margin: 40px 0 18px;
     font-size: 24px;
    font-weight: 700;
    }
    .contact-page-28-full-width-form {
      width: 780px;
      padding-top: 40px;
      padding-bottom: 80px;
      margin: 0 auto;
    }
	.contact-page-28-field-wrap{
	   margin-top:20px;
	}
    .contact-page-28-field-wrap label {
      display: block;
      margin-bottom: 12px;
      font-size: 14px;
      cursor: auto;
      text-align: start;
    }
    .contact-page-28-field-wrap .contact-page-28-field {
      width: 100%;
      padding: 14px;
      font-size: 14px;
      line-height: 1.5;
      color: #333;
      border: 1px solid #333333;
      border-radius: 0;
      outline: 0;
      transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) border;
      box-sizing: border-box;
    }
    .contact-page-28-input[type="submit"] {
      background-color: #333;
      color: #fff;
      border: none;
      padding: 12px 20px;
      cursor: pointer;
      font-size: 16px;
      transition: background-color 0.3s ease;
    }
    .contact-page-28-input[type="submit"]:hover {
      background-color: #555;
    }
    @media (max-width: 768px) {
      .contact-page-28-full-width-form {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
      }
    }
    .contact-page-28-action-button{
      display: flex;
    padding: 10px 14px 9px;
      border: none;
            margin-top: 30px;
    } 
 
  .section-consent10 {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: 440px;
    background-color: #ffffff;
    font-size: 1rem;
    color: #222;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 20px 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-radius: 6px;
    line-height: 1.5 !important;
    z-index: 12000;
    
    opacity: 0.95;
    transition: opacity 0.3s ease-in-out;
  }

  .section-consent10:hover {
    opacity: 1;
  }

  .section-consent10 p {
    margin: 0px;
  }

  .section-consent10 .btn {
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
  }

  .section-consent10 .btn-primary {
    padding: 8px;
    font-weight: 500;
    border-color: #1863dc;
    margin: 0 8px 0 0;
    border-radius: 2px;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    border: 2px solid;
    text-shadow: none;
    box-shadow: none;
    color: #1863dc;
    background-color: transparent;
    border-color: #1863dc;
  }

  .section-consent10 .btn-primary2 {
    color: #ffffff;
    background-color: #1863dc;
    border-color: #1863dc;
    margin-right: 0;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    padding: 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
  }

  .section-consent10 h2 {
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    margin: 0 0 12px 0;
  }

  .section-consent10 .btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .section-consent10 .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
  }

  
  @media (max-width: 768px) {
    .section-consent10 {
      left: 20px;
      right: 20px;
      width: auto;
    }

    .btn-container {
      flex-direction: column;
      align-items: stretch;
    }

    .section-consent10 .btn {
      width: 100%;
      margin: 5px 0;
    }
  } 
 .CTAContainer {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border: 0px solid rgb(217, 217, 217);
}

.CTAContainer2 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border: 0px solid rgb(217, 217, 217);
}

.CTAContainer3 {
    align-items: center;
    flex-direction: row;
    display: flex;
    box-sizing: border-box;
    border: 0px solid rgb(217, 217, 217);
}

.CTAContainer4 {
    flex: 1 1 0%;
    max-width: 100%;
    margin: 0px;
    box-sizing: border-box;
    border: 0px solid rgb(217, 217, 217);
}

.CTAContainer5 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    box-sizing: border-box;
    border: 0px solid rgb(217, 217, 217);
}

.CTAContainer6 {
    text-align: left;
    max-width: 100%;
    margin: 0px;
    box-sizing: border-box;
    border: 0px solid rgb(217, 217, 217);
}

.CTATitle {
    margin-bottom: 12px;
    margin-top: 0px;
    box-sizing: border-box;
    border: 0px solid rgb(217, 217, 217);
}

.CTAabout {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
    margin: 10px 0px 0px;
    box-sizing: border-box;
    border: 0px solid rgb(217, 217, 217);
}

.CTAabout2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.75px;
    color: rgb(59, 59, 59);
    margin: 0px 0px 10px;
    box-sizing: border-box;
    border: 0px solid rgb(217, 217, 217);
}

.CTABtn {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
    --tw-shadow-color: #3b3b3b;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(59, 59, 59) 0px 0px 0px 1px inset;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    align-items: center;
    height: 55px;
    display: flex;
    box-sizing: border-box;
    border: 0px solid rgb(217, 217, 217);
} 
 .dashboard-nav-link{
      color: white;
  }
  .dashboard-nav-link:focus, .dashboard-nav-link:hover {
      color: #000000;
  }
  .nav-pills .dashboard-nav-link{
    font-size: 15px;
    color: #63666b;
  } 
  table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
  }

  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }

  tr:nth-child(even) {
    background-color: #dddddd;
  } 

  
.popup-bg-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  color: #415868;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  z-index: 99999999999999999;
}
.modal1 {
  position: absolute;
  display: unset;
  width: 500px;
  height: fit-content;
  max-height: 70vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 3px;
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  overflow: hidden;
  overflow-y: scroll;
  animation: show-modal 0.7s ease-in-out;
}
.modal1.hide {
  animation: hide-modal1 0.6s ease-in-out both;
}
.modal1 img {
  margin-top: 24px;
}
.modal1 .title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 14px 0 5px 0;
}
.modal1 p {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin: 0;
  padding: 0 30px;
}
.modal1 .button {
  position: sticky;
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f65656;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.modal1 .button:hover {
  background: #ec3434;
}
@keyframes show-modal {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hide-modal {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0);
  }
}

@media (max-width: 500px) {
  .modal1 {
    width: auto;
  }
}



    .GdLJzEYNGFa-bg {
        margin-top: 50px;
        background-color: white;
        margin-bottom: 50px;
    }

    .GdLJzEYNGFa-container {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .single-feature-item {
        width: 20%;
        height: 150px;
    }

    .single-feature-heading {
        font-size: 16px;
        font-weight: bold;
        line-height: 120%;
        color: black;
        text-align: center;
    }

    .single-feature-description {
        font-size: 13px;
        font-weight: 400;
        line-height: 120%;
        color: black;
        text-align: center;
    }

    .feature-icon-container {
        text-align: center;
        margin-bottom: 20px;
    }

    .feature-icon-font-size10 {
        font-size: 28px;
    }

    @media (max-width: 991px) {

        .GdLJzEYNGFa-container{
            flex-direction: column;
        }

        .single-feature-item{
            width: 100%;
            height: auto;
        }
    }


.TH6s9dZSdIl {
    min-height: 80vh;
}

.TH6s9dZSdIl .bg-slider {
    z-index: 5;
    position: relative;
    width: 100%;
    min-height: 80vh;
}

.TH6s9dZSdIl .bg-slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 80vh;
}

.TH6s9dZSdIl .bg-slider .swiper-slide::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.158);
}

.TH6s9dZSdIl .bg-slider .swiper-slide img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.TH6s9dZSdIl .swiper-slide .text-content {
    position: absolute;
    top: 25%;
    left: 10%;
    right: 10%;
    transition: 0.3s ease;
}

.TH6s9dZSdIl .title {
    font-size: 65px;
    line-height: 68px;
    font-weight: 700;
    margin-bottom: 44px;
    transform: translateY(-50px);
    opacity: 0;
    text-transform: uppercase;
}

.TH6s9dZSdIl .swiper-slide-active .text-content .title {
    transform: translateY(0);
    opacity: 1;
    transition: 1s ease;
    transition-delay: 0.3s;
    transition-property: transform, opacity;
}

.TH6s9dZSdIl p.slogan {
    font-size: 27px;
    letter-spacing: 0.81px;
    font-weight: 400;
    transform: translateX(-80px);
    opacity: 0;
    margin-bottom: 26px;
}

.TH6s9dZSdIl p.tagline {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.6px;
    font-weight: 400;
    transform: translateX(-80px);
    opacity: 0;
}

.TH6s9dZSdIl .swiper-slide-active .text-content p {
    transform: translateX(0);
    opacity: 1;
    transition: 1s ease;
    transition-delay: 0.3s;
    transition-property: transform, opacity;
}

.TH6s9dZSdIl .btn-group div {
    padding: 13px 30px;
    margin-top: 39px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.96px;
    font-weight: 700;
    text-transform: uppercase;
}

.TH6s9dZSdIl .btn1 {
    border: 2px solid #141a23;
    background-color: #253344;
    opacity: 0;
    transform: translateY(80px);
}

.TH6s9dZSdIl .btn2 {
    border: 2px solid #fff;
    margin-left: 16px;
    opacity: 0;
    transform: translateY(80px);
}

.TH6s9dZSdIl .swiper-slide-active .btn1 {
    transform: translateY(0);
    opacity: 1;
    transition: 1s ease;
    transition-delay: 0.3s;
    transition-property: transform, opacity;
}

.TH6s9dZSdIl .swiper-slide-active .btn2 {
    transform: translateY(0);
    opacity: 1;
    transition: 1s ease;
    transition-delay: 0.5s;
    transition-property: transform, opacity;
}

.TH6s9dZSdIl .dark-layer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.TH6s9dZSdIl .bg-slider-thumbs {
    z-index: 777;
    position: absolute;
    bottom: 7em;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease;
}

.TH6s9dZSdIl .thumbs-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 10px 3px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.TH6s9dZSdIl .thumbs-container img {
    width: 50px;
    height: 35px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
}

.TH6s9dZSdIl a {
  color: #fff !important;
}

.TH6s9dZSdIl .navigation-btn {
    border: 2px solid #fff;
    padding: 12px 24px;
    color: #fff;
    transition: all 0.3s ease;
}

.TH6s9dZSdIl .navigation-btn::after {
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.TH6s9dZSdIl .navigation-btn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}


@media screen and (max-width: 1100px) {
    .TH6s9dZSdIl .bg-slider-thumbs {
        bottom: 3em;
    }
}


@media screen and (max-width: 785px) {
    .TH6s9dZSdIl .swiper-slide .text-content {
        right: 0;
        margin: 0 30px;
    }

    .TH6s9dZSdIl .swiper-slide .text-content .title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .TH6s9dZSdIl .swiper-slide .text-content p.slogan {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .TH6s9dZSdIl .swiper-slide .text-content p.tagline {
        font-size: 12px;
    }

    .TH6s9dZSdIl .btn-group div {
        margin-top: 100px;
        padding: 8px 15px;
    }

    .TH6s9dZSdIl .navigation-btn {
        padding: 8px 15px;
    }

    .TH6s9dZSdIl .navigation-btn::after {
        font-size: 7px;
    }
}

 .form-container {
    display: none;
 }
 .form-container.active {
    display: block;
 }
 .form-container .form-group {
    margin-bottom: 1rem;
 }
 .card-header .btn {
    margin-right: 10px;
 }
 .card-body{
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
 }
 .form-container.active{
    padding: 15px;
 } 
.error-message{
    color:red;
    display:none;
    font-size:14px;
} 
 
    .modal-content {
      background-color: #f8f9fa;
    }
    .modal-header {
      border-bottom: none;
    }
    .modal-footer {
      border-top: none;
    }
    
    .popup-image {
      max-width: 100%;
      height: auto;
    } 
 tr:nth-child(even){

background-color: inherit;} 
  
 .product-notification-section {
            position: fixed;
            bottom: 20px;
            left: 20px;
            max-width: 100%;
            padding: 30px;
            background-color: #fff;
            color: #fff;
            border-radius: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            z-index: 1050; 
            opacity: 0.95;
            transition: opacity 0.3s ease-in-out;
            display: flex;
            align-items: center;
        }

        .product-notification-section:hover {
            opacity: 1;
        }

        .product-notification-product-image {
            flex: 0 0 auto;
            margin-right: 15px;
        }

        .product-notification-product-image img {
            max-width: 50px;
            max-height: 50px;
            border-radius: 5px;
        }

        .product-notification-product-title {
            flex: 1 1 auto;
        }

        .product-notification-product-title a {
            color: #000;
            text-decoration: none;
            font-weight: bold;
        }

        .product-notification-product-title a:hover {
            text-decoration: underline;
        }

        .close-product-notification {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            color: #000;
            font-size: 18px;
            cursor: pointer;
        } 
 .CoGCK8NUCQa .prod_img5 {
    transition: all 0.4s ease 0s;
}

.CoGCK8NUCQa .pdtImageWrapper:hover .prod_img5 {
    
}

.CoGCK8NUCQa .pdtImageWrapper:hover .pdt-overlay {
    background-color: unset !important;
}

.CoGCK8NUCQa .btn_shop5 {
    border: 0px none;
    width: 100%;
    z-index: 11;
    text-align: center;
    margin: 0;
    border-radius: 0px;
    font-weight: 600;
    left: 0px;
    right: 0px;
    opacity: 0;
    bottom: 20px;
    height: 48px;
    display: block;
    line-height: 45px;
    position: absolute;
    visibility: hidden;
    transform: translateY(20px);
    color: rgb(47, 51, 58);
    font-size: 14px;
    transition: all 0.2s ease 0s;
}

.CoGCK8NUCQa .pdtImageWrapper:hover .btn_shop5 {
    opacity: 1;
    visibility: visible;
}

.CoGCK8NUCQa .prod_price5 {
    font-size: 1.5rem;
}

.CoGCK8NUCQa {
    border-top: unset;
    margin-top: 100px;
}

.CoGCK8NUCQa h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 700;
    color: #000;
    margin-bottom: 8px !important;
}

.CoGCK8NUCQa p {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.03px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 8px !important;
}

.CoGCK8NUCQa .product-block {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 0 0 1rem 0;
    text-align: center;
    transition: all 0.4s;
    margin-bottom: 1rem;
}

.CoGCK8NUCQa .product-details {
    background: #fff;
    padding-top: 14px;
}

.CoGCK8NUCQa .pdt-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease 0s;
}

.CoGCK8NUCQa .prod_category5 {
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #868686;
    letter-spacing: 0.08em;
    margin: 0 !important;
    padding: 0 !important;
}

.CoGCK8NUCQa .product-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.14px;
    text-transform: capitalize;
    color: #404040;
    margin: 0;
    padding: 0;
}

.CoGCK8NUCQa .prod_price5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
}

.CoGCK8NUCQa .prod_desc5 {
    font-size: 0.95rem;
    color: #777;
    margin: 0;
}

.CoGCK8NUCQa .product-name5 {
    font-weight: 1rem;
    color: #777;
}

.CoGCK8NUCQa .prod_desc5,
.CoGCK8NUCQa .product-name5 {
    padding: 0 1rem;
}

.CoGCK8NUCQa .popular-products5 {
    background-color: #f4f5f7;
    position: relative;
} 
  
 .mRdNjz91S0b {
    background-color: #f5f5f5 !important;
    transition: all 0.4s ease 0s;
    padding-top: 150px;
}

.mRdNjz91S0b .product-section27 {
    perspective: 1000px;
    margin: 20px 0px;
}

.mRdNjz91S0b .pdtImageWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mRdNjz91S0b .prod_img27 {
    transition: all 0.4s ease 0s;
}

.mRdNjz91S0b .bottom-btn {
    text-align: right;
    position: absolute;
    right: -8px;
    bottom: -8px;
}

.mRdNjz91S0b .bottom-btn i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 42px;
    color: #065193;
    background-color: #fff;
    font-size: 25px;
    border: 10px solid #f5f5f5;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mRdNjz91S0b .bottom-btn:hover i {
    color: #fff;
    background-color: #065193;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.mRdNjz91S0b .bottom-btn a {
    display: inline-block;
    color: #065193;
    font-weight: 600;
    position: relative;
    top: -5px;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

.mRdNjz91S0b .prod_price27 {
    font-size: 1.5rem;
}

.mRdNjz91S0b .product-block {
    overflow: hidden;
    padding: 0 0 1rem 0;
    text-align: left;
    transition: all 0.4s;
    margin-bottom: 1rem;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.mRdNjz91S0b .product-section27:hover .product-block {
    transform: rotateY(180deg);
}

.mRdNjz91S0b .product-details {
    background: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transform: rotateY(180deg);
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    transition: 0.3s;
}

.mRdNjz91S0b .product-section27:hover .product-details {
    visibility: visible;
    opacity: 1;
    transition: 1s;
}

.mRdNjz91S0b .pdt-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease 0s;
}

.mRdNjz91S0b .product-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 1rem 0 0;
    color: #363636;
}

.mRdNjz91S0b .prod_price27 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.mRdNjz91S0b .prod_category27 {
    border: 1px solid;
    font-size: 12px;
    padding: 10px;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .mRdNjz91S0b .product-details {
        background: transparent;
        position: unset;
        height: unset;
        width: unset;
        transform: unset;
        visibility: visible;
        opacity: 1;
    }

    .mRdNjz91S0b .pdtImageWrapper {
        height: unset;
    }
} 
 .breadcrumb_section{
        width: 100%;
        margin: auto;
        height: 70px;
        padding-right: 40px;
        padding-left: 40px;
        justify-content: space-between !important;
        align-items: center !important;
        display:flex;
        background-color: #f9f9f9;
    }
    .breadcrumb_text{
        font-weight: bold;
    } 
 .pdt-section23 {
    background-color: #f5f5f5 !important;
    transition: all 0.4s ease 0s;
    padding-top: 150px;
}

.pdt-section23 .product-block:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.pdt-section23 .prod_img23 {
    transition: all 0.4s ease 0s;
}

.pdt-section23 .product-block:hover .prod_img23 {
    transform: scale(0.8);
}

.pdt-section23 .bottom-btn {
    text-align: right;
    position: absolute;
    right: -8px;
    top: -8px;
}

.pdt-section23 .bottom-btn i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 42px;
    color: #065193;
    background-color: #fff;
    font-size: 25px;
    border: 10px solid #f5f5f5;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.pdt-section23 .bottom-btn:hover i {
    color: #fff;
    background-color: #065193;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.pdt-section23 .bottom-btn a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

.pdt-section23 .bottom-btn:hover a {
    opacity: 1 !important;
    visibility: visible !important;
    right: 15px !important;
}

.pdt-section23 .prod_price23 {
    font-size: 1.5rem;
}

.pdt-section23 .product-block {
    position: relative;
    overflow: hidden;
    padding: 0 0 1rem 0;
    text-align: left;
    transition: all 0.4s;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.pdt-section23 .product-block:hover {
    background-color: #fff;
}

.pdt-section23 .product-details {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    padding-left: 15px;
    visibility: hidden;
    opacity: 0;
}

.pdt-section23 .product-block:hover .product-details {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.pdt-section23 .pdt-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease 0s;
}

.pdt-section23 .product-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 1rem 0 0;
    color: #363636;
}

.pdt-section23 .prod_price23 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.pdt-section23 .prod_category23 {
    position: absolute;
    top: 15px;
    font-size: 12px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-weight: 600;
} 
 .PTEoFQbZiyD {
    padding-bottom: 0;
    font-size: 1rem;
    background-color: #0e0e0e;
}

.PTEoFQbZiyD .copyright p {
    margin: 0;
}

.PTEoFQbZiyD .quick-links ul {
    display: flex;
}

.PTEoFQbZiyD .quick-links li {
    width: 100%;
    text-align: center;
}

.PTEoFQbZiyD .footer-site-map li {
    padding: 0.25rem 0;
    width: 44%;
    margin-right: 5%;
    margin-bottom: 0.8rem;
}

.PTEoFQbZiyD .footer-return-shipment li {
    padding: 0.25rem 0;
    width: 44%;
    margin-right: 5%;
    margin-bottom: 0.8rem;
}

.PTEoFQbZiyD h5 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.PTEoFQbZiyD .spacer {
    height: 2px;
    width: 80%;
    background-color: var(--primary);
    margin-bottom: 2rem;
    position: relative;
    margin-top: 1rem;
}

.PTEoFQbZiyD .spacer:before {
    height: 10px;
    width: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -4px;
    content: "";
}

.PTEoFQbZiyD .bottom-footer {
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 567px) {
    .PTEoFQbZiyD .quick-links ul {
        display: block;
    }

    .PTEoFQbZiyD .quick-links li {
        text-align: left;
    }

    .PTEoFQbZiyD .copyright p {
        width: 100%;
    }

    .PTEoFQbZiyD .corp {
        width: 100%;
    }
}

.style-1-alias-footer-content {
    word-break: break-all;
} 


  

  
  
  

  .logo-bg-color {
    background-color: unset !important;
    color: #065193 !important;
  }

  .nav-active-color {
    color: var(--secondary_text_color) !important;
    background-color: var(--secondary) !important;
    backdrop-filter: brightness(80%);
  }

  .nav-color-bottom {
    background-color: var(--primary) !important;
  }

  .nav-txt-color-bottom {
    color: #fff !important;
  }

  .header_brand {
    font-size: 1.25rem !important;
  }

  .banner-bg-box-color::before {
    background-color: var(--primary) !important;
    opacity: 0.3 !important;
  }

  .banner-btn-color2 {
    background-color: var(--primary) !important;
    color: var(--primary_text_color) !important;
    border: 2px solid var(--primary) !important;
  }

  .banner-btn-color2:hover {
    background-color: var(--secondary) !important;
    color: var(--secondary_text_color) !important;
    border: 2px solid var(--secondary) !important;
  }

  .pdt-page-btn-color {
    color: #fff !important;
    background-color: var(--primary) !important;
    border: unset !important;
  }

  .pdt-page-btn-color:hover {
    color: #fff !important;
    background-color: var(--secondary) !important;
    border: unset !important;
  }

  
  .about-btn-color {
    color: #fff !important;
    background-color: #222 !important;
  }

  .about-btn-color:hover {
    color: #fff !important;
    background-color: #065193 !important;
  }

  .product-block .shop-btn-color {
    background-color: var(--primary) !important;
    color: #222 !important;
    
    
  }

  .product-block .shop-btn-color:hover {
    background-color: var(--secondary) !important;
    color: #fff !important;
    
    
  }

  
  .left-overly:before {
    background-color: #000 !important;
    opacity: 0.9 !important;
  }

  .about-overlay:before {
    background-color: #000 !important;
    opacity: 0.6 !important;
  }

  .cta-overlay:before {
    background-color: var(--primary) !important;
    opacity: 0.7 !important;
  }

  .shop-overlay:before {
    background-color: #000 !important;
    opacity: 0.6 !important;
  }

  .pdt-overlay {
    background-color: #62626200 !important;
  }

  
  .about_section-color {
    color: #222 !important;
    background-color: #fff !important;
  }

  .about_section-color1 {
    color: var(--primary_text_color) !important;
    background-color: var(--primary) !important;
  }

  .about_section-color2 {
    color: #222 !important;
    background-color: #fff !important;
  }

  .about_section-color3 {
    color: var(--secondary_text_color) !important;
    background-color: var(--secondary) !important;
  }

  .about_section-icon-color {
    color: var(--primary) !important;
  }

  .about_section-icon-color1 {
    color: var(--primary_text_color) !important;
  }

  .about_section-icon-color2 {
    color: #222 !important;
  }

  .about_section-icon-color3 {
    color: var(--secondary_text_color) !important;
  }

  .about-bg-color {
    background-color: #f6f8fa !important;
  }

  .about-text-color {
    color: #fff !important;
  }

  .about-text-color-alt {
    color: #000 !important;
  }

  .about-btn-color {
    background-color: var(--primary) !important;
    color: #fff !important;
  }

  .cta-text {
    background-color: #222 !important;
    color: #fff !important;
  }

  .cta-text-alt {
    background-color: transparent !important;
    color: #fff !important;
  }

  .cta-btn-color {
    background-color: #f3283d !important;
    color: #fff !important;
  }

  
  .shop-section-color {
    color: #222 !important;
    background-color: #f9f9f9 !important;
  }

  .shop-subheading-color {
    color: #fff !important;
  }

  .shop-heading-color {
    color: #fff !important;
  }

  .shop-heading-color-alt {
    color: #1c1c24 !important;
  }

  .spacer.primary-background-color:before,
  .footer-background-color h5:before {
    background-color: #ffffff !important;
  }

  .cart_bag {
    top: 60px !important;
    border: 1px solid #222 !important;
  }

  .cart_bag:before {
    border-bottom: 10px solid #222 !important;
  }

  .product-block .product-image::before {
    background: var(--primary) !important;
  }

  
  
  

  
  #loadingMask {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #loadingMask img {
    max-width: 100px;
  }

  .my50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mx50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .py50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .px50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  html {
    scroll-behavior: smooth;
  }

  ul {
    list-style-type: none;
  }

  .navbar-toggler {
    box-shadow: none !important;
  }

  .spacer {
    margin: 0 0 1.563rem 0;
    width: 2.813rem;
    height: 2px;
  }

  a {
    text-decoration: none !important;
  }

  
  .banner {
    position: relative;
  }

  .banner:before,
  .overlay-background:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .left-overly:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  
  footer {
    padding: 4rem 0;
    font-weight: 300;
    font-size: 0.85rem;
  }

  footer .company-info .footer-logo {
    font-size: 1.5rem;
  }

  footer .company-info p {
    padding: 1rem 6rem 0 0;
    font-weight: 300;
  }

  footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  footer ul li {
    padding-top: 0.5rem;
  }

  footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }

  footer a:hover {
    color: #fff;
  }

  footer .copyright {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
    margin-top: 5rem;
  }

  footer.footer5 {
    background-color: #086c99;
  }

  .footer-cc img {
    width: 50px;
  }
  



    :root {
        --primary: #5863f2;
        --secondary: #9a58f2;
        --primary_text_color: #ffffff;
        --secondary_text_color: #ffffff;
    }
    .topbar-background-color {
        background-color: #5863f2 !important;
    }
    .topbar-text-color {
        color: #ffffff !important;
    }
    .nav-color {
        background-color: #FFFFFFFF !important;
    }
    .nav-text-color {
        color: #000000 !important;
    }
    .nav-icon-color {
        color: #000000 !important;
    }
    .overlay-background:before {
        background-color: #00000073 !important;
    }
    .slide1-overly::before {
        background-color: #00000073 !important;
    }
    .slide2-overly::before {
        background-color: #00000073 !important;
    }
    .banner-slogan-color {
        color: #FFFFFFFF !important;
    }
    .banner-heading-color {
        color: #FFFFFFFF !important;
    }
    .banner-tagline-color {
        color: #FFFFFFFF !important;
    }
    .banner-btn-color {
        background-color: #5863f2 !important;
        color: #ffffff !important;
        border: 2px solid #5863f2 !important;
    }
    .banner-btn-color:hover {
        background-color: #9a58f2 !important;
        color: #ffffff !important;
        border: 2px solid #9a58f2 !important;
    }
    .footer-background-color {
        background-color: #5863f2 !important;
        color: #ffffff !important;
    }
    .footer-background-color a {
        color: #ffffff !important;
    }

    
    

    
    .slide1 .btn1 {
        background-color: #5863f2 !important;
        border-color: #5863f2 !important;
    }
    .slide1 .btn1:hover {
        background-color: #9a58f2 !important;
        border-color: #9a58f2 !important;
    }
    .slide1 .btn2 {
        background-color: transparent !important;
        border-color: #fff !important;
    }
    .slide1 .btn2:hover {
        background-color: var(--primary) !important;
        border-color: #fff !important;
    }
    .slide2 .btn1 {
        background-color: var(--primary) !important;
        border-color: var(--primary) !important;
    }
    .slide2 .btn1:hover {
        background-color: #5863f2 !important;
        border-color: #5863f2 !important;
    }
    .slide2 .btn2 {
        background-color: transparent !important;
        border-color: #fff !important;
    }
    .slide2 .btn2:hover {
        background-color: var(--secondary) !important;
        border-color: #fff !important;
    }
    .banner-section10 .btn-group a {
        color: #ffffff;
    }

    
    .product-block .shop-btn-color{
        background-color: #5863f2 !important;
        border-color: #5863f2 !important;
        color: #ffffff !important;
    }
    .product-block .shop-btn-color:hover{
        background-color: #9a58f2 !important;
        border-color: #9a58f2 !important;
        color: #ffffff !important;
    }
    .shop-btn-color{
        background-color: var(--primary) !important;
        border-color: var(--primary) !important;
        color: var(--primary_text_color) !important;
    }
    .shop-btn-color:hover{
        background-color: var(--secondary) !important;
        border-color: var(--secondary) !important;
        color: var(--secondary_text_color) !important;
    }
    .pdt-section6 .bottom-btn i{
        color: #5863f2 !important;
    }
    .pdt-section6 .bottom-btn:hover i{
        background-color: #5863f2 !important;
        color: #ffffff !important;
    }
    .pdt-section6 .bottom-btn a{
        color: #5863f2 !important
    }



@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10UxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10dxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10VxCF8jA.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10axCF8jA.woff2)
    format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10bxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10WxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10XxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10ZxCE.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10UxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10dxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10VxCF8jA.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10axCF8jA.woff2)
    format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10bxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10WxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10XxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10ZxCE.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10UxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10dxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10VxCF8jA.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10axCF8jA.woff2)
    format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10bxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10WxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10XxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10ZxCE.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10UxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10dxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10VxCF8jA.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10axCF8jA.woff2)
    format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10bxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10WxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10XxCF8jA.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sMzZCDf9_T_10ZxCE.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}


@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v88/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
    format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.btn-cart {
  background-color: #007bff;
  border-color: #007bff;
  padding: 15px;
  width: 100%;
  max-width: 225px;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  border: 0;
  margin-top: 1rem;
}

.pdt-image img {
  border: 1px solid #e9e9e9;
  padding: 10px;
}

.breadcrumb-col p {
  color: #666666;
  text-transform: uppercase;
  font-size: 14px;
}

.breadcrumb-col p a {
  color: #666666;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

.title-col h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
}

.price-col p {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.qty-col {
  max-width: 200px;
  background: #ffffff;
  display: flex;
  margin: auto;
  padding: 0;
}

.span_counter {
  background: #f9f9f9;
  height: 35px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  padding: 0 15px;
  cursor: pointer;
  border: 1px solid #e1e1e1;
}

.selectbox,
.selectbox:hover,
.selectbox:active {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 50px;
  text-align: center;
  max-width: 100%;
  font-size: 16px;
  font-weight: 100;
  outline: none;
  box-shadow: none;
  color: black;
  opacity: 1;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

input.qty {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 35px;
  text-align: center;
  max-width: 100px;
  font-size: 20px;
  font-weight: bold;
}

.wishlist-col p a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

.category-col p span {
  font-weight: bold;
}

.category-col p a {
  color: #000;
  text-decoration: none;
  font-style: italic;
}

.nav_tabs li {
  padding: 10px 40px;
  border-top: 3px solid #d9d9d9;
  margin-top: -3px;
}

.nav_tabs li.active {
  border-top: 3px solid #007bff;
  margin-top: -3px;
}

.nav_tabs li a {
  color: #000;
  text-decoration: none;
}

.nav-tabs {
  border-top: 1px solid #dee2e6;
  border-bottom: none !important;
}

.tab-content {
  padding: 30px;
}

.products_desc {
  margin-bottom: 50px;
}

.pdt-col h2 {
  font-size: 25px;
  font-weight: bold;
}

.table-cart {
  width: 100%;
  max-width: 100%;
}

.cart-add input.qty {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  height: 35px;
  text-align: center;
  max-width: 70px;
  font-size: 15px;
  font-weight: 100;
}

.cart-add .span_counter {
  background: #f9f9f9;
  height: 35px;
  font-size: 21px;
  line-height: 1.6;
  font-weight: bold;
  padding: 0 5px;
  cursor: pointer;
  border: 1px solid #e1e1e1;
}

.table-cart p {
  margin-bottom: 0;
}

.table-cart thead tr td p {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.table td,
.table th {
  text-align: center;
  vertical-align: middle;
  border-top: none !important;
  border-bottom: 1px solid #dee2e6;
}

.table-cart thead {
  border-top: 1px solid #dee2e6;
}

.cart-pdt-image {
  max-width: 60px;
  border: 1px solid #e9e9e9;
}

.close_button {
  border: 1px solid #999;
  border-radius: 100px;
  font-size: 15px;
  padding: 5px;
  color: #444;
  margin-top: 10px;
  cursor: pointer;
}

.cart_empty {
  text-align: center;
  font-size: 16px;
}

.btn.btn-continue {
  background-color: transparent;
  border: 2px solid #007bff;
  margin: 10px auto;
  padding: 15px;
  width: 100%;
  max-width: 225px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #007bff;
  margin-right: 20px;
}

.btn.btn-update {
  background-color: #007bff;
  border-color: #007bff;
  margin: 10px auto;
  padding: 15px;
  width: 100%;
  max-width: 225px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}

.btn.btn-checkout {
  background-color: #007bff;
  border-color: #007bff;
  margin: 10px auto;
  padding: 15px;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}

.cart-button {
  text-align: right;
}
@media (max-width: 997px) {
  .cart-button {
    text-align: center;
  }
}
@media (max-width: 497px) {
  .btn.btn-continue {
    margin-left: auto;
    margin-right: auto;
  }
}

.pdt-section {
  padding: 60px 0;
}

.sidebar-title-column h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  border-top: 1px solid #e9e9e9;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar-details-column {
  background: #fff;
}

.sidebar-details-column p {
  border-bottom: 1px solid #e9e9e9;
}

.sidebar-details-column p:last-child {
  border-bottom: none;
  margin-bottom: 40px;
}

.sidebar-details-column p {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 10px;
  background: #fff;
  margin-bottom: 0;
  clear: both;
  overflow: hidden;
}

.TextLeft {
  float: left;
}

.TextRight {
  float: right;
}

.discount-col {
  color: #f00;
}

.total-col {
  font-weight: bold;
}

.sidebar-details-column .form-control {
  height: 50px;
  border-radius: 0;
}

.cart_link {
  color: #000;
  position: relative;
}

.cart_amt {
  margin-left: 5px;
}

.bag_icon {
  display: inline-block;
  vertical-align: top;
  font-size: 50px;
  position: relative;
}

.bag_icon.active {
  color: #f00;
}

.cart_link:hover .cart_bag {
  opacity: 1;
  transition: 0.4s ease-in-out;
  z-index: 99;
  visibility: visible;
}
.cart_bag {
  background: #fff;
  width: 280px;
  position: absolute;
  height: auto;
  z-index: 99;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  right: 0px;
}

.cart_bag:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  right: 35px;
  top: -20px;
}

.minicart_inner {
  padding: 20px;
  height: auto;
}

.minicart_inner p {
  color: #000;
  margin-bottom: 0;
  font-size: 12px;
  text-align: left;
}

.active .bag_count {
  color: #fff !important;
}

.bag_count {
  color: #000;
  font-size: 15px !important;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  font-family: "Arimo", sans-serif !important;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 9px;
}

.empty_cart {
  text-align: center;
  font-style: italic;
}

.empty_bag .minicart_inner {
  height: auto !important;
}

.mini-pdt-image {
  width: 100px;
  border: 1px solid #e9e9e9;
}

.minicart_details tr td {
  border-bottom: 1px solid #dee2e6;
  border-top: none !important;
}

.minicart_details tr:last-child td {
  border-bottom: none !important;
  border-top: none !important;
}

.subtotal_column {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0;
  text-align: center;
}

.subtotal_column p {
  font-weight: bold;
  font-size: 17px;
}

.empty_bag .minicart_table {
  height: auto;
}


.minicart_table::-webkit-scrollbar {
  margin-top: 10px;
  width: 2px;
  opacity: 0.2;
}

.minicart_table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
}

.minicart_table::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.cart_bag:before {
  border-bottom: 10px solid #000000;
}
.minicart_buttons .btn-continue,
.minicart_buttons .btn-continue:hover {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  color: #000;
  line-height: 2;
  font-size: 14px !important;
  border: solid 1px #000;
}

.minicart_buttons .btn-update,
.minicart_buttons .btn-update:hover {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  color: #fff;
  line-height: 2;
  font-size: 14px !important;
}

#loading-indicator {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  box-sizing: border-box;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

#loading-indicator::before {
  background: url(../../img/loadingGif/9.gif) center center no-repeat
    rgba(0, 0, 0, 0);
  content: "";
  height: 70px;
  margin-left: -35px;
  margin-top: -70px;
  width: 70px;
  z-index: 2;
}

#loading-indicator::after {
  background: #fff;
  border-radius: 5px;
  color: #000;
  content: "Processing, one moment please... ";
  font-family: arial;
  font-size: 17px;
  height: 110px;
  line-height: 98px;
  margin-left: -150px;
  margin-top: -75px;
  padding-top: 35px;
  text-align: center;
  width: 300px;
  z-index: 1;
}
#loading-indicator::after,
#loading-indicator::before {
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 50%;
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 99;
}

.popup-inner {
  position: absolute;
  background: #ffffff;
  width: 100%;
  max-width: 500px;
  min-height: auto;
  max-height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.popup-inner img {
  margin: 0 auto 30px;
}

.popup-close {
  font-size: 17px;
  background: #fff;
  padding: 2px 9px;
  color: #000;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  font-weight: 900;
  cursor: pointer;
}
.qty-select select.select-qty {
  width: 225px;
  max-width: 100%;
  height: 38px;
  padding: 0 5px;
  font-size: 18px;
  background-color: #f8f7f7;
  border: 1px solid #d4d4d4;
  border-radius: 0px;
  color: #292929;
}
select {
  background: url(../images/select-bg-new.png) right center no-repeat #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .popup-inner {
    width: 90%;
  }
}

img {
  max-width: 100%;
}

.cart-count {
    position: absolute;
    right: -5px;
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 2px 3px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    top: -7px;
}
.cart-container {
    position: relative;
    display: inline-block;
} 
.nav-icon-color {
    font-size: 1.2rem !important;
}