/*===========================================================
 Custom Font CSS
============================================================*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');

/*===========================================================
 Common CSS
============================================================*/
body{
	font-family: 'Titillium Web', sans-serif;
	color: #333333;
    background: #f4f4f4;
}
h1, h2, h3, h4, h5, h6, p{
	margin-bottom: 0px;
}
a{
	display: inline-block;
	text-decoration: none !important;
	transition: .3s ease;
}
button{
	transition: .3s ease !important;
	background: transparent;
	border: none;
}
:focus {
    border-color: #ffb300 !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
::placeholder{
	color: #333333;
}
.dropdown img {
    width: 30px;
}
.mobile-show {
	display: none;
}
.top-menu-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.produse-categorii-area.mobile-none,section.produse-categorii-area.mobile-show,.banner-slider.mobile-show,.banner-slider.mobile-none,.banner-service-area {
	opacity:0;
}
.banner-slider.mobile-show {
	display:none;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0px;
    content: "";
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    border-radius: 5px;
}
.button-flex {
    display: flex;
    align-items: center;
}
.top-menu-search button img {
    width: 22px;
}
.top-menu-search {
    width: 50%;
}
.btn-yellow {
    background: #ffb300;
    color: #333333;
}
.btn-yellow:hover{
    background: #e5a100;
    color: #333333;
}
.btn-dark {
    background: #213252;
    color: #ffffff;
}
.btn-dark:hover{
	background: #273c63;
    color: #ffffff;
}
.top-menu-search button {
    padding: 10px 25px;
    border: 1px solid #d1d3d9;
    border-left: none;
}
section#top-menu, #top-menu-m {
    padding: 5px 0px;
    background: white;
}
.main-logo {
    margin-right: 20px;
}
.user-profile {
    margin-left: 20px;
    margin-right: 20px;
}
ul.dropdown-menu.show {
    border-radius: 0px;
    width: fit-content;
    padding: 0;
    min-width: 100%;
    box-shadow: 0px 0px 5px 0px #0000005e;
}
button#user-profile-menu {
    width: 100%;
}
.active-number {
    position: relative;
}
.active-number span {
    width: 20px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    font-size: 12px;
    position: absolute;
    right: -5px;
    top: -5px;
    background: red;
    color: #fff;
}
.mr-10 {
    margin-right: 10px;
}
.dropdown-item {
    padding: 10px 14px;
    color: #333333;
}
ul.navbar-nav .dropdown-item {
    padding: 10px 14px;
    color: #333333;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #213252;
}
.menu-right img {
    width: 25px;
    margin-right: 5px;
}
section#main-menu {
    background: #213252;
}
nav.navbar.navbar-expand-lg {
    padding: 0px 0px;
    background: #213252;
}
ul.navbar-nav button, ul.navbar-nav a {
    color: #fff;
}
.menu-right a {
    color: #fff;
}
ul.navbar-nav button {
    padding: 10px 0px !important;
    margin-right: 10px;
    font-weight: 700;
    letter-spacing: .5px;
}
ul.navbar-nav button:focus{
	border-color: transparent !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
a.nav-link {
    padding: 10px 0px;
    font-weight: 700;
    letter-spacing: .5px;
}
.navbar-collapse .navbar-nav li {
    margin-right: 0 !important;
}
ul.dropdown-menu li {
    margin-right: 0;
}
/*.menu-categoris {
    background: white;
    margin-right: 50px;
    border-radius: 6px;
    padding: 0px 10px;
}*/
.menu-categoris a img {
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.menu-categoris a {
    color: #213252;
    background: white;
    margin-right: 50px;
    border-radius: 6px;
    padding: 8px 10px;
    min-width: 217px;
}
.navbar .has-megamenu{
	position:static!important;
}
.navbar .megamenu {
    left: 50%;
    width: 100%;
    margin-top: 0;
    transform: translate(-50%, 0px);
    border-radius: 0;
    padding: 0px 0px;
}
#categorii-dropdown-menu {
    display: inline-block;
    width: 217px;
}
.dropdown-menu.megamenu.show {
    display: flex;
    justify-content: space-between;
    border: none;
    box-shadow: 0px 1px 4px 0px #00000029;
}
.tab-content {
    box-shadow: -5px 0px 4px -4px #00000029;
    padding: 6px 20px;
    width: calc(100% - 217px);
}
.nav-tabs button {
    border: none !important;
    width: 100%;
    text-align: left;
    border-radius: 0 !important;
    transition: 0s ease !important;
}
.nav-tabs .nav-link.active{
    box-shadow: 0px 1px 4px 0px #00000029 !important;
    position: relative;
    color: #213252;
}
.nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    right: -3px;
    height: 100%;
    width: 15px;
    background: white;
    top: 0;
}

.submenu-categorie-wraper {
    display: flex;
    justify-content: space-between;

}
.submenu-categorie-wraper > div {
    width: 21%;
}
.submenu-categorie-items a {
    border-radius: inherit;
    margin: 0;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    min-width: auto;
}
/*.submenu-categorie-items a:hover{
	color: #ffb300 !important;
}*/
.font-h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.color-yellow{
	color: #ffb300 !important;
}
.submenu-categorie-items h5 {
    color: #ffb300;
    margin-top: 5px;
    margin-bottom: 5px;
}
.submenu-categorie-items {
    margin-bottom: 20px;
}
.nav-tabs button img {
    width: 20px;
    margin-right: 10px;
}
.nav-tabs .nav-link {
    color: #213252;
    padding: 5px 15px;
}
.submenu-categorie-items:last-child {
    margin-bottom: 0px !important;
}
nav.navbar.navbar-expand-lg .container {
    padding: 0;
}
a.nav-link.dropdown-toggle.show {
    position: relative;
    transition: .3s ease;
}
.dropdown-toggle::after{
	transition: .3s ease;
}
/*a.nav-link.dropdown-toggle.show:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 22px;
    background: white;
    left: 0;
    bottom: -17px;
}*/
.dropdown-toggle.show::after {
    transform: rotate(-180deg);
    transition: .3s ease;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.submenu-categorie-items a span {
    color: #ffb300;
    font-weight: 700;
}
.nav-link:focus, .nav-link:hover {
    color: #333333;
}
.triger-icon {
    background: #213252;
    padding: 7px;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.triger-icon img {
    width: 20px;
}
.mobile-top-menu-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-top-menu-right {
    display: flex;
}
.mobile-top-menu-right .user-profile{
	position: relative;
}
.mobile-top-menu-right .user-profile:before {
    position: absolute;
    content: '';
    height: 70%;
    width: 1px;
    background: #333333;
    top: 50%;
    right: 0;
    transform: translate(0px, -50%);
}
.mobile-top-menu-right .user-profile {
    margin-left: 0px;
    margin-right: 0px;
}
.top-menu-search.mobile-top-menu-search {
    width: 100%;
    margin-top: 15px;
}
a.dropdown-toggle.categori-main-title {
    position: relative;
    color: #fff !important;
    padding: 10px 130px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ffb300 !important;
}
a.dropdown-toggle.categori-main-title::before {
    content: '';
    position: absolute;
    width: 170%;
    background: #213252;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate(-50%, 0px);
    z-index: -1;
}
nav#mobile-nav-menu a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #213252;
    padding: 10px 130px;
}
nav#mobile-nav-menu a.dropdown-toggle{
	position: relative;
}

nav#mobile-nav-menu a.dropdown-toggle::after {
    right: 130px !important;
    left: inherit;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%) rotate(-0deg);
}
nav#mobile-nav-menu a[aria-expanded="true"]::after{
	transform: translate(0px, -50%) rotate(-180deg);
}
nav#mobile-nav-menu img {
    width: 20px;
    margin-right: 8px;
}
.dropdown-toggle.icon-plus-minus::after {
    display: inline-block;
    margin-left: 0px;
    border-top: 0px solid;
    border-right: 0px solid transparent;
    border-bottom: 0;
    border-left: 0px solid transparent;
    border-radius: 5px;
    content: '+';
    position: absolute;
    transform: translate(0px, -50%) rotate(0deg);
    font-size: 25px;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    line-height: 6px;
    color: #ffb300;
}
a.dropdown-toggle.icon-plus-minus {
    position: relative;
    border-bottom: 1px solid #0000001f;
}
a.dropdown-toggle.icon-plus-minus[aria-expanded="true"]::before{
	content: '';
    position: absolute;
    width: 170%;
    background: #ffb300;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate(-50%, 0px);
    z-index: -1;
    transition: .3s ease;
}
.dropdown-toggle.icon-plus-minus[aria-expanded="true"]::after{
	content: '-';
	transform: translate(0px, -50%) rotate(0deg) !important;
	color: #213252;
}
section#mobile-nav {
    overflow: hidden;
}
.dropdowrn-last-menu li:last-child a{
    border-bottom: 1px solid #0000001f;
}
nav#mobile-nav-menu a.dropdown-toggle:focus {
    border-color: #0000001f !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
.mobile-top-menu .container {
    width: 100% !important;
    max-width: 100%;
    padding: 0px 130px !important;
}
.mobile-top-menu{
	display: none;
}
section#mobile-nav{
	display: none;
}
.home-top-slider-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-top-slider-wraper {
    padding: 0px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.font-h2 {
    font-size: 33px;
    letter-spacing: 1px;
}
.font-h1 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
}
.uppercase{
    text-transform: uppercase !important;
}
.home-top-slider-item-price h2 {
    font-size: 41px;
}
.home-top-slider-item-price h1 {
    font-size: 60px;
    font-weight: 700;
    color: #e81529;
}
.home-top-slider-item-action-btns a {
    padding: 12px 10px;
    width: 170px;
    text-align: center;
    margin-right: 15px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: .5px;
}
.home-top-slider-item-title {
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-top-slider-item-action-btns {
    margin-top: 50px;
    margin-bottom: 50px;
}
button.owl-dot {
    width: 12px;
    height: 12px;
    background: #f4f4f4 !important;
    border-radius: 100%;
    margin-left: 3px;
    margin-right: 3px;
}
button.owl-dot.active {
    background: #ffb300 !important;
}
.owl-dots {
    position: absolute;
    top: 5px;
    right: 10px;
}
.previous-price {
    display: inline-block;
    position: relative;
}
.previous-price:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #333333;
    transform: translate(-50%, -50%);
}
section#home-top {
    margin-top: 25px;
}
.header-bottom-blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.header-bottom-blocks > div {
    width: 32.5%;
    position: relative;
    transition: .3s ease;
}
.header-bottom-blocks > div:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.header-bottom-blocks h4 {
    font-weight: 700;
    font-size: 24px;
}
.header-bottom-blocks h5 {
    font-size: 16px;
}
.header-bottom-blocks-image {
    position: absolute;
    right: 0;
    top: -18px;
}
.text-left .header-bottom-blocks-text {
    margin-left: 20px;
    position: relative;
    z-index: 1;
}
.text-right .header-bottom-blocks-text {
    margin-right: 20px;
}
.header-bottom-blocks a {
    color: #333333;
}
section#product-categori {
    padding: 20px 0px;
    padding-bottom: 0px;
}
.section-title h2 {
    font-size: 30px;
    letter-spacing: .5px;
}
.section-title h2 span {
    font-weight: 700;
    color: #ffb300;
}
.product-categori-wraper {
    margin-top: 10px;
}
.owl-nav button {
    font-size: 30px !important;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    position: relative;
    background: #213252 !important;
    color: #fff !important;
    margin-left: 15px;
}
.owl-nav button i {
    font-size: 30px !important;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}
.owl-nav button:hover {
    background: #ffb300 !important;
}
.owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
}
.product-categori-slider-item-image{
    border: 2px solid #ffb300;
    background: white;
    padding: 20px;
    border-radius: 15px;
}
.product-categori-slider-item p {
    padding: 0px 2px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    color: #333333;
}
.product-categori-slider-item{
    transition: .3s ease;
}
.product-categori-slider-item:hover {
    transform: translateY(-10px);
}
.product-categori-wraper .owl-carousel .owl-stage-outer {
    padding-top: 15px;
}
section#recommended-products {
    padding: 20px 0px;
    padding-bottom: 10px;
}
.product-rating svg {
    width: 12px;
    height: auto;
}
.product-slider-item-buy-btn img {
    width: 25px !important;
}
.product-slider-item-caption p {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-rating {
    text-align: center;
}
.product-slider-item-price {
    text-align: center;
    margin-top: 10px;
}
.product-slider-item-previous-price h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}
.product-slider-item-previous-price h5 span {
    font-size: 10px;
    position: relative;
    margin-right: 5px;
    top: -4px;
}
.product-slider-item-current-price h4 {
    font-size: 18px;
    color: #e81529;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.product-slider-item-current-price h4 span {
    position: relative;
    margin-right: 5px;
    font-size: 14px;
    top: -4px;
}
.product-slider-item-current-price {
    margin-top: 5px;
}
.product-slider-item-buy-btn a {
    display: flex;
    align-items: center;
    background: #ffb300;
    color: #333333;
    font-weight: 700;
    letter-spacing: .5px;
    border-radius: 7px;
    overflow: hidden;
}


.button-pas-urmator {
    display: flex;
    align-items: center;
    background: #ffb300;
    color: #333333;
    font-weight: 700;
    letter-spacing: .5px;
    border-radius: 7px;
    overflow: hidden;
	width:100%;
   padding:0px 5px 0px 0px;
}
.product-slider-item-buy-btn a span,.button-pas-urmator span {
    padding: 9px 10px;
    margin-right: 8px;
    background: #213252;
}
.product-slider-item-buy-btn a:hover, .button-pas-urmator:hover {
    background: #213252;
    color: #fff;
}
.product-slider-item-buy-btn {
    margin-top: 15px;
}
.product-slider-item {
    background: #fff;
    padding: 7px;
    border-radius: 8px;
    transition: .3s ease;
    border: 2px solid #fff;
    position: relative;
}
.product-slider-item:hover {
    border: 2px solid #ffb300;
}
.product-slider-wraper {
    margin-top: 20px;
}
.product-slider-item-image {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.product-slider-item .previous-price:after {
    top: 63%;
    height: 1px;
}
.product-slider .owl-nav{
    position: absolute;
    top: 50%;
    right: inherit;
    width: 107%;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-slider .owl-nav button {
    margin-left: 0;
}
.product-slider .owl-dots {
    position: absolute;
    top: -55px;
    right: 0px;
}
.product-slider button.owl-dot {
    background: #213252 !important;
}
.product-slider button.owl-dot.active {
    background: #ffb300 !important;
}
.product-promotion-half-item img {
    width: 100%;
}
.btn-red{
    background: #e81529;
}
.btn-red:hover{
    background: #d31124;
}
.btn-black{
    background: #142a27;
}
.btn-black:hover{
    background: #0c1917;
}
.product-promotion-half-item-info {
    position: absolute;
    bottom: 20px;
    width: 350px;
}

.product-promotion-half-item.text-right {
    text-align: right;
}
.product-promotion-half-item.text-right > div {
    right: 20px;
}
.product-promotion-half-item.text-left {
    text-align: left;
}
.product-promotion-half-item.text-left > div {
    left: 20px;
}
.product-promotion-half-item-info.text-top {
    top: 20px;
    bottom: inherit;
}

.product-promotion-half-item .text-bottom {
    position: absolute;
    bottom: 20px;
}
section#product-promotion-half {
    padding: 15px 0px;
    padding-bottom: 0px;
}
.product-promotion-full-item {
    text-align: center;
    color: #fff;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.product-promotion-full-item h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
}
.product-promotion-full-item p {
    font-size: 18px;
    color: #fff;
}
.product-promotion-full-item a {
    padding: 0;
}
.product-promotion-full-item img {
    width: 100%;
}
section#product-promotion-full{
    padding: 15px 0px;
    padding-bottom: 0px;
}
#product-promotion-full2 {
    padding: 25px 0px;
    padding-bottom: 0;
}
section#gradina-products {
    padding: 20px 0px;
    padding-bottom: 0px;
}
section#auto-products {
    padding: 20px 0px;
    padding-bottom: 0px;
}
.product-promotion-four-item img {
    width: 100%;
}
.btn-pick{
    background: #397887;
}
.btn-pick:hover{
    background: #336c79;
}
section#product-promotion-four-eight {
    padding: 25px 0px;
}
.product-promotion-eight-item img {
    width: 100%;
}
section#footer {
    background: #213252;
}
.footer-top-item img {
    width: 40px;
}
.footer-top-item p {
    color: #fff;
    font-size: 15px;
}
.footer-top-item {
    display: flex;
    align-items: center;
}
.footer-top-item span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #ffb300;
    margin-right: 10px;
}
.footer-top {
    padding: 25px 0px;
}
.footer-newsletter-subscribe-form button {
    font-weight: 700;
    color: #fff;
    background: #213252;
}
.footer-newsletter-subscribe-form button:hover{
    background: #1e2d4a;
    color: #fff;
}
.footer-newsletter {
    background: #ffb300;
    padding: 25px;
}
.footer-newsletter-subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-newsletter-subscribe > div {
    width: 50%;
}
.footer-newsletter-subscribe-form input {
    padding: 11px;
    border-color: #ffb300 !important;
}
.footer-newsletter-subscribe-text p {
    font-weight: 700;
}
.footer-newsletter-subscribe-form input:focus {
    border-color: #213252 !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
.footer-bottom-wraper {
    display: flex;
    justify-content: space-between;
}
.footer-bottom-wraper > div{
    width: 48%;
}
.footer-pera p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.footer-bottom-left {
    display: flex;
    justify-content: space-between;
}
.footer-bottom-right {
    display: flex;
    justify-content: space-between;
}
.footer-logo {
    margin-right: 45px;
}
.footer-social img {
    width: 25px;
}
.footer-social a {
    margin-left: 3px;
    margin-right: 3px;
}
.footer-social p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.footer-social {
    text-align: center;
    margin-top: 6px;
}
.footer-bottom {
    padding: 20px 0px;
}
.footer-bottom-menu.submenu-categorie-items a {
    color: #fff;
}
.copyright-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.copyright-menus a {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.copyright-menus a:hover{
    color: #ffb300;
}
.copyright-menus a:after {
    content: '';
    position: absolute;
    right: -12px;
    height: 70%;
    width: 1px;
    top: 50%;
    background: #fff;
    transform: translate(0%, -50%);
}
.copyright-menus a:last-child:after{
    display: none;
}
.copyright {
    padding: 25px;
    margin-top: 25px;
}
.copyright-menus {
    text-align: right;
}
section#noi-products {
    padding: 20px 0px;
    padding-bottom: 10px;
}
.discount-percentage {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    position: absolute;
    background: #e81529;
    width: 70px;
    text-align: center;
    color: #fff;
    top: 15px;
    left: -2px;
    font-weight: 600;
    height: 25px;
}
.home-top-slider-item-image {
    width: 100%;
}
.home-top-slider-item-text {
    width: 60%;
}
.product-slider-item-image img {
    display: block;
    width: auto !important;
    max-width: 100%;
}
.product-slider-wrape .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    width: 187px !important;
}
.container {
    padding: 0;
}







