* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'NotoKufiArabic-Regular';
}

body {
    font-size: 18px;

}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radioimg {
    position: relative;
}

input[type=radio]:checked+label {
    border: 2px solid #4a8600;
    opacity: 1;
}

.etap1 label {
    margin: 0 8px;
    opacity: 0.5;
    border-radius: 4px;
    border: 2px solid #c7c7c7;
    display: block;
}

.etap1 span.disc {
    margin-left: 0;
}

.radioimg img {
    max-width: 80px;
    width: 100%;
}



.j_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

p.step_h1 {
    font-family: 'Cairo-Bold';
    text-decoration: underline;
    color: #515151;
}

.input label {
    display: block;
    text-align: right;
}

.input input {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    height: 40px;
    margin-top: -6px;
    display: block;
    padding: 0px 6px;
    font-size: 16px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}

label i {
    padding: 0 6px;
}

.input {
    margin-bottom: 8px;
    position: relative;
}

.etap.etap3 p.step_h1 {
    text-align: right;
}

span.disc {
    color: #017f01;
    margin-left: 6px;
    font-family: 'beIN';
}

span.price {
    text-decoration: line-through;
}

.radioimg p {
    line-height: 18px;
    margin: 0;
}

.info * {
    font-size: 10px;
}

.etap3 .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info div {
    background-color: #acd4ac;
    color: #017c01;
    border-radius: 4px;
    padding: 0 2px;
}

.free {
    margin-left: 4px;
}

.etap.etap3 {
    padding-left: 4px;
}

button.btn_conf {
    width: 90%;
    background-color: #017f01;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-family: 'beIN';
    font-size: 20px;
    position: relative;
    top: -17px;
}

.input.error input {
    border-color: red;
}

i.fa.validate {
    position: absolute;
    top: 43px;
    left: 16px;
    display: none;
}

.input.error i.fa.fa-times-circle {
    display: block;
    color: red;
}

.input.valid i.fa.fa-times-circle,
.input.error i.fa.fa-check-circle-o.validate {
    display: none;
}

.input.valid i.fa.fa-check-circle-o.validate {
    display: block;
    color: #008000;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #999999;
}

.etap h2 {
    color: #008000;
}

h1 {
    text-align: right;
    font-size: 32px;
	padding-right:5px!important;
	padding-left:5px!important;
  font-family: 'Cairo-Bold' !important;
}


lp_title {
    text-align: right;
    font-size: 32px;
	    margin-right:5px!important;
    margin-left:5px!important;
  font-family: 'Cairo-Bold';

	
}


.custom-description strong {
   font-family: 'NotoKufiArabic-Bold';
}

.custom-description h2 strong {
   font-family: 'Cairo-Bold';
    font-size: 40px!important;
}

.custom-description h2  {
   font-family: 'Cairo-Regular';
    font-size: 24px;
	color:red;
	text-decoration:line-through;
}

  .custom-description {
        margin-right: 10px;
        margin-left: 10px;
    }

div {
    font-family: 'NotoKufiArabic-Regular';
    font-weight: 200; 
}

img {
    max-width: 100%;
}

p.h1 {
    font-size: 32px;
    text-align: center;
    line-height: normal;
    font-family: 'Cairo-Bold';
    margin-right: 5px !important;
    margin-left: 5px !important;


}

main {
    padding: 0 8px;
    max-width: 480px;
    margin: 0 auto;
}

