/* ========================
UIkit bootstrap-ecommerce.com
===================== */

/* ==================== INCLUDE FONTS ======================= */

@import url("../fonts/roboto/font.css");

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
}

body {
    font-family: Arial, "Source Sans Pro", sans-serif;
}


/* ================== END OF SITE COLORS  =================== */

/* ================== HELPERS  =================== */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}

.bg-info-light {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}

.custom-nav li .dropdown-menu::before {
    border: 7px solid #fff;
    border-color: transparent transparent #fff #fff;
    box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    left: 45px;
    position: absolute;
    top: 2px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
}

/* =================  DEFINED VARIABLES =================== */

.icon-xs, .icon-sm, .icon-md, .icon-lg {
    display: inline-block;
    text-align: center;
}

.icon-xs {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.icon-sm {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
}

.icon-md {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
}

.icon-lg {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
}

.img-xs, .img-sm, .img-md, .img-lg {
    -o-object-fit: cover;
    object-fit: cover;
}

.img-xs {
    width: 40px;
    height: 40px;
}

.img-sm {
    width: 80px;
    height: 80px;
}

.img-md {
    width: 160px;
    height: 160px;
}

.img-lg {
    width: 400px;
    height: 300px;
}

.center-xy {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-y {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center-x {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.overflow-h {
    overflow: hidden;
}

.flip-h {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.card-body-lg {
    padding: 2rem;
}

.shadow-in {
    -webkit-box-shadow: inset 0 2px 4px rgba(51, 51, 51, 0.4);
    box-shadow: inset 0 2px 4px rgba(51, 51, 51, 0.4);
}

.vh-100 {
    height: 100vh;
}

.vh-90 {
    height: 90vh;
}

.vh-80 {
    height: 80vh;
}

.vh-70 {
    height: 70vh;
}

.vh-60 {
    height: 60vh;
}

.vh-50 {
    height: 50vh;
}

[class*="hover-"] {
    -webkit-transition: .5s;
    transition: .5s;
}

.hover-shadow:hover {
    -webkit-box-shadow: 0 4px 15px rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 15px rgba(51, 51, 51, 0.5);
    -webkit-transition: .5s;
    transition: .5s;
}

/* .hover-bg:hover {
  background: #007bff; */

/* For browsers that do not support gradients */

/* For Safari 5.1 to 6.0 */

/* For Opera 11.1 to 12.0 */

/* For Firefox 3.6 to 15 */

/* background: -webkit-gradient(linear, left top, right bottom, from(#007bff), to(#007bff)); */

/* background: linear-gradient(to bottom right, #007bff, #007bff); */

/* Standard syntax */

/* -webkit-transition: .5s;
  transition: .5s; */

/* } */

.hover-zoom:hover {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* ========== input with icon ==========  */

.input-icon {
    position: relative;
}

.input-icon i+input, .input-icon i+select {
    padding-left: 36px;
}

.input-icon i {
    position: absolute;
    color: #ccc;
    z-index: 9;
    left: 7px;
    top: 4px;
    width: 24px;
    text-align: center;
    padding: 7px 0;
}

.form-inline .form-control-sm[type="number"] {
    max-width: 100px;
}

/* ========== borders ========== */

/* .border {
  border: 1px solid #dee2e6;
}

.border-left-white {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.border-right-white {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.border-top-white {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.border-bottom-white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.circle {
    border-radius: 100%;
}

.round {
  border-radius: 200px;
} */

/* ============== spacing ============== */

.padding-y {
    padding-top: 32px;
    padding-bottom: 32px;
}

.form-noborder input, .form-noborder select, .form-noborder .btn {
    border: none;
}

.form-noborder select.form-control-lg:not([size]):not([multiple]) {
    height: 2.875rem;
}

/* all clearfix */

article:after, .form-group:after {
    display: block;
    clear: both;
    content: "";
}

.border-cols:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}

.border-cols>[class*="col-"] {
    overflow: hidden;
    border-color: #dee2e6;
    border-width: 0 0 0 1px;
    border-style: solid;
}

/* -------------------- small grid gutter --------------------- */

.bg-white {
    background-color: #fff !important;
}

/* ==================  title element ================ */

.white {
    color: #fff !important;
}

.black, .dark {
    color: #000;
}

.bg-lightgrey {
    background-color: #f8f8f8 !important;
}

/* .bg-black {
  background-color: #000000 !important;
}

.bg-red {
  background-color: rgb(255, 0, 0);
} */

.fixed-header {
    position: sticky;
    top: 0;
    z-index: 101;
    background: #ffff;
}

.header-link {
    color: #fff;
    padding: 5px 10px;
    display: block;
}

.top-header {
    padding: 5px;
    font-weight: 600;
}

.search-input {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.search-btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-color: transparent;
    color: #000;
}

.top-header-nav {
    display: flex;
    justify-content: center;
}

.top-header-nav>.nav-item {
    margin-left: 15px;
}

.top-header-nav>.nav-item>a {
    color: #000000;
}

.top-header-nav>.nav-item>a:hover {
    border-bottom: 1px solid #000000;
}

.user-dropdown::after {
    display: none;
}

.custom-nav {
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom-nav.fixed-top {
    background-color: rgba(255, 255, 255, .9);
}

.custom-nav .navbar-nav .nav-link {
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    /* font-family: 'Roboto', sans-serif; */
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.custom-nav .dropdown-menu {
    /* margin-top: -1rem; */
    box-shadow: 0px 0px 50px 3px rgb(232 232 232 / 50%);
    border-radius: 0;
    border: none;
    padding: 1rem;
}

.dropdown-item {
    padding: .5rem 1rem;
}

.custom-nav .dropdown-item {

    font-weight: 600;

}

.login-btn {
    display: flex;
    align-items: center;
}

.user-menu {
    min-width: 200px !important;
}

.search-dropdown {
    display: flex;
    margin: 0;
    color: #fff !important;
}

.ui-state-active {
    background: #e50606 !important;
    border: none !important;
}

/* ================== SECTIONS =================== */

.body-content {
    min-height: 65vh;
    /* padding-top: 80px; */
}

/*
.home-page-content {
    margin-top: -80px;
} */

.mega-dropdown-col-4 {
    display: flex;
    flex-direction: column;
    height: auto !important;
    opacity: 1;
    transition: height 0s, visibility 0s .2s, opacity .3s .5s ease-in;
    overflow-y: auto;
    flex-wrap: wrap;
}

.category-menu {
    font-size: 1.2rem !important;
    border-bottom: 1px dotted;
}

.left-menu a {
    color: #000;
    margin: 5px;
    background-color: #fff;
}

.left-menu a:hover {
    background-color: lightgray;
    color: #000;
}

.left-menu .active {
    background-color: lightgray;
    color: #000;
}

.w-20 {
    width: 20%;
}

.blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.product-title {
    text-align: center;
    font-size: 2em;
}

.product-summary {
    padding: 1rem;
}

.product-summary .header {
    display: flex;
    vertical-align: middle;
}

.product-summary .header .icon {
    color: #fff;
    padding: .5rem 1.5rem;
}

.product-summary .header .title {
    color: #fff;
    width: 100%;
    padding: .5rem 1rem;
}

.product-summary .footer {
    display: flex;
    color: #fff;
}

.product-summary .footer input {
    color: #fff;
    border-radius: 0;
    width: 100%;
}

.product-summary .footer a {
    text-decoration: none;
    color: #fff;
    padding: .5rem;
}

.product-summary .footer a h5 {
    margin-bottom: 0;
}

.order-product-img {
    max-width: 150px;
}

.hideError {
    display: none;
}

.showError {
    display: block;
    color: #DC3C14;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

#multiPriceTable_wrapper {
    border: 0;
}

#multiPriceTable_wrapper thead tr th, #multiPriceTable_wrapper tbody tr td {
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
}

#multiPriceTable_wrapper thead tr th {
    background: #e50606;
    color: #fff;
}

#multiPriceTable_wrapper tbody tr td {
    padding: 10px 50px;
    margin-bottom: 10px;
}

#multiPriceTable_wrapper tbody tr {
    background-color: #B5AFB0;
}

#multiPriceTable_wrapper tbody tr.selected td {
    color: #ffffff;
    background: #161616;
}

#multiPriceTable_wrapper tbody tr:hover {
    cursor: pointer;
    color: #ffffff;
    background: #161616;
}

.email {
    flex: 1;
}

.section-content {
    margin-top: 1rem;
    min-height: 50vh;
    background: #fff;
}

/* ================== header main ==================  */

/* .header-main {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #0d60b5;
  position: relative; */

/* } */

.brand-wrap .logo, .navbar-brand .logo {
    margin-right: 7px;
    max-height: 70px;
    display: inline-block;
}

.brand-wrap .logo-text, .navbar-brand .logo-text {
    margin: 0;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.widget-header {
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
    align-self: center;
    position: relative;
}

.widget-header form {
    min-width: 280px;
}

.widget-header .title {
    display: block;
}

.widget-header .notify {
    position: absolute;
    top: -3px;
    right: -10px;
}

/* desktop only */

/* desktop only .end */

/* ================ SECTION-FOOTER ==================  */
.section-footer {
    padding-top: 4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#footer-top2 {
    background: #21c5bc;
    padding: 5rem 0 0;
    transform: rotate(359deg) scale(1) skew(0deg) translate(0px);
    -webkit-transform: rotate(359deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(359deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(359deg) scale(1) skew(0deg) translate(0px);
    -ms-transform: rotate(359deg) scale(1) skew(0deg) translate(0px);
}


.section-footer ul a {
    color: inherit;
}

.footer-top ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer-top ul li span {
    padding-left: 5px;

}

.footer-top ul li:first-child {
    padding-top: 0px;
}

ul li.list-group-item {
    padding-bottom: 6px;
    padding-top: 4px;
    background: none;
    /* color: #fff; */
    font-size: normal;
}

.footer-top .title {
    font-weight: 600;
}

.footer-bottom {
    padding: 15px 0;
}

.footer-image {
    width: 50px;
    margin-right: 5px;
}

/* ================== PAGES =================== */

/* ================ PAGES HEADER ================== */

.section-pagetop {
    /* padding: 45px 0; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-pagetop .title-page {
    color: #fff;
    opacity: .6;
}

/* ================== PAGE DETAILS ==================  */

.banner-img {
    width: 100%;
    height: auto;
}

.gallery-wrap .img-big-wrap {
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff;
}

.gallery-wrap .img-big-wrap a {
    text-align: center;
    display: block;
}

.gallery-wrap .img-big-wrap img {
    max-height: 450px;
    width: auto;
    display: inline-block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.gallery-wrap .img-small-wrap {
    text-align: center;
}

.gallery-wrap .img-small-wrap .item-gallery {
    /* width: 60px; */
    height: 60px;
    border: 1px solid #ddd;
    margin: 7px 2px;
    display: inline-block;
    overflow: hidden;
}

/* .item-gallery img {
    animation: zoom-in-zoom-out 12s ease infinite;

} */

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.gallery-wrap .img-small-wrap img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.gallery-wrap .img-small-wrap img:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.about-us-bg-image {
    background-image: linear-gradient(rgba(0 190 242), rgba(0, 0, 0, 0.5)), url('https://dedhampharmacy.co.uk/assets/img/cta-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
}

/* ================== COMPONENTS =================== */


.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}

.btn-facebook:hover {
    color: #fff;
}

.btn-instagram {
    background-color: #E52D27;
    color: #fff;
}

.btn-instagram:hover {
    color: #fff;
}

.btn-linkedin {
    background-color: #2867B2;
    color: #fff;
}

.btn-linkedin:hover {
    color: #fff;
}

.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}

.btn-twitter:hover {
    color: #fff;
}

.itembox .icon-wrap {
    margin-bottom: 15px;
    margin-top: 7px;
}

.itembox img {
    max-width: 100%;
}

.itemside {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.itemside .text-wrap {
    padding-left: 15px;
    padding-right: 7px;
}

.itemside .img-wrap {
    position: relative;
    border-radius: 0.25rem 0 0 0.25rem;
}

.itemside img {
    -o-object-fit: contain;
    object-fit: contain;
}

.itemside p, .itemside .title {
    margin-bottom: 0.5rem;
}

.itemside .img-bg {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100px;
    bottom: 0;
    z-index: 0;
}

.itemside .card-body {
    position: relative;
    z-index: 3;
}

.items-bordered-wrap .itemside:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.itemlist {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.list-inline {
    margin-bottom: 0;
}


/* --------- description list --------*/

[class*="dlist-"] {
    margin-bottom: 5px;
}

[class*="dlist-"] dd {
    margin-bottom: 0;
}

.dlist-inline dt, .dlist-inline dd {
    display: inline-block;
}

.dlist-align dt {
    width: 90px;
    float: left;
    word-wrap: break-word;
}

.dlist-align dd {
    margin-left: 120px;
    vertical-align: baseline;
}

/* -------------------- list.row--------------------- */

ul.row, ul.row-sm {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

/* ================= lists ================= */

/*
[class*="list-"] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both;
} */

.list-lg li {
    margin-bottom: 10px;
}

.list-icon {
    list-style: none;
    padding: 0;
}

.list-icon li {
    margin-bottom: 10px;
}

.list-icon img {
    width: 30px;
    vertical-align: middle;
    margin-right: 15px;
}

.list-icon .icon {
    width: 22px;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
}

.list-icon span {
    vertical-align: middle;
}

.list-bullet {
    list-style: none;
    padding: 0;
}

.list-bullet li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 15px;
}

.list-bullet li::before {
    content: " ";
    position: absolute;
    top: 45%;
    left: 0;
    width: 7px;
    height: 7px;
    margin: 0px 10px 0px 0px;
    background: #6c757d;
    border-radius: 7px;
}

.list-check>li {
    list-style: none;
    position: relative;
}

.list-check>li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #6c757d;
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f00c";
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}

.list-icon {
    list-style: none;
    padding: 0;
}

.list-icon li {
    position: relative;
    padding-left: 30px;
}

.list-icon .icon {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 13px;
}

.product-info a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: .5rem;
    border-bottom: 1px solid #fff;
}

.inline-radio {
    margin-bottom: 8px;
}

.inline-radio label {
    padding: 5px 10px 5px 5px;
    line-height: 30px;
    color: #fff;
}

.inline-radio label input {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 9px;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
}

.inline-radio label input:checked {
    background: #fff url(../images/icons/check.svg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card-product {
    margin-bottom: 1rem;
    border: transparent;
    transition: 2s;
    /* btn-overlay-bottom */
    box-shadow: 0 2px 3px rgb(153 153 153 / 30%);
    border-radius: 10px;
}

.card-product:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
}

.card-product .img-wrap {
    /* border-radius: 0.2rem 0.2rem 0 0; */
    overflow: hidden;
    position: relative;
    /* height: 220px; */
    text-align: center;
}


.card-product .img-wrap img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 5s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-product:hover {
    transform: scale(1.05);
}

.card-product .img-wrap img:hover {
    transform: scale(1.2);
}

.card-product .action-wrap {
    padding-top: 4px;
    margin-top: 4px;
}

.card-product .bottom-wrap {
    /* margin: 5px 15px; */
    /* height: 80px;
    overflow: hidden; */
    padding: 1rem;
}

.card-product .price {
    position: absolute;
    border-radius: 31px;
    height: 62px;
    text-align: center;
    width: 62px;
    background: #000000;
    color: #fff;
    right: 0;
    bottom: 210px;
}

.card-product .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 100px;
}

/* .card-product .title {
    margin: 15px;
} */

.card-product .btn-overlay {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
}

.card-product:hover .btn-overlay {
    opacity: 1;
}

.card-product:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .5s;
    transition: .5s;
}

.product-breadcrumb {
    margin-top: 10px;
    font-size: 1.1rem;
    background: #f6f6f6;
    padding: 10px;
}

.card-sm .img-wrap {
    height: 180px;
}

.card-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    border-radius: 0.25rem;
}

.card-banner .card-body {
    background-size: cover;
    position: relative;
    z-index: 10;
}

.card-banner .img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    max-width: 100%;
}

