@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Oxygen:wght@400;500;700&display=swap");
.modal-content {
  border-radius: 20px;
  max-width: 600px;
  margin: auto;
}
.modal-content form {
  width: 80%;
  margin: auto;
}
.modal-content form .form-control {
  height: 60px;
  border-color: #cccccc;
  margin-bottom: 0;
  border-radius: 10px;
}
.modal-content .close {
  color: #000000;
  z-index: 1;
  background: #ffffff;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  top: -15px;
  position: absolute;
  right: -15px;
  font-size: 2em;
}
.modal-content .modal-body {
  padding: 20px 0;
}
.modal-content .title {
  font-size: 1.5em;
  font-family: "Merriweather", serif;
  line-height: 1.7;
}
.modal-content .desc {
  margin: 20px 0;
}
.modal-content .input-wrap {
  flex-direction: column;
  position: relative;
}
.modal-content .input-wrap > * {
  flex: none;
}
.modal-content .input-wrap .text-center {
  position: absolute;
  right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal-content .input-wrap .btn {
  width: 100%;
  max-width: none;
  height: 40px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Oxygen", sans-serif;
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
  color: #000000;
  padding-bottom: 0 !important;
  letter-spacing: normal;
}
body > .container {
  min-height: 50vh;
}
body * {
  outline: none !important;
}

.breadcrumb,
#breadcrumbs {
  font-size: 0.875em;
  text-transform: capitalize;
  font-weight: 500;
}
.breadcrumb a,
#breadcrumbs a {
  color: inherit;
}
.breadcrumb li::after,
#breadcrumbs li::after {
  content: "|";
}
.breadcrumb li a,
#breadcrumbs li a {
  letter-spacing: normal;
}

.container {
  width: 93.2291666667%;
  padding: 0;
  margin: auto;
  max-width: 1920px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

#main-content {
  min-height: 50vh;
}

.target-heading,
.title-header h2,
.entry-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
  font-family: "Merriweather", serif;
  /*font-weight: 700;*/
}
.target-heading:after,
.title-header h2:after,
.entry-title:after {
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 1px;
  background: #000000;
  display: block;
  margin: 30px auto 0;
}

.btn {
  text-transform: capitalize;
  height: 60px;
  border-radius: 10px;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #454545;
  color: #ffffff;
  max-width: 200px;
  box-shadow: 0px 5px 11px -4px rgba(0, 0, 0, 0.32);
}
.btn:hover {
  background: #dcdccd;
}
.btn.btn-primary {
  color: #ffffff;
  border: none;
}
.btn.btn-primary:hover {
  background: #cccccc;
}
.btn.btn-white {
  background: #ffffff;
  color: #000000;
}
.btn.btn-white:hover {
  background: #000000;
  color: #ffffff;
}
.btn.btn-black {
  background: #000000;
  color: #ffffff;
}
.btn.btn-gray, .btn.btn-default {
  background: #cccccc;
  color: #ffffff;
}
.btn.btn-dgray {
  background: #454545;
  color: #ffffff;
}
.btn.btn-dyellow {
  background: #dcdccd;
  color: #000000;
}
.btn.btn-danger {
  background: #f31524;
  color: #ffffff;
}

#pg-banner-wrap .page-banner-title {
  display: none;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination li a:hover,
.pagination li span:hover {
  background: #f7f7e8;
  color: #000000;
  border: none;
}

.section-space:last-child {
  padding-bottom: 0;
}

header .header_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .header_banner .header-social-icons {
  position: absolute;
  left: 0;
  display: flex;
  z-index: 1;
  width: 6.7708333333%;
  justify-content: flex-end;
}
header .header_banner .header-social-icons > a {
  margin: 0 10px;
}
header .header_banner .header_title {
  font-weight: 700;
}
header > .header-social-icons {
  background: #cccccc;
  padding: 13px;
}
header > .header-social-icons a {
  margin: 0 10px 0 0;
}
header .container .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
header .container .header-container > * {
  width: 40%;
}
header .container .header-container .header-menu {
  justify-content: flex-start;
}
header .container .header-container .header-menu #main-menu > li > a {
  padding-right: 20px;
}
header .container .header-container .header-menu #main-menu > li > a:hover {
  text-decoration: underline;
}
header .container .header-container .header-menu #main-menu > li > a .sub-arrow {
  border-color: #dcdccd transparent transparent;
}
header .container .header-container .header-logo {
  width: 15%;
}
header .container .header-container .header-logo a img {
  display: block;
  margin: auto;
  width: 90%;
}
header .container .header-container .header-top {
  display: flex;
  justify-content: flex-end;
}
header .container .header-container .header-top > * {
  margin-left: 20px;
}
header .container .header-container .header-top #wishlist-total {
  /*background: url("../image/wishlist.png") no-repeat;*/
  background: url("../image/icon_nav-wishlist.png") no-repeat;
  width: 28px;
  height: 28px;
}
header .container .header-container .header-top #account > a {
  /*background: url("../image/account.png") no-repeat;*/
  background: url("../image/icon_nav-user.png") no-repeat;
  width: 28px;
  height: 28px;
}
header .container .header-container .header-top #cart_dropdown_icon {
  /*background: url("../image/cart.png") no-repeat;*/
  background: url("../image/icon_nav-cart.png") no-repeat;
  width: 28px;
  height: 28px;
}
header .container .header-container .header-top #enquiry_dropdown_icon {
  /*background: url("../image/enquiry.png") no-repeat;*/
  background: url("../image/icon_nav-enquire.png") no-repeat;
  width: 28px;
  height: 28px;
}
header .container .header-container .header-top #account > a,
header .container .header-container .header-top #cart_dropdown_icon,
header .container .header-container .header-top #enquiry_dropdown_icon,
header .container .header-container .header-top #wishlist-total {
  width: 20px;
  height: 20px;
  background-size: contain;
  padding: 0;
}
header .container .header-container .header-top #cart_dropdown_icon .badge,
header .container .header-container .header-top #enquiry_dropdown_icon .badge {
  transform: none;
  right: 10px;
  top: -10px;
  background: #000000;
}
header .container .header-container .header-top .search-box {
  width: 300px;
  height: 50px;
  border-radius: 10px;
  border: none;
  background: #f1f1f1;
}
header .container .header-container .header-top .search-box input {
  background: transparent;
}
header .container .header-container .header-top .search-box i {
  font-size: 1.5em;
}

