/*
Description:

		2 - Tags styles and General styles
		3 - header
		4 - .content
		5 - footer
		* - @media rules
*/


/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

body {
    margin: 0 auto;
    font-family: "Din-Light";
    font-size: 16px;
    font-weight: normal;
}

.for-print {
    display: none;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:active {
    opacity: 0.65;
    outline: none;
    color: inherit;
    text-decoration: none;
}

a:focus,
a:visited {
    outline: none;
    color: inherit;
    text-decoration: none;
}

.divide-two-column {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
}

@media screen and (max-width: 767px) {
    .divide-two-column {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
    }
}

button:hover,
input:hover,
select:hover {
    opacity: 0.8;
}

strong {
    font-weight: 500;
}

em {
    font-style: italic;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}


h4 {
    font-size: 16px;

}

h5 {
    font-size: 14px;

}

h6 {
    font-size: 12px;

}

h1.empty_product {
    text-align: center;
    margin: 100px 0;
}

.clear:before,
.clear:after {
    content: "";
    display: block;
    clear: both;
}

a.btn-white,
.btn-white {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-family: "Din-Bold";
    padding: 14px 22px;
    -webkit-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s;
    display: inline-block;
}

.btn-white:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
}

.btn-black {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-family: "Din-Bold";
    padding: 14px 22px;
    -webkit-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}

.btn-black:hover {
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.close-modal-btn {
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}

.close-modal-btn:hover {
    background: transparent;
}

.title-block {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.title-block .head-title {
    display: inline-block;
    font-family: "Din-Bold";
    padding: 0 20px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
}

.title-block .head-title:before {
    content: '';
    display: block;
    width: 37px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-100%);
}

.title-block .head-title:after {
    content: '';
    display: block;
    width: 37px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
}

div.alert {
    font-size: 12px;
    margin: 5px 0;
    padding: 10px 5px;
    border-radius: 0;
}

.hidden-input {
    width: 100%;
}

span.address-label {
    text-align: center;
    font-family: "Din-Bold";
    font-size: 18px;
    display: block;
    margin: 15px 0 15px 0;
}

select.hidden-input {
    text-indent: 1px;
    text-overflow: '';
}

select.hidden-input::-ms-expand {
    display: none;
}

i.currency-symbol {
    font-family: "Roboto-Bold";
    font-weight: bold;
}

.order-details strong {
    font-family: "Din-Bold";
}

.order-details .modal-header {
    border: none;
}

.order-details .modal-title {
    text-align: center;
    text-transform: uppercase;
}

.order-details .total td {
    border: none;
}

.order-details .modal-content {
    padding: 0;
}

.order-details tr.total td + td,
.order-details tr.product > td:not(:first-of-type) {
    white-space: nowrap;
}

#success_page,
#information_page {
    padding: 100px 30px 250px 30px;
}

#information_page h1 {
    font-family: "Din-Bold";
    margin: 0 0 20px 0;
}

#success_page .content,
#information_page .content {
    font-family: "Din-Light";
    font-size: 16px;
}

.confirm-table {
    margin: 182px 0 0 0;
    padding: 144px 200px 100px 200px;
    background: url(../image/userprofile/profile-background.png);
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: center;
}

#success_page .btn.btn-primary,
.confirm-table #button-confirm,
.confirm-table input[type="submit"] {
    display: inline-block;
    background-color: #000;
    border: 1px solid #000;
    outline: none;
    color: #fff;
    font-family: "DIN-Bold";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 10px;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
    margin: 15px 0 0 0;
}

#success_page .btn.btn-primary:hover,
.confirm-table #button-confirm:hover,
.confirm-table input[type="submit"]:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    color: #000;

}

.confirm-table thead {
    font-family: "Din-Bold";
}

.confirm-table .table-bordered thead td {
    border-bottom: none;
}

.confirm-table tfoot tr > td:first-of-type {
    font-family: "Din-Bold";
    text-transform: uppercase;
}

.confirm-table h2 {
    font-family: "Din-Bold";
}
.confirm-table p {
    margin: 0 0 20px 0;
}


#success_page h1 {
    font-family: "Din-Bold";
    margin: 0 0 20px 0;
}

#cart_out {
    display: block;
    text-align: center;
}

.coupons-block {
    margin: 20px 0 20px 0;
}

.coupons-block p {
    display: block;
    margin: 0 0 10px 0;
}

.coupons-block input {
    border-radius: 0;
    box-shadow: none;
}

.coupons-block button:active,
.coupons-block input:active,
.coupons-block button:visited,
.coupons-block input:visited,
.coupons-block button:focus,
.coupons-block input:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}

.coupons-block button {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    border-color: #000;
    box-shadow: none;
}

.coupons-block button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    opacity: 0.7;
}

.gift-wrapper {
    margin: 30px 0;
}

.gift-wrapper .banner-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.gift-wrapper .banner-wrapper .front-image {
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.gift-wrapper .banner-wrapper .back-image {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

td > .gift-wrapper,
.product-container .gift-wrapper {
    margin: 0;
}

/*.gift-wrapper .banner-wrapper:hover .front-image {*/
/*opacity: 0;*/
/*}*/

/*.gift-wrapper .banner-wrapper:hover .back-image {*/
/*-webkit-transform: translateY(0);*/
/*transform: translateY(0);*/
/*}*/

a.product_pdf {
    background-color: #c9c9c9;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: bold;
    margin: 15px 0 15px 30px;
    display: inline-block;
    vertical-align: middle;
}

a.product_pdf i {
    vertical-align: unset;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 20px;
}

#payment_before_popup .tab-content p {
    margin: 0 0 20px 0;
}

#payment_before_popup .tab-content strong {
    font-family: "Din-Bold";
}

#payment_before_popup .tab-content button {
    margin: 0 auto;
    border: 1px solid #000;
    display: block;
}

#payment_before_popup .tab-content .close_modal {
    display: block;
    text-align: center;
    margin: 15px 0 0 0;
}

#confirm-payment-details strong {
    font-family: "Din-Bold";
}

#confirm-payment-details table {
    width: 100%;
}

#confirm-payment-details .main-table {
    margin: 60px auto;
}

#confirm-payment-details .with-bottom-border {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.cart_gift_for_products img {
    width: 100%;
    height: auto;
}

.cart_gift_for_products .container {
    width: 100%;
    padding: 0;
}

.cart_gift_for_products .gift-wrapper {
    margin-top: 0;
}

/*********************************************************************************************************/

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 2;
}

.xzoom-source,
.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;

}

.xzoom-source {
    background: #fff;
    z-index: 1;
}


/* Everything out of border is hidden */

.xzoom-hidden {
    overflow: hidden;
}

/* Lens */

.xzoom-lens {
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
    cursor: none;
    z-index: 1;
}

#preloader {
    text-align: center;
    padding: 100px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.7);
    display: none;
}

#preloader img {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotateY(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotateY(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotateY(360deg); transform:rotateY(360deg); } }

/* pagination */

ul.pagination {
    text-align: center;
    display: block;
    margin: 15px auto;
    overflow: hidden;
}

ul.pagination > li {
    display: inline-block;
}

ul.pagination li.active span:hover {
    background-color: #000;
    opacity: 1;
    border-color: #000;
}

ul.pagination li.active span {
    background-color: #000;
    border-color: transparent;
    border-radius: 0;
}

ul.pagination li:first-child a,
ul.pagination li:first-child span,
ul.pagination li:last-child a,
ul.pagination li:last-child span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

ul.pagination li a {
    color: #000;
}

ul.pagination li a:hover {
    color: #000;
}

.limited-label {
    background-color: #cba675;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 1;
    font-family: "Roboto-Regular";
    font-size: 14px;
    line-height: 14px;
    padding: 5px 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 1.8px;
}

.limited-label.category {
    font-size: 12px;
}

#button-cart-empty {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

#basketPopup .modal-dialog {
    max-width: 800px;
}

#basketPopup .modal-content .tab-content {
    max-width: 725px;
    padding: 0 30px;
}

#basketPopup .product-price {
    margin-top: 10px;
}

#basketPopup .btn-group {
    overflow: hidden;
    width: 100%;
    margin: 30px 0 0 0;
}

#basketPopup .tab-content button {
    font-size: 17px;
    width: 45%;
    border: 1px solid #000;
}

#basketPopup .tab-content button:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

#basketPopup .btn-group > button:nth-child(even) {
    float: left;
}

/*#basketPopup .product-description {*/
    /*width: 55%;*/
/*}*/

#basketPopup .btn-group > button:nth-child(odd) {
    float: right;
}

#basketPopup .product-container,
#basketPopup #cart_products {
    width: 100%;
    max-width: 100%;
}

#basketPopup .recommendations-carousel .item .img-container {
    background-size: contain;
}

#basketPopup .recommendations-carousel .item .img-container:after {
    padding: 0 0 100% 0;
}

#basketPopup .title {
    color: #000;
    font-family: "Din-Bold";
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

#basketPopup .recommendations-carousel .item .hidden-content {
    -webkit-transform: translateY(107%);
    transform: translateY(107%);
}

#basketPopup .recommendations-carousel .item:hover .hidden-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

#basketPopup .owl-nav > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    z-index: 10;
}

#basketPopup .owl-nav .owl-prev {
    left: -30px;
}

#basketPopup .owl-nav .owl-next {
    right: -30px;
}

.has-coupon-block {
    overflow: hidden;
    text-align: center;
}

.has-coupon-block p {
    margin: 0 0 10px 0;
}

.has-coupon-block button {
    font-size: 14px;
    border: 1px solid transparent;
    display: inline-block;
    padding: 8px 15px;
}

.has-coupon-block button:hover {
    opacity: 1;
    color: #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-color: #000;
}

#ModalSupplyDifficulty .btn-group {
    margin: 15px 0 0 0;
    text-align: center;
}

#ModalSupplyDifficulty .btn-group button {
    margin: 0 0 15px 0;
    border: 1px solid transparent;
}

#ModalSupplyDifficulty .btn-group button:hover {
    border-color: #000;
}

#searchModal input[type="text"] {
    border-radius: 0;
    border-color: #000;
    height: 45.5px;
}

.search-top-block button,
#searchModal [type="submit"] {
    border-radius: 0;
    border-color: #000;
    background-color: #000;
    height: 45.5px;
}

.search-top-block button:hover,
.search-top-block button:active:hover,
.search-top-block button:focus,
.search-top-block button:visited,
#searchModal [type="submit"]:hover,
#searchModal [type="submit"]:active:hover,
#searchModal [type="submit"]:focus,
#searchModal [type="submit"]:visited{
    opacity: 0.9;
    background-color: #000;
    border-color: #000;
}

.search-top-block input[type="text"] {
    border-radius: 0;
    border: 1px solid #000;
    height: 45.5px;
}


.search-top-block {
    margin: 0 0 30px 0;
}

/*********************************************************************************************************/


/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */

/* 3 - BEGIN of header ---------------------------------------------------------- */

.header-bg {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 152px;
    z-index: -1;
}

