/* ------ MAIN STYLES ------ */

body {
    direction: ltr;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    min-height: 100%;
    position: absolute;
}

h1, h2, h3, h4, h5, h6, p, small {
    font-family: 'Source Sans Pro', sans-serif;
}

.clearfix {
    clear: both;
}

.pull-end {
    float: right !important;
}

.pull-start {
    float: left !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.hidden {
    display: none !important;
}

/*//////////*/


@media (max-width: 480px) {
    .home-slider .home {
        height: 40vh;
    }
}

@media (max-width: 420px) {
    .subscribe-form .form-group {
        margin-bottom: 0;
    }
}

h5 {
    font-weight: 600 !important;
}

.select-language .dropdown-menu {
    min-width: 7rem !important;
}

.select-language .dropdown-toggle {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.select-language .dropdown-menu .dropdown-item {
    padding: .25rem 0.78rem;
}

.product-box .cart-info.cart-wrap a.active i, .product-box .cart-wrap.cart-wrap a.active i, .product-wrap .cart-info.cart-wrap a.active i, .product-wrap .cart-wrap.cart-wrap a.active i {
    color: var(--theme-deafult);
}

.rating i:nth-child(-n+4), .product-box .product-detail .rating i:nth-child(-n+4), .product-box .product-info .rating i:nth-child(-n+4), .product-wrap .product-detail .rating i:nth-child(-n+4), .product-wrap .product-info .rating i:nth-child(-n+4), .product-box .product-detail .rating i:last-child, .product-box .product-info .rating i:last-child, .product-wrap .product-detail .rating i:last-child, .product-wrap .product-info .rating i:last-child {
    color: #aaa;
}

.rating i.active, .product-box .product-detail .rating i.active, .product-box .product-info .rating i.active, .product-wrap .product-detail .rating i.active, .product-wrap .product-info .rating i.active {
    color: #ffa200;
}

.product-right h3 {
    font-size: 20px;
}

.product-right .size-box ul li {
    width: auto;
    border-radius: 25px;
}

.product-right .size-box ul li a {
    padding: 5px 10px;
    font-size: 12px;
}

.product-right .product-title {
    font-size: 11px;
    margin-bottom: .5rem;
}

.rtl .product-right .product-icon .wishlist-btn i, .product-right .product-icon .wishlist-btn i {
    border: none;
    margin: 0;
    padding: 0;
}

.product-right .product-icon .wishlist-btn.active {
    color: red;
}

.product-pagination .pagination .page-item.disabled a {
    /*background-color: #efefef;*/
    /*opacity: 0.5;*/
    color: #aaa;
}

.product-related h2 {
    font-size: 16px;
}

.blog-detail-page .comment-section li ul {
    margin-left: 10rem;
}

.blog-detail-page .comment-section li ul li {
    border: none;
}

.blog-detail-page .comment-section li p {
    padding: 0 !important;
}

.cart-section tbody tr td, .wishlist-section tbody tr td {
    min-width: 0 !important;
}

p {
    width: 100%;
}

.order-box .title-box {
    font-size: 17px;
}

.checkout-page .checkout-form select, .checkout-page .checkout-form textarea {
    height: auto;
}

.order-box .title-box span, .order-box .qty li span, .order-box .sub-total li .count {
    width: 45%;
}

.rtl .order-box .summary li .count {
    color: black;
}

.category-block .category-image > i {
    font-size: 2rem;
    color: #777;
}

.category-block:hover .category-image > i {
    color: white;
}

.cat-list li {
    display: block;
    list-style: none;
}

.cat-list li a {
    color: #212529
}

.cat-list li a:hover {
    color: var(--theme-deafult);
}

@media (max-width: 480px) {
    .blog-detail-page .comment-section li p, .blog-detail-page .comment-section li h6 {
        text-align: left;
    }
}

.top-header .header-dropdown li {
    padding-left: 20px;
}

@media (max-width: 577px) {
    .top-header .header-dropdown .mobile-account .onhover-show-div, .top-header .header-dropdown .mobile-wishlist .onhover-show-div {
        left: 0;
    }
}