/*============================*/

#sp-subheader {
  padding: 9px 0;
  background-size: cover;
}

.article-ratings {
  display: none;
}

#sp-subheader .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #fff;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
  color: #0CA2EF;
  font-weight: 700;
}

.modal-scrollable.ba-forms-modal {
  margin-right: -17px;
  margin-left: -17px;
}

.sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
  font-size: 11px;
}

/*============================*/

.breadcrumb {
  background-color: initial;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  font-size: 11px;
}

.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li a span, .sp-page-title .breadcrumb>li+li:before, .breadcrumb .breadcrumb-item.active span {
  color: #777;
  font-size: 11px;
  font-weight: 400;
  transition: color .3s;
}

.breadcrumb .pathway {
  color: #777;
  font-size: 11px;
}

.breadcrumb .pathway:hover {
  color: #0CA2EF;
}

/*============================*/

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
  color: rgba(37, 37, 37, 0.8);
  padding-right: 12px;
}

/*============================*/

.sppb-addon-table-main.bt tbody td, .sppb-addon-table-main.bt tfoot td, .sppb-addon-table-main.bt tfoot th {
  border: none;
  display: table-cell;
}

/*============================*/

.b-logotype .sppb-addon-content {
  text-align: center;
}

.b-logotype img {
  max-width: 100px;
  margin: auto;
}

.logo__wrapper {
  text-align: center;
  margin-left: 10px;
}

/*============================*/

.article-list .col-md-6 {
  margin-bottom: 20px;
}

/*============================*/

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li a span, .sp-page-title .breadcrumb>li+li:before, .breadcrumb .breadcrumb-item.active span {
  color: #777;
  font-size: 11px;
  font-weight: 400;
  transition: color .3s;
}

.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li:hover a span {
  color: #0CA2EF;
}

.sp-page-title {
  background: transparent;
}

.b-slogan p {
  color: #0c1c44;
}

/*============================*/

.sp-page-title .sp-page-title-heading {
  color: #000;
  font-size: 32px;
  font-weight: 500;
}

/*============================*/

.sppb-article-info-wrap a {
  color: #0CA2EF;
}

.sppb-article-info-wrap a:hover {
  color: #0CA2EF;
}

/*============================*/

#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
  line-height: normal;
}

/*============================*/

.bx-wrapper {
  margin-bottom: 0;
}

/*============================*/

.sppb-articles-carousel-wrap .sppb-articles-carousel-img {
  box-shadow: none;
}

.sppb-articles-carousel-content {
  box-shadow: none;
}

/*============================*/

.b-main-title .sppb-addon-title {
  position: relative;
  display: inline-block;
}

.b-main-title .sppb-addon-title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #0CA2EF;
}

/*============================*/

.b-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  background: #103799;
  padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  position: relative;
  display: block;
  color: #fff;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  padding: 10px 15px 10px 10px;
  text-align: left;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
  color: #fff;
  background: #0a2361;
}

/*============================*/

.b-search-button {
  border: none;
  background: transparent;
  cursor: pointer;
}

@media(max-width: 991px) {
  .b-search-button {
    position: absolute;
    top: -43px;
  }
}

.header-sticky .b-search-button {
  display: none;
}

.b-search-button .fa.fa-search {
  font-size: 17px;
  color: #0CA2EF;
}

/*============================*/

.ba-modal.popup-form {
  max-width: 400px;
}

#offcanvas-toggler.offcanvas-toggler-right, #offcanvas-toggler.offcanvas-toggler-left {
  display: none;
}

@media only screen and (max-width: 991px) {
  #offcanvas-toggler.offcanvas-toggler-right, #offcanvas-toggler.offcanvas-toggler-left {
    display: block;
  }
}

/*============================*/

#sp-header {
  padding: 0;
  height: 80px;
  text-align: center;
}

header#sp-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: -4px;
  background: url(/images/design/decor_bg2.png);
  background-repeat: repeat-x;
}
header#sp-header.header-sticky::before {
  display: none
}

#sp-header.header-sticky {
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, .136);
  height: initial;
}

#sp-header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*============================*/

.b-subheader input.popup-btn {
  border: 1px solid #0CA2EF;
  transition: all 0.3s;
}

.b-subheader input.popup-btn:hover {
  background: #0CA2EF !important;
  color: #fff !important;
}