#cart .cart-dorpdown-items .item-name,
#enquiry .cart-dorpdown-items .item-name {
  color: #000000;
  font-weight: 700;
}
#cart .cart-dorpdown-items .btn-danger,
#enquiry .cart-dorpdown-items .btn-danger {
  height: auto;
}
#cart .cart-dorpdown-footer,
#enquiry .cart-dorpdown-footer {
  display: flex;
  justify-content: space-between;
}
#cart .cart-dorpdown-footer .btn,
#enquiry .cart-dorpdown-footer .btn {
  display: flex;
  align-items: center;
  color: #000000;
  border: none;
  height: 40px;
}

body #footer-area {
  position: static;
}

footer {
  background: #ffffff;
  color: #000000;
  line-height: 1.7;
  padding-bottom: 0;
}
footer a {
  color: #000000;
}
footer a:hover {
  color: #cccccc;
}
footer p,
footer li {
  font-size: 0.875em;
  margin-bottom: 5px;
}
footer h5 {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 30px;
}
footer .footer-upper-contet > *:last-child {
  flex: 1;
}
footer .logo-container {
  margin-bottom: 40px;
}
footer .logo-container img {
  display: block;
  margin: auto;
}
footer .footer-social-icons {
  padding: 0;
}
footer .footer-social-icons > * {
  display: block;
}
footer .footer-social-icons img {
  margin-right: 10px;
}
footer .footer-newsletter h5 {
  margin-bottom: 10px;
}
footer .newsletter-section {
  padding: 0;
  border: none;
}
footer .newsletter-section .title {
  display: none;
}
footer .newsletter-section .desc {
  margin-bottom: 20px;
}
footer .newsletter-section .input-wrap {
  background: #f1f1f1;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
}
footer .newsletter-section .input-wrap input {
  background: transparent;
  border: none;
  box-shadow: none;
}
footer .newsletter-section .input-wrap .btn {
  height: auto;
  border: none;
}
footer .newsletter-section .subscribed {
  text-align: left;
}
footer .footer-bottom {
  background: #f1f1f1;
  width: 100%;
  margin: 40px 0 0;
  padding: 10px 0;
}
footer .footer-bottom p {
  margin-bottom: 0;
}
footer .footer-bottom .flex {
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom .flex:before, footer .footer-bottom .flex:after {
  display: none;
}

.slider-slideshow-description .container {
  display: flex;
  text-align: center;
}
.slider-slideshow-description.right .container {
  justify-content: flex-end;
}
.slider-slideshow-description.center .container {
  justify-content: center;
}
.slider-slideshow-description .slider-slideshow-description-texts {
  width: 50%;
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0,
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
  font-size: 3em;
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0,
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
  font-family: "Merriweather", serif;
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
  font-weight: 700;
  margin: 0 0 20px;
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
  font-size: 1.125em;
  text-transform: uppercase;
}
.slider-slideshow-description .slider-slideshow-description-texts .slider-slideshow-description-link .btn {
  max-width: 200px;
  margin: 10px auto;
}

.slideshow .slider-custom-dots li {
  margin: 0 10px;
}
.slideshow .slider-custom-dots li.slick-active button {
  width: 10px;
  background: #cccccc;
}
.slideshow .slider-custom-dots li button {
  background: #ffffff;
}
.slideshow .slider-nav.hover-show {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex !important;
  align-items: center;
  font-size: 2em;
}

.manufacturer-list {
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 40px;
  align-items: center;
}
.manufacturer-list .pointer {
  font-size: 2em;
}
.manufacturer-list .slick-list {
  width: 90%;
  margin: auto;
}
.manufacturer-list .item {
  width: 25%;
  padding: 0 20px;
}
.manufacturer-list .item a {
  display: block;
  transition: all 0.2s ease;
}
.manufacturer-list .item a:hover {
  box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.27);
}
.manufacturer-list .item a img {
  width: 100%;
}

.featured.featured-28 {
  background: #ececec;
}

