.right-menu
{
    padding:10px 0px;
}
ul.menu-topbar-right
{
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu-topbar-right li a
{
    height: 40px;
    font-size: 12px;
    color: #777;
    font-weight: 400;
    transition: all .25s ease,height .2s ease;
    text-transform: uppercase;
    padding: 0px 10px;
}
ul.menu-topbar-right li:first-child:before
{
    content: "";
    border-right: 1px solid #81818161;
}
ul.menu-topbar-right li:after
{
    content: "";
    border-right: 1px solid #81818161;
}
.social-links a
{
    color: #777;
    margin:0px 5px;
    font-size: 12px;
}
.social-links a:last-child
{
    margin-right: 10px;
}
/* Menu Area */
section#menu-area
{
    background: #232369;
    padding: 2rem 0;
}
.navbar-tool-text>span {
	padding:0 15px;
	font-family: "Poppins", sans-serif;
	font-size:18px;
	color:#FFF;
    font-weight: 600;
}
.welcome
{
    font-weight: 400 !important;
}
.welcome>span
{
    font-size:14px !important;
}
div.form-area .appended-form-control
{
    border:2px solid rgba(255,255,255,.5) !important;
    color: #FFF;
}
div.form-area .input-group-append-overlay .input-group-text i
{
    color:rgba(255,255,255,.5) ;
    font-size:21px;
}

.son-eleman {
	border:2px solid #FFF;
     border-radius: 25px; 
     padding:7px 20px; 
     margin-left:10px; 
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0850883);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.0850883);
}
.son-eleman:hover
{
	background: #000;
	color:white
}
.appended-form-control
{
    background: transparent;
    color: #FFF;
}
.navbar-light .navbar-tool-text>small {
    color: #FFF
}
.dropdown .navbar-tool-text::after {
    font-family: "cartzilla-icons";
	display: inline-block;
    font-size: 12px;
	content: "\e906";
    color: #FFF;
	margin-left: -12px;
}
.navbar-tool .navbar-tool-label {
	position: absolute;
	top: -.3125rem;
	right: -.3125rem;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	font-size: .75rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.35rem
}
.navbar-ocean
{
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(232, 232, 232, 1); 
    border-bottom-width: 1px; 
    border-bottom-style: solid;
}
.cart-mobile #countCardMobile
{
    position: absolute;
    top: -0.4rem;
    right: 2.2rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #e23a00;
    color: #fff;
    font-size: .65rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}
.cart-mobile #countCardAccount
{
    position: absolute;
    top: -0.4rem;
    left: 0.2rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #e23a00;
    color: #fff;
    line-height: 1.15rem;
    padding-left: .16rem;
}
.cart-mobile #countCardAccount i
{
    font-size: .65rem !important;
    font-weight: 700;
    text-align: center !important;
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: #232369;
}
.navbar-light .nav-item.active .nav-link:not(.disabled)>i,
.navbar-light .nav-item.show .nav-link:not(.disabled)>i,
.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i {
    color: #232369
}
.navbar-expand-lg .navbar-nav .nav-link
{
    color: #000;
    text-transform: uppercase;
    font-size:14px
}
.navbar-expand-lg .navbar-nav .nav-link:hover
{
    opacity: 0.7;
}
.navbar-light .navbar-tool-icon-box
{
    color: #FFF;
}
.navbar-light .navbar-tool-icon-box:hover
{
    opacity: 1;
}
.cart-dropdown
{
    text-align: center;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%) !important;
    border-radius: 4px !important;
    border: 1px solid #a9c1d5 !important;
}
.search-results-ajax {
	display:none;
	position: absolute;
	top: 68px;
	z-index: 99999;
	width: 700px;
	max-width: 100%;
}

section#menu-area .row
{
	align-items: center;
}
section#menu-area .cart-mobile 
{
	display:flex;
    align-items: center;
    justify-content: space-around;
}
section#menu-area .cart-mobile .cart a
{
    border: 0;
    width: 40px;
    height: 40px;
}
section#menu-area .cart-mobile .account a
{
    border: 0;
    width: 40px;
    height: 40px;
}
section#menu-area .cart-mobile .menu-toggle a
{
    border: 0;
    width: 40px;
    height: 40px;
}

section#menu-area .cart-mobile div
{
    padding-right:1rem;
}
section#menu-area .cart-mobile .cart i {
    font-size: 1.5rem;
    color: #c9c7c7;
}
section#menu-area .cart-mobile .account i {
    font-size: 1.5rem;
    color: #c9c7c7;
}
section#menu-area .cart-mobile .menu-toggle i {
    font-size: 1.5rem;
    color: #c9c7c7;
}
@media (max-width: 767.98px)
{
	section#menu-area
	{
	padding:2rem 0;
	}
    section#main-menu
    {
        display: none;
    }

}
