/************************************************************************************************************

███████╗██╗███╗   ██╗ ██████╗ ██╗     ███████╗    ███╗   ███╗███████╗██████╗ ██╗ ██████╗██╗███╗   ██╗███████╗
██╔════╝██║████╗  ██║██╔════╝ ██║     ██╔════╝    ████╗ ████║██╔════╝██╔══██╗██║██╔════╝██║████╗  ██║██╔════╝
███████╗██║██╔██╗ ██║██║  ███╗██║     █████╗      ██╔████╔██║█████╗  ██║  ██║██║██║     ██║██╔██╗ ██║█████╗
╚════██║██║██║╚██╗██║██║   ██║██║     ██╔══╝      ██║╚██╔╝██║██╔══╝  ██║  ██║██║██║     ██║██║╚██╗██║██╔══╝
███████║██║██║ ╚████║╚██████╔╝███████╗███████╗    ██║ ╚═╝ ██║███████╗██████╔╝██║╚██████╗██║██║ ╚████║███████╗
╚══════╝╚═╝╚═╝  ╚═══╝ ╚═════╝ ╚══════╝╚══════╝    ╚═╝     ╚═╝╚══════╝╚═════╝ ╚═╝ ╚═════╝╚═╝╚═╝  ╚═══╝╚══════╝

************************************************************************************************************/

.single-medicine article,
.single-eubios article {
    margin-top: 3rem;
}

.read-more-about-medicine {
    position: relative;
    float: right;
    padding: 1rem;
    background: var(--color-light-grey);
    word-wrap: normal;
    word-break: normal;
}

.small .read-more-about-medicine {
    float: none;
    margin-bottom: 3rem;
}

.tablet .read-more-about-medicine {
    float: right;
    margin-bottom: auto;
}

.laptop .read-more-about-medicine {
    margin-right: -14rem;
    width: 170px;
}

.desktop .read-more-about-medicine {
    margin-right: -18rem;
}

.read-more-about-medicine span {
    position: relative;
    display: block;
    font-family: var(--font-bold);
    font-size: 1.4rem;
    text-transform: uppercase;
    color: var(--color-red);
    padding-right: 0.5rem;
    word-wrap: normal;
    word-break: normal;
}

