share-btnbody {
  min-width: 320px;
}

.light-button {
  display: inline-block;
  margin: auto;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  font-family: 'Din-Bold';
  font-weight: bold;
  font-size: 24px;
  line-height: 14px;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 2px;
}

.light-button:hover {
  opacity: 1;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.with-border {
  border: 1px solid black;
}

a.collection-btn {
  display: inline-block;
  margin-bottom: 61px;
}

.submit-btn,
.voir-btn {
  display: inline-block;
  background-color: #b7b6b7;
  border: 1px solid #b7b6b7;
  outline: none;
  color: #ffffff;
  font-family: "DIN-Bold";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 0;
  width: 220px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit-btn:hover,
.voir-btn:hover {
  opacity: 1;
  background-color: #0a0f11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hidden-btn {
  display: none;
}

.with-bottom-border {
  border-bottom: 1px solid rgba(29, 38, 41, 0.07);
}

.main-submit-btn {
  border: 4px solid #010102;
  background-color: #010102;
  padding: 13px 52px 16px 50px;
  color: #ffffff;
  font-family: "DIN-Bold";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-submit-btn:hover {
  opacity: 1;
  color: #010102;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit-methods-btn {
  background: #000;
  padding: 16px 31px 19px 34px;
  border: 1px solid #000;
  text-transform: uppercase;
  outline: none;
  color: #ffffff;
  font-family: "DIN-Bold";
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit-methods-btn:hover {
  background-color: #000000;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.transparent-hover:hover {
  color: #0a0f11;
  background-color: transparent;
  border: 1px solid #0a0f11;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.profile-block-title {
  color: #010102;
  font-family: "Din-Bold";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  z-index: 1;
  background-color: #ffffff;
}

.profile-block-title p {
  display: table;
  margin: auto;
  line-height: auto;
  z-index: 1;
  background-color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 58px;
  margin-bottom: 25px;
}

.profile-block-title:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #010103;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.full-width {
  padding-left: 0;
  padding-right: 0;
}

.active-page {
  color: #010102 !important;
}

.active-page:hover {
  opacity: 1;
}

.hidden-input {
  background: transparent;
  outline: none;
  border: none;
  padding: 4px;
  letter-spacing: 1px;
  resize: none;
  overflow: hidden;
}

.order-form select:not(.active-input) {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.hidden-input:hover {
  opacity: 1;
}

.active-input {
  background-color: #ffffff;
}

.hidden-textarea {
  line-height: 30px;
}

.checkbox {
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #c3d2d0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.checkbox:before {
  content: '';
  display: none;
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

input[type=checkbox]:checked + .checkbox:before {
  display: block;
}

.brand-header {
  position: relative;
  height: 1108px;
  background: url("../img//brandpage/brand-header.jpg") center center;
  padding-bottom: 320px;
  padding-top: 78px;
}

.brand-header-background {
  width: 100%;
  max-width: 100%;
}

.brand-header-info {
  width: 100%;
  max-width: 857px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  text-align: center;
}

.brand-header-info .brand-logo {
  width: 240px;
  margin: auto;
  margin-bottom: 68px;
}

.brand-header-info .brand-logo img {
  width: 100%;
}

.brand-header-info .brand-description {
  font-family: 'Din-Bold';
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 50px;
}

.brand-header-info .brand-header-button {
  padding: 22px 27px;
}

.brand-bottom-button {
  position: absolute;
  bottom: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.brand-bottom-button .brand-bottom-title {
  margin-bottom: 13px;
  font-family: 'Din-Light';
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.brand-bottom-button i {
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.collection-block {
  padding-top: 98px;
  text-align: center;
}

.collection-block .collection-title {
  text-align: center;
  font-family: 'Din-Bold';
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 50px;
  color: #000000;
}

.collection-block .collection-description {
  width: 100%;
  max-width: 930px;
  margin: auto;
  margin-bottom: 50px;
  font-size: 18px;
  text-align: center;
  font-family: 'Din-Bold';
}

.collection-block .collection-video-container {
  position: relative;
  overflow: hidden;
}

.collection-block .collection-video-container img {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.collection-block .collection-video {
  width: 100%;
  z-index: 1;
}

.user-profile-container {
  background: url("../image/userprofile/profile-background.png");
  background-repeat: no-repeat;
  /*background-position-y: 152px;*/
  background-position-x: center;
}

.user-profile {
  padding-top: 106px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 841px;
  margin: auto;
}

#payment-page .user-profile {
  padding-top: 0;
}

.user-profile .profile-title {
  color: #1f272a;
  font-family: "Din-Bold";
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
}

.user-profile .profile-title p {
  display: inline-block;
  line-height: auto;
  text-align: center;
  z-index: 1;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 58px;
  position: relative;
}

.user-profile .profile-title p:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #010103;
  width: 37px;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
}

.user-profile .profile-title p:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #010103;
  width: 37px;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: -1;
}

.user-profile .profile-detail-table {
  width: 100%;
  max-width: 611px;
  margin: auto;
  color: #010102;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  letter-spacing: 1px;
}

.user-profile .head.profile-table-container {
  background-color: transparent;
  margin: 0;
}

.user-profile .profile-detail-table td {
  padding: 3px 5px;
  width: 50%;
}

.user-profile .profile-detail-table td.full-width {
  width: 100%;
}

.user-profile .profile-detail-table td p a {
  text-decoration: underline;
}

.user-profile .profile-detail-table td p:nth-child(1) {
  float: left;
  display: inline-block;
}

.user-profile .profile-detail-table td p:nth-child(2) {
  display: inline-block;
  float: right;
}

.user-profile .profile-detail-table td p.left-text {
  float: none;
  margin: 0 0 0 10px;
}

.user-profile .profile-detail-table tr:last-child td p:last-child {
  margin-bottom: 0;
}

.user-profile .profile-detail-table tr:last-child td p:last-child a {
  text-decoration: underline;
}

.user-profile .order-table td {
  width: 33.33%;
}

.user-profile .return-table tr td p {
  margin-bottom: 15px;
}

.user-profile .return-table tr td p a {
  text-decoration: underline;
}

.user-profile .return-table tr td:last-child p {
  text-align: right;
}

.user-profile .return-table tr:nth-child(2) td {
  padding-top: 25px;
}

.user-profile .return-table tr:last-child td p {
  margin-bottom: 0;
}

.user-profile .return-table tr:last-child td p a {
  text-decoration: underline;
}

.user-profile .profile-table-container {
  background-color: #d8d8d8;
  padding: 25px 0;
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden;
}

.user-profile .profile-block {
  margin-bottom: 45px;
}

.user-profile .profile-btn-group {
  text-align: right;
}

.user-profile .profile-btn-group {
  margin: 0 0 30px 0;
}

.user-profile .address-facturation-description {
  color: #3f4f51;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
  display: inline-block;
  line-height: 18px;
}

.user-profile .profile-btn {
  text-align: center;
  margin-bottom: 77px;
}

.order-page {
  margin: 182px 0 0 0;
  padding: 144px 15px 141px 15px;
  background: url("../image/userprofile/profile-background.png");
  background-repeat: no-repeat;
  background-position-x: center;
}

.order-page .profile-block-title {
  width: 100%;
  max-width: 902px;
  margin: auto;
  margin-bottom: 51px;
}

.order-page .profile-block-title p {
  padding-left: 37px;
  padding-right: 37px;
  font-family: "DIN-Bold";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #999898;
}

.order-page .order-form {
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

.order-page .form-block {
  background-color: #f5f5f5;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 31px;
  padding-left: 17%;
}

.order-page .form-block label {
  display: block;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.order-page .form-top {
  margin-bottom: 20px;
}

.order-page .form-top,
.order-page .form-bottom {
  width: 100%;
  max-width: 278px;
  overflow: hidden;
}

.order-page .form-element {
  width: 50%;
  float: left;
}

.order-page .order-title {
  color: #010102;
  font-family: "DIN-Bold";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.order-page .profile-btn-group {
  text-align: center;
}

.order-page .methods-form {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.order-page .methods-form .methods-form-title {
  color: #010102;
  text-align: center;
  font-family: "DIN-Bold";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 52px;
  letter-spacing: 1px;
}

.order-page .methods-form .methods-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.order-page .methods-form .methods-option .checkbox {
  margin-right: 0;
}

.order-page .methods-form .methods-option input[type=radio]:checked + .checkbox:before {
  display: block;
}

.order-page .methods-form .radio-container input[type=radio]:checked + .checkbox:before {
  display: block;
}

.order-page .methods-form .options-lirvaison {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: baseline;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.order-page .methods-form .options-lirvaison .methods-price {
  color: #010102;
  font-family: "DIN-Bold";
  padding-top: 3px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 15px 5px 0;
  min-width: 70px;
}

.order-page .methods-form .options-lirvaison .method-description {
  padding-top: 3px;
}

.order-page .methods-form .options-lirvaison div.method-description p.additional-information {
  font-family: "DIN-Light";
  font-weight: bold;
  margin: 5px 0 0 0;
  font-size: 16px;
}

.order-page .methods-form .options-lirvaison .method-description p:first-child {
  font-family: "DIN-Bold";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.order-page .methods-form .options-lirvaison .method-description p:last-child {
  font-family: "DIN-Light";
  font-weight: 300;
  line-height: 18px;
}

.order-page .methods-form .options-lirvaison .radio-container {
  margin: 0 0 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  cursor: pointer;
}

.order-page .methods-form .profile-btn-group {
  margin-top: 53px;
}

.monpanier-container {
  width: 100%;
  max-width: 903px;
  margin: auto;
  overflow: hidden;
}

.products-container {
  float: left;
  width: 490px;
}

.product-container {
  width: 100%;
  max-width: 492px;
  margin: auto;
  margin-bottom: 28px;
  padding-bottom: 26px;
  position: relative;
  overflow: hidden;
}

.product-container:not(:last-child) {
  border-bottom: 1px solid rgba(29, 38, 41, 0.07);
}

.product-container .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0.5;
}

.product-container .close:hover {
  opacity: 1;
}

.gift-container .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.product-container .product-image {
  width: 144px;
  height: 150px;
  float: left;
  border: 3px solid #010102;
  text-align: center;
  overflow: hidden;
  margin-right: 43px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.product-container .product-description {
  float: left;
  width: 225px;
  position: relative;
}

#basketPopup .product-container .product-description {
  width: 380px;
}

.product-container .product-description .text_under_price {
  margin: 10px 0;
  display: block;
}

.product-container .product-description .product-name .product-title {
  margin-bottom: 3px;
}

.product-container .product-description .product-name .product-title a {
  color: #010102;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.product-container .product-description .product-name .product-model {
  color: #010102;
  font-family: "DIN-Bold";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-container .product-description .product-count {
  position: relative;
  max-width: 190px;
}

#basketPopup .product-container .product-description .product-count {
  max-width: 380px;
}

.product-container .product-description .product-count .product-quantity label {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}

.product-container .product-description .product-count input {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 22px;
  text-align: center;
  outline: none;
  padding: 3px;
  font-size: 14px;
  border: 1px solid #c3d2d0;
}

.product-container .product-description .product-code {
  font-family: "DIN-Light";
  font-weight: 400;
  letter-spacing: 1px;
}

.product-container .product-description .product-code span {
  white-space: nowrap;.product-container .product-description .product-code
}

.product-container .product-price-container {
  height: 150px;
  position: absolute;
  bottom: 28px;
  right: 0;
  width: 110px;
}

#basketPopup .product-container .product-price-container {
  height: initial;
  position: static;
  width: initial;
}

.product-container .product-price-container .product-price {
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: 1px;
}

#basketPopup .product-container .product-price-container .product-price {
  position: static;
}

.product-container .product-price-container .product-price p {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.product-container .product-price-container .product-price p:first-child {
  font-family: "DIN-Bold";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-container .product-price-container .product-price p:last-child {
  font-family: "DIN-Light";
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 5px;
}

.product-container .product-price-container .product-price span {
  font-family: "Din-Bold";
  color: #000;
}

.total-container {
  float: right;
  width: 100%;
  max-width: 311px;
}

.total-container .connect-form {
  position: relative;
  max-width: 306px;
  height: 206px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.total-container .connect-form:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 2, 0.58);
  z-index: 1;
}

.total-container .connect-form .connect-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 215px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "DIN-Light";
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  z-index: 3;
}

.total-container .connect-form .connect-link p {
  font-family: "DIN-Bold";
  display: table;
  margin: auto;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.total-container .connect-form .connect-link p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.total-container .connect-form img {
  max-width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.total-container .connect-form:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.total-container .connect-form:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.total-container .connect-form:hover .connect-link p:before {
  width: 100%;
}

.total-container .total-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.total-container .total-option span {
  color: #010102;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.total-container .total-option span:first-child {
  font-family: "DIN-Bold";
}

.total-container .total-option span:last-child {
  font-family: "DIN-Light";
}

.total-container .total-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

a.gift_btn {
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 5px 0;
  border: 1px solid transparent;
  color: #fff;
}



a.gift_btn.disabled {
  background-color: #999898;
}

a.gift_btn.disabled:focus,
a.gift_btn.disabled:active,
a.gift_btn.disabled:hover {
  background-color: #999898;
  color: #fff;
  border: 1px solid transparent;
  cursor: default;
}

a.gift_btn:active,
a.gift_btn:focus {
  color: #fff;
  opacity: 1;
}

a.gift_btn:hover {
  border-color: #000;
  color: #000;
}

.total-container .total-price p {
  display: inline-block;
  color: #010102;
  text-transform: uppercase;
  font-family: "DIN-Bold";
  font-size: 18px;
  font-weight: 400;
}

.total-container .total-price.total-ttc {
  margin: 0;
}

.total-container .total-price + .text_under_price {
  margin: 0 0 15px 0;
}

.total-container .text_under_price {
  font-family: "DIN-Light";
  font-weight: 400;
  text-align: right;
  display: block;
}

.total-container .total-price .total-value {
  font-family: "DIN-Bold";
  font-size: 18px;
}

.total-container .total-submit {
  border: 1px solid #000000;
  color: #ffffff;
  margin-bottom: 27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.total-container .total-submit:hover {
  opacity: 1;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #000;
}

.total-container .acceptons-title {
  color: #010102;
  font-family: "DIN-Light";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.total-container .paymant-acceptons {
  margin-bottom: 23px;
}

.total-container .paymant-acceptons img {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 10px;
}

.shopping-container {
  padding-top: 47px;
  padding-bottom: 89px;
}

.product-block {
  width: 100%;
  max-width: 224px;
  height: 389px;
  margin: auto;
  margin-bottom: 50px;
}

.product-price-wrapper {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .product-price-wrapper {
    white-space: initial;
  }
}

.product-block .product-image {
  position: relative;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 312px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.product-block .product-image img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-block .product-image .product-image-overlay {
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.product-block .product-image .product-image-overlay span {
  color: #010102;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-block .product-image .product-image-overlay:hover {
  opacity: 1;
}

.product-block .product-image:hover {
  border: 2px solid #010102;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-block .product-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-block .product-image:hover .product-image-overlay {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-block .product-collection {
  height: 20px;
  overflow: hidden;
  margin-bottom: 3px;
}

.product-block .product-collection a {
  color: #3b4a4c;
  font-size: 12px;
  font-weight: 400;
}

.product-block .product-model,
.product-block .product-price {
  color: #010102;
  font-family: "DIN-Bold";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3px;
  overflow: hidden;
  height: 17px;
}

.product-block .product-price {
  display: inline-block;
  vertical-align: middle;
}

.product-block .first-order-sale {
  font-family: 'Roboto-Bold';
  color: #898989;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.product-block .first-order-sale .value {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  display: inline-block;
  white-space: initial;
  vertical-align: middle;
}

.product-block .first-order-sale .subtitle {
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  max-width: 72px;
  white-space: initial;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}

.to-top a {
  color: #010102;
  font-family: "DIN-Bold";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
}

.to-top i {
  color: #010102;
  margin-right: 3px;
  font-weight: 400;
}

.filter-container {
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding-top: 22px;
  color: #ffffff;
  position: relative;
}

.filter-container .filter-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
}

.filter-container .filter-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "DIN-Bold";
  margin-right: 4px;
}

.filter-container .filter-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 100px;
  z-index: 100;
}

.filter-container .filter-list p {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter-container .filter-list p:hover {
  opacity: 0.7;
}

.filter-block-container {
  width: 100%;
  max-width: 207px;
  margin: auto;
}

.filter-search {
  position: relative;
  max-width: 142px;
  width: 100%;
  margin-bottom: 37px;
}

.filter-search input {
  display: block;
  width: 100%;
  max-width: 100%;
  outline: none;
  border: 2px solid #c3d2d0;
  background-color: #ffffff;
  color: #596d6e;
  font-family: "DIN-Light";
  font-size: 12px;
  font-weight: 400;
  padding: 5px 15px 6px 30px;
}

.filter-search i {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter-section {
  margin-bottom: 48px;
}

.filter-section .filter-title {
  font-family: "DIN-Bold";
  text-transform: uppercase;
  color: #010102;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.filter-section .filter-icon label {
  display: block;
  cursor: pointer;
}

.filter-section .filter-icon label.not-available {
  opacity: 0.7;
}

.filter-section .filter-icon .subtype {
  margin-left: 23px;
}

.filter-section.hide-parent .type {
  display: none;
}

.filter-section.hide-parent .subtype {
  margin-left: 0;
}

.filter-section .filter-icon .checkbox {
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #c3d2d0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
}

.filter-section .filter-icon .checkbox:before {
  content: '';
  display: none;
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filter-section .filter-icon label.checked .checkbox:before,
.filter-section .filter-icon input[type=radio]:checked + .checkbox:before,
.filter-section .filter-icon input[type=checkbox]:checked + .checkbox:before {
  display: block;
}

.filter-section .filter-icon .checkbox-name {
  display: inline-block;
  vertical-align: super;
  font-size: 12px;
  font-family: "Din-Bold";
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 125px;
}

.range-values-container {
  overflow: hidden;
  margin-bottom: 5px;
}

.range-values-container input[type="text"] {
  display: inline-block;
  vertical-align: inherit;
  max-width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  color: #000000;
  font-family: "Din-Bold";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 1px 0;
}

.range-values-container input[type="text"]:hover {
  opacity: 1;
}

.range-values-container i {
  color: #000000;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}

.range-values-container .first-value {
  width: 50%;
  float: left;
}

.range-values-container .second-value {
  width: 50%;
  float: right;
  text-align: right;
}

.range-category .range-slider {
  background-color: #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 6px;
  border: none;
}

.range-category .noUi-connect {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.range-category .noUi-horizontal .noUi-handle {
  width: 6px;
  height: 6px;
  background-color: #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  left: -5px;
  cursor: pointer;
}

.range-category .noUi-horizontal .noUi-connect.sliding {
  background-color: #cba675;
}

.range-category .noUi-handle:before,
.range-category .noUi-handle:after {
  width: 0;
  height: 0;
}

.filter-value i {
  display: none;
}

.filter-value .active-prix {
  display: inline;
}

.gift-package-exist {
  margin: 0 0 30px 0;
}

.gift-package-exist span {
  vertical-align: middle;
}

.gift_message {
  margin: 0 0 30px 0;
}

.gift-container {
  position: relative;
  display: block;
}

.mobile-tags-filter .filter-tag.reset-tag,
.mobile-tags-filter {
  display: none;
}

.right-side-filter.open .mobile-tags-filter {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .with-filter {
    padding-bottom: 50px;
  }

  .filter-section .filter-icon .checkbox-name {
    max-width: 125px;
  }
}

@media only screen and (max-width: 900px) {
  .products-container {
    float: none;
    margin: auto;
    margin-bottom: 30px;
  }

  .total-container {
    float: none;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  a.collection-btn {
    font-size: 16px;
  }

  .brand-header-info .brand-header-button {
    font-size: 12px;
    padding: 12px 14px;
  }

  .order-page .profile-block-title p {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .product-container .product-image {
    float: none;
    margin: auto;
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
    text-align: center;
  }

  #cart_products {
    width: 45%;
    float: left;
    display: inline-block;
    margin: 0;
  }

  #cart_products .product-name {
    font-size: 12px;
  }

  #cart_products .product-model {
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 10px 0;
  }

  #cart_products .product-container .gift_btn {
    padding: 5px 2px;
    font-size: 9px;
    line-height: 12px;
    margin: 15px 0;
    letter-spacing: 1px;
  }

  #cart_products .product-container {
    padding: 0 7.5px 0 0;
    margin: 0 0 15px 0;
  }

  #cart_products .product-count {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
  }

  #cart_products .product-count input {
    font-size: 12px;
    height: 16px;
    width: 30px;
  }

  #cart_products.product-price span,
  #cart_products .product-price p {
    font-size: 12px;
    text-align: left;
    display: block;
  }

  #cart_products .product-price p:last-of-type span {
    font-size: 10px;
  }

  #cart_products .product-container .close {
    right: 6px;
  }

  #monpanier .total-container {
    display: inline-block;
    float: left;
    position: relative;
    width: 55%;
    overflow: hidden;
    padding:  0 0 0 7.5px;
  }

  #monpanier .total-container .total-price p {
    font-size: 10px;
    max-width: 60%;
  }

  #monpanier .total-container .total-price p + span {
    font-size: 11px;
  }

  #monpanier .total-container .total-price {
    margin-bottom: 10px;
  }

  #monpanier .gift_message {
    font-size: 12px;
    margin: 0 0 15px 0;
  }

  #monpanier .gift-wrapper {
    margin: 0 0 15px 0;
  }

  #monpanier .coupons-block p {
    font-size: 11px;
  }

  #monpanier .coupons-block {
    margin:  0 0 15px 0;
  }

  #monpanier .total-container .total-submit {
    padding: 5px 2px;
    font-size: 9px;
    line-height: 12px;
    margin: 15px 0;
    letter-spacing: 1px;
  }

  #monpanier .gift-package-exist {
    margin: 0 0 15px 0;
  }

  #monpanier .gift-package-exist span {
    font-size: 12px;
  }

  #monpanier .coupons-block input {
    font-size: 12px;
    height: 31px;
  }

  #monpanier .coupons-block button {
    font-size: 12px;
  }

  #monpanier .total-container .acceptons-title {
    font-size: 12px;
  }

  .order-page {
    margin: 56px 0 0 0;
    padding: 30px 15px;
  }

  .order-page  .profile-block-title,
  .order-page  .profile-block-title p {
    background: transparent;
  }

  .order-page  .profile-block-title p {
    background: transparent;
    position: relative;
    padding: 0 10px;
}

  .order-page  .profile-block-title p:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-100%);
  }

  .profile-block-title:before {
    display: none;
  }

  .order-page  .profile-block-title p:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
  }

  #monpanier .total-container .paymant-acceptons {
    text-align: center;
  }

  #monpanier .total-container .paymant-acceptons img {
    max-width: 45px;
    vertical-align: baseline;
    margin: 5px;
  }

  #monpanier .total-container .connect-form .connect-link p {
    font-size: 14px;
  }

  #monpanier .total-container .connect-form {
    height: 130px;
  }

  .product-container .product-description {
    float: none;
    margin: auto;
    margin-bottom: 20px;
    height: auto;
    width: auto;
    display: block;
    text-align: center;
    padding: 0;
  }

  .product-container .product-price-container {
    float: none;
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    padding: 20px 0;
    position: relative;
  }

  #cart_products .product-container .product-price-container {
    position: static;
    padding: 0;
  }

  #cart_products .product-container .product-description {
    margin-bottom: 10px;
  }

  .products-container {
    width: auto;
  }

  .product-container {
    width: 100%;
  }

  .product-container .product-price-container .product-price,
  .product-container .product-description .product-count {
    position: relative;
  }

  .product-container .product-description {
    z-index: 1;
  }

  .product-container .product-price-container .product-price {
    z-index: 0;
  }

  .filter-section .filter-icon .checkbox-name {
    max-width: 180px;
  }

  .shopping-container {
    padding-top: 0;
  }

  .range-values-container {
    margin: 0 0 15px 0;
  }

  .range-category .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    top: -5px;
  }

  .user-profile {
    padding-left: 0;
    padding-right: 0;
  }

  .order-page .methods-form .options-lirvaison,
  .order-page .methods-form .methods-option,
  .order-page .methods-form .methods-form-title {
    margin-bottom: 10px;
  }

  .user-profile .profile-table-container {
    margin-bottom: 0;
  }

  .order-page .order-form {
    margin-bottom: 0;
  }

  .order-page .methods-form .profile-btn-group {
    margin-top: 10px;
  }

  .user-profile .profile-table-container {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }

  .order-page .methods-form .options-lirvaison .method-description p:first-child,
  .order-page .methods-form .options-lirvaison .methods-price {
    font-size: 12px;

  }

  .order-page .methods-form .options-lirvaison .method-description p:last-child {
    font-size: 11px;
  }

  .user-profile .profile-btn-group {
    margin: 10px 0 0 0;
  }

  .order-page .profile-block-title,
  .order-page .order-title {
    margin-bottom: 15px;
  }

  /********************************************************************************************************************/

  #advanced_filter {
    max-width: none;
    width: 100%;
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    z-index: 1;
    -webkit-box-shadow: -4px 3px 38px rgba(0, 0, 0, 0.07);
    box-shadow: -4px 3px 38px rgba(0, 0, 0, 0.07);
  }

  #advanced_filter.open {
    box-shadow: none;
    z-index: 200;
  }

  #advanced_filter .hidden-mobile {
    display: none;
    background-color: #fff;
  }

  #advanced_filter .left-side-filter.open .hidden-mobile,
  #advanced_filter .right-side-filter.open .hidden-mobile {
    display: block;
    position: relative;
    z-index: 2;
  }

  #advanced_filter .left-side-filter.open .mobile-title i:before,
  #advanced_filter .right-side-filter.open .mobile-title i:before {
    content: '\f104';
  }

  #advanced_filter .left-side-filter,
  #advanced_filter .right-side-filter {
    display: inline-block;
    float: left;
    width: 50%;
    overflow: hidden;
    text-align: center;
    z-index: 2;
    padding: 0;
    background-color: #fff;
  }

  #advanced_filter .left-side-filter.open,
  #advanced_filter .right-side-filter.open {
    width: 100%;
    -webkit-box-shadow: -4px 3px 38px rgba(0, 0, 0, 0.07);
    box-shadow: -4px 3px 38px rgba(0, 0, 0, 0.07);
    position: relative;
  }

  #advanced_filter .mobile-title {
    font-size: 14px;
    font-family: "Din-Bold";
    text-transform: uppercase;
    vertical-align: middle;
    padding: 12px 15px;
    position: relative;
    z-index: 1;
  }

  #advanced_filter .left-side-filter.open .mobile-title,
  #advanced_filter .right-side-filter.open .mobile-title {
    text-align: left;
  }

  #advanced_filter .mobile-title a {
    float: right;
  }

  #advanced_filter .mobile-title .filter-reset-mobile {
    display: none;
  }

  #advanced_filter .mobile-title i {
    font-size: 24px;
    vertical-align: sub;
    margin: 0 8px 0 0;
  }

  #advanced_filter .filter-icon .checkbox-name,
  #advanced_filter .filter-title {
    font-size: 12px;
    letter-spacing: 1px;
    max-width: 140px;
    margin: 0 0 20px 32px;
  }

  #advanced_filter .filter-title {
    z-index: 1;
  }

  #advanced_filter .filter-section {
    text-align: left;
  }

  #advanced_filter .filter-section .filter-icon {
    margin: 0 0 10px 0;
  }

  #advanced_filter .filter-title-content {
    display: none;
  }

  #advanced_filter .filter-section {
    margin: 0;
    background-color: #fff;
  }

  #advanced_filter .filter-block.close {
    display: none;
  }

  #advanced_filter .filter-block.open {
    margin-top: -68px;
    position: relative;
    z-index: 2;
  }

  #advanced_filter .right-side-filter.open .filter-reset-mobile {
    display: inline-block;
    min-height: 24px;
    padding-top: 4px;
  }

  #advanced_filter .filter-block.open .filter-title {
    font-size: 14px;
    font-family: "Din-Bold";
    text-transform: uppercase;
    vertical-align: middle;
    padding: 12px 0;
  }

  #advanced_filter .filter-block.open .filter-title:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    vertical-align: sub;
    margin: 0 8px 0 0;
  }

  #advanced_filter .filter-block.open .filter-title {
    margin: 0 auto 8px auto;
    padding: 12px 15px;
    max-width: 100%;
  }

  #advanced_filter .filter-block.open .filter-title-content {
    display: block;
  }

  #advanced_filter .filter-block.open .filter-icon .checkbox-name {
    margin: 0 0 20px 0;
    max-width: 115px;
  }

  #advanced_filter .filter-block.open .filter-icon {
    margin: 0 0 10px 25px;
  }

  #advanced_filter .close-filter {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
  }

  #advanced_filter .filter-block.open .close-filter {
    display: block;
  }

  #advanced_filter .filter-block.open .filter-icon .subtype .checkbox-name {
    max-width: 95px;
  }

  #advanced_filter .range-category .filter-title-content {
    margin: 30px 15px 65px 20px;
  }

  #advanced_filter .mobile-price-sort {
    font-size: 12px;
    text-transform: capitalize;
    font-family: "Din-Light";
    letter-spacing: 1px;
    max-width: 140px;
    display: block;
    margin: 0 0 20px 55px;
  }

  #advanced_filter .mobile-price-block {
    text-align: left;
    padding: 10px 0 20px 0;
  }

  .product-block .product-image {
    height: 260px;
    margin: 0;
  }

  .product-block {
    height: 340px;
    text-align: center;
    margin: 0 auto;
  }

  .product-block .product-model {
    font-size: 10px;
    font-family: "Din-Light";
    height: auto;
  }

  .product-block .product-price {
    font-size: 12px;
  }

  .limited-label.category {
    font-size: 10px;
  }

}

@media only screen and (max-width: 500px) {
  .main-submit-btn {
    font-size: 14px;
  }

  .hidden-textarea {
    font-size: 11px;
  }

  .user-profile .address-label {
    font-size: 14px;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 350px) {
  .total-container .total-submit {
    font-size: 16px;
  }
}
