/* styles.css */


.review {
    font-style: italic;
}
.product-d-img {
    /* border: 1px solid #ecebeb; */
    padding: 6px;
    /* background: #ffffff; */
    box-sizing: border-box;
    box-shadow:1px 1px 8px 4px #ededed;
    box-shadow: 0px 0px 6px 3px #ededed;
}

p.product-price-details {
    font-weight: 700;
    margin-top: 10px;
    color: #4a4a4a;
    font-size: 18px;
}

/* .horizobtal-line::before{
    position: absolute;
    content: '';
    height: 4px;
    width: 10%;
    background-color: red!important;
} */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: white!important;
    color: red!important;
    font-weight: 600;
    font-size: 18px;
    font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #e32824;
    border-radius: 0;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #4a4a4a!important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 18px!important;
    font-weight: 600!important;
    font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
}

.nav-link:focus, .nav-link:hover {
    color: #e42824;
}
hr.horizobtal-line {
    color: #c2c2c2;
    opacity: 1;
}

ul#pills-tab {
    border-bottom: 1px solid #dcdbdb;
}

label {
    color: #4a4a4a;
    padding-bottom: 5px;
    font-weight: 600;
}

/* div#comment-box {

    box-shadow: 0px 0px 6px 3px #ededed;
} */
div#pills-tabContent {
    
    padding: 20px; 
}
.tabContent{
    box-shadow: 0px 0px 6px 3px #ededed;
    padding: 20px 40px; 
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #fe8686;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.container.section-title.product-details-section {
    padding-top: 60px!important;
    padding-bottom: 18px;
}
span.bi.bi-star-fill {
  color: #ffa500;
}
.list-group-item h5 {
    font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    text-transform: capitalize;
}
.list-group-item p {
    font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: rgba(2, 6, 12, 0.6);
}


/* ---------------------------------login css start ----------------------------*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
section#login-regi {
    margin-top: 60px;
}
section#login-regi {
    background-color: #dddddd2e!important;
}
section #login-regi {
    position: relative;
    min-height: 100vh;
    background-color: #90b4472b!important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  
  /* section .login-container {
    position: relative;
    width: 800px;
    height: 500px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: auto;

  } */
  
  section .login-container .user {
    position: relative;
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: auto;

  }
  
  section .login-container .user .imgBx {
    position: relative;
    width: 50%;
    height: auto;
    background: #01909a;
    transition: 0.5s;
    right: 0;
}
  
  section .login-container .user .imgBx img {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  section .login-container .user .formBx {
    position: relative;
    width: 50%;
    height: auto;
    background: #fff;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    padding: 40px;
    transition: 0.5s;
    /* margin: auto; */
  }
  .select-flex {    display: flex;
}
  section .login-container .user .formBx form h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #555;
    font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
  }
  section .login-container .user .formBx form input {

    padding: 10px;
    color: #333;
    /* border: 1px solid red; */
    /* outline: none; */
    box-shadow: none;

    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    /* border-color: color-mix(in srgb, var(--default-color), transparent 80%); */
    /* background-color: #fff; */
    font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
    border-radius: 0px;
}

input[type="radio"] {
  opacity: 1!important;
  border-radius: 50%!important;
  padding: 7px!important;
  /* margin-left: -12px; */
}
label.form-check-label a {
  color: #0d6efd !important;
  /* font-weight: 400; */
}
textarea#exampleFormControladdress {
  border-radius: 0;
}
input#gridCheck {
  padding: 8px;
}
  section .login-container .user .formBx form button {
    position: relative;
  
    /* padding: 10px; */
    background: #f5f5f5;
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 8px 0;
  border-radius: 0.375rem;
    background-color: #e31e24;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
  }
  

  section .login-container.active .signupBx {
    pointer-events: initial;
  }

   .contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form input[type=number], .contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: var(--surface-color);
    border-color: 
color-mix(in srgb, var(--default-color), transparent 80%);
}

.form-check {
  display: flex!important;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
  gap: 10px;
}