header {
    background-color: #000;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

header.smaller {
    padding: 17px 0;
}


header.smaller * {
    vertical-align: middle;
}

header .top {
    display: block;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #363636;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 0 5px 0;
    max-height: 100px;
}

header .show-top {
    overflow: hidden;
    display: block;
    max-height: 100px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

header.smaller .show-top {
    padding: 0;
    max-height: 0;
}

header.smaller .main-nav {
    margin: 0 0 22px 0;
}

header.smaller .main-nav .navbar-collapse .logo-header img {
    max-width: 50px;
}

header .top .left-side {
    display: inline-block;
    vertical-align: middle;
}

header .top .right-side {
    float: right;
}

header .top .right-side .links {
    display: inline-block;
}

header .top .right-side .links > a:nth-child(1) {
    border-right: 1px solid #969899;
}

header .top .right-side .links > a {
    padding: 5px 8px;
    display: inline-block;
}

header .top .right-side .links > a.header_search {
    padding: 5px;
}

header .top .right-side .links > a.header_search i {
    font-size: 14px;
}

header .right-side-fixed {
    position: absolute;
    right: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

header.smaller .right-side-fixed {
    right: 45px;
    opacity: 1;
}

header .right-side-fixed a {
    display: inline-block;
    font-size: 20px;
    margin: 0 15px 0 0;
}

header .top .cart {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
}

header .top .cart a .cart-logo {
    padding: 0 10px 0 0;
    font-size: 14px;
}

header .person-icon {
    font-size: 16px;
}

header .top .cart a .count {
    position: absolute;
    top: -5px;
    left: 18px;
    font-size: 10px;
}

header .right-side-fixed a {
    position: relative;
}

header .right-side-fixed a .count {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 15px;
}

header .right-side-fixed .cart-name {
    display: none;
}

header .bottom {
    margin: 22px 0 0 0;
}

.main-nav {
    background-color: transparent;
    margin: 0 0 30px 0;
}

.main-nav .navbar-collapse {
    text-align: center;
}

.main-nav .navbar-collapse > ul {
    display: inline-block;
    overflow: hidden;
}

.main-nav .navbar-collapse .logo-header {
    display: inline-block;
    margin: 0 40px;
    vertical-align: middle;
    z-index: 11;
    position: relative;
}

.main-nav .navbar-collapse .logo-header img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    max-width: 80px;
}

.main-nav .navbar-collapse > ul > li {
    display: inline-block;
    margin: 0 10px;
}

.right-side-fixed .fa-search,
.right-side-fixed .cart-logo {
    font-size: 14px;
}

.main-nav .navbar-collapse > ul > li.open .submenu-wrapper {
    display: block;
}

.main-nav .navbar-collapse > ul > li > a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    position: relative;
}

.main-nav .navbar-collapse > ul > li > a:after {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    max-width: 1px;
    max-height: 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.main-nav .navbar-collapse > ul > li > a.active:after {
    max-width: 5px;
    max-height: 5px;
    opacity: 1;
}

.main-nav .submenu-wrapper {
    position: absolute;
    background-color: #000;
    left: 0;
    right: 0;
    padding: 50px 0 30px 0;
    display: none;
    z-index: 10;
}

.main-nav .submenu-wrapper .sub-menu {
    max-width: 1215px;
    margin: 0 auto;
    overflow: hidden;
}

.main-nav .submenu-wrapper .menu-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    display: block;
    text-align: left;
    max-width: 1215px;
    margin: 0 auto;
    padding: 30px 15px 15px 15px;
    border-top: 2px solid #fff;
}

.main-nav .submenu-wrapper.left-align ul {
    text-align: left;
}

.main-nav .submenu-wrapper.left-align li {
    list-style: none;
}

.main-nav .submenu-wrapper.left-align li a {
    text-transform: uppercase;
}


.main-nav .sub-menu > li {
    display: inline-block;
    float: left;
    width: 14.28%;
    max-width: 14.28%;
    height: 80px;
    margin: 20px 0;
}

.main-nav .sub-menu > li a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    max-width: 100%;
}

.main-nav .sub-menu > li a:hover,
.main-nav .sub-menu > li a:focus {
    opacity: 1;
}

.main-nav .sub-menu > li a img {
    display: inline-block;
    vertical-align: middle;
    max-width: 85%;
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.catalog-title {
    font-weight: bold;
    margin: 0 0 15px 0;
    display: inline-block;
}

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

#home_carousel .item {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

#home_carousel .item .slide-background {
    position: absolute;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#home_carousel .item:after {
    content: '';
    padding: 0 0 24.75% 0;
    position: relative;
    display: block;
    z-index: -1;
}

#home_carousel .item .mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
}

#home_carousel .item .slide-content {
    color: #fff;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1245px;
    width: 100%;
}

#home_carousel .item .slide-content .wrapper {
    display: inline-block;
    max-width: 600px;
    vertical-align: bottom;
}
#home_carousel .item .slide-content .sale {
    display: block;
    font-family: "Din-Bold";
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 3px;
}

#home_carousel .item .slide-content .sub {
    font-family: "Din-Bold";
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 1.9px;
}

#home_carousel .item .slide-content .divider {
    width: 100%;
    height: 1px;
    background-color: #fbfafb;
    display: block;
    margin: 12px 0;
}

#home_carousel .item .slide-content p {
    letter-spacing: 0.7px;
    font-size: 14px;
}

#home_carousel .item .slide-content .more {
    margin: 30px 0 0 0;
}

#home_carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

#home_carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 6px;
}

#home_carousel .owl-dots .owl-dot.active {
    background-color: #fff;
}

#selection {
    margin: 55px 0 100px 0;
}

#selection .container .container {
    padding: 0;
    width: auto;
}

.collage-block {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.collage-block:after {
    content: '';
    display: block;
    position: relative;
    padding: 0 0 33.32% 0;
}

.collage-block > .item {
    display: block;
    overflow: hidden;
    background-position: center center;
    background-size: 90%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    border: 2px solid #dbd9dc;
    max-height: 100%;
}

.collage-block > .item .img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    z-index: -1;
}

.collage-block > .item .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.collage-block > .item > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.collage-block > .item:hover > a {
    opacity: 1;
    z-index: 1;
}

.collage-block > .item > a > .wrapper {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.collage-block > .item:hover .mask {
    opacity: 1;
    z-index: 1;
}

.collage-block > .item:hover .wrapper {
    opacity: 1;
    z-index: 1;
}

.collage-block > .item > a > .wrapper img {
    display: block;
    margin: 0 auto 40px auto;
    width: auto;
    max-width: 65%;
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

#selection .title-block {
    padding-bottom: 0;
}

.owl-collage-carousel {
    padding: 40px 0;
}

.owl-collage-carousel .owl-prev {
    left: -35px;
}

.owl-collage-carousel .owl-next {
    right: -35px;
}

.owl-collage-carousel .owl-prev,
.owl-collage-carousel .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    font-size: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 10;
    padding: 30px 0;
}

.owl-collage-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
}

.owl-collage-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 0 6px;
}

.owl-collage-carousel .owl-dots .owl-dot.active {
    background-color: #000;
}

.collage-block > .item > a > .wrapper {
    color: #fff;
    font-size: 18px;
    font-family: "Din-Bold";
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 15px;
}

.collage-block > .item > a > .wrapper .title {
    display: block;
    margin: 0 0 2px 0;
}

.collage-block > .item > a > .wrapper .title + span {
    font-family: "Roboto-Bold";
}

.collage-block > .item > a > .wrapper .sub-title {
    display: block;
}

.collage-block > .item > a:hover {
    opacity: 1;
}

.collage-block > .item:after {
    content: '';
    display: block;
    position: relative;
    padding: 0 0 100% 0;
}

.collage-block.left > .item:nth-child(1) {
    width: 16.66%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #dbd9dc;
    border-right: 1px solid #dbd9dc;
}

.collage-block ~ .collage-block.left > .item:nth-child(1) {
    border-top: 2px solid transparent;
}


.collage-block.left  > .item:nth-child(2) {
    width: 16.66%;
    bottom: 0;
    left: 0;
    font-size: 16px;
    border-top: 1px solid #dbd9dc;
    border-right: 1px solid #dbd9dc;
}

.collage-block.left  > .item:nth-child(3) {
    width: 33.33%;
    left: 16.66%;
    border-left: 1px solid #dbd9dc;
    border-right: 1px solid #dbd9dc;
}

.collage-block ~ .collage-block.left > .item:nth-child(3) {
    border-top: 2px solid transparent;
}

.collage-block.left  > .item:nth-child(4) {
    width: 16.66%;
    top: 0;
    left: 49.99%;
    font-size: 16px;
    border-left: 1px solid #dbd9dc;
    border-right: 1px solid #dbd9dc;
    border-bottom: 1px solid #dbd9dc;
}

.collage-block ~ .collage-block.left > .item:nth-child(4) {
    border-top: none;
}

.collage-block.left  > .item:nth-child(5) {
    width: 16.66%;
    bottom: 0;
    left: 49.99%;
    font-size: 16px;
    border-left: 1px solid #dbd9dc;
    border-right: 1px solid #dbd9dc;
    border-top: 1px solid #dbd9dc;
}

.collage-block.left  > .item:nth-child(6) {
    width: 33.33%;
    right: 0.09%;
}

.collage-block ~ .collage-block.left > .item:nth-child(6) {
    border-top: 2px solid transparent;
}

/******************************************/

.collage-block.right > .item:nth-child(1) {
    width: 16.66%;
    top: 0;
    left: 33.33%;
    border-left: 1px solid #dbd9dc;
    border-right: 1px solid #dbd9dc;
    border-bottom: 1px solid #dbd9dc;
}

.collage-block.right  > .item:nth-child(2) {
    width: 16.66%;
    bottom: 0;
    left: 33.33%;
    border-left: 1px solid #dbd9dc;
    border-right: 1px solid #dbd9dc;
    border-top: 1px solid #dbd9dc;
}

.collage-block.right  > .item:nth-child(3) {
    width: 33.33%;
    left: 0;
    border-right: 1px solid #dbd9dc;
}

.collage-block.right > .item:nth-child(4) {
    width: 16.66%;
    top: 0;
    right: 0.09%;
    border-left: 1px solid #dbd9dc;
    border-bottom: 1px solid #dbd9dc;
}

.collage-block.right  > .item:nth-child(5) {
    width: 16.66%;
    bottom: 0;
    right: 0.09%;
    border-left: 1px solid #dbd9dc;
    border-top: 1px solid #dbd9dc;
}

.collage-block.right  > .item:nth-child(6) {
    width: 33.33%;
    left: 49.99%;
    border-left: 1px solid #dbd9dc;
    border-right: 1px solid #dbd9dc;
}

.collage-block .item:nth-child(1) .wrapper,
.collage-block .item:nth-child(2) .wrapper,
.collage-block .item:nth-child(4) .wrapper,
.collage-block .item:nth-child(5) .wrapper {
    font-size: 14px;
    letter-spacing: 1px;
}

#nos_marques .items-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 0 0 -5%;
    min-width: 110%;
}

#nos_marques .items-wrapper + .items-wrapper {
    overflow: visible;
}

#nos_marques .items-wrapper .exclusive-banner {
    background-image: url('../image/exclusive-banner.png');
    background-size: cover;
    background-position: center center;
    display: block;
    max-width: 460px;
    font-size: 24px;
    font-family: "Din-Bold";
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 45px 14px 45px;
    position: absolute;
    z-index: 1;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}

#nos_marques {
    background-color: #f0f0f3;
    text-align: center;
    overflow: hidden;
}

#nos_marques .items-wrapper .item {
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    width: 11.11%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#nos_marques .items-wrapper .item:after {
    content: '';
    display: block;
    position: relative;
    padding: 0 0 198% 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /*.more-brands-wrapper .brands .item img,*/
    /*#nos_marques .items-wrapper .item img {*/
        /*background-color: #8d8d8d;*/
        /*padding: 10px 15px;*/
    /*}*/

    .main-nav .submenu-wrapper {
        background-color: #fff;
        color: #000;
    }
}

