﻿html {
    line-height: 1.7em;
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #263547;
}

body {
    font-family: 'Rubik', sans-serif;
}

::-moz-selection {
    /* Code for Firefox */
    color: grey;
    background: #263547;
}

::selection {
    color: grey;
    background: #263547;
}

.text-justify {
    text-align: justify;
}

#main {
    padding-top: 20px;
}

    #main.checkout {
        padding-top: 0;
    }

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.bg-dark {
    background-color: #263547 !important;
}

.bg-error {
    background-color: indianred;
}

/* .bg-success {
    background-color: #77dd77 !important;
} */

hr {
    border-color: rgba(0, 0, 0, 0.36) !important;
}

/*=========== Begin Preloader ===========*/
.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1041;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.1s ease-out;
}

.preloader,
.preloader:before,
.preloader:after {
    border-radius: 50%;
    transition: all 0.1s ease-out;
}

.preloader {
    color: #263547;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .preloader:before,
    .preloader:after {
        position: absolute;
        content: '';
    }

    .preloader:before {
        width: 5.2em;
        height: 10.2em;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10.2em 0 0 10.2em;
        top: -0.1em;
        left: -0.1em;
        -webkit-transform-origin: 5.1em 5.1em;
        transform-origin: 5.1em 5.1em;
        -webkit-animation: load2 2s infinite ease 1.5s;
        animation: load2 2s infinite ease 1.5s;
    }

    .preloader:after {
        width: 5.2em;
        height: 10.2em;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 0 10.2em 10.2em 0;
        top: -0.1em;
        left: 4.9em;
        -webkit-transform-origin: 0.1em 5.1em;
        transform-origin: 0.1em 5.1em;
        -webkit-animation: load2 2s infinite ease;
        animation: load2 2s infinite ease;
    }

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*=========== Begin FONT STYLES ===========*/
.fw-medium {
    font-weight: 500;
}

/*=========== Begin FONT PARAGRAPHS ===========*/
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.938rem;
}

/*=========== Begin LINKS ===========*/
.link-primary,
.link-secondary {
    text-decoration: none;
}

a.link-primary::after,
a.link-secondary::after {
    content: ' →';
    transition: all 0.2s ease;
}

a:hover.link-primary::after,
a:hover.link-secondary::after {
    position: absolute;
    transform: translatex(100%);
}

/*=========== Begin IMAGES ===========*/
.image-wrap {
    border-radius: 18px;
    overflow: hidden;
}

.image-wrap img {
    border-radius: 18px;
}

/*=========== Begin BUTTONS ===========*/
.btn {
    border: 1px solid #263547;
    padding: 9px 38px;
    border-radius: 10px;
    letter-spacing: 1px;
    font-size: 0.813rem;
    text-transform: uppercase;
    transition: all 0.5s;
}

button.btn:hover,
a.btn:hover {
    color: inherit;
    background-color: white !important;
    border-color: inherit;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: #263547;
    background-color: #fff;
    border-color: #263547;
}

.btn-primary {
    color: #fff;
    background-color: #263547;
}

.btn-login {
    font-family: 'Open Sans', sans-serif;
}

.btn-secondary {
    color: #263547;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: indianred;
    border-color: indianred;
    padding: 0 !important;
}

/*=========== Begin INPUTS, SELECTS & RADIOS ===========*/
.form-select {
    cursor: pointer;
    padding: 0 2.25rem 0 .15rem;
    -moz-padding-start: calc(0.45rem - 3px);
}

.form-control {
    padding: 0 0.45rem 0 0.45rem;
}

.form-select,
.form-control {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    border-bottom: 1px solid #263547;
    font-weight: 300;
}

option {
    font-weight: 300;
}

.form-select:focus,
.form-control:focus {
    border-color: #263547;
    box-shadow: none;
}

.input-group .input-group-text {
    border-color: #263547;
    border-radius: 0;
    border-left: none;
    background-color: transparent;
}

.form-check {
    font-weight: 300;
}

