
html, 
body {
    background: #ffffff;
}

body
.footer, 
.footer__brands, 
.siteContainer__content {
    max-width: 1280px;
}

body .siteContainer [role="main"] {
    padding: 96px 0 10px 0;
}

body .content {
    padding: 0px;
}

/* Instagram widget */

body #sb_instagram {
    border: none !important;
}

body #sbi_images {
    border-top: none !important;
}

body .widgettitle {
    text-transform: none;
    font-size: 46px;
    line-height: 65px;
    font-weight: 800;
    text-align: center;
    border-bottom: none;
}

body .widget_instagram-feed-widget::before {
    display: block;
    content: "Instagram";
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    width: 130px;
    height: 27px;
    line-height: 27px;
    background: #000000;
    color: #ffffff;
    margin: auto;
    margin-top: 60px;
}

@media only screen and (max-width: 768px) {
    body .widgettitle {
        font-size: 32px;
        line-height: 40px;
    }
/* 
    #sbi_images {
        padding: 0 !important;
        padding-bottom: 5px !important;
    }

    div.sbi_item:nth-of-type(1n) {
        padding-right: 5px !important;
    } */

}


/* YouTube Widget */

.youtube--widget {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    background: rgba(217, 217, 217, 0.4);
    padding: 30px;
    gap: 30px;
}

.youtube--widget p {
    text-align: center;
    padding: 0 55px 0 55px;
    font-weight: 500;
}

.youtube--widget h2 {
    line-height: 40px;
}

body 
.youtube--widget
.fitVids,
.youtube--caption {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
}

.top--tips {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    width: 105px;
    height: 27px;
    line-height: 27px;
    background: #00ADEC;
    color: #ffffff;
    margin: auto;
}

@media only screen and (max-width: 880px) {
    .youtube--widget {
        flex-direction: column-reverse;
        padding: 0px;
        gap: 0;
    }

    body 
    .youtube--widget
    .fitVids {
        width: 100%;
    }

    body 
    .youtube--widget
    .youtube--caption {
        padding: 20px;
        gap: 10px;
    }

    .youtube--widget p {
        padding: 0 25px 15px 25px;
    }
}


/* Magazine Widget */

body .widget--magazine {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    margin-top: 60px !important;
}

body .widget__wrapper--magazine {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    height: fit-content;
    background: rgba(217, 217, 217, 0.4);
    padding: 30px;
    gap: 30px;
}

body
.widget__header--magazine, 
.widget--magazine__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 30px;
    padding: 0 45px 0 45px;
}

.subscribe--block {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    width: 105px;
    height: 27px;
    line-height: 27px;
    background: rgba(255, 199, 0, 1);
    color: #000000;
    margin: auto;
}

.widget__header--magazine p {
    text-align: center;
    padding: 0 45px 0 45px;
    font-weight: 500;
}

.widget__header--magazine h2 {
    line-height: 40px;
}

.widget__header--magazine a {
    text-align: center;
    font-family: "Jost-Bold";
    font-weight: 700;
}

.widget__header--magazine a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 15px;
}

@media only screen and (max-width: 880px) {
    body .widget__wrapper--magazine {
        flex-direction: column-reverse;
        padding: 35px 10px 35px 10px;
    }

    body
    .widget__header--magazine, 
    .widget--magazine__body {
        gap: 15px;
        padding: 0 15px 0 15px;
    }

    .widget__header--magazine p {
        padding: 0 25px 0 25px;
    }
}


/* Most Popular Widget */

body .widget--toprated .widget__body {
    padding: 0;
    max-height: fit-content;
    overflow: hidden;
}

body .widget--toprated .widget__body ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
}

body .widget--toprated .widget__body ul li {
    flex: 1 0 100%;
    height: fit-content;
    background: #ffffff;
    margin-bottom: unset;
}

body .widget--toprated [class^="widget__body"] img {
    width: 49%;
    height: 626px;
    display: unset;
    object-fit: cover;
}

body .widget--toprated .widget__body ul li:hover {
    background: unset;
}

