/* // Extra small devices (portrait phones, less than 576px) */
/* .main_user-pro_wrap .cart {
    margin-right: 20px !important;
} */
.load-btn {
	transition: .3s;
}
.main-details-area .comments_wrap .comments_form form textarea{
    padding: 15px;
}
textarea:focus{
    outline: none;
}
input:focus{
    outline: none;
}
button:focus{
    outline: none;
}
.nice-select .list {
    max-height: 300px !important;
    overflow: hidden;
    overflow-y: scroll;
}
.order_input_field button {
	color: #fff;
	font-weight: 700;
	height: 50px !important;
	position: absolute !important;
	top: 0 !important;
}
.order_input_field input{
    margin-bottom: 10px !important;
    padding-right: 90px !important;
}
.total_cart_area {
	padding: 80px 15px !important;
}
#livesearch a {
	width: 100%;
	border-radius: 0;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	padding: 12px 25px;
}
#livesearch a:hover{
    background: var(--primery);
    color: var(--secendory);
}
@media (max-width: 575.98px) {  }

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width: 767.98px) { 
    .verify_mail_area {
        padding: 100px 0 !important;
    }

    .verify_text h3 {
        font-size: 23px !important;
        margin-bottom: 30px !important; 
    }
    .verify_text p {
        font-size: 13px !important;
    }
    .links_back {
        padding: 15px 18px !important;
    }
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 

    .verify_mail_area {
        padding: 150px 0 !important;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    /* .header-area .main-menu ul li a {
        margin: 0 7px;
    } */
    .header-area .main-menu ul li a {
        font-size: 12px;
    }
    .header-area .profile-area a.user_author_pro span.prise {
        font-size: 11px;
    }
    .header-area .profile-area a.user_author_pro span.name {
        font-size: 11px;
    }
    .header-area .profile-area a.user_author_pro i {
        margin-right: 5px;
    }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1499.98px) { 
    /* .header-area .main-menu ul li a {
        margin: 0 12px;
    } */
    .header-area .profile-area a.user_author_pro {
        padding: 21px 14px 21px 14px;
    }
 }

 .main_user-pro_wrap.d-flex.align-items-center.justify-content-end {
    white-space: nowrap;
}
/* span.badge_icon { */
    /* position: absolute;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    width: 15px;
    height: 15px; */
    /* display: inline-block; */
    /* font-weight: 900;
    text-align: center;
    right: -7px;
    border-radius: 50%;
    line-height: 15px;
    top: -11px; */
/* } */
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    font-size: 12px !important;
    background-color: transparent;
    border: 0;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
a.dropdown-item:hover {
    color: #000 !important;
}
.header-area .nice-select .list {
    max-height: 300px !important;
    overflow: hidden;
    overflow-y: auto;
}