/* base =================================
*/
html {
    overflow-x: hidden;
}

body, p {
    color: #7a7a7a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

/*  Colors  =================================
*/
.bg-darken, body {
    background-color: #121212;
}

.bg-dark {
    background-color: #212121;
}

/* Header =================================
*/
header.header {
    margin: 0;
    padding: 16px 0;
    color: #7a7a7a;
    position: sticky;
    top: 0;
    z-index: 102;
}

.header-container {
    width: 100%;
    max-width: 1265px;
    margin: 0 auto;
}

.header-container.gollum {
    max-width: 100%;
}

.header-container.gollum .hero-single-img {
    height: auto;
}

.header-container.gollum .hero-single-img img {
    height: auto;
    max-height: 9999px;
}

.header-container-logo {
    width: 18%;
    float: left;
    position: relative;
}

.logo-gif {
    display: block;
    position: absolute;
    top: 0px;
    margin: 0 auto;
    opacity: 0;
    text-align: center;
}

.header-container-logo:hover .logo-gif {
    opacity: 1;
}

.header-container-logo:hover .logo-png {
    opacity: 0;
}

.header-container-nav {
    width: 55%;
    float: left;
}

.header-container-infos {
    width: 27%;
    float: right;
    text-align: center;
}

.header-container-nav {
    padding: 17px 0;
}

.header-container-infos {
    padding-top: 12px;
}

/* Nav  =================================
*/
.header-container-nav-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-container-nav-nav ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 19px;
}

.header-container-nav-nav ul li li {
    float: left;
    z-index: 999;
}

.header-container-nav-nav ul li a {
    padding: 30px 10px;
}

.header-container-nav-nav ul li a:hover {
    background-color: #212121;
}

.header-container-nav-nav ul li a:hover {
    color: #fff;
}