.pise-universe-dropdown {
    float: left;
    background-color: #ffffff;
    border-radius: 5px;
}
.pise-universe-dropdown .dropdown-arrow {
    float:right;
    font-size: 18px;
}
.dropdown-submenu:hover {
    background-color: #B12022;
}
.multi-level .dropdown-submenu {
    position: initial;
}
.dropdown-submenu:hover ul.dropdown-menu.hidden-xs {
    display: block!important;
}
.dropdown-submenu>.dropdown-menu {
    margin-top: -1px;
    margin-left: 0px;
}
.dropdown-submenu>.dropdown-menu {
    width: 910px;
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    bottom: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>.dropdown-menu {
    width: 910px;
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
}
.dropdown-submenu>.dropdown-menu {
    margin-top: -1px;
    margin-left: 0px;
}
.multi-level.dropdown-menu {
    z-index: 99999900;
}
.dropdown-submenu:hover {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #0000005e;
    overflow: hidden;
}
.multi-level .dropdown-submenu {
    position: initial;
}
.dropdown-submenu {
    position: relative;
}
.pise-universe-menu {
    font-size: 16px;
    padding: 6px 15px !important;
    cursor: pointer;
    font-weight: 600;
    color: #333333;
}
.pise-universe-menu img {
    width: 18px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.white-space{
    position: relative;
}
.pise-universe-dropdown.show .white-space:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -8px;
    height: 15px;
    background: white;
}
li.dropdown-submenu img {
    width: 17px;
    margin-right: 8px;
    margin-top: -1px;
}

li.dropdown-submenu a {
    color: #213252;
    font-size: 16px;
}
.dropdown-menu-col {
    display: flex;
    justify-content: space-between;
}
ul.dropdown-menu-wraper-desktop {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}
ul.dropdown-menu-wraper-desktop h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffb300;
    margin-bottom: 8px;
}
ul.dropdown-menu-wraper-desktop a {
    margin-bottom: 3px;
}
.pise-universe-dropdown.show .dropdown-toggle:after{
    transform: rotate(
-180deg);
    transition: .3s ease;
}
.dropdown-menu .dropdown-submenu a span {
    color: #ffb300;
    font-weight: 700;
}


.multi-level .dropdown-submenu {
    padding: 6px 5px;
    padding-left: 15px;
}
.dropdown-menu .dropdown-submenu a {
    position: relative;
    width: 100%;
}
.dropdown-menu .dropdown-submenu a:hover:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 70px;
    right: -10px;
    top: 50%;
    background: #fff;
    transform: translate(0px, -50%);
    z-index: 99999;
}
.dropdown-menu .dropdown-submenu a:hover:before{
    width: 15px;
}
.dropdown-submenu>.dropdown-menu {
    width: 990px;
    margin-left: -1px;
    margin-top: 0;
    border: none;
    box-shadow: 0px 0px 5px 0px #0000005e;
}
.multi-level {
    top: 43px;
    border: none;
}
.multi-level {
    width: 314px;
    left: 0px;
}
.dropdown.pise-universe-dropdown.hidden-xs.show {
    display: block;
}
.dropdown.pise-universe-dropdown.visible-xs.open {
    display: none;
}
.dropdown.pise-universe-dropdown.visible-xs.open .dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0px;
    content: "";
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
}
.dropdown.pise-universe-dropdown.visible-xs.open.show .dropdown-toggle:after{
    transform: rotate(
-180deg);
    transition: .3s ease;
}
.dropdown.pise-universe-dropdown.visible-xs.open > div {
    background: #213252;
    color: #ffb300;
}
.dropdown.pise-universe-dropdown.visible-xs.open.show .multi-level {
    top: 44px;
    border: none;
}
.dropdown.pise-universe-dropdown.visible-xs.open.show .dropdown-submenu>.dropdown-menu {
    width: 100%;
    border: 1px solid;
    position: relative;
    left: 0;
    padding: 0px;
    box-shadow: none;
    border: none;
}
.dropdown.pise-universe-dropdown.visible-xs.open.show ul.dropdown-menu.xs-menu > li {
    padding-left: 0px;
}
.dropdown.pise-universe-dropdown.visible-xs.open.show .dropdown-menu .dropdown-submenu a:hover:before {
    display: none;
}
.dropdown.pise-universe-dropdown.visible-xs.open .pise-universe-menu {
    padding: 6px 0px !important;
}
.menu-item-right {
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.menu-item-right.navbar-nav {
    display: flex;
    flex-direction: initial;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar .container {
    display: block;
}
ul.navbar-nav button {
    padding: 5px 0px !important;
    margin-right: 10px;
    font-weight: 700;
    letter-spacing: .5px;
}
.navbar-nav {
    flex-direction: initial;
}
a.nav-link {
    padding: 6px 8px;
    font-weight: 700;
    letter-spacing: .5px;
}
ul.navbar-nav li {
    margin-right: 30px;
}
.menu-item-right .navbar-nav .dropdown-menu {
    margin-top: 7px;
    position: absolute;
}
.header-bottom-blocks img {
    width: 100%;
}
.menu-cart button {
    padding-right: 0px;
}
ul.dropdown-menu.show li {
    margin-right: 0px;
}
.menu-item-right .btn:hover {
    color: #ffffff;
}
.user-profile button:hover, .menu-cart button:hover {
    color: #333333 !important;
}
li.title.gg a:before {
    display: none;
}
.product-promotion-four-item a {
    width: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "FontAwesome";
    content: " ";
    float: left;
    padding-right:0;
	width:0px;
    color: #223351;
}
.breadcrumb-item i{
    padding-left:10px;
    color: #223351;
}
li.breadcrumb-item a {
    color: #223351;
}
li.breadcrumb-item.active {
    color: #223351;
}
ol.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb-wraper {
    margin-top: 0;
    margin-bottom: 15px;
}
.sidebar-collapse-menu a {
    position: relative;
    transition: .3s ease;
    border-bottom: 1px solid #e7e8ec;
    font-weight: 400;
    color: #223351;
}
.sidebar-collapse-menu a:hover{
    background: #ffb300;
}
.sidebar-collapse-menu a.nav-link:after {
    font-family: "FontAwesome";
    content:"\f105";
    color: #444444;
    position: absolute;
    right: 6px;
    top: 50%;
    font-size: 20px;
    transform: translate(0px, -50%);
    transition: .3s ease;
}
.sidebar-collapse-menu a.nav-link[aria-expanded="true"]:after {
    font-family: "FontAwesome"; 
    content:"\f106";
    transition: .3s ease;
}
.categorie-mesterino-sidebar-top h2 {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
}
.categorie-mesterino-sidebar-wraper h5 {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #213252;
    border-radius: 10px 10px 0px 0px;
}
ul.sidebar-collapse-menu {
    list-style: none;
    padding: 5px 15px;
    margin-bottom: 25px;
}
ul.sidebar-collapse-menu > li > div a {
    width: 100%;
    transition: .3s ease;
    padding: 6px 8px;
}
ul.sidebar-collapse-menu {
    background: #fff;
}
.sidebar-collapse-menu a:focus {
    border-color: #e7e8ec !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
.categorie-mesterino-sidebar {
	padding-right:10px !important;
}
.categorie-mesterino-sidebar-top {
    margin-bottom: 20px;
}
.categorie-mesterino-content {
    margin-top: 66px;
}
.categorie-mesterino-page-item-wraer .categorie-mesterino-page-item {
    border: 2px solid #ffb300;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.categorie-mesterino-content .product-promotion-full-item {
    margin-bottom: 25px;
}
.categorie-mesterino-content {
    margin-top: 55px;
}
.categorie-mesterino-page-item-info {
    text-align: center;
}
.categorie-mesterino-page-item-info h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #333333;
}
.categorie-mesterino-page-item-info p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.categorie-mesterino-content .product-promotion-half-item {
    margin-bottom: 25px;
}
.categorie-mesterino-bottom h3 {
    font-size: 30px;
    font-weight: 700;
    color: #223351;
}
.categorie-mesterino-bottom p {
    margin-top: 18px;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
}
.sidebar-collapse-menu a[aria-expanded="true"]{
    background: #ffb300;
}
section#categorie-mesterino {
    padding-bottom: 0px;
}
.categorie-mesterino-page-item {
    text-align: center;
}
.comanda-plasata-top-item img {
    width: 35px;
}
.comanda-plasata-top-item span {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #768092;
    margin-right: 10px;
}
.comanda-plasata-top-item span img{
    fill: #fffcfc;-webkit-filter: invert(1);
   filter: invert(1);
}
.comanda-plasata-top-item:first-child span, .active-step span{
    background: #ffb300;
}
.comanda-plasata-top-item:first-child span img, .active-step span img{
    fill: #213252;
	font-size:32px;
	-webkit-filter: invert(0);
   filter: invert(0);
	
}
.comanda-plasata-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.comanda-plasata-top:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #223351;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: -2;
}
.comanda-plasata-top-item {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    background: #f4f4f4;
}
.comanda-plasata-top-item:first-child{
    padding-left: 0px;
}
.comanda-plasata-top-item:last-child{
    padding-right: 0px;
}
section#comanda-plasata-wraper {
    padding: 20px 0px 0px 0px;
}
section#cos-cumparaturi-wraper {
    padding: 20px 0px 20px 0px;
}
.sumar-comanda-wraper-top h3 img {
    width: 40px;
    margin-right: 15px;
}
.sumar-comanda-wraper-top h3 {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sumar-comanda-wraper-top h3 span {
    font-weight: 700;
    color: #ffb300;
    margin-left: 5px;
}
.sumar-comanda-wraper {
    margin-top: 25px;
    padding: 25px;
    border-radius: 10px;
    background: white;
}
.sumar-comanda-wraper {
    margin-top: 25px;
    padding: 25px;
    border-radius: 10px;
    background: white;
}
.sumar-comanda-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #223351;
}
.sumar-comanda-title {
    border-bottom: 2px solid #a7adb9;
    padding: 20px 0px;
    margin-top: 25px;
}
.sumar-comanda-inner-items-icon img {
    width: 35px;
}
.sumar-comanda-inner-wraper {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding: 0px 10px;
}
.sumar-comanda-inner-items {
    display: flex;
    width: 350px;
}
.sumar-comanda-inner-items-icon {
    margin-right: 15px;
}
.sumar-comanda-inner-items-content {
    width: 100%;
}
.sumar-comanda-inner-items-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #223351;
}
.continue-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.continue-btn a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    padding: 10px 50px;
    border-radius: 7px;
    background: #ffb300;
}
.continue-btn a:hover {
    background: #e5a100;
}
.alert img {
    width: 25px;
}
.alert {
    border-radius: inherit;
    padding: 10px;
    display: flex;
    background: #ffb300;
    margin-bottom: 20px;
    position: relative;
    height: 45px;
}
.cos-cumparaturi-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.alert button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.alert p {
    font-size: 18px;
    font-weight: 600;
    color: #223351;
    margin-left: 10px;
}
.cos-cumparaturi-items-add-remove a img {
    width: 25px;
}
.cos-cumparaturi-items {
    display: flex;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    justify-content: space-between;
    height: 150px;
    margin-bottom: 20px;
}
.cos-cumparaturi-items-image {
    width: 14%;
}
.cos-cumparaturi-items-price {
    width: 13%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.cos-cumparaturi-items-add-remove {
    width: 16%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cos-cumparaturi-items-content {
    width: 43%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}
.cos-cumparaturi-items-content h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: #223351;
}
.cos-cumparaturi-items-content span {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.cos-cumparaturi-items-content h5 {
    width: 100%;
}
.cos-cumparaturi-items-price p {
    font-size: 16px;
    color: #223351;
    width: 100%;
    margin-bottom: 2px;
}
.cos-cumparaturi-items-price h4 {
    font-size: 20px;
    font-weight: 700;
    color: #223351;
    width: 100%;
}
.cos-cumparaturi-items-price h4 span {
    position: relative;
    margin-right: 5px;
    font-size: 14px;
    top: -4px;
}
.cos-cumparaturi-items-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.cos-cumparaturi-wraper {
    display: flex;
    justify-content: space-between;
}
.cos-cumparaturi-items-wraper {
    width: 78%;
}
.cos-cumparaturi-total-plata {
    width: 20%;
    height: max-content;
}
.cos-cumparaturi-items-add select, .cos-cumparaturi-items-add input {
    border: 1px solid #213252;
    border-radius: 5px;
    padding: 0px 5px;
    width: 80px;
    font-size: 18px;
    height: 35px;
    line-height: 34px;
    padding-left: 30px;
    background-position-x: 95%;
    background-position-y: 13px;
}
select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	padding:10px;
}
.cos-cumparaturi-items > div {
    position: relative;
}
.cos-cumparaturi-items > div:after {
    content: '';
    position: absolute;
    right: -22px;
    top: 50%;
    width: 2px;
    height: 55%;
    background: #21325287;
    transform: translate(0px, -50%);
}
.cos-cumparaturi-items > div:last-child:after{
    display: none;
}
ul.list {
    width: 100%;
}
ul.list li {
    font-size: 16px;
}
.cos-cumparaturi-total-plata {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.cos-cumparaturi-total-plata h5 {
    border: 1px solid;
    text-align: center;
    padding: 11px;
    background: #213252;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.comanda-ta-content > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.comanda-ta-content {
    border-bottom: 1px solid #8992a3;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.comanda-ta-plata .cos-cumparaturi-items-price {
    width: 100%;
    display: block;
    text-align: left;
}
.comanda-ta-content-wraper {
    padding: 15px 15px;
}
.comanda-ta-plata p {
    font-weight: 700;
    font-size: 20px;
}
.comanda-ta-plata h4 {
    font-size: 30px;
}
.comanda-ta-plata h4 span {
    position: relative;
    margin-right: 5px;
    font-size: 14px;
    top: -10px;
}
.comanda-ta-content-wraper .product-slider-item-buy-btn span {
    margin-right: 25px;
}
.comanda-ta-content-wraper .product-slider-item-buy-btn {
    margin-top: 30px;
}
.comanda-ta-content p {
    color: #213252;
}
.cos-cumparaturi-items:last-child{
    margin-bottom: 0px;
}
.comanda-plasata-top-item span svg {
    height: auto;
    width: 25px;
}
.comanda-plasata-top-item.cart-icon span svg {
    width: 35px;
}
.comanda-plasata-top-item{
    position: relative;
}
.comanda-plasata-top-item:after {
    content: '';
    position: absolute;
    left: 0;
    width: 550px;
    top: 50%;
    height: 20px;
    background: #f4f4f4;
    z-index: -1;
    transform: translate(0px, -50%);
    opacity: .4;
}
.active-step:after{
    opacity: 0;
}
.comanda-plasata-top-item:first-child:after {
    content: '';
    position: absolute;
    left: 0;
    width: 509px;
    top: 50%;
    height: 20px;
    background: #f4f4f4;
    z-index: -1;
    transform: translate(0px, -50%);
    opacity: 0;
}
.comanda-plasata-top-item:last-child:after{
    display: none;
}
.inner-banner-area {
    padding-top: 120px !important;
}
.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 0;
}
ul.sidebar-collapse-menu a.nav-link {
    color: #213252 !important;
    line-height: 35px;
    padding: 0px 10px !important;
}

body {
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    background: #f4f4f4;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-y: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
    transition: all .3s ease;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}


/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}


/*===========================================================
Preloader CSS
============================================================*/

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 99999999;
}

#preloader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-msg {
    width: 100%;
    font-size: 0.75em;
    color: #555;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #2489CE;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 1s infinite ease;
    animation: spin 1s infinite ease;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loading-msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    color: #333;
    font-size: 0.8em;
}


/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 10px;
    display: none;
    position: fixed;
    right: 5px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


/*===========================================================
 Navigation Menu Desktop
============================================================*/

.header-area {
    padding: 15px 0;
}

.header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu ul li {
    list-style: none;
    display: inline-block;
}

.menu ul li a {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 10px;
}

.menu ul li a:hover {
    color: #d25419;
}

.header-top-area {
    background: #f4f4f4;
	padding:10px 0px !important;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-top .logo {
    margin-top: -10px;
}

.header-form {
    max-width: 670px;
    width: 100%;
    position: relative;
}

.header-form input {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: solid 1px rgba(33, 50, 82, 0.36);
    background-color: #fff;
    font-size: 15px;
    line-height: 1.3;
    color: #333;
    padding: 0 20px;
    padding-right: 70px;
}

.header-form button {
    border-radius: 0 5px 5px 0;
    background-color: #ffb300;
    padding: 11px 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}

.header-form ::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 1.3;
    color: #333;
}

.header-form ::-moz-placeholder {
    font-size: 15px;
    line-height: 1.3;
    color: #333;
}

.header-form :-ms-input-placeholder {
    font-size: 15px;
    line-height: 1.3;
    color: #333;
}

.header-form :-moz-placeholder {
    font-size: 15px;
    line-height: 1.3;
    color: #333;
}

.header-right .dropdown-menu {
    min-width: 135px;
}

.header-right a {
    font-size: 15px;
    line-height: 1.3;
    color: #252525;
    text-decoration: none;
}
.nav-left.header-right{
    position: relative;
}
.nav-left.header-right.active::before{
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 1;
    background: #fff;
}
.header-right a span {
    background: #f4f4f4 url("../img/down-filled-dark.png") no-repeat 100% center;
    padding-right: 20px;
    padding-left: 5px;
}

.header-right .dropdown-toggle::after {
    border: 0;
    display: none;
}

.ml-10 {
    margin-left: 15px;
}

.cart-btn {
    position: relative;
}

.cart-btn .cart-img {
    display: inline-block;
    position: relative;
}

.cart-btn p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.59;
    color: #fff;
    background: #e81529;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: -7px;
    top: -10px;
}

.navbar {
    background: #213252 !important;
    padding: 0;
}

.contact img {
    margin-right: 6px;
}

.contact a {
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
}

.nav-left {
    background: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}

.nav-left a span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.47;
    color: #213252;
    background: #fff url(../img/down-filled.png) no-repeat 100% 10px !important;
    padding-left: 14px;
    padding-right: 38px;
}
.nav-left .showcat.active a span {
    background: #fff url(../img/down-filled-top.png) no-repeat 100% 10px !important;
}

.nav-link {
    color: #fff !important;
    font-weight: 700;
    padding: 0 26px !important;
    line-height: 52px;
}

.navbar .dropdown>a::after {
    display: none;
}

.navbar-nav .dropdown-toggle {
    background: #213252 url(../img/down-filled-white.png) no-repeat 100% 24px !important;

}

