.sidebar .sidebar-wrapper, .off-canvas-sidebar .sidebar-wrapper {
    overflow-x: hidden;
}

.image-row div {
    width: 6rem;
    height: 6rem;
    background: #edeff1;
    border: 1px solid #ced4da;
    float: left;
    margin-right: 1rem;
    text-align: center;
    cursor: pointer;
}

.image-row div i {
    line-height: 1.7;
    color: rgb(204, 202, 202);
}

.brand-logo {
    width: 68%;
    margin-left: 17%;
}

.category-tile {
    box-shadow: rgb(0 0 0 / 15%) 11px 13px 10px -5px;
    border-radius: 5px;
}

.free-doc-tile {
    background: #f1f0f0;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}

.category-tile img {
    width: 100%;
    display: block;
    max-height: 10rem;
}

.prod-tile img {
    position: absolute;
    top: -27px;
    width: 12rem;
    left: 25px;


}

.prod-details {
    text-align: center;
}

.prod-btn-row {
    text-align: center;
}

.content.high-head-space {
    /* padding-top: 7rem !important; */
    padding-top: 0.5rem !important;
}

.navbar .navbar-toggler {
    width:auto;
    height:auto;
} 

.content.low-head-space {
    margin-top: 48px !important;
}

#carouselIndicators {
    margin: 0 1rem;
    overflow: hidden;
    /*min-height: 20rem;*/
}

.content {
    padding-top: 4rem;
}

.brand-nav-logo {
    width: 37%;
    margin-right: 1rem;
}

.prod-container {
    border-radius: 5px;
    min-height: 9rem;
    box-shadow: rgb(0 0 0 / 15%) 11px 13px 10px -5px;
}

.checkout-card {
    border-radius: 5px;
}

.shopping-cart-container,
.checkout-step-information-container {
    display: block;
    margin: 0 29%;
}

.checkout-step-information-container {
    margin-top: 3rem;
}

.checkout-step-information-container hr {
    width: 10%;

}

@media only screen and (max-width: 800px) {
    .checkout-step-information-container{
        margin: 0 ;
    }

    #smartwizard .toolbar.toolbar-bottom button{
        width: 40%;
    }

    .receipt#conf-bill,
    .receipt#your-bill{
        width: 100%;
        padding: 0;
    }
}

.prod-title {
    font-size: 1.5rem;
}

.prod-title:hover {
    text-decoration: none;
    width: 100%;
}


.prod-img {
    width: 100%;
    height: 10rem;
}


.prod-link:hover {
    text-decoration: none;
}

.content {
    background: #fff;
}

.navbar {
    background: #51cbce;
    height: 2rem;
}

table thead {
    background: #e0dddd;
}

/*=============*/


.receipt {
    background-color: #fff;
    width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
    /* padding: 1rem; */
    border-radius: 5px;

}

.receipt_customer {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 1rem;
}

.receipt_bottom {
    border-top: 1px solid #d5d5d5;
    padding-top: 1rem;
    margin-top: 1rem;
}

.receipt_bottom i.fas {
    cursor: pointer;
}

.receipt__header {
    text-align: center;
}

.receipt__header img {
    height: 4rem;
}

.receipt__title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.receipt__date {
    font-size: 0.8rem;
    color: #666;
    margin: 0.5rem 0 1rem;
}

.receipt__list {
    margin: 2rem 0 1rem;
    padding: 0 1rem;
}

.receipt__list-row {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    position: relative;
}

.receipt__list-row:after {
    content: '';
    display: block;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
    width: 60%;
    height: 100%;
    position: absolute;
    top: -0.25rem;
    z-index: 1
}

.receipt__item {
    background-color: #fff;
    z-index: 2;
    padding: 0 0.15rem 0 0;
    color: #1f1f1f;
    font-weight: 200;
}

.receipt__item:last-child {
    width: 30%;
}


.receipt__cost {
    margin: 0;
    padding: 0 0 0 0.15rem;
    background-color: #fff;
    z-index: 2;
    color: #1f1f1f;
    width: 15%;
}

.receipt__list-row--total {
    border-top: 1px solid #51cbce;
    padding: 1.5rem 0 0;
    margin: 1.5rem 0 0;
    font-weight: 700;
}

/*=============*/

.addresses-list .card {
    min-height: 15rem;
}

.article-body {
    /*height: 7rem;*/
    /*overflow: hidden;*/
}

.carousal-content-container {
    height: 15rem;
    background: gray;
}


table.dataTable thead th,
table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
}


.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
    margin: 0.5rem 0.8rem !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fff !important;
    border-radius: 50% !important;
    transition: background 0.3s;
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgb(238, 238, 238) !important;
    color: #726f6f !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    background: #fff !important;
}

.dataTables_filter input {
    border-radius: 5px !important;
    margin-left: 1rem !important;
    padding: 8px 10px !important;
}

.dataTables_length select {
    border-radius: 5px !important;
    padding: 8px 10px !important;
    margin: 0 0.5rem !important;
}

