@charset "UTF-8";
@media only screen and (min-width: 1300px) {
  .container {
    width: 1260px !important;
  }
  .product-category-box .images-slider {
    width: 257px;
    float: left;
  }
}
#prices {
  position: relative;
}
@media (min-width: 1201px) {
  #prices {
    box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  }
}
#prices #prices_ {
  position: absolute;
  top: -60px;
  width: 0;
  height: 0;
}

.primary-mobile-nav, .primary-mobile-nav ul.menu li a {
  color: #080808;
}

.red {
  color: #cc3333;
}

.block__bordered {
  padding-left: 8px;
  padding-right: 8px;
  margin: 16px 0;
}
.block__bordered-blue {
  border-top: 3px #007fc7 solid;
  border-right: 1px #007fc7 solid;
}
.block__bordered-red {
  border-top: 3px #cc3333 solid;
  border-right: 1px #cc3333 solid;
}
.block__bordered:focus {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

.site-banner h1 {
  font-size: 28px;
}

.woocommerce .widget .widget-title {
  font-size: 16px;
}

.shop-toolbar {
  padding-top: 5px;
  margin: 0 0 30px;
}

.btn-vet {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  outline: 0;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  background: #007fc7;
  color: #fff;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 3px;
  min-width: 100px;
}
.btn-vet:hover, .btn-vet:visited, .btn-vet:focus {
  color: #fff;
}
.btn-vet[disabled=disabled] {
  background: #ccc !important;
  cursor: no-drop;
}
.btn-vet.btn-vet-alt {
  color: #007fc7;
  background-color: #fff;
  border-color: #007fc7;
}
.btn-vet.btn-vet-alt.inactive {
  color: #7d7d7d;
  border-color: #7d7d7d;
}
.btn-vet.loading {
  background: #0397ea !important;
  color: #0397ea !important;
  text-shadow: none !important;
}
.btn-vet.loading::after {
  font-family: WooCommerce;
  color: #fff;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.btn-vet .vicon {
  padding: 0 8px;
}

.added_to_cart.wc-forward {
  color: #007fc7;
  background-color: #fff;
  padding: 6px 8px;
  line-height: 1;
  border: 1px solid #007fc7;
  border-radius: 3px;
  text-align: center;
}

.add_to_cart_button {
  background-color: #cc3333;
}
.add_to_cart_button.added {
  display: none;
}

.facetwp-facet.facetwp-type-number_range {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.facetwp-facet.facetwp-type-number_range .facetwp-number {
  width: 50%;
  padding: 4px 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.1s ease-in-out;
  flex-grow: 1;
  margin-right: -1px;
}
.facetwp-facet.facetwp-type-number_range .facetwp-number:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.facetwp-facet.facetwp-type-number_range .facetwp-number:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 0;
}
.woocommerce .widget .widget-title {
  margin-bottom: 8px;
}

.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table thead th.product-total {
  width: 30%;
}

.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-cart .woocommerce-Price-amount {
  display: inline-block;
}

.menu-sideextra .menu-item-account {
  padding-bottom: 0 !important;
}
.menu-sideextra .menu-item-account i {
  font-size: 32px;
}

.menu-item-account .menu-extra-login {
  display: inline-flex;
  align-items: center;
}

.products-cats-menu .menu li {
  position: relative;
}

@media (max-width: 1199px) {
  .nk_slider_wrapper .nk_slide .nk_slide_price, .nk_slider_wrapper .nk_slide .nk_slide_button_buy, .nk_slider_wrapper .nk_slide .nk_slide_heading {
    z-index: 1;
  }
  .nk_slider_wrapper .nk_slide h3 {
    font-size: 1.5rem;
  }
  .site-footer {
    padding-bottom: 50px;
  }
}
.nk_slider_wrapper {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

body.home #masthead {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

.nk_slide.warning_slide h3 {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .mobile-bottom-nav {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .nk_slide.warning_slide h3 {
    font-size: 1.5em;
    max-width: 100%;
  }
  .mr-promotion-medium .promotion-content img {
    width: 100%;
  }
  .footer-widgets .footer-logo img {
    max-width: 250px;
  }
  .site-footer .footer-layout-1 .footer-main .footer-logo {
    margin-bottom: 10px;
  }
  .footer-widgets .footer-sidebar {
    margin-bottom: 10px;
  }
  .site-footer .footer-layout-1 .footer-main .footer-socialszz .socials {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .site-footer .footer-layout-1 .footer-main .footer-socialszz .socials a {
    width: auto;
    height: auto;
    font-size: 30px;
    padding: 10px;
    margin: 0;
  }
}
#pharmacyMap {
  height: 640px;
}

.fly_to_mark {
  padding: 4px;
}

.offer__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  line-height: 1.3;
  width: 100%;
  margin: 0;
}
.offer__item:before {
  content: "";
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 0;
  line-height: 0;
  border-bottom: 1px dotted #ddd;
}
.offer__item .var-price {
  margin-left: auto;
}
.offer__item .var-price .price {
  font-size: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit !important;
}
.offer__item .var-price ins {
  text-decoration: none;
}

.var-price .woocommerce-Price-amount, .product-category-box .products-box li .price ins {
  font-size: 15px;
  font-weight: 700;
}

.var-price {
  color: #007fc7;
}
.var-price del {
  color: #080808;
}

.product-category-box .products-box li .price {
  font-weight: 700;
  color: #007fc7;
}

.product-inner ins, .product-content ins {
  color: #cc3333 !important;
}

.product-inner, .product-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.product-inner .offers__list, .product-list .offers__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-top: auto;
}
.product-inner .orderit, .product-list .orderit {
  margin-top: 8px;
}

.products-box .product-list .price {
  margin-top: auto;
}
.products-box .product-list .orderit {
  margin-top: 4px;
}

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product h3 a {
  color: #080808;
  font-weight: 400;
}
.woocommerce ul.products li.product .price {
  color: #007fc7;
  font-weight: 700;
  font-size: 15px;
  margin-top: auto;
  margin-bottom: 2px;
}
.woocommerce ul.products li.product .price del span {
  color: #080808;
  font-weight: 400;
  font-size: 15px;
}

.shop-toolbar .sort-by {
  text-align: right;
}

.product-category-box .images-slider {
  max-height: 900px;
}

.site-banner, .page-header-product-layout-1 .site-banner, .page-header-product-layout-2 .site-banner, .page-header-page-layout-7 .site-banner {
  padding: 20px 0;
}

.page-header-product-layout-1 .site-banner .breadcrumbs, .page-header-product-layout-2 .site-banner .breadcrumbs {
  margin-top: 5px;
}

.tax-pharmacy #content {
  padding-top: 0;
  padding-bottom: 0;
}

.tax-pharmacy .pharmacy_padding {
  padding-top: 40px;
}

#footer-widgets {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer-widgets .footer-main .widget-title {
  color: #080808 !important;
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  margin-bottom: 20px;
}

.mini-cart.woocommerce .buttons a, .mini-cart.woocommerce .buttons .checkout {
  float: none;
  margin-top: 10px;
}

.widget_subcategories ul {
  list-style: none;
  padding-left: 0;
}

.woocommerce table.shop_attributes {
  word-break: break-all;
}
.woocommerce table.shop_attributes td {
  white-space: pre-wrap;
  padding: 8px;
}
@media (max-width: 599px) {
  .woocommerce table.shop_attributes tr {
    display: flex;
    flex-direction: column;
  }
  .woocommerce table.shop_attributes th {
    width: 100%;
  }
}