.featured.featured-28 .slick-slider,
.common-home .news_latest .slick-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featured.featured-28 .slick-slider .slick-list,
.common-home .news_latest .slick-slider .slick-list {
  width: 90%;
  margin: auto;
}
.featured.featured-28 .slick-track,
.common-home .news_latest .slick-track {
  display: flex;
}
.featured.featured-28 .slick-nav,
.common-home .news_latest .slick-nav {
  font-size: 2.5em;
  height: 70%;
}
.featured.featured-28 .slick-nav *,
.common-home .news_latest .slick-nav * {
  transform: none;
}
.featured.featured-28 .btn-container,
.common-home .news_latest .btn-container {
  margin-top: 40px;
}
.featured.featured-28 .btn-container .btn,
.common-home .news_latest .btn-container .btn {
  margin: auto;
}

.common-home .news_latest #news_latest.bnews-list .slick-slide {
  box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.1);
  margin: 20px;
}
.common-home .news_latest #news_latest.bnews-list .artblock {
  display: flex;
  flex-direction: column;
  height: inherit;
  padding-bottom: 20px;
  justify-content: space-between;
}
.common-home .news_latest #news_latest.bnews-list .artblock .img_container {
  width: 100%;
  margin-bottom: 20px;
}
.common-home .news_latest #news_latest.bnews-list .artblock .img_container img {
  width: 100%;
}
.common-home .news_latest #news_latest.bnews-list .artblock .info {
  padding: 0 20px;
  width: 100%;
  text-align: center;
  margin: 0 auto auto;
}
.common-home .news_latest #news_latest.bnews-list .artblock .info .date {
  font-size: 0.875em;
  font-family: "Merriweather", serif;
}
.common-home .news_latest #news_latest.bnews-list .artblock .info .name {
  margin-bottom: 20px;
}
.common-home .news_latest #news_latest.bnews-list .artblock .info .name a {
  color: #000000;
  font-size: 1.25em;
  line-height: 1.5;
  font-family: "Merriweather", serif;
}
.common-home .news_latest #news_latest.bnews-list .artblock .info .description {
  color: #000000;
}
.common-home .news_latest #news_latest.bnews-list .btn {
  margin: 20px auto 0;
  width: 50%;
}

.instagram-30 {
  padding-bottom: 40px;
}
.instagram-30 .module-instagram {
  align-items: center;
}
.instagram-30 .module-instagram .section-title {
  width: 50%;
}
.instagram-30 .module-instagram .section-title .target-heading {
  line-height: 1.5;
  font-size: 1.75em;
  text-transform: capitalize;
}
.instagram-30 .module-instagram .section-title .target-heading i {
  display: block;
  font-size: 3em;
}
.instagram-30 .module-instagram .section-title .target-heading span {
  font-size: 0.667em;
  text-transform: uppercase;
}
.instagram-30 .module-instagram .section-title .btn {
  margin: auto;
}
.instagram-30 .module-instagram .instagram {
  width: 50%;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.instagram-30 .module-instagram .instagram .item {
  max-width: 250px;
  width: 32%;
  padding: 0 10px;
}

.common-home > .container {
  padding-bottom: 0;
}

.about_page_content {
  padding-top: 40px;
}
.about_page_content .flex {
  justify-content: space-between;
  align-items: center;
}
.about_page_content .flex > * {
  width: 48%;
}
.about_page_content .flex .img-container img {
  display: block;
  width: 100%;
}
.about_page_content .flex .writeup-container p {
  font-size: 0.875em;
  line-height: 2;
  margin-bottom: 20px;
}

.information-contact .main-office {
  text-align: center;
  margin-bottom: 40px;
}
.information-contact .main-office p {
  font-size: 0.875em;
  margin-bottom: 0;
  line-height: 1.7;
}
.information-contact .main-office p a {
  color: inherit;
}
.information-contact .main-office .main-office-title {
  font-family: "Merriweather", serif;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}
.information-contact .main-office .main-office-address {
  max-width: 150px;
  margin: auto auto 20px;
}
.information-contact .regions {
  justify-content: center;
  margin-bottom: 40px;
}
.information-contact .regions a {
  background: #cccccc;
  padding: 20px;
  color: #000000;
  border-radius: 10px;
  margin: 0 10px 10px;
  width: 120px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.2s ease;
}
.information-contact .regions a:hover, .information-contact .regions a.active {
  background: #f7f7e8;
  box-shadow: 0px 0px 5px 0px rgba(194, 194, 194, 0.5);
}
.information-contact .outlets {
  max-width: 1190px;
  width: 100%;
  margin: auto;
  padding: 20px;
  border: solid 1px #cccccc;
}
.information-contact .outlets > * {
  width: 50%;
}
.information-contact .outlets .map {
  min-height: 400px;
}
.information-contact .outlets .list-container {
  padding-right: 20px;
  max-height: 520px;
  overflow-y: auto;
}
.information-contact .outlets .list-container .heading {
  font-size: 1.5em;
  font-family: "Merriweather", serif;
  line-height: 1.5;
}
.information-contact .outlets .list-container .item {
  padding: 10px 20px;
  color: #000000;
  display: block;
}
.information-contact .outlets .list-container .item:hover, .information-contact .outlets .list-container .item.active {
  background: #cccccc;
}
.information-contact .outlets .list-container .title {
  font-weight: 700;
}
.information-contact .outlets .list-container .address {
  margin-bottom: 0;
}
.information-contact .outlets .map .item {
  height: 100%;
}
.information-contact .outlets .map .item:not(.active) {
  display: none;
}
.information-contact .outlets .map .item iframe {
  width: 100%;
  height: 100%;
}

.information-faq .panel-title > a i {
  margin-right: 10px;
}
.information-faq .panel-default {
  border: none;
}
.information-faq .panel-default > .panel-heading {
  background: transparent;
  border: none;
}
.information-faq .panel-default .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.product-block {
  background: transparent;
  border: none;
}
.product-block.out-of-stock img {
  opacity: 0.2;
}
.product-block:hover .image-container img {
  opacity: 0.4;
}
.product-block .sticker {
  padding: 3px 20px;
  left: 0;
  right: auto;
}
.product-block .product-image-block {
  margin-bottom: 20px;
}
.product-block .product-name {
  font-size: 1.25em;
  font-family: "Merriweather", serif;
  line-height: 1.5;
}
.product-block .product-name a {
  color: #000000;
}
.product-block .product-details .price,
.product-block .product-details .doctor-login {
  font-size: 1.5em;
}
.product-block .product-details .price .price-new {
  color: #f31524;
}
.product-block .product-details .price .price-old {
  font-size: 1em;
  text-decoration: line-through;
}
.product-block .rating {
  min-height: 20px;
}
.product-block .btn-group {
  flex-direction: column;
}
.product-block .btn-group button,
.product-block .btn-group a {
  display: flex;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px !important;
}
.product-block .btn-group button i,
.product-block .btn-group a i {
  display: block;
  margin: auto 10px auto 0;
}
.product-block .btn-group button span,
.product-block .btn-group a span {
  text-align: center;
  flex: 1;
}

.product-category .layout-toggle,
.product-special .layout-toggle {
  display: none;
}
.product-category .filters-wrap select,
.product-special .filters-wrap select {
  font-size: 0.875em;
}

.quickcheckout-cart td.quantity .input-group > * {
  display: flex;
  flex: none;
}

.flex.filters {
  z-index: 1;
  margin-bottom: 40px;
  align-items: center;
}
.flex.filters .list-group-item {
  padding: 0;
}
.flex.filters #side-price,
.flex.filters #side-manufacturer,
.flex.filters #side_filter {
  position: relative;
  margin-left: 20px;
  margin-bottom: 0;
}
.flex.filters #side-price .item-header,
.flex.filters #side-manufacturer .item-header,
.flex.filters #side_filter .item-header {
  border: solid 1px #cccccc;
  height: 34px;
  border-radius: 0;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.flex.filters #side-price .slider-container,