.form-check-input:checked {
    background-color: #263547;
    border-color: #263547;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #263547;
}

.input-group-text {
    padding: .375rem .15rem;
}
/*=========== HAMBURGER ===========*/
.hamburger {
    padding: 7px 0 0 0;
}

.hamburger-box {
    height: 23px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    height: 1px;
}

.btn.btn-add-cart {
    border-radius: 0;
    padding: 0;
}

.btn-add-cart {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #263547;
    font-size: 0.75rem;
}

/*=========== NAV ===========*/
.navbar {
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
    transition: 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
}

.navbar-collapse .nav-item {
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.navbar #logo {
    height: 33px;
    margin: 15px 0;
}

#logo,
.nav-link {
    transition: 0.4s;
    font-weight: 300;
    color: #000;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: #0c71c3;
}

#search-icon i {
    padding: 6px;
    font-size: 1.3rem;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
}

.navbar-nav .all-from-category {
    border-bottom: 1px solid #2ea3f2;
}

/*=========== DROPDOWN NAV MULTILEVEL ===========*/
/*.dropend .dropdown-toggle {
    margin-left: 1em;
}*/

.dropdown .dropdown-menu {
    display: none;
    border-top: 3px solid #2ea3f2;
    border-radius: 5px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: 0 2px 18px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 18px 0px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 18px 0px rgba(0,0,0,.2);
}

.dropdown-item {
    background-color: transparent !important;
}

    .dropdown-item:focus, .dropdown-item:hover {
        opacity: 0.6;
    }

.dropdown:hover > div > .dropdown-menu,
.dropend:hover > div > .dropdown-menu {
    display: block;
    margin-top: 0;
    margin-left: 0.125em;
}

.dropdown .dropdown-menu .nav-link:active {
    background-color: transparent;
    color: inherit;
}

.rel {
    position: relative;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 98%;
    }

    /*.dropend .dropdown-toggle {
        margin-left: 0.5em;
    }*/
}

@media screen and (min-width: 992px) {
    .rel > .dropdown-menu {
        /*width: 400px;*/
        overflow-x: hidden;
    }

        .rel > .dropdown-menu.first {
            position: absolute;
            overflow-y: auto;
            max-height: 600px;
        }

        .rel > .dropdown-menu:not(.first) {
            position: fixed;
        }
}

/*=========== SCROLLED NAV ===========*/
.navbar.scrolled .container a #logo {
    height: 23px;
    margin: 0;
}

.navbar.scrolled .container .collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.875rem;
}

.navbar.scrolled .container .shopp .dropdown-cart span {
    font-size: 0.6rem;
}

.navbar.scrolled .container .shopp .dropdown-cart i {
    font-size: 13px;
    border-width: 8px;
}

.shopp {
    flex-direction: row;
}

    .shopp li a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

/*=========== CARDS ===========*/
.card {
    border-radius: 10px;
    border-color: #919191;
    padding: 20px;
}

    .card.offers {
        padding: 0px;
    }

    .card p {
        font-family: 'Open Sans', sans-serif;
    }

    .card .card-body img {
        max-width: 60px;
    }

/*=========== DROPDOWN CART ===========*/
.dropdown-cart i {
    background-color: #317be5;
    border: 9px solid #317be5;
    border-radius: 100%;
    color: #fff;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
    transition: 0.4s;
}

.dropdown-cart span {
    color: #000;
    transform: translate(-14%, -30%) !important;
    font-size: 0.8rem;
    transition: 0.4s;
}