/*============================*/

.b-logo {
  color: #0CA2EF;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

.b-logo.logo--small {
  font-size: 20px;
  text-transform: none;
}

.b-logo:hover {
  color: #0CA2EF;
}

/*============================*/

.b-slogan {
  font-size: 13px;
  color: #95979a;
  line-height: 1.23;
}

/*============================*/

.b-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.b-contacts .contacts__item {
  margin-bottom: 3px;
  width: 50%;
}

@media(max-width: 991px) {
  .b-contacts .contacts__item {
    margin-bottom: 3px;
    width: 33%;
  }
}

@media(max-width: 475px) {
  .b-contacts {
    display: inline-block;
  }
  .b-contacts .contacts__item {
    width: 100%;
  }
}

.b-contacts .contacts__tel a {
  font-size: 13px;
  font-weight: 500;
  color: #0c1c44;
  white-space: nowrap;
}

.b-contacts .contacts__mail a {
  font-size: 14px;
  color: #0CA2EF;
}

.b-contacts .contacts__tel .fa.fa-phone, .b-contacts .contacts__mail .fa.fa-envelope {
  color: #fff;
  background: #0CA2EF;
  width: 25px;
  margin-right: 10px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
}

/*============================*/

.sp-scroll-up {
  bottom: 100px;
}

/*============================*/

#sppb-addon-1519279815885 .sppb-addon {
  text-align: center;
}

/*============================*/

.sp-megamenu-parent {
  float: none;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
  font-size: 14px;
  text-transform: uppercase;
  color: #1d2029;
  font-weight: 700;
}

.sp-megamenu-parent>li>a:hover, .sp-megamenu-parent>li>a:focus, .sp-megamenu-parent>li>a:active {
  color: #0CA2EF;
}

/*============================*/

#sp-main-body {
  padding: 25px 0;
}

/*============================*/

#sppb-addon-1562680816549 .btn-default .popup-btn {
  margin-top: 0;
  padding: 15px 50px;
  text-transform: uppercase;
}

/*============================*/

.sppb-addon-image-overlay-icon {
  line-height: 32px;
}

/*============================*/

.b-category .page-header {
  margin-bottom: 0;
}

/*============================*/

.fields-container .field-entry>span {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
}

.fields-container .field-entry:after {
  content: '';
  display: block;
  border: 1px dotted #ccc;
}

.fields-container .field-label {
  font-weight: 700;
}

.fields-container .field-value {
  text-align: right;
}

/*============================*/

.blog .fields-container {
  display: none;
}

.blog .article-list .article .article-header h2 {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.blog .article-info {
  margin-bottom: 0;
}

/*============================*/

.article-details .fields-container {
  display: block;
}

.article-details .b-old-price {
  text-decoration: none;
}

.article-details .b-old-price .field-value {
  text-decoration: line-through;
}

/*============================*/

.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 16px;
}

/*============================*/

#sp-left .sp-module, #sp-right .sp-module {
  padding: 0;
  border: 0;
  margin-top: 25px;
}

#sp-left .sp-module ul>li.current>a, #sp-right .sp-module ul>li.current>a {
  color: #ff3f65;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin-bottom: 0;
}

/*============================*/

.ja-mg-sidebar.sidebar-main.col {
  padding: 0;
}

.ja-mg-sidebar .btn.clear-all-filter {
  width: 100%;
  color: #fff;
  background-color: #096;
  margin-bottom: 10px;
}

.ja-filter-wrapper .filter-content .color-item span.color-item-bg {
  border-radius: 50%;
}

.ja-products-wrapper.products .btn {
  color: #fff;
  background-color: #d13a51;
  border: 0px solid #ccc;
}

.ja-products-wrapper .product-item-actions {
  text-align: center;
}

.ja-products-wrapper .product-item .product-item-name {
  min-height: 42px;
  max-height: 42px;
}

.ja-products-wrapper.products-grid .b-old-price, .ja-products-wrapper.products-grid .b-new-price {
  text-align: center;
}

.ja-products-wrapper.products-list .b-old-price, .ja-products-wrapper.products-list .b-new-price {
  text-align: left;
}

.ja-products-wrapper.products .b-new-price {
  font-weight: 700;
  font-size: 24px;
}

#jamegafilter-search-btn.btn {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #000;
}

