:root {
    --main-color: #259bea;
    --main-color-05: #259bea6b;
    --main-color-25: #259bea6b;
    --grad1:#f84738;
    --grad2:#fd9b8a;
    --grad3:#da2516;
    --my-gradient:linear-gradient(45deg, #259bea, #259bea, #333, #163b8c , #163b8c );
}
html ,body{

}
a{
    text-decoration: none;
}
body{
    font-family: 'IBM Plex Sans Arabic', sans-serif ;
    font-family: "tajawal", sans-serif;
    font-family: "Cairo", sans-serif !important;
    direction: ltr;
}
.header {
    position: relative;
    padding: 0;
    z-index: 20;
}
.welcome-msg{
    background: var(--my-gradient);
    background-size: 400% 400% !important;
    animation: bgGradient 5s ease infinite;
    color: #FFF;
    text-align: center; 
    padding: 1rem 0.5rem;
    display: flex;
    justify-content: space-between;

}
.welcome-msg span{
    text-align: center;
    font-size: 16px;
    padding: 1px;
    margin: auto;
   
}
.bas-head{
    margin: 0.5rem;
}
.country-flag{
    width: 30px;
   
}
.lang-card{
    padding: 1px 7px;
    border-radius: 5px;
    background-color: #fff;
    color:var(--main-color);
   
}
.country-card{
    border: #9b9a9a solid 0.5px;
    padding: 0px 2px;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    color: #000;
    height: max-content;
    text-wrap: nowrap;
    
}
.site-name{
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
.splide__slide img{
    max-width: 100%;
    width: 100%;
}
.page{
    max-width: 700px;
    margin: auto;
}

.product-title span{
    font-size: 28px;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
    color: #000;
    font-weight: bold;
    line-height: unset;
}

.price-wrapper .price{
    font-size: 24px;
    font-weight: bold;
    color: var(--main-color);
}
.price-wrapper .old-price{
    color: #aeaeae;
    font-size: 21px;
    font-weight: 600;
}


.label-price {
    font-size: 1.2rem;
    letter-spacing: -0.75px;
}



.form-checkout {
    padding: 30px 15px;
    color: #404040;
    position: relative;
    border: 2px solid rgb(from var(--main-color) r g b / 50%);
    border-radius: 6px;
    margin-top: 50px;
    margin: 20px;
    /* background-color:rgba(var(--main-color), 0.4); */
    background:rgb(from var(--main-color) r g b / 6%);
}


.form-checkout input ,.form-checkout textarea{
    border: 0.3px solid;
    border-color:  var(--main-color);
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 6px 12px;
    box-shadow: none;
    line-height: normal;
    background-color: #fff;
    background-image: none;
    border-radius: 3px;
    font-size: 0.8rem;
}
.form-checkout input {
    height: 50px;
}
.form-checkout input:focus , .form-checkout textarea:focus, .form-checkout select:focus {

    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--main-color);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--main-color-25);
}
.form-checkout input:focus-visible{
    border: 3px solid var(--main-color);;
}
.form-checkout select{
    border: 0.3px solid;
    background-color: #ffffff;
    border-color: var(--main-color) !important;
    cursor: pointer;
    color: #888;
   
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-size: 9px;
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    font-size: 0.8rem;

}
.qte-wrapper{
    display: flex;
    width: max-content;
    max-width:50%;

}
.qte-wrapper span {
    
    text-align: center;
    height: 3rem;
    border: 1px solid var(--main-color);;
    vertical-align: middle;
    line-height: 2.5rem;
    font-size: 1.2rem;
}
input.qte{
    border: none;
    text-align: center;
    height: 99%;
    font-size: 1.4rem;
    font-weight: 500;
    
}
.add-qte{
    border-left: none !important;
    font-weight: 700;
}
.minus-qte{
    border-right: none !important;
    font-weight: 700;
}
.add-qte , .minus-qte{
    padding:0 1rem;
}
.form-checkout .buy-now{
    width: 100%;

}
.buy-now{
    background: var(--my-gradient);
    border-radius: 15px;
    font-size: 20px;
    color: #fff !important;
    margin-top: 0.2rem;
    cursor: pointer;
    -webkit-transition: 0.18s background-color ease, 0.18s color ease, 0.18s border-color ease;
    transition: 0.18s background-color ease, 0.18s color ease, 0.18s border-color ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    font-weight: 600;
    padding: 13px 28px;
    animation: blink 1.2s infinite;

}
.recap{
    cursor: pointer;
    
    background: #f0f9ff;
    padding: 0 10px;
    margin-top: 20px !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.border-b-s{
    border-bottom: 1px solid var(--main-color-05);
}
.recap p{
    margin-bottom: 5px;
    
}
.recap {

}
#services h6 span{
    margin-left: 2px;

}
#services h6 {
    font-size: 0.9rem;
}
#services {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

#services h6 {
    display: flex;
    align-items: center;
}