.pharmlist_element {
  margin-bottom: 16px;
}

.list_var_line div {
  display: inline;
}

.ya-site-form__search-wrap, .ya-site-form__wrap, .ya-site-form__search, .ya-site-form__search-input {
  border-width: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
}

li.serp-list__breadcrumb-item::before {
  content: "Наличие в: ";
}

div.sort-by {
  white-space: nowrap;
}

h1.archive-title {
  font-size: 2em;
  margin: 0px 0 25px;
  text-align: center;
}

@media (max-width: 599px) {
  .site-content {
    padding-bottom: 16px;
  }
}

.page-header-default-layout.post-no-page-header .site-content {
  padding-top: 25px;
}

.page-header-page-layout-10 .site-banner {
  padding: 20px 0 20px;
}

.wc-tabs:not(.mm-menu) a::before {
  font-family: "Font Awesome 5 Free";
  margin: 0 10px;
  content: " ";
}

.wc-tabs .additional_information_tab a::before {
  content: "\f129";
}

.wc-tabs .pharmrel_list_tab a::before {
  content: "\f03a";
}

.wc-tabs .pharmrel_tab a::before {
  content: "\f0ac";
}

.pharmacy_search_tab:not(.active) {
  display: none;
}

.pharm_filter_form_field {
  position: relative;
  padding: 0 4px;
  display: inline-block;
  margin-bottom: 0;
}
.pharm_filter_form_field label, .pharm_filter_form_field input {
  display: block;
  width: 100%;
}

.pharm_filter_form input,
.pharm_filter_form select {
  padding: 5px;
  border-color: #d6d6d6;
  width: 100%;
}

.pharm_filter_form input[type=submit] {
  border: 0;
  outline: 0 !important;
  font-size: 16px !important;
  background: #007fc7 !important;
  color: #fff !important;
  height: 34px !important;
  padding: 6px 15px 7px !important;
  width: auto;
  margin: 0 0 0 -1px;
  border-radius: 3px;
}

.pharmacy_search_tab thead {
  background: #007fc7;
  color: white;
}

.pharmacy_search_tab tr {
  border-bottom: 1px solid #d6d6d6;
}

.pharmacy_search_tabs_controls .pharmacy_search_tab_contlor::before {
  font-family: "Font Awesome 5 Free";
  margin: 0 10px;
  content: " ";
  font-weight: bold;
}
.pharmacy_search_tabs_controls .pharmacy_search_tab_contlor[data-tab=list]::before {
  content: "\f03a";
}
.pharmacy_search_tabs_controls .pharmacy_search_tab_contlor[data-tab=map]::before {
  content: "\f0ac";
}

.pharmacy_search_tab_contlor {
  padding: 10px 15px;
  display: inline-block;
}

.pharmacy_search_tab_contlor.active {
  font-weight: bold;
}

#pharmacies_table {
  width: 100%;
}
#pharmacies_table .delivery {
  color: #cc3333;
}

.pharmacy-title {
  font-size: 2em;
}

.pharm_description {
  margin-top: 15px;
  margin-bottom: 10px;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
  background: white;
}

.pharm_photo {
  margin-bottom: 25px;
}

.underground_icon::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  background-image: url(/wp-content/themes/vetapteka/includes/metro.jpg);
  background-size: 24px 24px;
}

.underground_icon {
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
}

.pharmacy_data > div::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

div.ic-address::before {
  content: "\f3c5";
}

div.ic-phones::before {
  content: "\f095";
}

div.ic-schedule::before {
  content: "\f017";
}

div.ic-howtoget::before {
  content: "\f277";
}

div.pharm_description::before {
  content: "\f12a";
}

.phones_row {
  width: 20%;
}

.product-category-box {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}
.product-category-box .products-box li .product-title {
  font-weight: inherit;
  color: inherit;
}
.product-category-box .products-box li .product-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 6px 10px 10px;
}
@media (max-width: 1200px) {
  .product-category-box .products-box ul.products {
    padding: 4px;
    background: linear-gradient(90deg, rgb(244, 245, 245) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 100%);
  }
  .product-category-box .products-box ul.products li:after {
    display: none;
  }
}

.vicon.red {
  color: #c00;
}

#main_slider {
  padding-top: 12px;
  padding-bottom: 12px;
}

.widget_shop_subcategories li {
  line-height: 1;
  display: block;
  padding: 13px 0 12px;
  border-bottom: 1px solid #eaeaea;
}

/***
MMENU-light
 */
.mm-ocd__content #primary-sidebar {
  width: 100% !important;
}

@media only screen and (max-width: 1180px) {
  .shop-sidebar {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
  }
}
/***
Left column toggle
 */
.schema-grid__overlay, .schema-grid__toggle {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .schema-grid {
    width: auto;
    display: block;
  }
  .schema-grid__overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    display: block;
    z-index: 31;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -o-transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  }
  .schema-grid__left-column {
    width: 270px;
    width: calc(100% - 50px);
    max-width: 310px;
    height: 100%;
    min-height: 0;
    border-right: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    display: block;
    position: fixed;
    z-index: 31;
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -o-transition: -o-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
  }
  .body_state-schema-grid_opened .schema-grid__left-column {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .body_state-schema-grid_opened .schema-grid__overlay {
    opacity: 1;
    visibility: visible;
  }
  .schema-grid__toggle {
    width: 50px;
    height: 50px;
    padding: 13px;
    top: 0;
    left: 100%;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #ffda50;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.8.3%20(29802)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0A%20%20%20%20%3Ctitle%3ESlice%209%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-110%22%20fill%3D%22%23000000%22%20points%3D%221%200%2016%2015%2015%2016%200%201%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22Rectangle-110%22%20fill%3D%22%23000000%22%20transform%3D%22translate(8.000000%2C%208.000000)%20scale(-1%2C%201)%20translate(-8.000000%2C%20-8.000000)%20%22%20points%3D%221%200%2016%2015%2015%2016%200%201%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    color: #000;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  }
  .body_state-schema-grid_opened .schema-grid__toggle {
    opacity: 1;
    visibility: visible;
  }
  .body_state-schema-grid_opened {
    height: 100%;
    overflow: hidden !important;
  }
}
#tab-var_select {
  padding: 32px 0 8px;
  border-top: 1px solid #080808;
}

.yandex_maps_pharms_container .loading {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 127, 199, 0.1);
  z-index: 9999;
}
.yandex_maps_pharms_container .loading::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #007fc7;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.vartable, .pharmacy_search_tab, .pharmacy_list {
  width: 100%;
}
.vartable td:last-child, .vartable th:last-child, .pharmacy_search_tab td:last-child, .pharmacy_search_tab th:last-child, .pharmacy_list td:last-child, .pharmacy_list th:last-child {
  text-align: right;
}

.facetwp-facet-pharmacies {
  font-size: 12px;
}

.limited-text {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  word-break: normal;
}
.limited-text.-expanded {
  height: max-content;
  max-height: 3000px;
  transition: max-height 1s ease-in-out;
}
.limited-text:not(.-expanded)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 65px, #ffffff 90%, #ffffff 100%);
}
.limited-text:not(.-expanded)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23777' d='M441.9 89.7L232.5 299.1c-4.7 4.7-12.3 4.7-17 0L6.1 89.7c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L224 233.6 405.1 52.9c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17zm0 143l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 393.6 42.9 212.9c-4.7-4.7-12.3-4.7-17 0L6.1 232.7c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: 85px;
  background-position-x: center;
  background-size: 15px;
  z-index: 1;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: none;
}