/*============================*/

.products-toolbar #limiter_chzn, .products-toolbar #sorter_chzn {
  width: auto !important;
}

.products-toolbar .orderby-displaynumber .toolbar-amount {
  display: none;
}

/*============================*/

.b-old-price {
  text-decoration: line-through;
}

/*============================*/

.sppb-articles-carousel-wrap .sppb-articles-carousel-meta {
  display: none;
}

.sppb-articles-carousel-wrap .sppb-articles-carousel-link {
  min-height: 72px;
}

.sppb-articles-carousel-wrap .sppb-articles-carousel-img {
  box-shadow: 0 6px 12px -3px rgba(49, 41, 41, 0.1);
}

div.bx-wrapper .bx-controls-direction a:hover {
  color: #ff3f65;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #ff3f65;
}

/*============================*/

.itemid-204 .ja-mg-sidebar {
  display: none;
}

/*============================*/

.b-search {
  background: #E0E7EC;
  padding: 10px 0;
  animation-name: showform;
  animation-duration: .3s;
  transform-origin: top;
  overflow: hidden;
}

@keyframes showform {
  from {
    transform: scaleY(0);
    height: 0;
  }
  to {
    transform: scaleY(1);
    height: 100%
  }
}

@keyframes hideform {
  from {
    transform: scaleY(1);
    height: auto;
  }
  to {
    transform: scaleY(0);
    height: 0;
  }
}

.b-search.hide-form {
  animation-name: hideform;
  animation-duration: .3s;
  height: 0;
  padding: 0;
}

.b-search .btn.btn-primary {
  background: #0CA2EF;
  border-color: #0CA2EF;
  border-radius: 0;
}

.b-search #mod-search-searchword114 {
  border-radius: 0;
}

/*============================*/

.b-main-slider#section-id-1562328738414 .sp-slider .sp-dots ul li.active, .b-main-slider#section-id-1562328738414 .sp-slider .sp-dots ul li:hover {
  background: transparent;
  width: 10px;
  height: 10px;
  border-width: 0;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 1);
}

.b-main-slider #sppb-addon-1562328738445 .sp-slider .sp-nav-control .nav-control {
  border-radius: 50%;
  border-width: 2px;
  width: 40px;
  height: 40px;
}

.b-main-slider div[data-arrow-content=icon_only] .sp-nav-control .nav-control i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

/*============================*/

.recommended-drug__slider .sppb-articles-carousel-introtext {
  display: inline-block;
  background: #3cc051;
  color: #fff;
  padding: 3px;
}

/*============================*/

.b-suggestion .suggesstion__item {
  padding: 10px 15px 10px 20px;
  transition: box-shadow .3s;
}

.b-suggestion .suggesstion__item:hover {
  box-shadow: 0px 0px 0px 1px rgba(218, 221, 225, 1);
}

/*============================*/

.b-categories-list .categories-module.mod-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 1);
}

.b-categories-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  background: url(/images/design/decor_bg2.png);
  background-repeat: repeat-x;
}

.b-categories-list::before {
  top: 0;
}

.b-categories-list .categories-module.mod-list li {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 10px;
  width: 25%;
  box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 1);
  transition: all .3s;
}

@media(max-width: 606px) {
  .b-categories-list .categories-module.mod-list li {
    width: 50%;
  }
}

@media(max-width: 440px) {
  .b-categories-list .categories-module.mod-list li {
    width: 100%;
  }
}

.b-categories-list .categories-module.mod-list li h4 {
  text-align: center;
  min-height: 60px;
}

@media(max-width: 606px) {
  .b-categories-list .categories-module.mod-list li h4 {
    min-height: 80px;
  }
}

.b-categories-list .categories-module.mod-list li:hover {
  box-shadow: 1px 1px 6px -1px rgba(187, 187, 187, 1), -1px -1px 6px -1px rgba(187, 187, 187, 1);
}

.b-categories-list .categories-module.mod-list li:hover a {
  color: #333;
}

