body {
    font-family: "Roboto", sans-serif;
}

.text-success {
    color: #009E7F!important;
}

a {
    color: #009E7F;
}

.card-title {
    color: #009E7F;
}

.btn-xsm {
    padding: 3.5px 9px;
}


.container-fluid {
    padding-left: 55px;
    padding-right: 55px;
}
@media (max-width: 768px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.badge-success[href]:focus, .badge-success[href]:hover {
    background: #009E7F;
}

.novel-group, .novel-category, .faculty-type, .user-group, .year-type, .semester-type, .university-type {
    display: none;
}

/* Search Box */
.input-search {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #009E7F;
}

.input-search-btn {
    color: #009E7F;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: transparent;
    border-color: #009E7F;
}

.input-search:focus {
    border-bottom: 1px solid #009E7F;
}

/* End Search Box */


.content-wrapper {
    margin: 0!important;
    background: transparent!important
}

.dark-mode input:-webkit-autofill {
    background-color: none !important;
    -webkit-text-fill-color: black !important
}

.dark-mode a:not(.btn):hover,
.btn-link {
    color: rgb(38, 166, 154) !important;
}

.card-body .nav-item a {
    color: white !important;
}

.dark-mode .nav-tabs .nav-item.show .nav-link,
.dark-mode .nav-tabs .nav-link.active {
    color: rgb(38, 166, 154) !important;
}

.accordion-body,
.accordion-button {
    padding: 23px 25px 23px 30px;
    font-size: 15px;
    font-family: inherit;
}

.accordion-item {
    margin-bottom: 5px;
    border: 1px solid rgb(241, 241, 241);
    background-color: rgb(255, 255, 255);
}

.accordion-button:not(.collapsed) {
    color: rgb(0, 158, 127) !important;
    background: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0 rgb(0 0 0);
}

.accordion>.card>.card-header {
    cursor: pointer;
}
/* Slick Slider */
.slick-disabled {
    display: none!important;
}

.slick-next {
    right: 0!important;
    width: 32px!important;
    z-index: 1;
}

.slick-prev {
    left: 0!important;
    z-index: 1;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.slick-prev:before, .slick-next:before {
    color: #009E7F!important;
    font-size: 32px!important
}

.table td {
    vertical-align: initial
}

@media (min-width: 992px) {
    .slider-homepage .swiper-slide img {
        height: 403px!important
    }
}

#preloader {
    display: none;
    /* background: rgba(39, 60, 117, .5); */
    /* position: fixed; */
    width: 100%;
    height: 100%;
    /* top: 0;
    left: 0; */
    z-index: 1100 !important;
}

#preloader>.bar {
    display: inline-block;
    padding: 0px;
    text-align: left;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 20px;
    border: 1px solid #2980b9;
    border-radius: 3px;
    background-image:
        repeating-linear-gradient(-90deg,
            #009E7F,
            #009E7F 11px,
            #eee 10px,
            #eee 20px
            /* determines size */
        );
    background-size: 28px 28px;
    animation: move .8s linear infinite;
}

@keyframesmove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 28px 0;
    }
}

/* End Slick */

