
.blog-post-single {
    padding-bottom: 70px; }
@media (max-width: 1023px) {
    .blog-post-single {
        padding-bottom: 40px; } }

.blog-post.post-preview {
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 22px; }
.blog-post.post-preview:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
.side-block-title + .blog-post.post-preview {
    margin-top: 10px; }
.blog-post.post-preview .post-image {
    margin-right: 20px;
    margin-bottom: 10px;
    min-width: 77px;
    flex-basis: 77px;
    font-size: 15px;
    line-height: 18px; }
.blog-post.post-preview .post-image > *:not(:first-child) {
    padding-left: 10px; }
@media (max-width: 767px) {
    .blog-post.post-preview .post-image > *:not(:first-child) {
        padding-left: 5px; } }
.blog-post.post-preview .post-meta-date [class*='icon'] {
    color: #E4B75C;
    font-size: 13px;
    top: -1px;
    left: 1px; }
.blog-post.post-preview .post-title {
    margin-top: -.25em !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Poppins", serif;
    font-weight: 600; }
.blog-post.post-preview .post-title a {
    text-decoration: none;
    transition: color 200ms ease; }
.blog-post.post-preview .post-title a:hover {
    color: #E4B75C; }
.blog-post.post-preview .post-title + * {
    margin-top: 5px; }

.side-block {
    padding-bottom: 34px; }
.side-block .side-block-title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px; }

.side-block:last-child {
    margin-bottom: 0; }

/* comments */
.comments-block {
    padding-bottom: 45px; }
