
 
@font-face {
  font-family: Sahel;
  src: url('../fonts/Sahel-WOL.woff2') format('woff2'), url('../fonts/Sahel-WOL.woff') format('woff');
  font-weight: normal;
}

@font-face {
  font-family: Sahel;
  src: url('../fonts/Sahel-SemiBold-WOL.woff2') format('woff2'), url('../fonts/Sahel-SemiBold-WOL.woff') format('woff');
  font-weight: 700;
}

@font-face {
  font-family: Sahel;
  src: url('../fonts/Sahel-Light-WOL.woff2') format('woff2'), url('../fonts/Sahel-Light-WOL.woff') format('woff');
  font-weight: 300;
}

/* 
@font-face {
  
  src: url('../fonts/web_u/ub.eot');
  src: url('../fonts/web_u/ub.eot') format('embedded-opentype'),
       url('../fonts/web_u/ub.woff2') format('woff2'),
       url('../fonts/web_u/ub.woff') format('woff'),
       url('../fonts/web_u/ub.ttf') format('truetype'),
       url('../fonts/web_u/ub.svg#ub') format('svg');
}
@font-face {
  
  src: url('../fonts/web_u/ur.eot');
  src: url('../fonts/web_u/ur.eot') format('embedded-opentype'),
       url('../fonts/web_u/ur.woff2') format('woff2'),
       url('../fonts/web_u/ur.woff') format('woff'),
       url('../fonts/web_u/ur.ttf') format('truetype'),
       url('../fonts/web_u/ur.svg#ur') format('svg');
}
  */
 

.width_90{
  width: 90%;
}

.row{
  margin:0px;
}
.lay_width{
  width: 80%;
}
.lay_width_full{ 
  width: 80%;
}
.lay_width_n_full{
  width: 90%;
}
body{
  padding: 0;
  margin: 0;
  text-align: right;
  background: #fff; 
  font-family:'Sahel','Segoe UI', tahoma;
}

#section_title{
  font-size: 20pt;
  
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
  font-weight: bold;
}

#section_title_right{
  font-size: 20pt;
  
  text-align: right;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: bold;
}

.cats-regtangle {
  padding: 0.5px;
}
.cats-regtangle a{
  transition: 0.3s; 
  display: inline-block; 
  color: #000;
  counter-reset: #000;
  text-decoration: none;
  cursor: pointer;
  line-height: 20px; 
  padding-bottom: 10px;
  text-align: center;
} 
.cats-regtangle a img{ 
  background: #fff;
    margin-top: 20px;
    width: 85%;
    border-radius: 100%;

  -webkit-transition:all 0.2s ease;
  -moz-transition:all 0.2s ease;
   -ms-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
       transition:all 0.2s ease;
}  
.cats-regtangle a .title{
  text-align: center;
  
  margin-top: 10px;
  display: block;
  padding-bottom: 10px;
  font-size: 12pt;
  font-weight: bold;
}

.cats-regtangle a  img:hover{
  -moz-box-shadow: 0px 2px 14px -4px #e4e4e4;
  -webkit-box-shadow:0px 2px 14px -4px #e4e4e4;
  box-shadow:0px 1px 8px 0px #e4e4e4;
} 
 
.cats-regtangle-sub a{  
  box-shadow:0px 1px 8px 0px #efeded;
  display: flex;
  align-items: center;
  justify-content: right; 
  text-decoration: none;  
  background: #fff;   
  color: #000;
  padding: 5px;
  font-weight: bold;
  transition: 0.3s; 
} 
.cats-regtangle-sub a img{ 
  border-radius: 50px;
  margin-top: 0px;
  height: 65px;
  width: 65px;
  margin-right: 3px;
}
.cats-regtangle-sub a .title{ 
   font-size: 12pt; 
   margin-right: 4px; 
   margin-top: 0px;
   vertical-align: middle;
   color: #383838;
}  
.cats-regtangle-sub a:hover{
  -moz-box-shadow: 0px 1px 8px 0px #e4e4e4;
  -webkit-box-shadow:0px 1px 8px 0px #e4e4e4;
  box-shadow:0px 1px 8px 0px #e4e4e4;
}  

@media (max-width: 1300px) {
  
  .cats-regtangle a .title{
    font-size: 10pt;
  }
} 
 
@media (max-width:400px) {
  #section_title{
    font-size: 13pt;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
  } 
  .cats-regtangle a img{
    margin-top: 0px;
  }
  .cats-regtangle a{ 

    padding-bottom: 10px; 
  }
  /* .cats-regtangle a{
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: right; 
  }

  .cats-regtangle a img{ 
    border-radius:5px; 
    margin-top: 0px;
    width: 55px;
  } 
  .cats-regtangle a .title{
    font-weight: normal;
    font-size: 11px; 
    margin-top: 0px;
    padding: 0px;
    vertical-align: middle;
  } */


}
 
@media (max-width: 576px) {

  
  .bottom_page_basket{
    font-size: 10pt;
  }
.width_90{
  width: 95%;
}
  
  #section_title{
    font-size: 13pt;
  }
