
.accordion-button::after {
  margin-left: auto;
}

.social-icons a {
  margin-right: 15px;
  font-size: 1.2rem;
  color: #000;
}
.social-icons a:hover {
  text-decoration: none;
}

.review-form {
  display: none;
}

#login-section1{
    width: 100%;
    height: 70px;
    /* margin-top: 10px; */
    padding-top: 25px;
    /* margin-top:0px ; */
    /* background: none; */
    font-size: 14px;
    position: relative;
    text-align: left;
    margin-bottom: 0;
    border-radius:0%;
    font-family: sans-serif;
}


#login-section1 a,
#login-section1 span{
    font-weight: bold;
     color: grey;
}

#login-section1 a:hover{
    transition: 0.1s;
    color: #C32929;
    text-decoration: none;
}

#login-section1 a span{
    font-weight: bold;
     color: grey;
}

#login-section1 .login{
    font-weight: bold; 
    color: rgb(68, 68, 68);
}


/* Main Code  */

/* Image */
.img-magnifier-container {
    position:relative;
    height: auto;
    width: 96%;
  }

.img-magnifier-glass {
    position: absolute;
    border: 2px solid #000;
    border-radius: 70%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 130px;
    height: 130px;
  }

  /* For Gallery Tab Image */
  /* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 100%;
    padding: 10px;
  }
  
  /* Style the images inside the grid */
  .column img {
    opacity: 0.8; 
    cursor: pointer; 
  }
  
  .column img:hover {
    opacity: 1;
  }
  
 /*  */

.left-side .product-title {
    font-size: 28px;
    font-weight: 400;
    font-family: sans-serif;
     margin-left: -1px;
    line-height: 44px;
}

.product-price {
    color: #b12704;
    font-size: 22px;
    font-family: sans-serif;
}

.product-rating .rating{
    color: #ffcc00;
}

.product-rating span{
    font-weight: 10;
    color: #333232;
    font-size: 14px;
}

p{
    font-size: 14px;
    color: #141414;
    font-family: sans-serif;
}

h4{
    font-size: 13px;
    font-weight: 550;
    margin-right: 10PX;
    font-family: sans-serif;
    color: #2c2c2c;
}

.product-img {
    width: 100%;
    height: 115vh;
    margin-top: 10px;
}

.sizes span {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  /* height: 25px;
  width: 25px;
  font-size: 14px;
  padding: 5px 20px 5px 5px; */
}

.sizes span:hover {
  color: white;
  background-color: #C32929;
}


.size-option,
.color-option {
    margin-right: 8px;
    font-size: 14PX;
    color: #767676;
    font-weight: 500;
}

.btn-custom {
    width: 100%;
    font-family: sans-serif;
}

.size span {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  /* height: 25px;
  width: 25px;
  font-size: 14px;
  padding: 5px 20px 5px 5px; */
  background-color: white; 
  color: black; 
  width: 79%; 
  height: 40px; 
  border-radius: 12px; 
  font-size: 12px; 
  font-weight: bold;
}

.size span .fa-percent{
  padding: 8px; margin-left: 0px;
}

.size span .fa-angle-right{
  margin-right: 0px;
  margin-left: 6px;
  /* margin-left: 230px; */
}


/* Plus minus */

input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 55px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 55px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.addwishlist i{
    font-size: 16px;
}

.addwishlist span{
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    margin-left: 2px;
    margin-right: 30px;
}


.addwishlist i:hover,span:hover{
    color: #C32929;
}

.button-plus {
  left: -13px;
}

.input-group button{
    height: 55px;
    background-color: #000;
    border-radius: 0%;
    border: none;
}