.comments-block:not(:last-child) {
    border-bottom: 1px solid #e8e8e8; }
.comments-block .comment {
    margin: 35px 0 0; }
.comments-block .comment,
.comments-block .comment a {
    color: #424242; }
.comments-block .comment + * {
    margin-top: 30px; }
.comments-block .comment .userpic {
    float: left;
    color: #e4e4e4;
    font-size: 76px;
    width: 100px; }
.comments-block .comment .text {
    overflow: hidden;
    padding-top: 2px; }
.comments-block .comment .text p {
    margin-bottom: 10px; }
.comments-block .comment .text .meta {
    margin-bottom: 5px; }
.comments-block .comment .text .meta [class*='icon'] {
    color: #E4B75C;
    font-size: 13px;
    top: -1px;
    left: 1px;
    padding-right: 7px; }
.comments-block .comment .text .meta > *:not(:first-child) {
    margin-left: 14px;
    padding-left: 14px;
    position: relative; }
.comments-block .comment .text .meta > *:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
    display: block;
    width: 1px;
    height: 17px;
    background-color: #dddddd; }
.comments-block .comment .text .meta b {
    font-weight: 600; }
.comments-block .comment .text a.reply {
    display: inline-block;
    font-weight: 500;
    font-family: "Poppins", serif;
    color: #E4B75C; }
.comments-block .comment .text a.reply:hover {
    color: #787878;
    text-decoration: none; }
.comments-block .comment .text a.reply:hover [class*='icon'] {
    color: #787878; }
.comments-block .comment .text a.reply [class*='icon'] {
    position: relative;
    color: #E4B75C;
    font-size: 15px;
    padding-right: 12px;
    top: 1px;
    left: 1px; }
.comments-block .comment.replay {
    margin-left: 115px; }
@media (max-width: 767px) {
    .comments-block .comment.replay {
        margin-left: 70px; } }
@media (max-width: 575px) {
    .comments-block .comment.replay {
        margin-left: 30px; } }

.comment-form {
    margin-bottom: 50px; }
.comment-form .textarea-custom {
    height: 170px; }

.blog-isotope {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 10px;
    overflow: visible; }
.blog-isotope .blog-post > * + * {
    margin-top: 20px; }
.blog-isotope .post-title {
    font-size: 22px;
    line-height: 1.1em;
    margin-top: 6px; }
@media (max-width: 575px) {
    .blog-isotope .post-title {
        font-size: 18px; } }
.blog-isotope .post-meta-social [class*='icon'] {
    font-size: 14px; }
.blog-isotope .blog-post .post-meta > * [class*='icon'] {
    font-size: 15px; }
.blog-isotope .blog-post .post-image {
    margin-left: -20px;
    margin-right: -20px; }
.blog-isotope .blog-post .post-image:first-child {
    margin-top: -20px; }
.blog-isotope .blog-post .post-image .post-link {
    font-size: 32px; }
@media (max-width: 767px) {
    .blog-isotope .blog-post .post-image .post-link {
        font-size: 5vw; } }
.blog-isotope .blog-post .post-date {
    margin-right: 12px; }
.blog-isotope .blog-post {
    position: relative;
    float: left;
    width: calc(50% - 15px);
    margin-bottom: 30px;
    padding: 20px 20px 24px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 1023px) {
    .blog-isotope .blog-post {
        width: 100%; } }
.blog-isotope .blog-post.bg-grey {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1); }
.blog-isotope .blog-post.bg-grey .post-date {
    background-color: #fff; }

.blog-grid {
    margin-bottom: 50px;
    margin-top: 10px;
    overflow: visible; }
.blog-grid .blog-post > * + * {
    margin-top: 27px; }
@media (max-width: 1023px) {
    .blog-grid .blog-post > * + * {
        margin-top: 20px; } }
.blog-grid .blog-post .post-image {
    margin-top: 10px; }
.blog-grid .post-title {
    font-size: 26px;
    line-height: 34px;
    margin-top: 6px;
    margin-bottom: -2px; }
@media (max-width: 1229px) {
    .blog-grid .post-title {
        font-size: 22px;
        line-height: 30px; } }
@media (max-width: 1023px) {
    .blog-grid .post-title {
        font-size: 18px;
        line-height: 24px;
        max-width: 80%; } }
.blog-grid .post-meta-social [class*='icon'] {
    font-size: 14px; }
@media (max-width: 575px) {
    .blog-grid .blog-post-info {
        flex-direction: row; }
    .blog-grid .blog-post-info > * + * {
        margin-top: 0; } }
.blog-grid .blog-post .post-meta > * [class*='icon'] {
    font-size: 15px; }
.blog-grid .blog-post .post-image .post-link {
    font-size: 32px; }
@media (max-width: 767px) {
    .blog-grid .blog-post .post-image .post-link {
        font-size: 5vw; } }
.blog-grid .blog-post .post-date {
    margin-right: 26px; }
@media (max-width: 1023px) {
    .blog-grid .blog-post:not(.post-preview) .post-date {
        margin-right: 13px;
        width: 63px;
        min-width: 63px;
        height: 63px;
        font-size: 27px;
        line-height: 27px; }
    .blog-grid .blog-post:not(.post-preview) .post-date span {
        font-size: 12px;
        line-height: 12px;
        font-weight: 400; } }
@media (max-width: 767px) {
    .blog-grid .blog-post:not(.post-preview) .post-date {
        margin-right: 13px;
        width: 49px;
        min-width: 49px;
        height: 49px;
        font-size: 22px;
        line-height: 22px; }
    .blog-grid .blog-post:not(.post-preview) .post-date span {
        font-size: 10px;
        line-height: 10px;
        font-weight: 300;
        color: #E4B75C; } }
.blog-grid .blog-post .post-teaser {
    font-size: 16px;
    line-height: 28px; }
@media (max-width: 575px) {
    .blog-grid .blog-post-info {
        flex-direction: row; } }

.blog-grid-carousel .blog-post {
    padding-bottom: 0; }

.blog-grid-full .blog-post {
    margin-bottom: 30px; }
.blog-grid-full .blog-post > * + * {
    margin-top: 25px; }
.blog-grid-full .post-title {
    font-size: 22px;
    line-height: 1.545em;
    margin-top: 6px;
    margin-bottom: -2px; }
@media (max-width: 767px) {
    .blog-grid-full .post-title {
        font-size: 18px; } }
.blog-grid-full .post-meta-social [class*='icon'] {
    font-size: 14px; }
.blog-grid-full .blog-post .post-meta > * [class*='icon'] {
    font-size: 15px; }
.blog-grid-full .blog-post .post-image {
    margin-left: -20px;
    margin-right: -20px; }
.blog-grid-full .blog-post .post-image:first-child {
    margin-top: -20px; }
.blog-grid-full .blog-post .post-date {
    margin-right: 15px; }
.blog-grid-full .blog-post {
    padding: 20px 20px 32px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 767px) {
    .blog-grid-full .blog-post:not(.post-preview) .post-date {
        margin-right: 13px;
        width: 49px;
        min-width: 49px;
        height: 49px;
        font-size: 22px;
        line-height: 22px; }
    .blog-grid-full .blog-post:not(.post-preview) .post-date span {
        font-size: 10px;
        line-height: 10px;
        font-weight: 300;
        color: #E4B75C; } }
.blog-grid-full .blog-post .post-teaser {
    font-size: 16px;
    line-height: 28px; }
.blog-grid-full .slick-dots {
    margin-top: 20px;
    margin-bottom: -15px; }
@media (max-width: 575px) {
    .blog-grid-full .blog-post-info {
        flex-direction: row; } }

.blog-grid-full.blog-grid-carousel-full .blog-post.bg-grey {
    background: none; }

.blog-grid-full:not(.blog-grid-carousel-full) .blog-post.bg-grey {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1); }
.blog-grid-full:not(.blog-grid-carousel-full) .blog-post.bg-grey .post-date {
    background-color: #fff; }

.calendar {
    max-width: 350px; }
.calendar__header {
    display: flex;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 15px;
    text-transform: uppercase; }
.calendar__header .prev, .calendar__header .next {
    position: relative;
    top: 2px;
    font-size: 18px;
    color: #E4B75C;
    text-decoration: none; }
.calendar__header .prev:hover, .calendar__header .next:hover {
    color: #424242;
    text-decoration: none; }
.calendar__header .prev {
    margin-right: auto; }
.calendar__header .next {
    margin-left: auto; }
.calendar table {
    background: #fff;
    border-collapse: collapse;
    font-size: 15px;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate; }
.calendar td {
    border: 1px solid #fff;
    color: #2c2c2c;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    font-weight: 300;
    transition: all 0.2s ease; }
.calendar td:hover {
    background-color: #f5f5f5; }
.calendar th {
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 39px;
    font-weight: 300;
    text-align: center;
    background-color: #E4B75C; }
.calendar tr:first-child td {
    color: #2c2c2c;
    padding-bottom: 10px; }
.calendar tr:nth-child(even) {
    background-color: #f8f8f8; }
.calendar .selected,
.calendar .selected:hover {
    color: #000;
    background-color: #fff;
    position: relative; }
.calendar .selected:after,
.calendar .selected:hover:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #E4B75C;
    border-radius: 0; }

.contact-box {
    background-color: #E4B75C;
    padding: 28px 25px;
    height: 100%; }
.contact-box, .contact-box a {
    color: #fff; }
.contact-box-title {
    margin-bottom: 18px;
    color: #fff; }
.contact-box ul.icn-list {
    font-size: 15px;
    line-height: 26px; }
.contact-box ul.icn-list li {
    padding-left: 30px; }
.contact-box ul.icn-list li b {
    color: #fff; }
.contact-box ul.icn-list li:not(:last-child) {
    margin-bottom: 5px; }
.contact-box ul.icn-list [class*='icon-'] {
    top: 5px;
    font-size: 17px;
    color: #e1f2f5; }

.contact-box-2 {
    background-color: #DDA430; }

.question-box {
    background-color: #f8f8f8;
    padding: 18px 20px; }
.question-box-title {
    margin-bottom: 18px; }
.question-box .form-control:not(:focus), .question-box .form-control:active {
    border-color: #fff; }
.question-box .form-control + * {
    margin-top: 6px; }
.question-box textarea.form-control {
    height: 100px; }

.quickLinks-wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 102;
    width: 98px;
    align-items: center;
    pointer-events: none; }

body > .quickLinks-wrap {
    top: 0; }
body > .quickLinks-wrap .quickLinks {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
body > .quickLinks-wrap .quickLinks:not(.stuck) .quickLinks-open {
    display: none; }
body > .quickLinks-wrap .quickLinks.stuck {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

body:not(.touch) .quickLinks.stuck {
    transition: transform 0.75s; }

.quickLinks:not(.stuck) {
    transform: translateY(0) !important; }

.quickLinks {
    width: 98px;
    z-index: 102;
    right: 0;
    pointer-events: auto;
    transform: translateY(-100px); }
.quickLinks:not(.stuck) > .container {
    padding: 0; }
.quickLinks:not(.stuck) > .container > .row {
    flex-direction: column; }
.quickLinks:not(.stuck) > .container > .row > .col {
    width: 100%;
    min-height: inherit; }
.quickLinks:not(.stuck) > .container > .row > .col.col-close {
    display: none; }
.quickLinks .col > .link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3px 12px;
    min-height: 98px;
    background-color: #E4B75C;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    font-family: "Poppins", serif;
    text-transform: uppercase;
    transition: background-color 0.3s; }
@media (max-width: 1023px) {
    .quickLinks .col > .link {
        font-size: 10px; } }
.quickLinks .col > .link > [class*='icon-'] {
    font-size: 38px;
    line-height: 1.3em; }
body:not(.touch) .quickLinks .col > .link:hover, .quickLinks .col > .link.active {
    text-decoration: none;
    color: #E4B75C;
    background-color: #fff !important;
    box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.05); }
.quickLinks.stuck {
    position: fixed;
    width: 100%;
    max-width: 100vw;
    top: 0; }
.quickLinks.stuck .col > .link {
    min-height: 98px; }
.quickLinks.closed {
    transform: translateY(-30px) !important; }
.quickLinks .col-close {
    max-width: 38px;
    flex: 38px;
    color: #E4B75C;
    background-color: #fff !important;
    box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.05); }
.quickLinks .col-close a {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    width: 38px;
    height: 95px;
    text-shadow: none;
    font-size: 12px;
    color: #787878; }
.quickLinks .col-close a:hover {
    text-decoration: none; }
.quickLinks .col-close a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.quickLinks .link-drop {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #f5f5f5;
    color: #424242;
    padding: 30px;
    top: 100%;
    left: 0;
    width: 390px;
    max-width: 100vw;
    transform: translateY(-20px);
    z-index: -1;
    transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    pointer-events: none;
    text-align: left;
    text-transform: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
@media (max-width: 1229px) {
    .quickLinks .link-drop {
        width: 357px; } }
.quickLinks .link-drop-title {
    text-transform: none;
    margin-bottom: 18px; }
.quickLinks .link-drop-title > [class*='icon-'] {
    position: relative;
    top: 3px;
    font-size: 25px;
    line-height: 1em;
    color: #E4B75C;
    padding-right: 10px; }
.quickLinks .link-drop .row-table {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #787878; }
.quickLinks .link-drop .row-table tr:not(:last-child) {
    border-bottom: 1px solid #ededed; }
.quickLinks .link-drop .row-table td {
    padding: 5px 0; }
.quickLinks .link-drop .row-table td:last-child {
    text-align: right;
    color: #444;
    padding-right: 5px;
    padding-left: 5px; }
.quickLinks .link-drop p {
    font-size: 15px;
    line-height: 24px; }
.quickLinks:not(.stuck) .link-drop {
    left: -390px !important;
    top: 0;
    right: auto !important;
    transform: translateY(20px); }
@media (max-width: 1229px) {
    .quickLinks:not(.stuck) .link-drop {
        left: -357px !important; } }
.quickLinks .col:nth-last-child(2) .link-drop {
    left: auto;
    right: 0; }
.quickLinks:not(.stuck) .col:nth-last-child(3) .link-drop, .quickLinks:not(.stuck) .col:nth-last-child(2) .link-drop, .quickLinks:not(.stuck) .col:nth-last-child(1) .link-drop {
    bottom: 0;
    top: auto;
    transform: translateY(-20px); }
.quickLinks .google-map {
    width: 390px;
    max-width: 100vw;
    height: 312px; }
@media (max-width: 1229px) {
    .quickLinks .google-map {
        width: 357px; } }
.quickLinks ul.icn-list li .phone {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #424242;
    position: relative;
    top: -2px; }
.quickLinks ul.icn-list li {
    padding-left: 24px; }
.quickLinks ul.icn-list li > [class*='icon'] {
    top: 6px;
    font-size: 14px; }
.quickLinks .col:nth-child(1) > .link {
    background-color: #40adba; }
.quickLinks .col:nth-child(2) > .link {
    background-color: #E4B75C; }
.quickLinks .col:nth-child(3) > .link {
    background-color: #53b4c4; }
.quickLinks .col:nth-child(4) > .link {
    background-color: #6cbfcd; }
.quickLinks .col:nth-child(5) > .link {
    background-color: #7bc4d2; }
.quickLinks .col:nth-child(6) > .link {
    background-color: #8fcdd9; }

.quickLinks.stuck .link-drop {
    top: -1000%; }

@media (min-width: 1024px) {
    body:not(.touch) .quickLinks .col:hover .link-drop, body.touch .col.hovered .link-drop {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%) !important;
        transition-delay: 0s, 0s, 0s, 0.3s;
        pointer-events: auto; }

    .quickLinks.stuck .col:hover .link-drop {
        top: 100%; } }
.link-drop-title {
    text-transform: none;
    margin-bottom: 15px; }
.link-drop-title > [class*='icon-'] {
    position: relative;
    top: 3px;
    font-size: 25px;
    line-height: 1em;
    color: #E4B75C;
    padding-right: 10px; }
.link-drop .row-table {
    width: 100%;
    max-width: 400px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400; }
.link-drop .row-table i {
    color: #787878;
    font-style: normal; }
.link-drop .row-table tr:not(:last-child) {
    border-bottom: 1px solid #ededed; }
.link-drop .row-table td {
    padding: 5px 0; }
.link-drop .row-table td:last-child {
    text-align: right; }

.header-quickLinks .quickLinks, .header-quickLinks .quickLinks.stuck {
    transform: translateY(0) !important; }

@media (max-width: 1023px) {
    .header-quickLinks .link {
        font-size: 10px;
        line-height: 12px; }

    .quickLinks .col > .link > [class*='icon-'] {
        font-size: 30px; }

    .quickLinks.stuck .col > .link {
        min-height: 76px; } }
@media (max-width: 767px) {
    .quickLinks .col > .link > [class*='icon-'] {
        font-size: 18px; }

    .header-quickLinks .link > span {
        display: none; }

    .quickLinks.stuck .col > .link {
        min-height: 36px; } }
.quickLinks-top .link-drop {
    background-color: #f5f5f5;
    color: #424242;
    padding: 15px;
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%) !important;
    transition-delay: 0s, 0s, 0.3s;
    pointer-events: auto; }
@media (max-width: 767px) {
    .quickLinks-top .link-drop {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 15px 25px; } }
.quickLinks-top .link-drop .google-map {
    width: 100%;
    height: 200px; }
@media (max-width: 767px) {
    .quickLinks-top .link-drop-title {
        font-size: 19px; }
    .quickLinks-top .link-drop-title > [class*='icon-'] {
        font-size: 25px; } }

@media (max-width: 1023px) {
    .quickLinks.stuck {
        position: relative !important;
        transform: translateY(0); }
    .quickLinks > .container {
        padding: 0; }
    .quickLinks .col-close {
        display: none; }

    .header-quickLinks .quickLinks {
        position: relative !important;
        transform: translateY(0);
        width: 100%;
        max-width: 100vw;
        top: 0; }

    .header-quickLinks .quickLinks:not(.stuck) > .container > .row {
        flex-direction: row; } }
.quickLinks .quickLinks-open {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid rgba(73, 176, 193, 0.25);
    transform: rotate(-45deg);
    right: -10px;
    top: -20px;
    cursor: pointer; }
.quickLinks .quickLinks-open span {
    position: absolute;
    user-select: none;
    top: -16px;
    right: 20px;
    z-index: 1;
    color: #424242;
    font-size: 30px;
    transform: rotate(45deg); }

.quickLinks.closed .quickLinks-open {
    top: 70px;
    opacity: 1;
    pointer-events: auto; }
body:not(.touch) .quickLinks.closed .quickLinks-open:hover {
    border-left: 45px solid rgba(73, 176, 193, 0.5); }
body:not(.touch) .quickLinks.closed .quickLinks-open:hover span {
    color: #fff; }

.page-content .quickLinks:not(.stuck) .quickLinks-open {
    display: none !important; }

.quickLinks ul.icn-list .phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #444; }

.cd-schedule {
    position: relative;
    margin: 2em 0; }
.cd-schedule ol, .cd-schedule ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
.cd-schedule table {
    border-collapse: collapse;
    border-spacing: 0; }
.cd-schedule::before {
    content: 'mobile';
    display: none; }
@media (min-width: 1024px) {
    .cd-schedule::after {
        clear: both;
        content: "";
        display: block; }
    .cd-schedule::before {
        content: 'desktop'; } }

.cd-schedule .timeline {
    display: none; }
@media (min-width: 1024px) {
    .cd-schedule .timeline {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding-top: 55px; }
    .cd-schedule .timeline li {
        position: relative;
        height: 55px; }
    span .cd-schedule .timeline li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e6e6e6; }
    .cd-schedule .timeline li:last-of-type::after {
        display: none; }
    .cd-schedule .timeline li:last-child {
        border-bottom: 1px solid #e6e6e6; } }
@media (min-width: 1024px) {
    .cd-schedule .timeline li:after {
        width: 100%;
        left: 0; }
    .cd-schedule .timeline li span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 145px;
        height: 55px;
        border: 1px solid #e6e6e6;
        border-top: 0; } }

.timeline .timeline-top-info {
    position: absolute;
    top: 0;
    width: 145px; }

.timeline li:nth-child(odd) > span {
    background: #f6f6f6; }

.schedule-top-info, .timeline-top-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    padding: 0;
        background: linear-gradient(to right, #DDA430 13%, #E4B75C 100%);;
    color: #fff; }
.schedule-top-info > span, .timeline-top-info > span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 .5em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0; }

.cd-schedule .events {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff; }
.cd-schedule .events .events-group {
    margin-bottom: 30px; }
.cd-schedule .events .events-group > ul {
    position: relative;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
.cd-schedule .events .events-group > ul::after {
    display: inline-block;
    content: '-';
    width: 1px;
    height: 100%;
    opacity: 0;
    color: transparent; }
.cd-schedule .events .doctor-card {
    flex-shrink: 0;
    float: left;
    height: 180px;
    width: 100%;
    max-width: 200px;
    margin-right: 20px;
    transition: opacity .2s, background .2s; }
.cd-schedule .events .doctor-card:last-of-type {
    margin-right: 0; }
.cd-schedule .events .doctor-card a {
    display: block;
    height: 100%;
    padding: .8em; }
@media (min-width: 768px) {
    .cd-schedule .events .cd-schedule .doctor-card {
        width: 40%; } }
@media (min-width: 1024px) {
    .cd-schedule .events {
        float: left;
        width: 100%; }
    .cd-schedule .events .events-group {
        width: 14.2857142857%;
        float: left;
        border: 1px solid #fff;
        margin-bottom: 0;
        border-top: 0; }
    .cd-schedule .events .events-group:not(:first-of-type) {
        border-left-width: 0; }
    .cd-schedule .events .events-group:last-child {
        border-right: 1px solid #e6e6e6; }
    .cd-schedule .events .events-group > ul {
        height: 660px;
        display: block;
        overflow: visible;
        padding: 0; }
    .cd-schedule .events .events-group > ul::after {
        clear: both;
        content: "";
        display: block; }
    .cd-schedule .events .events-group > ul:after {
        display: none; }
    .cd-schedule .events .doctor-card {
        position: absolute;
        z-index: 3;
        width: calc(100% + 2px);
        left: -1px;
        flex-shrink: 1;
        height: auto;
        max-width: none;
        margin-right: 0;
        margin-top: 1px;
        border: 1px solid #fff;
        border-bottom: 0; }
    .cd-schedule .events .doctor-card a {
        padding: 14px 5px;
        display: block;
        text-decoration: none !important;
        text-align: center;
        color: inherit; }
    .cd-schedule .events .doctor-card:first-of-type {
        border-top: 0; }
    .cd-schedule .events .doctor-card:last-of-type {
        margin-right: 0;
        margin-top: 0; }
    .cd-schedule .events .doctor-card:last-of-type.before-last-time:after {
        position: absolute;
        content: '';
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #e6e6e6; }
    .cd-schedule .events .doctor-card.selected-event {
        visibility: hidden; }
    .cd-schedule .events .events-group:last-child .doctor-card {
        border-right: 0; }
    .cd-schedule .events .events-group:first-child .doctor-card {
        border-left: 1px solid #e6e6e6;
        left: -2px;
        width: calc(100% + 3px); } }
@media (min-width: 1024px) {
    .cd-schedule .events {
        width: calc(100% - 145px);
        margin-left: 145px; } }

.doctor-card a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    text-align: center; }
.doctor-card a > * + * {
    margin-top: 10px; }
.doctor-card .doctor-photo img {
    display: block;
    border-radius: 50%;
    width: 60px;
    transition: all 0.3s; }
.doctor-card .doctor-name {
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    color: #444; }
.doctor-card .doctor-position {
    font-style: italic;
    font-size: 14px;
    line-height: 1em;
    color: #E4B75C; }
.doctor-card .doctor-time {
    font-size: 14px;
    line-height: 1em;
    font-weight: 300; }
.doctor-card:hover .doctor-photo img {
    box-shadow: 0 0 0 5px rgba(73, 176, 193, 0.2);
    color: #fff; }

.cd-schedule.loading .events .doctor-card {
    opacity: 0; }

.cd-schedule .event-name,
.cd-schedule .event-date {
    display: block;
    font-weight: bold; }

.cd-schedule .event-name {
    font-size: 14px; }
@media (min-width: 1024px) {
    .cd-schedule .event-name {
        font-size: 14px; } }

.cd-schedule .event-date {
    font-size: 14px; }

.doctor-card[data-event="event-1"],
.cd-schedule [data-event="event-1"] .header-bg {
    background: #e1e7eb; }

.doctor-card[data-event="event-1"]:hover {
    background: #f0f3f5; }

.doctor-card[data-event="event-2"],
.cd-schedule [data-event="event-2"] .header-bg {
    background: #d5dbe0; }

.doctor-card[data-event="event-2"]:hover {
    background: #e4e8eb; }

.doctor-card[data-event="event-3"],
.cd-schedule [data-event="event-3"] .header-bg {
    background: #ebeff2; }

.doctor-card[data-event="event-3"]:hover {
    background: #fafbfc; }

.doctor-card[data-event="event-4"],
.cd-schedule [data-event="event-4"] .header-bg {
    background: #f2f4f5; }

.doctor-card[data-event="event-4"]:hover {
    background: white; }

.cd-schedule .event-modal {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    transform: translateZ(0);
    transform: translateX(100%);
    transition: transform .4s, visibility .4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1); }
.cd-schedule .event-modal .header {
    position: relative;
    height: 70px;
    /* vertically center its content */
    display: table;
    width: 100%; }
.cd-schedule .event-modal .header .content {
    position: relative;
    z-index: 3;
    /* vertically center inside its parent */
    display: table-cell;
    vertical-align: middle;
    padding: .6em 5%; }
.cd-schedule .event-modal .body {
    position: relative;
    width: 100%;
    /* 70px is the .header height */
    height: calc(100% - 70px); }
.cd-schedule .event-modal .event-info {
    position: relative;
    z-index: 2;
    line-height: 1.4;
    height: 100%;
    overflow: hidden; }
.cd-schedule .event-modal .event-info > div {
    overflow: auto;
    height: 100%;
    padding: 1.4em 5%; }
.cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg {
    /* these are the morphing backgrounds - visible on desktop only */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
.cd-schedule .event-modal .body-bg {
    z-index: 1;
    background: #fff;
    transform-origin: top left; }
.cd-schedule .event-modal .header-bg {
    z-index: 2;
    transform-origin: top center; }
.cd-schedule .event-modal .close {
    /* this is the 'X' icon */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.1);
    /* replace text with icon */
    color: transparent;
    white-space: nowrap;
    text-indent: 100%;
    height: 70px;
    width: 70px; }
.cd-schedule .event-modal .close::before, .cd-schedule .event-modal .close::after {
    /* these are the two lines of the 'X' icon */
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 22px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
.cd-schedule .event-modal .close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.cd-schedule .event-modal .close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
.cd-schedule .event-modal .event-date {
    display: none; }
.cd-schedule .event-modal.no-transition {
    transition: none; }
.cd-schedule .event-modal.no-transition .header-bg, .cd-schedule .event-modal.no-transition .body-bg {
    transition: none; }
@media (min-width: 1024px) {
    .cd-schedule .event-modal {
        /* reset style */
        right: auto;
        width: auto;
        height: auto;
        transform: translateX(0);
        will-change: transform, width, height;
        transition: height .4s, width .4s, transform .4s, visibility .4s;
        transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1); }
    .cd-schedule .event-modal .header {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%; }
    .cd-schedule .event-modal .header .content {
        /* reset style */
        display: block;
        padding: .8em; }
    .cd-schedule .event-modal .event-info > div {
        padding: 2em 3em 2em 2em; }
    .cd-schedule .event-modal .body {
        height: 100%;
        width: auto; }
    .cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg {
        /* Force Hardware acceleration */
        transform: translateZ(0);
        will-change: transform;
        backface-visibility: hidden; }
    .cd-schedule .event-modal .header-bg {
        transition: transform .4s;
        transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1); }
    .cd-schedule .event-modal .body-bg {
        opacity: 0;
        transform: none; }
    .cd-schedule .event-modal .event-date {
        display: block; }
    .cd-schedule .event-modal .close, .cd-schedule .event-modal .event-info {
        opacity: 0; }
    .cd-schedule .event-modal .close {
        width: 40px;
        height: 40px;
        background: transparent; }
    .cd-schedule .event-modal .close::after, .cd-schedule .event-modal .close::before {
        background: #424242;
        height: 16px; } }
@media (min-width: 1230px) {
    .cd-schedule .event-modal .header .content {
        padding: 1.2em; } }

.cd-schedule.modal-is-open .event-modal {
    /* .modal-is-open class is added as soon as an event is selected */
    transform: translateX(0);
    visibility: visible; }
.cd-schedule.modal-is-open .event-modal .event-info > div {
    /* smooth scroll on iOS touch devices */
    -webkit-overflow-scrolling: touch; }

@media (min-width: 1024px) {
    .cd-schedule.animation-completed .event-modal .close,
    .cd-schedule.content-loaded.animation-completed .event-modal .event-info {
        /* 	the .animation-completed class is added when the modal animation is completed
    	the .content-loaded class is added when the modal content has been loaded (using ajax) */
        opacity: 1;
        transition: opacity .2s; }

    .cd-schedule.modal-is-open .body-bg {
        opacity: 1;
        transition: transform .4s;
        transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1); } }
.cd-schedule .cover-layer {
    /* layer between the content and the modal window */
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s; }

.cd-schedule.modal-is-open .cover-layer {
    opacity: 1;
    visibility: visible; }

.doctor-box {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
@media (max-width: 1023px) {
    .doctor-box {
        padding: 0 10px; } }
.doctor-box > * {
    margin-bottom: 0; }
.doctor-box > *:not(:first-child) {
    margin-top: 16px; }
.doctor-box-photo {
    position: relative;
    overflow: hidden;
    transition: 0.35s;
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px; }
.doctor-box-photo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: transparent;
    border-radius: 50%;
    box-shadow: inset 0 0 0 30px #E4B75C;
    opacity: 0;
    transition: opacity 0 ease 0;
    pointer-events: none; }
.doctor-box:hover .doctor-box-photo {
    border-radius: 50%; }
.doctor-box:hover .doctor-box-photo:after {
    opacity: .2;
    transition: opacity 0.5s ease 0.2s; }
.doctor-box-photo + .doctor-box-name {
    margin-top: 30px; }
.doctor-box-name + .doctor-box-position {
    margin-top: 16px; }
.doctor-box-name {
    line-height: 1em; }
.doctor-box-position {
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    color: #E4B75C; }
.doctor-box-phone {
    font-size: 18px;
    line-height: 30px;
    font-family: "Poppins", serif;
    font-weight: 600;
    color: #444;
    white-space: nowrap; }
.doctor-box-phone a {
    color: #444;
    text-decoration: none; }
.doctor-box-phone a:hover {
    color: #E4B75C; }
.doctor-box-phone [class*='icon-'] {
    position: relative;
    top: -1px;
    padding-right: 7px;
    font-size: 11px;
    color: #E4B75C; }
@media (max-width: 1023px) {
    .doctor-box-phone {
        font-size: 13px; } }
@media (max-width: 767px) {
    .doctor-box-phone {
        font-size: 13px; } }

.doctor-box-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px 30px;
    border-top: 1px solid #f7f7f7; }
@media (max-width: 1023px) {
    .doctor-box-bottom {
        padding: 10px 0 20px; } }

.doctor-box-social {
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px; }
@media (max-width: 1023px) {
    .doctor-box-social {
        padding-left: 5px; } }
.doctor-box-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #E4B75C;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s; }
.doctor-box-social a:hover {
    background-color: #E4B75C;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 3px rgba(73, 176, 193, 0.2); }

.specialist-carousel .slick-slide {
    padding-bottom: 20px; }

.specialist-carousel .slick-dots {
    margin-top: 30px; }

.doctor-info {
    display: flex; }
@media (max-width: 1023px) {
    .doctor-info {
        flex-direction: column;
        align-items: center;
        text-align: center; }
    .doctor-info > * + * {
        margin-top: 5px; } }
.doctor-info-phone {
    padding: 0 30px;
    font-size: 18px;
    line-height: 37px;
    font-family: "Poppins", serif;
    font-weight: 600;
    color: #444; }
.doctor-info-phone a {
    color: #444;
    text-decoration: none; }
.doctor-info-phone a:hover {
    color: #E4B75C; }
.doctor-info-phone [class*='icon-'] {
    position: relative;
    top: -1px;
    padding-right: 7px;
    font-size: 11px;
    color: #E4B75C; }
.doctor-info-name {
    flex: 1; }
.doctor-info-name h3 {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 18px; }
.doctor-info-name h6 {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0;
    color: #E4B75C; }

.doctor-info-social {
    font-size: 15px;
    line-height: 37px; }
.doctor-info-social a {
    display: inline-block;
    width: 37px;
    height: 37px;
    color: #E4B75C;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s; }
.doctor-info-social a:hover {
    background-color: #E4B75C;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 3px rgba(73, 176, 193, 0.2); }

.doctor-review-row {
    display: flex;
    align-items: center; }
.doctor-review-row > * {
    padding-right: 15px; }
.doctor-review-row .star-rating {
    color: #E4B75C;
    position: relative;
    top: -2px; }

.doctor-page-table, .doctor-page-table td {
    border: 0; }

.column-filters {
    margin-bottom: 35px; }
.column-filters-inside {
    background: url("../images/bg-grey.jpg") repeat #f7f7f7; }
.column-filters .side-block {
    padding: 20px 20px 30px;
    margin-top: 0 !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6; }
.column-filters .side-block:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
.column-filters .side-block > h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600; }

ul.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 20px; }
ul.category-list li {
    position: relative;
    padding-left: 19px; }
ul.category-list li.active {
    font-weight: 700; }
ul.category-list li:before {
    font-family: 'dentco';
    content: '\e900';
    font-size: 8px;
    position: absolute;
    left: 0;
    top: 0;
    color: #E4B75C;
    font-weight: 400; }
ul.category-list li a:hover {
    text-decoration: none; }
ul.category-list li:not(:last-child) {
    margin-bottom: 18px; }
@media (max-width: 1023px) {
    ul.category-list li:not(:last-child) {
        margin-bottom: 14px; } }

/*range slider*/
.noUi-horizontal {
    height: 6px; }

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -7.5px;
    top: -5px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
        background: linear-gradient(to right, #DDA430 13%, #E4B75C 100%);;
    border-radius: 50%;
    cursor: pointer; }

.noUi-target {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: #e6e6e6;
    margin-bottom: 24px; }

.noUi-origin {
    border-radius: 0;
    box-shadow: none; }

.noUi-connect {
    background: #6a6a6a;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    height: 6px;
    transition: background 450ms; }

.noUi-handle:before,
.noUi-handle:after {
    display: none;
    border: 0;
    border-radius: 0;
    transition: background 450ms; }

.range {
    margin-top: 35px; }

.range p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px; }

.prd-sm {
    margin-bottom: 25px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
.prd-sm:not(:last-child) {
    margin-bottom: 20px; }
.prd-sm-img {
    width: 87px;
    min-width: 87px; }
.prd-sm-img img {
    border: 1px solid #f0f0f0; }
.prd-sm-delete {
    position: absolute;
    top: 0;
    right: -4px;
    cursor: pointer;
    font-size: 16px;
    color: #E4B75C; }
.prd-sm-delete:hover {
    opacity: .5; }
.prd-sm-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 15px; }
.prd-sm-info h3 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-transform: none;
    letter-spacing: -.01em;
    color: #787878; }
.prd-sm-info h3 a {
    display: block;
    text-decoration: none;
    transition: .2s;
    color: #787878; }
.prd-sm-info h3 a:hover {
    color: #E4B75C !important;
    text-decoration: none; }
.prd-sm-info .price {
    margin-top: auto;
    padding-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #424242; }

.header-cart-dropdown .prd-sm-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-right: 30px; }

.prd-grid:not(.prd-carousel) {
    margin: -25px -15px 0; }

.prd-grid.prd-carousel {
    margin: 0; }
.prd-grid.prd-carousel .prd {
    margin-bottom: 30px; }
.prd-grid.prd-carousel .slick-dots {
    margin-top: 15px; }

.prd-grid:not(.prd-carousel) .prd {
    width: calc(33.333% - 30px);
    float: left; }

.prd {
    background: #fff;
    margin: 30px 15px 0;
    padding-bottom: 25px;
    border: 1px solid #f0f0f0;
    transition: .3s; }
@media (max-width: 575px) {
    .prd {
        margin-top: 15px; } }
.prd:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-color: transparent; }
.prd-img {
    border-bottom: 1px solid #f0f0f0; }
.prd-img img {
    width: 100%; }
.prd-info {
    padding: 0 15px;
    text-align: center; }
@media (max-width: 575px) {
    .prd-info {
        padding: 0 8px; } }
.prd-info > * {
    margin-top: 15px; }
@media (max-width: 575px) {
    .prd-info > * {
        margin-top: 10px; } }
.prd-info h3 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #787878;
    text-transform: none; }
.prd-info h3 a {
    display: block;
    text-decoration: none;
    color: #787878;
    transition: .2s; }
.prd-info h3 a:hover {
    color: #E4B75C !important;
    text-decoration: none; }
.prd-info .price {
    font-size: 26px;
    margin-top: 13px;
    font-weight: 600;
    font-family: "Poppins", serif;
    color: #5f5f5f; }
.prd-info .star-rating {
    margin-top: 8px; }
.prd-info .btn, body:not(.touch) .prd-info .btn:focus {
    font-size: 15px;
    line-height: 19px;
    padding: 10px 18px;
    border-radius: 22px;
    text-transform: none; }
@media (max-width: 767px) {
    .prd-info .btn, body:not(.touch) .prd-info .btn:focus {
        padding: 10px 15px; }
    .prd-info .btn i, body:not(.touch) .prd-info .btn:focus i {
        display: none; } }

@media (max-width: 575px) {
    .prd-md-grid .col-xs-6 {
        width: 100%; } }
@media (min-width: 1024px) {
    .prd-grid:not(.prd-carousel) .prd:nth-child(3n) {
        margin-right: 0; }

    .prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
        clear: left; } }
@media (min-width: 768px) and (max-width: 1023px) {
    .prd-grid:not(.prd-carousel) .prd {
        width: calc(50% - 30px); }

    .prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
        margin-right: 0; }

    .prd-grid:not(.prd-carousel) .prd:nth-child(2n+1) {
        clear: left; } }
@media (max-width: 767px) {
    .prd-grid:not(.prd-carousel) .prd {
        width: calc(50% - 30px); }

    .prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
        margin-right: 0; }

    .prd-grid:not(.prd-carousel) .prd:nth-child(2n+1) {
        clear: left; } }
@media (max-width: 374px) {
    .prd-grid {
        margin-right: 0;
        margin-left: 0; }

    .prd-grid:not(.prd-carousel) .prd {
        width: calc(100% - 30px); }

    .prd-info a.btn span {
        display: none; } }
.product-card img {
    width: 100%; }

.prd-carousel .slick-next {
    right: -50px; }
.prd-carousel .slick-prev {
    left: -50px; }

.filters-row {
    display: flex;
    width: 100%;
    padding: 0 0 25px;
    font-size: 16px; }
@media (max-width: 1023px) {
    .filters-row {
        flex-direction: column;
        font-size: 15px; } }
.filters-row-left {
    margin-right: auto; }
.filters-row-right {
    margin-left: auto; }
@media (max-width: 1023px) {
    .filters-row-right {
        margin: 10px auto 0 0; } }
.filters-row .form-inline {
    display: inline-block; }
.filters-row .form-inline:not(:first-child) {
    margin-left: 20px; }
.filters-row .form-inline select {
    min-width: 200px; }
@media (max-width: 1023px) {
    .filters-row .form-inline select {
        min-width: 100px; } }
@media (max-width: 575px) {
    .filters-row .form-inline {
        display: block;
        margin-left: 0 !important;
        margin-top: 10px; } }
.filters-row .pagination {
    margin-bottom: 0; }
.filters-row .pagination .page-link {
    font-size: 14px;
    line-height: 26px;
    width: 30px;
    height: 30px; }

.simple-pagination {
    display: inline-block;
    font-size: 15px; }
.simple-pagination span,
.simple-pagination a.pagination-arrow {
    display: inline-block;
    padding: 3px 13px;
    vertical-align: top;
    text-decoration: none; }
.simple-pagination a:not(.pagination-arrow) {
    display: inline-block;
    padding: 3px 13px;
    border: 1px solid #717171;
    border-radius: 2px;
    vertical-align: top;
    color: #717171;
    text-decoration: none; }
.simple-pagination a.active,
.simple-pagination a:hover {
    border-color: #E4B75C; }
.simple-pagination a.pagination-arrow:hover {
    color: #E4B75C !important; }
.simple-pagination a + a {
    margin-left: 2px; }

.product-block .rating-text {
    font-size: 15px;
    color: #787878;
    cursor: pointer;
    text-decoration: underline; }
.product-block .rating-text:hover {
    text-decoration: none; }
.product-block .rating-text:not(:first-child) {
    margin-left: 25px; }

.product-block-info > *:not(:first-child):not(span) {
    margin-top: 20px; }

.product-previews {
    float: left;
    width: 106px; }
@media (max-width: 1023px) {
    .product-previews {
        width: 80px; } }
@media (max-width: 575px) {
    .product-previews {
        width: 60px; } }
.product-previews img {
    width: 100%; }

.product-previews-item {
    display: block;
    margin-bottom: 11px;
    border: 1px solid #f0f0f0;
    opacity: .7;
    transition: .2s; }
.product-previews-item:hover, .product-previews-item.active {
    opacity: 1; }

.product-block-add-to-cart {
    height: 52px !important;
    font-size: 15px !important;
    line-height: 22px !important;
    padding: 14px 33px !important; }
@media (max-width: 1023px) {
    .product-block-add-to-cart {
        padding-right: 20px !important;
        padding-left: 20px !important; } }
.product-block-add-to-cart [class*='icon'] {
    top: 1px !important;
    font-size: 16px !important;
    margin: 0 0 0 15px !important; }

.product-block-gallery {
    margin-bottom: 30px;
    overflow: hidden; }

.product-block-mainimage {
    float: right;
    width: calc(100% - 127px);
    border: 1px solid #f0f0f0; }
@media (max-width: 1023px) {
    .product-block-mainimage {
        width: calc(100% - 100px); } }
@media (max-width: 575px) {
    .product-block-mainimage {
        width: calc(100% - 85px); } }
.product-block-mainimage img {
    width: 100%; }

.product-block-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    margin-top: -.25em; }
@media (max-width: 1023px) {
    .product-block-title {
        font-size: 28px;
        line-height: 36px; } }
@media (max-width: 575px) {
    .product-block-title {
        font-size: 22px;
        line-height: 32px; } }

.product-block-price {
    margin-top: auto;
    font-size: 32px;
    line-height: 1em;
    font-weight: 700;
    font-family: "Poppins", serif;
    color: #E4B75C; }

.product-block-price-comment {
    font-size: 14px;
    margin-top: 5px !important; }

@media (max-width: 575px) {
    .btn.product-block-add-to-cart {
        width: 100%;
        margin-top: 10px; } }
.product-block-description {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 26px; }
@media (max-width: 1023px) {
    .product-block-description {
        font-size: 15px;
        line-height: 20px; } }
@media (max-width: 575px) {
    .product-block-description {
        padding: 10px 0;
        font-size: 14px;
        line-height: 18px; } }
.product-block-description table {
    margin-bottom: 0; }
.product-block-description table td,
.product-block-description table tr {
    border: 0 !important;
    padding: 14px;
    color: #787878; }
.product-block-description table td:first-child {
    color: #444; }
.product-block-description table td:first-child span {
    position: relative;
    padding-left: 35px; }
@media (max-width: 1023px) {
    .product-block-description table td:first-child span {
        padding-left: 20px; } }
@media (max-width: 767px) {
    .product-block-description table td:first-child span {
        padding-left: 15px; } }
.product-block-description table td:first-child span:before {
    position: absolute;
    top: -1px;
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    content: '\e906';
    font-size: 10px;
    font-family: 'dentco';
    color: #E4B75C;
    transition: .2s; }
@media (max-width: 1023px) {
    .product-block-description table td:first-child span:before {
        top: -1px;
        left: 0; } }

.product-block-actions {
    display: flex;
    align-items: center;
    margin-top: 37px !important; }
@media (max-width: 575px) {
    .product-block-actions {
        flex-direction: column;
        text-align: center; } }

.qty-count {
    height: 51px;
    background-color: transparent;
    display: inline-block;
    border-radius: 25px;
    margin-right: 25px;
    border: 1px solid #d5d5d5; }
@media (max-width: 575px) {
    .qty-count {
        margin-right: 0; } }

.count-add,
.count-input,
.count-reduce {
    float: left;
    margin-right: -1px;
    position: relative;
    z-index: 0; }

.count-add,
.count-reduce {
    height: 49px;
    width: 40px;
    text-align: center;
    line-height: 49px;
    font-size: 24px;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none; }

.count-reduce {
    line-height: 47px; }

.count-add:hover,
.count-reduce:hover {
    cursor: pointer;
    color: #E4B75C; }

.count-input {
    width: 30px;
    height: 49px;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-color: transparent; }
.count-input:focus {
    outline: 0;
    border: 0; }

.zoomWrapper {
    position: relative; }

.zoomContainer {
    z-index: 100; }

.zoomLens {
    border: 1px solid #b0b0b0 !important; }

.zoomWindowContainer > * {
    border: 2px solid #b0b0b0 !important; }

.prd-tabs-wrap .btn, body:not(.touch) .prd-tabs-wrap .btn:focus {
    height: 51px;
    padding: 15px;
    font-size: 15px;
    line-height: 18px; }
.prd-tabs-wrap .nav-pills .nav-link {
    margin: 0;
    padding: 14px 24px !important;
    cursor: pointer;
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 14px 16px;
    color: #787878;
    border: 1px solid #f0f0f0;
    border-bottom: 2px solid transparent;
    border-radius: 0; }
.prd-tabs-wrap .nav-pills .nav-link:hover {
    background-color: #f8f8f8; }
.prd-tabs-wrap .nav-pills .nav-link.active {
    border-bottom-color: #E4B75C;
    color: #E4B75C;
    box-shadow: none; }
.prd-tabs-wrap .nav-pills .nav-link + * {
    margin-left: -1px; }
.prd-tabs-wrap .tab-content {
    border: 1px solid #f0f0f0;
    padding: 35px; }
@media (max-width: 575px) {
    .prd-tabs-wrap .tab-content {
        padding: 15px; } }
.prd-tabs-wrap h6 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Roboto", sans-serif; }
.prd-tabs-wrap .star-rating:not(:last-child) {
    margin-bottom: 10px; }

@media (min-width: 1024px) {
    body.shop-page .header-nav {
        display: inline-block; }

    .header-content .col-lg.ml-auto {
        text-align: right; } }
@media (max-width: 1023px) {
    body.shop-page .header-content .col-lg:last-child {
        position: static; } }