


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.section {
    padding: 100px 0px;
}

.container {
    padding: 0px;
    height: 100%;
}

.swiper-container {
    height: 100%;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.card-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .container .swiper-container .swiper-wrapper .swiper-slide .card-image {
    background: #ffffff;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    height: 100%;
}

    .main .container .swiper-container .swiper-wrapper .swiper-slide .card-image img {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

.main .container .swiper-container .swiper-pagination-bullet {
    opacity: 0.8;
    background: #252a32;
}

.main .container .swiper-container .swiper-pagination-bullet-active {
    background: #ffffff;
}

.main .container .swiper-container .swiper-button-next,
.main .container .swiper-container .swiper-button-prev {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
}

    .main .container .swiper-container .swiper-button-next .arrow-icon,
    .main .container .swiper-container .swiper-button-prev .arrow-icon {
        font-size: 2rem;
        color: #ffffff;
    }

.details {
    display: flex;
    justify-content: space-between;
}

.price-wrap {
    display: flex;
    align-items: center;
}

    .price-wrap .price {
        font-size: 22px;
        color: #4a4a4a !important
    }

.padding-bottom {
    padding-bottom: 1rem !important;
}

.main-nav {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 600px;
    height: 150px;
}

    .main-nav li {
        list-style: none;
        position: absolute;
        width: 200px;
        height: 200px;
        background: #000;
        transform: rotate(45deg);
        transition: 0.5s;
        margin: -100px;
        overflow: hidden;
        opacity: 0.6;
    }

        .main-nav li:hover {
            opacity: 1;
        }

        .main-nav li.item:first-child {
            top: 0;
            left: 0;
        }

        .main-nav li.item:nth-child(2) {
            bottom: 0;
            left: 25%;
        }

        .main-nav li.item:nth-child(3) {
            top: 0;
            left: 50%;
        }

        .main-nav li.item:nth-child(4) {
            bottom: 0;
            left: 75%;
        }

        .main-nav li.item:last-child {
            top: 0;
            left: 100%;
        }

        .main-nav li .bg {
            width: 100%;
            height: 100%;
            transform: scale(1.1);
        }

.description {
    color: #fefefe;
    position: absolute;
    top: 0;
    left: 28%;
    width: 145px;
    font-size: 0.9rem;
    height: 100%;
}

.order-step-icon {
    font-size: 24px !important
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid rgb(var(--ColorOne));
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
}

    .nav-tabs .nav-link:focus {
        box-shadow: none;
    }
    .nav-tabs .nav-link:hover {
        border-color:unset unset unset !important;
    }
    .order-details-content {
        overflow-y: hidden;
        transition: .5s
    }
.nav-tabs .nav-link {
    border: none;
}
.description-result p,
.shipping-return-result p {
    margin-bottom: 0
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #8c98a4;
    content: "/";
}
/*.float-right {
    top: 0;
    left: 100%;
    height: 100%;
}*/
@media (min-width: 575px){

    .float-right-menu {
        top: 0;
        left: 100%;
        height: 100%;
    }
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        border: 4px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }


@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.read-only-ratings {
    width: 90px !important;
    position:relative;
}

#popover-partial .progress-bar {
    background: #ff9f43;
}

.nav-profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
}

#navProfilePhoto {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}