/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */

/*** fonts ***/
@font-face {
    font-family: 'FuturaStd-Heavy';
    src: url('../fonts/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),  url('../fonts/FuturaStd-Heavy.otf')  format('opentype'),
    url('../fonts/FuturaStd-Heavy.woff') format('woff'), url('../fonts/FuturaStd-Heavy.ttf')  format('truetype'), url('../fonts/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaStd-Book';
    src: url('../fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/FuturaStd-Book.otf')  format('opentype'),
    url('../fonts/FuturaStd-Book.woff') format('woff'), url('../fonts/FuturaStd-Book.ttf')  format('truetype'), url('../fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

button.button:hover,
a.button:hover {
    border-color: #000000;
}

/*** header ***/
.header-layout-3 .main-menu {
    float: left;
}
.header-layout-3 .typo-navigation {
    margin-top: 50px;
}
.header-layout-3 .sticky-search .quick-search {
    max-width: 50%;
    right: 90px;
}
.header-layout-3 .is-sticky .typo-navigation {
    margin-top: 0;
}
.header-layout-3 .logo-home03 .logo a img {
    max-height: 100%;
    max-width: 100%;
}
.header-layout-3 .sticky-icon-group {
    margin: 40px -10px 0 250px;
}
.header-layout-3 .is-sticky .sticky-icon-group {
    margin: 0 -10px 0 250px;
}

/*** sticky header ***/
#typo-sticky-header {
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}

.anchor {
    display: block;
    height: 75px; /*same height as header*/
    margin-top: -75px; /*same height as header*/
    visibility: hidden;
}

/*** nav ***/
#typonav .parent .fa-angle-down,
#typonav .parent .sub-wrapper {
    display: none;
}

#typonav li.level0 {
    padding: 0;
}
#typonav li.level0 a {
    padding: 0 15px;
}

#typonav li.level0:last-child:before {
    content: "";
}

#typonav li.level0:before {
    content: "/";
    font-size: 17px;
    font-weight: 700;
    top: 30%;
}

/*** homepage ***/
.cms-index-index .header-layout-3 {
    position: static;
}
.cms-index-index.home03 .main-content-inner {
    background: none;
}

.slider-home .caption {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.slider-home .caption a {
    color: #000000;
}
/*
.slider-home:hover .caption a,
.slider-home:hover .caption a{
    display: block;
}
*/
.slider-home .caption.left-bottom {
    bottom: 0;
    right: auto;
    left: 90px;
    top: auto;
    max-width: 320px;
}
.slider-home .caption.left-bottom .text {
    margin-bottom: 30px;
}

.cms-index-index .static-collection .title,
.cms-page-view .subtitle {
    border-bottom: 2px solid #000;
    color: #000;
    font-family: 'FuturaStd-Heavy';
    font-size: 22px;
    height: auto;
    line-height: 1.1;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
    padding: 0 0 5px 0;
    text-align: left;
    text-transform: uppercase;
}
.cms-index-index .static-collection .links {
    height: auto;
    overflow: hidden;
}
.cms-index-index .static-collection .links:before {
    background:none;
}
.cms-index-index .static-collection .links:hover:before {
    background:none;
}
.cms-index-index .static-collection .links img {
    display: block;
    max-width: 100%;
    height: auto;

    transform: scale(1) !important;
    transition: transform 3s ease 0s, -webkit-transform 3s ease 0s !important;
}
.cms-index-index .static-collection .links:hover img {
    transform: scale(1.05) !important;
}

.cms-index-index .static-collection .description {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
    text-align: justify;
}

.cms-index-index .mini-block-top {
    border-top: 0;
    padding-bottom: 0;
}
.cms-index-index .widget-collection-style1 {
    padding-bottom: 0;
    padding-top: 0;
}
.cms-index-index .widget-collection-style1 .tabs-collection {
    padding: 0;
}

/*** main ***/
body:not(.cms-index-index) .container-main {
    padding: 0;
}

.col-main > .title,
.container-main .main-wrap > .title,
.product-view > .block .heading-title h2 {
    border-bottom: 2px solid #000;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
}

.product-show-box {
    display: none;
}

.required em {
    float: right;
}



/*** catalog category view ***/
.item .price-box .price {
    font-size: 15px;
}
.item .top-actions-inner {
    visibility:hidden;
}
.item:hover .top-actions-inner {
    visibility: visible;
}
/* plus d'effet scale sur liste
.product-show .img-responsive {
    transform: scale(1) !important;
    transition: transform 3s ease 0s, -webkit-transform 3s ease 0s !important;
}
.product-show:hover .img-responsive {
    transform: scale(1.05) !important;
}
*/

/*** catalog product view ***/
.product-view {
    padding-bottom: 0;
}
.product-shop-view .wapper-view {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-shop-view .top-product-name {
    margin-bottom: 0;
}
.product-shop-view .product-name {
    margin-bottom: 0;
}
.catalog-product-view .top-direct {
    background-image: none;
}

.product-view > .block .main-heading {
    padding: 0;
}
.product-view > .block .heading-title {
    background: none;
    padding: 0;
}
.product-view > .block .heading-title h2 {
    line-height: 1.7;
    text-align: left;
}

.product-options .tabs-collection {
    border-bottom: 0;
    margin-bottom: 0;
}
.product-options .tabs-wrap {
    margin-bottom: 0;
}

.product-shop-view .btn-cart {
    margin: 0;
}

.product-shop-view .price-box {
    font-size: 16px;
}

.product-shop-view .avaible-space,
.product-shop-view .availability {
    display: none;
}

.catalog-product-view .desc.std {
    font-size: 14px;
    padding: 15px 0;
}

.product-isonwheelz {
    float: right;
}

.product-collateral .product-tabs {
    text-align: left;
}
.product-tabs-content .box-collateral {
    line-height: 20px;
    text-align: justify;
}
.product-tabs-content p {
    line-height: 20px;
    text-align: justify;
}

.product-shop-view .product-options dt {
    margin-bottom: 5px;
}
#size-switcher {
    margin-bottom: 5px;
}
#size-switcher li {
    display: inline-block;
}
#size-switcher li a {
    color: #000;
    display: inline-block;
    padding: 3px 5px;
}
#size-switcher li.active {
    border: 1px solid #000;
}

