@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&display=swap");

body {
    font-family: "Montserrat" !important;
}

.panel {
    padding-right: 0 !important;
    padding-top: 10px;
}

a.dark-blue {
    color: #1d1b72;
}

.bg-navbar {
    background-color: #616161 !important;
}

#panelbar li a {
    color: #ffffff !important;
}

#panelbar li:hover {
    background-color: #1c2b2f !important;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav ul {
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #616161;
    padding: 0;
    z-index: 999;
}

.navbar-nav ul li {
    float: none;
    width: 250px;
}

.navbar-nav ul li:hover {
    color: rgba(255, 255, 255, 0.7) !important;
    background: #1c2b2f;
}

.navbar-nav ul a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

.navbar-nav ul a {
    color: rgba(255, 255, 255, 0.5) !important;
    line-height: 120%;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}

.navbar-nav li:hover > ul {
    display: block;
}

.premium_quality {
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 2px;
}

.premium_quality > img {
    height: 60px !important;
    border: none !important;
    outline: 0;
    width: auto !important;
    filter: drop-shadow(0px 10px 3px rgba(0, 0, 0, 0.4));
}

.details img {
    height: 70px !important;
    border: none !important;
    outline: 0;
}

.show-image {
    max-width: 200px;
    width: 100%;
    display: block;
}

#swiper-top-slider {
    max-height: 150px;
    overflow: hidden;
}

.page-item.active .page-link {
    background-color: #1c2b2f !important;
    border-color: #1c2b2f !important;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #4a148c;
    transition: all 0.2s;
}

/*///////////////////////////SLIDER//////////////////////////////////////*/

#swiper-top-slider .item img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

#swiper-top-slider .item {
    /*background-color: rgba(0, 0, 0, 0.6);*/
    /*background-blend-mode: overlay;*/
    z-index: -1;
    color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-left: 70px;
}

#swiper-top-slider .item h3,
#swiper-top-slider .item p {
    color: #ffffd7;
}

#swiper-top-slider .item h3 {
    text-shadow: 3px 4px 8px #000 !important;
}

#swiper-top-slider .item p {
    text-shadow: 2px 2px 5px #000 !important;
}

#swiper-top-slider .swiper-dots {
    margin-top: -40px;
    width: 100%;
    position: absolute;
}

.thumbnail {
    border: 1px solid #d0d1d1;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    transition: all 0.5s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: lighten;
}

.thumbnail-mb {
    transition: all 0.5s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: lighten;
}

.thumbnail-mb:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.thumbnail-mb:hover .view-modal {
    display: block;
    cursor: pointer;
}

.thumbnail:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.thumbnail:hover .view-modal {
    display: block;
    cursor: pointer;
}

.thumbnail img:hover {
    border-bottom: 12px solid #ced4da;
    border-right: 12px solid #1c2b2f;
    border-radius: 6px;
    /* box-shadow: 0 0 10px 1px rgba(0,0,0,0.2); */
}

.thumbnail .caption h6,
.thumbnail .caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumbnail .caption h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    line-height: 90px;
    font-size: 1.25rem !important;
}

.thumbnail .caption {
    margin-top: 15px;
    text-align: center;
    padding: 0 7px !important;
}

.mobile .img {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.text-transparent {
    color: transparent !important;
}

.mobile {
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
}

.mobile-font {
    font-size: 12px;
}

.thumbnail div.img {
    height: 368px;
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
}

.thumbnail-mb div.img-mb {
    height: 250px;
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
}

.thumbnail .cover-photo {
    transition: all 600ms;
    max-height: 390px;
    max-width: 240px;
    width: auto !important;
    padding: 10px;
    border: 1px solid #eceded;
    background-color: white;
}

.thumbnail-mb .cover-photo {
    transition: all 600ms;
    max-height: 250px;
    max-width: 140px;
    width: auto !important;
    background-color: white;
}

.imagesList {
    max-height: 52vh;
    overflow: auto;
}

.author-img {
    height: 100px;
    width: 100px;
    margin-top: 10px;
    background-position: top;
    border: 1px solid rebeccapurple;
    float: right;
    border-radius: 80px;
    background-size: cover;
}

.large-img img.show-image-large {
    max-height: 40vh;
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;
}

.large-img .image-container {
    height: 40vh;
}

#pictureModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    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.9);
    /* Black w/ opacity */
    z-index: 9999;
}