#nos_marques .items-wrapper .item a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    display: block;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}

#nos_marques .items-wrapper .item a:hover img {
    opacity: 1;
}

#nos_marques .items-wrapper .item img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 65%;
}

.bg-0 {
    background-image: url('../image/mainpage/bg-1-min.jpg');
}

.bg-1 {
    background-image: url('../image/mainpage/bg-2-min.jpg');
}

.bg-2 {
    background-image: url('../image/mainpage/bg-3-min.jpg');
}

.bg-3 {
    background-image: url('../image/mainpage/bg-4-min.jpg');
}


#nos_boutiques {
    margin: 50px 0 0 0;
}

#nos_boutiques .top-content {
    padding: 0 35px 40px 35px;
}

#nos_boutiques .slider-wrapper {
    position: relative;
    overflow: hidden;
}

#nos_boutiques .slider-content-outer {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 70px 15px 100px 15px;
    width: 50%;
}

#nos_boutiques .slider-content-outer .details {
    max-width: 350px;
    display: block;
    margin: 20px 0 0 30px;
    letter-spacing: 1px;
}

#boutiques_slider div[class^="item-"] img {
    position: absolute;
    width: 100%;
    height: 100%;
}

#boutiques_slider div[class^="item-"] {
    position: relative;
}

#boutiques_slider div[class^="item-"]:after {
    content: '';
    position: relative;
    display: block;
    padding: 0 0 44.25% 0;
    z-index: -1;
}

#boutiques_slider .owl-dots {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 35px;
    text-align: center;
}

#boutiques_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 6px;
}

#boutiques_slider .owl-dots .owl-dot a {
    display: block;
    width: 10px;
    height: 10px;
}

#boutiques_slider .owl-dots .owl-dot.active {
    background-color: #fff;
}

.boutiques_slider_nav {
    display: block;
    max-width: 380px;
    position: relative;
    padding: 0 30px;
    overflow: hidden;
}

.boutiques_slider_nav .title {
    font-size: 22px;
    font-family: "Din-Bold";
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.boutiques_slider_nav > div {
    position: absolute;
    font-size: 30px;
    bottom: 15px;
    width: 10px;
    height: 14px;
}
.boutiques_slider_nav > div > i {
    display: block;
    overflow: hidden;
}


.boutiques_slider_nav > div:hover {
    cursor: pointer;
}

.boutiques_slider_nav .owl-prev {
    left: 0;
}

.boutiques_slider_nav .owl-next {
    right: 0;
}

#inspirations {
    margin: 50px 0 0 0;
}

.instagram-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 35px 0;
}

#instagram-preloader {
    text-align: center;
    padding: 100px 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.7);
}

#instagram-preloader img {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotateY(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotateY(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotateY(360deg); transform:rotateY(360deg); } }

.instagram-wrapper a {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 20%;
    float: left;
}

.instagram-wrapper .item {
    margin: 15px;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 210px;
}

.instagram-wrapper .item:after {
    content: '';
    display: block;
    position: relative;
    padding: 0 0 100% 0;
}

#magazine {
    background-color: #f0f0f3;
    padding: 50px 0;
    margin: 0 0 50px 0;
}

#magazine .magazine-wrapper {
    max-width: 743px;
    width: 100%;
    display: inline-block;
}

#magazine .magazine-wrapper > div {
    height: 532px;
}

#magazine .right-side .title {
    font-family: "Din-Bold";
    font-size: 24px;
    letter-spacing: 2px;
}

#magazine .right-side .content {
    display: block;
    margin: 50px 0 0 0;
    letter-spacing: 1px;
    color: #434242;
}

#magazine .right-side .content p {
    margin: 0 0 20px 0;
}

#brand_details {
    background-color: #1a1a1a;
    padding: 100px 0;
}

#brand_details .brand-wrapper {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    text-align: center;
}

#brand_details .brand-wrapper .mask {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#brand_details .brand-wrapper .inner {
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.7;
}

#brand_details .brand-wrapper .inner:hover {
    opacity: 1;
}

#brand_details .brand-wrapper .inner img {
    display: block;
    margin: auto;
    padding: 0 0 25px 0;
}

#brand_details .brand-wrapper .inner .title {
    letter-spacing: 2px;
}

#brand_details .bottom {
    display: block;
    max-width: 600px;
    letter-spacing: 0.5px;
    margin: 50px auto 0 auto;
    color: #fff;
    opacity: 0.7;
    text-align: center;
}

#nous_contacter {
    padding: 55px 0 200px 0;
    background-color: #f0f0f3;
}

#nous_contacter .title-block {
    margin: 0 0 50px 0;
}

#nous_contacter .left-side .item .title {
    font-family: "Din-Bold";
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin: 0 0 15px 0;
}

#nous_contacter .left-side .item .content {
    letter-spacing: 0.5px;
    line-height: 24px;
    margin: 0 0 25px 0;
}

#nous_contacter .right-side form {
    max-width: 610px;
    display: block;
    margin: 0 0 0 auto;
}

#nous_contacter .right-side form input:not([type="submit"]),
#nous_contacter .right-side form textarea {
    border: 1px solid #e5e4e8;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 15px;
}

#nous_contacter .right-side form > .input:first-of-type > input {
    margin: 0;
}

#nous_contacter .right-side form textarea {
    margin: 30px 0 30px 0;
}

#nous_contacter .right-side form input:not([type="submit"])::-webkit-input-placeholder {color:#929293;}
#nous_contacter .right-side form input:not([type="submit"])::-moz-placeholder          {color:#929293;}/* Firefox 19+ */
#nous_contacter .right-side form input:not([type="submit"]):-moz-placeholder           {color:#929293;}/* Firefox 18- */
#nous_contacter .right-side form input:not([type="submit"]):-ms-input-placeholder      {color:#929293;}

#nous_contacter .right-side form textarea::-webkit-input-placeholder {color:#929293;}
#nous_contacter .right-side form textarea::-moz-placeholder          {color:#929293;}/* Firefox 19+ */
#nous_contacter .right-side form textarea:-moz-placeholder           {color:#929293;}/* Firefox 18- */
#nous_contacter .right-side form textarea:-ms-input-placeholder      {color:#929293;}

#nous_contacter .right-side form input:not([type="submit"]):focus,
#nous_contacter .right-side form textarea:focus {
    border-color: #000;
    outline: none;
}

#nous_contacter .right-side form input:not([type="submit"]) {
    height: 60px;
}

#nous_contacter .right-side form textarea {
    resize: none;
}

#nous_contacter .right-side form .info {
    font-size: 18px;
    display: block;
    margin: 0 0 30px 0;
}

#nous_contacter .right-side form .input.submit {
    text-align: right;
    overflow: hidden;
}

#nous_contacter .right-side form .input.submit #contactrecaptcha {
    display: inline-block;
    float: left;
}

#nous_contacter .right-side form #submit {
    outline: none;
    border: 1px solid #000;
    padding: 22px 48px;
    opacity: 0.5;
    display: inline-block;
}

/************************************** Product Page *********************************************/

.breadcrumb-custom {
    display: block;
    overflow: hidden;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 150%;
    padding: 25px 0;
    background-color: #000;
}

.breadcrumb-custom .brand-logo {
    display: inline-block;
    max-width: 152px;
    vertical-align: middle;
    margin: 0 45px 0 0;
    height: 60px;
}

.breadcrumb-custom .brand-logo img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100%;
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.breadcrumb-custom ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.breadcrumb-custom ul li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    opacity: 0.9;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}

.breadcrumb-custom ul li a {
    display: inline-block;
    vertical-align: sub;
}

.breadcrumb-custom ul li a:hover {
    opacity: 1;
}

.breadcrumb-custom ul li:not(:last-of-type):after {
    content: '\f105';
    font-family: "FontAwesome";
    display: inline-block;
    padding: 0 5px;
    font-size: 21px;
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.breadcrumb-custom ul li:last-of-type {
    font-family: "Din-Bold";
    cursor: none;
    pointer-events: none;
    opacity: 1;
}

/*#product_page {*/
/*background-color: #fcfcfc;*/
/*}*/

#product_page .product-wrapper {
    margin: 50px 0;
}

#product_page .left-side {
    padding: 0 43px 0 0;
}

#product-slider .img-container {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
}

#product-slider .item {
    position: relative;
}

#product-slider .item:after {
    content: '';
    display: block;
    position: relative;
    top: 0;
    padding: 0 0 65.4% 0;
    z-index: -1;
}

.product-slider-wrapper {
    position: relative;
}

.product-slider-wrapper .owl-prev.disabled,
.product-slider-wrapper .owl-next.disabled {
    opacity: 0.5;
}

.product-nav.disabled {
    display: none;
}

.product-slider-wrapper .owl-prev,
.product-slider-wrapper .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    font-size: 40px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 10;
    padding: 30px 25px;
}

.product-slider-wrapper .owl-prev {
    left: 0;
}

.product-slider-wrapper .owl-prev:hover {
    cursor: pointer;
}

.product-slider-wrapper .owl-next {
    right: 0;
}

.product-slider-wrapper .owl-next:hover {
    cursor: pointer;
}

#product_page .right-side {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    /*max-width: 330px;*/
}

#product_page .right-side .name {
    font-size: 24px;
    display: block;
    font-family: "Din-Bold";
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

#product_page .right-side .name.collection {
    margin: 0 0 15px 0;
}

#product_page .right-side .name.collection + .name {
    margin: 0 0 10px 0;
}

#product_page .right-side .reference {
    letter-spacing: 1px;
    display: block;
    margin: 0 0 30px 0;
}

#product_page .right-side .specification {
    display: block;
    margin: 0 0 10px 0;
}

#product_page .right-side .specification strong {
    font-weight: 700;
}

#product_page .right-side .specification table tr {
    height: 24px;
}

#product_page .right-side .specification table tr > td:first-of-type {
    padding: 0 70px 0 0;
}

#product_page .right-side .specification ul {
    margin: 0 0 15px 17px;
}

#product_page .right-side .links {
    margin: 18px 0 25px 0;
    max-width: 290px;
}

#product_page .right-side .links .custom-row {
    overflow: hidden;
    margin-right: -10px;
    margin-left: -10px;
}

#product_page .right-side .links .custom-col {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
}

#product_page .right-side .links .item {
    text-align: center;
}

#product_page .right-side .links .item .title {
    text-transform: uppercase;
    background-color: #d7d7d7;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto-Bold";
    display: block;
    padding: 6px 15px;
    margin: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#product_page .right-side .links .item .title.open,
#product_page .right-side .links .item .title:hover {
    cursor: pointer;
    background-color: #000;
}

#product_page .right-side .links .item .content {
    border: 1px solid #ececeb;
}

#product_page .right-side .links .item .content a {
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 13px 15px 18px 15px;
}

#product_page .right-side .links .item .title.open + div {
    display: block;
}

#product_page .right-side .links .share {
    width: 17px;
    height: 17px;
    background-position: -5px -5px;
}

#product_page .right-side .links .facebook {
    width: 10px;
    height: 18px;
    background-position: -32px -5px;
}

#product_page .right-side .links .twitter {
    width: 19px;
    height: 16px;
    background-position: -52px -5px;
}

#product_page .right-side .links .whatsapp-link img {
    margin-top: 2px;
}

#product_page .right-side .links .print {
    width: 17px;
    height: 15px;
    background-position: -52px -31px;
}

#product_page .right-side .price {
    font-family: 'Roboto-Bold';
    font-size: 36px;
    display: inline-block;
    vertical-align: top;

}

