@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #5c6895;
  --primary-alt: #cd7c7c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1230px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

  a:hover {
    color: #5c6895;
  }




.btn-primary {
  background-color: #5c6895;
  border-color: #5c6895; }
  .btn-primary:hover {
    background-color:#7883ac;
    border-color:#7883ac; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #5c6895;
    border-color: #5c6895; }
  .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color:#7883ac;
    border-color:#7883ac;
  }

.btn-outline-primary {
  color: #5c6895;
  border-color: #5c6895; }
  .btn-outline-primary:hover {
    background-color: #5c6895;
    border-color: #5c6895; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
      color: #5c6895;
  }
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #5c6895;
    border-color: #5c6895;
}
  .btn-link:hover {
    color: #5c6895;
  }



  .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #5c6895; }


.page-item.active .page-link {
  border-color: #5c6895; }

  .page-link:focus, .page-link:hover {
    color: #5c6895;
    border-color: #5c6895; }

.badge-primary {
  background-color: #5c6895; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color:#7883ac; }


.popover {
  background-color: #5c6895;
}
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      border-top-color: #5c6895; }
    .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-top-color: #5c6895; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      border-right-color: #5c6895; }
    .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      border-right-color: #5c6895; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      border-bottom-color: #5c6895; }
    .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      border-bottom-color: #5c6895; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      border-left-color: #5c6895; }
    .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      border-left-color: #5c6895; }

.bg-primary {
  background-color: #5c6895 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color:#7883ac !important; }

.border-primary {
  border-color: #5c6895 !important; }

.text-primary {
  color: #5c6895 !important; }

a.text-primary:focus, a.text-primary:hover {
  color:#7883ac !important; }

.theme-color {
  color: #5c6895; }

  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #5c6895;
  }

.h-decor {
  display: inline-block;
  height: 3px;
  width: 53px;
  background-color: #5c6895; }
  .h-decor + h5 {
    line-height: 34px;
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .h-decor {
      height: 2px;
      width: 34px; } }
  @media (max-width: 575px) {
    .h-decor {
      height: 2px;
      width: 34px; } }

.more-link {
  color: #5c6895;
}


.txt-gradient {
  background: -webkit-linear-gradient(left, #5c6895, #d98a66);
}

.star-rating {
  color: #5c6895;
}

.btn-link {
  color: #5c6895; }


.btn, body:not(.touch) .btn:focus {
  color: #5c6895;
  border: 2px solid #5c6895;
}
body:not(.touch) .btn-hover-fill:hover {
  background: #5c6895;
  border-color: #5c6895;
}

.btn-gradient, body:not(.touch) .btn-gradient:focus {
  background-image: linear-gradient(to right, #5c6895 0%, #ffbb42 100%);
}

.btn-fill, body:not(.touch) .btn-fill:focus {
  border-color: #5c6895;
  background: #5c6895;
}
.btn-fill:hover, body:not(.touch) .btn-fill:focus:hover {
    background: #5c6895;
    border-color: #5c6895;
}
    .btn.dropdown-toggle.btn-light [class*='icon'], .btn.dropdown-toggle.btn-light:focus [class*='icon'] {
      color: #5c6895; }

  .dropdown-info table span,
  .dropdown-form table span {
    color: #5c6895; }

  .dropdown-info ul.list-unstyled a {
    color: #5c6895; }

  .dropdown-menu .close:hover {
    color: #5c6895; }

    ul.numbered-list li:before {
      background-color: #5c6895; }

    ul.numbered-list-lg li:before {
      background-color: #5c6895; }

ul.circle-list li .icon{
    color: #5c6895; }
    ul.circle-list-dark li:before {
      color: #5c6895; }
    ul.circle-list-bordered li:before {
      color: #5c6895; }
ul.marker-list-md li .icon {
      color: #5c6895; }

    ul.marker-list-md-line li:before {
      color: #5c6895; }
    ul.marker-list-md-dark li:before {
      color: #5c6895; }

    ul.marker-list-md-bordered li:before {
      color: #5c6895; }

    ul.categories-list li:before {
      color: #5c6895; }

    ul.marker-list li:before {
      color: #5c6895; }
    ul.marker-list li span, ul.marker-list li b {
      color: #5c6895; }
    ul.marker-list-sm li:before {
      color: #5c6895; }

    ul.icn-list li > [class*='icon'] {
      color: #5c6895; }
    ul.icn-list li b {
      color: #5c6895; }
    ul.icn-list-sm li > [class*='icon'] {
      color: #5c6895; }
    ul.icn-list-lg li > [class*='icon'] {
      color: #5c6895; }

    ul.header-icn-list li > [class*='icon'] {
      color: #5c6895; }

    .icn-text:hover .icn-text-title {
      color: #5c6895;
    }
.icn-text .icn-text-simple [class*='icon'] {
    color: #5c6895; }
  .icn-text .icn-text-circle {
    background-image: linear-gradient(to right, #5c6895 0%, #ffbb42 100%);
  }
  .icn-text-sm .icn-text-circle {
    background-color: #5c6895;
  }
  .icn-text-sm span {
    color: #5c6895; }

.icn-text-num-number {
  color: #5c6895; }

    .icn-text-alt:hover .icn-text-title {
      color: #5c6895;
    }
.icn-text-alt .icn-text-alt-icn {
    color: #5c6895; }

.tooltip-inner {
  border-radius: 0; }


.info-box-color {
  background-color: #5c6895;
}

  .info-grid-label {
    color: #5c6895; }

  .quote:after {
    color: #5c6895; }

      .tags-list li a:hover {
        background-color: #5c6895;
        border-color: #5c6895;
      }
  .nav-pills .nav-link:hover {
    border-color: #5c6895;
    box-shadow: inset 0 0 0 1px #5c6895; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  border-color: #5c6895;
  box-shadow: inset 0 0 0 1px #5c6895; }

.services-nav ul .nav-link .icon{
    color: #5c6895; }
    .services-nav ul .nav-link:hover, .services-nav ul .nav-link.active {
      background:#7883ac;
    }
  .price-table th, .doctor-page-table th {
    background-color: #5c6895;
  }
  .content-social a {
    color: #5c6895;
  }
    .content-social a:hover {
      color: #5c6895;
    }
  .counter-box-icon {
    color: #5c6895; }
  .counter-box .decor {
    background-color: #5c6895;
  }

  .input-group [class*='icon-'] {
    color: #5c6895;
  }

    .bootstrap-datetimepicker-widget table thead tr:first-child th:hover [class*='icon'] {
      color: #5c6895; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"] {
    background-color: #5c6895 !important;
  }
  .bootstrap-datetimepicker-widget table td.active,
  .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #5c6895 !important; }

  .review-rating > input:checked ~ label, .review-rating:not(:checked) > label:hover, .review-rating:not(:checked) > label:hover ~ label {
    color: #5c6895; }
  .review-rating > input:checked + label:hover, .review-rating > input:checked ~ label:hover, .review-rating > label:hover ~ input:checked ~ label, .review-rating > input:checked ~ label:hover ~ label {
    color: #5c6895; }

.content-search button, body:not(.touch) .content-search button:focus {
    color: #5c6895;
}
.content-search button:hover, body:not(.touch) .content-search button:focus:hover {
    background: #5c6895;
}
.loading-text {
  color: #5c6895; }

#Draw-2 {
  fill: #5c6895; }

.inner-circles-loader:not(:required):before {
  background: #5c6895; }

.header-topline {
  background: #5c6895; }


@media (max-width: 1023px) {
    .header-toggle-slide.active {
      background-color: #5c6895;
    } }
  .header-contact span {
    color: #5c6895; }
  .header-contact [class*='icon-'] {
    color: #5c6895; }

  .header-nav .nav-item > .nav-link:hover,.header-logo__wrapper .bloginfo_name:hover {
    color: #5c6895;
  }
.header-nav .nav-item.active > .nav-link {
  color: #5c6895; }

@media (min-width: 1024px) {

  .header .navbar-nav > .nav-item > .dropdown-menu, .dropdown-item + .dropdown-menu {
    border-top: 3px solid #5c6895;
  }
    .header .navbar-nav > .nav-item > .dropdown-menu a:hover, .dropdown-item + .dropdown-menu a:hover {
        color: #5c6895; } }

@media (min-width: 1024px) {
  .btco-hover-menu .dropdown-menu .dropdown-toggle:after {
    color: #5c6895; } }

@media (max-width: 1023px) {
    .header .dropdown-item:hover, .header .dropdown-item:focus {
      color: #5c6895;
    }
    .header .dropdown-item.dropdown-toggle:after {
      color: #5c6895;
    }

    .header .dropdown-item.dropdown-toggle .icon, .nav-link.dropdown-toggle .icon {
    color: #5c6895; } }

@media (max-width: 1229px) {
  .header-mobile-top {
    background-color: #5c6895; } }

  .header-cart .badge {
    background-color: #5c6895;
  }
.header-cart:hover .icon, .header-cart.opened .icon {
    color: #5c6895; }
  .header-cart:hover .badge, .header-cart.opened .badge {
    background-color: #5c6895; }

  .header-cart-dropdown .prd-sm-info h3 a:hover {
    color: #5c6895; }
  .header-cart-dropdown .prd-sm-info .price {
    color: #5c6895; }


.footer-bottom {
  background: #5c6895;
}
  .footer-social a {
    color: #5c6895;
  }
    .footer-social a:hover {
      color: #5c6895;
    }

    .footer ul.icn-list li > [class*='icon'] {
      color: #5c6895; }
  .footer ul.icn-list .phone {
    color: #5c6895; }

  .footer-post-title a:hover {
    color: #5c6895; }

.backToTop {
  background: #5c6895;
}


  .service-box-icon {
    color: #5c6895;
  }
  .service-box-icon-bg {
    color: #5c6895;
  }

    .service-card-photo:after {
      box-shadow: inset 0 0 0 30px #5c6895;
    }
    .service-card-name:hover, .service-card-name a:hover {
      color: #5c6895; }


    .services-tab-wrap .nav-pills .nav-link.active {
      color: #5c6895;
    }
  .special-card-txt1 {
    color: #5c6895; }


  .banner-call-phone:hover {
    color: #5c6895;
  }
.banner-call-phone [class*='icon'] {
    color: #5c6895; }


    .faq-item [data-toggle='collapse'] span:first-child {
      color: #5c6895; }
    .faq-item [data-toggle='collapse'] .icon {
      color: #5c6895;
    }

    .faq-wrap .nav-pills .nav-link.active {
      color: #5c6895; }


  .collapse-wrap:hover .collapse-title {
    color: #5c6895; }
  .collapse-wrap [class*='icon-'] {
    color: #5c6895; }

.newsletter-card {
  border-top: 4px solid #5c6895;
}
  .modal-form .close:hover {
    color: #5c6895; }

.slider-gallery .slick-prev, .slider-gallery .slick-next {
  color: #5c6895;
}

.filters-toggle {
  background: #5c6895;
}

.filters-slide {
  background: #5c6895; }

.btn-filter {
  color: #5c6895; }
  .btn-filter-invert:hover {
    color: #5c6895; }
  .rating-box .rating-number {
    color: #5c6895; }

    .review-box-bot [class*='icon-'] {
      color: #5c6895;
    }

.review-author-position {
  color: #5c6895; }

  .reviews-text-carousel:before {
    color: #5c6895; }



  .testimonial-position {
    color: #5c6895; }

.testimonial-bg2 {
  background: #5c6895;
}
.testimonial-bg2:before {
    border-top-color: #5c6895;
}
  .testimonial-card-position {
    color: #5c6895; }


    .filters-by-category ul a.selected {
      border-color: #5c6895;
      box-shadow: inset 0 0 0 1px #5c6895; }

body:not(.touch) .filters-by-category ul a:hover {
  border-color: #5c6895;
  box-shadow: inset 0 0 0 1px #5c6895; }
  .gallery-hover-item-state {
    color: #5c6895; }

.slick-prev,
.slick-next {
  color: #5c6895;
}
.slick-prev:hover,
.slick-next:hover {
  border-color: #5c6895;
  background-color: #5c6895;
  color: #5c6895; }

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background-color: #5c6895; }

  .blog-post .post-meta-author a {
    color: #5c6895; }
    .blog-post .post-meta-social a:hover [class*='icon'] {
      color: #5c6895; }

  .blog-post:not(.post-preview) .post-date span {
    color: #5c6895; }
  .blog-post.post-preview .post-meta-date [class*='icon'] {
    color: #5c6895;
  }
      .blog-post.post-preview .post-title a:hover {
        color: #5c6895; }
        .comments-block .comment .text .meta [class*='icon'] {
          color: #5c6895;
        }
      .comments-block .comment .text a.reply {
        color: #5c6895; }
        .comments-block .comment .text a.reply [class*='icon'] {
          color: #5c6895;
        }
  @media (max-width: 767px) {
      .blog-grid .blog-post:not(.post-preview) .post-date span {
        color: #5c6895; } }

@media (max-width: 767px) {
    .blog-grid-full .blog-post:not(.post-preview) .post-date span {
      color: #5c6895; } }

    .calendar__header .prev, .calendar__header .next {
      color: #5c6895;
    }

  .calendar th {
    background-color: #5c6895; }
    .calendar .selected:after,
    .calendar .selected:hover:after {
      border: 1px solid #5c6895;
    }

.contact-box {
  background-color:#7883ac;
}
.contact-box-2 {
  background-color:#7883ac; }

  .quickLinks .col > .link {
    background-color: #5c6895;
  }
    body:not(.touch) .quickLinks .col > .link:hover, .quickLinks .col > .link.active {
      color: #5c6895;
    }
  .quickLinks .col-close {
    color: #5c6895;
  }
      .quickLinks .link-drop-title > [class*='icon-'] {
        color: #5c6895;
      }
.quickLinks .col:nth-child(1) > .link {
    background-color: #56638b; }
.quickLinks .col:nth-child(2) > .link {
    background-color: #5c6895; }
.quickLinks .col:nth-child(3) > .link {
    background-color: #616e9d; }
.quickLinks .col:nth-child(4) > .link {
    background-color: #7681aa; }
.quickLinks .col:nth-child(5) > .link {
    background-color: #828bb2; }
.quickLinks .col:nth-child(6) > .link {
    background-color: #939bbc; }

.link-drop-title > [class*='icon-'] {
    color: #5c6895;
  }


.schedule-top-info, .timeline-top-info {
  background: #5c6895;
}

.doctor-card .doctor-position {
  color: #5c6895; }

    .doctor-box-photo:after {
      box-shadow: inset 0 0 0 30px #5c6895;
    }
  .doctor-box-position {
    color: #5c6895; }
      .doctor-box-phone a:hover {
        color: #5c6895; }
    .doctor-box-phone [class*='icon-'] {
      color: #5c6895; }

  .doctor-box-social a {
    color: #5c6895;
  }
.doctor-box-social a:hover {
      background-color: #5c6895;
}

      .doctor-info-phone a:hover {
        color: #5c6895; }
    .doctor-info-phone [class*='icon-'] {
      color: #5c6895; }
    .doctor-info-name h6 {
      color: #5c6895; }

  .doctor-info-social a {
    color: #5c6895;
  }
.doctor-info-social a:hover {
      background-color: #5c6895;
}
  .doctor-review-row .star-rating {
    color: #5c6895;
  }
    ul.category-list li:before {
      color: #5c6895;
    }

.noUi-horizontal .noUi-handle {
  background: #5c6895;
}

  .prd-sm-delete {
    color: #5c6895; }
        .prd-sm-info h3 a:hover {
          color: #5c6895 !important;
        }
        .prd-info h3 a:hover {
          color: #5c6895 !important;
        }
  .simple-pagination a.active,
  .simple-pagination a:hover {
    border-color: #5c6895; }
  .simple-pagination a.pagination-arrow:hover {
    color: #5c6895 !important; }

.product-block-price {
  color: #5c6895; }

      .product-block-description table td:first-child span:before {
        color: #5c6895;
      }

.count-add:hover,
.count-reduce:hover {
  color: #5c6895; }

  .prd-tabs-wrap .nav-pills .nav-link.active {
    border-bottom-color: #5c6895;
    color: #5c6895;
  }
.ch-pulse {
    background:#5c6895;
}

/*additional WP styles*/
 .entry-content .faq-item a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
 .woocommerce-product-details__short-description table td:first-child span:before,
.woocommerce div.product p.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
 .column-filters .side-block li:before,
 .woocommerce-MyAccount-navigation li:before,
 .title-wrap.theme-color .h-sub,
.woocommerce .widget_price_filter .price_slider_amount .button,
 .tt-footer-newsletter__btn .icon,
 .woocommerce p.stars a,
 a:hover .nav-title,
 .comments-block .comment .text .reply, .comments-block .comment .text .reply a,
 .blog-post .post-image .post-link [class*='icon'],
 .blog-post.tt-single-post-image .post-meta > * [class*='icon'],
 .aside-left .side-block ul.ch-categories li .icon{
    color: #5c6895;
}
 .slick-prev:hover,  .slick-next:hover,
 .woocommerce-error,
 .woocommerce-info,
\ .woocommerce-message{
    border-color:#5c6895
}

 .woocommerce .widget_price_filter .price_slider_amount .button,
 .pagination .active .page-link,
 .pagination a:not(.prev):not(.next):hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce button.button,
 .contact7__custom-form button.btn.btn-sm,
 .contact7__custom-form input.btn.btn-sm[type="button"],
 .contact7__custom-form input.btn.btn-sm[type="submit"],
.woocommerce .simple-pagination nav.woocommerce-pagination ul li a:focus,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li a:hover,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li span.current,
.woocommerce .simple-pagination nav.woocommerce-pagination ul li span.current{
    border: 2px solid #5c6895;
}

 .contact7__custom-form input[type="submit"],
.woocommerce button.button,
 .contact7__custom-form button.btn.btn-sm,
 .contact7__custom-form input.btn.btn-sm[type="button"],
 .contact7__custom-form input.btn.btn-sm[type="submit"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce button.button,
.woocommerce #respond input#submit,
 .aside-left .side-block ul li:before,
 .calendar_wrap a,
.woocommerce .star-rating span, .woocommerce .star-rating::before,
 .woocommerce-info::before,
.woocommerce p.stars a::before,
 ul.numbered-list-xl li:before,
 .video-box span:last-child,
 .box-progress-number,
 .service-card-style2 .service-card-icon,
 .service-card-style2 .service-card-name a:hover,
 .department-tab.active .department-tab-icon, .department-tab:hover .department-tab-icon,
 .department-carousel .department-tab-icon,
 .reviews-style2 .reviews-carousel:before,
 .blog-post .post-date-inline,
 .layout-landing .btn-white, .layout-landing .btn-white:focus, .layout-landing:not(.touch) .btn-white:focus{
    color:#5c6895
}
@media (max-width: 767px) {
    .department-carousel .slick-prev:before, .department-carousel .slick-next:before, .department-carousel .slick-prev:hover:before, .department-carousel .slick-next:hover:before {
        color: #5c6895; } }

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
 .contact7__custom-form input[type="submit"]:hover{
    background-color:#5c6895;
    color:#fff
}
 .calendar_wrap thead th,
 .tagcloud a:hover,
 .slick-dots li.slick-active button,
 .slick-dots li.slick-active button:hover,
 ul.numbered-list-xl li:hover:before,
 .department-tab.active, .department-tab:hover,
 .department-carousel .department-tab,
 .header-lang-dropdown:after,
 .layout-landing:not(.touch) .btn-white:hover, .layout-landing .btn-white:hover{
    background-color:#5c6895;
}
.video-box .video-btn,
.layout-landing .contact7__custom-form button,
.layout-landing .contact7__custom-form input[type="button"],
.layout-landing .contact7__custom-form input[type="button"]:focus,
.layout-landing .wpcf7-form input[type="submit"],
.layout-landing .wpcf7-form input[type="submit"]:focus,
.layout-landing .btn, .layout-landing:not(.touch) .btn:focus,
.layout-landing .btn-fill, .layout-landing:not(.touch) .btn-fill:focus,
.layout-landing .btn-hover-fill, .layout-landing:not(.touch) .btn-hover-fill:focus{
    background: #5c6895;
}
 .contact7__custom-form input[type="button"]:hover,
 .contact7__custom-form input[type="submit"]:hover,
.woocommerce button.button:hover,.woocommerce button.button:focus,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
 .wpcf7-form input[type="submit"]:focus,
 .product-block-info button.single_add_to_cart_button,
.woocommerce div.product form.cart .button,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce button.button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:focus{
    background: #5c6895;
    color:#fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    border-bottom: 2px solid #5c6895
}
 .slick-prev:hover,  .slick-next:hover{
    border-color:#5c6895
}
.header-lang:hover .icon,
.header-lang.opened .icon,
.header-lang-dropdown ul li > a:hover{
    color: #5c6895;
}
.layout-landing .btn-gradient, .layout-landing:not(.touch) .btn-gradient:focus,
.layout-landing:not(.touch) .btn-gradient:hover{
    background-image: linear-gradient(to right, #5c6895 0%, #8892b6 100%); }

.layout-landing .btn:hover, .layout-landing:not(.touch) .btn:focus:hover,
.layout-landing:not(.touch) .btn-fill:hover, .layout-landing:not(.touch) .btn-fill:focus:hover, .layout-landing:not(.touch) .btn-hover-fill:hover, .layout-landing:not(.touch) .btn-hover-fill:focus:hover {
    background: #7883ac;}
