body{
  padding:0;
  margin:0;
  direction: rtl;
  text-align: right;
  background: #8a2be21a;
}
main{
  margin-bottom: 86px;
}
main .container{
  position:relative;
  background: white;
}
.row-row{
  width:100%;
  padding: 0;
  margin: 0;
}
.header{
  
}

.div-header-content-social-media{
  width:100%;
  background: black;
  color:white
}
.div-footer-content{
  width:100%;
  background: black;
  color:white
}
.div-header-content{
  width:100%;
  background:blueviolet;;
  color:white;
  box-shadow: 0px 0px 3px 0px blueviolet;
}

.img-header{
  width:50px;
  border-radius: 100%;
}
.link-header,.link-icon-header{
  text-decoration: none !important;
  color:white;
  transition: 0.5s linear;
  font-size: 12px;
}

.link-header:hover{
  color:rgba(255, 255, 255, 0.795)
}
.div-social-media{
  text-align: right;
}
.div-icons-header{
  text-align: left;
}
.icon-facebook:hover{
  background: #0083C9 !important;
  color:white !important
}
.icon-instagram:hover{
  background: #e91e63 !important;
  color:white !important
}
.icon-whatsapp:hover{
  background: #8bc34a !important;
  color:white !important
}
.icon-envelope:hover{
  background: #ff5722 !important;
  color:white !important
}
.section-product-detail{
  
}
.img-product-detail {
  width: 100%;
  height: auto;
}
.img-slider-product-detail {
  width: 65px;
  height: 65px;
    object-fit: cover;
    border: 2px solid #d6d6d6;
    border-radius: 10px;
    margin: 2px;
    padding: 0px;
    border-radius: 10px;
    cursor: pointer;
}
.img-slider-product-detail:hover {
    border: 2px solid #ff000045;
}
.img-slider-product-detail-active{
  border:3px solid red !important;
}
.titre-product-detail{

}
.input-quantity-product-detail{
  border-radius: 0px;
  border: 1px solid blueviolet;
  text-align: center;
  width: 62px;
  height: 35px;
  outline: none !important;
  box-shadow: none !important;
  background: white;
}
.input-quantity-product-detail:read-only{
  background-color: white;
}
.input-quantity-product-detail:focus{
  border: 1px solid blueviolet  !important;
}
.btns-quantity-product-detail-left{
  border-radius: 5px 0px 0px 5px;
  background: blueviolet;
  color: white;
  border: none;
  font-weight: bold;
  width: 35px;
  height: 35px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.btns-quantity-product-detail-left:hover{
  background: rgb(127, 40, 209);
}
.btns-quantity-product-detail-left:active{
  background: rgb(123, 38, 202) !important;
}
.btns-quantity-product-detail-right{
  border-radius: 0px 5px 5px 0px;
  background: blueviolet;
  color: white;
  border: none;
  font-weight: bold;
  width: 35px;
  height: 35px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.btns-quantity-product-detail-right:hover{
  background: rgb(127, 40, 209);
}
.btns-quantity-product-detail-right:active{
  background: rgb(123, 38, 202) !important;
}
.span-color-product-detail{
  padding: 2px 12px;
  margin: 3px;
  border-radius: 100%;
  border: 1px solid rgb(189, 189, 189);
  cursor: pointer;
}
.span-color-product-detail:hover{
  border: 2px solid white;
  outline: 2px solid #ff000045;
}
.span-color-product-detail-active{
  outline: 2px solid red !important;
}
.price-product-detail{
  padding: 5px 20px;
  background: #8a2be2;
  border-radius: 50px;
  text-align: center;
  color: white;
  width: fit-content;
}
.para-descrition-product-detail{
  color:gray
}
.btn-order{
  border-radius: 5px 5px 5px 5px;
  padding: 10px 20px;
  background: #8a2be2;
  color: white;
  border: none;
  font-weight: bold;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-order:hover{
  background: rgb(127, 40, 209);
}
.btn-order:active{
  background: rgb(123, 38, 202) !important;
}
.div-form-information-order-content{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000057;
  filter: drop-shadow(2px 4px 6px black);
  display: none;
}
.section-form-information-order-content{
  position: fixed;
  width: 500px;
  left: 0;
  right:0;
  top:0;
  bottom:0;
  height: fit-content;
  margin: auto;
}
.input-form,.input-form-contact{
  outline: none !important;
  box-shadow: none !important;
}
.input-form:focus,.input-form-contact:focus{
  border:1px solid blueviolet;
}
.btn-send-order{
  border-radius: 5px 5px 5px 5px;
  padding: 10px 20px;
  background: blueviolet;
  color: white;
  border: none;
  font-weight: bold;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin: auto;
  display: block;
}
.btn-send-order:hover{
  background: rgb(126, 39, 207);
}
.btn-send-order:active{
  background: rgb(117, 36, 192) !important;
}
.showModel{
  animation: showModel 1s normal;
}
.btn-close-model{
  position: absolute;
  top: -30px;
  left: -5px;
  cursor: pointer;
  color: gray;
  transition: 0.5s linear;
}
.btn-close-model:hover{
  color: #80808087;
}
.div-loading{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: #000000b5;
  z-index:10;
  display: none;
}
.title-loading{
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  color: white;
}
.section-whatsapp{
  width:100%;
  padding: 30px;
  background:#8a2be2;
  position: absolute;
  left:0;
}
.btn-go-to-whatsapp{
  position: relative;
  font-weight: bold;
  background: #49c958;
  color: white;
  border: 3px solid white;
  border-radius: 5px;
  margin: auto;
  display: block;
  width: fit-content;
  padding: 10px;
  padding-left: 50px;
  text-decoration: none !important;
  transition: 0.5s linear;
}
.btn-go-to-whatsapp:hover{
  background-color:#41b64e;
  color:white !important;
}
.img-whatsapp{
  position: absolute;
  width: 65px;
  top: -11px;
  left: -20px;
}
.price-which-changed{
  color: red;
  font-weight: bold;
  font-size: 14px;
}
.new-price{
  font-weight: bold;
  font-size: 25px;
  color: blueviolet;
}
@media screen and (max-width:768px){
  .div-social-media{
    text-align: center;
  }
  .div-icons-header{
    text-align: center;
  }
  .section-form-information-order-content{
    width: 90%;
  }
}
@keyframes showModel {
  from {top: 300px;}
  to {top: 0px;display: block;}
}