#pictureModal #model-image {
    margin: auto;
    display: block;
    height: auto;
    width: auto;
    max-height: 70vh;
    max-width: 1000px;
    height: 100%;
    animation-name: zoom;
    animation-duration: 0.6s;
}

#pictureModal #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    /*height: 150px;*/
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.pictureModalclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.pictureModalclose:hover,
.pictureModalclose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal-content {
    height: 90vh;
}

.modal-body {
    overflow: overlay;
    height: 650px;
    padding: 0 1rem 1rem 1rem !important;
}

button.close {
    color: red !important;
}

.close {
    font-size: 3.5rem !important;
}

.viewer_download_pos {
    position: absolute;
    right: 4rem;
    top: 2rem;
}

.clicked-image {
    border: 1px solid #ced4da !important;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

.customDots .dot-left {
    border: 1px solid #ced4da;
    float: left;
    width: 25px;
    margin-right: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.customDots .dot-right {
    border: 1px solid #ced4da;
    float: right;
    width: 25px;
    border-radius: 3px;
    cursor: pointer;
}

.customDots .dot-left:active {
    background-color: #ced4da;
}

.customDots .dot-right:active {
    background-color: #ced4da;
}

.swiper-top-slider-pagination span {
    height: 13px;
    width: 13px;
    margin: 0px 8px !important;
}

.page-link {
    color: #8e8f8f !important;
}

.page-item.active .page-link {
    color: white !important;
    background-color: #1c2b2f !important;
    border-color: #1c2b2f !important;
}

/*///////////////////////////THUMBNAIL//////////////////////////////////////*/

#thumbnails,
.panel-section {
    padding: 30px 0 10px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #1c2b2f;
    margin-bottom: 20px;
}

.bb-dark {
    border-bottom: 1px solid #ced4da;
}

#thumbnails > div {
    padding-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    border-style: outset;
}

/*///////////////////////////SCROLLBAR//////////////////////////////////////*/

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

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #000;
    outline: 1px solid slategrey;
}*/

/*///////////////////////////MEDIA//////////////////////////////////////*/
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar-menu {
        padding-top: 15px;
    }

    .sidebar-menu a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .modal-content {
        width: 100%;
    }

    .modal-dialog {
        max-width: 100% !important;
    }

    .img-fluid {
        max-width: 60% !important;
    }

    .nav-mobile {
        font-size: 18px;
        margin-top: 20px;
        padding: 15px 0 15px 0;
        display: block !important;
    }

    .collapse-large {
        max-height: 30px;
    }

    ul.navbar-nav li {
        border-bottom: 1px solid #1c2b2f !important;
    }

    .thumbnail img {
        /* width: 100% !important; */
    }

    .footer {
        padding: 0 !important;
    }

    footer .copyright {
        padding-left: 0 !important;
        line-height: 30px !important;
    }

    ul.navbar-nav li a.nav-link {
        font-size: 10px !important;
    }

    .numbers {
        font-size: 12px !important;
    }

    .show-image {
        max-width: 100%;
    }

    label.star {
        padding: 2px !important;
        font-size: 20px !important;
    }

    .order-recieved-tbl {
        font-size: 3vw;
        word-break: keep-all !important;
    }

    .swiper-top-slider-pagination span {
        margin: 0px 10px !important;
    }

    .footer-links p:first-child {
        margin-top: 12px !important;
    }

    .footer-links p:last-child {
        margin-bottom: 12px !important;
    }

    .footer-links p {
        margin: 25px;
    }
}

@media (min-width: 992px) {
    #swiper-top-slider {
        max-height: 500px;
    }

    .modal-dialog {
        max-width: 60% !important;
    }

    #swiper-top-slider .swiper-slide .item {
        height: 500px;
    }

    .nav-link-special:hover {
        background-color: #ffbd3a;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 1023px) {
    .panel {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    .img-fluid.catalogue {
        width: 132px !important;
    }
}

@media (max-width: 1400px) {
    ul.navbar-nav li a.nav-link {
        font-size: 14px !important;
    }
}

/*///////////////////////////BODY//////////////////////////////////////*/

.fixed-header {
    background-color: #1c2b2f !important;
    color: white !important;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
}

.fixed-header .container {
    display: -webkit-box !important;
}

.fixed-header a,
footer a {
    color: white !important;
}

.fixed-header a:hover,
footer a:hover {
    color: #f4f4f4 !important;
}

.fixed-header span {
    font-weight: 200;
}

header:after {
    float: none;
    clear: both;
}

.btn-head:hover {
    background-color: #1c2b2f !important;
    color: white !important;
}

.phone {
    padding: 9px 15px;
}

.header {
    padding-top: 60px;
    padding-bottom: 10px;
}

.header-inputs .cart-detail {
    margin-left: 20px;
}

.slider-title {
    padding: 10px 20px 10px;
}

.header-inputs input,
.header-inputs span,
.header-inputs i {
    line-height: 30px !important;
    border-radius: 0.25rem !important;
}

.bg-red {
    background-color: #ed060e !important;
}

#sidebar .category {
    color: #fff;
    font-weight: 500;
}

