:root {
    --background-dark: #121212;
    --text-dark: #181c32;
    --royal-color: #f64e60;
    --royal-color-active: #ee2d41;
}

body {
    /*font-family: 'Bebas Neue', cursive;*/
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Poppins,Helvetica,sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
}

.gifts-container .gifted {
    border: 2px solid #ebedf3;
    padding: 20px;
    margin-bottom: 20px;
}

.gifts-container-sample .gifted.sample {
    display: none;
}

#switcher {
    font-size: 13px;
}

#switcher a {
    color: white;
}

#switcher a .text {
    color: white;
    vertical-align: middle;
}

.dropdown-toggle.btn:after, .dropdown-toggle.nav-link:after {
    content: "";
    font-family: "Line Awesome Free";
    text-align: center;
    margin: auto;
    font-weight: 900;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

.owl-stage {
    padding: 30px 0;
}

.categories-nav {
    list-style-type: none;
}

.categories-nav .nav-text {
    font-size: 17px;
    font-weight: 700;
}

.categories-nav.main-categories {
    padding-left: 0;
}

.categories-nav.sub-categories {
    padding-left: 20px;
}

.bg-light-transparent {
    background-color: white;
}

.bg-light-transparent .symbol .symbol-label {
    background-color: transparent;
}

.product-cont .card.product .card-img-top {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    z-index: 33;
}

.card.card-custom {
    -webkit-box-shadow: 0 0 30px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 30px 0 rgba(82,63,105,.05);
    border: 0;
}

.card.card-custom>.card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.card-header:first-child {
    border-radius: calc(.85rem - 1px) calc(.85rem - 1px) 0 0;
}

.card.card-custom>.card-header .card-title, .card.card-custom>.card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181c32;
}
.card.card-custom>.card-header .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem;
    margin-left: 0;
}
.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.card.card-custom>.card-header .card-title .card-label {
    margin: 0 .75rem 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card.card-custom>.card-header .card-title, .card.card-custom>.card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181c32;
}
.text-dark {
    color: #181c32!important;
}

.separator.separator-solid {
    border-bottom: 1px solid #ebedf3;
}

.container {
    position: relative;
}

.container-fluid {
    position: relative;
}

.section {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-50 {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section.section-dark {
    background-color: var(--background-dark);
}

.section.section-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: top left !important;
}

.section .section-background-title {
    position: absolute;
    top: 20px;
    left: 50px;
    color: #cccccc;
    font-size: 500px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 900;
}

.section .section-title {
    font-size: 70px;
    font-family: 'Bebas Neue', cursive;
    font-weight: 900;
    letter-spacing: 3px;
}

.section .section-text {
    font-size: 18px;
    font-weight: 900;
    text-align: justify;
}

.text-dark {
    color: var(--text-dark) !important;
}

.text-royal {
    color: var(--royal-color) !important;
}

/* START: SIDEBARS */
#cart-sidebar .remove-cart-item {
    position: absolute;
    right: 0;
    top: 10px;
}

#cart-sidebar .cart-item {
    position: relative;
}

.sidebar {
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
    -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    -o-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    padding: 30px 30px 0 30px;
}

.sidebar.show {
    -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    -o-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    left: 0;
    right: 0;
    left: auto;
}

.sidebar-overlay {
    width: 100%;
    height: 100vh;
    background: black;
    opacity: .2;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}

.sidebar .sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar .sidebar-header .btn {
    border-radius: 50%;
}


.sidebar .shopping-cart-icon i {
    font-size: 25px;
    color: black
}

.sidebar-cart-items-scroll-container {
    margin-top: 20px;
    overflow-y: auto;
    max-height: 650px;
}

.scrolbar-nice::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #464545;
}

.scrolbar-nice::-webkit-scrollbar {
    width: 6px;
    background-color: #464545;
}

.scrolbar-nice::-webkit-scrollbar-thumb {
    background-color: #5e6278;
}

#cart-sidebar .remove-cart-item {
    position: absolute;
    right: 0;
    top: 10px;
}

#cart-sidebar .cart-item {
    position: relative;
}

/* END: SIDEBARS */

/* START: HEADER */

.navbar-logo img {
    width: 50px !important;
}

.navbar-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: unset;
    border: none;
    cursor: pointer;
    background-color: transparent;
    outline: 0!important;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none;
}

.navbar-toggle span {
    background-color: var(--royal-color);
    display: block;
    position: absolute;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 10px;
    height: 3px;
    min-height: 3px;
    width: 100%;
}

.navbar-toggle span::after,
.navbar-toggle span::before {
    background-color: var(--royal-color-active);
}

.navbar-toggle span::before {
    top: -8px;
}

.navbar-toggle span::after {
    top: 8px;
}

.navbar-toggle span::after,
.navbar-toggle span::before {
    position: absolute;
    display: block;
    right: 0;
    width: 50%;
    height: 3px;
    min-height: 3px;
    content: "";
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
    background-color: var(--royal-color-active);
}

.navbar-toggle:hover span::after,
.navbar-toggle:hover span::before,
.navbar-toggle:active span::after,
.navbar-toggle:active span::before
{
    width: 100%;
}

#footer-subscription label {
    color: transparent;
}

#header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 10vh;
    max-height: 10vh;
    background-color: #000;
}

#header.header-transparent {
    background-color: transparent;
}

#mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background-color: #000;
    padding-top: 10vh;
    padding-bottom: 30px;
}

#mobile-header .links-primary {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

#mobile-header .links-primary li {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#mobile-header .links-primary li.active a {
    border-bottom: 2px solid white;
}

#mobile-header .links-primary li a {
    width: 100%;
    font-size: 18px;
    color: white;
}

#mobile-header .links-secondary {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

#mobile-header .links-secondary li {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#mobile-header .links-secondary li a {
    width: 100%;
    font-size: 18px;
    color: white;
}


#scroll-header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 10vh;
    max-height: 10vh;
    background-color: #000;
    display: none;
}

#header nav.navigation,
#scroll-header nav.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 10vh;
}

#header nav.navigation .navbar-logo,
#scroll-header nav.navigation {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header nav.navigation .links-primary,
#scroll-header nav.navigation .links-primary {
    margin-left: auto;
}

#header nav.navigation .links-secondary,
#scroll-header nav.navigation .links-secondary {
    padding-left: 10px;
    margin-left: 10px;
}

#header nav.navigation .links-primary,
#header nav.navigation .links-secondary,
#scroll-header nav.navigation .links-primary,
#scroll-header nav.navigation .links-secondary {
    list-style-type: none;
    margin-bottom: 0;
}

#header nav.navigation .links-primary li.link-element,
#scroll-header nav.navigation .links-primary li.link-element {
    padding: 0 10px;
}

#header nav.navigation .links-secondary li.link-element,
#scroll-header nav.navigation .links-secondary li.link-element {
    padding: 0 10px;
}

