@font-face {
  font-family: logo;
  src: url(../fonts/Somatic-Rounded.otf);
  font-weight: bold;
}

@font-face {
  font-family: secFont;
  src: url(../fonts/Proxima-Nova.otf);
  font-weight: 500;
}

@font-face {
  font-family: thirdFont;
  src: url(../fonts/Cairo.ttf);
  font-weight: 500;
}

@font-face {
  font-family: myFirstFont;
  src: url(../fonts/ae_AlMothnna_bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: ge;
  src: url(../fonts/GE-MB-MB-Medium.otf);
  font-weight: 500;
}

@font-face {
  font-family: ban;
  src: url(../fonts/bahnschrift.ttf);
  font-weight: 500;
}

.card-size-home {
  height: fit-content;
}

.bot-size-shose {
  margin: 5px;
  border-style: solid;
  border-color: #616161;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: thirdFont;
  font-weight: bold;
  width: 40px;
  height: 40px;
  color: #8A8A8A;
}

.bot-size-shose:focus {
  background-color: #1492E6;
  color: white;
  border-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px #0000004f;
  transition: 1s;
  transform: scale(1.3);
}

.bot-size-shose:hover {
  background-color: #1492E6;
  color: white;
  border-color: #FFFFFF;
  box-shadow: 0px 0px 4px 0px #0000004f;
  transition: 1s;
  transform: scale(1.3);
}

.btn-for-size {
  display: flex;
  justify-content: space-around;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 5%;
}

.div-fix-cart a {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}

.live-fix-cart {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  height: 65px;
  border: 2px solid #2a92e6;
  border-bottom: transparent;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
  padding-top: 0.5%;
  padding-left: 2%;
  padding-right: 1%;
}

.div-fix-cart {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  direction: rtl;
  font-family: thirdFont;
  font-weight: bold;
  font-size: 17.5px;
  margin-right: 10px;
}

.span-fix-cart {
  position: static;
  background-color: white;
  border-color: #2196f3;
  border-style: solid;
  border-width: 2px;
  height: fit-content;
  width: fit-content;
  font-size: 10px;
  position: relative;
  top: -15px !important;
  left: 2px !important;
  border-radius: 49px;
  color: #616161;
  font-family: thirdFont;
  font-weight: bold;
}

.text-size-avilable{
  border-style: solid;
  border-color: #616161;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: thirdFont;
  font-weight: bold;
  width: 40px;
  height: 40px;
  color: #8A8A8A;
  text-align: center;
  padding-top: 5px;
  border-width: 2px;
}

.marg-a {
  margin-left: 40px;
  width: fit-content;
  position: relative;
  right: 105%;
}

.avilable-size{
  display: flex;
  justify-content: space-around;
}

.navbar-nav-link {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0rem 0rem;
  outline: 0;
  transition: color ease-in-out 0.15s, background-color ease-in-out 0.15s;
}

.filtter-for-product-in-home {
  font-family: thirdFont;
  text-align: end;
  margin-right: 15px;
  font-weight: bold;
}

.tab-text {
  font-family: thirdFont;
  font-weight: bold;
  font-size: 15px;
}

*,
::after,
::before {
  box-sizing: border-box;
  color: #616161;
}

.navbar-dark {
  color: rgba(255, 255, 255, 0.9);
  background-color: white;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.form-control {
  display: block;
  width: 25%;
  margin-left: 35%;
  height: calc(1.5715em + 0.875rem + 2px);
  padding: 0.4375rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5715;
  color: #707070;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 1.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-feedback {
  position: absolute;
  top: 0px;
  margin-left: 35%;
  color: rgb(51, 51, 51);
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  line-height: calc(1.5715em + 0.875rem + 2px);
  min-width: 1rem;
}

.logo-link {
  position: relative;
  left: 20%;
}

h3 {
  font-family: logo;
}

.card-img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.prod-code {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-family: secFont;
  font-weight: bold;
  color: #707070;
  margin-bottom: 10px;
}

.groupe-name {
  display: block;
  font-family: secFont;
  color: #707070;
}

.nav-pills .nav-link.active {
  color: #1492e6;
  background-color: transparent;
}

.fotter-stayle {
  background-color: #707070;
  padding: 10px;
  text-align: start;
  padding-top: 5px !important;
  padding-left: 10px !important;
  padding-bottom: 5% !important;
}

.fotter-texet {
  font-size: 20px;
  margin-left: 10px;
  margin-top: 10px;
  color: white;
  display: block;
  width: 100%;
  font-family: logo;
}

.modal-content-conferm-screen {
  background-color: #FFFFFF !important;
  border-color: white;
  border-style: solid;
  border-radius: 10px;
  position: relative;
  top: 200px;
}

.text-to-order-id {
  color: #4F4F4F;
  text-align: center;
  margin-top: 4%;
  font-family: secFont;
  font-weight: bold;
  font-size: 34px;
}

.btn-to-skip-modal-fore-home-screen-page {
  background-color: #1492E6;
  border-color: transparent;
  border-radius: 10px;
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: white;
  font-family: secFont;
  font-weight: bold;
  font-size: 24px;
  margin-top: 4%;
  margin-bottom: 4%;
}

.disc-text-to-order-id {
  color: #989B9E;
  text-align: center;
  margin-top: 1%;
  font-family: secFont;
  font-weight: bold;
  font-size: 24px;
}

.hr-fotter {
  margin-top: 10;
  border-color: white;
  border-width: 4px;
}

.disc-modal-fore-conferm-page {
  text-align: center !important;
  color: #707070 !important;
  font-size: 100px !important;
}

.order-code-text {
  background-color: #E5E5E5;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 10px;
  margin-top: 4%;
}

.text-pos {
  position: relative;
  top: 3.2px;
}

.page-item {
  border-color: transparent;
  background-color: transparent;
  font-family: secFont;
  font-weight: bold;
  color: #707070;
  margin-left: 5px;
}

.fotter-texet-span {
  color: white;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.page-item input {
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
  border-color: #dbdbdb;
  width: 30px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  color: #707070;
}

hr {
  margin-top: 0rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid #ddd;
  border-width: 2px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.navbar {
  padding: 0rem;
}

.nav-pills {
  margin-bottom: 0rem;
}

.rtl {
  direction: rtl;
  padding-bottom: 5px;
}

.title-nav {
  font-family: thirdFont;
  font-weight: bold;
  font-size: 20px;
  color: #707070;
}

.href-div-fotter {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0%;
}

.a-link-fotter {
  color: white;
  font-family: thirdFont;
  text-decoration: underline;
  width: 136px;
  height: fit-content;
  text-align: center;
  position: relative;
  top: 10px;
}

.a-link-fotter:hover {
  color: white;
  font-family: thirdFont;
}

.text-disc {
  margin-left: 15px;
}

.show-prod {
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: transparent;
  border-style: solid;
  border-width: 1.2px;
  border-color: #707070;
  color: #707070;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  font-family: thirdFont;
  font-weight: bold;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

.show-prod:hover {
  margin-top: 15px;
  background-color: transparent;
  border-style: solid;
  border-width: 1.2px;
  border-color: #707070;
  color: #707070;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  font-family: thirdFont;
  font-weight: bold;
  font-size: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

.price {
  margin-top: 10px;
  font-family: secFont;
  font-weight: bold;
  font-size: 20px;
}

.card {
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;

}

.fotter-nav-stayle{
  display: flex !important;
    justify-content: space-around !important;
}

.content-inner {
  background-color: white;
}

.text-style-for-nav{
  font-family: ge;
  font-weight: bold;
  color: #808485;
  font-size: 25px;
}

.modal-content {
  background-color: white;
}

.modal-body h1 {
  color: white;
  font-family: thirdFont;
  direction: rtl;
  text-align: start;
  font-weight: bold;
  font-size: 30px;
  color: #57bafc;
}

.note-modle {
  color: #57bafc;
}

.modal-body h6 {
  color: white;
  font-family: ge;
  direction: rtl;
  text-align: start;
  font-weight: bold;
  font-size: 20px;
  color: #57bafc;
}

.modal-body p {
  color: #808485;
  font-family: ge;
  direction: rtl;
  text-align: start;
  font-weight: bold;
}

.buy-photo {
  position: relative;
  top: 3%;
}

.vertical {
  border-radius: 18px;
  border-left: 4px solid #e0dddd;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.photo-model {
  height: 30rem;
}

.hr-modal {
  border-color: #fafafa !important;
}

.some-data-for-cart {
  display: flex;
  justify-content: space-between;
}

.complete-pay-for-cart {
  text-align: center;
  color: #2699fb;
  font-family: thirdFont;
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 40px;
}


.mb-3-for-cart,
.my-3-for-cart {
  margin-bottom: 0rem !important;
}

.price-color-for-cart {
  color: #1492e6;
  font-weight: bold;
}

.title-cart-for-cart {
  font-family: thirdFont;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.delete-btn-for-cart {
  background-color: transparent;
  border-color: transparent;
  margin-top: 126%;
  position: relative;
  right: 30px;
  top: 47px;
  cursor: pointer;
}

.media-for-cart {
  background-color: white;
  height: 120px;
}

.media-body-for-cart {
  padding-top: 3%;
}

.count-text-for-cart {
  font-family: thirdFont;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  top: 12px;
}

.price-size-for-cart {
  font-size: 20px !important;
}

.btn-for-clear-cart {
  margin-left: 25%;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 1.5px;
  color: #E15858;
  font-family: thirdFont;
  font-weight: bold;
  border-radius: 8px;
  padding: 4px 24px;
  border-width: 2px;
}


.end-pay-for-cart {
  font-size: 17px;
  margin-left: 18%;
  background-color: #707070;
  border-color: transparent;
  color: white;
  font-family: thirdFont;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  width: 17%;
  height: 10%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.info-pay-for-cart {
  text-align: center;
  color: #707070;
  font-family: thirdFont;
  font-weight: bold;
  margin-bottom: 22px;
  font-size: 23px;
}

.right-card-for-cart {
  margin-bottom: 13%;
  background-color: #eef2f4;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
}



.contact-all-for-cart {
  padding-top: 30px;
}

.cus-form-for-cart {
  font-family: thirdFont;
  display: block;
  width: 100%;
  margin-left: 0rem;
  height: calc(1.5715em + 0.875rem + 2px);
  padding: 0.4375rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5715;
  color: #707070;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pay-detials-for-cart {
  display: flex;
  justify-content: space-between;
}

.title-detials-for-cart {
  font-weight: bold;
  font-family: thirdFont;
  font-size: 18px;
  color: #707070;
  text-align: start;
  width: 140px;
  margin-right: 30px;
}

.total-price-for-cart {
  font-size: 20px;
}

.price-detials-for-cart {
  direction: ltr;
  font-weight: bold;
  font-family: thirdFont;
  font-size: 18px;
  color: #707070;
  text-align: center;
  width: 120px;
}

.readonly-input-for-cart:read-only {
  font-weight: bold;
  font-family: thirdFont;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  color: #707070;
}

.marg-cus-start-for-cart {
  margin-top: 50px;
}

.hr-pay-for-cart {
  border-color: #707070;
  margin-top: 20px;
  margin-bottom: 20px;
}

.total-detials-for-cart {
  font-weight: bold;
  font-family: thirdFont;
  font-size: 30px;
  color: #707070;
  text-align: start;
  width: 140px;
  margin-right: 30px;
}

.modal-body-for-cart h2 {
  color: #707070;
  text-align: center;
  font-family: thirdFont;
  font-weight: bold;
  font-size: 30px;
}



.nav-tabs-bottom .nav-link.active:before {
  background-color: #57BAFC !important;
  height: 4px !important;
  border-radius: 21px !important;
}

.modal-body-for-cart h6 {
  font-size: 14px;
  color: #707070be !important;
  margin-right: 10%;
  margin-left: 5%;
  width: 80%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.cus-style-for-cart {
  background-color: white;
  border-width: 2px;
  border-color: #707070;
  border-style: solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.img-done-pay-for-cart {
  margin-top: 6%;
  margin-left: 10%;
  width: 80%;
  margin-bottom: 6%;
}

.modal-footer-for-cart a {
  margin-right: 45%;
}

.modal-footer-for-cart button {
  box-shadow: -3px 3px 20px -6px #000000cf;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  margin-top: 3%;
  margin-bottom: 20%;
  height: 46px;
  width: 149%;
  font-weight: bold;
  font-family: thirdFont;
  color: white;
  background-color: #3B95E1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.desc-prod-for-product-detials {
  text-align: start;
  font-family: thirdFont;
  font-weight: bold;
  margin-bottom: 40px;
}

.desc-prod-for-product-detials li {
  margin-bottom: 10px;
}

.card-under-view {
  border-color: #707070;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  width: 304px;
  height: 82px;
  display: flex;
  justify-content: space-around;
}

.img-svg {
  margin-top: 3px;
  width: 82px;
  height: 82px;
}

.img-svg-2 {
  margin-top: 5px;
  width: 82px;
  height: 82px;
}

.row-some-card {
  margin-top: 2.5%;
  margin-left: 16%;
  margin-right: 14%;
}

.card-under-view:hover {
  border-color: #1492E6;
  transition: 1s;
  transform: scale(1.1);

}

.card-under-view:hover .img-in-card-under {
  background-color: #1492E6;
  color: #1492E6;
  transition: 1s;
}

.img-in-card-under{
  transition: 1s;
}

.card-under-view:hover .disc-a-card {
  cursor: default;
  color: #1492E6;
  transition: 1s;
}

.disc-a-card{
  transition: 1s;
}

.card-under-view:hover .disc-a-card-2 {
  cursor: default;
  color: #1492E6;
  transition: 1s;
}

.disc-a-card-2{
  transition: 1s;
}

.disc-a-card {
  margin-top: 15px;
  margin-right: 7px;
  font-family: thirdFont;
  font-weight: 500;
  text-align: end;
}

.disc-a-card-2 {
  margin-top: 14px;
  margin-right: 7px;
  font-family: thirdFont;
  font-weight: 500;
  text-align: end;
}

.img-in-card-under {
  background-color: #808080;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 82px !important;
  height: 82px !important;
  position: relative;
  top: -2px;
  right: -2px;
}


.pos-style-for-product-detials {
  margin-top: 40px;
  margin-right: 43.5%;
  margin-left: 41%;
}

.nav-hr-for-product-detials {
  width: 20%;
  margin-bottom: 1%;
}

.small-photo-for-product-detials {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.card-for-product-detials {
  box-shadow: -1px -1px 5px 3px rgba(0, 0, 0, .05);
  padding: 5px;
}

.small-card-for-product-detials {
  padding: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.title-text-for-product-detials {
  font-family: secFont;
  font-weight: bold;
  display: block;
  font-size: 40px;
  text-align: start;
}





.group-text-for-product-detials {
  font-family: secFont;
  font-weight: bold;
  display: block;
  font-size: 25px;
}

.price-group-for-product-detials {
  text-align: start;
  margin-top: 15px;
}

.price-text-for-product-detials {
  font-family: secFont;
  font-weight: bold;
  font-size: 22px;
  color: #1492E6;
  display: block;
}


.price-text-for-product-detials-discount del {
  font-family: secFont;
  font-weight: bold;
  font-size: 15px;
  color: #707070a7;
  margin-left: 5px;
}

.price-text-for-product-detials-discount-in-card del {
  font-family: secFont;
  font-weight: bold;
  font-size: 14px;
  color: #707070a7;
  margin-left: 10px;
}

.price-text-for-product-detials-discount span {
  color: #707070a7;
}

.prod-desc-for-product-detials {
  font-family: thirdFont;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #707070;
  direction: rtl;
  line-height: 40px;
}
.prod-desc-for-product-detials ul {
  list-style-type: disc; /* لاستخدام نقاط دائرية كرموز للعنصر */
  padding-right: 30px; /* إضافة مسافة من اليمين لترك بعض الفراغ */
}

.detil-hr-for-product-detials {
  text-align: end;
  font-family: thirdFont;
  font-weight: bold;
  color: #1492E6;
  font-size: 20px;
}

.text-add-for-product-detials {
  color: #808080;
  font-family: thirdFont;
  position: relative;
  top: 6px;
}

.contact-all-for-product-detials {
  padding-top: 30px;
}

.noty_theme__limitless.noty_type__success {
  margin-top: 10% !important;
  background-color: #dcf3e8 !important;
  color: #135d3b !important;
  border-color: #36b97d !important;
  font-family: secFont !important;
  direction: rtl;
  text-align: start;
}

.noty_theme__limitless.noty_type__warning {
  margin-top: 10% !important;
  background-color: #fdece1 !important;
  color: #7f4624 !important;
  border-color: #f69055 !important;
  font-family: secFont !important;
  direction: rtl;
  text-align: start;
}

.noty_theme__limitless.noty_type__error {
  margin-top: 10% !important;
  background-color: #fce3e3 !important;
  color: #7c2b2a !important;
  border-color: #f0615e !important;
  font-family: secFont !important;
  direction: rtl;
  text-align: start;
}

.add-cart-for-product-detials {
  box-shadow: 0px 0px 4px 0px #0000004f;
  background-color: #808080d9;
  border-style: solid;
  border-color: transparent;
  font-family: thirdFont;
  font-weight: bold;
  padding: 0px;
  border-width: 2px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  margin-left: 34%;
  display: flex;
  justify-content: space-between;
  padding-left: 1%;
  width: 30%;
  height: 40px
}

.add-cart-for-product-detials:hover {
  background-color: #1492e6a5;
  transition: 1s;
  transform: scale(1.1);
}

.add-cart-for-product-detials{
  transition: 1s;
}

.add-cart-for-product-detials:hover .text-for-btn-cart {
  background-color: #1492E6;
  border-color: #1492E6;
  transition: 1s;
}

.text-for-btn-cart{
  transition: 1s;
}

.add-cart-for-product-detials:hover .text-add-for-product-detials {
  color: white;
  transition: 1s;
}

.text-add-for-product-detials{
  transition: 1s;
}

.text-for-btn-cart {
  background-color: white;
  width: 142px;
  height: 40px;
  border-radius: 0.25rem;
  border-color: #707070;
  border-style: solid;
  border-width: 1.5px;
  padding: 1%;
  box-shadow: 0px 0px 4px 0px #0000004f;
  position: relative;
  right: -4px;
  top: -2px;
}

.text-for-quant-product {
  font-family: thirdFont;
  color: #1492e6;
  font-weight: bold;
}

.cart-icon-for-product-detials {
  margin-right: 5px;
  position: relative;
  top: 7px;
  left: 2px;
}

.cus-form-for-product-detials {
  display: block;
  width: 100%;
  margin-left: 0rem;
  height: calc(1.5715em + 0.875rem + 2px);
  padding: 0.4375rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5715;
  color: #707070;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.margin-col-for-product-detials {
  margin-left: 12%;
}

.detials-prod-for-product-detials {
  display: flex;
  justify-content: space-between;
}

.h1-for-order-confirm {
  width: 100%;
  text-align: center;
  font-family: myFirstFont;
  font-size: 40px;
  margin-top: 15px;
}

.conferm-card-order-confirm {
  padding: 0%;
  margin-top: 0%;
  margin-left: 3%;
  margin-right: 3%;
}

.color-back-for-order-confirm {
  background-color: #707070;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.order-det-for-order-confirm {
  border-color: white;
  width: 80%;
  border-width: 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 50px;
}

.order-rtg-for-order-confirm {
  border-color: white;
  width: 80%;
  border-width: 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.label-for-order-confirm {
  text-align: start;
  font-family: myFirstFont;
  color: white;
  width: 10%;
}

.input-for-order-confirm {
  font-family: ge !important;
  color: #707070 !important;
}

.num-input-for-order-confirm {
  font-family: ban !important;
}

.pay-detials-for-order-confirm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: myFirstFont;
  margin-right: 2%;
}

.price-detials-for-order-confirm {
  font-family: ban;
  font-size: 18px;
  color: white !important;
  text-align: center;
  width: 120px;
}

.static-num-for-order-confirm {
  text-align: center !important;
  font-family: ban !important;
  border-color: transparent;
  background-color: transparent;
  color: white !important;
}

.static-num-for-order-confirm:read-only {
  background-color: transparent;
  border-color: transparent;
}

.static-num-for-order-confirm:focus {
  border-color: transparent;
  color: white;
}

.title-detials-for-order-confirm {
  font-family: ge;
  font-size: 18px;
  color: white;
  text-align: end;
}

div.botton-sve-or-exit-for-order-confirm {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  font-family: ge;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 30px;
}

button.save-for-order-confirm {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #58e198;
  outline-color: transparent;
  text-align: center;
  border: solid;
  border-color: white;
  color: white;
  box-shadow: 0px 3px 6px -3px #00000083;
  width: 154px;
}

.cus-card-for-order-confirm {
  padding: 0px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  height: 60px;
}

.slideshow-container{
  display: none;
}

.cus-card-for-order-confirm img {
  height: 8rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-color: white;
  border-width: 4px;
  border-style: solid;
  position: relative;
  left: 12%;
  top: -33px;
  box-shadow: 0px 3px 6px -3px #00000083;
  display: inline;
}

.table-for-order-confirm tbody {
  background: transparent;
}

.table-for-order-confirm .td-table {
  position: relative;
  bottom: 37px;
  font-family: ban;
}

.code-prod-for-order-confirm {
  font-family: ban;
  font-size: 25px;
  text-align: end;
  width: 20%;
}

.size-prod-for-order-confirm {
  border-color: #9b9b9b;
  border-style: solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px;
  font-family: ban;
  color: #1492e6;
  font-size: 15px;
  box-shadow: 0px 3px 6px -3px #00000083;
  border-width: 2px;
}

.price-prod-for-order-confirm {
  color: #1492e6;
  font-family: ban;
  font-size: 15px;
}

.content {
  padding: 0rem 0rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
}


.swap-photo-row{
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding: 10px;
}

.swap-photo{
  padding-right: 0px !important;
  padding-left: 2px !important;
  margin-bottom: 26px;
  margin-top: 30px;
  
}


.text-for-swap-img{
  color: #B8B7B7;
  font-family: thirdFont;
  position: absolute;
  right: 35%;
  top: 10%;
  font-size: 45px;
  transition: 1s;
}

.card-view-product{
  transition: 1s;
}

.text-for-swap-img-2{
  color: #B8B7B7;
  font-family: thirdFont;
  position: absolute;
  right: 26%;
  top: 10%;
  font-size: 45px;
  transition: 1s;
}

.text-for-swap-img-3{
  color: #B8B7B7;
  font-family: thirdFont;
  position: absolute;
  right: 26%;
  top: 10%;
  font-size: 45px;
  transition: 1s;
}

.swap-photo:hover .text-for-swap-img-2{
  color: white;
  transition: 1s;
}

.swap-photo:hover .text-for-swap-img-3{
  color: white;
  transition: 1s;
}

.swap-photo:hover .text-for-swap-img{
  color: white;
  transition: 1s;
}

.swap-photo:hover .img-swap-style{
  border-radius: 18px;
  transition: 1s;
  transform: scale(1.01);
}

.swap-photo:hover .card-for-swap-photo{
  border-radius: 18px;
  transition: 1s;
  transform: scale(1.05);
  z-index: 99;
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.6);
}

.card-for-swap-photo{
  transition: 1s ease-out;
}

.bot-size-shose{
  transition: 1s;
}

.card-under-view{
  transition: 1s;
}



.img-swap-style{
  transition: 1s ease-out;
}

.swap-photo:hover .shadow-for-swipe{
  z-index: 99;
  opacity: 0;
  transition: 1s ease-out;
  border-radius: 18px;
  transform: scale(1.01);
}

.shadow-for-swipe{
  opacity: 100;
  transition: 1s ease-out;
}

.card-for-swap-photo{
  padding: 0px;
  display: flex;
  width: fit-content;
  height: fit-content;
}

.shadow-for-swipe{
  position: absolute;
  bottom: 0px;
  transition: 2s;
}

.form-control-2 {
  display: block;
  width: 100%;
  margin-left: -10px;
  line-height: 1.5715;
  color: black;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: white;
  text-align: start;
  font-family: ban;
}


.flex-cus {
  display: flex;
  justify-content: space-around;
}

.icon-link {
  margin-left: -8%;
  top: -18px;
}

.card-view-product:hover {
  transition: 1s;
  transform: scale(1.05);
  box-shadow: -1px -1px 5px 3px rgba(0, 0, 0, .05);
  border-color: #1492e6;
}

.navbar-brand {
  padding-bottom: 0rem !important;
}

.btn-for-more-pr-brand{
  background-color: transparent;
    border-color: #707070;
    border-width: 2px;
    color: #707070;
    font-family: thirdFont;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    padding: .4375rem .875rem;
    font-size: .875rem;
    line-height: 1.5715;
    border-style: solid;
    transition: 2s;
}

.btn-for-more-pr-brand:hover{
  background-color: #1492e6;
    border-color: white;
    color: white;
    transition: 2s;
    box-shadow: -1px -1px 5px 3px rgba(0, 0, 0, .05);
}



@media (max-width: 1600px) {
  .text-size-avilable {
    font-size: 12px;
    border-style: solid;
    border-color: #616161;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-family: thirdFont;
    font-weight: bold;
    width: 32px;
    height: 32px;
    color: #8A8A8A;
    border-width: 2px;
    text-align: center;
    padding-top: 5px;
    border-width: 2px;
}

  .row-some-card {
    margin-top: 2.5% !important;
    margin-left: 7% !important;
    margin-right: 5% !important;
  }



  .cart-icon-for-product-detials {
    margin-right: 5px;
    position: relative;
    top: 7px;
    right: -3px;
  }

  .img-swap-style{
    width: 100%;
  height: auto;
  aspect-ratio: 5 / 6;
  }

  .shadow-for-swipe{
    width: 100%;
  height: auto;
  aspect-ratio: 5 / 6;
  }

  .add-cart-for-product-detials {
    box-shadow: 0px 0px 4px 0px #0000004f;
    background-color: #808080d9;
    border-style: solid;
    border-color: transparent;
    font-family: thirdFont;
    font-weight: bold;
    padding: 0px;
    border-width: 2px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    margin-left: 32%;
    display: flex;
    justify-content: space-between;
    padding-left: 1%;
    width: 37%;
    height: 40px;
  }

  .modal-content-conferm-screen {
    background-color: #FFFFFF !important;
    border-color: white;
    border-style: solid;
    border-radius: 10px;
    position: relative;
    top: 90px;
  }

  .delete-btn-for-cart {
    background-color: transparent;
    border-color: transparent;
    margin-top: 126%;
    position: relative;
    right: 30px;
    top: 45px;
    cursor: pointer;
  }

}

@media (max-width: 576px) {

  .swap-photo-row{
    display: none;
  }



  .text-size-avilable {
    font-size: 12px;
    border-style: solid;
    border-color: #616161;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-family: thirdFont;
    font-weight: bold;
    width: 25px;
    height: 25px;
    color: #8A8A8A;
    border-width: 2px;
    text-align: center;
    padding-top: 1px;
}

  .card{
    padding: 5px;
  }

  .card-size-home {
    height: fit-content;
  }

  .col-xl-2 {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }

  .text-for-swap-img-2{
    right: 26%;
    top: 10%;
    font-size: 25px;
  }

  .text-for-swap-img-3 {
    right: 33%;
    top: 10%;
    font-size: 25px;
}

  .text-for-swap-img{
    font-size: 25px;
  }

  .card-for-swap-photo {
    padding: 0px;
    display: flex;
    width: fit-content;
    height: fit-content;
}

  .col-xl-2 img {
    width: 100%;
  }

  .phone-size-3{
    display: flex;
    flex-wrap: wrap;
    width: 33.3%;
  }

  .phone-size-3 img {
    width: 100%;
  }

  .btn-for-size {
    display: flex;
    justify-content: space-around;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 12%;
  }

  .flex-cus .phone-size-fotter {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    margin-top: 4%;
  }

  .form-control {
    display: block;
    width: 70%;
    margin-left: 17%;
    margin-bottom: 2.5%;
    height: calc(1.5715em + 0.875rem + 2px);
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5715;
    color: #707070;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 1.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    -ms-border-radius: 1.25rem;
    -o-border-radius: 1.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .form-control-feedback {
    position: absolute;
    top: 0px;
    margin-left: 17%;
    color: rgb(51, 51, 51);
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    line-height: calc(1.5715em + 0.875rem + 2px);
    min-width: 1rem;
  }

  .prod-code {
    text-align: start;
    margin-bottom: 7%;

  }

  .price {
    text-align: start;
    display: block;
    margin-bottom: 0%;
    font-size: 16px;
    margin-top: 2px;
  }

  .price-text-for-product-detials-discount-in-card del {
    font-family: secFont;
    font-weight: bold;
    font-size: 14px;
    color: #707070a7;
    margin-left: 0px;
  }

  .groupe-name {
    display: none;
  }

  .marg-a {
    margin-left: 20px;
    width: fit-content;
    position: relative;
    right: 10%;
    top: -2px;
  }

  .logo-link {
    position: relative;
    left: 0%;
  }

  .a-link-fotter {
    display: block;
    margin-bottom: 10px;
  }

  .href-div-fotter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

  }

  .pos-style {
    margin-left: 20px;
  }

  .title-nav {
    font-family: thirdFont;
    font-weight: bold;
    font-size: 16px;
    color: #707070;
  }

  .phone-size-2 {
    margin-bottom: 10%;
  }

  .row-some-card {
    margin-top: 10.5% !important;
    margin-left: 9% !important;
    margin-right: 12% !important;
  }

  .fotter-size {
    width: 100%;
    display: block
  }

  .icon-link {
    width: 40px;
  }

  .col-xl-5 hr {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .flex-cus {
    margin-left: 8%;
    display: flex;
    justify-content: space-around;
  }

  .vertical {
    border-radius: 18px;
    border-left: 4px solid #e0dddd;
    width: 100%;
    height: 2%;
    position: absolute;
    left: 0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
  }

  .photo-model {
    height: 20rem;
    position: relative;
    left: 7%;
    margin-bottom: 15%;
  }

  .buy-photo {
    position: relative;
    top: 0;
  }

  .photo-model {
    margin-top: 15%;
  }

  .title-cart-for-cart {
    font-size: 20px;
  }

  .count-text-for-cart {
    font-size: 18px;
    top: 5px;
    font-weight: bold;
  }



  .title-detials-for-cart {
    font-size: 15px;
  }

  .total-detials-for-cart {
    font-size: 23px;
  }

  .total-price-for-cart {
    font-size: 20px;
  }

  .price-detials-for-cart {
    position: relative;
    bottom: 5px;
    direction: ltr;
  }

  .card-view-product {
    box-shadow: -1px -1px 5px 3px rgba(0, 0, 0, .05);
    border-color: #1492e6;
  }

  .end-pay-for-cart {
    margin-left: 28%;
    background-color: #707070;
    border-color: transparent;
    color: white;
    font-family: thirdFont;
    font-weight: bold;
    font-size: 15px;
    border-radius: 4px;
    width: 40%;
    height: 8%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 7%;
  }

  .btn-for-clear-cart {
    margin-left: 36%;
    margin-bottom: 7%;
  }

  .media-for-cart {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .right-card-for-cart {
    border-radius: 15px;
    background-color: #eef2f4;
    padding: 10px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .modal-content-conferm-screen {
    background-color: #FFFFFF !important;
    border-color: white;
    border-style: solid;
    border-radius: 10px;
    position: relative;
    top: 250px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .disc-text-to-order-id {
    color: #989B9E;
    text-align: center;
    margin-top: 1%;
    font-family: secFont;
    font-weight: bold;
    font-size: 18px;
  }

  .delete-btn-for-cart {
    background-color: transparent;
    border-color: transparent;
    margin-top: 5%;
    position: relative;
    right: 0px;
    top: -8px;
  }



  .media-for-cart {
    background-color: white;
    height: fit-content;
  }

  .media-body-for-cart {
    flex: none !important;
  }

  .price-size-for-cart {
    font-size: 15px !important;
  }

  .complete-pay-for-cart {
    margin-top: 0px;
  }

  .navbar-brand-for-cart {
    margin-left: 20px;
  }

  .img-done-pay-for-cart {
    margin-top: 6%;
    margin-left: 10%;
    width: 80%;
    margin-bottom: 6%;
  }

  .modal-footer-for-cart button {
    box-shadow: -3px 3px 20px -6px #000000cf;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 27.5%;
    margin-left: 27.5%;
    height: 35px;
    width: 130%;
    font-weight: bold;
    font-family: thirdFont;
    color: white;
    background-color: #3B95E1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }

  .modal-footer-for-cart a {
    margin-right: 45%;
  }

  .modal-body-for-cart h6 {
    font-size: 12px;
    color: #707070;
    margin-left: 0%;
    width: 100%;
    margin-top: 5%;
  }

  .col-md-3-for-product-detials {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }

  .col-md-3 img {
    width: 100%;
  }

  .cus-size-for-product-detials .col-xl-3 {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }

  .cus-size-for-product-detials .col-xl-3 img {
    width: 100%;
  }

  .margin-col-for-product-detials {
    margin-left: 0px;
  }

  .nav-hr-for-product-detials {
    width: 50%;
    margin-bottom: 50px;
  }

  .pos-style-for-product-detials {
    margin-top: 40px;
    margin-right: 12%;
    margin-left: 5%;
  }

  .text-disc {
    margin-left: 5px;
}

  .add-cart-for-product-detials {
    box-shadow: 0px 0px 4px 0px #0000004f;
    background-color: #808080d9;
    border-style: solid;
    border-color: transparent;
    font-family: thirdFont;
    font-weight: bold;
    padding: 0px;
    border-width: 2px;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    margin-left: 26%;
    display: flex;
    justify-content: space-between;
    padding-left: 1%;
    width: 45%;
    height: 40px;
    margin-bottom: 2%;
  }

  .text-for-btn-cart {
    background-color: white;
    width: 142px;
    height: 40px;
    border-radius: 0.25rem;
    border-color: #707070;
    border-style: solid;
    border-width: 1.5px;
    padding: 1%;
    box-shadow: 0px 0px 4px 0px #0000004f;
    position: relative;
    right: -4px;
    top: -2px;
  }

  .nav-pills .nav-link.active{
    margin-right: 42px;
  }

  .navbar-brand-for-product-detials {
    margin-left: 20px;
  }

  .cus-form-for-cart {
    font-family: thirdFont;
    display: block;
    width: 100%;
    margin-left: 0rem;
    height: calc(1.5715em + 0.875rem + 2px);
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5715;
    color: #707070;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .cus-form-for-product-detials {
    display: block;
    width: 100%;
    margin-left: 0rem;
    height: calc(1.5715em + 0.875rem + 2px);
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5715;
    color: #707070;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -ms-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .pay-detials-for-order-confirm {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: myFirstFont;
    margin-right: 2%;
  }

  .form-control-2 {
    display: block;
    width: 100%;
    margin-left: -10px;
    line-height: 1.5715;
    color: black;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: white;
    text-align: start;
    font-family: ban;
  }

  .input-for-order-confirm {
    font-family: ge !important;
    color: #707070 !important;
  }

  .label-for-order-confirm {
    text-align: start;
    font-family: myFirstFont;
    color: white;
    width: 100%;
  }

  .static-num-for-order-confirm {
    text-align: center !important;
    font-family: ban !important;
    border-color: transparent;
    background-color: transparent;
    color: white !important;
  }

  .static-num-for-order-confirm:read-only {
    background-color: transparent;
    border-color: transparent;
  }

  .static-num-for-order-confirm:focus {
    border-color: transparent;
    color: white;
  }

  .div-fix-cart a {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }

  .btn-for-more-pr-brand:focus{
    background-color: #1492e6;
      border-color: white;
      color: white;
      transition: 2s;
      box-shadow: -1px -1px 5px 3px rgba(0, 0, 0, .05);
  }

  .live-fix-cart {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: 50px;
    border: 2px solid #2a92e6;
    border-bottom: transparent;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 1%;
    padding-left: 3%;
    padding-right: 1%;
  }

  .div-fix-cart {
    text-align: center;
    color: #fff;
    margin-top: 10px;
    direction: rtl;
    font-family: thirdFont;
    font-weight: bold;
    font-size: 17.5px;
    margin-right: 10px;
  }

  .span-fix-cart {
    position: static;
    background-color: white;
    border-color: #2196f3;
    border-style: solid;
    border-width: 2px;
    height: fit-content;
    width: fit-content;
    font-size: 10px;
    position: relative;
    top: -14px !important;
    left: 2px !important;
    border-radius: 49px;
    color: #616161;
    font-family: thirdFont;
    font-weight: bold;
  }

  .fotter-stayle {
    background-color: #707070;
    padding: 10px;
    text-align: start;
    padding-top: 5px !important;
    padding-left: 10px !important;
    padding-bottom: 5% !important;
  }

  .disc-modal-fore-conferm-page {
    font-size: 50px !important;
  }

  .text-to-order-id {
    color: #4F4F4F;
    text-align: center;
    margin-top: 4%;
    font-family: secFont;
    font-weight: bold;
    font-size: 32px;
  }

  .num-input-for-order-confirm {
    font-family: ban !important;
  }

  * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}



/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.slideshow-container{
  display: block;
  margin-bottom: 6%;
}

.img-swap-style{
  width: 100%;
}

.shadow-for-swipe {
  width: 100% !important;
}

.shadow-for-swipe {
  position: absolute;
  bottom: 0px;
  transition: 2s;
  left: 1px;
}

}
.product-image {
  position: relative;
  display: inline-block;
}

.discount-percentage {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff0000;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}