a {
    color: #07002e;
}

a:hover {
    color: #000;
}

.logo img {
    width: 240px;
}
.side-banner {
    margin-bottom: 60px;
}
.newsletter-wrap h4 {
    margin-top: -5px;
}

.btn-primary {
    background-color: #76b727;
    border: none;
}

.btn-primary:hover {
    background-color: #76b727;
    border: none;
}

.btn-primary:focus {
    background-color: #76b727;
    border: none;
}

.btn-primary:active {
    background-color: #76b727 !important;
    border: none;
}

.newsletter-wrap input[type=text] {
    width: auto !important;
}
@media(min-width: 768px) {
    .newsletter-wrap input[type=text] {
        width: 315px !important;
    }
}
@media(min-width: 992px) {
    .newsletter-wrap input[type=text] {
        width: 400px !important;
    }
}
 @media(min-width: 1200px) {
    .newsletter-wrap input[type=text] {
        width: 480px !important;
    }
}

.cms-contents img {
    max-width: 100%;
}

.footer-icon {
    width: 35px;
    margin-right: 14px;
}

.our-features-box .space {
    border: none;
}

.our-features-box .feature-box {
    background: transparent;
}

.our-features-box .feature-box .content {
    padding-top: 12px;
}

#item_list_form table {
    border-collapse: separate;
}

#item_list_form thead  {
    position: sticky;
    top: 0;
    background: white;
}

#sort-by li, #sort-by li li {
    width: 125px;
}

.important {
    font-weight: bold;
    color: #76b727;
}

.mega-menu-category > .nav > li > a {
    padding: 15px 40px 11px 20px;
}

/* Main menu multi-column layout */
.wrap-popup .popup {
    column-count: 3;
}

.wrap-popup .popup > div {
    break-inside: avoid;
}

.popup > :first-child h3 {
    margin-top: 0px;
}

.popup > h3 {
    margin-top: 10px;
}

/* Main menu new cart/user layout */
.mini-cart .basket a {
    float: right;
    width: 125px;
}

.mini-cart .basket a::before {
    content: '\f07a';
    font-size: 41px;
}

.main-menu-icon {
    float: right;
}

.main-menu-icon img {
    width: 50px;
    margin-right: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .top-cart-contain {
        width: auto;
    }
    .main-menu-icon {
        margin-top: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mini-cart .basket a {
        min-width: auto !important;
        font-size: 12px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-menu-icon {
        float: right;
        margin-left: 12px;
        margin-top: 10px;
    }

    .main-menu-icon img {
        width: 30px;
    }

    .main-menu-icon span {
        display: none;
    }
}

/* Frontpage item slider */
.products-grid .item .item-inner .item-img .item-img-info a.product-image {
    position: relative;
    aspect-ratio: 1;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image:hover img {
    transform: scale(1.2) translate(-40%, -40%);
}

.products-grid .item .item-inner .item-img .item-img-info a.product-image img:hover {
    transform: scale(1.2) translate(-40%, -40%);
}

/* item card image */
.product-view .product-img-box .product-image .product-full {
}

.product-view .product-img-box .product-image .product-full img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* cart images */

.mini-products-list .product-image img {
    width: auto;
    max-width: 65px;
    max-height: 65px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Profile new style */
.box-account .page-title {
    margin-bottom: 10px !important;
}

.top-cart-content.user-menu {
    width: auto;
    right: auto;
    left: 0px;
}

.top-cart-content.user-menu .dropdown-menu {
    display: block;
    list-style: none;
}

.top-cart-content.user-menu .dropdown-menu {
        min-width: 0;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        top: 0;
        border: 1px solid #f1f1f1;
        border-top: none;
        border-radius: 0
}
.top-cart-content.user-menu .dropdown-menu li {
        padding: 5px 15px 5px 0;
}
.top-cart-content.user-menu .dropdown-menu li:hover {
        background-color: #fff;
        color: #76b727;
        transition: background-color 0.2s ease-in-out;
}
.top-cart-content.user-menu .dropdown-menu a {
        padding: 3px 10px 3px 10px;
        color: #333!important;
/*	font-weight: normal;  */
        text-transform: none!important;
}
.top-cart-content.user-menu .dropdown-menu a:hover {
        color: #76b727;
        background: none;
}

.cart-collapse-group.collapsed .fa-minus-square {
    display: none;
}
.cart-collapse-group .fa-minus-square {
    display: inline-block;
}
.cart-collapse-group.collapsed .fa-plus-square {
    display: inline-block;
}
.cart-collapse-group .fa-plus-square {
    display: none;
}

.mini-cart-inline {
    white-space: nowrap;
}
.mini-cart-inline.cart-updated::after {
    content: '\f14a';
    font-family: FontAwesome;
    color: #76b727;
}
.mini-cart-inline.cart-updating::after {
    content: '\f110';
    font-family: FontAwesome;
    color: #666;
}
/* Dashboard page */
.dashboard-page .mega-menu-category {
    display: none;
}

/* Deposit price */
.deposit-price .price-label {
        white-space: nowrap;
        color: #999;
        display: none;
}
.deposit-price {
        margin-right: 15px;
}
/* Deposit price */
.deposit-price .price-label {
        color: #777777;
        display: none;
        white-space: nowrap;
}
.deposit-price .price {
        color: #999!important;
        font-size: 13px !important;
        font-weight: normal;
        margin-left: 0px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.force-break {
    display: block;
}

.footer-column h4:not(:first-child) {
    margin-top: 20px;
}

.footer-column h5:not(:first-child) {
    margin-top: 20px;
}

.footer-middle .links.no-decor li a::before {
    content: none;
}
