/*--===============|| Edit Profile Page Start ||===================--*/

.profile_sec *{
     font-family: 'Open Sans', sans-serif;
}
.img_fluid{
    max-width: 100%;
    height: auto;
}
.custom_conatiner {
	display:flex;
}
    max-width: 1170px;
    margin: 0px auto;
    padding: 0px 15px;
}
.container {
    width: 100% !important;
    max-width: 100% !important;
}
.profile_grid {
    display: grid;
    grid-template-columns: 300px auto;
    grid-column-gap: 30px;
}
.profile_box {
    background-color: var(--white);
    border-radius: 5px;
}
.profile_box:first-child{
     padding: 1.25rem;
}
.profile_form .profile_heading {
    padding: 15px;
    background-color: var(--light_grey1);
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 20px;
    flex-flow: wrap;
}
.wine-edit-profile .container {
    max-width: 100% !important;
    width: 100% !important;
}
.wine-edit-profile .container .profile_sec{
    padding-left:15px;
      padding-right:15px;
}
.wine-edit-profile .profile_group input, .wine-edit-profile .profile_filed textarea, .wine-edit-profile .profile_filed select {
    margin-bottom: 0px !important;
}
.view_proile_sec .nav-btn.prev-slide img,.view_proile_sec .nav-btn.next-slide img {
    max-width: 12px !important;
    transition: all 0.3s;
}
.view_proile_sec .nav-btn.prev-slide,.view_proile_sec .nav-btn.next-slide{
   display: flex;
    justify-content: center;
    align-items: center; 
}
.view_proile_sec .owl-prev:hover img,.view_proile_sec .owl-next:hover img{
        filter: brightness(0) invert(1);
}
body input::placeholder,body .custom_form input::placeholder{
  color:#62626280 !important;
}
.profile_sec{
   background-color:var(--light_grey); 
}
.user_avatar{
    text-align: center;
}
.user_profile .user_avatar img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
}
.profile_sec {
    padding: 50px 0px;
}
.user_heading h5 ,.user_heading h6{
    margin: 0px 0px 8px 0px;
    font-weight: 500;
    color:var(--black);
}
.user_heading,.user_btn{
    text-align: center;
}
.user_heading h5 {
    font-size: 1.25rem;
    font-weight: 600;
}
.user_data {
    padding-top: 15px;
}
.user_heading h6{
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--grey_gamil);
}
.user_btn label,.remove_btn a {
    text-decoration: none;
    padding: 4px 12px;
    border-radius: 4px;
    color: var(--white) !important;
    margin: 0px auto;
    background-color: var(--black);
    font-size: var(--fs-14) !important;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}
.user_btn {
    position: relative;
    max-width: fit-content;
    margin: 20px auto 0px;
    cursor: pointer;
}
input.intuser_img {
    position: absolute;
    top: 0px;
    max-width: 100%;
    left: 0px;
    cursor: pointer;
    height: 100%;
    visibility: hidden;
}
ul.profile_list_menu li a img {
    max-width: 27px;
    filter: invert(51%) sepia(23%) saturate(13%) hue-rotate(48deg) brightness(96%) contrast(91%);
}
ul.profile_list_menu {
    padding: 20px 0px 0px;
    border-top: 1px solid var(--bb_grey);
    margin: 30px 0px 0px;
}
ul.profile_list_menu li {list-style: none;}
ul.profile_list_menu li a {
    text-decoration: none;
    color: var(--grey82);
    display: flex;
    align-items: center;
    grid-gap: 12px;
    padding: 12px 8px;
    border-bottom: 1px solid var(--bbgrey);
    text-transform: capitalize;
    font-weight: 500;
    font-size: var(--fs-16);
    transition: all 0.3s;
}
ul.profile_list_menu li a.active,ul.profile_list_menu li a:hover {
    color: var(--black); 
}
ul.profile_list_menu li a.active img{
    filter: brightness(0);
}
ul.profile_list_menu li a span:last-child {
    transform: rotate(180deg);
    margin-left: auto;
}
.profile_heading h4 {
    margin: 0px;
    font-size: var(--fs-18);
    font-weight: 600;
    text-transform: uppercase;
}
.profile_filed {
    width: 100%;
}
.profile_filed.w_50{
     width: calc(100%/2 - 10px);
}
.profile_group label{
    font-size: var(--fs-16);
    color: var(--grey);
    font-weight: 600;
    margin-bottom: 8px !important;
    display: block;
}
.profile_group input, .profile_filed textarea, .profile_filed select {
    font-size: 12px !important;
    border: 1px solid var(--ddd) !important;
    background-color: rgba(255, 255, 255, 1) !important;
    outline: none !important;
    cursor: text;
    box-shadow: none !important;
    border-radius: 2px !important;
    padding: 8px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}
