.page-item.active .page-link{
    background-color: #e6aa21 !important;
    border-color: #e6aa21 !important;
}
@keyframes confirmation {
    0% {
        background-color: #8BC34A;
    }

    50% {
        background-color: #6ea72c;
    }

    100% {
        background-color: #8BC34A;
    }
}
.topbar_login{
    background-color: #8BC34A;
    animation-name: confirmation;
    animation-duration: 0.6s;
    animation-iteration-count: 4;
    color: white;
    font-size: 22px;
    font-weight: 100;
    padding: 5px;
}
.topbar_login p{
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
}

.cl_red{
    color:red!important;
}
.podlist-slider-catagory{
	font-size: 11px!important;
}
.promo-content h4{
	padding: 0 20px!important;
}
.product-shipping-info li {
    width: 100%;
}
span.product-catagory-price.middle {
    font-size: 20px;
}
.testi-person-info{
	font-size: 16px;
    font-style: italic;
    padding: 20px 40px 20px;
    margin: 0 0 40px;
    position: relative;
}
svg#car {
    margin-bottom: 18px;
}
.footer-logo img {
    width: 70%;
}
.footer-logo{
	margin-bottom: 0!important;
}
.text-left{
	text-align: left!important;
}
#shop-page__product-section {
    margin-top: 95px;
    margin-bottom: 95px;
}
span.pret.product-catagory-price {
	color: #e6aa21;
}
.footer-contact-info a {
    color: #c9c9c9;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -11px;
    right: 0;
    color: inherit
}

a.close {
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 1.2
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.fade {
    opacity: 1 !important
}
.box1{
    display: flex;
}
input#cbox {
    margin-right: 5px;
}
.mobile_menu {
    display: none;
    width: 100%;
    background-color: #252525;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    border-top: 3px solid #fff;
    padding: 5px
}

.mobile_menu ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0
}

.mobile_menu ul li {
    margin: 0;
    padding: 0
}

.mobile_menu ul li a {
    color: #00aeef;
     !important
}

.notificare {
    position: absolute;
    top: 3px;
    right: 10px;
    background-color: red;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-animation-name: example;
    -webkit-animation-duration: 1s;
    animation-name: example;
    animation-duration: 1s;
    transition: all 500ms ease;
    line-height: 1;
}


.product-delivary-info{
        margin-bottom:30px;
    }

/*Mobil*/
@media only screen and (max-width: 762px) {


    .text-left {
        text-align: center!important;
    }
    .mobile_menu {
        display: block;
    }
    .footer-bottom-area{
        padding-bottom: 60px!important;
    }
    .sidebar-box {
        padding: 35px 10px 40px;
    }
}

/*LAPTOP*/
@media (max-width: 1599px) and (min-width: 1200px){
	.header-menu .menu-content li .mega-sub-menuu {
	    width: 930px;
	    left: 240px;
	}
	.single-podlist-slider-item {
	    padding: 25px 0!important;
	}
}

.header-menu .menu-content li .mega-sub-menu li{
    width: 100%;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.header-menu .menu-content li .mega-sub-menu li .submenu-item{
    width:20%;
}

.pos-relative{
    position:relative;
}
.overlay-bg-grey:after{
    content: "";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-color:grey;
}

.mb-0{
    margin-bottom:0!important;
}

.list_ppr a{
    color:#a2a2a2;
}

.list_ppr a:hover{
    color:white;
}

.alert {
    padding: 10px;
    background-color: #353f54;
    color: white;
    margin-bottom: 0px;
    border-radius: initial!important;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: black;
}
.alert strong {
    color: white;
}