#product_page .right-side .price i {
    margin: 0 20px 0 0;
}

#product_page .right-side .price .first-order-sale {
    font-family: 'Roboto-Bold';
    color: #898989;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

#product_page .right-side .price .first-order-sale .value {
    font-size: 36px;
    line-height: 42px;
}


#product_page .right-side .price .first-order-sale .subtitle {
    font-size: 10px;
    line-height: 12px;

}

.text_under_price strong,
.under_price_text strong {
    font-family: "Din-Bold";
}

#product_page .right-side .tax {
    display: block;
    margin: 0 0 30px 0;
}

.products-container .product-availability {
    margin-top: 15px;
}

.mobile-confirm .product-availability {
    text-transform: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.product-availability {
    font-family: "Din-Bold";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 0;
}

.product-availability.in-stock span {
    color: #35cc51;
}

.product-availability span {
    color: #DB0808;
}

.quantity input {
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 5px 12px;
    margin: 0 0 0 15px;
    display: inline-block;
    max-width: 105px;
}

.quantity input:focus {
    border-color: #000;
    outline: none;
    opacity: 1;
}

a.buy-product {
    color: #fff;
    margin: 25px 0 0 0;
    padding: 20px 15px;
    display: inline-block;
    min-width: 290px;
    text-align: center;
}

a.buy-product.disabled {
    opacity: 0.7;
    cursor: default;
}

div.added-wrapper {
    display: none;
}

span.added {
    display: inline-block;
    background-color: #d7d7d7;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
    min-width: 280px;
    margin: 0 5px;
}

a.buy-product:hover {
    background-color: #000;
    color: #fff;
    opacity: 0.7;
}

#product_page .details-wrapper {
    margin: 55px 0 0 0;
    display: block;
}

.accordion-btn {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Din-Bold";
    letter-spacing: 2px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}


/*.details-wrapper #product_description .content {*/
/*-webkit-column-count: 2; !* Chrome, Safari, Opera *!*/
/*-moz-column-count: 2; !* Firefox *!*/
/*column-count: 2;*/
/*}*/

.details-wrapper #product_description .content ul {
    margin: 0 0 0 15px;
}

.details-wrapper #product_description .content ul li {
    margin: 0 0 15px 0;
    list-style: none;
    position: relative;
}

.details-wrapper #product_description .content ul li strong {
    font-weight: 700;
}

.details-wrapper #product_description .content ul li:before {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 50%;
    top: 7px;
    left: -12px;
}

.details-wrapper #product_description .content ul li .attribute_image {
    display: block;
    margin:  15px auto;
    max-width: 300px;
}

.details-wrapper #product_description .additional.content {
    font-family: "Din-Light";
    font-size: 14px;
}

.details-wrapper #product_description .additional.content .nav {
    margin: 15px 0 0 0;
    border: none;
}
.details-wrapper #product_description .additional.content tr.title h3 {
    font-size: 18px;
}
.details-wrapper #product_description .additional.content tr.title td {
    border: 1px solid #ffffff!important;
    border-width: 1px 1px 0px 1px!important;
}
.details-wrapper #product_description .additional.content td.yes:before {
    content: "✔";
    background: #000000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
}
.details-wrapper #product_description .additional.content th, .details-wrapper #product_description .additional.content td {
    width: 50%;
    padding: 8px 10px;
    border: 1px solid #000000;
}

.details-wrapper #product_description .additional.content .nav li {

}

.details-wrapper #product_description .additional.content .nav li:before {
    display: none;
}

.details-wrapper #product_description .additional.content .nav li.active {

}

.details-wrapper #product_description .additional.content .nav li.active a {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
}

.details-wrapper #product_description .additional.content .nav li a {
    border: 2px solid #ccc;
    border-radius: 0;
    text-transform: uppercase;
}

.details-wrapper #product_description .additional.content h3 {
    font-size: 14px;
    padding: 8px;
}

/* additional-video */
.details-wrapper #product_description .additional.content .additional-video {
    margin: 30px auto;
    text-align: center;
}

.details-wrapper #product_description .additional.content .additional-video iframe {
    width: 700px;
    height: 394px;
}

/* additional-description */
.details-wrapper #product_description .additional.content .additional-description {
    margin: 30px auto;
}

.details-wrapper #product_description .additional.content .additional-description img {
    max-width: 120px;
    margin: 0 auto;
}

.details-wrapper #product_description .additional.content table {
    border: 1px solid #828282;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.details-wrapper {
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 0 0 35px 0;
}

.details-wrapper .list-right ul {
    display: inline-block;
}

.details-wrapper .list-right ul:nth-child(odd) {
    float: left;
    max-width: 300px;
}

.details-wrapper .list-right ul:nth-child(even) {
    float: right;
    max-width: 210px;
}

.details-wrapper .list-right ul > li {
    padding: 0 0 14px 15px;
    display: block;
    position: relative;
}

.details-wrapper .list-right ul > li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

#product_description .content .attribute-group-item h2,
#product_description .content .description-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.details-wrapper #product_description .content .attribute-group-item ul {
    margin: 0 0 30px 15px;
}

#product_description .print_footer {
    display: none;
}

#product_description .content > .materials + .materials {
    white-space: pre-wrap;
}

#product_description p {
    margin: 0 0 15px 0;
    color: #000;
}

.accordion-btn i {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0 5px;
    font-size: 20px;
}

.accordion-btn.open i {
    -webkit-transform: rotateX(180deg) translateY(-9%);
    transform: rotateX(180deg) translateY(-9%);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.single-product-video {
    position: relative;
    overflow: hidden;
}

.single-product-video.youtube iframe {
    width: 100%;
    height: 400px;
}

.single-product-video-play {
    background-color: transparent;
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    font-size: 70px;
    line-height: 1;
    transform: translateY(-50%) translateX(-50%);
    border: none;
}

.single-product-video-play i {
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
}

.single-product-video-play:hover {
    opacity: 1;
}

.single-product-video .single-product-video-play.playing i {
    opacity: 0;
}

.single-product-video:hover .single-product-video-play.playing i {
    opacity: 1;
}

.single-product-video-play:focus {
    outline: none;
}

.recommendations-carousel-wrapper {
    background-image: url(../image/productpage/recommendations-carousel-bg-min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1917px 627px;
    max-width: 1920px;
    min-height: 627px;
    margin: 0 auto;
    position: relative;
}

.recommendations-carousel-wrapper:after {
    content: '';
    display: block;
    position: relative;
    padding: 0 0 33% 0;
    z-index: -1;
}

.recommendations-carousel-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: -1;
    background-color: transparent;
}

.recommendations-carousel .item {
    display: block;
    position: relative;
    max-width: 238px;
    margin: 0 auto 0 5px;
    border: 2px solid #f1f0f1;
    z-index: -1;
    padding: 15px 0;
}

.owl-carousel.owl-drag .owl-item {
    z-index: -1;
}

.recommendations-carousel .item:before {
    content: '';
    border: 2px solid #f1f0f1;
    display: block;
    background-color: transparent;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
}

.recommendations-carousel .item .img-container {
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    max-width: 175px;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
    background-size: cover;
    background-position: center;
}

.recommendations-carousel .item .img-container:after {
    content: '';
    display: block;
    position: relative;
    padding: 0 0 140% 0;
    z-index: -1;
}

.recommendations-carousel .item .hidden-content {
    position: absolute;
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Roboto-Bold";
    text-transform: uppercase;
    color: #000;
    -webkit-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
    -webkit-transform: translateY(105%);
    transform: translateY(105%);
}

.recommendations-carousel .item:hover .img-container {
    opacity: 0;
}

.recommendations-carousel .item:hover .hidden-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.recommendations-carousel .item .hidden-content .title {
    display: block;
    margin: 0 0 15px 0;
    max-height: 40px;
    overflow: hidden;
}

.recommendations-carousel .item .hidden-content .price {
    display: block;
    font-size: 24px;
    font-family: "Roboto-Bold";
}

.recommendations-carousel .item .hidden-content .inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 35px;
    right: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.recommendations-carousel-wrapper .owl-nav-outer {
    display: block;
    position: absolute;
    max-width: 1245px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.recommendations-carousel-wrapper .owl-nav-outer > div {
    position: absolute;
    font-size: 40px;
    z-index: 10;
    user-focus: none;
    -webkit-user-select: none;
}

.recommendations-carousel-wrapper .owl-nav-outer > div:hover {
    cursor: pointer;
}

.recommendations-carousel-wrapper .owl-nav-outer .owl-prev {
    left: -2.3%;
}

.recommendations-carousel-wrapper .owl-nav-outer .owl-next {
    right: -2.3%;
}

.recommendations-carousel-wrapper .title-block {
    position: absolute;
    top: 0;
    padding: 25px 0 0 0;
}

.more-brands-wrapper {
    max-width: 1920px;
    margin: 20px auto 100px auto;
}

.more-brands-wrapper .brands .item a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.more-brands-wrapper .brands .item img {
    max-height: 90px;
}

.more-brands-wrapper .brands .item a:hover img {
    opacity: 1;
}

.more-brands-wrapper .custom-row {
    position: relative;
    display: block;
    overflow: hidden;
}

.more-brands-wrapper .custom-row > .custom-col {
    display: inline-block;
    float: left;
    width: 20%;
}

.more-brands-wrapper .custom-row > .custom-col .item {
    min-height: 100px;
    text-align: center;
    position: relative;
    margin: 0 0 25px 0;
}

.options {
    margin: 0 0 30px 0;
}

.options label {
    font-weight: bold;
    margin: 0 0 5px 0;
}

.options select {
    max-width: 120px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #000;
    height: 30px;
    display: block;
}

.options.group .option-item {
    display: block;
    margin: 0 0 15px 0;
}

.exclusive-title {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    display: block;
    text-align: left;
    max-width: 1215px;
    margin: 0 auto;
    padding: 30px 15px 15px 15px;
    border-top: 2px solid #000;
}

.payment_same_address {
    max-width: 611px;
    display: block;
    margin: 10px auto 0 auto;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.payment_same_address .checkbox-name {
    vertical-align: middle;
    display: inline-block;
}

.callback-home .inner {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 2% 15px;
}

.callback-home .inner * {
    vertical-align: middle;
}

.callback-home .inner p {
    font-size: 30px;
    font-family: "DIN-bold";
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1.5px;
    margin: 0 20px 0 0;
}

.callback-home .inner span {
    font-family: "DIN-bold";
    letter-spacing: 2.5px;
    margin: 0 15px -4px 0;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
}

.callback-home .inner a {
    font-family: "DIN-bold";
    letter-spacing: 2px;
    font-size: 36px;
    line-height: 1;
}

.callback-home.product-page {
    margin: 0 0 45px 0;
}

header .top .callback-header {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
}

header .top .callback-header p {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

header .top .callback-header .whatsapp-link {
    vertical-align: middle;
    display: none;
    font-size: 0;
    line-height: 0;
    margin: 0 10px;
}

header .top .callback-header a.full {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    width: 170px;
    letter-spacing: 1.5px;
    vertical-align: middle;
}

header .top .callback-header a.mobile {
    display: none;
}

.right-side-fixed .callback-header {
    display: inline-block;
}

.right-side-fixed .callback-header a.full {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 1.5px;
}

.right-side-fixed .callback-header a.mobile {
    display: none;
}

.right-side-fixed .callback-header p {
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.5px;
}

@media print {
    header,
    footer,
    .breadcrumb-custom,
    .more-brands-wrapper,
    #product-slider,
    a.buy-product,
    .quantity,
    .links,
    .product-nav,
    .accordion-btn.open i,
    .gift-wrapper,
    a.product_pdf,
    .additional-options,
    .recommendations-carousel-wrapper {
        display: none;
    }


    #product_page .right-side .name.collection a {
        font-size: 0;
    }

    #product_description .print_footer {
        display: block;
    }

    #product_description .print_footer .text {
        padding: 30px 0;
    }

    #product-slider .img-container {
        height: 400px;
    }

    .owl-carousel .owl-stage {
        transform: none!important;
        width: 100%!important;
    }

    .owl-carousel .owl-stage .owl-item {
        position: static;
        width: 100%;
    }

    #product-slider .img-container:after {
        display: none;
    }

    .owl-carousel .owl-stage .owl-item + div {
        display: none;
    }

    .content {
        padding: 0!important;
    }

    .for-print {
        display: block;
        margin: 0 0 30px 0;
    }

    .details-wrapper .list-right ul {
        float: left!important;
    }

}