.shopping-cart {
    margin: 20px 0;
    float: right;
    background: white;
    width: 320px;
    /* position: relative; */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 20%);
    position: fixed;
    z-index: 1030;
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}

    .shopping-cart .shopping-cart-header {
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 15px;
    }

        .shopping-cart .shopping-cart-header .shopping-cart-total {
            float: right;
        }

    .shopping-cart .shopping-cart-items {
        padding-top: 20px;
        padding-left: 0;
    }

        .shopping-cart .shopping-cart-items li {
            margin-bottom: 18px;
            list-style-type: none;
        }

        .shopping-cart .shopping-cart-items .img {
            width: 70px;
            height: 70px;
            display: flex;
        }

        .shopping-cart .shopping-cart-items img {
            object-fit: contain;
        }

        .shopping-cart .shopping-cart-items .item-name {
            display: block;
            padding-top: 10px;
            font-size: 16px;
        }

        .shopping-cart .shopping-cart-items .item-price {
            /*color: #6394F8;*/
            margin-right: 8px;
        }

            .shopping-cart .shopping-cart-items .item-price .old {
                font-family: 'Rubik', sans-serif;
                font-size: 0.7rem;
                font-weight: 200;
                text-decoration: line-through;
            }

            .shopping-cart .shopping-cart-items .item-price .new {
                color: indianred;
                font-size: 1.1rem;
            }

        .shopping-cart .shopping-cart-items .item-quantity {
            color: #ABB0BE;
        }

    .shopping-cart:after {
        bottom: 100%;
        left: 89%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: white;
        border-width: 8px;
        margin-left: -8px;
    }

/*.shopping-cart.search {
        top: 50px;
        width: 100%;
    }*/

.search-icon {
    width: 24px;
    height: 24px;
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.shopping-cart-icon {
    width: 31px;
    height: 31px;
}

/*TESTING NEW CART*/

.shopping-cart .search-input {
    width: 100%;
    border: none;
    font-size: 1.1rem;
}

    .shopping-cart .search-input:focus {
        outline: none;
    }

/*=========== Begin BREADCRUMBS ===========*/
.breadcrumbs {
    /*padding-top: 20px;*/
    font-weight: 300;
    font-size: 0.9rem;
    /*font-style: italic;*/
}

/*=========== TOASTS ===========*/
.toast {
    bottom: 11px;
    right: 11px;
    z-index: 1030;
    color: #fff;
}

/*=========== FLUSH LIST ===========*/
.categories-list {
    margin-bottom: 30px;
}

    .categories-list li {
        border: none;
        padding: 0.3rem 0;
    }

        .categories-list li a {
            overflow: hidden;
            display: inline-block;
            position: relative;
            text-decoration: none;
        }

        .categories-list li .link-wrapper {
            position: relative;
            display: block;
        }

        .categories-list li a::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 3px;
            left: 0;
            background-color: #263547;
            transform: scaleX(0);
            transform-origin: bottom right;
            transition: transform 0.3s;
        }

        .categories-list li a:hover::after,
        .categories-list li a:focus::after {
            transform-origin: bottom left;
            transform: scaleX(1);
        }

/* NEW */
.categories ul {
    padding-inline-start: 0px;
    list-style: none;
}

    .categories ul a {
        color: #000;
        font-size: 1rem;
        line-height: 1;
        display: block;
        text-decoration: none;
        padding: 12px 30px 12px 10px;
    }

        .categories ul a::first-letter {
            text-transform: uppercase;
        }

.categories li {
    position: relative;
    background: #fff;
}

/*.categories ul > li > a {
        font-weight: bold;
    }*/



.categories ul .sub-cat-menu {
    display: none;
}

.categories ul li a:hover {
    /*background: #000000;*/
}

.categories ul li > a:hover {
    /*color: #fff;*/
}

.categories ul li.active {
    background: transparent;
    transform-origin: bottom left;
    transform: scaleX(1);
}

.categories ul > li.active > .link-wrapper > a::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.categories ul li.active > a {
    color: #fff;
}

.categories ul li.active .sub-cat-menu {
    display: block;
}

.categories ul .sub-cat-menu > li.active > a::after,
.categories ul .sub-cat-menu li > a.active::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

a.list-group-item:hover,
.list-group .sub-cat-menu li > a.active {
    color: #fff;
}

.categories ul li.active .sub-cat-menu {
    display: block;
}

.categories ul .sub-cat-menu li {
    padding-left: 0;
    border-left: none;
    border-right: none;
}

    .categories ul .sub-cat-menu li:last-child {
        border-bottom: none;
    }

