p {
    line-height: 1.2
}

.navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-link {
    padding: 0
}

.main-bg {
    background: #040422
}

.main-h-bg {
    background: #040422
}

.sec-bg {
    background: #0f5b9c
}

@media (max-width: 575px) {
    header .u-header__navbar-brand>img {
        width: 6rem
    }
}

header .u-header__navbar-brand>img .hero-right-banners .hero-right-banner p {
    margin-bottom: 10px;
    line-height: 1.3
}

.under-hero-products .product-item {
    text-align: center
}

.under-hero-products .product-item::after {
    border-right: none
}

.under-hero-products .product-item .rating i {
    color: #abcf37;
    font-size: 0.75rem
}

.under-hero-products .product-item .product-item__title a {
    font-size: 15px;
    min-height: initial;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.2em;
    white-space: nowrap;
    font-weight: 400;
    color: #343f49 !important;
    line-height: 1.1
}

.under-hero-products .product-item .product-item__category a {
    display: block;
    font-size: 14px;
    color: #585859;
    line-height: 1
}

.under-hero-products .product-item .prodcut-price {
    text-align: center;
    font-weight: 600;
    width: 100%
}

.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link {
    display: block;
    background-color: #fbfbfb;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px
}

.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder {
    position: relative
}

.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder::before {
    content: url(../img/cl-basics/play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80px;
    height: 80px;
    opacity: 0.6;
    transition: 0.3s all ease
}

.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #d5d5d5;
    opacity: 0;
    transition: 0.3s all ease
}

.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder:hover::before {
    opacity: 1
}

.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder:hover::after {
    opacity: 0.3
}

.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link h4 {
    font-size: 20px;
    font-weight: 600;
    max-width: 70%;
    line-height: 24px;
    min-height: 72px;
    color: #343f49;
    margin: 20px auto 10px;
    text-align: center
}

.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .views-holder {
    width: 100%;
    text-align: right;
    padding: 0 10px
}

.homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .views-holder img {
    width: 20px;
    display: inline-block;
    opacity: 0.4
}

.hp-blog-slider .homepage-blog-item {
    display: block;
    background-color: #fbfbfb;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px
}

.hp-blog-slider .homepage-blog-item>p {
    margin-bottom: 10px
}

.hp-blog-slider .homepage-blog-item a h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    min-height: 72px;
    color: #343f49
}

.hexagon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #abcf37;
    margin: 0;
    color: white;
    text-align: center;
    display: block;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%)
}

.hexagon i {
    line-height: 50px;
    font-size: 24px;
    color: #fff
}

.hexagon.icon-button-hexagon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: 0.3s all ease-in-out;
    top: initial;
    left: initial
}

.hexagon.icon-button-hexagon i {
    line-height: 40px;
    font-size: 20px
}

.hexagon.icon-button-hexagon:hover {
    transform: scale(1.2)
}

.cl-button-holder {
    width: 100%;
    max-width: 190px;
    height: 60px;
    padding: 10px 0;
    box-sizing: border-box;
    transition: 0.3s all ease-in-out
}

.cl-button-holder * {
    transition: 0.3s all ease-in-out
}

.cl-button-holder .cl-product-button {
    display: block;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    padding-right: 10%;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    position: relative;
    background-color: #fff
}

.cl-button-holder .cl-product-button p {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    opacity: 1
}

.cl-button-holder .cl-product-button a {
    position: absolute
}

.cl-button-holder .cl-product-button a.hexagon {
    top: -9px;
    right: -20px;
    left: initial
}

.cl-button-holder .cl-product-button a.hexagon i {
    display: block
}

.cl-button-holder .cl-product-button a.hexagon:hover {
    color: #fff
}

.cl-button-holder .cl-product-button a.cl-button-wish {
    z-index: 1;
    line-height: initial;
    top: 50%;
    left: 17.5%;
    transform: translate(-50%, -50%);
    color: #abcf37;
    opacity: 0
}

.cl-button-holder .cl-product-button a.cl-button-compare {
    z-index: 1;
    line-height: initial;
    top: 50%;
    right: 17.5%;
    transform: translate(50%, -50%);
    color: #abcf37;
    opacity: 0
}

.cl-button-holder:hover .cl-product-button p {
    opacity: 0
}

.cl-button-holder:hover .cl-product-button a.cl-button-wish {
    opacity: 1
}

.cl-button-holder:hover .cl-product-button a.cl-button-wish:hover i {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
}

