@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  margin-top: -29px;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 28px;
}

.product-page {
  flex: 1;
  margin-right: 20px;
}
.abs{
  min-height: 120px;
  position: absolute;
}
.absbtn{
  margin-left: 95%;
}
.abs .card-body{
  width: 400px !important;
}
.all-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.small-images {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-top: 0px; 
  margin-bottom: -3px;
}

.small-images img {
  width: 80px;
  height: 80px;
  margin-right: 5px;
  cursor: pointer;
  /* border: 2px solid #e74c3c; */
  box-shadow: 0px 2px 8px 3px lightgray;
}

.main-images {
  flex: 3;
  /* border: 2px solid#e74c3c; */
  box-shadow: 0px 0px 7px 1px #e74c3c;
}

#imagebox {
  max-width: 100%;
  height: auto;
}



/* Text styles */
.text {
    flex: 1;
    padding: 20px;
}

.brand {
    color: #e74c3c; 
    font-weight: 600;
    display: none;
}

h2 {
    font-size: 24px;
    margin: 10px 0;
    color: #000; 
}

.price-box {
    margin: 20px 0;
}

.price {
    font-size: 20px;
    color: #e74c3c; 
}

ul {
    list-style: none;
}

ul li {
    margin-bottom: 10px;
}


/*-----------------------*/
.deatils h3{
    color: #dd2323;
    margin-bottom: 20px;
}


.deatils form{
    font-size: 15px;
    font-weight: 400;
}

.size-select{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.size-select p{
    width: 130px;
}

.size-select input:checked + span{
    color: red;
    font-weight: 600;
}
.size-select input{
    display: none;
}
.size-select span{
    padding: 5px;
    margin-right: 10px;
    cursor: pointer;
}

/*-----*/
.color-select{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.color-select p{
    width: 150px;
}
.btn-primary{
  background-color: #e74c3c !important;
  border: 1px solid #e74c3c !important;
}
.btn-primary:hover{
  background-color: #fff !important;
  color: #e74c3c !important;
}
.color-select span{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
}


.color-select input{
    display: none;
}

.color-select input:checked + span{
    transform: scale(0.7);
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #000;
}

.button {
    background-color: #e74c3c; 
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 0px;
    cursor: pointer;
}

.button2 {
    background-color: #e74c3c; 
    color: #fff; 
    border: 1px solid #e74c3c; 
    float: right;
    margin-right: 140px !important;
    margin-top: -118px !important;
    border-radius: 5px;
    transition: 0.3s;
}
.button2:hover{
  background-color: #fff;
  color: #e74c3c;
}

#minus, #plus {
    background-color: #e74c3c; 
    color: #fff; 
    border: none;
    padding: 0px 10px;
    cursor: pointer;
    margin-top: 2px;
    border-radius: 5px;
}


.carousel-control-prev{
  left: -45px !important;
  color: #000;
}
.carousel-control-next{
  right: -15px !important;
}
#input {
    border: 1px solid #e74c3c; 
    padding: 5px;
    width: 80px;
}

button span.fa-shopping-cart, button span.fa-heart {
    color: #dd2323; 
    margin-right: 5px;
}

button span.fa-heart {
    color: #e74c3c;
}
footer {
    text-align: center;
    background-color: #e74c3c; 
    color: #fff; 
    padding: 10px 0;
    font-size: 16px;
}


.color{
  margin-bottom: 5px;
}
.radio-container{
  margin-bottom: 4px;
}

.front{
  margin-bottom: -3px;
  padding-bottom: 1px;

} 
.print{
  margin-bottom: -5px;
  padding-bottom: 10px;
}

/*--------------------*/
/*-------------------*/
.quantity {
  display: flex;
  justify-content: space-evenly;
  width: 225px;
}
.quantity button {
  width: 40px;
  height: 40px;
}
.quantity input {
  width: 130px;
  height: 40px;
  padding-left: 12px;
}
/*-----------------*/

.product-image {
  width: 200px;
  height: 200px;
}

.head h1{
  color: black;
  margin-bottom: 2%;
  text-align: center;
  margin-top: 30px;
}

.scroll-container .product-image {
  box-shadow: 2px 2px 7px 1px #e74c3c;
  margin: 0px 20px;
  transition: 0.3s;
}
.scroll-container .product-image:hover {
  box-shadow: 4px 4px 10px 3px #ec4431;
  transform: scale(1.03);
}
div.scroll-container {
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
  width: 1230px;
  margin-left: 50px;
}

