/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.footer-container a, .footer-container .h3{
    color: #555;
}
#order-summary-content .card {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05) !important;
}
.payment-option {
    background: #fff;
    padding: 1.25rem;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
.table {
    background-color: rgba(255,255,255,0.75);
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
}
.thead-default th {
    background-color: #1a70a5;
    color: #fff;
}
.page-order-detail .box, #search_filters, #search_filters_brands, #search_filters_suppliers, .block-categories {
    box-shadow: none;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: rgb(229,242,254);
    border-radius: 10px;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 0;
    border-bottom: 0;
}
#menu-icon {
    display: none;
}
body#checkout #footer a{
    color: #555;
}
.logo.img-responsive {
    max-height: 4.375rem;
    width: auto;
}
#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
    justify-content: center;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    margin-left: auto;
    margin-right: auto;
}
.all-product-link {
    display: none;
}


.footer-container ul {
    display: flex !important;
    justify-content: center;
}
.footer-container li {
    padding: 0 7px;
}
.block-promo .promo-code {
    padding: 1.25rem;
    background: #fff;
}
#product h1 {
    color: #5A5A5A;
}
.monkey-product-container {
    background: #fff;
    width: 92%;
    margin-left: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    border-radius: 10px;
    padding-top: 25px;
}
.product-line-info > a {
    font-family: 'Gotham Bold', 'Helvetica', sans-serif;
    color: #333333;
    font-size: 1.375rem;
}
#promo-code .btn-primary{
    border-radius: 0 7px 7px 0;
    margin-left: -5px;
    height: 39px;
    font-family: 'Gotham Book', 'Helvetica', sans-serif;
}
body#checkout section.checkout-step.-reachable.-complete h1 {
    color: #0c76ac;
}
.product-line-info {
    font-family: 'Gotham Book', 'Helvetica', sans-serif;
    font-size: 15px;
}
.product-line-info > span {
    font-family: 'Gotham Book', 'Helvetica', sans-serif;
    font-size: 20px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}
.product-line-info > span > span {
    font-family: 'Gotham Book','Helvetica',sans-serif;
    font-size: 11px;
    text-decoration: underline;
}
.text-bold {
    font-family: 'Gotham Bold', 'Helvetica', sans-serif;
    display: inline;
}
.bold {
    font-family: 'Gotham Bold', 'Helvetica', sans-serif;
}
.monkey-reassurance {
    color: #333;
    background-repeat: no-repeat;
    padding: 0.50rem 1.25rem 0.50rem 60px;
    background-size: 30px 24px;
    background-position: 15px center;
    font-size: 15px;
}