/* show dropdown */
.categories ul .flush-list-nav {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 7px;
    border-radius: 10px;
}

    .categories ul .flush-list-nav .expand {
        padding: 2px 8px;
    }

    .categories ul .flush-list-nav .shrink {
        padding: 6px 8px;
    }

.flush-list-nav .shrink {
    line-height: 0.8;
    /*margin-left: -8px;*/
}

.flush-list-nav .shrink,
.categories ul li.active .flush-list-nav .expand {
    display: none;
    color: #000;
}

.flush-list-nav .expand,
.categories ul li.active .flush-list-nav .shrink {
    display: block;
}

.categories ul li:hover .flush-list-nav .expand {
    /*color: white;*/
}

.categories ul .flush-list-nav:hover {
    background: #000000;
}

    .categories ul .flush-list-nav:hover .expand,
    .categories ul .flush-list-nav:hover .shrink {
        color: white;
    }

.sub-cat-menu > li > div > a {
    color: #000;
    padding-left: 30px;
}

.sub-cat-menu li > ul > li.active {
    /*background: #000000;*/
}

.sub-cat-menu li > ul a {
    color: #000;
    padding-left: 60px;
}
/* NEW */

/*=========== CATEGORIES ===========*/
.categories {
    /* height: 100%; */
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    margin-bottom: 15px;
}

    .categories h2 {
        font-style: italic;
        padding-bottom: 1rem;
    }

    .categories .categories-list {
        font-family: 'Open Sans', sans-serif;
    }

    .categories::after {
        height: 3px;
        content: "";
        background: #263547;
        display: block;
        margin-top: 15px;
        width: 38px;
    }

/*=========== PRODUCTS LIST ===========*/
.category-name {
    letter-spacing: 1.5px;
    font-weight: 400;
}

.product-item {
    margin-bottom: 30px;
}

    .product-item .thumb {
        border-radius: 18px;
        overflow: hidden;
        margin-bottom: 5px;
        height: 200px;
    }

        .product-item .thumb img {
            max-height: 200px;
        }

    .product-item p {
        margin-bottom: 5px;
    }

    .product-item .product-price {
        font-family: 'Rubik', sans-serif;
        font-weight: 400;
    }

        .product-item .product-price .regular-price {
            font-size: 1.1rem;
            font-weight: 200;
        }

        .product-item .product-price .old,
        .cart-items .old {
            font-family: 'Rubik', sans-serif;
            font-size: 0.7rem;
            font-weight: 200;
            text-decoration: line-through;
        }

        .product-item .product-price .new,
        .cart-items .new {
            color: indianred;
            font-size: 1.1rem;
        }

