/*!
Theme Name: Peptides
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: peptides
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Peptides is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


*{
    box-sizing: border-box;
    margin: 0;
}

img, video{
    max-width: 100%;
    height: auto;
}

html{
    font-size: 10px;
}

.overflow{
    overflow: hidden;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

input,
textarea,
button,
select{
    border: 0;
    /* border-radius: 4px; */
    background: var(--bgclr5);
    width: 100%;
    height: 5rem!important;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    color: var(--textclr3);
    font-family: "Manrope", sans-serif;
    font-size: var(--fontsize_s);
    line-height: var(--lineh_s);
    max-width: 50rem;
}

:focus-visible{
    outline: 1px solid var(--brand1);
}

::placeholder{
    color: var(--textclr4);
}
input[type="submit"] {
    background: rgba(42, 59, 49, 1);
    color: #fff;
    margin-top: 1.5rem;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0px;
    transition: 0.3s;
}
input[type="submit"]:hover{
    background: #3b4c42;
}

.for-dekstop{
    display: flex;
}
.for-mobile{
    display: none;
}

section {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.container,
.single-peptide-content-block{
    max-width: 138.4rem;
    padding: 0 2rem;
    margin: 0 auto;
}

.container.wide{
	max-width: unset;
	padding: 0 7rem;
}

.container_m{
    max-width: 144rem;
}

.container_s{
    max-width: 80rem;
}

.grid{
    display: grid;
}

.grid-columns-1{
    grid-template-columns: 1fr;
}
.grid-columns-2{
    grid-template-columns: 1fr 1fr;
}
.grid-columns-3{
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-columns-4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-columns-6{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.gap-1{
    gap: 1.2rem;
}
.gap-2{
    gap: 0.8rem;
}
.gap-3{
    gap: 4rem;
}
.gap-5{
    gap: 5rem;
}
.gap-8{
    gap: 8rem;
}

.flex{
    display: flex;
}

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

.direction-column{
    flex-direction: column;
}

.space-btw{
    justify-content: space-between;
    align-items: center;
}

.align-center{
    align-items: center;
}

.justify-center{
	justify-content: center;
}

.align-end{
    align-items: flex-end;
}

.text-center{
    text-align: center;
}

.radius-1{
    border-radius: var(--radius1);
    overflow: hidden;
}

.radius-2{
    border-radius: var(--radius2);
    overflow: hidden;
}

.transition-1{
    transition: var(--animtime1);
}

.dark-bg{
    background-color: var(--bgclr1);
}

.dark-bg .top-line .label-small{
    color: var(--accent1);
}

.dark-bg .top-line h2{
    color: var(--textclr1);
}

.border-1{
    border: var(--border1);
}
.border-2{
    border: var(--border2);
}
.border-3{
    border: var(--border3);
}

@media screen and (min-width: 993px) {
    .none_padding_top {
        padding-top: 0!important;
    }

    .small_padding_top {
        padding-top: 1.6rem!important;
    }

    .medium_padding_top {
        padding-top: 5rem;
    }

    .big_padding_top {
        padding-top: 10rem;
    }

    .huge_padding_top {
        padding-top: 15rem;
    }

    .none_padding_bottom {
        padding-bottom: 0!important;
    }

    .small_padding_bottom {
        padding-bottom: 2.5rem;
    }

    .medium_padding_bottom {
        padding-bottom: 5rem;
    }

    .big_padding_bottom {
        padding-bottom: 10rem;
    }

    .huge_padding_bottom {
        padding-bottom: 15rem;
    }
}

/* Typography */

body {
    font-family: "Manrope", sans-serif;
    font-size: var(--fontsize_s);
    line-height: var(--lineh_s);
    background: var(--bgclr3);
}
.label{
    font-size: var(--label_m);
    line-height: var(--lineh_label_m);
    font-weight: 500;
}
.label-large{
    font-size: var(--label_l);
    line-height: var(--lineh_label_l);
    font-weight: 600;
}
.label-small{
    font-size: var(--label_s);
    line-height: var(--lineh_label_s);
    font-weight: 600;
    letter-spacing: 4%;
}
h1 {
    font-size: var(--fontsize_h1);
    line-height: var(--lineh_h1);
    font-weight: 700;
    letter-spacing: -2%;
}
h2, .h2 {
    font-size: var(--fontsize_h2);
    line-height: var(--lineh_h2);
    font-weight: 700;
    letter-spacing: -1.5%;
}
h3, .h3 {
    font-size: var(--fontsize_h3);
    line-height: var(--lineh_h3);
    font-weight: 600;
    letter-spacing: -1%;
}
h4, .h4{
    font-size: var(--fontsize_h4);
    line-height: var(--lineh_h4);
    font-weight: 600;
    letter-spacing: -1%;
}
.caption{
    font-size: var(--caption);
    line-height: var(--lineh_caption);
}
.text-link{
    font-size: var(--fontsize_xs);
    line-height: var(--lineh_xs);
    font-weight: 600;
    text-decoration: none;
}
.text-link svg{
    transition: var(--animtime1);
    transform: translateX(0);
}

.text-link svg path{
    transition: stroke 0.3s ease; 
}
a {
    color:var(--clr1);
}
a:hover {
    text-decoration: none;
}
h1,h2,h3,h4 {
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.btn,
.single-product div.product form.cart .single_add_to_cart_button,
#comments .form-submit input,
.woocommerce-message a.button,
.woocommerce table.shop_table .coupon button,
.woocommerce table.shop_table td.actions button,
.wc-proceed-to-checkout a.checkout-button,
button#place_order,
.woocommerce #review_form #respond .form-submit input{
    background-color: var(--bgclr2)!important;
    color: var(--textclr2)!important;
    padding: 1.2rem 3.5rem!important;
    border-radius: var(--radius2)!important;
    display: inline-block!important;
    text-decoration: none!important;
    transition: var(--animtime1);
    font-weight: 400;
    width: auto;
}
.woocommerce-message a.button,
.wc-proceed-to-checkout a.checkout-button{
    min-height: 5rem!important;
    line-height: var(--lineh_p)!important;
    font-weight: 400;
    font-size: var(--fontsize_p)!important;
}
.btn:hover,
.single-product div.product form.cart .single_add_to_cart_button:hover,
#comments .form-submit input:hover,
.woocommerce-message a.button:hover,
.woocommerce table.shop_table .coupon button:hover,
.woocommerce table.shop_table td.actions button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
button#place_order:hover,
.woocommerce #review_form #respond .form-submit input:hover{
    background-color: var(--bgclr3)!important;
}

p{
    margin: 1.6rem 0 0;
}

p:first-of-type{
    margin: 0;
}

p .btn{
    margin-top: 1rem;
}

/* Header */

header{
	padding: 1.7rem 0;
    background-color: var(--bgclr1);
    position: sticky;
    top: 0;
    border-bottom: var(--border1);
    z-index: 99;
}

header .site-branding img{
	height: 3.4rem;
    width: auto;
}
header .menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

header .menu li a{
	padding: 0.8rem 1.6rem;
    color: var(--textclr2);
    font-size: var(--label_m);
    line-height: var(--lineh_label_m);
    font-weight: 500;
    text-decoration: none;
    border-radius: var(--radius1);
    transition: var(--animtime1);
    background: transparent;
}

header .menu li a:hover,
header .menu li.current-menu-item a{
    background: var(--bgclr2);
    color: var(--textclr1);
}

.custom-logo-link{
    display: flex;
}


/* Categories module */

.categories-module .category-item {
    padding: 2.45rem 1.6rem;
    border-radius: var(--radius2);
    border: var(--border2);
    background: var(--bgclr5);
    color: var(--textclr4);
    text-decoration: none;
    text-align: center;
}

.categories-module .category-item .icon{
    width: 4.4rem;
    height: 4.4rem;
    border-radius: var(--radius2);
    background: #3B82F61A;
}

.categories-module .category-item .icon img{
    width: 2rem;
    height: auto;
}

.categories-module .category-item:hover .icon,
.categories-module .category-item:hover .icon img{
    transform: scale(1.1);
}

.top-line .label-small{
    color: var(--brand1);
}

.top-line{
    margin-bottom: 4rem;
}

.top-line h2{
    margin: 0.8rem 0 0;
}

/* Peptides list module */

.peptides-list-module .swiper{
    overflow: visible;
}

.peptides-list-module .peptide {
    padding: 1.6rem;
    background-color: var(--bgclr2);
    transition: border-color 0.3s ease;
    height: auto;
}

.peptides-list-module.dark-bg .peptide h3{
    color: var(--textclr1);
    margin-right: 0.8rem;
}

.peptides-list-module .peptide .category{
    color: var(--brand1);
    text-decoration: none;
}

.peptides-list-module .peptide .top{
    margin-bottom: 0.8rem;
}

.peptides-list-module .peptide .short-description{
    margin: 1.4rem 0;
    color: var(--textclr2);
}

.tags {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: auto;
}

.tags li{
    display: flex;
}

.tags li a{
    padding: 0.8rem 1.2rem;
    border-radius: 50px;
    background-color: var(--bgclr1);
    color: var(--textclr2);
    text-decoration: none;
}

.peptides-list-module .text-link{
    color: var(--brand1);
    margin-top: 1.4rem;
}

.peptides-list-module .peptide:hover{
    border: var(--border3);
}

.peptides-list-module .peptide:hover .text-link,
.peptides-list-module .container > .text-link:hover,
.peptides-list-module .container .right-side .text-link:hover{
    color: var(--brand3);
}

.peptides-list-module .peptide:hover .text-link svg,
.peptides-list-module .container > .text-link:hover svg,
.peptides-list-module .container .right-side .text-link:hover svg{
    transform: translateX(0.4rem);
}

.peptides-list-module .peptide:hover .text-link svg path,
.peptides-list-module .container > .text-link:hover svg path,
.peptides-list-module .container .right-side .text-link:hover svg path{
    stroke: var(--brand3);
}

.peptides-list-module .container > .text-link{
    margin-top: 4rem;
}

.swiper-button{
    position: relative!important;
    margin: 0!important;
    left: unset!important;
    right: unset!important;
    height: auto!important;
    width: auto!important;
}

.swiper-button svg{
    width: 2.4rem;
    height: auto;
}

.swiper-button svg path{
    transition: stroke 0.3s ease;
}

.swiper-button:hover svg path{
    stroke: var(--brand3);
}

.swiper-button-prev svg{
    transform: rotate(180deg);
}

.swiper-button::after,
.swiper-button::before{
    content: none!important;
}

.top-line .right-side{
    gap: 1.6rem;
}

.main-effects {
    padding: 0 0 0 1.4rem;
    margin: 0 0 1.4rem 0;
}

.main-effects li::marker {
    color: var(--brand1);
}

.dark-bg .main-effects li{
    font-size: var(--fontsize_xs);
    line-height: var(--lineh_xs);
    color: var(--textclr2);
}

.peptides-list-module.with-effects .tags{
    margin-top: unset;
}

.peptides-list-module.with-effects .bottom-info{
    margin-top: auto;
}

.peptides-list-module .number{
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: #3B82F61A;
    color: var(--brand1);
    margin-bottom: 1.4rem;
}

.badge{
    border-radius: 50px;
    padding: 0.4rem 1.2rem;
    font-size: var(--caption);
    line-height: var(--lineh_caption);
    gap: 0.4rem;
}

.badge.popular{
    background: #8B5CF61A;
    color: var(--accent2);
}

.badge.trending{
    background: #14B8A61A;
    color: var(--accent1);
}

/* Filter module */

section:not(.usps-module) .top-line p.short-description{
    color: var(--textclr4);
    max-width: 57.5rem;
    margin-top: 0.8rem;
}

.peptide-list-light .peptide{
    background: var(--bgclr5);
}

.peptide-list-light .peptide .short-description{
    color: var(--textclr4);
    margin: 1.1rem 0;
}

.peptide-list-light .tags li a{
    background: var(--bgclr4);
    color: var(--textclr4);
}

.peptide .tags li a{
    transition: border-color 0.3s ease;
}

.peptide .tags li a:hover{
    border: var(--border3);
}

.peptide-list-light .peptide h3 a{
    text-decoration: none;
    padding-right: 0.8rem;
}

.badges-filter{
    width: 100%;
    margin-top: 2.2rem;
}

.filter-module .letters-filter{
    margin-top: 0;
}

.badges-filter .badge,
.tags-filter .badge{
    padding: 0.7rem 1.6rem;
    font-size: var(--fontsize_xs);
    cursor: pointer;
    line-height: var(--lineh_xs);
    font-weight: 600;
    border-radius: var(--radius2);
    color: var(--textclr4);
}

.badges-filter .badge.active,
.tags-filter .badge.active {
    background: var(--brand1);
    color: #fff;
    border: 1px solid var(--brand1);
}

.tags-filter{
    margin-top: 3rem;
}

.badges-filter .badge svg{
    width: 1.6rem;
    height: auto;
}

.badges-filter .badge svg path{
    stroke: var(--textclr4);
}

.badges-filter .badge.active svg path{
    stroke: #fff;
}

.badges-filter .badge:not(.active):hover {
    border: var(--border3);
}

/* USPS */

.usps-module .short-description{
    color: var(--textclr2);
}

.usp{
    width: 32.5rem;
    padding: 4rem 1.6rem;
    background-color: var(--bgclr2);
    transition: border-color 0.3s ease;
}

.usp h3{
    color: var(--textclr1);
}

.usp:hover .icon,
.usp:hover .icon img{
    transform: scale(1.1);
}

.usp:hover{
    border: var(--border3);
}

.usp .icon{
    height: 4.4rem;
    width: 4.4rem;
    background: #3B82F61A;
    margin-bottom: 1.4rem;
}

.usp p{
    color: var(--textclr2);
    font-weight: 400;
}

.usp .icon + p,
.usp h3 + p{
    margin-top: 1rem;
}

/* Footer */

footer{
    background: var(--bgclr2);
    padding-top: 3.2rem;
}

footer img.custom-logo{
    height: 4.242rem;
    width: auto;
}

footer .top-block{
    padding: 1.6rem 0 3.2rem;
}

footer .bottom-block{
    border-top: var(--border1);
    padding: 1.6rem 0;
}

footer .bottom-block li{
    display: flex;
}

footer p,
footer a{
    color: var(--textclr2);
}

footer .menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

footer .top-block .menu{
    flex-direction: column;
}

footer .top-block .menu a{
    padding: 0.4rem 0;
}

footer .top-block .menu li{
    display: flex;
}

footer .menu a{
    padding: 0.8rem 1.6rem;
    font-size: var(--label_m);
    line-height: var(--lineh_label_m);
    text-decoration: none;
    transition: var(--animtime1);
}

footer .menu a:hover,
footer .top-block .menu .current-menu-item a{
    color: var(--textclr1);
}

footer .top-block p{
    font-size: var(--fontsize_xs);
    line-height: var(--lineh_xs);
    color: var(--textclr2);
    margin-top: 1.6rem;

}

footer .top-block h3{
    color: var(--textclr1);
    margin-bottom: 1.2rem;
}

footer .top-block .left-block{
    width: 33.9rem;
}

footer .top-block .right-block{
    width: calc(100% - 33.9rem);
    padding-left: 3.2rem;
    justify-content: space-around;
}

.notice-block {
    padding: 1.6rem;
    background: #8B5CF61A;
    margin-bottom: 3.2rem;
    border: 1px solid #8B5CF6;
}

.notice-block .icon,
.notice-block .icon img{
    width: 2rem;
    height: auto;
}

.notice-block .content{
    width: calc(100% - 2rem);
    padding-left: 1.3rem;
}

.notice-block .content p{
    font-size: var(--fontsize_xs);
    line-height: var(--lineh_xs);
}

/* Top banner */

.top-banner .content *{
    color: var(--textclr1);
}

.top-banner.page_banner .top-line{
    margin-bottom: 0;
}


.top-banner .content p:first-of-type{
    margin-top: 1.6rem;
}

.top-banner .content p,
.top-banner .content li{
    color: var(--textclr2);
    max-width: 57.5rem;
}

.top-banner .content h1 strong{
    background: linear-gradient(90deg, #3B82F6 0%, #3887F1 7.14%, #358BEC 14.29%, #3290E6 21.43%, #2F94E1 28.57%, #2C98DB 35.71%, #299CD6 42.86%, #26A0D0 50%, #24A4CB 57.14%, #21A7C5 64.29%, #1EABBF 71.43%, #1BAEB9 78.57%, #19B2B3 85.71%, #16B5AC 92.86%, #14B8A6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; 
}

.archive .top-banner .top-line{
    margin: 0;
}

.archive .top-banner .top-line .left-side{
    width: 68.2rem;
}

.archive .top-banner .top-line .left-side h1,
.top-banner.page_banner .top-line .left-side h1,
.search-results .top-banner .top-line .left-side h1{
    color: var(--textclr1);
    margin: 0.8rem 0 1.6rem;
}

.search-results .top-banner .top-line .left-side h1{
    margin: 0.8rem 0 0;
}

.search-results .top-banner .top-line{
    margin: 0;
}

.top-banner.page_banner .top-line .left-side h1{
    margin: 0 0 1.6rem 0;
}

.top-banner.page_banner .top-line .left-side p.subtitle,
.search-results .top-banner .top-line .left-side p.subtitle{
    margin: 0 0 1.6rem 0;
}

.dark-bg .empty-results-label{
    color: var(--textclr2);
}

.archive .top-banner .top-line .left-side .label-small,
.top-banner.page_banner .top-line .left-side .label-small,
.search-results .top-banner .top-line .left-side .label-small{
    color: var(--brand1);
}

.top-banner.page_banner .top-line .left-side p.short-description{
    width: 100%;
    max-width: unset;
    color: var(--textclr2);
    margin: 1.6rem 0 0;
}
.top-banner.page_banner .top-line .left-side{
    width: 68.2rem;
}

.breadcrumbs{
    margin-bottom: 3.2rem;
    font-size: var(--fontsize_xs);
    line-height: var(--lineh_xs);
    color: var(--textclr2);
}

span.breadcrumb-current {
    color: var(--textclr1);
}

span.breadcrumb-sep {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.breadcrumb-sep svg{
    width: 1.6rem;
    height: auto;
}

.breadcrumbs .breadcrumbs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.3rem;
}

.breadcrumbs .breadcrumb-link{
    color: inherit;
    text-decoration: none;
    transition: var(--animtime1);
}

.breadcrumbs .breadcrumb-link:hover{
    color: var(--textclr1);
}

.archive .top-banner .top-line .right-side{
    width: calc(100% - 68.2rem);
    position: relative;
}

.icons-container{
    position: relative;
}

.archive .top-banner .top-line .right-side .icon{
    width: 10.6rem;
    height: 10.6rem;
    border-radius: 21px;
    transform: rotate(3.88deg);
    background: #122D59;
    position: relative;
    z-index: 2;
    animation: pp-float 4s ease-in-out infinite;
}

.archive .top-banner .top-line .right-side .icon img{
    animation: icon-scale 4s ease-in-out infinite;
}

.archive .top-banner .top-line .right-side .icon-second{
    width: 8.153rem;
    height: 8.153rem;
    border-radius: 21px;
    transform: rotate(0);
    background: #122D59;
    position: absolute;
    z-index: 1;
    top: -2rem;
    right: -5.4rem;
    filter: blur(1.5px);
    will-change: transform, opacity;
    animation: pp-glow 4s ease-in-out infinite;
}

.archive .top-banner .top-line .right-side .icon.icon-second img{
    width: 4.281rem;
    height: auto;
}

.archive .top-banner .top-line .right-side .icon::after {
    position: absolute;
    content: '';
    left: 0.8rem;
    bottom: 0;
    width: 12.7rem;
    height: 12.7rem;
    background: #3B82F680;
    border-radius: 21px;
    transform: rotate(7.88deg);
    filter: blur(52.837032px);
    opacity: 0.7;
    z-index: -1;
}

.archive .top-banner .top-line .right-side .icon img{
    width: 5.548rem;
    height: 5.548rem;
}


@keyframes icon-scale{
    0%, 100% { transform: scale(0.9); }
    50% { transform: scale(1.05); }
}

@keyframes pp-float{
    0%, 100% { transform: scale(1) rotate(3.88deg); }
    50% { transform: scale(1.1) rotate(3.88deg); }
}

@keyframes pp-glow{
    0%, 100% {
        transform: translate3d(0, 1rem, 0) rotate(7deg) scale(0.92);
        opacity: 0.6;
    }
    50% {
        transform: translate3d(1.4rem, 1.5rem, 0) rotate(7deg) scale(1);
        opacity: 0.2;
    }
}

.top-banner .search-input-wrapper{
    position: relative;
    max-width: 67.2rem;
    width: 100%;
    margin: 3.2rem auto 0;
}

.top-banner .search-input-wrapper .suggestions{
    margin-top: 2.4rem;
}

.top-banner .search-input-wrapper .suggestions a{
    text-decoration: none;
    color: var(--textclr2);
    background: var(--bgclr2);
    border-radius: 200px;
    padding: 0.8rem 1.2rem;
}

.top-banner .search-input-wrapper .suggestions a:hover{
    border: var(--border3);
    color: var(--textclr1);
}

.suggestions-title {
    height: 3.4rem;
    color: var(--textclr4);
    font-weight: 400;
}

.top-banner .search-input{
    background: var(--bgclr2);
}

.top-banner .search-input form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top-banner .search-input form .icon{
    position: absolute;
    top: 50%;
    left: 1.6rem;
    transform: translateY(-50%);
}

.top-banner .search-input form .icon svg{
    width: 2rem;
    height: auto;
}

.top-banner .search-input form label {
    width: calc(100% - 8.8rem);
    display: flex;
    position: relative;
}

.top-banner .search-input input {
    background: transparent;
    color: var(--textclr4);
    margin: 0;
    width: 100%;
    max-width: unset;
    padding: 0 1rem 0 5.2rem;
    color: var(--textclr1);
}

.top-banner .search-input input[type="search"]::-webkit-search-cancel-button,
.top-banner .search-input input[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
    appearance: none;
    display: none; 
}

.top-banner .search-input input:focus-visible {
    outline: 0px solid var(--brand1);
}

.top-banner .search-input input.search-submit:hover{
    background: var(--brand3);
}
.top-banner .search-input input.search-submit{
    background: var(--brand1);
    color: var(--textclr1);
    border: none;
    padding: 0.8rem 1.6rem;
    border-radius: var(--radius2);
    cursor: pointer;
    width: 8rem;
    height: auto!important;
    font-family: "Manrope", sans-serif;
    font-size: var(--fontsize_xs);
    line-height: var(--lineh_xs);
    font-weight: 600;
}

#search-clear{
    display: none;
}

/* Text block */

.text-block .container *{
    color: var(--textclr4);
}


/* Post list */

.post-list-module  .short-description{
    font-weight: 400;
}

.post-list-module .post-list .text-link{
    margin-top: auto;
    padding-top: 1rem;
}

.post-list-module .post-list h3 svg{
    width: 2rem;
    height: auto;
}

.post-list-module .post-list h3 a{
    text-decoration: none;
}

.post-list-module .post-list .short-description{
    margin-top: 0.2rem;
}

.post-list-module:not(.dark-bg) .peptide{
    background: var(--bgclr5);
}

/* Single pepdite page */

.single-peptide-content-block{
    padding: 8rem 2rem;
}

.single-peptide-content-block .left-side{
    width: 24rem;
}

.single-peptide-content-block .left-side .toc-top{
    position: sticky;
    top: 10rem;
}

.single-peptide-content-block .right-side{
    width: calc(100% - 24rem);
    padding-left: 4rem;
}

.single-peptide-content-block .right-side .container{
    padding: 0;
}

.single-peptide-content-block section{
    padding: 4rem 0;
}

.peptide-overview {
    background: var(--bgclr5);
    padding: 1.6rem;
}

.peptide-overview h2{
    margin-bottom: 3.2rem;
}

.peptide-overview h2 svg{
    width: 2.4rem;
    height: auto;
}

.peptide-overview .bottom-block{
    padding-top: 1.6rem;
    border-top: var(--border2);
    margin-top: 1.6rem;
}

.peptide-overview h4{
    margin-bottom: 0.8rem;
    color: var(--textclr4);
}

.peptide-overview .main-effects,
.peptide-overview .risk-effects{
    font-size: var(--fontsize_xs); 
    line-height: var(--lineh_xs);
    color: var(--textclr3);
}

.peptide-overview .risk-effects{
    color: var(--textclr4);
    padding: 0;
    list-style: none;
}

.peptide-overview .risk-effects li{
    align-items: flex-start;
}

.peptide-overview .risk-effects li svg{
    width: 1.6rem;
    height: auto;
    margin-top: 0.3rem;
}

.peptide-overview .risk-effects li p{
    width: calc(100% - 2.4rem);
}

.text-block .container h2,
.text-block .container h3,
.text-block .container h4 {
    color: var(--textclr3);
}

.peptide-overview .column .top-block .row:firs-of-type{
    margin-bottom: 1.6rem;
}

.text-block h2,
.accordion h2,
.related-peptides h2,
.references h2{
    font-size: var(--fontsize_h4); 
    line-height: var(--lineh_h4);
}

.related-peptides h2{
    margin-bottom: 2.4rem;
}

.single-peptide .top-banner .left-side,
.single-comparison .top-banner .left-side{
    width: 78.2rem;
}

.single-peptide .top-banner .top-line p.short-description,
.single-comparison .top-banner .top-line p.short-description{
    max-width: unset;
    margin: 1.6rem 0;
    color: var(--textclr2);
}

.single-comparison .top-banner .top-line p.short-description{
    margin-bottom: 0;
}

.single-peptide .top-banner .top-line h1,
.single-comparison .top-banner .top-line h1{
    color: var(--textclr1);
}

.single-peptide  .top-banner .right-side,
.single-comparison  .top-banner .right-side{
    width: calc(100% - 78.2rem);
}

.single-peptide .top-banner .top-line,
.single-comparison .top-banner .top-line {
    align-items: flex-start;
    margin: 0;
}

.single-peptide .top-banner .right-side img,
.single-comparison .top-banner .right-side img{
    box-shadow: 0px 4px 120px 0px #3B82F680;
    max-width: 36.1rem;
    border: 2px solid #36619A;
}

.cat-badge-list a.category{
    text-decoration: none;
    color: var(--brand1)!important;
    margin-right: 0.8rem;
}

.cat-badge-list{
    margin-bottom: 1.6rem;
}

.author-info{
    gap: 2.4rem;
}

.author-info .block p{
    font-size: var(--fontsize_xs);
    line-height: var(--lineh_xs);
    font-weight: 600;
    color: var(--textclr2);
}
.author-info .block p span{
    color: var(--textclr1);
    margin-left: 0.8rem;
}
.author-info .block svg{
    width: 1.6rem;
    height: auto;
}

.toc_item{
    font-size: var(--fontsize_xs);
    line-height: var(--lineh_xs);
    font-weight: 600;
    color: var(--textclr4);
    cursor: pointer;
    padding: 0.8rem 1.2rem;
    border-left: 2px solid transparent;
}

.toc_item.active{
    background: #3B82F61A;
    border-left: 2px solid #3B82F6;
    color: var(--brand1);
}

.toc_item:hover{
    background: var(--bgclr4);
}

.toc-content{
    gap: 0.4rem;
}

.toc-head h3{
    margin-bottom: 1rem;
}

.references ul{
    padding: 0;
    list-style: 0;
}

.references ul li{
    padding: 1.6rem;
    background: var(--bgclr5);
}

.references ul li .number{
    background: #3B82F61A;
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    color: var(--brand1);
}

.references ul li p{
    width: calc(100% - 3.2rem);
    padding-left: 2rem;
}

/* Media with text */

.media-with-text .left_text .left-side{
    order: 2;
}

.media-with-text img,
.media-with-text video{
    width: 100%;
}

/* Accordion */

.accordion .container{
    gap: 2.4rem;
}

.accordion .accordion-item__title{
    cursor: pointer;
    margin-bottom: 0;
    padding: 1.6rem;
    position: relative;

}

.accordion .accordion-item__title:hover{
    background: var(--bgclr4);
}

.accordion .accordion-item{
    padding: 0;
    width: 100%;
    background-color: var(--bgclr5);
}

.accordion .accordion-item:first-of-type{
    border-top: 1px solid rgba(0,0,0,0.12);
}

.accordion .accordion-item__content{
    padding: 1.6rem;
    border-top: var(--border2);
    color: var(--textclr4);
}

.accordion-list{
    width: 100%;
}

.accordion-item > h3 svg{
    transition: var(--animtime1);
}

.accordion-item.is-open > h3 svg{
    transform: rotate(-180deg);
}

/*plus minus*/
/* .accordion h3.accordion-item__title:before, .accordion h3.accordion-item__title:after {
    content: "";
    position: absolute;
    background-color: #2C2C30;
    transition: transform 0.4s ease-out;
}
.accordion h3.accordion-item__title:before {
    top: 50%;
    right: 0;
    width: 0.1rem;
    height: 1.5rem;
    margin-right: 0.7rem;
    margin-top: -0.8rem;
}
.accordion h3.accordion-item__title:after {
    top: 50%;
    right: 0;
    width: 1.5rem;
    height: 0.1rem;
    margin-top: -0.1rem;
}
.accordion .is-open h3.accordion-item__title:before {
    transform: scaleY(0);
} */





/* Text module */

.text-block .container h1,
.text-block .container h2,
.text-block .container h3,
.text-block .container h4,
.text-block .container h5,
.text-block .container h6{
    margin: 0 0 2.4rem 0;
}

.text-block .container p + h1,
.text-block .container ol + h1,
.text-block .container ul + h1,
.text-block .container p + h2,
.text-block .container ol + h2,
.text-block .container ul + h2,
.text-block .container p + h3,
.text-block .container ol + h3,
.text-block .container ul + h3,
.text-block .container p + h4,
.text-block .container p + h5,
.text-block .container ol + h5,
.text-block .container ul + h5,
.text-block .container p + h6,
.text-block .container ol + h6,
.text-block .container ul + h6{
    margin: 4rem 0 2.4rem 0;
}

.text-block a{
    color: var(--brand1)!important;
    text-decoration: none;
}

.text-block a:hover{
    text-decoration: underline;
}

.text-block .container ul,
.text-block .container ol{
    margin-top: 1.6rem;
}

.text-block table{
    /* border-radius: var(--radius2); */
    /* overflow: hidden; */
    background: var(--bgclr5);
    border-collapse: collapse;

}

.text-block .container table td,
.text-block .container table td strong{
    color: var(--textclr3);
}

.text-block .container table td strong{
    font-weight: 600;
}

.text-block table tr{
    border: var(--border2);
    border-top: 0;
}

.text-block table td{
    padding: 1.6rem!important;
    border: var(--border2);
}

.text-block table thead{
    background: var(--bgclr4);
}

/* Filter */

/* .terms-serach{
    margin-bottom: 0.8rem; 
}

.terms-serach input{
    width: 100%;
    max-width: 360px;
    padding: 0.8rem 1rem;
    border: 1px solid var(--borderclr2);
    border-radius: var(--radius_1);
    background: var(--bgclr1);
    color: var(--textclr1);
}

.terms-serach input:focus{
    outline: none;
    border-color: var(--brand1);
} */

.letters-filter{
    gap: 0.2rem;
    margin-top: 3.2rem;
}

.letters-filter .letter {
    padding: 0.7rem 0;
    text-transform: uppercase;
    font-size: var(--fontsize_xs);
    cursor: pointer;
    line-height: var(--lineh_xs);
    font-weight: 600;
    min-width: 3.6rem;
    display: flex;
    justify-content: center;
}

.letters-filter .letter:hover{ 
    background: var(--bgclr4);
}

.letters-filter .letter.disabled{
    color: var(--textclr2);
    cursor: not-allowed;
    pointer-events: none;
}

.letters-filter .letter.disabled:hover{
    background: transparent;
}

.letters-filter .letter.all-button{
    padding: 0.7rem 1.6rem;
}

.letters-filter .letter.active{
    background: var(--brand1);
    color: #fff;
}

.letter-cell{
    margin-bottom: 1.6rem;
}

.letter-cell .items-count{
    color: var(--textclr4);
}

.letter-cell span,
.top-block .icon{
    width: 4rem;
    height: 4rem;
    background: #3B82F61A;
    color: var(--brand1);
}

.line .top-block{
    margin-bottom: 1.1rem;
}

.line .description{
    font-size: var(--label_m);
    line-height: var(--lineh_label_m);
    font-weight: 500;
    color: var(--textclr4);
}

.top-block .icon svg{
    width: 2rem;
    height: auto;
}

.letter-cell .horizontal-line{
    height: 1px;
    background: #D8E2F0;
    width: calc(100% - 11.2rem);
}

#a-z{
    gap: 3.2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 3.2rem;
}

#a-z .line{
    width: 100%;
    background: var(--bgclr5);
    padding: 1.6rem;
}