.nk_features {
  border-top: 3px #007fc7 solid;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}
.nk_features .counter-number, .nk_features .fas {
  color: #007fc7;
}

.vc_custom_1473153198150 {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}

.page-id-4739 .nk_feature_element:last-child {
  margin-left: auto;
  margin-right: auto;
}

.vc_row.detached {
  background-color: #f4f5f5;
  padding: 25px 0;
}
.vc_row.detached .container {
  background: #fff;
}
.vc_row.detached .nk_features {
  padding: 40px 20px;
}

.vc_custom_1466396119183 .mrbara-icon-box-2 {
  text-align: center;
}
.vc_custom_1466396119183 .mrbara-icon-box-2 .b-content ul {
  list-style: none;
}

.form-control.facetwp-search {
  display: inline-block;
  border: 1px solid #ccc;
}

.facetwp-search-wrap .facetwp-btn {
  z-index: 2;
}

.ginput_container .gfield_select, .ginput_container input[type=text], .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.mr-promotion-medium .promotion-content {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}
.mr-promotion-medium .promotion-content img {
  width: 100%;
}
.mr-promotion-medium .promotion-content .p-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.mr-promotion-medium .promotion-content .p-desc .p-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.mr-promotion-medium .promotion-content .p-desc .link-text {
  margin-top: auto;
  width: fit-content;
  width: -moz-fit-content;
}

.mr-promotion-medium .p-link {
  z-index: 2 !important;
}

#catalog_sort_btn span {
  margin-left: 4px;
}

form.search-products {
  display: flex;
  flex-direction: row;
}
form.search-products .wrap-text {
  width: 100%;
}
form.search-products .wrap-text .form-control {
  border: 1px solid #ccc;
  width: 100%;
}
form.search-products .btn-vet {
  position: relative;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 16px;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#page form.search-products .wrap-text .form-control {
  border-radius: 0;
  width: 100%;
}
#page form.search-products .city-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
#page form.search-products .btn-vet i {
  display: none;
}

.primary-mobile-nav form.search-products, .modal-content form.search-products {
  flex-wrap: wrap;
  padding: 0 15px;
}
.primary-mobile-nav form.search-products .wrap-city, .modal-content form.search-products .wrap-city {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.primary-mobile-nav form.search-products .wrap-city > *, .modal-content form.search-products .wrap-city > * {
  width: 100%;
}
.primary-mobile-nav form.search-products .wrap-city .btn-vet, .modal-content form.search-products .wrap-city .btn-vet {
  width: 100%;
  margin-left: 0;
  border-radius: 0 0 4px 4px;
}
.primary-mobile-nav form.search-products .wrap-city .city_selector, .modal-content form.search-products .wrap-city .city_selector {
  border-right: 1px solid #007fc7 !important;
  border-bottom: none !important;
  border-radius: 4px 4px 0 0;
}
.primary-mobile-nav form.search-products .wrap-text, .modal-content form.search-products .wrap-text {
  width: 85%;
}
.primary-mobile-nav form.search-products .btn-vet, .modal-content form.search-products .btn-vet {
  width: 15%;
  height: 34px;
  padding: 2px 2px;
}
.primary-mobile-nav form.search-products .btn-vet span, .modal-content form.search-products .btn-vet span {
  display: none;
}
.primary-mobile-nav form.search-products .btn-vet i, .modal-content form.search-products .btn-vet i {
  display: block;
}

.modal-content form.search-products {
  padding: 0;
}
.modal-content h3 {
  margin-top: 6px;
}

#search-popup.modal.in .modal-header {
  top: 2px;
}

.badge-onsale {
  color: #fff;
  background-color: #cc3333;
  padding: 7px 9px;
  font-size: 15px;
}

.onsale__block p {
  margin-bottom: 0;
}

.post-type-archive-onsale .onsale.blog-wapper {
  border: none;
  border-radius: 3px;
  padding: 7px;
  text-align: center;
}
.post-type-archive-onsale .onsale.blog-wapper header {
  border: 1px solid #d6d6d6;
  border-bottom: none;
}
.post-type-archive-onsale .onsale.blog-wapper .entry-content {
  border: 1px solid #d6d6d6;
  border-top: none;
}

.post-type-archive-news .news.blog-wapper {
  border: none;
  border-radius: 3px;
  padding: 7px;
  text-align: center;
}
.post-type-archive-news .news.blog-wapper header {
  border: 1px solid #d6d6d6;
  border-bottom: none;
}
.post-type-archive-news .news.blog-wapper .entry-content {
  border: 1px solid #d6d6d6;
  border-top: none;
}

.product-content-thumbnails .ribbons, .product-thumbnail .ribbons {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.vribbon {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 2px;
  background-color: #93be2b;
  z-index: 10;
  height: 27px;
  line-height: 29px;
  border-radius: 3px;
  padding: 0 15px;
  min-width: inherit;
  min-height: inherit;
}
.vribbon.on_sale {
  background-color: #cc3333;
}
.vribbon.newness {
  background-color: #007fc7;
}
.vribbon.top {
  background-color: #B8860B;
}

.someclass {
  font-weight: 100;
}

.header-main .first-row {
  display: flex;
  align-items: center;
}

.nk_features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.nk_features .nk_feature_element {
  max-width: 50%;
  padding: 16px 8px;
}
.nk_features .nk_feature_up {
  font-size: 36px;
  color: #000;
  line-height: 1;
  display: inline-block;
}

.primary-mobile-nav .close-canvas-mobile-panel {
  padding: 5px 28px;
  position: absolute;
  right: 0;
}
.primary-mobile-nav .mnav-icon.mnav-icon {
  font-size: 30px;
}
.primary-mobile-nav ul.menu li {
  display: block;
  padding: 12px 28px;
  margin-bottom: 0;
}

.product-category-box .cats-info h2 {
  margin-bottom: 10px;
}

.unavailable-delivery-option {
  text-decoration: line-through;
}

.payments-logos-wrap {
  text-align: center;
}
.payments-logos-wrap .payments-logos {
  max-width: 600px;
}
@media (max-width: 599px) {
  .payments-logos-wrap .payments-logos {
    max-width: 100% !important;
  }
}

#wp-admin-bar-import_in_progress {
  background: #cc3333 !important;
}

#primary > .sales-info strong {
  background-color: #cc3333;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  z-index: 10;
  height: 27px;
  line-height: 29px;
  border-radius: 3px;
  padding: 0 15px;
}

/**
Floating buttons
 */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #007fc7;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #000, inset 0 0 0px 1px #fff;
  z-index: 9995;
}
.float:hover, .float:active, .float:focus {
  color: #FFF;
}

.my-float {
  font-size: 42px;
}

#floating-login {
  right: 80px;
}

#floating-phone {
  right: 10px;
}

.pharmrel_list .pharmacy_row:not(.active) {
  display: none !important;
}