/*=========== SINGLE PRODUCT ===========*/
.product-prices .product-price {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

    .product-prices .product-price .old {
        font-family: 'Rubik', sans-serif;
        font-size: 1rem;
        font-weight: 200;
        text-decoration: line-through;
    }

    .product-prices .product-price .new {
        color: indianred;
        font-size: 1.3rem;
        font-style: italic;
    }

    .product-prices .product-price .regular-price {
        color: #000;
        font-size: 1.3rem;
    }

.product-quantity .input-group .input-group-text {
    padding-right: 0.45rem;
    border-top-color: #fff;
}

.product-quantity input[type=number]::-webkit-inner-spin-button,
.product-quantity input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.short-description {
    font-family: 'Open Sans', sans-serif;
    margin-top: 1rem;
}

.main-description {
    font-family: 'Open Sans', sans-serif;
    margin-top: 1rem;
}

/*=========== PAGINATION ===========*/
.pagination .page-item .page-link {
    border-radius: 0.25rem;
    margin-left: 0.125rem;
    margin-right: 0.125rem;
    color: #263547;
}

    .pagination .page-item .page-link.disabled {
        border: none;
        padding-top: 1rem;
    }

.pagination .page-item.active .page-link {
    box-shadow: 0 0.25rem 1.5rem rgb(0 0 0 / 25%);
    color: #FFF;
    background-color: #263547;
    border-color: #263547;
}

/*=========== STEPPER ===========*/
.card.stepper {
    border: none;
}

    .card.stepper,
    .card.stepper .card-body {
        padding: 0;
    }

.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

    .steps .step .step-icon-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 60px;
        text-align: center
    }

        .steps .step .step-icon-wrap::before,
        .steps .step .step-icon-wrap::after {
            display: block;
            position: absolute;
            top: 45%;
            width: 50%;
            height: 1px;
            margin-top: -1px;
            background-color: #e1e7ec;
            content: '';
            z-index: 1
        }

        .steps .step .step-icon-wrap::before {
            left: 0
        }

        .steps .step .step-icon-wrap::after {
            right: 0
        }

    .steps .step .step-icon {
        display: inline-block;
        position: relative;
        width: 50px;
        height: 50px;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        background-color: #f5f5f5;
        color: #374250;
        font-size: 20px;
        line-height: 50px;
        z-index: 5
    }

    .steps .step .step-title {
        margin-top: 0;
        margin-bottom: 0;
        color: #606975;
        font-size: 0.80rem;
        font-weight: 400;
        text-transform: uppercase;
    }

    .steps .step:first-child .step-icon-wrap::before {
        display: none
    }

    .steps .step:last-child .step-icon-wrap::after {
        display: none
    }

    .steps .step.completed .step-icon-wrap::before,
    .steps .step.completed .step-icon-wrap::after {
        background-color: #0da9ef
    }

    .steps .step.completed .step-icon {
        border-color: #0da9ef;
        background-color: #0da9ef;
        color: #fff
    }

.bg-faded,
.bg-secondary {
    background-color: #f5f5f5 !important;
}

/*=========== CART PAGE ===========*/
.cart-items .items-header div {
    font-weight: 300;
    text-transform: uppercase;
}

.cart-item .row {
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
}

.cart-item:first-child {
    border-top: 1px solid #e1e7ec;
}

.cart-item {
    border-bottom: 1px solid #e1e7ec;
}

.cart-items.cart-item .fas.fa-exclamation {
    padding: 0 3px 0 3px;
}

.subtotals {
    font-weight: 200;
}

/*=========== CHECKOUT PAGE ===========*/
.payment input,
.payment select,
.payment checkbox {
    margin-bottom: 1.5rem;
}

#place-order label {
    font-size: 0.9rem;
    font-weight: 100;
}

.contact-details,
.delivery-details,
.delivery-method,
.order-misc,
.payment-method,
.payment-types {
    padding: 1.1rem;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 24px;
    margin-bottom: 1rem;
}

    .contact-details h5,
    .delivery-details h5,
    .delivery-method h5,
    .payment-method h5,
    .payment-types h5 {
        margin-bottom: 1rem;
        font-weight: 400;
        font-size: 1.1rem;
    }

.cart-items-checkout .cart-items {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 15px;
    font-weight: 300;
}

/*=========== SECTIONS GENERAL ===========*/
section {
    padding: 4% 0;
}

/*=========== SECTION-1 ===========*/
.section-1 h1 {
    font-size: 3rem;
}

.section-1 p {
    width: 100% !important;
}

.section-1 .video-container,
.section-1 .video-container iframe {
    height: 100%;
}