.profile_filed textarea{
    height: 120px;
    resize: none;
}
.profile_filed select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    background-size: 14px !important;
    padding-right: 30px;
    background-color: transparent !important;
}
.profile_filed.w_50 select:focus {
    background-color: transparent !important;
}
.profile_group input::placeholder,.profile_group textarea::placeholder {
    color: var(--placeholder_color);
}
.profile_box  button.js-open-modal.btn {
    width: auto;
    line-height: inherit;
    height: auto;
    background-color: var(--black) !important;
    text-decoration: none;
    padding: 4px 12px;
    color: var(--white) !important;
    margin: 0px auto;
    font-size: var(--fs-14) !important;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}
.profile_box .upload_img_preview .imageuploadify-container button.btn.btn-danger {
    padding: 4px;
    height: 30px;
}
.profile_box .upload_img_preview .fa-remove:before,.profile_box .upload_img_preview .fa-close:before, .fa-times:before {
    position: relative;
    top: -10px;
    font-size: 20px;
}
.profile_group {
    display: flex;
    flex-flow: wrap;
    grid-gap: 20px;
    justify-content: left;
}
.profile_group,.profile_submit{
     padding:0px 1.25rem;
}
.profile_form {
    padding-bottom: 30px;
}
.profile_heading span {
    transform: rotate(0deg);
    transition: all 0.3s;
}
.profile_group .user_btn {
    margin: 0px 0px 0px;
}
.logo_img {
    margin-top: 15px !important;
    min-height: 60px;
    max-width: 60px;
    display: none;
    max-height: 60px;
}
.logo_img img {
     min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}
.logo_img.show_btn {
    display: block;
}
.logo_img.show_btn ~ .user_btn {
    display: none;
}
.remove_btn a{
    background-color: var(--red) !important;
    display: none;
}
.logo_img.show_btn ~ .user_btn.remove_btn a,.logo_img.show_btn ~ .user_btn.remove_btn{
    display: block;
}
.profile_group input[type="checkbox"], .profile_group input[type="radio"] {
    height: auto;
}
/*.profile_filed.checkbox_filed {
    display: flex;
    grid-gap: 10px;
}*/
/*.profile_filed.checkbox_filed > * {
    display: inline-block;
    width: auto;
    align-self: baseline;
}*/
.profile_group .user_btn label {
    margin-bottom: 0px !important;
}
.profile_group .user_btn input{
padding: 0px;
height: 27px;
}
.checkbox_filed_sec{
     padding: 0px 12px;
}
.checkbox_filed_sec,.checkbox_filed_group {
    display: flex;
    flex-flow: wrap;
    grid-gap: 40px;
}
.checkbox_filed input[type="radio"] + label, .checkbox_filed input[type="radio"], .checkbox_filed input[type="checkbox"], .checkbox_filed input[type="checkbox"] + label {
    display: inline-block;
    width: auto !important;
    height: auto !important;
}
.checkbox_filed label {
    font-size: var(--fs-14);
}
.profilesec_heading{
   width: 100%;
}
.profilesec_heading h4 {
    margin: 0px 0px !important;
    font-size:17px;
    font-weight: 500;
}
.profile_submit button {
    cursor: pointer;
    background: var(--red);
    color: var(--white);
    font-size: var(--fs-16);
    max-width: fit-content;
    margin-left: auto;
    font-weight: 600;
    height: 45px;
    border: unset;
    outline: unset;
    display: block;
    padding: 12px 20px;
    width: 100%;
    border-radius: 5px;
}
.profile_submit{
    padding-bottom: 20px;
}
.d_none,.profile_form{
    display: none;
}
.profile_form.active{
    display: block;
    opacity: 1;
    animation: fade 2s;
}
.step_two{
	display:none;
}
.back_button{
	display:none;
}
.back_button{
    justify-content: space-between;
    padding: 8px 20px;
    align-items: center;
}
.show_onefield{
	display:block;
}
/****Conditions page popup css ******/
	.popup_box {
    animation: mymove 0.6s ease-in-out;
    padding: 25px 50px 25px 50px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 0.3rem;
    border: 1px solid #e2e2e2;
}
.popup_box .box_model {
    margin: 0px;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
}
.popup_box .cross_icon {
    background-color: #ae2734;
    padding: 7px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20.5px;
    height: 26px;
    cursor: pointer;
    border-radius: 6px;
}
.cross_icon .corss {
    max-width: 15px;
}
.static_content .register-text {
    color: #ae2734;
}
.box_body .static_content {
    line-height: 1.5 !important;
    margin: 0px 0px 15px !important;
}
.popupshow .box_overlay {
    z-index: 999999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #0000009c !important;
}
.check_button .accept_btn {
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #F5F5F5;
    text-transform: uppercase;
    box-shadow: 1px 2px 3px #F5F5F5;
    color: white;
    transition: all 120ms ease-in;
    outline: none;
    cursor: pointer;
    display: flex;
    gap: 5px;
    background-color: #ae2734;
    width: fit-content;
}
.check_button .accept_btn:hover {
    background-color: #111112;
    transition: 0.5s;
}
.check_box input[type=checkbox] {
    zoom: 1.5;
    margin: 0;
    margin-bottom: 8px;
}
.box_point .points {
    padding: 0px;
    list-style: none;
    line-height: 1.5;
    margin: 0px 0px 15px !important;
}
.asimismo_phragraph .declaro_phara {
    line-height: 1.5;
}
.box_model h2 {
    font-size: 22px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.popupshow .box_body {
    text-align: justify !important;
}
.check_box .info_check {
    display: flex;
    gap: 10px;
}
@media (max-width: 991px){
.popupshow .popup_box {
    margin: 30px auto;
    width: calc(100% - 100px);
    overflow-y: auto;
    max-height: calc(100% - 100px);
}
}
/****Conditions page popup css end****/
/* .btn_back{display:none;}
.show_category_name{display:none;} */
@keyframes fade {
  0% { opacity: 0 }
  50% { opacity: 1 }
}
}
/*--===============|| Edit Profile Page Start ||===================--*/
/*--===============|| Reponsive Start ||===================--*/
@media(max-width: 991px){
    .profile_grid {
    grid-template-columns: 280px auto;
}
}
@media(max-width: 850px){
    .profile_grid {
    grid-template-columns: auto;
}
.profile_box:first-child {
    padding-bottom: 40px;
}
.view_photo_sec .owl-stage  {
    align-items: center;
    display: flex;
}  
}
@media(max-width: 767px){
   body .container{
    width: calc(100% - 0px)!important;
}
}
@media(max-width: 575px){
        :root{
        --fs-16: 15px;
        --fs-14: 12px;
        --fs-18: 16px;
    }
    .profilesec_heading h4 {
    font-size: 15px;
}
    .checkbox_filed_sec, .checkbox_filed_group {
    grid-gap: 15px;
    align-items: center;
}
.profile_filed.w_50 {
    width: calc(100%/1 - 0px);
}
.view_photo_sec img.item {
    max-width: 450px !important;
    max-height: 350px !important;
}
body .container{
    padding: 0px !important;
}
.custom_conatiner {
    padding: 0px 0px;
}
}
/*--===============|| Reponsive End ||===================--*/
/*--===============|| Edit Profile Page End ||===================--*/
.catalogo_data{
     background-color:#395D67;
}
 .catalogo_box {
     margin: 15px auto;
}
 .catalogo_box div {
     background: #fff;
     padding: 10px;
}
 .catalogo_box .catalogo_tab_conatnt{
     display: none;
}
 .catalogo_box h3 {
     background: #000;
     padding: 6px 20px;
     cursor: pointer;
     font-size: 18px;
     margin: 0px !important;
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-radius: 8px;
}
 .catalogo_box > img {
     max-width: 12px;
     transition: all 0.3s;
}
 .catalogo_data {
     padding: 40px 5%;
}
 .catalogo_data .view_profile_table > div {
     padding: 0px 0px;
}
 .catalogo_box h3.active img{
     transform: rotate(90deg);
}
 .catalogo_img img {
     max-width: 80%;
     height: 180px;
     width: 100%;
     object-fit: unset;
}
 .catalogo_img {
     text-align: center;
}
 .catalogo_table p {
     grid-gap: 15px;
     display: grid;
     grid-template-columns: 30% auto;
     justify-content: space-between;
     border-bottom: 1px solid rgb(0 0 0 / 50%);
     padding-bottom: 15px;
     margin: 0px 0px 15px;
}
 .catalogo_table p:last-child {
     margin-bottom:0px;
     border:unset;
     padding: 0px;
}
 .catalogo_table p span:first-child {
     font-weight: 600;
     font-size: 16px;
}

