@font-face {
    font-family: 'DIN-NEXT-REGULAR';
    src: url(../files/DIN-NEXT-REGULAR.otf);
}

*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  .text-center{text-align:center;}.product-banners .banner-box{width: 32.3%;display: inline-block;text-align: center;margin-bottom:10px;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;line-height: 40px !important;margin: 0;}

/* line 20, /Users/hossamshahen/Documents/شغلى/قيد التنفيذ/tatbeqe-test/css/global/_general.scss */
body {
  direction: rtl;
  background: #fff;
  color: #555;
  font-family: "DIN-NEXT-REGULAR" !important;
  font-size: 16px;
  line-height: 30px;
 padding-right:0px; padding-left:0px;
 
  }
  label{display:inline-block;}
input[type="radio"] {
  position: absolute;
  transform: translateX(999px);
}
input[type="radio"] + label {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  line-height: 30px;
  height: 40px;
}
input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 250ms;
  border: 2px solid #c4391f;
}
input[type="radio"]:checked + label:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgdmlld0JveD0iMCAwIDQ0MyAzNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNCI+PHBhdGggZD0iTTQzNC41NCA0Ni44MkwzOTUuNzEgNy45OTRDMzkwLjM4OCAyLjY2NSAzODMuOTEzIDAgMzc2LjMgMGMtNy42MTcgMC0xNC4wOTIgMi42NjUtMTkuNDE2IDcuOTkzTDE2OS41OSAxOTUuNTdsLTgzLjk0LTg0LjIyNWMtNS4zMy01LjMzLTExLjgtNy45OTItMTkuNDEtNy45OTItNy42MTcgMC0xNC4wODggMi42NjItMTkuNDE4IDcuOTkybC0zOC44MjggMzguODNDMi42NjQgMTU1LjUwMiAwIDE2MS45NzQgMCAxNjkuNTljMCA3LjYxIDIuNjY0IDE0LjA5IDcuOTk0IDE5LjQxN2wxMDMuMzUgMTAzLjM1IDM4LjgzMiAzOC44MjdjNS4zMjcgNS4zMzIgMTEuOCA3Ljk5NCAxOS40MTQgNy45OTQgNy42MSAwIDE0LjA4NC0yLjY3IDE5LjQxNC03Ljk5NGwzOC44My0zOC44MjhMNDM0LjU0IDg1LjY1MmM1LjMyNC01LjMzIDcuOTkzLTExLjgwMiA3Ljk5My0xOS40MTcuMDA0LTcuNjEtMi42Ny0xNC4wODQtNy45OTQtMTkuNDE0eiIgZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c4391f;
}
.radio-list {
  padding: 16px 0 24px;
}
.radio-list--vertical {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#scroll-to-top {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #343846;
    color: #fff;
    position: fixed;
    bottom: 15px;
    left: 10px;
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#scroll-to-top span i {
    font-size: 18px;
}
.submitbtn{
display: inline-block;
min-width: 100%;
margin: 5px auto;
background: #8BC34A;
color: #fefefe;
font-size: 1.2em;
padding: 15px;
border-radius: 4px;
text-align: center;
position: relative;
font-weight:600;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
border: 0;
transition: border-radius linear 0.05s, width linear 0.05s;
}
.submitbtn:hover{
 background: yellow;
color: #000;   
}
.list-unstyled {
    list-style: none;
}
.landing-page img{max-width:500px;margin-right:10px;margin-left:10px;}
.text-center{text-align:center;}