.filter-module #a-z .peptide{
    width: 100%;
    padding: 1.6rem;
} 

.row-cells{
    gap: 1.6rem;
}

.terms-serach input{
    padding-left: 5.2rem;
    margin-bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L13.9167 13.9167M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 2rem;
    background-position: 1.6rem center;
    background-repeat: no-repeat;
}

/* Notice module */

.notice-module .content{
    padding: 1.6rem;
    background: #8B5CF61A;
    border: 1px solid #8B5CF6;
}

.notice-module .content.green{
    background: #14B8A60D;
    border: 1px solid #14B8A680;
}

.notice-module .content p:first-of-type{
    margin-top: 0;
}

.notice-module .content p{
    font-size: var(--fontsize_xs);
    line-height: var(--lineh_xs);
    margin: 0.8rem 0 0;
    color: var(--textclr4);
}
.notice-module .content .icon{
    width: 4.8rem;
    height: 4.8rem;
}
.notice-module .content .icon img{
    width: 4rem;
    height: auto;
}

.notice-module .content .text{
    width: calc(100% - 4.8rem);
    padding-left: 1.3rem;
}

/* Comparisons module */

.comparisons-list{
    width: 100%;
}

.comparisons-list select{
    max-width: unset;
    border: 1px solid #3B82F6;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%233B82F6' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: calc(100% - 1.6rem) center;
}