body .widget--toprated [class^="widget__body"] div {
    white-space: unset;
    background: unset;
    line-height: unset;
    left: unset;
    padding: unset;
    color: unset;
    font-size: unset;
    letter-spacing: unset;
    position: unset;
    bottom: unset;
}

body .widget--toprated .widget__body .carousel--buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: fixed;
    bottom: 10px;
    right: 0;
}

body .widget--toprated .widget__body .carousel--buttons i {
    background: #ffffff;
    padding: 10px;
    cursor: pointer;
}

body .widget--toprated h2 {
    line-height: 40px;
}

div .most--popular--block {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    width: 125px;
    height: 27px;
    line-height: 27px;
    background: rgba(187, 208, 15, 1);
    color: #000000;
    margin: auto;
    text-transform: uppercase;
}

.recipe--info {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.47);
    font-size: 12px;
    text-transform: uppercase;
    gap: 20px;
}

.recipe--info i {
    margin-right: 10px;
}

body .widget--toprated .recipe--rating {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 199, 0, 1);
    gap: 10px;
}

body .widget--toprated .recipe--intro {
    width: 75%;
    text-align: center;
}

body .widget--toprated [class^="widget__body"] figure {
    display: flex;
    align-items: center;
    max-height: 626px;
}

body .widget--toprated [class^="widget__body"] figcaption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 50%;
    text-align: center;
}

.widget--toprated a {
    text-align: center;
    font-family: "Jost-Bold";
    font-weight: 700;
}

.widget--toprated a:hover {
    text-decoration: none;
}

.widget--toprated a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 15px;
}

.top-rated-slider {
    transition: transform 0.5s;
}

@media only screen and (max-width: 768px) {
    body .widget--toprated .widget__body ul {
        height: 600px;
    }

    body  .widget--toprated [class^="widget__body"] figure {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 40px;
    }

    body .widget--toprated [class^="widget__body"] figcaption {
        width: 100%;
        gap: 0;
    }

    body .widget--toprated [class^="widget__body"] img {
        width: 100%;
        max-height: unset;
        height: 350px;
        object-fit: cover;
    }

    body .widget--toprated .widget__body .carousel--buttons {
        right: unset;
        bottom: unset;
        top: 330px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    body .widget--toprated .widget__body .carousel--buttons i {
        box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
    }

    body .widget--toprated .recipe--intro {
        display: none;
    }

    body .widget--toprated .recipe--rating {
        display: none;
    }

    body .widget--toprated a {
        display: none;
    }

    body .articleGrid__list:nth-of-type(2n+1) {
        padding-right: 4px;
    }

    body .articleGrid__list:nth-of-type(2n+2) {
        padding-left: 4px;
    }

    body .recipe-fav-btn-js {
        right: 0px;
        width: 46px;
        height: 40px;
        background-image: url('../img/FavIconBgMobile.png');
    }

    body .recipe-fav-btn-js .user_favorite > span.sprite-favourite_heart_inactive {
        background-image: url('../img/heart-outline-mobile.png');
    }

    body .sprite-favourite_heart_inactive {
        width: 18px;
        height: 15px;
    }

    body .recipe-fav-btn-js .user_favorite > span.sprite-favourite_heart_active {
        background-image: url('../img/heart-fill-mobile.png');
    }

    body .sprite-favourite_heart_active {
        width: 19px;
        height: 16px;
    }
}


/* Ad slots */

body
.adverts,
.adverts--leaderboard {
    background: #ffffff;
}



/* Main content widget CTA */

.articleGrid__list--cta {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    flex: 1 1 50%;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0.45rem;
}

.articleGrid__list--cta h2 {
    max-width: 50%;
}

.articleGrid__list--cta h2 .widgettitle--alt {
    font-family: "Jost-Regular";
    font-weight: 400;
}

.articleGrid__list--cta p {
    text-align: center;
    max-width: 65%;

}

.articleGrid__list--cta a {
    text-align: center;
    font-family: "Jost-Bold";
    font-weight: 700;
    text-transform: uppercase;
}

.articleGrid__list--cta a:hover {
    text-decoration: none;
}

.articleGrid__list--cta a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 15px;
}

.articleGrid__list--cta .most--popular--block {
    width: fit-content;
    padding: 0 10px 0 10px;
}