.card-banner .overlay {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 10;
    padding: 1.25rem;
    color: #fff;
}

.card-banner .overlay.bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.card-banner .overlay.top {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.card-banner .overlay-cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.card-banner .overlay.left {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

.card-banner .text-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 7px 20px;
    padding-top: 30px;
    border-radius: 0 0 0.25rem 0.25rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
}

.banner-size-lg {
    height: 350px;
}

.card .img-wrap {
    overflow: hidden;
}

.icontext {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icontext .icon-wrap {
    position: relative;
}

.icontext .text-wrap {
    line-height: 1.2;
    padding-left: 10px;
}

.icontext small, .icontext .title {
    display: block;
}

.price-new, .price {
    margin-right: 5px;
}

.price-old {
    color: #999;
}

.notify {
    position: absolute;
    top: -4px;
    right: -10px;
    display: inline-block;
    padding: .25em .6em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    border-radius: 3rem;
    color: #fff;
    background-color: #dc3545;
}

.icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}

.list-group .list-group-item {
    padding-bottom: .5rem;
}

.list-group .title {
    margin-top: 5px;
    margin-bottom: 12px;
}

.card-header .title {
    margin-bottom: 0;
    line-height: 1.5;
}

.card-group-item {
    border-bottom: 1px solid #dee2e6;
}

.card-group-item .card-header {
    border-bottom: 0;
    background-color: #f9f9f9;
}

.card-group-item:last-child {
    border-bottom: 0;
}

/* ====================== shopping-cart ==================== */

.shopping-cart-wrap img {
    max-width: 100px;
}

.shopping-cart-wrap thead th {
    border-top: 0;
    border-bottom: 0;
}

.shopping-cart-wrap .price {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    display: block;
}

/* ====================== block ==================== */

.box {
    display: block;
    background: #fff;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.1);
    box-shadow: 0 1px 3px rgba(51, 51, 51, 0.1);
}

/* --------- media element --------*/

.media .img-wrap {
    margin-right: 1rem;
}

/* =================  ELEMENTS FOR PRODUCT =================== */

.badge-new {
    top: 7px;
    left: 7px;
    position: absolute;
    display: block;
    z-index: 10;
    padding: 2px 7px;
    font-size: 12px;
    background-color: #ef5f5f;
    color: #fff;
    border-radius: 4px;
}

.badge-offer {
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 2;
}

.badge-offer b {
    background: #ef5f5f;
    padding: 4px;
    font-family: 'Bebas';
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 36px;
    width: 50px;
    position: relative;
}

.badge-offer b:after {
    border-top: 7px solid #ef5f5f;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 36px;
    width: 0;
}

/* ================= RATINGS ============== */

.label-rating {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.stars-simple {
    margin-bottom: 7px;
}

.stars-simple i {
    color: orange;
}

.stars-simple small {
    color: #999;
    margin-left: 5px;
}

/* rating-list */

.rating-stars {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    clear: both;
}

.rating-stars i {
    font-size: 14px;
    color: #ccc;
    display: inline;
}

.rating-stars li {
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    z-index: 1;
}

.rating-stars li.stars-active {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating-stars li.stars-active i {
    color: orange;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.divider-text span {
    background-color: #fff;
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.menu-category {
    margin: 0;
    padding: 0;
}

.menu-category li {
    position: relative;
    display: block;
    border-bottom: 1px solid #dee2e6;
}

.menu-category>li>a {
    display: block;
    padding: 10px 15px;
}

.menu-category .submenu {
    display: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 20;
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #fff;
}

.menu-category .submenu li {
    list-style: none;
}

.menu-category .submenu li a {
    padding: 7px 15px;
    display: block;
}

.menu-category li:hover {
    background: #f8f8f8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-category li:hover .submenu {
    display: block;
    margin-left: 0px;
}

/*# sourceMappingURL=ui.css.map */

.nav-link {
    color: rgba(0, 0, 0, 0.3);
    border: none;
}

/* .nav-link.active {
  border: none;
  color: #000;
} */

.nav-tabs .nav-link:hover {
    border: none;
    color: #000;
}

.nav-tabs {
    border: none;
}

.hide {
    display: none;
    transition-duration: 0.5s
}

.finishing-option>label>input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.finishing-option>label>input[type=radio]+img {
    cursor: pointer;
    border: 1px solid lightgray;
    box-shadow: 2px 2px 1px rgb(0 0 0 / 20%);
}

.finishing-option>label>input[type=radio]:checked+img {
    outline: 2px solid #f00;
    padding: 2px;
}

.help-icon {
    font-size: 2rem;
    cursor: pointer;
}

.block-radio {
    margin-bottom: 8px;
}

.block-radio label {
    padding: 5px 10px 5px 5px;
    line-height: 30px;
    /* color: #fff; */
    display: block;
}

.block-radio label input {
    width: 40px !important;
    height: 40px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    float: left;
    margin: 15px;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid darkgray;
}

.block-radio label input:checked {
    background: #fff url(../images/icons/check.svg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.upload-artwork-file input {
    width: 100%;
    padding: 10px;
    border: 1px solid lightgray;
    margin: 1rem 0;
    border-radius: 5px;
}

.upload-artwork-icon {
    max-width: 60px;
}

#addToCart fieldset {
    width: 100%;
    /*stacking fieldsets above each other*/
    /* position: absolute; */
    float: left;
}

/*Hide all except first fieldset*/

#addToCart fieldset:not(:first-of-type) {
    display: none;
}

.finishes-img {
    max-width: 150px;
    margin: 10px;
}

.order-sorting a {
    text-decoration: none;
    color: #fff;
}

.slick-prev {
    z-index: 100;
    left: 10px;
}

.slick-next {
    right: 40px;
    z-index: 100;
}

.slick-prev:before, .slick-next:before {
    color: grey;
    font-size: 50px;
}

.call-via-whatsapp {
    height: auto;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    color: white;
    direction: ltr;
}

.call-via-whatsapp a {
    color: inherit;
    text-decoration: none;
    padding: 0.5em 0.6em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 200px;
    border-bottom: none;
    font-size: 2rem;
    opacity: 1;
    text-transform: uppercase;
    vertical-align: middle;
    transition: background-color 300ms ease;
}

.info-text {
    font-size: .7rem;
    color: grey;
}

.ui-menu {
    z-index: 101;
}

#payment-form .card {
    border: none
}

#card-element {
    padding: 12px;
    height: 44px;
    width: 100%;
    background: white;
}

#payment-form button {
    background: #5469d4;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

#payment-form button:hover {
    filter: contrast(115%);
}