.cl-button-holder:hover .cl-product-button a.cl-button-compare {
    opacity: 1
}

.cl-button-holder:hover .cl-product-button a.cl-button-compare:hover i {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5))
}

.cl-button-holder:hover .cl-product-button a.hexagon {
    right: 50%;
    transform: translateX(50%)
}

.cl-button-holder:hover .cl-product-button a.hexagon:hover i {
    transform: scale(1.1)
}

.header-basket {
    position: relative;
    display: flex;
    vertical-align: bottom;
    height: 42px;
    margin-left: 10px;
    margin-top: 6px
}

.header-basket i {
    font-size: 34px;
    color: #abcf37;
    margin-right: 18px;
    vertical-align: middle
}

.header-basket .header-basket-qty {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    bottom: 4px;
    left: 28px
}

.header-basket .header-basket-qty i {
    font-size: 24px
}

.header-basket .header-basket-qty span {
    position: absolute;
    top: 0;
    left: 1px;
    width: 22px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500
}

.header-basket .header-basket-label {
    display: inline-block;
    vertical-align: middle
}

.header-basket .header-basket-label p {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: -8px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1
}

.header-basket .header-basket-label span {
    font-size: 17px;
    font-weight: 500;
    text-transform: lowercase;
    white-space: nowrap;
    margin-left: 5px
}

.product-page-main-left .u-slick.slick-initialized .js-prev {
    color: #383838
}

.product-page-main-left .u-slick.slick-initialized .js-prev::before {
    content: "\f053";
    opacity: 0.5
}

.product-page-main-left .u-slick.slick-initialized .js-prev:hover {
    background-color: transparent
}

.product-page-main-left .u-slick.slick-initialized .js-prev:hover::before {
    opacity: 1
}

.product-page-main-left .u-slick.slick-initialized .js-next {
    color: #383838
}

.product-page-main-left .u-slick.slick-initialized .js-next::before {
    content: "\f054";
    opacity: 0.5
}

.product-page-main-left .u-slick.slick-initialized .js-next:hover {
    background-color: transparent
}

.product-page-main-left .u-slick.slick-initialized .js-next:hover::before {
    opacity: 1
}

.product-page-main-mid h1 {
    color: #333e48;
    font-weight: 700;
    font-size: 32px
}

.product-page-main-mid .product-page-assurences .product-assurences-item {
    text-align: center;
    font-size: 12px
}

.product-page-main-mid .product-page-assurences .product-assurences-item i {
    font-size: 60px;
    margin-bottom: 10px
}

.product-page-assurences svg {
    fill: #333e48
}

.product-page-main-right {
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    font-size: 16px;
    text-transform: uppercase
}

.product-page-main-right .product-availability {
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px
}

.product-page-main-right #baseprice {
    font-weight: 600;
    color: #333e48;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 36px
}

.product-page-main-right h4 {
    margin-bottom: 0
}

.product-page-main-right h4 #oldprice {
    font-size: 20px;
    margin-bottom: 0
}

.product-page-main-right #usteda {
    background-color: transparent;
    padding: 0;
    display: block;
    margin-bottom: 0;
    color: #333e48
}

.product-page-main-right #addtocard,
#mobilebuttons #addtocard {
    width: 100%;
    background-color: #030568;
    color: #fff;
    line-height: 44px;
    font-size: 21px;
    text-transform: uppercase;
    border-radius: 18px;
    padding: 0;
    position: relative
}

.product-page-main-right #addtocard::before {
    content: "Besplatna dostava";
    position: absolute;
    line-height: 16px;
    top: -16px;
    right: 20px;
    border-radius: 6px 6px 0 0;
    background-color: #0f5b9c;
    color: #fff;
    padding: 0 10px;
    font-size: 12px
}

.product-page-main-right #addtocard:hover {
    background-color: #64a543
}

.video-iframe-holder {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.24%
}

.video-iframe-holder #video-iframe {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.category-page #pills-tabContent {
    opacity: 1 !important;
}

.category-page #pills-tabContent .category-product:hover {
    box-shadow: 0 0 5px rgba(56, 56, 56, 0.2)
}

footer {
    background: #2e2e2e
}

footer .footer-top {
    background: #abcf37
}

footer .footer-top .footer-top-left {
    background: #9cc029;
    padding: 20px 40px 20px 100px
}

@media (max-width: 1439px) {
    footer .footer-top .footer-top-left {
        padding: 20px 30px
    }
}