div.scroll-container img {
  padding: 10px;
}



::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-thumb {
  background: transparent; 
}


::-webkit-scrollbar-horizontal {
  height: 0; 
}


.your-element-class {
  overflow: hidden;
}
/*--------------------*/

span{
  font-family: 'Times New Roman', serif;
}

/*------------------------*/

/* form {
  margin-top: 20px;
}

label {
  display: block;
  margin-top: 20px;
}

select {
  width: 400px;
  height: 40px;
  margin-top: 5px;
}

#product-image{
  width: auto;
  height: 450px;
  margin-top: -350px;
}  */


.form-control {
  display: block;
  width: 92%;
}

.owl-carousel.owl-loaded {
  margin: 40px 0px;
}
.owl-carousel p{
  padding-bottom: 10px;
}

.break{
  margin-top: 20px;
}
.break h2{
  color: #4a4a4a !important;
  font-size: 20px;
  margin-top: 2px;
}
.break .line{
  background-color: #ababab;
}


.color {
  display: flex;
  /* justify-content: center; */
}

.color p{
  margin-block: 5px;
}

.buttons {
  width: 80px;
  height: 40px;
  margin: 5px;
  cursor: pointer;
  border-radius: 21px;
  margin-bottom: 4px;
  margin-top: -3px;
  border: 2px solid;
  
}

.buttons1 { 
  background-color: white;
 }
.buttons3 { 
  background-color: white; 
}
.buttons4 { 
  background-color: white;
 }
.buttons5 { 
  background-color: white;
 }
.buttons6 {
  background-color: transparent;
}
 .buttons1:hover{
  background-color: red;
  color: white;
}
.buttons3:hover{
  background-color: black;
  color: white;
}
.buttons4:hover{
  background-color: yellow;
}
.buttons5:hover{
  background-color: blue;
  color: white;
}
.buttons6:hover{
  background-color: #002d25;
  color: white;
}
.buttons7{
  background-color: transparent;
}
.buttons7:hover{
  background-color: #483d39;
  color: white;
}

.buttons8{
  background-color: transparent;
}
.buttons8:hover{
  background-color: rgb(143, 143, 143);
  color: white;
}
.buttons9{
  background-color: transparent;
}
.buttons9:hover{
  background-color: burlywood;
  color: white;
}
.buttons10{
  background-color: transparent;
}
.buttons10:hover{
  background-color: #ab8afc;
  color: white;
}
.buttons11{
  background-color: transparent;
}
.buttons11:hover{
  background-color: #8995af;
  color: white;
}

.buttons12{
  background-color: transparent;
}
.buttons12:hover{
  background-color: #5c7860;
  color: white;
}
.buttons13{
  background-color: transparent;
}
.buttons13:hover{
  background-color: #45597a;
  color: white;
}

.buttons14{
  background-color: transparent;
}
.buttons14:hover{
  background-color: #48576d;
  color: white;
}

.buttons15{
  background-color: transparent;
}
.buttons15:hover{
  background-color: #28475c;
  color: white;
}

.buttons16{
  background-color: transparent;
}
.buttons16:hover{
  background-color: #614f26;
  color: white;
}

.buttons17{
  background-color: transparent;
}
.buttons17:hover{
  background-color: #6e665a;
  color: white;
}
.buttons18{
  background-color: transparent;
}
.buttons18:hover{
  background-color: #6b6e78;
  color: white;
}
.buttons19{
  background-color: transparent;
}
.buttons19:hover{
  background-color: #2b545c;
  color: white;
}
.buttons20{
  background-color: transparent;
}
.buttons20:hover{
  background-color: #655eef;
  color: white;
}

.buttons21{
  background-color: transparent;
}
.buttons21:hover{
  background-color: #75687f;
  color: white;
}
.buttons22{
  background-color: transparent;
}
.buttons22:hover{
  background-color: #2a2f52;
  color: white;
}


.buttons23{
  background-color: transparent;
}
.buttons23:hover{
  background-color: #563834;
  color: white;
}

.buttons24{
  background-color: transparent;
}
.buttons24:hover{
  background-color: #185936;
  color: white;
}

.buttons25{
  background-color: transparent;
}
.buttons25:hover{
  background-color: #264169;
  color: white;
}
.buttons26{
  background-color: transparent;
}
.buttons26:hover{
  background-color: #5b685e;
  color: white;
}
.buttons27{
  background-color: transparent;
}
.buttons27:hover{
  background-color: #7182ab;
  color: white;
}