.swiper-interactive {
    width: 100vw;
    max-width: 100%;
    /*CSS Grid/Flexbox bug size workaround // @see https://github.com/kenwheeler/slick/issues/982 */
    /*@see https://github.com/nolimits4web/swiper/issues/3599 */
    min-height: 0;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-interactive-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-interactive .swiper-pagination-bullet-active {
    background: black;
    box-shadow: 2px 2px 18px 4px rgb(0 0 0 / 10%);
}

.swiper-backface-hidden .swiper-interactive-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-interactive-slide, swiper-interactive-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-interactive-wrapper {
    display: flex;
}

/*=========== SECTION-2 ===========*/
.section-2 {
    font-family: 'Rubik', sans-serif;
}

    .section-2 .card {
        flex: 1;
        height: 100%;
        max-width: 80%;
    }

        .section-2 .card .card-body {
            flex-direction: column;
        }

        .section-2 .card p {
            flex: 1;
        }

        .section-2 .card .card-body > img {
            height: 69px;
            align-self: flex-start;
            max-width: none;
        }

/*=========== SECTION-3 ===========*/
.section-3 .list img {
    max-width: 40px;
}

.section-3 .mb-p-0 p {
    margin-bottom: 0 !important;
}

.section-3 .video-container,
.section-3 .video-container iframe {
    height: 100%;
}

/*=========== SECTION-4 ===========*/
.section-4 .video-container,
.section-4 .video-container iframe {
    height: 100%;
}

/*=========== SECTION-6 ===========*/
.section-6 .video-container,
.section-6 .video-container iframe {
    height: 100%;
}

/*=========== SECTION-7 ===========*/
.section-7 .card {
    box-shadow: 0px 90px 160px 0px rgb(0 0 0 / 6%);
}

.section-7 hr {
    margin: 0 -16px 0;
}

.section-7 ul li {
    font-family: 'Open Sans', sans-serif;
    padding: 15px 0;
}

.section-7 .btn {
    box-shadow: 0px 8px 15px rgb(3 6 12 / 10%);
}

.section-7 ul li::marker {
    font-size: 1.1rem;
    color: #ff8f00;
}

.section-7 .card {
    flex: 1;
    height: 100%;
}

    .section-7 .card .card-body {
        flex-direction: column;
    }

    .section-7 .card .offers-list {
        flex: 1;
    }

/*=========== SECTION-8 ===========*/
.section-8 .card {
    margin-top: 15px;
    text-align: justify;
}

.section-8 img {
    max-width: 100px;
}

.section-8 .card-image img {
    padding-bottom: 15px;
    border-bottom: 2px solid #ff8f00;
    height: 100px;
}

.section-8 .card {
    flex: 1;
    height: 100%;
}

    .section-8 .card .card-body, .section-8 .card-container {
        flex-direction: column;
    }

    .section-8 .card p {
        flex: 1;
    }

/*=========== SECTION-10 ===========*/
.section-10 .testimonials {
    border-radius: 24px;
    overflow: hidden;
    padding: 24px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
    flex: 1;
    flex-direction: column;
}

.section-10 .image-wrap {
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
}

    .section-10 .image-wrap img {
        height: 100%;
        object-fit: cover;
    }

.section-10 .testimonials .main-text {
    flex: 1;
}

.section-10 .testimonial-link {
    flex: 1;
}

/*=========== SECTION-11 ===========*/
.section-11 .banner-image {
    max-height: 350px;
    overflow: hidden;
}

.section-11 .banner-overlay {
    background-color: rgba(56,56,56,0.18);
    position: absolute;
    width: 100%;
    height: 350px;
    left: 0;
    z-index: 1;
}

.section-11 .banner-description {
    position: absolute;
    text-align: center;
    color: white;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    z-index: 2;
}

    .section-11 .banner-description h3 {
        font-weight: 100;
    }


.section-11 img {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    object-fit: cover;
}

.section-11 .video-container {
    width: 100%;
}

    .section-11 .video-container iframe {
        height: 100%;
    }

/*=========== SECTION-12 ===========*/
.section-12 img {
    height: 340px;
    object-fit: cover;
    width: 100%;
}

.section-12 .content {
    flex-direction: column;
}

.section-12 p {
    flex: 1;
}

.section-12 .video-container {
    width: 100%;
}

    .section-12 .video-container iframe {
        height: 100%;
    }

/*=========== VIDEO SECTION ===========*/
.video-container iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 18px;
}

footer#footer-main {
    margin-top: 2rem;
    background-color: #222222;
    color: #fff;
}

    footer#footer-main .footer-logo {
        max-width: 200px;
        max-height: 50px;
    }

