html {
}

body {
    background: #fff;
    color: #323230;
}
:root {
    --one: #2c4a43; 
    --two: #b7ddd2;
}
h1,h2,h3,h4,h5 {
    color: #1f3d36;
    text-align: left;
    font-weight: 600;
    margin: 20px 0 12px 0;
    padding-bottom: 6px;
    position: relative;
}

h1:before,
h2:before,
h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #e3ece9;
    left: 0;
    width: 60px;
}

h4:before,
h5:before {
    content: none;
}

h1 {font-size: 33px;}
h2 {font-size: 29px;}
h3 {font-size: 25px}
h4 {font-size: 21px}
h5 {font-size: 17px}



h1.entry-title {

}


a:link,a:visited,a:active,a:focus { 
    color: var(--one);
}
a:hover {
    color: var(--two);
    text-decoration: none;
}

.oh {
    overflow: hidden;
}
.top_line {
    height: 120px;
    position: relative;
}
.top_line::before {
    content: '';
    position: absolute;
    background: var(--one);
    left: -100%;
    width: 100%;
    height: 100px;
}
.top_line::after {
    content: '';
    position: absolute;
    background: var(--two);
    right: -100%;
    width: 100%;
    height: 50px;
    top: 70px;
}

.top_line .logo {
    height: 100px;
    background: var(--one);
    position: relative;
    line-height: 90px;
}
.top_line .logo::before {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    background: var(--one);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(10px) skewX(-190deg);
    transform-origin: left;
}

.top_line .logo a {
    position: relative;
}
.top_line .logo img {
    width: 60px;
}
.top_line .logo a span {
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
    text-transform: uppercase;
}

.content-area ul {
    margin: 0  10px 0;
    padding: 0;
    list-style: none;
}
.content-area ul li {
    padding: 0 0 0 20px;
    position: relative;
}
.content-area ul li:before {
    position: absolute;
    content: "\2713";
    left: 0;
    color: var(--one);
}

.topitems {
    display: flex;
    flex-wrap: wrap;
    margin-left:30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    font-weight: bold;
}
.top_item {
   
}
.top_item svg {
    fill: #1f3d36;
    width: 35px;
    height: auto;
}
.top_item span {
    font-size: 12px;
    padding-left: 10px;
    text-transform: uppercase;
    color: var(--one);
}
.top_item a {
    color: #1f3d36;
    text-decoration: none;
}

.top_item a:hover {
    color: #1f3d36;
}
.bg_top_info {
    background: #eef6f4;
    margin-top: 230px;
}
.top_info {
    display: flex;
    flex-wrap: wrap;
    margin-left:30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 70px;
    height: 70px;
}
.top_info_item {
   
}
.top_info_item svg {
    font-size: 40px;
    color: #fff;
}
.top_info_item span {
    font-size: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    color:#fff;
}
.topheader {
    height: 380px;
    background: url(images/bg_topheader.jpg) no-repeat center;
}
.topheader_oll {
    height: 110px;
    background: url(images/bg_topheader_oll.jpg) no-repeat center;
}

.navbar {
    padding: 0;
}
.top_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}


.c_menu {
    background: var(--one);
}
ul.main_menu {
    margin: 0 -15px 0 0 ;
    padding: 0;
    margin-left: auto;
    display: flex;
    width: 100%;
    background: var(--two);
}
ul.main_menu::before {
    display: block;
    content: "";
    width: 20px;
    height: 50px;
    background: var(--two);
    position: absolute;
    top: 0;
    left: -5px;
    transform: translateX(10px) skewX(-190deg);
    transform-origin: left;
}

ul.main_menu li {
    font-size: 17px;
    list-style: none;
    flex-direction: row;
    line-height: 50px;
    display: inline-block;
}
ul.main_menu li a {
    line-height: 50px;
    padding: 0 15px;
    display: inline-block;
    color: var(--one);
    text-decoration: none;
    transition: .1s;
}
ul.main_menu li a:hover {
    color: var(--one);
}
ul.main_menu li.shopping_cart {
    background: var(--two);
} 
ul.main_menu li.linkprod {
   margin-right:auto;
   background: var(--two);
}