.flex.filters #side-manufacturer .slider-container,
.flex.filters #side_filter .slider-container {
  position: absolute;
  width: 300px;
  top: 35px;
  visibility: hidden;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0px 5px 13px -9px rgba(0, 0, 0, 0.39);
  padding: 10px;
}
.flex.filters #side-price .slider-container.visible,
.flex.filters #side-manufacturer .slider-container.visible,
.flex.filters #side_filter .slider-container.visible {
  visibility: visible;
}
.flex.filters #side-price {
  display: none;
}
.flex.filters .filters-wrap {
  justify-content: flex-end;
  margin: auto 0 auto auto;
}
.flex.filters .filters-wrap > div {
  margin: 0 5px;
}
.flex.filters .filters-wrap .form-group {
  margin-bottom: 0;
}

.quickcheckout-checkout .terms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quickcheckout-checkout .terms .btn {
    margin-left: 20px;
}

.product-product .sticker {
  right: auto;
  left: 0;
}
.product-product .product-name {
  font-size: 1.625em;
  font-family: "Merriweather", serif;
  line-height: 1.7;
}
.product-product .price-wrapper,
.product-product .doctor-login {
  font-size: 1.688em;
  margin: 20px 0;
}
.product-product .price-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.product-product .price-wrapper li .old-prices:not(.product-price) {
  color: #cccccc;
}
.product-product .price-wrapper .product-special-price {
  color: #f31524;
  margin-right: 10px;
}
.product-product .recommended {
  color: #454545;
  font-size: 0.875em;
}
.product-product .options-text {
  color: #454545;
  font-size: 0.875em;
}
.product-product .options-text .option-item p {
  margin-bottom: 0;
}
.product-product .options-text .option-item .option-name {
  margin-right: 5px;
}
.product-product #product .form-group > label {
  width: 100%;
  font-weight: 700;
}
.product-product #product .form-group.btn-group {
  margin-top: 40px;
}
.product-product #product .form-group.btn-group button {
  border-radius: 10px;
  margin-right: 10px;
  padding: 10px 20px;
}
.product-product #product .form-group.btn-group i {
  display: block;
  margin: auto 10px auto 0;
}
.product-product #product .form-group.btn-group span {
  text-align: center;
  flex: 1;
}
.product-product #product .form-group .selections {
  align-items: center;
  margin-top: 10px;
}
.product-product #product .form-group .radio {
  margin: 0 10px 0 0;
}
.product-product #product .form-group .radio label {
  border: solid 1px #cccccc;
  padding: 0 10px;
  width: 100px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #454545;
}
.product-product #product .form-group .radio label.selected {
  border: solid 2px #3a5897;
}
.product-product #product .form-group .radio input {
  visibility: hidden;
}
.product-product #product .form-group select.form-control {
  height: 40px;
}
.product-product #product .form-group .input-group {
  height: 60px;
}
.product-product #product .form-group .input-group > * {
  height: inherit;
  flex: none;
}
.product-product #product .form-group .input-group #input-quantity {
  width: 100px;
}
.product-product #product .form-group .input-group .btn {
  border-radius: 0;
  background: #f1f1f1;
  width: 60px;
  box-shadow: none;
  color: #000000;
}
.product-product #product .form-group .input-group .btn:hover {
  background: #cccccc;
}
.product-product .nav-tabs {
  margin-bottom: 0;
  border: none;
}
.product-product .nav-tabs > li.active > a {
  border: none;
  background: #f7f7e8;
}
.product-product .nav-tabs > li a {
  background: #f1f1f1;
  color: #000000;
  border-radius: 10px;
  padding: 15px 40px;
  text-align: center;
}
.product-product .nav-tabs > li a:hover {
  background: #f7f7e8;
}
.product-product .tab-pane {
  border: solid 1px #cccccc;
  padding: 20px 40px;
  margin-bottom: 40px;
}
.product-product .tab-pane p {
  font-size: 0.875em;
  line-height: 2;
}
.product-product .waiting_list_container {
  background: #f1f1f1;
  padding: 20px;
}
.product-product .waiting_list_container .heading {
  font-family: "Merriweather", serif;
  font-size: 1.5em;
}
.product-product .waiting_list_container .flex-just-cont-center {
  background: #ffffff;
  border-radius: 0 20px 20px 0;
}
.product-product .waiting_list_container .flex-just-cont-center input {
  border: none;
  padding: 10px 20px;
}
.product-product .waiting_list_container .flex-just-cont-center .btn {
  width: 200px;
}

