body[dir=rtl] {
    text-align: right;
}

body, html {
    font-family: 'Rubik', sans-serif !important;
    background: #f7f7f7;
}

.site-header {
    top:-1px;
}

figcaption {
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
    color: #5f5f5f;
}

a {
    color: #2a72e6;
}

a:hover {
    text-decoration: none;
}

.section-title {
    font-weight:bold;
    font-size:1.6em;
}

.btn, .btn:hover {
    border-color: transparent;
    padding-right: 35px;
    padding-left: 35px;
}

.scroll-top {
    position: fixed;
    bottom: 55px;
    /*left: 15px;*/
    left: -45px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: left .3s ease;
    z-index: 99;
}

.scroll-top.slided {
    left: 15px;
}

#content h1:first-child {
    text-align: center;
}

.cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

body[dir=rtl] .dropdown-toggle::after {
    margin-right: .255em;
}

body[dir=rtl] .dropdown-menu {
    text-align: right;
    left: auto;
    right: 0;
}

nav > .navbar-collapse {
    border-top: 1px dashed lightgray
}

nav {
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.35);
    background-color: #ffffffeb;
}

.site-header .nav-item {
    font-size: 18px;
    transition: font-size 0.3s ease;
}

.site-header .logo-container {
    max-width: 40%;
}

.site-header .logo-container img {
    max-height: 85px;
    max-width: 100%;
    transition: max-height 0.3s ease;
}

.site-header .tools-container {
    align-self: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.site-header .header-tool {
    display: flex;
    font-size: 0.8em;
    position: relative;
    margin-right: 20px;
    color: #484848;
}

.site-header .header-tool .tool-popup {
    position: absolute;
    display: none;
    top: -5px;
    right: 0;
    transition: all .3s ease;
}

body[dir=rtl] .site-header .header-tool .tool-popup {
    right:auto;
    left:0;
}

.site-header .header-tool.popup-show .tool-popup {
    display: block;
    top: calc(100% + 10px);
}

.site-header .header-tool a {
    color: #484848;
}

.site-header .header-tool .tool-text {
    line-height: 15px;
}

.site-header .header-tool .tool-icon {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 22px;
    align-self: center;
    text-align: center;
    margin-right: 5px;
}

body[dir=rtl] .site-header .header-tool .tool-icon {
    margin-left: 5px;
    margin-right: 0;
}

.site-header .header-tool .tool-icon a {
    display: block;
    height: 100%;
}

.site-header .header-tool .tool-icon img {
    display: block;
    height: 100%;
}

.site-header .header-tool .tool-icon.whatsapp-tool-icon {
    background-color: #7ac142;
    color: white;
}

.site-header.small-header .logo-container img {
    max-height: 45px;
}

.site-header.small-header .nav-item {
    font-size: 13px;
}

.search-popup-container input {
    outline: none;
    flex-grow: 1;
    border: none;
    padding: 10px;
}

.cart-popup-container {
    border-radius: 5px;
    min-width: 325px;
    padding-bottom: 10px;
    background: white;
}

.mini-cart-toggle {
    position: relative;
}

.mini-cart-toggle .cart-count {
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    font-size: 12px;
}

.cart-popup-container .loader {
    text-align: center;
}

.cart-popup-container .mini-cart-title {
    font-size: 1.5em;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.search-popup-container {
    border-radius: 20px;
    background: white;
    overflow: hidden;
    min-width: 250px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.35);
}

.search-popup-container form {
    display: flex;
}

.search-popup-container .submit-search {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    align-self: center;
    line-height: 35px;
    background: #747474;
    color: white;
    border: none;
    margin-left: 3px;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-left: .2rem;
    padding-right: .2rem;
    float:none;
}

.breadcrumb-item {
    color: #636363;
    font-size: 0.8em;
    padding-left:0 !important;
}

ul.breadcrumb {
    margin-bottom: 0 !important;
}

.breadcrumb-item a {
    color: #80a0aa;
}

footer {
    padding: 10px 0;
    background-color: #2d2d2d;
    color: white;
    font-size: 0.9em;
}

footer .footer-cube-title {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

footer span {
    font-weight: bold;
}

footer a, footer a:hover {
    color: #8ee0ff;
    text-decoration: none;
}

.footer-social-bar {
    line-height: 20px;
    font-size: 1.3em;
    margin-top: 20px;
    padding: 10px 0;
}

.footer-social-bar ul {
    margin-bottom: 0;
}

.footer-social-bar ul li {
    display: inline-block;
    margin: 0 5px;
}

.mini-cart-info {
    color: #505050;
}

.mini-cart-item {
    display: flex;
    justify-content: space-around;
}

.mini-cart-image img {
    width: 67px;
}

.mini-cart-info {
    align-self: center;
}

.mini-cart-items {
    max-height: 250px;
    overflow-y:auto;
}

.pager-container {
    list-style-type: none;
    text-align: center;
}

.pager-container li {
    display: inline-block;
    background-color: #e9ecef;
    padding: 5px;
    border-radius: 3px;
    min-width: 50px;
}

.pager-container li a {
    color: #333;
    display: block;
    text-decoration: none !important;
}

@media (max-width: 992px) {
    nav .container {
        width: 100%;
        max-width: 100%;
    }

    .site-header .header-tool {
        margin-right: 10px;
    }

    .site-header .logo-container img {
        max-height: 65px;
        max-width: 180px;
    }
}

.modal, .modal-body {
    overflow-y: auto;
}

@media screen and (max-width: 992px) {
    .modal-open {
        overflow: auto !important;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 960px) {
    nav.nav-separated .nav-item:not(:first-child):not(:last-child) > a:before {
        content: "|";
        width: 1px;
        font-weight: bold;
        font-size: 15px;
        margin-right: 20px;
        height: 100%;
        color: rgba(103, 103, 103, 0.54);
    }

    body[dir=rtl] nav.nav-separated .nav-item:not(:first-child):not(:last-child) > a:before {
        margin-left: 20px;
        margin-right: 0;
    }
}

.rounded-soft {
    border-radius: 3px;
}

img.owl-lazy[data-lazy-loaded="1"] {
    opacity: 1 !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-main-carousel {
    height: 480px
}

#homepage-carousel .carousel-item {
    height:480px;
}

#homepage-carousel .carousel-item img {
    height:100%;
}

#homepage-carousel img.slide-cover {
    object-fit: cover;
}

@media (max-width: 992px) {
    .home-main-carousel {
        height: 200px
    }

    #homepage-carousel .carousel-item {
        height:200px;
    }
}

.trending-products-carousel {
    min-height:300px;
}

.closed-modal-container {
    backdrop-filter: blur(10px);
    position: fixed;
    top:0;
    right:0;
    width:100%;
    height:100%;
    z-index: 9999999999999;
}

.closed-modal {
    width: 90%;
    max-width: 820px;
    margin: 25px auto 0;
    background-color: white;
    border-radius:15px;
    padding:15px;
}

.closed-modal .closed-title {
    font-weight:bold;
    font-size:24px;
    margin-bottom: 10px;
}