 /*
Theme Name: ManyMugs
Author: Akatomy
*/

/* Reset CSS
 * --------------------------------------- */
 
* {
    box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;

}
a{
  text-decoration:none;
  color: inherit;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
  font-weight: bold;
  font-style: inherit;
}
nav ol, nav ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#333;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Global
 * --------------------------------------- */

 *:focus {
    outline: none;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
 	background-color: #fff;
    color: #1d1d1b;
    font-family: "Poppins", sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 24px;
}

@media screen and (max-width: 740px) {

    body {
        font-size: 16px;
        line-height: 22px;
    }

}

/*** HEADER ***/

.mobileNav {}

header {
    background-color: #fff;
    transition: 0.2s;
}

header.sticked {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}

.banner {
    background: #1d1d1b;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    transition: 0.2s;
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
}

.banner div {
    margin: 0px 5px;
    position: relative;
    display: flex;
    align-items: center;
}

.bannerPromo {
    background: #d9653c !important;
}

.banner .france:before {
    display: block;
    content: " ";
    height: 12px;
    width: 20px;
    background-image: url(../img/flag_of_france.svg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.banner .delivery:after {
    display: block;
    content: " ";
    height: 12px;
    width: 20px;
    background-image: url(../img/truck.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    margin-left: 10px;
}

@media screen and (max-width: 480px) {

    .banner {
        font-size: 11px;
        line-height: 13px;
    }

    .banner .france:before {
        margin-right: 5px;
    }

    .banner .delivery:after {
        margin-left: 5px;
    }

}


    header {
        position: sticky;
        top: 0;
        z-index: 200 ;
    }

header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

header .logo img {
    height: 60px;
    width: auto;
}

    .banner.moveAway {
        top: -30px;
    }

@media screen and (max-width: 640px) {

    body {
        font-size: 16px;
        line-height: 22px;
    }

    header .header {
        padding: 10px;
    }

    header .logo img {
        height: 40px;
    }

}

header nav.main ul {
    display: flex;
    font-size: 18px;
    /*font-weight: 700;*/
    font-family: "Bungee", sans-serif;
}

header nav.main ul li a {
    transition: 0.2s;
}

    header nav.main ul li a:hover {
        color: #da653b;
    }

    header nav.main ul li:not(:first-child) {
        margin-left: 40px;
    }

header nav.shop ul {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-right: 10px;
}

    header nav.shop ul li:not(:first-child) {
        margin-left: 30px;
    }

header nav.shop img {
    height: 30px;
    width: auto;
}

header nav.shop a:not(.cartIcon), header nav.shop li, header .logo a, header .logo {
    line-height: 0;
}

@media screen and (max-width: 1280px) {

    header nav.main ul {
        font-size: 16px;
    }

    header nav.main ul li:not(first-child) {
        margin-left: 20px;
    }

}

@media screen and (max-width: 1024px) {

    .mainNav {
        display: none;
    }

}

@media screen and (max-width: 640px) {

    .account {
        display: none;
    }

    header nav.shop img {
        height: 24px;
    }

    header nav.shop ul li:not(:first-child) {
        margin-left: 20px;
    }

}

.cartIcon {
    position: relative;
}

    .cartIcon #cart-count {
        position: absolute;
        left: 5px;
        top: -3px;
        border-radius: 20px;
        font-size: 10px !important;
        font-weight: bold;
        width: 20px;
        height: 20px;
        color: #d9653c;
        text-align: center;
        line-height: 21px !important;
    }

    .woocommerce-cart .cartIcon #cart-count {
        display: none;
    }

/*** BURGER ***/

.burger, .close {
    cursor: pointer;
}

@media screen and (min-width: 1025px) {

    .burger {
        display: none;
    }

}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-weight: 700;
    font-size: 14px;
}

    .burger-menu {
        position: fixed;
        z-index: 2000;
        background-color: #1a1a17;
        color: #fff;
        top: 0;
        bottom: 0;
        right: -100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 24px;
        padding: 30px;
    }

        .burger-menu nav {
            width: 100%;
            margin-top: 30px;
        }

        .burger-menu ul {
            list-style: none;
            width: 100%;
            font-family: "Bungee", sans-serif;
        }

        .burger-menu ul a {
            display: block;
            /*font-weight: 700;*/
        }

        .burger-menu ul ul {
            display: none;
            padding-top: 8px;
        }

        .burger-menu ul li.expanded > a {
            font-weight: bold;
        }

        .burger-menu ul li {
            margin-left: 0px;
            padding: 20px 8px;
            position: relative;
        }

        .burger-menu ul li:not(:last-child) {
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }

        .burger-menu ul li li {
            margin-left: 10px;
        }

        .burger-menu ul li li {
            margin-left: 20px;
        }