.b-categories-list .categories-module.mod-list li p {
  position: relative;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

.b-categories-list .categories-module.mod-list li p img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.b-categories-list .categories-module a {
  color: #0CA2EF;
  font-size: 15px;
  font-weight: 700;
}

/*============================*/

.b-news-button {
  color: #0CA2EF;
  border: 1px solid #0CA2EF;
  background: #fff;
  font-size: 10px;
  padding: 7px 14px 6px;
  border-radius: 1px;
  text-transform: uppercase;
  transition: all .3s;
}

.b-news-button:hover {
  background: #0CA2EF;
  color: #fff;
}

/*============================*/

.b-bottom-menu .menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#sp-bottom .b-bottom-menu .menu li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
}

#sp-bottom .b-bottom-menu .menu li a:hover {
  color: #969ba5;
}

/*============================*/

.b-footer-contacts#sp-bottom .b-contacts .contacts__item a {
  color: #969ba5;
  font-weight: 400;
  font-size: 16px;
  transition: all .3s;
}

.b-footer-contacts#sp-bottom .b-contacts .contacts__item a:hover {
  color: #fff;
}

.b-footer-contacts#sp-bottom .b-contacts .contacts__item {
  margin-bottom: 10px;
}

.b-footer-contacts#sp-bottom .b-contacts .contacts__item:last-child {
  margin-bottom: 0;
}

.b-footer-contacts#sp-bottom {
  padding: 20px 0 20px;
}

.b-footer-contacts#sp-bottom .sp-module {
  margin-bottom: initial;
}

.b-footer-contacts #sp-bottom3 {
  padding-top: 30px;
}

.b-footer-contacts .contacts__mail .fa.fa-envelope, .b-footer-contacts .contacts__tel .fa.fa-phone {
  background: initial;
  color: #969ba5;
  margin-right: 3px;
}

#sp-footer .container-inner {
  padding: 12px 0;
}

/*============================*/

.page-header.item-title.h5 a {
  color: #0CA2EF;
  font-size: 15px;
  transition: all .3s;
}

.page-header.item-title.h5:hover a {
  color: #333333;
  font-size: 15px;
}

/*============================*/

.b-category {
  display: flex;
}

/*============================*/

.ja-mg-sidebar .btn.clear-all-filter {
  background-color: #0CA2EF;
}

#jamegafilter-search-btn.btn {
  background-color: #0CA2EF;
}

/*============================*/

.ja-products-wrapper.products .btn {
  color: #fff;
  background-color: #0CA2EF;
}

.ja-products-wrapper .product-item .product-item-info {
  min-height: 100%;
  position: relative;
  padding-bottom: 70px;
  border: 1px solid #e2e7eb;
}

.ja-products-wrapper .product-item .product-item-info:hover {
  border-color: #bbc7ce;
  box-shadow: none;
}

.ja-products-wrapper .product-item-actions {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.ja-products-wrapper .product-item a.product-item-photo img {
  max-width: 120px;
  margin: auto;
}

.products-toolbar .toolbar-sorter .action {
  background-color: #0CA2EF;
}

.article-list .article {
  min-height: 100%;
  border: 1px solid #e2e7eb;
  transition: all .3s;
}

.article-list .article:hover {
  border-color: #bbc7ce;
}

.article-list .article .article-intro-image {
  padding-top: 20px;
  border-bottom: none;
}

.article-list .article .article-header h2 a {
  color: #0CA2EF;
  font-weight: 400;
  transition: all .3s;
}

.article-list .article .article-header h2 a:hover {
  color: #333;
}

.article-list .article .article-intro-image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.article-intro-image a {
  position: relative;
  display: block;
  height: 150px;
  overflow: hidden;
}

a.label.label-info {
  pointer-events: none;
  cursor: not-allowed;
  background: #3cc051;
  color: #fff;
  font-size: 11px;
  border-radius: 0;
  padding: 3px 7px;
}

/*============================*/

#sp-left .menu-deeper.menu-parent>a {
  position: relative;
  font-size: 14px;
  background: #0CA2EF;
  color: #fff;
  padding: 11px 27px 13px 13px;
}

.current.menu-deeper.menu-parent:has( li.current)>a {
  font-size: 14px;
  background: #0CA2EF;
  color: #fff;
  padding: 11px 27px 13px 13px;
}

#sp-left ul.menu-child {
  background: #f5f6f7;
  padding: 8px 13px 15px;
  font-size: 12px;
}

#sp-left .sp-module ul>li.current>a, #sp-right .sp-module ul>li.current>a {
  color: #0CA2EF;
}