/* Order Box */
.cart-title {
    color: black;
    font-size: 24px;
    font-weight: 600;
}
.order-box {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.order-box .order-title {
    color: black;
    font-weight: 600;
}

.order-box .order-body {
    padding-top: 10px;
    color: rgba(0, 0, 0, .6);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,a:hover {
    color: #009E7F;
}

.w-8 {
    width: 2rem;
}

.btn {
    min-width: auto!important;
}

.badge-success,.btn-success {
    background: #009E7F;
    border-color: #009E7F;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle,.btn-success.focus, .btn-success:focus,.badge-success:hover,.btn-success:hover {
    background: rgba(1, 147, 118, 1);
    border-color: #009E7F;
}

.btn-outline-success {
    color: #009E7F;
    border-color: #009E7F;
}

.btn-outline-success:hover {
    background-color: #009E7F;
    color: white;
}

@media (max-width:992px ) {
    .order-0 {
        order: 1!important;
    }

    .container {
        max-width: 900px;
    }
}

.main-header {
    z-index: 1010!important;
}

.item img {
    height: 60vh;
}

@media (min-width: 992px) {
    .item img {
        height: 60vh;
    }
}

@media (max-width: 767px) {
    .item img {
        height: 40vh;
    }
}

.addButton {
    width: auto;
    height: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    border: 0px;
    outline: 0px;
    border-radius: 0px;
    padding: 0px;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: rgb(0, 158, 127);
    position: absolute;
    top: 35px;
    right: 30px;
}

.ctqYCD {
    padding-right: 5px;
    padding-bottom: 2.5px;
}

.ModalOpen {
    opacity: 1;
    transform: translateX(0);
}

.ModalClosed {
    opacity: 0;
    transform: translateX(-100%);
}
/* End Card */

/* // Cart List Page */
.step-by {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.step-by .title.title-step:first-child {
    margin-left: 0;
}

.step-by .title.title-step:first-child::before {
    display: none;
}

.step-by .title.title-step.active::before {
    color: #999;
}

.step-by .title.title-step::before {
    content: '\f054';
    display: inline-block;
    position: absolute;
    left: -2.8rem;
    top: 52%;
    line-height: 0;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 1.7rem;
    background-color: #fff;
}

.title-simple::before, .title-simple::after {
    content: none;
}

.title::before {
    margin-right: 3rem;
}

.title::before, .title::after {
    flex: 1;
    content: '';
    height: 2px;
    background-color: #edeef0;
}

.title-simple::before, .title-simple::after {
    content: none;
}

.title::after {
    margin-left: 3rem;
}

.title::before, .title::after {
    flex: 1;
    content: '';
    height: 2px;
    background-color: #edeef0;
}

.step-by .title.title-step.active {
    color: #26b;
}

.step-by .title.title-step {
    font-size: 2rem;
    text-transform: initial;
    font-weight: 700;
    margin-left: 4.8rem;
    color: #999;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    padding: .5rem 0;
}

.title-simple {
    display: block;
}

.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 2.6rem;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #222;
}

.mt-8 {
    margin-top: 4rem !important;
}

/* // Table Head */
.gutter-lg {
    margin-left: -15px;
    margin-right: -15px;
}

.gutter-lg>* {
    padding-right: 15px;
    padding-left: 15px;
}

.shop-table {
    text-align: left;
    width: 100%;
}

.shop-table th span {
    padding-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.shop-table th {
    padding: .3rem 0 .3rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.875;
    text-transform: uppercase;
    color: #222;
}

/* // Table Body */
.shop-table tbody {
    border-bottom: 1px solid #e1e1e1;
}

.cart .shop-table td {
    padding: 1rem 2rem 1rem 0;
}

.shop-table td {
    padding: 1.5rem 1rem 1.5rem 0;
    border-top: 1px solid #e1e1e1;
    font-size: 1.4rem;
}

.cart .product-thumbnail figure {
    position: relative;
    display: inline-block;
}

.shop-table .product-thumbnail a {
    display: block;
    width: 100px;
}

.shop-table img {
    display: block;
    max-width: 60px;
}

.cart .product-thumbnail .product-remove {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
    top: -0.8rem;
    right: -0.8rem;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
}

.shop-table .product-thumbnail a {
    display: block;
    width: 100px;
}

.shop-table .product-name {
    white-space: normal;
}

.product-name {
    margin-bottom: .6rem;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-table .product-subtotal {
    width: 85px;
}

.cart-table .product-quantity {
    width: 135px;
}

.cart .product-price .amount {
    font-size: 1.8rem;
}

.shop-table .product-price {
    display: table-cell;
}

.shop-table td:last-child {
    padding-right: 0;
    text-align: right;
}

.shop-table th:last-child {
    text-align: right;
}

.pt-6 {
    padding-top: 3rem !important;
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.summary table {
    width: 100%;
}

.cart .btn-checkout {
    display: block;
    margin-top: 10px;
}

.summary-total-price {
    font-size: 2rem;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #222;
    text-align: right;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
}

.summary td:last-child, .summary th:last-child {
    text-align: right;
    min-width: 12rem;
}

.d-icon-refresh:before {
    content: "\e93b";
}

[class^="d-icon-"]::before, [class*=" d-icon-"]::before {
    font-family: 'donald' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cart-actions button i {
    font-size: 1.4rem;
}

.btn-icon-left i {
    margin-right: .7rem;
}

.btn-icon-left i, .btn-icon-right i, .btn-reveal-left i, .btn-reveal-right i {
    line-height: 0;
}

.btn.btn-md {
    padding: .84em 1.33em;
    font-size: 1.3rem;
}

/* // Summary Note */
.cart .summary {
    line-height: 2.15;
}

.summary {
    padding: 2.8rem 3rem 2rem;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    background: #fff
}

.summary-title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #222;
    text-transform: uppercase;
    padding-bottom: 2rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
}

.summary-subtotal {
    border-bottom: 1px solid #e1e1e1;
}

.summary-subtotal-price {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
}

.summary td:last-child, .summary th:last-child {
    text-align: right;
    min-width: 12rem;
}

.sumnary-shipping .summary-subtitle {
    text-align: left;
}

.sumnary-shipping ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.custom-radio {
    position: relative;
}

.custom-radio input {
    display: none;
}

.summary label {
    display: block;
}

/* input[type="radio"]~label {
    padding-left: 2.5rem;
} */

input[type="radio"]:checked~label::after {
    opacity: 1;
}

input[type="radio"]~label::after {
    width: .8rem;
    height: .8rem;
    left: .5rem;
    background: #666;
    opacity: 0;
}

.shipping {
    margin-bottom: 2.3rem;
    width: 100%;
    letter-spacing: -.01em;
}

/* // Address */
.shipping-address {
    border-bottom: 1px solid #e1e1e1;
}

.shipping-address input.form-control, .shipping-address .select-box {
    margin-bottom: 2rem;
    background: #fff;
}

.select-box, .select-menu {
    position: relative;
}

.select-box::before {
    right: 1.5rem;
    font-family: 'Donald';
    font-size: 1.2rem;
    content: '\e968';
}

.select-box::before, .select-menu::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-weight: 900;
    font-size: 9px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.shipping-address .form-control {
    padding: .95rem 1.4rem;
    font-size: 1.3rem;
    border-color: #e3e3e3;
    color: #999;
}

.select-box option {
    font-size: 1.4rem;
}

@media (min-width: 992px) {
    .cart.main .product-price {
        width: 9rem;
    }
}

@media (max-width: 767px) {
    .shop-table {
        text-align: center;
    }

    .shop-table .product-thumbnail a, .shop-table .btn-product, .shop-table td {
        margin-left: auto;
        margin-right: auto;
    }

    .cart .shop-table .product-subtotal, .cart .shop-table .product-thumbnail, .cart .shop-table .product-quantity {
        margin-bottom: .5rem;
    }

    .cart .shop-table td {
        padding: 0;
    }

    .cart .shop-table td.product-price {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/* // loading */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px 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);
    }
}

.mymodal {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    background: #fff;
    overflow: auto;
    border-radius: 4px;
    height: 300px;
    outline: none;
    padding: 20px;
}

.myoverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

.ReactModal__Overlay {
    opacity: 0;
    transition: opacity 250ms ease-in-out;
}

.ReactModal__Overlay--after-open {
    opacity: 1;
}

.ReactModal__Overlay--before-close {
    opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

/* // Active */
.active {
    color: rgb(0, 158, 127) !important;
}

/* // Product SIngle Ppage */
.ProductSingleWrapper {
    padding: 0px 0 0px 0;
    position: relative;
}

.ProductSingleContainer {
    width: 100%;
}

.ProductDetailsWrapper {
    background: #fff;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* min-height: 800px; */
    box-sizing: border-box;
}

.ProductPreview {
    padding: 60px 20px;
    width: 40%;
    top: 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: relative;
}

.ProductPreview img {
    display: block;
    max-width: 350px;
    height: 350px;
    margin: 10px auto;
}

@media (max-width: 990px) {
    .ProductPreview {
        padding: 30px 40px 60px;
    }
}

@media (max-width: 767px) {
    .ProductPreview {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 25px 0px;
    }
}

.BackButton {
    position: absolute;
    top: 15px;
    left: 40px;
    width: 100%;
}

@media (max-width: 990px) {
    .BackButton {
        top: 20px;
        left: 10px;
        right: 0px;
        width: 100%;
    }

    .ProductPreview {
        padding: 70px 0 0;
    }
}

.BackButton .reusecore__button {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #77798C;
    /* height: 30px; */
}

.BackButton .btn-icon {
    margin-right: 5px;
    vertical-align: initial;
    font-size: 14px
}

.BackButton .btn-text {
    padding: 0;
}

.ProductInfo {
    width: 40%;
    /* border-left: 1px solid #f1f1f1; */
    padding: 60px;
}

@media (max-width: 990px) {
    .ProductInfo {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .ProductInfo {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 25px;
        border: 0;
    }
}

.BookTitle {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #0D1136;
    line-height: 1.2;
    margin-bottom: 15px;
}

.BookDescriptionWrapper {
    display: flex;
    flex-direction: column;
}

.BookMetaTable {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.BookMetaTableRow {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.BookMetaTableRow:last-child {
    margin-bottom: 0;
}

.BookMetaItem {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #424561;
}

.BookMetaItem:first-child {
    width: 100px;
    flex-shrink: 0;
}

.BookMetaItem:last-child {
    width: 100%;
}

.ProductCartWrapper {
    display: flex;
    flex-direction: column;
}

.ProductPriceWrapper {
    display: flex;
    align-items: center;
}

.ProductPrice {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #009E7F;
}

.SalePrice {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #FBB979;
    font-style: italic;
    padding: 0 5px;
    overflow: hidden;
    margin-right: 15px;
    position: relative;
    display: flex;
}

.SalePrice::before {
    content: '';
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #FBB979;
    position: absolute;
    top: 50%;
    left: 0;
}

.iBTUDR {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #009E7F;
    height: 48px;
    width: auto;
    color: #ffffff;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    border-radius: 6px;
}

.ProductCartBtn {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: max-content;
}

.ProductCartBtn .reusecore__button {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.ProductCartBtn .reusecore__button .btn-icon {
    margin-right: 5px;
}

.ProductCartBtn .reusecore__button .btn-icon svg {
    width: 14px;
    height: auto;
    vertical-align: initial;
}

@media (max-width: 990px) {
    .ProductCartBtn .reusecore__button .btn-icon svg {
        width: 14px;
    }
}

.ProductCartBtn .outline-button {
    margin-left: 20px;
}

.ProductCartBtn .outline-button .btn-icon svg {
    width: 16px;
}

.ProductCartBtn .outline-button .btn-icon:hover {
    color: #009E7F;
}

.ProductCartBtn .outline-button .btn-icon svg:hover {
    color: #009E7F;
}

.ProductCartBtn .quantity {
    width: 115px;
    height: 38px;
}

.ProductMeta {
    margin-top: 30px;
}

.MetaSingle {
    display: flex;
    flex-wrap: wrap;
}

.MetaItem {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #0D1136;
    margin-right: 10px;
    background-color: #f7f7f7;
    padding: 0 15px;
    border-radius: 6px;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.RelatedItems {
    margin-top: 70px;
    margin-left: 55px;
    margin-right: 55px;
}

@media (max-width: 990px) {
    .RelatedItems {
        margin-top: 50px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.ProductsRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
}

.ProductsCol {
    padding-left: 0px;
    padding-right: 1px;
}

@media (max-width: 1199px) and (min-width: 991px) {
    .ProductsCol {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1060px) {
    .ProductsCol {
        -webkit-flex: 0 0 33.3333333%;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }
}

.ProductsCol {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.ProductCardWrapper {
    width: 100%;
}

.BookCardWrapper {
    height: 100%;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    position: relative;
    font-family: 'Lato', sans-serif;
    border-radius: 6px;
    cursor: pointer;
}

/* // Cart */
.product {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 2px;
    transition: .3s;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    /* margin-top: 2rem; */
}

.card img {
    height: 200px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.product-meta {
    min-height: 36px;
}

.product-meta {
    margin-top: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}

.product.product-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
    padding-bottom: 3px;
    border-bottom: 1px solid #edeef0;
}

.product.product-cart-header span {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #222529;
}

.product.product-cart-header a {
    padding-right: 0;
    padding-bottom: 1rem;
    color: #222529;
    line-height: 1;
}

.cart-dropdown .products {
    max-height: 360px;
    overflow-x: hidden;
    margin-right: -5px;
    padding-right: 5px;
}

.product.product-cart {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    font-size: 1.3rem;
}

.product.product-cart .product-detail {
    flex: 1;
    margin: 0 1rem 0rem 0;
}

.product.product-cart .product-name {
    white-space: normal;
    padding: 0;
    margin-bottom: .8rem;
    font-size: 1.3rem;
    line-height: 1.54;
    letter-spacing: -.35px;
    font-family: Poppins, sans-serif;
    color: #666;
}

.product.product-cart .price-box {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
}

.product.product-cart .product-quantity::after {
    margin-left: .8rem;
    font-size: 1.1rem;
    content: 'X';
    text-transform: none;
    line-height: 0;
    font-weight: 600;
    margin-bottom: 1px;
}

.product.product-cart .product-price {
    margin: 0;
    color: #1e394c;
    font-family: Poppins, sans-serif;
}

.product.product-cart .product-price {
    font-size: 1.4rem;
    letter-spacing: -.35px;
}

.product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* margin-bottom: .6rem; */
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
}

.product.product-cart .product-quantity {
    align-items: center;
    display: flex;
    margin-right: 0.8rem;
    color: #999;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

.product.product-cart .product-media {
    position: relative;
    width: 9rem;
    height: 9rem;
    margin-right: 1rem;
}

.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow .3s;
}

.product.product-cart .product-media a {
    padding: 0;
}

.product.product-cart .btn-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 2.2rem;
    height: 2.2rem;
    top: -.9rem;
    right: -1rem;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
    font-size: 1.2rem;
    text-decoration: none;
}

.btn.btn-link {
    padding: 0;
}

.btn-link {
    padding: 0;
    color: #222;
    border: 0;
    background-color: transparent;
}

.btn i {
    display: inline-block;
    margin-left: .4rem;
    line-height: 0;
}

.product.product-cart .btn-close i {
    margin-right: 4px;
    margin-top: 0px;
}

.product.product-cart img {
    width: 9rem;
    height: 9rem;
}

.product-media img:first-child {
    position: relative;
    opacity: 1;
}

.product-media img:last-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    object-fit: cover;
}

.product-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s;
}

figure {
    margin: 0;
}

/* // Sub Total */
.cart-total {
    display: flex !important;
    justify-content: center;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem;
    border-top: 1px solid #edeef0;
    border-bottom: 1px solid #edeef0;
    font-size: 1.4rem;
    line-height: 3;
    letter-spacing: normal;
}

.cart-total label {
    margin-right: .5rem;
    line-height: inherit;
    color: #999;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}

.cart-total .price {
    font-weight: 700;
    color: #222;
    display: inline !important;
}

.cart-action {
    column-gap: 10px;
}

.cart-action .btn {
    display: flex;
    justify-content: center;
    border-radius: 3px;
    padding: .53em 2em;
    line-height: 1.5;
    letter-spacing: .01em;
}

.btn-dark {
    color: #fff !important;
    border-color: #222;
    background-color: #222;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #fff;
    border-color: #343434;
    background-color: #343434;
}

/* // Product */
.vfnVS {
    box-sizing: border-box;
    min-width: 0px;
    margin: 0px 8px 0px 0px;
    width: 14.4px;
    height: 12px;
}

.vfnVS {
    box-sizing: border-box;
    min-width: 20px;
    margin: 0px 8px 0px 0px;
    width: 14.4px;
    height: 12px;
}

.card__container-body {
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: relative;
    font-family: inherit;
    /* border-radius: 6px; */
    /* cursor: pointer; */
}

.cPRCbB {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* background-color: rgb(247, 247, 247); */
    padding-right: 0px;
    transition: padding-right 0.35s ease-in-out 0s;
}

.product-meta .cart-button svg {
    fill: currentcolor;
}

.dXqKxZ {
    background-color: rgb(255, 255, 255);
    width: 280px;
}

.doJcda {
    display: flex;
    flex-wrap: wrap;
    /* background-color: rgb(247, 247, 247); */
    position: relative;
    /* z-index: 1; */
    margin: 0px -10px;
}

.gaNiTF {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    /* padding-left: 0px;
    padding-right: 0px;
    margin-bottom: -1px; */
    margin-right: -1px;
    /* border: 1px solid rgb(241, 241, 241); */
}

.gaNiTF1 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    /* padding-left: 0px;
    padding-right: 0px;
    margin-bottom: -1px; */
    margin-right: -1px;
    /* border: 1px solid rgb(241, 241, 241); */
}

.iXpHzW {
    height: 100%;
}

.iXpHzW>div {
    height: 100%;
}

.react-reveal {
    opacity: 0;
}

.header__notification-btn svg {
    color: #8e9091;
}

@media (max-width: 990px) {
    .ProductSingleWrapper, .fcCjHR {
        width: 100%;
        padding: 0px 0px 80px;
    }

    .fvIeRQ {
        padding: 15px 20px;
        min-height: 123px;
    }

    .cPRCbB {
        background-color: rgb(255, 255, 255);
    }

    .dXqKxZ {
        display: none;
    }

    .doJcda {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        background-color: rgb(255, 255, 255);
    }

    .gaNiTF {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: -1px;
        border: 1px solid rgb(241, 241, 241);
    }

    .gaNiTF1 {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: -1px;
        border: 1px solid rgb(241, 241, 241);
    }

    .padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .gaNiTF {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .gaNiTF1 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.fvIeRQ {
    padding: 10px 10px 30px;
}

.image__container {
    height: 240px;
    padding: 5px;
    position: relative;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .product-meta {
        min-height: 36px;
    }

    .product-meta .cart-button {
        width: auto;
        height: 36px;
        padding: 0px;
        border-radius: 50%;
    }

    .product-meta button {
        width: 100%;
        height: 27px;
    }

    .product-meta .cart-button {
        width: 36px;
        height: 36px;
        padding: 0px;
        border-radius: 50%;
    }

    .cMqzql {
        display: none;
    }

    .product-meta .cart-button svg {
        margin: 0px;
    }

    .fcCjHR {
        min-height: auto;
    }

    .gaNiTF {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gaNiTF1 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.erZPLb {
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 24px;
    background-color: rgb(255, 173, 94);
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 12px;
    /* z-index: 2; */
}

.productPriceWrapper .discountedPrice::before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: rgb(255, 179, 105);
    position: absolute;
    top: 50%;
    left: 0px;
}

.image__container img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.product-meta .productPriceWrapper .product-price {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(0, 158, 127);
}

.product-meta .productPriceWrapper .discountedPrice {
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgb(255, 179, 105);
    font-style: italic;
    padding: 0px 5px;
    overflow: hidden;
    position: absolute;
    top: -20px;
    left: -4px;
}

.ProductPriceWrapper .discountedPrice {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 179, 105);
    font-style: italic;
    padding: 0px 5px;
    text-decoration: line-through;
}

.gjSYxv {
    padding: 0px 15px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    appearance: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    height: 38px;
    text-decoration: none;
    font-family: inherit;
    color: rgb(0, 158, 127);
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(241, 241, 241);
    border-radius: 100px;
}

.gjSYxv:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 158, 127);
    border-color: rgb(0, 158, 127);
}

.product-meta .cart-button {
    /* color: rgb(255, 255, 255);
    background-color: rgb(0, 158, 127); */
    border-color: rgb(0, 158, 127);
    border-radius: 18px;
    height: 36px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 13px;
    font-weight: 700;
}

.product-meta .cart-button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 158, 127);
    border-color: rgb(0, 158, 127);
}

.product-weight {
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgb(119, 121, 140);
}

.product-title {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(13, 17, 54);
    margin: 0px 0px 7px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

/* // Cart */
.fMVWSj {
    width: 420px;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    position: fixed;
    bottom: 0px;
    right: -450px;
    z-index: 1010;
    box-shadow: rgb(0 0 0 / 16%) 0px 21px 36px;
    transition: all 0.35s ease-in-out 0s;
}

.fMVWSj.cartPopupFixed {
    right: 0px;
}

.fMVWSj .cartstyle__CartPopupBody-sc-1cp3kia-0 {
    height: 100%;
    width: 100%;
}

.hJoKdc {
    height: auto;
    width: 385px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-sizing: content-box;
}

.kTjUJc {
    padding: 15px 25px;
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgb(241, 241, 241);
}

.eZTkXg {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(0, 158, 127);
}

.eZTkXg span {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(0, 158, 127);
    padding-left: 10px;
}

.jBjqrl {
    width: 14px;
    height: 14px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    border: 0px;
    outline: 0px;
    flex-shrink: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease 0s;
    background-color: transparent;
}

.hJoKdc .cart-scrollbar {
    height: 100%;
    max-height: calc(100vh - 245px);
}

#os-dummy-scrollbar-size:after, #os-dummy-scrollbar-size:before, .os-content:after, .os-content:before {
    content: "";
    display: table;
    width: .01px;
    height: .01px;
    line-height: 0;
    font-size: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    visibility: hidden;
}

.fMVWSj .cartstyle__ItemWrapper-sc-1cp3kia-4 {
    max-height: calc(100vh - 245px);
    background-color: rgb(255, 255, 255);
}

.RJarP {
    width: 100%;
    height: auto;
}

.fMVWSj .cartstyle__ItemWrapper-sc-1cp3kia-4 {
    max-height: calc(100vh - 245px);
    background-color: rgb(255, 255, 255);
}

.dVSUzA {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.dVSUzA svg {
    width: 140px;
    height: auto;
}

.fmjnmd {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(119, 121, 140);
    display: block;
    width: 100%;
    padding: 40px 0px;
    text-align: center;
}

.lbtGqM {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.eOEfWH {
    margin: 20px 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.eOEfWH>button {
    border: 0px;
    outline: 0px;
    box-shadow: none;
    background-color: transparent;
    display: inline-flex;
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(0, 158, 127);
    transition: color 0.35s ease 0s;
}

.jrNAVt {
    height: 48px;
    width: calc(100% - 30px);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: rgb(0, 158, 127);
    padding: 0px;
    border-radius: 48px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
    border: 0px;
    outline: 0px;
    cursor: pointer;
    margin-bottom: 15px;
    margin-left: 15px;
}

.jrNAVt>a {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
}

.foqDGB {
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    padding-left: 5px;
    padding-right: 10px;
}

.buUYoT {
    width: auto;
    height: 44px;
    padding: 0px 30px;
    overflow: hidden;
    border-radius: 28px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(0, 158, 127);
    margin-right: 2px;
}

.innerRndComponent {
    width: 100%;
    height: 100%;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@media (max-width: 766px) {
    .kTjUJc {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .hJoKdc {
        width: 100%;
    }

    .jrNAVt {
        height: 45px;
    }

    .fMVWSj .cartstyle__PopupHeader-sc-1cp3kia-1 {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .buUYoT {
        height: 41px;
    }

    .eZTkXg span {
        font-size: 13px;
    }

    .fMVWSj .cartstyle__CloseButton-sc-1cp3kia-3 {
        top: auto;
        position: relative;
        background-color: transparent;
    }

    .jBjqrl {
        position: absolute;
        top: -45px;
        background-color: rgb(255, 255, 255);
        width: 35px;
        height: 35px;
        border-radius: 50%;
        color: rgba(0, 0, 0, 0.5);
    }

    .hJoKdc .cart-scrollbar {
        max-height: 330px;
    }
}

@media (min-width: 581px) {
    .fMVWSj {
        display: block;
    }
}

/* // Full Screen */
.fullscreen-modal {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.fullscreen-modal>.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.required {
    color: red;
}

/* Sidebarblock */
.sidebarblock {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
    border-top: solid 1px #009E7F;
    margin-top: 44px;
}

.sidebarblock .divline {
    height: 1px;
    line-height: 1px;
    border-bottom: solid 1px #f1f1f1;
}

.sidebarblock a {
    padding: 10px 20px;
    width: 100%;
    display: block;
}

ul.cats li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

ul.cats {
    margin: 0;
    padding: 0;
}

ul.cats li a {
    font-size: 14px;
    color: #363838;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 30px;
}

ul.cats .badge {
    background-color: #bdc3c7;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Open Sans Bold', sans-serif;
    margin-top: 7px;
}

.sidebarblock .blocktxt {
    font-size: 14px;
    color: #363838;
}

.sidebarblock .blocktxt:hover {
    background-color: #f4f4f4 !important;
}

.sidebarblock .blocktxt .smal {
    font-size: 12px;
}

.sidebarblock .active {
    background-color: #f4f4f4 !important;
}

.product-cards {
    flex: 0 0 25%;
    background: white !important;
    max-width: 25%;
}
