@font-face {
  font-family: comfortaa;
  /*src: url(font/Comfortaa-VariableFont_wght.ttf);*/
  
  src: url(font/Overlock-Regular.ttf);
}


body{
  color: #48647a;
  background-color: #f1f1f1;
  font-family: comfortaa;
}

.custom-menu-2{
  width: 100%;
  background-color: #ffffff;
}
.custom-menu-1{
   width: 100%;
    background-color: #ffffff;
}

@media only screen and (max-width: 992px) {
    .forpc {
      display: none;
    }
    .forMobile{
        width: 100%;
        display: block;
    }
    .sorelus-only-mobile{
     margin-left: 15px;
    }
    
  }
  @media only screen and (min-width: 992px) {
    .forpc {
        display: block;
      }
      .forMobile{
          display: none;
      }
      .sorelus-only-pc {
        margin-left: 7px;
      }
  }
  
:root {
  --black-main-colot: #48647a;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none ;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.dot {
    height: 26px;
    width: 26px;
    background-color: #e11058;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 1px;
}
.dot:hover {
    background-color: #b11149;
}

.centerNavigator {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 130px;
}

.customBorder {
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
    border-bottom-width: 1px;
}
.search {
    border-radius: 25px;
    border-style: solid;
    border-color: #17c725;
    border-width: 1px;
    
}
.search-input:focus{
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.doAdvert {
    background-color: #e11058;
    border-radius: 45px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    display: inline-block;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}
.doAdvert:hover {
    background-color: #cc0f51;
}


.eltmenu:hover {
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-color: #efb810;
    border-bottom-width: 3px;
    color:#e11058;
  }

.eltmenu {
    color: #48647a;
}

@media only screen and (max-width: 992px) {
    .forpc {
      display: none;
    }
    .forMobile{
        width: 100%;
        display: block;
    }
    
  }
  @media only screen and (min-width: 992px) {
    .forpc {
        display: block;
      }
      .forMobile{
          display: none;
      }
      .sorelus-only-pc {
        margin-left: 7px;
      }
  }

  .col-md-3{
    padding: 4px;
  }

  .small_title{
    
    margin-left: 10px;
    margin-right: 5px;
    color: #48647a;
    font-weight: 900;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.mini_sort{
    content: "U+0400-045F";
    margin-left: 10px;
    margin-right: 5px;
    color: #48647a;
    font-weight: 100;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.mini_radio{
    color: #48647a;
}

.col-md-4{
    padding: 4px;
}

.loader {
    border: 5px solid #c5c5c5; /* Light grey */
    border-top: 5px solid #cc0f51; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
  }
  .loader-green{
    border-top: 5px solid #42a004;
  }
  .loader-red{
    border-top: 5px solid #a00404;
  }
  .loader-yellow{
    border-top: 5px solid #c0c404;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .sorelus_hidden{
    display: none;
  }


  @media only screen and (max-width: 992px) {
  .headerButton {
    width: 100%;

  }
  .pc{
    margin-left: 20px
  }
}

@media only screen and (min-width: 992px) {
  .pc{
    margin-left: 30px
  }
}

.headerButton {
  cursor: pointer;
}

.headerButton:hover {
  color: #e11058;
}

.what-sale {
  width: 135px;
  height: 135px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 15px;
  vertical-align: bottom;
  color: #48647a;
  margin: 5px;
}
.btn-direction{
    background-color: white;
    color: #48647a;
}

.btn-direction:hover{
    background-color: #48647a;
    color: #ffffff;
}

  
  .what-sale-responsive:hover {
    color: #e11058;
  }

  .what-sale-responsive {
    background-color: #ffffff;
    border-radius: 15px;
    vertical-align: bottom;
    width: 100%;
    color: #48647a;
    align-content: center;
    text-align: center;
  }

  .what-sale-responsive-star{
    background-color: #ffffff;
    border-radius: 15px;
    vertical-align: bottom;
    width: 100%;
    color: #48647a;
    align-content: center;
    text-align: center;
  }

  .what-sale-responsive-star:hover{
    color: #ecb611;
  }

  .div-what-sale-responsive-star { 
    padding: 10px;
    margin: 0;
    cursor: pointer;
  }

  .div-what-sale-responsive { 
    padding: 10px;
    margin: 0;
    cursor: pointer;
  }

  @media only screen and (min-width: 768px) {
    .responsive-end{
      padding-top: 5px;
    }
  }
  .last-what-sale {
    background-color:  #e11058;
    border-style: solid; 
    border-color: #ffffff; 
    font-size:large;
    color: #ffffff;
  }
  .last-what-sale:hover{
    background-color:  #ffffff;
    border-color: #e11058; 
    color: #e11058;
  }
 
.div-what-sale {
  padding-top: 20%;
  margin: 0;
  cursor: pointer;
}
.what-sale:hover {
  color: #e11058;
}

.form-control {
  background-color: transparent;
  border-style: none;
}


.what-sale-responsive:hover {
  color: #e11058;
}

.what-sale-responsive {
  background-color: #ffffff;
  border-radius: 15px;
  vertical-align: bottom;
  width: 100%; 
  color: #48647a;
  align-content: center;
  text-align: center;
}

.div-what-sale-responsive {
  padding: 10px;
  margin: 0;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .responsive-end{
    padding-top: 5px;
  }
}
.last-what-sale {
  background-color:  #e11058;
  border-style: solid; 
  border-color: #ffffff; 
  font-size:large;
  color: #ffffff;
}
.last-what-sale:hover{
  background-color:  #ffffff;
  border-color: #e11058; 
  color: #e11058;
}
.sorelus-hand{
 cursor: pointer;
 margin-left: 10px;
  margin-right: 10px;
}

.sorelus-select-elt {
    border-bottom-style: solid;
  }
  
.sorelus-select-eltmenu {
    border-bottom-style: solid;
    border-bottom-color: #efb810;
    border-bottom-width: 3px;
    background-color:  #fcf4dc;
  }
  
  /* for filter fragment */
  .sort {
    cursor: pointer;
}
.sort:hover {
    cursor: pointer;
    border-left: solid;
    border-color: #efb810;
    border-width: 1px;
}
.imput-number {
    width: 40%;
    border-radius: 30px;
    background-color: #dfe1e2;
    border-style: none;
    text-align: center;
    font-size: 14px;
}
.imput-number:focus{
    outline: none;
}
.btn-direction{
    background-color: white;
    color: #48647a;
}

.btn-direction:hover{
    background-color: #48647a;
    color: #ffffff;
}

  
  .what-sale-responsive:hover {
    color: #e11058;
  }

  .what-sale-responsive {
    background-color: #ffffff;
    border-radius: 15px;
    vertical-align: bottom;
    width: 100%;
    color: #48647a;
    align-content: center;
    text-align: center;
  }

  .what-sale-responsive-star{
    background-color: #ffffff;
    border-radius: 15px;
    vertical-align: bottom;
    width: 100%;
    color: #48647a;
    align-content: center;
    text-align: center;
  }

  .what-sale-responsive-star:hover{
    color: #ecb611;
  }

  .div-what-sale-responsive-star { 
    padding: 10px;
    margin: 0;
    cursor: pointer;
  }

  .div-what-sale-responsive { 
    padding: 10px;
    margin: 0;
    cursor: pointer;
  }

  @media only screen and (min-width: 992px) {
    .responsive-end{
      padding-top: 5px;
    }
  }
  .last-what-sale {    <link rel="stylesheet" href="assets/css/product-custom.css">
    background-color:  #e11058;
    border-style: solid; 
    border-color: #ffffff; 
    font-size:large;
    color: #ffffff;
  }
  .last-what-sale:hover{
    background-color:  #ffffff;
    border-color: #e11058; 
    color: #e11058;
  }
  /* For product-item*/
  .product_block {
    border-radius: 25px;
    background-color: #ffffff;
    margin-bottom: 5px;
    height: 300px;
    cursor: pointer;
}
.product_block:hover {
    background-color: #eff5ed;
}

.product_block img {
    border-radius: 25px 25px 0px 0px;
}
.title {
    font-weight: 900;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 5px;
    color: #5c7e97;
    display: inline-block;
}
.price {
    font-weight: 900;
    margin-left: 10px;
    margin-top: 8px;
    color: #efb810;
    display: inline-block;
}

.location {
    margin-left: 10px;
    margin-right: 5px;
    color: #48647a;
    font-weight: 300;
    font-size: 13px;
    display: inline-block;
}
/*For detail_product */

.small_image{
    width: 50px; 
    height: 50px; 
    object-fit: cover; 
    border-radius: 10px; 
    margin: 10px;
}
.small_image:hover{
    width: 50px; 
    height: 50px; 
    object-fit: cover; 
    border-radius: 10px; 
    border: double;
    border-color: #e11058;
    margin: 10px;
}

.title_detail_product {
    font-weight: 90;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 5px;
    color: #5c7e97;
    display: inline-block;
}
.desc {
    font-weight: 10;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 5px;
    color: #5c7e97;
    display: inline-block;
}
.price_detail_product {
    font-weight: 700;
    margin-left: 10px;
    font-size: 23px;
    margin-top: 10px;
    color: #efb810;
    display: inline-block;
}

.icon-social-network {
    font-size: 40px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    
}
.icon-social-network:hover{
    color: #e11058;
}

.create-market {
    color: #ffffff;
    background-color: #e11058;
    display: inline-flex;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.create-market:hover{
    background-color: #bb0d4a; 
}

/* for registration user */
.edit-profil:hover {
    background-color: #384e5f;
}
.icon-social-network {
    font-size: 28px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 10px;
    
}
.icon-social-network:hover{
    color: #e11058;
}
.edit-profil {
    color: #ffffff;
    background-color: #48647a;
    display: inline-flex;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.eltmenu-store:hover {
    text-decoration: none;
    background: #fff083;
  }
  
 .pres_block_2:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

}
.product_block:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

}

.shake{
   transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    animation-name: shakeMe;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes shakeMe {
    2%, 18% {
        transform: translate3d(-5px, 0, 0);
    }

    4%, 16% {
        transform: translate3d(5px, 0, 0);
    }

    6%, 10%, 14% {
        transform: translate3d(-5px, 0, 0);
    }

    8%, 12% {
        transform: translate3d(5px, 0, 0);
    }
    
    18.1% {
        transform: translate3d(0px, 0, 0);
    }
}
  
  @keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.vertical-center {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);


}
   
   /*end*/
  
 