#sidebar a.active div.data.text-right {
    color: white;
}

#sidebar div.data.text-right {
    color: white;
}

#sidebar > .lists > a.active .list-item {
    color: white;
    background-color: #556b2f;
    line-height: 3rem;
}

#sidebar > .lists > a.active .category {
    color: #fff;
}

#sidebar ul {
    padding-inline-start: 0;
}

.navbar-menu {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 0 !important;
}

.toggler {
    border: 1px solid #1c2b2f !important;
    margin: 7px 5px 7px 16px;
}

.toggler i {
    font-size: 30px;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.nav-link-special {
    background-color: #1c2b2f;
    color: white !important;
    transition: all 500ms;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.8);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.8);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.active-tab {
    background-color: #1c2b2f !important;
}

.active-tab a {
    color: white !important;
}

.right {
    float: right;
}

/*  Navigation Bar */
.sidebar .lists {
    margin-bottom: 30px;
    background-color: #1c2b2f;
}

.sidebar h5 {
    padding: 15px;
    color: white;
    margin-bottom: 0;
}

.sidebar span {
    margin-right: 10px;
}

.sidebar .list-item {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 15px 15px;
    font-size: 14px;
    cursor: pointer;
}

.sidebar .list-item .category {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}

.sidebar a {
    color: rgb(255, 255, 255) !important;
}

.selected {
    background-color: #1c2b2f;
    color: #ffffff !important;
}

.sidebar .list-item:hover > .data {
    color: #ffffff !important;
}

.sidebar .list-item:hover {
    background-color: #556b2f;
    color: #ffffff !important;
}

.sidebar .list-item:active {
    background-color: #556b2f;
}

.sidebar ul li {
    border: 1px solid #1c2b2f;
}

/* Sub Menu */
.sidebar .nav .list-item {
    background-color: #646b5a !important;
}

.sidebar .nav .list-item:active,
.sidebar .nav .list-item:hover {
    background-color: #7a8f95 !important;
}
.sidebar .lists {
    line-height: 3.5rem;
}

nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

nav ul ul {
    background: rgba(0, 0, 0, 0.2);
}

nav ul li ul li a {
    border-left: 4px solid transparent;
    padding: 10px 20px;
}

nav ul li ul li a:hover {
    border-left: 4px solid #3498db;
}

/* Navigation Bar */

.sub-menu-text:before {
    padding-right: 0.5rem;
    content: " ▾";
}

.sub-menu-text-up:before {
    padding-right: 0.5rem;
    content: " ▴";
}

.lists::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.lists::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

.lists::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

@media screen and (max-width: 767px) {
    .sub-menu ul {
        position: relative;
        width: 100%;
    }

    .sub-menu > a {
        display: block;
        width: 100%;
        padding: 10px;
    }

    .navbar-nav ul li {
        background-color: #555555 !important;
        padding-top: 0.5rem;
    }

    .h4,
    h4 {
        font-size: 1.1rem !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .h5,
    h5 {
        padding-top: 0.5rem !important;
    }

    .category{

        line-height: 2.4rem;
        height: 2.5rem;
    }
    
    .navbar-nav ul li {
        width: 100%;
    }

    .sub-submenu ul li {
        background-color: #cdc9c9 !important;
    }
    .sub-submenu ul li div.data{
        color:black;
    }
    
}

.thumb-image {
    max-width: 100%;
    max-height: 100%;
}

.clear {
    padding-top: 22px;
}

.text-red {
    color: #1c2b2f !important;
}

.text-dark-blue {
    color: #1d1b72 !important;
}

.link-dark-blue {
    color: #1d1b72 !important;
}

.link-dark-blue:hover {
    text-decoration: underline !important;
}

.subtitle {
    font-size: 1rem;
    color: #7f8084;
}

.price {
    font-size: 14px;
    color: #1d1b72;
    font-weight: 700;
}

.price-discount {
    /*font-size: 14px;*/
    color: #8e8f8f;
    font-weight: 700;
    text-decoration: line-through;
}

/* common */
.ribbon {
    position: absolute;
    width: 60px;
    font-size: 12px;
    padding: 5px 0 5px 8px;
    margin: 180px 0px 0 -20px;
    color: #1c2b2f;
    background-color: #f3e810;
    /* text-shadow: 0px 1px 2px #bbb; */
    box-shadow: 3px 2px 9px 0px #00000045;
    text-align: center;
}

.ribbon:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 5px 10px;
    border-style: solid;
    border-color: #1c2b2f #1c2b2f transparent transparent;
}

