.form-select{
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #1b1920;
}
.product-carousel{
    width: 100%;
  }
  
  .product-carousel__product{
      margin: 0 auto;
     background-color: #f7f8fa;
  }
  
  .product-carousel__product img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    margin-bottom: -10px;
    max-height: 400px;
  }
  
  .product-carousel__product-info{
    background-color:  #343a40;
    padding: 20px;
    color: #fff;
  }
  
  .product-carousel__product-price{
    margin: 4px;
    font-size: .8rem;
    text-align: right;
  }

.product-link{
    text-decoration: none;
}

.product-link:hover{
    text-decoration: none !important;
}

.productg-section{
    margin-top: 110px; 
}

.product-gallery-show{
    margin: 0 auto;
    background-color: #f7f8fa;
}

.product-gallery-show img{
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    margin-bottom: -10px;
    max-height: 400px
}

.product-gallery-item{
    margin: 0 auto;
    background-color: #f7f8fa;
}

.product-gallery-item img{
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    margin-bottom: -10px;
    max-height: 150px
}

.product__specifications{
    margin-top: 50px; 
    margin-bottom: 50px;
}

.product__specifications .title{
    padding: 10px;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.product__specifications .info{
     padding: 10px;
     line-height: 0.8em;
     text-align: justify;
}

.product__info h1,h2,h3{
    margin: 0;
    margin-bottom: 0.5rem;
}

.product__info .category{
    margin: 0;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.product__info .details{
    margin: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
}


.product__info .price{
    margin: 0;
    margin-bottom: 0.5rem;
    text-align: left;
    color:#232c35;
}

.product__info .title{
    margin: 0;
    margin-bottom: 0.5rem;
    font-weight: bold;
}


.product__info  .sale{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
 }

 .product__quantity{
    width: fit-content;
    margin-top: 1rem;
    margin: 0;
 }

 .product__quantity p {
    font-size: .7rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.product__quantity div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border: 1px solid  #232c35;
    border-radius: 10px;
    width: fit-content;
    cursor: pointer;
}


#btn_plus{
    font-size: 24px !important;
  }
  
  #btn_minus{
      font-size: 28px !important;
  }
  
  #btn_plus{
      cursor: pointer;
  }
  
  #btn_minus  {
      cursor: pointer;
  }

  
.product__personalize{
    margin-top: 20px;
}

.product__personalize input[type=text] {
    border: 1px solid #232c35;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #232c35;
    width: 100%;
    margin-bottom: 0.5rem;
}

.product__personalize input[type=number] {
    border: 1px solid #232c35;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #232c35;
    width: 100%;
    margin-bottom: 0.5rem;
}

.product__personalize .product__curveLogo {
    margin: 0;
    margin-bottom: 0.5rem;
    grid-column: 1/3;
    background-color: #232c35;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

#btn_add_shop{
    margin-top: 10px;
}

#btna_cart{
    color: #232c35;
    font-size: 2em;
}

#cart_badge{
     font-size: 14px;
}

#btn_cart_step1{
   padding: 5px;
}

.cart__container h2 {
    text-align: center;
    margin-bottom: 2rem;

}

.cart__container>a {
    color: #0096ff;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: center;
}

.cart__total{
    padding: 1.2rem 0;
}

.cart__total h3{
    text-align: right;
    font-weight: bold;
}

.cart__total h4{
    text-align: right;
    font-weight: bold;
}

.cart__total h5{
    font-size: 16px;
    text-align: right;
    font-weight: bold;
}


.cart__total p{
    text-align: right;
    color: #040240;
}

.cart___product_image{
    aspect-ratio: 4/3;
    object-fit: cover;
    height: 120px;
    width:  120px;
    cursor: pointer;
}

.cart___product_name{
   font-size: 12px;
   font-weight: bold;
}


.cart___product_name a{
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
 }

 .cart___product_name h5{
    vertical-align: bottom;
    font-size: 12px;
 }


.cart_product_delete{
    font-size: 2em;
    color: #232c35;
    cursor: pointer;
}

.image.image-circle, .image.image-circle > img {
    border-radius: 50%;
}

.image.image-mini img {
    height: 34px;
    width: 34px;
}

.border-none{
   border:none !important;
   padding: 0px !important;
}

.border-none:hover{
    background-color: #fff !important;
 }

 .btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff!important;
    background-color: #212529 !important;
    border-color: #141618 !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #212529;
    border-color: #141618;
}
 
.btn-outline-primary {
    color: #141618;
    border-color: #141618;
}

.btn-type_person{
    padding: 0.25em 30px !important;
    color: #141618  !important;
    background-color: #FEFEFE !important;
    border-color: #141618 !important;
}

.place_order .form-control{
    height:36px;
}

.table-person{
    margin-top: 15px;
    margin-bottom : 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right:15px;
    border-style: solid;
    border-color: #141618;
    border-width: 1px;
    min-height: 435px;
}

.table-shipping-methods{
    margin-top: 10px;
    margin-bottom :0px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right:15px;
    border-style: solid;
    border-color: #141618;
    border-width: 1px;
    min-height: 280px;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.table-payment-gateways{
    margin-top: 5px;
    margin-bottom : 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right:15px;
    border-style: none;
    border-color: #141618;
    border-width: 1px;
    min-height: 100px;
}

.line_sep{
    border-bottom:solid 1px grey;
    width:100%;
    height:25px;
  }

  .payment_gateways{
    padding: 5px;
    background-color: #FFFFFF;
    cursor: pointer;
  }

  .payment_gateways:hover{
    color: #6c757d;
  }

  .payment_gateways h4{
    text-align: center !important;
    font-size: 20px;
    cursor: pointer;
  }


  .icon-4x {
    font-size: 4em!important;
    cursor: pointer;
  }

  .payment_gateway_sel {
      background-color: #141618;
      color: #f7f8fa;
  }

  .payment_gateway_err {
     color: red !important;
     text-align: left !important;
     font-size: smaller;
  }