a.logo {
    font-size: 20px;
    text-transform: uppercase;
}
a.logo:hover {
    text-decoration: none;
    color: var(--one);
}
a.logo img {padding-right: 20px;}




.bg_menu_products {
    height: 50px;
    position: relative;
}
.bg_menu_products::before {
    content: '';
    position: absolute;
    background: var(--two);
    left: -100%;
    width: 100%;
    height: 50px;
}

ul.menu_products {
    background: var(--two);
    height: 50px;
    width: 100%;
    margin:0 0 0 -15px;
    color: #fff;
}
ul.menu_products::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: var(--two);
    position: absolute;
    top: 0;
    right: -17px;
    transform: translateX(10px) skewX(-190deg);
}
ul.menu_products li {
    color: #fff;

    line-height: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.menu_products li.dropdown a.nav-link {
    color: var(--one);
    padding: 0 10px;
    text-align: right;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}

.dropdown-menu.show {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  right: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  width: max-content;
  min-width: 100%;
  background: none;
}

ul.dropdown-menu li {
  position: relative;
  display: block;
}
ul.dropdown-menu li:after {
  content: "\00BB";
  position: absolute;
  right: 15px;
  top: 2px;
  color: var(--two);
}
ul.dropdown-menu li:not(:last-child) {
  margin-bottom: 3px;
}
ul.dropdown-menu li a {
  border: 2px var(--two) solid;
  display: flex;
  padding: 0 20px 0 15px !important;
  background: #fff;
}

ul.dropdown-menu li a:hover {
  color: var(--two) !important;
}
ul.dropdown-menu li a img {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 5px 10px 5px 0;
}

li.linkprod ul.dropdown-menu li a {
  padding: 0 15px 0 30px;
  color: var(--one);
  position: relative;
  width: max-content;
}

ul.dropdown-menu li a:hover {
  color: var(--one);
}
ul.dropdown-menu li ul.sub-menu {
  display: none;
} 
ul.dropdown-menu li:hover ul.sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 100%;
  right: 0px;
  padding: 0;
  width: max-content;
}
ul.sub-menu li a {
  padding: 0 15px !important;
  background:#fff;
  margin-left: 3px;
}
ul.sub-menu li:after {
  content: "";
}
ul.sub-menu  span>span {
  padding-left: 5px;
}
ul.active {
  display: block;
}

/* scs */


span.wt {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--two);
    display: block;
    padding: 0 0 10px 15px;
    line-height: 16px;
    position: relative;
}


.main_products {
    background: var(--two);
    padding: 15px 0 0 0;
}
.product_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.product_item {
    width: 200px;
    margin: 0 10px 20px 10px;
    padding: 15px;
    background: #fff;
    text-align: center;
    transition: 0.3s;
}
.product_item .prod_title {
    font-size: 18px;
    display: block;
    color: var(--one);
}
.product_item img {
    width: 150px;
    height: auto;
}
.product_item .pi_bot {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: var(--one);
}
.product_item .pi_bot svg {
    width: 30px;
    fill: var(--one);
}
.product_item:hover svg {
    fill: var(--two)
}

