body {
    background-color: #fff;
    font-family: "Abel Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
    color: #313e48;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body,
html {
    height: 100%;
    margin: 0;
}

@font-face {
    font-family: "Abel Pro";
    src: url("/fonts/923473-AbelPro-Bold.woff2") format("woff2"), url("../fonts/835243-AbelPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Abel Pro";
    src: url("/fonts/504903-AbelPro.woff2") format("woff2"), url("../fonts/350339-AbelPro.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.navbar {
    height: 118px;
    font-size: 1rem;
}

.scroll-down {
    background-color: rgba(255,255,255,.75);
}

.navbar a {
    color: #313e48;
}

    .navbar a:hover,
    .navbar a:focus,
    .navbar a:active {
        color: inherit;
    }

.logo {
    margin-left: 20px;
    width: 160px;
    position: relative;
    z-index: 11;
    transition:left .5s;
}

.menu-mobile-nav {
    display: none;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .logo {
        width: 150px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .navbar-nav {
        flex-direction: row;
        width: 100%;
        justify-content: end;
        margin-top: 10px;
    }

    .menu-mobile-nav {
        display: block;
    }
	#base_basket{
    display:none;
}
}

.hamburger {
    align-self:center;
    cursor: pointer;
    z-index: 10;
    margin-right:20px;
    /*top: 30px;*/
}

.line {
    width: 35px;
    height: 1px;
    background: #313e48;
    margin-bottom: 8px;
}

.menu {
    width: 340px;
    height: 100%;
    left: -340px;
    transition: left 0.5s;
    z-index: 10;
}

    .menu nav {
        margin-top:100px;
        overflow: auto;
        height: calc(90vh - 145px);
    }

        .menu nav::-webkit-scrollbar {
            display: none;
        }

.menu-logo {
    padding: 0.2rem 3rem;
}

    .menu-logo .logo {
        margin-left: 0 !important;
    }

    .menu-logo img {
        margin-top: 30px;
    }

.item a:not(.sub-menu a) {
    font-weight: bold;
}

.item:first-of-type {
    margin-top: 43px;
}

.sub-menu {
    display: none;
}

/*@media screen and (min-width: 768px) {
    @media screen and (min-width: 768px) {
        .item:hover > ul {
            display: block;
        }
    }
}*/
.menu-item i{
    cursor:pointer;
}
/*.menu-item:hover > ul {
    display: block;
}*/

.menu--open {
    left: 0;
}

.menu-item {
    color: #313e48;
    width: 100%;
    padding: 0.2rem 3rem;
    box-sizing: border-box;
    text-decoration: none;
}

.menu-link:hover {
    background: rgba(49,62,72,.25);
    cursor: pointer;
}

.content {
    margin-top: 130px;
    flex: 1;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.form-floating > label {
    padding: 2rem 0;
}

.select-floating > label {
    padding: 1rem 0rem;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 3rem;
    padding-bottom: 0.625rem;
    padding-left: 0.2rem;
}

.form-control,
.form-select {
    border-bottom: 1px solid #ced4da;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

    .form-select:focus {
        box-shadow: none;
        border-color: #ced4da;
    }

.form-control,
.form-select {
    border-radius: 0;
}

    .form-control:focus,
    .form-control:active {
        box-shadow: none;
        border-color: #313e48;
    }

.search-text {
    margin-right: -20px;
    z-index: 8;
    cursor: pointer;
}

.search-control {
    background-image: url("/images/972028-search-line.svg");
    background-repeat: no-repeat;
    background-position: 5px 15px;
    background-color: transparent;
    border: 0;
    padding: 3px;
    font-size: 1em;
    padding-left: 45px;
    width: 160px !important;
}

    .search-control:focus {
        background-color: transparent;
    }

.background {
    background-image: url("../images/943411-home.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}

.footer {
    position: relative;
    z-index: 9;
    background-color: #fff;
    background-color: #313e48 !important;
    color: #fff;
    border-top: 0 !important;
    padding-top: 20px;
}

    .footer p {
        font-size: 1.1rem;
        margin: 0;
    }

    .footer a {
        color: #fff;
        opacity: 0.9;
        font-size: 1.05rem;
        padding: 0;
        margin: 5px 0;
        letter-spacing: 0.1rem;
        white-space: nowrap;
    }

        .footer a:hover {
            text-decoration: underline;
            color: #fff;
            opacity: 1;
        }

    .footer i {
        font-size: 24px;
    }

.content-card a {
    color: #313e48;
    text-decoration: none;
    text-transform: uppercase;
}

    .content-card a:hover,
    .content-card a:focus,
    .content-card a:active {
        color: inherit;
    }

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

.not-uppercase {
    text-transform: none !important;
}

.box {
    width: 26px;
    height: 26px;
}

.box-black {
    background-color: #000;
}

.box-green {
    background-color: #4a4410;
}

.box-brown {
    background-color: #826045;
}

.product-info {
    max-width: 120px;
}

    .product-info p {
        font-size: 12px;
    }

.btn:focus,
.btn:active {
    box-shadow: none;
}

#productDetail .btn-close,
#productShipping .btn-close {
    background: transparent url("../images/560546-close.svg") center/1em auto no-repeat;
    opacity: 1;
}

.btn-send {
    background-color: #f3eaeb;
}

.form-check-input:focus,
.form-check-input:active {
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #313e48;
    border-color: #313e48;
}

.line-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #313e48;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .line-text span {
        background: #fff;
        padding: 0 10px;
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    filter: brightness(70%);
}

.category-box {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.nav-tabs .nav-link {
    width: 50%;
    text-transform: uppercase;
}

.nav-payment .nav-link {
    width: 33.33%;
    text-transform: uppercase;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent transparent #313e48;
    border-radius: 0;
    font-weight: 700;
    color: #313e48;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #313e48;
}

.nav-pills .nav-link.active {
    background-color: transparent;
    border: 2px solid #313e48;
    border-radius: 10px;
}

.card-wrapper {
    width: 100%;
    display: flex;
}

.scrollbar-content {
    height: 400px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #888;
}

    /* width */
    .scrollbar-content::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .scrollbar-content::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .scrollbar-content::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        .scrollbar-content::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.product-title {
    font-size: 22px;
}

.product-detail-links a {
    font-size: 1rem;
    margin: 4px 0;
    padding: 0;
}

.offcanvas-end {
    width: 410px;
}

.title-md {
    font-size: 20px;
    font-weight: bold;
}

.offcanvas-body p {
    font-size: 1rem;
}

.homeSwiper {
    margin-top: -150px;
}

.homeSwiper,
.productSwiper {
    width: 100%;
    height: 100%;
}

    .homeSwiper .swiper-slide {
        margin-top: 110px !important;
    }

    .homeSwiper .swiper-slide,
    .productSwiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* 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;
        height: auto;
    }

.swiper-slide img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.swiper-slide video {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

@media screen and (max-width: 1440px) {
    .homeSwiper .swiper-slide video {
        height: 100vh;
    }
}

@media screen and (max-width: 1440px) {
    .homeSwiper .swiper-slide img {
        height: 100%;
    }
}

.swiper-pagination {
    margin-bottom: 50px;
    z-index: 9999;
}

@media screen and (min-width: 768px) {
    .swiper-pagination {
        margin-bottom: 200px;
    }
}

.swiper-pagination-bullet-active {
    background: #313e48 !important;
}

.gallery {
    width: 100%;
}

.gallery-slider {
    width: 100%;
    height: auto;
    /* max-height: 500px; */
    margin: 0 0 10px 0;
}

    .gallery-slider .swiper-slide {
        width: auto;
        height: auto;
    }

        .gallery-slider .swiper-slide img {
            display: block;
            height: 100%;
            /* max-height: 250px; */
            width: 100%;
        }

@media (min-width: 991px) and (max-width: 1024px) {
    .gallery-slider .swiper-slide img {
        max-height: 250px;
    }
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .gallery-thumbs .swiper-slide {
        width: 100px;
        height: 100px;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
    }

        .gallery-thumbs .swiper-slide img {
            width: auto;
            height: 100%;
        }

.swiper-button-next,
.swiper-button-prev {
    width: 24px !important;
    color: #313e48 !important;
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px !important;
    }

.contact-content p {
    font-size: 14px;
}

.search-buttons .swiper-button-next,
.search-buttons .swiper-button-prev {
    position: relative;
    display: inline-flex;
}

.search-buttons .swiper-button-prev {
    margin-right: 15px;
}

.search-buttons .swiper-button-next,
.search-buttons .swiper-button-prev {
    width: 18px !important;
    color: #313e48 !important;
}

    .search-buttons .swiper-button-next:after,
    .search-buttons .swiper-button-prev:after {
        font-size: 14px !important;
    }

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

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

.search-slider {
    width: 100%;
    height: 100%;
}

.similar-products-slider .swiper-button-next,
.similar-products-slider .swiper-button-prev {
    top: -17px;
}

    .similar-products-slider .swiper-button-next:after,
    .similar-products-slider .swiper-button-prev:after {
        font-size: 12px !important;
    }

.similar-products-slider .swiper-button-prev {
    right: 20px;
    left: auto;
}

.similar-products-slider .swiper-button-next {
    right: 0px;
}

.search-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
}

    .search-slider .swiper-slide img {
        width: auto;
        height: 223px;
        object-fit: cover;
    }

    .search-slider .swiper-slide a:hover {
        text-decoration: underline;
    }

.checkout-card-fixed {
    position: fixed;
    width: 25%;
    z-index: 0;
}

@media (max-width: 768px) {
    .checkout-card-fixed {
        position: relative;
        width: 100%;
    }
}

.text-success {
    color: #44bb37 !important;
}

.bg-success {
    background: rgba(68, 187, 55, 0.1) !important;
}

.bg-black {
    background: #313e48 !important;
}

.text-black {
    color: #313e48 !important;
}

.shop-product img {
    width: auto;
    height: 325px;
    object-fit: cover;
}

.payment-box {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    line-height: 1.4;
    letter-spacing: 0.028rem;
    -webkit-font-smoothing: antialiased;
    -webkit-box-direction: normal;
    box-sizing: border-box;
    padding: 10px 20px;
    width: fit-content;
    background: rgba(255, 149, 0, 0.1);
}

.buy-later {
    opacity: 0;
}

.shop-product {
    cursor: pointer;
}

    .shop-product a:hover {
        text-decoration: underline;
    }

.shop-product-data {
    background-color: transparent;
}

    .shop-product-data i {
        color: #fff;
    }

.shop-product:hover > .shop-product-data .buy-later {
    opacity: 1;
}

.shop-product:hover > .shop-product-data {
    background-color: #fff;
    color: #000;
}

    .shop-product:hover > .shop-product-data i {
        color: #000;
    }

.wishlist-modal a:hover {
    text-decoration: none;
}

    .wishlist-modal a:hover > p {
        opacity: 0.5;
    }

.btn-outline-dark {
    color: #313e48;
    border-color: #313e48;
}

.btn-dark {
    background-color: #313e48;
    color: #fff;
}

    .btn-dark:hover {
        background-color: #313e48;
    }

.btn-outline-dark:hover {
    background-color: #313e48;
    border-color: #313e48;
    color: #fff !important;
}

.cursor-pointer {
    cursor: pointer;
}

.button-container .form-control {
    max-width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
    background: #313e48;
    border-radius: 100%;
    color: #fff;
}

.cart-qty-plus,
.cart-qty-minus {
    width: 32px;
    height: 33px;
    background-color: transparent;
    color: #313e48;
    border: 0;
    font-weight: bold;
}

.footer-logo {
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .footer-logo {
        justify-content: center;
    }

        .footer-logo img {
            margin: 0 !important;
        }
}

.wishlist-list {
    background-color: #313e48;
    color: #fff;
    padding: 14px 15px 1px 15px;
}

    .wishlist-list i {
        color: #fff;
    }

/* Centered text */
.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .centered-text h2 {
        font-size: 4vw;
        color: #fff;
        font-weight: 700;
    }

@media screen and (max-width: 768px) {
    .centered-text h2 {
        font-size: 7vw;
    }
}

.similar-products h2 {
    font-size: 1rem;
}

.text-tiny {
    font-size: 0.7rem;
}

/*.full-screen {
  min-height: 100vh;
}*/

.youtube-video {
    min-height: 100vh;
}

@media screen and (min-width: 768px) {
    .cat-card {
        margin: 0;
        padding: 0 5px;
    }

        .cat-card:first-of-type {
            padding-right: 5px;
            padding-left: 0
        }

        .cat-card:last-of-type {
            padding-left: 5px;
            padding-right: 0
        }
}

@media screen and (max-width: 768px) {
    .cat-card {
        margin: 0;
        padding: 0;
    }

    .main-cat-card {
        margin: 0;
        padding: 0 5px;
    }

        .cat-card img, .main-cat-card img {
            height: 265px;
            width: auto;
            object-fit: cover;
        }

    .menu-nav-link, .search-menu {
        display: none !important;
    }
}

.nav-font {
    font-weight: bold !important;
}

.shopping-font {
    font-weight: bold !important;
}

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

.border-tb {
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    overflow: auto;
    height: 140px;
}

.add-basket {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
    color: #000;
    width: 100%;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
}

.product-list:hover .add-basket {
    visibility: visible;
    opacity: .8;
}

.add-basket:hover {
    background: rgba(49, 62, 72, .8);
    color: #fff;
}
@media screen and (max-width: 992px) {
    .add-basket {
        visibility: visible;
        opacity: .8;
    }
}

.gallery-slider .swiper-pagination {
    margin-bottom: 0 !important;
}

.category-list {
    padding-right: 0px !important;
    padding-left: .5rem !important;
    padding-bottom: .5rem !important;
}

#searchForm {
    display: flex !important;
}

#searchProduct {
    font-weight: bold;
}

.fs-basket {
    font-size: 12rem !important;
    color: #313e48 !important;
}

.nav-sepet-tab {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    line-height: 2.4rem !important;
    letter-spacing: .028rem !important;
    border-bottom: 1px solid #000;
    text-align: center;
}

.step-order {
    font-size: 1.6rem;
    letter-spacing: .2px;
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.step-order-active {
    font-size: 1.6rem;
    letter-spacing: .2px;
    line-height: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

#optPersonalLbl {
    margin-right: 3rem !important;
}

#productQuality, th, td {
    border: 1px solid;
}

.disable-click {
    pointer-events: none;
}

#single_banner img, video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.select-item:hover {
    background-color: rgba(237,237,238,1)
}
/*@media screen and (max-width: 768px){
    #single_banner img, video {
        transform:rotate(90deg);
        width:100vh!important;
        height:auto!important;
        margin:190px 0 200px -200px;
    }
}*/
#my_orders_list {
    border-top: 1px solid #313e48;
    border-bottom: 1px solid #313e48;
}

    #my_orders_list div:hover {
        background-color: rgba(237,237,238,1);
        cursor: pointer;
    }

    #my_orders_list div.active {
        background-color: rgba(237,237,238,1);
    }