.read-more-about-medicine:after {
    position: absolute;
    content: "\f0f8";
    font-family: 'icomoon' !important;
    font-size: 1rem;
    background-color: var(--color-red);
    color: white;
    padding: 1rem;
    left: 95%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1rem;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.read-more-about-medicine:hover {
    background-color: var(--color-grey);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    cursor: pointer;
}

.read-more-about-medicine:hover a,
.read-more-about-medicine:hover i,
.read-more-about-medicine:hover span {
    color: var(--color-brown);
    -webkit-transition: color 300ms linear;
    -ms-transition: color 300ms linear;
    transition: color 300ms linear;
}

.read-more-about-medicine:hover:after {
    top: 0;
    transform: translateY(0) translateX(-70%);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

a.medicine-category-link {
    font-family: var(--font-regular);
    font-size: 1.6rem;
    color: black;
    border-bottom-width: 0;
    word-break: break-word;
}

a.medicine-category-link:hover {
    border-bottom-width: 0;
}

a.medicine-category-link.second-anchor {
    line-height: 1.3;
    display: block;
    margin-top: 0.5rem;
}

i.icon-newspaper {
    font-size: 2.5rem;
    color: var(--color-red);
}

p.summary {
    float: left;
    font-family: var(--font-bold);
    font-size: 1.4rem;
    color: black;
    clear: both;
}

.laptop p.summary {
    margin-left: -17rem;
    margin-top: var(--text-rhythm);
    width: 155px;
    word-wrap: break-word;
}

.single-medicine h6 {
    font-family: var(--font-bold);
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--color-dark-blue);
}

.medicine-page-title {
    font-family: var(--font-light);
    font-size: 3rem;
    color: var(--color-red);
}

.link-button a {
    font-family: var(--font-bold);
    font-size: 1.6rem;
    color: white;
    text-transform: none;
    font-size: 1.8rem;
    background: var(--color-gold);
    border-radius: 0;
}

.medicine-specs a.button.brown-spec {
    font-family: var(--font-bold);
    background: var(--color-brown);
    border-radius: 0;
}

.medicine-specs a.button.gold-spec {
    font-family: var(--font-bold);
    /*background: var(--color-gold);
    */
    background: var(--color-grey);
    /*border-radius: 0;
    */
    border-radius: 6px;
    box-shadow: 3px 3px 10px 0px rgba(213, 210, 202, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.medicine-specs a.button.gold-spec:hover,
.medicine-specs a.button.brown-spec:hover {
    opacity: 0.8;
}

.medicine-specs a i.icon-file {
    padding-right: 0.5rem;
}

.medicine-specs a {
    margin-bottom: 0.5rem;
}

.medicine-slideshow {
    margin-bottom: 1.5rem;
}

.laptop .single-medicine img.alignright {
    margin-right: -17rem !important;
}

.laptop .postid-8046.single-medicine img.alignright {
    margin-right: 0 !important;
}

.content-specs-title {
    font-family: var(--font-bold);
    /* color: var(--color-gold); */
    color: var(--color-grey);
    margin-bottom: 1.5rem;
}

.specs-restricted-title {
    font-family: var(--font-bold);
    color: var(--color-brown);
    margin-bottom: 1.5rem;
}


/* Medicine Slideshow */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 1rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: rgba(255, 0, 0, 1);
    border: none;
    outline: none;
    background: var(--color-gold);
    border-radius: 0;
}

.slick-next {
    right: -40px;
}

.slick-next:before {
    font-family: 'icomoon' !important;
    font-size: 1.4rem;
    content: "\2b74";
    color: white;
    vertical-align: middle;
}

.slick-prev {
    left: -40px;
}

.slick-prev:before {
    font-family: 'icomoon' !important;
    font-size: 1.4rem;
    content: "\2b70";
    color: white;
    vertical-align: middle;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.full-size .slick-slide-container.slick-slide {
    padding: 3rem;
    border: 1px solid var(--color-gold);
    margin-bottom: 1rem;
}

.slider-thumbs .slick-slide-container.slick-slide {
    display: block;
    padding: calc(var(--grid-gutter)/5);
}

.slider-thumbs .slick-slide-container.slick-slide.slick-current.slick-active .image-thumb-overlay {
    position: relative;
}

.slider-thumbs .slick-slide-container.slick-slide.slick-current.slick-active .image-thumb-overlay:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(211, 191, 150, 0.8);
    left: 0;
    top: 0;
}

.slider-thumbs .slick-slide-container.slick-slide.slick-current.slick-active .image-thumb-overlay:after {
    position: absolute;
    content: url('../img/overlay.png');
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.slick-slide-container.slick-slide:hover {
    cursor: pointer;
}


/* Medicine row */

.medicine-row-area {
    margin: 3rem 0;
}

.medicine-area {
    min-height: 23rem;
    background-repeat: no-repeat;
    background-clip: content-box;
    background-size: cover;
    background-position: 50% 50%;
}

h4.medicine-pricing {
    font-family: var(--font-bold);
    color: var(--color-dark-blue);
    background: rgba(255, 255, 255, 0.5);
    margin-top: 8rem;
    line-height: 1;
    padding-right: 1rem;
    padding-left: 1rem;
}

.small h4.medicine-pricing {
    font-size: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tablet h4.medicine-pricing {
    font-size: 3.5rem;
}

.medicine-row-area .pharmacovigilance-text {
    display: inline-block;
    word-break: break-all;
}

.tablet .medicine-row-area .pharmacovigilance-text {
    top: 1.5rem;
}

.laptop .medicine-row-area .pharmacovigilance-text {
    top: 6rem;
}

.laptop .medicine-row-area .pharmacovigilance-text .pharmacovigilance-title {
    font-size: 3rem;
}

.laptop .medicine-row-area .pharmacovigilance-text .pharmacovigilance-title {
    font-size: 4rem;
}

.related-medicines-container {
    background: #f4f4f2;
    padding-bottom: 4rem;
}

.related-medicines-container .medicine-layout {
    margin-bottom: 6rem;
}

.medicine-layout {
    /* box-shadow: 30px -30px 0px var(--color-grey); */
    overflow: hidden;
}

.medicine-layout:hover {
    /* box-shadow: 35px -35px 0px var(--color-red); */
    transition: box-shadow 0.5s ease-in-out;
}

.medicine-layout:hover img {
    /*transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    */
    transform: scale(1.05);
    transition: all 0.7s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}

h4.related-medicines-title {
    font-family: var(--font-bold);
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--color-red);
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.medicine-article h3 {
    font-family: var(--font-thin);
    color: var(--color-red);
}

.medicine-article a.button {
    font-family: var(--font-bold);
    background-color: var(--color-red);
    border-bottom: 5px solid var(--color-light-red);
    border-radius: 0;
    margin-bottom: 0.5rem;
}

.medicine-article a.button:hover {
    color: var(--color-grey);
    background-color: var(--color-light-red);
    border-bottom: 5px solid var(--color-red);
    transition: background 300ms linear;
}


/* Medicine Restricted Content */

.medicine-specs {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.restricted-area.blue-class {
    background: var(--color-dark-blue);
}

.restricted-area.blue-class .single-article-container {
    background: var(--color-dark-blue);
}

h2.restricted-area-title {
    font-family: var(--font-bold);
    font-size: 4rem;
    color: var(--color-dark-blue);
    padding-top: 8rem;
}

.small h2.restricted-area-title {
    font-size: 2.5rem;
    padding-top: 2.5rem;
}

.tablet h2.restricted-area-title {
    font-size: 4rem;
    padding-top: 6rem;
}

.laptop h2.restricted-area-title {
    padding-top: 8rem;
}

.restricted-area.blue-class h2.restricted-area-title {
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.alert {
    padding-bottom: 3rem;
}

.alert span {
    display: block;
    position: relative;
    background: rgba(31, 53, 94, 0.2);
    font-family: var(--font-regular);
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.small .do-slick-slider {
    overflow: hidden;
}

.laptop .do-slick-slider {
    overflow: initial;
}

body>div.wrapper>main>section:nth-child(9) {
    margin-top: 0px;
    margin-bottom: 0px;
}