/*********************************** end of Product Page *****************************************/

.gift-sub-title {
    font-size: 16px;
}


.mobile-confirm {
    max-width: 991px;
    display: block;
    margin: 0 auto 30px auto;
}

.payment-module {
    max-width: 991px;
    display: block;
    margin: 0 auto;
}

.mobile-confirm .products .item {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 0 15px 0;
}

.mobile-confirm .head {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 5px 0;
}

.mobile-confirm .head div:nth-child(1) {
    display: inline-block;
    float: left;
    font-family: "Din-Bold";
}

.mobile-confirm .head div:nth-child(2) {
    display: inline-block;
    float: right;
}

.mobile-confirm .head span {
    font-family: "Din-Light";
    padding: 0 10px;
}

.mobile-confirm .product_name {
    margin: 10px 0;
    display: block;
}

.mobile-confirm .details > div p {
    font-family: "Din-Bold";
}

.mobile-confirm .details > div p span {
    font-family: "Din-Light";
    float: right;
}

.mobile-confirm .totals {
    border: 1px solid #ddd;
}

.mobile-confirm .totals .item {
    overflow: hidden;
}

.mobile-confirm .totals .item:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.mobile-confirm .totals .item > div:nth-child(1) {
    display: inline-block;
    float: left;
    width: 70%;
    font-family: "Din-Bold";
    border-right: 1px solid #ddd;
    padding: 5px;
}

.mobile-confirm .totals .item > div:nth-child(2) {
    display: inline-block;
    float: right;
    width: 30%;
    padding: 5px;
}

.mobile-bank-table {
    font-size: 14px;
}

.mobile-bank-table .border {
    border-bottom: 2px solid #000;
}

.mobile-bank-table .head {
    padding: 5px 0;
}

.mobile-bank-table p {
    padding: 5px 0;
    margin: 0;
}

.mobile-bank-table .item {
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 10px 0;
}

.mobile-bank-table .item strong {
    display: block;
}

.mobile-bank-table .iban-number strong {
    display: inline-block;
}

.mobile-bank-table .bic-number span,
.mobile-bank-table .iban-number span {
    padding: 5px 0;
    display: block;
}

/****************************************** Modals ***********************************************/

.modal-dialog {
    width: 100%;
    max-width: 608px;
    margin: auto;
    padding: 15px;
}

.modal-backdrop.in {
    opacity: 0.9;
}

/*.modal.fade .modal-dialog {*/
/*top: 50%;*/
/*-webkit-transform: translate(0, -75%);*/
/*-ms-transform: translate(0, -75%);*/
/*-o-transform: translate(0, -75%);*/
/*transform: translate(0, -75%);*/
/*}*/

/*.modal.in .modal-dialog {*/
/*top: 50%;*/
/*-webkit-transition: -webkit-transform .3s ease-out;*/
/*-o-transition: -o-transform .3s ease-out;*/
/*transition: transform .3s ease-out;*/
/*-webkit-transform: translate(0,-50%);*/
/*-ms-transform: translate(0,-50%);*/
/*-o-transform: translate(0,-50%);*/
/*transform: translate(0,-50%);*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*}*/

.modal .modal-dialog {
    margin: 100px auto;
}


.modal-content {
    border-radius: 0;
    background-image: url("../image/modals/modal-bg-min.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    padding: 0 0 60px 0;
}

.modal-content .nav-wrapper {
    display: block;
    text-align: center;
}

.modal-content .nav-tabs {
    margin: 80px 0 0 0;
    text-align: center;
    display: inline-block;
    border: none;
    position: relative;
}

.modal-content .nav-tabs:before {
    content: '';
    display: block;
    height: 1px;
    width: 2000px;
    background-color: #000;
    left: -30px;
    position: absolute;
    top: 65%;
    transform: translateX(-100%) translateY(-50%);
}

.modal-content .nav-tabs:after {
    content: '';
    display: block;
    height: 1px;
    width: 2000px;
    background-color: #000;
    right: -30px;
    position: absolute;
    top: 65%;
    transform: translateX(100%) translateY(-50%);
}

.modal-content .nav-tabs li {
    color: #8e8e8e;
    font-family: "Din-Bold";
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    background-color: transparent;
    border: none;
    vertical-align: middle;
    float: none;
    display: inline-block;
}

.modal-content .nav-tabs li a {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.modal-content .nav-tabs li.active a {
    border: none;
    background-color: transparent;
    color: #000;
}

.modal-content .custom-row {
    margin-left: -8px;
    margin-right: -8px;
    overflow: hidden;
}

.modal-content .custom-row > div {
    overflow: hidden;
}

.modal-content .custom-row .custom-col {
    display: inline-block;
    width: 50%;
    float: left;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}

.modal-content .custom-row > .custom-col-full {
    display: block;
    width: 100%;
    float: none;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}

.modal-content .custom-row > .custom-col-full.hidden-default {
    display: none;
}

.modal-content .tab-content {
    display: block;
    max-width: 405px;
    margin: 45px auto 0 auto;
}

.modal-content .input {
    margin: 0 0 10px 0;
}

.modal-content .input.submit {
    display: inline-block;
    margin: 20px 0 0 0;
}

#submit_registration {
    padding: 9px 40px;
    font-size: 16px;
    border: 1px solid transparent;
    margin: 0 0 10px 0;
}

#submit_registration:hover {
    border: 1px solid #000;
}

.modal-content .input label {
    display: block;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.modal-content .input input {
    width: 100%;
    outline: none;
    box-shadow: none;
    display: block;
    border: 1px solid #d7d7d7;
    padding: 0 5px;
    height: 27px;
    position: relative;
}

.modal-content .input input:hover {
    outline: none;
    border: 1px solid #d7d7d7;
    opacity: 1;
}
.modal-content .input input:focus,
.modal-content .input input:active {
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
}

.modal-content input[type="radio"],
.modal-content input[type="checkbox"] {
    visibility: hidden;
    width: 0;
    height: 0;
}

.modal-content input[type="radio"] + label,
.modal-content input[type="checkbox"] + label {
    position: relative;
    font-size: 10px;
    letter-spacing: 1px;
    color: #000;
}

.modal-content input[type="radio"] + label:before,
.modal-content input[type="checkbox"] + label:before {
    content: '\f00c';
    width: 10px;
    height: 10px;
    border: 1px solid #b7b6b7;
    display: inline-block;
    margin: 0 5px 0 0;
    font-family: "FontAwesome";
    font-size: 8px;
    color: transparent;
    vertical-align: bottom;
}

.modal-content input[type="radio"]:checked + label:before,
.modal-content input[type="checkbox"]:checked + label:before {
    border-color: #000;
    color: #000;
}

.modal-content .submit-wrapper {
    display: block;
    text-align: center;
    overflow: hidden;
}

.modal-content .socials {
    display: block;
    text-align: center;
    margin: 20px 0 50px 0;
}

.modal-content .socials .sub-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-family: "Din-Bold";
    display: block;
    letter-spacing: 1.6px;
    margin: 0 0 10px 0;
}

.modal-content .socials a {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 10px;
}

.modal-content .socials a:hover {
    opacity: 0.6;
}

.modal-content .socials a.facebook {
    background-position: -5px -5px;
}

.modal-content .socials a.google {
    background-position: -39px -5px;
}

.modal-content .socials a.twitter {
    background-position: -5px -39px;
}

.modal-content .without-registration {
    text-align: center;
}

.modal-content .without-registration a {
    text-decoration: underline;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #000;
}

.modal-content #login form {
    max-width: 242px;
    display: block;
    margin: 0 auto;
}

#submit_login {
    display: block;
    text-align: center;
    width: 100%;
}

button[type="submit"] {
    border: 1px solid transparent;
}

button[type="submit"]:hover {
    border-color: #000;
}

.modal select {
    border-radius: 0;
    width: 100%;
    outline: none;
    box-shadow: none;
    display: block;
    border: 1px solid #d7d7d7;
}

#ModalGift {
    text-align: center;
    font-size: 14px;
    color: #000;
}

#ModalGift .tab-content button {
    border: 1px solid #000;
}

#ModalGift .tab-content button:disabled,
#ModalGift .tab-content button:hover {
    background-color: #fff;
    color: #000;
}

#ModalGift .tab-content img {
    margin: 0 auto 30px auto;
    display: block;
}

#ModalGift .text {
    margin: 0 0 30px 0;
    text-align: left;
}

#ModalGift textarea {
    resize: none;
    height: 200px;
    width: 100%;
    padding: 15px;
    border: 1px solid #000;
    margin: 0 0 15px 0;
}

#ModalGift .custom-checkbox {
    margin: 0 0 30px 0;
}

.payments-method-block {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}


.payments-method-block + input {
    vertical-align: inherit;
}

.payments-method-block img {
    max-height: 35px;
    margin: 0 5px 0 0;
}

.split-payment-wrapper p {
    font-family: "Din-Bold";
}

.split-payment-wrapper .payment-logo {
    max-width: 100px;
    display: inline-block;
    margin: 10px 0 0 0;
}

.split-payment-wrapper label {
    margin: 0 0 15px 0;
}

.split-payment-wrapper .file-description {
    margin: 15px 0 0 0;
}

.split-payment-wrapper .description {
    margin: 0 0 30px 0;
}

.split-payment-wrapper label span {
    font-family: "Din-Bold";
}

a.btn-black.success-btn {
    margin: 30px 0 0 0;
    color: #fff;
    border: 1px solid #000;
}

a.btn-black.success-btn:hover {
    border-color: #000;
    color: #000;
}

.split-payment-wrapper small {
    font-size: 14px;
    line-height: 16px;
}

.not-found-page-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.not-found-page-wrapper .mask {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.6);
}

.not-found-page-wrapper .inner {
    padding: 18% 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden;
}

.not-found-page-wrapper .inner .left-side {
    display: inline-block;
    width: 50%;
    float: left;
}

.not-found-page-wrapper .inner .right-side {
    display: inline-block;
    width: 50%;
    float: left;
    margin: 75px 0 0 0;
}

.not-found-page-wrapper .inner .title {
    font-size: 300px;
    letter-spacing: 4px;
}

.not-found-page-wrapper .inner h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 32px 0;
}

.not-found-page-wrapper .inner p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 24px 0;
    font-weight: normal;
}

.not-found-page-wrapper .btn-black {
    padding: 20px 32px;
    font-size: 18px;
    line-height: 21px;
}

.products-filter-tags {
    display: inline-block;
    margin: 0 0 0 30px;
}

.products-filter-tags .filter-tag {
    display: inline-block;
    margin: 0 15px 0 0;
}