.input-group button:hover{
    height: 55px;
    background-color: #C32929;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}


.brand p{
    color: rgb(31, 30, 30);
    font-size: 13px;
    font-family: sans-serif;
}

.brand span{
    font-weight: 600;
    font-size: 13px;
    color: rgb(109, 107, 107);
    font-family: sans-serif;
}

/* Description */
/* Custom styles for active tab and content */
/* .nav-tabs .nav-link.active {
    border-color: #ddd;
    border-bottom-color: transparent;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
    background-color: #fff;
}

.brand-info p {
    margin: 0;
}

.table {
    margin-top: 15px;
}


.filter {
    cursor: pointer;
    margin-right: 15px;
    font-family: sans-serif;
    color: #767676;
}
.filter.active {
    text-decoration: underline;
    font-weight: bold;
    color: #333333;
}

.section-1{
    margin-top: 70px;
    margin-left: 90px; margin-right: 70px;
}

.section-2 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;

  }

.item1{
    margin: 30px;
    font-family: sans-serif;
    font-weight: 400;
}

.brand-info {
    margin-bottom: 20px;
}


.brand-info img{
    width: 120px;
    height: 80px;
}

.brand-info p{
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.brand-info strong{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.product-features strong{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
}
 */
.vertical h3{
  font-size: 0.9rem;
}

.left-side h4{
  font-size: 13px;
}

 
/* Review */
/* .review {
    border-bottom: 1px solid #ddd;
  }
  .review2 {
    border-right: 1px solid #ddd;
  }


  .rating {
    color: #ffc107;
  }
  .review-title {
    font-weight: bold;
    font-size: 1.1em;
  }
  .reviewer {
    font-size: 0.9em;
  }
  .review-date {
    font-size: 0.9em;
    color: #999;
  }
  .write-review {
    text-decoration: none;
    color: #000;
  }
  .write-review:hover {
    text-decoration: none;
  }
 */
  /* Modal */

  .container4 h5{
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
  }

  .product-price1{
    color: #C32929;
    font-size: 15px;
    font-family: sans-serif;
    margin-bottom: 1px;
    font-weight: 600;
  }

  .product-details1{
    font-size: 14px;
    font-family: sans-serif;
    margin-bottom: 1px;
  }

  .product-details1 span{
    font-size: 14px;
    font-family: sans-serif;
    margin-bottom: 1px;
    font-weight: 600;
  }

  .item6 h5,p,span{
    font-size: 14px;
    font-family: sans-serif;
  }

  .checkout{
    border-right: 1px solid #ddd;
  }

  .add-to-cart-heading{
    padding-left: 10px; padding-right: 10px; color: white;
  }

  /* Write a review */
  .star-rating {
    direction: rtl;
    display: inline-flex;
}

  .star-rating input {
    display: none;
}

.star-rating label {
    font-size: 1.5rem;
    color: #ddd;
    cursor: pointer;
}

.star-rating input:checked~label {
    color: #f7b529;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input:checked~label:hover,
.star-rating input:checked~label:hover~label {
    color: #f7b529;
}

/* Related Product */
.price{
  margin-left: 10px;
}

@media (max-width:1115px){

  .left-side .product-title {
    font-size: 24px;
    /* margin-top: -20px; margin-bottom: -20px; margin-left: -20px; */
}

.product-img {
  width: 100%;
  height: 90vh;
}

.text-center{
  font-size: 34px;
}

}



  @media (max-width:777px) or (max-width:1024px){

    .product-img {
      width: 100%;
      height: 80vh;
    }
    
.img-magnifier-glass {
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

.product-title {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  /* padding-bottom: 1px; */
  
}

.product-price {
  font-size: 16px;
  margin: 0px;
}

.input-group .btn{
  height: 40px;
  padding: 1px 1px 2px 2px;
  font-size: 12px;
}

.input-group input[type=button],input[type=number]{
  height: 40px;
}

.input-group input[type=number]{
  height: 40px;
}

.policy-section{
  font-size: 12px;
  margin-right: 0px;
}

.add-to-cart-heading{
  padding-left: 50px; padding-right: 10px; color: white;
  font-size: 16px;
}

.text-center{
  font-size: 26px;
}


  }


  @media (max-width:767px){

    .left-side .product-title {
      font-size: 27px;
      /* margin-top: -20px; margin-bottom: -20px; margin-left: -20px; */
      /* margin-bottom: 25px; */
  }

}

  @media (max-width:535px){

    .left-side .product-title {
      font-size: 24px;
      margin-left: 0px;
      margin-right: 0px;
      /* margin: 0px; */
      /* padding: 0px; */
      padding-bottom: 1px;
      
    }

    .input-group .btn{
      height: 40px;
      padding: 1px 1px 2px 2px;
    }

    .section-1{
      margin-top: 40px;
      margin-left: 20px; margin-right: 10px;
  }

  }


  @media (max-width:477px) or (max-width:333px){
    .input-group{
      margin-left: 15px;
    }

    .policy{
      margin: 15px;
    }

    .product-img {
      width: 100%;
      height: 50vh;
      background-size: 100% 60vh;
    }

    .sizes {
      display: block;
  }

    /* .img-magnifier-container #myimage{
      width: 100%;
      height: 60vh;
      background-size: 100% 60vh;
    } */

    .img-magnifier-glass {
      /*Set the size of the magnifier glass:*/
      width: 80px;
      height: 80px;
      display: none;
    }

    .add-to-cart-heading {
      padding-left: 10px; padding-right: 10px; color: white;
      font-size: 14px;
    }

    .left-side .product-title {
      font-size: 20px;
      margin-left: 0px;
      margin-right: 0px;
      /* margin: 0px; */
      /* padding: 0px; */
      padding-bottom: 1px;
      
    }

    .text-center{
      font-size: 20px;
    }
    

    .textleft{
      text-align: center !important;
    }

    #reviewForm{
      width: 100% !important;
    }
    
  }

  .textleft{
    text-align: right;
  }
  #reviewForm{
    width: 50%;
  }

  /* @media(max-width: 440px) {
    .item2 img {
        max-width: 250px;
        min-width: 250px;
    }
} */