.product_item:hover .pi_bot svg {
    color: var(--two);
}
@media(max-width: 992px) {
    .oh {
        background: var(--one);
    }
    .cartwidget svg {
        fill: #fff;
        width: 35px;
        height: auto;
    }
    .cartwidget a {
        color: #fff;
    }
    .top_line::after {
        display: none;
    }
    .top_line .logo img {
        width: 45px;
    }
    .top_line .logo a span {
        color: #fff;
        font-size: 17px;
        margin-left: 15px;
        text-transform: uppercase;
    }
    .navbar {
        padding: 0;
        margin: 0;
    }
    .top_line {
        padding: 15px;
    }
    .top_line .logo {
        height: auto;
        line-height: normal;
    }
    .topheader {
        background: var(--two);
        height: auto;
    }
    .topheader_oll {
        background: var(--two);
        height: auto;
    }
    .bg_menu_products {
        height: auto;
    }
    .bg_menu_products nav {
        line-height: 50px
    }
    /* ul.menu_products::before {
        display: none;
    }
    ul.menu_products li {
        height: auto;
    }
    ul.menu_products {
        margin: 0;
        padding: 0;
    }
    ul.menu_products ul.dropdown-menu li a {
        padding: 0;
    } */
    .top_line .logo::before,ul.main_menu::before {
        display: none;
    }
    ul.main_menu li a {
        line-height: 40px;
        height: auto;
        padding: 0 15px;
    }
    .prodspan {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }
}


.sidebar {
    background: #fff;
    padding: 0 15px;
    margin: 15px 0;
}

.sidebar section {
    padding: 15px 0  10px 0;
}
.sidebar ul {
    list-style: none;
    margin: 0 ;
    padding: 0;
}
.sidebar li {
    position: relative;
    padding-left: 20px;
}
.sidebar li a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 14px;
}
.sidebar li a:hover {
    margin-left: 10px;
}
.sidebar li a:before {
    position: absolute;
    content: "\21D2";
    left: -20px;
    color: var(--two);
}



.footer {
  background: linear-gradient(100deg, var(--one) 73%, var(--two) 73.1%);
  color: #fff;
  padding: 40px 0;
}

.footer section {
  margin-bottom: 20px;
}


.footer span.wt {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: none;
  color: #ffffff;
}


.footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul.menu li {
  padding: 0;
  margin-bottom: 8px;
}

.footer ul.menu li a {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}


.footer ul.menu li a:before,
.footer ul.menu li a:after {
  content: none !important;
}

.footer ul.menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}


.footer span.copy {
  font-size: 12px;
  display: block;
  text-align: center;
  margin-top: 30px;
  opacity: 0.8;
}

.footer span.copy img {
  margin: 20px auto;
  display: block;
}

.entry-content h2,
.entry-content h3 {
    text-align: left;
    font-weight: 600;
}

.entry-content h2:before,
.entry-content h3:before {
    display: none;
}

.entry-content {
    text-align: left;
    line-height: 1.7;
}



.entry-content h2.faq-title {
  margin-top: 45px;
}

.entry-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 6px;
  line-height: 1.4;
  color: #1f3d36;
}

.entry-content h3 + p {
  margin-top: 0;
}

.entry-content h3 + p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}


.entry-content h3:not(:first-of-type) {
  margin-top: 26px;
}

.entry-content h3 {
    margin-top: 20px;
}

.autor,
.revisio-farmaceutica {
    background: #f7fafc;
    border: 1px solid #dbeee8;
    padding: 18px;
    margin-top: 30px;
}