footer .footer-top .footer-top-left p {
    color: #fff
}

footer .footer-top .footer-top-right {
    background: #abcf37;
    padding: 20px 100px 20px 40px
}

@media (max-width: 1439px) {
    footer .footer-top .footer-top-right {
        padding: 20px 30px
    }
}

footer .footer-top .footer-top-right p {
    color: #fff
}

footer .footer-mid {
    background: #2e2e2e;
    display: flex;
    justify-content: space-between;
    max-width: 1710px;
    padding: 0 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

footer .footer-mid p {
    color: #fff;
    margin-bottom: 5px;
    line-height: 20px
}

footer .footer-mid p.footer-line-heading {
    font-weight: 600;
    color: #abcf37
}

footer .footer-mid a.footer-line-link {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    line-height: 20px
}

footer .footer-mid a.footer-line-link:hover {
    color: #abcf37
}

footer .footer-mid .footer-locations p {
    padding-left: 30px
}

footer .footer-mid .footer-locations p.footer-line-heading {
    position: relative
}

footer .footer-mid .footer-locations p.footer-line-heading i {
    position: absolute;
    left: 10px;
    color: #fff
}

footer .footer-mid .footer-locations a.footer-line-link {
    padding-left: 30px
}

footer .footer-mid .footer-mid-left {
    flex: 0 20%;
    max-width: 20%;
    text-align: center
}

footer .footer-mid .footer-mid-left .footer-main-logo {
    margin-bottom: 40px;
    display: block
}

footer .footer-mid .footer-mid-left .footer-main-logo img {
    max-width: 220px;
    width: 100%
}

footer .footer-mid .footer-mid-left-links {
    margin-bottom: 60px
}

footer .footer-mid .footer-mid-left-links a {
    color: #fff
}

footer .footer-mid .footer-mid-left-links a:nth-of-type(1) {
    font-size: 32px
}

footer .footer-mid .footer-mid-left-links a:nth-of-type(2) {
    font-size: 19px
}

@media (max-width: 1439px) {
    footer .footer-mid .footer-mid-left {
        flex: 0 30%;
        max-width: 30%
    }
}

@media (max-width: 1199px) {
    footer .footer-mid .footer-mid-left {
        flex: 0 440px;
        max-width: 440px;
        margin: 0 auto 30px
    }
}

@media (max-width: 991px) {
    footer .footer-mid .footer-mid-left {
        flex: 0 100%;
        max-width: 100%;
        margin: 0 0 30px;
        padding: 0 calc((100% - 440px) / 2)
    }
}

footer .footer-mid .footer-mid-center {
    flex: 0 45%;
    max-width: 45%
}

@media (max-width: 1439px) {
    footer .footer-mid .footer-mid-center {
        flex: 0 40%;
        max-width: 40%
    }
}

@media (max-width: 1199px) {
    footer .footer-mid .footer-mid-center {
        flex: 0 60%;
        max-width: 60%
    }
}

@media (max-width: 991px) {
    footer .footer-mid .footer-mid-center {
        flex: 0 47%;
        max-width: 47%
    }
}

@media (max-width: 767px) {
    footer .footer-mid .footer-mid-center {
        flex: 0 100%;
        max-width: 100%
    }
}

footer .footer-mid .footer-mid-right {
    flex: 0 35%;
    max-width: 35%
}

@media (max-width: 1439px) {
    footer .footer-mid .footer-mid-right {
        flex: 0 30%;
        max-width: 30%
    }
}

@media (max-width: 1199px) {
    footer .footer-mid .footer-mid-right {
        flex: 0 40%;
        max-width: 40%
    }
}

@media (max-width: 991px) {
    footer .footer-mid .footer-mid-right {
        flex: 0 47%;
        max-width: 47%
    }
}

@media (max-width: 767px) {
    footer .footer-mid .footer-mid-right {
        flex: 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 1599px) {
    footer .footer-mid {
        padding: 0 40px
    }
}

@media (max-width: 1439px) {
    footer .footer-mid {
        padding: 0 5px
    }
}

@media (max-width: 1199px) {
    footer .footer-mid {
        padding: 0 10px;
        flex-wrap: wrap
    }
}

footer .footer-end {
    background: #171717;
    padding: 0 25px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

footer .footer-end .footer-end-payment {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-bottom: 0;
    padding: 0
}

footer .footer-end .footer-end-payment li {
    display: flex;
    align-items: center;
    margin-right: 10px
}

footer .footer-end .footer-end-payment li:nth-last-of-type(1) {
    margin-right: 0
}

footer .footer-end .footer-end-payment li img {
    max-height: 30px;
    max-width: 200px;
    width: auto
}

@media (max-width: 767px) {
    footer .footer-end .footer-end-payment {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 60%;
        height: initial;
        margin: 0 auto
    }
    footer .footer-end .footer-end-payment li {
        margin: 0 10px 20px
    }
}

@media (max-width: 767px) {
    footer .footer-end .footer-end-payment {
        max-width: 90%
    }
    footer .footer-end .footer-end-payment li {
        margin: 0 10px 10px
    }
}

.footer-input-holder {
    display: flex;
    align-items: center;
    line-height: 40px;
    border-bottom: 2px solid #fff;
    max-width: 300px;
    position: relative
}

.footer-input-holder .footer-input-icon {
    color: #fff;
    flex: 0 40px;
    max-width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-input-holder .footer-input-icon i {
    font-size: 20px
}

.footer-input-holder input {
    background: transparent;
    flex-grow: 1;
    font-size: 18px;
    color: #fff
}

.footer-input-holder input::placeholder {
    color: #fff;
    font-weight: 400;
    opacity: 1
}

.footer-input-holder button {
    border: none;
    background: transparent;
    padding: 0;
    flex: 0 40px;
    max-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.footer-input-holder .invalid-feedback,
.footer-input-holder .valid-feedback {
    line-height: 30px;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    background: #fff;
    padding: 0 10px
}

.col-count-2 {
    column-count: 2
}

@media (max-width: 767px) {
    .col-count-2 {
        column-count: initial
    }
}

.searchproductlist-item .img-and-title {
    max-width: calc(100% - 200px)
}

.searchproductlist-item .img-and-title img {
    width: 80px;
    margin-right: 10px
}

.searchproductlist-item .img-and-title h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
    color: #64a543;
    line-height: 1.1
}

.searchproductlist-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1rem;
    height: 0;
    width: 1rem;
    transition: 0.3s all ease-in-out;
    background: #abcf37
}

.searchproductlist-item:hover::after {
    top: 0;
    height: 100%
}

#findInStores .modal-body {
    max-height: 60vh;
    overflow-y: scroll
}

#findInStores .modal-body .modal-one-store {
    border-bottom: 1px solid #e2e2e2
}

#findInStores .modal-body .modal-one-store:nth-last-of-type(1) {
    border-bottom: none
}