.monkey-rea-1 {
    background-image: url(../img/picto_30j.svg);
}
.monkey-rea-2 {
    background-image: url(../img/picto_livraison_express.svg);
    background-size: 34px auto;
    background-position: 10px center;
}
.monkey-rea-3 {
    background-image: url(../img/picto_garantie.svg);
    background-size: 24px auto;
    background-position: 17px center;
}
.monkey-rea-4 {
    background-image: url(../img/picto_securite.svg);
    background-size: 18px auto;
    background-position: 20px center;
}
#delivery {
    display: none;
}
.address-alias {
    color: #333;
}
.address {
    font-family: 'Gotham Book', 'Helvetica', sans-serif;
    font-size: 16px;
    color: #333;
}
#payment-confirmation {
    width: max-content;
    margin: 0 auto;
}
.monkey-cart-container {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.collapse-button.promo-code-button {
    color: #0c76ac;
}
.monkey-product-pop-in-container {
    position: fixed;
    z-index: 10011;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.95);
    width: 100%;
    height: 100%;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    overflow-y: auto;
    display: none;
}
.monkey-product-pop-in {
    width: 100%;
    max-width: 960px;
    height: auto;
    background: #fff;
    z-index: 100;
    padding: 35px;
    position: relative;
    display: block;
}
.monkey-product-pop-in-close {
    width: 60px;
    height: 60px;
    color: #0c76ac;
    border: 0;
    background: transparent;
    font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    font-size: 60px;
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 11;
}
.monkey-open-product-pop-in {
    cursor: pointer;
}
.input-group .form-control {
    border: 1px solid #E2E2E2;
}
.monkey-product-url {
    font-family: 'Gotham Bold', 'Helvetica', sans-serif;
    font-size: 18px;
    color: #0c76ac !important;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}
.price-ecotax {
    font-family: 'Gotham Book', 'Helvetica', sans-serif;
}
.btn-primary:hover {
    background: rgb(69,170,255);
    box-shadow: 0px 3px 10px -1px rgb(41, 177, 204);
}

.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {
    margin-right: 0.3rem !important;
}

.monkey-homepage-rea-container{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 15px;
}
.monkey-shop-btn-container {
    width: 100%;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
}
.monkey-shop-btn {
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: rgb(69,170,255);
    background: -moz-linear-gradient(45deg, rgba(69,170,255,1) 0%, rgba(96,171,248,1) 44%, rgba(50,196,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(69,170,255,1) 0%,rgba(96,171,248,1) 44%,rgba(50,196,255,1) 100%);
    background: linear-gradient(45deg, rgba(69,170,255,1) 0%,rgba(96,171,248,1) 44%,rgba(50,196,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45aaff', endColorstr='#32c4ff',GradientType=1 );
    padding: 14px 26px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: 200ms all ease-in-out;
}
.monkey-shop-btn:hover {
    padding: 16px 28px;
    background: #fff;
    box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.5);
    color: rgb(69,170,255);
}
.flex-div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 35px auto;
}

.monkey-menu {
    position: sticky;
    top: 0;
    z-index: 10000;
    background-color: rgba(255,255,255,0.97);
    height: 85px;
    margin: 0;
    padding: 0;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
.monkey-inner-menu {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    position: relative;
}
.monkey-menu-link-item.selected > a {
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
    color: #006FA8;
}
.monkey-inner-menu-column {
    width: 100%;
}
.monkey-inner-menu-column:first-child {
    width: 100px;
}
.monkey-inner-menu-column:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-self: center;
}
#menu-monkey_menu > li {
    margin-right: 25px;
}

.monkey-menu-logo {
    padding: 10px;
}
.monkey-mobile-icons {
    display: flex;
    flex-direction: column;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 18px;
    right: 15px;
    padding: 15px;
    cursor: pointer;
}
.monkey-mobile-icons > div {
    height: 0;
    border-top: 3px solid #dadada;
    margin: 2px 0;
    transition: 150ms ease-in-out all;
}
.monkey-inner-menu-column.clicked .monkey-mobile-icons > div:first-child {
    -webkit-transform: rotate(-45deg) translate(-2px, 2px);
    transform: rotate(-45deg) translate(-2px, 2px);
}
.monkey-inner-menu-column.clicked .monkey-mobile-icons > div:nth-child(2) {
    opacity: 0;
}
.monkey-inner-menu-column.clicked .monkey-mobile-icons > div:last-child {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.monkey-mobile-items {
    position: absolute;
    top: 85px;
    width: 100%;
    height: auto;
    left: 0;
    background: #f9f9f9;
    padding: 0;
    z-index: 10001;
    display: none;
    transition: 150ms ease-in-out all;
}
.monkey-inner-menu-column.clicked .monkey-mobile-items {
    display: block;
    background: rgb(69,170,255);
    background: -moz-linear-gradient(45deg, rgba(69,170,255,1) 0%, rgba(96,171,248,1) 44%, rgba(50,196,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(69,170,255,1) 0%,rgba(96,171,248,1) 44%,rgba(50,196,255,1) 100%);
    background: linear-gradient(45deg, rgba(69,170,255,1) 0%,rgba(96,171,248,1) 44%,rgba(50,196,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45aaff', endColorstr='#32c4ff',GradientType=1 );
    color: #fff;
}
.monkey-mobile-items > div {
    min-height: 50px;
    border-bottom: 1px solid #dadada;
    padding: 17px;
    text-align: center;
    transition: 150ms ease-in-out all;
}

.monkey-menu-dropdown-item-title.monkey-menu-dropdown-item-title2 {
    height: auto;
    padding-right: 38px;
    cursor: pointer;
    position: relative;
}
.monkey-menu-dropdown-item-title:after, .monkey-menu-dropdown-item-title2:after {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #5EC8FF;
    border-radius: 50%;
    background: url(../img/bouton_fleche_menu_mobile.svg) no-repeat center center;
    transition: 200ms all ease-in-out;
}
.monkey-menu-dropdown-item-title2 {
    height: auto;
    display: block;
    padding: 15px 0;
}
.monkey-menu-dropdown-item-title2:after {
    top: 10px;
}
.monkey-menu-dropdown-item:hover .monkey-menu-dropdown-item-title:after, .monkey-menu-dropdown-item.clicked .monkey-menu-dropdown-item-title:after {
    transform: rotate(180deg);
}
.monkey-menu-dropdown-item-title.selected {
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
    color: #006FA8;
}
.monkey-menu-dropdown-item-ul, .monkey-menu-dropdown-item-ul2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    opacity: 0;
    height: 150px;
    width: 235px;
    overflow: hidden;
}
.monkey-menu-dropdown-item-ul2 {
    width: 100%;
    height: auto;
}
.monkey-menu-dropdown-item:hover .monkey-menu-dropdown-item-ul, .monkey-menu-dropdown-item.clicked .monkey-menu-dropdown-item-ul2 {
    display: block;
    opacity: 1;
}
.monkey-menu-dropdown-item-ul > li, .monkey-menu-dropdown-item-ul2 > li {
    height: 50px;
    padding-top: 17px;
    border-top: 1px solid #dadada;
}

.monkey-menu-dropdown-item {
    padding-right: 40px;
    position: relative;
    height: auto;
    z-index: 1000;
}

.monkey-menu-dropdown-item:hover .monkey-menu-dropdown-item-ul {
    display: block;
    position: absolute;
    opacity: 1;
    top: 35px;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 6px 10px -1px rgba(0,0,0,0.5);
    background: rgba(255,255,255,0.97);
}
.monkey-menu-link-item a, .monkey-menu-link-item a:hover {
    color: #333;
}
/*edge fix*/
.monkey-menu-link-item, .monkey-menu-dropdown-item {
    margin: 0 auto;
}
.monkey-menu-dropdown-item-ul > li, .monkey-menu-dropdown-item-ul2 > li {
    border-top: 1px solid rgba(0,0,0,0.15);
    position: relative;
    width: 100%;
}
.monkey-menu-dropdown-item-ul > li:hover {
    background: rgb(69,170,255);
    background: -moz-linear-gradient(45deg, rgba(69,170,255,1) 0%, rgba(96,171,248,1) 44%, rgba(50,196,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(69,170,255,1) 0%,rgba(96,171,248,1) 44%,rgba(50,196,255,1) 100%);
    background: linear-gradient(45deg, rgba(69,170,255,1) 0%,rgba(96,171,248,1) 44%,rgba(50,196,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45aaff', endColorstr='#32c4ff',GradientType=1 );
    color: #fff;
}
.monkey-menu-dropdown-item-ul > li:hover > a {
    color: #fff;
}
.monkey-menu-dropdown-item-ul > li > a, .monkey-menu-dropdown-item-ul2 > li > a  {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 17px 15px 0;
}
.monkey-menu-dropdown-item-ul2 > li > a {
    font-size: 15px;
    text-align: left;
}
.show-on-mobile {
    display: none;
}
.monkey-inner-row, .monkey-inner-column {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    height: auto;
    flex-direction: column;
    align-items: center;
}
.monkey-inner-column {
    flex-direction: row;
}
.monkey-footer {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.monkey-footer-reassurance {
    display: inline-block;
    padding-left: 0;
    width: 40%;
}
.monkey-reassurance-container {
    width: 100%;
    min-height: 83px;
    display: inline-block;
    position: relative;
    clear: both;
}
.reassurance-30j {
    background: url(/monkey/img/picto_30j2.svg) no-repeat center center;
}
.reassurance-livraison {
    background: url(/monkey/img/picto_livraison2.svg) no-repeat center center;
    background-size: auto 60px;
}
.reassurance-garantie {
    background: url(/monkey/img/picto_garantie2.svg) no-repeat center center;
}
.reassurance-paiement {
    background: url(/monkey/img/picto_securite2.svg) no-repeat center center;
}
.monkey-footer-reassurance .monkey-reassurance-container {
    display: flex;
    align-items: center;
    min-height: 40px;
}
.monkey-footer-reassurance .monkey-reassurance-img {
    height: 40px;
    width: 40px;
    background-size: auto 30px;
}
.monkey-footer-reassurance .monkey-reassurance-text {
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
}
.monkey-footer-reassurance .reassurance-livraison {
    background-size: auto 20px;
}
.monkey-footer-column-title {
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}
.monkey-footer-link > a:hover {
    color: #0693FF;
}
.monkey-footer-newsletter {
    width: 100%;
    max-width: 500px;
}
.monkey-footer-social-sharing {
    width: 300px;
    display: flex;
}
.monkey-footer-social-sharing > a {
    width: 50px;
    height: 50px;
    -webkit-background-size: cover;
    background-size: cover;
    background: rgb(69,170,255);
    background: -moz-linear-gradient(45deg, rgb(69, 170, 255) 0%, rgb(96, 171, 248) 44%, rgb(50, 196, 255) 100%);
    background: -webkit-linear-gradient(45deg, rgba(69,170,255,1) 0%,rgba(96,171,248,1) 44%,rgba(50,196,255,1) 100%);
    background: linear-gradient(45deg, rgb(69, 170, 255) 0%,rgb(96, 171, 248) 44%,rgb(50, 196, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45aaff', endColorstr='#32c4ff',GradientType=1 );
    transition: 200ms all ease-in-out;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}
.monkey-footer-social-sharing > a:hover {
    background: rgba(50,196,255,1);
    box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.5);
}
.social-link {
    height: 100%;
    width: 100%;
    display: block;
}
.input-attached-form {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.input-attached-form input[type=email] {
    background: #fff;
    border: 1px solid rgb(69,170,255);
    border-radius: 10px 0 0 10px;
    padding: 16px;
    color: #3FBAD2;
    width: 100%;
}
.input-attached-form input[type=submit] {
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: rgb(69,170,255);
    background: -moz-linear-gradient(45deg, rgb(69, 170, 255) 0%, rgb(96, 171, 248) 44%, rgb(50, 196, 255) 100%);
    background: -webkit-linear-gradient(45deg, rgba(69,170,255,1) 0%,rgba(96,171,248,1) 44%,rgba(50,196,255,1) 100%);
    background: linear-gradient(45deg, rgb(69, 170, 255) 0%,rgb(96, 171, 248) 44%,rgb(50, 196, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45aaff', endColorstr='#32c4ff',GradientType=1 );
    padding: 14px 26px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 200ms all ease-in-out;
    border: 0;
    cursor: pointer;
    width: 157px;
}
.input-attached-form input[type="submit"]:hover {
    background: rgba(50,196,255,1);
    box-shadow: 0px 3px 10px -6px rgba(0,0,0,0.5);
}
.monkey-footer-link {
    min-height: 35px;
    padding-top: 15px;
    height: auto;
}
.monkey-footer-column {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.monkey-footer-link-2 {
    padding: 0 5px;
    font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
}
.monkey-footer-container {
    width: 100%;
    display: block;
    padding: 35px 25px;
    box-shadow: 0px 0px 13px -9px #000;
}
.monkey-inner-footer {
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.monkey-footer-container .monkey-inner-column {
    padding: 15px 0;
    justify-content: center;
}
.monkey-footer-container .monkey-footer-inner-column {
    justify-content: space-between;
}
.monkey-footer-social-links {
    display: inline-block;
    width: 10%;
}
.monkey-footer-link-separator {
    width: 2px;
    display: inline-block;
    padding-left: 3px;
    padding-right: 8px;
}
.monkey-follow-down {
    background: url(../img/triangle.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    background-size: 40px auto;
    margin: 15px auto;
}
.social-picto-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}
.social-facebook:after {
    background-image: url(/monkey/img/facebook.png);
}
.social-twitter:after {
    background-image: url(/monkey/img/twitter.png);
}
.social-youtube:after {
    background-image: url(/monkey/img/youtube.png);
}

.social-linkedin:after {
    background-image: url(/monkey/img/linkedin.png);
}
.social-instagram:after {
    background-image: url(/monkey/img/picto_instagram.png);
}
.monkey-sympl-address-confirmation {
    width: 100%;
    height: auto;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px;
}
.monkey-prime-energie-btn {
    transition: 250ms all ease-in-out;
    color: #fff;
    background: #7FBA28;
    border-color: transparent;
}
.monkey-prime-energie-btn:hover {
    background: #63A600;
    box-shadow: 0px 3px 10px -1px #7FBA28;
}
.page-cart #_desktop_logo {
    display: none;
}
.monkey-prime-title {
    /*color: #0c76ac;*/
    width: 100%;
    height: auto;
    padding: 5px 0;
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 1.25em;
}
.monkey-prime-subtitle {
    color: #0c76ac;
    width: 100%;
    height: auto;
    padding: 5px 0;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1.25em;
}
.monkey-prime-highlight {
    color: #7FBA28;
}
.collapse-button.promo-code-button.monkey-prime-highlight {
    color: #7FBA28;
}
.monkey-prime-text {
    width: 100%;
    height: auto;
    padding: 15px 0;
    display: block;
    text-align: left;
    font-size: 16px;
}
.monkey-prime-logo {
    background-image: url(../img/CEE-logo.png);
    background-size: contain;
    background-position: center center;
    height: 110px;
    width: 100%;
    background-repeat: no-repeat;
}
.green-card-block {
    background: rgba(127, 186, 40, 0.1);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
.green-card-block .monkey-prime-title {
    font-family: 'Gotham Bold', 'Helvetica', sans-serif;
}
.cancel {
    margin: .625rem;
    display: block;
    color: #1a70a5;
    text-decoration: underline;
}
.prime-container {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: .9375rem;
    text-align: left;
}
.prime-check, .prime-check2 {
    display: inline-block;
    background: #FAFAFA;
    color: #A4A4A4;
    border: 0;
    border-radius: 25px;
    height: auto;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    padding: .7rem 1.25rem;
    font-family: 'Gotham Bold', 'Helvetica', sans-serif;
    line-height: 1.25;
    font-size: 1rem;
}
.prime-check:active, .prime-check:hover, .prime-check.checked,
.prime-check2:active, .prime-check2:hover, .prime-check2.checked {
    background: #0c76ac;
    color: #fff;
}
.prime-container .form-control-label, .prime-container p, .prime-container .label {
    text-align: left;
    font-size: 16px;
}
#submit_calc_prime, .prime-footer-btn {
    margin-top: 15px;
}

.tooltip-container {
    display: inline-flex;
    width: 16px;
    height: 16px;
    text-align: center;
    position: relative;
    margin-top: 0;
    cursor: pointer;
    justify-content: center;
}
.tooltip-container:after {
    width: 28px;
    height: 28px;
    background: #0c76ac;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: 'i';
    font-size: 20px;
    padding-top: 5px;
}

.monkey-cart-product-21 {
    width: 100%;
    height: 208px;
    background: url('../img/ecojoko-assistant-connecte-d-economie-d-energie.png') no-repeat 0;
    background-size: contain;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    border-top-color: rgba(0,0,0,0.85);
}

.tooltip-inner {
    background: rgba(0,0,0,0.85);
    color: rgba(255,255,255,0.65);
}
/*
.monkey-prime-logo-md {
    background-image: url(../img/CEE-logo.png);
    background-size: 34px auto;
    background-position: 10px center;
}
.monkey-prime-logo-xs {
    background-image: url(../img/cee.png);
    background-size: 34px auto;
    background-position: 10px center;
}*/
.form-control:focus {
    background-color: #fff;
    color: #333;
    border: 1px solid #999;
}
.modal-dialog {
    background: #fff;
    border-radius: 10px;
}
.btn-order-without-prime {
    background: rgb(200, 200, 200);
}
.btn-order-without-prime:hover {
    background: rgb(106, 106, 106);
    box-shadow: 0px 3px 10px -1px #000000;
}
.monkey-link {
    color: #1a70a5;
    text-decoration: underline;
}
.monkey-prime-recap-desc {
    padding-top: 7px;
    font-size: 14px !important;
}
.monkey-prime-legals {
    font-size: 12px !important;
}
.modal-header {
    padding: 0 15px;
}
.modal-header .close {
    margin-top: 3px;
    margin-bottom: -13px;
    margin-right: 1px;
}
.nav-link.active {
    font-weight: bold;
}
@media (max-width: 800px) {
    .monkey-inner-column {
        flex-direction: column;
    }
    .monkey-footer-column {
        width: 50%;
    }
    .monkey-footer-reassurance {
        width: 100%;
    }
    .monkey-footer-container .monkey-inner-column {
        text-align: center;
    }
    .monkey-footer-link-2 {
        padding: 0 2px;
        font-size: 12px;
        display: contents;
    }
    .monkey-footer-newsletter {
        margin-bottom: 15px;
    }
    .monkey-footer-social-sharing {
        width: 100%;
        justify-content: flex-start;
    }
    .monkey-inner-menu-column.clicked .monkey-mobile-icons {
        padding: 10px;
    }
    .monkey-menu-logo > a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
    }

    .monkey-mobile-icons > div {
        border-color: #5EC8FF;
    }

    .monkey-menu-dropdown-item-title2 {
        color: #fff;
        padding-left: 17px;
    }
    .monkey-inner-menu-column > .monkey-shop-btn-container{
        width: 100%;
        text-align: center;
        height: 50px;
        position: absolute;
        top: 33px;
        left: 0;
    }

    .monkey-menu-dropdown-item-title::after, .monkey-menu-dropdown-item-title2::after {
        right: 10px;
    }
    .monkey-menu-link-item.selected > a {
        font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    }

    .monkey-menu-dropdown-item-title.selected {
        font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
    }

    .monkey-mobile-items > .monkey-menu-dropdown-item {
        padding: 0;
    }

    .monkey-mobile-items > div {
        min-height: 50px;
        border-bottom: 1px solid rgba(0,0,0,0.15);
        text-align: left;
        transition: 150ms ease-in-out all;
        padding: 17px;
        position: relative;
    }
    .monkey-menu-link-item > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 17px;
        color: #fff;
    }
    .monkey-menu-link-item > a > i {
        color: #fff;
    }
    .monkey-menu-dropdown-item-ul2 > li > a {
        text-align: left;
        color: #fff;
        padding-left: 45px;
    }
    .monkey-menu-dropdown-item-title::after, .monkey-menu-dropdown-item-title2::after {
        background-color: rgba(255,255,255,0.75);
    }

    .monkey-mobile-items {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .monkey-menu-dropdown-item-title {
        padding-top: 17px;
        height: 50px;
    }

    .hide-on-mobile {
        display: none !important;
    }
    .show-on-mobile {
        display: block;
    }

}
@media (max-width: 576px) {
    .btn-order-without-prime {
        margin-bottom: 10px;
    }
    .monkey-card-block {
        padding: 1.25rem 0;
    }
    .monkey-prime-energie-btn {
        font-size: 15px;
    }
    .cart-detailed-actions > .text-sm-center {
        text-align: center;
    }
    .monkey-inner-column {
        flex-direction: column;
    }
    .monkey-menu-dropdown-item.clicked .monkey-menu-dropdown-item-ul {
        position: relative;
        top: 0;
        box-shadow: unset;
        background: #f9f9f9;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .monkey-menu-dropdown-item-title:after {
        top: 12px;
        right: 9px;
    }
    .monkey-inner-footer {
        flex-wrap: wrap;
    }
    .monkey-footer-reassurance {
        padding-left: 13px;
        width: 100%;
    }
    .monkey-footer-container .monkey-footer-inner-column {
        flex-direction: column;
    }
    .monkey-footer-column {
        padding-top: 35px;
    }
    .monkey-footer-column {
        width: 50%;
    }
    .monkey-footer-column-3 {
        width: 100%;
        padding-bottom: 25px;
    }
    .monkey-footer-container {
        padding: 15px 10px;
    }
}
@media (max-width: 450px) {
    .monkey-cart-container {
        display: none;
    }
    .footer-container {
        padding-top: 5px;
        background: #c8e7ff;
    }
    .footer-container ul {
        display: inherit !important;
    }
}