#payment-form button:disabled {
    opacity: 0.5;
    cursor: default;
}

.blog-content {
    background: #ffffff;
    padding: 2rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.05);
    border-radius: 0.4rem;
}

.logo-image {
    display: flex;
    overflow: hidden;
    padding: 0 2rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 0;
}

.header-seperator {
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}

.top-login {
    float: right;
}

.top-login ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.top-login ul li {
    display: table-cell;
}

.top-login ul li a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    /* color: #ffffff; */
    line-height: 45px;
    padding: 0 10px;
    display: inline-block;
}

.top-login ul li a:hover {
    background: #0a4b8d;
    color: #ffffff;
}

.section-header {
    /* padding-top: 1rem; */
    /* padding-bottom: 1rem; */
    background: #0d60b5;
    /* position: relative;  */
}

.sticky-wrapper {
    /* height: 94px; */
    width: 100%;
    z-index: 102;
    display: grid;
    vertical-align: middle;
    /* position: absolute; */
}

.service-detail {
    -webkit-box-shadow: 0 4px 15px rgb(153 153 153 / 30%);
    box-shadow: 0 4px 15px rgb(153 153 153 / 30%);
    -webkit-transition: .5s;
    transition: .5s;
}

.home-services {
    text-align: center !important;
}

.home-services img {
    border-radius: 50%;
    box-shadow: 0 4px 15px rgb(153 153 153 / 30%);
}

