html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
body {
  background: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 1.428571429;
  display: none;
}
html,
body {
  display: block !important;
  font-family: 'Spectral', serif;
}
a {
  color: #333333;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.checkbox {
  display: inline-block;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 700;
  line-height: 1.35;
}
.page-title-wrapper {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background-color: #ffffff;
}
.page-title-wrapper .page-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  color: #333333;
  margin-top: 20px;
  display: none;
}
.page-title-wrapper a {
  display: block;
  color: #333333;
  margin-bottom: 15px;
}
.page-title-wrapper a:hover {
  color: #bf243a;
}
.page-title-wrapper.product {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background-color: #ffffff;
}
.page-title-wrapper.product .page-title {
  color: #000000;
  font-family: Spectral;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  display: block;
}
.page-title-wrapper.product a {
  display: block;
  color: #333333;
  margin-bottom: 15px;
}
.page-title-wrapper.product a:hover {
  color: #bf243a;
}
.block-title {
  line-height: normal;
}
* {
  outline: none;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
input.input-text,
select,
textarea {
  background: #fff;
  border: 1px solid #ededed;
  outline: none;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
textarea {
  height: auto;
  padding: 9px;
}
input.input-text:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
a:hover {
  text-decoration: none;
  color: #bf243a;
}
a:focus {
  outline: none;
}
big {
  font-size: 125%;
}
dd {
  margin-bottom: 24px;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul > li,
ol > li {
  margin: 0;
}
.action.primary,
button {
  background: #d8d8d8;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  line-height: 38px;
  letter-spacing: 0px;
  padding: 0 18px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}
.action.primary:hover,
button:hover {
  background: #bf243a;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.action.primary:visited,
button:visited {
  border: 0 !important;
}
.owl-container {
  margin: 0 -15px;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div {
  opacity: 1;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}
.owl-container .owl-carousel .owl-item {
  padding: 0 15px;
}
.owl-container .owl-carousel .owl-controls .owl-page:hover span,
.owl-container .owl-carousel .owl-controls .owl-page.active span {
  background: #bf243a;
}
.owl-container .owl-carousel .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #dedede;
  margin: 5px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -30px;
  width: 42px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:before {
  font-family: 'Linearicons-Free';
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 100%;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
  content: "\e875";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next:before {
  content: "\e876";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
  background: #bf243a;
}
.product-reviews-summary .reviews-actions {
  line-height: 14px;
  margin: 0 0 0 10px;
  float: left;
  font-size: 13px;
  text-transform: capitalize !important;
}
.product-reviews-summary .reviews-actions .view {
  color: #858484;
}
.product-reviews-summary .reviews-actions .view:hover {
  color: #bf243a;
}
.product-reviews-summary .reviews-actions .view:before {
  content: "(";
  display: inline-block;
  vertical-align: top;
}
.product-reviews-summary .reviews-actions .view:after {
  content: ")";
  display: inline-block;
  vertical-align: top;
}
.product-reviews-summary .reviews-actions .add {
  color: #858484;
  border-left: 1px solid #858484;
  padding-left: 6px;
}
.product-reviews-summary .reviews-actions .add:hover {
  color: #bf243a;
}
.product-reviews-summary .rating-summary {
  left: inherit;
  line-height: 13px;
}
.product-reviews-summary .rating-summary .rating-result {
  margin: 0;
  width: 65px;
}
.product-reviews-summary .rating-summary .rating-result:before {
  font-family: 'Linearicons-Free';
  content: "\e814 \e814 \e814 \e814 \e814";
  color: #b6b6b6;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  height: 14px;
  right: 0;
  margin: 0;
}
.product-reviews-summary .rating-summary .rating-result > span:before {
  font-family: 'Linearicons-Free';
  content: "\e814 \e814 \e814 \e814 \e814";
  color: #bf243a;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  height: 14px;
  right: 0;
  margin: 0;
}
.catalog-product-view .breadcrumbs {
  /*padding: 127px 0;
    background: transparent;*/
}
.breadcrumbs {
  background-color: #ffffff;
  display: none;
  text-align: left;
  line-height: 25px;
  overflow: hidden;
  margin: 0;
  text-transform: capitalize;
  padding: 13px 0;
}
.breadcrumbs .items .item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.breadcrumbs .items .item:after {
  line-height: 25px;
}
.breadcrumbs .items .item a {
  color: #C6C6C6;
  font-family: Univers;
  font-size: 16px;
  line-height: 24px;
}
.breadcrumbs .items .item a:hover {
  color: #bf243a;
}
.breadcrumbs .items .item strong {
  color: #C6C6C6;
  font-family: Univers;
  font-size: 16px;
  line-height: 24px;
}
.mobile-bar-icon {
  background: #ffffff url(../images/icon_setting.png) no-repeat center left;
  width: 30px;
  height: 50px;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-size: 0;
  cursor: pointer;
  position: relative;
}
.mobile-bar-icon.active:before {
  opacity: 1;
}
.mobile-bar-icon:before {
  content: "";
  position: absolute;
  left: -27px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  top: 30px;
  margin-top: -6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mobile-bar-icon:hover {
  background: #ffffff url(../images/icon_setting.png) no-repeat center right;
}
.setting-content {
  padding: 0 8px;
  position: relative;
}
.mobile-bar-content {
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  right: 65px;
  top: 20%;
  display: none;
  max-height: 79%;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}
.mobile-bar-content .content-inner {
  background: #fff;
  overflow: hidden;
  min-width: 230px;
  max-width: 230px;
  padding: 15px 20px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  position: relative;
}
.page-header {
  padding: 0;
  margin: 0;
  border: 0;
}
.page-header .switcher {
  float: none !important;
  margin: 0 0 15px 0 !important;
}
.page-header .switcher.switcher-language .switcher-options .switcher-trigger {
  padding: 0;
}
.page-header .switcher.switcher-language .switcher-options .switcher-dropdown .switcher-option {
  clear: both;
}
.page-header .switcher .switcher-label {
  text-shadow: none;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  color: #363636;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: 1px solid #ededed;
  display: block;
  text-align: left;
  position: static;
  width: auto;
  height: auto;
}
.page-header .switcher .switcher-options {
  position: relative;
}
.page-header .switcher .switcher-options .switcher-trigger {
  color: #bf243a;
  padding: 5px 0;
}
.page-header .switcher .switcher-options .switcher-trigger:hover {
  color: #bf243a;
}
.page-header .switcher .switcher-options .switcher-trigger:after {
  font-size: 20px !important;
  line-height: normal !important;
  margin-top: -3px !important;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown {
  z-index: 9;
  list-style: none;
  margin: 0;
  background: #fff;
  text-align: left;
  display: block;
  border: none;
  box-shadow: none;
  position: static !important;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown:before,
.page-header .switcher .switcher-options .dropdown.switcher-dropdown:after {
  display: none;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option:hover {
  background: transparent;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a {
  padding: 5px 0;
  line-height: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  text-align: left;
  color: #333333;
}
.page-header .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a:hover {
  color: #bf243a;
}
.logo-home {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 5px 0;
  clear: both;
  float: left;
}
.logo-home .nav-toggle {
  display: none;
}
.logo-home .logo {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  max-width: none;
}
.logo-home .logo img {
  height: 67.63px;
  width: 140px;
}
.page-print .logo {
  margin-top: 30px;
}
.page-print .logo img {
  width: auto !important;
  height: auto !important;
}
.header.links {
  float: left;
}
.header.links .customer-welcome {
  position: relative;
}
.header.links .customer-welcome:hover .customer-menu ul.header.links {
  display: block;
}
.header.links .customer-welcome .customer.name {
  text-shadow: none;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  color: #363636;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 1px solid #ededed;
  display: block;
  text-align: left;
}
.header.links .customer-welcome .customer.name .fa {
  margin-left: 9px;
}
.header.links .customer-welcome .customer-menu {
  display: block;
}
.header.links .customer-welcome .customer-menu ul.header.links {
  z-index: 9;
  list-style: none;
  margin: 0;
  background: #fff;
  text-align: left;
  display: block;
  border: none;
  box-shadow: none;
}
.header.links .customer-welcome .customer-menu ul.header.links:after,
.header.links .customer-welcome .customer-menu ul.header.links:before {
  display: none;
}
.header.links .customer-welcome .customer-menu ul.header.links li:hover {
  background: transparent;
}
.header.links .customer-welcome .customer-menu ul.header.links li.greet.welcome {
  display: none;
}
.header.links .customer-welcome .customer-menu ul.header.links li a {
  padding: 5px 0;
  line-height: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  text-align: left;
  color: #333333;
}
.header.links .customer-welcome .customer-menu ul.header.links li a:hover {
  color: #bf243a;
  background: #fff;
}
.fa {
  line-height: inherit;
}
.cms-index-index .header-container {
  margin-bottom: 0;
}
.cms-index-index .header-container .header-inner {
  border: 0;
  margin-bottom: 0;
}
.cms-index-index .header-container .header-inner.fix-header {
  margin-top: 0;
}
.cms-index-index .header-container .header-inner.fix-header .container > .container-inner {
  background: transparent;
}
.header-container {
  position: relative;
  text-align: center;
  /*background:#eaeaea url(../images/bg_header.jpg) no-repeat bottom ;*/
  margin-bottom: 60px;
}
.header-container .top-link {
  position: relative;
  text-align: center;
  z-index: 6;
  background: #ffffff;
}
.header-container .top-link .container-inner {
  position: relative;
  border-bottom: 1px solid #ededed;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.header-container .top-link .custom-link {
  float: right;
}
.header-container .top-link .custom-link .miniwishlist,
.header-container .top-link .custom-link .checkout {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}
.header-container .top-link .custom-link .miniwishlist a,
.header-container .top-link .custom-link .checkout a {
  font-size: 13px;
  text-transform: capitalize;
  line-height: 30px;
  display: block;
}
.header-container .top-link .custom-link .miniwishlist a:before,
.header-container .top-link .custom-link .checkout a:before {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}
.header-container .top-link .custom-link .checkout {
  margin-left: 30px;
}
.header-container .top-link .custom-link .checkout a:before {
  content: "\e862";
}
.header-container .top-link .box-setting {
  float: left;
}
.header-container .top-link .box-setting .switcher {
  float: left !important;
  margin: 0 20px 0 0 !important;
}
.header-container .top-link .box-setting .switcher .switcher-label {
  display: none;
}
.header-container .top-link .box-setting .switcher .switcher-options {
  padding: 10px 0;
}
.header-container .top-link .box-setting .switcher .switcher-options .switcher-trigger {
  text-shadow: none;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  overflow: hidden;
  color: #4b4b4b;
  line-height: 30px;
  font-weight: 400;
  padding: 0;
  display: block;
  text-align: left;
}
.header-container .top-link .box-setting .switcher .switcher-options .switcher-trigger:hover {
  color: #bf243a;
}
.header-container .top-link .box-setting .switcher .switcher-options .switcher-trigger strong {
  font-weight: 400;
}
.header-container .top-link .box-setting .switcher .switcher-options .switcher-trigger:after {
  line-height: 30px !important;
  font-weight: 400;
  margin-top: 0 !important;
}
.header-container .top-link .box-setting .switcher .switcher-options .dropdown.switcher-dropdown {
  position: absolute !important;
  left: 0;
  padding: 0 20px;
  text-align: left;
  background: white;
  -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.header-container .top-link .box-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option {
  border-bottom: 1px solid #f2f2f2;
}
.header-container .top-link .box-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option:last-child {
  border: none;
}
.header-container .top-link .box-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a {
  font-size: 13px;
  padding: 10px 0 9px 0;
  line-height: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  text-align: left;
  min-width: 145px;
  color: #4b4b4b;
}
.header-container .top-link .box-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a:hover {
  color: #bf243a;
}
.header-container .top-link .box-setting .switcher .view-english1 {
  padding-left: 25px;
  background: url(../images/en1.jpg) center left no-repeat !important;
}
.header-container .top-link .box-setting .switcher .view-english2 {
  padding-left: 25px;
  background: url(../images/en2.jpg) center left no-repeat !important;
}
.header-container .top-link .box-setting .switcher .view-english3 {
  padding-left: 25px;
  background: url(../images/en3.jpg) center left no-repeat !important;
}
.header-container .top-link .box-setting .switcher .view-english4 {
  padding-left: 25px;
  background: url(../images/en4.jpg) center left no-repeat !important;
}
.header-container .top-link .box-setting .header.links {
  float: left;
}
.header-container .top-link .box-setting .header.links > li {
  float: left;
  line-height: 30px;
  padding: 10px 0;
  font-size: 13px;
  margin-right: 20px;
}
.header-container .top-link .box-setting .header.links > li.customer-welcome {
  display: block;
  padding: 10px 0;
}
.header-container .top-link .box-setting .header.links .customer-welcome .customer.name {
  text-shadow: none;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  overflow: hidden;
  color: #4b4b4b;
  line-height: 30px;
  font-weight: 400;
  padding: 0;
  display: block;
  text-align: left;
  border: none;
  margin-bottom: 0;
}
.header-container .top-link .box-setting .header.links .customer-welcome .customer.name:hover {
  color: #bf243a;
}
.header-container .top-link .box-setting .header.links .customer-welcome .customer.name .fa {
  font-weight: 400;
  margin-top: 0;
}
.header-container .top-link .box-setting .header.links .customer-welcome .customer-menu {
  position: absolute;
  top: 100%;
  right: 50%;
  margin-right: -80px;
  display: none;
}
.header-container .top-link .box-setting .header.links .customer-welcome .customer-menu ul.header.links {
  text-align: left;
  background: white;
  padding: 0 20px;
  -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
.header-container .top-link .box-setting .header.links .customer-welcome .customer-menu ul.header.links li {
  border-bottom: 1px solid #f2f2f2;
  padding: 0;
}
.header-container .top-link .box-setting .header.links .customer-welcome .customer-menu ul.header.links li:last-child {
  border: none;
}
.header-container .top-link .box-setting .header.links .customer-welcome .customer-menu ul.header.links li a {
  font-size: 13px;
  padding: 10px 0 9px 0;
  line-height: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  text-align: left;
  min-width: 155px;
  color: #4b4b4b;
}
.header-container .top-link .box-setting .header.links .customer-welcome .customer-menu ul.header.links li a:hover {
  color: #bf243a;
}
.header-container .header-inner {
  text-align: center;
  position: relative;
  z-index: 5;
  background: #ffffff;
}
.header-container .header-inner .container-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.header-container .header-inner .menu-is-open {
  background-color: #f5f5f5;
}
.header-container .header-inner.fix-header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px #bdbdbd;
  -moz-box-shadow: 0 0 5px #bdbdbd;
  -webkit-box-shadow: 0 0 5px #bdbdbd;
  -o-box-shadow: 0 0 5px #bdbdbd;
  -ms-box-shadow: 0 0 5px #bdbdbd;
  width: 100%;
  max-width: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 889;
  margin: 0 auto;
  position: fixed !important;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 5.0s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_titles;
  -moz-animation-duration: 5.0s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
}
.header-container .header-inner.fix-header .pt_custommenu div.pt_menu .parentMenu a {
  padding-top: 13px;
  padding-bottom: 13px;
}
.header-container .header-inner.fix-header .logo-home {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-container .open-menu {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.header-container .open-menu span {
  color: #4b4b4b;
  font-weight: 700;
  font-size: 0;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 20px;
}
.header-container .open-menu span:after {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: inherit;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-container .open-menu span:hover {
  color: #bf243a;
}
.header-container .search-cart {
  position: absolute;
  right: 0;
  margin-right: 30px;
  top: 50%;
  z-index: 5;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-container .search-cart .block-search {
  float: right;
  padding-left: 0;
  position: relative;
  margin: 0;
  width: auto !important;
  z-index: 1;
}
.header-container .search-cart .block-search:hover .block-content .control input {
  width: 215px;
  opacity: 1;
}
.header-container .search-cart .block-search .block-title {
  display: none;
}
.header-container .search-cart .block-search .block-content .control input {
  padding: 0 40px 0 10px;
  height: 40px;
  font-size: 12px;
  width: 0;
  opacity: 0;
  z-index: 1;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-container .search-cart .block-search .block-content .control input:focus {
  box-shadow: none;
}
.header-container .search-cart .block-search .block-content .control .actions {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.header-container .search-cart .block-search .block-content .control .actions .action.search {
  background: transparent;
  display: block;
  position: relative;
  border: none;
  padding: 0;
  position: static;
  opacity: 1;
}
.header-container .search-cart .block-search .block-content .control .actions .action.search:hover:before {
  color: #bf243a !important;
}
.header-container .search-cart .block-search .block-content .control .actions .action.search:before {
  content: "\e86f";
  display: inline-block;
  vertical-align: top;
  font-family: 'Linearicons-Free';
  font-size: 22px;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.header-container .minicart-wrapper {
  float: right;
  margin: 0 0 0 30px;
  z-index: 1;
  padding: 7.5px 15px;
  background: #ededed;
}
.header-container .minicart-wrapper .ui-dialog {
  width: 0;
  max-width: 0;
}
.header-container .minicart-wrapper .block-minicart {
  border-color: #ebebeb;
}
.header-container .minicart-wrapper .showcart {
  position: relative;
  font-size: 0;
}
.header-container .minicart-wrapper .showcart.active:before {
  content: "\e82e";
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  font-family: 'Linearicons-Free';
  font-size: 16px;
  color: #333;
}
.header-container .minicart-wrapper .showcart:hover:before {
  background-position: 0;
}
.header-container .minicart-wrapper .showcart:before {
  content: "\e82e";
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  font-family: 'Linearicons-Free';
  font-size: 16px;
  color: #333;
}
.header-container .minicart-wrapper .showcart .text {
  position: static;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  line-height: 35px;
  width: auto;
  height: auto;
  margin-left: 10px;
  font-size: 14px;
}
.header-container .minicart-wrapper .showcart .text:after {
  content: "-";
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.header-container .minicart-wrapper .showcart .counter.qty {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: auto;
  overflow: visible;
  line-height: 35px;
  position: static;
  border-radius: 0;
  background: transparent;
  margin-left: 8px;
}
.header-container .minicart-wrapper .showcart .counter.qty:after {
  content: "item(s)";
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
}
.header-container .minicart-wrapper .showcart .counter.qty.empty {
  display: inline-block;
  vertical-align: top;
}
.header-container .minicart-wrapper .showcart .counter.qty .counter-label {
  display: none;
}
.header-container .minicart-wrapper .block-minicart .block-content .items-total .count {
  font-weight: normal;
}
.header-container .minicart-wrapper .block-minicart .block-content .subtotal .label {
  font-weight: normal;
}
.header-container .minicart-wrapper .block-minicart .block-content .subtotal .price-container {
  padding: .2em .6em .3em;
  margin: 5px;
}
.header-container .minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.header-container .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
}
.header-container .minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ededed;
  border-radius: 3px;
}
.header-container .minicart-wrapper .block-minicart .block-content > .actions > .secondary .action.viewcart:hover {
  background-color: #bf243a;
  color: #fff;
  border-color: #bf243a;
}
.header-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  border-color: #ededed;
}
.header-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items {
  overflow-y: auto;
}
.header-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-photo {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 3px;
}
.header-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details {
  padding-left: 100px;
  text-align: left;
}
.header-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .price {
  color: #333333;
  font-size: 1rem;
}
.header-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .product-item-name a {
  color: #333333;
  text-transform: capitalize;
}
.header-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .product-item-name a:hover {
  color: #bf243a;
}
.header-container .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item-details .product-item-pricing .label {
  width: 3.5rem;
}
.box-menu-content {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease, transform 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease, transform 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
  transition: -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease, transform 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.box-menu-content.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box-menu-content .col-logo {
  text-align: left;
}
.box-menu-content .col-logo .logo-home {
  margin: 44px 0 !important;
}
.box-menu-content .col-logo .logo-home img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.box-menu-content .tabs-mobile {
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 25px;
  position: relative;
}
.box-menu-content .tabs-mobile:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-mobile:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-mobile .item {
  float: left;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  width: 33.33333%;
  text-align: center;
  cursor: pointer;
}
.box-menu-content .tabs-mobile .item:hover,
.box-menu-content .tabs-mobile .item.active {
  color: #bf243a;
}
.box-menu-content .tabs-content-mobile.tabs-menu .header-text {
  color: #fff;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1em;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links {
  float: none;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome {
  padding: 0;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer.name {
  display: none;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu {
  display: block !important;
  height: auto !important;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu ul.header.links {
  background: transparent;
  float: none;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu ul.header.links li.greet.welcome {
  display: none;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu ul.header.links li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu ul.header.links li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links .customer-welcome .customer-menu ul.header.links li a:hover {
  color: #bf243a;
  background: transparent;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px;
  position: relative;
  text-align: center;
  padding: 10px 0;
  display: block;
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-content-mobile.tabs-account ul.header.links li a:hover {
  color: #bf243a;
  background: transparent;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-label {
  display: none;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options {
  display: block;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .switcher-trigger {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
  position: relative;
  display: block;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .switcher-trigger:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .switcher-trigger:after {
  right: 0;
  position: absolute;
  top: 50%;
  margin: -13px 0 0 0 !important;
  font-size: 26px !important;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .dropdown.switcher-dropdown {
  background: transparent;
  text-align: center;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a {
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #2f2f33;
  background: rgba(22, 22, 27, 0.97);
  background: -moz-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  background: linear-gradient(to right, rgba(22, 22, 27, 0.97) 0, #2f2f33 52%, #2f2f33 52%, #2f2f33 52%, rgba(22, 22, 27, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(22,22,27,.97)', endColorstr='rgba(22,22,27,.97)', GradientType=0);
}
.box-menu-content .tabs-content-mobile.tabs-setting .switcher .switcher-options .dropdown.switcher-dropdown .switcher-option a:hover {
  color: #bf243a;
}
.slider-dot {
  width: 180px;
  height: 3px;
  opacity: 1;
  background-color: #BF243A;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -65px;
  margin-bottom: 50px;
}
.collection-banner-container div.owl-prev {
  top: 50% !important;
  color: #000000 !important;
}
.collection-banner-container div.owl-next {
  top: 50% !important;
  color: #000000 !important;
}
.pt-banner-container .pt-url img,
.collection-banner-container .pt-url img {
  width: 100%;
}
.pt-banner-container .owl-item:hover .pt-banner-caption .pt-banner-content .pt-url,
.collection-banner-container .owl-item:hover .pt-banner-caption .pt-banner-content .pt-url {
  /*color: #fff;
        background: @general_link_hover_color;
        border-color:@general_link_hover_color;*/
}
.pt-banner-container:hover .owl-theme .owl-controls .owl-buttons div.owl-prev,
.collection-banner-container:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  opacity: 1;
}
.pt-banner-container:hover .owl-theme .owl-controls .owl-buttons div.owl-next,
.collection-banner-container:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
  opacity: 1;
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination,
.collection-banner-container .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  text-align: center;
  display: none;
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination .owl-page span,
.collection-banner-container .owl-theme .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 250px;
  height: 4px;
  margin: 5px;
  filter: alpha(opacity=100);
  opacity: 0;
  border-radius: 0;
  background: #dedede;
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination .owl-page.active span,
.collection-banner-container .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #bf243a;
  opacity: 1;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div,
.collection-banner-container .owl-theme .owl-controls .owl-buttons div {
  display: block;
  color: white;
  background-color: transparent;
  text-align: center;
  font-size: 0;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 50%;
  padding: 0;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div:before,
.collection-banner-container .owl-theme .owl-controls .owl-buttons div:before {
  content: "\e875";
  font-family: 'Linearicons-Free';
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div:hover,
.collection-banner-container .owl-theme .owl-controls .owl-buttons div:hover {
  color: #bf243a;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev,
.collection-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
  top: 85%;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next,
.collection-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
  top: 85%;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next:before,
.collection-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next:before {
  content: "\e876";
}
.pt-banner-container .pt-banner-caption,
.collection-banner-container .pt-banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.pt-banner-container .pt-banner-caption .container,
.collection-banner-container .pt-banner-caption .container {
  height: 100%;
}
.pt-banner-container .pt-banner-caption .pt-caption-inner,
.collection-banner-container .pt-banner-caption .pt-caption-inner {
  position: relative;
  height: 100%;
}
.pt-banner-container .pt-banner-caption .pt-banner-content,
.collection-banner-container .pt-banner-caption .pt-banner-content {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 520px;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title1,
.collection-banner-container .pt-banner-caption .pt-banner-content .pt-title1 {
  color: #FFFFFF;
  font-family: Spectral;
  font-size: 28px;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2,
.collection-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p,
.collection-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: 36px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-url,
.collection-banner-container .pt-banner-caption .pt-banner-content .pt-url {
  color: #FFFFFF;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2,
.collection-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des,
.collection-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des {
  -webkit-animation: bounceInDown 2200ms ease-in-out;
  -moz-animation: bounceInDown 2200ms ease-in-out;
  -ms-animation: bounceInDown 2200ms ease-in-out;
  animation: bounceInDown 2200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-url,
.collection-banner-container .pt-banner-caption .pt-banner-content .pt-url {
  -webkit-animation: bounceInDown 1800ms ease-in-out;
  -moz-animation: bounceInDown 1800ms ease-in-out;
  -ms-animation: bounceInDown 1800ms ease-in-out;
  animation: bounceInDown 1800ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title2,
.collection-banner-container .pt-banner-caption .ptslider-2 .pt-title2 {
  -webkit-animation: zoomInUp 1000ms ease-in-out;
  -moz-animation: zoomInUp 1000ms ease-in-out;
  -ms-animation: zoomInUp 1000ms ease-in-out;
  animation: zoomInUp 1000ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-banner-des,
.collection-banner-container .pt-banner-caption .ptslider-2 .pt-banner-des {
  -webkit-animation: zoomInUp 1200ms ease-in-out;
  -moz-animation: zoomInUp 1200ms ease-in-out;
  -ms-animation: zoomInUp 1200ms ease-in-out;
  animation: zoomInUp 1200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-url,
.collection-banner-container .pt-banner-caption .ptslider-2 .pt-url {
  -webkit-animation: zoomInUp 1400ms ease-in-out;
  -moz-animation: zoomInUp 1400ms ease-in-out;
  -ms-animation: zoomInUp 1400ms ease-in-out;
  animation: zoomInUp 1400ms ease-in-out;
}
.banner-static {
  text-align: center;
  clear: both;
  overflow: hidden;
}
.banner-static .image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}
.banner-static .image a:hover img {
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.banner-static .image a img {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.banner-static .image:hover .text .text1 {
  -webkit-animation: fadeInUp 400ms ease-in-out;
  -moz-animation: fadeInUp 400ms ease-in-out;
  -ms-animation: fadeInUp 400ms ease-in-out;
  animation: fadeInUp 400ms ease-in-out;
}
.banner-static .image:hover .text .text2 {
  -webkit-animation: fadeInUp 600ms ease-in-out;
  -moz-animation: fadeInUp 600ms ease-in-out;
  -ms-animation: fadeInUp 600ms ease-in-out;
  animation: fadeInUp 600ms ease-in-out;
}
.banner-static .image:hover .text .text3 {
  -webkit-animation: fadeInUp 800ms ease-in-out;
  -moz-animation: fadeInUp 800ms ease-in-out;
  -ms-animation: fadeInUp 800ms ease-in-out;
  animation: fadeInUp 800ms ease-in-out;
}
.static-menu-bottom {
  padding: 30px 30px 5px 30px;
}
.static-middle .image {
  margin-top: 20px;
}
.static-middle .col.col1 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.3);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.static-middle .col.col1 .text .text1 {
  font-size: 22px;
  font-weight: 900;
  text-transform: none;
  display: block;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
}
.static-middle .col.col1 .text .text2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  color: #fff;
  white-space: nowrap;
}
.static-middle .col.col2 .text {
  text-align: right;
  position: absolute;
  top: 50%;
  right: 5%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.static-middle .col.col2 .text .text1 {
  font-size: 24px;
  color: #535353;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 30px;
  display: block;
}
.static-middle .col.col2 .text .text2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3c3c3c;
  line-height: 30px;
  display: block;
}
.static-bottom {
  margin-top: 20px;
}
.static-bottom .text {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.static-bottom .text .text1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  display: block;
}
.static-bottom .text .text2 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 900;
  line-height: 36px;
  color: #fff;
  display: block;
}
.static-bottom .text .text3 {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  line-height: 36px;
  color: #fff;
  display: block;
}
.static-left-home {
  margin-top: 30px;
}
.cms-index-index .page-wrapper .page-main {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper .page-main {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}
.page-main {
  position: relative;
}
.page-main .page.messages {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  left: 0;
  right: 0;
}
.page-main .page.messages .message.success {
  margin: 0;
}
.page-main .page.messages div {
  font-size: 14px;
}
.page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.page-main .checkout-container .authentication-wrapper {
  display: none;
}
.page-main .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.2rem;
}
.page-main .checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 1.4rem;
  line-height: 26px;
}
.page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.page-main .checkout-container .opc-wrapper .step-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.page-main .checkout-container .opc-sidebar .modal-header {
  padding: 0;
  min-height: auto;
  border: none;
}
.page-main .checkout-container .opc-sidebar .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 1.4rem;
  border: none;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 36px 9px 0;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.0rem;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item-name {
  color: #333;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty {
  line-height: normal;
  color: #333;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty .label {
  padding-left: 0;
  font-weight: normal;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item .price {
  font-size: 1.2rem;
  color: #333;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
  line-height: normal;
}
.page-main .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.page-main .cart-container .cart.table-wrapper .product-item-photo {
  position: static !important;
}
.page-main .cart-container .cart-summary {
  padding: 1px 18px 22.5px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.page-main .cart-container .cart-summary > .title {
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.page-main .cart-container .cart-summary .block.shipping > .title,
.page-main .cart-container .cart-summary .block.discount > .title {
  line-height: normal;
  padding: 9px 36px 9px 0px;
  border-top: 1px solid #ccc;
}
.page-main .cart-container .cart-summary .block.shipping > .title:after,
.page-main .cart-container .cart-summary .block.discount > .title:after {
  font-size: 24px;
  color: #313131;
  top: 4px;
}
.page-main .cart-container .cart-summary .block.shipping > .title strong,
.page-main .cart-container .cart-summary .block.discount > .title strong {
  color: #313131;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: normal;
}
.page-main .cart-container .cart-summary .block.shipping .field.note,
.page-main .cart-container .cart-summary .block.discount .field.note {
  font-size: 14px;
  line-height: normal;
}
.page-main .cart-container .cart-summary .block.shipping .fieldset .field:not(.choice) > .label,
.page-main .cart-container .cart-summary .block.discount .fieldset .field:not(.choice) > .label {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}
.page-main .cart-container .cart-summary .block.shipping select,
.page-main .cart-container .cart-summary .block.discount select,
.page-main .cart-container .cart-summary .block.shipping input,
.page-main .cart-container .cart-summary .block.discount input {
  border-radius: 5px;
}
.page-main .cart-container .cart-summary .block.shipping .item-title,
.page-main .cart-container .cart-summary .block.discount .item-title {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin: 0 0 5px;
}
.page-main .cart-container .cart-summary .block.shipping .item-options,
.page-main .cart-container .cart-summary .block.discount .item-options {
  margin: 0;
}
.page-main .cart-container .cart-summary .block.shipping .item-options .radio,
.page-main .cart-container .cart-summary .block.discount .item-options .radio {
  float: left;
  margin: 0 8px 0 0;
}
.page-main .cart-container .cart-summary .block.shipping .item-options .label,
.page-main .cart-container .cart-summary .block.discount .item-options .label {
  vertical-align: top;
  font-weight: normal;
  padding: 0;
}
.page-main .cart-container .cart-summary .cart-totals th,
.page-main .cart-container .cart-summary .cart-totals td {
  border: none;
}
.page-main .cart-container .cart-summary .cart-totals .price {
  color: #333;
}
.page-main .cart-container .cart-summary .cart-totals .grand.totals {
  border-top: 1px solid #ccc;
}
.page-main .cart-container .form-cart .cart.table-wrapper thead .col {
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody {
  border-top: 0;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody .col {
  border: none;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody .col .price {
  font-weight: 500;
  color: #333;
  font-size: 24px;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody .col .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody .col .product-item-details {
  vertical-align: middle;
}
.page-main .cart-container .form-cart .cart.table-wrapper tbody .item-actions td {
  padding: 10px 0;
}
.page-main .cart-container .form-cart .cart.main.actions .action {
  margin-bottom: 10px;
}
.page-main .cart-container .form-cart .cart.main.actions .action.continue {
  background: #d8d8d8;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  line-height: 38px;
  letter-spacing: 0px;
  padding: 0 18px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
  font-weight: 700;
}
.page-main .cart-container .form-cart .cart.main.actions .action.continue:hover {
  background: #bf243a;
  border: 0;
  text-shadow: none;
  color: #fff;
}
.page-main .cart-container .form-cart .cart.main.actions .action.continue:visited {
  border: 0 !important;
}
.page-main .cart-container .form-cart .cart.main.actions .action:before {
  line-height: inherit;
}
.page-main .block.crosssell > .title {
  color: #333333;
  text-transform: uppercase;
}
.page-main .login-container .fieldset:after {
  font-size: 14px;
  margin-left: 0 !important;
}
.page-main .table-comparison th,
.page-main .table-comparison td {
  border: 1px solid #ededed !important;
}
.page-main .table-comparison .label {
  display: table-cell;
  vertical-align: middle;
}
.page-main .table-comparison .cell {
  width: 200px;
  padding: 15px;
}
.page-main .table-comparison .cell .attibute.value {
  font-size: 14px;
}
.page-main .table-comparison .cell.remove {
  border: 1px solid #ededed;
  text-align: center;
}
.page-main .table-comparison .cell.remove span {
  position: static;
  width: auto;
  height: auto;
  margin: auto;
}
.page-main .table-comparison .cell.label.product {
  border: 1px solid #ededed;
  text-align: center;
}
.page-main .table-comparison .cell.label.product span {
  position: static;
  width: auto;
  height: auto;
  margin: auto;
}
.page-main .table-comparison > tbody {
  border: 1px solid #ededed;
}
.page-main .table-comparison > tbody td {
  background: none !important;
  font-size: 13px !important;
}
.page-main .pt-testimonial-item {
  margin-top: 30px;
}
.page-main .pt-testimonial-item ul.testimonial-item li {
  margin: 0px 10px 20px 0;
  padding: 10px;
  border: 1px solid #dfdfdf;
  width: 100%;
  text-transform: capitalize;
  overflow: hidden;
}
.page-main .pt-testimonial-item ul.testimonial-item li .testimonial-name {
  margin-bottom: 15px;
}
.page-main .pt-testimonial-item ul.testimonial-item li .testimonial-image {
  float: left;
  margin: 4px 15px 0 0;
  border-radius: 100%;
  overflow: hidden;
}
.page-main .pt-testimonial-item ul.testimonial-item li .testimonial-testimonial {
  text-transform: none;
}
.page-main .testimo-slider {
  margin-top: 110px;
  margin-bottom: 130px;
  position: relative;
  text-align: center;
  padding: 100px 0;
  background: #f9f9f9;
}
.page-main .testimo-slider .title {
  display: none;
}
.page-main .testimo-slider .pt-testimonial .images {
  margin-bottom: 30px;
}
.page-main .testimo-slider .pt-testimonial .images .image {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  overflow: hidden;
}
.page-main .testimo-slider .pt-testimonial .email {
  font-weight: 300;
  font-size: 12px;
  text-transform: capitalize;
  font-style: italic;
  letter-spacing: 0.2em;
}
.page-main .testimo-slider .pt-testimonial .info .name {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  display: inline-block;
  background: #f7f7f7;
  padding: 0 10px;
}
.page-main .testimo-slider .pt-testimonial .info .name:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: -25px;
  right: -25px;
  height: 1px;
  background: #d6d7d9;
  z-index: -1;
}
.page-main .testimo-slider .pt-testimonial .des {
  font-weight: 300;
  font-size: 12px;
  line-height: 25px;
  text-transform: capitalize;
  padding: 35px 150px;
  letter-spacing: 0.2em;
}
.page-main .categorytab-container {
  text-align: center;
}
.page-main .categorytab-container ul.tabs {
  z-index: 1;
  padding: 12px 0;
  float: right;
  margin-right: 100px;
}
.page-main .categorytab-container ul.tabs li {
  font-size: 13px;
  color: #333;
  line-height: 18px;
  float: left;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  padding: 0 13px;
}
.page-main .categorytab-container ul.tabs li:last-child {
  border: 0;
  padding-right: 0;
}
.page-main .categorytab-container ul.tabs li.active,
.page-main .categorytab-container ul.tabs li:hover {
  color: #bf243a;
}
.page-main .producttabs ul.tabs-title {
  float: right;
  padding: 3px 0;
}
.page-main .producttabs ul.tabs-title li {
  font-size: 12px;
  color: #9b9b9b;
  line-height: 18px;
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  padding: 0 30px;
  border-right: 1px solid #ededed;
  position: relative;
}
.page-main .producttabs ul.tabs-title li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #bf243a;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 12px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-main .producttabs ul.tabs-title li:last-child {
  border-right: 0;
  padding-right: 0;
}
.page-main .producttabs ul.tabs-title li.active,
.page-main .producttabs ul.tabs-title li:hover {
  color: #bf243a;
}
.page-main .producttabs ul.tabs-title li.active:before,
.page-main .producttabs ul.tabs-title li:hover:before {
  width: 33px;
}
.page-main .owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.page-main .item .item-inner {
  position: relative;
  margin-bottom: 20px;
}
.page-main .item .item-inner:hover .image-container .product-item-photo:before {
  opacity: 1;
}
.page-main .item .item-inner:hover .image-container .product-item-photo .product-image-container {
  opacity: 0;
}
.page-main .item .item-inner:hover .image-container .product-item-photo .image-rotate {
  opacity: 1;
}
.page-main .item .item-inner:hover .image-container .product-item-photo .image-rotate .product-image-container {
  opacity: 1;
}
.page-main .item .item-inner:hover .image-container .actions {
  opacity: 1;
  bottom: 0;
}
.page-main .item .item-inner:hover .image-container .quick-view {
  opacity: 1;
  -webkit-animation: zoomIn 300ms ease-in-out;
  -moz-animation: zoomIn 300ms ease-in-out;
  -ms-animation: zoomIn 300ms ease-in-out;
  animation: zoomIn 300ms ease-in-out;
}
.page-main .item .item-inner .image-container {
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-main .item .item-inner .image-container .product-item-photo {
  display: block;
}
.page-main .item .item-inner .image-container .product-item-photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07000000000000001);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-main .item .item-inner .image-container .product-item-photo .product-image-container {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-main .item .item-inner .image-container .product-item-photo .image-rotate {
  left: 0;
  max-width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-main .item .item-inner .image-container img {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page-main .item .item-inner .image-container .actions {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 0 40px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-main .item .item-inner .image-container .actions .actions-primary {
  z-index: 1;
  position: relative;
}
.page-main .item .item-inner .image-container .actions .actions-primary button {
  position: relative;
  line-height: 39px;
  width: 100%;
  display: inline-block;
  color: #fff;
  background: #bf243a;
  opacity: 0.5;
  font-weight: normal;
  border: 0;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
.page-main .item .item-inner .image-container .actions .actions-primary button:before {
  content: "\e82e";
  font-family: 'Linearicons-Free';
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.page-main .item .item-inner .image-container .actions .actions-primary button:hover {
  background: #bf243a;
  opacity: 1;
}
.page-main .item .item-inner .image-container .actions .add-to-links {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}
.page-main .item .item-inner .image-container .actions .add-to-links a {
  position: relative;
  text-align: center;
  line-height: 39px;
  height: 39px;
  width: 39px;
  padding: 0;
  font-weight: normal;
  font-size: 0;
  display: block;
  background: #bf243a;
  opacity: 0.5;
  float: right;
}
.page-main .item .item-inner .image-container .actions .add-to-links a:before {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #fff;
  line-height: inherit;
}
.page-main .item .item-inner .image-container .actions .add-to-links a.tocompare {
  float: left;
}
.page-main .item .item-inner .image-container .actions .add-to-links a.tocompare:before {
  content: "\e862";
}
.page-main .item .item-inner .image-container .actions .add-to-links a:hover {
  background: #bf243a;
  opacity: 1;
}
.page-main .item .item-inner .image-container .quick-view {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  opacity: 0;
}
.page-main .item .item-inner .image-container .quick-view button.btn-quickview {
  width: 39px;
  height: 39px;
  border-radius: 0;
  line-height: 39px;
  padding: 0;
  font-size: 0;
  display: block;
  background: #fff;
}
.page-main .item .item-inner .image-container .quick-view button.btn-quickview:before {
  content: "\e81b";
  font-family: 'Linearicons-Free';
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #bf243a;
  font-weight: normal;
}
.page-main .item .item-inner .image-container .quick-view button.btn-quickview:hover {
  background: #bf243a;
}
.page-main .item .item-inner .image-container .quick-view button.btn-quickview:hover:before {
  color: #fff;
}
.page-main .item .item-inner .des {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  background: transparent;
  text-align: center;
}
.page-main .item .item-inner .des .product-name {
  margin-bottom: 5px;
  display: block;
  text-transform: capitalize;
}
.page-main .item .item-inner .des .price-final_price.price-box {
  text-align: center;
  margin-top: 7px;
}
.page-main .item .item-inner .des .product-reviews-summary {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 17px;
}
.page-main .item .item-inner .des .product-reviews-summary .reviews-actions {
  display: none;
}
.page-main .product-item-name {
  margin: 0;
}
.page-main .product-item-name a {
  /*color: @general_product_name_color;
      padding: 0;
      margin-bottom: 8px;
      display: block;
      line-height: 24px;
      text-transform: capitalize;
      overflow: hidden;
      font-size: 16px;
      font-weight: 400;*/
  color: #000000;
  font-family: Spectral;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
.page-main .product-item-name a:hover {
  color: #bf243a;
  text-decoration: none;
}
.page-main .category-products .toolbar-bottom .toolbar-products {
  border-bottom: none;
  border-top: 1px solid #ededed;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
}
.page-main .category-products .toolbar-bottom .toolbar-products .pages {
  float: right;
  display: block;
  padding: 2.5px 0;
}
.page-main .category-products .toolbar-bottom .toolbar-products .pages > .label {
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 13px;
  color: #333333;
  font-weight: 400;
  width: auto;
  height: auto;
  position: static;
  margin: 0;
}
.page-main .category-products .toolbar-bottom .toolbar-products .pages .item {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  text-align: center;
}
.page-main .category-products .toolbar-bottom .toolbar-products .pages .item.current a,
.page-main .category-products .toolbar-bottom .toolbar-products .pages .item:hover a {
  color: #bf243a;
}
.page-main .category-products .toolbar-bottom .toolbar-products .pages .item a {
  width: 100%;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
}
.page-main .category-products .toolbar-bottom .toolbar-products .pages .item strong.page {
  color: #bf243a;
  font-size: 13px;
}
.page-main .category-products .toolbar-bottom .toolbar-products .pages .item .action {
  margin: 0;
  border: none;
}
.page-main .category-products .toolbar-bottom .toolbar-products .pages .item .action:hover:before {
  color: #bf243a;
}
.page-main .category-products .toolbar-bottom .toolbar-products .pages .item .action:before {
  margin: 0;
  width: 100%;
  font-size: 24px;
  color: #333333;
}
.page-main .category-products .toolbar-bottom .toolbar-products .pages .item .action span {
  display: none;
}
.page-main .category-products .toolbar-bottom .toolbar-products .modes {
  display: none;
}
.page-main .category-products .toolbar-bottom .toolbar-products .limiter {
  display: none !important;
}
.page-main .category-products .toolbar-bottom .toolbar-products .sorter {
  display: none;
}
.page-main .category-products .toolbar-products {
  padding: 0 0 20px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}
.page-main .category-products .toolbar-products .modes {
  display: block;
}
.page-main .category-products .toolbar-products .modes .modes-label {
  display: none;
}
.page-main .category-products .toolbar-products .modes .modes-mode {
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  margin-right: 10px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  background: #bebebe;
  color: #fff;
  border: none;
}
.page-main .category-products .toolbar-products .modes .modes-mode:hover,
.page-main .category-products .toolbar-products .modes .modes-mode.active {
  background: #bf243a;
}
.page-main .category-products .toolbar-products .modes .modes-mode:before {
  content: "";
  font-family: "Material Design Icons";
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.page-main .category-products .toolbar-products .modes .modes-mode.mode-grid:before {
  content: "\f03b";
}
.page-main .category-products .toolbar-products .modes .modes-mode.mode-list:before {
  content: "\f279";
}
.page-main .category-products .toolbar-products .limiter {
  display: inline-block !important;
  vertical-align: top;
  padding: 2.5px 0;
}
.page-main .category-products .toolbar-products .limiter label {
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 13px;
  color: #333333;
  font-weight: 400;
}
.page-main .category-products .toolbar-products .limiter .limiter-options {
  padding: 0 5px;
  height: 32px;
  min-width: 55px;
  font-size: 13px;
  color: #616161;
  margin-right: 0;
}
.page-main .category-products .toolbar-products .limiter .limiter-text {
  display: none;
}
.page-main .category-products .toolbar-products .sorter {
  padding: 2.5px 0;
  margin-right: 15px;
}
.page-main .category-products .toolbar-products .sorter label {
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 13px;
  color: #333333;
  font-weight: 400;
}
.page-main .category-products .toolbar-products .sorter .sorter-options {
  padding: 0 5px;
  height: 32px;
  min-width: 95px;
  font-size: 13px;
  color: #616161;
}
.page-main .category-products .toolbar-products .sorter .sorter-action:before {
  line-height: 28px;
}
.page-main .category-products .toolbar-products .toolbar-amount {
  line-height: 37px;
  padding: 0;
  font-size: 13px;
}
.page-main .category-products .products.grid {
  margin-top: 120px;
  margin-bottom: 0;
}
.page-main .category-products .products.grid .item-inner {
  margin-bottom: 30px;
}
.page-main .category-products .products.grid div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.page-main .category-products .products.grid .swatch-attribute {
  padding-top: 5px;
  padding-left: 2px;
  display: inline-block;
  vertical-align: top;
  clear: both;
}
.page-main .category-products .products-list .item {
  margin-bottom: 30px;
}
.page-main .category-products .products-list .item .product-item-info .product-item-photo {
  padding: 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  border: 1px solid #ededed;
}
.page-main .category-products .products-list .item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details {
  display: block;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .price-box {
  float: left;
  margin: 20px 0 0;
  width: 100%;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-name a {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-reviews-summary {
  float: left;
  margin: 0;
  padding: 2px 0;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  margin-top: 0;
  display: none;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .swatch-opt {
  clear: both;
  margin-bottom: 0;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .swatch-attribute {
  padding-top: 5px;
  padding-left: 2px;
  display: block;
  clear: both;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner {
  clear: both;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  display: inline-block;
  vertical-align: top;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary {
  padding: 0;
  float: left;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart {
  border: 0;
  line-height: 40px;
  height: 40px;
  width: auto;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  padding: 0 20px;
  background: #333;
  margin-top: 10px;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart:before {
  content: "\e82e";
  font-family: Linearicons-Free;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .tocart:hover {
  background-color: #bf243a;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  float: left;
  width: auto;
  padding: 0;
  margin-top: 10px;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action {
  font-size: 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
  float: left;
  text-align: center;
  position: relative;
  margin-left: 7px;
  background: #ccc;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action:before {
  content: "\e813";
  font-family: Linearicons-Free;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #fff;
  line-height: inherit;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare:before {
  content: "\e862";
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action:hover {
  background-color: #bf243a;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-description {
  clear: both;
  line-height: 24px;
  padding: 30px 0 20px 0;
  font-weight: 300;
  margin: 0;
}
.page-main .category-products .products-list .item .product-item-info .product-item-details .product-item-inner .product-item-description p {
  display: inline;
}
.page-main .sidebar .block .filter-subtitle-title {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #333333;
  display: none;
}
.page-main .sidebar .block .filter-subtitle-title .filter-subtitle {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 0 0 9px 0;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  color: #333333;
  margin-bottom: 0;
}
.page-main .sidebar .block .title strong {
  line-height: inherit;
  color: #333333;
}
.page-main .sidebar .block .block-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
  margin-bottom: 25px;
}
.page-main .sidebar .block .block-title strong {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 900;
}
.page-main .sidebar .block .empty {
  font-size: 14px;
  color: #333333;
}
.page-main .sidebar .block.block-collapsible-nav {
  padding: 0;
}
.page-main .sidebar .filter .filter-title {
  display: none;
}
.page-main .sidebar .filter .action.remove.filter-url {
  display: block;
  line-height: 24px;
  color: #bf243a;
}
.page-main .sidebar .filter .action.remove.filter-url:hover {
  text-decoration: underline;
}
.page-main .sidebar .filter .filter-current-subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: #333333;
  font-weight: 700;
}
.page-main .sidebar .filter .action.clear.filter-clear {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 28px;
  padding: 0 15px;
  background: #3c3c3c;
  border-radius: 5px;
  color: #fff;
}
.page-main .sidebar .filter .action.clear.filter-clear:hover {
  background: #bf243a;
}
.page-main .sidebar .filter .filter-content .filter-current .filter-label {
  font-weight: 500;
}
.page-main .sidebar .filter .filter-content .filter-options-item.filter-price {
  margin-bottom: 25px;
}
.page-main .sidebar .filter .filter-content .filter-options-item.filter-price .filter-options-title {
  margin-bottom: 34px;
}
.page-main .sidebar .filter .filter-content .filter-options-item.filter-price .filter-options-content {
  margin-bottom: 10px;
  display: block;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-title {
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-title:after {
  content: "";
  width: 40px;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content {
  padding-top: 5px;
  /*display: block !important;*/
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content ol li {
  line-height: 30px;
  margin: 5px 0;
  /*border-bottom: 1px solid @general_border_color;*/
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content ol li:first-child a {
  padding-top: 0;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content ol li a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 10px 0;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content ol li a:hover .count {
  color: #bf243a;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content ol li a .count {
  float: right;
  color: #d6d6d6;
  font-size: 14px;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal {
  background: #e5e5e5;
  border-radius: 0;
  height: 3px;
  margin-bottom: 22px;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-range {
  background: #bf243a;
  height: 100%;
  position: absolute;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle {
  background: #bf243a;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 11px;
  width: 11px;
  margin-left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -11px;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price .price-symbol {
  line-height: 34px;
  float: left;
  font-weight: 400;
  color: #333333;
  background: #fff;
  padding-left: 8px;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price input {
  text-align: left;
  opacity: 1;
  border: 0;
  height: 34px;
  background: #fff;
  width: 58px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-right: 5px;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
  display: none;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .swatch-option.color {
  width: 21px;
  height: 21px;
  border: none;
  margin: 0 14px 10px 0;
  min-width: 0;
  padding: 0;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .swatch-option.color[option-label="White"] {
  border: 1px solid #ebebeb;
}
.page-main .sidebar .filter .filter-content .filter-options-item .filter-options-content .swatch-option.text {
  border: 1px solid #ebebeb;
  font-weight: 400;
  height: 25px;
  line-height: 25px !important;
}
.page-main .label-pro-new,
.page-main .hot-sale {
  position: absolute;
  top: 20px;
  right: 0;
  color: white;
  background: #c4df9a;
  padding: 0 8px;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  min-width: 42px;
  z-index: 3;
  display: none;
}
.page-main .hot-sale {
  background: #ee5655;
  font-size: 11px;
  left: 0;
  right: inherit;
  display: block;
}
.page-main .hot-sale small {
  display: none;
}
.page-main .price-box p {
  display: inline-block;
  vertical-align: top;
}
.page-main .price-box p:first-child {
  margin-right: 5px;
}
.page-main .price-box .price {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
}
.page-main .price-box .special-price {
  display: inline-block;
  vertical-align: top;
}
.page-main .price-box .special-price .price-label {
  display: none;
}
.page-main .price-box .old-price {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.page-main .price-box .old-price .price-label {
  display: none;
}
.page-main .price-box .old-price .price {
  color: #9c9c9c;
  text-decoration: line-through;
  font-weight: 400;
}
.group-title1 {
  position: relative;
  display: block;
  margin-top: 55px;
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
}
.group-title1 h2 {
  position: relative;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 12px;
}
.group-title1 h2:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #bf243a;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.des-module {
  text-align: center;
  margin-bottom: 40px;
}
.des-module p {
  font-size: 16px;
  line-height: 24px;
  max-width: 500px;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
}
.group-title2 {
  margin-bottom: 30px;
}
.group-title2 h2 {
  font-size: 18px;
  font-weight: 900;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  display: block;
  text-transform: uppercase;
}
.group-title2 h2:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #bf243a;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.block-recent-posts {
  text-align: center;
}
.block-recent-posts .blog-image a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 100%;
}
.block-recent-posts .blog-image a:hover img {
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.block-recent-posts .blog-image a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.block-recent-posts .blog-content {
  text-align: left;
}
.block-recent-posts .blog-content .blog-title {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 21px;
}
.block-recent-posts .blog-content .blog-title a {
  color: #333333;
}
.block-recent-posts .blog-content .blog-title a:hover {
  color: #bf243a;
}
.block-recent-posts .blog-content .short-des {
  line-height: 24px;
  font-size: 15px;
  padding: 0 0 18px 0;
  font-weight: 300;
}
.block-recent-posts .blog-content .time-conment {
  margin-top: 28px;
}
.block-recent-posts .blog-content .time-conment .date-time {
  font-size: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a4a4a4;
}
.block-recent-posts .blog-content a.readmore {
  font-size: 15px;
  font-weight: 300;
  color: #333333;
  text-transform: capitalize;
}
.block-recent-posts .blog-content a.readmore:after {
  content: "\e87a";
  font-family: 'Linearicons-Free';
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  font-size: 11px;
  margin-left: 11px;
}
.block-recent-posts .blog-content a.readmore:hover {
  color: #bf243a;
}
.cms-index-index .brandslider-container {
  border: none;
}
.brandslider-container {
  background: #f2f2f2;
  border-top: 1px solid #dedede;
}
.brandslider-container .group-title1 {
  display: none;
}
.brandslider-container .container-inner {
  padding: 129px 0;
}
.brandslider-container .container-inner img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.brandslider-container .container-inner img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.block.newsletter {
  width: 100% !important;
  margin: 0;
  background: url(../images/bkg_newsletter.jpg) center repeat;
  text-align: left;
  margin-top: 60px;
  padding: 60px 30px;
}
.block.newsletter h2 {
  font-size: 24px;
  font-weight: 700;
  display: block;
  text-transform: none;
  line-height: 32px;
  margin-bottom: 30px;
  color: #fff;
}
.block.newsletter .des,
.block.newsletter .des2 {
  font-size: 18px;
  line-height: 26px;
  display: block;
  color: #fff;
  font-weight: 300;
  margin-bottom: 40px;
}
.block.newsletter .des2 {
  margin-bottom: 0;
  margin-top: 35px;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  margin-bottom: 0;
  position: relative;
  max-width: 570px;
  width: 100%;
  display: inline-block;
}
.block.newsletter .field .control:before {
  display: none;
}
.block.newsletter .field .control input {
  display: inline-block;
  border: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  line-height: 30px;
  height: 46px;
  border-radius: 0;
  color: #7b7b7b;
  font-size: 15px;
  width: 100%;
  font-weight: 300;
}
.block.newsletter .field .control input:focus {
  outline: none;
  box-shadow: none;
}
.block.newsletter .field .control #newsletter-error {
  position: absolute;
  top: 100%;
  font-size: 14px;
  color: red;
}
.block.newsletter .field .control .actions {
  float: left;
  margin-top: 30px;
  width: auto;
  display: block;
}
.block.newsletter .field .control .actions button.subscribe {
  font-size: 14px;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  padding: 0 20px;
  background: #fff;
  color: #333;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.block.newsletter .field .control .actions button.subscribe:hover {
  color: #bf243a;
}
.plazathemes-instagram-gallery .col {
  padding: 4px;
}
.plazathemes-instagram-gallery .img_users {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 100%;
}
.plazathemes-instagram-gallery .img_users img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.plazathemes-instagram-gallery .img_users:hover img {
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.plazathemes-instagram-gallery .follow-us {
  padding-top: 10px;
  font-style: italic;
  display: block;
  clear: both;
  color: #0a0a0a;
}
.plazathemes-instagram-gallery .follow-us:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin: 0 10px;
  font-style: normal;
  text-decoration: none;
  vertical-align: middle;
}
.plazathemes-instagram-gallery .follow-us:hover {
  text-decoration: underline;
  color: #bf243a;
}
.tweet-content a {
  color: #0a0a0a;
}
.tweet-content a:hover {
  color: #bf243a;
}
.tweet-content .twitter-user .image {
  float: left;
  margin-right: 10px;
}
.tweet-content .twitter-user .tweetprofilelink {
  float: left;
}
.tweet-content .twitter-user .tweetprofilelink a {
  display: block;
  line-height: 20px;
}
.tweet-content .twitter-text {
  clear: both;
  padding-top: 5px;
}
.ma-corporate-about {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.ma-corporate-about .col {
  float: left;
}
.ma-corporate-about .col:first-child {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #999;
}
.ma-corporate-about .block-wrapper {
  position: relative;
}
.ma-corporate-about .block-wrapper:before {
  content: "\e84b";
  font-family: 'Linearicons-Free';
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  color: #5c5c5c;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ma-corporate-about .block-wrapper.support:before {
  content: "\e831";
}
.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  padding-left: 42px;
}
.ma-corporate-about .block-wrapper .text-des h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 3px;
}
.ma-corporate-about .block-wrapper .text-des p {
  margin: 0;
  color: #737373;
}
.purchase-progress {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 100px;
}
.purchase-progress .col {
  margin-top: 30px;
}
.purchase-progress .title {
  font-size: 28px;
  font-weight: 400;
  display: block;
  margin-bottom: 25px;
}
.purchase-progress h3 {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.purchase-progress p {
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}
.static-about-us .static-content {
  padding: 15px;
  border: 1px solid #ededed;
}
.static-about-us .static-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
}
.static-about-us .static-content p {
  font-size: 13px;
  line-height: 24px;
}
.static-about-us .static-content a {
  text-transform: uppercase;
  color: #ff5353;
  font-size: 13px;
  margin-top: 8px;
  display: block;
}
.static-about-us .static-content a:hover {
  color: #bf243a;
  text-decoration: underline;
}
.static-about-us .static-content .image {
  padding: 30px 0 40px 0;
  text-align: center;
}
.price-box p {
  display: inline-block;
  vertical-align: top;
}
.price-box p:first-child {
  margin-right: 5px;
}
.price-box .price {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
}
.price-box .special-price {
  display: inline-block;
  vertical-align: top;
}
.price-box .special-price .price-label {
  display: block;
}
.price-box .old-price {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.price-box .old-price .price-label {
  display: block;
}
.price-box .old-price .price {
  color: #9c9c9c;
  text-decoration: line-through;
  font-weight: 400;
}
.product.media .fotorama__stage {
  margin-bottom: 20px;
}
.product.media .fotorama__thumb {
  background: #fff;
}
.product.media .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0;
}
.product.media .fotorama__thumb-border {
  display: none;
}
.product.media .fotorama__nav__frame--thumb {
  margin-right: 15px;
  border: 1px solid #e6e4e4;
  position: relative;
}
.product.media .fotorama__nav__frame--thumb.fotorama__active {
  border-color: #bf243a;
}
.product.media .fotorama__nav__frame--thumb:last-child {
  margin-right: 0;
}
.product.media .fotorama__stage.fotorama__shadows--left:before,
.product.media .fotorama__nav.fotorama__shadows--left:before,
.product.media .fotorama__stage.fotorama__shadows--right:after,
.product.media .fotorama__nav.fotorama__shadows--right:after {
  display: none;
}
.product-add-form .swatch-attribute-label {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}
.product-add-form .box-tocart {
  overflow: hidden;
  margin: 30px 0 15px 0;
  clear: both;
}
.product-add-form .box-tocart .field.qty {
  margin-top: 5px;
  overflow: hidden;
  margin: 0 15px 15px 0 !important;
  float: left;
}
.product-add-form .box-tocart .field.qty .label {
  line-height: 42px;
  margin: 0 10px 0 0 !important;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.product-add-form .box-tocart .field.qty .control {
  display: inline-block;
  vertical-align: top;
}
.product-add-form .box-tocart .field.qty .control input.input-text {
  height: 42px;
  width: 100px;
  text-align: center;
  border: 1px solid #ededed;
  font-size: 14px;
  color: #616161;
  margin: 0;
}
.product-add-form .box-tocart .actions {
  float: left;
  padding-top: 0 !important;
}
.product-add-form .box-tocart .actions .action.primary {
  border: 0;
  line-height: 42px;
  height: 42px;
  width: auto;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  padding: 0 20px;
  background: #333;
}
.product-add-form .box-tocart .actions .action.primary:before {
  content: "\e82e";
  font-family: Linearicons-Free;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.product-add-form .box-tocart .actions .action.primary:hover {
  background-color: #bf243a;
}
.product-social-links {
  overflow: hidden;
}
.product-social-links .product-addto-links {
  float: left;
  margin: 0;
}
.product-social-links .action {
  font-size: 0 !important;
  padding: 0 !important;
  border: none !important;
  line-height: 42px !important;
  height: 42px;
  width: 42px;
  float: left;
  text-align: center;
  position: relative;
  border-radius: 0 !important;
  margin-left: 7px !important;
  background: #cccccc !important;
}
.product-social-links .action:before {
  content: "\e813";
  font-family: Linearicons-Free;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #fff;
  line-height: inherit;
  font-weight: normal;
}
.product-social-links .action.towishlist {
  margin-left: 0 !important;
}
.product-social-links .action.tocompare {
  width: 42px !important;
}
.product-social-links .action.tocompare:before {
  content: "\e862";
}
.product-social-links .action.mailto.friend:before {
  font-size: 30px;
  color: #fff;
  line-height: inherit;
}
.product-social-links .action:hover {
  background-color: #bf243a !important;
}
.product-options-bottom .box-tocart .field.qty {
  padding: 0;
}
.product-options-bottom .box-tocart .actions {
  padding: 0;
}
.product-options-bottom .old-price,
.product-options-bottom .special-price {
  margin-bottom: 10px;
  margin-top: 10px;
}
.product-options-bottom .price-box .weee {
  line-height: normal;
}
.product-info-main .page-title-wrapper .container {
  width: auto;
  padding: 0;
}
.product-info-main .page-title-wrapper .page-title {
  color: #000000;
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  line-height: 43px;
  text-align: center;
}
.product-info-main .price-box {
  float: left;
  width: 100%;
  margin: 26px 0;
  line-height: normal !important;
}
.product-info-main .price-box .price-box {
  margin: 0;
}
.product-info-main .price-box .minimal-price .price-label {
  line-height: 34px;
  margin-right: 10px;
}
.product-info-main .price-box .special-price {
  margin: 0;
}
.product-info-main .price-box .weee {
  line-height: normal;
}
.product-info-main .product-reviews-summary {
  margin: 20px 0 0 0;
  padding: 3px 0 0;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result {
  width: 75px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 15px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  font-size: 15px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 14px;
  font-weight: 300;
}
.product-info-main .product-info-stock-sku {
  clear: both;
}
.product-info-main .product-info-stock-sku .stock {
  font-size: 14px;
  color: #73c437;
  text-transform: capitalize;
  display: block;
  margin-right: 0;
  font-weight: 300;
  margin-bottom: 7px;
}
.product-info-main .product-info-stock-sku .stock:before {
  content: "\f132";
  font-family: "Material Design Icons";
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: normal;
}
.product-info-main .product-info-stock-sku .product.attribute.sku {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
}
.product-info-main .product-info-stock-sku .product.attribute.sku .type {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-info-stock-sku .product.attribute.sku .type:after {
  content: ":";
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-info-stock-sku .product.attribute.sku .value {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attribute.overview {
  clear: both;
  padding: 30px 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #ededed;
  line-height: 24px;
  font-weight: 300;
}
.product.info.detailed {
  padding-top: 60px;
  margin-bottom: 0;
}
.product.info.detailed .product.attribute.description {
  font-weight: 300;
}
.product.info.detailed .product.data.items {
  margin-bottom: 0;
}
.product.info.detailed .items > .item.title {
  margin-right: 35px;
  overflow: visible;
  margin-bottom: 0 !important;
}
.product.info.detailed .items > .item.title a {
  font-size: 20px;
  color: #b4b4b4 !important;
  text-transform: uppercase;
  height: 46px;
  line-height: 46px;
  font-weight: 700;
  border: 0;
  padding: 0 !important;
  background: transparent;
  position: relative;
}
.product.info.detailed .items > .item.title a:visited {
  background: transparent !important;
}
.product.info.detailed .items > .item.title a:after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #bf243a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product.info.detailed .items > .item.title a:hover {
  background: transparent !important;
}
.product.info.detailed .items > .item.title.active a,
.product.info.detailed .items > .item.title:hover a {
  color: #333333 !important;
  background: transparent;
}
.product.info.detailed .items > .item.title.active a:after,
.product.info.detailed .items > .item.title:hover a:after {
  width: 100%;
}
.product.info.detailed .items > .item.content {
  background: transparent;
  padding: 25px 0;
  border: 0 !important;
  border-top: 2px solid #ededed !important;
}
.product.info.detailed .items > .item.content p {
  line-height: 24px;
}
.bundle-options-container {
  margin-top: 30px;
}
.bundle-options-container .legend.title,
.bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
}
.bundle-options-container .radio,
.bundle-options-container .checkbox {
  display: inline-block;
  margin: 0 3px 0 0;
}
.bundle-options-container .bundle-summary {
  clear: both;
}
.bundle-options-container .bundle-info .product-details {
  margin-top: 15px;
  overflow: hidden;
}
.bundle-options-container .bundle-info .price-box {
  margin: 15px 0;
}
.bundle-options-container .bundle-info .box-tocart {
  margin-top: 15px;
  overflow: hidden;
}
.bundle-options-container .product-addto-links {
  float: left;
  margin: 0;
}
.bundle-options-container .product-addto-links .action {
  font-size: 0 !important;
  padding: 0 !important;
  border: 2px solid #ededed !important;
  line-height: 36px !important;
  height: 40px;
  width: 40px;
  float: left;
  text-align: center;
  position: relative;
  border-radius: 100% !important;
  margin-left: 7px !important;
  background: url(../images/button-wishlist.png) no-repeat #ffffff !important;
}
.bundle-options-container .product-addto-links .action.towishlist {
  margin-left: 0 !important;
}
.bundle-options-container .product-addto-links .action.tocompare {
  background: url(../images/button-compare.png) no-repeat #ffffff !important;
  width: 40px !important;
}
.bundle-options-container .product-addto-links .action.mailto {
  background: url(../images/button-email.png) no-repeat #ffffff !important;
}
.bundle-options-container .product-addto-links .action:before {
  display: none !important;
}
.bundle-options-container .product-addto-links .action:hover {
  background-color: #bf243a !important;
  border-color: #bf243a !important;
  background-position: 100% !important;
}
.fotorama--fullscreen {
  text-align: center;
}
.block.related {
  margin-top: 0;
  margin-bottom: 0;
}
.block.related .block-actions {
  display: none;
}
.block.related .field.choice.related {
  display: none;
}
.block.related .item .item-inner {
  margin-bottom: 0;
}
.block.upsell {
  margin-bottom: 0;
}
.block.upsell .item .item-inner {
  margin-bottom: 0;
}
.block.crosssell {
  margin-bottom: 0;
}
.block.crosssell .item .item-inner {
  margin-bottom: 0;
}
.page-footer {
  padding: 0 !important;
  margin: 60px 0 0 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.footer-bloc {
  width: 976px;
  height: 198px;
  position: relative;
  margin: 0 auto;
}
.footer-container {
  border-radius: 2px;
  background-color: rgba(231, 226, 221, 0.3);
  margin-top: -98px;
  padding-top: 98px;
}
.footer-container .footer-top {
  padding: 90px 0 0 0;
  width: 976px;
  margin: 0 auto;
}
.footer-container .footer-top .footer-static {
  color: #050505;
  font-weight: 400;
}
.footer-container .footer-top .footer-static .f-col {
  margin-bottom: 20px;
}
.footer-container .footer-top .footer-static .f-col.allow.active .footer-static-title:after {
  content: "\f068";
}
.footer-container .footer-top .footer-static .f-col .footer-static-title {
  position: relative;
  display: block;
  margin: 0 0 22px 0;
  cursor: pointer;
  border: 0;
  display: none;
}
.footer-container .footer-top .footer-static .f-col .footer-static-title:before {
  content: "";
  height: 2px;
  width: 43px;
  background: #bf243a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-container .footer-top .footer-static .f-col .footer-static-title:after {
  display: inline-block;
  font-family: FontAwesome;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  font-size: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-container .footer-top .footer-static .f-col .footer-static-title h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 17px;
}
.footer-container .footer-top .footer-static .f-col.f-col-1 .footer-static-title {
  margin-bottom: 15px;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content {
  line-height: 30px;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content ul.links {
  list-style: none;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content ul.links li {
  display: block;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content ul.links li a {
  color: #0a0a0a;
  display: block;
  font-weight: 400;
  font-family: Univers;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content ul.links li a:hover {
  color: #bf243a;
  margin-left: 10px;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-contact .logo-footer {
  display: block;
  margin-bottom: 25px;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-contact p {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 15px;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-contact ul li {
  position: relative;
  overflow: visible;
  margin-bottom: 15px;
  color: #0a0a0a;
  line-height: 25px;
  display: block;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-contact ul li span {
  color: #050505;
  text-transform: capitalize;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-time p {
  clear: both;
  overflow: hidden;
  text-transform: capitalize;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-time p span.day {
  float: left;
}
.footer-container .footer-top .footer-static .f-col .footer-static-content .footer-time p span.time {
  float: right;
}
.footer-container .footer-bottom {
  width: 976px;
  margin: 0 auto;
}
.footer-container .footer-bottom .container-inner {
  padding: 27px 0;
}
.footer-container .footer-bottom .footer-payment {
  text-align: right;
  padding: 7px 0;
}
.footer-container .footer-bottom .copyright {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.footer-container .footer-bottom .copyright a {
  color: #ffa800;
}
.footer-container .footer-bottom .copyright a:hover {
  text-decoration: underline;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 38px;
  padding: 0 18px;
  font-size: 12px;
  background-image: none;
}
.static-sidebar {
  margin-bottom: 40px;
  text-align: left;
}
.static-sidebar-right {
  margin-top: 15px;
}
.module-sidebar {
  margin-bottom: 40px;
}
.module-sidebar .item .item-inner {
  margin-bottom: 0;
  margin-top: 30px;
  overflow: hidden;
}
.module-sidebar .item .item-inner:first-child {
  margin-top: 5px;
}
.module-sidebar .item .item-inner .image-container {
  float: left;
  width: 33%;
  padding: 0;
}
.module-sidebar .item .item-inner .image-container:before {
  display: none;
}
.module-sidebar .item .item-inner .image-container .product-item-photo .product-image-container {
  opacity: 1 !important;
}
.module-sidebar .item .item-inner .des {
  float: left;
  width: 67%;
  padding: 0 0 0 15px;
  text-align: left;
}
.module-sidebar .item .item-inner .des .product-reviews-summary {
  display: block;
}
.module-sidebar .item .item-inner .des .price-box {
  float: left;
  margin-top: 10px !important;
  display: block;
}
.module-product .block-content.content {
  padding-top: 20px;
}
.module-product .owl-container .owl-carousel .owl-controls .owl-buttons div {
  margin-top: -75px;
}
.page-main .module-product2 .owl-container .owl-carousel .owl-controls .owl-buttons div {
  top: 70%;
}
.page-main .module-product2 .item .item-inner:hover .image-container .actions button.tocart {
  opacity: 1;
  -webkit-animation: fadeInRight 300ms ease-in-out;
  -moz-animation: fadeInRight 300ms ease-in-out;
  -ms-animation: fadeInRight 300ms ease-in-out;
  animation: fadeInRight 300ms ease-in-out;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  -ms-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.page-main .module-product2 .item .item-inner:hover .image-container .actions .add-to-links a.towishlist {
  opacity: 1;
  -webkit-animation: fadeInRight 500ms ease-in-out;
  -moz-animation: fadeInRight 500ms ease-in-out;
  -ms-animation: fadeInRight 500ms ease-in-out;
  animation: fadeInRight 500ms ease-in-out;
  -webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -ms-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}
.page-main .module-product2 .item .item-inner:hover .image-container .actions .add-to-links a.tocompare {
  opacity: 1;
  -webkit-animation: fadeInRight 700ms ease-in-out;
  -moz-animation: fadeInRight 700ms ease-in-out;
  -ms-animation: fadeInRight 700ms ease-in-out;
  animation: fadeInRight 700ms ease-in-out;
  -webkit-transition: opacity 700ms linear;
  -moz-transition: opacity 700ms linear;
  -ms-transition: opacity 700ms linear;
  -o-transition: opacity 700ms linear;
  transition: opacity 700ms linear;
}
.page-main .module-product2 .item .item-inner:hover .image-container .actions button.btn-quickview {
  opacity: 1;
  -webkit-animation: fadeInRight 900ms ease-in-out;
  -moz-animation: fadeInRight 900ms ease-in-out;
  -ms-animation: fadeInRight 900ms ease-in-out;
  animation: fadeInRight 900ms ease-in-out;
  -webkit-transition: opacity 900ms linear;
  -moz-transition: opacity 900ms linear;
  -ms-transition: opacity 900ms linear;
  -o-transition: opacity 900ms linear;
  transition: opacity 900ms linear;
}
.page-main .module-product2 .item .item-inner .image-container .actions {
  position: absolute;
  top: 15px;
  right: 15px;
  left: inherit;
  bottom: inherit;
  padding: 0;
}
.page-main .module-product2 .item .item-inner .image-container .actions .actions-primary {
  position: static;
}
.page-main .module-product2 .item .item-inner .image-container .actions button {
  line-height: 39px;
  height: 39px;
  width: 39px;
  display: inline-block;
  background-color: white;
  font-weight: normal;
  border: 0;
  font-size: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 5px;
  opacity: 0;
}
.page-main .module-product2 .item .item-inner .image-container .actions button.btn-quickview:before {
  content: "\e81b";
  font-family: 'Linearicons-Free';
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.page-main .module-product2 .item .item-inner .image-container .actions button:before {
  margin: 0;
  color: #bf243a;
  width: 100%;
}
.page-main .module-product2 .item .item-inner .image-container .actions button:hover {
  background: #bf243a;
}
.page-main .module-product2 .item .item-inner .image-container .actions button:hover:before {
  color: #fff;
}
.page-main .module-product2 .item .item-inner .image-container .actions .add-to-links {
  position: static;
  width: auto;
}
.page-main .module-product2 .item .item-inner .image-container .actions .add-to-links a {
  display: block;
  float: none;
  margin-bottom: 5px;
  background: #fff;
}
.page-main .module-product2 .item .item-inner .image-container .actions .add-to-links a:before {
  color: #bf243a;
}
.page-main .module-product2 .item .item-inner .image-container .actions .add-to-links a:hover {
  background: #bf243a;
}
.page-main .module-product2 .item .item-inner .image-container .actions .add-to-links a:hover:before {
  color: #fff;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons {
  position: absolute;
  right: 15px;
  top: -68px;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 30px;
  height: 30px;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  line-height: 30px;
  background: #fff;
  margin: 0;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div:before {
  color: #333333;
  font-size: 10px;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div:hover:before {
  color: #bf243a;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  margin-right: 7px;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:after {
  content: "";
  height: 10px;
  width: 7px;
  background: url(../images/bkg_nav2.png) center no-repeat;
  position: absolute;
  top: 50%;
  right: -7px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module-group2 .group-title1 {
  margin-top: 35px;
}
ul.link-follow {
  display: inline-block;
  vertical-align: top;
}
ul.link-follow li {
  float: left;
  margin-right: 34.5px;
}
ul.link-follow li:last-child {
  margin-right: 0;
}
ul.link-follow li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #a0a0a0;
  background: transparent;
  font-size: 0;
  line-height: 30px;
  padding: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
ul.link-follow li a:before {
  font-size: 14px;
}
ul.link-follow li a img {
  height: 31.5px;
  width: 36.5px;
}
ul.link-follow li a:hover {
  color: #bf243a;
  border-color: #bf243a;
}
.timerproducts .item {
  position: relative;
}
.timerproducts .item .item-inner {
  position: static;
  margin-bottom: 0;
  padding-bottom: 40px;
  border: 1px solid #bf243a;
}
.timerproducts .countdown-container {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0;
}
.countdown-container {
  width: 100%;
  z-index: 3;
  margin: 10px 0;
  display: inline-block;
  vertical-align: top;
}
.countdown-container .timer {
  width: 25%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 0 8px;
  font-size: 24px;
  position: relative;
}
.countdown-container .timer:last-child:after {
  display: none;
}
.countdown-container .timer:after {
  content: ":";
  position: absolute;
  right: -3px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.countdown-container .timer .timer-inner {
  display: block;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.countdown-container .timer .timer-inner b {
  height: 50px;
  line-height: 50px;
  background: #fff;
  margin-bottom: 1px;
  display: block;
  font-size: 24px;
  color: #333;
}
.countdown-container .timer .timer-inner span {
  display: none;
  height: 25px;
  line-height: 25px;
  background: #e9e9e9;
}
/*===custommenu==============*/
.col-menu {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-container {
  position: relative;
  z-index: 1;
  height: 100%;
  /*padding-left: 200px;
  padding-right: 60px;*/
}
.pt_custommenu {
  position: relative;
  z-index: 1000;
  height: 100%;
  text-align: center;
}
.pt_custommenu div.pt_menu {
  display: inline-block;
}
.pt_custommenu div.pt_menu.act .parentMenu a {
  color: #bf243a;
}
.pt_custommenu div.pt_menu#pt_menu_home a {
  position: relative;
  padding-left: 0;
}
.pt_custommenu div.pt_menu#pt_menu_home a span {
  display: inline-block;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
  display: inline-block;
  height: 27px;
  margin-right: 36px;
  background: transparent;
  text-transform: capitalize;
  position: relative;
  color: #000000;
  font-size: 18px;
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu div.pt_menu .parentMenu a.act,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act {
  color: #BF243A;
}
.pt_custommenu div.pt_menu .parentMenu a:hover span,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover span,
.pt_custommenu div.pt_menu .parentMenu a.act span,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act span {
  box-sizing: border-box;
  border-bottom: 1px solid #BF243A;
  text-shadow: 0.05rem 0 0 #BF243A;
}
.pt_custommenu div.pt_menu .parentMenu a span,
.pt_custommenu div.pt_menu .parentMenu span.block-title span {
  padding: 0 0 5px 0;
}
.pt_custommenu div.pt_menu .parentMenu p {
  margin: 0;
  padding: 0;
}
.pt_custommenu div.popup {
  position: absolute;
  z-index: 3000;
  text-align: left;
  padding: 30px 0 25px 0;
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  top: 100% !important;
}
.pt_custommenu div.popup a {
  text-decoration: none;
  display: block;
  line-height: 28px;
}
.pt_custommenu div.popup a.actParent {
  color: #bf243a;
}
.pt_custommenu div.popup a.act {
  color: #bf243a !important;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 15px;
  color: #333;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeae9;
}
.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover {
  color: #bf243a;
}
.pt_custommenu div.popup .itemMenu a.level1 span,
.pt_custommenu div.popup .itemMenu h4.level1 span {
  display: inline-block;
  padding-right: 20px;
}
.pt_custommenu div.popup .itemMenu a.level2,
.pt_custommenu div.popup .itemMenu h4.level2,
.pt_custommenu div.popup .itemMenu a.level3,
.pt_custommenu div.popup .itemMenu h4.level3 {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.pt_custommenu div.popup .itemMenu a.level2:hover,
.pt_custommenu div.popup .itemMenu h4.level2:hover,
.pt_custommenu div.popup .itemMenu a.level3:hover,
.pt_custommenu div.popup .itemMenu h4.level3:hover {
  color: #bf243a;
}
.pt_custommenu div.popup .block1 {
  overflow: hidden;
  float: left;
}
.pt_custommenu div.popup .blockright img {
  max-width: 100%;
}
.pt_custommenu div.column {
  float: left;
  width: 230px;
  padding-right: 30px;
}
.pt_custommenu div.column.first {
  padding-left: 30px;
  width: 260px;
}
.pt_custommenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  width: 200px;
}
.pt_custommenu .pt_menu_link {
  padding: 0;
}
.pt_custommenu .pt_menu_link .parentMenu ul li {
  float: left;
  list-style: none;
  position: relative;
}
.pt_custommenu .clearBoth {
  clear: both;
}
/*menu links*/
ul.menu-links {
  display: inline-block;
  vertical-align: top;
}
ul.menu-links li {
  float: left;
}
ul.menu-links li a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-right: 1px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0px;
  line-height: 27px;
}
ul.menu-links li a:hover,
ul.menu-links li a.act {
  color: #bf243a;
}
/* =============================================Mobile Menu ========================================== */
.nav-collapse {
  text-align: left;
}
.navbar .nav > li {
  padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
  height: auto;
  float: left;
  width: 100%;
  margin: 0;
}
#ma-mobilemenu span {
  cursor: pointer;
  text-transform: capitalize;
  font-family: Spectral;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
}
.navbar-inner {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.navbar {
  background-color: #bf243a;
  border-radius: 0;
  margin: 0;
}
.menu-mobile {
  float: left;
  width: 100%;
  padding: 0 2%;
}
.navbar .btn-navbar {
  margin-top: 10px;
  border: 0 !important;
  box-shadow: none !important;
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
  padding: 10px;
}
.navbar .btn-navbar:hover {
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important;
  font-family: 'helvetica';
}
.navbar .btn-navbar .icon-bar {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: inherit !important;
}
.ma-nav-mobile-container {
  margin-top: 25px;
  display: none;
  width: 100%;
  float: left;
}
.ma-nav-mobile-container .mobilemenu > li.last a {
  border-bottom: 0;
}
.navbar .brand {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  padding-top: 18px;
}
.ma-nav-mobile-container .mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ma-nav-mobile-container .mobilemenu ul {
  padding: 0;
  margin: 0 0 0 25px;
  float: left;
  display: block;
  text-align: left;
  color: #333333;
}
.ma-nav-mobile-container .mobilemenu li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: auto;
  clear: left;
  position: relative;
}
.mobilemenu li.active > a {
  /*background: url('../images/close.gif') no-repeat center right;*/
}
.ma-nav-mobile-container .mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.ma-nav-mobile-container .mobilemenu a {
  text-decoration: none;
  padding: 10px 0;
  margin: 0 30px;
  display: block;
  cursor: pointer;
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  color: #000;
}
.ma-nav-mobile-container .mobilemenu li.level1.active > a {
  font-weight: 600;
}
.ma-nav-mobile-container .mobilemenu li.active a,
.mobilemenu a:hover {
  color: #bf243a;
}
/*.ma-nav-mobile-container .mobilemenu li.level1>a {
text-transform: uppercase;
}
.ma-nav-mobile-container .pt_menu_link a {
text-transform: uppercase;
}*/
.ma-nav-mobile-container .mobilemenu ul a {
  color: #333333 !important;
  font-size: 14px;
  margin: 0 30px;
}
.ma-nav-mobile-container .mobilemenu ul a:hover,
.mobilemenu ul li.active a {
  color: #bf243a !important;
}
.ma-nav-mobile-container .mobilemenu ul ul a,
.mobilemenu ul li.active ul a {
  color: #fff !important;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.ma-nav-mobile-container .mobilemenu ul ul a:hover,
.mobilemenu ul ul li.active a,
.mobilemenu ul li.active ul a:hover {
  color: #bf243a !important;
}
.ma-nav-mobile-container .mobilemenu ul ul ul a,
.ma-nav-mobile-container .mobilemenu ul ul li.active ul a {
  color: #333333 !important;
}
.ma-nav-mobile-container .mobilemenu ul ul ul a:hover,
.ma-nav-mobile-container .mobilemenu ul ul ul li.active a,
.ma-nav-mobile-container .mobilemenu ul ul li.active ul a:hover {
  color: #bf243a !important;
}
.ma-nav-mobile-container .mobilemenu ul ul ul ul a,
.ma-nav-mobile-container .mobilemenu ul ul ul li.active ul a {
  color: #333333 !important;
}
.ma-nav-mobile-container .mobilemenu ul ul ul ul a:hover,
.ma-nav-mobile-container .mobilemenu ul ul ul ul li.active a,
.ma-nav-mobile-container .mobilemenu ul ul ul li.active ul a:hover {
  color: #bf243a !important;
}
.mobilemenu li.parent > a {
  /*background: url('../images/open.gif') no-repeat center right;*/
}
.ma-nav-mobile-container .mobilemenu li ul li {
  font-size: 0.9em;
}
/*----------- button mobilemenu -------------*/
.ma-nav-mobile-container .mobilemenu span.head {
  position: absolute;
  top: 7px;
  margin-left: 25px;
}
.ma-nav-mobile-container .mobilemenu span.head a {
  color: #333333;
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0;
  width: 25px;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ma-nav-mobile-container .mobilemenu span.head a:before {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.ma-nav-mobile-container .mobilemenu span.head a:after {
  display: none;
}
/*.mobilemenu span.head a:hover*/
.ma-nav-mobile-container .mobilemenu li.active > span.head a:before {
  content: "\f106";
}
.ma-nav-mobile-container .mobilemenu li.selected span.head a:before {
  content: "\f106";
}
/*=================== Vertical Megamenu =======================*/
.cms-index-index .verticalmenu-container .pt_vmegamenu {
  display: block;
}
#pt_vmegamenu .readmore {
  display: none;
}
.verticalmenu-container {
  position: relative;
  margin-top: 60px;
}
.verticalmenu-container .megamenu-title {
  line-height: 30px;
  padding: 10px 10px 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  background: #bf243a;
  display: block;
  cursor: pointer;
}
.verticalmenu-container .pt_vmegamenu {
  top: 100% !important;
  left: 0;
  z-index: 1000;
  width: 100%;
  border: 1px solid #bf243a;
  background: #fff;
  display: none;
}
.verticalmenu-container .pt_vmegamenu .pt_menu {
  padding: 0 15px;
  position: relative;
}
.verticalmenu-container .pt_vmegamenu .pt_menu:last-child a {
  border-bottom: none !important;
}
.verticalmenu-container .pt_vmegamenu .pt_menu.pt_menu_no_child .parentMenu a:after {
  display: none;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a {
  text-decoration: none;
  display: block;
  line-height: 24px;
  text-transform: capitalize;
  word-wrap: break-word;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 0;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #ededed;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  color: #333;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover {
  color: #bf243a;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover:after {
  color: #bf243a;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover .thumbnail-image {
  opacity: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover .thumbnail-image.thumbnail-image-hover {
  opacity: 1;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a .thumbnail-image {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  left: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a .thumbnail-image img {
  height: 20px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a .thumbnail-image.thumbnail-image-hover {
  opacity: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup {
  padding: 0;
  display: none;
  position: absolute;
  left: 100% !important;
  top: 0px !important;
  text-align: left;
  z-index: 3000;
  width: 800px !important;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 {
  overflow: hidden;
  float: left;
  border: 1px solid #bf243a;
  background: #fff;
  padding: 20px;
  padding-left: 30px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column {
  float: left;
  width: 200px;
  margin-right: 30px;
  padding-right: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.last {
  margin-right: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1 {
  font-size: 15px;
  color: #333333;
  padding-bottom: 8px;
  line-height: 22px;
  display: block;
  font-weight: 700;
  border-bottom: 1px solid #ededed;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1:hover {
  color: #bf243a;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1 {
  margin-bottom: 25px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1:last-child {
  margin-bottom: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1 .itemMenuName.level2 {
  font-size: 13px;
  text-transform: capitalize;
  line-height: 20px;
  padding: 5px 0;
  display: block;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.blockright {
  width: auto;
}
.verticalmenu-container .pt_vmegamenu #show_more.hide_more span:before {
  content: "\f056";
}
.verticalmenu-container .pt_vmegamenu #show_more span {
  text-decoration: none;
  display: block;
  line-height: 24px;
  text-transform: capitalize;
  word-wrap: break-word;
  color: #bf243a;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 15px;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.verticalmenu-container .pt_vmegamenu #show_more span:before {
  content: "\f055";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 10px;
}
/*=============================================================*/
#back_top {
  background: #333;
  bottom: 35px;
  display: none;
  height: 40px;
  position: fixed;
  right: 12px;
  width: 40px;
  line-height: 36px;
  z-index: 9999;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
#back_top:hover {
  background: #bf243a;
  border-color: #bf243a;
}
#back_top span {
  display: none;
}
#back_top:before {
  content: "\e682";
  font-family: 'Pe-icon-7-stroke';
}
#newsletter_pop_up {
  background: #fff !important;
  color: #FFFFFF;
  display: none;
  margin: -195px 0 0 !important;
  min-width: 450px;
  padding: 25px 50px;
  top: 50% !important;
  position: fixed !important;
  text-align: center;
}
#newsletter_pop_up .b-close {
  position: absolute;
  font-size: 20px;
  right: 40px;
  padding-top: 30px;
}
#newsletter_pop_up .b-close .close-menu-newsletter {
  cursor: pointer;
  height: 18px;
  width: 20px;
}
#newsletter_pop_up .title {
  color: #000000;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  text-align: center;
  font-family: Spectral;
  height: 45px;
  padding-top: 30px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #7d7d7d;
  margin: 15px 0;
  white-space: pre-line;
  padding: 0;
  vertical-align: top;
  border-radius: 0;
  display: block;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .control .terme-condition .label-terme-codition {
  height: 36px;
  width: 383px;
  color: #000000;
  font-family: Univers;
  font-size: 14px;
  line-height: 18px;
  text-align: initial;
  margin-left: 10px;
  margin-top: 5px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .control .terme-condition input[type=checkbox] {
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  border: 0.5px solid #E7E2DD;
  border-radius: 1px;
  background-color: inherit;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .control .terme-condition .savoir-plus {
  height: 18px;
  width: 383px;
  color: #BF243A;
  font-family: Univers;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  text-decoration: underline;
  margin-left: 30px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1 {
  margin: 50px 0 20px;
  height: 45px;
  width: 411px;
  line-height: 20px;
  padding: 0 10px;
  border: 0;
  background: #ebebeb;
  color: #333;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1-error {
  font-size: 12px;
  margin-top: -15px;
  color: red;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom {
  margin-top: 15px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom input {
  vertical-align: top;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom label {
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 4px;
  line-height: 13px;
}
.cms-content h2,
.cms-content h3 {
  font-size: 18px;
  line-height: normal;
  margin: 10px 0;
  text-transform: uppercase;
}
#product-review-container .rating-summary.item {
  margin-bottom: 5px;
}
#product-review-container .rating-summary.item .rating-label {
  padding: 0 10px 0 0;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px !important;
  line-height: 28px;
  text-align: left;
}
.block-search .block-content .label {
  display: none;
}
.block-search .block-content .control {
  padding: 0;
  position: relative;
  border: 0;
  margin: 0;
}
.block-search .block-content .control input {
  border: 1px solid #ededed;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
  width: 100%;
  background: #fff;
  position: static;
  margin: 0;
  padding-right: 45px;
}
.block-search .block-content .control .nested {
  display: none !important;
}
.block-search .block-content .actions {
  z-index: 1;
}
.block-search .block-content .actions .action.search {
  padding: 0;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  line-height: normal;
  border-radius: 0;
}
.block-search .block-content .actions .action.search > span {
  font-size: 0;
  display: none;
}
.block-search .block-content .actions .action.search:before {
  font-family: 'Linearicons-Free';
  content: "\e86f";
  font-size: 16px;
  color: #333333;
  height: 40px;
  line-height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
}
.blog-post-view .block.related .block-title {
  text-align: left;
  margin-bottom: 12px;
  position: relative;
  margin-top: 40px;
  border-bottom: 1px solid #ebebeb;
  padding-right: 65px;
}
.blog-post-view .block.related .block-title strong {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  padding: 0 0 9px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}
.blog-post-view .block.related .block-title strong:after {
  content: "";
  background: #f4a137;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.blog-post-view .block.related .product-item-actions {
  margin: 0;
  overflow: hidden;
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action {
  font-size: 0;
  height: 37px;
  line-height: 37px;
  border: 0;
  padding: 0;
  border-bottom: 3px solid #e1e1e1;
  float: left;
  width: 37px;
  font-weight: 400;
  text-align: center;
  position: relative;
  color: #8b8b8b;
  border-radius: 4px;
  background: #f1f1f1;
  margin: 0 10px 0 0;
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action:hover {
  color: #fff;
  background-color: #bf243a;
  border-color: #df891c;
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action:hover:before {
  color: #fff;
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action:before {
  content: "\f004";
  color: #8b8b8b;
  font-family: FontAwesome;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 37px;
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action.tocompare:before {
  content: "\f074";
}
.blog-post-view .block.related .product-item-actions .actions-secondary .action.mailto.friend:before {
  content: "\f0e0";
}
.blog-index-index .post-title,
.blog-post-view .post-title {
  margin-bottom: 10px;
}
.blog-index-index .post-title a,
.blog-post-view .post-title a {
  text-transform: uppercase;
  color: #333333;
}
.blog-index-index .post-title a:hover,
.blog-post-view .post-title a:hover {
  color: #bf243a;
}
.blog-index-index .block-recent-posts,
.blog-post-view .block-recent-posts {
  background: transparent;
  padding-top: 0;
  margin-top: 0;
  text-align: left;
}
.blog-index-index .post-posed-date,
.blog-post-view .post-posed-date {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
#blog_search_mini_form {
  position: relative;
}
.block-search .control {
  padding: 0 !important;
}
.block-search .action.search:hover:before {
  color: #b5b5b5 !important;
}
.swatch-option.text {
  line-height: 20px !important;
  padding: 0 8px !important;
}
.modal-popup .modal-header {
  position: relative;
  z-index: 10;
  border: none;
}
.modal-popup .modal-content {
  border: none;
  position: relative;
  z-index: 9;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-popup .modal-footer {
  border: none;
}
.cms-content-important {
  line-height: normal !important;
}
.fieldset > .field:not(.choice) > .label {
  padding: 0 !important;
  display: inline-block;
  vertical-align: top;
  text-align: left !important;
  width: auto !important;
  float: none !important;
  margin: 0 0 8px;
  color: #333;
  font-weight: 500;
}
.fieldset > .field:not(.choice) > .label:after {
  top: 0 !important;
  margin: 0;
}
.fieldset > .field:not(.choice) > .control {
  width: auto !important;
  float: none !important;
}
.fieldset > .field:not(.choice) > .control .label {
  padding: 0;
}
.fieldset .legend {
  margin-left: 0 !important;
}
.fieldset > .field:before {
  display: none !important;
}
.about-info {
  margin-bottom: 30px;
}
.block-compare .counter,
.block-wishlist .counter {
  font-size: 1rem;
}
.block-customer-login {
  padding: 15px;
}
.account .page-title-wrapper .container {
  width: auto;
  padding: 0;
}
.account .page-title-wrapper .page-title {
  display: block;
}
.catalogsearch-result-index .page-title {
  margin-top: 0;
}
.page-product-bundle .page-main .price-box .price-label {
  display: inline-block;
}
.checkout-success .action.primary {
  margin-top: 15px !important;
}
.page-products .product-item-info {
  width: auto;
}
.product-item-info {
  width: auto;
}
.columns {
  display: block;
}
.columns .column.main {
  padding: 0;
}
.column.main .product-items {
  margin: 0;
}
.column.main .product-item {
  padding-left: 0;
}
@media (min-width: 992px) {
  .box-menu-content .container-fluid {
    padding: 0 80px;
  }
}
@media (max-width: 1199px) {
  .module-group2 .group-title1 {
    margin-top: 12px;
  }
  .timerproducts .countdown-container {
    padding: 0 10px;
  }
  .countdown-container .timer .timer-inner b {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .header-container .header-inner.fix-header {
    height: 0;
    display: none;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    font-size: 2vw;
    margin-bottom: 1vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p {
    font-size: 2vw;
    line-height: 1.2;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
    font-size: 1.2vw;
    line-height: 3vw;
    margin-top: 3vw;
  }
  .header-container .top-link {
    height: 0;
  }
  .header-container .top-link .container-inner {
    border: none;
  }
  .header-container .search-cart {
    right: 45px;
  }
  .header-container .search-cart .block-search {
    display: block;
  }
  .header-container .search-cart .block-search .block-content .control .actions .action.search:before {
    font-size: 20px;
  }
  .header-container .minicart-wrapper {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 11px;
    bottom: -81px;
  }
  .header-container .minicart-wrapper .showcart {
    width: 35px;
  }
  .header-container .minicart-wrapper .showcart.active:before {
    font-size: 24px;
  }
  .header-container .minicart-wrapper .showcart:before {
    font-size: 24px;
  }
  .header-container .minicart-wrapper .showcart .text {
    display: none;
  }
  .header-container .minicart-wrapper .showcart .counter.qty {
    position: absolute;
    top: 3px;
    right: -13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    background: #bf243a;
    border-radius: 100%;
  }
  .header-container .minicart-wrapper .showcart .counter.qty:after {
    display: none;
  }
  .page-main .categorytab-container ul.tabs {
    margin-right: 0;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
  }
  .page-main .categorytab-container ul.tabs li {
    margin-top: 10px;
  }
  .page-main .categorytab-container ul.tabs li.first {
    padding-left: 0;
  }
  .static-bottom .text .text1 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .static-bottom .text .text2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .static-bottom .text .text3 {
    font-size: 18px;
    line-height: 1;
  }
  .box-menu-content {
    /*.col-content {
    overflow-y: auto;
    position: fixed;
    top: 0;
    margin-top: 111px;
    height: calc(100% ~"-" 111px);
  }*/
  }
  .box-menu-content .close-menu {
    top: 45px;
    margin-top: 0;
  }
  .cart-container .cart-summary,
  .cart-container .form-cart {
    width: 100% !important;
    position: static;
  }
  .footer-container .footer-top .f-col-3 {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .static-middle .col.col1 .text {
    padding: 5px 10px;
  }
  .static-middle .col.col1 .text .text1 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .static-middle .col.col1 .text .text2 {
    font-size: 12px;
    line-height: 1;
  }
  .static-middle .col.col2 .text .text1 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .static-middle .col.col2 .text .text2 {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .cms-index-index .page-wrapper .page-main {
    max-width: 100%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0 !important;
  }
  .product.info.detailed .items > .item.content {
    margin-top: 46px;
  }
  .page-layout-1column .product.media {
    width: 55% !important;
  }
  .page-layout-1column .product-info-main {
    width: 40% !important;
  }
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-right .sidebar-main,
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-right .sidebar-additional {
    width: 25% !important;
  }
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-right .column.main {
    width: 75% !important;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 53% !important;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 47% !important;
    padding-left: 30px;
  }
  .page-layout-3columns .sidebar-main,
  .page-layout-3columns .sidebar-additional {
    width: 25% !important;
  }
  .page-layout-3columns .column.main {
    width: 50% !important;
  }
  .footer-container .footer-top .footer-static .f-col.f-col-1 .footer-static-title {
    display: none;
  }
  .footer-container .footer-top .footer-static .f-col .footer-static-title:after {
    opacity: 0;
  }
  .footer-container .footer-top .footer-static .f-col .footer-static-content {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  #back_top {
    display: none !important;
  }
  .sidebar {
    margin-top: 30px;
  }
  .owl-container .owl-carousel .owl-controls .owl-buttons {
    display: none;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    font-size: 2.5vw;
    margin-bottom: 1vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p {
    font-size: 2.5vw;
    line-height: 1.2;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
    font-size: 1.6vw;
    line-height: 3.5vw;
    margin-top: 3vw;
  }
  .block.newsletter .col:first-child {
    margin-bottom: 20px;
  }
  .footer-container .footer-top .footer-static .f-col .footer-static-title {
    margin-bottom: 20px !important;
    border: none;
    padding-bottom: 0;
  }
  .footer-container .footer-bottom {
    text-align: center;
  }
  .footer-container .footer-bottom .footer-payment,
  .footer-container .footer-bottom .footer-copyright .copyright {
    text-align: center;
  }
  .block-collapsible-nav {
    position: static;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    border: 1px solid #d1d1d1;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page-main .category-products .toolbar-products .sorter,
  .page-main .category-products .toolbar-products .limiter {
    margin-top: 10px;
  }
  .ma-corporate-about .col {
    float: none;
  }
  .ma-corporate-about .col:first-child {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-right: 0;
    border-bottom: 1px solid #999;
  }
}
@media only screen and (max-width: 568px) {
  .pt-banner-container .owl-theme .owl-controls .owl-buttons {
    display: none;
  }
  .top-link.remove {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des p {
    font-size: 3vw;
    line-height: 1.2;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
    font-size: 3.6vw;
    line-height: 0.90625vw;
    padding: 0 1.6vw;
  }
  .logo-home {
    max-width: 50%;
    margin-left: 40px;
  }
  .static-middle .col.col1 .text {
    padding: 5px 10px;
  }
  .static-middle .col.col1 .text .text1 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .static-middle .col.col1 .text .text2 {
    font-size: 12px;
    line-height: 1;
  }
  .static-middle .col.col2 .text .text1 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .static-middle .col.col2 .text .text2 {
    font-size: 14px;
    line-height: 1;
  }
  .static-bottom .text .text1 {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 0;
  }
  .static-bottom .text .text2 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
  }
  .static-bottom .text .text3 {
    font-size: 11px;
    line-height: 1;
  }
}
/*Fix products-grid */
@media (min-width: 1200px) {
  .category-products .products-grid ul > li:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .category-products .products-grid ul > li:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 481px) {
  .category-products .products-grid ul > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) and (min-width: 0px) {
  .category-products .products-grid ul > li:nth-of-type(1n+1) {
    clear: left;
  }
  .category-products .products-grid ul > li {
    width: 100%;
  }
}
.custom-header {
  width: 965px;
  margin: 26px auto 0 auto;
}
.custom-header-fixed {
  width: 100%;
  margin: 26px auto 0 auto;
}
.burger {
  margin: 24px 0;
  height: 21.5px;
  display: inline-block;
  position: relative;
  right: 30px;
}
.custom-menu {
  display: inline-block;
  position: relative;
  height: 27px;
  width: 100%;
  margin: 14px 0;
  left: 0;
}
.custom-menu-fixed {
  display: inline-block;
  position: relative;
  height: 27px;
  margin: 14px 0;
}
.no-right-margin a {
  margin-right: 0px !important;
}
.custom-padding-logo {
  padding: 0 30px;
}
.burger-content {
  display: none;
}
.close-menu {
  position: absolute;
  right: 0px;
  top: 51%;
  margin-top: -12.5px;
  z-index: 11;
  width: 30px;
  height: 30px;
  display: none;
  cursor: pointer;
}
.burger-content-body {
  background-color: #f5f5f5;
  height: 450px;
  width: 1200px;
  margin-left: -118px;
}
.roger-account,
.roger-links {
  padding: 0;
  margin-left: 100px;
  margin-bottom: 30px;
  margin-top: 30px;
  float: left;
  display: block;
  width: 100%;
  clear: left;
  position: relative;
}
.roger-account a,
.roger-links a {
  padding: 10px 0;
  margin: 0 30px;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  color: #000000;
  font-family: Spectral;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}
.roger-account a:hover,
.roger-links a:hover {
  color: #bf243a;
}
.roger-language {
  width: 100%;
  padding: 0;
  margin-left: 100px;
  float: left;
  display: block;
  clear: left;
  position: relative;
  margin-top: -35px;
  color: #000000;
  font-family: Spectral;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}
.roger-language strong {
  padding: 10px 10px 10px 0;
  float: left;
  margin: 0 10px 0 30px;
  cursor: pointer;
  font-size: 18px;
}
.roger-language strong:hover {
  color: #bf243a;
}
.roger-language .line {
  display: block;
  float: left;
  position: relative;
  margin-top: 8px;
  box-sizing: border-box;
  height: 27px;
  width: 1px;
  border: 1px solid #C6C6C6;
}
.bold-text {
  font-weight: 600;
}
@media (max-width: 768px) {
  .ma-nav-mobile-container {
    display: inline-block;
  }
}
#lucian_header_fixed {
  display: none;
}
.footer-title {
  font-family: Spectral;
  font-style: italic;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 22px !important;
}
.first-img img {
  height: 187px;
  width: 185px;
}
.second-img {
  top: 65%;
}
@media screen and (max-width: 767px) {
  .second-img {
    top: 21px;
  }
}
.second-img img {
  height: 50px;
  width: 53px;
}
.second-img div {
  color: #000000;
  font-face-name: un;
  font-size: 16px;
  line-height: 18px;
}
.last-img {
  top: 65%;
}
@media screen and (max-width: 767px) {
  .last-img {
    top: 21px;
  }
}
.last-img img {
  height: 70px;
  width: 70px;
}
.last-img div {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  line-height: 18px;
}
.margin-text {
  margin-top: 12px;
}
.picto-download {
  margin-bottom: 60px;
  margin-right: 10px;
  float: left;
}
.picto-download img {
  height: 23px;
  width: 20px;
}
.text-download {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 60px;
}
.bloc-download {
  margin-top: 60px;
}
.container-HP,
.container-product-info {
  width: 965px;
  margin: 0 auto;
}
.container-product-breadcrumbs {
  width: 1200px;
  margin: 0 auto;
  padding: 5px 117px;
}
.container-slide {
  width: 965px;
}
.category-content {
  width: 837px;
  margin: 0 auto;
}
#bloc-category .block-title {
  color: #000000;
  font-family: Spectral;
  font-size: 22px;
  font-style: italic;
  line-height: 33px;
  text-align: center;
  padding: 25px;
  display: block;
  position: relative;
  width: 100%;
}
#bloc-category .block-title .seperator {
  width: 100%;
  box-sizing: border-box;
  height: 1px;
  width: 88.5px;
  border: 1px solid #000000;
  display: block;
  margin-bottom: 50px;
}
#bloc-category .block-content {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
#bloc-category .block-content .category-box {
  height: 180px;
  width: 393px;
  background-color: rgba(231, 226, 221, 0.3);
  box-shadow: 0 0 0 1px #EDEDED;
}
#bloc-category .block-content .category-box .category-name {
  float: left;
}
#bloc-category .block-content .category-box .category-name .cat-title {
  color: #000000;
  font-family: Spectral;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}
#bloc-category .block-content .category-box .category-image {
  float: left;
}
#bloc-category .block-content .category-box .category-image img {
  width: 100%;
  height: 100%;
}
.first-box-category .category-image {
  width: 216px;
  height: 238px;
  float: left;
  margin: -59px 0px 0px 0px;
}
.first-box-category .category-name {
  margin: 79px 14px 0 38px;
}
.second-box-category .category-image {
  width: 155px;
  height: 214px;
  margin: 0px 0 0px 25px;
  float: left;
}
.second-box-category .category-name {
  margin: 79px 58px 0 34px;
}
.third-box-category .category-image {
  width: 108px;
  height: 232px;
  float: right !important;
  margin: -50px 45px 0 0;
}
.third-box-category .category-name {
  margin: 79px 0 0 75px;
}
.fourth-box-category .category-image {
  width: 130px;
  height: 250px;
  float: right !important;
  margin: -69px 45px 0 0;
}
.fourth-box-category .category-name {
  float: left;
  margin: 79px 0 0 57px;
}
.fifth-box-category .category-image {
  width: 240px;
  height: 243px;
  margin: -58px 0 0 12px;
  float: left;
}
.fifth-box-category .category-name {
  margin: 79px 18px 0 2px;
}
.sixth-box-category .category-image {
  width: 274.5px;
  height: 230px;
  float: right !important;
  margin-right: 5px;
}
.sixth-box-category .category-name {
  margin: 79px 0 0 15px;
}
.category-bloc {
  margin-bottom: 80px;
}
.clear-both {
  clear: both;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.add-margin-top {
  margin-top: 25px;
}
.post-title {
  color: #000000;
  font-family: Spectral;
  font-size: 22px;
  font-style: italic;
  line-height: 33px;
  text-align: center;
  padding: 25px;
  display: block;
  position: relative;
  width: 100%;
}
.news-decription .p-video {
  margin: 67px 18px 58px 0;
  font-family: Univers;
}
.news-media {
  width: 572px;
  height: 348px;
}
.read-more {
  color: #BF243A !important;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
}
.news-img img {
  width: 572px;
  height: 322px;
}
.news-publish-date,
.box-description {
  margin-left: 18px;
}
.news-description p:last-child {
  margin-bottom: 23px;
}
.seperator {
  width: 100%;
  box-sizing: border-box;
  height: 1px;
  width: 88.5px;
  border: 1px solid #000000;
  display: block;
  margin: 20px auto;
}
.seperator-link-video {
  box-sizing: border-box;
  height: 1px;
  width: 137.5px;
  border: 1px solid #BF243A;
  display: block;
  margin-top: 2px;
}
.seperator-link-img {
  box-sizing: border-box;
  height: 1px;
  width: 92.5px;
  border: 1px solid #BF243A;
  display: block;
  margin-top: -5px;
}
.first-line {
  height: 7px;
  width: 40px;
  background-color: #4085C5;
  float: left;
  margin-right: 40px;
}
.last-line {
  height: 7px;
  width: 40px;
  background-color: #BF243A;
  float: left;
}
.stamp {
  height: 276px;
  width: 292px;
  position: absolute;
  margin-top: -208px;
  margin-left: 68px;
}
.code-postal-ville {
  margin-top: 50px;
}
.code-postal-ville input {
  margin: 0 auto;
}
.title-distributor-view {
  height: 43px;
  width: 300px;
  color: #000000;
  font-family: Spectral;
  font-size: 26px;
  font-weight: 600;
  line-height: 43px;
  margin: 0 auto;
  display: block;
  margin-bottom: 47px;
}
.bloc-distributor.view {
  width: 965px;
  margin-bottom: 20px;
}
.bloc-distributor.view .info {
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.bloc-distributor.view.disable-search {
  height: 322px;
}
.bloc-distributor.view.enable-search {
  height: 175px;
}
.code-postal-ville.view-form {
  margin-top: 30px;
}
.code-postal-ville.view-form input {
  margin: 0 auto;
}
.code-postal-ville.view-form button.update-search {
  height: 55px;
  width: 227px;
  background-color: #E7E2DD;
  color: #000000;
  font-family: Univers;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.code-postal-ville.view-form button.botton-search {
  height: 55px;
  width: 238px;
  background: #bf243a;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Univers;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0;
  text-transform: initial;
  font-weight: normal;
}
.code-postal-ville.view-form button.botton-search .custom-search-icon {
  font-size: 20px;
  margin-left: -30px;
  padding-right: 10px;
}
.code-postal-ville.view-form .position {
  color: #BF243A;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: underline;
  text-underline-position: under;
  display: block;
  margin-top: 25px;
  cursor: pointer;
}
.bloc-distributor {
  margin-bottom: 100px;
  margin: 0 auto;
  display: block;
}
.bloc-distributor .input-group {
  display: inline-block !important;
}
.bloc-distributor .input-group input {
  width: 411px;
  height: 55px;
}
button.btn-search {
  background-color: transparent;
  margin-left: -79px;
  margin-top: 7px;
}
button.btn-search:before {
  content: "\e86f";
  display: inline-block;
  vertical-align: top;
  font-family: 'Linearicons-Free';
  font-size: 22px;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #333;
  background: transparent;
}
.box-news {
  display: block;
}
@media (max-width: 976px) {
  .custom-header,
  .footer-bloc,
  .container-HP,
  .footer-top,
  .footer-bottom,
  .footer-top,
  .container-slide,
  .container-product-info {
    width: 100% !important;
  }
  .container-product-breadcrumbs {
    padding: 0 15px;
  }
  .row {
    margin-right: 15px;
    margin-left: 15px;
  }
  .picto-download,
  .text-download {
    margin-bottom: 30px;
  }
  ul.link-follow li {
    margin-right: 17.5px;
  }
  .open-menu,
  .close-menu {
    right: 20px !important;
  }
  .box-news {
    flex-direction: column-reverse;
    display: flex;
  }
  .box-news .news-decription,
  .box-news .news-media {
    width: 100%;
  }
  .box-news iframe {
    width: 100%;
  }
  .bloc-distributor {
    width: 100% !important;
  }
  .post-content {
    margin-bottom: 227px !important;
  }
  .news-img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  .news-img img {
    width: 100% !important;
    height: auto !important;
  }
}
.container-reseller {
  width: 965px;
  margin: 0 auto;
  position: relative;
}
.container-reseller .col-map-resellers {
  height: 627px;
  width: 604px;
  float: right;
}
.address {
  height: 100%;
  width: 326px;
  font-family: Univers;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  left: 32px;
}
.address .name-marker {
  position: absolute;
  top: 2px;
  left: -25px;
  display: inline-block;
  background-size: cover;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  height: 30px;
  width: 20px;
}
.address .partenaire-premium {
  color: #c6c6c6;
  line-height: 21px;
  font-size: 16px;
  font-family: Univers;
}
.address .standard {
  background: url(../images/Pin@3x.svg) no-repeat 0 0;
}
.address .premium {
  background: url(../images/Pin@2x.svg) no-repeat 0 0;
}
.address .website-marker a {
  color: #BF243A;
}
.address .padding {
  height: 20px;
}
.line {
  box-sizing: border-box;
  height: 1px;
  width: 326px;
  border: 0.5px solid #EDEDED;
  margin-bottom: 20px;
  margin-top: 20px;
}
#map-resellers {
  height: 627px;
  width: 604px;
  float: right;
}
@media (max-width: 767px) {
  .logo-home {
    width: 100px !important;
    height: 48.5px !important;
    max-width: 100% !important;
    margin-left: 0px !important;
  }
  .logo-home img {
    width: 100px !important;
    height: 48.5px !important;
  }
  .category-content {
    width: 100% !important;
  }
  .search-cart {
    right: 13px !important;
  }
  .category-box {
    height: 120px !important;
    width: auto !important;
    margin: 0 auto !important;
  }
  .category-box .category-name .cat-title {
    font-size: 18px !important;
  }
  .first-box-category .category-image {
    width: 155px !important;
    height: 157px !important;
    margin: -37px 0 0 0px !important;
  }
  .first-box-category .category-name {
    margin: 50px 20px 0 40px !important;
  }
  .second-box-category .category-image {
    width: 108px !important;
    height: 143px !important;
    margin: 0px 17px 0px 25px !important;
    float: right !important;
  }
  .second-box-category .category-name {
    margin: 50px 10px 0 60px !important;
    float: left !important;
  }
  .third-box-category .category-image {
    width: 65px !important;
    height: 147px !important;
    margin: -25px 35px 0 70px !important;
    float: left !important;
  }
  .third-box-category .category-name {
    margin: 50px 49px 0 30px !important;
    float: right !important;
  }
  .fourth-box-category .category-image {
    width: 83px !important;
    height: 159px !important;
    margin: -37px 50px 0 0 !important;
  }
  .fourth-box-category .category-name {
    margin: 50px 0 0 70px !important;
  }
  .fifth-box-category .category-image {
    width: 164px !important;
    height: 149px !important;
    margin: -36px 0 0 12px !important;
  }
  .fifth-box-category .category-name {
    margin: 50px 18px 0 35px !important;
  }
  .sixth-box-category .category-image {
    width: 182px !important;
    height: 153px !important;
  }
  .sixth-box-category .category-name {
    margin: 50px 0 0 50px !important;
  }
  .category-bloc {
    margin-bottom: 50px !important;
  }
  .add-mast-margin {
    margin-top: 50px !important;
  }
  .no-margin-bottom {
    margin-bottom: 0px !important;
  }
  .row {
    margin-right: 15px;
    margin-left: 15px;
  }
  .picto-download,
  .text-download {
    margin-bottom: 30px;
  }
  ul.link-follow li {
    margin-right: 17.5px;
  }
  .open-menu,
  .close-menu {
    right: 10px !important;
  }
  .bloc-distributor .input-group input {
    width: 306px !important;
  }
  .box-news {
    flex-direction: column-reverse;
    display: flex;
  }
  .box-news .news-decription,
  .box-news .news-media {
    width: 100%;
  }
  .box-news .news-media {
    height: 228px !important;
    width: 345px !important;
  }
  .box-news .news-media img {
    height: 197px !important;
    width: 345px !important;
    margin-left: -8px !important;
    margin-top: 0 !important;
  }
  .box-news .news-media .video {
    margin-left: -8px;
  }
  .news-decription .p-video {
    margin: 33px 5px 25px 1px !important;
  }
  .bloc-distributor {
    width: 100% !important;
  }
  .post-content {
    margin-bottom: 227px !important;
  }
  .news-img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  .news-img img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }
  .post-content {
    margin-bottom: 60px !important;
  }
  .stamp {
    height: 140px !important;
    width: 157px !important;
    right: 0;
    margin-top: -112px;
    float: right !important;
  }
  .footer-container {
    padding-top: 130px !important;
    margin-top: -136px !important;
  }
  .first-img img {
    height: 122px !important;
    width: 122px !important;
  }
  .second-img {
    top: 30% !important;
  }
  .second-img img {
    height: 42px !important;
    width: 41px !important;
  }
  .last-img {
    top: 30% !important;
  }
  .last-img img {
    height: 50px !important;
    width: 50px !important;
  }
  .margin-text {
    margin-top: 5px !important;
  }
  .footer-container .footer-top .footer-static .f-col .footer-static-title:after {
    display: none !important;
  }
  .footer-title {
    font-size: 16px !important;
  }
  .footer-container .footer-top .footer-static .f-col .footer-static-content ul.links li a {
    font-size: 14px !important;
  }
  .footer-container .footer-top .footer-static .f-col .footer-static-content {
    display: block !important;
  }
  .last-bloc-footer-menu {
    margin: 0 auto !important;
  }
  .bloc-download {
    left: 20% !important;
    margin-top: 25px !important;
  }
  .image-product {
    height: 150px !important;
    width: 167px !important;
  }
  .product-box {
    margin-left: -8px !important;
    margin-right: -10px !important;
    width: unset !important;
  }
  .products.grid {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
  }
  .product-item-name a {
    height: 20px !important;
    width: 20px !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
  }
  .category-title {
    font-size: 20px !important;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  .product-number {
    float: left !important;
    position: absolute;
  }
  .model-product {
    float: left !important;
    height: 20px !important;
    width: 41px !important;
    font-size: 12px !important;
  }
  .count-product {
    margin-left: 12px;
  }
  /*.collection-box{
  height: 245px !important;
  width: 167px !important;
}*/
  .collection-img {
    height: 167px !important;
    width: 167px !important;
  }
  .collection-bloc {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .collection-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0 !important;
    margin-top: -15px;
  }
  .collection-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .collection-grid {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 5px !important;
    padding-bottom: 30px !important;
  }
  .collection-title {
    height: 30px !important;
    width: 103px !important;
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .header-container {
    margin-bottom: 0px !important;
  }
  .collection-info {
    height: 88px;
    width: 344px !important;
    font-size: 14px !important;
    line-height: 22px !important;
    margin-left: 10px !important;
  }
  .collection-name {
    height: 18px;
    width: 122px;
    font-size: 16px !important;
    letter-spacing: -0.6px !important;
    line-height: 18px !important;
  }
  .product-number {
    height: 16px;
    width: 88px;
  }
  .filter-button {
    box-sizing: border-box;
    height: 40.5px;
    width: 140.5px;
    border: 0.5px solid #C6C6C6;
    text-align: center;
    background-color: #FFFFFF;
  }
  .filter-box {
    margin: 0 auto;
    margin-left: 100px;
    position: absolute;
    margin-top: -18px !important;
  }
  .filter-box button {
    width: 160px;
  }
  .filter-box button:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border: 0.5px solid #C6C6C6 !important;
  }
  .block-content.filter-content {
    display: none;
  }
  .block-content.filter-content {
    background-color: rgba(231, 226, 221, 0.3);
    padding: 25px;
  }
  .filter-options {
    color: #000000;
  }
  .columns {
    display: flex !important;
  }
  .columns .sidebar.sidebar-main {
    display: table-header-group !important;
  }
  .page-title-wrapper .page-title {
    margin-bottom: 20px;
  }
  .custom-filter-form {
    background-color: rgba(231, 226, 221, 0.3);
    margin: 0 !important;
    padding: 25px;
    display: none;
  }
  .custom-filter {
    padding: 0 !important;
  }
  .product-img {
    height: 155px !important;
    width: 167px !important;
  }
  .product-bloc {
    margin: 0 !important;
  }
  .description-coll-detail {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-left: 20px;
  }
  .description-coll {
    margin: 0 !important;
    flex-direction: column-reverse;
    display: flex;
  }
  .description-coll .description-coll-left {
    margin-top: -20px !important;
    margin-left: -15px !important;
  }
  .description-coll .description-coll-left .owl-item {
    height: 300px !important;
  }
  .description-coll .description-coll-right {
    padding-left: 0 !important;
  }
  .description-coll .description-coll-right .coll-logo {
    height: 94px !important;
    width: 94px !important;
  }
  .description-coll .description-coll-right .title-coll-detail {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-left: 15px;
    margin-top: 20px;
  }
  .expand {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: -15px !important;
    margin-left: 20px !important;
  }
  .other-dimension .content-dimension {
    height: 455px !important;
    width: 346px !important;
    margin-left: 59px !important;
    margin-top: 0 !important;
  }
  .other-dimension .content-dimension .collection-grid {
    margin-left: -40px !important;
  }
  .other-dimension .content-dimension .collection-grid .collection-detail-info {
    display: block;
    margin-left: 16px;
    margin-top: -21px;
  }
  .other-dimension .content-dimension .hauteur-tete {
    margin-right: 127px !important;
    margin-top: 5px !important;
    font-size: 16px !important;
  }
  .other-dimension .content-dimension .collection-name {
    margin-left: 15px;
    margin-top: -89px !important;
    display: block;
    font-size: 16px !important;
  }
  .other-dimension .content-dimension .img-responsive {
    width: 120px !important;
  }
  .other-dimension .content-dimension .collection-dimension-description {
    margin-top: 0 !important;
  }
  .other-dimension .content-dimension .small-dimension .img-responsive {
    height: 110px !important;
    width: 120px !important;
  }
  .other-dimension .content-dimension .small-dimension .line-dimension {
    height: 108px !important;
  }
  .other-dimension .content-dimension .small-dimension .collection-dimension-description {
    margin-top: 7px !important;
  }
  .other-dimension .content-dimension .small-dimension .collection-name {
    margin-top: -77px !important;
  }
  .other-dimension .content-dimension .medium-dimension .collection-dimension-description {
    margin-top: 7px !important;
  }
  .other-dimension .content-dimension .big-dimension .line-dimension {
    height: 125px !important;
  }
  .other-dimension .content-dimension .big-dimension .collection-dimension-description {
    margin-top: -5px !important;
  }
  .other-dimension .decouvrir-la-collect {
    font-size: 16px !important;
    line-height: 22px !important;
    text-decoration: underline;
    text-underline-position: under;
  }
  .collection-dimension-description {
    margin-top: 35px;
    width: 190px;
  }
  .other-dimension {
    margin-bottom: -100px !important;
  }
  .other-dimension .decouvrir-la-collect {
    display: block;
    margin-left: 15px;
    margin-top: -25px;
    font-size: 13px !important;
  }
  .header-coll-detail {
    padding: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px;
  }
  .description-coll-right {
    margin-bottom: 20px !important;
  }
  .no-padding {
    padding: 0px !important;
  }
  .owl-theme .owl-controls .owl-pagination {
    bottom: -19px !important;
  }
  .owl-theme .owl-controls .owl-pagination .owl-page span {
    width: 116px !important;
    margin: 2px !important;
  }
  #bloc-category .block-title {
    font-size: 18px !important;
    line-height: 33px !important;
  }
  #bloc-category .seperator {
    width: 50px !important;
  }
  .post-title {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .custom-bloc-distributor {
    width: 340px;
  }
  .custom-bloc-distributor .title-distributor-view {
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  .custom-bloc-distributor .bloc-distributor {
    background-color: #ffffff !important;
    margin-bottom: 0 !important;
    margin-left: 15px !important;
  }
  .custom-bloc-distributor .bloc-distributor .box-distributor {
    background-color: #ffffff !important;
    padding-top: 0px !important;
  }
  .custom-bloc-distributor .bloc-distributor .box-distributor .view-form .input-group input {
    height: 47px !important;
    width: 330px !important;
    margin-bottom: 20px;
  }
  .custom-bloc-distributor .bloc-distributor .box-distributor .view-form .input-group button {
    text-transform: inherit !important;
    height: 47px !important;
    width: 330px !important;
    margin-left: -9px;
  }
  .custom-bloc-distributor .bloc-distributor .box-distributor .view-form .input-group button.update-search {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .reseller-grid {
    flex-direction: column-reverse;
    display: flex;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .reseller-grid .map-grid {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  #map-resellers {
    padding-bottom: 56.25% !important;
    height: 267px !important;
    width: 348px !important;
    margin-bottom: 40px;
    float: none !important;
    margin-left: 6px !important;
  }
  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  #newsletter_pop_up {
    height: 419px !important;
    width: 345px !important;
    min-width: 0px !important;
    padding: 0px 25px !important;
  }
  #newsletter_pop_up .b-close {
    font-size: 14px !important;
    position: unset !important;
    float: right;
    padding-top: 15px !important;
  }
  #newsletter_pop_up .title {
    font-size: 16px !important;
    height: 54px !important;
    line-height: 27px !important;
    padding-top: 30px;
  }
  #newsletter_pop_up .content #newsletter-validate-detail1 .label {
    font-size: 12px !important;
  }
  #newsletter_pop_up .content #newsletter-validate-detail1 .control .terme-condition {
    display: inline-table;
  }
  #newsletter_pop_up .content #newsletter-validate-detail1 .control .terme-condition .label-terme-codition {
    height: 36px !important;
    width: 270px !important;
    font-size: 11.5px !important;
    line-height: 16px !important;
  }
  #newsletter_pop_up .content #newsletter-validate-detail1 .control .terme-condition .savoir-plus {
    margin-top: 10px !important;
    height: 14px !important;
    width: 270px !important;
    font-size: 11.5px !important;
    display: inline-block !important;
  }
  #newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1 {
    height: 45px !important;
    width: 305px !important;
  }
  #newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1-error {
    font-size: 10px;
  }
  #newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom label {
    font-size: 12px;
  }
  .page-wrapper .page-main {
    padding: 0 !important;
  }
  .designer {
    margin-left: 0px !important;
  }
  .designer .title {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .designer .box-designer .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .designer .box-designer .row .media.left {
    margin-right: 0 !important;
  }
  .designer .box-designer .row .media.right {
    margin-left: 0 !important;
  }
  .designer .box-designer .row .mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .designer .box-designer .row .media .picture {
    height: 345px !important;
    width: 330px !important;
    margin-bottom: 20px;
  }
  .designer .box-designer .row .description {
    width: 345px !important;
  }
  .designer .box-designer .row .description .name {
    font-size: 20px !important;
  }
  .designer .box-designer .row .description .status {
    font-size: 16px !important;
  }
  .designer .box-designer .row .description .info {
    font-size: 18px !important;
  }
  .designer .box-designer .row .description .plus-info {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .garanties-page .combined-shape {
    height: 322.01px !important;
    width: 362.59px !important;
  }
  .garanties-page .garanties-bloc {
    margin-bottom: 30px !important;
  }
  .garanties-page .garanties-bloc .title {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .garanties-page .garanties-bloc .subtitle {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .garanties-page .garanties-bloc .line {
    width: 50px !important;
  }
  .garanties-page .garanties-bloc .description {
    height: auto !important;
    width: 345px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .garanties-page .garanties-bloc .garanties-list {
    height: 44px !important;
    width: 300px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .garanties-page .garanties-bloc .media-garanties-bloc {
    margin-top: 160px !important;
    margin-left: 29px;
    width: auto !important;
  }
  .garanties-page .garanties-bloc .media-garanties-bloc .item {
    width: 50px !important;
    margin-left: -15px !important;
  }
  .garanties-page .garanties-bloc .media-garanties-bloc .custom-item {
    width: 65px !important;
    margin-left: -10px !important;
    margin-right: 20px;
  }
  .carrieres {
    width: 345px !important;
  }
  .carrieres .title {
    height: 24px !important;
    width: 85px !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 30px;
  }
  .carrieres .cdi {
    height: 48px !important;
    width: 345px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
  }
  .carrieres .carrieres-info {
    height: 154px !important;
    width: 345px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .carrieres .subtitle {
    height: 27px !important;
    width: 346px !important;
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .carrieres .line {
    width: 50px !important;
  }
  .carrieres .carrieres-link {
    float: left !important;
    text-align: initial !important;
  }
  .carrieres .carrieres-link .item {
    height: 19px !important;
    width: 282px !important;
    font-size: 16px !important;
  }
  .carrieres .carrieres-list {
    height: 44px !important;
    width: 315px !important;
    font-size: 15px !important;
    line-height: 22px !important;
    margin-bottom: 30px;
    display: inline-table !important;
    letter-spacing: 0;
  }
  .carrieres .list-cdi {
    margin-bottom: 40px;
  }
  .carrieres-form {
    height: 839px !important;
    width: 344px !important;
  }
  .carrieres-form .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .carrieres-form .box-nom {
    height: 72px !important;
    width: 324px !important;
    margin-left: 0 !important;
  }
  .carrieres-form .box-nom input {
    height: 45px !important;
    width: 324px !important;
  }
  .carrieres-form .box-prenom {
    height: 72px !important;
    width: 324px !important;
    margin-left: 0 !important;
  }
  .carrieres-form .box-prenom input {
    height: 45px !important;
    width: 324px !important;
  }
  .carrieres-form .box-email {
    height: 72px !important;
    width: 324px !important;
    margin-left: 0 !important;
  }
  .carrieres-form .box-email input {
    height: 45px !important;
    width: 324px !important;
  }
  .carrieres-form .box-telephone {
    height: 72px !important;
    width: 137px !important;
    margin-left: 0 !important;
  }
  .carrieres-form .box-telephone input {
    height: 45px !important;
    width: 137px !important;
  }
  .carrieres-form .box-message {
    width: 324px !important;
    margin-left: 0 !important;
  }
  .carrieres-form .box-message textarea {
    width: 324px !important;
  }
  .carrieres-form .attachment {
    height: 47px !important;
    width: 286px !important;
  }
  .carrieres-form .attachment .attachment-text {
    height: 19px !important;
    width: 276px !important;
    font-size: 16px !important;
    line-height: 38px;
  }
  .carrieres-form .attachment input[type=file] {
    height: 22px;
    width: 286px !important;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    opacity: 0;
    position: absolute;
  }
  .carrieres-form .cdi-submit {
    height: 47px !important;
    width: 324px !important;
  }
  .carrieres-form .cdi-submit .cdi-submit-text {
    height: 19px !important;
    width: 202.2px !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 19px;
  }
  .slider-dot {
    width: 136px !important;
    margin-top: -67px !important;
  }
  .burger-content-body {
    margin-left: -17px !important;
    margin-right: 0 !important;
    height: auto !important;
  }
  .roger-account,
  .roger-links {
    margin-left: 0 !important;
    margin-bottom: 30px;
    margin-top: 0 !important;
  }
  .roger-account a,
  .roger-links a {
    padding: 10px 0;
    margin: 0 30px;
  }
  .roger-language {
    margin-left: 0 !important;
  }
  .message.global.noscript,
  .message.global.cookie {
    height: 126px !important;
    width: 375px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cookie-bloc {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .cookie-bloc .cookie-description {
    padding: 0 !important;
    margin-top: 10px !important;
  }
  .cookie-bloc .cookie-description .cookie-info {
    height: 40px !important;
    width: 355px !important;
    font-size: 14px !important;
    margin-left: 0 !important;
    line-height: 20px !important;
    margin-bottom: 20px;
  }
  .cookie-bloc .cookie-description .cookie-plus-info a {
    height: 17px !important;
    width: 86px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 70px !important;
    display: block;
  }
  .collection-group-default {
    margin-top: 40px;
  }
  .category-products {
    margin-top: 40px;
  }
  .custom-filter-field:before {
    content: "";
  }
  .custom-pagination {
    height: 20px !important;
    width: 320px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-top: 15px;
  }
  .progress-container {
    height: 2px !important;
    width: 291px !important;
  }
  .contact-us {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-us .info .title {
    margin-top: 40px !important;
    font-size: 18px !important;
    letter-spacing: 0 !important;
    line-height: 27px !important;
  }
  .contact-us .info .line {
    width: 50px !important;
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-us .info .description {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 40px;
    margin-left: 0 !important;
  }
  .contact-us .info .description .subtitle {
    font-size: 16px !important;
  }
  .contact-us .info .description .reserve {
    font-size: 15px !important;
  }
  .contact-us-title {
    font-size: 20px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .contact-us.row {
    margin-left: -5px !important;
    margin-right: 0 !important;
  }
  .contact-us-form {
    height: 1269px !important;
    width: 344px !important;
    margin-top: 0 !important;
  }
  .contact-us-form .row {
    margin-right: 0 !important;
    margin-left: -5px !important;
  }
  .contact-us-form .box-motif {
    height: 72px !important;
    width: 324px !important;
    margin-left: 0px !important;
  }
  .contact-us-form .box-motif select {
    width: 324px !important;
  }
  .contact-us-form .box-nom {
    width: 324px !important;
    margin-left: 0px !important;
  }
  .contact-us-form .box-nom input {
    width: 324px;
  }
  .contact-us-form .box-prenom {
    width: 324px !important;
    margin-left: 0px !important;
  }
  .contact-us-form .box-prenom input {
    width: 324px !important;
  }
  .contact-us-form .box-adresse {
    margin-left: 0px !important;
    width: 324px !important;
  }
  .contact-us-form .box-adresse input {
    width: 324px !important;
  }
  .contact-us-form .box-email {
    width: 324px !important;
    margin-left: 0px !important;
  }
  .contact-us-form .box-email input {
    width: 324px !important;
  }
  .contact-us-form .box-telephone {
    width: 137px !important;
    margin-left: 0px !important;
  }
  .contact-us-form .box-telephone input {
    width: 137px !important;
  }
  .contact-us-form .box-message {
    width: 324px !important;
    margin-left: -6px !important;
    margin-top: 30px;
  }
  .contact-us-form .box-message textarea {
    width: 324px !important;
  }
  .contact-us-form .attachment {
    width: 250px !important;
    margin: 30px auto;
  }
  .contact-us-form .attachment .attachment-text {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .contact-us-form .attachment input[type=file] {
    width: 250px !important;
  }
  .contact-us-form .action.submit.primary {
    width: 324px !important;
    margin-top: 20px;
  }
  .contact-us-form .action.submit.primary span {
    font-size: 16px !important;
  }
  .contact-us-form .actions-toolbar .contact-us-submit {
    float: none !important;
  }
  .contact-us-form .box-informe,
  .contact-us-form .box-guide {
    margin-left: 0 !important;
  }
  .contact-us-form .box-informe span,
  .contact-us-form .box-guide span {
    line-height: 27px !important;
    margin-left: 0 !important;
  }
  .contact-us-form .box-button {
    margin-left: 0 !important;
  }
  .contact-us-form .box-button button {
    width: 106px !important;
    margin-right: -3px !important;
  }
  .contact-us-form .box-button button .Professionnel {
    margin-left: -14px;
  }
  .custom-reseller-pagination .pages .items {
    margin-bottom: -52px !important;
    margin-left: -93px !important;
  }
  .presse-page.row {
    margin-left: -5px !important;
    margin-right: 0 !important;
  }
  .presse-page .h1-title {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 60px;
    margin-left: -60px;
    margin-top: 30px;
  }
  .presse-page .title-form {
    height: 60px !important;
    width: 280px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-left: 28px;
  }
  .presse-page .press-form {
    margin-top: 0 !important;
    height: 1090px !important;
  }
  .presse-page .press-form .row {
    margin-right: 0 !important;
    margin-left: -5px !important;
  }
  .presse-page .press-form .row .box-nom,
  .presse-page .press-form .row .box-prenom,
  .presse-page .press-form .row .box-societe,
  .presse-page .press-form .row .box-email {
    width: 324px !important;
    margin-left: 0px !important;
  }
  .presse-page .press-form .row .box-nom input,
  .presse-page .press-form .row .box-prenom input,
  .presse-page .press-form .row .box-societe input,
  .presse-page .press-form .row .box-email input {
    width: 324px !important;
  }
  .presse-page .press-form .row .box-telephone {
    width: 137px !important;
    margin-left: 0px !important;
  }
  .presse-page .press-form .row .box-telephone input {
    width: 137px !important;
  }
  .presse-page .press-form .row .box-message {
    width: 324px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
  }
  .presse-page .press-form .row .box-message textarea {
    width: 324px !important;
  }
  .presse-page .press-form .row .press-submit {
    width: 315px !important;
    margin-top: 0 !important;
  }
  .presse-page .press-form .row .press-submit span {
    font-size: 16px !important;
  }
  .presse-page .press-form .row .box-informe,
  .presse-page .press-form .row .box-guide {
    margin-left: 0 !important;
  }
  .presse-page .press-form .row .box-informe span,
  .presse-page .press-form .row .box-guide span {
    line-height: 27px !important;
    margin-left: 0 !important;
  }
  .presse-page .press-form .row .box-button {
    margin-left: 0 !important;
  }
  .presse-page .press-form .row .box-button button {
    width: 106px !important;
    margin-right: -3px !important;
  }
  .presse-page .press-form .row .box-button button .Professionnel {
    margin-left: -14px;
  }
  .presse-page .news-bloc .news-box {
    height: 79px !important;
    width: 334px !important;
    margin-right: 80px;
    float: right;
    margin-bottom: 35px;
    margin-left: 0 !important;
  }
  .presse-page .news-bloc .news-box .logo {
    height: 79px !important;
    width: 79px !important;
    margin-right: 10px;
  }
  .presse-page .news-bloc .news-box .bloc-title {
    margin-bottom: 10px;
  }
  .presse-page .news-bloc .news-box .bloc-title .title {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .presse-page .news-bloc .news-box .bloc-title .date-publish {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .presse-page .news-bloc .news-box .link .link-pdf {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .presse-page .news-bloc .news-box .link .language {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  .presse-page .news-bloc .news-box .link .fa {
    margin-top: 5px;
  }
  .category-products .category-title {
    font-size: 20px !important;
    margin-top: -60px !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .box-news .news-media .playpause {
    height: 62px !important;
    width: 62px !important;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 20%;
  }
  .news-img {
    margin-left: -8px !important;
  }
  .post-with-image {
    margin-top: 0 !important;
  }
  .history {
    width: 344px !important;
  }
  .history .history-description .title {
    font-size: 20px !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .history .history-description .history-info {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 20px;
  }
  .history .history-description .plus-info {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .history .history-middle-bloc .left-bloc {
    height: 879px !important;
    width: 331px !important;
    margin-top: 40px !important;
    margin-left: -10px !important;
  }
  .history .history-middle-bloc .left-bloc .event {
    margin-bottom: 25px;
    margin-left: 20px;
  }
  .history .history-middle-bloc .left-bloc .event .event-year {
    font-size: 16px !important;
    line-height: 22px !important;
    padding-right: 10px !important;
  }
  .history .history-middle-bloc .left-bloc .event .event-info {
    font-size: 15px !important;
    line-height: 23px !important;
  }
  .history .history-middle-bloc .left-bloc .ascenseur {
    margin-top: 9px;
  }
  .history .history-middle-bloc .left-bloc .ascenseur .cercle {
    height: 10px !important;
    width: 10px !important;
    margin-left: -1.3px;
  }
  .history .history-middle-bloc .left-bloc .ascenseur .first {
    height: 201px !important;
  }
  .history .history-middle-bloc .left-bloc .ascenseur .second {
    height: 222px !important;
  }
  .history .history-middle-bloc .left-bloc .ascenseur .third {
    height: 130px !important;
  }
  .history .history-middle-bloc .left-bloc .ascenseur .fourth {
    height: 107px !important;
  }
  .history .history-middle-bloc .left-bloc .ascenseur .fifth {
    height: 120px;
  }
  .history .history-middle-bloc .left-bloc .ascenseur .line-vertical-dashed {
    height: 58px !important;
  }
  .history .history-middle-bloc .right-bloc {
    margin-top: 60px;
  }
  .history .history-middle-bloc .right-bloc img {
    max-width: initial;
  }
  .history .history-middle-bloc .right-bloc .media-box-1 {
    margin-left: -44px !important;
    margin-right: 0;
  }
  .history .history-middle-bloc .right-bloc .media-box-1 .first {
    height: 162px !important;
    width: 207px !important;
  }
  .history .history-middle-bloc .right-bloc .media-box-1 .second {
    height: 162px !important;
    width: 123px !important;
    padding-left: 0 !important;
  }
  .history .history-middle-bloc .right-bloc .media-box-1 .custom-margin {
    display: block;
    margin-left: 0 !important;
    width: 129px !important;
  }
  .history .history-middle-bloc .right-bloc .media-box-2 {
    margin-left: -44px !important;
    margin-right: 0;
  }
  .history .history-middle-bloc .right-bloc .media-box-2 .third {
    height: 230px !important;
    width: 344px !important;
    padding-top: 20px !important;
  }
  .history .history-middle-bloc .right-bloc span {
    font-size: 14px !important;
    line-height: 17px !important;
    width: 227px !important;
    margin-top: 5px;
  }
  .history .convictions {
    margin-top: 40px !important;
    height: 830px !important;
    width: 345px !important;
    margin-left: 0 !important;
  }
  .history .convictions .title {
    font-size: 18px !important;
    line-height: 27px !important;
    margin-top: 40px !important;
  }
  .history .convictions .line {
    width: 50px !important;
    margin-bottom: 30px;
  }
  .history .convictions .description {
    height: 672px !important;
    width: 306px !important;
    margin: 0 auto;
  }
  .history .convictions .description .paragraph {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 30px;
    text-align: initial !important;
  }
  .history .convictions .description .paragraph .subtitle {
    margin-bottom: 10px;
  }
  .history .savoir-faire {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .history .savoir-faire .title {
    font-size: 18px !important;
    line-height: 27px !important;
    margin-top: 55px;
  }
  .history .savoir-faire .line {
    width: 50px !important;
    margin-bottom: 30px;
  }
  .history .savoir-faire .paragraph {
    height: 264px !important;
    width: 344px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .history .savoir-faire .paragraph .description {
    margin-bottom: 30px;
  }
  .history .bloc-media-mobile {
    height: 1387px;
    width: 393px;
    margin-top: 115px;
    margin-left: -25px;
  }
  .history .bloc-media-mobile .first-box .bloc-left {
    padding-right: 8px;
  }
  .history .bloc-media-mobile .first-box .bloc-left img {
    height: 274px;
    width: 167px;
  }
  .history .bloc-media-mobile .first-box .bloc-right {
    padding-left: 8px;
  }
  .history .bloc-media-mobile .first-box .bloc-right img {
    height: 122px;
    width: 168px;
  }
  .history .bloc-media-mobile .first-box .bloc-right .img-2 {
    margin-top: 10px;
  }
  .history .bloc-media-mobile .first-box .bloc-right .description {
    display: none;
  }
  .history .bloc-media-mobile .second-box {
    margin-top: 7px;
  }
  .history .bloc-media-mobile .second-box .bloc-img-1 img,
  .history .bloc-media-mobile .second-box .bloc-img-2 img {
    height: 252px !important;
    width: 167px !important;
  }
  .history .bloc-media-mobile .second-box .bloc-img-1 {
    padding-right: 8px;
  }
  .history .bloc-media-mobile .second-box .bloc-img-2 {
    padding-left: 8px;
  }
  .history .bloc-media-mobile .third-box {
    margin-top: 7px;
  }
  .history .bloc-media-mobile .third-box .bloc-img video,
  .history .bloc-media-mobile .third-box .bloc-img .image {
    width: 345px;
  }
  .history .bloc-media-mobile .third-box .bloc-img .playpause {
    background-image: url(/pub/media/video/icon/np-play-2667814-000000.svg);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 10%;
    bottom: 20%;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
  }
  .history .bloc-media-mobile .fourth-box {
    margin-top: 7px;
  }
  .history .bloc-media-mobile .fourth-box .bloc-img-1 img,
  .history .bloc-media-mobile .fourth-box .bloc-img-2 img {
    height: 121px;
    width: 167px;
  }
  .history .bloc-media-mobile .fourth-box .bloc-img-1 {
    padding-right: 8px;
  }
  .history .bloc-media-mobile .fourth-box .bloc-img-2 {
    padding-left: 8px;
  }
  .history .bloc-media-mobile .five-box {
    margin-top: 7px;
  }
  .history .bloc-media-mobile .five-box .bloc-img-1 img,
  .history .bloc-media-mobile .five-box .bloc-img-2 img {
    height: 209px;
    width: 167px;
  }
  .history .bloc-media-mobile .five-box .bloc-img-1 {
    padding-right: 8px;
  }
  .history .bloc-media-mobile .five-box .bloc-img-2 {
    padding-left: 8px;
  }
  .history .bloc-media-mobile .sixth-box {
    margin-top: 10px;
  }
  .history .bloc-media-mobile .sixth-box .bloc-img-1 img,
  .history .bloc-media-mobile .sixth-box .bloc-img-2 img {
    height: 121px;
    width: 167px;
  }
  .history .bloc-media-mobile .sixth-box .bloc-img-1 {
    padding-right: 8px;
  }
  .history .bloc-media-mobile .sixth-box .bloc-img-2 {
    padding-left: 8px;
  }
  .history .bloc-media-mobile .sixth-box .bloc-img-2 .custom-padding {
    font-size: 13px;
  }
  .history .bloc-media-mobile span {
    margin-top: 3px;
    color: #000000;
    font-family: Univers;
    font-size: 14px;
    font-style: oblique;
    letter-spacing: 0;
    line-height: 17px;
    float: left;
  }
  .history .bloc-media-mobile #mediaMobile .modal-dialog {
    width: min-content;
    top: -8%;
  }
  .history .bloc-media-mobile #mediaMobile .modal-dialog .modal-content {
    background-color: transparent;
    padding: 0;
    border-radius: unset;
    box-shadow: none;
    border: none;
    width: max-content;
    height: max-content;
  }
  .history .bloc-media-mobile #mediaMobile .modal-dialog .modal-content .picture {
    width: 355px;
    height: auto;
    max-height: 450px;
  }
  .history .bloc-media-mobile #mediaMobile .modal-dialog .modal-content .description-row.active {
    height: 177px;
  }
  .history .bloc-media-mobile #mediaMobile .modal-dialog .modal-content .description-row {
    height: 39px;
    background-color: #ffffff;
  }
  .history .bloc-media-mobile #mediaMobile .modal-dialog .modal-content .description-row .zoom-text {
    display: block;
    font-family: Univers;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    font-weight: bold;
    margin-left: 5px;
    position: absolute;
    bottom: 13px;
  }
  .history .bloc-media-mobile #mediaMobile .modal-dialog .modal-content .description-row .zoom-text.active {
    margin-left: 8px;
    bottom: 148px;
  }
  .history .bloc-media-mobile #mediaMobile .modal-dialog .modal-content .description-row .zoom-description {
    width: 335px;
    height: 133px;
    font-family: Univers;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    position: absolute;
    bottom: 2px;
    right: 0px;
    text-align: left;
  }
  .history .bloc-media-mobile #mediaMobile .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
  .history .bloc-media-mobile #mediaMobile .modal-dialog .close-popup {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-top: -8px;
  }
  .modal-content {
    width: auto !important;
    height: auto !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    top: -15% !important;
  }
  .modal-content .popup-title {
    font-size: 18px !important;
    width: auto;
    margin-bottom: 34px;
    margin-top: 0 !important;
    margin-left: 0;
    padding-top: 20px;
  }
  .modal-content .popup-info {
    height: auto !important;
    width: auto !important;
    max-height: 500px !important;
    font-size: 16px !important;
    line-height: 1.38 !important;
    margin-top: 20px !important;
    overflow: scroll;
  }
  .modal-content .popup-info p {
    margin-bottom: 20px !important;
  }
  .modal-content .popup-info span {
    margin-bottom: 20px !important;
  }
  .modal-content .close {
    right: 15px !important;
    top: 25px !important;
  }
  .modal-content .header-popin {
    background: #ffffff;
    width: auto;
    margin-top: -20px;
  }
  .custom-bloc-distributor .distributor-media {
    width: 328px !important;
    height: 200px !important;
    margin-top: -40px !important;
    margin-left: 17px !important;
  }
  .custom-bloc-distributor .distributor-media a {
    font-size: 14px !important;
    margin-top: 20px !important;
  }
  .custom-bloc-distributor .distributor-media .line {
    width: 225px !important;
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
  .contact-us .success {
    width: 344px !important;
    height: 148px !important;
  }
  .contact-us .success .info {
    margin-left: 25px !important;
  }
  .contact-us .success .info .icone {
    margin-top: 30px !important;
  }
  .contact-us .success .info .message {
    width: 266px !important;
    height: 88px !important;
  }
  .field.newsletter .control .success .info {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .field.newsletter .control .success .info .icone {
    margin-left: 0 !important;
  }
  .field.newsletter .control .success .info .message {
    width: 266px !important;
    height: 66px !important;
    margin-left: 35px !important;
  }
  .field.newsletter .control .error .info {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .field.newsletter .control .error .info .icone {
    margin-left: 0 !important;
  }
  .field.newsletter .control .error .info .message {
    width: 266px !important;
    height: 66px !important;
    margin-left: 35px !important;
  }
  .container-product-info .info-detailed .see-collection {
    margin-left: 15px;
  }
  .container-product-info .info-detailed .see-collection a {
    font-size: 16px !important;
  }
  .container-product-info .info-detailed .designer-collection {
    margin-left: 15px;
  }
  .container-product-info .info-detailed .designer-collection a {
    font-size: 16px !important;
  }
  .product.info.detailed {
    margin-top: 50px;
    height: auto;
    width: 360px !important;
    min-height: 430px !important;
    margin-left: 0 !important;
    padding-top: 30px !important;
  }
  .product.info.detailed .caracteristiques-techniques .caracteristiques-tec {
    width: 345px !important;
    height: 27px !important;
    font-size: 18px !important;
  }
  .product.info.detailed .caracteristiques-techniques .seperator {
    margin-left: 130px !important;
  }
  .product.info.detailed .caracteristiques-techniques .data.item.content {
    margin-left: 15px;
  }
  .product.info.detailed .caracteristiques-techniques .data.item.content .item {
    font-size: 16px !important;
  }
  .product.info.detailed .caracteristiques-techniques .data.item.content .expanded {
    height: 21px !important;
    width: 168px !important;
    font-size: 16px !important;
  }
  .product.info.detailed .caracteristiques-techniques .data.item.content .ampoule-dimmable-ali {
    font-size: 16px !important;
  }
  .product.info.detailed .caracteristiques-techniques .data.item.content .details-sur-le-cabla {
    font-size: 16px !important;
  }
  .product.info.detailed .caracteristiques-techniques .data.item.content .box-dimensions-poids {
    font-size: 16px !important;
  }
  .product.info.detailed .caracteristiques-techniques .data.item.content .box-normes {
    font-size: 16px !important;
  }
  .virtual-qty {
    margin-left: 15px;
  }
  .product-info-main .price-box {
    text-align: unset !important;
    padding-left: 79px;
  }
  .like-select {
    width: 330px !important;
    height: 45px !important;
    margin-left: 15px;
  }
  .like-select li {
    width: 330px !important;
  }
  .like-select i {
    margin-right: 10px;
  }
  .product-add-form .swatch-attribute-label {
    margin-left: 15px;
  }
  .button-search,
  .order-button {
    width: 330px !important;
    margin-left: 15px;
  }
  .reassurance {
    margin-left: 40px;
  }
  .reassurance .reassurance-info {
    width: 253px !important;
    font-size: 14px !important;
  }
  .container-product-info {
    flex-direction: column;
    display: flex;
  }
  .fotorama__stage {
    width: 368px !important;
    height: 375px !important;
  }
  .fotorama__stage__frame .fotorama__img {
    left: 28% !important;
  }
  .box-search-content {
    top: 0;
    left: 0;
  }
  .box-search-content .burger-content-body {
    width: 375px !important;
    height: 145px !important;
    margin-left: -17px !important;
  }
  .box-search-content .burger-content-body .minisearch {
    margin-top: 30px !important;
    margin-left: 0 !important;
    display: block;
  }
  .box-search-content .burger-content-body .minisearch .search-input {
    width: 309px !important;
    height: 44px !important;
    font-size: 16px !important;
    margin-left: 35px;
  }
  .box-search-content .burger-content-body .minisearch .form-label-search {
    cursor: pointer;
    width: 309px !important;
  }
  .box-search-content .burger-content-body .minisearch .form-label-search img {
    width: 19px !important;
    height: 19px !important;
    margin-right: 200px !important;
  }
  .other-color {
    margin-left: 20px !important;
  }
  .collection-number {
    font-size: 12px !important;
  }
  .bundle-options-wrapper .diffuseur_lumineuse {
    margin-right: 130px;
    margin-bottom: 10px;
    display: block;
  }
  .bundle-options-wrapper select {
    width: 330px !important;
    height: 45px !important;
    margin-left: 15px;
  }
  .bundle-options-wrapper select + i.fa {
    margin-top: 6px !important;
    margin-right: -80px !important;
  }
}
.collection-number {
  color: #000000;
  font-family: Univers;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.collection-title {
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}
.collection-info {
  font-family: Univers;
  font-size: 19px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  width: 64%;
  margin-top: 20px;
  margin-left: 220px;
  margin-bottom: 30px;
}
.description-collection {
  text-align: center;
}
.count-collection {
  color: #C6C6C6;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
}
.product-img {
  width: 276px;
  height: 276px;
  mix-blend-mode: multiply;
}
.count-product {
  font-family: Univers;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c6c6c6;
}
.model-product {
  font-family: Univers;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #5a5a5a;
}
.model-number {
  font-family: Univers;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  margin-left: -2px;
  margin-top: -1px;
  /*color: #ffffff;*/
}
.description-coll-detail {
  font-family: Univers;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #000000;
  height: 104px;
  width: 393px;
}
.title-coll-detail {
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-left: 15px;
  margin-top: 20px;
}
.coll-logo {
  height: 138px;
  width: 138px;
}
.description-coll-right {
  margin-bottom: 100px;
  padding-left: 90px;
}
.description-coll-left {
  margin-left: -60px;
  margin-top: -80px;
}
.header-coll-detail {
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
}
.custom-filter-form label {
  font-family: Univers;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.88;
  letter-spacing: normal;
  color: #000000;
  margin: 8px;
}
.custom-filter-form input[type=checkbox] {
  width: 18px;
  height: 18px;
  border-radius: 1px;
  border: solid 1px #e7e2dd;
}
.custom-filter-field {
  font-family: Univers;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  display: block;
  margin-bottom: 12px;
  margin-top: 12px;
}
.collection-bloc {
  margin-top: 15px;
}
.custom-filter-form {
  margin-top: 105px;
}
.product-bloc {
  margin-top: 15px;
}
.product-name {
  margin-top: 5px;
  /*float: right;*/
}
.model-product {
  color: #5A5A5A;
  font-family: Univers;
  font-size: 16px;
  line-height: 20px;
}
.model-number {
  color: #FFFFFF;
  font-family: Univers;
  font-size: 14px;
  letter-spacing: -1.5px;
  text-align: center;
}
.cercle {
  width: 17px;
  height: 17px;
  border-radius: 20px;
  background-color: #5A5A5A;
  display: inline-grid;
}
.image-product {
  height: 276px;
  width: 276px;
}
.product-box {
  margin-top: 20px;
}
.product-box .product-bloc:hover .product-item-link {
  color: #bf243a;
}
.product-box .product-bloc:hover .model-product {
  color: #bf243a;
}
.product-box .product-bloc:hover .cercle {
  background-color: #bf243a;
}
.product-number {
  float: right;
}
.collection-number {
  float: left;
}
.filter-label {
  color: #000000;
  font-family: Univers;
  font-size: 14px;
  text-transform: capitalize;
}
.checkbox-filter {
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  border: 1px solid #E7E2DD;
  border-radius: 1px;
}
.checkbox-button {
  cursor: pointer;
}
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
}
.checkbox-button__input {
  opacity: 0;
  position: absolute;
}
.checkbox-button__control {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-color: inherit;
  color: #BF243A;
  border: 0.5px solid #C6C6C6;
}
.checkbox-button__input:checked + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #BF243A;
}
.checkbox-button__input:checked + .checkbox-button__control {
  border-color: #BF243A;
}
.checkbox-button__control {
  transform: scale(0.75);
}
.checkbox-button__label {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
}
/*.collection-box
{
height: 356px;
width: 276px;
}*/
.collection-name {
  color: #000000;
  font-family: Spectral;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
}
.collection-img {
  height: 276px;
  width: 276px;
  margin-bottom: 5px;
}
.button-search,
.order-button {
  height: 47px;
  width: 375px;
  background-color: #E7E2DD;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.delivery-img {
  height: 26px;
  width: 36px;
  float: left;
  margin-top: 7px;
  margin-right: 14px;
}
.warranty-img,
.excellence-img {
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 10px;
}
.reassurance-info {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  line-height: 20px;
  float: left;
  width: 70%;
}
.large-info {
  width: 85%;
  line-height: 38px;
}
.reassurance {
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  width: 100%;
}
.collection-grid {
  padding-bottom: 15px;
}
.collection-grid:hover .collection-name {
  color: #bf243a;
}
.collection-grid:hover .collection-number {
  color: #bf243a;
}
.code-postal-ville .input-group .form-control {
  border: none;
}
.post-title-description {
  font-family: Spectral;
}
.post-with-image {
  margin-top: 60px;
}
.pt-title1 {
  bottom: 0;
}
.product.info.detailed {
  height: auto;
  width: 656px;
  min-height: 606px;
  margin-left: -98px;
  background-color: rgba(231, 226, 221, 0.3);
}
.caracteristiques-techniques {
  height: auto;
  width: 454px;
  margin: 0 auto;
}
.caracteristiques-tec {
  height: 33px;
  width: 473px;
  color: #000000;
  font-family: Spectral;
  font-size: 22px;
  font-style: italic;
  line-height: 33px;
  text-align: center;
}
.line {
  margin: 19px auto 25px auto;
  box-sizing: border-box;
  height: 1px;
  width: 326px;
  border: 0.5px solid #EDEDED;
}
.lampe-fournie-source {
  height: auto;
  width: 454px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 30px;
}
.lampe-fournie-source .item {
  display: block;
}
.expand {
  display: block;
  height: 22px;
  width: 251.18px;
  color: #000000;
  font-family: Univers;
  font-size: 19px;
  line-height: 22px;
  font-weight: bold;
  margin-top: -95px;
  margin-left: 76px;
}
.expanded {
  display: block;
  height: 22px;
  width: 251.18px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 26px;
}
.ampoule-dimmable-ali {
  height: auto;
  width: 326px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 26px;
}
.ampoule-dimmable-ali .item {
  display: block;
}
.details-sur-le-cabla {
  display: block;
  height: 26px;
  width: 326px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}
.download-files {
  display: block;
  height: 26px;
  width: 326px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 20px;
}
.zones-dentrees-de-c {
  height: auto;
  width: 208px;
  color: #BF243A;
  font-family: Univers;
  font-size: 18px;
  line-height: 26px;
}
.zones-dentrees-de-c .item {
  display: block;
}
.list-files {
  height: auto;
  width: 208px;
  color: #BF243A;
  font-family: Univers;
  font-size: 18px;
  line-height: 26px;
}
.list-files .item {
  display: block;
}
.box-dimensions-poids {
  display: block;
  height: 22px;
  width: 251.18px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.dimensions-poids {
  height: auto;
  width: 217px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 26px;
}
.dimensions-poids .item {
  display: block;
}
.box-normes {
  display: block;
  height: 22px;
  width: 251.18px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.normes .item {
  margin-right: 50px;
}
.logo-rohs {
  height: 40px;
  width: 39px;
}
.swatch-option {
  width: 31px;
  height: 31px !important;
  background-size: cover !important;
  border-radius: 4px;
}
.logo-rohs {
  height: 40px;
  width: 39px;
}
.like-select {
  box-sizing: border-box;
  position: relative;
  height: 45px;
  width: 375px;
  border: 0.5px solid #C6C6C6;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.like-select li {
  padding: 7px;
  display: inline-block;
  z-index: 2;
  line-height: 30px;
  width: 375px;
}
.like-select li:not(.init) {
  float: left;
  display: none;
  background: #ddd;
}
.like-select li:not(.init):hover {
  background: #C6C6C6;
}
.like-select li.selected:not(.init) {
  background: #C6C6C6;
}
.like-select i {
  float: right;
  font-size: 30px;
  line-height: 32px;
}
li.init {
  cursor: pointer;
  height: 41px;
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  line-height: 30px;
}
a#submit {
  z-index: 1;
}
.swatch-option {
  height: 31px;
  border-radius: 5px;
  min-width: 41px;
}
/* The progress container (grey background) */
.progress-container {
  width: 333px;
  height: 3px;
  background: #ccc;
  margin: 0 auto;
}
/* The progress bar (scroll indicator) */
.progress-bar {
  height: 3px;
  background: #BF243A;
  box-sizing: border-box;
  border: 1px solid #BF243A;
}
.custom-pagination {
  height: 22px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-top: 85px;
}
.pagination-text {
  margin-bottom: 10px;
}
.custom-bloc-img {
  height: 40px;
  width: 40px;
}
.custom-bloc-text {
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
}
.custom-bloc-lien {
  color: #BF243A;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
  display: block;
}
.map-grid {
  padding-left: 90px;
  margin-bottom: 20px;
}
.col-map-resellers {
  padding-right: 102px;
}
.bloc-distributor .box-distributor .code-postal-ville .input-group input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-family: Univers;
  line-height: 40px;
}
.newsletter-button {
  height: 47px;
  width: 277px;
  margin-top: 40px;
  background-color: #BF243A !important;
}
.newsletter-button .newsletter-button-text {
  color: #FFFFFF;
  font-family: Univers;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;
}
.designer {
  margin-left: 115px;
}
.designer .title {
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-right: 115px;
  margin-top: -15px;
  margin-bottom: 50px;
}
.designer .box-designer {
  margin-bottom: 80px;
}
.designer .box-designer img {
  max-width: none;
}
.designer .box-designer .row .media {
  margin-top: 0;
}
.designer .box-designer .row .media .picture {
  height: 374px;
  width: 374px;
}
.designer .box-designer .row .media.left {
  margin-right: 20px;
}
.designer .box-designer .row .media.right {
  margin-left: 20px;
}
.designer .box-designer .row .description {
  width: 576px;
}
.designer .box-designer .row .description .name {
  color: #000000;
  font-family: Spectral;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
}
.designer .box-designer .row .description .status {
  color: #C6C6C6;
  font-family: Univers;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
.designer .box-designer .row .description .status .subtitle {
  color: #BF243A !important;
  text-decoration: underline;
  text-underline-position: under;
}
.designer .box-designer .row .description .info {
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 30px;
  float: left;
  text-align: justify;
  height: auto;
}
.designer .box-designer .row .description .info .collapse.in {
  display: contents;
}
.designer .box-designer .row .description .plus-info {
  color: #BF243A !important;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
  float: right;
  cursor: pointer;
  text-decoration: underline;
}
.garanties-page .combined-shape {
  width: 760px;
  height: 781.9px;
  transform: rotate(-19deg);
  background-color: #e7e2dd;
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0.04;
}
.garanties-page .garanties-bloc {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.garanties-page .garanties-bloc .title {
  width: 100%;
  color: #000000;
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  line-height: 43px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.garanties-page .garanties-bloc .subtitle {
  width: 100%;
  color: #000000;
  font-family: Spectral;
  font-size: 22px;
  font-style: italic;
  line-height: 33px;
}
.garanties-page .garanties-bloc .line {
  box-sizing: border-box;
  height: 1px;
  width: 88.5px;
  border: 0.5px solid #000000;
  display: block;
  margin: 30px auto;
}
.garanties-page .garanties-bloc .description {
  height: auto;
  width: 766px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
.garanties-page .garanties-bloc .garanties-list {
  height: 22px;
  width: 753px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
.garanties-page .garanties-bloc .media-garanties-bloc {
  margin-top: 160px;
  width: auto;
}
.garanties-page .garanties-bloc .media-garanties-bloc .item {
  width: 65px;
  margin-left: 40px;
}
.garanties-page .garanties-bloc .media-garanties-bloc .custom-item {
  width: 80px;
  margin-left: 40px;
}
.carrieres {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 769px;
}
.carrieres .title {
  height: 43px;
  width: 118px;
  color: #000000;
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
  margin-right: auto;
  margin-left: auto;
}
.carrieres .cdi {
  height: 36px;
  width: 437px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.carrieres .carrieres-info {
  height: 104px;
  width: 769px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-right: auto;
  margin-left: auto;
}
.carrieres .subtitle {
  height: 33px;
  width: 306px;
  color: #000000;
  font-family: Spectral;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 33px;
}
.carrieres .line {
  box-sizing: border-box;
  height: 1px;
  width: 88.5px;
  border: 0.5px solid #000000;
  display: block;
  margin: 30px auto;
}
.carrieres .carrieres-link {
  float: left;
  text-align: initial;
}
.carrieres .carrieres-link .item {
  height: 22px;
  width: 318px;
  color: #BF243A;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 60px;
  text-decoration: underline;
  text-underline-position: under;
}
.carrieres .carrieres-list {
  height: 22px;
  width: 753px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  display: contents;
  margin-bottom: 30px;
}
.carrieres .list-cdi {
  margin-bottom: 40px;
}
.carrieres .carrieres-form {
  margin: 0 auto;
  height: 762px;
  width: 509px;
  background-color: rgba(231, 226, 221, 0.3);
}
.carrieres .carrieres-form label {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  float: left;
  margin-bottom: 15px;
}
.carrieres .carrieres-form input {
  box-sizing: border-box;
  border: 0px solid #C6C6C6;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.carrieres .carrieres-form .box-nom {
  height: 72px;
  width: 261px;
  margin-left: 20px;
  margin-top: 30px;
}
.carrieres .carrieres-form .box-nom input {
  height: 45px;
  width: 261px;
}
.carrieres .carrieres-form .box-prenom {
  height: 72px;
  width: 195px;
  margin-left: 20px;
  margin-top: 30px;
}
.carrieres .carrieres-form .box-prenom input {
  height: 45px;
  width: 195px;
}
.carrieres .carrieres-form .box-email {
  height: 72px;
  width: 261px;
  margin-left: 20px;
  margin-top: 30px;
}
.carrieres .carrieres-form .box-email input {
  height: 45px;
  width: 261px;
}
.carrieres .carrieres-form .box-telephone {
  height: 72px;
  width: 151px;
  margin-left: 20px;
  margin-top: 30px;
}
.carrieres .carrieres-form .box-telephone input {
  height: 45px;
  width: 151px;
}
.carrieres .carrieres-form .box-message {
  height: 207px;
  width: 472px;
  margin-left: 20px;
  margin-top: 30px;
}
.carrieres .carrieres-form .box-message textarea {
  height: 180px;
  width: 472px;
}
.carrieres .carrieres-form .attachment {
  height: 47px;
  width: 353px;
  background-color: #E7E2DD;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 22px;
}
.carrieres .carrieres-form .attachment:hover {
  background: #bf243a;
}
.carrieres .carrieres-form .attachment .attachment-text {
  height: 22px;
  width: 225.3px;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  text-transform: initial;
}
.carrieres .carrieres-form .attachment .attachment-text:hover {
  color: #FFFFFF;
}
.carrieres .carrieres-form .attachment input[type=file] {
  height: 22px;
  width: 308.3px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  position: absolute;
}
.carrieres .carrieres-form .cdi-submit {
  height: 47px;
  width: 353px;
}
.carrieres .carrieres-form .cdi-submit .cdi-submit-text {
  height: 22px;
  width: 225.3px;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  text-transform: initial;
}
.carrieres .carrieres-form .cdi-submit .cdi-submit-text:hover {
  color: #FFFFFF;
}
.history {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 769px;
}
.history .title {
  width: 100%;
  color: #000000;
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
  margin-right: auto;
  margin-left: auto;
}
.cookie-info {
  height: 20px;
  width: 779px;
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 50px;
  margin-left: 20px;
}
.cookie-plus-info a {
  height: 19px;
  width: 98px;
  color: #BF243A !important;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 50px;
  text-decoration: underline;
  text-underline-position: under;
}
.message.global.noscript,
.message.global.cookie {
  height: 65px;
  width: 1200px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 11px 0 #E7E2DD;
  margin: 0 auto;
}
.cookie-button {
  background-color: #BF243A !important;
  float: right;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: capitalize !important;
  height: 45px;
  width: 100px;
  line-height: inherit !important;
}
.cookie-button span {
  height: 19px;
  width: 88.4px;
  color: #FFFFFF;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}
.cookie-action {
  margin-top: 0 !important;
}
.contact-us-title {
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-top: -20px;
  margin-bottom: 100px;
}
.contact-us .info .title {
  font-family: Spectral;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.contact-us .info .line {
  box-sizing: border-box;
  height: 1px;
  width: 89px;
  border: 0.5px solid #000000;
  display: block;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.contact-us .info .description {
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 40px;
  font-weight: normal;
  margin-left: 70px;
}
.contact-us .info .description .subtitle {
  font-weight: 600;
  font-size: 17px;
}
.contact-us .info .description .reserve {
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: oblique;
  line-height: 1.53;
  letter-spacing: normal;
  color: #bf243a;
}
.contact-us .info .description span {
  display: block;
}
.contact-us .success {
  width: 509px;
  height: 124px;
  background-color: rgba(231, 226, 221, 0.3);
}
.contact-us .success .info {
  display: block;
  margin-left: 35px;
}
.contact-us .success .info .icone {
  height: 20px;
  width: 20px;
  padding-top: -1px;
  margin-top: 39px;
}
.contact-us .success .info .message {
  height: 44px;
  width: 410px;
  color: #327240;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  display: block;
  margin-top: -20px;
  margin-left: 35px;
}
.contact-us .success .info .message strong {
  font-weight: bold;
}
.contact-us-form {
  width: 509px;
  height: 1144px;
  background-color: rgba(231, 226, 221, 0.3);
  margin-top: -45px;
}
.contact-us-form label {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: -10px;
  font-weight: normal;
}
.contact-us-form input,
.contact-us-form select {
  box-sizing: border-box;
  border: 0px solid #C6C6C6;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.contact-us-form .box-motif {
  height: 72px;
  width: 472px;
  margin-left: 20px;
  margin-top: 30px;
}
.contact-us-form .box-motif select {
  width: 472px;
  height: 45px;
}
.contact-us-form .box-motif select::-moz-placeholder {
  font-family: Univers;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #aaaaaa;
}
.contact-us-form .box-nom {
  height: 72px;
  width: 261px;
  margin-left: 20px;
  margin-top: 30px;
}
.contact-us-form .box-nom input {
  width: 261px;
  height: 45px;
}
.contact-us-form .box-prenom {
  height: 72px;
  width: 200px;
  margin-left: 20px;
  margin-top: 30px;
}
.contact-us-form .box-prenom input {
  width: 195px;
  height: 45px;
}
.contact-us-form .box-adresse {
  margin-left: 20px;
  margin-top: 30px;
  height: 72px;
  width: 471px;
}
.contact-us-form .box-adresse input {
  width: 471px;
  height: 45px;
}
.contact-us-form .box-adresse .facultatif {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: oblique;
  line-height: 1.43;
  letter-spacing: normal;
}
.contact-us-form .box-email {
  height: 72px;
  width: 261px;
  margin-left: 20px;
  margin-top: 30px;
}
.contact-us-form .box-email input {
  width: 261px;
  height: 45px;
}
.contact-us-form .box-telephone {
  height: 72px;
  width: 151px;
  margin-left: 20px;
  margin-top: 30px;
}
.contact-us-form .box-telephone input {
  width: 151px;
  height: 45px;
}
.contact-us-form .box-message {
  height: 207px;
  width: 472px;
  margin-top: 30px;
}
.contact-us-form .box-message textarea {
  width: 472px;
  height: 180px;
}
.contact-us-form .attachment {
  width: 277px;
  height: 47px;
  background-color: #E7E2DD;
  margin: 30px auto;
  line-height: 22px;
}
.contact-us-form .attachment:hover {
  background: #bf243a;
}
.contact-us-form .attachment .attachment-text {
  height: 22px;
  width: 225.3px;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  text-transform: initial;
}
.contact-us-form .attachment .attachment-text:hover {
  color: #FFFFFF;
}
.contact-us-form .attachment input[type=file] {
  height: 22px;
  width: 308.3px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  position: absolute;
}
.contact-us-form .action.submit.primary {
  width: 353px;
  height: 47px;
  margin-top: 20px;
}
.contact-us-form .action.submit.primary span {
  height: 22px;
  width: 225.3px;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  text-transform: initial;
}
.contact-us-form .action.submit.primary span:hover {
  color: #FFFFFF;
}
.contact-us-form .actions-toolbar .contact-us-submit {
  float: none !important;
}
.contact-us-form .box-informe,
.contact-us-form .box-guide {
  margin-left: 20px;
  margin-bottom: 20px;
}
.contact-us-form .box-informe input,
.contact-us-form .box-guide input {
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  border: 0px solid #C6C6C6;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.contact-us-form .box-informe span,
.contact-us-form .box-guide span {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin-left: 7px;
  font-stretch: normal;
  font-style: normal;
}
.contact-us-form .box-button {
  margin-left: 20px;
  margin-top: 30px;
}
.contact-us-form .box-button .active {
  background-color: rgba(231, 226, 221, 0.3);
}
.contact-us-form .box-button button {
  width: 159px;
  height: 45px;
  border-radius: 2px;
  border: solid 0px #c6c6c6;
  background-color: #ffffff;
  margin-right: -3px;
}
.contact-us-form .box-button button span {
  font-family: Univers;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: capitalize;
}
.contact-us-form .box-button :hover {
  background-color: rgba(231, 226, 221, 0.3);
}
.custom-reseller-pagination .pages .items {
  position: absolute;
  bottom: 0;
  margin-bottom: -32px;
  margin-left: -280px;
}
.presse-page .h1-title {
  color: #000000;
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 43px;
  text-align: center;
}
.presse-page .press-bloc .title-form {
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  margin-right: 46px;
}
.presse-page .press-bloc .press-form {
  height: 969px;
  width: 509px;
  background-color: rgba(231, 226, 221, 0.3);
}
.presse-page .press-bloc .press-form label {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin-left: -10px;
  font-weight: normal;
}
.presse-page .press-bloc .press-form input {
  box-sizing: border-box;
  border: 0px solid #C6C6C6;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.presse-page .press-bloc .press-form .box-nom {
  height: 72px;
  width: 261px;
  margin-left: 15px;
  margin-top: 30px;
}
.presse-page .press-bloc .press-form .box-nom input {
  width: 261px;
  height: 45px;
}
.presse-page .press-bloc .press-form .box-prenom {
  height: 72px;
  width: 195px;
  margin-left: 15px;
  margin-top: 30px;
}
.presse-page .press-bloc .press-form .box-prenom input {
  width: 203px;
  height: 45px;
}
.presse-page .press-bloc .press-form .box-societe {
  margin-left: 15px;
  margin-top: 30px;
  height: 72px;
  width: 261px;
}
.presse-page .press-bloc .press-form .box-societe input {
  width: 261px;
  height: 45px;
}
.presse-page .press-bloc .press-form .box-email {
  height: 72px;
  width: 261px;
  margin-left: 15px;
  margin-top: 30px;
}
.presse-page .press-bloc .press-form .box-email input {
  width: 261px;
  height: 45px;
}
.presse-page .press-bloc .press-form .box-telephone {
  height: 72px;
  width: 151px;
  margin-left: 15px;
  margin-top: 30px;
}
.presse-page .press-bloc .press-form .box-telephone input {
  width: 151px;
  height: 45px;
}
.presse-page .press-bloc .press-form .box-telephone .facultatif {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: oblique;
  line-height: 1.43;
  letter-spacing: normal;
}
.presse-page .press-bloc .press-form .box-message {
  height: 207px;
  width: 472px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-top: 30px;
}
.presse-page .press-bloc .press-form .box-message textarea {
  width: 480px;
  height: 180px;
}
.presse-page .press-bloc .press-form .press-submit {
  height: 47px;
}
.presse-page .press-bloc .press-form .press-submit button.press-submit {
  background-color: #bf243a;
}
.presse-page .press-bloc .press-form .press-submit span {
  height: 22px;
  width: 225.3px;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  text-transform: initial;
  color: #FFFFFF;
}
.presse-page .press-bloc .press-form .box-informe {
  margin-left: 0px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.presse-page .press-bloc .press-form .box-informe input {
  box-sizing: border-box;
  height: 18px;
  width: 18px;
  border: 0px solid #C6C6C6;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.presse-page .press-bloc .press-form .box-informe span {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin-left: 7px;
  font-stretch: normal;
  font-style: normal;
}
.presse-page .press-bloc .press-form .box-button {
  margin-left: 15px;
  margin-top: 30px;
}
.presse-page .press-bloc .press-form .box-button .active {
  background-color: rgba(231, 226, 221, 0.3);
}
.presse-page .press-bloc .press-form .box-button button {
  width: 159px;
  height: 45px;
  border-radius: 2px;
  border: solid 0px #c6c6c6;
  background-color: #ffffff;
  margin-right: -3px;
}
.presse-page .press-bloc .press-form .box-button button span {
  font-family: Univers;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: capitalize;
}
.presse-page .press-bloc .press-form .box-button :hover {
  background-color: rgba(231, 226, 221, 0.3);
}
.presse-page .news-bloc .news-box {
  width: 380px;
  margin-right: 80px;
  float: right;
  margin-bottom: 35px;
  position: relative;
  z-index: 0;
}
.presse-page .news-bloc .news-box .rectangle-img {
  height: 80px;
  width: 80px;
  background-color: rgba(231, 226, 221, 0.5);
  position: absolute;
}
.presse-page .news-bloc .news-box .rectangle-img img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.presse-page .news-bloc .news-box .bloc-title {
  margin-bottom: 10px;
  margin-left: 95px;
}
.presse-page .news-bloc .news-box .bloc-title .title {
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
.presse-page .news-bloc .news-box .bloc-title .date-publish {
  color: #AAAAAA;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
}
.presse-page .news-bloc .news-box .link {
  margin-left: 95px;
}
.presse-page .news-bloc .news-box .link .link-pdf {
  color: #BF243A;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: underline;
  text-underline-position: under;
}
.presse-page .news-bloc .news-box .link .language {
  color: #AAAAAA;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.history .history-description .title {
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.history .history-description .history-info {
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.history .history-description .plus-info {
  color: #BF243A;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: underline;
  text-underline-position: under;
}
.history .history-middle-bloc .left-bloc {
  width: 496px;
  margin-top: 60px;
  margin-left: -140px;
}
.history .history-middle-bloc .left-bloc .event {
  display: block;
  margin-bottom: 25px;
  margin-left: 20px;
}
.history .history-middle-bloc .left-bloc .event .event-year {
  color: #BF243A;
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  padding-right: 5px;
}
.history .history-middle-bloc .left-bloc .event .event-year .black-year {
  color: #000000;
}
.history .history-middle-bloc .left-bloc .event .event-info {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: left;
}
.history .history-middle-bloc .left-bloc .event .bold {
  font-family: Spectral;
  font-weight: bold;
}
.history .history-middle-bloc .left-bloc .ascenseur {
  position: absolute;
  margin-top: 9px;
}
.history .history-middle-bloc .left-bloc .ascenseur .cercle {
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  float: left;
}
.history .history-middle-bloc .left-bloc .ascenseur .plain {
  background-color: #BF243A;
}
.history .history-middle-bloc .left-bloc .ascenseur .line-vertical {
  box-sizing: border-box;
  height: 139px;
  width: 1px;
  border: 1px solid #BF243A;
  display: block;
  margin-top: 8px;
  margin-left: 3px;
}
.history .history-middle-bloc .left-bloc .ascenseur .first {
  height: 142px;
}
.history .history-middle-bloc .left-bloc .ascenseur .second {
  height: 168px;
}
.history .history-middle-bloc .left-bloc .ascenseur .third {
  height: 116px;
}
.history .history-middle-bloc .left-bloc .ascenseur .fourth {
  height: 90px;
}
.history .history-middle-bloc .left-bloc .ascenseur .fifth {
  height: 120px;
}
.history .history-middle-bloc .left-bloc .ascenseur .line-vertical-dashed {
  box-sizing: border-box;
  height: 38px;
  width: 1px;
  border: 1px dashed #000000;
  display: block;
  margin-top: 9px;
  margin-left: 3px;
}
.history .history-middle-bloc .right-bloc {
  margin-top: 60px;
}
.history .history-middle-bloc .right-bloc img {
  max-width: initial;
}
.history .history-middle-bloc .right-bloc .media-box-1 .first {
  height: 251px;
  width: 295px;
}
.history .history-middle-bloc .right-bloc .media-box-1 .second {
  height: 251px;
  width: 224px;
  padding-left: 40px;
}
.history .history-middle-bloc .right-bloc .media-box-1 .custom-margin {
  display: block;
  margin-left: 40px;
}
.history .history-middle-bloc .right-bloc .media-box-2 .third {
  height: 327px;
  width: 491px;
  padding-top: 40px;
}
.history .history-middle-bloc .right-bloc span {
  color: #000000;
  font-family: Univers;
  font-size: 15px;
  font-style: oblique;
  letter-spacing: 0;
  line-height: 18px;
  display: block;
  text-align: left;
  width: 260px;
  margin-top: 5px;
}
.history .convictions {
  margin-top: 140px;
  display: block;
  height: 634px;
  width: 965px;
  background-color: rgba(231, 226, 221, 0.3);
  margin-left: -137px;
}
.history .convictions .title {
  color: #000000;
  font-family: Spectral;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
  margin-top: 55px;
  display: block;
  font-weight: normal;
}
.history .convictions .line {
  box-sizing: border-box;
  height: 1px;
  width: 89px;
  border: 0.5px solid #000000;
  display: block;
  margin-bottom: 30px;
}
.history .convictions .description {
  height: 446px;
  width: 805px;
  margin: 0 auto;
}
.history .convictions .description .paragraph {
  font-family: Univers;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-bottom: 30px;
}
.history .convictions .description .paragraph .subtitle {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.history .savoir-faire .title {
  color: #000000;
  font-family: Spectral;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
  margin-top: 55px;
  display: block;
  font-weight: normal;
}
.history .savoir-faire .line {
  box-sizing: border-box;
  height: 1px;
  width: 89px;
  border: 0.5px solid #000000;
  display: block;
  margin-bottom: 30px;
}
.history .savoir-faire .paragraph {
  height: 208px;
  width: 769px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
.history .savoir-faire .paragraph .description {
  margin-bottom: 30px;
}
.history .bloc-media {
  height: 2137px;
  width: 965px;
  margin-top: 60px;
  margin-left: -137px;
}
.history .bloc-media img {
  max-width: initial;
}
.history .bloc-media .zoom {
  background-image: url(/pub/media/video/icon/combined-shape.svg);
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  opacity: 0;
}
.history .bloc-media #mediaDescktop .modal-dialog {
  width: min-content;
  top: -8%;
}
.history .bloc-media #mediaDescktop .modal-dialog .modal-content {
  background-color: transparent;
  padding: 0;
  border-radius: unset;
  box-shadow: none;
  border: none;
  width: max-content;
  height: max-content;
}
.history .bloc-media #mediaDescktop .modal-dialog .modal-content .picture {
  width: auto;
  max-width: 850px;
  height: 613px;
  float: left;
}
.history .bloc-media #mediaDescktop .modal-dialog .modal-content .description-row {
  width: 230px;
  height: 613px;
  background-color: #ffffff;
}
.history .bloc-media #mediaDescktop .modal-dialog .modal-content .description-row .zoom-text {
  display: block;
  font-family: Univers;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-weight: bold;
  margin-left: 5px;
  position: absolute;
  bottom: 20px;
}
.history .bloc-media #mediaDescktop .modal-dialog .modal-content .description-row .zoom-text.active {
  margin-left: 0px;
  bottom: 240px;
}
.history .bloc-media #mediaDescktop .modal-dialog .modal-content .description-row .zoom-description {
  width: 190px;
  height: 228px;
  font-family: Univers;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  position: absolute;
  bottom: -4px;
  right: 26px;
  text-align: left;
}
.history .bloc-media #mediaDescktop .modal-dialog .modal-content .description-row .close-popup {
  width: 20px;
  height: 20px;
  margin-right: -118px;
  margin-top: -34px;
}
.history .bloc-media .first-box .bloc-left img {
  height: 618px;
  width: 412px;
}
.history .bloc-media .first-box .bloc-left .box1:hover .zoom {
  opacity: 1;
  bottom: 2%;
  left: 34%;
}
.history .bloc-media .first-box .bloc-right .bloc-img-1 .img-1,
.history .bloc-media .first-box .bloc-right .bloc-img-2 .img-1 {
  height: 200px;
  width: 277px;
}
.history .bloc-media .first-box .bloc-right .bloc-img-1 .img-2,
.history .bloc-media .first-box .bloc-right .bloc-img-2 .img-2 {
  margin-top: 10px;
  height: 387px;
  width: 277px;
}
.history .bloc-media .first-box .bloc-right .bloc-img-1 {
  margin-left: 100px;
}
.history .bloc-media .first-box .bloc-right .bloc-img-1 .box2:hover .zoom {
  opacity: 1;
  bottom: 70%;
  left: 40%;
}
.history .bloc-media .first-box .bloc-right .bloc-img-1 .box2 .description {
  display: none;
}
.history .bloc-media .first-box .bloc-right .bloc-img-1 .box3:hover .zoom {
  opacity: 1;
  left: 38%;
  top: 32%;
}
.history .bloc-media .first-box .bloc-img-2 {
  margin-left: 77px;
}
.history .bloc-media .first-box .bloc-img-2 .box4:hover .zoom {
  opacity: 1;
  bottom: 70%;
  left: 40%;
}
.history .bloc-media .first-box .bloc-img-2 .box5:hover .zoom {
  opacity: 1;
  left: 38%;
  top: 32%;
}
.history .bloc-media .second-box {
  margin-top: 7px;
}
.history .bloc-media .second-box .bloc-img-1 .video,
.history .bloc-media .second-box .bloc-img-1 .image {
  width: 709px;
  height: 400px;
  max-width: none;
}
.history .bloc-media .second-box .bloc-img-1 .playpause {
  background-image: url(/pub/media/video/icon/np-play-2667814-000000.svg);
  background-repeat: no-repeat;
  height: 82px;
  width: 82px;
  position: absolute;
  left: 30%;
  right: 0%;
  top: 15%;
  bottom: 20%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.history .bloc-media .second-box .bloc-img-2 {
  padding-left: 165px;
}
.history .bloc-media .second-box .bloc-img-2 img {
  height: 400px;
  width: 277px;
}
.history .bloc-media .second-box .bloc-img-2 .box6:hover .zoom {
  opacity: 1;
  left: 47%;
  bottom: 2%;
}
.history .bloc-media .third-box {
  margin-top: 7px;
}
.history .bloc-media .third-box .bloc-img-1 img {
  height: 622px;
  width: 473px;
}
.history .bloc-media .third-box .bloc-img-1 .box7:hover .zoom {
  opacity: 1;
  top: 40%;
  bottom: 40%;
  left: 40%;
  right: 40%;
}
.history .bloc-media .third-box .bloc-img-2 img {
  height: 295px;
  width: 508px;
}
.history .bloc-media .third-box .bloc-img-2 .img-2 {
  margin-top: 11px;
}
.history .bloc-media .third-box .bloc-img-2 .box8:hover .zoom {
  opacity: 1;
  left: 9%;
  bottom: 55%;
}
.history .bloc-media .third-box .bloc-img-2 .box9:hover .zoom {
  opacity: 1;
  left: 9%;
  top: 50%;
}
.history .bloc-media .fourth-box {
  margin-top: 7px;
}
.history .bloc-media .fourth-box .bloc-img-1 img {
  height: 348px;
  width: 475px;
}
.history .bloc-media .fourth-box .bloc-img-1 .box10:hover .zoom {
  opacity: 1;
  left: 2%;
}
.history .bloc-media .fourth-box .bloc-img-2 img {
  height: 348px;
  width: 508px;
}
.history .bloc-media .fourth-box .bloc-img-2 .box11:hover .zoom {
  opacity: 1;
  left: 2%;
}
.history .bloc-media span {
  margin-top: 3px;
  color: #000000;
  font-family: Univers;
  font-size: 15px;
  font-style: oblique;
  letter-spacing: 0;
  line-height: 18px;
  float: left;
}
.category-title {
  font-family: Spectral;
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-left: 450px;
  width: 100%;
}
.box-news .news-media .playpause {
  background-image: url(/pub/media/video/icon/np-play-2667814-000000.svg);
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  position: absolute;
  opacity: 0.8;
  left: -4%;
  right: 0%;
  top: 7%;
  bottom: 20%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.box-news .news-media img {
  width: 572px;
  height: 348px;
  margin: 0;
}
.page-wrapper.zoom-active {
  background-color: rgba(46, 46, 46, 0.5);
  position: fixed;
  right: 0px;
  top: -216%;
  left: 0px;
  opacity: 1;
  z-index: 9998;
  cursor: pointer;
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99989;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(46, 46, 46, 0.5);
}
/* Modal Content */
.modal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 965px;
  height: 1383px;
  border-radius: 0px;
  top: -6%;
}
.modal-content .popup-title {
  font-family: Spectral;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 30px;
  display: block;
}
.modal-content .popup-info {
  margin: 0 auto;
  width: 805px;
  height: 1230px;
  font-family: Univers;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  display: block;
}
.modal-content .popup-info p {
  margin-bottom: 20px;
}
.modal-content .popup-info span {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.modal-content .close {
  position: absolute;
  right: 85px;
  top: 52px;
}
.modal-content .close .close-menu-newsletter {
  cursor: pointer;
  height: 18px;
  width: 20px;
}
.modal-content .close:hover,
.modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.fotorama__nav-wrap,
.product-info-stock-sku,
.product-reviews-summary {
  display: none !important;
}
h1.page-title {
  margin-bottom: 0px !important;
}
.product-info-main {
  margin-top: 50px;
}
.product-info-main .product-social-links {
  display: none;
}
.product-info-main .price-box {
  text-align: right;
  margin: 0 !important;
}
.product-info-main .price-box .price-container span.price {
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 38px;
  text-align: right;
}
.virtual-qty {
  height: 42px;
  width: 168px;
}
.virtual-qty .qty-btn {
  box-sizing: border-box;
  height: 42px;
  width: 50px;
  border: 0.5px solid #C6C6C6;
  border-radius: 0 2px 2px 0;
  float: left;
  cursor: pointer;
}
.virtual-qty .qty-btn i {
  padding: 10px 18px;
}
.virtual-qty input {
  box-sizing: border-box;
  float: left;
  height: 42px;
  width: 68px !important;
  border: 0.5px solid #C6C6C6 !important;
  background-color: #FFFFFF;
}
.no-padding {
  padding: 0px !important;
}
.product-info-main .fieldset > .field {
  width: 375px;
}
.product-info-main .fieldset > .field .control {
  width: 100% !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.static-position {
  position: static !important;
}
.add-order {
  background-color: #BF243A;
  text-transform: none;
}
.add-order span {
  color: #FFFFFF;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.fetch-reseller {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.media {
  margin-top: 25px;
}
.info-detailed {
  width: 654px;
}
.product-description {
  width: 474px;
  margin-bottom: 20px;
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}
.see-collection {
  margin-bottom: 20px;
}
.see-collection a {
  color: #BF243A;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  box-sizing: border-box;
  border-bottom: 1px solid #BF243A;
}
.designer-collection {
  margin-bottom: 20px;
}
.designer-collection span {
  color: #000000;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 10px;
}
.designer-collection a {
  color: #BF243A;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  box-sizing: border-box;
  border-bottom: 1px solid #BF243A;
}
.clear {
  clear: both;
}
.item {
  margin-right: 25px;
}
.item img {
  margin-top: 15px;
}
.custom-bloc-distributor .distributor-media {
  width: 553px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 70px;
}
.custom-bloc-distributor .distributor-media a {
  color: #BF243A;
  font-family: Univers;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 22px;
  display: block;
  margin-top: 30px;
  text-align: center;
}
.custom-bloc-distributor .distributor-media .line {
  box-sizing: border-box;
  height: 1px;
  width: 303px;
  border: 0.5px solid #BF243A;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.other-dimension {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.other-dimension .content-dimension {
  height: 242px;
  width: 962px;
  margin-left: 62px;
  margin-top: 60px;
}
.other-dimension .content-dimension .item {
  display: grid;
}
.other-dimension .content-dimension .hauteur-tete {
  float: right;
  font-family: Univers;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}
.other-dimension .content-dimension .small-dimension .img-responsive {
  height: 104px;
  width: 119px;
}
.other-dimension .content-dimension .small-dimension .line-dimension {
  height: 90px;
}
.other-dimension .content-dimension .small-dimension .collection-dimension-description {
  margin-top: 10px;
}
.other-dimension .content-dimension .small-dimension .hauteur-tete {
  margin-right: 80px;
  margin-top: 36px;
}
.other-dimension .content-dimension .medium-dimension {
  margin-top: -15px;
}
.other-dimension .content-dimension .medium-dimension .img-responsive {
  height: 124px;
  width: 124px;
}
.other-dimension .content-dimension .medium-dimension .line-dimension {
  height: 110px;
}
.other-dimension .content-dimension .medium-dimension .collection-dimension-description {
  margin-top: 5px;
}
.other-dimension .content-dimension .medium-dimension .hauteur-tete {
  margin-right: 73px;
  margin-top: 45px;
}
.other-dimension .content-dimension .big-dimension {
  margin-top: -32px;
}
.other-dimension .content-dimension .big-dimension .img-responsive {
  height: 128px;
  width: 138px;
}
.other-dimension .content-dimension .big-dimension .line-dimension {
  height: 131px;
}
.other-dimension .content-dimension .big-dimension .collection-dimension-description {
  margin-top: 10px;
}
.other-dimension .content-dimension .big-dimension .hauteur-tete {
  margin-right: 60px;
  margin-top: 57px;
}
.other-dimension .decouvrir-la-collect {
  height: 22px;
  width: 177px;
  color: #BF243A;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}
.other-dimension .collection-grid .collection-detail-info {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 27px;
}
.field.newsletter .control .success .info {
  display: block;
  margin-top: 90px;
  margin-bottom: 60px;
}
.field.newsletter .control .success .info .icone {
  height: 20px;
  width: 20px;
  padding-top: -1px;
  float: left;
  margin-left: 132px;
}
.field.newsletter .control .success .info .message {
  width: 382px;
  height: 44px;
  color: #327240;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  display: block;
  margin: 0 auto;
  text-align: initial;
  margin-left: 165px;
}
.field.newsletter .control .success .info .message strong {
  font-weight: bold;
}
.field.newsletter .control .error .info {
  display: block;
  margin-top: 90px;
  margin-bottom: 60px;
}
.field.newsletter .control .error .info .icone {
  height: 20px;
  width: 20px;
  padding-top: -1px;
  float: left;
  margin-left: 132px;
}
.field.newsletter .control .error .info .message {
  width: 382px;
  height: 44px;
  color: red;
  font-family: Univers;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  display: block;
  margin: 0 auto;
  text-align: initial;
  margin-left: 165px;
}
.field.newsletter .control .error .info .message strong {
  font-weight: bold;
}
.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.pages a.page {
  color: #000000;
}
.pages strong.page {
  color: red;
}
.pages .action {
  border: none;
}
.box-search-content {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease, transform 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease, transform 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
  transition: -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease, transform 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.box-search-content.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box-search-content .burger-content-body {
  background-color: #f5f5f5;
  width: 1200px;
  height: 165px;
  margin-left: -118px;
}
.box-search-content .burger-content-body .minisearch {
  margin-top: 45px;
  margin-left: -70px;
  display: block;
}
.box-search-content .burger-content-body .minisearch .search-input {
  width: 819px;
  height: 22px;
  font-family: Univers;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  background-color: #f5f5f5;
  border: none;
}
.box-search-content .burger-content-body .minisearch .form-label-search {
  cursor: pointer;
  width: 819px;
}
.box-search-content .burger-content-body .minisearch .form-label-search img {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  margin-right: 360px;
}
.custom-header .burger .open-search {
  position: absolute;
  z-index: 6;
  right: 55px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}
.custom-header .burger .open-search img {
  width: 20px;
  height: 20px;
}
.other-color {
  color: #BF243A;
  font-family: Univers;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  text-decoration: underline;
  text-underline-position: under;
  margin-left: 5px;
  display: block;
  margin-bottom: 35px;
}
.product-add-form {
  display: block !important;
}
.bundle-options-wrapper .diffuseur_lumineuse {
  color: #000000;
  font-family: Univers;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}
.bundle-options-wrapper select {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 45px;
  width: 375px;
  border: 0.5px solid #C6C6C6;
  border-radius: 2px;
  background-color: #FFFFFF;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.bundle-options-wrapper select option {
  color: #000000;
}
.bundle-options-wrapper select + i.fa {
  float: right;
  margin-top: -38px;
  margin-right: 2px;
  pointer-events: none;
  padding-right: 5px;
  font-size: 30px;
  line-height: 32px;
  position: absolute;
  right: 107px;
  color: #000000;
}
.bundle-options-wrapper .fieldset .option:first-of-type {
  margin-top: 10px;
}
.bundle-options-wrapper .product-options-bottom {
  margin-top: -70px;
}