.scrollable {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 30px 60px;
}

/*** FOOTER ***/

footer {
    background-color: #1d1d1b;
}

    footer .container {       
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .logoAlt img {
        height: 140px !important;
        width: auto;
    }

    .footerLinks {
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .footerLinks nav:first-child {
        margin-right: 50px;
    }

    .footerLinks li {
        line-height: 22px;
    }

    .footerLinks li img {
        height: 30px;
        width: auto;
    }

    .footerLinks li:not(:last-child) img {
        margin-bottom: 10px;
    }

    .footerLinks a {
        color: #fff;
        font-weight: 700;
    }

    .footerLinks a:hover {
        color: #d9653c;
    }

@media screen and (max-width: 760px) {

    footer .container {    
        flex-direction: column;
        font-size: 14px;
    }

    .logoAlt img {
        height: 100px !important;
        margin-bottom: 30px;
    }

    .footerLinks {
        flex-direction: column;
    }

    .footerLinks nav:first-child {
        margin-right: 0px;
    }

    .footerLinks nav:first-child ul {
        margin-right: 0px;
        display: flex;
    }

    .footerLinks li img {
        margin-right: 20px;
    }

}

/*** HOME ***/

.mast {
    /*padding: 150px;
    height: 600px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;*/
    position: relative;
    background: #1d1d1b;
}

    .mast h1 {
        font-size: 36px !important;
        line-height: 44px !important;
        /*font-weight: 700;*/
        color: #fff;
    }

    .mast p {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
    }

.movable {
    position: relative;
    width: 100%;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .movable > div:nth-child(1) {
        flex: min-content;
        padding-right: 60px;
    }

    .movable > div:nth-child(2) {
        width: fit-content;
        text-align: right;
    }

@media screen and (max-width: 1024px) {

    .mast {
        /*padding: 100px;
        height: 450px;*/
    }

    /*.mast h1 {
        max-width: 70%;
    }

    .mast p {
        max-width: 70%;
    }*/

    .movable {
        width: 100%;
        max-width: 1024px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*min-height: 310px;
        background: #eee;*/
    }

    .movable > div:nth-child(1) {
        flex: min-content;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 740px) {

    .mast h1 {
        font-size: 26px !important;
        line-height: 34px !important;
    }

    .mast {
        /*padding: 30px;
        height: 400px;
        min-height: 230px;*/
    }

    .mast p {
        font-size: 16px;
        line-height: 22px;
    }

    .movable {
        left: 0px;
        padding: 30px;
    }

}

body .frm-show-form .frm_fields_container label {
    font-size: 18px;
}

.cta, .wc-block-cart__submit-button, body .frm-show-form .frm_fields_container button.frm_button_submit, .woocommerce form button.button, .woocommerce form button.wc-block-components-button, #search button {
    background-color: #d9653c;
    color: #fff;
    padding: 8px 16px;
    font-weight: 700;
    border-radius: 0;
    border: none;
    font-size: 18px;
}

    .cta:hover, .wc-block-cart__submit-button:hover, body .frm-show-form .frm_fields_container button.frm_button_submit:hover, .woocommerce form button.button:hover, #search button:hover {
        color: #000;
        background-color: #d9653c;
    }

@media screen and (max-width: 740px) {

    .cta, .wc-block-cart__submit-button, body .frm-show-form .frm_fields_container button.frm_button_submit {
        font-size: 16px;
    }

}

.cta-black {
    background-color: #1d1d1b;
}

    .cta-black:hover {
        color: #d9653c;
        background-color: #1d1d1b;
    }

.container {
    width: 100%; 
    max-width: 1440px;
    padding: 50px;
    margin: auto;
}

@media screen and (max-width: 740px) {

    .container {
        padding: 30px;
    }

}

.reassurance {
    display: flex;
    width: fit-content;
    color: #fff;
    margin: auto;
    font-size: 18px;
}

    .reassurance > div {
        margin: 0px 30px;
        display: flex;
        align-items: center;
    }

@media screen and (max-width: 840px) {

    .reassurance {
        flex-direction: column;
    }

    .reassurance > div {
        margin: 0pxx;
    }

    .reassurance > div:first-child {
        margin-bottom: 30px;
    }

    .reassurance > div:last-child {
        margin-top: 30px;
    }

}

    .reassurance strong {
        font-size: 24px;
        font-family: "Bungee", sans-serif;
    }

    .reassurance  img {
        height: 36px;
        width: auto;
        margin-right: 20px;
    }

.pushPro {
    background: linear-gradient(to bottom, #fff, #fff 60px, #3bc4d9 61px, #3bc4d9);
}

    .pushPro > div {
        display: flex;
        margin: auto;
        align-items: center;
        width: fit-content;
    }

        .pushPro > div > div:nth-child(1) {
            flex-basis: 40%;
            text-align: right;
            padding-left: 60px;
        }

        .pushPro > div > div:nth-child(1) img {
            width: 100%;
            max-width: 500px;
            position: relative;
        }

        .pushPro > div > div:nth-child(2) {
            width: 100%;
            max-width: 750px;
            padding: 120px 60px 60px 60px;
        }

            .pushPro > div > div:nth-child(2) h2 {
                text-align: left;
                color: #1d1d1b;
            }

                .pushPro > div > div:nth-child(2) h2 span {
                    text-align: left;
                    color: #fff;
                }

@media screen and (max-width: 1024px) {

    .pushPro > div {
        flex-direction: column;
        margin-top: 30px;
    }

        .pushPro > div > div:nth-child(1) {
            padding: 0px 60px;
            margin-bottom: 30px;
        }

        .pushPro > div > div:nth-child(1) img {
            max-width: 300px;
        }

        .pushPro > div > div:nth-child(2) {
            max-width: 1024px;
            padding: 0px 60px 60px 60px;
        }

}

@media screen and (max-width: 740px) {


        .pushPro > div > div:nth-child(1) {
            padding: 0px 30px;
            margin-bottom: 30px;
        }

        .pushPro > div > div:nth-child(2) {
            padding: 0px 30px 30px 30px;
        }

}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child) {
    margin-bottom: 20px;
}

p:not(:last-child), .woocommerce-product-details__short-description p {
    margin-bottom: 36px;
}

.single h1, .page h1, .woocommerce-page h1, .search h1 {
    font-size: 36px;
    line-height: 44px;
    /*font-weight: 700;*/
    margin-bottom: 40px;
    font-family: "Bungee", sans-serif;
}

.page .mast h1 {
    margin-bottom: 10px !important;
}

h2 {
    font-family: "Bungee", sans-serif;
    color: #1d1d1b;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
}

.page:not(.home):not(.page-template-template-cart) h2 {
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-weight: 700;
}

    h2 span {
        color: #d9653c;
    }

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

@media screen and (max-width: 640px) {

    .reassurance {
        font-size: 14px;
    }

    .reassurance strong {
        font-size: 18px;
    }

    .single h1, .page h1 {
        font-size: 26px;
        line-height: 34px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    h3 {
        font-size: 18px;
        line-height: 28px;
    }

    h2:not(:last-child) {
        margin-bottom: 10px;
    }

}

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

.mugItem {
    padding: 30px;
    font-size: 18px;
    line-height: 24px;
    flex-basis: 25%;
}

@media screen and (max-width: 960px) {

    .mugItem {
        padding: 20px 15px;
        flex-basis: calc(100%/3);
    }

    .mugsSlider .mugItem {
        flex-basis: calc(100%/3);
    }

}

@media screen and (max-width: 640px) {

    .mugItem {
        flex-basis: 50%;
    }

    .mugItem:nth-child(2n+1) {
        padding: 20px 15px 20px 0px;
    }

    .mugItem:nth-child(2n) {
        padding: 20px 0px 20px 15px;
    }

    .mugsSlider .mugItem {
        flex-basis: 100%;
    }

    .mugsSlider .mugItem:nth-child(2n+1) {
        padding: 20px 0px 20px 0px;
    }

    .mugsSlider .mugItem:nth-child(2n) {
        padding: 20px 0px 20px 0px;
    }

}

@media screen and (max-width: 480px) {

}

    .mugItem h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .itemAuteur {
        color: #d9653c;
    }

    .itemPrix {
        font-weight: 700;
        color: #d9653c;
    }

.itemVisuel {
    display: block;
    background-image: linear-gradient(to bottom, #f8f8f8, #ddd);
    margin-bottom: 20px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.itemVisuel img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.itemVisuel:hover img {
     scale: 1.4 1.4;
}

@media screen and (max-width: 900px) {

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
      width: 100% !important;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
      width: 100% !important;
    }

}

.summary p, .page p, .summary ul, #tab-description p, .term-description p {
    line-height: 30px;
}

.summary em, .wc-tab em {
    font-style: italic !important;
    font-weight: inherit;
}

.page ul, .page ol, .single-product section ul {
    list-style-position: inside;
    line-height: 30px;
}

.page ul:not(:last-child), .page ol:not(:last-child), .single-product section ul:not(:last-child), .single-product section ol:not(:last-child) {
    margin-bottom: 36px;
}

.term-description p {
    margin-bottom: 36px;
}

@media screen and (max-width: 640px) {

    .summary p, .page p, .term-description p {
        line-height: 26px;
    }

    .page ul, .page ol {
        list-style-position: inside;
        line-height: 26px;
    }

    .page ul:not(:last-child), .page ol:not(:last-child), {
        margin-bottom: 26px;
    }

}

.summary .price {
    font-weight: 700;
    color: #d9653c !important;
}

.summary form.cart {
    display: flex;
    align-items: center;
}

section {
    clear: both;
}

body main .woocommerce section .quantity input {
    padding: 10px 16px;
    font-family: "Poppins", sans-serif;
    line-height: 18px;
    width: 5em !important;
}

body main .woocommerce section button.button, body main section button.wp-element-button, body main section button.woocommerce-Button, body main section button.woocommerce-button {
    background-color: #d9653c !important;
    color: #fff !important;
    padding: 8px 16px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    border-radius: 0 !important;
    line-height: normal;
    border: 0px solid #fff;
}

    body main .woocommerce section button.button:hover, body main section button.wp-element-button:hover, body main section button.woocommerce-Button:hover, body main section button.woocommerce-button:hover {
        color: #000 !important;
    }

body .woocommerce .woocommerce-result-count, body .woocommerce-page .woocommerce-result-count {
  clear: both !important;
  float: none !important;
  margin: 0;
}

body .woocommerce .woocommerce-ordering, body .woocommerce-page .woocommerce-ordering {
  clear: both !important;
  float: none !important;
  margin: 0;
}

.woocommerce-ordering {
    text-align: right;
}

.woocommerce-ordering select, .woocommerce-ordering select option {
    font-family: "Poppins", sans-serif;
    line-height: 18px;
    padding: 8px 16px;
}

.wc-block-components-product-name {
    font-weight: 700;
}

body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
    width: 100%;
    max-width: 900px;
    margin: auto;
    position: relative;
    background-color: #3bc4d9;
    color: #fff;
    border-top: 0px solid #7f54b3;
    list-style: none outside;
    word-wrap: break-word;
    padding: 10px;
}

body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .woocommerce-error a.button, body .woocommerce-info a.button, body .woocommerce-message a.button {
    margin-left: 10px;
    padding: 0;
    background: none;
    color: #1d1d1b;
    text-decoration: underline;
}

    body .woocommerce-error a.button:hover, body .woocommerce-info a.button:hover, body .woocommerce-message a.button:hover {
        background: none;
        color: #1d1d1b;
        text-decoration: none;
    }

body .woocommerce-error::before, body .woocommerce-info::before, body .woocommerce-message::before {
    position: static;
    margin-right: 5px;
    color: #fff;
}

form.woocommerce-EditAccountForm input, form.woocommerce-form input, .woocommerce form input, #search input {
    font-family: "Poppins", sans-serif;
    line-height: 18px;
    padding: 8px 16px;
}

.woocommerce-product-gallery__image {
    background-image: linear-gradient(to bottom, #fff, #eee);
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon {
    text-align: center !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
    display: block;
    content: ' ';
    height: 158px !important;
    width: 140px !important;
    background-color: #fff !important;
    background-image: url('../img/manymugs-logo-sad.svg');
    background-size: cover;
    background-position: center;
    mask-image: none !important;
    margin: 0 auto 2em;
}

/*ol.flex-control-thumbs {
    margin-top: 40px !important;
}*/

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  /*float: right !important;
  padding-left: 40px;*/
}

.wc-tabs {
    display: none;
}

main p a:not(.cta) {
    text-decoration: underline;
}

    main p a:not(.cta):hover {
        text-decoration: none;
    }

.slick-dots {
    text-align: center;
    margin: 0px auto 10px auto !important;
}

.slick-dots li {
    padding: 0px !important;
    min-height: auto !important;
    margin-bottom: auto !important;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px !important;
    cursor: pointer;
    margin: 0 5px;
    box-sizing: border-box;
    transition: background .25s ease-out;
    border-radius: 9999rem;
    border-color: #d9653c;
    border-style: solid;
    border-width: 1px;
}

.slick-dots li::after {
    transition: opacity .25s ease-out;
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    width: 5px;
    height: 5px;
    border-radius: 9999rem;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}

.slick-dots li::before {
    transition: opacity .25s ease-out;
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    width: 11px;
    height: 11px;
    border-radius: 9999rem;
    border-color: #d9653c;
    border-style: solid;
    border-width: 1px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #d9653c;
}

@media screen and (max-width: 640px) {

    .slick-dots:after {
        content: "➜";
        font-size: 16px;
        line-height: 18px;
        color: #d9653c;
        display: inline-block;
    }

    .slick-dots:before {
        content: "➜";
        font-size: 16px;
        line-height: 18px;
        color: #d9653c;
        display: inline-block;
        transform: rotate(180deg);
    }

    .slick-dots li::after {
        display: none;
    }

    .slick-dots li::before {
        display: none;
    }

    .slick-dots li {
        border: 0px solid #430099;
        outline: none;
        background: transparent !important;
        width: auto;
        height: auto !important;
    }

    .slick-dots li button {
        font-size: 16px;
        line-height: 18px;
        color: #d9653c;
        font-weight: 700;
    }

    .slick-dots li:not(.slick-active) {
        display: none;
    }

}

.wc-block-components-express-payment__event-buttons li {
    list-style: none !important;
}

#ppcp-checkout-paylater-messages {margin-top: 20px;}

.homeNew {
    width: 100%;
    max-width: 1920px;
    border-top: 1px dotted #d9653c;
    margin: auto;
}

select.orderby {
    color: #1d1d1b !important;
    font-family: "Poppins", sans-serif;
    line-height: 18px !important;
    padding: 8px 16px !important;
    border-radius: 5px !important;
}

a.toggleCategories {
    cursor: pointer;
    font-weight: bold;
    color: #d9653c;
    position: relative;
}

ul.product-categories {
    display: none;
    border-top: 1px dotted #d9653c;
    margin-top: 20px;
    padding-top: 20px;
}

ul.product-categories li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 10px;
}

ul.product-categories a {
    font-weight: bold;
    color: #1d1d1b;
}

ul.product-categories a:hover {
    color: #d9653c;
}

a.toggleCategories:before {
  border: solid #d9653c;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: " ";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: 0.2s;
  margin-right: 10px;
  transform-origin: center;
  position: relative;
  bottom: 2px;
}

a.toggleCategories.toggled:before  {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

div.twoColumns {
    display: flex;
    justify-content: space-between;
}

div.mainColumn {
    flex-basis: calc(100% - 400px);
}

div.tocColumn {
    flex-basis: 340px;
    position: sticky;
    top: 160px;
    right: 0px;
    align-self: flex-start;
}

@media screen and (max-width: 1280px) {

    div.mainColumn {
        flex-basis: calc(100% - 300px);
    }

    div.tocColumn {
        flex-basis: 240px;
    }

}

@media screen and (max-width: 1024px) {

    div.mainColumn {
        flex-basis: 100%;
    }

    div.tocColumn {
        display: none;
    }

}

ul.toc-list {
    padding-left: 30px;
}

    ul.toc-list li {
        list-style: disc outside;
        font-size: 16px;
        line-height: 28px;
    }

    ul.toc-list li a {
        font-weight: bold;
    }

    ul.toc-list li a:hover {
        color: #d9653c;
    }

main {
    min-height: 550px;
}

nav.navigation.pagination {
    text-align: center;
}

nav.navigation.pagination, .woocommerce nav.woocommerce-pagination {
  margin-top: 20px;
}

nav.navigation.pagination ul, .woocommerce nav.woocommerce-pagination ul {
  border: 0px solid #cfc8d8 !important;
}

nav.navigation.pagination ul li:not(last-child), .woocommerce nav.woocommerce-pagination ul li:not(last-child) {
  border-right: 1px solid #eee !important;
}

nav.navigation.pagination ul li:last-child, .woocommerce nav.woocommerce-pagination ul li:last-child {
  border-right: 0px solid #eee !important;
}

nav.navigation.pagination ul li a:hover, nav.navigation.pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  background: #fff !important;
  color: #000 !important;
  font-weight: bold !important;
}

nav.navigation.pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #fff !important;
  color: #d9653c !important;
  font-weight: bold !important;
}

nav.navigation.pagination ul {
  display: inline-block;
}

nav.navigation.pagination ul li {
    float: left;
}

nav.navigation.pagination ul li a, nav.navigation.pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .5em;
  min-width: 1em;
  display: block;
}


form#search {
    display: flex;
    flex-wrap: wrap;
}

form#search label  {
    margin-right: 10px;
}

form#search > * {
    margin-bottom: 10px;
}

section #ag-s {
    margin-bottom: 50px !important;
}

@media screen and (max-width: 1024px) {

    section #ag-s {
        margin-bottom: 30px !important;
    }

}

.agWidget, .reviewList {
    font-family: "Poppins", sans-serif !important;
}