@media (max-width: 1200px) {
  #wpadminbar {
    display: none;
  }
  .products-links {
    display: none;
  }
  #calc_shipping_state_field .select2-container {
    z-index: 999;
  }
  .mobile-bottom-nav,
  #masthead {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9998;
    background-color: #fff;
    will-change: transform;
    transform: translateZ(0);
  }
  #masthead {
    top: 0;
    height: 50px;
    box-shadow: 0 2px 5px -2px #333;
    -webkit-box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  }
  #masthead .header-main .first-row, #masthead .header-main .first-row > * {
    height: 50px;
  }
  #masthead .header-main .second-row {
    display: none;
  }
  #masthead .header-main .logo {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
  }
  #masthead .header-main .logo img {
    height: 50px;
    max-height: 50px;
  }
  #page {
    max-width: 100%;
    margin-top: 50px;
  }
  .header-top-style-11 .site-header .menu-logo {
    width: 60%;
    padding: 0 8px;
  }
  .header-top-style-11 .site-header .navbar-toggle {
    display: flex;
    align-items: center;
    width: auto;
    padding-top: 0;
  }
  .header-top-style-11 .site-header .menu-sideextra {
    margin: 0;
    display: flex;
    align-items: center;
    width: auto;
  }
  .header-top-style-11 .site-header .menu-sideextra ul {
    margin: 0;
    padding: 0;
  }
  .header-top-style-11 .site-header .menu-sideextra .extra-menu-item {
    padding: 0;
  }
  .header-top-style-11 .site-header .menu-sideextra .menu-item-cart {
    margin-top: 0;
  }
  .header-top-style-11 .site-header .menu-sideextra i {
    font-size: 24px !important;
    color: #007fc7 !important;
  }
  .header-top-style-11 .site-header .woocommerce-Price-amount {
    display: none !important;
  }
  .header-top-style-11 .site-header .mini-cart-counter {
    display: inline-block !important;
  }
  .mobile-top-nav__item {
    display: flex;
    align-items: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-top-nav__item i {
    font-size: 24px !important;
    color: #007fc7 !important;
  }
  .mobile-top-nav__item-content {
    display: inline-flex;
  }
  .mobile-bottom-nav {
    bottom: 0;
    height: 60px;
    box-shadow: 0 -2px 5px -2px #333;
    padding: 4px 0;
  }
  .mobile-bottom-nav.blue-nav {
    background: linear-gradient(45deg, #cc3333 0%, #cc3333 47%, rgb(224.4, 132.6, 132.6) 50%, #cc3333 53%, #cc3333 100%);
    background-size: 400% 400%;
    animation: btn_gradient 12s ease infinite;
  }
  .mobile-bottom-nav.blue-nav .mobile-bottom-nav__item-content {
    color: #fff;
    text-shadow: 0px 0px 2px rgb(0, 0, 0);
    background: none;
  }
  .mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #007fc7;
  }
  .mobile-bottom-nav__item:first-of-type {
    border-left: none;
  }
  .mobile-bottom-nav__item--active {
    color: red;
  }
  .mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    line-height: 24px;
    color: #007fc7;
    height: 60px;
    justify-content: center;
    align-items: center;
    padding: 4px;
  }
  .mobile-bottom-nav button {
    border: none;
  }
  .mobile-bottom-nav button:disabled {
    background: #b1b1b1 !important;
  }
  .mobile-bottom-nav .add_to_cart_button {
    background: #fff;
    color: #007fc7;
    border: none !important;
  }
  .mobile-bottom-nav .added_to_cart {
    border: none;
    padding: 0 !important;
    font-size: 22px;
  }
  .woocommerce ul.products {
    background-color: #f4f5f5 !important;
    padding: 8px;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
  }
  .woocommerce ul.products li.product {
    background: #fff;
    box-shadow: 0 0px 4px -1px #333;
    padding: 16px;
    margin-bottom: 20px;
  }
  .woocommerce .shop-toolbar {
    padding-top: 5px;
    margin: 16px 0;
  }
  .woocommerce .shop-toolbar .sort-by {
    padding-right: 0;
  }
  .woocommerce nav.woocommerce-pagination {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next span, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev span {
    font-size: 30px;
  }
  .mm-spn.mm-spn.mm-spn--light {
    background: #ffffff;
  }
  .mm-spn.mm-spn.mm-spn--navbar.mm-spn--main:after {
    color: #007fc7;
    font-weight: 700;
    opacity: 1;
  }
  .wc-tabs.mm-menu {
    top: 45%;
    height: 90%;
    width: 90%;
  }
  .wc-tabs.mm-menu > li {
    display: none;
  }
  .wc-tabs.mm-menu .mm-panels .mm-navbar {
    display: none;
  }
  .wc-tabs.mm-menu .pharmacy_list a::before {
    content: "";
  }
  .wc-tabs.mm-menu .pharmacy_list .address {
    color: #007fc7;
    font-weight: 600;
  }
  .wc-tabs.mm-menu .mm-navbar_tabs {
    color: #007fc7;
  }
  .woocommerce-tabs {
    margin-top: 20px !important;
  }
  .woocommerce-tabs #tab-additional_information {
    padding-top: 8px;
  }
  .mm-panel .pharmacy_search_tab {
    overflow: scroll;
  }
  .mm-panel .pharmacy_search_tab::-webkit-scrollbar {
    width: 1em;
  }
  .mm-panel .pharmacy_search_tab::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .mm-panel .pharmacy_search_tab::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  .pharmacy_search_tab table {
    width: 100%;
  }
  .pharmacy_search_tab thead {
    display: none;
  }
  .pharmacy_search_tab .pharmacy_row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 4px;
    grid-row-gap: 2px;
    padding: 8px;
  }
  .pharmacy_search_tab .pharmacy_row td.empty {
    display: none;
  }
  .pharmacy_search_tab .pharmacy_row .address {
    grid-area: 1/1/2/2;
  }
  .pharmacy_search_tab .pharmacy_row td.stock {
    grid-area: 1/2/5/3;
  }
  .pharmacy_search_tab .pharmacy_row td {
    padding: 0;
    border-bottom: none;
  }
  .pharmacy_search_tab .pharmacy_row:not(.active) {
    display: none !important;
  }
  .pharmacy_search_tab .pharmacy_row td:last-child {
    text-align: left;
  }
  .pharmacy_search_tab .phones_row {
    width: 100%;
    max-width: 100%;
  }
  .pharmacy_search_tabs_controls {
    font-size: 16px;
    margin-top: 8px;
    border-top: 2px solid #007fc7;
    border-bottom: 1px solid #007fc7;
  }
  #var_select_mob_wrap #tab-var_select {
    padding: 14px 15px 0;
  }
  #mr-related-products .row {
    background: #f4f5f5;
  }
  #mr-related-products section.related.products > h2 {
    margin: 30px 0;
  }
  #mr-related-products ul.products {
    border-top: none;
  }
}
.woocommerce-cart table.shop_table tr .actions .button {
  float: right;
}
.woocommerce-cart table.shop_table td.delivery strong {
  color: #cc3333;
}

@media (min-width: 1201px) {
  #bb_catalog, #bb_search {
    display: none;
  }
  .mobile-bottom-nav {
    display: none;
  }
  .desktop-hidden {
    display: none;
  }
}
body.admin-bar .mm-ocd__content {
  padding-top: 46px;
}

.single-onsale .site-main h2 {
  color: #007fc7;
}

.footer-socials .socials h2 {
  font-size: 14px;
  font-weight: normal;
}
.footer-socials .socials a {
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 38px;
  background-color: #666;
  display: inline-block;
  margin: 0 15px 15px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  padding: 0;
}
.footer-socials .socials a:hover {
  color: #fff !important;
}
.footer-socials .socials .wrap-vk {
  background-color: #4c75a3 !important;
}
.footer-socials .socials .wrap-facebook {
  background-color: #3b5999 !important;
}
.footer-socials .socials .wrap-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.header-top-style-11 .site-header .primary-nav > ul.menu > li {
  padding-left: 12px;
  padding-right: 12px;
}