.reviews-counter {
  font-size: 13px;
}
.reviews-counter span {
vertical-align: -2px;
}
.product-dtl p {
font-size: 14px;
line-height: 24px;
color: #7a7a7a;
}
 /* -----------------------------rating css start -----------------*/
 #full-stars-example .rating-group {
  display: inline-flex;
}
#full-stars-example .rating__icon {
  pointer-events: none;
}
#full-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.2rem;
}
#full-stars-example .rating__icon--star {
  color: orange;
}
#full-stars-example .rating__icon--none {
  color: #eee;
}
#full-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}
#full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
#full-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}



#full-stars-example-two {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1.2rem;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}


 /* -----------------------------rating css end -----------------*/

/* ----------------------------profile css start -----------------*/
input.input-box {
  padding: 10px;
  color: #333;
  box-shadow: none;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
  border-radius: 0px !important;
}
.formBx {
  background-color: white;
  padding: 40px;
}
.left-userProfile {
  background: white;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
    justify-content: start;
}

h2.title-Profile {
  font-size: 1.36rem;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.profilu-icon {
  width: 50px;
  height: 50px;
}
.profilu-icon img {
  height: 100%;
  width: 100%;
}

label:focus-within {
  /* font-weight: bold; */
  color: #e31e24;
}
label {
    width: 100%;
}
h5.submenu-text {
  font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4f4c4c;
  padding-left: 12px;
}
/* ----------------------------profile css end -----------------*/
  @media (max-width: 768px) {
    /* section .login-container {
      max-width: 400px;
    } */
    section .login-container .user {
        position: relative;
        width: 500px;
        height: 100%;
        display: flex;
        justify-content: center;
        margin: auto;
    }
    section .login-container .imgBx {
      display: none;
    }
  
    section .login-container .user .formBx {
      width: 100%;
    }
  }

  /* -----------------------cart css--------------- */
  table {
    box-shadow: 0px 0px 2px 1px #eeeeee
  }

  .cart-img {
    height: 40px;
    width: 40px;
    margin: auto;
  }

  .cart-img img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
  }

  table :has(th, td) {
    text-align: center;
  }

  .header {
    background-color: rgb(255, 255, 255);
    padding: 0px 0;
    transition: all 0.5s;
    z-index: 997;
    border-top: 1px solid #e3dee8;
    /* border-bottom: 1px solid #e3dee8; */
    box-shadow: 0px 0px 3px 0px #dbdddf;
  }

  span.cart-amount {
    padding: 8px 17px;
    background: #ffffffa1;
    box-shadow: 0px 0px 2px 2px #eeeeee;
  }

  .cart-incdec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    cursor: pointer;
  }

  button.checout-btn {
    background-color: #ec3134;
    border: none;
    padding: 8px 30px;
    color: white;
    font-weight: 700;
    /* float: right; */
    width: 100%;
  }

  h3.text-center.mt-3.mb-4 {
    color: #3e5055;
    font-weight: 700;
    /* font-family: "Nunito", sans-serif; */
    font-size: 1.75rem;
  }

  .checkout-box {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px -1px #646464;
    margin-bottom: 17px;
  }
  .checkout-box h5 {
  font-size: 1.15rem;
  padding-top: 8px;
}
  .checkout-box h6 {
  color: #000000;
  font-size: 1rem;
}
/* --------------------------checkout pages css---------------------- */

.order-summry-box {
  background: white;
  padding: 30px;
}

/* -------------------order page css----------- */
.order-content {
  color: rgb(61 67 113)!important;
}
.banner-heading{
  background: #f3f3f3;
  background: #e2e2e2;
  padding: 0.75rem;
  margin-bottom: 3rem;
}

.row.show-cart {
  background: #e2e2e2;
  background: #f3f3f3;
  /* background-color: white; */
  
}
/*-------------------------------------------- mobile screen----------------------------------- */
@media only screen and (max-width: 576px) {
    ul#pills-tab {
        border-bottom: 1px solid #dcdbdb;
        width: 100% !important;
        display: flex;
        flex-direction: column;
    }
    .container.section-title.product-details-section {
        padding-top: 60px!important;
        padding-bottom: 40px;
    }
    section .login-container .user {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      margin: auto;
  } 
  .left-userProfile {
    background: white;
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: start;
    margin-bottom: 13px;
}

  /* -------------cart css---------- */
    .checkout-box {
      margin-top: 30px;
  }
  
  .select-flex {
    display: flex;
    flex-direction: column;
}
  }



