@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-size: 1.4rem;
    font-family: Poppins,Arial,"sans-serif"
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

ol, ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 2rem;
}

.col-6 {
    display: inline-block;
    width: 50%;
    /* display: table-cell; */
    vertical-align: top;
}

.new-logo img {
    width: 85px !important;
    height: 85px !important;
}


.footer-bottom .footer__payment .list-payment {
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    padding-top: 5px;
}

.footer-bottom .footer__payment .list-payment .list-payment__item {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 5px 15px;
}


li.list-payment__item {
    display: inline-block;
}


.navigation {
    background: #232323;
}

.navigation .level0 > .level-top {
    color: #e7e7e7;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    color: #c2bebe;
}

.page-footer {
    background: #232323;
    color: #cfcfcf ;
}


.footer-copy {
    padding-top: 22px;
    padding-bottom: 40px;
    border-top: 1px solid #3b3b3b;
}

.page-header .panel.wrapper {
    background-color: #ffe8e8;
    color: #b05d5d;
}

.header.panel > .header.links > li > a, .header.panel > .header.links > li > a:visited {
    color: #ad4646;
}

.header.panel > .header.links > li > a:hover {
    color: #b31e1e;
}

header.content {
    padding: 0px 20px 0;
}

.logo-title {
    font-family: 'Poppins' ;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 43pt;
    margin: 0;
    padding: 0;
    margin-bottom: 1px solod gold;
}

.logo-subtitle {
    font-family: 'Poppins';
    font-weight: 400;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.name-wrap, .logo-wrapper {
    display: inline-block;
}

.action.primary:hover, .action-primary:hover {
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #ffffff;
}

.action.primary, .action-primary {
    background: #333333;
    border: 1px solid #333333;
}


.other-wrapper, .cart-wrapper {
    display: block;
    position: relative; 
    float: right;
}

@media (min-width: 769px){
    .minicart-wrapper {
        margin-left: 13px ;
    }

    .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
        color: #a1a1a1;
        text-decoration: none;
    }
}

.nav-sections {
    background: #232323 !important;
}

footer a.link {
    color: #fff;
}
footer a.link:hover {
    color: #aaa;
}

.langs-wrapper {
    display: inline-block;
}

.hidden {
    display: none;
}

.newsletter-content {
    display: flex;
    -webkit-box-align: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
}

form#newsletter-validate-detail {
    display: flex;
}

input#newsletter {
    color: #cfcfcf;
    background-color: #232323;
    border: 1px solid #d3d3d3;
    width: 100%;
    padding: 11px 12px 10px;
    height: auto;
    line-height: 22px;
}

.newsletter-content .field {
    flex: 1;
    -webkit-box-flex: 1;
    margin-right: 10px;
}

.newsletter-content .actions {
    display: flex;
}

.newsletter-content .actions button {
    color: #232323;
    border: 1px solid #fff;
    background-color: #fff;
    width: 124px;
    min-width: 124px;
    margin: 0;
    text-transform: uppercase;
}

.footer-block__list-social, .halo-product-block {
    margin-top: 35px;
}

.list-social {
    display: block;
    font-size: 0;
    letter-spacing: 0;
}

.list-social .list-social__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 6px 0 !important;
}

.list-social .list-social__link {
    display: block;
    position: relative;
    /* width: 100%; */
    line-height: 1;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 50%;
    color: #282828;
    background: #fff;
    border: 1px solid #fff;
    padding: 9px;
}

.list-social .list-social__link svg {
    fill: #282828;
    width: 17px;
    height: 17px;
}

.lang-flag {
    display: inline-block;
    vertical-align: middle;
}