.dataTables_filter input:focus,
.dataTables_length select:focus {
    outline: none;
}


.card.card-stats {
    box-shadow: 0 8px 10px -1px rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.lang-flag {
    height: 1rem;
    margin: 0.5rem;
    border: 1px solid #d5d5d5;
}

.card.prod-container {
    min-height: 25rem;
    position: relative;
}

.prod-price {
    font-size: 1rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.product-item {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 23rem;
    margin: 5px;
    position: relative;
    background: #f9f9f9;
    border-radius: 5px;
    transition: background 0.5s;
}


.product-item:hover .product-image img,
.category-container:hover .category-image img {
    transform: scale(1.08);
}

.category-container .category-image img {
    transition: transform 0.5s;
}

.product-item:hover,
.category-container:hover {
    background: #f6f6f6;
}

.product-item .product-image {
    width: 100%;
    height: 14rem;
    display: block;
    margin: 0.5rem auto;
    overflow: hidden;
}

.product-item.prod-sm{
    height: 20rem;
}

.product-image img {
    object-fit: cover;
    transition: transform 0.5s;
    width: 100%;
}

.product-item-details {
    margin-top: 1rem;
    padding: 0.5rem;
    text-align: left;
}


.product-item-details a {
    text-overflow: ellipsis;
    font-weight: bold;
    text-decoration: none;
}

.product-price {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
}

.category-container {
    background: #f9f9f9;
    height: auto;
    border-radius: 5px;
    transition: background 0.5s;
}

.category-image {
    overflow: hidden;
    width: 94%;
    margin: 0.5rem;
    height: 14rem;
}

.category-image img{
    height: 250px !important;
    width: 100% !important;
}

.category-container:hover {
    /*margin: 1rem 0.5rem;*/
    /*display: block;*/
    text-decoration: none;
}

.steps {
    list-style: none;
    display: flex;
}

.steps .step {
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background: #51cbce;
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
    padding: 0 20px;
}

.steps .step > a {
    text-decoration: none;
    color: white;
}

.steps .step:last-child {
    margin-right: 0;
}

.steps .step::before {
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    border-left: 25px solid transparent;
    border-top: 25px solid #51cbce;
    border-bottom: 25px solid #51cbce;
}

.steps .step:first-child::before {
    display: none;
}

.steps .step::after {
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: -25px;
    border-left: 25px solid #51cbce;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    content: "";
}

.steps .step:last-child::after {
    display: none;
}

.steps .step:hover {
    background: #51cbce;
}

.steps .step:hover::before {
    border-top-color: #51cbce;
    border-bottom-color: #51cbce;
}

.steps .step:hover::after {
    border-left-color: #51cbce;
}

.steps .step:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.steps .step:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*loading spinner*/
.wrapper-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
}

.spinner * {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #51cbce;
    border-radius: 1rem;
    margin: 0 0.2rem;
}

.spinner .spinner-1 {
    animation: fade 1.1s ease-in-out 0.18s infinite both;
}

.spinner .spinner-2 {
    animation: fade 1.1s ease-in-out 0.36s infinite both;
}

.spinner .spinner-3 {
    animation: fade 1.1s ease-in-out 0.54s infinite both;
}

@keyframes fade {
    0% {
        opacity: 0.35;
        transform: scale(0.87);
    }
    37.5% {
        opacity: 1;
        transform: scale(1);
    }
    75% {
        opacity: 0.35;
        transform: scale(0.87);
    }
    100% {
        opacity: 0.35;
        transform: scale(0.87);
    }
}


.prod-name {
    max-height: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
}


.paginated-box {
    float: right;
    margin: 1rem;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
}

.paginated-box div {
    float: left;
    padding: 0.5rem;

}

.paginated-box div span.active {
    background: #007bff;
    color: #fff;
    padding: 0.6rem;
}

.paginated-box div span {
    cursor: pointer;
}

.free-doc-container, .cart-item {
    background: #f9f9f9;
    border-radius: 5px;
    transition: background 0.5s;
}

.cart-result {
    background: #efefef;
    border-radius: 5px;
}

.cart-item {
    padding: 1rem;
    margin: 1rem 0;
}

.free-doc-container:hover,
.cart-item:hover {
    background: #eeeded;
}


.freedoc-thumbs {
    width: 100%;
    margin-bottom: 2rem;
}

.freedoc-thumbs img {
    max-height: 19rem;
}


.freedoc-detail {
    background-color: #e3e3e3;
    color: grey;
}

.cart-img {
    max-height: 8rem;
    margin: 0 auto;
    display: block;

}

.footer {
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 5;
}

.free-doc-image {
    min-height: 9rem;
    max-height: 9rem;
    overflow: hidden;
}

.free-doc-image img {
    transition: transform 0.5s;
}

.free-doc-container:hover .free-doc-image img {
    transform: scale(1.02);
}

.category-a:hover {
    text-decoration: none;
}

.h-spacer {
    height: 5rem;
}

.btn-transparent,
.btn-transparent:hover,
.btn-transparent:focus {
    background-color: transparent !important;
}


/*----*/
.quiz-medal:hover {
    animation: none;
}

.quiz-medal {
    margin-bottom: 16px;
    /*animation: wobble 2s infinite alternate linear;*/
    position: absolute;
    top: 4rem;
    left: 1.1rem;
}

@keyframes wobble {
    0% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}

.quiz-medal__circle {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 500;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    color: white;
    text-align: center;
    line-height: 46px;
    vertical-align: middle;
    position: relative;
    border-width: 0.2em;
    border-style: solid;
    z-index: 1;
    box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
    border-color: #edeff1;
    text-shadow: 2px 2px 0 #98a6ad;
    background: linear-gradient(to bottom right, #d1d7da 50%, #c3cbcf 50%);
}

.quiz-medal__circle.quiz-medal__circle--gold {
    box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0, 0, 0, 0.08);
    border-color: #fadd40;
    text-shadow: 0 0 4px #9d6c04;
    background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%);
}