/*CUSTOM MODAL*/
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1031; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.custom-modal-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.custom-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /*border: 1px solid #888;*/
    /*width: 80%;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.custom-close {
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

    .custom-close:hover,
    .custom-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.custom-modal-header {
    padding-right: 10px;
    background-color: #313e48;
    color: white;
}

.custom-modal-body {
    padding: 2px 16px;
    width: 100%;
}

.custom-modal-footer {
    padding: 2px 16px;
    background-color: #313e48;
    color: white;
}

.btn-marvyshop {
    background-color: #313e48 !important;
    color: #fff !important;
}

.btn-close-circle {
    border-radius: 25px;
}

/*#close_menu {
    display: none;
}

@media screen and (max-width: 768px) {
    #close_menu {
        display: block !important;
    }
}*/

.text-align-last-center {
    -moz-text-align-last: center;
    -ms-text-align-last: center;
    text-align-last: center;
}

.font-xxl {
    font-size: xx-large !important;
}

.font-bold {
    font-weight: bold;
}

.link-black {
    text-decoration: none;
    color: #000;
}

del {
    font-size: smaller;
}

.fs-1_2rem {
    font-size: 1.2rem !important;
}

#seo_content {
    overflow: hidden;
}

    #seo_content .readless {
        height: 0;
        opacity: 0;
    }