ul.products.products .product-content-thumbnails, ul.products.products .product-thumbnail {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  max-height: 180px;
  min-height: 180px;
}
@media (max-width: 599px) {
  ul.products.products .product-content-thumbnails, ul.products.products .product-thumbnail {
    max-height: 200px;
    min-height: 200px;
  }
}
ul.products.products .product-content-thumbnails > a, ul.products.products .product-thumbnail > a {
  margin: auto;
}
ul.products.products li.product a img, ul.products.products .product-thumbnail img {
  max-height: 180px;
}
@media (max-width: 599px) {
  ul.products.products li.product a img, ul.products.products .product-thumbnail img {
    max-height: 200px;
  }
}
ul.products.products li.product a img, ul.products.products .product-thumbnail img {
  margin: auto;
  max-width: 100%;
  width: auto;
}
@media (min-width: 1201px) {
  ul.products.products .product-title, ul.products.products h3 a {
    display: block;
    max-height: 96px;
    overflow: hidden;
    line-height: 1.2;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  ul.products.products .product-title, ul.products.products h3 a {
    display: block;
    max-height: 80px;
    overflow: hidden;
    line-height: 1.2;
  }
}

@media (min-width: 1201px) {
  .footer-dv-logo img {
    max-width: 150px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .footer-dv-logo img {
    max-width: 150px;
  }
}
@media (max-width: 599px) {
  .footer-dv-logo img {
    max-width: 250px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  top: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 4px 0 0;
  background: #007fc7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #080808;
  border-left: 1px solid #080808;
  border-right: 1px solid #080808;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #080808;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.pharmrel_list_tab {
  background: linear-gradient(to bottom, rgb(37, 75, 122) 0%, rgb(26, 53, 86) 100%);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab, .woocommerce div.product .woocommerce-tabs ul.tabs li.pharmrel_tab {
  background: linear-gradient(to bottom, #cc3333 0%, rgb(163.2, 40.8, 40.8) 100%);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border-top: none;
}

#tab-additional_information {
  border-top: 1px solid #080808;
  margin: 0;
}

@media (max-width: 599px) {
  .footer-widgets .widget {
    margin-bottom: 0;
  }
}

@media (min-width: 1201px) {
  #facet_stack_widget-2-yasearch {
    display: none !important;
  }
}

.radio-boxes [type=checkbox]:checked,
.radio-boxes [type=checkbox]:not(:checked),
.radio-boxes [type=radio]:checked,
.radio-boxes [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.radio-boxes .radio-box:checked + label, .radio-boxes .radio-box:not(:checked) + label {
  position: relative;
  display: inline-block;
  text-align: center;
  outline: 0;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #7d7d7d;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 3px;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #7d7d7d;
  background-color: #fff;
}
.radio-boxes .radio-box:checked + label {
  color: #007fc7;
  border-color: #007fc7 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 127, 199, 0.4) !important;
}
.radio-boxes .radio-box:not(:checked) + label {
  background-color: white;
  border: 1px solid #7d7d7d;
}
.radio-boxes .radio-box:not(:checked) + label:hover, .radio-boxes .radio-box:checked + label:hover,
.radio-boxes .radio-box [type=radio]:hover + label {
  color: #007fc7;
  border-color: rgb(46, 179.3819095477, 255);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

@media (max-width: 1200px) {
  .vartable:not(.dataTable) tr.new {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .vartable:not(.dataTable) tr.new td {
    grid-column: 1;
    max-width: 100%;
    width: 100%;
  }
  .vartable:not(.dataTable) tr.new td.price_column {
    grid-area: 1/2/5/3;
    flex-direction: column;
    justify-content: flex-start;
  }
  .vartable:not(.dataTable) tr.prev {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    min-height: 90px;
  }
  .vartable:not(.dataTable) tr.prev td.price_column, .vartable:not(.dataTable) tr.prev th.price_column {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 6px;
    max-width: 35%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .vartable:not(.dataTable) tr {
    position: relative;
    border-top: 1px solid #7d7d7d;
  }
  .vartable:not(.dataTable) tr:first-of-type {
    border-top: none;
  }
  .vartable:not(.dataTable) td, .vartable:not(.dataTable) th {
    max-width: 65%;
    width: 65%;
    border: 0;
    padding: 2px 0;
  }
  .vartable:not(.dataTable) td {
    display: list-item; /* This has to be "list-item"                                               */
    list-style-type: disc; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside;
  }
  .vartable:not(.dataTable) td.icons {
    display: inline-block;
    text-align: center;
  }
  .vartable:not(.dataTable) td.radio-boxes {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .vartable thead {
    display: none;
  }
}
.vartable td.icons {
  font-size: 22px;
  color: #007fc7;
  vertical-align: middle;
}
.vartable td.icons .vicon {
  padding: 0 4px;
}
.vartable td.icons .vicon-local-pickup {
  font-size: 24px;
}
.vartable td.icons .vicon-onsale, .vartable td.icons .vicon-onsale2 {
  color: #cc3333;
}
.vartable td.price_column {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.vartable td.price_column .vicon {
  font-size: 24px;
  padding: 0 4px;
}
.vartable td.price_column .vicon-onsale, .vartable td.price_column .vicon-onsale2 {
  color: #cc3333;
}
.vartable td.price_column .onsale-text {
  font-size: 12px;
  text-align: center;
}
.vartable th.price_column {
  padding-right: 26px;
}
.vartable th.price_column::before {
  right: 8px;
}

.table-legend {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.table-legend i {
  color: #007fc7;
  font-size: 20px;
}

.modal.in .modal-header .close {
  background-color: #000;
}
.modal:before {
  background-color: rgba(128, 128, 128, 0.85);
}

#buy_block_modal .modal-dialog {
  padding: 0 4px;
}
#buy_block_modal .modal-dialog h3 {
  color: #007fc7;
  font-size: 18px;
  padding-right: 20px;
}
#buy_block_modal.in .modal-header {
  top: 0;
  right: 0;
}

@media (max-width: 1200px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .woocommerce-cart.woocommerce-cart .menu-sideextra, .woocommerce-cart.woocommerce-cart .entry-footer, .woocommerce-cart.woocommerce-cart .footer-2, .woocommerce-cart.woocommerce-cart .footer-3, .woocommerce-checkout.woocommerce-checkout .menu-sideextra, .woocommerce-checkout.woocommerce-checkout .entry-footer, .woocommerce-checkout.woocommerce-checkout .footer-2, .woocommerce-checkout.woocommerce-checkout .footer-3 {
    display: none;
  }
  .woocommerce-cart.woocommerce-cart.post-no-page-header .site-content, .woocommerce-checkout.woocommerce-checkout.post-no-page-header .site-content {
    padding: 0 0 16px 0 !important;
  }
  .woocommerce-cart.woocommerce-cart .footer-1 p, .woocommerce-checkout.woocommerce-checkout .footer-1 p {
    margin-bottom: 0;
  }
  .woocommerce-cart.woocommerce-cart #footer-widgets, .woocommerce-checkout.woocommerce-checkout #footer-widgets {
    padding-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .woocommerce-checkout.woocommerce-checkout table.shop_table thead, .woocommerce-checkout.woocommerce-checkout table.shop_table tbody {
    display: none;
  }
  .woocommerce-checkout.woocommerce-checkout .form-row.place-order {
    display: none;
  }
  .woocommerce-checkout.woocommerce-checkout span.optional {
    display: none;
  }
  .woocommerce-checkout.woocommerce-checkout form .form-row .input-text {
    padding: 8px 16px;
  }
  .woocommerce-checkout.woocommerce-checkout form .form-row label {
    margin-bottom: 0;
  }
}
.woocommerce-checkout.woocommerce-checkout .cart-subtotal, .woocommerce-checkout.woocommerce-checkout .shipping {
  display: none;
}

@media (max-width: 1200px) {
  .woocommerce-cart.woocommerce-cart #content {
    background: #f6f6f6;
  }
  .woocommerce-cart.woocommerce-cart .cart-title {
    margin: 8px 0;
  }
  .woocommerce-cart.woocommerce-cart .cart_totals {
    padding: 0;
  }
  .woocommerce-cart.woocommerce-cart.cart-pharmacy h1, .woocommerce-cart.woocommerce-cart.cart-pharmacy h3.cart-title {
    margin: 0 !important;
  }
  .woocommerce-cart.woocommerce-cart .ph_search_block {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 3px -2px #333;
  }
  .woocommerce-cart.woocommerce-cart .ph_search_block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .woocommerce-cart.woocommerce-cart .pharmacy_search_tabs_controls {
    display: flex;
    flex-direction: row;
    border: 1px solid #007fc7;
    background: #f6f6f6;
    border-radius: 3px;
    padding: 2px;
    margin-bottom: 16px;
    box-shadow: 0 1px 2px #cecece;
  }
  .woocommerce-cart.woocommerce-cart .pharmacy_search_tabs_controls a {
    width: 50%;
  }
  .woocommerce-cart.woocommerce-cart .pharmacy_search_tabs_controls a.active {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px #cecece;
  }
  .woocommerce-cart.woocommerce-cart .pharmacy_search_tabs_controls a:hover, .woocommerce-cart.woocommerce-cart .pharmacy_search_tabs_controls a:focus {
    color: #007fc7;
  }
  .woocommerce-cart.woocommerce-cart ymaps[class*=-gotoymaps] {
    display: none;
  }
  .woocommerce-cart.woocommerce-cart .yandex_maps_pharms_container {
    box-shadow: 0 1px 2px #cecece;
    background: #fff;
    padding: 2px;
  }
}
@media (max-width: 1200px) {
  .woocommerce-cart.woocommerce-cart #pharmacies_table tr.pharmacy_row {
    background: #fff;
    box-shadow: 0 1px 2px #cecece;
  }
  .woocommerce-cart.woocommerce-cart #pharmacies_table tr.pharmacy_row + tr {
    margin-top: 16px;
  }
  .woocommerce-cart.woocommerce-cart #pharmacies_table .fit-content {
    width: fit-content;
  }
  .woocommerce-cart.woocommerce-cart #pharmacies_table .name, .woocommerce-cart.woocommerce-cart #pharmacies_table .schedule, .woocommerce-cart.woocommerce-cart #pharmacies_table .actions, .woocommerce-cart.woocommerce-cart #pharmacies_table .delivery {
    width: 100%;
  }
  .woocommerce-cart.woocommerce-cart #pharmacies_table .actions .btn-vet {
    width: 100%;
  }
}
.woocommerce-cart.woocommerce-cart .cart-collaterals .calculated_shipping {
  padding: 16px;
}
.woocommerce-cart.woocommerce-cart .cart-collaterals table.shop_table {
  border-bottom: none;
  padding-bottom: 0;
}
.woocommerce-cart.woocommerce-cart .cart-collaterals table.shop_table td, .woocommerce-cart.woocommerce-cart .cart-collaterals table.shop_table th {
  padding: 8px;
}
.woocommerce-cart.woocommerce-cart .cart-collaterals table.shop_table th {
  width: 20%;
  max-width: 25%;
  text-align: left;
}
@media (max-width: 1200px) {
  .woocommerce-cart.woocommerce-cart .cart-collaterals table.shop_table {
    background: #fff;
    box-shadow: 0 1px 2px #cecece;
  }
}
.woocommerce-cart.woocommerce-cart .cart_totals tr.cart-discount td {
  text-align: right;
  font-size: 16px;
  padding-top: 9px;
}
@media (max-width: 1200px) {
  .woocommerce-cart.woocommerce-cart table.shop_table.cart thead {
    display: none;
  }
}
@media (max-width: 1200px) {
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 1px 2px #cecece;
    min-height: 100px;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr + tr {
    margin-top: 16px;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr.actions-row {
    min-height: 4px;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr.actions-row td.actions {
    display: none;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td {
    padding: 8px;
    border: 0;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-name {
    width: 90%;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-name .price-mobile {
    display: none;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-remove {
    display: flex;
    width: 10%;
    order: 1;
    padding: 2px;
    align-self: flex-start;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-quantity {
    order: 2;
    padding: 8px !important;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-subtotal {
    display: flex;
    order: 3;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-price {
    display: block !important;
    width: 100%;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-price .woocommerce-Price-amount, .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-price del, .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-price ins {
    display: none;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-price {
    order: 4;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.delivery {
    display: flex;
    width: 100%;
    order: 5;
  }
  .woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.delivery .inner-flex-wrap {
    background-color: #EDEDED;
    border-left: 4px solid #007fc7;
    padding: 5px 10px 5px 7px;
  }
}
.woocommerce-cart.woocommerce-cart table.shop_table.cart tr td {
  vertical-align: middle;
}
.woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-thumbnail {
  padding: 16px;
}
.woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-quantity {
  padding-top: 38px;
}
.woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-quantity .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-quantity .quantity .custom-qty {
  display: block;
  font-size: 18px;
  padding: 0 4px;
}
.woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.product-quantity .quantity .qty {
  min-width: 30px;
  width: 50px;
  height: auto;
  border-radius: 3px;
  padding: 4px 4px 4px 10px;
  line-height: 1.5;
  -moz-appearance: textfield;
}
.woocommerce-cart.woocommerce-cart table.shop_table.cart tr td.delivery .inner-flex-wrap {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  margin-top: 16px;
}
.woocommerce-cart.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .select2-selection--single {
  height: auto !important;
}
.woocommerce-cart.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 20px;
  padding-bottom: 0;
}
.woocommerce-cart.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  display: none;
}
@media (max-width: 1200px) {
  .woocommerce-cart.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: #007fc7;
    border-bottom: none;
  }
}
@media (max-width: 1200px) {
  .woocommerce-cart.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
    background: #fff;
    padding: 8px;
    box-shadow: 0 1px 2px #cecece;
  }
}
.woocommerce-cart.woocommerce-cart .shipping_method_error {
  color: #cc3333;
}

.bgw {
  background: #fff;
}

.right_btn_wrap {
  display: flex;
  justify-content: flex-end;
  padding: 16px 0;
}
.right_btn_wrap .btn-vet {
  font-size: 24px;
}
.right_btn_wrap .btn-back {
  margin-right: 16px;
}

.btn_phchoose.active {
  background: #007fc7;
  color: #fff;
}

#calc_shipping_country_field, .shipping-calculator-form > p:not(#calc_shipping_state_field) {
  display: none;
}

.select2-container--default .select2-results .select2-results__option {
  padding: 10px 4px;
}

.woocommerce.woocommerce form .form-row label {
  text-transform: none;
}

#delivery_time_modal .modal-content {
  max-width: 400px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#delivery_time_modal .modal-body {
  text-align: center;
  background: #fff;
}
#delivery_time_modal.in .modal-header {
  left: auto;
  right: 2px;
  top: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none !important;
}

.woocommerce-billing-fields #billing_state_field.invalid-required-field {
  display: block !important;
}
.woocommerce-billing-fields #delivery_date_field.woocommerce-invalid + #delivery_date_field label {
  color: #a00;
}

.custom-consent .input-checkbox {
  position: initial !important;
}

.cc-revoke.cc-bottom {
  display: none;
}

.modal_actions {
  display: flex;
  justify-content: center;
}

.woocommerce-form-login {
  max-width: 600px;
}

.product_meta .delivery {
  padding-top: 16px;
}

.delivery_block {
  display: flex;
  flex-direction: column;
}
.delivery_block .option {
  display: list-item;
  margin-left: 16px;
}

.city_selector {
  color: #007fc7;
  border-bottom: 1px dotted #007fc7;
  cursor: pointer;
}
.city_selector.btn-vet {
  border-bottom: 1px solid #007fc7;
}

#city_select_filter option:disabled {
  color: #b3b3b3;
}

/**
restock table
 */
#restock-wrap {
  padding: 16px;
}
#restock-wrap .dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}

table.restock_table.dataTable thead th {
  padding: 2px 16px 2px 2px;
}
table.restock_table.dataTable td {
  padding: 8px 4px;
}
table.restock_table.dataTable td.date {
  cursor: pointer;
}
table.restock_table.dataTable td.date[data-status=busy] {
  background: green;
}

body.admin-bar table.dataTable.fixedHeader-floating {
  margin-top: 32px;
}

.woocommerce-invalid + #delivery_date_field {
  color: #cc3333;
  border: 1px solid #cc3333;
  padding: 4px;
}
.woocommerce-invalid + #delivery_date_field #choose_deliverytime {
  background-color: #cc3333;
}

