.top-bar p {
    color: #FFF;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0px !important;
}

.common-padding {
    padding: 0px 50px;
}

header {
    background-color: #FFF;
    /*padding-top: 15px;
    padding-bottom: 15px;*/
}

.header-flex {
    display: flex;
    padding-top: 10px;
    align-items: center;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding-bottom: 10px;
}

.top_header {
    display: flex;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding-bottom: 10px;
    padding-top:10px;

}

.top_header_div {
    display: flex;
    align-items:center;
}

.top_header_div p {
    color: #253D4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-left: 8px;
    /* 157.143% */
}

.green_p p {
    color: #fd007d !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.top_header_div span {
    color: #fd007d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.top_header_div span a{color: #fd007d;}
.top_header_div select {
    color: #253D4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-left: 8px;
    border: 0;

}
.lang-bar li a{color:#fd007d;}

.categ_select {
    border-radius: 5px;
    background: #fd007d;
    display: flex;
    padding: 5px 15px 7px;
    align-items: center;
}

.categ_select select {
    color: var(--Neutral-5, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0;
    background-color: transparent;
}

.categ_select img {
    width: 20px;
     vertical-align:middle;
}
#searchForm,#searchForm2{display:flex;width:100%;}
.header_search {
    border-radius: 10px;
    background: #F3F3F3;
    padding: 5px 3px 4px 10px;
    width: 35%;
    height: fit-content;
    display: flex;
    margin-left: 20px;
}

.header_search input {
    border: 0;
    background-color: transparent;
    color: var(--Grey, #ADADAD);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

:focus-visible {
    outline: 0px;
}

.search_icon img {
    width: 20px;
}

.search_icon {
    width: 30px;
    height: 30px;
    background-color: #fd007d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0px 20px;
    cursor:pointer;
    border:none;
}

.cart_img {
    position: relative;
}

.cart_count,.wish_count {
    position: absolute;
    top: -7px;
    right: -5px;
    color: white;
    background-color: #fd007d;
    width: 17px;
    height: 17px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;

}

.cart_count p {
    color: white;
    font-size: 12px;
}

.cart_price h6 {
    color: #253D4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.cart_price p {
    color: #fd007d;
    margin-bottom: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cart_item {
    display: flex;
    align-items: center;
}

.header_links {
    display: flex;
}
.header_links p a:hover{
    color: #fd007d;
}
.header_links p a {
    color: #253D4E;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 15px;
    display:block;

}

.header_links p .active {
    color: #fd007d !important;
}

.call_content h6 {
    color: #fd007d;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}
.call_content h6 a{color: #fd007d;}
.call_content p {
    color: var(--Grey, #ADADAD);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;

}
.header-call{
    display: flex;
    align-items: center;
}
.bottom_header{
    display: flex;
    align-items: center;
    padding-bottom:5px;
}
.top_header_div img{max-width:15px}
.categ_select select {
    color: #fff;
}
.categ_select select option {
    background-color: #fff;
    color: #000;
}
.categ_select select option:checked {
    background-color: #007bff;
    color: #fff;
}
.lang-bar li{list-style:none;}
.select_categories button{background-color: transparent;border: none;color:#fff;}
.select_categories .dropdown-item.active, .select_categories .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fd007d;
}
.select_categories .dropdown-item{font-size:14px;}
@media (max-width: 1199.98px) {
.top_header_div p
{
   font-size:13px;
}
.green_p p{font-size:13px}
}