footer #footer-bottom {
    background-color: rgba(0, 0, 0, 0.32);
    color: #666;
}

    footer #footer-bottom .social {
        margin-bottom: 0;
        padding-left: 0;
    }

        footer #footer-bottom .social li {
            list-style-type: none;
            display: inline-block;
            padding: 0 10px;
        }

            footer #footer-bottom .social li a {
                color: inherit;
            }

    footer #footer-bottom .built-with-smartalize {
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        font-size: 14px;
    }
/*=========== SECTION SLIDER ===========*/
.swiper {
    /*width: 90vw;*/
    /* height: 100vh;*/
    max-width: 100%;
    /*CSS Grid/Flexbox bug size workaround // @see https://github.com/kenwheeler/slick/issues/982 */
    /*@see https://github.com/nolimits4web/swiper/issues/3599 */
    min-height: 0;
    min-width: 0;
}

.swiper-overlay {
    background-color: rgba(56,56,56,0.18);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.swiper-pagination-bullet-active {
    box-shadow: 2px 2px 18px 4px rgb(0 0 0 / 10%);
}


.swiper-slide {
    background-position: center;
    background-size: cover;
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    color: white;
    flex-direction: column;
}

    .swiper-slide .swiper-description {
        position: absolute;
        z-index: 2;
        text-align: center;
        font-weight: 100;
        width: calc(100% - 100px);
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper-slide .btn {
        border: 1px solid white;
        color: white;
        text-shadow: 0 1px 3px rgba(0,0,0,.3);
    }

        .swiper-slide .btn:hover {
            color: #000;
            text-shadow: 0 1px 3px rgba(0,0,0,.3);
            border-color: #fff;
        }

.swiper-button-next, .swiper-button-prev {
    color: white;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.swiper-pagination-bullet-active {
    background: white;
}
/* @media (min-width: 992px) { 
    .shopp {
        position:absolute;
        top: 10px;
    }
 } */

.slider .swiper .swiper-slide .video-container {
    width: 100%;
}

    .slider .swiper .swiper-slide .video-container iframe {
        height: 100%;
    }
/*=========== AI filters ===========*/
.ai-filters-elements h6 {
    text-align: left;
}

.ai-filters-elements:not(h6):not(.row) {
    text-align: center;
}

/*=========== General purpose message ===========*/
.general-purpose-message h1 {
    font-weight: 300;
}

/* Checkout success */
.success-animation {
    margin: 15px auto;
}

.checkmark:not(.checkmark-success) {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

/*=========== OVERRIDES ===========*/
.slider.slider-horizontal {
    /*width: 240px;*/
    width: 100%;
    height: 14px;
}

    .slider.slider-horizontal .slider-track {
        height: 1px;
        margin-top: 3px;
    }

.slider .bs-tooltip-top .tooltip-inner, .slider .bs-tooltip-bottom .tooltip-inner {
    left: 0%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* UI Autocomplete*/
.ui-widget{
    font-size: 15px !important;
}

.ui-autocomplete {
    max-height: 200px !important;
    overflow: scroll !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: #aeaeae !important;
    background: #aeaeae !important;
}

.form-control.DeliveryAddressOrOffice {
    padding-left: 0px !important;
}

@media (max-width: 576px) {
    .cart-items .price-size {
        font-size: 0.8rem;
    }

        .cart-items .price-size .new {
            font-size: 0.8rem;
        }

        .cart-items .price-size .old {
            font-size: 0.7rem;
        }

        .cart-items .price-size .currency-symbol {
            display: none;
        }

    .shopp li a {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
    }

        .shopp li a.btn-login {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .text-sm-center {
        text-align: center;
    }

    .swiper-slide .swiper-description {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .section-2 .card {
        max-width: 100%;
    }

    .navbar-nav .dropdown-menu {
        padding: 11px;
    }
}

@media (max-width: 1200px) {
    .cart-items-checkout .cart-items .price-size .currency-symbol {
        display: none;
    }
}