.hp-brands-slider .u-slick__arrow-classic {
    background: transparent;
    color: #585859;
    opacity: 0.5 !important
}

.hp-brands-slider .u-slick__arrow-classic:hover {
    opacity: 1 !important
}

#price_range {
    height: 10px
}

#price_range .noUi-connect {
    background: #040422
}

#price_range .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    border-radius: 9px
}

.error-page-404 {
    min-height: 80vh;
    background-image: url(/template/BasicTemplate/assets/images/error-404.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.error-page-404 .error-section h1,
.error-page-404 .error-section h2 {
    text-shadow: 0 0 5px #0f5b9c, 0 0 5px #abcf37
}

.view-type-grid .category-product,
.view-type-grid-extended .category-product {
    flex: 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
    border-right: none;
    text-align: center;
    border-right: 1px solid #e2e2e2
}

.view-type-grid .category-product-title a,
.view-type-grid-extended .category-product-title a {
    font-weight: 700;
    min-height: 90px;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.view-type-grid .category-product-title a:hover,
.view-type-grid-extended .category-product-title a:hover {
    color: #d2bb72;
}

.view-type-grid .category-product::after,
.view-type-grid-extended .category-product::after {
    display: none
}

.view-type-grid .category-product-short-desc,
.view-type-grid-extended .category-product-short-desc {
    display: none
}

.view-type-grid .category-product-price,
.view-type-grid-extended .category-product-price {
    text-align: center
}

.view-type-grid .category-product-price ins,
.view-type-grid-extended .category-product-price ins {
    font-weight: 700;
    color: #0f5b9c;
    margin-right: 10px
}

@media (max-width: 991px) {
    .view-type-grid .category-product,
    .view-type-grid-extended .category-product {
        flex: 0 50%;
        max-width: 50%
    }
}

@media (max-width: 575px) {
    .view-type-grid .category-product,
    .view-type-grid-extended .category-product {
        flex: 0 80%;
        max-width: 80%;
        margin: 0 auto 40px;
        border-right: none
    }
}

@media (max-width: 359px) {
    .view-type-grid .category-product,
    .view-type-grid-extended .category-product {
        flex: 0 100%;
        max-width: 100%
    }
}

.view-type-grid-extended .category-product .category-product-short-desc,
.view-type-grid-extended-extended .category-product .category-product-short-desc {
    display: block
}

.view-type-grid-extended .category-product .category-product-short-desc p,
.view-type-grid-extended-extended .category-product .category-product-short-desc p {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 57.6px
}

.view-type-grid-extended .category-product .category-product-short-desc a,
.view-type-grid-extended-extended .category-product .category-product-short-desc a {
    margin-bottom: 10px
}

.view-type-grid .cl-button-holder,
.view-type-grid-extended .cl-button-holder {
    margin: 0 auto
}

.view-type-list .category-product {
    flex: 0 100%;
    max-width: 100%;
    border-right: none;
    text-align: center;
    padding: 20px 30px;
    border-bottom: 1px solid #e2e2e2
}

.view-type-list .category-product .product-square {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.view-type-list .category-product-img {
    flex: 0 20%;
    max-width: 20%;
    margin-bottom: 0 !important
}

.view-type-list .category-product-img img {
    width: 100%
}

.view-type-list .category-product .rating-and-title {
    flex: 0 30%;
    max-width: 30%
}

.view-type-list .category-product-title a {
    font-size: 24px;
    color: #383838;
    font-weight: 700;
    line-height: 28px;
    min-height: 56px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.view-type-list .category-product-title a:hover {
    color: #abcf37
}

.view-type-list .category-product::after {
    display: none
}

.view-type-list .category-product-short-desc {
    display: none
}

.view-type-list .category-product-price {
    text-align: center;
    flex: 0 20%;
    max-width: 20%
}

.view-type-list .category-product-price ins {
    font-weight: 700;
    color: #0f5b9c;
    margin-right: 10px
}

.view-type-list .category-product .cl-button-holder {
    flex: 0 200px;
    max-width: 200px
}

.view-type-list-extended .category-product {
    flex: 0 100%;
    max-width: 100%;
    border-right: none;
    text-align: center;
    padding: 20px 30px;
    border-bottom: 1px solid #e2e2e2
}

.view-type-list-extended .category-product .product-square {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.view-type-list-extended .category-product-img {
    flex: 0 15%;
    max-width: 15%;
    margin-bottom: 0 !important
}

.view-type-list-extended .category-product-img img {
    width: 100%
}

.view-type-list-extended .category-product .rating-and-title {
    flex: 0 20%;
    max-width: 20%
}

.view-type-list-extended .category-product-title a {
    font-size: 20px;
    color: #383838;
    font-weight: 700;
    line-height: 24px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.view-type-list-extended .category-product-title a:hover {
    color: #abcf37
}

.view-type-list-extended .category-product::after {
    display: none
}

.view-type-list-extended .category-product-price {
    text-align: center;
    flex: 0 15%;
    max-width: 15%
}

.view-type-list-extended .category-product-price ins {
    font-weight: 700;
    color: #0f5b9c;
    margin-right: 10px
}

.view-type-list-extended .category-product-short-desc {
    display: block;
    flex: 0 calc(100% - 50% - 200px);
    max-width: calc(100% - 50% - 200px);
    padding: 0 20px
}

.view-type-list-extended .category-product-short-desc p {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 57.6px
}

.view-type-list-extended .category-product .cl-button-holder {
    flex: 0 200px;
    max-width: 200px
}

@media (max-width: 767px) {
    .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-link {
        margin-bottom: 0.5rem
    }
}

@media (max-width: 575px) {
    #main-menu-toggler {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .u-header .vertical-menu.v2,
    .u-header+main .vertical-menu.v2 {
        width: 100vw;
        top: calc(100% + 10px);
        left: -20px;
    }
}

.hamburger-toggler {
    width: 24px;
    height: 18px;
    position: relative
}

.hamburger-toggler>span {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #383838;
    transition: 0.3s all ease-in-out
}

.hamburger-toggler>span:nth-of-type(1) {
    top: 0;
    transform: translateY(0) rotate(0)
}

.hamburger-toggler>span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1
}

.hamburger-toggler>span:nth-of-type(3) {
    bottom: 0;
    transform: translateY(0) rotate(0)
}

.hamburger-toggler.active-menu>span:nth-of-type(1) {
    top: 50%;
    transform-origin: center;
    transform: translateY(-50%) rotate(45deg)
}

.hamburger-toggler.active-menu>span:nth-of-type(2) {
    opacity: 0
}

.hamburger-toggler.active-menu>span:nth-of-type(3) {
    bottom: 50%;
    transform-origin: center;
    transform: translateY(50%) rotate(-45deg)
}

@media (max-width: 1199px) {
    .hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-left {
        right: -180%;
        width: initial !important
    }
}

@media (max-width: 991px) {
    .homepage-sidebar-items #Bpills-tabContent .product-item:nth-of-type(n+7) {
        display: none
    }
}

#category-filters {
    display: block
}

@media (max-width: 1199px) {
    #category-filters {
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        overflow: scroll;
        width: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all ease;
        z-index: 1;
        background: #fff
    }
    #category-filters.filters-shown {
        width: 300px;
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 575px) {
    #category-filters {
        position: fixed;
        top: 0 !important;
        right: 100%;
        bottom: 0;
        left: 0;
        overflow: scroll;
        width: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all ease;
        z-index: 1;
        background: #fff
    }
    #category-filters.filters-shown {
        width: 100vw;
        z-index: 1001;
        opacity: 1;
        right: 0;
        visibility: visible
    }
}

@media (max-width: 575px) {
    #product-page-tab-togglers .nav li {
        margin: 0 10px !important;
        border-bottom: 1px solid #e2e2e2
    }
    #product-page-tab-togglers .nav li:nth-last-of-type(1) {
        border-bottom: none
    }
}