.nav-item {}

.navbar-nav {
    margin-left: 60px;
}

.navbar-nav .dropdown-menu a {
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-nav .dropdown-menu {
    background: #fff;
    padding: 0;
    padding-bottom: 10px !important;
}
.dropdown-item{
    color: #213252 !important;
}

.nav-link:hover {
    color: #ffb300 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fff;
    color: #ff6e21 !important;
}

.slick-list {
    padding-left: 0 !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.mobile-show {
	display: none;
}
/*=======================================slider====================
 Navigation Menu slideout
============================================================*/

main .mobileMenuOpener {
    display: none;
}

.panel-header {
    display: none;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-open .slideout-menu {
    background: #34495e;
}

.btn-hamburger {
    cursor: pointer;
}

.menu-section-list {
    padding: 25px 10px;
}

.menu-section-list li a:hover {
    color: #bdc3c7;
}

.menu-section-list li a {
    line-height: 2;
    color: #fff;
}

.menu-section-list li {
    display: block;
}

.btn-hamburger img {
    width: 27px;
}


/*Hamburger Menu Icon*/

.hamburger .line {
    width: 40px;
    height: 5px;
    background-color: #34495e;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger:hover .line {
    opacity: .8;
}

.slideout-open .line:nth-child(2) {
    opacity: 0;
}

.slideout-open .line:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
}

.slideout-open .line:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}

.menu ul li .dropdown-menu li {
    display: block;
}

.menu ul li .dropdown-menu li a {
    padding: 5px 15px;
    line-height: 1.2;
    display: block;
}

.dropdown-menu {
    margin: 0;
    border: 0;
    border-radius: 0;
}

.dropdown a {
    position: relative;
	
}

a.nav-link {
    padding: 6px 8px;
    font-weight: 700;
    letter-spacing: .5px;
}

.dropdown>a:hover::after {
    color: #d25419;
}

.dropdown>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


/*===========================================================
 
===========================================================*/
.section-padding {
    padding: 20px 0 0 0;
}
.mrt-20{
    margin-top: 19px;
}
.title {}

.title h2 {
    font-size: 30px;
    line-height: 1;
    color: #333;
    margin-bottom: 20px;
}

.title h2 span {
    font-weight: bold;
    color: #ffb300;
}


/*===========================================================
 
===========================================================*/

.banner-area {
    padding-top: 120px;
}


/*===========================================================
 
===========================================================*/


.produse-categorii {
    margin: 0 -15px;
}

.categorii-img img {
    width: 100%;
}

.single-categorii {
    width: 11.11%;
    padding: 0 15px;
}

.single-categorii p {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #333;
    margin-top: 15px;
}

.slick-next,
.slick-prev {
    width: auto;
    height: auto;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    content: '';
}

.slick-dots .slick-active {
    background: #ffb300 !important;
}

.slick-dots li.slick-active button:before {
    content: '';
}

.banner-slider .slick-dots {
    right: 23px;
    top: 25px;
}

.banner-slider .slick-dots li {
    background: #fff;
}

.slick-dots li {
    width: 14px;
    height: 14px;
    background: #213252;
    border-radius: 50%;
    margin: 0 5px;
}

.slick-dots {
    position: absolute;
    right: 3px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top: -40px;
}

.produse-categorii .slick-next,
.produse-categorii .slick-prev {
    top: -30px;
    left: auto;
    right: 15px;
}

.produse-categorii .slick-prev {
    right: 70px;
}


/*===========================================================
 
===========================================================*/



.product-slider {
    margin: 0 -8px;
}

.product-slider .slick-prev {
    left: -45px;
}

.product-slider .slick-next {
    right: -45px;
}

.single-product {
    padding: 0 8px;
}

.product-inner {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid transparent;
    transition: .3s;
}
.product-inner:hover{
    border: 2px solid #ffb300;
}
.product-text {
    text-align: center;
    margin-top: 10px;
	overflow: hidden;
}
.product-text a,.product-text a:hover {
	color:#333;
}
.stars {
    margin-top: 3px;
}

.stars img {
    display: inline-block;
}

.product-text h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    margin-top: 14px;
}

.product-text h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
    color: #e81529;
    margin-bottom: 12px;
}

.product-img img {
    display: inline-block;
    max-height: 160px;
    width: auto;
}

.bttn a {
    display: block;
    position: relative;
    color: black;
    overflow: hidden;
}

.bttn a::after,
.bttn a::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #213252;
    z-index: -1;
}

.bttn a::after {
    z-index: 0;
    transform: translateX(-100%);
    transition: none;
    transition: transform 350ms ease;
}

.bttn a:hover:after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 250ms 260ms ease;
}

.bttn a span {
    position: relative;
    z-index: 99;
    transition: .6s;
}

.bttn a:hover span {
    color: white !important;
}

.bttn a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    background-color: #ffb300;
    text-align: center;
    width: 142px;
    position: relative;
    justify-content: flex-end;
    padding-right: 9px;
    margin-left: auto;
    margin-right: auto;
}

.bttn a:before {
    position: absolute;
    content: '';
    width: 37px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #213252;
    border-radius: 5px 0 0 5px;
    z-index: 9;
}

.bttn a img {
    position: absolute;
    left: 7px;
    z-index: 9;
}


/*===========================================================
 
===========================================================*/



.content-area {
    background-color: #213252;
    padding: 20px 0;
}

.subscribe,
.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-content {
    display: flex;
    align-items: center;
}

.single-content p {
    color: #fff;
    padding-left: 20px;
}

.subscribe-area {
    background: #ffb300;
    padding: 10px 0;
}

.subscribe-text p {
    font-weight: bold;
    line-height: 1;
    color: #333;
}

.subscribe-form {
    width: 46%;
    position: relative;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 127px;
    background-color: #213252;
    border-radius: 0 5px 5px 0;
}

.subscribe-form input {
    border-radius: 5px;
    background-color: #fff;
    border: 0;
    height: 48px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    padding: 0 18px;
    padding-right: 140px;
}

.subscribe-form ::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

.subscribe-form ::-moz-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

.subscribe-form :-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

.subscribe-form :-moz-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #333;
}


/*===========================================================
Footer
===========================================================*/

.footer-area {
    background: #213252;
    padding: 20px 0;
}

.footer-left {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    max-width: 177px;
    width: 100%;
    text-align: center;
}

.footer-logo h6 {
    color: #fff;
    margin: 10px 0;
}

.footer-social a {
    margin: 0 5px;
}

.footer-left p {
    color: #fff;
    max-width: calc(100% - 177px);
    width: 100%;
    line-height: 1.75;
    padding-left: 30px;
}

.single-footer {
    padding-left: 40px;
}

.single-footer h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 10px;
    color: #ffb300;
    text-transform: uppercase;
}

.single-footer ul li {
    list-style: none;
}

.single-footer ul li a {
    font-size: 16px;
    line-height: 1.75;
    text-decoration: none;
    color: #f4f4f4;
}

.copyright-area {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-area p {
    color: #fff;
}

.copyright-right {}

.copyright-right a {
    color: #fff;
    text-decoration: none;
}

.copyright-right span {
    color: #fff;
    padding: 0 5px;
}


/*===========================================================
 Category Menu
===========================================================*/
.category-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.position-relative {
    position: relative;
}


.category-menu-wrap {
    position: relative;
}


.category-menu {
    overflow: hidden;
    width: 222px;
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 99;
    background-color: #fff;
    padding: 5px 0;
    margin-top: 22px;
    /* -webkit-box-shadow: 0 0 30px 0.4px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 0 30px 0.4px rgba(0, 0, 0, 0.1); */
    display: none;
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-menu {
       left: 50%;
       -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
       transform: translateX(-50%);
    }
 }

 @media only screen and (max-width: 767px) {
    .category-menu {
       left: 50%;
       -webkit-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
       transform: translateX(-50%);
    }
 } */

.category-menu nav>ul>li {
    /* margin-bottom: 17px; */
    position: relative;
    /* background-image: url("../img/shadow.png"); */
    background-repeat: no-repeat;
    background-size: contain;
}



.category-menu nav>ul>li>a {

    padding: 8px 18px;
    display: block;
    font-size: 11px;
    letter-spacing: 1.82px;
    background: #fff;
    /* text-transform: uppercase; */
    /* font-weight: 600; */
}

.category-menu nav>ul>li>a img {
    margin-right: 15px;
}

.category-menu nav>ul>li>a span {
    float: right;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.category-menu nav>ul>li .category-menu-dropdown {
    position: absolute;
    left: 100%;
    top: -22px;
    /* width: 570px; */
    width: 985px;
    /* top: 100%; */
    background-color: #fff;
    padding: 17px 20px 0 20px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0px 3px 6px 0 rgba(37, 21, 23, 0.21);

}

.category-menu nav>ul>li .category-menu-dropdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-menu nav>ul>li .category-menu-dropdown .single-category-menu {
    min-width: 130px;
}

.category-menu nav>ul>li .category-menu-dropdown .single-category-menu.ct-menu-mrg-bottom {
    margin-bottom: 74px;
}

.category-menu nav>ul>li .category-menu-dropdown .single-category-menu.ct-menu-mrg-left {
    padding-left: 38px;
}

.category-menu nav>ul>li .category-menu-dropdown .single-category-menu.category-menu-border {
    position: relative;
}

.more-link strong {
    font-weight: bold;
    color: #ffb300;
}

.more-link a {
    font-size: 16px;
    line-height: 1.75;
    color: #213252;

}

/* .category-menu nav>ul>li .category-menu-dropdown .single-category-menu.category-menu-border:before {
    position: absolute;
    content: "";
    bottom: -36px;
    left: 0;
    background-color: #d6d7da;
    height: 1px;
    width: 180px;
 } */

.category-menu nav>ul>li .category-menu-dropdown .single-category-menu h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #ffb300;
    text-transform: uppercase;
}

.cr-dropdown > a{
    /* text-transform: normal; */
}

.category-menu nav>ul>li .category-menu-dropdown .single-category-menu ul li:last-child {
    padding: 0 0 0px;
}

.category-menu nav>ul>li .category-menu-dropdown .single-category-menu ul li a {
    font-size: 16px;
    line-height: 1.75;
    color: #213252;
}

.category-menu nav>ul>li .category-menu-dropdown .single-category-menu ul li a:hover {
    color: #ff6e21;
}

.category-menu nav>ul>li .category-menu-dropdown .single-category-menu>a img {
    width: 100%;
}

.single-category-menu-inner {
    margin-bottom: 24px;
}

/* @media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .category-menu nav>ul>li .category-menu-dropdown.ct-menu-res-height-1 {
       height: 280px;
       overflow-y: auto;
    }
 } */

/* @media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .category-menu nav>ul>li .category-menu-dropdown.ct-menu-res-height-1 {
       height: 280px;
       overflow-y: auto;
    }
 } */

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-menu nav>ul>li .category-menu-dropdown.ct-menu-res-height-1 {
       height: 280px;
       overflow-y: auto;
    }
 } */

.category-menu nav>ul>li>.cr-menu-desktop-none {
    display: none;
    padding: 15px 0 0 60px;
}

.category-menu nav>ul>li>.cr-menu-desktop-none>li {
    padding: 0 0 6px;
}

.category-menu nav>ul>li>.cr-menu-desktop-none>li:last-child {
    padding: 0 0 0px;
}

.category-menu nav>ul>li>.cr-menu-desktop-none>li>a {
    display: block;
    padding: 0 40px 0 0;
    font-size: 11px;
    letter-spacing: 1.82px;
    text-transform: uppercase;
    font-weight: 600;
}

.category-menu nav>ul>li>.cr-menu-desktop-none>li>a span {
    top: 4px;
}

.category-menu nav>ul>li>.cr-menu-desktop-none>li>a i {
    float: right;
    font-size: 12px;
    top: 7px;
    position: relative;
}

.category-menu nav>ul>li>.cr-menu-desktop-none>li ul {
    padding: 10px 0 0;
}

.category-menu nav>ul>li>.cr-menu-desktop-none>li ul li {
    padding-bottom: 3px;
}

.category-menu nav>ul>li>.cr-menu-desktop-none>li ul li:last-child {
    padding-bottom: 0px;
}

.category-menu nav>ul>li>.cr-menu-desktop-none>li ul li a {
    padding: 0 0px 0 20px;
    font-size: 12px;
}
.category-menu nav>ul>li:hover .category-menu-dropdown {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

/* Modificare 12.07.2023 */
@media screen and (min-width:992px) {
    .category-menu-dropdown {
        max-height: 70vh;
     overflow-x:scroll;
    }
}
/* Modificare 12.07.2023 */
.fixed-scroll {
    transition: .6s;
    position: relative;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

/* .fixed-scroll.active {
    transition: .6s;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
 } */

.category-menu nav>ul>li .category-menu-dropdown {
    position: fixed;
    left: unset;
    top: 120px;
    margin-left: 222px;
    background: #fff;
}

.category-menu nav>ul>li>a {
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: -0.96px;
}

.category-menu nav>ul>li.active>a,
.category-menu nav>ul>li>a:hover {
    box-shadow: 0px 3px 6px 0 rgba(37, 21, 23, 0.21);
    background: #fff;
    position: relative;
    z-index: 999;
}
.category-menu nav>ul>li{
    position: relative;
}
.category-menu nav>ul>li.active::before,
.category-menu nav>ul>li:hover::before{
    position: absolute;
    top: 0;
    width: 20px;
    right: -10px;
    height: 100%;
    content: "";
    background: #fff;
    z-index: 9999;

}
#menu{
    top: 120px;
    width: 100%;
    height: auto;
    min-height: auto;
}
.mm-panels{
    height: auto;
    min-height: auto; 
}
/*===========================================================
 Responsive Menu
===========================================================*/

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
		padding:0px;
    }
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {

    .banner-area .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
	.banner-slider.mobile-show {
		opacity:1;
	}

    .header-area {
        display: none;
    }

    .mobile-logo {
        width: 100px;
    }

    .dropdown-menu {
        padding-top: 0;
    }

    .header-right {
        position: relative;
    }

    .header-right::before {
        position: absolute;
        content: "";
        top: 0;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 100%;
        z-index: inherit;
        background-color: #213252;
    }

    .menu ul li .dropdown-menu li {
        padding-left: 10px;
    }

    .menu ul li .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-menu {
        width: 100%;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        position: unset;
        top: unset;
    }

    main .mobileMenuOpener {
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        z-index: 10;
    }

    .menu ul li {
        display: block;
    }

    .menu ul li a {
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        line-height: 2;
    }

    .menu ul li .dropdown-menu li a {
        line-height: 2;
    }

    .dropdown>a::after {
        right: 10px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
    }

    /*Menu Activation*/
    .panel-header {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        box-shadow: 0px 1px 3px #eee;
        padding: 10px 15px;
    }
}


/*===========================================================
 Responsive
============================================================*/

@media (min-width: 1200px) {
	
	.cos-cumparaturi-total-plata.sticky {	
		width: 20%;
		max-width: 240px;
	}
	.banner-service-area {
		min-height:144px;
	}
}
@media (max-width: 1300px) {
    .single-content p {
        padding-left: 10px;
    }

    .copyright-area {
        padding: 50px 0;
    }

    .category-menu nav>ul>li .category-menu-dropdown {
        width: 870px;
    }
}

@media (max-width: 1199px) {
    .category-menu nav>ul>li .category-menu-dropdown {
        width: 690px;
    }

    .header-top {
        flex-wrap: nowrap;
    }

    .header-form {
        max-width: 350px;
    }
}