#header nav.navigation .links-primary li.link-element,
#header nav.navigation .links-secondary li.link-element,
#scroll-header nav.navigation .links-primary li.link-element,
#scroll-header nav.navigation .links-secondary li.link-element {
    float: left;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header nav.navigation .links-primary li.link-element .link,
#header nav.navigation .links-secondary li.link-element .link,
#scroll-header nav.navigation .links-primary li.link-element .link,
#scroll-header nav.navigation .links-secondary li.link-element .link {
    text-decoration: none;
    display: inline-block;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    height: 2.5rem;
    padding: 5px 13px;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
}

#header nav.navigation .links-primary li.link-element .link:hover,
#header nav.navigation .links-secondary li.link-element .link:hover,
#scroll-header nav.navigation .links-primary li.link-element .link:hover,
#scroll-header nav.navigation .links-secondary li.link-element .link:hover {
    /*color: #fff;*/
    /*background-color: #E01919;*/
    font-weight: 800;
}

#header nav.navigation .links-primary li.link-element.active .link,
#scroll-header nav.navigation .links-primary li.link-element.active .link,
#mobile-header nav.navigation .links-primary li.link-element.active .link {
    border-bottom: 2px solid white;
    font-weight: 800;
}

#header nav.navigation .links-secondary li.link-element .link,
#scroll-header nav.navigation .links-secondary li.link-element .link,
#mobile-header nav.navigation .links-secondary li.link-element .link {
    color: #fff;
    background-color: #e2e2e22e;
}

#header nav.navigation .links-secondary li.link-element.icon .link,
#scroll-header nav.navigation .links-secondary li.link-element.icon .link,
#mobile-header nav.navigation .links-secondary li.link-element.icon .link {
    color: #fff;
    background-color: #e2e2e22e;
    border-color: transparent;
    padding: 5px 10px;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
}

#header nav.navigation .links-secondary li.link-element .link i,
#scroll-header nav.navigation .links-secondary li.link-element .link i,
#mobile-header nav.navigation .links-secondary li.link-element .link i {
    color: #fff;
}

#header nav.navigation .links-secondary li.link-element .link .svg-icon svg g [fill],
#scroll-header nav.navigation .links-secondary li.link-element .link .svg-icon svg g [fill],
#mobile-header nav.navigation .links-secondary li.link-element .link .svg-icon svg g [fill] {
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #fff;
}

#header nav.navigation .links-secondary li.link-element .link.focus:not(.btn-text),
#header nav.navigation .links-secondary li.link-element .link:focus:not(.btn-text),
#header nav.navigation .links-secondary li.link-element .link:hover:not(.btn-text):not(:disabled):not(.disabled),
#scroll-header nav.navigation .links-secondary li.link-element .link.focus:not(.btn-text),
#scroll-header nav.navigation .links-secondary li.link-element .link:focus:not(.btn-text),
#scroll-header nav.navigation .links-secondary li.link-element .link:hover:not(.btn-text):not(:disabled):not(.disabled),
#mobile-header nav.navigation .links-secondary li.link-element .link.focus:not(.btn-text),
#mobile-header nav.navigation .links-secondary li.link-element .link:focus:not(.btn-text),
#mobile-header nav.navigation .links-secondary li.link-element .link:hover:not(.btn-text):not(:disabled):not(.disabled) {
    color: #fff;
    background-color: var(--royal-color);
    border-color: transparent;
    outline: 0;
}

#header nav.navigation .links-secondary li.link-element .link.focus:not(.btn-text) .svg-icon svg g [fill],
#header nav.navigation .links-secondary li.link-element .link:focus:not(.btn-text) .svg-icon svg g [fill],
#header nav.navigation .links-secondary li.link-element .link:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
#scroll-header nav.navigation .links-secondary li.link-element .link.focus:not(.btn-text) .svg-icon svg g [fill],
#scroll-header nav.navigation .links-secondary li.link-element .link:focus:not(.btn-text) .svg-icon svg g [fill],
#scroll-header nav.navigation .links-secondary li.link-element .link:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill],
#mobile-header nav.navigation .links-secondary li.link-element .link.focus:not(.btn-text) .svg-icon svg g [fill],
#mobile-header nav.navigation .links-secondary li.link-element .link:focus:not(.btn-text) .svg-icon svg g [fill],
#mobile-header nav.navigation .links-secondary li.link-element .link:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill] {
    fill: white;
}

li.link-element:first-of-type {
    padding-left: 0 !important
}

li.link-element:last-of-type {
    padding-right: 0 !important
}


/* END: HEADER */


/* START: HOME SLIDER */

#home-slider {
    height: 100vh;
    width: 100%;
}

#home-slider .swiper-slide {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
}

#home-slider .swiper-slide .content,
#home-slider .swiper-slide .overlay {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 66.7%;
    right: -66.7%;
    top: 0;
    -webkit-transition: 1000ms;
    -o-transition: 1000ms;
    transition: 1000ms;
}

#home-slider .swiper-slide.to-part-overlay .overlay,
#home-slider .swiper-slide.to-part-overlay .content {
    right: 0;
}

#home-slider .swiper-slide.to-full-overlay .overlay {
    right: 0;
    width: 100%;
}

#home-slider .swiper-slide .overlay .img-blend {
    overflow: hidden;
    background-color: #540000;
    mix-blend-mode: soft-light;
    float: right;
    position: relative;
    height: 100%;
    width: 100vw;
}

#home-slider .swiper-slide .content {
    text-align: center;
    padding: 200px 280px 0 280px;
}

#home-slider .swiper-slide .content p {
    font-size: 16px;
    color: white;
    text-align: justify;
    font-family: 'Bebas Neue', cursive;
}

#home-slider .swiper-slide .content .logo {
    width: 100px;
    margin-bottom: 55px;
    text-align: center;
}

#home-slider .swiper-slide .content p.title {
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 90px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 7px;
}

#home-slider .swiper-slide .content p.sub-title {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 4px;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
}

.swiper-button-next {
    right: 100px !important;
}

.swiper-button-prev {
    left: 100px !important;
}


/* END: HOME SLIDER */

/* START: HOME ABOUT US */

#home-about-us.section {
    padding: 0 !important;
}

#home-about-us .glass-img {
    z-index: 9999;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
}

#home-about-us .underlay {
    z-index: 0;
    background-color: white;
    color: black;
    padding: 100px 0;
}

#home-about-us .underlay .section-title {
    color: black !important;
}

#home-about-us .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: var(--royal-color);
    color: white;
    width: 100%;
    height: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    overflow: hidden;
}

#home-about-us .overlay .container {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#home-about-us .overlay .section-title {
    color: white !important;
}

/* END: HOME ABOUT US */


/* START: HOME CAT */
/* START: HOME CATEGORIES */