select {
    background: transparent;
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    border-radius: 5px
}

.theme-card .theme-form input {
    border: none;
    border-bottom: 1px solid #a7a7a7;
    background: transparent;
    color: #383838;
    margin-bottom: 15px;
    border-radius: 0
}

.theme-card .theme-form label {
    display: none
}

button.usertype {
    background: #e2e2e2;
    cursor: pointer !important
}

button.usertype.active {
    background: #040422;
    color: #fff
}

.vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
    white-space: nowrap
}

.u-header .vertical-menu .u-header__nav-item[data-event="hover"]:hover .u-header__nav-link,
.u-header+main .vertical-menu .u-header__nav-item[data-event="hover"]:hover .u-header__nav-link {
    white-space: nowrap;
    font-weight: 400;
    text-shadow: 0 0 1px #000
}

#product-page-long-desc {
    overflow: hidden;
    max-height: 144px;
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 24px
}

#product-page-long-desc p {
    margin-bottom: 24px;
    line-height: 24px
}

#product-page-long-desc span#more-dots {
    position: absolute;
    bottom: 0;
    height: 24px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    color: #c8ad65;
    cursor: pointer;
    transition: 0.3s all ease
}

#product-page-long-desc span#more-dots i {
    font-size: 7px;
    margin-right: 5px;
    color: #c8ad65
}