.ribbon span {
    margin: -15px;
}

.view-modal {
    background: black;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 200;
    padding-top: 13px;
    text-align: center;
    display: none;
    opacity: 0.7;
}

.view-modal span {
    color: #ccc;
    font-size: 22px;
}

.bb-0 {
    border-bottom: 0 !important;
}

.bt-0 {
    border-top: 0 !important;
}

#bookPDF .modal-dialog {
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
}

#bookPDF .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

@-webkit-keyframes flow {
    0% {
        left: -20px;
        top: 0px;
        opacity: 0;
    }

    50% {
        left: 10px;
        top: -5px;
        opacity: 0.8;
    }

    100% {
        left: 25px;
        top: -40px;
        opacity: 0;
    }
}

.normal-font {
    font-size: 13px !important;
}

.thumbnail-buttons {
    margin: 0 -4px;
    padding: 12px 0;
    background-color: #1c2b2f;
    border-top: 1px solid #556b2f;
    text-align: center;
}

.thumbnail-buttons-mb {
    text-align: center;
}

.footer {
    min-height: 300px;
    margin-top: 20px;
    padding: 40px 0 0 40px;
    color: #f5f5f4;
    border-top: 9px solid #fff;
    background-color: #556b2f;
    z-index: -1;
    font-size: 14px;
}

.footer span.details {
    line-height: 8px;
}

footer .copyright {
    line-height: 60px;
    background-color: #1f1a17;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-left: 50px;
}

footer .scroll-up {
    padding-right: 50px;
    position: fixed;
    z-index: 1;
    bottom: 15px;
    right: 10px;
}