.buttons28{
  background-color: transparent;
}
.buttons28:hover{
  background-color: #d1d7eb;
  color: white;
}
.buttons29{
  background-color: transparent;
}
.buttons29:hover{
  background-color: #ccbbcf;
  color: white;
}
.buttons30{
  background-color: transparent;
}
.buttons30:hover{
  background-color: #eceec0;
  color: white;
}
.buttons31{
  background-color: transparent;
}
.buttons31:hover{
  background-color: #c3e1f4;
  color: white;
}




.radio-container {
  display: flex;
  margin-bottom: 11px;
  /* align-items: center; */
}

.radio-container label {
  margin-right: 10px;
  
}

.form {
  display: flex;
  margin-bottom: 4px;
  
}

.label {
  margin-right: -13px;
  width: 100px;
}
/* 
#printType {
  width: 100px;
  height: 30px;
  margin-left: 1px;
}
#printSize {
  width: 100px;
  height: 31px;
} */
.buyform{
  margin: 10px 0px;
}
.buyform span{
  font-size: 18px;
  font-weight: 400;
}
.abs .card-body{
  margin-left: 230px;
  width: 350px !important;
}

/*-------------------*/

@media (min-width: 768px) and (max-width: 1023px) {
  /* .product-page {
    flex-direction: row;
  } */
  
  .small-images {
    width: 20%;
    margin-left: 12px
  }

  .main-images {
    width: 60%;
    height: auto;
  }

  .text {
    width: 50%;
  }
}

@media (max-width: 767px) {
  

  /* .small-images, .main-images, .text {
    flex: none;
  } */
  .abs .card-body {
    margin-left: 0px; 
    width: 320px !important;
    margin-top: 65px !important;
}
  .small-images, .main-images {
    width: 114%;
    height: 341px;
    margin-left: 12px
  }

  .text {
    width: 100%;
  }
  .print label {
    margin: 0px 5px !important;
    font-size: 12px;
    }
  
  
}

@media screen and (min-width: 360px) and (max-width: 425px) {
  .main-images {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

 
@media screen and (max-width: 1040px) {
  .button2 {
    margin-right: 322px !important;
    margin-top: 22px !important;
}
}
@media screen and (max-width: 768px){
  .button2 {
      margin-right: 183px !important;
      margin-top: 6px !important;
      position: absolute;
  }
  }

  @media screen and (max-width: 360px) {
    .button2 {
      margin-right: 10px !important;
      /* margin-top: 0px !important; */
    }
   
  }
.print {
  display: flex;
  flex-direction: row;
 
}

.print form {
  display: flex;
  flex-direction: row;
}

.print label {
  margin: 10px 0;
}

.print select {
  width: 50%;
  height: 30px;
}

@media screen and (min-width: 600px) {
  .print select {
    width: 138px;
    margin-top: 4px;
  }
}  



/* .separator {
  border: none;
  border-top: 1px solid grey;
  margin: 0px 0;
}

.product-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #db4444;
}

.product-menu li {
  float: left;
}

.product-menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 8px 50px 0px 72px;
  text-decoration: none;
}

.product-menu li a:hover {
  background-color: #db4444;
  color: black;
} */

.separator {
  border: none;
  border-top: 1px solid grey;
  margin: 0px 0;
}

.product-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #db4444;
  display: flex; 
   
}

.product-menu li {
  flex-grow: 1; 
}

.product-menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 8px 50px 0px 72px;
  text-decoration: none;
}

.product-menu li a:hover {
  background-color: #db4444;
  color: black;
}


@media screen and (max-width: 360px) {
  .product-menu ul {
    display: flex;
    
  }
  .product-menu li {
    float: none;
  }
  .product-menu li a{
    padding: 2px 17px 0px 10px;
  }
}

@media screen and (min-width: 361px) and (max-width: 768px) {
  .product-menu ul {
    display: flex;
    flex-direction: row;
  }
  .product-menu li {
    float: left;
  }
  .product-menu li a{
    padding: 2px 17px 0px 10px;
  }
}
/*----------------------*/
.qua1{
  height: 90px;
}

@media screen and (min-width: 360px) {

.qua1 {
    height: 141px;
}
}

@media screen and (min-width: 768px) {

  .qua1 {
      height: 113px;
  }
  }