﻿.ms_Flex_Country{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;    padding: 45px;
}
.ms_Flex_Country > div{
        margin: 10px;
}
.ms_Flex_Country > div h3{
       font-size:16px;
}
.ms_Flex_Country > div img{
        width: 90px;
    margin: 0px auto 4px;
    display: block;
}
.balsaweb_FlagC{
     margin: 0px auto;
    display: block;
    padding:20px 15px 20px;
    width: 100%;
    max-width: 310px !important;
}
.balsaweb_TitleC ,.balsaweb_TitleC a {
      font-size: 45px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-shadow: rgb(129 129 129) 1px 1px 3px;
}
.ms_Flex_2Box {
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.ms_Flex_2Box > div{
        width: 40%;
    margin: 8% 5%;position:relative;
    cursor: pointer;    border-radius: 29px;
}
.ms_Flex_2Box > div img{
        border-radius: 29px;
}
.ms_Flex_2Box > div p{
    position: absolute;
    bottom: 11px;
    left: 0px;
    width: 100%;
    height: 85px;
    text-align: center;
    background: rgb(0 0 0 / 40%);
    border-radius: 0px 0px 29px 29px;
    color: #fff;
    font-size: 66px;
    line-height: 83px;
    font-weight: 600;
    font-family: cursive;
}
#Title{
    padding-top: 30px;
}
.ms_Flex_3_Box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.ms_Flex_3_Box > div{
         width: 31.3%;
    margin: 2% 1%;
    font-size: 14px;
    color: #000;
}
.ms_Flex_3_Box > div p{
      display: block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 14px;
   
}

.ms_Flex_3_Box > div p a{
    color: #1481d8;
    text-decoration: underline;
}
#Food,#Farms{
    display:none;margin-top: 45px;
}
 /**********************************************************************************
*********************************Rate[start]***************************************
***********************************************************************************/
 

        div.rating-cancel, div.star-rating {
            float: left;
            width: 17px;
            height: 15px;
            text-indent: -999em;
            cursor: pointer;
            display: block;
            background: transparent;
            overflow: hidden;
            margin-top: 3px;
        }
        div.rating-cancel{
            width:0px;
        }
             div.rating-cancel a {
                background: url(/App_Themes/images/delete.gif) no-repeat 0 -16px;
            }

            div.star-rating, div.star-rating a {
                background: url(/App_Themes/images/star.gif) no-repeat 0 0px;
            }

                div.rating-cancel a, div.star-rating a {
                    display: block;
                    width: 16px;
                    height: 100%;
                    background-position: 0 0px;
                    border: 0;
                }

        div.star-rating-on a {
            background-position: 0 -16px !important;
        }

        div.star-rating-hover a {
            background-position: 0 -32px;
        }
        /* Read Only CSS */
        div.star-rating-readonly a {
            cursor: default !important;
        }
        /* Partial Star CSS */
        div.star-rating {
            background: transparent !important;
            overflow: hidden !important;
        }


        .ui-rater > span {
            vertical-align: top;
        }

        .ui-rater-rating {
              height: 22px;
    width: 35px;
    display: block;
    font-size: 12px;
    color: #000;
    text-align: center;
        }

        .ms_raterStar {
            float: left;
            width: 36px;
         
        }

        .ms_Sstars {
            float: left;
          
        }

