header .header-top .about-list li span {
    text-transform: uppercase;
}

header .navbar.navbar-expand-xl .navbar-nav .nav-link.dropdown-none::before {
    content: none;
}

.delivery-login-box a{
    color: #222;
}

h1.site_description{
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #4a5568;
    line-height: 27px;
    margin-bottom: 0;
    width: 88%;
}

footer .main-footer .footer-contact ul li {
    margin-bottom: 30px;
}

footer .main-footer .footer-logo .footer-logo-contain .address li a {
    font-weight: 600;
    color: #222;
}

.page-item.active .page-link {
    border-color: #0da487;
    background-color: #0da487;
}

.page-item a{
    color: #4a5568;
    border: 1px solid transparent;
}

.page-item a:hover {
    border-radius: 5px;
    border: 1px solid var(--theme-color);
    background-color: unset;
}

li.page-item{
    margin: 4px;
}

li.page-item.active span{
    border-radius: 5px;
}

li.page-item:last-child a.page-link,
li.page-item:first-child a.page-link,
li.page-item:first-child span.page-link{
    font-size: 28px;
    line-height: 20px;
}

li.page-item:first-child span.page-link{
    border: none;
}

.pagination{
    margin-top: 30px;
    justify-content: center;
}

.product_price .price{
    color: #0da487;
    font-size: 17px;
}

.product_price del{
    color: #777;
}

.on_sale {
    display: inline-block;
    color: #388e3c;
    font-size: 14px;
}

.add-to-cart-box .btn-addtocart {
    font-size: 17px;
}

.btn-addtocart i{
    color: #0da487;
    margin-right: 10px;
}

.cart-list .product-box-contain{
    width: 100%;
}

.proceed-btn, .shopping-button {
    padding: 12px 12px;
}

.shopping-button{
    background-color: #ececec;
}

.shopping-button:hover{
    background-color: #ececec;
}

.shopping-button i {
    margin-right: 8px;
}

.shopping-button-empty{
    display: inline-block;
    padding: 12px 50px;
}

header .onhover-dropdown:hover .onhover-div {
    top: 24px;
}

.product-section .right-box-contain .price-rating .price span {
    font-size: 20px
}

.product-add-to-cart{
    width: 100%;
}

.product-add-to-cart .cart_extra{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.product-add-to-cart .cart-product-quantity{
    float: left;
    width: 30%;
    text-align: center;
}

.product-add-to-cart .cart_btn{
    float: left;
    width: 70%;
}

.quantity .minus, .quantity .plus{
    width: 30px;
    font-size: 26px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #d1d1d1;
    color: #0da487;
    padding: 0px;
    margin: 0px;
}

input[name=quantity]{
    width: 60px;
    line-height: 12px;
    font-size: 18px;
    padding-top: 6px;
    text-align: center;
}

.category-list li .category-list-box .form-check-label a {
    width: 100%;
}

.custom-height {
    max-height: 440px;
}

.category-list li .category-list-box .form-check-label span.name.selected {
    color: #0da487;
}

.search-full form{
    width: 100%;
}

.mobile-search button{
    background-color: #ffa53b;
    color: #fff;
}

.shop-section .left-box .shop-left-sidebar {
    padding-right: 5px;
}

.category-list li .category-list-box .form-check-label.parent-prefix-0 {
    margin-left: 0px;
}

.category-list li .category-list-box .form-check-label.parent-prefix-1 {
    margin-left: 10px;
}

.category-list li .category-list-box .form-check-label.parent-prefix-2 {
    margin-left: 20px;
}

.cart-table table tbody tr td.product-detail .product .product-detail ul li.name a {
    white-space: normal;
}

.category-list li .category-list-box .form-check-label .name {
    display: block;
}

/*----- elements ---------*/
a.home-button, a.btn-animation{
    display: inline-block;    
}

.theme-color .currency_symbol_left {
    color: var(--theme-color) !important;
}

.offer-product .offer-detail span p{
    margin-bottom: 0px;
}
/*------------------------*/

/*----- blog ---------*/
.blog-image img{
    max-width: 280px;
}
/*------------------------*/