.header-container-nav-nav ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.hasChild .wrap-inside-nav {
    width: 90vw;
    /* transform: translate(-25%, 0px); */
    padding: 15px 0 15px 40px;
    opacity: 0;
    height: 0;
    position: fixed;
    margin-top: 33px;
    max-height: 70vh;
    left: 5vw;
    right: 0;
    top: 52px;
    top: -999%;
    background-color: #111;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDcyMyAyNzUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNzIzIiBoZWlnaHQ9IjI3NSIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #111 0%, #212121 100%);
    background-image: -o-linear-gradient(bottom, #111 0%, #212121 100%);
    background-image: -webkit-linear-gradient(bottom, #111 0%, #212121 100%);
    background-image: linear-gradient(bottom, #111 0%, #212121 100%);
    z-index: 99;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.49);
    height: 0;
    overflow: hidden;
    z-index: -99;
}

.rows2, .rows3 {
    height: 0;
    background: #fff;
}

.hasChild:hover .wrap-inside-nav {
    height: 320px;
    opacity: 1;
    top: 52px;
    /* z-index: 999;*/
}

.hasChild:hover .rows2 {
    height: 660px !important;
}

.hasChild:hover .rows3 {
    /* height: 990px;    */
    padding: 10px 10px 30px 10px;
    height: auto;
}

.hasChild:hover .rows4 {
    padding: 10px 10px 30px 10px;
    height: auto;
}

@media (max-width: 767px) {
    .listing-filter {
        width:48%;
        max-width: 48%;
    }
}

@media (max-width: 479px) {
    .listing-filter {
        width:96%;
        max-width: 96%;
    }
}
.wrap-inside-nav.rows2{
    padding: 10px;
    min-width: 35vw;
    display: flex;
    align-items: revert;
}
.wrap-inside-nav.rows2 .inside-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wrap-inside-nav li .btn-outline{
    font-size: 0.6rem;
}
.inside-nav-item {
    width: 5.5%;
    /* width: 8.2%; */
    margin: 0;
    padding: 2px;
    height: 160px;
    margin-top: 5px;
    text-align: center;
}
@media (min-width: 767px) {
    .inside-nav-item {
        height: 220px;
    }
}

.hasChild .wrap-inside-nav li a {
    padding: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 15px;
    height: 100%;
}

.hasChild .wrap-inside-nav li a:hover {
    background-color: transparent;
}

.inside-nav-item {
    padding-top: 15px;
    border: 1px solid rgba(121, 121, 121, 0);
}

.inside-nav-item:hover {
    border: 1px solid rgba(121, 121, 121, 0.42);
    border-radius: 3px;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.inside-nav-item:hover .btn-outline {
    background-color: #7a7a7a;
}

.wrap-inside-nav li .btn-outline {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

@media (min-width: 767px) {
    .wrap-inside-nav img {
        /* height : auto !important; */
        max-height: 23vh !important;
        height: 90% !important;
    }
}
.wrap-inside-nav img {
    max-height: 240px;
    opacity: 0.8;
}

.hasChild .wrap-inside-nav li:hover img {
    opacity: 1;
}

/* top right  =================================
*/
.navigation-top-right {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation-top-right-item {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 5px;
}

.navigation-top-right-item a {
    width: 28px;
    height: 28px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    border: 1px solid #7a7a7a;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}

.navigation-top-right-item a:hover {
    color: #fff;
    background-color: #7a7a7a;
}

a.navigation-top-right-item-flag span {
    position: relative;
    z-index: -1;
}

.navigation-top-right-item-flag.uk, li.lang-item-en a {
    background-position: center center;
    background-image: url('../img/uk.png');
}

.navigation-top-right-item-flag, li.lang-item-fr a, .navigation-top-right-item-flag.uk.lang-fr-active {
    background-position: center center;
    background-image: url('../img/fr.png');
}

.navigation-top-right-item-flag, li.lang-item-es a, .navigation-top-right-item-flag.uk.lang-es-active {
    background-position: center center;
    background-image: url('../img/es.jpg');
}

.navigation-top-right-item-flag, li.lang-item-de a, .navigation-top-right-item-flag.uk.lang-de-active {
    background-position: center center;
    background-image: url('../img/de.jpg');
}

.navigation-top-right-item a {
    position: relative;
}

ul.translations {
    position: absolute;
    background: #121212;
    top: 100%;
    top: 102px;
    list-style: none;
    margin-top: -62px;
    margin-left: -10px;
    padding: 0px;
    text-align: left;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    z-index: 9999999;
}

li.navigation-top-right-item.le-li-lang .translations {
    opacity: 0;
    height: 0;
}

li.navigation-top-right-item.le-li-lang:hover .translations {
    opacity: 1;
    height: auto;
    margin-top: -15px;
    height: 204px;
    top: 51px;
}

li.lang-item.current-lang a {
    border: 2px solid white;
}

ul.translations li {
    padding: 10px;
    text-align: left;
    margin: 0;
}

ul.translations li a {
    text-align: left;
    margin: 0;
    font-size: 0;
}

ul.translations li a:hover {
    opacity: 0.7;
}

.shopping-cart-number {
    top: -8px;
    right: -5px;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #7a7a7a;
    color: #fff;
    line-height: 15px;
    font-size: 10px;
}

/* Slider  =================================
*/
/* .home-slider {
    overflow: hidden;
    max-height: 600px;
    background-color: #000;
} */

.eu-made-slider {
    overflow: hidden;
    max-height: 330px;
    background-color: #000;
    margin : 20px 0px;
}
.eu-made-slider-container{
    height: 330px;
}
.eu-made-slider-img img{
    height : 100%;
}

.home-slider-container {
    width: 100%;
    /* overflow: hidden; */
    margin: 0 auto;
    /*
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    */
}

.home-slider-container:after {
    /*
    display: block;
    content: " invisible node " flex(999 999 auto)
    */
}

.home-slider-container {
    /* position: relative; */
    text-align: center;
}

.owl-item {
    float: left;
}

.owl-nav.disabled {
    display: none;
}

.owl-dots {
    height: 0;
    clear: both;
    text-align: center;
}

.owl-dot {
    cursor: pointer;
    position: relative;
    top: -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #111;
    display: inline-block;
    margin: 3px;
}

.owl-dot.active {
    background-color: #7a7a7a;
    background-color: #fff;
    opacity: 1;
}

.home-slider-img {
    /*
    flex: 0 0 auto;
    align-self: center;
    flex-grow: 0;
    flex-basis: 50%;
    */
    margin-bottom: -5px;
}

.home-slider-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    /* max-width: 1920px; */
}

/*
.home-slider-text {
    flex: 0 0 auto;
    align-self: center;
    flex-grow: 0;
    flex-basis: 50%;
    padding-left: 10px;
    padding-bottom: 30px;
}

.home-slider-text-description {
    max-width: 300px;
    text-align: justify;
}

.home-slider-text-title {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 37px;
}

.home-slider-text-subtitle {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0;
}
*/
/* Button =================================
*/
.btn-default, body .woocommerce input.button, body .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    max-width: 170px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #373737;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    margin: 15px auto;
    border: none;
}
.btn-default.margin-moins{
    margin : 5px;
}

body .woocommerce input.button, body .wc-proceed-to-checkout a.checkout-button {
    width: auto;
    max-width: 999px;
    font-size: 15px;
    color: #7a7a7a;
}

body .wc-proceed-to-checkout a.checkout-button {
    border-radius: 64px;
}

body .woocommerce a.button.alt {
    background-color: #373737;
}

body .woocommerce a.button.alt:hover {
    background-color: #212121;
}

.btn-default:hover {
    background-color: #212121;
    color: #fff;
}

body .woocommerce input.button {
    height: auto;
    border-radius: 64px;
}

.btn-buy,
.add-to-cart-with-specific-button {
    /* width: 155px;
    height: 32px; */
    border: 1px solid white;
    display: block;
    color: white;
    text-transform: uppercase;
    line-height: 32px;
    text-align: center;
    position: relative;
    margin-top: 15px;
    font-size: 21px;
    background-color: #2A2A2A;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 500;
    padding : 0px 20px;
    padding-left: 45px
}
.btn-buy-select {
    width: 100%;
    height: 50px;
    border: 1px solid #797979;
    box-sizing: border-box;
    padding: 10px 40px;
    display: block;
    color: #7a7a7a;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-top: 15px;
    font-size: 25px;
    background-color: transparent !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.btn-buy:before,
.add-to-cart-with-specific-button:before {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-family: 'FontAwesome';
    content: "\f07a";
    display: inline-block;
    width: 32px;
    float: left;
    border-right: 1px solid #797979;
    text-align: center;
    height: 100%;
}

.btn-buy:after,
.add-to-cart-with-specific-button:after {
    content: "";
    display: block;
    clear: both;
}

.btn-buy:hover,
.add-to-cart-with-specific-button:hover {
    background-color: #121212;
    color: #E0E0E0;
    /* border-color: #E0E0E0; */
}

.btn-outline {
    display: block;
    background-color: transparent;
    border: 1px solid #797979;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.woocommerce-additional-fields textarea, .woocommerce-shipping-fields texarea, .woocommerce-billing-fields input, .woocommerce-shipping-fields input, .woocommerce-billing-fields .select2-container--default .select2-selection--single, .woocommerce-shipping-fields .select2-container--default .select2-selection--single, .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #7a7a7a;
    min-height: 40px;
}

.woocommerce-additional-fields textarea {
    min-height: 120px;
}

body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    height: auto;
    border-radius: 64px;
    background-color: #fff;
    color: #000;
    max-width: 999px;
    width: auto;
}

.listing-filters {
    margin: 0;
    padding: 0;
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;*/
}

.listing-filter {
    margin: 10px 5px;
    font-size: 14px;
    cursor: pointer;
    width: 14%;
    max-width: 14%;
}

@media (max-width: 767px) {
    .listing-filter {
        width:48%;
        max-width: 48%;
    }
}

@media (max-width: 479px) {
    .listing-filter {
        width: 30%;
        max-width: 96%;
    }
}

.see-all {
}

.filter-options-btn-wrap {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.filter-options-btn, .isSampleFilterButton, .isOutletFilterButton, .isOutletOlaFilterButton{
    width: 196px;
    height: 30px;
    border: 1px solid #797979;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px;
}

[type="submit"] {
    border: none;
    cursor: pointer;
}

/* Form =========================================
*/
.select_options_kawa .select2{
    width: 31.33% !important;
    cursor: pointer;
    margin: 1%;
    float: left;
    padding: 5px;
    background-color: transparent;
    border: 1px solid #484848;
    color: #7a7a7a;
    text-transform: uppercase;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #373737;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    /* line-height: 32px; */
    border: none;
}
.select_options_kawa .select2-container--default .select2-selection--single{
    background-color: transparent !important;
    border : none !important;
}
.select_options_kawa .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #7a7a7a !important;
}
.select_options_kawa .select2-container--default .select2-selection--single .select2-selection__arrow{
    top : 7px;
}
.filter-options-select {
    /* height : 32px;
    color : white; */
    width: 31.33%;
    margin: 1%;
    float: left;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #484848;
    color: #7a7a7a;
    text-transform: uppercase;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #373737;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    border: none;
}

.filter-options-options .btn {
    color: #7a7a7a;
}

/* Sound animate =================================
*/
.mute-button__container {
    width: 22px;
    height: 18px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

.mute-button__sound {
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    bottom: 0px;
    background: #7a7a7a;
    transition: color .3s ease-out, height .2s cubic-bezier(.535,0,0,1);
}

.mute-button__sound:nth-child(1) {
    height: 100%;
    left: -2px
}

.mute-button__sound:nth-child(2) {
    height: 100%;
    left: calc(50% - 2px)
}

.mute-button__sound:nth-child(3) {
    height: 100%;
    left: calc(100% - 2px)
}

.mute-button__sound:nth-child(4) {
    height: 100%;
    left: calc(100% - 2px)
}

.mute-button__sound {
    animation-play-state: running;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.mute-button__sound:nth-child(1) {
    left: 0;
    animation-name: danceHeight1;
    animation-delay: 0ms;
    animation-duration: 2000ms
}

.mute-button__sound:nth-child(2) {
    left: 6px;
    animation-name: danceHeight3;
    animation-delay: -300ms;
    animation-duration: 1800ms
}

.mute-button__sound:nth-child(3) {
    left: 12px;
    animation-name: danceHeight2;
    animation-delay: -400ms;
    animation-duration: 1600ms
}

.mute-button__sound:nth-child(4) {
    left: 18px;
    animation-name: danceHeight1;
    animation-delay: -500ms;
    animation-duration: 1400ms
}

@keyframes danceHeight1 {
    0% {
        transform: translateY(20px);
    }

    20% {
        transform: translateY(16px);
    }

    40% {
        transform: translateY(10px);
    }

    80% {
        transform: translateY(16px);
    }

    100% {
        transform: translateY(19px);
    }
}

@keyframes danceHeight2 {
    0% {
        transform: translateY(7px);
    }

    20% {
        transform: translateY(4px);
    }

    40% {
        transform: translateY(17px);
    }

    80% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(18px);
    }
}

@keyframes danceHeight3 {
    0% {
        transform: translateY(6px);
    }

    20% {
        transform: translateY(20px);
    }

    40% {
        transform: translateY(12px);
    }

    80% {
        transform: translateY(8px);
    }

    100% {
        transform: translateY(22px);
    }
}

@keyframes danceHeight4 {
    0% {
        transform: translateY(4px);
    }

    20% {
        transform: translateY(18px);
    }

    40% {
        transform: translateY(10px);
    }

    80% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(20px);
    }
}

/* Content  =================================
*/
.home-content {
    margin: 0 auto;
    position: relative;
    background: #121212;
}

.home-content .lt-container {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 20px 0px;
}
.lt-container-eu{
    display:flex;
}
@media screen and (max-width: 767px) {
    .lt-container-eu{
        display:initial;
    }
}
section {
    padding: 20px 0;
}

/* anatomy =================================
*/
.anatomy-filter {
    margin-bottom: 25px;
}

.anatomy-filter .btn-default.active {
    background-color: #fff;
    color: #000;
}

.anantomy-img-img {
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}

.anantomy-img-img.zout {
    left: -25px;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    opacity: 0.4;
}

.anantomy-img-img.entrance {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    left: 0;
}

/* latest-news =================================
*/
.latest-news {
    background-color: #383838;
    overflow: hidden;
    background-image: url('../img/bg-latest.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.latest-news-block, .video-block {
    width: 32.33%;
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: 1%;
    margin-bottom: 25px;
    position: relative;
}

.video-block {
    background-color: transparent;
}

.latest-news-block:nth-child(5), .video-block:nth-child(11) {
    margin-right: 0;
    margin-left: 0.5%;
}

.latest-news-block:nth-child(4), .video-block:nth-child(10) {
    margin-left: 0.5%;
}

.latest-news-block-text {
    padding: 10px;
}

.latest-news-block-text p {
    margin-bottom: 0;
}

.latest-news-block-img, .video-block-img {
    height: 177px;
    background-color: #fff;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.video-block-img {
    height: 133px;
    margin-bottom: 25px;
}

.latest-news-block-more a {
    display: block;
    background-color: #000;
    padding: 7px 0;
    text-transform: uppercase;
    color: #d0d0d0;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
}

.latest-news-title {
    text-transform: uppercase;
}

.latest-news-title a {
    color: #d0d0d0;
}

.read-more-videos {
    position: absolute;
    left: 0;
    top: 40.5px;
    right: 0;
    width: 100%;
    color: #fff;
    font-size: 49px;
}

/* footer =================================
*/
footer.footer {
    padding: 25px 10px;
    padding-top: 10px;
    background-color: #121212;
    border-top: 1px solid #484848;
}

.nav-foot {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-foot li {
    display: inline-block;
    text-transform: uppercase;
}

.nav-foot li a {
    color: inherit;
}

.nav-foot li a:hover {
    color: #fff;
}

.ola-logo {
    margin: 10px auto;
    margin-top: 0;
    width: 42px;
}

.footer-socials {
    margin: 20px auto;
}

.footer-socials a {
    width: 28px;
    height: 28px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #7a7a7a;
    line-height: 28px;
    text-align: center;
    margin-right: 7px;
}

.footer-socials a:hover {
    color: #fff;
    background-color: #7a7a7a;
}

.header-container-nav-toggle {
    display: none;
}

/* Single =================================
*/
.single h1 {
    margin-bottom: 10px;
}

.hero-single {
    overflow: hidden;
}

.hero-single-img {
    margin: 0 auto;
    text-align: center;
}

.hero-single-img-gallery {
    position: absolute;
    right: 0;
    top: 25%;
    -moz-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 10%;
}

.hero-single-img-gallery ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.hero-single-img-gallery ul li {
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    padding: 5px;
    border: 1px solid #797979;
    line-height: 58px;
    display: block;
    text-align: center;
    margin: 5px auto;
}

.hero-single-img-gallery ul li.active {
    border-color: #fff;
    width: 58px;
    height: 58px;
    line-height: 68px;
}

.hero-single-img-gallery ul li img {
}

.hero-single .header-container {
    position: relative;
}

.hero-single-img {
    min-height: 300px;
}

.hero-single-img {
    /* height: 325px; */
}

.hero-single-img img {
    max-height: 365px;
    margin-top: -35px;
    width: auto;
    position: relative;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    cursor: pointer;
    contain-intrinsic-size: 0px 1200px !important;
}

.hero-single-img img.zout {
    /*
    -webkit-filter: blur(7px);

    filter: blur(7px);
    opacity: 0.4;
    */
    left: -5%;
}

.zoom {
    height: 275px;
    width: 275px;
    box-shadow: 0 0 0 7px rgba(255,255,255,0.85),0 0 7px 7px rgb(0, 0, 0), inset 0 0 40px 2px rgb(20, 20, 20) ;
    border-radius: 100%;
    position: absolute;
    z-index: 999999999;
    display: none;
    background-repeat: no-repeat;
}

.hero-single-img img.entrance {
    left: 0;
    /*
    -webkit-filter: blur(0px);

    filter: blur(0px);
    */
    opacity: 1;
}

.hero-social-share-single, .hero-buy-single {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

body.single-product .fb-like {
    position: absolute!important;
    left: 0px;
    top: 5px;
    /* opacity: 0;*/
    opacity: 0;
}

body.single-product .fb-like-before {
    position: absolute;
    left: -5px;
    width: 80px;
    display: block;
    height: 150px;
}

.hero-social-share-single .share.clicked {
    background-color: #fff;
}

.hero-buy-wrap {
    float: right;
}

.hero-buy-single {
    text-align: center;
}

.hero-buy-single #pwgc-purchase-container {
    text-align: left;
}

.hero-buy-single .variations_form input, .hero-buy-single .variations_form textarea, .hero-buy-single #pwgc-purchase-container input, .hero-buy-single #pwgc-purchase-container textarea {
    padding: 4px;
}

.hero-buy-single .variations_form {
    text-align: left;
}

.hero-buy-single #pwgc-message {
    width: 100%;
    min-height: 150px;
}

.hero-buy-single .variations {
    margin: 10px 0;
}

.hero-buy-single .variations_form label {
    width: 150px;
    display: inline-block;
    clip: auto;
    clip-path: none;
    position: relative!important;
    height: auto;
}

.hero-buy-single .variations_form input, .hero-buy-single .variations_form select {
    width: 70px;
    text-align: center;
}

.hero-buy-single .variations_form select {
    height: 30px;
    margin-right: 10px;
    width : 200px;
}

.hero-buy-single-price {
    font-size: 35px;
    color: #bababa;
}

.hero-buy-single .variations_form .btn-buy {
    width : 100%;
}

.hero-social-share-single .share {
    width: 69px;
    height: 28px;
    border: 1px solid #181818;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #373737;
    display: inline-block;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

.hero-social-share-single .share:after {
    /*
    content: "";
    display: block;
    position: absolute;
    width: 69px;
    height: 28px;
    border: 1px solid #181818;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #373737;
    display: inline-block;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    left: 0;
    background-color: transparent;
    border: 1px solid #fff;
    */
}

/* Specs  =================================
*/
.section-specs {
    overflow: hidden;
}

.section-specs .lt-container {
    max-width: 950px;
}

.specs-img {
    width: 50%;
    float: left;
}

.specs-img img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.specs-text {
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
}

.table-specs {
    text-transform: uppercase;
    display: block;
    position: relative;
    /* overflow: hidden; */
}

/*
.table-specs-more{
opacity: 0;
left: -100%;
top: -100%;
 max-height: 0;
}
.table-specs-more.rwin{
opacity: 1;
left: 0%;
 max-height: 999px;

}
.table-specs-avv{
opacity: 1;
left: 0%;
 max-height: 999px;
top: -100%;
}
.table-specs-avv.rwin{
opacity: 0;
left: -100%;
 max-height: 0;
}

*/
.table-specs-avv, .table-specs-more {
    float: left;
    width: 100%;
}

.table-specs-more {
    height: 0;
    overflow: hidden;
    width: 0%;
    opacity: 0;
    right: -50%;
    -webkit-transition: opacity 750ms ease-in, right 375ms ease-in;
    -moz-transition: opacity 750ms ease-in, right 375ms ease-in;
    -ms-transition: opacity 750ms ease-in, right 375ms ease-in;
    -o-transition: opacity 750ms ease-in, right 375ms ease-in;
    transition: opacity 750ms ease-in, right 375ms ease-in;
}

.table-specs-more.rwin {
    opacity: 1;
    width: 100%;
    margin-left: 0;
    height: 100%;
    right: 0;
}

.table-specs-avv {
    margin-left: 0;
    -webkit-transition: opacity 250ms ease-in, margin-left 750ms ease-in;
    -moz-transition: opacity 250ms ease-in, margin-left 750ms ease-in;
    -ms-transition: opacity 250ms ease-in, margin-left 750ms ease-in;
    -o-transition: opacity 250ms ease-in, margin-left 750ms ease-in;
    transition: opacity 250ms ease-in, margin-left 750ms ease-in;
}

.table-specs-avv.rwin {
    height: 0;
    margin-left: -50%;
    opacity: 0;
}

.table-specs td {
    vertical-align: top;
    padding: 4px;
}

.table-specs td:nth-child(odd) {
    font-weight: 400;
}

.single-long-description {
    background-image: url('../img/bg-longdesc.png');
    background-position: center center;
    padding: 35px 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.single-long-description-text {
    text-align: justify;
    color: #bababa;
}

.seeBasket {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0,0,0, 0.4);
    color: #fff;
    overflow: auto;
    padding: 25px;
    opacity: 0;
    z-index: -99;
    -webkit-transition: all 1250ms ease-in;
    -moz-transition: all 1250ms ease-in;
    -ms-transition: all 1250ms ease-in;
    -o-transition: all 1250ms ease-in;
    transition: all 1250ms ease-in;
}

.seeBasket-wrap {
    top: 50%;
    top: -100%;
    bottom: auto;
    height: 150px;
    margin-top: -50px;
    left: 25%;
    right: 25%;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.seeBasket-close-time {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}

.seeBasket-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 33.33%;
    background-color: #e3e3e3;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.seeBasket-link {
    position: absolute;
    left: 35%;
    width: 100%;
    top: 50%;
    text-transform: uppercase;
    text-align: left;
    color: #7a7a7a;
    transform: translate(0px, -50%);
}

.seeBasket-link span {
    font-size: 32px;
}

.seeBasket.show {
    opacity: 1;
    z-index: 1000099;
}

.seeBasket.show .seeBasket-wrap {
    top: 50%;
}

.seeBasket-link a {
    width: 100%;
    max-width: 141px;
    height: 32px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    margin: 5px auto;
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.seeBasket-link a.btn-outline {
    max-width: 999px;
    width: auto;
    margin-left: 15px;
}

/* Cart  =================================
*/
body .woocommerce table.shop_table {
    border: none;
    background: #121212;
    border-radius: 0;
}

table.shop_table td {
    background-color: #121212;
    border-bottom: 1px solid #7a7a7a;
    color: #fff;
}

body table.shop_table td.actions {
    background-color: transparent;
    padding: 15px 0px;
}
/*Changement de style car croix invisible blanc sur fond blanc : dev@digitalplayer.fr RÃƒÆ’Ã‚Â©mi MOINE*/
/*body .woocommerce a.remove {
    color: #fff!important;
}*/
tr.cart_item {
    border: none;
}

tr.cart_item td.product-name {
    background-color: transparent;
}

.blockUI {
    /*
background-color: transparent!important;
*/
    color: #000;
    border-radius: 50%;
    height: 200px!important;
    width: 200px!important;
    top: 50%!important;
    left: 50%!important;
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    border: 2px solid #e3e3e3!important;
    opacity: 1!important;
    background-color: rgba(255,255,255,0.4)!important;
}

/* Footer price  =================================
*/

.listing-product-wrap img {
    /* height : 330px; */
    max-height: 330px;
    margin: 15px auto;
    margin-bottom: 3px;
}

/* Compare  =================================
*/
.compare-caroussel {
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    list-style: none;
    max-height: 645px;
}

.compare-caroussel li {
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
    border-right: 1px solid #484848;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    cursor: pointer;
}

.item-compare-type {
    text-transform: uppercase;
    color: #505050;
    margin-bottom: 0;
    font-size: 20px;
}

.item-compare-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    min-height: 55px;
}

.post-type-archive-product .item-compare-title {
    min-height: 50px;
    overflow: hidden;
    font-weight: 500;
}

h5.item-compare-title {
    margin-top: 15px;
}

img.item-compare-img {
    max-height: 330px;
    margin: 15px auto;
}

.navigation-top-right-item.le-li-lang {
    position: relative;
    display: none;
}

body.page-template-default.page.page-id-11.woocommerce.woocommerce-page .item-compare-title {
    min-height: 85px;
}

body.archive.tax-product_cat.woocommerce.woocommerce-page .item-compare-title {
    min-height: 50px;
}

li.compare-not-select {
    opacity: 0.7;
}

li.compare-select {
    border: 1px solid #fff;
    padding: 10px;
    opacity: 1;
}

.compare-not-select {
    opacity: 0.7;
}

.compare-select {
    border: 1px solid #fff;
    opacity: 1;
}

.compare-select li {
    border: none;
}

li.compare-select .btn-default {
    background-color: #636363;
    color: #000;
}

#compare-caroussel .owl-dot {
    background-color: #7a7a7a;
}

#compare-caroussel .owl-dot.active {
    background-color: #fff;
}

#compare-caroussel {
    position: relative;
}

.navCont .owl-prev, .navCont .owl-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 37px;
}

.navCont .owl-prev {
    left: -40px;
}

.navCont .owl-next {
    right: -40px;
}
@media screen and (max-width: 767px) {
    .navCont .owl-prev {
        left: 0px;
    }

    .navCont .owl-next {
        right: 0px;
    }
}

.navCont {
    position: relative;
}

/* listing  =================================
*/
.listing-products {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.listing-products:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    float: none;
}

.listing-products:before {
    content: "";
    display: block;
    clear: both;
    width: 10px;
    height: 100%;
    float: none;
    background-color: #121212;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.listing-product {
    width: 25%;
    float: left;
    text-align: center;
    box-shadow: inset -1px 0px 0px #484848;
    border-bottom: 1px solid #484848;
    margin-bottom: 0px;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    position: relative;
    min-height: auto;
    /* min-height: 583px; */
}

.page-id-104 .listing-product .listing-product-more {
    position: relative !important;
}

/*
.listing-product:nth-child(4):after,
.listing-product:nth-child(8):after,
.listing-product:nth-child(12):after,
.listing-product:nth-child(16):after
{

}

.listing-product-more{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    }*/
.listing-product-excerpt {
    min-height: 120px;
    font-weight: 500;
}
.deal_of_the_day .listing-product-wrap{
    position: relative;
}
.listing-product-wrap {
    padding: 0 10px;
    /* position: relative; */
}

/* .listing-product:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: inset 0px 0px 0px 2px #484848;
    background-color: #000;
    z-index: 100;
} */

.listing-product img {
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -ms-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.listing-product:hover img {
}

.divide {
    background-image: url("../img/divide.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
}

body.product-template-default.single.single-product {
    padding-bottom: 65px;
}

/*  ====================================
MY ACCOUNT
*/
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #7a7a7a;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    color: #d6d6d6;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    /* color: #fff; */
    text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content .product-name a {
    color: #000;
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    clear: both;
    float: none;
}

.woocommerce-MyAccount-content {
    /* background: black; */
    padding: 10px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--everwprgpd:before, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--balance:before {
    content: "\f007";
    display: block;
    width: 20px;
    margin: 0px auto;
    margin-top: 15px;
    display: block;
    /* height: 20px; */
    text-align: center;
    font: normal normal normal 19px/1 FontAwesome;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: "\f0e4";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
    content: "\f0f6";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before {
    content: "\f019";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: "\f278";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: "\f08b";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--balance:before {
    content: "\f06b";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--everwprgpd:before {
    content: "\f1c0";
}

li.woocommerce-MyAccount-navigation-link a {
    padding: 15px;
    /* height: 50px; */
    display: block;
    text-align: center;
}

li.woocommerce-MyAccount-navigation-link a:hover {
    color: #fff;
}

.content-cart {
    /*
    background: rgba(0, 0, 0, 0.34);
    */
}

li.woocommerce-MyAccount-navigation-link.is-active {
    background: #585858;
    /* text-align: center; */
}

li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #a7a7a7;
}

body.woocommerce-account .latest-news {
    min-height: 50vh;
}

.dbbb {
    display: block;
}

/* =================================
VIDEOS:
*/
/*
body.single-videos iframe,
section.single-video iframe {
    width: 100%;
    height: auto;
    min-height: 450px;
}
*/
@media screen and (max-width: 767px) {
    /* input, input[type="submit"] {
        width: 100%;
        max-width: 100%;
    } */

    .home-slider-container {
        /* display: block; */
        /* width : 100%; */
        /* float: left; */
    }

    .home-slider-text {
        padding: 10px;
        clear: both;
    }

    .home-slider-text-description {
        clear: both;
        max-width: 100%;
        padding: 0px;
    }

    .owl-dots {
        /* padding: 20px;
        top: 0;
        height: auto;
        position: static; */
    }

    .owl-dot {
        /* top: 0; */
    }

    .anatomy-filter .btn-default {
        width: 32%;
    }

    .specs-img, .specs-text {
        width: 100%;
        float: none;
    }

    .specs-img img {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .listing-product {
        width: 50%;
    }

    .listing-product-more {
        position: static;
    }
}

@media screen and (max-width: 990px) {
    /* input, input[type="submit"] {
        width: 100%;
        max-width: 100%;
    } */

    body.page-id-108 .col-md-6 {
        width: 90%!important;
        float: none!important;
        clear: both!important;
        padding: 10px!important;
    }

    .coupon {
        width: 100%;
    }

    .header-container-nav {
        width: 100%;
    }

    .listing-product-more {
        position: static;
    }

    .header-container-nav-toggle {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
        font-size: 20px;
        background-color: #121212;
        color: #7a7a7a;
    }

    .header-container-nav-nav {
        height: 0;
        overflow: hidden;
    }

    .header-container-nav-nav.open {
        height: auto;
        margin-top: -13px;
    }

    .header-container-nav-nav.open .hasChild {
        height: auto;
    }
    .header-container-nav-nav ul li {
        margin-top: 25px;
        margin-bottom: 25px;
        display: block;
        float: none;
    }

    .header-container-nav-nav ul li a {
        padding: 0px;
    }

    .hasChild .wrap-inside-nav {
        padding: 0px;
        /* padding: 35px; */
        height: 500px;
        /* width: 90%; */
        overflow: auto;
        opacity: 1;
        position: static;
        /* background: red; */
    }

    .hasChild:hover .wrap-inside-nav {
        height: auto;
    }

    .header-container-nav-nav ul li.inside-nav-item {
        width: 28%;
        height: auto;
        display: inline-block;
        margin: 1%;
        margin-bottom: 3%;
        float: left;
        height: 267px;
    }

    .wrap-inside-nav li .btn-outline {
        min-height: 20px;
    }

    .hero-single-img-gallery {
        position: relative;
        width: 100%;

        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .hero-single-img-gallery ul {
        text-align: center;
    }

    .hero-single-img-gallery li {
        margin-top: 10px;
        display: inline-block!important;
    }
}

@media screen and (min-width: 468px) and (max-width: 767px) {
    .listing-product {
        width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .listing-product {
        width: 33.33%;
    }
}

body.woocommerce-page .latest-news {
    background-image: none;
}

@media screen and (max-width: 1170px) {
    #artist_tabs {
        width: 100%;
    }
}

#artist_tabs {
    overflow: hidden;
    position: relative;
    margin-top: -36px;
    z-index: 100;
}

ul.artist_tabs {
    margin: 0;
    margin-top: 0;
    padding: 0;
    /* border-bottom: 2px solid #7a7a7a; */
    position: relative;
    z-index: 99999999;
}

ul.artist_tabs li {
    display: inline-block;
    padding: 7px;
    /* border: 1px solid #7a7a7a; */
    background: #121212;
    border: 3px solid #000000;
    border-bottom: none;
    /* border-bottom: 1px solid #7a7a7a; */
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    /* opacity: 0.7; */
}

ul.artist_tabs li.active {
    border: 3px solid #000000;
    border-bottom: 2px solid #121212;
    margin-bottom: -2px;
    opacity: 1;
    color: #fff
}

.artist_tabs_panel {
    position: relative;
    left: -100%;
    height: 0;
    opacity: 0;
    -webkit-transition: all 550ms ease-in;
    -moz-transition: all 550ms ease-in;
    -ms-transition: all 550ms ease-in;
    -o-transition: all 550ms ease-in;
    transition: all 550ms ease-in;
    /* margin: 20px 0; */
    overflow: hidden;
    display: none;
}

.artist_tabs_panel.active {
    display: block;
    left: 0;
    height: auto;
    opacity: 1;
    margin: 20px 0;
}

svg#Capa_1, ul.artist_tabs li i {
    fill: #7a7a7a;
    width: 21px;
    height: 21px;
    display: inline-block;
    float: left;
}

ul.artist_tabs li.active svg#Capa_1 {
    fill: #fff;
}

ul.artist_tabs li i {
    font-size: 19px;
}

.facebook-like_artist {
    padding: 25px;
    background-color: #212121;
}

.facebook-like_artist-title {
    margin-bottom: 20px;
}

.col-mm-6 {
    width: 50%;
    float: left;
    text-align: center;
}

li.artist_archive_item {
    display: inline-block;
    padding: 10px;
    height: 227px;
    overflow: hidden;
}

li.artist_archive_item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.artist_archive_col_1 {
    width: 75%;
    position: relative;
}

.artist_archive_col_2 {
    width: 25%;
}

.artist_archive_col {
    /* float: left; */
}

.artist_archive_col_1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 25%;
    background: -moz-linear-gradient(left, rgba(33,33,33,0) 31%, rgba(33,33,33,1) 100%);
    background: -webkit-linear-gradient(left, rgba(33,33,33,0) 31%, rgba(33,33,33,1) 100%);
    background: linear-gradient(to right, rgba(33,33,33,0) 31%, rgba(33,33,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212121', endColorstr='#212121',GradientType=1 );
}

.bg-dark.hero-artist_archive .header-container {
    height: 100%;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    box-orient: horizontal;
    align-items: center;
    align-content: center;
}

.img-ww {
    background-color: #000;
    border-bottom: 0px solid #7a7a7a;
    position: relative;
}

.img-ww img {
}

.artist_archive_col.artist_archive_col_1 {
    align-items: center;
    width: 75%;
    -ms-flex: 0 75%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    padding: 20px;
    align-content: center;
}

.artist_archive_col.artist_archive_col_2 {
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    padding: 20px;
    align-content: center;
}

.social-media-links {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-media-link {
    display: inline-block;
    font-size: 35px;
    padding: 10px 15px 0 0px;
}

.social-media-link a:hover {
    opacity: 0.5;
}

.artist_tabs_panel iframe {
    width: 100%;
    min-height: 450px
}

ul.artist_archive_list.list_Feat li.artist_archive_item.artist_archive_item_Signature.Artists {
    display: none;
}

ul.artist_archive_list.list_Sign li.artist_archive_item.artist_archive_item_Featured.Artists {
    display: none;
}

.hivide {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 400px;
    overflow: hidden;
}

.section-video-home, .section-video-single {
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
    position: relative;
    width: 100%;
    background-color: #000;
}

.section-video-single iframe, iframe#muteYouTubeVideoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.section-video-single iframe {
    opacity: 1;
    height: 100%;
}

.see-all-videos {
    width: 100%;
    position: absolute;
    vertical-align: middle;
    top: 50%;
    margin-top: -32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 100;
}

.see-all-videos a {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    display: inline-block;
    max-width: 999%;
    color: #7a7a7a;
    text-transform: uppercase;
    line-height: 32px;
    text-align: center;
    position: relative;
    margin-top: 15px;
    font-size: 21px;
    height: 32px;
    border: 1px solid #797979;
}

.see-all-videos a:hover {
    background-color: #000;
}

.lt-videos {
    position: relative;
    z-index: 2;
}

/* modal */
.modal-bg {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    z-index: 99;
}

.notify-modal {
    display: none;
    clear: both;
}

.notify-modal .modal-content {
    padding: 10px;
    background: white;
    margin: 10px auto;
    /* margin-top: 0; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
}

.notify-modal .modal-content input, .notify-modal .modal-content textarea {
    width: 100%;
    max-width: 100%;
}

.modal-bg-singpro {
    background-color: rgba(148, 148, 148, 0.83);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    z-index: 99;
}

.modal-container {
    margin: 0 auto;
    position: relative;
    overflow: auto;
}

.modal-header h1 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: -30px;
    margin-top: 15px;
    text-transform: uppercase;
}

.modal-content {
    padding: 25px;
}

.modal-content iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
    min-height: 90vh;
}

.modal-close {
    background: black;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
}

.modal-footer {
}

body.page-id-108 .latest-news {
    background-image: none;
    background: transparent;
}

body.page-id-108 div.wpcf7, body.page-id-519 div.wpcf7, body.page-id-104 form, body.page-id-608 div.wpcf7 {
    text-align: center;
}

body.page-id-108 input,
body.page-id-108 textarea, body.page-id-608 div.wpcf7 input, body.page-id-608 div.wpcf7 textarea, body.page-id-104 input, body.page-id-104 textarea, body.page-id-104 select, body.page-id-104 div.wpcf7 input, body.page-id-104 div.wpcf7 textarea, body.page-id-519 div.wpcf7 input, body.page-id-519 div.wpcf7 textarea {
    /*background: #000000;*/
    border: none;
    border-radius: 50px;
    min-height: 30px;
    padding: 7px 1%;
    margin: 10px auto;
}

body.page-id-108 textarea, body.page-id-104 textarea, body.page-id-104 select, body.page-id-519 div.wpcf7 textarea {
    border-radius: 10px;
}

body.page-id-108 label, body.page-id-608 label, body.page-id-104 label, body.page-id-519 div.wpcf7 label {
    text-transform: uppercase;
}

body.page-id-104 div.wpcf7 {
    text-align: center;
}

body.page-id-108 form {
    /* display: none; */
    max-width: 650px;
    margin: 0 auto;
}

body.page-id-108 h3 {
    cursor: pointer;
    padding-bottom: 8px;
    border-bottom: 2px solid #7a7a7a;
}

.header-container-nav-nav ul li.item-active a, body.post-type-archive-artists .li-artsshh a, body.post-type-archive-product .li-guitars-shh a, body.page-id-104 .li-com-sshh a, body.parent-pageid-104 .li-com-sshh a {
    color: #c3c3c3;
}

body.page-id-108 .col-md-6 {
    width: 25%;
    float: left;
    padding: 0 4%;
    text-align: center;
}

body.page-id-108 .col-md-6 br {
    display: none;
}

body.page-id-108 .col-md-6 p {
    margin: 0;
}

body.page-id-108 input, body.page-id-108 textarea {
    width: 100%;
    max-width: 100%;
    background-color: white!important;
}

input.btn-default {
    line-height: 20px;
}

body.page-id-108 textarea {
    min-height: 200px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div {
    margin: 30px auto;
    text-align: center;
}

.iframeVideo iframe {
    width: 100%;
    height: 550px;
}

.topVideo {
    background-color: #000;
}

a.linkToVideo {
    display: block;
    padding: 3px;
}

a.linkToVideo.active {
    border: 1px solid #7a7a7a;
}

body.woocommerce-cart, body.woocommerce-page .latest-news, body.woocommerce-checkout {
    /* background: #fff; */
}

table.shop_table td a {
    color: #7A7A7A;
    font-weight: 700;
}


body .wc-proceed-to-checkout a.button.alt {
    border: 1px solid #fff;
    color: #fff;
    background-color: #ffffff00;
}

body .wc-proceed-to-checkout a.button.alt {
}
body.woocommerce-cart .woocommerce input.button {
    border: 1px solid #121212;
    color: #121212;
    background-color: #fff
}

.theme_product.theme_Dark .hero-single {
    background-color: #212121;
}

.theme_product.theme_Light .hero-single {
    background: #d8d8d8;
    color: #121212;
}

.theme_product.theme_Light .hero-buy-single-price {
    color: #121212;
}

.theme_product.theme_Light .hero-buy-single .btn-buy {
    color: black;
    background-color: white;
    /* color: white; */
    border: 1px solid #121212;
}

.theme_product.theme_Light .hero-buy-single .btn-buy:hover {
    color: #fff;
}

.theme_product.theme_Light .hero-social-share-single .share {
    color: #121212;
    background: transparent;
}

.theme_product.theme_Light .hero-single-img-gallery ul li {
    border: 1px solid #121212;
}

.btn_bec_deal {
    width: auto;
    max-width: 100%;
    display: inline-block;
    padding: 0 15px;
}

.art_tt_tiT {
}

.modal_artttt {
    padding: 25px;
    max-width: 600px;
    background: white;
    margin: 100px auto;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
}

.modal_artttt .form-control {
    margin-top: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #272727;
    border-radius: 0;
    width: 100%;
    margin-bottom: 25px;
    min-height: 45px;
}

.modal_artttt textarea.form-control {
    min-height: 150px
}

.modal_artttt .modal-close {
    background: white;
    right: 0;
    top: 0;
    border: 2px solid #fff;
    color: #000;
    opacity: 0.3;
}

.modal_artttt [type="submit"] {
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    color: black;
}

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

.woocommerce-products-compare-content {
    /* max-width: 1135px;*/
    margin: 0 auto;
}

body .woocommerce-products-compare-content table thead tr:hover {
    background-color: rgba(243, 252, 223, 0)
}

body .woocommerce-products-compare-content table tbody tr:nth-child(odd) {
    background-color: rgba(245, 245, 245, 0)
}

body .woocommerce-products-compare-content table tbody tr:hover {
    background-color: rgba(243, 252, 223, 0)
}

.woocommerce-products-compare-content table tbody tr:first-child td table td, .woocommerce-products-compare-content table tbody tr:first-child th table th {
    border-top: 1px solid rgba(204, 204, 204, 0);
    border-bottom: 1px solid rgba(249, 249, 249, 0.11);
    border-right: 1px solid rgba(249, 249, 249, 0.11);
    width: 50%;
    height: 75px;
}

.woocommerce-products-compare-content table tbody tr:first-child td table td:last-child, .woocommerce-products-compare-content table tbody tr:first-child th table th:last-child {
    border-right: none;
}

a.woocommerce-products-compare-compare-link {
    display: block;
    margin: 10px auto;
}

a.woocommerce-products-compare-compare-link:before {
    content: "Compare page ";
    font-size: 14px;
}

li.item-compare img {
    max-height: 300px;
}

table.table_shi tr td {
    border-bottom: 1px solid rgba(122, 122, 122, 0.52);
    padding: 10px;
}

table.table_shi tr:nth-child(even) {
    background: rgba(56, 56, 56, 0.27);
}

table.table_shi th {
    text-align: left;
    padding: 10px;
}
.listing-product-wrap.stock-product-0:before{
    content: "SOLD OUT";
    display: block;
    position: absolute;
    left: 0;
    background: #4b4b4b;
    color: #fff;
    width: 50%;
    bottom: 88px;
    left: 5%;
    transform: translate(40%, 0px);
}
li.listing-product.stock-product-0:before, .highlight {
    content: "SOLD OUT";
    display: block;
    position: absolute;
    left: 0;
    background: #4b4b4b;
    color: #fff;
    width: 90%;
    top: 45px;
    left: 5%;
}

.highlight {
    font-weight: bold;
    content: "";
    padding-left: 0;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

li.listing-product {
    overflow: hidden;
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    /* background: black; */
}

li.listing-product.stock-product-0 > * {
    /*margin-top: -20px*/
}

li.listing-product.stock-product-0 li.listing-product.higthy > * {
    margin-top: 10px;
}

li.listing-product.stock-product-0:before {
    /* margin-bottom:-45px; */
}

li.listing-product.stock-product-0 h5, li.listing-product.higthy h5 {
    /* margin-top: 40px;*/
    margin-bottom: px;
}

li.listing-product.higthy .highlight {
    margin-top: 0;
}

.owl-item h5.item-compare-title {
    min-height: 60px;
}

.thulmby {
    text-align: center;
    padding: 0;
}

#order_comments_field {
    display: none!important;
}

.unautwra {
    position: relative;
}

.highlight_text_wrap {
    display: block;
    height: 20px;
    position: relative;
    left: -5%;
    /* background: #343434; */
    color: #fff;
    right: -5%;
    width: 90%;
    /* text-align: left; */
    /* padding-left: 20%; */
    /* box-shadow: 0 0 15px black; */
    /*-moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    /* transform: rotate(-15deg); */
    /* background: #343434; */
    margin-top: 15px;
    margin-bottom: -13px;
    margin-left: auto;
}

.highlight_text {
    text-shadow: 0 0 15px black;
    background: #4b4b4b;
}

body.no-scroll {
    height: 100%;
    overflow: hidden;
}

.fb-like.fb-like-countee.fb_iframe_widget {
    opacity: 1;
    clip: rect(0px,70px,200px,58px);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* mix-blend-mode: difference; */
}

@media screen and (max-width: 1170px) {
    .compare-caroussel {
        max-height: 9999px;
    }
}

@media screen and (max-width: 1170px) {
    .seeBasket.show .seeBasket-wrap {
        top: 15%;
        bottom: 15%;
        left: 5%;
        height: auto;
        right: 5%;
        margin: 0 auto;
        text-align: center;
    }

    /* .seeBasket-link a.btn-outline {
        max-width: 56%;
        width: 100%;
        margin-left: 0;
        font-size: 14px;
    } */

    .seeBasket-link a {
        display: block;
        max-width: 100%;
    }
}

.unflexhome {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

body .wordpress-country-selector.col-sm-12 {
    display: inline-block;
    width: 50%;
    text-align: center;
}

body p.country_selector_seems_text {
    font-size: 21px;
}

body p.country_selector_modal_flags {
    margin: 0;
}

body span.flag-icon {
    width: 45px;
    height: 45px;
    background-size: cover;
    border-radius: 50%;
}

body .country_selector_modal_close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 99;
    border-radius: 50%;
    background-color: #dadada;
    color: #000;
    box-shadow: none;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 1px;
    border: none;
}

/* PAGES ARTIST */

.unrel {
    position: relative;
    z-index: 1;
}

.variation-label {
    width: 30%;
}

.variation-value {
    display: inline-block;
    width: 65%;
    float: right;
}

.variation-value p {
    margin: 0;
}

@media screen and (max-width: 1170px) {
    .variation-label {
        text-align:left;
        float: none;
    }

    .variation-value {
        text-align: left;
        float: none;
    }
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--authentication:before {
    content: "\f023";
    width: 20px;
    margin: 0px auto;
    margin-top: 15px;
    display: block;
    text-align: center;
    font: normal normal normal 19px/1 FontAwesome;
}

.stock-b {
    display: none;
}

.inStockBtn{
    width: 139px;
    height: 30px;
    border: 1px solid #797979;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px auto;
}

.inStockHidden {
/* .inStockHidden, .outOfStockHidden { */
    display: none;
}

.closeBod {
    display: none;
    position: fixed;
    bottom: 0;
    height: 4vh;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 999;
    color: #fff;
    background-color: #000;
}

@media(max-width: 768px) {

.hideonmobile{
    display: none !important;
}

body.hasChild .rows2 {
    overflow: auto;
    height: 35vh!important;
}

.hasChild:hover .rows2 {
    overflow: auto;
    height: 35vh!important;
}


/*
    body .header-container-nav-nav ul li.inside-nav-item {
        height: 188px!important;
    }

    body .wrap-inside-nav img {
        max-height: 170px;
    }

*/
    .closeBod.closeBodShow {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.opopop {
        overflow: hidden;
        height: 105vh;
    }

    body.opopop header.header:after {
        content: "";
        background: #000000d1;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .grecaptcha-badge {
        display: none!important;
    }

    .loopPrevBtn, .loopNextBtn {
        display: none;
    }

    .home-products-loop-items {
        padding: 0 20px;
    }

    .home-products-loop-filter {
        padding: 0;
        text-align: center
    }

    .home-products-loop-filter a {
        display: inline-block;
        margin: 0;
        padding: 10px;
        font-size: 14px;
        border-right: 1px solid #ffffff21
    }

    .home-products-loop-filter a:last-child {
        border: none
    }

    .outlet-row {
        display: block;
        flex-direction: column;
        /* align-items: center; */
    }

    .outlet-col-1 {
        width: 100%;
        /* display: flex; */
        padding: 0;
        clear: both;
        text-align: center;
    }

    .outlet-col-2 {
        width: 100%;
        padding: 30px 50px;
    }

    .outlet-col-2 h1 {
        display: block;
        max-width: 250px
    }

    .the_content {
        max-width: 290px
    }

    .item-outlet-img {
        width: 113px;
        height: 113px;
        border: 1px solid #7a7a7a;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 113px;
        margin-bottom: 20px
    }

    .item-outlet {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        border-top: 1px solid #7a7a7a;
    }

    .item-outlet-infos {
        width: 100%;
        padding: 0 20px;
        padding-right: 0;
    }

    .item-outlet-img img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .item-outlet:nth-child(1) {
    }

    .item-outlet:last-child {
        border-bottom: 1px solid #7a7a7a;
    }

    .outlet-col-1 img {
        /* height: 100%; */
        max-width: 180px;
    }

    .home-products-loop-item {
        display: flex;
        flex-wrap: wrap
    }

    .home-products-loop-item a {
        width: 25%;
    }

    .home-products-loop-section .home-products-loop-item img {
        height: 190px;
        object-fit: contain;
    }

    .home-products-loop-section .owl-dots {
        display: none;
    }

    .hasChild .wrap-inside-nav li a {
        font-size: 12px;
    }

    .hasChild .wrap-inside-nav li a {
    }

    h1.home-products-title {
        margin-top: 18px;
    }

    .header-container-nav {
        padding: 10px 0;
    }

    body.home .home-content h3 {
        /* background: red; */
        margin: auto;
        font-size: 18.5px
    }

    body.home .home-content .justify-c {
        padding: 0 15px;
    }

    .home-products-loop-item h5 {
        font-size: 14px;
    }

    body.home .home-content .lt-container {
        padding: 0;
        margin-bottom: -20px;
    }

    .hero-single-img {
        height: auto;
        min-height: 150px;
    }

    .hero-social-share-single, .hero-buy-single {
        width: 100%;
        text-align: center;
        clear: both;
    }

    .hero-buy-wrap {
        float: none;
    }

    .seeBasket-img {
        position: static;
        height: 50%;
        width: 100%;
    }

    .seeBasket-link {
        position: static;
        height: 50%;
        padding: 14px;
        transform: translate(0px, -5%);
        text-align: center;
    }

    /* New Menu */
    body .header-container-nav-toggle {
        display: none;
    }

    body .header-container-nav-nav {
        height: auto;
        /* margin-top: -15vh; */
    }

    body .header-container-nav-nav ul li {
        width: calc(16% - 1px);
        display: inline-block;
        float: left;
        text-align: center;
    }
    .eu-made-slider{
        max-height: 75px;
    }

    body .header-container-nav-nav ul li li {
        width: 100%;
        border: none
    }

    body .header-container-nav-nav ul li a {
        font-size: 11px;
        padding: 0;
        padding-left: 0;
        text-align: center
    }

    body .header-container-nav-nav ul li {
        border-right: 1px solid #ffffff30;
    }

    body .hasChild .wrap-inside-nav {
        width: 98vw;
        transform: translate(0px, 0px);
        /* margin-top: 0; */
        margin-left: 1vw;
        display: none;
        /* height: 21vh; */
        position: fixed;
        z-index: 9999;
        /*min-height: 90vh!important;*/
        min-height: 84vh!important;
        margin-top: -8vh;
    }

    body .header-container-nav-nav ul li:last-child, body .header-container-nav-nav .hasChild .wrap-inside-nav a {
        border-right: none;
        /*padding: 0;*/
    }

    body .header-container-nav-nav ul {
        width: 100%;
        margin-left: 0%;
        /* display: none; */
    }

    body ul.inside-nav {
        /* display: none; */
    }

    /*
body .wrap-inside-nav img {
    max-height: 106px!important;
    object-fit: cover;
}
body .header-container-nav-nav ul li.inside-nav-item {
    height: 130px!important;
}

*/
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--pw-gift-card-balance:before {
    content: "\f007";
    display: block;
    width: 20px;
    margin: 0px auto;
    margin-top: 15px;
    display: block;
    /* height: 20px; */
    text-align: center;
    font: normal normal normal 19px/1 FontAwesome;
    content: "";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--follow-my-order:before {
    content: "\f0d1";
    width: 20px;
    margin: 0px auto;
    margin-top: 15px;
    display: block;
    text-align: center;
    font: normal normal normal 19px/1 FontAwesome;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    order: 2;
}

li.navigation-top-right-item.ups-li {
    width: 100%;
    /* background: red; */
    border-left: 1px solid #7a7a7a;
    display: flex;
    padding-left: 20px;
    margin-left: 20px;
}

li.navigation-top-right-item.ups-li a {
    width: 100%;
    border: none;
    border-radius: 0;
    display: flex;
    align-items:center
}

li.navigation-top-right-item.ups-li a:hover {
 background:transparent
}

ul.navigation-top-right {
    display: flex;
    /* justify-content: space-evenly; */
}

li.navigation-top-right-item.ups-li span {
    display: inline-block;
    width: 55px;
    /* padding-left: 10px; */
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: left;
}
/* Edit Paul LEPONT */
.variation_kawa p.price,
.variation_kawa .woocommerce-product-details__short-description{
    display: none;
}
.variation_kawa #pa_size{
    margin-top:20px;
}
.variation_kawa .woocommerce-variation.single_variation .woocommerce-variation-description,
.variation_kawa .woocommerce-variation.single_variation .woocommerce-variation-price,
.variation_kawa .woocommerce-variation.single_variation .woocommerce-variation-availability,
.variation_kawa .reset_variations
{
    display: none !important;
}
.form_artist label.wsf-label, .form_artist h3{
    color:#7a7a7a !important;
}
.form_artist .wsf-section > legend, .wsf-fieldset > legend{
    color:#7a7a7a !important;
}
.form_artist button.wsf-button.wsf-button-primary{
    color: black;
}
/* Fin edit */
@media(max-width:768px){
    #container-compare-caroussel{
        display: none;
    }
}
h1.home-products-title:before{
    max-width: 50vw;
}
.cart-discount.coupon-free-pedal,
.cart-discount.coupon-free-pedal td,
.cart-discount.coupon-chug-celebration,
.cart-discount.coupon-chug-celebration td,
.cart-discount.coupon-chug-celebration-cdsl,
.cart-discount.coupon-chug-celebration-cdsl td,
.cart-discount.coupon-chug-celebration-ls,
.cart-discount.coupon-chug-celebration-ls td,
.cart-discount.coupon-14-discount-gift-card,
.cart-discount.coupon-14-discount-gift-card td,
.cart-discount.coupon-free-case-special,
.cart-discount.coupon-free-case-special td
{
    background : #ffc450 ;
    color: white !important;
    border-bottom: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-discount.coupon-free-pedal th{
    padding-left : 5px !important;
}
h5.item-compare-title {
    margin-top: 20px;
}
.dpd_logo{
   max-width: 60px !important;
   margin-left: -10px;
}
.image_product{
	display: flex;
	justify-content: center;
    align-items: center;
    height: 100%;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a, .pagination span {
    padding: 8px 12px;
    margin: 2px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.pagination .current {
    background-color: #000;
    color: #fff;
}