.star-active {
    color: #ff9800;
}
/**********************************************************************************
*********************************Rate[end]*****************************************/
.success {
    position: relative;
    border: 1px solid #d8d8d8;
    padding: 11px 20px;
    background-color: #8bc34a;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    max-width: 1175px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.balsa_loginlk{
    font-size: 30px;
    color: var(--white-color);
    margin-right: 15px
}
.custom-form--box {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    padding: 1.25rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: 1px 1px 5px 0 rgb(71 71 71 / 20%);
    -moz-box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
    -ms-box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
    -o-box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
    box-shadow: 1px 1px 5px 0 rgb(71 71 71 / 20%);
}.custom-form--box .custom-form__title {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    text-transform: capitalize;
}
/***************Start Profile********************/

  .account-pills {
    -webkit-box-shadow: 1px 1px 5px 0 rgb(71 71 71 / 20%);
    -moz-box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
    -ms-box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
    -o-box-shadow: 1px 1px 5px 0 rgba(71, 71, 71, 0.2);
    box-shadow: 1px 1px 5px 0 rgb(71 71 71 / 20%);
    color: #474747;
    padding: 1rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}.account-pills .nav-link {
    padding: 0.375rem 1rem;
    line-height: 28px;
    display: inline-block;
    margin: 0.25rem 0;
    border: 1px solid transparent;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    border-radius: 0.5rem;    color: #353535;
}.account-pills .nav-link span {
    font-size: 1.25rem;
    padding-right: 0.25rem;
    vertical-align: middle;
}
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #bdd239;
}

 .profile-info {
    background-color: #ffffff;
    border: 1px solid rgba(207, 207, 207, 0.45);
}.profile-info__row {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid rgba(207, 207, 207, 0.45);
}.profile-info__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-left: 1px solid rgba(207, 207, 207, 0.45);
    padding: 1rem;
}.profile-info__col:first-child {
    border-left: none;
}.profile-info__col .content {
    font-size: 1rem;text-align: left;
    color: #808080;
}.profile-info__col .content span {
    display: block;
}
    .profile-info__col .content span:first-child {
        display: block;
        font-size: 0.875rem;
        color: #a4a3a3;
    }
 .profile-noborder{
     border:none;
 }
 .width100{
     width:100%;
 }
 .custom-form__title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem; text-align: left;
}.custom-form__input {
    margin-bottom: 0;    text-align: left;
    padding-bottom: 1.25rem;
}.custom-form__input label {
    color: #808080;
}.custom-form .input-box {
    position: relative;
}.custom-form__input .form-control {
    border: 1px solid transparent;
    padding: 0.375rem 1rem;
    background: #f6f7fb;
}.custom-form__input .form-control:not(textarea) {
    height: calc(2.25rem + 6px);
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    border-radius: 1.5rem;
}.custom-form .input-box__icon {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    width: 20px;
    background: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-form__btn .change-pass-btn{
    background-color: #474747;
    border-color: #474747;
    color: #ffffff;padding: 0.5rem 1.25rem;border-radius: 1.25rem;
    width: 100%;
}
.custom-form__btn .change-pass-btn:hover{
    color: #fff;
    background-color: #bdd239;
    border: 1px solid #eee;
}
.profile-address__card {
    background-color: #ffffff;
    border: 1px solid rgba(207, 207, 207, 0.45);
    position: relative;
    margin-bottom: 1.875rem;    text-align: left;
}.profile-address__card--desc {
    padding: 1.25rem;
    min-height: 120px;    padding-bottom: 0px;
}.profile-address__card--footer {
    padding: 1.25rem;    padding-top: 0px;
}.profile-address__card--footer .btn-blue, .card-item--blue .card-item__body--btn .btn-shop {
    background-color: #79aee0;
    border-color: #79aee0;
    color: #ffffff;
}.profile-address__card--footer .btn-red {
    background-color: #f85555;
    border-color: #f85555;
    color: #ffffff;
}
/**************Rnd profile*************/

.product_meta   .btn{
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #474747;
}
.icon-heart-fill{
   color:red;
}

#Hmainlogomobile{
    display:none;
}
.no-pn{
    padding:0px;
}
.balsa_scroll{
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    height: 250px;
}.balsa-fromscroll{
    height: 250px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    border: 1px solid #aab7cf;
    border-radius: 11px;
}
 .more_likn{
     background-color: #F77821;
    padding: 3px 13px;
    border-radius: 11px;
    font-size: 13px;
    font-family: Arial;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 10%), 0 1px 3px 0px rgb(0 0 0 / 19%);
    width: 150px;
    margin: 0px auto;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;  margin-top: 10px;
 }
  .balsaWeb_flex_reg{
            display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row; 
        }
        .balsaWeb_flex_reg > div {
        position: relative;
    border: 1px solid #ccc;
    border-radius: 11px;
    max-width: 40%;
    margin: 0px auto;
    padding:130px 87px 25px 40px;
    width: 100%;  margin-bottom: 25px;
        }
 .balsaweb_icon_lg{
       margin: 0px auto;
    position: absolute;
    top: 0%;
    right: 5%;
    height: 165px;
 }
  .balsaweb_icon_lg img{
         /*height: 100%;*/
    margin: 0px auto;
    display: block;
 } .baner-top{
    width: 100%;
    position: absolute;
 }
@media(max-width:990px) {
     .header-wrapper .py-3 {
   
    padding-bottom: 0.5rem!important;
}
     .balsa_mobile_lg{
     padding-top: 0.5em;
   
 }
 .balsa_mobile_ml{
     float: right;
    margin-left: 0px !important;
 }
 .header-search {
    min-width: 235px;
    top: 0px !important;
    left: 0px !important;
}
     .balsaWeb_flex_reg > div {
        max-width: 48%;
        padding: 130px 28px 25px 28px;
    }.balsaweb_icon_lg img {
  
    width: 82%;
}
     .balsaweb_icon_lg {

    right: 5%;
    height: 120px;
    left: 5%;
}
}
@media(min-width:0px ) and (max-width:760px) {

    #Himgmainlogo {
        display: none;
    }
    #Hmainlogomobile {
        display: block;
    }
    .balsaweb_TitleC {
    font-size: 18px;

}
    .balsaweb_TitleC, .balsaweb_TitleC a {
    font-size: 26px;

}
    .balsaweb_FlagC {

    max-width: 100px !important;
}.ms_Flex_3_Box > div {
    width: 99.3%;
    margin: 4% 1%;
  
}
  .balsaWeb_flex_reg {
  
    flex-direction: column;
}
 .balsaWeb_flex_reg > div{
     max-width:90%;
 }
 .balsaweb_icon_lg {

    top: 0%;
    right: 0%;
    height: 125px;
    left: 0%;
}

}
@media(max-width:576px) {
    .balsa_mobile_lg {
   
    background: #000;
}
    .balsaWeb_flex_reg > div {
 
    max-width: 90%;
    padding: 102px 40px 25px 40px;
    width: 100%;
   
}
    .balsaweb_icon_lg {
      
        height: 100px;
       
    }
}