@media (max-width: 991px) {
    .header-right a span {
        display: none;
    }

    .header-top {
        flex-wrap: wrap;
    }

    .header-top .logo {
        margin-top: 0;
        width: 100%;
        display: block;
    }

    .subscribe-text {
        width: 45%;
    }

    .subscribe-form {
        width: 54%;
    }

    .copyright-area {
        flex-direction: column;
    }

    .footer-left {
        margin-bottom: 25px;
    }

    /* .header-form {
        max-width: 370px;
    } */
    .header-top {
        position: relative;
        padding-top: 60px;
    }

    .header-right {
        position: absolute;
        top: 17px;
        right: 0;
    }

    .header-form {
        width: 100%;
        max-width: 100%;
    }

    .header-top .logo {
        width: 180px;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        margin-left: -17px;
    }

    .nav-icon {
        width: 40px;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .navbar {
        display: none;
    }

    .header-top-area {
        padding: 0;
    }

    .banner-area {
        padding-top: 0;
    }

    body {
        overflow-x: hidden;
    }
}

@media (min-width: 992px) {
    .nav-icon {
        display: none;
    }
}

@media (max-width: 768px) {
    .mobile-show {
        display: block;
    }
	
	.banner-slider.mobile-show {
		display:block;
	}
}

@media (max-width: 767px) {
    .copyright-area {
        padding: 40px 0;
    }

    .single-footer {
        display: none;
    }

    .footer-left {
        margin-bottom: 0;
    }

    .footer-logo {
        max-width: 100%;
    }

    .footer-area h6,
    .footer-area {
        font-size: 16px;
    }

    .content {
        flex-direction: column;
        align-items: unset;
    }

    .single-content {
        margin-bottom: 25px;
    }

    .single-content p {
        font-size: 17px;
    }

    .mobile-none {
        display: none;
    }

    .banner-service-img {
        margin-bottom: 12px;
    }

    .banner-service-img img {
        width: 100%;
    }

    .produse-categorii-area {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .single-categorii p {
        font-size: 20px;
    }

    .single-categorii p br {
        display: none;
    }

    .banner-area {
        margin-bottom: 0;
    }

    .banner-slider .slick-dots {
        right: 15px;
        bottom: 30px;
        top: auto;
    }

    .banner-slider .slick-dots li {
        background: #213252;
        width: 18px;
        height: 18px;
    }

    .copyright-area {
        flex-direction: column;
        text-align: center;
        padding-top: 45px;
        padding-bottom: 25px;
    }

    .copyright-right a {
        font-size: 16px;
        line-height: 1.5;
    }

    .copyright-area p {
        margin-top: 10px;
    }

    .content-area {
        padding-bottom: 0;
    }

    .footer-area {
        padding-top: 20px;
    }

    .title h2 {
        font-size: 31px;
    }
}

@media (max-width: 575px) {
    .industry-banner-area {
        margin-top: 0;
    }

    .industry-img {
        margin-top: 20px;
    }
}


@media (max-width: 991px) {

    /* mobile menu */
    .single-cat {}

    .single-cat {
        border-bottom: 1px solid rgba(34, 51, 81, .4);
    }

    .mm-listitem__text img {
        margin-right: 5px;
    }

    .mm-listitem__text,
    .single-cat a,
    .single-cat h3 {
        cursor: pointer;
        position: relative;
        padding: 15px;
        font-size: 19px;
        line-height: 1.5;
        letter-spacing: -1.1px;
        display: block;
    }

    .single-cat h3::before {
        right: 18px;
        position: absolute;
        content: "";
        z-index: inherit;
        top: 50%;
        right: 10px;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background-image: url("../img/plus.png");
        background-size: contain;
    }

    .single-cat h3.active::before {
        width: 18px;
        height: 4px;
        margin-top: -2px;
        background-image: url("../img/minus.png");
        background-size: contain;
    }

    .single-cat h3.active {
        font-weight: 700;
        background-color: #ffb300;
    }

    .single-cat ul {

        display: none;
    }

    .single-cat ul li {
        list-style: none;
    }

    .single-cat ul li a {
        display: block;
    }

    .mm-listitem__text {}

    .mm-btn_prev:before {
        width: 11px;
        height: 18px;
        background-image: url("../img/back.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .mm-panels .mm-listitem .mm-btn_next:after {
        background-image: url("../img/down-filled-dark.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 16px;
    }

    .mm-btn_prev:before,
    .mm-btn_next:after {
        transform: rotate(0);
        border: 0;
    }

    .mm-panels .mm-listitem .mm-btn:after,
    .mm-panels .mm-listitem .mm-btn:before {
        border: 0;
    }

    .mm-navbar {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        color: #ffb300;
        background-color: #213252;
    }

    .mm-btn:after,
    .mm-btn:before {
        border-color: #ffb300;
    }

    .mm-btn_close:after {
        right: 26px;
    }

    .mm-btn_close:before {
        right: 12px;
    }

    .mm-btn_close:after,
    .mm-btn_close:before {
        width: 10px;
        height: 10px;
    }

    .mm-navbar {
        padding: 5px 0;
    }

    /*modificare 12.07.2023 */
    .open-mobile-menu {
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    /*modificare 12.07.2023 */
    .open-mobile-menu a {
        position: relative;
        padding: 15px;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        color: #ffb300;
        display: block;
        background: #213252;
    }

    .open-mobile-menu a:before {
        right: 18px;
        position: absolute;
        content: "";
        z-index: inherit;
        top: 50%;
        right: 15px;
        width: 16px;
        height: 9px;
        margin-top: -4px;
        background-image: url("../img/up-yellow.png");
        background-size: contain;
        transform: rotate(180deg);
        transition: .3s;
    }
    /*modificare 12.07.2023 */
    .banner-area {
        padding-top: 200px;
    }
    
    /*modificare 12.07.2023 */
    .fixed-scroll{
        position: absolute;
    }
    body{
        overflow-x: hidden !important;
    }
    .mm-navbar{
        border: 1px;
    }
    .back-cat{
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    /* .back-cat{
        position: absolute;
        left: 0;
    } */
    .header-top .nav-icon{
        cursor: pointer;
    }
    .dropdown-menu{
        background: #fff;
        z-index: 99999;
    }
    .mm-navbar__breadcrumbs .mm-separator,
    .mm-navbar__breadcrumbs > a{
        display: none;
    }
    /* .mm-navbar__breadcrumbs > a.bread{
        display: block;
    } */

}
.row {
    --bs-gutter-x: 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #213252;
    color: #ffffff !important;
}
.sidebar-collapse-menu a.nav-link:after {
    display: none;
}




/*=== New Update ===*/

.checkbox-wraper {
    border-bottom: 1px solid #21325245;
    position: relative;
}
.checkbox-c {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}
.checkbox-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 20px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #213252;
    border-radius: 2px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-c input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-c .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #213252;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.checkbox-c > div {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 75%;
    display: flex;
    color: #223351;
}
label.checkbox-c > div b {
    margin-right: 10px;
}
label.checkbox-c a {
    font-size: 16px;
    color: #ffb300;
    position: absolute;
    right: 0;
    top: 18px;
}
.detalii-comanda-items {
    padding: 0px 20px;
    background: white;
    border-radius: 5px;
    padding-bottom: 15px;
    margin-top: 20px;
}
.detalii-comanda-items-add-link a {
    font-weight: 700;
    color: #213252;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 15px;
}
.detalii-comanda-items-add-link a:hover{
	color: #fff;
	background: #213252;
	border-color: #213252;
}
.detalii-comanda-items-add-link a i {
    font-size: 13px;
    margin-right: 7px;
}
.detalii-comanda-items-add-link {
    margin-top: 20px;
}
.detalii-comanda-items-title h2 {
    color: #333333;
    font-weight: 400;
    font-size: 30px;
}
.detalii-comanda-wraper {
    margin-top: 20px;
}
label.checkbox-c.inner-checkbox {
    margin-left: 29px;
    padding-top: 0px;
}
label.checkbox-c.inner-checkbox .checkmark {
    top: 4px;
}
.payments-logo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.border-none {
    border: none;
}
.border-none .checkbox-c {
    padding-bottom: 0;
}
.bg-none{
	background: none;
}
.detalii-comanda-page-wraper .cos-cumparaturi-total-plata {
    margin-top: 75px;
}
.detalii-comanda-items.bg-none{
    background: none;
    margin-top: -20px !important;
}
.tabs-btn-wraper button {
    display: block !important;
    color: #213252 !important;
    font-weight: 400;
}
.tabs-btn-wraper ul {
    display: block;
}
.tabs-btn-wraper .nav-tabs .nav-link.active:after{
    display: none;
}
.tabs-btn-wraper .nav-tabs .nav-link.active {
    background: #ffb300 !important;
    color: #213252 !important;
    font-weight: 700;
}
.tabs-btn-wraper {
    background: white;
    padding: 15px;
    border-radius: 6px;
}
.tabs-btn-wraper .nav-link:hover {
    color: #213252 !important;
}
.nav-tabs {
    border-bottom: none;
}
.tabs-btn-wraper .nav-tabs .nav-link img {
    width: 20px;
}
.tabs-btn-wraper .nav-tabs .nav-link {
    padding: 0px 15px !important;
}
.tab-content {
    box-shadow: none;
    padding: 15px 20px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
}
.input-tab-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input-tab-content-title {
    width: 100%;
}
.input-tab-full {
    width: 100%;
}
.input-tab-half {
    width: 49%;
}
.input-tab input {
    border: 1px solid #213252;
    padding: 12px 15px;
    border-radius: 5px;
    width: 100%;
    color: #213252;
}
.input-tab input::placeholder{
    color: #213252;
}
.input-tab h5 {
    color: #223351;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}
.input-tab a {
    font-size: 16px;
    font-weight: 700;
    color: #213252;
    border: 1px solid;
    padding: 11px 25px;
    border-radius: 5px;
}
.input-tab a:hover{
    background: #213252;
    color: #fff;
    border: 1px solid #213252;
}
.input-tab {
    margin-bottom: 15px;
}
.input-tab-content-title {
    border-bottom: 1px solid #21325261;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.input-tab-content {
    margin-bottom: 25px;
}
.input-tab-content:last-child{
    margin-bottom: 0px;
}
.input-tab-content-title h2 {
    font-size: 30px;
}
select {
    width: 100%;
}
.detalii-button[aria-expanded="true"] .fa-chevron-down:before {
    content: "\f077";
}
.adresa-button[aria-expanded="true"] .fa-plus:before {
    content: "\f068";
}
.input-tab select {
    border: 1px solid #213252;
    width: 100%;
}
.input-tab ul.list li {
    font-size: 15px;
    color: #213252;
}
.categorie-mesterino-content {
    margin-top: 0;
}
.subcategorie-mesterino ul.sidebar-collapse-menu {
    background: #213252;
    padding-bottom: 15px;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 0px;
}
.subcategorie-mesterino ul.sidebar-collapse-menu a.nav-link {
    color: #fff !important;
    border: 0px;
    margin-bottom: 0px !important;
    line-height: 25px;
    font-weight: 500;
    padding: 0px 5px !important;
    display: table;
}
.categorie-mesterino-sidebar-wraper .subcategorie-mesterino a {
	width:100%
}
.adaugat-in-cos p{
	color:#000;
	background-color:#ffb300;
	text-align:center;
	font-size:20px;
	font-weight:600;
	padding:10px 20px;
	text-transform:uppercase;
	margin-bottom:20px;
	border:1px solid #ffb300;
	border-radius:5px;
}
.subcategorie-mesterino h5 {
    padding: 20px 20px 0px !important;
    border-radius: 10px 10px 0px 0px;
}
.subcategorie-mesterino .sidebar-collapse-menu a:hover {
    background: transparent;
}
.categorie-mesterino-collapse {
    background: white;
    padding: 20px 20px;
    border-radius: 7px;
}
.categorie-mesterino-collapse button {
    padding: 0px;
    font-weight: 700;
    color: #213252;
    width: 100%;
    text-align: left;
    position: relative;
}
.categorie-mesterino-collapse button:after {
    content: "\f0d8";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'FontAwesome';
    transform: translate(0px, -50%);
    font-size: 20px;
}
.categorie-mesterino-collapse button[aria-expanded="false"]:after{
    transform: translate(0px, -50%) rotate(180deg);
}
.categorie-mesterino-collapse .card.card-body {
    padding: 0;
    border: none;
    margin-top: 15px;
}
.categorie-mesterino-collapse label.checkbox-c > div {
    width: 100%;
}
.categorie-mesterino-collapse .checkbox-c {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 25px;
    margin-bottom: 5px;
}
.categorie-mesterino-collapse .checkbox-wraper{
    border: 0px;
}
.categorie-mesterino-collapse .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #213252;
    border-radius: 2px;
}
.categorie-mesterino-collapse-more-option {
    border-top: 1px solid #21325252;
    margin-top: 10px;
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
}
.categorie-mesterino-collapse-more-option a{
    color: #213252;
    font-weight: 700;
}
.categorie-mesterino-collapse-more-option a i {
    font-size: 12px;
    margin-right: 5px;
}
.subcategorie-mesterino-filter-group {
    display: flex;
    background: #f4f4f4;
    margin-right: 20px;
    border-radius: 4px;
    padding: 5px 0px;
}
button.clear-filter {
    border-left: 1px solid #21325275;
    padding-left: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.subcategorie-mesterino-filter select {
    border: none;
    width: 100%;
    background: #f4f4f4;
    height: 30px;
    line-height: 29px;
    font-size: 16px;
    padding-right: 35px;
}
.subcategorie-mesterino-filter select .list{
    margin-top: 6px;
}
button.clear-filter:focus {
    border-color: #21325275 !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
.subcategorie-mesterino-filter-top-all-clear button.clear-filter {
    padding: 10px 14px;
    background: #f4f4f4;
    border-radius: 4px;
    border-left: 0px;
}
.subcategorie-mesterino-filter-top-all-clear button.clear-filter img {
    width: 18px;
    margin-left: 15px;
}
.subcategorie-mesterino-filter-bottom {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.subcategorie-mesterino-filter-bottom p {
    width: max-content;
}
.subcategorie-mesterino-filter-bottom select {
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    width: 180px;
    padding: 0px 10px;
}
.subcategorie-mesterino-filter-group select{
    width: 150px;
}
.categorie-mesterino-content .product-promotion-full-item {
    margin-bottom: 20px;
}
.subcategorie-mesterino-filter-bottom select .list {
    margin-top: 2px;
}
.subcategorie-mesterino-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 30px;
}
.pagination-right ul {
    display: flex;
    list-style: none;
}
.pagination-right ul li {
    margin-left: 10px;
}
.pagination-right ul li a {
    padding: 10px 12px;
    border: 1px solid #213252;
    font-size: 16px;
    color: #213252;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.pagination-right ul li a:hover{
    color: #fff;
    background: #213252;
}
.pagination-right ul li a i {
    font-size: 22px;
    position: relative;
    top: 1px;
}
.pagination-right ul li:first-child i{
    margin-right: 10px;
}
.pagination-right ul li:last-child i{
    margin-left: 10px;
}
.active-pagination a{
    color: #fff !important;
    background: #213252;
}
.active-pagination a:focus {
    border-color: #213252 !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
:focus {
    border-color: #213252 !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
/*Range slider*/
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #ffb300;
    cursor: pointer;
}
.noUi-background {
  background: #D6D7D9;
}
.noUi-connect {
    background: #ffb300;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 2px;
}
.noUi-target.noUi-connect {
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.caption {
    border: 1px solid;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
}
.range-slider {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}
/*Range slider*/




.slider .swiper-container {
    width: 100%;
    height: 100%;
}
.slider__flex {
    display: flex;
    align-items: flex-start;
}
.slider__col {
    display: flex;
    flex-direction: column;
    width: 90px;
    margin-right: 20px;
}
.slider__prev, .slider__next {
    cursor: pointer;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-size: 30px;
}
.slider__prev:focus,
.slider__next:focus {
    outline: none;
}
.slider__thumbs {
    height: calc(400px - 96px);
}
.slider__thumbs .slider__image:hover {
    opacity: 1;
}
.slider__images {
    height: 400px;
}
.slider__image {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
}
.slider__image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider__prev img, .slider__next img {
    width: 25px;
}
.slider__thumbs .slider__image {
    cursor: pointer;
    border: 1px solid #213252;
    padding: 5px;
    border-radius: 5px;
}
.pagina-produs-top {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.pagina-produs-product-image {
    width: 67%;
}
.pagina-produs-product-left-info {
    width: 33%;
    background: #f4f4f4;
    margin-left: 25px;
    padding: 25px 20px;
    border-radius: 6px;
}
.pagina-produs-sec {
    background: white;
    margin-bottom: -20px;
    padding-bottom: 90px !important;
    padding-top: 120px;
}
.pagina-produs-product-price h6 {
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.pagina-produs-product-price h6:after {
    content: '';
    position: absolute;
    width: 97%;
    height: 1px;
    background: #333333;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.pagina-produs-product-price h6 span {
    font-size: 15px;
    top: -6px;
    position: relative;
    margin-right: 5px;
}
.pagina-produs-product-price h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e81529;
    position: relative;
}
.pagina-produs-product-price h2 span {
    font-size: 25px;
    position: relative;
    top: -15px;
    margin-right: 7px;
}
.pagina-produs-product-price {
    position: relative;
}
.in-stock-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #12c226;
    color: #fff;
    padding: 4px 7px;
    font-size: 14px;
}
.pagina-produs-product-raiting-wraper {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.pagina-produs-product-raiting-wraper .stars{
    margin-top: 0px;
}
.pagina-produs-product-raiting-text {
    margin-left: 10px;
    margin-top: 4px;
}
.pagina-produs-product-raiting-text p {
    font-weight: 600;
    color: #213252;
}
.pagina-produs-product-short-desc p {
    font-size: 16px;
    font-weight: 300;
    color: #223351;
    margin-top: 15px;
}
.pagina-produs-product-short-desc h5 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    color: #213252;
}
.pagina-produs-product-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.pagina-produs-product-btn h3 {
    font-size: 35px;
    font-weight: 700;
    color: #213252;
    line-height: 30px;
}
.pagina-produs-product-btn h6 {
    font-size: 18px;
    font-weight: 600;
    color: #ffb300;
}
.bttn a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    background-color: #ffb300;
    text-align: center;
    width: 200px;
    position: relative;
    justify-content: flex-end;
    padding-right: 9px;
    margin-left: auto;
    margin-right: auto;
}
.bttn a span {
    position: relative;
    z-index: 99;
    transition: .6s;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bttn a:hover:after {
    opacity: 1;
    transform: translateX(0);
    transition: .3s ease;
}
.payment-options {
    margin-top: 20px;
    text-align: right;
}
.pagina-produs-description-wraper {
    border: 1px solid #213252;
    border-radius: 5px;
    overflow: hidden;
    margin-top: -30px;
}
.pagina-produs-description-wraper ul {
    background: #213252;
    padding-left: 15px;
}
.pagina-produs-description-wraper .nav-link.active {
    background: #213252 !important;
    border: 0px !important;
    box-shadow: none !important;
    margin-bottom: 0px;
    /*padding: 0px 35px !important;*/
    position: relative;
}
.pagina-produs-description-wraper .nav-link:after{
    display: none;
}
.nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.pagina-produs-description-wraper .nav-link.active:before {
    content: "\f0da";
    position: absolute;
    left: 12px;
    font-family: 'FontAwesome';
    top: 50%;
    color: #ffb300;
    transform: translate(0px, -50%);
}
.slick-dots {
    height: fit-content;
}
.pagina-produs-description-wraper .nav-link:hover {
    color: #fff !important;
}
.pagina-produs-description-wraper .tab-pane p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #213252;
    font-weight: 300;
    line-height: 22px;
}
.pagina-produs-description-wraper .tab-pane p:last-child{
    margin-bottom: 0px;
}
li.breadcrumb-item {
    color: #213252 !important;
}
li.breadcrumb-item a {
    color: #213252;
    text-decoration: none !important;
}


.informatii-wraper-top h3 img {
    width: 40px;
    margin-right: 15px;
}
.informatii-wraper-top h3 {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.informatii-wraper-top h3 span {
    font-weight: 700;
    color: #ffb300;
    margin-left: 5px;
}
#informatii-wraper {
    margin-top: 0px;
    padding: 20px 25px 0px 25px;
    border-radius: 10px;
}
.informatii-title h3 {
    font-size: 30px;
    font-weight: 700;
    color: #223351;
}
.informatii-title {
    border-bottom: 2px solid #a7adb9;
    padding: 0px 0px 20px 0px;
}
.informatii-inner-items p {
    padding:10px 0px;
	text-align:justify;
}
.informatii-inner-wraper {
    display: block;
    justify-content: space-between;
    padding: 0px 10px;
}
#informatii-intrebari {
	max-width:720px;
	margin-top:20px;
	display:block;
	margin:0 auto;
}
#informatii-intrebari .card{
	margin-top:20px;
	border:1px solid #000;
	border-radius:5px;
}
#informatii-intrebari .intrebare, #informatii-intrebari .raspuns {
	background-color:#fff;
	border:1px solid transparent;
	border-radius:5px;
}
#informatii-intrebari .intrebare a{
    padding: 0px 10px;
	color:#000;
	text-decoration:none;
	font-weight:600;
	width:100%;
	text-align:left;
}
#informatii-intrebari a i {
    float: right;
    margin-right: 0px;
	font-size:24px;
	margin-top:-5px;
}
#informatii-intrebari a[aria-expanded="true"] .fa-sort-down:before {
    content:"\f0de";
}
#informatii-intrebari a[aria-expanded="true"] i {
	margin-top:5px;
}
#informatii-intrebari .intrebare:hover {
	background-color:#ffb300;
	border:1px solid transparent;
	border-radius:5px;
}
#informatii-intrebari .card-body{
	padding:20px 30px;
}

