:root{
    --border-light-color:#ededed;
    --morelight-blue-color:#1e9fbd;
    --lowlight-blue-color:#deebf0;
    --light-main-color:#ed7dab;
}

a {
    cursor:pointer;
}
.picedit{
border: 5px solid #555;
border-radius: 50px;
display: block;
margin-left: auto !important;
margin-right: auto !important;
width: 50% !important;
}
.btnedit{
background-color: #d60644;
    border: 1px solid #c10a28;
    color: white;
    padding: 10px 24px;
    cursor: pointer;
    width: 50%;
    border-radius: 50px;
}
.btnedit:hover{
  background-color:#d60644c2;
  color: white;
}
.btn-full-width{
    width:100%;
    border-radius:10px;
    padding:10px 12px;
    border:1px solid ;
    display:flex;
    align-items:center;
    justify-content:center;
}
.main-btn-style{
    border-color:var(--config_color_1);
    background-color:var(--config_color_1);
    color:white;
}
.main-btn-style:hover{
    border-color:var(--config_color_1);
    background-color:var(--config_color_1);
    color:white;
}
.second-btn-style{
    border-color var(--config_color_1);
    background-color:white;
    color:var(--config_color_1);
    transition:background 0.2s,color 0.2s;
}
.second-btn-style:hover{
    background-color:var(--config_color_1);
    color: white;
}
.inherit-color{
    color:inherit !important;
}
button a{
    color:inherit !important;
}
.my-2{
    margin:10px 0 ;
}
.main-btn-style a{
    display:flex;
    align-items:center;
}
.main-btn-style a:hover{
    color:white;
}
.third-btn-style{
    color:var(--morelight-blue-color);
    background:var(--lowlight-blue-color);
}
.third-btn-style:hover{
    color:var(--morelight-blue-color);
    background:var(--lowlight-blue-color);
}
.product-btn-group{
    border:1px solid var(--border-light-color);
    padding:20px;
    border-radius:10px;
}
.light-main-btn-style{
    background:var(--light-main-color);
    color:white;
    border-color:var(--light-main-color);
}
.light-main-btn-style:hover{
    background:var(--light-main-color);
    color:white;
    border-color:var(--light-main-color);
}
.main-text-color{
    color:var(--config_color_1);
}
.user-msreview{
    font-size:20px;
}
.font-size-20{
    font-size:20px;
}
.grey-input-color{
    color: #4d4d4d !important;
    background-color: #e9e9e9!important;
    outline: 0!important;
    box-shadow: none !important;
    height: 38px !important;
    overflow-y: scroll !important;
    font-size: 20px !important;
    border:0 !important;
    transition:background 0.2s;
}
.form-control:focus{
    border-color:transparent !important;
}
.rating-container{
    display:flex;
    align-items:center;
}
.button-secondary-style{
    color:#fff !important;
    background:#999;
    transition:background 0.2s;
}
.button-secondary-style:hover{
    background:#555;
    color:#fff!important;
}
textarea.grey-input-color:focus{
    background:white !important;
}
.rate-input{
    margin:0 5px !important;
}
.alert-danger{
    background:#f44336 !important;
}
.they-see-products{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    font-size: 25px;
    border: 2px dotted var(--config_color_1);
    border-radius:10px;
}
.they-see-link{
    padding-bottom: 15px;
    border-bottom: 3px solid var(--config_color_1);
}
.they-see-link a:hover{
    color:var(--config_color_1);
}
.text-danger {
    background-color: #a94442 !important;
    color: var(--config_color_1) !important;
}
.button-footer-mobile{
    position: fixed;
    width: 100%;
    bottom: 60px;
    right: 0;
    z-index: 3;
    display: flex;
    gap: 2rem;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 10px #bcbcbc;
}
.about-us-footer-container{
    padding: 10px 30px;
}
.about-us-footer-header{
    font-weight: 700;
    color: #000;
}
.btn-close-container{
    display:flex;
    align-items:center;
    justify-content:center;
}
.btn-to-close .fa-minus{
    display:none;
}
.btn-to-close{
    border: 0;
    background: transparent;
    color: var(--config_color_1);
    display:flex;
    align-items:center;
    z-index:4;
}
.btn-to-close:focus{
     background: transparent;
    color: var(--config_color_1);
}
.btn-to-close i{
    font-size:20px;
    margin-left:5px;
}
.about-us-footer-paragraph{
    overflow: hidden;
}
.add-overlay-footer{
    height:30px;
}
.add-overlay-footer::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
#menuOnFooter{
        background: var(--config_color_1);
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 45px;
    z-index: 100;
    align-items: center;
    font-size:12px;
}
.menu-footer-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
}
.menu-footer-button:active,.menu-footer-button:hover,.menu-footer-button:focus{
    color:#fff;
}
.menu-footer-icon{
    font-size:24px !important;
}
@media screen and (min-width:768px){
    .button-footer-mobile{
        display:none;
    }
    #menuOnFooter{
        display:none;
    }
    
}

@media screen and (max-width: 768px) {
    #megamenuMobile{
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 1000;
    transform:translateX(100%);
    transition:transform 0.5s;
    }
    #megamenuMobile.open-mobile-menu{
        transform:translateX(0);
    }
  .megamenu-wrapper {
    position: static;
    top: auto;
    left: auto;
    background-color: transparent;
    bottom: auto;
    width: auto;
    padding: 0;
    z-index: auto;
    overflow-x: visible;
    overflow-y: visible;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    max-height: none;
    border: none;
  }
  .megamenu{
    height: 100vh;
    background: #fff;
    width:280px;
    padding:0 !important;
  }
  .container-megamenu.horizontal ul.megamenu > li > a{
      padding:15px 10px !important;
      color:#474747 !important;
  }
  .container-megamenu.horizontal ul.megamenu > li > a strong{
      font-weight:normal;
  }
  .container-megamenu.horizontal ul.megamenu > li{
      margin:0 !important;
  }
  .menu-mobile-header{
    padding: 20px;
    background: #4d4d4d;
    color: #fff;
  }
}

.ps_active {
    background: var(--config_color_1);
    color: white !important;
}
.ps_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.ps_wrapper a:hover {
    color:var(--config_color_1);
}
.ps {
    width: 48%;
    padding: 5px;
    border: 2px solid var(--config_color_3);
    border-radius: 4px;
}
.product_color_box {
    border-width: 2px;
    padding: 5px 0px;
    font-weight: 600;
    border: solid;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 49%;
}
.product_color_instance {
    /*width: 10px;*/
    height: 10px;
    border-radius: 50%;
}

.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}

.gap-5 {
    gap: 5px;
}

.allopname {
    display:flex;
    justify-content: space-between;
}
.allopname .opname p{
    margin:0;
    white-space: nowrap;
    margin: 15px;
}    