/*index css*/
:root {
    --color_three: #9ad8f0;
    --color_light: #ffac52;
    --color_second: #fbcd15;
    --color_primary: #be1d2d;
    --color_primary-dark: #333333;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.74;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    letter-spacing: 0;
    color: #696969;
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #f8f8f8;
}
img {
    max-width: 100%;
}
a {
    color: #000;
}
a:hover,
a:visited,
a:focus {
    text-decoration: none;
    color: var(--color_primary-dark);
}
.font-weight-semi-bold{
    font-weight: 600;
}
.bg-navy{
    background-color: #333333;
}
.twitter-typeahead {
    width: calc(100% - 41px);
}
.text__primary {
    color: var(--color_primary);
}
.btn__primary {
    color: #fff;
    background-color: var(--color_primary);
    border-color: var(--color_primary);
}
.btn__primary:hover {
    color: #fff;
    background-color: var(--color_primary-dark);
    border-color: var(--color_primary-dark);
}
.blog-title {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-desc {
    color: #8a8a8a;
    font-size: 13px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
ul {
    list-style: none;
}
button:focus {
    outline: 0;
}
.badge-pill{
    font-size: 13px;
}
.fo-2x {
    font-size: 1.7em !important;
}
.fa {
    font-size: small;
}
.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1021;
}
.w-40 {
    width: 40%;
    position: relative;
}
.navbar-toggler {
    display: block;
    background-color: #fff;
}
.home-search {
    position: relative;
}
.home-search i {
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 15px;
}
.home-search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 45px;
    z-index: 1020;
}
.wish-list {
    position: relative;
}
.wishlist-count {
    position: absolute;
    top: 0px;
    left: 23px;
    background-color: var(--color_primary);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 6px;
}
li.item {
    width: 100%;
    display: table;
    margin: 0;
}
.product-details {
    display: table-cell;
}
.cart_list {
    list-style: none;
    width: 350px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cart_list img {
    max-width: 70px;
    margin-right: 15px;
    width: auto !important;
    top: 0px !important;
    left: 0 !important;
    transform: translate(0, 0) !important;
}
.icon .fa-heart {
    font-size: 25px;
}
.mini-products-list {
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 10px 20px 15px;
    display: block !important;
}
.product-img-wrap {
    position: relative;
    float: left;
    width: 70px;
    margin-right: 20px;
    display: table-cell;
    min-width: 70px;
}
.product-price .price {
    margin: 5px 0 5px;
}
.money {
    font-weight: 700 !important;
}
#banner {
    background-color: var(--color_primary-dark);
    background-position: center;
}
.nav-tabs .nav-link.active {
    color: var(--color_primary);
}
a.nav-item.nav-link.show {
    border-radius: 0;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color_primary);
}
a.nav-item.nav-link.show:hover {
    background-color: var(--color_primary);
    border: 1px solid var(--color_primary);
    color: #fff;
}
a.nav-item.nav-link.show.active {
    background-color: var(--color_primary);
    border: 1px solid var(--color_primary);
    color: #fff;
    position: relative;
}
.blog-home-img {
    position: relative;
}
.blog-home-img:after {
    content: "";
    display: block;
    padding-top: 75%;
    position: relative;
}
.blog-home-img img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-home-img:hover img {
    filter: grayscale();
    transition-duration: 0.5s;
}
.product-name {
    font-size: 14px;
}
.title-product {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 14px;
    -webkit-box-orient: vertical;
    padding-top: 8px;
    font-size: 14px;
    max-width: 100%;
}
.label-product.label-sale {
    background: var(--color_primary);
    left: 0;
    top: 5px;
}
.label-product {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    height: 25px;
    z-index: 7;
    line-height: 25px;
    position: absolute;
    text-transform: capitalize;
    border-radius: 5px;
}
.label-sale-side{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    z-index: 7;
    background: var(--color_primary);
    width: 68px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.price-old {
    text-decoration: line-through;
}
.product-image {
    position: relative;
}
.product-image img {
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.stars {
    background: url(https://static.apkpure.com/www/static/imgs/stars_fill.svg)
    repeat-x;
    background-size: contain;
    height: 10px;
    width: 51px;
    clear: both;
    direction: ltr;
    position: relative;
}
.stars span.score {
    display: block;
    background: url(https://static.apkpure.com/www/static/imgs/stars.svg)
    repeat-x;
    background-size: contain;
    height: 10px;
    width: 52px;
}
.wishlist-btn {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px;
    height: 35px;
    background-color: var(--color_primary);
    border-radius: 50%;
    z-index: 1;
    border: 0;
}
.product__desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav {
    flex-wrap: unset !important;
}
.nav-tabs .nav-link.active {
    color: #009e7f;
}

* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
a:hover {
    color: var(--color_primary);
    text-decoration: none;
}
a {
    color: #222;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.fo-13x {
    font-size: 13px;
}
.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.spaceBlock {
    margin-bottom: 40px;
}
.product-item {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.product-item .product-img {
    width: 75px;
    float: left;
}
.product-item .product-info {
    margin-top: 0;
    margin-left: 80px;
    background: transparent;
    color: #666;
}
.products-listing.grid {
    z-index: 2;
    clear: both;
}
.custom-reviews {
    font-size: 12px;
    margin: 0;
    overflow: hidden;
}
.price .price-new {
    margin-right: 5px;
}
.price .price-new {
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    color: var(--color_primary);
}
.price .price-old {
    line-height: 20px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
.products-listing.grid {
    z-index: 2;
    clear: both;
}
.product-info .fa-times{
    top: 0;
    right: 11px;
}
.button-group a{
    font-size: 14px;
}
.category-box {
    top: 74px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    height: 350px;
    border-radius: 5px;
    z-index: 1;
    overflow-y: scroll;
}
.text__primary-dark {
    color: var(--color_primary-dark);
}
.type-search {
    border: 2px solid var(--color_primary);
    height: 35px;
}
.top-search .type-search {
    border: 2px solid #fff;
    height: 40px;
}
.logo-brand {
    position: relative;
    border-radius: 5px;
}
.logo-brand:after {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
}
.logo-brand img {
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.devide {
    height: 20px;
    background-color: var(--color_primary);
}
#footer {
    background-color: var(--color_primary-dark);
}
.icon-wrapper li a {
    color: #828282;
    display: block;
    border: 1px solid #828282;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    text-align: center;
    transition-duration: 0.3s;
}
.icon-wrapper li a:hover {
    background-color: var(--color_primary);
}
.icon-wrapper li a i {
    transform: rotate(315deg);
    padding: 11px;
}
.gototop {
    background-color: var(--color_primary-dark);
    position: fixed;
    bottom: 5%;
    right: 3%;
    opacity: 0;
    z-index: 1020;
}
.tt-menu {
    width: 100%;
}
.dropdown:hover .dropdown-menu {
    display: block;
    top: calc(100% - 3px);
    z-index: 1021;
}
.dropdown,
.dropdown-menu .border-bottom.line-2 {
    transition: all 0.3s;
}
.dropdown:hover:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 2px;
    height: 2px;
    background-color: var(--color_primary);
}
.dropdown-menu .border-bottom.line-2:hover {
    background-color: hsla(0, 0%, 46.7%, 0.1);
    padding-left: 5px;
}
.mega-menu {
    width: 300px !important;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
#bell-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}
#bell-item .notification {
    position: relative;
    width: 25px;
    height: 25px;
}
#bell-item .notification svg {
    width: 25px;
    height: 25px;
}
#bell-item .notification svg > path {
    fill: #fff;
}
#bell-item .notification--bell {
    -webkit-animation: bell 2.2s linear infinite;
    animation: bell 2.2s linear infinite;
    transform-origin: 50% 0;
}
#bell-item .notification--bellClapper {
    -webkit-animation: bellClapper 2.2s linear 0.1s infinite;
    animation: bellClapper 2.2s linear 0.1s infinite;
}
#bell-item .notification--num {
    position: absolute;
    top: 0;
    left: 60%;
    font-size: 0.7rem;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #ff4c13;
    color: #fff;
    text-align: center;
    line-height: 18px;
    -webkit-animation: notification 2.2s linear infinite;
    animation: notification 2.2s linear infinite;
}
.btn-item {
    text-transform: uppercase;
}
.btn-item {
    --c: #f78d1a;
    color: var(--c);
    font-size: 14px;
    border: 2px solid #fff;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: 0 5px;
    padding: 7px;
}
.btn-coupon {
    background: transparent;
    color: #fff;
    border: none;
    padding: 0.2rem 0.5rem;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.btn-coupon span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.btn-coupon:hover {
    color: #fff;
}
.btn-coupon:hover span {
    transform: translateY(0) scale(2);
}
.btn-coupon span:first-child {
    --n: 1;
}
.btn-coupon span:nth-child(2) {
    --n: 2;
}
.btn-coupon span:nth-child(3) {
    --n: 3;
}
.btn-coupon span:nth-child(4) {
    --n: 4;
}
.box_io {
    width: 100%!important;
    overflow: hidden!important;
}
.box_io, .adsbygoogle {
    min-height: 250px;
    text-align: center;
}

.round {
    border-radius: 50%;
    background: white;
    transition: all 0.3s;
    height: fit-content;
}
.coupon-box:hover .round {
    background: #3b5998;
}
.img-round {
    position: relative;
    border-radius: 50%;
}
.img-round:after {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
}
.img-round img {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 75%;
    height: 75%;
    top: 50%;
    left: 50%;
    border-radius: 10%;
    transform: translate(-50%, -50%);
}

.btn {
    margin: 0;
}
.round-border {
    border-radius: 10px;
}
.img-square {
    position: relative;
}
.img-square:after {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
}
.img-square img {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 80%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.badge-intitle {
    font-size: 11px;
    color: #696969;
    border: 1px solid #696969;
    border-radius: 3px;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: 400;
}

.ratio-content {
    position: relative !important;
}
.ratio-content:after {
    content: "";
    display: block;
    padding-top: 56.25%;
    position: relative;
}
.ratio-content img {
    position: absolute !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transition: all 0.5s ease-out;
    color: #ecf0f1;
    background-color: #000;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%) !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 63px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}
.p-brands .link a {
    transition: all .5s;
}
.p-brands .link a:hover {
    color: var(--color_primary);
    padding: 0 0 0 10px;
}

.block-title:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #0000002e;
    top: 40px;
    left: 0;
}

.coupon-home {
    border-radius: 50px;
    flex-direction: unset;
}
.coupon-home .card-body {
    width: calc(100% - 75px);
}
.round-logo {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 2px solid var(--color_primary);
}
.round-logo img {
    width: 100%;
}
footer .footer-bar {
    background-color: #343a40;
    color: #fff;
    line-height: 1;
    padding: 20px 0;
}
footer .footer-bar a,
footer .footer-bar p {
    color: #fff;
}
footer .footer-bar a:hover {
    color: #17a2b8;
}
footer .footer-bar a.link-footer:after {
    content: "";
    width: 0;
    display: block;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
}
footer .footer-bar a.link-footer:hover:after {
    width: 100%;
}
footer a i {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    width: 2.5rem;
    margin-right: 0.25rem;
}
#btn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}
/*new store style*/

.coupon .deal-desc {
    font-size: 14px;
    overflow: hidden;
}
.line-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.coupon .deal-desc h2 {
    margin-top: 4px;
    font-weight: 600;
    line-height: 26px;
    font-size: 18px;
    overflow: hidden;
}


.coupon {
    background-color: #fff;
    padding: 8px;
    border-radius: 10px;
}
.get-deal {
    display: block;
    width: 100%;
    background: var(--color_primary);
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
}
.discount {
    font-size: 1.5rem !important;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-align: center;
}
.coupon .deal-desc {
    font-size: 14px;
    overflow: hidden;
}
.text-small {
    font-size: 12px;
    color: #7d9fb6;
}

.show-code {
    width: 100%;
    border-radius: 50px;
}
.show-code .h-btn:hover span:after {
    border-width: 22px 19px 32px 0;
}
.show-code .h-btn span:before {
    border-color: transparent transparent #f95b41 #f95b41;
    border-style: solid;
    border-width: 24px 12px;
    left: 100%;
}
.show-code .h-btn:hover span {
    right: 35px;
    padding-left: 25px;
    background-color: #e4952d;
    background-clip: padding-box;
    background-image: linear-gradient(
            -90deg,
            rgba(88, 56, 153, 0.8),
            rgba(171, 66, 112, 0.8) 0,
            rgba(253, 76, 70, 0.8) 0,
            rgba(245, 141, 59, 0.8)
    );
}
.show-code .btn {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    max-width: 100%;
    white-space: nowrap;
    border-radius: inherit;
}
.show-code .h-btn {
    color: #333;
    position: relative;
    padding: 0;
    text-align: right;
    overflow: hidden;
}
.show-code .h-btn span:after,
.show-code .h-btn span:before {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 0;
}
.show-code .btn.h-btn p {
    direction: rtl;
}
.show-code .btn p {
    line-height: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.show-code .h-btn p {
    background-color: #c9c9c9;
    border: 1px solid #878787;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
}
.show-code .h-btn span {
    position: absolute;
    font-weight: 700;
    font-size: 14px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 30px;
    padding-left: 20px;
    background-color: #e4952d;
    background-image: linear-gradient(
            -90deg,
            rgba(88, 56, 153, 0.8),
            rgba(171, 66, 112, 0.8) 0,
            rgba(253, 76, 70, 0.8) 0,
            rgba(245, 141, 59, 0.8)
    );
    color: #fff;
    display: block;
    text-align: center;
    transition: 0.2s ease-out;
}
.show-code .h-btn span:after {
    border-top: 22px solid transparent;
    border-right: 15px solid #ff6964;
    border-bottom: 32px solid transparent;
    right: 0;
    z-index: 1;
    transform: rotate(-27deg);
    transition: 0.2s ease-out;
    transform-origin: top right;
}
p.link {
    background: hsla(0, 0%, 46.7%, 0.1);
    padding: 5px 10px;
}
p.link:hover {
    background: var(--color_primary);
}
p.link:hover a {
    color: white;
}
.bi .lp .links {
    padding: 10px 15px;
}
.filter-nav {
    width: 100%;
    font-size: 0;
    background: #fff;
    border-radius: 0.1875rem;
    margin-bottom: 1.25rem;
    display: flex;
}
.filter-nav li {
    width: calc((100% / 3));
    height: 100%;
    cursor: pointer;
    padding: 0.75rem 0;
    font-size: 1rem;
    color: #333;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}
.filter-nav li.is-active,
.filter-nav li:hover {
    color: var(--color_primary);
    border-bottom-color: var(--color_primary);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-nav.usafilter li {
    width: calc(100% / 3);
}
li,
ul {
    list-style: none;
}
.modal-content {
    border-radius: 10px !important;
}
.info-toggle {
    cursor: pointer;
}
.modal-body .container-fluid {
    overflow-y: scroll;
    height: 30vh;
}
.div-about-merchant {
    display: flex;
    justify-content: center;
}
.about-merchant-stats {
    align-self: center;
    min-width: 80%;
}
.about-merchant-stats td {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    color: #777;
    padding: 0 0 10px;
}
.about-merchant-stats td.cp-r {
    text-align: right;
}
/*review style*/
.otro-blockquote {
    font-size: 1em;
    margin: 20px auto;
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid var(--color_primary);
    line-height: 1.6;
    position: relative;
    background: #ededed;
    word-wrap: break-word;
    width: 100%;
}
.otro-blockquote::before {
    content: "\201C";
    color:var(--color_primary);
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}
.otro-blockquote::after {
    content: "";
}
.read-block{
    color: var(--color_primary);
}
.show-read-more .more-text {
    display: none;
}
.list_type{
    list-style: unset;
}
.list_type li{
    list-style: unset;
}
.email-form input{
    width: calc(100% - 114px)!important;
    border-radius: 5px 0 0 5px;
    border: 1px solid var(--color_primary);
}
.email-form button{
    border-radius: 0 5px 5px 0;
}
@media (max-width: 575.98px) {
    .btn-item {
        margin-bottom: 5px;
        background-color: #2d3e50;
        height: 45px;
    }
    #bell-item{
        background-color: #2d3e50;
    }
    .coupon .deal-desc h2{
        font-size: 16px;
    }
    h1.h2{
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .btn-item {
        margin-bottom: 5px;
    }

}

@media (max-width: 575.98px) {
    .navbar-toggler {
        display: block;
        background-color: #fff;
    }
    .logo {
        width: 50%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .w-40 {
        width: 100%;
    }
    .header-search {
        width: 100% !important;
    }
    .category-box {
        top: 204px;
    }
    #header #navbarNav {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .logo {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .logo {
        padding-right: 0 !important;
    }
    .blog-home-img img {
        width: 100%;
        object-fit: cover;
    }
    .w-40 {
        width: 70%;
    }
    .header-search {
        width: 100% !important;
    }
    .category-box {
        top: 187px;
    }
    #header #navbarNav {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .logo {
        margin-right: 0 !important;
    }
    .blog-home-img img {
        width: 100%;
        object-fit: cover;
    }
    .w-40 {
        width: 60%;
    }
    #header #navbarNav {
        width: 100%;
    }
    .button-nav {
        width: 40%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-home-img img {
        width: 100%;
        object-fit: cover;
    }
    #header #navbarNav {
        width: 100%;
    }
    .category-box {
        top: 133px;
    }
    th.th-discount{
        width: 125px;
    }
    th.expires{
        width: 120px;
    }
}
@media (min-width: 1200px) {
    .col-half-offset {
        margin-left: 2%;
        padding: 0;
    }
    .blog-home-img img {
        width: 100%;
        object-fit: cover;
    }
    .container {
        max-width: 1200px;
    }
    .navbar-toggler {
        display: none;
    }
    #header #navbarNav.collapse:not(.show) {
        display: block;
    }
    #header #navbarNav {
        width: 60%;
        margin-left: auto;
    }
    #prod-top-slider .item{
        height: 318px;
    }
    th.th-discount{
        width: 125px;
    }
    th.expires{
        width: 120px;
    }
}