.circle-button {
    border-radius: 25px;
    height: 44px;
    width: 44px;
    border: 3px solid #29873c;
    color: #29873c;
    font-weight: 400;
    margin-right: 5px;
}

.circle-input {
    border-radius: 25px;
    height: 44px;
    width: 44px;
    border: 3px solid #29873c;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-right: 5px;
}

.circle-button:hover {
    background-color: #01540a;
    border-color: #01540a;
    color: #fff;
    font-weight: 600;
}

.product__info {
    display: flex;
    flex-direction: column;
    position: relative;
}

.product_heading {
    margin-bottom: 20px;
}

.product__svg-container {
    align-items: center;
    display: flex;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.copyright_footer {
    color: #fff;
    margin: 0;
}

.copyright_footer p {
    font-size: 1.1rem;
    line-height: 1;
    margin: 0;
    padding: 1.2rem 0;
}

.custom-btn {
    width: 15rem;
    border-radius: 15px;

}

.brand-slider {
    margin: 2rem 2rem 5rem 2rem;
}

.brand-slider img {
    margin-left: 2rem;
}

.home-page-slider img {
    width: 100%;
    max-height: 90vh;
}

.bg-orange {
    background-color: #11abb7;
    color: #ffffff;
}

.about-us-icon img {
    width: 140px;
    height: 140px;
    z-index: 1;
    position: absolute;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.about-left-icon img {
    left: 10px;
    top: 0;
}

.about-right-icon img {
    right: 10px;
    bottom: 0;
}

.background-banner {
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wrap-banner {
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.content {
    position: relative;
    /* padding-top: 3.5rem; */
    /* color: #fff; */
}

.about-us {
    padding-left: 9rem;
    padding-right: 9rem;
    /* background-image: url("/frontend/images/banners/home-banner.png"); */
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.feature-icon {
    font-size: 50px;
    color: #05787e;
}

.bg-green {
    background-color: #009688 !important;
}

.cb-green {
    background-color: #238823 !important;
    color: #fff;
}

.cb-red {
    background-color: #ff0000 !important;
    color: #fff;
}

.cb-amber {
    background-color: #FFC600;
    color: #fff;
}

.border-white {
    border-color: #fff;
    font-weight: 900;
}


.btn-grad {
    background-image: linear-gradient(to bottom, #fff 0%, #009688 75%)
}

.btn-grad {
    margin: 10px;
    /* padding: 15px 45px; */
    text-align: center;
    text-transform: uppercase;
    /* transition: 0.5s; */
    background-size: 200% auto;
    color: #007d71;
    border-color: #007d71;
    box-shadow: 0 0 20px #007471;
    border-radius: 10px;
    /* display: block; */
}

.date-header {
    background: #303030;
    color: #fff;
    border-radius: 10px;
}

.vfc-top-date {
    font-size: 2rem !important;
}

.vfc-dayNames span {
    font-size: 1.7rem !important;
}

.vfc-week .vfc-day span.vfc-span-day {
    width: 60px !important;
    line-height: 60px !important;
    font-size: 1.5rem;
    border-radius: 0 !important;
}

.separator {
    width: 25%;
    margin: auto;
    height: 5px !important;
    color: #ffff;
    opacity: 0.9;
    border-radius: 5px
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* The container */
.custom-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #05787e;
    border-radius: 5px;
}

/* Hide the browser's default checkbox */
.custom-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 75%;
    left: 95%;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    text-align: center;
}

/* On mouse-over, add a grey background color */
.custom-label:hover input~.checkmark {
    background-color: #007d77;
}

/* When the checkbox is checked, add a blue background */
.custom-label input:checked~.checkmark {
    background-color: #05787e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-label .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bottom-button {
    position: absolute;
    bottom: 0;
}

.search-result {
    position: relative;
    max-height: 500px;
    overflow-y: auto;
}

.surgery-submit-button button {
    width: 100%;
}

.no-margin {
    margin: 0 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #007d77;
    padding-left: 1.5rem;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.page-scroll {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    border-radius: 50%;
    font-size: 1.5rem;
    padding: 1rem;
    box-shadow: 0 4px 15px rgb(153 153 153 / 30%);
    display: flex;
    justify-content: center;
    margin: auto;
    color: #11abb7;
    background-color: #fff;
    z-index: 9999;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ffffff;
}


.owl-carousel div .textoverlay {
    position: absolute;
    color: #000000;
    /* font-size:12px; */
    display: block;
    background: rgba(255, 255, 255, 0.7);
    /* Black background with 0.5 opacity*/
    margin-bottom: 10rem;
    margin-top: 10rem;
    left: 8rem;
    right: 50%;
    border-radius: 10px;
    padding: 1.5rem;
}

.vfc-main-container {
    font-family: "Titillium Web", "Source Sans Pro", sans-serif !important;
}

.appointment thead {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.appointment .table>:not(:first-child) {
    border: 0;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dee2e6;
}

.appointment .table>thead>tr>th {
    border-top: 0;
}

.appointment .table thead tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.appointment table.table td, table.table th {
    border-color: #dee2e6;
}

.appointment th, td {
    padding: 1rem !important;
}

.user-form {
    border: none;
}


.user-form h4 {
    font-size: 2rem;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 23px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 5rem;
    width: 100px;
    opacity: 0.8;
    display: block !important;
    border: 0px solid black;
    position: absolute;
    bottom: 40%;
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.owl-prev {
    left: 0px;
}

.owl-next {
    right: 0px;
}

.owl-prev i, .owl-next i {
    /* transform: scale(1, 6); */
    color: #ccc;
}

.footer-section {
    background-color: #fff;
    padding: 3rem;
    text-align: center;
}

.app-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
}

.app-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.vfc-week .vfc-day span.vfc-span-day.vfc-marked {
    border-bottom: 5px solid black;
}

.slot-list-container {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.service-desc, .service-btn {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.service-icon {
    height: 55px;
}

/* .top-header {
    margin: 1rem;
} */

.header-tel {
    font-size: 2rem;
    color: #101111;
}
.website-tagline {
    /* background: #f0c400; */
    padding: 35px 0px;
  }
  .website-tagline p {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: capitalize;
    text-align: center;
    color: #000000;
    margin: 0;
  }

  .media  img {
    transform: scale(1);
    transition: all ease-in-out 0.3s;
  }
  .media img:hover {
    transition: all ease-in-out 0.3s;
    transform: scale(1.05);
  }

