@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: #ff7a35 !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,.7) !important;
    background: #ff7a35;
}
.navbar-nav ul a:hover{
    color: rgba(255,255,255,.7) !important;


}
.navbar-nav ul a
 {
    color: rgba(255, 255, 255, .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,.4));
}

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

.show-image {
    max-width: 200px;
}

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

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


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


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

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

#owl-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;


}

#owl-slider .item h1, #owl-slider .item p {
    color: #ffffd7;
}

#owl-slider .item h1 {
    text-shadow: 3px 4px 8px #000 !important;
}

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

#owl-slider .owl-stage-outer {
    border-radius: 3px;
}

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

/*///////////////////////////Thumbnails Slider//////////////////////////////////////*/

.owl-thumbnail.book-detail {
    /*height: 582px;*/
    padding: 10px;
    /*border-top: 1px solid #ced4da;*/
    /*border-bottom: 1px solid #ced4da;*/
}

.owl-thumbnail.book-detail .thumbnail{

    position: relative;
    /*padding: 0px 14px 0px;*/
    /*margin: 0 -15px 0px;*/
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: none;

}

.owl-thumbnail.book-detail .owl-stage-outer {
    border-radius: 3px;
}

.owl-thumbnail.book-detail .owl-nav {

    bottom: 50% !important;
    position: absolute !important;
    width: 100%;
    pointer-events: none;

}

.owl-thumbnail.book-detail .owl-nav .owl-prev{
    float: left !important;
    border-radius: 0 10px 10px 0;
    padding: 16px;
    margin-left: 0;
    color: gray;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

.owl-thumbnail.book-detail .owl-nav .owl-next{
    float: right !important;
    border-radius: 10px 0 0 10px ;
    color: gray;
    padding: 16px;
    margin-right: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: auto;

}


.owl-thumbnail.book-detail .owl-nav i{
    font-size: 45px;
}
#owl-thumbnail .owl-item img{
    width: auto;
}

.thumbnail{
    border: 1px solid #d0d1d1;
    padding-top: 10px; padding-right: 10px; padding-left: 10px;
    transition: all .5s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: lighten;
}
.thumbnail-mb{
    transition: all .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: 1px solid #ced4da;
    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;
}

.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 500ms;
    max-height: 390px;
    max-width: 240px;
    width: auto !important;
    padding: 10px;
    border: 1px solid #eceded;
    background-color: white;
    filter: drop-shadow(0px 15px 10px rgba(0,0,0,.5));
}
.thumbnail-mb .cover-photo{
    transition: all 500ms;
    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;
}

.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;
}



.page-link{
    color: #8e8f8f !important;
}
.page-item.active .page-link {
    color: white !important;
    background-color: #ff7a35 !important;
    border-color: #ff7a35 !important;

}
/*///////////////////////////THUMBNAIL//////////////////////////////////////*/


#thumbnails, .panel-section {
    padding: 30px 0 10px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ff7a35;
    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;
    }

    #owl-slider .owl-item {
        left: 0;
    }

    .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 #ff7a35 !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;
    }

}

@media (min-width: 992px) {

    #owl-slider{
        max-height: 500px
    }

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

    #owl-slider .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) {
    /*.container {*/
        /*max-width: 1250px !important;*/
    /*}*/

    .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: #616161 !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: #ff7a35 !important;
    color: white !important;
}

.phone {
    /*background-color: #f3e810;*/
    padding: 9px 15px;
}

a.phone {
    /*color: #000000 !important;*/
    /*cursor: pointer;*/
}

a.phone:hover {
    /*color: #ed060e !important;*/
}

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

.header-inputs {
    /*padding-top: 22px;*/
}

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

/* .header-inputs .dropdown-toggle{
    width: 145px;
    text-overflow: ellipsis;
    overflow: hidden;
} */
.slider-title{
    padding:10px 20px 10px;
}

.header-inputs input, .header-inputs span, .header-inputs i{

    line-height: 30px !important;
    border-radius: .25rem !important;

}

.bg-red {
    background-color: #ed060e !important;
}
#sidebar .category {
    color: #1a1d27;
    font-weight: 500;
}

#sidebar a.active div.data.text-right{
    color: white;
}
#sidebar div.data.text-right{
    color: #1d1b72;
}
#sidebar > .lists > a.active .list-item{color: white;background-color: #616161}
#sidebar > .lists > a.active .category{color: #fff;}

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


.toggler {
    border: 1px solid #ff7a35 !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: #ff7a35;
    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: #ff7a35 !important;
}

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

.right {
    float: right;
}

.sidebar .lists{
    margin-bottom: 30px;
    background-color: white;
    /*max-height: 570px;*/
    /*overflow: auto;*/
}

.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: 8px 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: #ff7a35;
    color: #ffffff !important;
}

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

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

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

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


.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;
}


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

.clear {
    padding-top: 22px;
}

.text-red {
    color: #ff7a35 !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: #ff7a35;
    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: #ff7a35 #ff7a35 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: .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;}
}
/*@keyframes flow {*/
/*    0% { left:-40px;top: 0px; opacity: 0;}*/
/*    50% {left:10px;top: -5px; opacity: 0.8;}*/
/*    100%{ left:45px;top: -40px; opacity: 0;}*/
/*}*/

/*.glow{*/

/*    -moz-transform: skew(20deg) rotate(-30deg);*/
/*    -o-transform: skew(20deg) rotate(-30deg);*/

/*    background: rgba(255, 255, 255, 0.5);*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    z-index: 999;*/
/*    margin-top: -4px;*/
/*    position: absolute;*/
/*    -webkit-animation: flow 1.5s linear infinite;*/
/*    -moz-animation: flow 1.5s linear infinite;*/
/*    -webkit-transform: skew(20deg);*/

/*    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.5) 100%); !* W3C *!*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); !* IE6-9 *!*/
/*    !*border-left: 1px solid #fff;*!*/
/*}*/


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

.thumbnail-buttons {
    margin: 0 -4px;
    padding: 12px 0;
    /*background-color: #f6f6f6;*/
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    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 #ff7a35;

    background-image: url("../images/background-footer.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center right;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    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: #f5f5f4;
    padding-left: 50px;

}

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

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

.hidden {
    display: none !important;
}

.white{
    color: #ffffff;
}

.like {
    color: #ff7a35 !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: #ff7a35 !important;
}

a.bg-red:hover {
    background-color: #ff7a35 !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 #ff7a35;
}

.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, .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: #ff7a35;
    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 {
    /*padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    font-size: 20px;
    color: #f1f1f1;
    /*display: block;*/
    transition: 0.3s;
    background-color: #616161;
    text-align: right;
    /*position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;*/
  }

  .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 .5s;
    top: 2px;
    z-index: 1111;
  }
  /*#user_logo{*/
  /*    float: right;*/
  /*    margin-right: 5px;*/
  /*}*/
/* #cart .fa-shopping-cart { */
    /* font-size: 20px;         */
/* } */

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

.border-style
{
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .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 .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: #ff7a35;
    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: #ff7a35;
    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: #ff7a35 !important;
}

.mobile-search {
    height: 44px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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: .25rem;
    background-color: #ff7a35;
}
/* .owl-mobile.owl-carousel .owl-stage{
    display: flex !important;
    align-items: center !important;
}
.owl-carousel{

    touch-action: manipulation;

}*/
.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;
}

.blink-text {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0; }
}