.local__sponsor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articleGrid__list--cta--mobile {
    display: none;
}

.articleGrid__list--local__sponsor--mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .articleGrid__list--cta {
        display: none;
    }

    .articleGrid__list--cta--mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 60px 5px 5px 5px;
        max-width: 100%;
    }

    .articleGrid__list--cta--mobile h2 {
        max-width: 90%;
    }
    
    .articleGrid__list--cta--mobile h2 .widgettitle--alt {
        font-family: "Jost-Regular";
        font-weight: 400;
    }
    
    .articleGrid__list--cta--mobile p {
        text-align: center;
        max-width: 95%;
    
    }
    
    .articleGrid__list--cta--mobile a {
        text-align: center;
        font-family: "Jost-Bold";
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .articleGrid__list--cta--mobile a:hover {
        text-decoration: none;
    }
    
    .articleGrid__list--cta--mobile a::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f061";
        margin-left: 15px;
    }
    
    .articleGrid__list--cta--mobile .most--popular--block {
        width: fit-content;
        padding: 0 10px 0 10px;
    }

    section.articleGrid.grid--slider {
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-top: 0;
    }

    .articleGrid__list.grid--slider {
        flex: 0 0 65%;
    }

    .articleGrid__list.grid--slider:nth-of-type(2n+1) {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .articleGrid__list.grid--slider:nth-of-type(2n+2) {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .articleGrid__list.local__sponsor {
        display: none;
    }

    .articleGrid__list--local__sponsor--mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .articleGrid__list--local__sponsor--mobile {
        width: auto;
        height: 280px;
        overflow: hidden;
        margin-top: 20px;
    }

    .articleGrid__list--local__sponsor--mobile img {
        width: auto;
    }
}


/* Social Sharing Component*/

body .articles__section--socialComment {
    border-bottom: unset;
}

body .articles__section--socialComment>ul>li:nth-of-type(1) a {
    padding: 15px;
    font-family: "Jost-Bold";
    font-weight: 700;
    font-size: 14px;
    width: 200px;
}

body .articles__section--socialComment>ul>li:nth-of-type(2) span {
    background: unset;
    border: unset;
    color: #000000;
    font-family: "Jost-Bold";
    font-weight: 700;
    font-size: 11px;
    width: 150px;
}

body .articles__section--socialComment>ul>li:nth-of-type(2) span:hover {
    background: unset;
    color: unset;
}

body .articles__section--socialComment ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

body .articles__section--socialComment>ul>li:last-of-type {
    background: unset;
}

body .articles__section--socialComment>ul>li li a, .articles__section--socialNocomment>ul>li li a {
    background: unset;
    border-right: unset;
}

body .articles__section--socialComment>ul>li li:hover:nth-of-type(even) a, .articles__section--socialNocomment>ul>li li:hover:nth-of-type(even) a {
    background: unset;
    opacity: 0.8;
}

body .articles__section--socialComment>ul>li li:hover:nth-of-type(odd) a, .articles__section--socialNocomment>ul>li li:hover:nth-of-type(odd) a {
    background: unset;
    opacity: 0.8;
}

body .articles__section--socialComment {
    padding: 30px 0 30px 0;
}

body .articles__section--socialComment>ul>li:nth-of-type(1) {
    margin-right: 50px;
}

body .articles__section--socialComment>ul>li>ul, .articles__section--socialNocomment>ul>li>ul {
    width: 200px;
}

@media only screen and (max-width: 768px) {
    body .articles__section--socialComment ul {
        flex-direction: column;
    }

    body .articles__section--socialComment>ul>li {
        text-align: center;
    }

    body .articles__section--socialComment>ul>li:nth-of-type(1) a {
        border: unset;
        border-color: unset;
        background: #000000;
        color: #ffffff;
    }

    body .articles__section--socialComment>ul>li:nth-of-type(1) {
        margin-right: unset;
        margin-bottom: 50px;
    }
}

/* Author blurb */

body .authorBlurb__wrapper {
    display: flex;
    flex-direction: row;
    border-bottom: unset;
}

body .authorBlurb {
    display: flex;
    flex-direction: row;
    padding: unset;
    gap: 30px;
}

body .authorBlurb__figure {
    width: fit-content;
}

body .authorBlurb__imgWrapper {
    max-width: 300px;
}

body .authorBlurb__imgWrapper img {
    width: 300px;
    height: 300px;
}

body .authorBlurb__figcaption {
    padding: 30px 30px 30px 0;
}

body .authorBlurb__body {
    border-top: unset;
    padding-right: 30px;
}

.author--details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 20px 0;
}