#tab-review {
  margin-top: 60px;
}
#tab-review .heading {
  font-size: 1.5em;
  font-family: "Merriweather", serif;
}
#tab-review #review {
  margin-bottom: 60px;
}
#tab-review .review-item {
  padding-bottom: 20px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 20px;
}
#tab-review .author-name {
  font-size: 0.875em;
  font-weight: 700;
}
#tab-review .rating {
  display: flex;
}
#tab-review .rating .fa-stack {
  font-size: 1.5em;
  width: 25px;
  height: 25px;
}
#tab-review .rating .fa-star,
#tab-review .rating .fa-star-o {
  font-size: 1em;
}
#tab-review .review-content {
  font-size: 0.875em;
  line-height: 1.7;
  margin: 20px 0;
}
#tab-review .review-date {
  color: #454545;
  font-size: 0.875em;
  font-style: italic;
}
#tab-review #form-review .rating-field {
  display: flex;
  align-items: center;
}
#tab-review #form-review .rating-field input {
  margin: 0 5px;
}
#tab-review #form-review .rating-field span {
  color: #454545;
}
#tab-review #form-review .rating-field .control-label {
  margin-right: 20px;
  padding-top: 0;
}
#tab-review #form-review #button-review {
  width: 180px;
}

.related-module {
  margin-top: 40px;
}
.related-module .slick-no-slide .slick-list {
  width: 100%;
}
.related-module .slick-no-slide .slick-list .slick-track {
  justify-content: center;
}
.related-module .related-products {
  display: flex;
  align-items: center;
}
.related-module .related-products .slick-nav {
  font-size: 2em;
}

[class^=account-] .btn {
  margin: auto;
}

.product-block {
  background: transparent;
  border: none;
}
.product-block.out-of-stock img {
  opacity: 0.2;
}
.product-block:hover .image-container img {
  opacity: 0.4;
}
.product-block .sticker {
  padding: 3px 20px;
  left: 0;
  right: auto;
}
.product-block .product-image-block {
  margin-bottom: 20px;
}
.product-block .product-name {
  font-size: 1.25em;
  font-family: "Merriweather", serif;
  line-height: 1.5;
}
.product-block .product-name a {
  color: #000000;
}
.product-block .product-details .price,
.product-block .product-details .doctor-login {
  font-size: 1.5em;
}
.product-block .product-details .price .price-new {
  color: #f31524;
}
.product-block .product-details .price .price-old {
  font-size: 1em;
  text-decoration: line-through;
}
.product-block .rating {
  min-height: 20px;
}
.product-block .btn-group {
  flex-direction: column;
}
.product-block .btn-group button,
.product-block .btn-group a {
  display: flex;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px !important;
}
.product-block .btn-group button i,
.product-block .btn-group a i {
  display: block;
  margin: auto 10px auto 0;
}
.product-block .btn-group button span,
.product-block .btn-group a span {
  text-align: center;
  flex: 1;
}

.product-category .layout-toggle,
.product-special .layout-toggle {
  display: none;
}
.product-category .filters-wrap select,
.product-special .filters-wrap select {
  font-size: 0.875em;
}

.quickcheckout-cart td.quantity .input-group > * {
  display: flex;
  flex: none;
}