#product-page-long-desc span#more-dots:hover i {
    color: #030568
}

#product-page-long-desc.extended-text {
    max-height: initial
}

.swal2-footer .game-product .product-box {
    padding: 0 10px
}

.swal2-footer .game-product .product-box .img-wrapper .front img {
    width: 100%
}

.swal2-footer .game-product .product-box .product-detail {
    text-align: center
}

.swal2-footer .game-product .product-box .product-detail h6 {
    font-size: 24px;
    padding-top: 16px;
    font-weight: bold;
    color: #383838
}

.swal2-footer .game-product .product-box .product-detail h4 del {
    font-size: 14px
}

.swal2-footer .game-product .product-box .product-detail h4 span {
    font-size: 20px;
    font-weight: 600;
    color: #0f5b9c
}

@media (max-width: 767px) {
    .cart-table .table tbody tr td:first-child,
    .wishlist-table .table tbody tr td.delete-button-holder {
        width: 100%;
        justify-content: flex-end;
        padding: 24px 0 0
    }
    .cart-table .table tbody tr td:first-child>a,
    .wishlist-table .table tbody tr td.delete-button-holder>a {
        padding: 5px 20px;
        background: #e2e2e2;
        color: #383838;
        border-radius: 5px 5px 0 0;
        font-size: 16px;
        line-height: 16px;
        height: 26px;
        transition: .3s all ease
    }
    .cart-table .table tbody tr td:first-child>a:hover,
    .wishlist-table .table tbody tr td.delete-button-holder>a:hover {
        background: #383838;
        color: #fff
    }
}