#home-categories {
    background-color: #000;
}

#home-categories .content {
    padding: 0;
}

#home-categories .content .category-banner {
    overflow: hidden;
    height: 500px;
    padding: 0;
}


#home-categories .content .category-banner .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: #ffffff40;*/
    background-color: #000000a6;
    -webkit-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    z-index: 98;
}

#home-categories .content .category-banner:hover .bg-overlay {
    /*background-color: #ffffff00;*/
    background-color: #ffffff00;
}

#home-categories .content .category-banner .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
    height: 100%;
    width: 100%;
}

#home-categories .content .category-banner:hover .bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#home-categories .content .category-banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    z-index: 99;
    /*color: var(--text-dark);*/
    color: white;
    text-transform: uppercase;
    padding: 0 100px;
}

#home-categories .content .category-banner .content .title {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 5px;
}

#home-categories .content .category-banner .content .text {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
}

/* END: HOME cAT */


/* START: HOME PRODUCT SLIDER */

/* Top 10 products */

.products-container .tag-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.products-container .tag-filter span {
    width: auto;
    font-size: 20px;
    display: inline-block;
    background-color: var(--royal-color);
    color: white;
    border-radius: 50px;
    padding: 5px 20px;
    cursor: pointer;
}

.products-container .tag-filter span:hover {
    background-color: var(--royal-color-active);
    color: white;
}

.products-container .tag-filter span:not(:last-of-type) {
    margin-right: 10px;
}

.products-container .products {
    margin-top: 20px;
}

.products-container .products .product-card {
    border: 2px solid #e8e8e8;
}

.products-container .products .product-card .product-card-content {
    padding: 20px 20px;
}

.products-container .products .product-card .product-card-content .title {
    font-size: 15px;
    font-weight: bold;
    color: #797979;
}

.products-container .products .product-card .product-card-content .price {
    font-size: 15px;
    font-weight: bold;
}

.products-container .products .product-card .product-card-content .discounted .normal-price {
    text-decoration: line-through;
}

.products-container .products .product-card .product-card-content .discounted .discount-price {
    color: #f64e60;
}

.products-container .products .product-card .product-card-content .actions {
    margin-top: 10px;
}

.products-container .products .product-card .product-card-content .actions a,
.products-container .products .product-card .product-card-content .actions button {
    border-radius: 0;
}

.products-container .products .product-card .product-card-image-container {
    overflow: hidden;
    position: relative;
}

.products-container .products .product-card .product-card-image-container .product-card-image {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    z-index: 33;
}

.products-container .products .product-card:hover .product-card-image-container .product-card-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 33;
}

.products-container .products .product-card .product-card-image-container .product-card-overlay {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
}

.products-container .products .product-card:hover .product-card-image-container .product-card-overlay {
    opacity: 1;
    z-index: 99;
}

.products-container .products .product-card .product-card-image-container .product-card-overlay .add-to-wishlist {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.products-container .products .product-card .product-card-image-container .on-sale {
    position: absolute;
    left: 0;
    top: 30px;
    display:inline-block;
    width: auto;
    color: white;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    background-color: var(--royal-color-active);
}

/* END: HOME PRODUCT SLIDER */


/* START: HOME TIME SALE */

#home-time-sale {
    height: 80vh;
    overflow: hidden;
    background-position: top left;
}

#home-time-sale .btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 0;
    margin-top: 50px;
}

#home-time-sale .content {
    color: white;
    font-family: 'Bebas Neue', cursive;
    padding: 100px 50% 100px 100px;
}

#home-time-sale .content h2 {
    font-size: 70px;
}

#home-time-sale .content h4 {
    font-size: 30px;
}

#home-time-sale .time-count-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#home-time-sale .content .time-cont {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
}

#home-time-sale .content .time-cont::after {
    content: attr(data-text);
    margin-left: 10px;
    margin-right: 20px;
}


/* END: HOME TIME SALE */


/* START: Blog */

#home-blog {
    padding-bottom: 0 !important;
}

#home-blog .container {
    border-bottom: 1px solid #ffffff5e;
    padding-bottom: 50px !important;
}

#home-blog .blog-text {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    color: #848484 !important;
}

#home-blog .cards {
    margin-top: 50px;
}

#home-blog .cards .card {
    border-radius: unset;
    border: unset;
    background-color: transparent;
}

#home-blog .cards .card .card-body {
    background-color: transparent;
}

#home-blog .cards .card .card-body button,
#home-blog .cards .card .card-body a {
    border-radius: unset !important;
}

#home-blog .cards .card .card-body .card-title {
    color: #fff !important;
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    letter-spacing: 1px;
    min-height: 60px;
}

#home-blog .cards .card .card-body .card-text {
    color: #848484 !important;
}

#home-blog .cards .card img.card-img-top {
    border-radius: unset;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
/* END: BLOG */

/* START: FOOTER */
footer.section {
    padding: 50px 0 0 0;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul li a {
    color: #848484;
}

footer ul li a:hover {
    color: #fff;
}

footer .footer-bottom {
    margin-top: 50px;
    background-color: black;
    padding: 20px 0;
    color: #848484;
}

footer .footer-bottom a {
    color: var(--royal-color);
}

footer .footer-bottom a:hover {
    color: var(--royal-color-active);
}

footer a {
    background-color: transparent !important;
    border-radius: 0 !important;
}

footer .social-links {
    border-radius: 0;
}

footer .social-links .social-link {
    border-radius: 0;
    /*background-color: transparent;*/
}

#footer-subscription button {
    border-radius: 0 !important;
}

#footer-subscription .input-group {
    margin-top: -50px;
}

#footer-subscription input {
    background-color: transparent !important;
    z-index: 34;
    border-radius: 0 !important;
    color: white;
}

#footer-subscription input:focus {
    background-color: transparent !important;
    border-color: #fff !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
/* END: FOOTER */

/* START: SIDEBAR CART */

.sidebar-cart-items-scroll-container {
    max-width: 100%;
}

.sidebar-cart-items-scroll-container .cart-item {
    max-width: 100%;
}

.sidebar-cart-items-scroll-container .cart-item .remove-cart-item {
    position: absolute !important;
    padding: 2px 8px !important;
    font-size: 15px;
    border-radius: 50px !important;
    right: 0 !important;
    top: 10px !important;
}

.sidebar-cart-items-scroll-container .cart-item a.cart-item-image {
    margin-bottom: auto;
    margin-right: 15px;
}

.sidebar-cart-items-scroll-container .cart-item a.cart-item-image img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.sidebar-cart-items-scroll-container .cart-item .cart-item-title {
    font-size: 15px;
}

.sidebar-cart-items-scroll-container .cart-item .cart-item-meta {
    margin-top: 10px;
    font-size: 13px;
}

.sidebar-cart-items-scroll-container .cart-item .cart-item-price {
    font-size: 13px;
    height: 13px;
}