#sp-left .sp-module ul>li>a:hover {
  color: #0CA2EF;
}

#sp-left .menu-deeper.menu-parent>a:hover {
  color: #fff;
}

#sp-left .current.menu-deeper.menu-parent>a {
  color: #fff;
}

#sp-left .menu-deeper.menu-parent>a::before {
  content: "\f107";
  position: absolute;
  font-family: FontAwesome;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/*============================*/

.b-recommended-drug::after, .b-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  background: url(/images/design/decor_bg2.png);
  background-repeat: repeat-x;
}

.b-about::before {
  top: 0;
}

.b-recommended-drug::after {
  bottom: 0;
}

section.b-recommended-drug a.bx-prev, section.b-recommended-drug a.bx-next {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 27px;
  border-radius: 50%;
  border: 2px solid #828e98;
  color: #828e98;
}

section.b-recommended-drug a.bx-prev:hover, section.b-recommended-drug a.bx-next:hover {
  color: #164bd0;
  border-color: #164bd0;
}

.b-recommended-drug .bx-controls-direction {
  position: absolute;
  right: 40px;
}

.b-recommended-drug div.bx-wrapper .bx-controls-direction a.bx-next {
  left: 45px;
}

.b-recommended-drug span.sppb-articles-carousel-meta-category {
  display: none;
}

.b-recommended-drug .sppb-articles-carousel-column {
  border: 1px solid transparent;
  min-height: 289px;
  transition: all .3s;
}

.b-recommended-drug .sppb-articles-carousel-column:hover {
  border-color: #bbc7ce;
}

.b-recommended-drug .sppb-articles-carousel-wrap .sppb-articles-carousel-img {
  box-shadow: none;
  padding-top: 20px;
}

.b-recommended-drug a.sppb-articles-carousel-img-link {
  position: relative;
  display: block;
  height: 100px;
  width: 100px;
  border: 1px solid #c6c6c6;
  box-shadow: inset 5px 5px 0px 0px rgba(255, 255, 255, 1), inset -5px -5px 0px 0px rgba(255, 255, 255, 1);
  margin: auto;
  overflow: hidden;
}

.b-recommended-drug .bx-wrapper img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: contain;
}

.b-recommended-drug .sppb-articles-carousel-wrap .sppb-articles-carousel-link {
  min-height: 72px;
  text-align: center;
  padding-top: 30px;
}

.b-recommended-drug .sppb-addon-articles-carousel .bx-pager.bx-default-pager {
  top: 350px;
  text-align: center;
}

.b-recommended-drug .bx-pager-item {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 5px;
  background: #b8c2c7;
  border-radius: 50%;
  box-shadow: 0 1px 1px #979ea1 inset;
}

.b-recommended-drug .sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  margin: 0;
  transition: all .3s;
}

.b-recommended-drug .sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a.active, .b-recommended-drug .sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #0CA2EF;
}

/*============================*/

.b-question input.popup-btn {
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.75);
}

/*============================*/

.b-consultations .consultations__text {
  max-width: 600px;
}

.b-consultations .btn-default {
  text-align: center;
  padding-top: 20px;
}

/*============================*/

@media(max-width: 768px) {
  .b-price-list .price-list__table {
    overflow: scroll;
  }
}
/*============================*/
.b-logotype {
  font-size: 14px;
}

.b-logotype a {
  color: #0CA2EF;
}

/*============================*/
.b-suggestion .suggesstion__item {
  box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 1);
  transition: all, .3s;
}

.b-suggestion .suggesstion__item:hover {
    box-shadow: 1px 1px 6px -1px rgba(187, 187, 187, 1), -1px -1px 6px -1px rgba(187, 187, 187, 1);
}

.suggesstion__item .sppb-img-container {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
}

.b-suggestion .suggesstion__item .sppb-img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.b-suggestion .suggesstion__item .sppb-addon-title.sppb-feature-box-title {
  position: relative;
  height: 45px;
  cursor: default;
  overflow: hidden;
}

.b-suggestion .suggesstion__item .sppb-addon-title.sppb-feature-box-title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.84) 16%,rgba(255,255,255,0) 100%);
}
/*============================*/
.itemid-204 .b-category .category-desc {
  margin-right: 10px;
}
.itemid-204 .b-category .category-desc p {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.itemid-204 .b-category .category-desc img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*============================*/