body .authorBlurb a {
    padding: 15px;
    font-family: "Jost-Bold";
    font-weight: 700;
    font-size: 14px;
    max-width: fit-content;
    width: fit-content;
}

body .authorBlurb__body {
    padding-bottom: 25px;
}

.author--name {
    font-family: "Jost-Regular";
    font-weight: 400;
    font-size: 24px;
}

.author--name b {
    font-family: "Jost-Bold";
    font-weight: 700;
    font-size: 24px;
}

@media only screen and (max-width: 768px) {
    body .authorBlurb__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    body .authorBlurb__figure {
        width: 100%;
    }

    body .authorBlurb {
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        align-items: center;
    }

    body .authorBlurb__imgWrapper {
        max-width: 100%;
        width: 100%;
        padding: 30px 30px 0 30px;
    }

    body .authorBlurb__imgWrapper img {
        width: 100%;
        height: 100%;
    }

    body .authorBlurb__body {
        display: block;
    }

    .author--details {
        padding: 0 30px 30px 30px;
        width: 100%;
        gap: 15px;
    }

    body .right-col.col {
        display: none;
    }
}


/* Header */

body .sprite-woolworths_logo_W_header {
    display: inline-block !important;
    min-width: 50px;
    background: url(../img/svg/woolies-logo-square.svg) no-repeat;
}

body .header--desktop {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .header--mobile__searchTrigger {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .favourites--menu--container {
        width: 70px !important;
    }

    .favourites--menu--container #menuTrigger span {
        display: none;
    }

    .favourites--menu--container div:nth-of-type(1) {
        display: none;
    }

    body .search {
        display: none !important;
        pointer-events: none;
    }

    body .header--mobile__searchTrigger {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        cursor: pointer;
    }
}

.favourites {
    color: #D94030;
    text-transform: none;
    border: none;
    margin-right: 30px;
    margin-left: 10px;
}

.favourites:hover {
    text-decoration: none;
}

.navigation--header {
    padding: 10px;
}

.favourites--menu--container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 670px;
}

@media only screen and (max-width: 1320px) {
    .favourites--menu--container {
        width: 570px;
    }
}

@media only screen and (max-width: 1280px) {
    .favourites--menu--container {
        width: 540px;
    }
}

@media only screen and (max-width: 1240px) {
    .favourites--menu--container {
        width: 500px;
    }
}

@media only screen and (max-width: 1185px) {
    .favourites--menu--container {
        width: 450px;
    }
}

@media only screen and (max-width: 1135px) {
    .favourites--menu--container {
        width: 400px;
    }
}

@media only screen and (max-width: 1080px) {
    .favourites--menu--container {
        width: 320px;
    }
}

#menuTrigger {
    cursor: pointer;
}

body .search {
    display: inline-block;
    max-height: 64px;
    width: 400px;
    overflow: hidden;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    margin-left: 40px;
    background: #ffffff;
    box-shadow: unset;
}

body .search form,
.search--mobile form {
    vertical-align: middle;
}