.condition_add{
	padding: 0px 1.25rem;
}
.show_onefield{
	display:none;
}
 @media(max-width: 575px){
     .catalogo_box h3{
         font-size: 16px;
    }
     .catalogo_box div{
         font-size: 14px;
    }
     .catalogo_box h3 > img {
         max-width: 10px;
    }
}
 @media(max-width: 480px){
     .catalogo_img img {
         max-width: 100%;
         height: 140px;
    }
     .catalogo_table p {
         grid-template-columns: auto;
    }
     .catalogo_table p {
         margin: 0px 0px 18px;
    }
}
.user-profile-multi-img .upload_img_preview {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.user-profile-multi-img .upload_img_preview button {
    width: 25px !important;
    min-height: 25px !important;
    position: absolute !important;
    top: 10px !important;
    padding: 0px;
    border-radius: 50% !important;
    right: 0px !important;
    position: absolute !important;
    left: unset !important;
}
.user-profile-multi-img .upload_img_preview button.btn.btn-danger:before {
    top: -1px !important;
    font-size: 16px;
}
@media(max-width: 767px){
.user-profile-multi-img .upload_img_preview {
    grid-template-columns: repeat(3,1fr);
}
.popupshow .popup_box {
 padding: 15px 25px 25px 15px !important;
}
}
@media(max-width: 575px){
.user-profile-multi-img .upload_img_preview {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.user-profile-multi-img .upload_img_preview button {
    width: 18px !important;
    min-height: 18px !important;
}
.user-profile-multi-img .upload_img_preview button.btn.btn-danger:before {
    font-size: 14px;
}
.popupshow .popup_box {
    width: calc(100% - 50px);
}
}