.woocommerce-pagination .page-numbers li.active a{
    background-color: #62ab00;
    color: #fff!important;
    border-radius: 5px;
}

.departments-menu > .dropdown-menu > li > a{
    padding:0.350em 0.157em!important;
}
.section-products-carousel-tabs .nav-link{
    font-size: 16px;
    color: #0086c6 !important;
}
.section-products-carousel-tabs .nav-link:hover{
    text-decoration: underline;
}
.site-content .home-v2-slider .slider-1 img{
    position: static!important;
}
.section-products-carousel-tabs .products:not(.slick-dotted) .slick-list {
    padding-bottom: 50px;
}
#secondary .widget ul li.active a {
    font-weight: bold;
    color: #359300;
    letter-spacing: -.01em;
    line-height: 1.4em;
    margin-bottom: 0.333em;
}
.cart-modal{
    position: relative;
    overflow: auto;
    max-height: 300px;
}

.header-account a{
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    padding: .471em 1.229em;
}
.required{
    color: #43454b !important;
}
.my-class{
    background: #304CD8;
    background: -webkit-linear-gradient(left, #2ba25beb 0%, #28a745 100%);
    background: -ms-linear-gradient(left, #2ba25beb 0%, #28a745 100%);
    background: linear-gradient(to right, #2ba25beb 0%, #28a745 100%);
    color: #fff;
    font-size: 25px;
    padding: 35px;
    text-align: center;
}

.payments-list {
    display: flex;
    justify-content: space-evenly;
}

.pay-btn {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.23;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pay-btn-click {
    border: 0;
    background: #037bc8;
}

.pay-btn-upay {
    border: 0;
    background: #3f9f42;
}

.pay-btn-paycom {
    border: 0;
    background: #61bcb3;
}

.pay-btn-nbuvisa {
    border: 0;
    background: #D6D6D6;
}

.pay-btn-paynet {
    border: 0;
    color: #000;
    background: #fff;
}

.pay-btn-octo {
    color: #fff;
    border: 0;
    background: #002f75;
}
.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}