.amxnotif-block {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
}
.amxnotif-block > label {
    font-weight: 400 !important;
}
.amxnotif-block .amcart-ignore {
    height: 25px;
    line-height: 25px;
}

/*** footer ***/
.footer-container .footer-bottom {
    padding: 30px 0;
}

.footer-container .footer-static ul li a > span {
    position: static;
}

.footer-container .footer-static ul li a,
.footer-container .footer-static ul li a:hover {
     -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    padding-left: 15px;
}

.footer-container .footer-static .social {
    float: none;
}

.footer-container .footer-static .social-icons li a {
    padding: 0 15px;
}
.footer-container .footer-static .social-icons li:first-child a {
    padding: 0 15px 0 0;
}

.flaneurz .footer-container {
    border: none;
}

.footer-container .footer-copyright {
    border-top: none;
}

.main-newsletter .main-newsletter-inner {
    border-top: 0;
}
.main-newsletter form {
    display: inline;
}
.main-newsletter .subscribe .input-box {
    display: inline-block;
}
.main-newsletter .subscribe .input-box input {
    height: 52px;
}
.main-newsletter .subscribe {
    padding: 20px 0;
}
.main-newsletter .subscribe,
.main-newsletter .subscribe span {
    vertical-align: bottom;
}

.monkey-additional-lists label {

}
.monkey-additional-lists  .monkey-list-subscriber {
    float: left;
    margin-right: 5px;
}


.global-site-notice {
    top: 0;
    position: fixed;
    width: 100% !important;
    z-index: 10000;
}
/*** cms page ***/
.cms-page-view .col-main .std {
    text-align: justify;
}
.cms-page-view .col-main .std .row { margin-bottom: 25px; }

.cms-press .col-main .std,
.cms-presse .col-main .std {
    text-align: center;
}
.cms-press .col-main .std ul,
.cms-presse .col-main .std ul {
    clear: both;
}

.cms-press .col-main .std ul > li,
.cms-presse .col-main .std ul > li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 15px;
}

.cms-press .col-main .std ul > li img,
.cms-presse .col-main .std ul > li img {
    display: inline-block;
    vertical-align: middle;
}


/*** widgets ***/
.category-products .typo-actions {
    display: none;
}

.subscribe .title {
    font-size: 30px;
}
.subscribe .text {
    color: #999999;
}

/****** widget collection home ******/
.tabs-collection {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    text-align: left;
}
.widget-collection-style1 .widget-tabs {
    height: auto;
}
.widget-collection-style1 .widget-tabs >li>a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 15px 14px 15px;
}
.widget-collection-style1 .widget-tabs > li:before {
    color: #000;
    content: "/";
    font-size: 16px;
    font-weight: 400;
    top: 40%;
}
.widget-collection-style1 .widget-tabs > li.heading-subtitle a {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 0;
}
.widget-collection-style1 .owl-carousel .owl-nav {
    left: 100%;
    margin: 0 0 0 -40px;
    width: 50px;
}
.block-related.widget-collection-style1 .owl-carousel .owl-nav {
    top: -64px;
}

.widget-collection-style1 .owl-carousel .owl-nav:before {
    border-bottom: none;
}

.widget-collection-style1 .owl-carousel .owl-nav > div {
    border: 0;
    color: #000000;
    width: 24px;
}
.owl-carousel .owl-nav > div:hover,
.owl-theme .owl-nav > div {
    background: none !important;
    color: #000 !important;
    font-size: 22px !important;
    opacity: 1 !important;
}

/*** collections produits ***/
.products-grid .item .product-name {
    height: auto;
    line-height: 20px;
    text-align: center;
}
.products-grid .item .product-name a {
    font-size: 15px;
}

.item .table {
    text-align: center;
}
.product-name a {
    display: block;
}

/*** cart **/
.cart-row .tax-incl .tax-flag,
.cart-row .total-tax-incl .tax-flag {
    display: none;
}

/*** checkout ***/
.lt-checkoutpage h3.ptitle {
    color: #000 !important;
    border-bottom-color: #000 !important;
}
.login-onestep .login_link {
    color: #000 !important;
}

.checkout-agreements .agree input {
    display: inline-block;
    margin-right: 5px;
}
.checkout-agreements .agree label {
    font-weight: 400;
}

.checkout-onepage-index .monkey-general-list .listdata label {
    font-weight: normal;
}

/*** customer ***/
.customer-account-edit .edit-account .control label span {
    font-style: italic;
}
.dashboard .col2-set {
    margin: 15px 0 15px;
}

/*** blog ***/
.post-detail-wrap img {
    display: block;
    height: auto;
    max-width: 100%;
}

/*** responsive ***/
@media (max-width: 1199px) {
    .header-layout-3 .sticky-icon-group {
        margin: 0 -10px 0 30px;
    }
}