/* 
  .cats-regtangle a{
    width: 100%;
    background: none;
    text-align: right; 
    background: #fff;
  }

  .cats-regtangle a img{ 
    border-radius:5px; 
    margin-top: 0px;
    width: 60px;
  } 
  .cats-regtangle a .title{
    font-size: 16px;
    
    text-align: right;
    margin-top: 0px;
  } */


  #section_title_right{
    font-size: 14pt;
    margin-top: 2px;
  }
  .lay_width{
    width: 95%;
  }

  .lay_width_full{ 
    width: 98%;
  }
  .lay_width_n_full{
    width: 98%;
  }
  .cats-regtangle-sub{
    padding: 0.5px;
  }
  .cats-regtangle-sub a{  
    display: flex; 
    align-items: center;
    justify-content: right; 
    text-decoration: none;
    height: 60px; 
    color: #000; 
  }
   
  .cats-regtangle-sub a img{ 
    margin-top: 0px;
    height: 55px;
    width: auto;
    margin-right: 3px;
    border-radius: 0px;
  }
   
  .cats-regtangle-sub a .title{  
     font-size: 10pt;
    margin-right: 4px;
    font-size: 11pt;
    margin-top: 0px;
    vertical-align: middle;
    font-weight: 500;
  }  

}







.choses_lists{
  
}
.products .infos{
  text-align: right;
}

.products img{
  width:100%;
}
.products .product_title{
  font-size: 22pt; 
}
.product_number{
  margin-top: 15px;
} 

.product_number input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.product_number input[type=number]::-webkit-inner-spin-button,
.product_number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.product_number .number-input {
  border: 2px solid #ddd;
  display: inline-flex;
  border-radius: 10px;
}

.product_number .number-input,
.product_number .number-input * {
  box-sizing: border-box;
}

.product_number .number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2.5rem;
  cursor: pointer;
  margin: 0;
  font-size: 18pt;
  position: relative;
}
 

.product_number .number-input input[type=number] {
  font-family: sans-serif;
  max-width: 4rem;
  padding: .3rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 1.4rem;
  height: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.product_add_basket{
  background:#7d0e7c;
  color: #fff;
  height: 44px;
  line-height: 44px;
  font-size: 14pt;
  display: inline-block;
  padding: 0px  20px;
  margin-right: 20px;
  border-radius: 10px;
  cursor: pointer;
  vertical-align: middle;
}
.product_add_basket:hover{
  background:#941993;
}
.product_add_basket span{
  vertical-align: middle;
}

.product_description{
  margin-top: 20px;
}


.product_description .main_title{ 
  font-size: 14pt;
  margin-top: 40px;
  font-weight: bold;
  
}
.product_description p{
  font-size: 10pt;
  line-height: 21pt;
  text-align: justify;
}
.products .product_title{
  text-align: justify;
  
} 


.product_review{
  margin-top: 10px; 
}
.product_review a{
  margin-right: 10px;
  color: #921291;
  font-weight: bold;
}
.product_review i{
  font-size: 15pt;
  margin:0px 2px;
}
.product_price{
  margin-top: 20px; 
  font-size: 35pt;
}
.product_price .old{
    color:#ccc;
    font-style: italic;
    text-decoration-line: line-through;
    display: inline;
    font-size: 20pt;
    vertical-align: top;
}
.product_supplier{
  margin-top: 10px;
  font-size: 13pt;
}
.product_supplier a{

  color: #921291;
}
 

.choses{    
  margin-bottom: 30px;
  display: block;
  background: #fff; 
  border-radius: 15px;
  text-decoration: none;
  -moz-box-shadow:      0px 5px 4px #c7c7c7;
  -webkit-box-shadow:   0px 5px 4px #c7c7c7;
  box-shadow:           0px 5px 4px #c7c7c7;
  text-decoration: none;
  padding-bottom: 10px;
  -webkit-transition:all 0.2s ease;
  -moz-transition:all 0.2s ease;
   -ms-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
       transition:all 0.2s ease;
 
} 
.choses:hover{
  text-decoration: underline;
  color: #000;
  transform: translateY(-5px);
}
.choses img{
  width: 100%;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.choses .title{
  display: block; 
  text-align: center;  
  margin: 15px 0px;
  
  font-weight: bold;
  font-size: 14pt;
}
.choses .description{
  display: block; 
  text-align: right;  
  margin: 7px;
  
  font-size: 12pt;
}

.reklams{
  border-radius: 15px;
  width: 100%; 
  -webkit-transition:all 0.2s ease;
  -moz-transition:all 0.2s ease;
   -ms-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
       transition:all 0.2s ease;
} 
.reklams:hover{ 
  transform: translateY(-5px);
}
 


@media only screen and (max-width: 840px) {
  .search_box .search {
    width: calc(100% - 20px);

  }
}

 

.property{
  margin-top: 60px;
}
.property_item{
 background: #fff;
 box-shadow: 0px 4px 15px 0px #e3dae4;  
 display: block;
 width: 100%;
 text-align: center;
 padding:25px 0px;
 
 border-radius: 10px;
 text-decoration: none;
}

.property_item img{
  height: 100px; 
}
.property_item .title{
font-weight: bold;
color: #752a7d;
margin-top: 10px;
}
.property_item .description{
margin-top: 10px;
}
#navigation{
  text-align: right;
   padding: 5px;
  margin-bottom: 5px;
  text-align: right;
  color: #979797;
}
#navigation a{
  color: #93379d;
  text-decoration: none;
}
.dinar{
  font-size: 12pt;
  display: inline;
}
.gap_widget{
  height: 40px;
  display: block;
}

.bottom_page_basket{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #752a7d;
  color: #fff;
  z-index: 10;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}

.bottom_page_basket:hover{
  background: #752a7d;
  color: #fff;  
  text-decoration: none;
}
.bottom_page_basket span{
  vertical-align: middle;
}

@media (max-width: 576px) {

  #navigation{
      margin-top:20px;
  }

}