.comment-respond {margin-bottom:20px;}
.comment-respond p{font-size:14px;font-weight:noramal;}
.comment-respond input[type="text"],input[type="email"],input[type="url"]{height:30px;line-height:30px;border:1px #ccc solid;padding:0 10px;width:50%;border-radius:0px;}
.comment-respond textarea {border:1px #ccc solid;padding:0 10px;width:100%;border-radius:0px;height:100px;}
.comment-respond label{display:block;}
.comments-area ol {
    list-style: none;
    padding: 0;
}
.comments-area ol li {
   font-size: 13px;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    border: 1px #eee solid;
    background: #fff;
    border-radius: 3px;
}
.comment-respond input[type=submit] {
   background: var(--two);
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0;
}
.comment-respond input[type=submit]:hover {
   background: var(--one);
}




@media(max-width: 576px) {
    .td div:nth-child(1) {
    text-align: center !important;
    justify-content: center !important;
    }
    .check div {
        min-height: auto !important;
    }
    .xsp {
        padding: 0 0 10px 0 !important;
    }
    .qty {
        margin-bottom: 10px;
    }
}











.tabscontent .nav-tabs {
    border-bottom: none;
}
.tabscontent ul.nav-tabs   {
    margin: 0;
}
.tabscontent ul.nav-tabs > li {
    margin: 0;
    padding: 0;
}
.tabscontent ul.nav-tabs > li > a {
    border-radius:0;
    background: var(--one);
    margin: 0 15px 15px 0;
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}


.tabscontent ul.nav-tabs > li:before {
    content: "";
    position: absolute;
}
.tabscontent .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff ;
    cursor: default;
}
.tabscontent .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #fff ;
    cursor: pointer;
    background-color: var(--two) ;
    text-decoration: none;
}
.tabscontent .tabstabs .nav-tabs > li > a {
    border-radius:0;
    background: var(--one);
    margin: 0 15px 15px 0;
    padding: 8px 12px;
    font-size: 16px;
    width: 165px;
    color: #fff;
    text-transform: inherit;
    border: none;
    text-align: center;
}
.tabscontent .tabstabs .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #fff ;
    cursor: pointer;
    background-color: var(--two);
}
.tabscontent span.tabsh {
    padding: 5px 0;
    font-size: 20px;
    color: #5d5d5d;
    margin: 15px 0 10px 0px;
    display: block;
}
.tabscontent .tabsprice div.line_b {
    font-size: 17px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.tabscontent .tabsprice div.line_b span {
    font-size: 25px;
    font-weight: bold;
    color: var(--one);
    padding: 0 10px;
}
.tabscontent .tabsprice button {
    border: none;
    color: #ffffff;
    font-weight: normal;
    background: var(--one);
    padding: 0 15px;
    margin: 0 25px;
    line-height: 45px;
    font-size: 17px;
    text-transform: uppercase;
}
.tabscontent .tabsprice button:hover,button:link,button:visited,button:active,button:focus {
    background: var(--two);
    transition: 0.3s;
}
.tabscontent .tabsprice button svg {
    margin: -5px 7px 0 0;
    font-size: 25px;
}
.tabscontent span.freebon {
    color: var(--two);
    display: block;
    font-size: 13px;
    position: relative;
    padding: 0 0 0 20px;
}
.tabscontent span.freebon:before {
    content: "\21D2";
    position: absolute;
    left: 0;
}
span.freebonh {
    display: block;
    color: #63a962;
    font-size: 12px;
    text-transform: uppercase;
}
.tabsprice {
    margin:20px 0 30px 0;
}




.pricebody {
    max-width: 750px;
/*     margin: 15px auto; */
}
.pricebody .row {margin: 0;}
.checkbody .row {margin: 0;}

.prtb {
    width: 100%;
    margin-bottom: 30px;
}
.th {
    min-height: 30px;
    line-height: 30px;
    font-weight: normal;
    background: var(--one);
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.th div:nth-child(1) {text-align: left;}

.td {
    background: #fff;
    min-height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    border: 2px #d4f0f9 solid;
}
.popular {
    background: #f7f3c2;
    font-weight: 500;
}
.td div:nth-child(1) {text-align: left; justify-content: left;}
.td button {
    background: none;
    border: none;
    color: var(--two);
    padding: 0 5px;
    font-weight: normal;
    text-transform: unset;
    font-size: 20px;
    transition: 0.3s;
}
.td button:hover,button:link,button:visited,button:active,button:focus {
    color: var(--one);
}
.td a {border:none;}
.bonuses {margin-bottom: 10px !important;}
.bonuses  {
    font-size: 13px;
    text-align: center;
    background: #d4f0f9;
}
.bonuses div span.left {float: left; padding: 5px 0; color: #8c8c8c}
.bonuses div span.right {float: right; padding: 5px 0; color: #8c8c8c;}

.td img {
    max-width: 80px;
    height: auto;
    margin: 10px;
}
.check {margin-bottom: 15px;}
.check div form {display: inline;}
.check div {
    padding: 0 5px;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check div .glyphicon-minus-sign {font-size: 21px; color: #6b7c78; margin: 0 5px;}
.check div .glyphicon-plus-sign {font-size: 21px; color: #2c4a43; margin: 0 5px}
.check div button .glyphicon {font-size: 15px; color: #b50202;}
.bon div {color: #008005;}
.total {
    font-size: 15px;
    text-align: center;
}
.qty {
    font-size: 20px;
}
.qty svg {
    padding: 0 5px;
    font-size: 30px;
}
.total div {
    padding: 15px;
    border-bottom: 1px #ffffff solid;
    margin: 0px;
    background: #ddf9ed;
}

input.checkout {
    background: var(--two);
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
    margin: 20px 0 0 0;
}
input.checkout:hover {opacity: 0.9}
input.continue {
    background: var(--one);
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
    margin: 20px 0 0 0;
}
 input.continue:hover {opacity: 0.9}
ul.all-bonuses {
    margin: 20px 0;
 }
ul.all-bonuses li {
    color: #a5a3a3;
  }
  ul.all-bonuses li.active {
    color: var(--one)
  }
span.tabh {
    background: #b7ddd2;
    color: #fff;
    padding: 7px 20px;
    margin: 30px 0 5px 0;
    text-align: center;
    font-size: 20px;
    display: block;
}
.panel {
    box-shadow: none;
    border: none;
    background: none;
}
.panel-heading {
    background: #eef6f4;
    color: #fff;
    padding: 0px 20px;
    margin: 5px 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    border-radius: 0;
}

a.right {
    position: absolute;
    right: 15px;
    top: 42px;
    color: #fff;
    z-index: 1111111;
}
a.left {
    position: absolute;
    left: 15px;
    top: 42px;
    color: #fff;
    z-index: 1111111;
}

.fade:not(.show) {
    opacity: 1;
}


.searchform {
    position: relative;
}
.searchform input[type=text] {
    background: #fff;
    height: 30px;
    width: 250px;
    padding: 0 10px;
    font-size: 13px;
    color: #0c0c0c;
    border: 1px var(--one) solid;
    border-radius: 0px;
}
.searchform button {
    border: none;
    display: block;
    position: absolute;
    right: 10px;
    padding: 0;
    top: -3px;
    color: var(--one);
    background: transparent;
}
.searchform button:hover,button:link,button:focus {
    background: transparent;
    color: var(--two);
}
.searchform button svg {
    width: 20px;
    height: auto;
}

.searchform button span {
    
    margin: 0;
}

.rating {
    position: absolute;
    width: 220px;
    height: 17px;
    background: url(images/rating.png) no-repeat;
    left: 15px;
}
.rating > span:hover {
    position: absolute;
    height: 17px;
    left: 0;    
    cursor: pointer;
    background: url(images/rating_h.png) no-repeat left;
}
.rating > span.hov1 {
    width: 19px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 5; 
}
.rating > span.hov2 {
    width: 38px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 4;     
}
.rating > span.hov3 {
    width: 57px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 3;     
}
.rating span.hov4 {
    width: 76px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;    
    z-index: 2; 

}
.rating span.hov5 {
    width: 94px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;    
    z-index: 1; 
}
.rating p {
    position: absolute;
    right: -30px;
    top: -4px;
    font-size: 17px;
}

.sidebar > .navbar {
    flex-direction: column;
    align-items: baseline;
}

@media(max-width: 992px) {
    .searchform input[type=text] {
        width: 100%;
    }
    
    .top_line {
        height: auto;
    }
    .top_info {
        justify-content: flex-end;
    }
    .navbar-toggler {
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: none;
        border: none;
        background: none !important;
        color: var(--one) !important;
        z-index: 111111111111;
    }
    ul.main_menu {
        margin: 20px 0 ;
        padding: 0;
        margin-left: auto;
        display: flex;
        flex-direction: column;
    }
    ul.main_menu li  {
        line-height:30px;
        height: auto;
        display: block;
    }
    ul.dropdown-menu {
        display: block;
        position: relative;
    }
    ul.main_menu li.linkprod {
        background: none;
    }
    body {
        background-image: none;
    }

    ul.main_menu li.shopping_cart {
        background: none;
    }
    span.wt:before {
        width: 100%;
    }
    .sidebar > .navbar {
        align-items: baseline;
        flex-direction: inherit;
    }
    .sidebar  .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,78, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }
    /*  */
    ul.dropdown-menu li:hover ul.sub-menu {
      position: relative;
      top: 0px;
      left: 0;
      padding: 2px 0 10px 0;
      width: 100%;
    }
    ul.sub-menu li a {
      margin-left: 0px;
  }
    /* ul.dropdown-menu li::after {
      content: '';
      width: 0;
      height: 0;
    } */
    a:hover::before {
      width: 0;
    }
    ul.sub-menu li {
      margin: 0;
    }
    .bg_body::before {
      height: 110px;
  }
  ul.dropdown-menu {
    display: block;
    position: relative;
    min-width: auto;
    width: 100%;
    margin:  0;
    background: no-repeat;
    padding: 0 0 15px 0px;
    border: 0;
  }
   /*  */
}

.alignleft {
    margin: 5px 20px 10px 0;
    float: left;
    clear: both;
    border: 2px var(--two) solid;
    width: 250px;
    height: auto;
}
.alignright {
    margin: 5px 0px 10px 20px;
    float: right;
    clear: both;
    border: 2px var(--two) solid;
    width: 250px;
    height: auto;
}
.aligncenter {
    margin: 20px auto;
    display: block;
    clear: both;
    border: 2px var(--two) solid;
    width: 250px;
    height: auto;
}


.bcrumb {
  font-size: 14px;
  padding: 3px 0px;
  margin: 3px 0;
}

.bcrumb a {
  color: var(--one);
}

.bcrumb span {
  margin-right: 10px;
  overflow: visible;
}

.bcrumb span i {
  font-style: normal;
}

.icon-angle-double-right:before {
  content: '\203A';
}

ul.catmenu {
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
ul.catmenu li {
  border: 1px solid #e4f2ee;
  background: #ffffff;
  padding: 15px;
  width: calc((100% - 30px * 2) / 3);
  transition: all 0.2s ease;
}

ul.catmenu li:hover {
  border-color: #b7ddd2;
  background: #f9fcfb;
}
ul.catmenu li::before {
  content: '';
}
ul.catmenu li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
ul.catmenu li a span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #1f3d36;
  line-height: 1.4;
}

ul.catmenu li a:hover span {
  color: #155a4a;
}

ul.catmenu li a span span {
  font-weight: normal;
}
@media(max-width: 992px) {
  ul.catmenu li {
    width: 100%;
  }
}


.autor {
  margin: 15px 0;
  padding: 15px;
  border: 2px #d4f0f9  solid;
  width: 100%;
  overflow: hidden;
  line-height: 25px;
}
.autor h3 {
  margin: 0 0 15px 0;
  padding: 0;
}

.autor img {
  width: 150px;
  height: auto;
  float: left;
  margin: 0 15px 5px 0;
}







.price__container {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
}

ul.price__list {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

ul.price__list li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: center;
  border-bottom: 1px #d4f0f9  solid;
  line-height: normal;
  padding: 5px 0;
}

ul.price__list li p {
  margin: 0;
  line-height: normal;
}
.price__image {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}
.price__image img {
  width: fit-content;
  max-width: 100%;
}

.content-area ul.price__list li:before {
  content: "";
}

@media(max-width: 992px) {
.price__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
}
	.pricebody {
    grid-row: 2;
}
	.price__info {
		grid-row: 1;
	}
}


.sub-footer {
  background: #2a2a2a;
  padding: 15px 0;
}

.sub-footer__images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.sub-footer__images img {
  max-width: 100%;
  height: auto;
}


.btn-up {
  position: fixed;
  background-color: #2c4a43;
  right: 20px;
  bottom: 20px;
  border-radius: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  transition: background-color .2s ease-in-out;
}

.btn-up::before {
  content: "";
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #2c4a43;
  }
}

.medical-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 20px 0 28px;
  padding: 14px 26px;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;

  color: #1f3d36;
  background-color: #f4faf8;

  border: 1px solid #dbeee8;
  border-radius: 6px;

  transition: all 0.25s ease;
}

/* hover —  */
.medical-cta:hover {
  background-color: #dff0ea;
  color: #155a4a;
  border-color: #9fd4c3;
}

/* active */
.medical-cta:active {
  transform: translateY(1px);
}

/* focus — accessibility */
.medical-cta:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 111, 92, 0.15);
}

.medical-note {
  margin-top: 20px;
  font-size: 14px;
  color: #6b7c78;
}

@media (max-width: 768px) {
  .medical-cta {
    width: 100%;
    font-size: 16px;
    padding: 15px 20px;
    text-align: center;
  }
}

.purchase-note {
  margin: 10px 0 16px;
  padding-left: 12px;
  border-left: 3px solid #cfe8e1;
  font-size: 14px;
  color: #23483f;
  font-weight: 500;
}

.related-title {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 12px;
  color: #2c2c2c;
}

.medical-link {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.medical-link a {
  color: #1f6f5c;
  text-decoration: none;
  border-bottom: 1px dashed rgba(31, 111, 92, 0.35);
  transition: all 0.2s ease;
}

.medical-link a:hover {
  color: #155a4a;
  border-bottom-color: rgba(21, 90, 74, 0.6);
}

.medical-link a:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(31, 111, 92, 0.15);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .medical-link {
    font-size: 15px;
  }
}

.medical-info-list {
  margin: 12px 0 24px;
  padding-left: 18px;

  font-size: 14px;
  line-height: 1.6;
  color: #5f6f6b;
}

.medical-info-list li {
  margin-bottom: 6px;
  list-style-type: disc;
}

.medical-info-list li::marker {
  color: #8fbfb0;
}

.medical-categories {
  margin: 24px 0 32px;
  padding: 0;
  list-style: none;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.medical-categories li {
  margin: 0;
}

.medical-categories a {
  display: block;
  padding: 14px 18px;

  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;

  color: #1f3d36;
  background-color: #f4faf8;

  border: 1px solid #dbeee8;
  border-radius: 6px;

  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.medical-categories a:hover {
  background-color: #e9f5f1;
  border-color: #b7ddd2;
}

.medical-categories a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 111, 92, 0.15);
}


@media (max-width: 900px) {
  .medical-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 600px) {
  .medical-categories {
    grid-template-columns: 1fr;
  }

  .medical-categories a {
    font-size: 16px;
    padding: 16px 18px;
  }
}

.medical-disclaimer {
  margin: 16px 0;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  background-color: #f6f8f9;
  border-left: 4px solid #cfd8dc;
}

@media (max-width: 768px) {
  .medical-disclaimer {
    font-size: 13px;
    padding: 10px 12px;
  }
}

.update-date {
  margin-top: 30px;
  font-size: 13px;
  color: #6b7c78;
  line-height: 1.4;
}

.footer-contact {
  font-size: 14px;
  line-height: 1.6;
  color: #e6f0ed;
  max-width: 320px;
}

.footer-contact p {
  margin: 0 0 14px 0;
}

.footer-contact strong {
  font-weight: 600;
  color: #ffffff;
}

.footer-contact a {
  color: #b7ddd2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact a:hover {
  color: #ffffff;
  text-decoration: underline;
}


.footer-contact p + p {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 12px;
}


@media (max-width: 768px) {
  .footer-contact {
    max-width: 100%;
    font-size: 15px;
  }

  .footer-contact p {
    margin-bottom: 16px;
  }
}