footer .scroll-up img {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.white {
    color: #ffffff;
}

.like {
    color: #1c2b2f !important;
}

a:hover {
    text-decoration: none !important;
}

.wishlist .img {
    height: 120px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wishlist tbody tr td {
    line-height: 100px;
    vertical-align: middle;
    font-size: 18px;
}

thead tr td,
tfoot tr td {
    font-weight: 600;
}

table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wishlist button:btn-small {
    width: 45px;
}

button.bg-red:hover {
    background-color: #1c2b2f !important;
}

.bg-vintage {
    background-color: white !important;
    background-image: linear-gradient(to right, white, #eef7ea) !important;
}

.color-blue {
    color: #15468e;
}

a.bg-red:hover {
    background-color: #1c2b2f !important;
}

.checkout td {
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headings span {
    font-weight: 600;
    color: #8d5d5d;
    line-height: 30px;
}

.pointer {
    cursor: pointer;
}

.left {
    float: left;
}

.item-detail .details {
    margin-top: 2rem;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1c2b2f;
}

.item-detail h4 {
    width: 100%;
    font-weight: 600;
}

.item img {
    padding: 2px;
    /* border: 1px solid #ed060e; */
    margin-bottom: 4px;
}

h6 {
    line-height: 1.5 !important;
}

*:focus {
    border-color: #ced4da !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.agree {
    width: 95%;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
}

.agree-box {
    margin: 5px 5px 0 -5px;
    box-shadow: none;
    width: 5%;
    display: block;
    height: 15px;
    float: left;
}

.menus {
    color: rgb(0, 0, 0) !important;
    font-size: 1rem !important;
    width: 100%;
    text-align: left;
    justify-content: space-between;
    padding: 0.55rem 1rem !important;
}

.h4,
h4 {
    color: #1d1b72 !important;
}

.author-name:hover {
    text-decoration: underline !important;
}

.customDots ul.pagination {
    overflow: auto;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.wrap-text {
    white-space: pre-line !important;
}

.social-btns .btn-group .btn {
    width: 40px !important;
}

.sidebar-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    background-color: #1c2b2f;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
}

.sidebar-menu a {
    padding: 2px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidebar-menu .closebtn {
    text-decoration: none;
    font-size: 20px;
    color: #f1f1f1;
    transition: 0.3s;
    background-color: #616161;
    text-align: right;
}

.sidebar-menu a:hover {
    color: #f1f1f1;
}

.openbtn {
    font-size: 18px;
    cursor: pointer;
    color: black;
    background: transparent;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

#main {
    transition: margin-left 0.5s;
    top: 2px;
    z-index: 1111;
}

.count {
    font-size: 15px;
    margin-top: -9px;
    color: black;
    font-weight: bold !important;
}

.border-style {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

div.stars {
    width: 270px;
    display: inline-block;
}

.mt-200 {
    margin-top: 200px;
}

input.star {
    display: none;
}

input.star:checked ~ label.star:before {
    content: "\f005";
    color: #fd4;
    transition: all 0.25s;
}

input.star-5:checked ~ label.star:before {
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
    color: #f62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: "\f006";
    font-family: FontAwesome;
}

#star {
    color: #ffa500;
}

.star-ratings-css {
    float: left;
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 25px;
    height: 25px;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
}

.star-ratings-css-top {
    color: #ffc107;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

.add-read-more.show-less-content .Second-half,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    font-weight: bold;
    margin-left: 2px;
    color: dimgray;
    cursor: pointer;
}

.addReadMoreWrapTxt.show-more-content .Second-half,
.addReadMoreWrapTxt.show-more-content .read-less {
    display: block;
}

.error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.rev__icon {
    position: relative;
    float: left;
    width: 3.2em;
    height: 3.2em;
    line-height: 3.2em;
    text-align: center;
    border-radius: 50%;
    color: #333333;
    background-color: #e9e9e9;
}

.flag-discount {
    width: 60px;
    height: 60px;
    color: #fff3cd;
    border-radius: 50%;
    margin-left: -30px;
    margin-top: -10px;
    background: #1c2b2f;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%), inset 0 0 10px rgb(0 0 0 / 30%);
    position: absolute;
    z-index: 9;
    font: bold 17px/17px Helvetica, Verdana, Tahoma;
    padding: 14px 0 0 0;
    text-align: center;
}

.flag-discount-mb {
    width: 40px;
    height: 40px;
    color: #fff3cd;
    border-radius: 50%;
    margin-left: -4px;
    margin-top: -15px;
    background: #1c2b2f;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%), inset 0 0 10px rgb(0 0 0 / 30%);
    position: absolute;
    z-index: 9;
    font: bold 12px/12px Helvetica, Verdana, Tahoma;
    padding: 10px 0 0 0;
    text-align: center;
}

.bg-orange {
    background-color: #1c2b2f !important;
}

.bg-alternative {
    background-color: #556b2f !important;
}

.mobile-search {
    height: 44px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.mobile-search-type {
    width: 35%;
    border-color: #ced4da;
    color: #495057;
    box-sizing: border-box;
    font-size: 14px;
    height: 43px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.mobile-search-text {
    border-color: #ced4da;
    color: #495057;
    font-size: 14px;
    height: 43px;
    min-width: 45%;
}

.mb-nav a {
    font-size: 10px;
    color: black;
    font-family: "Montserrat" !important;
    font-weight: bold;
}

.mb-nav.btn-group {
    height: 40px;
}

.mb-nav .btn {
    width: 25%;
}

.btn:active {
    background: #42474a;
}

.user-account {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb-nav .btn.active-tab {
    background-color: #616161 !important;
}

#backtotop {
    width: 35px;
    border-radius: 0.25rem;
    background-color: #2d788c57;
}

.header-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 2px solid #616161;
    padding-bottom: 5px;
}

#cartModal .modal-dialog {
    width: 180px;
    height: 100%;
}

#cartModal .modal-content {
    height: 50px;
}

#cartModal .modal-body {
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
}

.swiper-nav {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 20px;
}

.swiper-nav.mobile {
    justify-content: end;
    padding: 0px;
    margin-top: 0px;
}

.swiper-nav div {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #d6d6d6;
    color: white;
    cursor: pointer;
}

.swiper-nav.mobile div {
    padding: 0px 8px;
    background: white;
    font-size: 18px;
    color: black;
    border: 1px solid #ced4da;
    font-weight: 400;
}

.swiper-nav:not(.mobile) div:hover {
    background-color: #869791;
}

.swiper-top-slider-pagination {
    z-index: 1;
    position: absolute;
    text-align: center;
}