.font-14{
    font-size: 14px;
}
.bg_primary{
    background-color: var(--color_primary);
}
.btn__primary {
    color: #fff;
    background-color: var(--color_primary);
    border-color: var(--color_primary);
}
.btn__primary:hover {
    color: #fff;
    background-color: var(--color_primary-dark);
    border-color: var(--color_primary-dark);
}
.header-image img{
    object-fit: cover;
    z-index: -1;
}
.category-coupon .ratio-content img{
    object-fit: contain;
    max-height: 90%;
    max-width: 80%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}

.filter-coupon li{
    border-radius: 25px;
    background-color: white;
    cursor: pointer;
    text-align: center;
}
.filter-coupon li.is-active,
.filter-coupon li:hover {
    color: white;
    background-color: var(--color_primary);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-desc {
    color: #8a8a8a;
    font-size: 13px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.category-link{
    height: 45px;
    border: #777777;
}
.category-link a{
    background-color: white;
    border: #777777;
    transition: all 0.3s ease;
    line-height: 45px;
}
.category-link:hover a{
    background-color: var(--color_primary);
    color: white;
}
@media (max-width: 575.98px) {

}
@media (min-width: 576px) and (max-width: 767.98px) {

}
@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .filter-coupon{
        display: flex;
    }
    .filter-coupon li {
        width: calc((100% / 4));
    }
}
@media (min-width: 1200px) {
    .header-image{
        height: 250px;
    }
    .filter-coupon{
        display: flex;
    }
    .filter-coupon li {
        width: calc((100% / 4));
    }
}