.forms {
    padding: 20px 25px 0px 25px;
    border-radius: 10px;
}
.forms .inner-items{
	padding:20px;
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid #fff;
	border-radius:5px;
}
.forms form label {
	color:#213252;
	font-weight:800;
	font-size:18px;
	width:100%;
	margin:10px 0px 0px 0px;
}
.forms form input,.forms form select{
	color:#213252;
	width:100%;
	padding:10px;
	margin:10px 0px;
	border:1px solid #213252;
	border-radius:5px;
	line-height:1em;	
}
.forms select {	
    background: #fff url(../img/down-filled.png) no-repeat 98% 15px !important;
}
.forms form select .current {
	color:#213252;
	font-size:16px;
	line-height:18px !Important;	
}
.forms form .button {
	display:block;
	margin:10px auto;
	color:#213252;
	font-weight:800;
	font-size:18px;
	text-decoration:none;
	border:0px solid #ccc;
}
.forms form .checkbox {
	width:15px;
	float:left;
    margin-top: 15px;
	margin-right:10px;
}
.checkboxes {
	display:block;
	margin:0px 0px 10px 0px;
	overflow:auto;
}
.login-button,.register-button  {
	background-color:#ffb300;
	border:1px solid #ffb300;
	margin-top:20px !important;
}
.register-button:hover, .login-button:hover {
	background-color:#213252;
	color:#fff !important;
	border:1px solid #213252;
}
.forms form .checkbox-label{
	width:calc(100% - 35px);
	float:left;
	font-weight:400;
}
.forms .right {
	text-align:right;	
	color:#213252;
	font-size:18px;
	margin-top:10px;
}

.forms .right a{
	color:#213252;
}
.forms .left {
	text-align:left;	
	color:#213252;
	font-size:18px;
	margin-top:10px;
}

.forms .left a{
	color:#213252;
}
.forms .conf a{
	color:#ffb300;
	display:inline;
}
.account-mobile {
	display:block;
}
.account-mobile {
	display:none;
	margin:20px 0px 0px 0px;
	font-size:18px;
	font-weight:800;
	text-transform:underline;
	color:#213252;
}
.clear-all {
	width:100%;
	display:block;
	overflow:auto;
	margin:10px 0px;
	font-weight:800;
}
.clear-all.checkboxes {
	margin-top:-20px !important;
}
.adress-div label b {
    display: block;
    width: fit-content;
    float: left;
    padding: 0px 10px 10px 0px;
}
.modifica {
    color: #ffb300 !important;
}
.adress-row {
	border-bottom:1px solid #213252;
	padding-bottom:10px;
	width:100%;
}
.adress-offset {
	padding-left:25px;
}
.plata-div {
    width: 100%;
    border-top: 1px solid #213252;
    display: block;
    overflow: auto;
    padding: 10px 0px;
}
.plata-div label,.clear-all label {	
	font-weight:800 !important;
}
.plata-div.first {
	border-top:0px solid #213252;
}
a.adresa-button.button {
    border: 1px solid #213252 ;
    border-radius: 5px;
    width: fit-content;
    display: inline;
    float: left;
	margin-right:20px;
    text-align: left;	
    font-size: 16px;
    font-weight: 700;
    color: #213252;
    border: 1px solid;
    padding: 11px 25px;
}
a.adresa-button.button:hover {	
    background: #213252;
    color: #fff;
    border: 1px solid #213252;
}
.table-striped>tbody>tr {
    --bs-table-accent-bg: #fff;
    color: #213252;
}
.table-striped>tbody>tr:nth-of-type(4n-1) {
    --bs-table-accent-bg: #ffb300;
    color: #213252
}
.table-striped>tbody>tr>td,.table-striped>tbody>tr>th {
	font-weight:700;
	padding:10px 5px;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: transparent;
}
.color-blue {	
	color:#213252;
	font-size:17px;
}
.bold {
	font-weight:700;
}
.cosul-menu {	
   	width: 380px !important;
    top: 20px !important;
	padding:10px !Important;
}
.cos-title {
	font-size:17px !Important;
}
.cosul-menu:after{
	content:"";
	position: absolute;
	display: block;
	width:10px;
	height: 7px;
	background-image: url(../images/corner-top.png);
	top:0;
	background-size:100% 100%;
	top: -8px;
    right: 52px;
    margin: auto;
}
.detalii-button {
	color:#213252;
	background-color:#fff;
	padding:2px 10px;
	border:1px solid #fff;
	border-radius:5px;
}
.detalii-button:hover {	
    color:#fff;
	background-color:#213252;
	border:1px solid #213252;
}
.finalizare-button {
	color:#213252;
	background-color:#ffb300;
	padding:5px 20px;
	margin-top:10px;
	border:1px solid #ffb300;
	border-radius:5px;
	font-size:16px;
	font-weight:700;
}
.finalizare-button:hover {	
    color:#fff;
	background-color:#213252;
	border:1px solid #213252;
}
.red-div {
	background:#ff0000;
	color:#fff;
	width:100%;
	padding:15px 20px;
	text-align:center;
	font-size:16px;
	margin:10px 0px;
}
select {
	width:100%;
	border:1px solid #213252 !important;
	padding:12px 10px;
	border-radius:5px;
	background-image: url("../img/down-filled.png");
	background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 17px;
}
tr.details-tr td{
	height:auto !important;
}
tr.details-tr.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0s ease;
}
.table.table-striped {
	overflow:hidden;
}
tr.collapse div.row {
	margin-top:5px;
	margin-bottom:5px;
}
#topdropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    font-weight: 600;
    min-width: 100%;
    border: 1px solid #ddd;
    z-index: 1;
    top: 45px;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#topdropdown a {
    color: #213252;	
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}
#topdropdown a:hover {
	background-color:#ddd;
}
.mobile-only {
	display:none;
}

#comenziile td.wide-td {
	width:100%;	
}
.wide-td .desktop-only .col-md-2 {
	text-align:center;
}
@media screen and (max-width:768px) {
	.right {
		text-align:left !Important;
	}	
	.pagina-produs-sec {
		padding-bottom: 50px !important;
	}
	.pagina-produs-product-btn {
		display:block;
	}
	.account-mobile {
		display:block;
	}
	.pagina-produs-product-btn .bttn a {
		margin-top:10px;
		width: 100%!Important;
		font-size: 16px;
		text-align:center;
		justify-content:center;
	}
	
	.desktop-only {
		display:none;
	}	
	.mobile-only {
		display:block;
	}
	a.adresa-button.button {
		font-size:14px;
		margin:5px auto;
		width:100%;
	}
	.mobile-only .col-xs-12 {
		border-bottom:1px solid #ccc;
		margin-bottom:5px;
	}
}
@media only screen and (max-width: 800px) {
        /* Force table to not be like tables anymore */
        #comenziile table,
        #comenziile thead,
        #comenziile tbody,
        #comenziile th,
        #comenziile td,
        #comenziile tr {
        display: block;
        }
		
		.container {			
			padding-right: var(--bs-gutter-x,.75rem);
			padding-left: var(--bs-gutter-x,.75rem);
		}
		#comenziile .collapse {
			display:none;
		}
		#comenziile .collapse.show {
			display:block;
		}
        #comenziile thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        }
         
        #comenziile tr { border: 1px solid #ccc; }
          
        #comenziile td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
        }
         
        #comenziile td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
        }
        #comenziile td.wide-td {
			padding-left:10px;	
		}
        #comenziile td.wide-td:before {
			display:none;
		}
        #comenziile td:before { content: attr(data-title); }
        }




@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}
@media (min-width: 1400px){
	.container {
	    max-width: 1200px;
	}
	
}
@media (max-width: 1399.98px) {
	.product-slider-item {
	    padding: 12px 5px;
	}
	.product-slider-item-buy-btn a,.button-pas-urmator  {
	    font-size: 15px;
	}
	.product-slider-item-buy-btn a span, .button-pas-urmator span {
	    padding: 9px 7px;
	}
	.font-h2 {
	    font-size: 27px;
	    letter-spacing: 1px;
	}
	.font-h1 {
	    font-size: 45px;
	}
	.home-top-slider-item-price h1 {
	    font-size: 50px;
	}
	.home-top-slider-item-price h2 {
	    font-size: 35px;
	}
	.home-top-slider-item-action-btns {
	    margin-top: 85px;
	    margin-bottom: 30px;
	}
	.header-bottom-blocks h4 {
	    font-size: 22px;
	}
	.dropdown-submenu>.dropdown-menu {
	    width: 932px;
	}
	.footer-top-item p {
	    font-size: 14px;
	}
	.footer-top-item span {
	    width: 50px;
	    height: 50px;
	    margin-right: 10px;
	}
	.footer-top-item img {
	    width: 35px;
	}

}

@media (max-width: 1199.98px) {
	.product-slider .owl-nav {
	    width: 109%;
	}
	.font-h2 {
	    font-size: 20px;
	    letter-spacing: 1px;
	}
	.font-h1 {
	    font-size: 40px;
	}
	.home-top-slider-item-price h1 {
	    font-size: 45px;
	}
	.home-top-slider-item-price h2 {
	    font-size: 30px;
	}
	.previous-price:after {
	    top: 59%;
	}
	.home-top-slider-item-action-btns {
	    margin-top: 50px;
	    margin-bottom: 20px;
	}
	.header-bottom-blocks h4 {
	    font-size: 18px;
	}
	.header-bottom-blocks h5 {
	    font-size: 15px;
	}
	.footer-top-item span {
	    width: 30px;
	    height: 30px;
	}
	.footer-top-item img {
	    width: 20px;
	}
	.footer-top-item p {
	    color: #fff;
	    font-size: 12px;
	}
	.footer-newsletter-subscribe-text p {
	    font-weight: 700;
	    font-size: 14px;
	}
	.copyright-text p {
	    font-size: 14px;
	}
	.copyright-menus a {
	    font-size: 14px;
	}
	.footer-pera p {
	    color: #fff;
	    font-size: 14px;
	    line-height: 24px;
	}
	.product-promotion-full-item {
	    padding: 0px;
	}
	.product-promotion-full-item h4 {
	    font-size: 20px;
	    color: #fff;
	    margin-bottom: 1px;
	}
	.product-promotion-full-item p {
	    font-size: 15px;
	    color: #fff;
	}
	.product-promotion-full-item a {
	    font-size: 15px;
	    color: #333333;
	    padding: 0px 0px;
	    border-radius: 6px;
	    margin-top: 0px;
	}
	.product-promotion-four-item-info h3, .product-promotion-eight-item-info h3, .product-promotion-half-item-info h3 {
	    font-size: 20px;
	}
	.product-promotion-four-item-info p, .product-promotion-eight-item-info p, .product-promotion-half-item-info p {
	    font-size: 16px;
	}
	.submenu-categorie-items a {
	    font-size: 15px;
	}
	.dropdown-submenu>.dropdown-menu {
	    width: 752px;
	}
	.comanda-plasata-top-item img {
	    width: 25px;
	}
	.comanda-plasata-top-item span {
	    width: 45px;
	    height: 45px;
	}
	.comanda-plasata-top:after {
	    height: 4px;
	}
	.sumar-comanda-wraper-top h3 {
	    font-size: 25px;
	}
	.sumar-comanda-wraper-top h3 img {
	    width: 30px;
	    margin-right: 10px;
	}
	.sumar-comanda-title h3 {
	    font-size: 25px;
	}
	.cos-cumparaturi-items-wraper {
	    width: 73%;
	}
	.cos-cumparaturi-total-plata {
	    width: 24%;
	    height: max-content;
	}
	.cos-cumparaturi-items > div:after {
	    right: -17px;
	}
	.cos-cumparaturi-items-add select {
	    width: 70px;
	}
	.cos-cumparaturi-items-content h5 {
	    font-size: 14px;
	    line-height: 20px;
	}
	.cos-cumparaturi-items {
	    display: flex;
	    padding: 15px;
	    background: #fff;
	    border-radius: 8px;
	    justify-content: space-between;
	    height: 125px;
	    margin-bottom: 25px;
	}
	.cos-cumparaturi-items-content span {
	    font-size: 14px;
	}
	.comanda-plasata-top-item span svg {
	    height: auto;
	    width: 20px;
	}
	.comanda-plasata-top-item.cart-icon span svg {
	    width: 25px;
	}
	.comanda-plasata-top-item:after {
	    width: 400px;
	}

}