.flex.filters {
  z-index: 1;
  margin-bottom: 40px;
  align-items: center;
}
.flex.filters .list-group-item {
  padding: 0;
}
.flex.filters #side-price,
.flex.filters #side-manufacturer,
.flex.filters #side_filter {
  position: relative;
  margin-left: 20px;
  margin-bottom: 0;
}
.flex.filters #side-price .item-header,
.flex.filters #side-manufacturer .item-header,
.flex.filters #side_filter .item-header {
  border: solid 1px #cccccc;
  height: 34px;
  border-radius: 0;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.flex.filters #side-price .slider-container,
.flex.filters #side-manufacturer .slider-container,
.flex.filters #side_filter .slider-container {
  position: absolute;
  width: 300px;
  top: 35px;
  visibility: hidden;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0px 5px 13px -9px rgba(0, 0, 0, 0.39);
  padding: 10px;
}
.flex.filters #side-price .slider-container.visible,
.flex.filters #side-manufacturer .slider-container.visible,
.flex.filters #side_filter .slider-container.visible {
  visibility: visible;
}
.flex.filters #side-price {
  display: none;
}
.flex.filters .filters-wrap {
  justify-content: flex-end;
  margin: auto 0 auto auto;
}
.flex.filters .filters-wrap > div {
  margin: 0 5px;
}
.flex.filters .filters-wrap .form-group {
  margin-bottom: 0;
}

.quickcheckout-checkout .terms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quickcheckout-checkout .terms .btn {
    margin-left: 20px;
}


.news-ncategory #column-left h3 {
  font-size: 1.5em;
  font-family: "Merriweather", serif;
}
.news-ncategory #column-left #news_latest {
  display: block;
  margin-bottom: 40px;
}
.news-ncategory #column-left #news_latest .img_container {
  width: 100px;
  height: 90px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.news-ncategory #column-left #news_latest .img_container .article-image {
  max-width: none;
  height: 100%;
}
.news-ncategory #column-left #news_latest .date {
  font-size: 0.875em;
  font-family: "Merriweather", serif;
}
.news-ncategory #column-left #news_latest .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 1.375em;
  font-family: "Merriweather", serif;
}
.news-ncategory #column-left #news_latest .name a {
  font-size: inherit !important;
  color: inherit;
}
.news-ncategory #column-left #news_latest .description,
.news-ncategory #column-left #news_latest .btn {
  display: none;
}
.news-ncategory #column-left .btn-container {
  display: none;
}
.news-ncategory #column-left .target-heading {
  text-align: left;
  font-size: 1.5em;
}
.news-ncategory #column-left .target-heading:after {
  display: none;
}
.news-ncategory #column-left .hidesthemonths {
  padding: 0;
  margin-bottom: 20px;
}
.news-ncategory #column-left .hidesthemonths:not(.active) .year-wrap {
  background: #f1f1f1;
}
.news-ncategory #column-left .hidesthemonths.active .year-wrap {
  background: #f7f7e8;
}
.news-ncategory #column-left .hidesthemonths.active .list-group {
  width: 90%;
  margin: 20px auto;
}
.news-ncategory #column-left .hidesthemonths.active .list-group .list-group-item.active {
  text-decoration: underline;
}
.news-ncategory #column-left .hidesthemonths.active .list-group .list-group-item a {
  color: #000000;
}
.news-ncategory #column-left .hidesthemonths .year-wrap {
  padding: 10px;
  border-radius: 10px;
}
.news-ncategory #column-left .hidesthemonths .year-wrap a {
  color: #000000;
}
.news-ncategory #column-left .hidesthemonths .year-wrap a:hover {
  background: inherit;
}
.news-ncategory #column-left .hidesthemonths .year-wrap .caret {
  border: none;
  width: 20px;
  height: 20px;
}
.news-ncategory #column-left .hidesthemonths .year-wrap .caret:before {
  content: "+";
  display: block;
}
.news-ncategory #content .news-post {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
  box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.1);
}
.news-ncategory #content .news-post .hover-overlay {
  width: 50%;
  max-width: 590px;
  max-height: 495px;
  margin: 0;
}
.news-ncategory #content .news-post .hover-overlay a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.news-ncategory #content .news-post .hover-overlay a img {
  width: 100%;
  max-width: none;
  height: 100% !important;
  width: auto;
}
.news-ncategory #content .news-post .writeup {
  max-width: 680px;
  width: 48%;
  padding: 20px;
}
.news-ncategory #content .news-post .writeup .date,
.news-ncategory #content .news-post .writeup .article-name {
  font-family: "Merriweather", serif;
  font-size: 1.5em;
  line-height: 1.5;
}
.news-ncategory #content .news-post .writeup .date {
  font-size: 0.875em;
}
.news-ncategory #content .news-post .writeup .article-name a {
  color: #000000;
}
.news-ncategory #content .news-post .writeup .article-description {
  line-height: 1.7;
  font-size: 0.875em;
}
.news-ncategory #content .news-post .article-button {
  margin-top: 20px;
}