#delivery_cities .mm-listitem .warning {
  color: #cc3333;
}
#delivery_cities .mm-searchfield__input input {
  background-color: #fff;
  border: 1px solid #007fc7 !important;
}

.cart_totals .delivery-warning {
  color: #cc3333;
}

#header_city_select {
  width: 100%;
}
#header_city_select .city_selector {
  border: 1px solid #007fc7;
  border-right: none;
  font-size: 16px;
}
#header_city_select input {
  border: 1px solid #007fc7;
}

@media (max-width: 1200px) {
  .woocommerce-cart table.shop_table {
    margin-bottom: 20px;
  }
}
.woocommerce-cart table.shop_table .actions-row td {
  padding: 10px;
}
.woocommerce-cart table.shop_table [class*=coupon] .woocommerce-Price-amount {
  display: none;
}

.woocommerce-input-wrapper-addon {
  display: flex;
}
.woocommerce-input-wrapper-addon .input-group-addon {
  display: inline-flex;
  width: auto;
}
.woocommerce-input-wrapper-addon .input-group-addon span {
  margin: auto;
}

.woocommerce.woocommerce div.product p.price {
  margin-bottom: 0;
}

.wholesale {
  color: #cc3333;
  font-size: 14px;
}
.wholesale.mb {
  margin-bottom: 32px;
}