@media (max-width: 991.98px) {
	.user-profile span {
	    display: none;
	}
	.menu-cart span {
	    display: none;
	}
	span.active-number.mr-10 {
	    display: block;
	}
	.user-profile .dropdown-toggle::after {
	    display: none;
	}
	.menu-cart .dropdown-toggle::after {
	    display: none;
	}
	.desktop-top-menu{
		display: none;
		padding: 0px;
	}
	.menu-categoris {
	    display: none;
	}
	/*.desktop-nav{
		display: none;
	}*/
	section#top-menu {
	    padding: 20px 0px;
	    background: white;
	    padding-bottom: 10px;
	}
	.mobile-top-menu{
		display: block;
	}
	section#mobile-nav{
		display: block;
	}
	.font-h1 {
	    font-size: 35px;
	}
	.font-h2 {
	    font-size: 16px;
	    letter-spacing: 1px;
	}
	.home-top-slider-item-price h2 {
	    font-size: 25px;
	}
	.home-top-slider-item-price h1 {
	    font-size: 40px;
	}
	.home-top-slider-item-action-btns a {
	    padding: 12px 10px;
	    width: 140px;
	    margin-right: 5px;
	}
	.owl-nav button i {
	    font-size: 20px !important;
	    width: 30px;
	    height: 30px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    border-radius: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.owl-nav button {
	    font-size: 20px !important;
	    height: 30px;
	    width: 30px;
	    margin-left: 10px;
	}
	.product-slider .owl-nav {
	    width: 111%;
	}
	.section-title h2 {
	    font-size: 26px;
	    letter-spacing: .5px;
	}
	.footer-bottom-left {
	    display: block;
	    justify-content: space-between;
	}
	.footer-social {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.footer-bottom-wraper > div {
	    width: 100%;
	}
	.footer-bottom-wraper {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.footer-logo {
	    margin-right: 0;
	}
	.footer-logo {
	    margin-right: 0;
	    text-align: center;
	}
	.footer-bottom-left {
	    margin-bottom: 20px;
	}
	.copyright-menus {
	    text-align: center;
	}
	.copyright-text {
	    text-align: center;
	    margin-top: 10px;
	}
	.copyright {
	    padding: 25px;
	    margin-top: 0px;
	}
	.footer-newsletter-subscribe > div {
	    width: 100%;
	}
	.footer-newsletter-subscribe {
	    flex-wrap: wrap;
	    text-align: center;
	}
	.footer-newsletter-subscribe-text {
	    margin-bottom: 10px;
	}
	.footer-newsletter-subscribe-text p {
	    font-weight: 700;
	    font-size: 16px;
	}
	.footer-top-item {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.footer-top-item p {
	    color: #fff;
	    font-size: 16px;
	}
	.footer-top-item span {
	    width: 50px;
	    height: 50px;
	}
	.footer-top-item img {
	    width: 30px;
	}
	.footer-top-item {
	    margin-bottom: 7px;
	    margin-top: 7px;
	}
	.owl-dots {
	    position: absolute;
	    top: 5px;
	    right: 7px;
	}
	.product-promotion-half-item-info {
	    position: absolute;
	    bottom: 20px;
	    width: 280px;
	}
	.text-flot-right {
	    width: 100%;
	}
	nav#mobile-nav-menu ul {
	    margin-bottom: 0;
	}
	section#home-top {
	    margin-top: 30px;
	}
	.pise-universe-dropdown{
		width:100%;
		margin-bottom: 0px;
	}
	.pise-universe-dropdown .dropdown-submenu:hover>.dropdown-menu {
	    display: block;
	    margin-top: 6px;
	}
	.dropdown.pise-universe-dropdown.visible-xs.open {
	    display: block;
	}
    .dropdown.pise-universe-dropdown.hidden-xs {
	    display: none;
	}
	.mobile-top-menu .container {
	    padding: 0px 0px !important;
	}
	.mobile-top-menu .container {
	    padding: 0px 0px !important;
	    max-width: 720px;
	}
	.menu-item-right{
		display: none;
	}
	.dropdown-submenu:hover {
	    background-color: #ffb300;
	    box-shadow: none;
	    overflow: hidden;
	}
	.multi-level .dropdown-submenu {
	    padding: 6px 0px;
	    padding-left: 0px;
	    padding-bottom: 0px;
	}
	.dropdown-menu .dropdown-submenu a {
	    position: relative;
	    width: 100%;
	    padding: 0px 15px;
	}
	.dropdown.pise-universe-dropdown.visible-xs.open.show .dropdown-submenu>.dropdown-menu {
	    width: 101%;
	}
	.top-menu-search.mobile-top-menu-search {
	    width: 100%;
	    margin-top: 10px;
	    margin-bottom: 5px;
	}
	.product-promotion-four-item {
	    margin-bottom: 30px;
	}
	.categorie-mesterino-content {
	    margin-top: 0;
	}
	.sumar-comanda-inner-items {
	    display: flex;
	    width: 48%;
	}
	.sumar-comanda-title {
	    border-bottom: 2px solid #a7adb9;
	    padding: 15px 0px;
	    margin-top: 25px;
	}
	.comanda-plasata-top-item img {
	    width: 20px;
	}
	.comanda-plasata-top-item p {
	    font-size: 15px;
	}
	.comanda-plasata-top-item span {
	    width: 40px;
	    height: 40px;
	    margin-right: 5px;
	}
	.comanda-plasata-top-item {
	    padding: 0px 5px;
	}
	.cos-cumparaturi-wraper {
	    flex-wrap: wrap;
	}
	.cos-cumparaturi-items-wraper {
	    width: 100%;
	}
	.cos-cumparaturi-wraper {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.cos-cumparaturi-total-plata {
	    width: 100%;
	    height: max-content;
	    margin-top: 25px;
	}
	.comanda-ta-content-wraper .product-slider-item-buy-btn .product-slider-item-buy-btn a,.comanda-ta-content-wraper .product-slider-item-buy-btn .button-pas-urmator {
	    font-size: 16px;
	}
	.alert p {
	    font-size: 16px;
	}
	.alert img {
	    width: 20px;
	}
	.product-slider-item-buy-btn a, .button-pas-urmator {
	    font-size: 15px;
	    width: 200px;
	}
	.comanda-ta-content-wraper .product-slider-item-buy-btn a,.comanda-ta-content-wraper .button-pas-urmator {
	    font-size: 15px;
	    width: 100%;
	    justify-content: center;
	    position: relative;
	    height: 43px;
	}
	.comanda-ta-content-wraper .product-slider-item-buy-btn span {
	    margin-right: 25px;
	    position: absolute;
	    left: 0;
	    width: 70px;
	    text-align: center;
	}
	.inner-banner-area {
	    padding-top: 205px !important;
	}
	.comanda-plasata-top-item:after {
	    width: 340px;
	}

}

@media (max-width: 767.98px) {
	.mobile-top-menu .container {
	    padding: 0px 20px !important;
	}
	a.dropdown-toggle.categori-main-title, nav#mobile-nav-menu a {
	    padding: 10px 20px !important;
	}
	nav#mobile-nav-menu a.dropdown-toggle::after {
	    right: 20px !important;
	}
	.main-logo {
	    margin-right: 0;
	}
	.container {
	    padding: 0px 10px !important;
	    max-width: 100%;
	}
	.product-slider .owl-nav {
	    position: absolute;
	    top: -60px;
	    right: 0;
	    width: 75px !important;
	    display: flex;
	    justify-content: space-between;
	    left: inherit;
	    transform: inherit;
	}
	.product-slider .owl-dots {
	    position: absolute;
	    top: -40px;
	    right: 0px;
	    display: none;
	}
	.product-promotion-half-item {
	    margin-bottom: 5px;
	    margin-top: 5px;
	}
	.header-bottom-blocks > div {
	    width: 100% !important;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.header-bottom-blocks {
	    margin-top: 25px;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.product-promotion-full-item {
	    background-position: right !important;
	}
	.product-promotion-four-item {
	    margin-bottom: 15px;
	}
	.mobile-top-menu .container {
	    padding: 0px 10px !important;
	    max-width: 100%;
	}
	.owl-dots {
	    position: absolute;
	    top: 5px;
	    right: 5px;
	}
	.top-menu-search.mobile-top-menu-search {
	    width: 100%;
	    margin-top: 10px;
	    margin-bottom: 7px;
	}
	.header-bottom-blocks > div {
	    text-align: center;
	}
	.product-slider .owl-nav {
	    top: -51px;
	}
	.sumar-comanda-inner-items-content h4 {
	    font-size: 18px;
	}
	.sumar-comanda-inner-items-content p {
	    font-size: 14px;
	}
	.continue-btn a {
	    font-size: 16px;
	}
	.sumar-comanda-inner-items {
	    display: flex;
	    width: 100%;
	}
	.sumar-comanda-wraper-top h3 {
	    font-size: 25px;
	    display: flow-root;
	    text-align: center;
	}
	.cos-cumparaturi-items {
	    display: flex;
	    flex-wrap: wrap;
	}
	.cos-cumparaturi-items-content {
	    width: 100%;
	    margin-bottom: 30px;
	    margin-left: 185px;
	}
	.cos-cumparaturi-items-image {
	    width: 100%;
	}
	.cos-cumparaturi-items-add-remove {
	    width: 100%;
	}
	.cos-cumparaturi-items-price {
	    width: 100%;
	}
	.cos-cumparaturi-items {
	    justify-content: left;
	    height: auto;
	    padding: 25px 25px;
	    position: relative;
	}
	.cos-cumparaturi-items > div:after {
	    display: none;
	}
	.cos-cumparaturi-items-content span {
	    width: 100%;
	    position: inherit;
	    bottom: 0;
	}
	.cos-cumparaturi-items-add-remove {
	    width: 130px;
	    justify-content: space-between;
	    margin-bottom: 30px;
	    margin-left: 185px;
	}
	.cos-cumparaturi-items-price {
	    width: 100%;
	    display: block;
	    text-align: left;
	}
	.cos-cumparaturi-items-content h5 {
	    font-size: 16px;
	    line-height: 22px;
	}
	.cos-cumparaturi-items-content span {
	    font-size: 16px;
	    margin-top: 10px;
	}
	.cos-cumparaturi-items-price h4 {
	    font-size: 28px;
	    font-weight: 700;
	    color: #223351;
	    width: 100%;
	}
	.cos-cumparaturi-items-price h4 span {
	    position: relative;
	    margin-right: 5px;
	    font-size: 16px;
	    top: -8px;
	}
	.cos-cumparaturi-items-price p {
	    font-size: 18px;
	    color: #223351;
	    width: 100%;
	    margin-bottom: 2px;
	}
	.cos-cumparaturi-total-plata h5 {
	    font-size: 18px;
	}
	.cos-cumparaturi-items-image {
	    width: 160px;
	    margin-bottom: 30px;
	    position: absolute !important;
	    left: 25px;
	}
	.cos-cumparaturi-items-price > div {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    border-top: 1px solid gainsboro;
	    padding-top: 20px;
	}
	.cos-cumparaturi-items-price > div p {
	    width: auto;
	    font-size: 20px;
	}
	.cos-cumparaturi-items-price > div h4 {
	    width: auto;
	}
	.comanda-ta-plata .cos-cumparaturi-items-price > div {
	    padding-top: 0px;
	    border-top: 0;
	}
}
@media (max-width: 600px) {
	.product-slider .owl-nav {
	    width: 100%;
	}
	.sumar-comanda-inner-wraper {
	    display: block;
	}
	.sumar-comanda-inner-items {
	    margin-bottom: 25px;
	}
	.sumar-comanda-inner-items:last-child{
		margin-bottom: 0px;
	}

}
@media (max-width: 575.98px) {
	.home-top-slider-item-text {
	    width: 100%;
	}
	.home-top-slider-item-image {
	    width: 100%;
	}
	.home-top-slider-item {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    flex-wrap: wrap;
	    flex-direction: column-reverse;
	}
	.home-top-slider-item-title {
	    margin-top: 15px;
	    margin-bottom: 30px;
	}
	.home-top-slider-item-action-btns {
	    margin-top: 30px;
	    margin-bottom: 0px;
	}
	.product-slider-item-buy-btn a span, .button-pas-urmator span {
	    padding: 9px 15px;
	    margin-right: 20px;
	}
	.section-title h2 {
	    font-size: 22px;
	    letter-spacing: .5px;
	    display: inline-block;
	}
	.product-slider-wraper {
	    margin-top: 14px;
	}
	.owl-dots {
	    position: absolute;
	    top: 0px;
	    right: 5px;
	}
	.container {
	    padding: 0px 10px;
	}
	.mobile-top-menu .container {
	    padding: 0px 10px !important;
	    max-width: 720px;
	}
	.header-bottom-blocks a {
	    width: 100%;
	}
	.product-categori-wraper {
	    margin-top: 0px;
	}
	.owl-nav {
	    position: absolute;
	    top: -31px;
	    right: 0;
	}
	section#product-promotion-half {
	    padding: 6px 0px;
	    padding-bottom: 0px;
	}
	section#home-top {
	    margin-top: 20px;
	}
	.header-bottom-blocks {
	    margin-top: 13px;
	}
	section#product-categori {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#recommended-products {
	    padding: 20px 0px;
	    padding-bottom: 00px;
	}
	.product-slider .owl-nav {
	    position: absolute;
	    top: -42px;
	}
	section#product-promotion-full, #product-promotion-full2 {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#noi-products {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#product-promotion-half {
	    padding: 0px 0px;
	    padding-bottom: 0px;
	}
	.product-promotion-half-item {
	    margin-bottom: 0px;
	    margin-top: 20px;
	}
	section#gradina-products {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#auto-products {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#product-promotion-four-eight {
	    padding: 20px 0px;
	}
	.product-promotion-four-item {
	    margin-bottom: 20px;
	}
	.header-bottom-blocks > div {
	    width: 100% !important;
	    margin-top: 0px;
	    margin-bottom: 20px;
	}
	.header-bottom-blocks > div:last-child{
		margin-bottom: 0px;
	}
	.categorie-mesterino-content .product-promotion-half-item {
	    margin-bottom: 25px;
	    margin-top: 0px;
	}
	.comanda-plasata-top {
	    flex-wrap: wrap;
	}
	.comanda-plasata-top-item p {
	    font-size: 15px;
	    display: block;
	}
	.comanda-plasata-top-item {
	    padding: 0px 10px;
	}
	.sumar-comanda-wraper-top h3 {
	    font-size: 20px;
	    display: block;
	    text-align: center;
	}
	.sumar-comanda-wraper-top h3 img {
	    width: 30px;
	    margin-right: 10px;
	    display: block;
	    margin: 0 auto;
	    margin-bottom: 10px;
	}
	.sumar-comanda-title h3 {
	    font-size: 20px;
	}
	.sumar-comanda-wraper {
	    padding: 20px;
	}
	.cos-cumparaturi-total-plata h5 {
	    font-size: 16px;
	}
	.comanda-plasata-top-item span {
	    width: 40px;
	    height: 40px;
	    margin-right: 5px;
	    margin: 0 auto;
	}
	.comanda-plasata-top-item {
	    display: block;
	    text-align: center;
	}
	.comanda-plasata-top-item:after {
	    width: 240px;
	}
	.comanda-plasata-top-item:first-child:after {
	    width: 250px;
	}
	.comanda-plasata-top-item:last-child {
	    padding-right: 0px;
	    margin-right: -1px;
	}
	.cos-cumparaturi-items-price > div {
	    padding-top: 10px;
	}
}


@media (max-width: 500px) {
	.main-logo img {
	    margin-top: 0px;
	    width: 170px;
	}
	.dropdown img {
	    width: 20px;
	}
	button#user-profile-menu {
	    width: 100%;
	    padding: 0px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	button#menu-cart {
	    padding: 0px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.mobile-top-menu-right {
	    display: flex;
	    align-items: center;
	}
	.mr-10 {
	    margin-right: 0;
	    margin-left: 10px;
	}
	.mobile-top-menu-right .user-profile:before {
	    position: absolute;
	    content: '';
	    height: 76%;
	    width: 1px;
	    background: #333333;
	    top: 50%;
	    right: -6px;
	    transform: translate(0px, -50%);
	}
	.triger-icon img {
	    width: 15px;
	}
	.triger-icon {
	    background: #213252;
	    padding: 4px;
	    border-radius: 4px;
	    width: 23px;
	    height: 23px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	a.dropdown-toggle.categori-main-title {
	    font-size: 16px !important;
	}
	.top-menu-search button {
	    padding: 8px 15px;
	    border: 1px solid #d1d3d9;
	    border-left: none;
	}
	section#product-categori {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#product-promotion-full, #product-promotion-full2 {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#product-promotion-full, #product-promotion-full2 {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#noi-products {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#product-promotion-half {
	    padding: 0px 0px;
	    padding-bottom: 0px;
	}
	section#gradina-products {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#auto-products {
	    padding: 20px 0px;
	    padding-bottom: 0px;
	}
	section#product-promotion-four-eight {
	    padding: 20px 0px;
	}
	.cos-cumparaturi-items-image {
	    width: 100px;
	}
	.cos-cumparaturi-items-content {
	    width: 100%;
	    margin-bottom: 30px;
	    margin-left: 120px;
	}
	.cos-cumparaturi-items-add-remove {
	    width: 130px;
	    justify-content: space-between;
	    margin-bottom: 30px;
	    margin-left: 120px;
	}
}

@media (max-width: 450px) {
	.home-top-slider-item-title {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.home-top-slider-item-action-btns {
	    margin-top: 20px;
	    margin-bottom: 0px;
	}
	.home-top-slider-item-action-btns a {
	    padding: 12px 10px;
	    width: 120px;
	    margin-right: 5px;
	    font-size: 14px;
	}
	button.owl-dot {
	    width: 10px;
	    height: 10px;
	    background: #e0e0e0 !important;
	}
	.owl-dots {
	    position: absolute;
	    top: 0px;
	    right: 6px;
	}
	.header-bottom-blocks > div {
	    width: 100% !important;
	}
	.owl-nav {
	    width: 60px !important;
	}
	.owl-nav button i {
	    font-size: 17px !important;
	    width: 25px;
	    height: 25px;
	}
	.owl-nav button {
	    font-size: 20px !important;
	    height: 25px;
	    width: 25px;
	    margin-left: 5px;
	}
	.product-slider .owl-nav {
	    width: 60px !important;
	}
	.section-title h2 {
	    font-size: 20px;
	    letter-spacing: .5px;
	    display: inline-block;
	}
	.product-slider-wraper {
	    margin-top: 19px;
	}
	.product-slider-item-buy-btn a, .button-pas-urmator {
	    font-size: 15px;
	    position: relative;
	    padding: 0px 0px;
	}
	.product-slider-item-buy-btn a span,.button-pas-urmator span {
	    padding: 9px 15px;
	    margin-right: 8px;
	    position: inherit;
	    left: 0;
	}
	.footer-top-item {
	    display: block;
	    text-align: center;
	}
	.footer-top-item span {
	    width: 50px;
	    height: 50px;
	    margin: 0 auto;
	}
	.footer-top-item {
	    margin-bottom: 12px;
	    margin-top: 12px;
	}
	.footer-top-item p {
	    margin-top: 8px;
	}
	.footer-newsletter-subscribe-form button {
	    font-size: 14px;
	}
	.footer-bottom-right {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.submenu-categorie-items a {
	    font-size: 15px;
	    display: block;
	    text-align: center;
	}
	.submenu-categorie-items {
	    margin-bottom: 20px;
	    margin-right: 15px;
	}
	.product-categori-slider-item p {
	    font-size: 14px;
	    margin-top: 5px;
	}
	.product-promotion-half-item {
	    padding: 0px;
	}
	.product-promotion-four-item {
	    padding: 0px;
	}
	.product-promotion-eight-item {
	    padding: 0px;
	}
	.footer-bottom-right > div {
	    width: 100%;
	    text-align: center;
	}
	.top-menu-search.mobile-top-menu-search {
	    width: 100%;
	    margin-top: 20px;
	}
	.pise-universe-dropdown {
		margin-bottom: 0;
	}
	.pise-universe-dropdown {
		margin-bottom: 0;	
	}
	.pise-universe-dropdown {
		margin-bottom: 0;	
	}
	button#user-profile-menu-mobile {
	    padding: 0px;
	}
	button#menu-cart-mobile {
	    padding: 0;
	}
	button#user-profile-menu-mobile:focus, button#menu-cart-mobile:focus {
	    border-color: transparent !important;
	    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
	}
	.dropdown-menu-end {
	    --bs-position: end;
	    margin-top: 10px !important;
	}
	.categorie-mesterino-page-item-wraer .categorie-mesterino-page-item {
	    padding: 5px 5px;
	}
	.comanda-plasata-top-item:after {
	    width: 190px;
	}
	.comanda-plasata-top-item {
	    width: 27%;
	}
	.comanda-plasata-top-item span {
	    width: 30px;
	    height: 30px;
	    margin-right: 5px;
	    margin: 0 auto;
	}
	.comanda-plasata-top-item span svg {
	    height: auto;
	    width: 13px;
	}
	.comanda-plasata-top-item.cart-icon span svg {
	    width: 17px;
	}
	.comanda-plasata-top-item p {
	    font-size: 12px;
	    display: block;
	}
	.cos-cumparaturi-items {
	    justify-content: left;
	    height: auto;
	    padding: 15px 15px;
	    position: relative;
	}
	.cos-cumparaturi-items-price h4 {
	    font-size: 20px;
	}
	.cos-cumparaturi-items-price > div p {
	    font-size: 16px;
	}
	.cos-cumparaturi-items-price h4 span {
	    font-size: 13px;
	    top: -5px;
	}
	.alert p {
	    font-size: 15px;
	}
	.cos-cumparaturi-items-content span {
	    font-size: 15px;
	}
	.cos-cumparaturi-items-image {
	    width: 80px;
	}
	.cos-cumparaturi-items-content {
	    margin-bottom: 20px;
	    margin-left: 100px;
	}
	.cos-cumparaturi-items-add-remove {
	    margin-bottom: 20px;
	    margin-left: 100px;
	}

}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #213252;
    color: #ffffff !important;
}
.sidebar-collapse-menu a.nav-link:after {
    display: none;
}




/*=== New Update ===*/