.news-article > .container .row {
  max-width: 1190px;
  margin: auto;
}
.news-article .breadcrumb {
  margin-bottom: 40px;
}
.news-article .date {
  font-family: "Merriweather", serif;
  font-size: 0.875em;
}
.news-article .article-title {
  font-size: 1.5em;
  font-family: "Merriweather", serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.news-article .article-description {
  font-size: 0.875em;
  line-height: 1.7;
}
.news-article #content img {
  display: block;
  width: 100%;
  height: auto;
}
.news-article #content .btn-group {
  justify-content: space-between;
}
.news-article #content .btn-group .btn {
  padding: 10px 20px;
  border-radius: 10px;
  width: 150px;
}

.brand_list {
  padding-top: 0;
}
.brand_list .slider-for {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.brand_list .slider-for .slick-track {
  margin: 0;
}
.brand_list .slider-for .slick-dots {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.brand_list .slider-for .slick-dots li {
  margin: 0 5px;
}
.brand_list .slider-for .slick-dots li.slick-active button {
  background: #cccccc;
}
.brand_list .slider-for .slick-dots button {
  font-size: 0;
  background: #f1f1f1;
  border: none;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  padding: 0;
}
.brand_list .slider-for .slick-list {
  width: 90%;
}
.brand_list .slider-for .slick-arrow {
  font-size: 2.5em;
  width: 5%;
}
.brand_list .slider-for .brand-item {
  max-width: 395px;
  width: 100%;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  padding: 10px;
}
.brand_list .slider-for .brand-item:hover {
  box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.1);
}
.brand_list .slider-for .brand-item img {
  display: block;
  width: 100%;
}
.brand_list .slider-nav {
  margin-top: 60px;
}
.brand_list .slider-nav .flex {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.brand_list .slider-nav .flex > * {
  width: 48%;
}
.brand_list .slider-nav .flex .images {
  display: flex;
  align-items: center;
}
.brand_list .slider-nav .flex .images .slick-list {
  width: 100%;
}
.brand_list .slider-nav .flex .images .slick-nav {
  font-size: 2em;
}
.brand_list .slider-nav .flex .writeup {
  padding-bottom: 20px;
}
.brand_list .slider-nav .flex .brand-name {
  font-size: 1.5em;
  font-family: "Merriweather", serif;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
}
.brand_list .slider-nav .flex .desc {
  line-height: 2;
  font-size: 0.875em;
}
.brand_list .slider-nav .flex .input-group-flex {
  margin: 20px 0;
}
.error-not_found .text-center {
    display: flex;
    justify-content: center;
}
@media (max-width: 1400px) {
  .form-horizontal .control-label {
    text-align: left;
  }

  .news-ncategory #column-left {
    width: 30%;
  }
  .news-ncategory #content {
    width: 70%;
  }
  .news-ncategory #content .news-post {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  body > .container {
    padding-bottom: 0;
  }

  header .container {
    width: 95%;
  }
  header .container .header-container .header-menu #main-menu {
    display: flex;
    justify-content: space-between;
  }
  header .container .header-container .header-menu #main-menu > li {
    font-size: 0.875em;
  }
  header .container .header-container .header-menu #main-menu > li > a {
    padding-right: 10px;
  }
  header .container .header-container .header-top {
    flex-wrap: wrap;
  }
  header .container .header-container .header-top > * {
    margin-left: 0;
  }
  header .container .header-container .header-top .search_container {
    width: 100%;
    margin-top: 10px;
    order: 5;
  }
  header .container .header-container .header-top .search_container .search-custom {
    padding-right: 0;
  }
  header .container .header-container .header-top .search_container .search-box {
    width: 80%;
    margin: auto 0 auto auto;
    height: 35px;
  }
  header .container .header-container .header-top #account > a,
header .container .header-container .header-top #cart_dropdown_icon,
header .container .header-container .header-top #enquiry_dropdown_icon,
header .container .header-container .header-top #wishlist-total {
    display: block;
    margin-left: 0;
    margin-right: 20px;
    width: 20px;
    height: 20px;
  }

  footer .logo-container img {
    max-height: 50px;
  }
  footer .footer-upper-contet {
    justify-content: space-between;
  }
  footer .footer-upper-contet > *,
footer .footer-upper-contet > *:last-child {
    flex: none;
    width: 20%;
  }
  footer .footer-upper-contet .footer-contact-links,