.comparisons-module .comparisons-item {
    position: relative;
    margin-top: 1.3rem;
}
.comparisons-module .comparisons-item.is-loading{
    pointer-events: none;
}
.comparisons-module .comparisons-item.is-loading::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.12);
    border-radius: 1.6rem;
    z-index: 2;
}
.comparisons-module .comparisons-item.is-loading::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    border: 2px solid rgba(59, 130, 246, 0.25);
    border-top-color: rgba(59, 130, 246, 1);
    animation: peptides-spin 0.8s linear infinite;
    z-index: 3;
}
@keyframes peptides-spin{
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.comparisons-item h3{
    width: 100%;
}

.comparisons-item h3 span{
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background: #3B82F61A;
    color: var(--brand1);
}

.comparisons-item h3 a{
    width: calc(50% - 1.8rem);
}

.comparisons-item h3 span + a{
    text-align: right;
}

.peptides-list-module .comparisons-item.peptide .top {
    margin-bottom: 0.5rem;
}

.peptide-list-light .comparisons-item.peptide .short-description{
    margin: 1.1rem 0 1.6rem;
}

.comparisons-list .comparisons-item.peptide{
    margin-top: 0;
}

.full-comparison-link {
    grid-column: 1 / -1;
    color: var(--textclr4);
    margin-top: 1.2rem;
    text-align: center;
}

a.js-full-comparison-link{
    background: var(--brand1);
    color: var(--textclr1);
    line-height: var(--lineh_label_l);
    padding: 1.4rem 2rem;
    text-decoration: none;
    margin-top: 1.6rem;
}

a.js-full-comparison-link:hover{
    background: var(--brand3);
}

.single-comparison .comparisons-item{
    margin-top: 0;
}

/* POst list with filter  */

.post-list-module.with-filter .peptide:hover{
    cursor: pointer;
}

.post-list-module.with-filter .peptide h3{
    font-size: var(--fontsize_s);
    line-height: var(--lineh_s);
    font-weight: 600;
}

.post-list-module.with-filter .container{
    align-items: flex-start;
}
.post-list-module.with-filter .peptide .bottom .caption{
    gap: 0.4rem;
    color: var(--textclr2);
}
.post-list-module.with-filter .peptide .bottom {
    border-top: var(--border2);
    padding-top: 1.6rem;
    width: 100%;
    margin-top: auto;
}

.post-list-module.with-filter .peptide .bottom svg{
    height: 1.2rem;
    width: auto;    
}

.post-list-module.with-filter .peptide .tags a{
    pointer-events: none;
}

.post-list-module.with-filter .peptide .tags{
    margin-bottom: 0.8rem;
}

.post-list-module.with-filter .container > .left-side{
    width: 30rem;
}

.post-list-module.with-filter .categories-list{
    background: var(--bgclr5);
    padding: 1.6rem;
}

.post-list-module.with-filter .post-list{
    width: calc(100% - 30rem);
    padding-left: 1.2rem;
}

.categories-list-item .category-name{
    text-decoration: none;
    color: var(--textclr2);
}

.categories-list-item .category-name:hover,
.categories-list-item.active .category-name{
    color: var(--textclr3);
}


/* Responsive */

@media screen and (max-width: 1380px) {
    html{
        font-size: 0.7vw;
    }
}

@media screen and (max-width: 992px) {
    .none_padding_top_mobile {
        padding-top: 0!important;
    }

    .small_padding_top_mobile {
        padding-top: 1.6rem!important;
    }

    .medium_padding_top_mobile {
        padding-top: 5rem;
    }

    .big_padding_top_mobile {
        padding-top: 10rem;
    }

    .huge_padding_top_mobile {
        padding-top: 15rem;
    }

    .none_padding_bottom_mobile {
        padding-bottom: 0!important;
    }

    .small_padding_bottom_mobile {
        padding-bottom: 2.5rem;
    }

    .medium_padding_bottom_mobile {
        padding-bottom: 5rem;
    }

    .big_padding_bottom_mobile {
        padding-bottom: 10rem;
    }

    .huge_padding_bottom_mobile {
        padding-bottom: 15rem;
    }
	.for-desktop{
		display: none;
	}
	.for-mobile{
		display: flex;
	}
    html{
        font-size: 10px;
    }
    .container, .single-peptide-content-block {
        padding: 0 1.5rem;
    }
    .single-peptide-content-block {
        padding: 0;
        margin-top: -1px;
    }
    .grid-columns-6 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    section {
        padding: 4rem 0;
    }
    .suggestions-title {
        width: 100%;
        height: auto;
        justify-content: center;
    }
    .top-banner .search-input-wrapper .suggestions {
        justify-content: center;
    }
    .grid-columns-3 {
        grid-template-columns: 1fr 1fr;
    }
    .usp {
        width: calc(50% - 0.6rem);
    }
    footer .top-block {
        flex-direction: column;
    }
    footer .top-block .right-block {
        width: 100%;
        padding-left: 0;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        gap: 4rem;
        margin-top: 3.2rem;
    }
    footer .top-block .left-block {
        width: 100%;
        text-align: center;
    }
    footer .menu {
        align-items: center;
    }
    footer .top-block h3 {
        text-align: center;
    }

    footer .custom-logo-link {
        justify-content: center;
    }
    footer .bottom-block {
        justify-content: center;
        flex-direction: column;
    }
    footer .bottom-block .right-side {
        margin-top: 1rem;
    }
    h1{
        font-size: var(--fontsize_h2);
        line-height: var(--lineh_h2);
    }
    .top-banner.page_banner .top-line .left-side h1,
    .archive .top-banner .top-line .left-side h1,
    .single-peptide .top-banner .top-line h1{
        font-size: var(--fontsize_h3);
        line-height: var(--lineh_h3);
    }
    .archive.tax-peptide-cat .top-banner .right-side{
        display: none;
    }
    .peptides-list-module.with-effects .top-line{
        flex-direction: column;
        align-items: flex-start;
    }

    .peptides-list-module.with-effects .top-line .right-side{
        margin-top: 0.2rem;
    }
    .post-list-module .top-line{
        justify-content: center;
        text-align: center;
    }
    .single-peptide .top-banner .top-line,
    .single-comparison .top-banner .top-line {
        flex-direction: column;
        gap: 3.2rem;
    }
    .single-peptide .top-banner .right-side,
    .single-peptide .top-banner .left-side,
    .single-comparison .top-banner .left-side,
    .single-comparison .top-banner .right-side {
        width: 100%;
    }
    .single-peptide-content-block .left-side {
        width: 100%;
        background-color: var(--bgclr2);
        position: sticky;
        top: 0;
        z-index: 99;
    }
    .toc-content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge legacy */ 
        white-space: nowrap; 
        padding: 1.2rem 1.5rem;
    }
    .toc-content::-webkit-scrollbar{
        display: none; /* Chrome/Safari */
    }
    .toc-head.toc-top-head{
        padding: 1.2rem 1.5rem 0;
    }
    .toc-head.toc-top-head h3{
        margin-bottom: 0;
        color: var(--brand1);
        font-size: var(--caption);
        line-height: var(--lineh_caption);
        font-weight: 600;
        letter-spacing: 4%;
        
    }
    .toc-content .toc_item{
        flex: 0 0 auto;
    }
    .toc_item.active {
        background: var(--brand1);
        border-left: 0px solid #3B82F6;
        color: var(--textclr1);
    }
    .single-peptide-content-block .left-side .toc-top {
        position: relative;
        top: unset;
    }
    .single-peptide-content-block .right-side {
        width: 100%;
        padding-left: 0;
        padding: 4rem 1.5rem 0;
    }
    .peptide-overview .row.grid-columns-2{
        grid-template-columns: 1fr;
    }
    .main-effects {
        margin: 0 0 1.6rem 0;
    }
    .peptide-overview .bottom-block{
        grid-template-columns: 1fr;
    }
    .main-navigation{
        position: fixed;
        top: 0;
        bottom: 0;
        right:0;
        width: calc(100% - 4.6rem);
        background: var(--bgclr2);
        z-index: 9999999;
        transform: translateX(100%);
        transition: var(--animtime1);
        padding: 8.7rem 1.5rem 3rem;
    }
    .main-navigation > svg{
        position: absolute;
        top: 1.7rem;
        right: 1.5rem;
        cursor: pointer;
    }
    .main-navigation.active{
        transform: translateX(0);
    }
    header{
        position: relative;
        z-index: 9999999;
    }
    .text-block table {
        width: calc(100vw - 3rem) !important;
        min-width: 70rem;
    }
    .table-container {
        width: 100%;
        overflow-x: scroll;
    }
    header .site-branding img {
        height: 3.2rem;
        width: auto;
    }
    header .menu li a {
        padding: 4rem 1.6rem;
        width: 100%;
        font-size: var(--label_m);
        line-height: var(--lineh_label_m);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .menu li{
        display: flex;
        border-bottom: var(--border1);
    }
    header .menu{
        flex-direction: column;
    }
    body.overflow{
        overflow: hidden;
    }
    body::before,
    header::before{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(59, 130, 246, 0.4);
        z-index: 9999999;
        opacity: 0;
        visibility: hidden;
        transition: var(--animtime1);
    }
    body.overflow::before,
    body.overflow header::before{
        opacity: 1;
        visibility: visible;
    }
    .comparisons-list.grid-columns-2{
        grid-template-columns: 1fr;
    }
    .comparisons-module .top-line{
        margin-bottom: 3.2rem;
    }
    .comparisons-module .comparisons-item{
        margin-top: 0.5rem;
    }
    .post-list-module.with-filter .container > .left-side {
        width: 100%;
    }
    .post-list-module.with-filter .post-list {
        width: 100%;
        padding-left: 0;
        margin-top: 0.8rem;
    }
    .post-list-module.with-filter .container > .left-side .terms-serach input{
        max-width: unset;
    }
}

@media screen and (max-width: 768px) {
    .grid-columns-6 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-columns-3,
    .related-peptides .grid-columns-2{
        grid-template-columns: 1fr;
    }
    .usp {
        width: 100%;
    }
    .author-info {
        gap: 1.6rem;
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .grid-columns-6 {
        grid-template-columns: 1fr 1fr;
    }
    .top-line .right-side {
        width: 100%;
    }
    .top-line .right-side {
        gap: 1.6rem;
        width: 100%;
        justify-content: center;
        margin-top: 4rem;
    }
    .peptides-list-module.slider .top-line{
        margin-bottom: 1.6rem;
    }
    .single-peptide .top-banner .right-side img{
        max-width: unset;
    }
    .single-peptide .top-banner .right-side,
    .single-comparison .top-banner .right-side{
        margin-top: 0;
    }
}