.products-filter-tags .filter-tag a img {
    max-width: 10px;
}

.products-filter-tags .filter-tag.reset-tag {
    font-family: "Din-Bold";
    font-size: 12px;
    font-weight: bold;
}

.mobile-tags-filter .products-filter-tags {
    display: none;
}

.split-payment-warning {

}

.split-payment-warning strong {
    font-weight: bold;
}

/* additional options */

.additional-options {

}

.additional-options .additional-option {

}

.additional-options .additional-option .option-title {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.additional-options .additional-option .option-title .title-value {

}

.additional-options .additional-option .option-title .tooltip-icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    z-index: 1;
}

.additional-options .additional-option .option-title .tooltip-icon .tooltip__fill {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: #7a7a7a;
}

.additional-options .additional-option .option-title .tooltip-icon .tooltip__content {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: #fff;
}

.additional-options .additional-option .option-title .option-tooltip {

}

.additional-options .additional-option .option-values {
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
}

.additional-options .additional-option .option-values .option-checkbox {
    position: relative;
    display: inline-block;
}

.additional-options .additional-option .option-values .option-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    visibility: hidden;
}

.additional-options .additional-option .option-values .option-checkbox label {
    color: #000;
    border: 2px solid #ccc;
    font-size: 14px;
    padding: 8px 15px;
    font-weight: 400;
    cursor: pointer;
}

.additional-options .additional-option .option-values .option-checkbox input:checked + label {
    background-color: #000000;
    color: #ffffff;
    border-color: #000;
    cursor: default;
}

.additional-options .additional-option .option-values .product-link {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    border: 2px solid #ccc;
    float: left;
    margin: 0 10px 10px 0;
}

.additional-options .additional-option .option-values .product-link.active {
    border-color: #000000;
}

.additional-options .additional-option .option-values .product-link.active .img-container {
    opacity: 1;
}

.additional-options .additional-option .option-values .product-link .img-container {
    position: relative;
    width: 60px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.additional-options .additional-option .option-values .product-link .img-container:after {
    content: '';
    display: block;
    position: relative;
    padding: 0 0 100% 0;
    z-index: -1;
}

    /* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
    background-color: #000;
    color: #fff;
    padding: 50px 0 80px 0;
    font-family: "Din-Light", serif;
    font-size: 12px;
    letter-spacing: 0.5px;
}

footer .footer-main-logo {
    max-width: 90px;
    margin: 0 auto 0 0;
}

footer .sub-text {
    display: block;
    margin: 20px 0 0 0;
    font-size: 10px;
    line-height: 12px;
}

footer .title {
    text-transform: uppercase;
    font-family: "Din-Bold", serif;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 0 0 15px 0;
}

footer .blocks-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1060px;
    margin: 0 auto;
}

footer .blocks-wrapper > div {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

footer .left-side {
    margin: 0 140px 0 0;
}

footer .manufacturers-block {
    width: 370px;
}

footer .manufacturers-block ul {
    display: inline-block;
    list-style: none;
    vertical-align: top;
}

footer li {
    margin: 0 0 3px 0;
}

footer li a:hover {
    opacity: 1;
    color: #a7a5a5;
}

footer .manufacturers-block ul + ul {
    margin: 0 0 0 80px;
}

footer .manufacturers-exclusive {
    width: 175px;
    padding: 0 20px 0 0;
}

footer .list-wrapper {
    margin: 0 0 20px 0;
}

footer .social-wrapper img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

footer .social-wrapper .item:not(:last-of-type) {
    margin: 0 0 10px 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* 5 - END of footer ---------------------------------------------------------- */


/* * - BEGIN of @media ---------------------------------------------------------- */


/* ----------------------------------------------------------------------------------- */

@media (min-width: 1245px) {
    .container {
        width: 1245px;
    }
}

/**********************************************************************************/
@media screen and (max-width: 1599px) {
    .right-side-fixed .callback-header p,
    .right-side-fixed .callback-header a.full {
        display: none;
    }

    .right-side-fixed .callback-header a.mobile {
        display: inline-block;
        font-size: 16px;
        line-height: 1;
    }

    .not-found-page-wrapper .inner {
        padding: 12% 0;
    }

    .not-found-page-wrapper .inner .title {
        font-size: 200px;
        letter-spacing: 2px;
        text-align: right;
        margin: 0 35px 0 0;
    }

    .not-found-page-wrapper .inner .right-side {
        margin: 50px 0 0 0;
    }

    .not-found-page-wrapper .inner p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 20px 0;
    }

    .not-found-page-wrapper .inner h1 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    .not-found-page-wrapper .btn-black {
        padding: 15px 25px;
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1399px) {
    #home_carousel .item .slide-content {
        left: 30px;
    }

    #nous_contacter .right-side form .input.submit {
        margin: 20px 0 0 0;
    }

    .main-nav .navbar-collapse > ul > li {
        margin: 0 7px;
    }

    .main-nav .navbar-collapse .logo-header {
        margin: 0 15px;
    }

    .main-nav .navbar-collapse > ul > li > a {
        font-size: 11px;
    }
}

@media  screen and (max-width: 1320px) {
    .recommendations-carousel-wrapper .owl-nav-outer .owl-prev {
        left: 35px;
    }
    .recommendations-carousel-wrapper .owl-nav-outer .owl-next {
        right: 35px;
    }

    #nous_contacter .right-side form .input.submit {
        text-align: center;
    }

    #nous_contacter .right-side form .input.submit #contactrecaptcha {
        display: inline-block;
        float: none;
        margin: 0 50px 20px 50px;
    }

    #nos_marques .items-wrapper {
        margin: 0 0 0 -15%;
        min-width: 130%;
    }

}