.checkbox-wraper {
    border-bottom: 1px solid #21325245;
    position: relative;
}
.checkbox-c {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}
.checkbox-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 20px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #213252;
    border-radius: 2px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-c input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-c .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #213252;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-c > span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    display: flex;
    color: #223351;
}
.checkbox-c > div b {
    margin-right: 10px;
}
.checkbox-c a {
    font-size: 16px;
    color: #ffb300;
    position: absolute;
    right: 0;
    top: 18px;
}
.detalii-comanda-items {
    padding: 0px 20px;
    background: white;
    border-radius: 5px;
    padding-bottom: 15px;
    margin-top: 20px;
}
.detalii-comanda-items-add-link a {
    font-weight: 700;
    color: #213252;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 15px;
}
.detalii-comanda-items-add-link a:hover{
	color: #fff;
	background: #213252;
	border-color: #213252;
}
.detalii-comanda-items-add-link a i {
    font-size: 13px;
    margin-right: 7px;
}
.detalii-comanda-items-add-link {
    margin-top: 20px;
}
.detalii-comanda-items-title h2 {
    color: #333333;
    font-weight: 400;
    font-size: 30px;
}
.detalii-comanda-wraper {
    margin-top: 20px;
}
.checkbox-c.inner-checkbox {
    margin-left: 29px;
    padding-top: 0px;
}
.checkbox-c.inner-checkbox .checkmark {
    top: 4px;
}
.payments-logo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.border-none {
    border: none;
}
.border-none .checkbox-c {
    padding-bottom: 0;
}
.bg-none{
	background: none;
}
.detalii-comanda-page-wraper .cos-cumparaturi-total-plata {
    margin-top: 75px;
}
.detalii-comanda-items.bg-none{
    background: none;
    margin-top: -20px !important;
}
.tabs-btn-wraper button {
    display: block !important;
    color: #213252 !important;
    font-weight: 400;
}
.tabs-btn-wraper ul {
    display: block;
}
.tabs-btn-wraper .nav-tabs .nav-link.active:after{
    display: none;
}
.tabs-btn-wraper .nav-tabs .nav-link.active {
    background: #ffb300 !important;
    color: #213252 !important;
    font-weight: 700;
}
.tabs-btn-wraper {
    background: white;
    padding: 15px;
    border-radius: 6px;
}
.tabs-btn-wraper .nav-link:hover {
    color: #213252 !important;
}
.nav-tabs {
    border-bottom: none;
}
.tabs-btn-wraper .nav-tabs .nav-link img {
    width: 20px;
}
.tabs-btn-wraper .nav-tabs .nav-link {
    padding: 0px 15px !important;
}
.tab-content {
    box-shadow: none;
    padding: 15px 20px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
}
.input-tab-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input-tab-content-title {
    width: 100%;
}
.input-tab-full {
    width: 100%;
}
.input-tab-half {
    width: 49%;
}
.input-tab input {
    border: 1px solid #213252;
    padding: 12px 15px;
    border-radius: 5px;
    width: 100%;
    color: #213252;
}
.input-tab input::placeholder{
    color: #213252;
}
.input-tab h5 {
    color: #223351;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}
.input-tab a {
    font-size: 16px;
    font-weight: 700;
    color: #213252;
    border: 1px solid;
    padding: 11px 25px;
    border-radius: 5px;
}
.input-tab a:hover{
    background: #213252;
    color: #fff;
    border: 1px solid #213252;
}
.input-tab {
    margin-bottom: 15px;
}
.input-tab-content-title {
    border-bottom: 1px solid #21325261;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.input-tab-content {
    margin-bottom: 25px;
}
.input-tab-content:last-child{
    margin-bottom: 0px;
}
.input-tab-content-title h2 {
    font-size: 30px;
}
select {
    width: 100%;
}
.input-tab select {
    border: 1px solid #213252;
    width: 100%;
}
.input-tab ul.list li {
    font-size: 15px;
    color: #213252;
}
.categorie-mesterino-content {
    margin-top: 0;
}
.subcategorie-mesterino ul.sidebar-collapse-menu {
    background: #213252;
    padding-bottom: 15px;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 0px;
    margin-top: -1px;
}
.subcategorie-mesterino ul.sidebar-collapse-menu a.nav-link {
    color: #fff !important;
    border: 0px;
    margin-bottom: 0px !important;
    line-height: 25px;
    font-weight: 500;
    padding: 0px 5px !important;
    display: table;
}
.subcategorie-mesterino h5 {
    padding: 20px 20px 0px !important;
    border-radius: 10px 10px 0px 0px;
}
.subcategorie-mesterino .sidebar-collapse-menu a:hover {
    background: transparent;
}
.categorie-mesterino-collapse {
    background: white;
    padding: 20px 20px;
    border-radius: 7px;
}
.categorie-mesterino-collapse button {
    padding: 0px;
    font-weight: 700;
    color: #213252;
    width: 100%;
    text-align: left;
    position: relative;
}
.categorie-mesterino-collapse button:after {
    content: "\f0d8";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'FontAwesome';
    transform: translate(0px, -50%);
    font-size: 20px;
}
.categorie-mesterino-collapse button[aria-expanded="false"]:after{
    transform: translate(0px, -50%) rotate(180deg);
}
.categorie-mesterino-collapse .card.card-body {
    padding: 0;
    border: none;
    margin-top: 15px;
}
.categorie-mesterino-collapse .checkbox-c > div {
    width: 100%;
}
.categorie-mesterino-collapse .checkbox-c {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 25px;
    margin-bottom: 5px;
}
.categorie-mesterino-collapse .checkbox-wraper{
    border: 0px;
}
.categorie-mesterino-collapse .checkmark{
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #213252;
    border-radius: 2px;
}
.detalii-comanda-items .checkmark {
    position: absolute;
    top: 19px;
    left: 0;
    height: 15px !important;
    width: 15px !important;
    border: 1px solid #213252;
    border-radius: 2px;
}
.categorie-mesterino-collapse-more-option {
    border-top: 1px solid #21325252;
    margin-top: 10px;
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
}
.categorie-mesterino-collapse-more-option a{
    color: #213252;
    font-weight: 700;
}
.categorie-mesterino-collapse-more-option a i {
    font-size: 12px;
    margin-right: 5px;
}
.subcategorie-mesterino {
    margin-bottom: 20px;
    position: relative;
}
.categorie-mesterino-collapse-more-option a {
    padding-left: 10px;
}
.subcategorie-mesterino-items .single-product {
    padding: 0 0px;
    margin-bottom: 20px;
}
.subcategorie-mesterino-items .product-img {
    min-height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subcategorie-mesterino-filter-top-wraer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #21325229;
    padding-bottom: 15px;
    padding-top: 40px;
}
.subcategorie-mesterino-filter-option {
    display: flex;
    width: 75%;
    overflow-y: visible;
    position: relative;
    padding-bottom: 8px;
	flex-wrap: wrap;
}
.subcategorie-mesterino-filter-option::-webkit-scrollbar {
    height: 3px;
    position: absolute;
    bottom: 10px;
}
.subcategorie-mesterino-filter-option::-webkit-scrollbar-track {
    background: #21325229; 
}
.subcategorie-mesterino-filter-option::-webkit-scrollbar-thumb {
    background: #213252; 
}

.subcategorie-mesterino-filter-items {
    position: relative;
    margin: 20px 0px;
}
.subcategorie-mesterino-filter-items h6 {
    content: '';
    position: absolute;
    left: 0;
    top: -26px;
}
.subcategorie-mesterino-filter {
    background: white;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding-top: 1px;
}
.subcategorie-mesterino-filter select:before {
    font-family: "FontAwesome";
    content: "\f0d8";
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%) rotate(180deg);
    font-size: 20px;
    color: #213252;
	width:auto !Important;
}
.subcategorie-mesterino-filter select.open:before {
    transform: translate(0px, -50%) rotate(
0deg);
    margin-top: -2px;
}
button.clear-filter img {
    width: 17px;
}
.subcategorie-mesterino-filter-group {
    display: flex;
    background: #f4f4f4;
    margin-right: 20px;
    border-radius: 4px;
    padding: 5px 0px;
}
button.clear-filter {
    border-left: 1px solid #21325275;
    padding-left: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.subcategorie-mesterino-filter select {
    border: none;
    width: 100%;
    background: #f4f4f4;
    height: 30px;
    line-height: 29px;
    font-size: 16px;
    padding-right: 35px;
}
.subcategorie-mesterino-filter select .list{
    margin-top: 6px;
}
button.clear-filter:focus {
    border-color: #21325275 !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
.subcategorie-mesterino-filter-top-all-clear button.clear-filter {
    padding: 10px 14px;
    background: #f4f4f4;
    border-radius: 4px;
    border-left: 0px;
}
.subcategorie-mesterino-filter-top-all-clear button.clear-filter img {
    width: 18px;
    margin-left: 15px;
}
.subcategorie-mesterino-filter-bottom {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.subcategorie-mesterino-filter-bottom p {
    width: max-content;
}
.subcategorie-mesterino-filter-bottom select {
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    width: 180px;
    padding: 0px 10px;
}
.subcategorie-mesterino-filter-group select{
    width: 150px;
}
.categorie-mesterino-content .product-promotion-full-item {
    margin-bottom: 20px;
}
.subcategorie-mesterino-filter-bottom select .list {
    margin-top: 2px;
}
.subcategorie-mesterino-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 30px;
}
.pagination-right ul {
    display: flex;
    list-style: none;
}
.pagination-right ul li {
    margin-left: 10px;
}
.pagination-right ul li a {
    padding: 10px 12px;
    border: 1px solid #213252;
    font-size: 16px;
    color: #213252;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.pagination-right ul li a:hover{
    color: #fff;
    background: #213252;
}
.pagination-right ul li a i {
    font-size: 22px;
    position: relative;
    top: 1px;
}
.pagination-right ul li:first-child i{
    margin-right: 10px;
}
.pagination-right ul li:last-child i{
    margin-left: 10px;
}
.active-pagination a{
    color: #fff !important;
    background: #213252;
}
.active-pagination a:focus {
    border-color: #213252 !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
:focus {
    border-color: #213252 !important;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}
/*Range slider*/
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #ffb300;
    cursor: pointer;
}
.noUi-background {
  background: #D6D7D9;
}
.noUi-connect {
    background: #ffb300;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 2px;
}
.noUi-target.noUi-connect {
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.caption {
    border: 1px solid;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
}
.range-slider {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}
/*Range slider*/




.slider .swiper-container {
    width: 100%;
    height: 100%;
}
.slider__flex {
    display: flex;
    align-items: flex-start;
}
.slider__col {
    width: 90px;
    margin-right: 21px;
}
.slider__prev, .slider__next {
    cursor: pointer;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-size: 30px;
}
.slider__prev:focus,
.slider__next:focus {
    outline: none;
}
.slider__thumbs {
    height: calc(400px - 96px);
}
.slider__thumbs .slider__image:hover {
    opacity: 1;
}
.slider__images {
    height: 400px;
    width: 99%;
}
.slider__image {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider__image img {
    display: block;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
}
.slider__prev img, .slider__next img {
    width: 25px;
}
.slider__thumbs .slider__image {
    cursor: pointer;
    border: 1px solid #213252;
    padding: 5px;
    border-radius: 5px;
    overflow: auto;
}
.pagina-produs-top {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.pagina-produs-product-image {
    width: 67%;
}
.pagina-produs-product-left-info {
    width: 33%;
    background: #f4f4f4;
    margin-left: 25px;
    padding: 25px 20px;
    border-radius: 6px;
}
.pagina-produs-sec {
    background: white;
    margin-bottom: -20px;
    padding-bottom: 90px !important;
    padding-top: 120px;
}
.pagina-produs-product-price h6 {
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.pagina-produs-product-price h6:after {
    content: '';
    position: absolute;
    width: 97%;
    height: 1px;
    background: #333333;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.pagina-produs-product-price h6 span {
    font-size: 15px;
    top: -6px;
    position: relative;
    margin-right: 5px;
}
.pagina-produs-product-price h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e81529;
    position: relative;
}
.pagina-produs-product-price h2 span {
    font-size: 25px;
    position: relative;
    top: -15px;
    margin-right: 7px;
}
.pagina-produs-product-price {
    position: relative;
}
.in-stock-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #12c226;
    color: #fff;
    padding: 4px 7px;
    font-size: 14px;
}
.pagina-produs-product-raiting-wraper {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.pagina-produs-product-raiting-wraper .stars{
    margin-top: 0px;
}
.pagina-produs-product-raiting-text {
    margin-left: 10px;
    margin-top: 4px;
}
.pagina-produs-product-raiting-text p {
    font-weight: 600;
    color: #213252;
}
.pagina-produs-product-short-desc p {
    font-size: 16px;
    font-weight: 300;
    color: #223351;
    margin-top: 15px;
}
.pagina-produs-product-short-desc h5 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    color: #213252;
}
.pagina-produs-product-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.pagina-produs-product-btn h3 {
    font-size: 35px;
    font-weight: 700;
    color: #213252;
    line-height: 30px;
}
.pagina-produs-product-btn h6 {
    font-size: 18px;
    font-weight: 600;
    color: #ffb300;
}
.bttn a {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    background-color: #ffb300;
    text-align: center;
    width: 159px;
    position: relative;
    justify-content: flex-end;
    padding-right: 9px;
    margin-left: auto;
    margin-right: auto;
}
.bttn a span {
    position: relative;
    z-index: 99;
    transition: .6s;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bttn a:hover:after {
    opacity: 1;
    transform: translateX(0);
    transition: .3s ease;
}
.payment-options {
    margin-top: 20px;
    text-align: right;
}
.pagina-produs-description-wraper {
    border: 1px solid #213252;
    border-radius: 5px;
    overflow: hidden;
    margin-top: -30px;
}
.pagina-produs-description-wraper ul {
    background: #213252;
    padding-left: 15px;
}
.pagina-produs-description-wraper .nav-link.active {
    background: #213252 !important;
    border: 0px !important;
    box-shadow: none !important;
    margin-bottom: 0px;
    /*padding: 0px 35px !important;*/
    position: relative;
}
.pagina-produs-description-wraper .nav-link {
    position: relative;
}
.pagina-produs-description-wraper .nav-link:after{
    display: none;
}
.nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.pagina-produs-description-wraper .nav-link:before {
    content: "\f0da";
    position: absolute;
    left: 12px;
    font-family: 'FontAwesome';
    top: 50%;
    color: #fff;
    transform: translate(0px, -50%);
}
.pagina-produs-description-wraper .nav-link.active:before{
    color: #ffb300; 
}
.slick-dots {
    height: fit-content;
}
.pagina-produs-description-wraper .nav-link:hover {
    color: #fff !important;
}
.pagina-produs-description-wraper .tab-pane p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #213252;
    font-weight: 300;
    line-height: 22px;
}
.pagina-produs-description-wraper .tab-pane p:last-child{
    margin-bottom: 0px;
}
li.breadcrumb-item {
    color: #213252 !important;
}
li.breadcrumb-item a {
    color: #213252;
    text-decoration: none !important;
}
.slider__image img {
    height: 100%;
}
.sticky-on-scroll.sticky-top {
    position: sticky;
    top: 138px;
    z-index: 995;
}
.pagina-produs-product-btn .bttn a {
    width: 190px;
}
.pagina-produs-product-btn .bttn a span {
    text-align: center;
    padding-left: 30px;
}
.slider__image video {
    width: 100%;
}
.checkbox-c span b {
    margin-right: 8px;
}
.cos-cumparaturi-items-wraper .alert {
    height: auto !important;
}
.cos-cumparaturi-items-wraper .alert p {
    font-size: 15px;
    padding-right: 20px;
}
.p-b-0{
    padding-bottom: 0px;
}


a.showMore {
    display:block;
    font-size:14px;
    font-weight:700;
    margin-top:20px;
    color:#223351;
    text-decoration:none;
}
a.showMore:after{
    content:'+ Mai mult';
}
a.showMore.showLess:after{
    content:'- Mai puțin';
}
.desktop-filter{
    display: block;
}
.mobile-filter{
    display: none;
}
.hide-on-mobile{
    display: block;
}
.hide-on-desktop{
    display: none;
}


/*New Update*/

.checkbox-wraper.detalii-comanda-selcect-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkbox-wraper.detalii-comanda-selcect-option .input-tab {
    margin-bottom: 0;
    width: 62%;
}
.checkbox-wraper.detalii-comanda-selcect-option .checkbox-c > span {
    width: fit-content;
}
.checkbox-wraper.detalii-comanda-selcect-option .checkbox-c {
    width: 35%;
}
.checkbox-wraper.detalii-comanda-selcect-option {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.detalii-comanda-items textarea {
    border: none;
    width: 100%;
    height: 90px !important;
    font-size: 16px;
    resize: none;
}
.detalii-comanda-items.detalii-comanda-textarea {
    padding: 10px 20px;
}
.detalii-comanda-expand .card.card-body {
    padding: 0px;
    border: none;
    margin-top: 20px;
}
.detalii-comanda-expand a.expand-btn {
    position: relative;
    padding-left: 30px;
}
.detalii-comanda-expand a[aria-expanded="false"]:after {
    content: "\f067";
    position: absolute;
    font-family: 'FontAwesome';
    top: 52%;
    left: 12px;
    transform: translate(0, -50%);
    font-size: 12px;
}
.detalii-comanda-expand a[aria-expanded="true"]:after{
    content:"\f068";
    position: absolute;
    font-family: 'FontAwesome';
    top: 52%;
    left: 12px;
    transform: translate(0, -50%);
    font-size: 12px;
}
.detalii-comanda-accordion .accordion-body {
    padding: 0px;
    margin-top: 20px;
}
.specificatii-tab h5 {
    font-size: 18px;
    font-weight: 700;
    color: #213252;
    margin-bottom: 20px;
}
.specificatii-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.specificatii-inner > div{
    padding: 10px 15px;
    width: 49.5%;
}
.specificatii-inner p {
    font-size: 16px !important;
    color: #213252 !important;
    font-weight: 700 !important;
}
.specificatii-bg > div {
    background: #f4f4f4;
}
.specificatii-wraper {
    border: 1px solid #223351;
}
.pagina-produs-description-wraper .nav-link {
    text-transform: uppercase;
}
.review-tab > div {
    border-bottom: 1px solid #a7adb9;
    padding: 20px 0px;
}
.review-tab > div:last-child{
    border-bottom: none;
    padding: 20px 0px;
    padding-bottom: 0px;
}
.review-tab > div:first-child{
    padding: 20px 0px;
    padding-top: 0px;
}
.review-login {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.review-top-links img {
    width: 27px;
    margin-right: 10px;
}
.review-top-links p {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #223351 !important;
}
.review-top-links p a{
    color: #ffb300 !important;
    text-decoration: none !important;
}
.review-wraper h5 {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #223351 !important;
}
.review-wraper p {
    font-size: 16px !important;
    color: #213252 !important;
    margin-bottom: 0px !important;
}
.review-wraper p b{
    font-weight: 700 !important;
}
.review-wraper p a{
    color: #ffb300 !important;
    text-decoration: none !important;
}
.review-wraper .stars {
    margin-top: 6px;
    margin-bottom: 6px;
}
.write-review h5 {
    font-size: 18px;
    font-weight: 700;
    color: #213252;
    margin-bottom: 15px;
}
.write-review .stars svg {
    width: 30px;
    height: auto;
    margin-right: 10px;
    cursor: pointer;
}
.write-review .stars {
    margin-top: 15px;
    margin-bottom: 25px;
}
.write-review h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.write-review {
    width: 450px;
    max-width: 100%;
}
.write-review input {
    border: 1px solid #223351;
    padding: 12px 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
}
.write-review input::placeholder{
    font-size: 16px;
}
.write-review textarea {
    border: 1px solid #223351;
    padding: 12px 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 5px;
    height: 100px;
    resize: none;
}
.write-review textarea::placeholder{
    font-size: 16px;
}
.review-title {
    margin-bottom: 20px;
}
a.expand-btn[aria-expanded="true"] {
    border: 1px solid #213252 !important;
    background: #213252;
    color: #fff;
}
.btn-yellow{
    background: #ffb300;
    border: 1px solid #ffb300 !important;
    font-weight: 700;
    color: #213252;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 15px;
}
.btn-yellow:hover{
    border: 1px solid #213252 !important;
    background: #213252;
    color: #fff;
}
.checkout-item-wraper {
    padding-top: 1px;
}

.input-tab:last-child {
    margin-bottom: 0;
}
.collapsing select{
    overflow: hidden;
}
.breadcrumb-item+.breadcrumb-item::before{
    display: none;
}
.breadcrumb-item i {
    padding-left: 10px;
    color: #223351;
}
.review-content {
    margin-bottom: 20px;
}
button{
    transition: .3s ease;
}
.categorie-mesterino-page-item-info {
    height: 130px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.categorie-mesterino-page-item-info.item-more-features {
    min-height: 130px;
    height: auto;
}
a.show-more-features {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
}
a.show-more-features h5 {
    padding: 0;
    margin: 0;
}
.input-tab-full textarea {
    border: 1px solid;
    width: 100%;
    height: 110px;
    padding: 12px 15px;
    border-radius: 7px;
    resize: none;
}
.contact-page-title h2, .telefone-sec-title h2, .detalii-contact-title h2{
    font-size: 30px;
    border-bottom: 1px solid #a0a7b3;
    padding-bottom: 8px;
}
.contact-page-title, .telefone-sec-title, .detalii-contact-title {
    margin-bottom: 20px;
}
.contact-form-warper {
    display: flex;
    justify-content: space-between;
}
.contact-form-top{
    width: 74%;
}
.contact-right {
    width: 23%;
    background: #fff;
    padding: 25px 40px;
    margin-top: 40px;
    border-radius: 8px;
    height: fit-content;
}
.contact-right p {
    font-size: 16px;
    color: #213252;
    line-height: 24px;
}
.contact-right p span{
    display: block;
}
.contact-right > div {
    margin-bottom: 13px;
}
.contact-right > div:last-child{
    margin-bottom: 0px;
}
.contact-right span.font-bold {
    font-size: 22px;
    font-weight: 700;
}
.contact-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.custom-captcha {
    display: flex;
    align-items: center;
}
.custom-captcha p {
    font-size: 16px;
    font-weight: 700;
    color: #213252;
    margin-right: 6px;
}
.custom-captcha input {
    border: 1px solid #213252;
    padding: 10px 10px;
    border-radius: 5px;
    width: 100px;
    color: #213252;
}
.contact-from-submit button {
    margin-right: 0px;
    padding: 10px 40px;
}
section#telefone-sec, #detalii-contact-sec {
    margin-top: 50px;
}
.telefone-no-wraper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.telefone-no-wraper p {
    width: 26%;
    font-size: 16px;
    color: #213252;
    line-height: 32px;
}
.detalii-contact-wraper {
    display: flex;
    justify-content: space-between;
}
.detalii-contact-wraper > div {
    width: 47%;
}
.detalii-contact-wraper p {
    line-height: 25px;
}
section#detalii-contact-sec {
    padding-bottom: 30px;
}
.bttn a:before{
    display: none;
}
.bttn a:after{
    display: none;
}
.bttn a img {
    position: absolute;
    left: 50%;
    z-index: 9;
    width: 25px;
    transform: translate(-50%, -50%);
    top: 50%;
}
.bttn a {
    display: block;
    text-align: center;
    padding: 0px;
    position: relative;
    padding-left: 40px;
    width: 100%;
}
.bttn a span {
    position: absolute;
    z-index: 99;
    transition: .6s;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    background: #213252;
}
.bttn a:hover{
    background: #213252;
    color: #fff;
}
@media (min-width: 1400px){

	
}
@media (max-width: 1399.98px) {
	.checkbox-wraper.detalii-comanda-selcect-option .checkbox-c {
	    width: 40%;
	}
	.checkbox-wraper.detalii-comanda-selcect-option .input-tab {
	    margin-bottom: 0;
	    width: 58%;
	}

}

@media (max-width: 1199.98px) {
	.checkbox-c > div {
	    width: 85%;
	}
	.subcategorie-mesterino-filter-top-all-clear button.clear-filter {
	    padding: 10px 10px;
	    font-size: 14px;
	}
	.subcategorie-mesterino-filter select {
	    font-size: 14px;
	}
	.subcategorie-mesterino-filter-group select {
	    width: 130px;
	}
	button.clear-filter img {
	    width: 14px;
	}
	.subcategorie-mesterino-filter-top-all-clear button.clear-filter img {
	    width: 14px;
	    margin-left: 15px;
	}
	.categorie-mesterino-sidebar-top h2 {
	    font-size: 25px;
	}
	.pagina-produs-product-left-info {
	    width: 38%;
	}
	.pagina-produs-product-image {
	    width: 60%;
	}
	.slider__images {
	    height: 400px;
	    width: 80%;
	}
	.checkbox-wraper.detalii-comanda-selcect-option .checkbox-c {
	    width: 57%;
	}
	.checkbox-wraper.detalii-comanda-selcect-option .input-tab {
	    margin-bottom: 0;
	    width: 42%;
	}
	.contact-form-top {
	    width: 65%;
	}
	.contact-right {
	    width: 31%;
	    padding: 25px 40px;
	}
}
@media screen and (min-width:992px) {
	#menu,#other-menu{display:none;}
}
@media (max-width: 991.98px) {
	.detalii-comanda-items-title h2 {
	    font-size: 26px;
	}
	body {
		overflow-x:hidden;
	}
	#menu, #other-menu {
		display:none;
	}
	#menu.mm-menu_opened, #other-menu.mm-menu_opened {
		display:flex !important;
	}
	.checkbox-c > div {
	    font-size: 15px;
	    width: 80%;
	}
	.detalii-comanda-items-add-link a {
	    font-size: 15px;
	}
	.subcategorie-mesterino-filter-group button.clear-filter {
		width: 35px;
	}
	.detalii-comanda-items-add-link a i {
	    font-size: 12px;
	}
	.detalii-comanda-page-wraper .cos-cumparaturi-total-plata {
	    margin-top: 20px;
	}
	.subcategorie-mesterino-filter-top-wraer {
		padding-top:20px;
	}
	.subcategorie-mesterino-filter-option {
		overflow-y: hidden;
		flex-wrap: nowrap;
		overflow-x:scroll;
	}
	.subcategorie-mesterino-filter-items {
		margin:0px;
	}
	.subcategorie-mesterino-filter-items h6, .subcategorie-mesterino-filter select:before ,.subcategorie-mesterino-filter select .list {
		display:none;
	}
	.profil-tab-page {
	    padding-top: 200px !important;
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.tabs-btn-wraper {
	    margin-bottom: 20px;
	}
	.input-tab-content-title h2 {
	    font-size: 25px;
	}
	.pagination-right ul li a {
	    padding: 7px 9px;
	    font-size: 14px;
	}
	.pagination-right ul li a i {
	    font-size: 16px;
	}
	.subcategorie-mesterino-pagination {
	    flex-wrap: wrap;
	}
	.pagina-produs-product-price h6 {
	    font-size: 16px;
	}
	.pagina-produs-product-price h6 span {
	    font-size: 11px;
	    top: -4px;
	}
	.in-stock-badge {
	    padding: 3px 5px;
	    font-size: 12px;
	}
	.pagina-produs-product-price h2 {
	    font-size: 30px;
	}
	.pagina-produs-product-price h2 span {
	    font-size: 15px;
	    position: relative;
	    top: -9px;
	    margin-right: 2px;
	}
	.pagina-produs-product-raiting-text p {
	    font-size: 14px;
	}
	.pagina-produs-product-short-desc p {
	    font-size: 14px;
	}
	.pagina-produs-product-short-desc h5 {
	    font-size: 14px;
	}
	.pagina-produs-product-btn h3 {
	    font-size: 22px;
	}
	.pagina-produs-product-btn h6 {
	    font-size: 14px;
	}
	.pagina-produs-product-btn .bttn a {
	    width: 130px;
	}
	.pagina-produs-product-left-info {
	    width: 33%;
	    margin-left: 15px;
	    padding: 15px 15px;
	}
	.pagina-produs-product-btn .bttn a {
	    width: 130px;
	    font-size: 14px;
	}
	.pagina-produs-product-btn .bttn a:before {
	    width: 34px;
	}
	.pagina-produs-product-image {
	    width: 61%;
	}
	.pagina-produs-product-left-info {
	    width: 37%;
	    margin-left: 15px;
	    padding: 15px 15px;
	}
	.slider__prev img, .slider__next img {
	    width: 20px;
	}
	.pagina-produs-description-wraper .nav-link {
	    font-size: 14px;
	}
	.pagina-produs-description-wraper .tab-pane p {
	    font-size: 14px;
	    margin-bottom: 10px;
	    line-height: 20px;
	}
	.pagina-produs-sec {
	    padding-top: 200px;
	}
	.pagina-produs-top {
	    margin-top: 30px;
	}
	.slider__images {
	    height: 300px;
	    width: 80%;
	}
	.slider__thumbs {
	    height: calc(300px - 96px);
	}
	.slider__col {
	    width: 65px;
	    margin-right: 21px;
	}
	.comanda-ta-content-wraper .product-slider-item-buy-btn a, .comanda-ta-content-wraper .button-pas-urmator {
	    padding-left: 70px;
	}
	.desktop-filter{
		display: none;
	}
	.mobile-filter {
	    display: block;
	    background: transparent;
	    padding: 0px;
	}
	.mobile-filter button {
	    padding: 15px;
	    border-radius: 10px;
	    background: #fff;
	}
	.mobile-filter .card.card-body {
	    background: transparent;
	}
	.mobile-filter .categorie-mesterino-collapse {
	    background: #fff;
	    padding: 0px 0px;
	    border-radius: 7px;
	}
	.mobile-filter.categorie-mesterino-collapse button:after {
	    right: 15px;
	}
	.mobile-filter.categorie-mesterino-collapse .checkbox-wraper {
	    border: 0px;
	    padding: 0px 15px;
	}
	.hide-on-mobile{
	    display: none;
	}
	.hide-on-desktop{
	    display: block;
	}
	.contact-right {
	    width: 33%;
	    padding: 25px 20px;
	}
	.contact-form-top {
	    width: 63%;
	}
}

@media screen and (max-width:768px) {
	.right {
		text-align:left !Important;
	}	
	.pagina-produs-sec {
		padding-bottom: 50px !important;
	}
	.pagina-produs-product-btn {
		display:block;
	}
	.account-mobile {
		display:block;
	}
	.pagina-produs-product-btn .bttn a {
		margin-top:10px;
		width: 100%!Important;
		font-size: 16px;
		text-align:center;
		justify-content:center;
	}
	
	.desktop-only {
		display:none;
	}	
	.mobile-only {
		display:block;
	}
	a.adresa-button.button {
		font-size:14px;
		margin:5px auto;
		width:100%;
	}
	.mobile-only .col-xs-12 {
		border-bottom:1px solid #ccc;
		margin-bottom:5px;
	}
}
@media only screen and (max-width: 800px) {
        /* Force table to not be like tables anymore */
        #comenziile table,
        #comenziile thead,
        #comenziile tbody,
        #comenziile th,
        #comenziile td,
        #comenziile tr {
        display: block;
        }
		
		.container {			
			padding-right: var(--bs-gutter-x,.75rem);
			padding-left: var(--bs-gutter-x,.75rem);
		}
		#comenziile .collapse {
			display:none;
		}
		#comenziile .collapse.show {
			display:block;
		}
        #comenziile thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        }
         
        #comenziile tr { border: 1px solid #ccc; }
          
        #comenziile td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
        }
         
        #comenziile td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
        }
        #comenziile td.wide-td {
			padding-left:10px;	
		}
        #comenziile td.wide-td:before {
			display:none;
		}
        #comenziile td:before { content: attr(data-title); }
        }