.sidebar-cart-items-scroll-container .cart-item .cart-item-total {
    font-size: 13px;
}

.sidebar-cart-items-scroll-container .cart-item .cart-item-qty {

}

/* END: SIDEBAR CART */

/* START: AGE GATE */

#age-gate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    padding: 230px 300px;
}

#age-gate h3 {
    margin: 30px 0 10px 0;
    font-weight: 900;
    font-size: 30px;
}

#age-gate p {
    margin: 20px 0 20px 0;
    font-size: 20px;
}

#age-gate.active {
    display: block;
    z-index: 9999;
}

/* END: AGE GATE */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar-logo img {
        width: 30px !important;
    }

    #header .links-primary,
    #header .links-secondary,
    #scroll-header .links-primary,
    #scroll-header .links-secondary
    {
        display: none !important;
    }

    #header .navbar-toggle,
    #scroll-header .navbar-toggle {
        display: inline-block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header nav.navigation, #scroll-header nav.navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 10vh;
        padding: 10px 0;
    }

    #header a.navbar-logo img,
    #scroll-header a.navbar-logo img {
        width: 30px;
    }

    .section {
        padding: 50px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .section.section-dark {
        background-color: var(--background-dark);
    }

    .section.section-parallax {
        background-attachment: fixed;
        background-size: cover;
        background-position: top left !important;
    }

    .section .section-background-title {
        position: absolute;
        top: 20px;
        left: 50px;
        color: #cccccc;
        font-size: 500px;
        font-family: 'Bebas Neue', cursive;
        font-weight: 900;
    }

    .section .section-title {
        font-size: 45px;
        text-align: center;
    }

    .section .section-text {
        font-size: 15px;
        font-weight: 900;
        text-align: justify;
    }

    #home-slider {
        height: 100vh;
        width: 100%;
    }

    #home-slider .swiper-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        overflow: hidden;
    }

    #home-slider .swiper-slide .content,
    #home-slider .swiper-slide .overlay {
        overflow: hidden;
        position: absolute;
        width: 100%;
        right: auto;
        height: 100%;
        bottom: -100%;
        top: auto;
        -webkit-transition: 1000ms;
        -o-transition: 1000ms;
        transition: 1000ms;
    }

    #home-slider .swiper-slide.to-part-overlay .overlay,
    #home-slider .swiper-slide.to-part-overlay .content {
        right: auto;
        bottom: 0;
    }

    #home-slider .swiper-slide.to-full-overlay .overlay {
        right: 0;
        width: 100%;
    }

    #home-slider .swiper-slide .overlay .img-blend {
        height: 100%;
        width: 100vw;
    }

    #home-slider .swiper-slide .content {
        padding: 80px 50px 0 50px;
    }

    #home-slider .swiper-slide .content p {
        font-size: 13px;
    }

    #home-slider .swiper-slide .content .logo {
        width: 50px;
        margin-bottom: 30px;
        display: none;
    }

    #home-slider .swiper-slide .content p.title {
        font-size: 30px;
        line-height: 30px;
    }

    #home-slider .swiper-slide .content p.sub-title {
        font-size: 15px;
        line-height: 20px;
    }

    .swiper-button-next {
        right: 5px !important;
    }

    .swiper-button-prev {
        left: 5px !important;
    }

    /* START: HOME CATEGORIES */

    #home-categories {
        background-color: #000;
    }

    #home-categories .content .category-banner {
        overflow: hidden;
        height: 500px;
        padding: 0;
    }


    #home-categories .content .category-banner .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000000a6;
        -webkit-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;
        z-index: 98;
    }

    #home-categories .content .category-banner:hover .bg-overlay {
        background-color: #ffffff00;
    }

    #home-categories .content .category-banner .bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
        height: 100%;
        width: 100%;
    }

    #home-categories .content .category-banner:hover .bg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    #home-categories .content .category-banner .content {
        padding: 0 20px;
    }

    #home-categories .content .category-banner .content .title {
        font-size: 20px;
    }

    #home-categories .content .category-banner .content .text {
        font-size: 15px;
    }
    /* END: HOME CAT */

    /* START: HOME ABOUT US */
    #home-about-us.section {
        padding: 0 !important;
    }

    #home-about-us.section .section-text {
        text-align: center;
    }

    #home-about-us {
        margin-bottom: 200px;
    }

    #home-about-us .glass-img {
        z-index: 9999;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -30px;
    }

    #home-about-us .underlay {
        z-index: 0;
        background-color: white;
        color: black;
        padding: 50px 0 200px 0;
    }

    #home-about-us .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--royal-color);
        color: white;
        width: 100%;
        height: 0;
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        overflow: hidden;
    }

    #home-about-us .overlay .container {
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #home-about-us .overlay .section-title {
        color: white !important;
    }

    /* END: HOME ABOUT US */

    /* START: HOME PRODUCT SLIDER */

    /* Top 10 products */

    .products-container .tag-filter {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .products-container .tag-filter span {
        margin-top: 5px;
        font-size: 15px;
        padding: 5px 10px;
    }

    .products-container .tag-filter span:not(:last-of-type) {
        margin-right: 5px;
    }

    /* END: HOME PRODUCT SLIDER */

    /* START: HOME TIME SALE */

    #home-time-sale {
        height: 60vh;
        overflow: hidden;
        background-position: bottom right;
    }

    #home-time-sale .btn {
        font-size: 15px;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: 0;
        margin-top: 20px;
    }

    #home-time-sale .content {
        color: white;
        padding: 20px 20px 20px 20px;
        text-align: center;
    }

    #home-time-sale .time-count-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #home-time-sale .content h2 {
        font-size: 35px;
    }

    #home-time-sale .content h4 {
        font-size: 20px;
    }

    #home-time-sale .content .time-cont {
        font-size: 15px;
    }

    #home-time-sale .content .time-cont::after {
        content: attr(data-text);
        margin-left: 10px;
        margin-right: 20px;
    }

    /* END: HOME TIME SALE */

    /* START: FOOTER */
    footer.section {
        padding: 50px 0 0 0;
        text-align: center;
    }

    footer form {
        padding-top: 20px;
    }

    footer h4 {
        margin-top: 20px;
    }

    footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    footer ul li a {
        color: #848484;
    }

    footer ul li a:hover {
        color: #fff;
    }

    footer .footer-bottom {
        margin-top: 50px;
        background-color: black;
        padding: 20px 0;
        color: #848484;
    }

    /* END: FOOTER */

    /* START: SIDEBAR */
    .sidebar {
        overflow-y: auto;
        max-height: 100vh;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: white;
        position: fixed;
        top: 0;
        z-index: 9999;
        -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
        box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
        -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        -o-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    }
    .sidebar.show {
        -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        -o-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        left: 0;
        right: 0;
    }
    .sidebar-cart-items-scroll-container {
        margin-top: 20px;
        overflow-y: auto;
        max-height: 370px;
    }
    /* END: SIDEBAR */

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-logo img {
        width: 30px !important;
    }

    #header .links-primary,
    #header .links-secondary,
    #scroll-header .links-primary,
    #scroll-header .links-secondary
    {
        display: none !important;
    }

    #header .navbar-toggle,
    #scroll-header .navbar-toggle {
        display: inline-block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header nav.navigation, #scroll-header nav.navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 10vh;
        padding: 10px 0;
    }

    #header a.navbar-logo img,
    #scroll-header a.navbar-logo img {
        width: 30px;
    }

    .section {
        padding: 50px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .section.section-dark {
        background-color: var(--background-dark);
    }

    .section.section-parallax {
        background-attachment: fixed;
        background-size: cover;
        background-position: top left !important;
    }

    .section .section-background-title {
        position: absolute;
        top: 20px;
        left: 50px;
        color: #cccccc;
        font-size: 500px;
        font-family: 'Bebas Neue', cursive;
        font-weight: 900;
    }

    .section .section-title {
        font-size: 45px;
        text-align: center;
    }

    .section .section-text {
        font-size: 15px;
        font-weight: 900;
        text-align: justify;
    }


    #home-slider {
        height: 100vh;
        width: 100%;
    }

    #home-slider .swiper-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        overflow: hidden;
    }

    #home-slider .swiper-slide .content,
    #home-slider .swiper-slide .overlay {
        overflow: hidden;
        position: absolute;
        width: 100%;
        right: auto;
        height: 100%;
        bottom: -100%;
        top: auto;
        -webkit-transition: 1000ms;
        -o-transition: 1000ms;
        transition: 1000ms;
    }

    #home-slider .swiper-slide.to-part-overlay .overlay,
    #home-slider .swiper-slide.to-part-overlay .content {
        right: auto;
        bottom: 0;
    }

    #home-slider .swiper-slide.to-full-overlay .overlay {
        right: 0;
        width: 100%;
    }

    #home-slider .swiper-slide .overlay .img-blend {
        height: 100%;
        width: 100vw;
    }

    #home-slider .swiper-slide .content {
        padding: 100px 50px 0 50px;
    }

    #home-slider .swiper-slide .content p {
        font-size: 13px;
    }

    #home-slider .swiper-slide .content .logo {
        width: 50px;
        margin-bottom: 30px;
        display: none;
    }

    #home-slider .swiper-slide .content p.title {
        font-size: 30px;
        line-height: 30px;
    }

    #home-slider .swiper-slide .content p.sub-title {
        font-size: 15px;
        line-height: 20px;
    }

    .swiper-button-next {
        right: 5px !important;
    }

    .swiper-button-prev {
        left: 5px !important;
    }

    /* START: HOME CATEGORIES */

    #home-categories {
        background-color: #000;
    }

    #home-categories .content .category-banner {
        overflow: hidden;
        height: 500px;
        padding: 0;
    }


    #home-categories .content .category-banner .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000000a6;
        -webkit-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;
        z-index: 98;
    }

    #home-categories .content .category-banner:hover .bg-overlay {
        background-color: #ffffff00;
    }

    #home-categories .content .category-banner .bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
        height: 100%;
        width: 100%;
    }

    #home-categories .content .category-banner:hover .bg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    #home-categories .content .category-banner .content {
        padding: 0 20px;
    }

    #home-categories .content .category-banner .content .title {
        font-size: 20px;
    }

    #home-categories .content .category-banner .content .text {
        font-size: 15px;
    }
    /* END: HOME CAT */

    /* START: HOME ABOUT US */
    #home-about-us.section {
        padding: 0 !important;
    }

    #home-about-us.section .section-text {
        text-align: center;
    }

    #home-about-us {
        margin-bottom: 200px;
    }

    #home-about-us .glass-img {
        z-index: 9999;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -30px;
    }

    #home-about-us .underlay {
        z-index: 0;
        background-color: white;
        color: black;
        padding: 50px 0 200px 0;
    }

    #home-about-us .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--royal-color);
        color: white;
        width: 100%;
        height: 0;
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        overflow: hidden;
    }

    #home-about-us .overlay .container {
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #home-about-us .overlay .section-title {
        color: white !important;
    }

    /* END: HOME ABOUT US */

    /* START: HOME PRODUCT SLIDER */

    /* Top 10 products */

    .products-container .tag-filter {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .products-container .tag-filter span {
        margin-top: 5px;
        font-size: 15px;
        padding: 5px 10px;
    }

    .products-container .tag-filter span:not(:last-of-type) {
        margin-right: 5px;
    }

    /* END: HOME PRODUCT SLIDER */

    /* START: HOME TIME SALE */

    #home-time-sale {
        height: 60vh;
        overflow: hidden;
        background-position: bottom right;
    }

    #home-time-sale .btn {
        font-size: 15px;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: 0;
        margin-top: 20px;
    }

    #home-time-sale .content {
        color: white;
        padding: 20px 20px 20px 20px;
        text-align: center;
    }

    #home-time-sale .time-count-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #home-time-sale .content h2 {
        font-size: 35px;
    }

    #home-time-sale .content h4 {
        font-size: 20px;
    }

    #home-time-sale .content .time-cont {
        font-size: 15px;
    }

    #home-time-sale .content .time-cont::after {
        content: attr(data-text);
        margin-left: 10px;
        margin-right: 20px;
    }

    /* END: HOME TIME SALE */

    /* START: FOOTER */
    footer.section {
        padding: 50px 10px 0 10px;
        text-align: center;
    }

    footer form {
        padding-top: 20px;
    }

    footer h4 {
        margin-top: 20px;
    }

    footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    footer ul li a {
        color: #848484;
    }

    footer ul li a:hover {
        color: #fff;
    }

    footer .footer-bottom {
        margin-top: 50px;
        background-color: black;
        padding: 20px 0;
        color: #848484;
    }

    /* END: FOOTER */

    /* START: SIDEBAR */
    .sidebar {
        overflow-y: auto;
        max-height: 100vh;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: white;
        position: fixed;
        top: 0;
        z-index: 9999;
        -webkit-box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
        box-shadow: 0 1px 9px -3px rgba(0, 0, 0, .25);
        -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        -o-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
    }
    .sidebar.show {
        -webkit-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        -o-transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        transition: left .3s ease, right .3s ease, bottom .3s ease, top .3s ease;
        left: 0;
        right: 0;
    }
    .sidebar-cart-items-scroll-container {
        margin-top: 20px;
        overflow-y: auto;
        max-height: 370px;
    }
    /* END: SIDEBAR */

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-logo img {
        width: 30px !important;
    }

    #header .links-primary,
    #header .links-secondary,
    #scroll-header .links-primary,
    #scroll-header .links-secondary
    {
        display: none !important;
    }

    #header .navbar-toggle,
    #scroll-header .navbar-toggle {
        display: inline-block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header nav.navigation, #scroll-header nav.navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 10vh;
        padding: 10px 0;
    }

    #header a.navbar-logo img,
    #scroll-header a.navbar-logo img {
        width: 30px;
    }

    .section {
        padding: 50px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .section.section-dark {
        background-color: var(--background-dark);
    }

    .section.section-parallax {
        background-attachment: fixed;
        background-size: cover;
        background-position: top left !important;
    }

    .section .section-background-title {
        position: absolute;
        top: 30px;
        left: 50px;
        color: #cccccc;
        font-size: 500px;
        font-family: 'Bebas Neue', cursive;
        font-weight: 900;
    }

    .section .section-title {
        font-size: 55px;
        text-align: center;
    }

    .section .section-text {
        font-size: 15px;
        font-weight: 900;
        text-align: justify;
    }

    #home-slider {
        height: 100vh;
        width: 100%;
    }

    #home-slider .swiper-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        overflow: hidden;
    }

    #home-slider .swiper-slide .content,
    #home-slider .swiper-slide .overlay {
        overflow: hidden;
        position: absolute;
        width: 100%;
        right: auto;
        height: 100%;
        bottom: -100%;
        top: auto;
        -webkit-transition: 1000ms;
        -o-transition: 1000ms;
        transition: 1000ms;
    }

    #home-slider .swiper-slide.to-part-overlay .overlay,
    #home-slider .swiper-slide.to-part-overlay .content {
        right: auto;
        bottom: 0;
    }

    #home-slider .swiper-slide.to-full-overlay .overlay {
        right: 0;
        width: 100%;
    }

    #home-slider .swiper-slide .overlay .img-blend {
        height: 100%;
        width: 100vw;
    }

    #home-slider .swiper-slide .content {
        padding: 100px 80px 0 80px;
    }

    #home-slider .swiper-slide .content p {
        font-size: 18px;
    }

    #home-slider .swiper-slide .content .logo {
        width: 60px;
        margin-bottom: 30px;
    }

    #home-slider .swiper-slide .content p.title {
        font-size: 50px;
        line-height: 50px;
    }

    #home-slider .swiper-slide .content p.sub-title {
        font-size: 30px;
        line-height: 30px;
    }

    .swiper-button-next {
        right: 20px !important;
    }

    .swiper-button-prev {
        left: 20px !important;
    }

    /* START: HOME CATEGORIES */

    #home-categories {
        background-color: #000;
    }

    #home-categories .content .category-banner {
        overflow: hidden;
        height: 300px;
        padding: 0;
    }


    #home-categories .content .category-banner .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000000a6;
        -webkit-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;
        z-index: 98;
    }

    #home-categories .content .category-banner:hover .bg-overlay {
        background-color: #ffffff00;
    }

    #home-categories .content .category-banner .bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
        height: 100%;
        width: 100%;
    }

    #home-categories .content .category-banner:hover .bg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    #home-categories .content .category-banner .content {
        padding: 0 20px;
    }

    #home-categories .content .category-banner .content .title {
        font-size: 15px;
    }

    #home-categories .content .category-banner .content .text {
        font-size: 10px;
    }
    /* END: HOME CAT */

    /* START: HOME ABOUT US */
    #home-about-us.section {
        padding: 0 !important;
    }

    #home-about-us.section .section-text {
        text-align: center;
    }

    #home-about-us {
        margin-bottom: 0;
    }

    #home-about-us .glass-img {
        z-index: 9999;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -30px;
    }

    #home-about-us .underlay {
        z-index: 0;
        background-color: white;
        color: black;
        padding: 50px 0 50px 0;
    }

    #home-about-us .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--royal-color);
        color: white;
        width: 100%;
        height: 0;
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        overflow: hidden;
    }

    #home-about-us .overlay .container {
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #home-about-us .overlay .section-title {
        color: white !important;
    }

    /* END: HOME ABOUT US */

    /* START: HOME PRODUCT SLIDER */

    /* Top 10 products */

    .products-container .tag-filter {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .products-container .tag-filter span {
        margin-top: 5px;
        font-size: 15px;
        padding: 5px 20px;
    }

    .products-container .tag-filter span:not(:last-of-type) {
        margin-right: 10px;
    }

    /* END: HOME PRODUCT SLIDER */

    /* START: HOME TIME SALE */

    #home-time-sale {
        height: 60vh;
        overflow: hidden;
        background-position: bottom right;
    }

    #home-time-sale .btn {
        font-size: 15px;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: 0;
        margin-top: 20px;
    }

    #home-time-sale .content {
        color: white;
        padding: 50px 50px 50px 50px;
        text-align: left;
    }

    #home-time-sale .time-count-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #home-time-sale .content h2 {
        font-size: 35px;
    }

    #home-time-sale .content h4 {
        font-size: 20px;
    }

    #home-time-sale .content .time-cont {
        font-size: 15px;
    }

    #home-time-sale .content .time-cont::after {
        content: attr(data-text);
        margin-left: 10px;
        margin-right: 20px;
    }

    /* END: HOME TIME SALE */


    /* START: Blog */

    #home-blog .cards .card .card-body .card-title {
        color: #fff !important;
        font-family: 'Bebas Neue', cursive;
        font-size: 20px;
        letter-spacing: 1px;
        min-height: 75px;
    }

    #home-blog .cards .card .card-body .card-text {
        color: #848484 !important;
        min-height: 230px;
    }

    #home-blog .cards .card img.card-img-top {
        border-radius: unset;
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
    /* END: BLOG */


    /* START: FOOTER */
    footer.section {
        padding: 50px 10px 0 10px;
        text-align: left;
    }

    footer form {
        padding-top: 20px;
    }

    footer h4 {
        margin-top: 20px;
        font-size: 15px;
    }

    footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    footer ul li a {
        color: #848484;
    }

    footer ul li a:hover {
        color: #fff;
    }

    footer .footer-bottom {
        margin-top: 50px;
        background-color: black;
        padding: 20px 0;
        color: #848484;
    }

    .svg-icon svg {
        width: 20px;
        height: 20px;
    }

    /* END: FOOTER */

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .section {
        padding: 100px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .section.section-dark {
        background-color: var(--background-dark);
    }

    .section.section-parallax {
        background-attachment: fixed;
        background-size: cover;
        background-position: top left !important;
    }

    .section .section-background-title {
        position: absolute;
        top: 30px;
        left: 50px;
        color: #cccccc;
        font-size: 500px;
        font-family: 'Bebas Neue', cursive;
        font-weight: 900;
    }

    .section .section-title {
        font-size: 80px;
        text-align: center;
    }

    .section .section-text {
        font-size: 15px;
        font-weight: 900;
        text-align: justify;
    }

    #home-slider {
        height: 100vh;
        width: 100%;
    }

    #home-slider .swiper-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        overflow: hidden;
    }

    #home-slider .swiper-slide .content,
    #home-slider .swiper-slide .overlay {
        overflow: hidden;
        position: absolute;
        height: 100%;
        right: -66.7%;
        width: 66.7%;
        bottom: auto;
        -webkit-transition: 1000ms;
        -o-transition: 1000ms;
        transition: 1000ms;
    }

    #home-slider .swiper-slide.to-part-overlay .overlay,
    #home-slider .swiper-slide.to-part-overlay .content {
        right: 0;
    }

    #home-slider .swiper-slide.to-full-overlay .overlay {
        right: 0;
        width: 100%;
    }

    #home-slider .swiper-slide .overlay .img-blend {
        height: 100%;
        width: 100vw;
    }

    #home-slider .swiper-slide .content {
        padding: 100px 80px 0 80px;
    }

    #home-slider .swiper-slide .content p {
        font-size: 15px;
    }

    #home-slider .swiper-slide .content .logo {
        width: 70px;
        margin-bottom: 30px;
    }

    #home-slider .swiper-slide .content p.title {
        font-size: 50px;
        line-height: 50px;
    }

    #home-slider .swiper-slide .content p.sub-title {
        font-size: 30px;
        line-height: 30px;
    }

    .swiper-button-next {
        right: 20px !important;
    }

    .swiper-button-prev {
        left: 20px !important;
    }

    /* START: HOME CATEGORIES */

    #home-categories {
        background-color: #000;
    }

    #home-categories .content .category-banner {
        overflow: hidden;
        height: 350px;
        padding: 0;
    }

    #home-categories .content .category-banner .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000000a6;
        -webkit-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;
        z-index: 98;
    }

    #home-categories .content .category-banner:hover .bg-overlay {
        background-color: #ffffff00;
    }

    #home-categories .content .category-banner .bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
        height: 100%;
        width: 100%;
    }

    #home-categories .content .category-banner:hover .bg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    #home-categories .content .category-banner .content {
        padding: 0 20px;
    }

    #home-categories .content .category-banner .content .title {
        font-size: 18px;
    }

    #home-categories .content .category-banner .content .text {
        font-size: 15px;
    }
    /* END: HOME CAT */

    /* START: HOME ABOUT US */
    #home-about-us.section {
        padding: 0 !important;
    }

    #home-about-us.section .section-text {
        text-align: center;
    }

    #home-about-us {
        margin-bottom: 0;
    }

    #home-about-us .glass-img {
        z-index: 9999;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -30px;
    }

    #home-about-us .underlay {
        z-index: 0;
        background-color: white;
        color: black;
        padding: 50px 0 100px 0;
    }

    #home-about-us .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--royal-color);
        color: white;
        width: 100%;
        height: 0;
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        overflow: hidden;
    }

    #home-about-us .overlay .container {
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #home-about-us .overlay .section-title {
        color: white !important;
    }

    /* END: HOME ABOUT US */

    /* START: HOME PRODUCT SLIDER */

    /* Top 10 products */

    .products-container .tag-filter {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .products-container .tag-filter span {
        margin-top: 5px;
        font-size: 20px;
        padding: 5px 20px;
    }

    .products-container .products .product-card .product-card-content .title {
        font-size: 20px;
        font-weight: bold;
        color: #797979;
    }

    .products-container .products .product-card .product-card-content .price {
        font-size: 20px;
        font-weight: bold;
    }

    .products-container .products .product-card .product-card-content .actions a, .products-container .products .product-card .product-card-content .actions button {
        padding: 5px 20px;
    }

    .products-container .tag-filter span:not(:last-of-type) {
        margin-right: 10px;
    }

    /* END: HOME PRODUCT SLIDER */

    /* START: HOME TIME SALE */

    #home-time-sale {
        height: 80vh !important;
        overflow: hidden;
        background-position: bottom left;
    }

    #home-time-sale .btn {
        font-size: 20px;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: 0;
        margin-top: 20px;
    }

    .products-container .products .product-card .product-card-image-container .product-card-image {
        width: 100%;
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        -webkit-transition: 1s ease-out;
        -o-transition: 1s ease-out;
        transition: 1s ease-out;
        z-index: 33;
    }

    #home-time-sale .content {
        color: white;
        padding: 50px 50px 50px 50px;
        text-align: left;
    }

    #home-time-sale .time-count-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #home-time-sale {
        height: 70vh;
        overflow: hidden;
        background-position: bottom right;
    }

    #home-time-sale .content h2 {
        font-size: 55px;
    }

    #home-time-sale .content h4 {
        font-size: 30px;
    }

    #home-time-sale .content .time-cont {
        font-size: 30px;
    }

    #home-time-sale .content .time-cont::after {
        content: attr(data-text);
        margin-left: 10px;
        margin-right: 20px;
    }

    /* END: HOME TIME SALE */


    /* START: Blog */

    #home-blog .cards .card .card-body .card-title {
        color: #fff !important;
        font-family: 'Bebas Neue', cursive;
        font-size: 20px;
        letter-spacing: 1px;
        min-height: 55px;
    }

    #home-blog .cards .card .card-body .card-text {
        color: #848484 !important;
        min-height: 180px;
    }

    #home-blog .cards .card img.card-img-top {
        border-radius: unset;
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
    /* END: BLOG */


    /* START: FOOTER */
    footer.section {
        padding: 50px 10px 0 10px;
        text-align: left;
    }

    footer form {
        padding-top: 20px;
    }

    footer h4 {
        margin-top: 20px;
        font-size: 15px;
    }

    footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    footer ul li a {
        color: #848484;
    }

    footer ul li a:hover {
        color: #fff;
    }

    footer .footer-bottom {
        margin-top: 50px;
        background-color: black;
        padding: 20px 0;
        color: #848484;
    }

    /* END: FOOTER */

    /* START: HEADER */
    .navbar-logo img {
        width: 30px !important;
    }

    #header nav.navigation .links-secondary li.link-element.icon .link, #scroll-header nav.navigation .links-secondary li.link-element.icon .link, #mobile-header nav.navigation .links-secondary li.link-element.icon .link {
        height: 2rem;
        width: 2rem;
    }

    #header nav.navigation .links-primary li.link-element .link, #header nav.navigation .links-secondary li.link-element .link, #scroll-header nav.navigation .links-primary li.link-element .link, #scroll-header nav.navigation .links-secondary li.link-element .link {
        color: white;
        font-size: 10px;
        font-weight: unset;
        text-transform: uppercase;
        height: 2rem;
    }


    /* END: HEADER */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .section {
        padding: 100px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .section.section-dark {
        background-color: var(--background-dark);
    }

    .section.section-parallax {
        background-attachment: fixed;
        background-size: cover;
        background-position: top left !important;
    }

    .section .section-background-title {
        position: absolute;
        top: 30px;
        left: 50px;
        color: #cccccc;
        font-size: 500px;
        font-family: 'Bebas Neue', cursive;
        font-weight: 900;
    }

    .section .section-title {
        font-size: 80px;
        text-align: center;
    }

    .section .section-text {
        font-size: 15px;
        font-weight: 900;
        text-align: justify;
    }

    #home-slider {
        height: 100vh;
        width: 100%;
    }

    #home-slider .swiper-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        overflow: hidden;
    }

    #home-slider .swiper-slide .content,
    #home-slider .swiper-slide .overlay {
        overflow: hidden;
        position: absolute;
        height: 100%;
        right: -66.7%;
        width: 66.7%;
        bottom: auto;
        -webkit-transition: 1000ms;
        -o-transition: 1000ms;
        transition: 1000ms;
    }

    #home-slider .swiper-slide.to-part-overlay .overlay,
    #home-slider .swiper-slide.to-part-overlay .content {
        right: 0;
    }

    #home-slider .swiper-slide.to-full-overlay .overlay {
        right: 0;
        width: 100%;
    }

    #home-slider .swiper-slide .overlay .img-blend {
        height: 100%;
        width: 100vw;
    }

    #home-slider .swiper-slide .content {
        padding: 200px 200px 0 200px;
    }

    #home-slider .swiper-slide .content p {
        font-size: 15px;
    }

    #home-slider .swiper-slide .content .logo {
        width: 100px;
        margin-bottom: 50px;
    }

    #home-slider .swiper-slide .content p.title {
        font-size: 90px;
        line-height: 90px;
    }

    #home-slider .swiper-slide .content p.sub-title {
        font-size: 50px;
        line-height: 50px;
    }

    .swiper-button-next {
        right: 100px !important;
    }

    .swiper-button-prev {
        left: 100px !important;
    }

    /* START: HOME CATEGORIES */

    #home-categories {
        background-color: #000;
    }

    #home-categories .content .category-banner {
        overflow: hidden;
        height: 450px;
        padding: 0;
    }

    #home-categories .content .category-banner .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000000a6;
        -webkit-transition: background-color 2s ease-out;
        -o-transition: background-color 2s ease-out;
        transition: background-color 2s ease-out;
        z-index: 98;
    }

    #home-categories .content .category-banner:hover .bg-overlay {
        background-color: #ffffff00;
    }

    #home-categories .content .category-banner .bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
        height: 100%;
        width: 100%;
    }

    #home-categories .content .category-banner:hover .bg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    #home-categories .content .category-banner .content {
        padding: 0 20px;
    }

    #home-categories .content .category-banner .content .title {
        font-size: 25px;
    }

    #home-categories .content .category-banner .content .text {
        font-size: 15px;
    }
    /* END: HOME CAT */

    /* START: HOME ABOUT US */
    #home-about-us.section {
        padding: 0 !important;
    }

    #home-about-us.section .section-text {
        text-align: center;
    }

    #home-about-us {
        margin-bottom: 0;
        min-height: 60vh !important;
    }

    #home-about-us .glass-img {
        z-index: 9999;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -55px;
    }

    #home-about-us .underlay {
        z-index: 0;
        background-color: white;
        color: black;
        padding: 100px 0 100px 0;
    }

    #home-about-us .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: var(--royal-color);
        color: white;
        width: 100%;
        height: 0;
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        overflow: hidden;
    }

    #home-about-us .overlay .container {
        position: absolute;
        top: 100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #home-about-us .overlay .section-title {
        color: white !important;
    }

    /* END: HOME ABOUT US */

    /* START: HOME PRODUCT SLIDER */

    /* Top 10 products */

    .products-container .tag-filter {
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .products-container .tag-filter span {
        margin-top: 5px;
        font-size: 20px;
        padding: 5px 20px;
    }

    .products-container .products .product-card .product-card-content .title {
        font-size: 15px;
        font-weight: bold;
        color: #797979;
    }

    .products-container .products .product-card .product-card-content .price {
        font-size: 17px;
        font-weight: bold;
    }

    .products-container .products .product-card .product-card-content .actions a, .products-container .products .product-card .product-card-content .actions button {
        padding: 5px 10px;
    }

    .products-container .products .product-card .product-card-image-container .product-card-image {
        width: 100%;
        height: 350px !important;
    }

    .products-container .tag-filter span:not(:last-of-type) {
        margin-right: 10px;
    }

    /* END: HOME PRODUCT SLIDER */

    /* START: HOME TIME SALE */

    #home-time-sale {
        height: 80vh !important;
        overflow: hidden;
        background-position: bottom left;
    }

    #home-time-sale .btn {
        font-size: 20px;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: 0;
        margin-top: 20px;
    }

    .products-container .products .product-card .product-card-image-container .product-card-image {
        width: 100%;
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        -webkit-transition: 1s ease-out;
        -o-transition: 1s ease-out;
        transition: 1s ease-out;
        z-index: 33;
    }

    #home-time-sale .content {
        color: white;
        padding: 100px 100px 010px 100px;
        text-align: left;
    }

    #home-time-sale .time-count-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #home-time-sale {
        height: 70vh;
        overflow: hidden;
        background-position: bottom right;
    }

    #home-time-sale .content h2 {
        font-size: 55px;
    }

    #home-time-sale .content h4 {
        font-size: 30px;
    }

    #home-time-sale .content .time-cont {
        font-size: 30px;
    }

    #home-time-sale .content .time-cont::after {
        content: attr(data-text);
        margin-left: 10px;
        margin-right: 20px;
    }

    /* END: HOME TIME SALE */


    /* START: Blog */

    #home-blog .blog-text {
        font-size: 18px;
    }

    #home-blog .cards .card .card-body .card-title {
        color: #fff !important;
        font-family: 'Bebas Neue', cursive;
        font-size: 30px;
        letter-spacing: 1px;
        min-height: 80px;
    }

    #home-blog .cards .card .card-body .card-text {
        color: #848484 !important;
        min-height: 100px;
    }

    #home-blog .cards .card img.card-img-top {
        border-radius: unset;
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
    /* END: BLOG */


    /* START: FOOTER */
    footer.section {
        padding: 50px 10px 0 10px;
        text-align: left;
    }

    footer form {
        padding-top: 20px;
    }

    footer h4 {
        margin-top: 20px;
        font-size: 15px;
    }

    footer ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    footer ul li a {
        color: #848484;
    }

    footer ul li a:hover {
        color: #fff;
    }

    footer .footer-bottom {
        margin-top: 50px;
        background-color: black;
        padding: 20px 0;
        color: #848484;
    }

    /* END: FOOTER */
}