.footer{
    position: fixed;
    z-index: 300;
    bottom: 0;
    width: 100%;
    max-width: 700px;
    border-top: 1px solid #ccc;
    background-color: #fff;
}
.footer button{
    width: 100%;


}
#cur-modal .currency-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px 10px;
    
    width: fit-content;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.point{
    cursor: pointer;
}
#lang-modal .lang-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px 10px;
    width: fit-content;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #333;
    cursor: pointer;
    text-decoration: none;
}
#lang-modal .lang-box.active {
    background-color: #222;
    color: #fff;
    border: 1px solid #333;

}

.minus-qte:hover ,.add-qte:hover{
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
}
.spinner {
    position: relative;
  color: #ff000000 !important;
}
.spinner:after {
    --size:20px;
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: var(--size);
  height:var(--size);
  border-radius: 50%;
  border: 2px solid var(--btn-color);
  border-top-color: #000;
   border-right-color: #000;
    left:0;
  right:0;
  margin: 0 auto;
  animation: spinner .6s linear infinite;
}

.snake.spinner:after {
    border:none;
    border-top: 2px solid #07d;
      border-right: 2px solid transparent;

}
.p-details .variants {
    display: flex;
    margin-bottom: 1rem;
}

.p-details .variants img {
    width: 80px;
    height: 80px;
    margin: 0 8px;
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
}

.p-details .variants img.active {
    border-color: var(--main-color);
    border-width: 2px;
}

.p-details .specs {
    display: flex;
    padding-bottom: 0.5rem;
    overflow-x: auto;

}

.p-details .specs .spec-item {
    border-radius: 15px;
    padding: 3px 8px;
    border: 1px solid #777;
    list-style: none;
    margin: 0 5px;
    font-size: 14px;
    cursor: pointer;
    color: #404040;
}

.p-details .specs .spec-item.active {
    background: var(--my-gradient);
    color: #fff;
    border-color: #ccc;
}
.p-details  {
    color: #404040;
    position: relative;
    border: 2px solid var(--main-color);
    border-radius: 6px;

}


#checkout .form-group{
    padding: 2px;
}
#checkout select{
    padding: 2px;
    padding-left: 0.75rem;
}
.links a{
    text-wrap:nowrap;
    color: #000;
}
.links {
    overflow: auto;
    max-width: 100%;
}


.stick-service {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 121px;
    height: 1px;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
}

.stick-service .rowdiv {
    float: left;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    z-index: 100;
    background-color: #fff;
    padding: 10px;
    border-radius: 40px;
    cursor: pointer;
}

.stick-service img {
    width: 100%;
    height: 100%;
}

.variants-2 table{
    width: 100%;
}
.variants-2 td:last-child {
    text-align: right;
    padding-right: 7px;
}
.variants-2 td:first-child {
    padding-left: 10px;
    width: 20px;
}
.variants-2 td {
    padding: 12px 0px;
}
.variants-2 .inpt-radio{
    width: 15px!important;
    height: 15px!important;
    position: relative;
    cursor: pointer;
    margin: 4px 8px 0px -4px;
    line-height: normal;
    width: auto;
    height: auto;
}
.variants-2 .inpt-radio.active:before{
    background-color: #259bea !important;
}
.variants-2 .inpt-radio:before{
   
    margin-left: auto;
    margin-right: -5px;
    border-color: #bce0f7 !important;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    background: #fff;
    border: 2px solid #ddd;
    transition: all .1s ease-in-out 0s;
    margin-top: -5px;
    margin-left: -5px;
}
.variants-2 .inpt-radio.active:after{
    box-sizing: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 6px;
    width: 9px;
    height: 17px;
    border: 2px solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    right: 6px;

}
.variants-2 tbody {
    background-color: #f0f9ff;
    padding: 5px;
    display: grid;
    background: #f1f9ff;
    padding: 10px;
    border-radius: 3px;
}
.variants-2 tr {
    border-color: #bce0f7 !important;
    position: relative;
    border: 2px solid #bce0f7;
    margin: 3px 0;
    border-radius: 5px;
    padding: 10px 0;
    background: white;
    grid-column-gap: 0.5rem;
    flex-direction: row;
    align-items: center;
    display: inline-table;
}
.variants-2 .price {
    color: var(--main-color);
    font-weight: 600;
}
.variants-2 .old-price{
    text-decoration: line-through;
    font-weight: 600;
    color:#878787;
}
.variants-2 .variant{
    margin: auto;
    margin-left: 7px;
    display: inline-block;
}
.form-checkout p , .p-details p{
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}
@media screen and (min-width:480px) {
    .qte-wrapper{
        max-width:30%;
    }
}


@keyframes spinner {
    to {transform: rotate(360deg);}
}
@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@keyframes blink {
    0% {
        transform: scale(0.95);
       
    }
    100% {
        transform: scale(1);
       
    }
}
@keyframes bgGradient{
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }

}