@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}
@media (max-width: 767.98px) {
	.subcategorie-mesterino-filter-group select {
	    width: 110px;
	}
	.pagination-right ul li {
	    margin-left: 0;
	    margin-right: 10px;
	}
	.pagination-right ul {
	    margin-top: 15px;
	}
	.pagination-right {
	    width: 100%;
	}
	.pagina-produs-top {
	    flex-wrap: wrap;
	}
	.pagina-produs-product-image {
	    width: 100%;
	}
	.pagina-produs-product-left-info {
	    width: 100%;
	    margin-left: 0px;
	    padding: 15px 15px;
	    margin-top: 20px;
	}
	.pagina-produs-top {
	    display: flex;
	    justify-content: space-between;
	    margin-top: 15px;
	}
	.slider__prev img, .slider__next img {
	    width: 20px;
	    transform: rotate(
	-90deg);
	}
	.pagina-produs-description-wraper .nav-link {
	    padding: 0px 30px !important;
	    line-height: 40px;
	}
	.pagina-produs-description-wraper .nav-link.active:before {
	    left: 0px;
	}
	.pagina-produs-description-wraper {
	    margin-top: -22px;
	}

	.slider__flex {
		flex-direction: column-reverse;
	}
	.slider__col {
		flex-direction: row;
		align-items: center;
		margin-right: 0;
		margin-top: 20px;
		width: 100%;
	}
	.slider__images {
		width: 100%;
	}
	.slider__thumbs {
	    height: 100px;
	    width: calc(100% - 96px);
	    margin: 0 auto;
	}
	.slider__prev,
	.slider__next {
		height: auto;
		width: 32px;
	}
	.slider__col {
	    display: flex;
	}
	.pagina-produs-sec {
	    padding-bottom: 65px !important;
	}
	.pagina-produs-product-btn .bttn a {
	    width: 100%;
	    font-size: 16px;
	    margin-top: 20px;
	}
	.pagina-produs-product-btn {
	    flex-wrap: wrap;
	}
	.pagina-produs-product-btn > div {
	    width: 100%;
	}
	.pagina-produs-product-btn .bttn a:before {
	    width: 60px;
	}
	.pagina-produs-product-btn .bttn a span {
	    width: auto%;
	    text-align: center;
	    padding-left: 60px;
	}
	.specificatii-inner p {
	    font-size: 14px !important;
	}
	.specificatii-tab h5 {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.write-review h5 {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.write-review .stars svg {
	    width: 25px;
	    margin-right: 6px;
	}
	.write-review .stars {
	    margin-top: 15px;
	    margin-bottom: 20px;
	}
	.contact-form-warper {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.contact-form-top {
	    width: 100%;
	}
	.contact-right {
	    width: 100%;
	    padding: 25px 20px;
	    margin-top: 20px;
	}
	.contact-right > div {
	    width: fit-content;
	    margin: 0 auto;
	    margin-bottom: 13px;
	}
	.telefone-no-wraper p {
	    width: 46%;
	    font-size: 16px;
	    color: #213252;
	    line-height: 32px;
	}

}
@media (max-width: 600px) {
	

}
@media (max-width: 575.98px) {
	.checkbox-c a {
	    font-size: 14px;
	    color: #ffb300;
	    position: absolute;
	    right: 0;
	    top: 18px;
	}
	.checkbox-c > div {
	    font-size: 14px;
	    width: 84%;
	}
	.detalii-comanda-items-title h2 {
	    font-size: 22px;
	}
	.detalii-comanda-items-add-link a {
	    padding: 7px 8px;
	}
	.detalii-comanda-items-add-link a {
	    padding: 7px 8px;
	    margin-bottom: 3px;
	    margin-top: 3px;
	    margin-right: 5px;
	}
	.checkbox-c > div {
	    font-size: 14px;
	    width: 100%;
	}
	.checkbox-c a {
	    font-size: 14px;
	    color: #ffb300;
	    position: absolute;
	    right: inherit;
	    top: inherit;
	    left: 0;
	    bottom: 5px;
	}
	.subcategorie-mesterino-filter-top-wraer {
	    flex-wrap: wrap;
	}
	.subcategorie-mesterino-filter-top-all-clear {
	    width: 100%;
	    margin-top: 15px;
	}
	.pagination-right ul li {
	    margin-left: 0;
	    margin-right: 5px;
	}
	.slider__thumbs {
	    height: 100px;
	    width: calc(100% - 71px);
	    margin: 0 16px;
	}
	.slider__images {
	    height: 270px;
	}
	.pagina-produs-description-wraper .nav-link {
	    padding: 0px 15px !important;
	    line-height: 40px;
	}
	.pagina-produs-description-wraper .nav-link {
	    font-size: 12px;
	}
	.pagina-produs-description-wraper .tab-content {
	    box-shadow: none;
	    padding: 10px 10px;
	    width: 100%;
	    background: #fff;
	    border-radius: 8px;
	}
	
	.slider__images {
	    height: 300px;
	}
	.container {
	    padding: 0 10px;
	}
	.checkbox-wraper.detalii-comanda-selcect-option {
	    display: block;
	    align-items: center;
	    padding: 10px 0px;
	}
	.checkbox-wraper.detalii-comanda-selcect-option .checkbox-c {
	    width: 100%;
	}
	.checkbox-wraper.detalii-comanda-selcect-option .input-tab {
	    margin-bottom: 0;
	    width: 100%;
	    display: flex;
	}
	.checkbox-c > span {
	    width: 94%;
	}
	.pagina-produs-description-wraper .nav-link:before {
	    left: 0px;
	}
	.subcategorie-mesterino-filter-option {
	    width: 100%;
	}
	.detalii-contact-wraper {
	    flex-wrap: wrap;
	}
	.detalii-contact-wraper > div {
	    width: 90%;
	    margin-bottom: 20px;
	}
	.detalii-contact-right {
	    margin-bottom: 0px !important;
	}
	
}


@media (max-width: 500px) {
	.pagination-right ul li:first-child span{
	    display: none;
	}
	.pagination-right ul li:last-child span{
	   display: none;
	}
	.pagination-right ul li:first-child i {
	    margin-right: 0;
	}
	.pagination-right ul li:last-child i {
	    margin-left: 0;
	}
	.pagination-right ul li a i {
	    font-size: 19px;
	}
	.telefone-no-wraper p {
	    width: 46%;
	    font-size: 14px;
	    color: #213252;
	    line-height: 20px;
	    margin-bottom: 10px;
	}
	.contact-form-bottom {
	    flex-wrap: wrap;
	}
	.contact-form-bottom > div {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.contact-from-submit button {
	    margin-right: 0px;
	    padding: 10px 40px;
	    width: 100%;
	}
	.contact-right {
	    margin-top: 0;
	}
	.contact-page-title h2, .telefone-sec-title h2, .detalii-contact-title h2 {
	    font-size: 25px;
	    border-bottom: 1px solid #a0a7b3;
	    padding-bottom: 8px;
	}
	section#telefone-sec, #detalii-contact-sec {
	    margin-top: 30px;
	}
	
}

@media (max-width: 450px) {
	.checkbox-c > div {
	    font-size: 14px;
	}
	.detalii-comanda-items-add-link a {
	    font-size: 13px;
	}
	.detalii-comanda-items-title h2 {
	    font-size: 20px;
	}
	.payments-logo {
	    position: inherit;
	    right: 0;
	    top: inherit;
	    transform: translate(0px, -50%);
	    margin-top: 10px;
	}
	.input-tab-half {
	    width: 100%;
	}
	.subcategorie-mesterino-items .bttn a {
	    width: 100%;
	    padding-right: 0px;
	    font-size: 12px;
	    padding-left: 25px;
	}
	.categorie-mesterino-sidebar {
	    padding-right: 0px !important;
	}
	.slider__thumbs {
	    height: 80px;
	    width: calc(100% - 90px);
	    margin: 0 16px;
	}
	.specificatii-inner p {
	    font-size: 12px !important;
	}
	.specificatii-inner > div {
	    padding: 7px 5px;
	    width: 49.5%;
	}
	.telefone-no-wraper p {
	    width: 100%;
	}
	.custom-captcha p {
	    font-size: 14px;
	}
	.custom-captcha input {
	    width: 80px;
	}
	.subcategorie-mesterino-items .bttn a span {
	    width: 25px;
	}
	.subcategorie-mesterino-items .bttn a img {
	    width: 17px;
	}
}


.anpc_img {    
    text-align:right;
}
.anpc_img img{
	max-height:50px;
	width:auto;
}

.top_banner {
    text-align: center;
    margin-top:0px;
    margin-bottom:20px;
}

.top_banner img {
    height: auto;
    margin:0 auto;
}

@media screen and (min-width:768px) {
    .desktop_top_banner {
        display:block;
    }
    .mobile_top_banner {
        display:none;
    }
}
@media screen and (max-width:767px) {
    .desktop_top_banner {
        display:none;
    }
    .mobile_top_banner {
        display:block;
    }
}