#buy_block_modal_content {
  overflow-y: scroll;
  max-height: 90vh;
}

.top-phones-wrap {
  text-align: center;
  padding: 4px 8px;
}
.top-phones-wrap .phone {
  font-size: 18px;
  font-weight: 800;
  color: #007fc7;
  line-height: 32px;
}
.top-phones-wrap .phone:before {
  padding: 0 4px;
}

.facetwp-facet-city .facetwp-dropdown option[value=any] {
  display: none;
}

.facetwp-facet-pharmacies .facetwp-checkbox[data-value=any] {
  display: none;
}
.facetwp-facet-pharmacies .facetwp-counter {
  display: none;
}

.woocommerce .widget ul.product_list_widget li .product-title {
  font-weight: 400 !important;
  text-transform: initial;
}

#pharmacy_picker {
  max-width: 1200px !important;
}
#pharmacy_picker .mm-navbar_tabs {
  color: #007fc7;
}
#pharmacy_picker .mm-navbar__tab_selected {
  background-color: #007fc7;
  color: #fff;
}
#pharmacy_picker #pharmacies_table_wrap {
  background-color: #fff;
}
#pharmacy_picker #pharmacies_table_wrap thead {
  background: #fff;
  color: #007fc7;
}

.cart-title-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cart-title-flex {
    font-size: 20px;
  }
}

#shipping_method #load_pharm_select .text {
  white-space: break-spaces;
}

.checkout-button.disabled {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed;
  border: 1px solid #bbb;
}

@media (max-width: 1200px) {
  .wc-proceed-to-checkout {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background-color: #fff;
    will-change: transform;
    transform: translateZ(0);
    box-shadow: 0 2px 5px 0px #333;
    padding: 0 !important;
  }
  .wc-proceed-to-checkout .checkout-button {
    background: linear-gradient(45deg, #ca3a59 0%, #ca3a59 47%, rgb(223.624, 138.376, 156.728) 50%, #ca3a59 53%, #ca3a59 100%);
    background-size: 400% 400%;
    animation: btn_gradient 12s ease infinite;
    border-radius: 0 !important;
  }
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month:not(.xdsoft_disabled) {
  opacity: 1;
}

del .woocommerce-Price-amount.amount {
  text-decoration: line-through;
}

.price_column .add_to_cart_button {
  background: linear-gradient(45deg, #cc3333 0%, #cc3333 47%, rgb(224.4, 132.6, 132.6) 50%, #cc3333 53%, #cc3333 100%);
  background-size: 400% 400%;
  animation: btn_gradient 12s ease infinite;
}

.woocommerce.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: linear-gradient(45deg, #cc3333 0%, #cc3333 47%, rgb(224.4, 132.6, 132.6) 50%, #cc3333 53%, #cc3333 100%);
  background-size: 400% 400%;
  animation: btn_gradient 12s ease infinite;
}
@media (max-width: 599px) {
  .woocommerce.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    height: 60px;
    line-height: 62px;
    font-size: 22px;
    text-shadow: 0px 0px 2px black;
  }
  .woocommerce.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:after {
    content: "";
    display: inline-flex;
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
  }
}

@keyframes btn_gradient {
  0% {
    background-position: 0% 50%;
  }
  45% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  60% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 599px) {
  body.woocommerce-cart #footer-widgets {
    display: none;
  }
}

@media (max-width: 599px) {
  body.woocommerce-checkout #footer-widgets {
    display: none;
  }
}

@media (max-width: 599px) {
  .cart-collaterals {
    padding-bottom: 40px;
  }
  .cart-collaterals .cart_totals table {
    margin-bottom: 0 !important;
  }
}
body.single-product nav.mobile-bottom-nav {
  padding: 0;
}
body.single-product .mobile-bottom-nav__item {
  background: linear-gradient(to bottom, #EF4D50, #cd3433);
}
body.single-product .mobile-bottom-nav__item a {
  background: none !important;
  color: #fff;
}
body.single-product #bb_sp_buy {
  border-left: 1px solid #fff;
}

button#load_pharm_select {
  color: #fff;
  background-color: #cc3333;
  border-color: #cc3333;
}

#mycred-partial-payment-woo {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  padding: 16px 30px;
  margin: 0;
}

#mycred-range-selector {
  margin-bottom: 32px;
}