@media screen and (max-width: 1244px) {
    .recommendations-carousel-wrapper {
        background-size: 1775px 580px;
        min-height: 580px;
    }

    .recommendations-carousel-product .item {
        max-width: 228px;
        padding: 5px 0;
    }

    .callback-home .inner p {
        font-size: 20px;
    }

    .callback-home .inner span {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .callback-home .inner a {
        letter-spacing: 1px;
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .collage-block > .item > a > .wrapper {
        font-size: 18px;
    }

    .collage-block > .item > a > .wrapper img {
        margin: 0 auto 15px auto;
    }

    #nos_boutiques .slider-content-outer {
        padding: 60px 15px 60px 15px;
    }

    .main-nav .submenu-wrapper .sub-menu {
        padding: 0 15px;
    }

    .recommendations-carousel-wrapper {
        background-image: url(../image/productpage/recommendations-carousel-bg-sm-min.png);
        background-position: center;
        background-size: 1686px 650px;
        min-height: 650px;
    }

    .recommendations-carousel-product .item {
        max-width: 260px;
    }

    .main-nav .navbar-collapse .logo-header {
        margin: 0 20px;
    }

    header.smaller .right-side-fixed {
        right: 0;
    }

    #nos_marques .items-wrapper {
        margin: 0 0 0 -20%;
        min-width: 140%;
    }

    .confirm-table {
        padding: 60px 30px;
    }

    #home_carousel .item:after {
        padding: 0 0 50% 0;
    }

    footer .left-side {
        margin: 0 20px 0 0;
    }

    #home_carousel .item .slide-content .sale {
        font-size: 36px;
        line-height: 40px;
    }

    #home_carousel .item .slide-content .sub {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 991px) {

    .main-nav .navbar-collapse .logo-header {
        margin: 0 10px;
    }

    .main-nav .navbar-collapse > ul > li {
        margin: 0 5px;
    }

    .main-nav .navbar-collapse > ul > li > a {
        font-size: 11px;
    }

    #nos_boutiques .slider-content-outer {
        padding: 40px 15px 40px 15px;
    }

    .boutiques_slider_nav .title {
        font-size: 20px;
    }

    #nos_boutiques .slider-content-outer .details {
        font-size: 14px;
    }

    .instagram-wrapper a {
        width: 25%;
    }

    #magazine .right-side {
        margin: 30px 0 0 0;
    }

    .collage-block > .item > a > .wrapper {
        font-size: 14px;
    }

    .collage-block > .item > a > .wrapper img {
        max-width: 80%;
    }

    .recommendations-carousel-product {
        max-width: 260px;
        margin: 0 auto;
    }

    .recommendations-carousel-popup .item {
        margin: 0 auto;
    }

    .recommendations-carousel-wrapper .owl-nav-outer {
        max-width: 260px;
        margin: 0 auto;
    }

    .recommendations-carousel-wrapper .owl-nav-outer .owl-prev {
        left: -45px;
    }

    .recommendations-carousel-wrapper .owl-nav-outer .owl-next {
        right: -50px;
    }

    .recommendations-carousel-inner {
        z-index: 1;
    }

    #product_page .left-side {
        padding: 0;
    }

    #product_page .right-side {
        margin: 50px 0 0 0;
    }

    #product_description {
        max-width: inherit;
    }

    #product_page .description {
        margin: 0 0 50px 0;
    }

    .details-wrapper .list-right ul {
        margin: 0 15px 0 0;
    }

    .details-wrapper .list-right ul:nth-child(even) {
        max-width: 300px;
        float: none;
    }

    .more-brands-wrapper .custom-row > .custom-col {
        width: 25%;
    }

    .breadcrumb-custom ul li {
        font-size: 12px;
    }

    .breadcrumb-custom ul li:not(:last-of-type):after {
        font-size: 24px;
    }

    .breadcrumb-custom .brand-logo {
        max-width: 120px;
    }

    #nos_marques .items-wrapper {
        margin: 0 0 0 -35%;
        min-width: 170%;
    }

    .boutiques_slider_nav > div {
        height: 12px;
    }

    .owl-collage-carousel {
        padding: 40px 30px;
    }

    .owl-collage-carousel .owl-next {
        right: 0;
    }

    .owl-collage-carousel .owl-prev {
        left: 0;
    }

    .callback-home .inner p {
        display: block;
        margin: 0 auto 10px auto;
    }

    header.smaller .right-side-fixed {
        top: 15px;
        transform: none;
    }

    footer .left-side {
        margin: 0 30px 0 0;
    }

    footer .manufacturers-block ul + ul {
        margin: 0 0 0 20px;
    }

    footer .manufacturers-block {
        width: 290px;
    }

    footer .manufacturers-exclusive {
        width: 210px;
        padding: 0;
    }

    footer .information-block {
        overflow: hidden;
        width: 100%;
    }

    footer .information-block > div {
        width: 210px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    #home_carousel .item .slide-content .more {
        margin: 15px 0 0 0;
    }

    a.btn-white, .btn-white {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 15px;
    }

    #home_carousel .item .slide-content {
        bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    header .top .callback-header .whatsapp-link {
        display: inline-block;
    }

    header .logo-header-mobile {
        display: inline-block;
    }

    .main-nav {
        margin: 0 0 15px 0;
    }

    .main-nav .navbar-collapse {
        margin: 15px 0 0 0;
    }

    header .bottom {
        margin: 15px 0 0 0;
    }

    .main-nav .navbar-default .navbar-toggle:focus,
    .main-nav.navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .main-nav .navbar-collapse > ul {
        display: block;
    }

    .main-nav .navbar-collapse > ul:nth-child(1) > li:nth-child(1) {
        margin: 15px 0;
    }

    .main-nav .navbar-collapse > ul > li {
        display: block;
        float: none;
        margin: 0 0 15px 0;
    }

    header .logo-header-mobile img {
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    header.smaller .logo-header-mobile img {
        max-width: 40px;
    }

    header.smaller .main-nav {
        margin: 0 0 15px 0;
    }

    .main-nav .navbar-header {
        position: relative;
    }

    .main-nav .sub-menu > li {
        width: 33.33%;
        max-width: 33.33%;
        margin: 0;
        height: 50px;
    }

    .main-nav .submenu-wrapper {
        position: relative;
        padding: 15px 0;
        overflow: hidden;
    }

    .main-nav .sub-menu > li a img {
        max-width: 80%;
    }

    .main-nav .submenu-wrapper .menu-title {
        font-size: 12px;
        padding: 15px 15px 0 30px;
        text-align: center;
    }

    .boutiques_slider_nav > div {
        height: 11px;
    }

    /****************************************************************/

    .main-nav .navbar-toggle {
        border: none;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 40px;
        position: absolute;
        right: 15px;
        top: 6px;
    }

    .main-nav .navbar-toggle .icon-bar {
        display: block;
        position: absolute;
        margin: 0;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .main-nav .navbar-toggle span:nth-child(1) {
        top: 0;
    }

    .main-nav .navbar-toggle span:nth-child(2) {
        top: 8px;
    }

    .main-nav .navbar-toggle span:nth-child(3) {
        top: 16px;
    }

    .main-nav .navbar-toggle.open span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .main-nav .navbar-toggle.open span:nth-child(2) {
        opacity: 0;
    }

    .main-nav .navbar-toggle.open span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    header.smaller .main-nav .navbar-toggle {
        top: 0;
    }


    /****************************************************************/

    .collage-block:after {
        display: none;
    }

    .collage-block {
        width: 75%;
        margin: 0 auto;
    }

    .owl-collage-carousel .owl-next {
        right: 30px;
    }

    .owl-collage-carousel .owl-prev {
        left: 30px;
    }

    .owl-collage-carousel {
        margin-bottom: 30px;
    }

    .collage-block ~ .collage-block.left > .item:nth-child(1),
    .collage-block ~ .collage-block.left > .item:nth-child(3),
    .collage-block ~ .collage-block.left > .item:nth-child(4),
    .collage-block ~ .collage-block.left > .item:nth-child(6),
    .collage-block.left > .item:nth-child(1),
    .collage-block.left > .item:nth-child(2),
    .collage-block.left > .item:nth-child(3),
    .collage-block.left > .item:nth-child(4),
    .collage-block.left > .item:nth-child(5),
    .collage-block.left > .item:nth-child(6),
    .collage-block.right > .item:nth-child(1),
    .collage-block.right > .item:nth-child(2),
    .collage-block.right > .item:nth-child(3),
    .collage-block.right > .item:nth-child(4),
    .collage-block.right > .item:nth-child(5),
    .collage-block.right > .item:nth-child(6) {
        display: inline-block;
        width: 50%;
        height: auto;
        float: left;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
        overflow: visible;
        background-size: contain;
    }

    .collage-block > .item .img-container {
        position: relative;
    }

    .collage-block > .item .img-container:after {
        content: '';
        display: block;
        position: relative;
        padding: 0 0 100% 0;
        z-index: -1;
    }

    .collage-block > .item > a {
        background: transparent;
    }

    .collage-block > .item > a > .wrapper {
        color: #000;
        position: relative;
        top: auto;
        bottom: 0;
        transform: none;
        opacity: 1;
        z-index: 1;
        height: 120px;
    }

    .collage-block > .item > a > .wrapper img {
        /*-webkit-filter: invert(100%); !* Safari 6.0 - 9.0 *!*/
        /*filter: invert(100%);*/
        filter: none;
        max-height: 30px;
    }

    .collage-block > .item > a > .wrapper .title {
        font-family: "Din-Light";
        font-size: 10px;
        letter-spacing: 1px;
        min-height: 30px;
        margin: 0;
        max-height: 36px;
    }

    .title-block {
        padding: 20px 0;
    }

    .title-block .head-title {
        font-size: 14px;
    }

    .collage-block > .item:after {
        display: none;
    }

    .collage-block > .item > a > .wrapper .title + span {
        font-size: 12px;
        letter-spacing: 0;
        color: #000;
    }

    #nos_marques .items-wrapper .item.empty {
        display: none;
    }

    #nos_marques .items-wrapper .item {
        width: 33.33%;
    }

    #nos_marques .title-block + .items-wrapper > .item.empty:last-of-type {
        display: block;
    }

    #nos_boutiques .slider-content-outer {
        width: 60%;
    }

    #boutiques_slider .owl-dots {
        width: 40%;
    }

    .instagram-wrapper a {
        width: 33.33%;
    }

    #nous_contacter .left-side {
        display: block;
        overflow: hidden;
    }

    #nous_contacter .left-side .item {
        width: 50%;
        display: inline-block;
        float: left;
        text-align: center;
        overflow: hidden;
        min-height: 210px;
    }

    #nous_contacter .right-side form {
        margin: 0 auto;
    }

    #nous_contacter {
        padding: 55px 0 100px 0;
    }

    #home_carousel .item .slide-content {
        position: static;
        max-width: inherit;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-bottom: 2px solid #000;
        padding: 10px 15px 30px 15px;
    }

    #home_carousel .item .slide-background {
       position: relative;
    }

    #home_carousel .item .slide-background:after {
        content: '';
        position: relative;
        display: block;
        padding: 0 0 35% 0;
        z-index: -1;
    }

    #home_carousel .item .mask {
        display: none;
    }

    #home_carousel .item:after {
        display: none;
    }

    #home_carousel .owl-dots {
        bottom: 5px;
    }

    #home_carousel .item .slide-content .wrapper {
        display: block;
        max-width: inherit;
    }

    #home_carousel .item .slide-content .more {
        border: 1px solid #000;
    }

    #home_carousel .owl-dots .owl-dot {
        border-color: #000;
    }

    #home_carousel .owl-dots .owl-dot.active {
        background-color: #000;
    }

    #home_carousel .item .slide-content .sub {
        font-size: 10px;
        line-height: 1;
        letter-spacing: 1px;
    }

    #home_carousel .item .slide-content .divider {
        margin: 6px 0;
    }

    #home_carousel .item .slide-content p {
        font-size: 11px;
    }

    a.btn-white, .btn-white {
        font-size: 10px;
        padding: 5px 10px;
    }

    #home_carousel .item .slide-content .more {
        margin: 15px 0 0 0;
    }

    #nous_contacter .left-side .item .content {
        letter-spacing: 0;
        font-size: 14px;
    }

    .more-brands-wrapper .custom-row > .custom-col {
        width: 33.33%;
    }

    .more-brands-wrapper .custom-row > .custom-col .item {
        margin: 0 10px 25px 10px;
    }

    .recommendations-carousel .item .hidden-content {
        transform: none;
        opacity: 0.6;
    }

    .collage-block > .item .mask {
        display: none;
    }

    .collage-block > .item > a {
        opacity: 1;
        display: block;
        position: relative;
        z-index: 2;
    }

    #product_page .left-side {
        margin-left: -15px;
        margin-right: -15px;
    }

    .modal.in .modal-dialog {
        top: 15px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .modal.fade .modal-dialog {
        top: 15px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0;
    }

    .recommendations-carousel-product .item:hover .img-container {
        opacity: 1;
    }

    header .right-side-fixed {
        display: inline-block;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        right: auto;
        margin: auto;
        top: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    header.smaller .right-side-fixed {
        right: auto;
        left: 50%;
        top: 31px;
    }

    #nos_marques .items-wrapper {
        margin: 0;
        min-width: initial;
    }

    #success_page,
    #information_page {
        padding: 30px 0;
    }

    #success_page .content,
    #information_page .content {
        font-size: 14px;
    }

    .confirm-table {
        margin: 56px 0 0 0;
        padding: 30px 15px;
        border: none;
        overflow: hidden;
    }

    .confirm-table .table-wrapper {
        overflow: scroll;
        display: block;
        position: relative;
        margin: 0 0 25px 0;
    }

    .confirm-table .table-wrapper table {
        min-width: 767px;
    }

    .confirm-table .table-bordered {
        font-size: 12px;
    }

    .confirm-table .table-wrapper:after {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        top: 50%;
        right: 15px;
        font-size: 50px;
        position: absolute;
    }

    .confirm-table .table-wrapper:before {
        content: '';
        background-color: rgba(0,0,0,0.1);
        display: block;
        position: absolute;
        width: 50px;
        height: 100%;
        right: 0;
    }

    .header-bg {
        display: none;
    }

    .confirm-table .pull-right {
        float: none;
        text-align: center;
        width: 100%;
    }

    .details-wrapper #product_description .content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    #basketPopup .modal-dialog {
        max-width: 608px;
        margin: 0;
    }

    #basketPopup .product-container {
        margin: auto;
        padding-bottom: 0;
    }

    #basketPopup .owl-nav .owl-prev {
        left: 0;
    }

    #basketPopup .owl-nav .owl-next {
        right: 0;
    }

    #basketPopup button {
        font-size: 11px;
    }

    #basketPopup .product-price {
        margin: 0 0 30px 0;
    }

    #basketPopup .products-container {
        margin-bottom: 0;
    }

    #basketPopup .product-image {
        width: 30%;
        height: auto;
        display: inline-block;
        float: left;
    }

    #basketPopup .title {
        font-size: 12px;
        text-align: center;
    }

    #basketPopup .product-image:after {
        content: '';
        display: block;
        position: relative;
        z-index: -1;
        padding: 0 0 100% 0;
    }

    #basketPopup .product-container .product-description {
        float: left;
        width: 70%;
        padding: 0 0 0 15px;
    }

    #basketPopup .product-container .gift_btn {
        padding: 8px 2px;
        font-size: 9px;
        margin: 15px 0;
    }

    #basketPopup .product-container .product-count {
        text-align: right;
        margin: 0 0 15px auto;
    }

    #basketPopup .product-container .product-description .product-name {
        font-size: 12px;
    }

    #basketPopup .product-container .product-description .product-name .product-model {
        font-size: 10px;
        line-height: 12px;
    }

    #basketPopup .product-container .product-price:before {
        content: "";
        display: block;
        clear: both;
    }

    #ModalGift .tab-content {
        padding: 0 15px;
    }

    .boutiques_slider_nav .title {
        font-size: 18px;
    }

    .breadcrumb-custom {
        text-align: center;
    }

    .breadcrumb-custom.with-filter,
    .breadcrumb-custom {
        padding: 10px 0 20px 0;
        background-size: cover;
    }

    .breadcrumb-custom .brand-logo {
        margin: 0 auto 20px auto;
        display: block;
    }

    .breadcrumb-custom ul {
        overflow: visible;
    }

    .breadcrumb-custom ul li:last-of-type a {
        position: relative;
    }

    .breadcrumb-custom .filter-container {
        display: none;
    }

    .breadcrumb-custom ul li:last-of-type a:after {
        content: '';
        display: block;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: auto;
        width: 5px;
        height: 5px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .catalog-title {
        display: none;
    }

    #advanced_filter .filter-search {
        display: none;
    }

    #products_list {
        margin: 48px 0 0 0;
    }

    header .top .cart {
        margin: 0 0 0 5px;
        vertical-align: middle;
    }

    header .top .cart a .cart-logo {
        vertical-align: baseline;
    }

    .header-mobile-logo {
        vertical-align: sub;
        margin: 0;
    }

    .header-mobile-logo img {
        max-height: 28px;
    }

    header .show-top .left-side {
        display: inline-block;
    }

    .main-nav.mobile {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        margin: 0 0 0 15px;
    }

    .main-nav.mobile .navbar-toggle {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        transform: none;
        margin: 0;
        width: 30px;
    }

    header .bottom {
        margin: 0;
    }

    header .top {
        border: none;
        min-height: initial;
    }

    .main-nav {
        margin: 0 0 5px 0;
    }

    .main-nav .navbar-collapse {
        margin: 5px 0 0 0;
    }

    header .top .right-side .links > a {
        vertical-align: middle;
    }

    header .show-top {
        padding: 3px 0 0 0;
    }

    .recommendations-carousel .item .hidden-content .inner,
    #basketPopup .recommendations-carousel .item .hidden-content,
    .recommendations-carousel .item .hidden-content {
        display: block;
        position: relative;
        transform: none;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        opacity: 1;
    }

    .recommendations-carousel .item:before {
        display: none;
    }

    .recommendations-carousel .item {
        border: none;
        padding: 0;
    }

    #basketPopup .recommendations-carousel .item .hidden-content .title,
    .recommendations-carousel .item .hidden-content .title {
        font-size: 10px;
        font-family: "Din-Light";
        height: auto;
    }

    #basketPopup .recommendations-carousel .item,
    .recommendations-carousel .item .img-container {
        max-width: 150px;
        margin: 0 auto 20px auto;
    }

    .recommendations-carousel .item .hidden-content .price {
        font-size: 16px;
    }

    #basketPopup #cart_products .product-container .product-price-container {
        padding: 0;
    }

    .recommendations-carousel .item:hover .img-container {
        opacity: 1;
    }

    #basketPopup .btn-group {
        margin: 10px 0 0 0;
    }

    #basketPopup .tab-content button {
        font-size: 12px;
        padding: 8px 10px;
    }

    #product_page .right-side .name {
        font-size: 16px;
    }

    #product_page .breadcrumb-custom ul li:nth-last-child(2):after,
    #product_page .breadcrumb-custom ul li:last-of-type,
    .breadcrumb-custom ul li:first-of-type {
        display: none;
    }

    #product_page .breadcrumb-custom ul li:nth-last-child(2) {
        font-family: "Din-Bold";
        cursor: none;
        pointer-events: none;
        opacity: 1;
    }

    .breadcrumb-custom ul li:not(:last-of-type):after {
        font-size: 21px;
        line-height: 15px;
        height: 15px;
    }

    .modal-content .input label {
        letter-spacing: 0;
        font-size: 10px;
    }

    .modal-content .nav-tabs li {
        font-size: 12px;
        line-height: 12px;
    }

    .modal-content .nav-tabs {
        max-width: 95%;
    }

    .payment_same_address {
        max-width: 611px;
        display: block;
        margin: 0 auto;
    }

    .payment_same_address .checkbox-name {
        max-width: initial;
        display: inline;
    }

    .modal-content {
        padding: 15px;
    }

    #basketPopup .title {
        margin: 0 0 5px 0;
    }

    #basketPopup #cart_products .product-price p {
        text-align: right;
    }

    #basketPopup #cart_products .product-container .product-description {
        margin: 0;
    }

    #basketPopup .title-carousel {
        margin: 0 0 5px 0;
    }

    #basketPopup .modal-content .tab-content {
        padding: 0;
        margin: 10px auto 0 auto;
    }

    .mobile-basket-modal .top {
        text-align: center;
    }

    .mobile-basket-modal .top .product-model {
        font-family: "Din-Bold";
    }

    .mobile-basket-modal .product-quantity {
        margin: 0 0 2px 0;
    }

    .mobile-basket-modal.product-container .product-price-container {
        height: auto;
        text-align: right;
    }

    .mobile-basket-modal .product-price-container .product-price,
    .mobile-basket-modal .product-description .product-count {
        position: static;
        display: inline-block;
        text-align: right;
    }

    #basketPopup .mobile-basket-modal .product-count {
        margin: 0 0 5px 0;
    }

    #basketPopup .mobile-basket-modal .gift-container {
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #basketPopup .mobile-basket-modal .gift-container .gift_btn {
        padding: 5px 10px;
        margin: 5px 0 0 0;
    }

    #basketPopup .mobile-basket-modal .product-price {
        margin: 0;
    }

    #basketPopup .mobile-basket-modal .product-image {
        width: 100%;
        margin: 0;
    }

    #basketPopup .mobile-basket-modal .product-model {
        font-size: 12px;
        line-height: 14px;
    }

    #basketPopup .mobile-basket-modal .bottom .left-side {
        overflow: hidden;
        position: relative;
        width: 38%;
        display: inline-block;
        vertical-align: top;
    }

    #basketPopup #cart_products .mobile-basket-modal {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #basketPopup .mobile-basket-modal .bottom .right-side {
        display: inline-block;
        position: relative;
        width: 62%;
        vertical-align: top;
    }

    .owl-collage-carousel .owl-prev,
    .owl-collage-carousel .owl-next {
        font-size: 75px;
    }

    header .top .callback-header * {
        vertical-align: middle;
    }

    header .top .callback-header {
        margin: 0;
    }

    header .top .callback-header p,
    header .top .callback-header a.full {
        display: none;
    }

    header .top .callback-header a.mobile {
        display: inline-block;
        font-size: 16px;
    }

    footer .footer-main-logo {
        max-width: 70px;
    }

    .gift-sub-title {
        font-size: 12px;
    }

    .payments-method-block img {
        max-height: 30px;
    }

    .mobile-confirm .totals,
    .mobile-confirm .products .item {
        font-size: 12px;
    }

    footer .blocks-wrapper > div {
        display: block;
        margin: 0 0 15px 0;
        text-align: center;
        width: inherit;
    }

    footer .information-block > div {
        text-align: center;
    }

    footer {
        padding: 30px 0;
    }

    footer .list-wrapper,
    footer .blocks-wrapper > div:last-of-type {
        margin: 0;
    }

    footer .left-side {
        margin: 0 0 15px 0;
    }

    footer .information-block .left-block {
        margin: 0 0 15px 0;
    }

    #home_carousel .item .slide-content .sale {
        font-size: 16px;
        line-height: 18px;
    }

    .not-found-page-wrapper .inner .title {
        font-size: 100px;
        letter-spacing: 1px;
        margin: 0 15px 0 0;
    }

    .not-found-page-wrapper .inner .left-side {
        width: 40%;
    }

    .not-found-page-wrapper .inner .right-side {
        margin: 22px 0 0 0;
        max-width: 250px;
        width: 60%;
    }

    .not-found-page-wrapper .inner h1 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 10px 0;
    }

    .not-found-page-wrapper .inner p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 10px 0;
    }

    .not-found-page-wrapper .btn-black {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 14px;
    }

    .products-filter-tags {
        display: none;
    }

    .right-side-filter.open .mobile-tags-filter .products-filter-tags {
        display: inline-block;
        position: absolute;
        z-index: 10;
        text-align: right;
        right: 0;
    }

    .right-side-filter.open .mobile-tags-filter .products-filter-tags .filter-tag:not(.reset-tag) {
        display: block;
        margin: 0 15px 10px 0;
    }

    .filter-block.range-price-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 549px) {
    #nos_boutiques .slider-content-outer {
        position: relative;
        display: block;
        width: auto;
        bottom: 0;
        background-color: #000;
    }

    #nous_contacter .left-side .item {
        width: auto;
        display: block;
        min-height: inherit;
        float: none;
    }

    #nous_contacter .right-side form .input.submit #contactrecaptcha {
        margin: 0 0 20px 0;
    }

}