footer .footer-upper-contet .footer-social {
    width: 10%;
  }
  footer .footer-upper-contet .footer-newsletter {
    width: 30%;
  }

  .btn {
    height: 40px;
  }

  .news-ncategory #column-left #news_latest .artblock > * {
    flex: 1;
  }
  .news-ncategory #column-left #news_latest .name {
    font-size: 0.875em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-ncategory #content .news-post .writeup .article-name {
    font-size: 1.125em;
  }
  .news-ncategory #content .news-post .writeup .article-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
  }

  .product-product #product .form-group.btn-group button {
    flex: 1;
  }
}
@media (max-width: 992px) {
    .flex.filters {
        z-index: 1;
        margin-bottom: 40px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .flex.filters .filters-wrap {
        justify-content: flex-end;
        margin: 0;
        margin-top: 15px;
    }
    
  body {
    overflow-x: hidden;
  }

  .container {
    min-width: 0;
    width: 90%;
  }

  header .header_banner .header-social-icons {
    width: auto;
  }
  header .container .header-container .header-top {
    padding-right: 20px;
  }

  footer .footer-upper-contet .footer-contact-links,
footer .footer-upper-contet .footer-social {
    width: 20%;
  }
  footer .footer-upper-contet .footer-newsletter {
    margin-top: 40px;
    width: 100%;
  }

  .common-home .news_latest #news_latest.bnews-list .artblock .info .name a {
    font-size: 1.125em;
  }

  .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0,
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
    font-size: 2em;
  }

  .about_page_content .flex {
    flex-wrap: wrap;
  }
  .about_page_content .flex > * {
    width: 100%;
  }

  .product-product #product .form-group.btn-group button {
    flex: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-product #product .form-group .radio label {
    margin-bottom: 20px;
  }

  .input-group-flex {
    margin: 20px 0;
  }

  .news-ncategory #column-left {
    width: 100%;
  }
  .news-ncategory #column-left #news_latest {
    display: flex;
    justify-content: space-between;
  }
  .news-ncategory #column-left #news_latest .artblock {
    width: 48%;
  }
  .news-ncategory #content {
    width: 100%;
  }
  .news-ncategory #content .news-post {
    max-width: none;
  }

  .information-contact .regions a {
    width: auto;
  }

  .brand_list .slider-nav .flex {
    flex-wrap: wrap;
  }
  .brand_list .slider-nav .flex > img {
    display: block;
    width: auto;
    margin: auto auto 40px;
  }
  .brand_list .slider-nav .flex .writeup {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  header .container .header-container .header-mobile-links {
    width: 50px;
  }
  header .container .header-container .header-logo {
    width: 120px;
  }
  header .container .header-container .header-top .search_container {
    margin-top: 0;
  }

  footer h5 {
    margin-bottom: 20px;
  }
  footer .footer-upper-contet > *,
footer .footer-upper-contet > *:last-child {
    width: 100% !important;
    text-align: center;
  }
  footer .footer-upper-contet .footer-contact-links:nth-child(2) {
    display: none;
  }
  footer .newsletter-section .input-wrap {
    margin-bottom: 0;
  }
  footer .footer-bottom .flex {
    justify-content: center;
  }

  .slider-slideshow-description .slider-slideshow-description-texts {
    padding: 0;
  }
  .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0,
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
    font-size: 1.5em;
  }
  .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
    margin-bottom: 10px;
  }
  .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
    font-size: 1em;
  }

  .manufacturer-list .item {
    width: 50%;
  }

  .featured.featured-28 .slick-slider .slick-list,
.common-home .news_latest .slick-slider .slick-list {
    width: 100%;
  }
  .featured.featured-28 .btn-container,
.common-home .news_latest .btn-container {
    margin-top: 20px;
  }

  .instagram-30 .module-instagram .section-title,
.instagram-30 .module-instagram .instagram {
    width: 100%;
  }
  .instagram-30 .module-instagram .section-title .target-heading i {
    font-size: 2em;
  }
  .instagram-30 .module-instagram .instagram {
    justify-content: space-between;
  }

  .product-block .product-name {
    font-size: 1.125em;
    padding: 0;
  }

  #filter_group_tigger_open {
    border-radius: 0;
    border: solid 1px #cccccc;
  }

  .news-ncategory #content .news-post .hover-overlay,
.news-ncategory #content .news-post .writeup {
    width: 100%;
  }
  .news-ncategory #content .news-post .hover-overlay a img {
    width: 100%;
    height: auto;
  }
  .news-ncategory #content .news-post .writeup .btn {
    margin: auto;
  }

  .news-article #content {
    padding: 0;
  }

  .information-contact .regions a {
    padding: 10px;
  }

  .information-contact .outlets > * {
    width: 100%;
  }
  .information-contact .outlets .list-container {
    max-height: none;
    margin-bottom: 40px;
    padding: 0;
  }
  .information-contact .outlets .list-container .list {
    max-height: 300px;
    overflow-y: auto;
  }

  .flex.filters {
    justify-content: center;
  }
  .flex.filters > *:not(#for-filters-container):not(.filters-wrap) {
    width: 30%;
    margin: 0 1%;
  }
  .flex.filters #side-price,
.flex.filters #side-manufacturer {
    margin: 0 1%;
  }
  .flex.filters #side-price .item-header,
.flex.filters #side-manufacturer .item-header {
    width: 100%;
  }
  .flex.filters #side-price .slider-container {
    left: -180px;
  }
  .flex.filters .filters-wrap > div {
    width: 33%;
    margin: 0;
  }

  .product-block .btn-group button,
.product-block .btn-group a {
    font-size: 0.875em;
    padding: 5px 10px;
  }
}
@media (max-width: 650px) {
    .product-view{
        position: relative;
        z-index: 0;
    }
    .flex.filters {
        z-index: 2;
    }
    .flex.filters .filters-wrap {
        justify-content: flex-end;
        margin: 0;
        margin-top: 0;
        width: 100%;
    }    
    .flex.filters > *:not(#for-filters-container):not(.filters-wrap) {
        width: 100%;
        margin: 0 1%;
        margin-bottom: 10px;
    }
     .flex.filters #side_filter .item-header {
        border: solid 1px #cccccc;
        height: 34px;
        border-radius: 0;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 100%;
    }
}



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