#vs_countdown {
  display: inline-flex;
  gap: 8px;
}
#vs_countdown .vstmr {
  display: inline-flex;
  gap: 2px;
  border: 1px solid black;
}
#vs_countdown .vstmr div {
  padding: 0 4px;
}

.vs_block {
  border: 1px solid #ccc;
  padding: 16px;
}
.vs_block h3 {
  margin-top: 0;
}

.single-product .product_meta {
  padding-top: 16px;
}
.single-product p.price {
  display: flex;
  align-items: center;
}
.single-product p.price ins {
  padding: 0 16px;
}

.cc-compliance {
  justify-content: flex-end !important;
}

.cc-window {
  flex-direction: column-reverse !important;
}

.brandzone {
  display: flex;
  margin-bottom: 16px;
}
.brandzone .brand__logo {
  position: relative;
  min-width: 300px;
  padding: 8px;
  text-align: center;
  background-position: center center;
}
.brandzone .brand__description {
  padding: 8px;
}
@media (max-width: 768px) {
  .brandzone {
    flex-wrap: wrap;
    justify-content: center;
  }
  .brandzone .brand__title {
    text-align: center;
  }
}

.brand__tabs_wrap .panel {
  border: none;
  box-shadow: none;
}
.brand__tabs_wrap .woocommerce-Tabs-panel {
  border-top: 1px solid #080808;
  margin: 0;
  padding-top: 16px;
}

#brand__tabs {
  position: relative;
  top: 1px;
  overflow: hidden;
  border-bottom: none;
}
#brand__tabs > li > a::before {
  content: none;
}
#brand__tabs > li > a {
  text-align: center;
}
@media (max-width: 768px) {
  #brand__tabs {
    display: flex;
    flex-direction: column;
  }
  #brand__tabs li a {
    border: 1px solid #ddd;
    border-radius: 2px;
    border-bottom-color: transparent;
  }
  #brand__tabs li.active a {
    color: #007fc7 !important;
  }
}

.brand__categories {
  padding-bottom: 32px;
}
.brand__categories .categories__name {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.25em;
  margin-top: 10px;
  padding: 10px 5px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-shadow: 0px 0px 1px #000000;
  border-radius: 8px;
}
.brand__categories .col {
  display: flex;
}
.brand__categories .categories__item--column {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}

.news-item:not(:last-child) {
  margin-bottom: 15px;
}

.news-item__inner {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  transition: border-color 0.2s;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #d0dce4;
  background: #fff;
}
.news-item__inner:hover {
  box-shadow: 0 1px 2px #cecece;
}
@media (max-width: 768px) {
  .news-item__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.news-item__image-wrapper {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.news-item__image-wrapper {
  flex-shrink: 0;
  margin-right: 30px;
  width: 225px;
  height: 150px;
}

.news-item__image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-item__content {
  padding: 0;
  flex: 1;
}

.news-item__title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #2d3e4f;
}

.news-item__date {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 600;
  color: #9cabb8;
}

.news-item__description {
  font-size: 14px;
  color: #080808;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.vs_brands {
  display: flex;
  flex-wrap: wrap;
  border-top: 3px #d40a19 solid;
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}
.vs_brands .vs_brands__el {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 25%;
}
@media (max-width: 599px) {
  .vs_brands .vs_brands__el {
    flex-basis: 50%;
  }
}
.vs_brands .vs_brands__el {
  padding: 8px;
}
.vs_brands .vs_brands__el img {
  max-height: 160px;
}

.widget_recently_viewed_products .product_list_widget {
  display: flex;
}
@media (max-width: 1200px) {
  .widget_recently_viewed_products .product_list_widget {
    flex-wrap: wrap;
  }
}
.widget_recently_viewed_products li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  flex-basis: 20%;
}
@media (max-width: 1200px) {
  .widget_recently_viewed_products li {
    flex-basis: 25%;
  }
}
@media (max-width: 599px) {
  .widget_recently_viewed_products li {
    flex-basis: 50%;
  }
}

#tab-brand_tab .container::before, #tab-brand_tab .container::after {
  content: none !important;
}
@media (max-width: 599px) {
  #tab-brand_tab .container {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}
#tab-brand_tab img {
  max-width: unset;
}
#tab-brand_tab .card__info {
  z-index: 0 !important;
}

/**
News
 */
.page-id-1886 #content {
  background: #f4f5f5 !important;
  padding-top: 16px;
}

.news-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  border-top: 3px #007fc7 solid;
}
.news-block-header h2 {
  color: #007fc7;
}

.news-block-row {
  box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
  background: #fff;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.news-block-item .news-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-block-item .news-title a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.2;
}

.page-id-543235 .site-content {
  padding-top: 0 !important;
}

.product-price .wrap {
  display: flex;
  flex-direction: column;
}
.product-price .wrap .discount-description.discount-description {
  font-size: 14px;
  line-height: 16px;
  padding: 4px 0;
  color: red;
}

.woocommerce-EditAccountForm {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.woocommerce-EditAccountForm label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.woocommerce-EditAccountForm label .required {
  color: #cc3333;
  text-decoration: none;
}
.woocommerce-EditAccountForm .help-text {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #7d7d7d;
}
.woocommerce-EditAccountForm input[type=text],
.woocommerce-EditAccountForm input[type=email],
.woocommerce-EditAccountForm input[type=password] {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  color: #080808;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.woocommerce-EditAccountForm input[type=text]:focus,
.woocommerce-EditAccountForm input[type=email]:focus,
.woocommerce-EditAccountForm input[type=password]:focus {
  background-color: #fff;
  border-color: #007fc7;
  box-shadow: 0 0 0 3px rgba(0, 127, 199, 0.15);
  outline: none;
}
.woocommerce-EditAccountForm .edit-account__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.woocommerce-EditAccountForm .edit-account__grid .woocommerce-form-row--wide {
  grid-column: 1/-1;
}
@media (max-width: 599px) {
  .woocommerce-EditAccountForm .edit-account__grid {
    grid-template-columns: 1fr;
  }
}
.woocommerce-EditAccountForm .edit-account__password-fieldset {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 24px;
  background: #fdfdfd;
  border: 1px solid #eaeaea;
  border-radius: 6px;
}
.woocommerce-EditAccountForm .edit-account__password-fieldset legend {
  font-size: 18px;
  font-weight: 600;
  color: #080808;
  padding: 0 12px;
  margin-bottom: 0;
  border-bottom: none;
  width: auto;
}
.woocommerce-EditAccountForm .edit-account__password-fieldset .edit-account__password-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 10px;
}
.woocommerce-EditAccountForm .edit-account__submit-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}
.woocommerce-EditAccountForm .edit-account__submit-area .edit-account__consent-row {
  margin-bottom: 0;
}
.woocommerce-EditAccountForm .edit-account__submit-area .custom-consent {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: #555;
  letter-spacing: normal;
  cursor: pointer;
}
.woocommerce-EditAccountForm .edit-account__submit-area .custom-consent input[type=checkbox] {
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.woocommerce-EditAccountForm .edit-account__submit-area .custom-consent a {
  color: #007fc7;
  text-decoration: underline;
  margin-left: 4px;
}
.woocommerce-EditAccountForm .edit-account__submit-area .custom-consent a:hover {
  text-decoration: none;
}
.woocommerce-EditAccountForm .edit-account__submit-area .edit-account__action {
  display: flex;
  justify-content: flex-start;
}
.woocommerce-EditAccountForm .edit-account__submit-area .edit-account__action .btn-vet {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}

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