@media screen and (max-width: 479px) {

    header .top .right-side .links {
        font-size: 10px;
    }

    a.product_pdf {
        margin: 15px 0;
    }

    h1 {
        font-size: 18px;
    }

    .title-block .head-title {
        padding: 0 10px;
    }

    header .top .cart {
        width: 15px;
        height: 15px;
        padding: 0;
    }

    header .top .cart a .cart-logo {
        margin: 0;
        padding: 0;
    }

    header.smaller .logo-header-mobile img,
    header .logo-header-mobile {
        max-width: 40px;
    }

    .main-nav .navbar-toggle {
        top: 0;
        margin:  5px 0 0 0;
    }

    #contactrecaptcha {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    .instagram-wrapper {
        padding: 0 10px;
    }

    .instagram-wrapper a {
        width: 50%;
    }

    .instagram-wrapper a:last-of-type {
        display: none;
    }

    .instagram-wrapper .item {
        margin: 5px;
    }

    footer {
        padding: 30px 0;
    }

    .recommendations-carousel-wrapper .owl-nav-outer .owl-prev {
        left: 5px;
    }

    .recommendations-carousel-wrapper .owl-nav-outer .owl-next {
        right: 0;
    }

    .more-brands-wrapper .custom-row > .custom-col {
        width: 50%;
    }

    .breadcrumb-custom .brand-logo {
        display: block;
        margin: 0 auto 10px auto;
    }

    .modal-content .custom-row {
        margin: 0;
    }

    .modal-content .custom-row > .custom-col {
        display: block;
        width: 100%;
        float: none;
        padding: 0 15px;
    }

    .modal-content form > .input {
        padding: 0 15px;
    }

    .modal-content .nav-tabs {
        margin: 35px 0 0 0;
    }

    .modal-content .socials {
        margin: 15px 0;
    }

    .modal-content .without-registration a {
        margin: 0 15px;
        display: block;
    }

    .modal-content .tab-content {
        margin: 20px auto 0 auto;
    }

    .modal-content #submit {
        padding: 9px 10px;
        width: inherit;
        display: block;
        margin: 0 15px 10px 15px;
    }

    .modal-content .form-param {
        margin: 5px 15px;
        display: block;
    }

    .modal-content #login form {
        max-width: inherit;
    }

    .modal-content #login .input.submit {
        text-align: center;
    }

    .modal-content #login #submit {
        display: inline-block;
        margin: 0 0 10px 0;
        width: auto;
    }

    #magazine .magazine-wrapper > div {
        height: 300px;
    }

    header.smaller .right-side-fixed {
        top: 28px;
    }

    #basketPopup .btn-group > button:nth-child(even),
    #basketPopup .btn-group > button:nth-child(odd) {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }

    #basketPopup .recommendations-carousel .item {
        max-width: 180px;
    }

    .boutiques_slider_nav .title {
        font-size: 16px;
    }

    .title-block .head-title {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .title-block .head-title:before,
    .title-block .head-title:after {
        width: 20px;
    }

    .collage-block {
        width: 100%;
    }

    .owl-collage-carousel .owl-next {
        right: 15px;
    }

    .owl-collage-carousel .owl-prev {
        left: 15px;
    }

    .collage-block > .item > a > .wrapper .title {
        max-height: inherit;
        margin-bottom: 5px;
        font-size: 8px;
    }

    .callback-home .inner a {
        display: block;
        margin: 10px auto 0 auto;
    }

    .callback-home .inner p {
        font-size: 18px;
    }

    #home_carousel .item .slide-content .sub {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1px;
    }

    #home_carousel .item .slide-content p {
        font-size: 10px;
    }

    .payments-method-block img {
        max-height: 18px;
    }

    .single-product-video.youtube iframe {
        height: 200px;
    }

    #home_carousel .item .slide-content {
        top: 30%;
    }

    .not-found-page-wrapper .inner .title {
        font-size: 70px;
    }

    .not-found-page-wrapper .inner .right-side {
        margin: 15px 0 0 0;
    }

    .not-found-page-wrapper .btn-black {
        font-size: 10px;
    }
}

/* ----------------------------------------------------------------------------------- */



/* * - END of @media ---------------------------------------------------------- */