body .search div:nth-of-type(1) {
    border-bottom: unset;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

body .search form div {
    border-radius: 8px;
    display: flex;
}

.search--mobile {
    display: flex;
    justify-content: left;
    align-items: center;
    max-height: 0;
    height: 0;
    border-bottom: 0px solid rgba(0, 0, 0, 0);
    -webkit-transition: 0.4s ease;
    transition: 0.5s ease;
    overflow-y: hidden;
}

.search--mobile.active {
    max-height: 64px;
    height: 64px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 116px 0 30px 0;
}

body .siteContainer [role="main"].active {
    padding: 0 0 10px 0;
}

.search--mobile form div {
    display: flex;
}

.search--mobile input[type="search"] {
    width: 430px;
}

button[type="submit"] {
    /* text-indent: -999px; */
    /* overflow: hidden; */
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
  }

button[type="submit"]:hover {
    opacity: 1;
}

body .search input[type="search"] {
    padding: unset;
}

body .header--mobile__searchTrigger {
    border-left: none;
}

section.articleGrid article.articleGrid__list .articleGrid__caption >div.details.how--to--details {
    justify-content: flex-start;
}

body .footer {
    position: relative;
    z-index: 2;
}

body .ad-placeholder{
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

body .articles--glossary__ad {
    flex-direction: column;
    gap: 20px;
    background-color: #ffffff;
}

div .latest--posts--block {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    width: 125px;
    height: 27px;
    line-height: 27px;
    background: #D3609E;
    color: #ffffff;
    margin: auto;
    text-transform: uppercase;
    margin-top: 60px;
}

body .widget_onnet_top_rated_tab {
    margin-top: 60px !important;
}


body .password--login {
    width: 100% !important;
    padding-right: 0 !important;
}

.password--container {
    position: relative; 
}

.change--password {
    position: absolute; 
    top: 0; 
    right: 10px; 
    z-index: 2; 
    border: none; 
    top: 2px; 
    height: 49px; 
    cursor: pointer; 
    color: rgba(0,0,0,0.5); 
    background-color: transparent; 
    transform: translateX(2px);
    font-size: 12px;
    text-decoration: underline;
}

body .articles--glossary__letters .inactive a {
    color: #d9d9d9;
    opacity: 0.8;
}

body .articles--glossary__letters .inactive a:hover {
    color: #eeeeee;
}

body .breadcrumbs__item:nth-last-of-type(1) {
    font-weight: 300;
    font-size: 12px;
}

#incredients-container h2 {
    margin: 20px 0;
}

body .articles--win_logged_out__register .register {
    display: block;
}

body .my-mfp-zoom-in.mfp-ready .modal {
    display: block;
    width: 45%;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0 1rem;
    position: unset;
}


body .widget_ad2x_widget {
    background: #ffffff !important;
}


body .articles--glossary__letters li.active a {
    color: #777;
    font-family: 'Jost-Bold';
}

#loginmodal {
    z-index: 999999;
}

@media only screen and (min-width: 620px) and (max-width: 960px) {
    body .buy-cta-btn {
        left: 0;
    }
}

body .left-col.col p img {
    height: 150px;
}

.btn-article {
    font-family: 'Jost-Bold';
    display: inline-block;
    padding: 12px 15px;
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #000000;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
}

a.btn-article:hover {
    text-decoration: none !important;
    opacity: 0.8;
}

body h2, h3 {
    font-family: 'Jost-Bold';
}

body #incredients-container a {
    text-decoration: underline;
    font-family: 'Jost-Bold';
}

body .recipe-sub-category {
    font-family: 'Jost-Bold';
    font-size: 18px;
    line-height: 27px;
    margin-left: -15px;
}

.latest-post-slider-cta {
    text-align: center;
    font-family: "Jost-Bold";
    font-weight: 700;
    text-transform: uppercase;
    margin: auto;
}

.latest-post-slider-cta::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-left: 15px;
}

.articleGrid__list__menus img {
    object-fit: cover !important;
}

body .header {
    position: fixed;
    z-index: 9999;
    max-width: 1280px;
    width: 100%;
}

body #heroCarousel {
    margin-top: 86px;
}

.back--to--top {
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 50px;
    right: 180px;
    cursor: pointer;
}

.back--to--top:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 768px) {
    body .header {
        width: 100%;
    }

    .back--to--top {
        bottom: 100px;
        right: 20px;
    }
}


@media only screen and (min-width: 769px) {
    .back--to--top {
        bottom: 50px;
        right: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .back--to--top {
        bottom: 50px;
        right: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .back--to--top {
        bottom: 50px;
        right: 130px;
    }
}

@media only screen and (min-width: 1600px) {
    .back--to--top {
        bottom: 50px;
        right: 330px;
    }
}