.seo-content-btn {
    background: transparent;
    border: transparent;
    padding: 0;
    font-weight: bold;
    text-decoration: underline;
}

.completewiththese-slider {
    height: 250px;
}

    .completewiththese-slider .swiper-slide img {
        display: block;
        height: 100%;
        width: 100%;
    }

#copyright {
    background-color: rgba(49,62,72,1);
}

#mastercard_img {
    background: url(../images/116506-footer-master.png);
    width: 62px;
    height: 32px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

#visa_img {
    background: url(../images/403726-footer-visa.png);
    width: 62px;
    height: 32px;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

#ssl_img {
    background: url(../images/631701-footer-secured.png);
    width: 75px;
    height: 37px;
    display: inline-block;
    position: relative;
    top: 8px;
    left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.fs-7 {
    font-size: .75rem !important;
}

.fs-8 {
    font-size: .5rem !important;
}

.va-top {
    vertical-align: top !important;
}
#searchProduct::placeholder{
    text-align:center;
}
.out-of-stock{
    opacity:.75;
}
.back-in-stock {
    background-color: rgba(49, 62, 72, .8);
    color: #fff;
    cursor: pointer;
    border: solid 1px rgba(49, 62, 72, .8);
}
.w-lg{
    width:25%!important;
}

@media (max-width: 992px)  {
    .w-lg {
        width: 50%!important;
    }
}