* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f2f2f7;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px !important;
}

button, a {
    letter-spacing: 0.5px !important;
}

.fs-100 {
    font-size: 100px;
}

.fs-75 {
    font-size: 75px;
}

.fs-40 {
    font-size: 40px;
}

.fs-32 {
    font-size: 32px;
}

.fs-28 {
    font-size: 28px;
}

.fs-26 {
    font-size: 26px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-19 {
    font-size: 19px;
}

.fs-18 {
    font-size: 18px;
}

.fs-17 {
    font-size: 17px;
}

.fs-16 {
    font-size: 16px;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-11 {
    font-size: 11px;
}

.fs-10 {
    font-size: 10px;
}

.fs-9 {
    font-size: 9px;
}

.fs-8 {
    font-size: 8px;
}

.fw-300 {
    font-weight: 300;
}

@media (min-width: 1320px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1500px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
.search-menu {
    height: 70px;
    line-height: 62px;
    margin: 0;
    padding: 0;
}

.main-menu {
    height: 40px;
    background: #fe8c00; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fe8c00, #f83600); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fe8c00, #f83600); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #dee2e6;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.search-container {
    margin-left: 50px;
}

.search-container .input-group {
    width: 500px;
    height: 40px;
}

.search-container .input-group input {
    width: 100%;
    border-radius: 25px;
    height: 100%;
}

.search-container .input-group .btn {
    position: absolute;
    right: -1px;
    border: none;
    top: 1px;
    height: 38px;
    font-size: 24px;
    border-radius: 25px;
    vertical-align: middle;
    z-index: 999;
    width: 60px;
    border-right: 1px solid #ddd;
}

.search-container .input-group .btn:hover {
    color: #fe8c00;
}

.search-container .input-group .btn i {
    margin-top: -2px;
    display: block;
    margin-right: -2px;
}

.br-10 {
    border-radius: 10px;
}

.footer {
    margin-left: 0;
    background-color: #f6f6f6;
    backdrop-filter: blur(8px);
    color: #222;
    font-size: 14px;
    box-shadow: 0 0 6px 1px #a9a9a9;
}

.footer .footer-container {
    padding-top: 30px;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.footer .footer-container .footer-item .footer-item-content {
    padding-left: 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-container .footer-item .footer-item-content h4 {
    text-align: left;
    margin-left: 3px;
}

.footer .footer-container .footer-item .footer-item-content .list {
    list-style-type: none;
    text-align: left;
    font-size: 14px;
    padding: 5px 0 0;
}

.footer .footer-container .footer-item .social-icons {
    width: 24px;
    background: #fff;
    border-radius: 50% !important;
}

.footer .copyright {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0;
    box-shadow: 0 0 4px 0 #a9a9a9;
}

.isMobile .footer .copyright {
    padding-bottom: 120px;
}

.footer .footer-container .footer-item .footer-item-content .list li {
    padding: 5px;
}

.footer .footer-container .list li .s7-call,
.footer .footer-container .list li .s7-mail,
.footer .footer-container .list li .s7-map-marker {
    padding-right: 10px;
}

.footer-item-content .list li a, .terms-accept-container a {
    text-decoration: none;
    color: #222;
}

.spacing {
    padding: 2%;
}

.nav-link.nav-buttons {
    display: flex;
    max-height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 0 20px !important;
}

.nav-link.nav-buttons i {
    margin-right: 5px;
}

.mt-0-5 {
    margin-top: 0.125rem;
}

nav.main-menu .dropdown-menu.show {
    top: 100%;
    padding: 8px 0 7px;
    margin-top: 3px;
    right: auto;
    left: 0;
    border-radius: 0;
    width: 300px;
    box-shadow: 0 2px 6px 1px rgb(0 0 0 / 20%);
    border: none;
}

nav.main-menu .dropdown-menu .list-subtitles {
    color: #adadad;
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
}

nav.main-menu .dropdown-menu .dropdown-item {
    font-size: 14px;
}

nav.main-menu .dropdown-menu .dropdown-item:hover {
    color: #005eb8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

nav.main-menu .dropdown-menu li.menu-link a {
    text-decoration: none;
    font-size: 14px;
    margin-left: 15px;
    color: #035db8;
}

.homepage .carousel {
    margin-left: 300px;
    height: 450px;
}

.breadcrumb li, .breadcrumb li a {
    cursor: pointer;
    font-size: 13px;
    color: #777;
    text-decoration: none;
}

nav.main-menu .btn-group button.secondary-menu-item {
    border-radius: 25px !important;
}

nav.main-menu .btn-group button.secondary-menu-item:hover {
    border-radius: 25px !important;
    border-color: #ffffff;
}

.col-20 {
    flex: 0 0 auto;
    width: 20%;
}

@media (min-width: 768px) {
    .col-md-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.card-product {
    text-decoration: none;
    color: #212529;
}

.card-product .cart-product-image-container {
    text-align: center;
}

.card-product .card-img-top {
    max-width: 240px;
    max-height: 240px;
}

.card-product .card-body {
    height: 170px;
    overflow: hidden;
}

.page-content-additives .card-product .card-body {
    overflow: initial;
    height: 190px;
}

.oil-product .top-sales .card, .articles-container .card, .article-container .card {
    text-decoration: none;
    color: #212529;
}

.oil-product .product-container {
    background-color: #fff;
    border-radius: 0.25rem;
    margin-top: 26px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.auth-modal .modal-dialog {
    max-width: 460px;
}

.auth-modal .btn-login, .report-modal .send-btn, .contacts-modal .send-btn {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 0.6rem;
}

.auth-modal .btn-login i {
    font-size: 15px;
    margin-right: 10px;
}

.auth-modal .modal-content, .auth-modal .card {
    border-radius: 4px !important;
}

.auth-modal .form-floating > label {
    padding-left: 25px;
    font-size: 16px;
    margin-top: -2px;
}

.auth-modal .form-floating > input {
    padding-left: 23px;
    height: 55px;
    font-size: 15px;
    border-radius: 4px;
}

.auth-modal .label-link {
    margin-block: 0;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    flex: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-align: center;
}

.auth-modal .info-text {
    font-size: 13px;
    color: #666;
    margin: 6px 0 3px;
}

.oil-viscosity-filter, .oil-mark-filter {
    flex: 1 0 auto;
    margin-right: 10px;
    min-width: 120px;
    font-size: 14px;
    border-radius: 25px;
    background: #fff;
    padding: 4px 16px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    text-decoration: none;
    color: #212529;
}

.oil-viscosity-filter.active, .oil-mark-filter.active {
    background-color: #fe8c00;
    color: #fff;
    border-color: #999;
}

.oil-mark-title, .oil-viscosity-title {
    margin: 0;
    line-height: 31px;
    margin-right: 7px;
    font-size: 15px;
}

hr {
    margin: 8px 0;
    background-color: #ddd;
    opacity: 1;
}

.br-4 {
    border-radius: 4px !important;
}

.cart .products-list {
    min-height: 400px;
}

.cart .cart-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0;
}

.cart .quantity-input {
    width: 60px;
}

.bg-main {
    background-color: #f83600;
}

.bg-second {
    background-color: #fe8c00;
}

.text-main {
    color: #f83600;
}

.text-second {
    color: #fe8c00;
}

.cart .input-promo-code-container input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cart .apply-promo-code-container {
    margin-left: -4px;
}

.cart .apply-promo-code-container button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cart .checkout-button {
    line-height: 35px;
}

.cart .cart-box-shadow {
    box-shadow: 0 0 4px #ddd;
}

.cart .cart-checkout-bg, .orders .delivery-bg {
    background-color: #f8f8f8;
    box-shadow: 1px 0 4px #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cart input.form-control, .cart select.form-select {
    padding: 8px 0;
    font-size: 16px;
    border-radius: 0;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: #ced4da !important;
    box-shadow: none !important;
}

.cart select:invalid {
    color: gray;
}

.cart .cart-empty-container {
    height: 400px;
}
.cart .cart-success-order {
    height: 400px;
}

.add-products .image-container, .add-articles .image-container {
    width: 340px;
    height: 340px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ddd;
}

.add-products .keyword, .add-articles .keyword {
    cursor: pointer;
}

.add-products .keyword.selected, .add-articles .keyword.selected {
    background-color: deepskyblue !important;
    color: #fff !important;
}

.object-contain {
    object-fit: contain;
}

.cursor-pointer {
    cursor: pointer;
}

.profile-dropdown {
    line-height: 26px;
    padding: 4px;
}

.profile-dropdown .dropdown-item:hover {
    color: #005eb8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    cursor: pointer;
}

.stars {
    letter-spacing: 1.5px;
    font-size: 14px;
}

.stars.empty {
    filter: grayscale(1);
}

.br-none {
    border-radius: 0;
}

.oil-product .product-quantity .quantity-container {
    width: 180px;
}

.oil-product .product-quantity .cart-button {
    width: 44px;
}

.oil-product .product-quantity .quantity-input {
    width: 80px;
}

.cart-nav-item .badge {
    margin-left: -8px;
}

.select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-dropdown .select2-search__field {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

.select2-dropdown .select2-search__field:focus-visible {
    outline: none;
}

.select2-dropdown .select2-results__option {
    font-size: 14px;
    padding: 3px 6px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #005eb8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

.card-product .card-body .card-product-name {
    height: 45px;
    display: flex;
    align-items: end;
}

.page-content-additives .card-product .card-body .card-product-name {
    height: 70px;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    color: #fff;
}
.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}
.loader:after {
    color: #FF3D00;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%,
    100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}
.our-price {
    position: absolute;
    right: 0;
    margin-right: 16px;
    top: 8px;
    font-size: 13px;
}
.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.pagination .page-link {
    text-align: center;
    color: #222;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 40px;
}
.pagination .page-item .page-link.selected {
    background-color: #ececec;
    pointer-events: none;
}
.pagination .page-item:first-child .page-link {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
#marks-filters, #viscosity-filters {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#marks-filters::-webkit-scrollbar, #viscosity-filters::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.orders .accordion .accordion-item {
    margin-top: 12px !important;
}
.orders .accordion-header .accordion-button {
    padding: 10px 16px;
}
.orders .accordion-header .accordion-button:not(.collapsed)  {
    background: #fe8c00;
    background: -webkit-linear-gradient(to right, #fe8c00, #f83600);
    background: linear-gradient(to right, #fe8c00, #f83600);
    color: #fff;
}
.orders .accordion-header .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.orders .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.orders .accordion-header .accordion-button .badge {
    color: #fff !important;
    border-color: #ddd !important;
}
.orders .accordion-header .accordion-button.collapsed .badge {
    color: #212529 !important;
    border-color: #aaa !important;
}
.terms-container {
    min-height: 600px;
}
.terms-container h1, .terms-container h2, .terms-container h3,
.terms-container h4, .terms-container h5, .terms-container h6 {
    font-weight: 600;
}
.custom-menu-icon {
    margin-right: 3px;
}
.ws-nowrap {
    white-space: nowrap;
}
.text-dark-orange {
    color: darkorange !important;
}
.article-container .article-item img {
    max-width: 400px !important;
    max-height: 400px !important;
    float: right;
    margin: 0 0 10px 10px;
    border-radius: 4px;
}
.article-container .card .card-body {
    padding: 0 90px 10px 10px !important;
}
.article-container .card .card-body .product-price {
    position: absolute;
    bottom: 0;
    right: 8px;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}
.article-container .card .card-body .product-price h5 {
    font-size: 17px;
}
.article-container .card .card-body .product-name {
    max-height: 38px;
    overflow: hidden;
}
.articles-container .card img {
    width: 280px;
    height: 175px;
}
.hover-black:hover {
    color: #212529 !important;
}
.discount {
    background-color: #ff0000;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 15px;
    box-shadow: 0 0 3px #666;
}
.product-container .discount {
    right: 0;
    left: 10px;
}

.card-product .card-product-name .product-name {
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .main-menu {
        height: 10px;
    }
    .navbar-brand {
        padding: 0;
    }
    .search-menu {
        height: 60px;
        line-height: 60px;
    }
    .breadcrumb li, .breadcrumb li a {
        font-size: 12px;
    }
    .container {
        padding-left: 6px;
        padding-right: 6px;
    }
    .homepage .carousel {
        margin: 0 -6px 0 -6px;
        height: 200px;
    }
    .stars {
        font-size: 10px;
    }
    .breadcrumb {
        margin-bottom: 8px;
    }
    .fs-24 {
        font-size: 18px;
    }
    .card-product h6 {
        font-size: 13px;
    }
    .card-product .fs-13 {
        font-size: 11px;
    }
    .card-product .card-product-name .product-name {
        font-size: 13px;
    }
    .card-product .card-body {
        padding: 8px;
        height: 140px;
    }
    .card-product  .card-body > .row {
        padding: 0;
        margin: 0;
        position: relative;
    }
    .card-product  .card-body > .row > * {
        padding: 0;
    }
    .card-product .card-body .product-price {
        font-size: 14px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 20px;
    }
    .card-product .card-body .product-old-price {
        font-size: 13px;
        margin: 0;
        position: absolute;
        right: 0;
    }
    .card-product .card-body .btn {
        padding: 6px 0;
        font-size: 12px;
    }
    .card-product .card-body .btn i {
        font-size: 14px;
    }
    .card-product .cart-product-image-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-product .card-img-top {
        max-width: 160px;
        max-height: 160px;
    }
    .oils-container, articles-container {
        margin-left: 0;
        margin-right: 0;
    }
    .oil-mark-title, .oil-viscosity-title {
        margin: 0 5px 0 5px;
        line-height: 25px;
        font-size: 13px;
    }
    .oil-viscosity-filter, .oil-mark-filter {
        min-width: 80px;
        margin-right: 5px;
        font-size: 12px;
        padding: 3px 8px;
        line-height: 19px;
    }
    .oil-product .product-container {
        padding: 12px 0;
    }
    .oil-product .product-container img {
        max-width: 300px;
        max-height: 300px;
    }
    .oil-product .row {
        margin: 0;
    }
    .oil-product .product-container {
        border: none;
        margin-top: 0;
    }
    .oil-product .product-container .fs-28 {
        font-size: 20px;
    }
    .oil-product.container {
        padding: 0;
    }
    .oil-product .product-container .our-price {
        right: 0;
        margin-right: -12px;
        top: -12px;
        font-size: 12px;
    }
    .oil-product .product-container .our-price span {
        font-size: 15px;
    }
    .side-menu-button {
        z-index: 10000;
    }
    .sidebar {
        position: fixed;
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        background: rgba(0,0,0,0.3);
        transition-duration: 0.3s;
        overflow: hidden;
    }
    .sidebar .side-menu {
        width: 270px;
        height: 100%;
        background: linear-gradient(315deg, #dee2f0, #f7f5f6);
        box-shadow: 3px 0 10px #666;
        overflow: hidden scroll;
    }
    .sidebar .side-menu .nav-link.nav-buttons {
        height: 30px;
        font-size: 14px;
        padding: 0 !important;
    }
    .sidebar .side-menu .side-menu-title-divider {
        height: 10px;
        background: linear-gradient(to right, #fe8c00, #fb6104);
        margin-left: -10px;
    }
    .sidebar .side-menu .nav-item {
        width: 100%;
        display: flex;
    }
    .sidebar .side-menu .nav-item a i {
        font-size: 24px;
        width: 24px;
        text-align: center;
    }
    .sidebar .side-menu .submenu-container {
        margin-left: 36px;
        list-style: none;
        padding: 0;
    }
    .sidebar .side-menu .side-menu-submenu {
        text-decoration: none;
        color: #212529;
        font-size: 13px;
        width: 100%;
    }
    .sidebar .side-menu .list-subtitles {
        color: #adadad;
        font-size: 13px;
        font-weight: 500;
        margin-left: -10px;
    }
    .sidebar .side-menu li.menu-link > a {
        font-size: 14px;
        color: #035db8;
    }
    .cart-nav-item .badge {
        margin-left: 8px;
        font-size: 8px;
    }
    .cart.container {
        padding: 0;
    }
    .cart .cart-list-container {
         margin: 0;
    }
    .cart .cart-list-container .cart-item h6 {
        font-size: 15px;
    }
    .cart .cart-list-container .cart-item small {
        font-size: 11px;
    }
    .cart .cart-list-container .cart-item-image-container img, .orders .orders-item-image-container img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .cart .cart-list-container .cart-button {
        width: 30px;
        height: 30px;
    }
    .cart .cart-list-container .quantity-input {
        width: 40px;
    }
    .cart .row {
        margin: 0;
    }
    .cart .cart-item > div {
        padding: 0;
    }
    .cart .fs-28 {
        font-size: 25px;
    }
    .cart.min-vh-100 {
        min-height: auto !important;
    }
    .cart-list-container hr {
        margin: 8px;
    }
    .cart .products-list {
        min-height: 300px;
    }
    .cart .cart-continue button {
        padding: 12px 0;
    }
    .cart .select2-container {
        width: 100% !important;
    }
    .cart .delivery-heading {
        text-align: center;
        display: block;
    }
    .orders .row {
        margin: 0;
    }
    .auth-modal .modal-dialog {
        max-width: 360px;
        margin: 0 auto;
    }
    .auth-modal .form-floating > input {
        padding-left: 18px;
        height: 52px;
    }
    .auth-modal .form-floating > label {
        padding-left: 19px;
        margin-top: -4px;
    }
    .search-container {
        margin-left: 0;
    }
    .search-container .input-group {
        width: 100%;
        height: 33px;
        margin-bottom: 3px;
    }
    .search-container .input-group input {
        height: 33px;
    }
    .search-container .input-group .btn {
        height: 31px;
    }
    .article-container {
        padding: 0 12px;
    }
    .article-container .top-sales .top-sale-item {
        margin-top: 0 !important;
        padding: 5px;
    }
    .article-container .top-sales > h2 {
        font-weight: 400;
        font-size: 18px;
    }
    .article-container .card .card-body {
        padding: 0 74px 10px 10px !important;
    }
    .article-container .card .card-body .product-price h5 {
        font-size: 15px;
    }
    .article-container .card .card-body .product-name {
        max-height: 28px;
        overflow: hidden;
        font-size: 12px;
    }
    .articles-container .card img {
        max-width: 100%;
        max-height: 100%;
        height: initial;
        width: initial;
    }
    .articles-container .article-item-container {
        padding: 16px !important;
    }
    .card-product .discount {
        right: 7px;
        top: 7px;
        width: 52px;
        height: 52px;
        font-size: 10px;
        line-height: 12px;
    }
    .card-product .discount > div {
        font-size: 15px !important;
    }
    .product-container .product-old-price {
        font-size: 16px !important;
    }
    .page-content-additives .card-product .card-body .card-product-name {
        height: 93px;
    }
}

@media screen and (max-width: 340px) {
    .container {
        padding-left: 3px;
        padding-right: 3px;
    }
    .stars {
        font-size: 8px;
    }
    .card-product h6 {
        font-size: 11px;
    }
    .card-product .fs-13 {
        font-size: 9px;
    }
    .card-product .card-body {
        padding: 8px;
        height: 130px;
    }
    .card-product .card-body .btn {
        padding: 6px 0;
        font-size: 10px;
    }
    .card-product .card-body .btn i {
        font-size: 10px;
    }
    .card-product .card-img-top {
        max-width: 130px;
        max-height: 130px;
    }
    .card-product  .card-body .product-price {
        font-size: 14px;
        margin: 0;
        position: absolute;
        right: 0;
    }
    .product-container {
        padding: 8px 16px;
    }
    .product-container img {
        max-width: 240px;
        max-height: 240px;
    }
    .auth-modal .modal-dialog {
        max-width: 300px;
    }
    .article-container {
        padding: 0 12px;
    }
    .article-container .top-sales .top-sale-item {
        margin-top: 0 !important;
        padding: 5px;
    }
    .article-container .top-sales > h2 {
        font-weight: 400;
        font-size: 18px;
    }
    .article-container .card .card-body {
        padding: 0 60px 10px 10px !important;
    }
    .article-container .card .card-body .product-price h5 {
        font-size: 13px;
    }
    .article-container .card .card-body .product-name {
        max-height: 42px;
        overflow: hidden;
        font-size: 12px;
    }
    .articles-container .article-item-container {
        padding: 10px !important;
    }

    .page-content-additives .card-product .card-body .card-product-name {
        height: 93px;
    }
}