a.btn.to_id {
    display: block;
    max-width: 300px;
    margin: 10px auto;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    font-family: 'beIN';
    border-radius: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.div-shake {
    animation: shake 4s infinite;
}

a.btn.to_id.sticky-button {
    display: inline; /* Ensure it's set to inline since it's specified in your HTML */
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    background-color: #4CAF50;
    color: white;
    padding: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    font-size: 28px;
    transition: transform 0.5s ease; /* Smooth transition for the pulse effect */
}



.stars {
    text-align: center;
    color: #ffba00 !important;
    font-size: 24px;
    letter-spacing: 2px;
}

p.rev_title {
    text-align: center;
    font-size: 22px;
    margin: 0;
    line-height: 24px;
    margin-top: 8px;
}

p.rev_cmnt {
    font-size: 18px;
    line-height: 26px;
}

.reviews {
    -webkit-box-shadow: 0 1px 16px 0 rgba(117, 114, 114, .07);
    box-shadow: 0 1px 16px 0 rgba(117, 114, 114, .07);
    background-color: #f1f1f1;
    padding: 10px;
    max-width: 320px;
    margin: 0 auto;
}

.image-gallery img {
    display: block;
}

.slick-dots li button:before {
    font-size: 10px;
    line-height: 30px;

}

ul.slick-dots li {
    margin: 0;
}

.prices p {
    font-size: 16px;
}

.mobile-btn {
    margin: 10px 10px 0px auto;
    display: block;
    color: #000;
    height: 36px;
    width: 36px;
    border-top: 4px solid;
    position: relative;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

.mobile-btn::after,
.mobile-btn::before {
    content: '';
    display: block;
    height: 4px;
    margin-top: 6px;
    background: currentColor;
    position: relative;
    transition: transform .3s ease;
}

.mobile-btn.active {
    border-top-color: transparent;
    z-index: 9999;
}

.mobile-btn.active::after {
    margin-top: 0px;
    top: 2px;
    transform: rotate(45deg);
}

.mobile-btn.active::before {
    margin-top: 0px;
    top: 6px;
    transform: rotate(135deg);
}

.menu-mobile {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    margin-top: 0px;
    transform: translate3D(0, -50px, 0);
    transition: .3s;
}

.menu-mobile li {
    line-height: 1.4em;
}

.menu-mobile.active {
    visibility: visible;
    opacity: 1;
    transform: translate3D(0, 0, 0);
}

ul.menu-mobile {
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 10px;
}

header#masthead {
    position: relative;
}

header .flex {
    justify-content: space-between;
    align-items: center;
}

header .flex img {
    max-width: 160px;
    margin: 10px 0 0 10px;
}

.post-thumbnail img {
    display: block;
    max-width: 100%;
	height:100% !important;
    margin: 0 auto;
}

.contet_wp img {
    height: auto;
}

.contet_wp h2,
h2.products_title {
    font-size: 31px;
    line-height: 37px;
    color: #0071E3;
    font-family: 'beIN';
    margin: 10px 0;
    text-align: center;
}

.contet_wp p {
    font-size: 20px;
    line-height: 28px;
}

.menu-mobile a,
footer ul li a {
    text-decoration: none;
    font-size: 20px;
    padding: 10px 0;
    display: block;
    color: #0071E3;
}

footer ul li a {
    color: #212121;
    font-size: 17px;
}

footer {
    background-color: #f2f2f2;
    margin-top: 15px;
}

footer ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding: 0 10px;
    list-style: none;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #9b9b9b;
    width: 90%;
    margin: 0 auto;
}

.copr p {
    font-size: 14px;
    color: #54595f;
    text-align: center;
}

.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.products .product img {
    height: auto;
    width: 100%;
    display: block;
}

.products .product {
    text-align: center;
}

.products .product a {
    text-decoration: none;
    color: #000;
}

.products .product {
    text-align: center;
    background-color: #f1f1f1;
    border: 4px solid #fff;
}

p.btn_more {
    background-color: #0071E3;
    color: #fff;
    width: 80%;
    margin: 0 auto 10px;
}

ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a.next.page-numbers+li {
    display: none;
}

ul.page-numbers li a {
    text-decoration: none;
}

span.page-numbers.current {
    opacity: 0.5;
}

ul.page-numbers li {
    border: 1px solid #0071E3;
    padding: 0 14px;
    font-size: 14px;
    margin: 12px 3px;
}

.products .product p.title {
    font-size: 18px;
    line-height: 20px;
    font-family: 'beIN';
    margin: 10px 0 14px;
}

.flex.top_prices {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex.top_prices .prices p {
    font-size: 28px;
    line-height: 38px;
    margin-top: 10px;
}

form {
    max-width: 480px;
    margin: 0px auto;
    text-align: center;
    width: 96%;
    border: 2px solid #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 5px;
}


form .bar_color {
    background-color: #000;
    color: #fff;
}

form .etap {
    width: 100%;
    margin: 4px auto;
    border: none;
    border-radius: 8px;
    padding: 0 10px 4px;
}

select#priceSelect {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    height: 40px;
    margin-top: -6px;
    display: block;
    padding: 0px 6px;
    font-size: 16px;
    background-color: #fff;
}

form .prices p {
    font-size: 22px;
}

form p.step_h1 {
    font-family: 'beIN';
    text-decoration: none;
    font-size: 24px;
    margin-bottom: 12px;
}

body.button_sticky {
    padding-bottom: 50px;
}

form label {
    display: block;
    text-align: right;
}
button.btn_conf:disabled, button.btn_conf[disabled] {
    opacity: 0.3;
    background-color: gray;
    border-color: #bababa;
}