.quiz-medal__circle.quiz-medal__circle--silver {
    box-shadow: inset 0 0 0 #a7b2b8, 2px 2px 0 rgba(0, 0, 0, 0.08);
    border-color: #edeff1;
    text-shadow: 0px 0px 4px #98a6ad;
    background: linear-gradient(to bottom right, #d1d7da 50%, #c3cbcf 50%);
}

.quiz-medal__circle.quiz-medal__circle--bronze {
    box-shadow: inset 0 0 0 #955405, 2px 2px 0 rgba(0, 0, 0, 0.08);
    border-color: #f7bb23;
    text-shadow: 0 0 4px #7d4604;
    background: linear-gradient(to bottom right, #df7e08 50%, #c67007 50%);
}

.quiz-medal__ribbon {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 6px 10px;
    width: 0;
    height: 20px;
    top: 50px;
}

.quiz-medal__ribbon--left {
    border-color: #FC402D #FC402D transparent #FC402D;
    left: 8px;
    transform: rotate(20deg) translateZ(-32px);
}

.quiz-medal__ribbon--right {
    left: 28px;
    border-color: #f31903 #f31903 transparent #f31903;
    transform: rotate(-20deg) translateZ(-48px);
}

/*----*/

.logout-logo {
    display: block;
    width: 39%;
    text-align: right;
}


.article-container {
    width: 100%;
    padding: 0 2%;
}

.article-container .card {
    box-shadow: none;
    border: 1px solid #d5d5d5;
}

.article-container .card-header {
    cursor: pointer;
    background: rgba(245, 245, 245, 0.83) !important;
}

.article-container .card {
    border-radius: 5px;
}

.article-links .fa-facebook {
    color: #4267B2
}

.article-links .fa-youtube {
    color: #FF0000
}

.article-links .fa-link {
    color: grey
}


.checkout-method-container {
    width: 82%;
    display: block;
    margin: 0 auto;
}

.card.card-stats {
    min-height: 11rem;
}

.step a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.print-btn {
    cursor: pointer;
}

.pale-bg {
    background: #e7e7e7 !important;
}

.product-price .h4{
    color: green !important;
}

#smartwizard .tab-content{
    height: auto !important;
}

.required-field{
    color: red;
}

.i-agree input[type='checkbox'] {
    opacity: 1 !important;
    visibility: visible;
}

ul.agreement {
    list-style: none;
}

ul.agreement li{
    margin: 0.5rem 0;
}

 ul.agreement li:before {
    content: '✓ ';
     color: #0c5460;
}

 body{
     overflow-x: hidden;
 }

 .bg-primary.navbar-transparent{
     background-color: #51CBCE !important;
 }

@media only screen and (max-width: 600px) {
    .brand-nav-logo {
        /*display: none;*/

    }

    .navbar-brand{
        width: 80%;
    }


}

@media only screen and (max-width: 998px) {

    .navbar{
        height: 4.8rem ;
    }


}

@media only screen and (max-width: 780px) {

    .linkRemove{
        position: relative;
        top: 1.5rem;
    }


}



@media only screen and (max-width: 1280px) {

    .quiz-medal{
        top: 6rem !important;
        /*background: #0c5460;*/
    }

    /* div.icon-col{
        display: none;
    } */

    .card-stats .card-body .numbers p{
        font-size: 1.5rem;
    }
}


.navbar a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF!important;
}

.create-container{
    width: 75%;
}

@media only screen and (max-width: 1000px) {

    .create-container{
        width: 100%;
    }
}

.privacy-policy{
    margin-right: 1rem;
}



@media only screen and (max-width: 990px) {

    .privacy-policy{
        display: block;
        text-align: center;
        margin-right: 0;
    }
}



 .card-row img{
     height: 2.5rem;
 }


 #pagination-container{
     margin-top: 3rem;
 }


.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: right;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #6BCCCE;
    border-color: #6BCCCE;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #34b7ba;
}