html {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
}
body {
  background: #fff;
  font: normal 16px/22px Georgia, "Times New Roman";
}
a,
a:active,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-weight: normal;
}
h4,
h4 a {
  font-size: 20px;
  line-height: 28px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
ul,
ol {
  margin: 0 0 1em 1em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 30px;
}
ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.hidden,
.svgic.hidden {
  display: none;
}
.dib {
  display: inline-block;
  vertical-align: top;
}
.db {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.cp {
  cursor: pointer;
}
.relative {
  position: relative;
}
.static-important {
  position: static !important;
}
.m-0 {
  margin: 0;
}
.dd_container,
.absolute {
  position: absolute;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block !important;
}
.flex-container {
  display: flex;
}
.grid-container,
.flex-container.grid-container {
  display: grid;
}
.align-items-top {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-left {
  justify-content: flex-start;
}
.justify-content-right {
  justify-content: flex-end;
}
.flex-column {
  flex-direction: column;
}
.space-between {
  justify-content: space-between;
}
.flex-grow1 {
  flex-grow: 1;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.transparent {
  opacity: 0;
}
.pkimg {
  width: 100%;
  height: auto;
}
.horizontal-list ul > li {
  display: inline-block;
  margin-right: 20px;
}
.button,
button {
  background-color: #7a7975;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 1.5em;
  padding: 7px 15px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.button:hover,
button:hover {
  background-color: #e1423c;
}
.header-top > .flex-container {
  align-items: center;
}
.header-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#pattern .page-width,
.menu_width,
.flexmenu_ul,
#product .content-wrapper .product-page-col.page-width {
  margin: 0 auto;
  width: 90%;
}
#content.card-block {
  padding: 0;
}
#main > h2 {
  margin-top: 0;
}
.main-content #content .page-width,
#pattern .page-width .page-width {
  width: 100%;
}
.svgic {
  display: inline-block;
  fill: currentColor;
  height: 20px;
  pointer-events: none;
  vertical-align: top;
  width: 20px;
}
.smooth02 {
  transition: all 0.2s ease-in-out;
}
.smooth05 {
  transition: all 0.5s ease-in-out;
}
.in_progress {
  background-image: url("../svg/loader.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.s-link:hover {
  color: #111;
}
.header-main > div {
  height: 150px;
  align-items: center;
}
#header .cart-preview .body,
.in_progress svg {
  display: none;
}

.header-top > div > div {
  margin-left: 70px;
}
.header-top > div > div:first-child,
.header_user li,
.header_logo,
.user-select {
  margin: 0;
}
.dd_container {
  display: none;
  background: #fff;
  color: #4e4e4e;
  min-width: 220px;
  z-index: 999;
}
.dd_container:not(.pk-sub-menu) li {
  display: block;
  float: none;
  margin: -1px 0 0;
  overflow: hidden;
  padding: 10px 10px 10px 20px;
  position: relative;
  width: auto;
  border: 1px solid #f2f2f2;
  text-align: left;
}
.dd_helper {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
.dd_el:hover .dd_helper {
  display: block;
}
.dd_container:not(.pk-sub-menu) li:hover {
  background-color: #313537;
  border-color: #313537;
  color: #fff;
}
.dd_view {
  background: #fff6d6;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.08),
    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.95);
}
.opt-list.dd_container {
  border: none;
}
.user-select li {
  text-transform: uppercase;
}
.user-select li:first-child {
  border-top-color: #000;
}
.user-select > div {
  z-index: 99;
}
.user-select li a {
  color: inherit;
}
.lang-select li img {
  margin-right: 10px;
}

.lang-select .dd_container,
.curr-select .dd_container {
  left: 50%;
  transform: translateX(-50%);
}
.currencies li {
  cursor: pointer;
}

.header_user {
  padding-top: 0px;
  margin: 0;
  list-style: none;
}
.header_user li .svgic {
  display: none;
}
.header_user .svgic-login {
  margin-top: 8px;
}
.header_logo span.logo {
  font: normal 38px/1em Georgia;
  letter-spacing: 0.1em;
}
.header_logo img.logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.logo-center .header_logo {
  text-align: center;
}

#index.header-absolute #header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
body:not(#index) .header-1 {
  border-bottom: 2px solid #313537;
}
.header-1 .logo-left .header-nav {
  order: 1;
}
.header-1 .logo-left .header_logo {
  order: 0;
  text-align: left;
  flex-grow: 1;
}
.header-1 .logo-left .search_widget {
  order: 2;
}
.header-1 #search_widget form {
  justify-content: flex-end;
}
.header-1 #pk_top_menu {
  height: 100%;
}
.logo-left .flexmenu-container,
.logo-left #pk_top_menu {
  order: 1;
}
.logo-left .header-right-side {
  order: 2;
  flex-grow: 0;
}

.header-top a {
  color: inherit;
}

/* HEADER 1 */
.header-1 .pk-menu-horizontal > ul {
  padding: 0;
}
.header-1 .header-top .page-width > div:first-child,
.header-1 .logo-center .header_logo {
  flex-grow: 1;
}
.header-1 .header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-1 .flexmenu-container,
.header-1 #pk_top_menu,
.header-1 .header-right-side {
  width: 40%;
}
.header-1 .logo-left .flexmenu-container,
.header-1 .logo-left #pk_top_menu,
.header-1 .logo-left .header-right-side {
  width: auto;
}
.header-1 .logo-left .flexmenu-container,
.header-1 .logo-left #pk_top_menu {
  margin-right: 30px;
}
.header-1 .header-nav {
  display: flex;
  justify-content: flex-end;
}
.header-1 .header-nav > div {
  margin-left: 60px;
}
.header-1 .header-nav > div:first-child {
  margin: 0;
}
.header-1 #search_widget {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
}
.header-1 .header-right-side {
  padding: 11px 0;
}
.header-1 .flexmenu > ul {
  margin-left: 0;
}
.header-1 .sticky .flexmenu {
  margin: 0 auto;
  max-width: 1500px;
}
.header-1 .sticky .flexmenu_ul {
  margin-left: 25px;
}
@media (max-width: 1023px) {
  .header-1 .header-top > div > div:not(:first-child),
  .header-1 .pk_cl > ul > li:not(:first-child),
  .header-1 .header-nav > div {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  #header.header-1 .pk-menu-horizontal {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 801px) {
  .product_list .product-miniature {
    width: 23%;
    margin-right: 2.66%;
  }
  .view_grid .product-miniature:nth-child(4n + 4) {
    margin-right: 0;
  }
}
@media (max-width: 800px) and (min-width: 501px) {
  .left-section .product-image-link {
    width: 50%;
    float: left;
    margin-right: 5%;
  }
  .product_list .product-miniature {
    width: 32%;
    margin-right: 3%;
  }
  #category .product-miniature:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  #pattern .page-width,
  .menu_width,
  .flexmenu_ul {
    width: 95%;
  }
  #header .header-main > .page-width {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header-1 .header-main .flexmenu .submenu {
    top: 30px;
  }
  .header-1 .flexmenu .menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-1 .flexmenu-container,
  .header-1 #pk_top_menu {
    position: relative;
  }
  #pattern .header-1 .header-main > .page-width {
    flex-direction: column;
    align-items: center;
  }
  .header-1 .flexmenu-container,
  .header-1 #pk_top_menu {
    order: 3;
  }
  .header-1 .flexmenu > ul,
  .header-1 .header-nav {
    justify-content: center;
    width: 100%;
  }
  .header-1 .header-nav {
    margin-bottom: 15px;
  }
  .header-1 #search_widget {
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
    z-index: 1;
    width: 100%;
    max-width: 488px;
  }
  value,
  attr,
  form,
  id,
  name,
  full_name,
  disabled,
  label,
  label_format,
  multipart,
  block_prefixes,
  unique_block_prefix,
  translation_domain,
  cache_key,
  clicked #header.header-1 .header_user {
    margin-left: 0;
  }
  .header-1 .header_logo {
    margin: 0 0 20px;
  }
  .header-1 .flexmenu-container,
  .header-1 #pk_top_menu,
  .header-1 .header-right-side,
  body .products-sort-order .select-title,
  body .products-sort-order .dropdown-menu,
  .header-1 .flexmenu .menu_width {
    width: 100%;
  }
  .header-1 #search_widget > form {
    width: 100%;
    height: 42px;
  }
  .header-1 .pk_customlinks,
  #header.header-1 .header-nav .blockcart {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0;
  }
  .header-1 .main-search-link {
    display: none;
  }
  .header-1 .icon_menu {
    margin: 0 auto 10px;
  }
  #pattern .footer-main {
    padding: 40px 0;
  }
  .products-selection .col-md-6,
  .products-selection .sort-by-row,
  .products-sort-order {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .sort-by-row .select-title {
    width: 200px;
  }
  body .view_list .product-thumbnail {
    min-width: 180px;
  }
  body #pattern .view_list .product-miniature {
    margin-bottom: 30px;
  }
  #category #pattern #left-column #search_filters_wrapper {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .header-1 .header-short-message {
    display: none;
  }
  .header-1 .header-top > .page-width {
    padding: 0;
    justify-content: center;
  }
  .header-1 .pk_cl li {
    position: static;
  }
  .header-1 .pk_cl .dd_container {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
  #header.header-1 .header-nav .blockcart .header {
    position: static;
  }
  .header-1 #desktop_cart .shopping_cart {
    max-width: 100%;
    right: 50%;
    transform: translateX(50%);
  }
}

/* HEADER 2 */
.header-2 .header-top .page-width > div:first-child,
.header-2 .logo-center .header_logo {
  flex-grow: 1;
}
.header-2 .header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-2 .logo-left .flexmenu-container,
.header-2 .logo-left #pk_top_menu,
.header-2 .logo-left .header-right-side {
  width: auto;
}
.header-2 .logo-left .flexmenu-container,
.header-2 .logo-left #pk_top_menu {
  margin-right: 30px;
}
.header-2 .header-nav {
  display: flex;
  justify-content: flex-end;
}
.header-2 .header-nav > div,
.header-2 .icons-true .pk_cl > ul > li {
  margin-left: 36px;
}
.header-2 #search_widget {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.header-2 .header-nav > div:first-child {
  margin: 0;
}
.header-2 .header-right-side {
  padding: 11px 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-2 .header-nav .svgic {
  width: 17px;
  height: 17px;
}
.header-2 .header-nav #desktop_cart .svgic {
  width: 19px;
  height: 19px;
}
#header #desktop_cart .remove-product svg {
  color: #444;
  width: 10px;
  height: 10px;
}
#header #desktop_cart .remove-product:hover svg {
  color: #000;
}
.header-2 #top-menu > li:first-child > a {
  padding-left: 0;
}
@media (min-width: 1800px) {
  .header-2 #search_widget {
    margin-right: 50px;
  }
}
@media (max-width: 800px) {
  .header-2 .header-main > .page-width {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 30px 0;
  }
  .header-2 .header-right-side {
    justify-content: flex-start;
    width: 100%;
  }
  .header-2 #search_widget {
    max-width: 488px;
  }
  .header-2 .header_logo {
    margin-bottom: 15px;
    align-self: center;
  }
  .header-2 .header-short-message {
    display: none;
  }
  .header-2 .header-top > div > div {
    margin-left: 0px;
  }
  .header-2 .header-top > .page-width {
    justify-content: space-around;
  }
}
@media (max-width: 500px) {
  .header-2 .header-right-side {
    flex-direction: column;
  }
  .header-2 #search_widget {
    margin-bottom: 20px;
  }
  .header-2 .pk_cl li:first-child {
    margin-left: 0;
  }
  .header-2 .header-nav {
    position: relative;
    width: 100%;
    justify-content: center;
  }
  .header-2 .pk_cl li {
    position: static;
  }
  .header-2 .pk_cl .dd_container {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
  .header-2 .header-top {
    font-size: 12px;
    letter-spacing: 0;
  }
  .header-2 #desktop_cart .header {
    position: static;
  }
  .header-2 .shopping_cart {
    width: 100%;
  }
  #wrapper {
    flex-direction: column;
  }
  #wrapper #left-column {
    order: 2;
  }
  #wrapper .content-wrapper {
    order: 1;
  }
  #pattern .footer-main .page-width > div {
    width: 100%;
    margin: 0 0 40px;
  }
  #pattern .footer-main {
    padding: 30px;
  }
}

/* HEADER 3 */
.header-3 .header_logo {
  flex-grow: 1;
}
.header-3 .header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-3 .header-nav {
  display: flex;
  justify-content: flex-end;
  margin-left: 40px;
}
.header-3 .header-nav > div {
  margin-left: 40px;
}
.header-3 #search_widget {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.header-3 .header-nav > div:first-child {
  margin: 0;
}
.header-3 .header-right-side {
  padding: 11px 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-3 .header-nav .svgic {
  width: 16px;
  height: 16px;
}
.header-3 .flexmenu > ul {
  justify-content: flex-start;
}
@media (min-width: 1800px) {
  .header-3 #search_widget {
    margin-right: 20px;
  }
}
@media (max-width: 800px) {
  #header.header-3 {
    height: auto !important;
  }
  .header-3 .header-main > .page-width {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 30px 0;
  }
  .header-3 #search_widget {
    max-width: 488px;
    margin: 0 auto 25px;
  }
  .header-3 .header_logo {
    margin-bottom: 15px;
    align-self: center;
  }
  .header-3 .header-nav {
    justify-content: center;
    position: relative;
    margin: 0;
  }
  .header-3 .pk_cl li:first-child {
    margin-left: 0;
  }
  .header-3 .pk_cl .dd_container {
    width: 100%;
    max-width: 300px;
  }
  #header.header-3 .header-nav .blockcart .header,
  .header-3 .pk_cl li {
    position: static;
  }
  .header-3 #desktop_cart .shopping_cart {
    max-width: 100%;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 1200px) {
  .header-3 #search_widget input[type="text"] {
    width: 400px;
  }
}
#header .headerbuilder .header-3 .svgic {
  width: 18px;
  height: 18px;
}
/* HEADER #4 */
.header-4 {
  margin-bottom: 30px;
}
.header-4 .logo-left .header-nav {
  order: 1;
}
.header-4 .logo-left .header_logo {
  order: 0;
  text-align: left;
  flex-grow: 1;
}
.header-4 .logo-left .search_widget {
  order: 2;
}
.header-4 .header-top .page-width > div:first-child,
.header-4 .logo-center .header_logo {
  flex-grow: 1;
}
.header-4 .header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-4 #search_widget,
.header-4 .header-right-side {
  width: 300px;
}
.header-4 .logo-left .flexmenu-container,
.header-4 .logo-left #pk_top_menu,
.header-4 .logo-left .header-right-side {
  width: auto;
}
.header-4 .logo-left .flexmenu-container,
.header-4 .logo-left #pk_top_menu {
  margin-right: 30px;
}
.header-4 .header-nav {
  display: flex;
  justify-content: flex-end;
}
.header-4 .header-nav > div {
  margin-left: 40px;
}
.header-4 .header-nav > div:first-child {
  margin: 0;
}
.header-4 .header-right-side {
  padding: 11px 0;
}
.header-4 .flexmenu > ul {
  margin-left: 0;
  justify-content: center;
}
.header-4 #search_widget {
  max-width: 300px;
  position: relative;
}
.header-4 #search_widget input[type="text"] {
  float: none;
}
.header-4 .flexmenu,
.header-4 #top-menu {
  border-bottom: 4px solid #333;
  margin-bottom: 2px;
}
.header-4 .flexmenuitem > a {
  margin-bottom: 20px;
}
.header-4 .flexmenu-container,
.header-4 #pk_top_menu {
  border-bottom: 1px solid #b0b0b0;
  height: auto;
}
.header-4 .top-menu {
  justify-content: center;
}
.header-4 .flexmenu_ul {
  width: 100%;
}
.header-4 .header-main2 {
  border-bottom: 1px solid #b0b0b0;
}
.header-4 .sticky {
  left: 50%;
  transform: translateX(-50%);
}
.header-4 .sticky .flexmenuitem > a {
  margin-top: 20px;
}
#header.header-4 .flexmenu-container.sticky {
  padding: 0;
}
#header.header-4 .header-nav .blockcart .header svg {
  width: 17px;
  height: 17px;
}
.header-4 .sticky .flexmenu > ul {
  max-width: 100%;
}
@media (min-width: 1280px) {
  body .pk-menu-horizontal li.level-1 > a {
    padding: 15px 40px;
  }
}
@media (max-width: 1023px) {
  #pattern .header-4 .header-main > .page-width {
    padding-left: 0;
    padding-right: 0;
  }
  .header-4 .header-top > div > div:not(:first-child),
  .header-4 .pk_cl > ul > li:not(:first-child),
  .header-4 .header-nav > div {
    margin-left: 20px;
  }
}
@media (max-width: 800px) {
  #pattern .page-width,
  .menu_width,
  .flexmenu_ul {
    width: 95%;
  }
  #header .header-main > .page-width {
    height: auto;
    padding: 30px 0;
  }
  .header-4 .header-main .flexmenu .submenu {
    top: 30px;
  }
  .header-4 .flexmenu .menu_width {
    width: 100%;
  }
  .header-4 .flexmenu .menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-4 .flexmenu-container,
  .header-4 #pk_top_menu {
    position: relative;
  }
  #pattern .header-4 .header-main > .page-width {
    flex-direction: column;
    align-items: center;
  }
  .header-4 .flexmenu-container,
  .header-4 #pk_top_menu {
    order: 3;
  }
  .header-4 .flexmenu > ul,
  .header-4 .header-nav {
    justify-content: center;
    width: 100%;
  }
  .header-4 #search_widget {
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
    z-index: 1;
    width: 100%;
  }
  #header.header-4 .header_user {
    margin-left: 0;
  }
  .header-4 .header_logo {
    margin: 0 0 20px;
  }
  .header-4 .flexmenu-container,
  .header-4 #pk_top_menu,
  .header-4 .header-right-side {
    width: 100%;
  }
  .header-4 #search_widget {
    max-width: 488px;
    margin: 20px auto;
    width: 100%;
  }
  .header-4 #search_widget > form {
    width: 100%;
    height: 42px;
  }
  .header-4 .pk_customlinks,
  #header.header-4 .header-nav .blockcart {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0;
  }
  .header-4 .main-search-link {
    display: none;
  }
}
@media (max-width: 500px) {
  .header-4 .header-short-message {
    display: none;
  }
  .header-4 .header-top > .page-width {
    padding: 0;
    justify-content: center;
  }
  .header-4 .pk_cl li {
    position: static;
  }
  .header-4 .pk_cl .dd_container {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
  #header.header-4 .header-nav .blockcart .header {
    position: static;
  }
  .header-4 #desktop_cart .shopping_cart {
    max-width: 100%;
    right: 50%;
    transform: translateX(50%);
  }
}

/* HEADER 5 */
.header-5 .header_logo {
  flex-grow: 1;
}
.header-5 .header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-5 .header-nav {
  display: flex;
  justify-content: flex-end;
}
.header-5 .header-nav > div {
  margin-left: 40px;
}
.header-5 #search_widget {
  position: relative;
  width: 100%;
  max-width: 260px;
}
.header-5 .header-nav > div:first-child {
  margin: 0;
}
.header-5 .header-right-side {
  padding: 11px 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-5 .header-nav .svgic {
  width: 19px;
  height: 19px;
  transform: scale(0.8);
}
.header-5 .header-nav {
  margin-left: 10px;
}
.header-5 .flexmenu-container,
.header-5 #pk_top_menu {
  margin-right: 20px;
}
.header-5 .flexmenu > ul {
  justify-content: flex-start;
  margin-right: 30px;
}
body:not(#index) .header-5 {
  border-bottom: 2px solid #313537;
}
body .header-5 .flexmenu > ul > li > a {
  padding: 0 35px;
}
@media (max-width: 500px) {
  #header .header-main > .page-width {
    flex-direction: column;
  }
  .header-5 .icons-true .pk_cl > ul > li,
  .header-5 .header-nav > div {
    margin: 0 15px;
  }
  .header-5 .header-nav {
    margin: 20px 0 0 0;
  }
  .header-5 .flexmenu > ul.flexmenu_ul {
    margin-top: 90px;
  }
}

/* HEADER 6 */
.header-6 .header_logo {
  flex-grow: 1;
}
.header-6 .header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-6 .header-nav {
  display: flex;
  justify-content: flex-end;
}
.header-6 #search_widget {
  position: relative;
  width: 30%;
  max-width: 450px;
}
.header-6 #search_widget .svgic {
  right: 0;
}
.header-6 #search_widget input[type="text"] {
  text-transform: uppercase;
  font-family: "Archivo Narrow";
  font-size: 12px;
  letter-spacing: 0.15em;
  padding-top: 11px;
  padding-bottom: 11px;
}
.header-6 .icons-true .pk_cl > ul > li,
.header-6 .header-nav > div {
  margin-left: 30px;
}
.header-6 .header-nav > div:first-child {
  margin: 0;
}
.header-6 .header-right-side {
  padding: 11px 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-6 .header-nav .svgic {
  width: 19px;
  height: 19px;
  transform: scale(0.8);
}
.header-6 .sticky {
  left: 50%;
  transform: translateX(-50%);
}
.header-6 .header-nav {
  margin-left: 10px;
}
.header-6 .flexmenu-container,
.header-6 #pk_top_menu {
  margin-right: 20px;
}
.header-6 .flexmenu > ul {
  justify-content: flex-start;
  margin-right: 30px;
}
body:not(#index) .header-6 {
  border-bottom: 2px solid #313537;
}
body .header-6 .flexmenu > ul > li > a {
  padding: 0 40px;
}
.header-6 .header-bottom {
  background: #313537;
  color: #e2e2e2;
}
.header-6 .header-bottom .page-width {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header-6 .header-main > div {
    flex-direction: column;
  }
  .header-6 .header-main > .flexmenu-container,
  .header-6 .header-main > #pk_top_menu {
    margin-right: 0;
  }
  .header-6 .header-nav {
    margin: 0;
  }
  .header-6 .icons-true .pk_cl > ul > li,
  .header-6 .header-nav > div {
    margin: 0 15px;
  }
  .header-6 .pk_customlinks > ul > li,
  #header.header-6 .header-nav .blockcart .header {
    position: static;
  }
  .header-6 .flexmenu > ul.flexmenu_ul {
    top: 90px;
  }
  .header-6 .header-main .pk_customlinks .dd_container,
  .header-6 .header-main .icons-true #desktop_cart .shopping_cart {
    top: 157px !important;
  }
  .header-6 .header-bottom > .flex-container {
    flex-direction: column;
    height: auto;
  }
  .header-6 .header-bottom > .flex-container > *,
  .header-6 #search_widget {
    width: 100%;
  }
  .header-6 .header-bottom .ps_categorytree .module-title,
  .header-6 .header-bottom #search_widget {
    border: none;
    padding: 0;
  }
  .header-6 .header-bottom .ps_categorytree,
  .header-6 .header-bottom #custom-text {
    padding: 15px 0 15px 20px;
    text-align: left;
  }
}

/* HEADER 7 */
.header-7 .header-nav {
  display: flex;
  justify-content: flex-end;
}
.header-7 .header-right-side {
  padding: 11px 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-7 .icon-element {
  flex-direction: column;
}
#header.header-7 .dd_container {
  top: 100% !important;
}
@media (max-width: 800px) {
  .header-2 .header-main > .page-width {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 30px 0;
  }
  .header-2 .header-right-side {
    justify-content: flex-start;
    width: 100%;
  }
  .header-2 #search_widget {
    max-width: 488px;
  }
  .header-2 .header_logo {
    margin-bottom: 15px;
    align-self: center;
  }
  .header-2 .header-short-message {
    display: none;
  }
  .header-2 .header-top > div > div {
    margin-left: 0px;
  }
  .header-2 .header-top > .page-width {
    justify-content: space-around;
  }
}
@media (max-width: 500px) {
  .header-2 .header-right-side {
    flex-direction: column;
  }
  .header-2 #search_widget {
    margin-bottom: 20px;
  }
  .header-2 .pk_cl li:first-child {
    margin-left: 0;
  }
  .header-2 .header-nav {
    position: relative;
    width: 100%;
    justify-content: center;
  }
  .header-2 .pk_cl li {
    position: static;
  }
  .header-2 .pk_cl .dd_container {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
  .header-2 .header-top {
    font-size: 12px;
    letter-spacing: 0;
  }
  .header-2 #desktop_cart .header {
    position: static;
  }
  .header-2 .shopping_cart {
    width: 100%;
  }
  #wrapper {
    flex-direction: column;
  }
  #wrapper #left-column {
    order: 2;
  }
  #wrapper .content-wrapper {
    order: 1;
  }
  #pattern .footer-main .page-width > div {
    width: 100%;
    margin: 0 0 40px;
  }
  #pattern .footer-main {
    padding: 30px;
  }
}
.shopping_cart {
  text-align: left;
}
#search_widget input[type="text"] {
  width: 100%;
  max-width: 488px;
  line-height: 20px;
  padding: 9px 20px;
  border-radius: 20px;
  margin: 0;
  border: 1px solid #f2f2f2;
  float: right;
  color: inherit;
  font-size: 14px;
  font-family: Roboto, Arial;
  letter-spacing: 0.025em;
}
.show-search #search_widget,
.show-search-2 #search_widget {
  display: block;
  opacity: 1;
  z-index: 9;
}
#search_widget label .svgic-search {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
#search_widget.popup_search label .svgic-search {
  width: 30px;
  height: 30px;
}
#search_widget button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0;
}
#content #search_widget {
  width: 300px;
  margin: 0 auto;
  height: 40px;
  position: relative;
}
#search_widget.popup_search {
  position: absolute;
  top: 50%;
  z-index: 99999;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 90%;
}
#search_widget.popup_search input[type="text"] {
  width: 100%;
  max-width: 100%;
  padding: 30px;
  font-size: 20px;
  background-position: 100% 50%;
}
#search_widget.popup_search2 .svgic {
  height: 50%;
  top: 50%;
  width: auto;
  max-width: 10%;
  transform: translateY(-50%);
  right: 30px;
}
.popup_search .search_list {
  border-top: 1px solid #ccc;
}
#search_widget.popup_search button {
  width: auto;
  max-width: 10%;
  padding: 0 20px;
}
.gs-popup-search .pk_search_result .mini-product .thumbnail {
  width: 150px;
}
#search_widget:not(.popup_search) .search-no-result {
  position: absolute;
  font-size: 13px;
}
.gs-popup-search .pk_search_result {
  max-width: 800px;
  z-index: 999;
  border: 1px solid #eee;
  border-top: none;
  width: 100%;
}
.gs-popup-search .pk_search_result .product-title {
  margin: 25px 0 20px;
  font-size: 20px;
}
.gs-popup-search #search_widget input[type="text"] {
  border-radius: 0;
}
.fadeContent {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.shopping_cart {
  right: 0;
  width: 380px;
}
.shopping_cart .indent {
  padding: 30px 25px;
}
.shopping_cart .indent > .flex-container {
  padding-top: 28px;
}
.shopping_cart .cart-total {
  flex-grow: 1;
  font-size: 13px;
  color: #444;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.shopping_cart .cart-total > div {
  line-height: 24px;
}
.shopping_cart .cart-button {
  width: 120px;
}
.shopping_cart .cart-button .btn {
  width: 100%;
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: inherit;
  letter-spacing: 0.1em;
}
.shopping_cart .remove-product {
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
}
.shopping_cart .remove-product .svgic {
  width: 13px;
  height: 13px;
}
.shopping_cart .price span {
  font-style: normal;
}
.shopping_cart .cart-button .btn:first-child {
  margin-bottom: 10px;
}
/* SIDEBAR */
.sidebar {
  font-size: 0.9375em;
}
.sidebar > * {
  margin-top: 50px;
}
.sidebar > .rev_slider_wrapper {
  margin-top: 50px !important;
}
.sidebar > *:first-child {
  margin-top: 0 !important;
}
.sidebar .module-title {
  border-bottom: 2px solid #313537;
  margin: 0;
  padding-bottom: 20px;
  display: flex;
}
.sidebar section ul {
  margin: 0;
  padding: 0;
}
.sidebar section ul li {
  border-top: 1px solid #f3f3f3;
  padding: 10px 0 10px 10px;
}
.sidebar section ul ul {
  font-size: 15px;
}
.sidebar section ul ul li {
  padding: 5px 0 5px 10px;
}
.sidebar section ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.sidebar section ul li.root_li {
  padding: 0;
  border: none;
}
.root_li ul li div {
  display: none;
}
.ps_categorytree .module-body {
  border-top: 1px solid #313537;
  margin-top: 1px;
  padding-top: 10px;
}
.ps_categorytree .category-tree li {
  padding: 10px 0 10px 9px;
}
.root_li li:last-child img {
  width: 16px;
}
.header-bottom {
  font-size: 12px;
  color: #e2e2e2;
  letter-spacing: 0.15em;
}
.header-bottom .ps_categorytree {
  height: 100%;
  width: 30%;
  max-width: 400px;
}
.header-bottom .ps_categorytree .module-title {
  margin: 0;
  color: inherit;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: inherit;
  letter-spacing: inherit;
  padding-right: 40px;
  border-right: 1px solid rgba(214, 214, 214, 0.1);
}
.header-bottom #search_widget {
  border-left: 1px solid rgba(214, 214, 214, 0.1);
}
.header-bottom .ps_categorytree .module-title .svgic {
  width: 17px;
  height: 17px;
}
.header-bottom .ps_categorytree .module-body {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  max-width: 400px;
  padding: 0;
  z-index: 99;
}
.header-bottom .ps_categorytree .category-tree ul {
  margin: 0;
  list-style: none;
}
.header-bottom .ps_categorytree .category-tree .root_li {
  padding: 0;
}
.header-bottom .ps_categorytree li {
  color: #333;
}
.header-bottom .ps_categorytree .category-tree .root_li li svg {
  width: 15px;
  height: 15px;
}
.header-bottom .ps_categorytree .category-tree .root_li li {
  padding: 10px 30px;
  font-size: 15px;
  letter-spacing: 0;
}
.header-bottom .ps_categorytree .category-tree .root_li li:hover {
  background-color: #f5f5f5;
}
.header-bottom .ps_categorytree .category-tree .root_li li div {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}
.header-bottom .ps_categorytree .category-tree .root_li li div li {
  padding-left: 0;
  padding-right: 0;
}
.header-bottom #custom-text {
  background: none;
  margin: 0;
  padding: 0;
}
.ps_categorytree .category-tree .root_li li div {
  padding-top: 10px;
}
.ps-li-container,
.catmenu-trigger {
  align-items: center;
}
.ps-li-container > a:first-child,
.sidebar .module-title span,
.header-bottom .ps_categorytree .module-title span {
  flex-grow: 1;
}
.cat_menu_thumb .svgic {
  width: 16px;
  height: 16px;
}
.module-body,
.sidebar .widget-inner {
  padding: 25px 0 0 0;
}
.sidebar ul {
  list-style: none;
  margin: 0;
}
.sidebar .menu ul li {
  font-size: 15px;
  line-height: 1em;
  border-bottom: 1px solid #f3f3f3;
  padding: 15px 9px;
  position: relative;
}
.menu .menu-images-container {
  position: absolute;
  top: 15px;
  right: 0;
}
/* PRODUCT GRID */

@supports (display: grid) {
  .view_grid .product_list .grid-container > article {
    width: 100%;
    margin-right: 0;
  }
  .view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-column-gap: 40px;
  }
  .product-grid-2 .view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .product-grid-3 .view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .product-grid-4 .view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .product-grid-5 .view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
  .product-grid-6 .view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
@supports not (display: grid) {
  .product-grid-6 .view_grid .product_list .grid-container > article {
    width: 16%;
  }
  .product-grid-5 .view_grid .product_list .grid-container > article {
    width: 19%;
  }
  .product-grid-4 .view_grid .product_list .grid-container > article {
    width: 24%;
  }
  .product-grid-3 .view_grid .product_list .grid-container > article {
    width: 32%;
  }
  .product-grid-2 .view_grid .product_list .grid-container > article {
    width: 49%;
  }
  @media (max-width: 1024px) {
    .product-grid-6 .view_grid .product_list .grid-container > article {
      width: 32%;
    }
    .product-grid-5 .view_grid .product_list .grid-container > article {
      width: 32%;
    }
    .product-grid-4 .view_grid .product_list .grid-container > article {
      width: 47%;
    }
    .product-grid-3 .view_grid .product_list .grid-container > article {
      width: 47%;
    }
    .product-grid-2 .view_grid .product_list .grid-container > article {
      width: 47%;
    }
  }
}
.products {
  display: flex;
  flex-wrap: wrap;
}
#products .products {
  justify-content: space-around;
}
.view_list .grid-container > article {
  width: 100%;
}
/* PRODUCT LIST */
.view_list #js-product-list .product-miniature {
  width: 100%;
}
.view_list .thumbnail-container {
  display: flex;
}
.view_list .product-desc-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 30px 80px 0 0;
}
.view_list .product-description-short {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5em;
}
.view_list .product-thumbnail {
  min-width: 220px;
  width: 220px;
  margin-right: 30px;
  margin-bottom: 0;
  align-self: flex-start;
}
.view_list .short-desc {
  clear: both;
  width: 100%;
}
.view_list .product-flags {
  right: auto;
  left: 10px;
}
.pm-details-layout1 #pattern .view_grid .product-miniature .product-title {
  width: 70%;
  float: left;
}
.pm-details-layout1
  #pattern
  .view_grid
  .product-miniature
  .product-price-and-shipping {
  width: 30%;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 2px;
  right: 0;
  position: absolute;
}
.pm-details-layout1
  #pattern
  .view_grid
  .product-miniature
  .product-price-and-shipping
  > span {
  margin: 0;
}
.pm-details-layout2 #pattern .view_grid .product-description {
  display: flex;
  flex-direction: column;
}
.pm-details-layout2 #pattern .view_grid .product-description .hook-reviews {
  order: 1;
  position: absolute;
  right: 0;
}
.pm-details-layout2 #pattern .view_grid .product-description .product-brand {
  order: 2;
  width: calc(100% - 70px);
}
.pm-details-layout2 #pattern .view_grid .product-description .product-title {
  order: 3;
}
.pm-details-layout2
  #pattern
  .view_grid
  .product-description
  .product-price-and-shipping {
  order: 4;
}
.pm-details-layout2 #pattern .view_grid .product-description .short-desc {
  order: 5;
}

.pm-details-layout3 #pattern .view_grid .product-desc-wrap {
  display: flex;
  flex-direction: column;
}
.pm-details-layout3 #pattern .view_grid .highlighted-informations {
  order: 1;
}
.pm-details-layout3 #pattern .view_grid .product-description {
  order: 2;
  margin: 0;
}
.pm-details-layout3 .product-thumbnail {
  margin-bottom: 28px;
}

.pm-details-layout4 #pattern .view_grid .product-description {
  display: flex;
  flex-direction: column;
}
.pm-details-layout4
  #pattern
  .view_grid
  .product-description
  .product-price-and-shipping {
  order: 0;
}
.pm-details-layout4 #pattern .view_grid .product-description .product-title {
  order: 1;
  margin-bottom: 15px;
}
.pm-details-layout4 #pattern .view_grid .product-description .short-desc {
  order: 2;
}
.pm-details-layout4 #pattern .view_grid .product-description .hook-reviews {
  order: 3;
}

.pm-details-layout5 #pattern .view_grid .product-miniature .product-title {
  width: 60%;
  float: right;
}
.pm-details-layout5
  #pattern
  .view_grid
  .product-miniature
  .product-price-and-shipping {
  width: 35%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  left: 0;
  position: absolute;
}
.pm-details-layout5 #pattern .view_grid .product-miniature .product-brand,
.pm-details-layout5
  #pattern
  .view_grid
  .product-miniature
  .highlighted-informations,
.pm-details-layout5 #pattern .view_grid .product-miniature .hook-reviews {
  margin-left: 40%;
}
.pm-details-layout5
  #pattern
  .view_grid
  .product-miniature
  .product-price-and-shipping
  > span {
  margin: 0;
}
.pm-details-layout5
  #pattern
  .view_grid
  .product-miniature
  .product-description {
  position: relative;
  overflow: hidden;
}
.pm-details-layout5
  #pattern
  .view_grid
  .product-miniature
  .product-description:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #f5f5f5;
  top: 0;
  left: 33%;
}

.view_list .product-description {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.view_list .product-description .hook-reviews {
  order: 5;
}
.view_list .product-description .product-brand {
  order: 1;
}
.view_list .product-description .product-title {
  order: 2;
}
.view_list .product-description .product-price-and-shipping {
  order: 4;
}
.view_list .product-description .short-desc {
  order: 3;
}

#js-product-list > .flex-container {
  flex-wrap: wrap;
}
.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* PRODUCT MINI */
.mini-product {
  margin-top: 20px;
}
.mini-product .price span {
  color: #aaa;
  font-size: 80%;
  font-style: italic;
}
.mini-product .product-title {
  font-family: inherit;
  font-size: 14px;
  line-height: 17px;
  color: inherit;
  margin-bottom: 10px;
  margin-right: 25px;
}
.mini-product .product-description {
  flex-grow: 1;
  width: calc(100% - 97px);
}
.product-description {
  max-width: 1200px;
  margin: 0 auto;
}
.hook-reviews {
  clear: both;
  margin-bottom: 10px;
}
.hide-reviews .grade-stars-list {
  display: none;
}
.mini-product:first-child {
  margin-top: 0;
}
.mini-product .thumbnail-container,
.micro-product .thumbnail-container {
  display: flex;
}
.mini-product .thumbnail {
  min-width: 77px;
  width: 77px;
  margin: 0 20px 0 0;
}
.mini-product .thumbnail img {
  border: none;
}
.micro-product {
  margin-bottom: 40px;
}
.micro-product .product-description {
  padding-top: 10px;
}
.micro-product .product-desc-wrap {
  flex-grow: 1;
}
.micro-product .price {
  font-size: 1.063em;
}
.micro-product .micro-product {
  font-size: 0.688em;
}
.micro-product .thumbnail {
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
  margin-bottom: 0;
  align-self: flex-start;
}
@media (max-width: 979px) and (min-width: 768px) {
  .micro-product .thumbnail-container {
    flex-direction: column;
  }
  .micro-product .thumbnail {
    width: 100%;
  }
}
#left-column .product-miniature {
  margin: 0 0 30px;
}
.sidebar .product-miniature {
  width: 100%;
}
.view_list .product-miniature {
  margin-right: 0;
}
.product-thumbnail {
  margin-bottom: 23px;
  flex-wrap: wrap;
}
.product-thumbnail > a {
  display: block;
  width: 100%;
}
.product-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
body .product-thumbnail .add {
  margin: 0;
}
.add.flex-container > *:not(:first-child) {
  margin-left: 35px;
}
.product-miniature .product-thumbnail .btn {
  height: 2.75rem;
  width: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  margin: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-thumbnail .btn .svgic {
  color: #fff;
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
.product-brand {
  margin: 0 0 14px;
}
.product-brand a {
  color: inherit;
}
.product-title {
  margin: 0 0 12px;
}
.product-title a {
  color: inherit;
}
.view_list .product-title {
  font-size: 20px;
}
.price {
  font-size: 24px;
  line-height: 30px;
}
.view_list .price {
  font-size: 22px;
}
.product-flags {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}
.icon-button {
  font-size: 14px;
}
.box-info-product .wrap_alert {
  padding-bottom: 20px;
}
.icon-button svg {
  margin-right: 10px;
}
.icon-button .in_progress use {
  opacity: 0;
}
.product-flags li {
  background: #313537;
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  padding: 4px 10px;
  text-align: center;
  font-family: Roboto, Arial;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.product-flag.new {
  max-width: 100px;
  margin-left: auto;
}
.product-flags .discount {
  display: none;
}
#product .product-page-col {
  padding: 0 15px;
}
#product .page-width.main-content {
  max-width: 100%;
  width: 100%;
}
#product #content .product-flags {
  top: 20px;
  right: 20px;
}
.variant-links {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.variant-links a {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 0 0 8px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 50%;
}
.variant-links a.white-color {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.variant-links a:first-child {
  margin-left: 0;
}
.product-description-short p {
  margin: 0;
}
.product-miniature .short-desc {
  margin-bottom: 1rem;
  white-space: normal;
}
.product-miniature .product-actions {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-miniature {
  margin-bottom: 30px;
}
.product-miniature:hover .product-actions {
  opacity: 1;
  z-index: 9;
}
.product-miniature .product-actions > * {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.9);
  margin: 0;
}
.product-miniature .product-actions > *:first-child {
  transform: scale(0.9) translateX(-5px);
}
.product-miniature .product-actions > *:last-child {
  transform: scale(0.9) translateX(5px);
}
.product-miniature:hover .product-actions > * {
  transform: scale(1) translateY(0);
}
body .product-miniature .product-actions .btn:hover {
  transform: scale(1.1);
}
#product .product-actions .product-add-to-cart .control-label {
  display: none;
}
.subimage,
.product-thumbnail > a > img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.product-miniature:hover .subimage,
.product-miniature:hover .product-thumbnail > a > img:nth-child(2) {
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
.product-miniature:hover
  .product-thumbnail
  > a.subimage-true
  > img:first-child {
  opacity: 0;
}
.discount-percentage {
  align-self: flex-start;
  margin: -15px 0 0 -5px;
  color: #f00;
  padding: 0 5px 0 0;
  font-style: italic;
  font-family: Arial;
  font-size: 11px;
  display: none;
}
.product-price-and-shipping {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.productButtons {
  margin-top: 25px;
}
.productButtons > *:not(:first-child) {
  margin-left: 40px;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}
.product-miniature .product-actions:empty,
#search_filters_wrapper:empty {
  display: none;
}
#category.cp-only-filter #left-column > *:not(#search_filters_wrapper),
#category.cp-only-filter #search_filters_wrapper {
  margin-top: 0;
}
@media (min-width: 1600px) {
  .product-page-col > .col-md-6:first-child {
    width: 54.66%;
    padding: 0;
  }
  .product-page-col > .col-md-6:last-child {
    width: 45.33%;
    padding: 45px 0 0 50px;
  }
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 980px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 1024px) {
  body .tabs-container,
  body #pattern .product-accessories {
    margin-top: 4rem;
  }
  body .tabs-container {
    padding: 50px 100px;
  }
}
@media (max-width: 799px) {
  .tabs .tab-pane {
    padding: 1em;
  }
  body .sidebar .facet .collapse.in,
  body .sidebar .facet .collapsing {
    margin-bottom: 30px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:after {
  content: "";
  display: table;
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.col-lg-1,
.col-lg-2,
.col-lg-25,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1 {
  float: left;
  width: 8.33333%;
}
.col-xs-2 {
  float: left;
  width: 16.66667%;
}
.col-xs-3 {
  float: left;
  width: 25%;
}
.col-xs-4 {
  float: left;
  width: 33.33333%;
}
.col-xs-5 {
  float: left;
  width: 41.66667%;
}
.col-xs-6 {
  float: left;
  width: 50%;
}
.col-xs-7 {
  float: left;
  width: 58.33333%;
}
.col-xs-8 {
  float: left;
  width: 66.66667%;
}
.col-xs-9 {
  float: left;
  width: 75%;
}
.col-xs-10 {
  float: left;
  width: 83.33333%;
}
.col-xs-11 {
  float: left;
  width: 91.66667%;
}
.col-xs-12 {
  float: left;
  width: 100%;
}
.pull-xs-0 {
  right: auto;
}
.pull-xs-1 {
  right: 8.33333%;
}
.pull-xs-2 {
  right: 16.66667%;
}
.pull-xs-3 {
  right: 25%;
}
.pull-xs-4 {
  right: 33.33333%;
}
.pull-xs-5 {
  right: 41.66667%;
}
.pull-xs-6 {
  right: 50%;
}
.pull-xs-7 {
  right: 58.33333%;
}
.pull-xs-8 {
  right: 66.66667%;
}
.pull-xs-9 {
  right: 75%;
}
.pull-xs-10 {
  right: 83.33333%;
}
.pull-xs-11 {
  right: 91.66667%;
}
.pull-xs-12 {
  right: 100%;
}
.push-xs-0 {
  left: auto;
}
.push-xs-1 {
  left: 8.33333%;
}
.push-xs-2 {
  left: 16.66667%;
}
.push-xs-3 {
  left: 25%;
}
.push-xs-4 {
  left: 33.33333%;
}
.push-xs-5 {
  left: 41.66667%;
}
.push-xs-6 {
  left: 50%;
}
.push-xs-7 {
  left: 58.33333%;
}
.push-xs-8 {
  left: 66.66667%;
}
.push-xs-9 {
  left: 75%;
}
.push-xs-10 {
  left: 83.33333%;
}
.push-xs-11 {
  left: 91.66667%;
}
.push-xs-12 {
  left: 100%;
}
.offset-xs-1 {
  margin-left: 8.33333%;
}
.offset-xs-2 {
  margin-left: 16.66667%;
}
.offset-xs-3 {
  margin-left: 25%;
}
.offset-xs-4 {
  margin-left: 33.33333%;
}
.offset-xs-5 {
  margin-left: 41.66667%;
}
.offset-xs-6 {
  margin-left: 50%;
}
.offset-xs-7 {
  margin-left: 58.33333%;
}
.offset-xs-8 {
  margin-left: 66.66667%;
}
.offset-xs-9 {
  margin-left: 75%;
}
.offset-xs-10 {
  margin-left: 83.33333%;
}
.offset-xs-11 {
  margin-left: 91.66667%;
}
@media (min-width: 544px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  #pattern .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }
  .col-lg-25 {
    float: left;
    width: 20%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.66667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.33333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.66667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.33333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.66667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f6f6f6;
}

.table tbody + tbody {
  border-top: 2px solid #f6f6f6;
}

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #f6f6f6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.thead-inverse th {
  color: #fff;
  background-color: #878787;
}

.thead-default th {
  color: #acaaa6;
  background-color: #f6f6f6;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}
.form-control {
  background-clip: padding-box;
  background-color: #fefefe;
  background-image: none;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  color: #5f5f5f;
  display: block;
  font-size: 0.938em;
  line-height: 1.25rem;
  margin: 0;
  padding: 0.938rem 1.25rem;
  width: 100%;
  letter-spacing: 0.03em;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #acaaa6;
  background-color: #fff;
  outline: none;
}
.form-control::placeholder {
  color: #5f5f5f;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f6f6f6;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}
.input-icon {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  width: 0.875em;
  height: 0.875em;
  z-index: 4;
}
.icon-true .form-control {
  padding-left: 2.75rem;
}

select.form-control:not([size]):not([multiple]) {
  height: 3.25rem;
}

select.form-control:focus::-ms-value {
  color: #acaaa6;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.col-form-legend {
  font-size: 1rem;
}

.col-form-legend,
.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.form-control-static {
  min-height: 2.5rem;
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 2.75rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -0.25rem;
}

.form-check.disabled .form-check-label {
  color: #acaaa6;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}
.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.form-check-inline.disabled {
  cursor: not-allowed;
}
.form-group .icon-true textarea {
  text-indent: 1.5em;
}
.form-group textarea {
  width: 100%;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #5f5f5f;
  font-size: 0.938em;
  line-height: 1.25rem;
  margin: 0;
  padding: 0.938rem 1.25rem;
  letter-spacing: 0.03em;
}
.form-group textarea::placeholder {
  color: #5f5f5f;
}
.form-control-feedback {
  margin-top: 0.25rem;
}
.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: 100% 0.625rem;
  background-size: 1.25rem 1.25rem;
}

.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #4cbb6c;
}
.has-success .form-control {
  border-color: #4cbb6c;
}
.has-success .input-group-addon {
  color: #4cbb6c;
  border-color: #4cbb6c;
  background-color: #e0f3e5;
}
.has-success .form-control-feedback {
  color: #4cbb6c;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ff9a52;
}
.has-warning .form-control {
  border-color: #ff9a52;
}
.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: #fff;
}

.has-warning .form-control-feedback {
  color: #ff9a52;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4c4c;
}
.has-danger .form-control {
  border-color: #ff4c4c;
}
.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: #fff;
}
.has-danger .form-control-feedback {
  color: #ff4c4c;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-check,
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn,
.bt_compare {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
}
#pattern .btn-big {
  padding: 13px 33px;
  font-size: 15px;
  letter-spacing: 0.15em;
}
#pattern .btn-alt {
  background-color: transparent;
  color: #313537;
}
body .bt_compare {
  background-color: transparent;
  color: inherit;
}
.btn svg {
  width: 1em;
  height: 1em;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  padding: 1em;
}
.btn-big,
.rev_slider .btn {
  padding: 12px 26px;
  font-size: 0.938rem;
  letter-spacing: 0.15em;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #313537;
  border-color: transparent;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #313537;
  border-color: transparent;
  background-image: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #313537;
  border-color: transparent;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background-color: #313537;
  border-color: transparent;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.collapsing,
.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle:after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #878787;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  color: #878787;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #7a7a7a;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #313537;
  outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  color: #ebebeb;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #ebebeb;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -0.5rem;
}

.btn-toolbar:after {
  content: "";
  display: table;
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split:after {
  margin-left: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn .caret {
  margin-left: 0;
}

.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:after {
  content: "";
  display: table;
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #acaaa6;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child)
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:not(:last-child) {
  border-right: 0;
}
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer;
}

.custom-control + .custom-control {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-controls-stacked .custom-control {
  display: inline;
}

.custom-controls-stacked .custom-control:after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  color: #acaaa6;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #acaaa6;
  background-color: #fff;
}

.custom-select:disabled {
  color: #ebebeb;
  cursor: not-allowed;
  background-color: #f6f6f6;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-file {
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}
.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  opacity: 0;
}
.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.custom-file-control:lang(en):after {
  content: "Choose file...";
}
.custom-file-control:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0 0 0;
}
.custom-file-control:lang(en):before {
  content: "Browse";
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link,
.nav-inline .nav-item {
  display: inline-block;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #ebebeb;
}
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #ebebeb;
  cursor: not-allowed;
  background-color: transparent;
}
.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin: 0 10px;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #f6f6f6 #f6f6f6 #ddd;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #ebebeb;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-pills:after {
  content: "";
  display: table;
  clear: both;
}
.nav-pills .nav-item {
  float: left;
}
.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0;
}
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #313537;
}
.tabs-container {
  /*background: #fbfbfb;*/
  padding: 100px;
  width: 100%;
  margin-top: 5rem;
}
.tab-content {
  position: relative;
}
.tab-content > .tab-pane:not(.active) {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.tab-content > .active {
  z-index: 1;
}
.tab-content #instafeed_middle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-toggler {
  padding: 0.5rem 0.75rem;
  background: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.card-block {
  padding: 1.25rem;
}
.card-block:after {
  content: "";
  display: table;
  clear: both;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.breadcrumb ol {
  list-style: none;
  margin: 10px 0 20px;
  padding: 0 15px;
}
.breadcrumb ol li {
  display: inline-block;
  line-height: 20px;
}

.breadcrumb ol li:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #666;
  content: "\2192";
}
.breadcrumb ol li:first-child:before {
  display: none;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #ebebeb;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #313537;
  border-color: #313537;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #ebebeb;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #313537;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #208094;
  background-color: #f6f6f6;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.tag:empty {
  display: none;
}

.btn .tag {
  position: relative;
  top: -1px;
}

a.tag:focus,
a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #ebebeb;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
  background-color: #d2d2d2;
}

.tag-primary {
  background-color: #313537;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
  background-color: #313537;
}

.tag-success {
  background-color: #4cbb6c;
}

.tag-success[href]:focus,
.tag-success[href]:hover {
  background-color: #3a9a56;
}

.tag-info {
  background-color: #5bc0de;
}

.tag-info[href]:focus,
.tag-info[href]:hover {
  background-color: #31b0d5;
}

.tag-warning {
  background-color: #ff9a52;
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
  background-color: #ff7c1f;
}

.tag-danger {
  background-color: #ff4c4c;
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
  background-color: #ff1919;
}
#pattern .alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 22px;
}
.success-box {
  background: #d6ffcd;
  padding: 20px;
}
.paymentinfo-block {
  padding: 40px 30px;
  background: #f1f1f1;
}
.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 2rem;
}

.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: rgba(255, 154, 82, 0.3);
  border-color: #ff9a52;
  color: #414141;
}

.alert-warning hr {
  border-top-color: #ff8b39;
}

.alert-warning .alert-link {
  color: #282828;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  border-radius: 0;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0;
}

.progress[value],
base::-moz-progress-bar {
  background-color: #eee;
  border-radius: 0;
}

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-success[value]::-webkit-progress-value {
  background-color: #4cbb6c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #4cbb6c;
}

.progress-success[value]::-ms-fill {
  background-color: #4cbb6c;
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #ff9a52;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #ff9a52;
}

.progress-warning[value]::-ms-fill {
  background-color: #ff9a52;
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #ff4c4c;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff4c4c;
}

.progress-danger[value]::-ms-fill {
  background-color: #ff4c4c;
}

.media,
.media-body,
.modal,
.modal-open {
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #ebebeb;
  cursor: not-allowed;
  background-color: #f6f6f6;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #ebebeb;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #313537;
  border-color: #313537;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #d7f1f6;
}

.list-group-flush .list-group-item {
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #333;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  display: none;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-25%);
}

.modal.in .modal-dialog {
  transform: translate(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.hookDisplayGuide {
  margin-bottom: 10px;
}
.modal-dialog .hookDisplayGuide {
  display: none;
}

.modal-content {
  position: relative;
  background-color: #fff6d6;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #eee;
  margin: 0 20px;
}

.modal-header:after {
  content: "";
  display: table;
  clear: both;
}

.modal-header .close {
  margin-top: 7px;
}
.modal-header .close .svgic {
  width: 18px;
  height: 18px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 0 15px;
}
.modal-body p.price {
  margin: 0 0 20px;
  font-size: 1.5rem;
}
.modal-footer:empty {
  display: none;
}
.modal-footer {
  padding: 15px;
  text-align: right;
}

.modal-footer:after {
  content: "";
  display: table;
  clear: both;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip.tooltip-top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bs-tether-element-attached-left .tooltip-arrow,
.tooltip.tooltip-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.bs-tether-element-attached-top .tooltip-arrow,
.tooltip.tooltip-bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.bs-tether-element-attached-right .tooltip-arrow,
.tooltip.tooltip-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ff4c4c;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ff4c4c;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
  margin-top: -10px;
}

.popover.bs-tether-element-attached-bottom .popover-arrow,
.popover.popover-top .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.bs-tether-element-attached-bottom .popover-arrow:after,
.popover.popover-top .popover-arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
  margin-left: 10px;
}

.popover.bs-tether-element-attached-left .popover-arrow,
.popover.popover-right .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.bs-tether-element-attached-left .popover-arrow:after,
.popover.popover-right .popover-arrow:after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
  margin-top: 10px;
}

.popover.bs-tether-element-attached-top .popover-arrow,
.popover.popover-bottom .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-top .popover-arrow:after,
.popover.popover-bottom .popover-arrow:after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
  margin-left: -10px;
}

.popover.bs-tether-element-attached-right .popover-arrow,
.popover.popover-left .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-right .popover-arrow:after,
.popover.popover-left .popover-arrow:after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover-arrow,
.popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover-arrow {
  border-width: 11px;
}

.popover-arrow:after {
  content: "";
  border-width: 10px;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img {
  line-height: 1;
}

@media (-webkit-transform-3d), all and (transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.active.right,
  .carousel-inner > .carousel-item.next {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.active.left,
  .carousel-inner > .carousel-item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.active,
  .carousel-inner > .carousel-item.next.left,
  .carousel-inner > .carousel-item.prev.right {
    left: 0;
    transform: translateZ(0);
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next,
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-inner > .active.left,
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001)
  );
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5)
  );
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 544px) {
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #313537 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #313537 !important;
}

.bg-success {
  color: #fff !important;
  background-color: #4cbb6c !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #3a9a56 !important;
}

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  color: #fff !important;
  background-color: #ff9a52 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ff7c1f !important;
}

.bg-danger {
  color: #fff !important;
  background-color: #ff4c4c !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #ff1919 !important;
}

.bg-inverse {
  color: #fff !important;
  background-color: #878787 !important;
}
a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #6e6e6e !important;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.h-100 {
  height: 100%;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline {
  display: inline !important;
}
.pull-xs-left {
  float: left !important;
}
.pull-xs-right {
  float: right !important;
}
.pull-xs-none {
  float: none !important;
}
@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.w-100 {
  width: 100% !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0,
.m-x-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a-1 {
  margin: 1rem !important;
}
.m-t-1 {
  margin-top: 1rem !important;
}
.m-r-1 {
  margin-right: 1rem !important;
}
.m-b-1 {
  margin-bottom: 1rem !important;
}
.m-l-1,
.m-x-1 {
  margin-left: 1rem !important;
}
.m-x-1 {
  margin-right: 1rem !important;
}
.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-a-2 {
  margin: 1.5rem !important;
}
.m-t-2 {
  margin-top: 1.5rem !important;
}
.m-r-2 {
  margin-right: 1.5rem !important;
}
.m-b-2 {
  margin-bottom: 1.5rem !important;
}
.m-l-2,
.m-x-2 {
  margin-left: 1.5rem !important;
}
.m-x-2 {
  margin-right: 1.5rem !important;
}
.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-a-3 {
  margin: 3rem !important;
}
.m-t-3 {
  margin-top: 3rem !important;
}
.m-r-3 {
  margin-right: 3rem !important;
}
.m-b-3 {
  margin-bottom: 3rem !important;
}
.m-l-3,
.m-x-3 {
  margin-left: 3rem !important;
}
.m-x-3 {
  margin-right: 3rem !important;
}
.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0,
.p-x-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a-1 {
  padding: 1rem !important;
}
.p-t-1 {
  padding-top: 1rem !important;
}
.p-r-1 {
  padding-right: 1rem !important;
}
.p-b-1 {
  padding-bottom: 1rem !important;
}
.p-l-1,
.p-x-1 {
  padding-left: 1rem !important;
}
.p-x-1 {
  padding-right: 1rem !important;
}
.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-a-2 {
  padding: 1.5rem !important;
}
.p-t-2 {
  padding-top: 1.5rem !important;
}
.p-r-2 {
  padding-right: 1.5rem !important;
}
.p-b-2 {
  padding-bottom: 1.5rem !important;
}
.p-l-2,
.p-x-2 {
  padding-left: 1.5rem !important;
}
.p-x-2 {
  padding-right: 1.5rem !important;
}
.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-a-3 {
  padding: 3rem !important;
}
.p-t-3 {
  padding-top: 3rem !important;
}
.p-r-3 {
  padding-right: 3rem !important;
}
.p-b-3 {
  padding-bottom: 3rem !important;
}
.p-l-3,
.p-x-3 {
  padding-left: 3rem !important;
}
.p-x-3 {
  padding-right: 3rem !important;
}
.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-xs-left {
  text-align: left !important;
}
.text-xs-right {
  text-align: right !important;
}
.text-xs-center {
  text-align: center !important;
}
@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.text-muted {
  color: #ababab !important;
}
a.text-muted:focus,
a.text-muted:hover {
  color: #93918c !important;
}
.text-primary,
a.text-primary:focus,
a.text-primary:hover {
  color: #313537 !important;
}
.text-success {
  color: #4cbb6c !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #3a9a56 !important;
}
.text-info {
  color: #5bc0de !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}
.text-warning {
  color: #ff9a52 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ff7c1f !important;
}
.text-danger {
  color: #ff4c4c !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #ff1919 !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.invisible {
  visibility: hidden !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down,
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.lang-rtl * {
  direction: rtl !important;
}
.lang-rtl main {
  text-align: right !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}
.color {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0.3125rem;
  cursor: pointer;
  background-size: contain;
}
.h1,
.h2,
.h3 {
  text-transform: uppercase;
  color: #414141;
}
.h4 {
  font-weight: 700;
  color: #414141;
}
.btn-primary,
.btn-secondary,
.btn-tertiary {
  padding: 1em 2em;
}
.btn-tertiary {
  text-transform: lowercase;
  color: #acaaa6;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.25rem;
  margin: 0.25rem 0;
  font-weight: 400;
  font-size: 0.875rem;
}
.label,
label {
  color: #414141;
  font-size: 1.063rem;
}
small.label,
small.value {
  font-size: 0.8125rem;
}
.form-control-label {
  padding-top: 0.938rem;
}
.create-account-links {
  margin: 3rem 0;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
  font-size: 1.125em;
}
.create-account-links .font-italic {
  color: #ababab;
  font-size: 0.938em;
}
.input-group .input-group-btn > .btn {
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 400;
  margin-left: 0;
  padding: 0.65625rem 1rem;
  text-transform: uppercase;
}
.form-control-select {
  height: 3.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fefefe
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=")
    no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  padding-right: 2rem;
}
.form-control-valign {
  padding-top: 0.5rem;
}
.form-control-comment {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  color: #ababab;
  font-style: italic;
}
div.form-control-comment {
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 50px;
  padding: 0;
}
.form-control-submit.disabled {
  background: #5bc0de;
  color: #fff;
}

.form-group.has-error input,
.form-group.has-error select {
  border: 2px solid #ff4c4c;
}

.form-group.has-error .help-block {
  color: #ff4c4c;
}

.group-span-filestyle label {
  margin: 0;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  background: #313537;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.bootstrap-touchspin input:focus {
  outline: none;
}
.bootstrap-touchspin input.form-control {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.bootstrap-touchspin .btn-touchspin {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 1.3125rem;
}
.bootstrap-touchspin .btn-touchspin:hover {
  background-color: #ebebeb;
}
.custom-radio {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: top;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 0.5rem;
}
.custom-radio input[type="radio"] {
  opacity: 0;
  cursor: pointer;
}
.custom-radio input[type="radio"]:checked + span {
  display: block;
  background-color: #313537;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#customer-form .radio-inline {
  margin-right: 50px;
}
#authentication #customer-form .radio-inline .custom-radio {
  margin-right: 10px;
}
#authentication #content-wrapper,
#manufacturer #content-wrapper,
#cart #content-wrapper {
  padding: 0 15px;
}
#manufacturer #main {
  padding: 0;
}
#customer-form .custom-checkbox {
  display: flex;
  align-items: flex-start;
}
#customer-form label {
  font-size: 1.063em;
  line-height: 1.375em;
}
#customer-form label em {
  display: inline-block;
  padding-top: 15px;
}
.custom-checkbox {
  position: relative;
}
.custom-checkbox input[type="checkbox"] {
  margin-top: 6px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
.custom-checkbox input[type="checkbox"] + span {
  width: 16px;
  height: 16px;
  margin: 4px 0.5em 0 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #cacaca;
  background: transparent !important;
}
#left-column .custom-checkbox input[type="checkbox"] + span {
  margin: -3px 0.5em 0 0;
  width: 10px;
  height: 10px;
}
.facet-label {
  font-size: 0.938rem;
}
.facet-label:hover .color-tooltip,
.facet-label.active .color-tooltip {
  opacity: 1;
}
.color-tooltip {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 1px;
  top: 5px;
  opacity: 0;
}
.custom-checkbox input[type="checkbox"]:checked + span {
  background: #454545;
  border-color: #454545;
}
.custom-checkbox input[type="checkbox"] + span svg {
  width: 12px;
  height: 12px;
  margin: 1px;
  opacity: 0;
  color: #555;
}
#left-column .custom-checkbox input[type="checkbox"] + span svg {
  width: 6px;
  height: 6px;
}
#left-column .custom-checkbox input[type="checkbox"]:checked + span {
  background: #454545 !important;
}
#left-column .custom-checkbox input[type="checkbox"] + span svg,
body .hide-updownbuttons .input-group-btn-vertical {
  display: none;
}
.custom-checkbox input[type="checkbox"]:checked + span svg {
  opacity: 1;
}
.custom-checkbox label {
  text-align: left;
}
body #search_filters .facet .pkcolor.pkradio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 3px;
  overflow: hidden;
}
#search_filters .facet .pkcolor.pkradio > li {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background-size: contain;
  position: relative;
  margin: 0 10px 10px 0;
}
#search_filters .facet .pkcolor.pkradio > li * {
  height: 100%;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}
#search_filters .facet .pkcolor.pkradio > li .facet-label {
  cursor: pointer;
  position: relative;
  border: 2px solid #ccc;
}
#search_filters
  .facet
  .pkcolor.pkradio
  > li
  input[type="checkbox"]:checked
  + span {
  opacity: 1;
}
#search_filters
  .facet
  .pkcolor.pkradio
  > li
  .facet-label
  .custom-checkbox
  .color
  svg {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 9;
  position: absolute;
  width: 60%;
  height: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3px;
  border-radius: 50%;
}
#search_filters .facet .pkcolor.pkradio > li .search-link {
  visibility: hidden;
}
#search_filters .facet .pkcolor.pkradio > li .color-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.text-muted {
  font-size: 0.938rem;
}
.done {
  color: #4cbb6c;
  display: inline-block;
  padding: 0 0.8125rem;
  margin-right: 1.5625rem;
}
.thumb-mask > .mask {
  position: relative;
  width: 3.4375rem;
  height: 3.4375rem;
  overflow: hidden;
  border: 1px solid #ebebeb;
  margin: 0.625rem 0;
}
.thumb-mask > .mask img {
  width: 55px;
  height: 55px;
}
.definition-list dl {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
}
.definition-list dl dt {
  font-weight: 400;
}
.definition-list dl dd,
.definition-list dl dt {
  box-flex: 0;
  flex: 0 0 45%;
  background: #ebebeb;
  padding: 0.625rem;
  margin: 0.125rem;
}
.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
  background: #f6f6f6;
}
.help-block {
  margin-top: 0.625rem;
}
.help-block ul,
#new_comment_form_error ul {
  list-style: none;
  margin-bottom: 1rem;
}
.help-block ul li,
#new_comment_form_error ul li {
  padding: 10px;
  margin-bottom: 5px;
  background-color: #ffc8c8;
}
.btn.disabled,
.btn.disabled:hover {
  background: #acaaa6;
}
.alert-warning svg {
  color: #ff9a52;
  font-size: 2rem;
  margin-right: 0.625rem;
  padding-top: 0.3125rem;
}
.alert-warning .alert-text {
  font-size: 0.9375rem;
  padding-top: 0.625rem;
}
.alert-warning .alert-link {
  border-radius: 2px;
  border-width: 2px;
  margin-left: 0.625rem;
  padding: 0.3125rem 1.25rem;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #6c868e;
}

.alert-warning ul li:last-child .alert-link {
  color: #fff;
}

.alert-warning .warning-buttons {
  margin-top: 0.3125rem;
}

.btn-tertiary-outline {
  color: #6c868e;
  background-image: none;
  background-color: transparent;
  border-color: #6c868e;
  border: 0.15rem solid #6c868e;
}

.btn-tertiary-outline:hover {
  border-color: #bbcdd2;
  color: #bbcdd2;
}

.alert {
  font-size: 0.8125rem;
}
.nav-item .nav-link.active,
.nav-item .nav-separtor.active {
  color: #414141;
}
.dropdown {
  color: #acaaa6;
}
.dropdown:after {
  content: "";
  background: url("../svg/arrow-down.svg") 100% 50% no-repeat;
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  /*transform: translateY(50%);*/
  right: 10px;
}
.facet-dropdown .dropdown:after {
  pointer-events: none;
}
.dropdown.open:after {
  transform: rotate(180deg);
}
.dropdown:hover .expand-more {
  color: #313537;
}
.dropdown .expand-more {
  color: #414141;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown .active {
  max-height: 200px;
  overflow-y: hidden;
  visibility: visible;
}
.dropdown select {
  -moz-appearance: none;
  border: 0 none;
  outline: 0 none;
  color: #414141;
  background: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
  text-decoration: none;
  color: #313537;
}
#pagenotfound .page-content #search_widget {
  width: 100%;
}
@media (max-width: 767px) {
  .header-top .search-widget {
    float: none;
    padding: 0 0.9375rem;
  }
  .header-top .search-widget form {
    margin: 0 auto;
  }
  .header-top .search-widget form input[type="text"] {
    min-width: inherit;
    background: #fff;
  }
  .header-1 .link-block {
    display: none;
  }
  body .modal-body p.price {
    font-size: 1em;
  }
}

.top-menu[data-depth="1"] {
  margin: 0.625rem;
}
.top-menu a:hover {
  filter: brightness(103%);
}
.top-menu a:not([data-depth="0"]) {
  display: block;
}
.top-menu a[data-depth="0"] {
  padding: 0.1875rem 0.625rem 0.375rem;
}
.top-menu .itemtype-lay a {
  padding: 0;
}
#header .top-menu a[data-depth="0"]:hover {
  color: #313537;
  text-decoration: none;
}
#header .link-block h4 {
  display: none;
}
#header .link-block ul {
  display: flex;
}
#header .link-block ul li {
  margin: 0 35px;
}
#header .link-block ul li:first-child {
  margin-left: 0;
}
#header .link-block ul li:last-child {
  margin-right: 0;
}
.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
  padding: 0 0.625rem 0.625rem 0;
}
.top-menu .collapse {
  display: inherit;
}
.top-menu .sub-menu {
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: 0.9375rem;
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  z-index: 18;
  display: none;
}
.top-menu .sub-menu.collapse,
#mobile_top_menu_wrapper .top-menu .collapse-icons .remove,
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add,
#mobile_top_menu_wrapper .top-menu .collapse {
  display: none;
}
#checkout #wrapper {
  padding: 40px 0 120px;
}
#checkout .custom-radio {
  display: flex;
}
#cms #wrapper > .row {
  margin: 0;
}

.top-menu .sub-menu ul[data-depth="1"] > li {
  float: left;
  margin: 0 1.25rem;
}
.top-menu .sub-menu a:hover {
  color: #313537;
}
.top-menu .popover {
  max-width: inherit;
}
.popover.bs-tether-element-attached-top {
  margin-top: 0;
}
#mobile_top_menu_wrapper {
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #fff;
}

#mobile_top_menu_wrapper #top-menu {
  margin-bottom: 0.625rem;
}

#mobile_top_menu_wrapper .top-menu {
  color: #414141;
}

#mobile_top_menu_wrapper
  .top-menu
  .collapse-icons[aria-expanded="true"]
  .remove {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  padding: 0.625rem;
  border-bottom: 1px solid #f6f6f6;
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  box-shadow: none;
  z-index: inherit;
  display: block;
  position: static;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
  min-width: 100%;
  background: #f6f6f6;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
  border-bottom: 1px solid #acaaa6;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
  float: none;
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
  text-transform: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
  padding: 0.625rem;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
  padding-left: 1.25rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
  padding-left: 2.5rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
  padding-left: 3.75rem;
}

#mobile_top_menu_wrapper .top-menu .popover {
  border-radius: 0;
}

#mobile_top_menu_wrapper .js-top-menu-bottom a {
  color: #acaaa6;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
  padding: 0.625rem;
}

#mobile_top_menu_wrapper
  .js-top-menu-bottom
  .language-selector-wrapper
  .language-selector {
  display: inline;
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
  padding: 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
  padding: 0 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
  padding: 0.625rem 0;
  display: block;
  width: 100%;
}

#order-details {
  padding-left: 1.875rem;
}

#order-details > .card-title {
  margin-bottom: 1.875rem;
}

#order-details ul {
  margin-bottom: 1.25rem;
}

#order-details ul li {
  margin-bottom: 0.625rem;
}
#order-items hr {
  border: none;
  border-top: 1px solid #ddd;
}
#order-items table tr {
  height: 1.875rem;
}

#order-items table tr td:last-child {
  text-align: right;
}

#order-items .order-line {
  margin-top: 1rem;
}

#order-items .image img {
  width: 100%;
  border: 1px solid gray-lighter;
  margin-bottom: 1rem;
}

#order-items .details {
  margin-bottom: 1rem;
}

#order-items .details .customizations {
  margin-top: 0.625rem;
}

#order-items .qty {
  margin-bottom: 1rem;
}

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem;
}

@media (max-width: 991px) {
  .done {
    margin: 0;
    padding: 0;
  }
  body#checkout section.checkout-step .address-item {
    flex-grow: 1;
  }
  body#checkout section.checkout-step .delivery-option-2 {
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
  }
  .delivery-option {
    display: flex;
    margin: auto;
  }
  .delivery-option .custom-radio {
    box-flex: 0;
    flex: 0 0 auto;
  }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left;
  }
  #order-confirmation #registration-form {
    width: 100%;
  }
  #checkout #wrapper > .page-width > #content > .row {
    margin: 0;
  }
}

@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 0.25rem;
    margin-left: 1.25rem;
  }
  body#checkout #header .header-nav {
    max-height: none;
    padding: 0;
  }
  body#checkout section.checkout-step .content {
    padding: 0.9375rem;
  }
  body#checkout .form-group {
    margin-bottom: 0.5rem;
  }
  #order-items {
    border-right: 0;
    margin-bottom: 2.5rem;
  }
  #order-items .card-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  #order-items hr {
    border-top-color: #ebebeb;
  }
  .bold {
    font-weight: 700;
  }
  #order-details {
    padding-left: 0.9375rem;
  }
  #order-details .card-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 543px) {
  body#checkout section.checkout-step .content {
    padding: 0.9375rem 0;
  }
  #payment-confirmation button {
    font-size: 0.875rem;
  }
  #payment-confirmation button.btn {
    white-space: normal;
  }
}

.js-payment-binary,
.js-payment-binary .accept-cgv {
  display: none;
}

.js-payment-binary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.js-payment-binary.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.js-payment-binary.disabled .accept-cgv {
  display: block;
}

.table-labeled td,
.table-labeled th {
  vertical-align: middle;
}

.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  color: #fff;
  white-space: nowrap;
}

.page-order .table {
  margin-bottom: 0;
}

.page-order table td,
.page-order table th {
  padding: 0.5rem;
}

.page-order table thead th {
  text-align: center;
}
.facet .tooltip {
  position: absolute;
  top: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  left: 0;
  margin: 0.3125rem;
}
.facet .facet-label a:hover ~ .tooltip {
  opacity: 1;
}
.facet .facet-label {
  position: relative;
}
.facet .dropdown-menu,
#authentication .login-form .form-group .col-md-8,
.authentication-page .col-md-6 {
  width: 100%;
}
.select-list {
  display: block;
  padding: 0 10px 10px 20px;
}
#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;
}
#authentication .custom-checkbox {
  display: flex;
  cursor: pointer;
}
#authentication .custom-checkbox label {
  padding-left: 0.625rem;
}
#authentication [data-action="show-password"] {
  background: #878787;
}
#authentication .radio-inline,
#identity .radio-inline {
  padding: 0;
}
#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
  margin-right: 0;
}
.page-customer-account #content .order-actions a {
  padding: 0 0.125rem;
}
.page-customer-account #content .forgot-password {
  padding-top: 18px;
  display: flex;
  align-items: center;
}
.page-customer-account #content .forgot-password a {
  flex-grow: 1;
  text-align: right;
  color: #bdbdbd;
  font-size: 0.875em;
  padding: 0 15px;
}
#authentication .forgot-password .fb_iframe_widget {
  margin-left: 10px;
}
.authentication-page {
  justify-content: space-between;
}
.authentication-page .col-md-3 {
  display: none;
}
.authentication-page h2,
.page-header h1 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-size: 1.563em;
  color: #333;
  letter-spacing: 0.1em;
}
.page-header h1 {
  padding: 0 15px;
}
#module-ph_simpleblog-single h1,
#cms .page-header h1,
#cart .page-header h1,
#stores .page-header h1,
#authentication .page-header h1 {
  padding: 0;
}
.address-footer {
  margin-top: 15px;
}
.address-footer svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.address-footer > a {
  display: inline-flex;
  margin-right: 20px;
  align-items: center;
}
.page-addresses .address {
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  color: #414141;
}
.add-address svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  color: #999;
}
.add-address > a {
  display: flex;
  align-items: center;
}

.page-addresses .address .address-body h4 {
  font-size: 1rem;
  font-weight: 700;
}

.page-addresses .address .address-body address {
  min-height: 9rem;
}

.page-addresses .address .address-footer {
  border-top: 1px solid #acaaa6;
  padding: 10px 0;
}

.page-addresses .address .address-footer a {
  margin-right: 0.5rem;
}

.page-addresses .address .address-footer svg {
  width: 14px;
  height: 14px;
}

.page-addresses .address .address-footer a span {
  font-size: 0.9375rem;
  vertical-align: middle;
}

.page-addresses .addresses-footer a:not(.btn),
.page-addresses .addresses-footer a:not(.btn):hover {
  color: #414141;
}

.page-addresses .addresses-footer a i {
  font-size: 1rem;
}

.page-addresses .addresses-footer a span {
  font-size: 1rem;
  vertical-align: middle;
  margin-top: 0.625rem;
}

.page-order-detail {
  font-size: 0.875rem;
  color: #878787;
}

.page-order-detail .box {
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}

.page-order-detail h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #414141;
  margin-bottom: 1rem;
}
.page-order-detail #order-infos ul {
  margin: 0;
}
.page-order-detail #order-history .history-lines .history-line {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f6f6f6;
}

.page-order-detail #order-history .history-lines .history-line:last-child {
  border-bottom: 0;
}

.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0.25rem 0.375rem;
  color: #fff;
  border-radius: 3px;
}

.page-order-detail .addresses {
  margin: 0 -0.9375rem;
}

.page-order-detail .addresses h4 {
  font-size: 1rem;
  font-weight: 700;
}

.page-order-detail #order-products.return {
  margin-bottom: 1rem;
}

.page-order-detail #order-products.return th.head-checkbox {
  width: 30px;
}

.page-order-detail #order-products.return td {
  padding: 1.375rem 0.75rem;
}

.page-order-detail #order-products.return td.qty {
  min-width: 125px;
}

.page-order-detail #order-products.return td.qty .current {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 0.5rem;
}

.page-order-detail #order-products.return td.qty .select {
  width: 70%;
  float: left;
  margin: -0.625rem 0;
  padding-left: 0.25rem;
}

.page-order-detail #order-products.return td.qty .select select {
  text-align: center;
}

.page-order-detail .order-items {
  padding: 0 !important;
}

.page-order-detail .order-items .order-item {
  padding: 1rem 1rem 0;
  border-bottom: 1px solid #f6f6f6;
}

.page-order-detail .order-items .order-item .checkbox {
  width: 30px;
  float: left;
  padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .content {
  width: calc(100% - 30px);
  float: left;
  padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .desc {
  margin-bottom: 1rem;
}

.page-order-detail .order-items .order-item .desc .name {
  font-weight: 700;
}

.page-order-detail .order-items .order-item .qty {
  margin-bottom: 1rem;
}

.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
  margin-bottom: 0.25rem;
}

.page-order-detail .messages .message {
  margin-top: 0.5rem;
  border-bottom: 1px solid #f6f6f6;
}

.page-order-detail .messages .message:last-child {
  border-bottom: 0;
}

.page-order-detail .messages .message > div {
  margin-bottom: 0.5rem;
}

.page-order-detail .customization {
  margin-top: 0.75rem;
}

#order-return-infos .thead-default th {
  color: #414141;
}

#order-return-infos .customization {
  margin-top: 0.75rem;
}

.page-my-account #content .links {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  box-pack: start;
  justify-content: center;
}

.page-my-account #content .links a {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}
.page-my-account #content .links a svg {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.page-my-account #content .links a:hover svg {
  color: #000;
  transform: scale(1.05);
}
.page-my-account #content .links a span.link-item span {
  display: block;
  font-weight: normal;
}
.page-my-account #content .links a span.link-item {
  display: block;
  height: 100%;
  padding: 1rem;
}

.page-my-account #content .links a i {
  display: block;
  font-size: 2.6rem;
  width: 100%;
  color: #414141;
  padding-bottom: 3.4rem;
}

.page-my-account #content .links a:hover {
  color: #414141;
}

.page-my-account #content .links a:hover i {
  color: #313537;
}

#history .orders {
  margin: 0 -1rem;
}

#history .orders .order {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f6f6f6;
}

#history .orders .order a h3 {
  color: #878787;
}

#history .orders .order .label {
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0.25rem 0.375rem;
  color: #fff;
  border-radius: 3px;
}

#history .orders .order:last-child {
  border-bottom: 0;
}
.page-footer ul {
  list-style: none;
}
.page-footer .account-link {
  margin-right: 1rem;
}

.page-footer .account-link svg {
  width: 0.875em;
  height: 0.875em;
  vertical-align: middle;
}
.password-forgot {
  max-width: 500px;
  margin-bottom: 35px;
}

.page-footer .account-link span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.carousel .direction {
  z-index: auto;
}

.carousel .carousel-inner {
  height: 340px;
}

.carousel .carousel-item {
  height: 100%;
}

.carousel .carousel-item img {
  width: 100%;
  margin-left: 0;
}

.carousel .carousel-item .caption {
  position: absolute;
  bottom: 28px;
  left: 90px;
  color: #fff;
  max-width: 340px;
}

.carousel .carousel-item .caption .caption-description p {
  color: #fff;
}

.carousel .carousel-control {
  opacity: 1;
}
.carousel .carousel-control .icon-next:before,
.carousel .carousel-control .icon-prev:before {
  content: "";
}
.carousel .carousel-control .icon-prev {
  left: 1rem;
}
.carousel .carousel-control .icon-next {
  right: 2rem;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background: none;
}
#pattern .icon_checked,
#pattern .in_comparison {
  color: #f38839;
}
#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  box-pack: start;
  justify-content: flex-start;
}
body #pattern .product-accessories {
  margin-top: 120px;
}
.product-accessories .add-review,
.product-categories .add-review {
  display: none;
}
#custom-text {
  background: #fff;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  padding: 3.125rem;
  text-align: center;
}
#custom-text h3 {
  text-transform: uppercase;
  color: #414141;
  font-size: 1.5625rem;
  font-weight: 700;
}
#custom-text p {
  color: #414141;
  font-weight: 400;
  font-size: 1.1em;
}

#custom-text p .dark {
  color: #acaaa6;
  font-weight: 400;
}

.page-content.page-cms {
  text-align: justify;
}

.page-content.page-cms .cms-box img {
  max-width: 100%;
}

@media (max-width: 991px) {
  #block-cmsinfo {
    padding: 1.25rem 1.875rem;
  }
}

#products {
  color: #878787;
}
#products .products-select {
  display: flex;
  box-align: baseline;
  align-items: baseline;
  box-pack: justify;
  justify-content: space-between;
}
#products .up {
  margin-bottom: 1rem;
}
#products .up .btn-secondary,
#products .up .btn-tertiary {
  color: #acaaa6;
  text-transform: inherit;
}
.perpage-selector {
  max-width: 150px;
}
.category-desc-wrap {
  margin-bottom: 40px;
}
.category-desc-wrap.img_exist {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.category-desc-wrap h1 {
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  font-weight: 100;
}
.category-desc-wrap h1,
.category-desc-wrap p {
  margin: 0 0 20px 0;
}
#subcategories ul {
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#subcategories ul li {
  width: 24%;
  margin-bottom: 20px;
}
#subcategories ul li h5 {
  margin: 0;
}
.block-category {
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.block-category img {
  width: 100%;
  margin-bottom: 40px;
}
.block-category #category-description p,
.block-category #category-description strong {
  font-weight: 400;
  color: #acaaa6;
}
.block-category #category-description p {
  color: #777;
  margin-bottom: 0;
}
.block-category #category-description p:first-child {
  margin-bottom: 1.25rem;
}
.products-selection > * {
  margin-right: 30px;
}
@media (min-width: 1500px) {
  .products-selection > * {
    margin-right: 60px;
  }
  .product-information {
    margin-right: 20%;
  }
}
.products-selection .sort-by-row {
  align-items: center;
  margin: 0;
}
.products-selection .sort-by {
  margin-right: 10px;
  display: none;
}
.products-selection h1 {
  padding-top: 0.625rem;
}
.products-sort-order {
  color: #878787;
}
.products-sort-order .select-title {
  display: inline-block;
  width: 16.875rem;
  color: #414141;
  background: #fff;
  padding: 0.188rem 1.5rem 0.188rem 1em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: pointer;
  border: 1px solid #dfdfdf;
  min-height: 32px;
}
.products-sort-order .select-list {
  display: block;
  color: #414141;
  padding: 0.625rem 1.25rem;
}
.products-sort-order .select-list:hover {
  background: #313537;
  color: #fff;
  text-decoration: none;
}
.products-sort-order .dropdown-menu {
  left: auto;
  width: 16.875rem;
  background: #f6f6f6;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.13);
}
.module-title .svgic-updown {
  width: 8px;
  height: 8px;
  margin-top: 7px;
}
#search_filters .facet .pkradio {
  max-height: 300px;
  overflow: auto;
}
#search_filters .facet .collapse,
#search_filters .facet .collapse,
.module-title .svgic-updown > path:first-child,
.module-title .collapsed .svgic-updown > path:last-child,
.active-filter-title {
  display: none;
}
#search_filters .facet .collapse.in,
.module-title .svgic-updown > path:last-child,
.module-title .collapsed .svgic-updown > path:first-child {
  display: block;
}
body #search_filters .facet .facet-title,
.pagination {
  width: 100%;
}
.faceted-slider .ui-slider {
  width: 98%;
}
.products-sort-order.dropdown:after,
body #search_filters .facet .facet-label .custom-checkbox,
body #search_filters .facet .facet-label .custom-radio {
  top: 0;
}
.sidebar .facet {
  color: #3a3a3a;
  font-size: 15px;
}
.sidebar .facet > ul {
  transition: all 0.2s linear;
}
.sidebar .facet ul li {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.sidebar .facet .collapse.in,
.sidebar .facet .collapsing {
  margin-bottom: 70px;
}
.sidebar .facet-title > .title {
  width: 30px;
  text-align: center;
  flex-grow: 0;
}
.sidebar .product-brand {
  font-size: 11px;
}
.facet .navbar-toggler {
  padding: 0;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.facet > .facet-title {
  margin-bottom: 25px;
}
#search_filters .facet > ul li {
  padding-bottom: 7px;
}
.facet > ul li:first-child {
  margin-top: 0;
}
.facet .magnitude {
  color: #c1c1c1;
  font-size: 0.75em;
  vertical-align: middle;
}
.facet-dropdown {
  border: 1px solid #ccc;
  padding: 5px 0;
  cursor: pointer;
}
.facet-dropdown > a {
  display: block;
  text-indent: 20px;
}
.facet-dropdown .dropdown-menu {
  padding: 0;
  max-height: 300px;
  overflow: auto;
}
.facet-dropdown .dropdown-menu .select-list {
  padding: 10px 20px;
}
.facet-dropdown .dropdown-menu .select-list:hover {
  background: #eee;
}
.pages-num {
  justify-content: flex-end;
}
.pagination-info {
  flex-grow: 1;
}
.page-list svg {
  width: 8px;
  height: 8px;
}
.pagination > div:first-child {
  line-height: 2.5rem;
  font-size: 14px;
}
.pagination .page-list li {
  list-style: none;
  margin-left: 5px;
}
.pagination .page-list li a {
  display: flex;
  line-height: 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #dfdfdf;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #585858;
}
.pagination .page-list li a:hover {
  border-width: 2px;
}
.pagination .page-list li a.disabled {
  color: #ccc;
}
.pagination .page-list li.current a {
  color: #555;
  border: 2px solid #ccc;
}
.pagination a {
  font-size: 0.75em;
}
.pagination .disabled {
  color: #acaaa6;
}
.active_filters .active-filter-title {
  display: block;
  margin: 0 0 0.5rem;
}
.active_filters ul {
  display: inline;
}
.filter-block a {
  display: inline-block;
}
.active_filters .filter-block svg {
  width: 12px;
  height: 12px;
}
.active_filters .filter-block {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1em;
  padding: 10px 20px 10px 0;
  border: none;
}
.active_filters .filter-block .close {
  color: #414141;
  font-size: 0.9375rem;
  opacity: 1;
  margin-top: 0.1875rem;
  margin-left: 0.3125rem;
}
#search_filters .clear-all-wrapper {
  display: none;
  margin-bottom: 1rem;
}
.active_filters + #search_filters .clear-all-wrapper {
  display: block;
}
.listing_view {
  display: flex;
}
.listing_view .svgic {
  width: 14px;
  height: 14px;
  color: #b8b8b8;
}
.listing_view > div {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
}
.listing_view > div.active,
.listing_view > div:hover {
  border-color: #dfdfdf;
}
#view_grid {
  margin-right: 10px;
}
.block-categories .category-sub-menu {
  margin-top: 0.625rem;
}
.block-categories .category-sub-menu .category-sub-link {
  font-size: 0.875rem;
}
.block-categories .category-sub-menu li[data-depth="1"] {
  margin-bottom: 0.625rem;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
  font-weight: 600;
  border-bottom: 2px solid #ebebeb;
  width: 100%;
  display: inline-block;
  margin: 0.3125rem 0 0;
  padding-bottom: 0.1875rem;
}
.block-categories
  .category-sub-menu
  li:not([data-depth="0"]):not([data-depth="1"]) {
  padding-left: 0.3125rem;
}
.block-categories
  .category-sub-menu
  li:not([data-depth="0"]):not([data-depth="1"]):before {
  content: "-";
  margin-right: 0.3125rem;
  float: left;
}
.block-categories .collapse-icons {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  cursor: pointer;
}
.block-categories .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
  color: #313537;
}
.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
  cursor: pointer;
  margin-left: 2px;
}
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover {
  color: #313537;
}
.block-categories .collapse-icons[aria-expanded="true"] .add,
.block-categories .collapse-icons .remove,
.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded="true"] .arrow-right {
  display: none;
}
.block-categories .arrows[aria-expanded="true"] .arrow-down {
  display: inline-block;
}
.facets-title {
  color: #414141;
}
.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
  padding: 0.75rem 0.5rem 0.6875rem;
}
#content-wrapper {
  width: 100%;
}
@media (max-width: 543px) {
  .products-selection .filter-button {
    padding-left: 0;
  }
  #category #left-column #search_filters_wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.sys-info-section {
  margin-bottom: 13px;
}
.sys-info {
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 10px;
  color: #969696;
}
.sys-info a {
  color: inherit;
}
.add-review {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #969696;
}
#product .short-desc {
  margin-bottom: 45px;
  color: #777;
  font-size: 16px;
  line-height: 23px;
}
#product-description-short {
  color: #414141;
}
.modal-body .product-info-section {
  padding-left: 30px;
}
.product-info-section h1 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #373737;
  text-transform: none;
}
#product .product-info-section .product-brand {
  color: #bcbcbc;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  display: inline-block;
  margin-bottom: 15px;
}
.product-information p {
  margin: 0;
}
.product-information .manufacturer-logo {
  height: 35px;
}
.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
}
.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 1px solid #ccc;
}
.radio-label {
  background: #fff;
  display: inline-block;
  padding: 5px 0;
  border: 1px solid #dfdfdf;
  width: 32px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}
.product-actions .control-label {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  font-size: 0.938em;
  line-height: 1em;
  color: #6e6e6e;
}
.product-information .product-quantity {
  margin-bottom: 10px;
}
.product-quantity .qty {
  width: 81px;
}
.product-quantity #quantity_wanted {
  color: #313537;
  width: 60px;
  line-height: 20px;
  padding: 12px;
  text-align: center;
  border: 1px solid #313537;
  background: none;
  margin: 0;
  font-size: 15px;
  max-width: 60px;
}
.product-quantity .bootstrap-touchspin {
  display: flex;
}
.product-quantity .add .add_to_compare {
  background: none;
  border: none;
  color: #333;
  padding: 0;
  width: 20px;
  height: 20px;
}
.product-quantity .add .add_to_compare svg {
  width: 100%;
  height: 100%;
}
.product-quantity .input-group-btn-vertical {
  display: flex;
  flex-direction: column;
}
.product-quantity .input-group-btn-vertical .btn {
  padding: 0;
  margin: 0;
  border: 1px solid #333;
  position: relative;
  border-left: none;
  flex-grow: 1;
  width: 21px;
}
.product-quantity .input-group-btn-vertical .btn:hover {
  background: none;
}
.product-quantity .input-group-btn-vertical .btn:first-child {
  border-bottom: none;
}
.product-quantity .input-group-btn-vertical .btn:first-child i:before {
  transform: rotate(180deg);
}
.product-quantity .input-group-btn-vertical .btn i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-quantity .input-group-btn-vertical .btn i:before {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23666' viewBox='0 0 306 306'><polygon points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/></svg>")
    50% 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-discounts {
  margin-bottom: 1.5rem;
}
.product-discounts > .product-discounts-title {
  font-weight: 400;
  font-size: 0.875rem;
}
.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: 0.625rem 1.25rem;
  background: #fff;
  border: 0.3125rem solid #ebebeb;
  text-align: center;
}
.product-discounts > .table-product-discounts tbody tr {
  background: #f6f6f6;
}
.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
  background: #fff;
}
.product-discounts > .table-product-discounts tbody tr td {
  padding: 0.625rem 1.25rem;
  text-align: center;
  border: 0.3125rem solid #ebebeb;
}
#product .product-info-section .product-prices {
  margin-bottom: 2rem;
}
#product .product-info-section .product-prices > div {
  display: inline-block;
}
#product .product-info-section .btn-primary.add-to-cart,
.modal-dialog .btn-primary.add-to-cart {
  font-size: 15px;
  line-height: 18px;
  padding: 12px 20px;
  display: flex;
}
.add-to-cart {
  outline: none !important;
}
.delivery-options {
  margin-bottom: 40px;
}
.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #878787;
}
.product-prices.price {
  flex-direction: column;
}
.product-discount {
  color: #acaaa6;
}
.regular-price {
  text-decoration: line-through;
  margin-right: 10px;
}
.product-discount .regular-price {
  font-weight: 400;
  margin-right: 0.625rem;
}
.has-discount .discount {
  background: #e33434;
  color: #fff;
  font-weight: 400;
  font-size: 0.5em;
  line-height: 1.5em;
  padding: 0 5px;
  margin-left: 0.625rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.product-unit-price {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.tabs .tab-pane {
  padding-top: 3.75rem;
  width: 100%;
}
.tabs .tab-pane p,
#product-modal .modal-content .modal-body .image-caption p {
  margin: 0;
}
.tabs .nav-tabs {
  border: none;
  justify-content: center;
}
body .tabs .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
}
body .tabs .nav-tabs .nav-link h5 {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  font-size: 0.938em;
  letter-spacing: 0.08em;
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom-color: #3a3a3a;
}
.pp-vertical-tabs .tabs-container .tabs {
  display: flex;
  align-items: flex-start;
}
.pp-vertical-tabs .tabs-container .tabs .tab-pane {
  padding: 40px;
}
.pp-vertical-tabs .tabs-container .tabs .nav-tabs {
  flex-direction: column;
  min-width: 240px;
}
.pp-vertical-tabs .tabs-container .tabs .nav-link {
  color: #b5b5b5;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.15em;
  padding: 15px 25px;
  border-bottom: 2px solid #eee;
}
.pp-vertical-tabs .tabs-container .tabs .nav-tabs .nav-link.active {
  color: #666;
  border-bottom: 2px solid #313537;
}
.prod-image-zoom {
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.prod-image-zoom.zoomed {
  cursor: move;
}
.prod-image-zoom img {
  width: 100%;
}
.prod-image-zoom.action {
  background: none !important;
}
.pm-filter-image .product-thumbnail img {
  filter: brightness(0.98);
}
.product-cover .layer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: hsla(0, 0%, 100%, 0.7);
  cursor: pointer;
}
.product-cover .layer svg {
  width: 30px;
  height: 30px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
}
.product-cover .layer:hover {
  opacity: 1;
}
.product-cover .layer:hover svg {
  transform: scale(1);
}
.product-cover .layer .zoom-in {
  font-size: 6.25rem;
  color: #fff;
}
.product-cover.no-thumbs,
.product-cover.no-thumbs img {
  width: 100%;
}
.product-footer > .products-carousel:not(:last-child) {
  margin-bottom: 80px;
}
#product-modal figure {
  margin: 0;
  background: #fff;
}
#product-modal .modal-content {
  background: transparent;
  border: none;
  padding: 0;
}
#product-modal .modal-content .modal-body {
  display: flex;
  margin-left: -30%;
}
#product-modal .modal-content .modal-body .product-cover-modal {
  background: #fff;
  display: block;
}
#product-modal .modal-content .modal-body .image-caption {
  background: #fff;
  width: 800px;
  padding: 0.625rem 1.25rem;
  border-top: 1px solid #ebebeb;
}
#product-modal .modal-content .modal-body .thumbnails {
  position: relative;
}
#product-modal .modal-content .modal-body .thumbnails > .mask {
  width: 10rem;
  height: 100%;
  margin-left: 1rem;
}
#product-modal .modal-content .modal-body .mask {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images {
  position: relative;
  list-style: none;
}
#product-modal .modal-content .modal-body .product-images img {
  width: 100%;
  cursor: pointer;
  display: block;
  opacity: 0.9;
}
#product-modal .modal-content .modal-body .product-images img:hover {
  opacity: 1;
}
#blockcart-modal {
  color: #414141;
}
.pk-modal .modal-body {
  padding: 2rem 1.875rem;
}
#blockcart-modal .modal-body .divide-right span {
  display: inline-block;
  margin-bottom: 0.3125rem;
  color: #414141;
}
#blockcart-modal .modal-body .divide-right span i {
  color: #414141;
}
#blockcart-modal .modal-dialog {
  max-width: 1140px;
  width: 100%;
}
#blockcart-modal .media-list li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 3px;
}
.pk-modal .product-image {
  width: 13.125rem;
  margin-right: 50px;
}
.pk-modal .modal-title {
  font-weight: 400;
  font-size: 1.25rem;
}
.pk-modal .modal-body .h6.product-name {
  color: #414141;
  font-size: 1.125rem;
  margin: 0 0 10px;
}
#pattern #header .cart-icon .cart-products-count,
.header-item-counter {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  background: #df1f1f;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  font-size: 10px;
  font-family: Tahoma;
  letter-spacing: 0;
  color: #fff;
}
#blockcart-modal .cart-content {
  padding-left: 2.5rem;
}
#blockcart-modal .cart-content p {
  margin: 0 0 15px 0;
}
#blockcart-modal .subtext {
  color: #999;
}
#blockcart-modal .cart-content p strong {
  font-weight: normal;
  color: #888;
  font-style: normal;
}
#blockcart-modal .cart-content button {
  margin-right: 0.3125rem;
}
#blockcart-modal .divide-right {
  border-right: 1px solid #eee;
}
.product-images {
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  position: absolute;
}
.ie11 .product-images {
  display: block;
}

.combination-loading .images-container:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) url(../svg/loader-animated.svg) 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.images-container > .mask {
  margin-right: 2%;
  min-width: 19%;
}
.product-cover {
  position: relative;
  min-width: 79%;
  width: 100%;
}
.pk-carousel .thumb-container,
.images-container .pp-img-carousel {
  width: 100%;
}
.product-images > li.thumb-container {
  margin-top: 10px;
}
.product-images > li.thumb-container:first-child {
  margin-top: 0;
}
.product-images > li.thumb-container > .thumb {
  cursor: pointer;
  margin: 0;
  width: 100%;
  display: block;
}
#content .product-images > li.thumb-container > .thumb.selected,
#content .product-images > li.thumb-container > .thumb:hover {
  opacity: 0.5;
}
#main {
  margin-bottom: 60px;
}
.scroll-box-arrows svg {
  color: #444;
  width: 14px;
  height: 14px;
  -webkit-filter: drop-shadow(-5px -5px 5px #fff);
  filter: drop-shadow(0px 1px 1px #fff);
}
.scroll-box-arrows i {
  display: none;
}
.scroll-box-arrows.scroll i {
  position: absolute;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 40px;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-box-arrows.scroll .up {
  top: 0;
}
.scroll-box-arrows.scroll .down {
  bottom: 0;
}
.modal .scroll-box-arrows.scroll i,
#product-modal .scroll-box-arrows {
  width: calc(100% - 1rem);
}
#product-modal .scroll-box-arrows i {
  margin-left: 1rem;
}
.product-availability {
  margin-left: 0.625rem;
  color: #ff9a52;
  font-size: 13px;
  vertical-align: middle;
}
.product-availability svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.product-availability span {
  display: flex;
  align-items: center;
}
.product-availability .product-available {
  color: #6b8a94;
}
.product-availability .product-last-items,
.product-availability .product-unavailable {
  color: #ff9a52;
}
#product-details .label {
  font-size: 1rem;
  color: #414141;
  font-weight: 700;
}
.product-features:not(:last-child) {
  margin-bottom: 40px;
}
.product-features h3 {
  margin-top: 0;
  font-weight: bold;
}
.product-features > dl.data-sheet {
  display: flex;
  box-lines: multiple;
  flex-wrap: wrap;
  box-align: start;
  align-items: stretch;
}
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  box-flex: 1;
  flex: 1 0 40%;
  font-weight: 400;
  padding: 0.625rem;
  margin-right: 0.625rem;
  min-height: 2.5rem;
  word-break: break-all;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.product-features > dl.data-sheet dt.name {
  text-transform: capitalize;
}
.product-variants > .product-variants-item {
  margin: 0 0 2rem 0;
}
.product-variants > .product-variants-item select {
  border: 1px solid #ebebeb;
  height: 2.5rem;
  width: 50%;
}
.product-variants-item ul,
#conditions-to-approve ul,
.socialnetworks_menu,
#footer ul,
.block-reassurance ul,
.cart-items,
.notification ul,
.promo-discounts,
.product-customization ul {
  list-style: none;
}
.product-variants-item ul li input {
  width: 100%;
  height: 100%;
  z-index: 9;
  margin: 0;
}
.product-variants-item ul li input:checked + span {
  border: 1px solid #444 !important;
}
.product-variants > .product-variants-item ul li {
  margin-right: 0.625rem;
}
.product-variants > .product-variants-item .color {
  margin-left: 0;
  margin-top: 0;
  border: none;
}
.product-variants > .product-variants-item li > span:not(.color) {
  min-width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  border: 1px solid #ccc;
  width: auto;
  padding: 0;
  white-space: nowrap;
}
.product-variants > .product-variants-item li > span:not(.color) span {
  position: relative;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
  height: auto;
  color: #707070;
  font-size: 12px;
}
.product-variants > .product-variants-item .white-color .color {
  border: 1px solid #ccc;
}
.product-variants-item ul.type-radio {
  display: flex;
  flex-direction: column;
}
.product-variants-item ul.type-radio li input {
  width: auto;
  height: auto;
  opacity: 1;
  position: static;
}
.product-variants-item ul.type-radio li span.radio-label {
  width: auto;
  height: auto;
  padding: 0;
  position: static;
  border: none !important;
}
.product-customization {
  margin: 2.5rem 0;
}
.product-customization > .card {
  padding: 0;
  background: none;
}
.product-customization .product-customization-item {
  margin: 1.25rem 0;
}
.product-customization .product-customization-item small {
  margin-top: -35px;
  z-index: 9;
  position: relative;
  pointer-events: none;
  background: #eee;
  padding: 0 15px;
}
.product-customization .product-message {
  background: #ebebeb;
  border: none;
  width: 100%;
  height: 4.2rem;
  resize: none;
  padding: 0.625rem;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  font-family: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
}
.product-customization .file-input {
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  height: 2.625rem;
  overflow: hidden;
  position: absolute;
}
.product-customization .custom-file {
  background: #ebebeb;
  width: 100%;
  height: 2.625rem;
  line-height: 2.625rem;
  text-indent: 0.625rem;
  color: #acaaa6;
  margin-top: 1.25rem;
}
.product-customization .custom-file button {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.product-customization small {
  color: #acaaa6;
}
.product-pack {
  margin-top: 2.5rem;
}
.product-pack .pack-product-container {
  justify-content: space-around;
}
.product-pack .pack-product-container .pack-product-name {
  box-flex: 0;
  flex: 0 0 50%;
  font-size: 0.875rem;
  color: #acaaa6;
}
.product-pack .pack-product-container .pack-product-quantity {
  border-left: 2px solid #ebebeb;
  padding-left: 0.625rem;
}
.product-refresh {
  margin-top: 1.25rem;
}
.social-sharing {
  width: 100%;
  box-align: center;
  margin-top: 1.5rem;
}
.social-sharing ul {
  margin-bottom: 0;
}
.social-sharing li {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 0.5rem;
  border: 1px solid #ccc;
}
.social-sharing li a,
.social-sharing li div {
  height: 100%;
}

.social-sharing li button {
  background: 0;
  padding: 0;
  color: #333;
  height: 100%;
}
.social-sharing li a:hover {
  color: #333;
}
.products-selection {
  margin-bottom: 50px;
}
.products-selection .title {
  color: #878787;
}
#blockcart-modal .cart-content .btn {
  margin: 10px 15px 0 0;
}
@media (max-width: 991px) {
  #product-modal .modal-content .modal-body {
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
    margin-left: 0;
  }
  .product-cover img,
  #product-modal .modal-content .modal-body .image-caption,
  #product-modal .modal-content .modal-body img.product-cover-modal {
    width: 100%;
  }
  #product-modal .modal-content .modal-body .arrows {
    display: none;
  }
  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
  }
  #blockcart-modal .modal-body {
    padding: 1.875rem;
  }
  .product-line-grid .product-line-grid-body,
  .product-line-grid-right .qty,
  .product-line-grid-right .price {
    padding-right: 20px;
  }
  .product-line-grid .product-image {
    display: block;
    padding-right: 20px;
  }
}
.cart-grid {
  margin-bottom: 1rem;
}
.cart-item {
  padding: 2rem 0;
  border-top: 1px solid #f0f0f0;
}
.cart-item:first-child {
  border: none;
}
.cart-summary-line {
  clear: both;
}
.show-cart-details.collapsed svg {
  transform: rotate(180deg);
}
.show-cart-details {
  color: #8f8f8f;
  font-size: 0.938rem;
}
#cart-summary-product-list {
  margin: 20px 0 25px;
}
#cart-summary-product-list .remove-product {
  position: absolute;
  top: 0;
  right: 0;
}
#checkout .modal-content {
  padding: 20px 40px;
}
#checkout #content .col-md-8 > section {
  overflow: hidden;
}
#checkout #content .col-md-8 > section:not(:last-child) {
  margin-bottom: 3rem;
}
#checkout .-reachable h1 {
  margin: 0 0 3rem;
}
#checkout #wrapper h1,
#checkout .step-title {
  font-size: 1.375em;
  font-weight: 400;
  color: #313537;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
#checkout .-unreachable .step-title {
  color: #999;
}
#checkout .nav {
  font-size: 1.125em;
  color: #a8a8a8;
  margin-bottom: 2rem;
}
#checkout .nav a {
  color: inherit;
}
#checkout .nav a.active {
  text-decoration: underline;
  color: #3e3e3e;
}
body#checkout #wrapper section.checkout-step.-reachable.-complete {
  margin-bottom: 0;
}
body#checkout section.checkout-step.-current {
  margin-bottom: 60px;
}
body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit,
body#checkout section.checkout-step.-reachable.-complete .content,
body#checkout .-unreachable .content,
#cart .ps_featuredproducts {
  display: none;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number,
body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  display: block;
  float: right;
  margin-right: 0.125rem;
  color: #acaaa6;
}

.mini-cart-header {
  margin-bottom: 10px;
}
.mini-cart-header span {
  flex-grow: 1;
}
.cart-summary-line .label {
  padding-left: 0;
  font-weight: 400;
  white-space: inherit;
}
.cart-summary-line .value {
  color: #414141;
  float: right !important;
}
.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
  font-weight: 400;
}
#cart-subtotal-shipping {
  margin-bottom: 0;
}
.cart-grid-body .card-block {
  padding: 0 0 1rem 0;
}
.cart-grid-body .card-block h1 {
  margin: 0;
  font-size: 1.375em;
  letter-spacing: 0.12em;
  padding-bottom: 0.938em;
  border-bottom: 1px solid #f0f0f0;
}
.cart-grid-right .promo-discounts {
  margin-bottom: 0;
}
.cart-grid-right .promo-discounts .cart-summary-line .label {
  color: #878787;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  text-decoration: underline;
  cursor: pointer;
}
.block-promo .promo-code {
  margin-bottom: 20px;
}
.block-promo .promo-code .alert-danger {
  position: relative;
  margin-top: 1.25rem;
  background: #ff4c4c;
  color: #fff;
  display: none;
}
.block-promo .promo-code .alert-danger:after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ff4c4c;
  border-width: 10px;
  margin-left: -10px;
}

.block-promo .promo-input {
  color: #414141;
  border: 1px solid #acaaa6;
  height: 2.5rem;
  text-indent: 0.625rem;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #ff9a52;
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
  color: #414141;
}

.block-promo .promo-code-button {
  margin-bottom: 1.25rem;
}
.product-line-grid .input-group {
  display: flex;
}
.product-line-grid .input-group .input-group-btn-vertical {
  display: flex;
  flex-direction: column;
  border-left: 0;
}
.product-line-grid .input-group .input-group-btn-vertical button {
  height: auto;
  background: url(../svg/arrow-down.svg) no-repeat 50% 50%;
  border-left: 0;
}
.product-line-grid .input-group .input-group-btn-vertical button:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
.product-line-grid .input-group .input-group-btn-vertical button:first-child {
  border-bottom: 0;
  background: url(../svg/arrow-up.svg) no-repeat 50% 50%;
}
.product-line-grid-left {
  width: 150px;
  margin-right: 30px;
}
.product-line-grid-left img {
  max-width: 100%;
  width: 100%;
}
.product-line-grid-body .product-discount {
  margin-right: 10px;
}
.product-line-grid-body .regular-price,
.product-line-grid-body .price {
  font-size: 18px;
}
.product-line-grid-body h5 {
  margin: 15px 0 0 0;
}
.product-line-grid-body .product-discount .discount {
  margin-left: 0;
}
.product-line-grid-body > .product-line-info > a {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 10px;
  display: block;
  padding: 0;
  text-align: left;
  white-space: inherit;
}
.product-line-grid-body .prod-features {
  font-size: 14px;
  line-height: 20px;
}
.product-line-grid-body .product-name {
  font-size: 1.063em;
  line-height: 1.25em;
}
.has-discount .discount .product-line-info span {
  color: #adadad;
  font-size: 0.813em;
}
.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red;
}
.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c;
}
.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #878787;
}
.product-line-grid-right {
  width: 220px;
  justify-content: flex-end;
}
.product-line-grid-right .bootstrap-touchspin > .form-control,
.product-line-grid-right .bootstrap-touchspin > .input-group {
  color: #636363;
  background-color: #fff;
  padding: 0 0.5rem;
  width: 3rem;
  text-align: center;
}
.product-line-grid-right .price,
.product-line-grid-right .qty {
  margin-right: 20px;
}
.product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
  width: auto;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price {
  line-height: 35px;
}
.product-line-grid-right .product-price .remove-from-cart {
  color: #414141;
  display: inline-block;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart svg {
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.75rem;
}
@media (max-width: 800px) {
  .product-line-grid-right {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }
  body .product-line-grid-right .price,
  body .product-line-grid-right .qty {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 543px) {
  .cart-items {
    padding: 1rem 0;
  }
  .cart-item {
    border-bottom: 1px solid #ebebeb;
  }
  .cart-item:last-child {
    border-bottom: 0;
  }
  .cart-grid-body .cart-overview {
    padding: 0;
  }
  .cart-grid-body .no-items {
    padding: 1rem;
    display: inline-block;
  }
  .product-line-grid-left {
    padding-right: 0 !important;
  }
}

@media (max-width: 360px) {
  .product-line-grid-right .price,
  .product-line-grid-right .qty {
    width: 100%;
  }
}
#product .product-additional-info > * {
  margin: 2rem 0 0 0;
  width: 100%;
}
.root-item > .block-reassurance ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.root-item > .block-reassurance ul li {
  margin: 0 15px;
}
.block-reassurance {
  margin-top: 30px;
}
.block-reassurance li .brimg {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.block-reassurance li:not(:first-child) {
  margin-top: 10px;
}
.block-reassurance li {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background: #f9f9f9;
  font-size: 14px;
  line-height: 20px;
  color: #484848;
}
.block-reassurance li span {
  display: block;
  white-space: normal;
}
.blockreassurance_product > div:empty {
  display: none;
}
.blockreassurance_product div > p {
  margin: 0;
}
.blockreassurance_product > div {
  margin-bottom: 10px;
  background: #f8f8f8;
  padding: 20px;
  font-size: 16px;
}
body .blockreassurance_product .block-title {
  margin: 0;
  font-weight: bold;
}
.cart-grid-right .blockreassurance_product {
  margin-left: 20px;
}
.cart-grid-right .blockreassurance_product .block-title {
  line-height: 44px;
  font-weight: bold;
}
.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem;
}
.quickview .modal-content {
  min-height: 28.125rem;
}
.quickview .modal-footer > div {
  margin-right: 25px;
}
.quickview .layer {
  display: none;
}
.quickview .mask {
  width: 20%;
  overflow: hidden;
}
.quickview .arrows {
  position: absolute;
  top: 0;
  height: 22.5rem;
  right: 5rem;
  z-index: 0;
}
.quickview .arrows .arrow-up {
  margin-top: -3.125rem;
  cursor: pointer;
  opacity: 0.2;
}
.quickview .arrows .arrow-down {
  position: absolute;
  bottom: -1.875rem;
  cursor: pointer;
}
.quickview .social-sharing {
  margin-top: 0;
  margin-left: 2.5rem;
}
.quickview .product-description-short {
  margin-bottom: 25px;
}
.quickview .product-description-short p {
  margin: 0;
  font-size: 14px;
}
.quickview .js-qv-mask.js-vCarousel {
  display: block !important;
}
.quickview .prod-image-zoom {
  cursor: pointer;
}
.quickview .current-price {
  font-size: 1.75em;
  line-height: 140%;
  margin-bottom: 25px;
}
.quickview .thumb-container img {
  display: block;
}
#stores .page-stores {
  width: 85%;
  margin: 0 auto;
}
#stores .page-stores .store-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-bottom: 1px solid #ddd;
}
#stores .page-stores .store-picture {
  padding-left: 0;
}
#stores .card-title {
  margin-top: 0;
}
#stores .page-stores .store-picture img {
  max-width: 100%;
}
#stores .page-stores .store-item-container {
  box-pack: distribute;
  justify-content: space-around;
  box-align: center;
  padding: 1.875rem 0;
}
#stores .page-stores .store-item-container ul {
  margin-bottom: 0;
  font-size: 0.9375rem;
}
#stores .page-stores .store-item-container .divide-left {
  border-left: 1px solid #ebebeb;
}
#stores .page-stores .store-item-container .divide-left tr {
  height: 1.5625rem;
}
#stores .page-stores .store-item-container .divide-left td {
  padding-left: 0.375rem;
}
#stores .page-stores .store-item-container .divide-left th {
  text-align: right;
}
#stores .page-stores .store-item-container .store-description {
  font-size: 1rem;
}
#stores .page-stores .store-item-footer {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  display: flex;
  box-pack: distribute;
  justify-content: space-around;
}
#stores .page-stores .store-item-footer.divide-top {
  border-top: 1px solid #ebebeb;
}
#stores .page-stores .store-item-footer div:first-child {
  box-flex: 0;
  flex: 0 0 65%;
}
#stores .page-stores .store-item-footer li {
  margin-bottom: 0.625rem;
}
.store-item ul {
  list-style: none;
}
@media (min-width: 992px) {
  #checkout #content > .cart-total {
    min-width: 400px;
  }
  #checkout .checkout-step-items {
    margin-right: 30px;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
  #blockcart-modal .divide-right {
    border-right: none;
  }
  #blockcart-modal .modal-body {
    padding: 1rem;
  }
  .product-line-grid-body {
    margin-bottom: 1rem;
  }
  #stores .page-stores {
    width: 100%;
  }
  #stores .page-stores .store-item-container {
    padding: 1rem 0;
  }
}

@media (max-width: 543px) {
  #stores .page-stores .store-item-container {
    display: block;
  }
  #stores .page-stores .store-item-container .divide-left {
    border-left: none;
  }
  #stores .page-stores .store-item-container .store-description a,
  #stores .page-stores .store-item-container .store-description address {
    margin-bottom: 0.5rem;
  }
  #stores .page-stores .store-item-footer {
    display: block;
  }
  #stores .page-stores .store-item-footer.divide-top {
    border-top: 1px solid #ebebeb;
  }
  #stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
  }
  #stores .page-stores .store-item-footer .card-block {
    padding: 0.75rem 0.75rem 0;
  }
}
.account-list a {
  color: #acaaa6;
}
.account-list a:hover {
  color: #313537;
}
.block-contact-title,
.blockcms-title,
.myaccount-title,
.myaccount-title a {
  font-weight: 700;
  font-size: 1rem;
}
#block_myaccount_infos .myaccount-title a {
  color: #414141;
}
.footer-container li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-main h4 {
  margin: 0 0 25px;
}
.footer-container .links .collapse {
  display: inherit;
}
.footer-bottom .page-width {
  align-self: center;
}
.move-flex-start .footer_text {
  flex-grow: 1;
  text-align: left;
}
.move-center .page-width {
  flex-direction: column;
}
.move-center .page-width > div {
  margin: 10px 0;
}
@media (max-width: 1400px) and (min-width: 1024px) {
  #pattern .page-width,
  .menu_width,
  .flexmenu_ul,
  #product .content-wrapper .product-page-col.page-width {
    width: 96%;
  }
  body #header .logo {
    max-width: 300px;
  }
  body #header .flexmenu > ul > li a {
    padding: 0 7px;
    font-size: 12px;
  }
  .header-1 .header-main {
    font-size: 12px;
  }
  body .header-1 .header-nav > div {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .block_newsletter {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #f6f6f6;
  }
  .footer-container {
    box-shadow: none;
    margin-top: 0;
  }
  .footer-container .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-container .links .h3 {
    line-height: 1.5;
    font-size: 1rem;
  }
  .footer-container .links .title {
    padding: 0.625rem;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
  }
  .footer-container .links .collapse,
  .footer-container .links .title .collapse-icons .remove,
  .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
  }
  .footer-container .links .collapse.in,
  .footer-container
    .links
    .title[aria-expanded="true"]
    .collapse-icons
    .remove {
    display: block;
  }
  .footer-container .links .navbar-toggler {
    display: inline-block;
    padding: 0;
  }
  .footer-container .links ul {
    background-color: #f6f6f6;
    margin-bottom: 0;
  }
  .footer-container .links ul > li {
    padding: 0.625rem;
    border-bottom: 1px solid #fff;
    font-weight: 700;
  }
  .footer-container .links ul > li a {
    color: #414141;
  }
}

@media (max-width: 991px) {
  .block-social {
    text-align: center;
  }
  .block-contact {
    padding-left: 1.5rem;
  }
}
#contact .contact-page textarea {
  text-indent: 25px;
}
.contact-page .form-fields label {
  display: block;
  width: 100%;
}
.contact-page h3 {
  margin: 0 0 40px;
  letter-spacing: 0.1em;
  font-size: 1.563em;
}
.contact-page .login-form {
  padding-top: 70px;
}
[name="fileUpload"] + .input-group .input-group-btn .btn:hover {
  background: #313537;
}
.main-icon {
  width: 280px;
  margin: 0 auto 52px;
}
.svg-eye {
  width: 66px;
  height: 66px;
}
.svg-eye:first-child {
  margin-left: 37px;
  float: left;
}
.svg-eye:nth-child(2) {
  margin-right: 37px;
  float: right;
}
.svg-face {
  width: 280px;
  height: 280px;
  margin-top: 15px;
}
#pagenotfound .breadcrumb,
#pagenotfound #main .page-header,
#products #main .page-header {
  display: none;
}
#pagenotfound #main .page-content,
#products #main .page-content {
  margin-bottom: 10rem;
}
#pagenotfound .page-not-found,
#products .page-not-found {
  text-align: center;
  padding-top: 130px;
}
.message-404 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #313537;
  max-width: 500px;
  margin: 20px auto 0;
  letter-spacing: 0.04em;
}
#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
  color: #454545;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 0;
}
#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
  float: none;
}
#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
  width: 100%;
}
#products .page-not-found .searchToggler {
  justify-content: center;
}
.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid #f6f6f6;
}
.customization-modal .modal-content .modal-body {
  padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line,
#cart .product-customization-line {
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  border-bottom: 1px solid #f6f6f6;
}
.customization-modal
  .modal-content
  .modal-body
  .product-customization-line
  .label,
#cart .product-customization-line .label {
  font-weight: 700;
  text-align: right;
}
.customization-modal
  .modal-content
  .modal-body
  .product-customization-line:last-child,
#cart .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#header .logo {
  max-width: 100%;
}
#header .header-nav #menu-icon {
  vertical-align: middle;
  cursor: pointer;
  margin-left: 1rem;
}
#header .header-nav .right-nav {
  display: flex;
  box-lines: single;
  flex-wrap: nowrap;
  box-pack: end;
  justify-content: flex-end;
}
#header .header-nav .currency-selector {
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
  white-space: nowrap;
}
#header .header-nav .user-info {
  text-align: right;
  white-space: nowrap;
}
#header .header-nav .blockcart,
#header .header-nav .language-selector {
  white-space: nowrap;
}
#header .header-nav .cart-preview .shopping-cart {
  vertical-align: middle;
}
#header .header-nav .blockcart .header > a {
  color: inherit;
}
.hide-header-icons #header .icon-element svg,
.hide-header-text #header .icon-element span,
#header .header-nav .cart-preview .body {
  display: none;
}
#header .icons-true .header-nav .blockcart .header svg {
  margin: 0;
}
#header .header-top .menu {
  padding-left: 15px;
  margin-bottom: 0.375rem;
}
#header .header-top .menu > ul > li {
  float: left;
}
#header .header-top .position-static {
  position: static;
}
#header .header-top a[data-depth="0"] {
  color: #e5efcc;
  text-transform: uppercase;
}
#header .top-menu-link {
  margin-left: 1.25rem;
}
.popover {
  font-family: inherit;
}
#wrapper {
  padding-bottom: 0rem;
}
#product #main {
  margin: 0;
}
#wrapper .banner {
  margin-bottom: 1.5rem;
  display: block;
}
#wrapper .banner img {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
}
.breadcrumb {
  font-size: 0.75em;
}
.breadcrumb li:last-child a {
  color: #9f9d9d;
}
#main .page-content,
#main .page-header {
  margin-bottom: 1.5625rem;
}
#main .page-content h6 {
  margin-bottom: 1.125rem;
}
#main .page-content #notifications {
  margin-left: -15px;
  margin-right: -15px;
}
#notifications ul {
  margin-bottom: 0;
  list-style: none;
  font-size: 1.125em;
}
#footer a {
  color: inherit;
}
.footer-main:not(.fbuilder) {
  padding: 100px 0;
}
.footer-main:not(.fbuilder) > .page-width > div {
  max-width: 280px;
  width: 23%;
  margin-left: 2%;
}
.footer-main:not(.fbuilder) > .page-width > div:first-child {
  margin-left: 0;
}
.footer-main:not(.fbuilder) .text-block .page-width > div {
  width: 100%;
}
#footer .tb-sect {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#footer .tb-sect:last-child {
  margin-bottom: 0;
}
#footer .tb-sect-icon {
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
}
#footer .tb-sect-icon svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  #wrapper {
    box-shadow: none;
  }
  #checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem;
  }
  #header .header-nav .top-logo {
    line-height: 50px;
    vertical-align: middle;
    width: 200px;
    margin: 0 auto;
  }
  #header .header-nav .top-logo a img {
    max-height: 50px;
    max-width: 100%;
  }
  #header .header-nav .right-nav {
    box-orient: vertical;
    box-direction: normal;
    flex-direction: column;
  }
  #header .header-nav .user-info {
    text-align: left;
    margin-left: 0;
  }
  #header .header-nav .user-info .logged {
    color: #313537;
  }
  #header .header-nav .blockcart {
    margin-left: 0;
    background: inherit;
  }
  #header .header-nav .blockcart.active {
    margin-left: 0.5rem;
  }
  #header .header-nav .blockcart.inactive .cart-products-count {
    display: none;
  }
  #header .header-top {
    background: #ebebeb;
    padding-bottom: 0;
  }
  #header .header-top a[data-depth="0"] {
    color: #414141;
  }
  section.checkout-step {
    width: 100%;
  }
  .default-input {
    min-width: 100%;
  }
  label {
    clear: both;
  }
  #products .product-miniature,
  .featured-products .product-miniature {
    margin: 0 auto;
  }
  .block-contact {
    padding-left: 0.9375rem;
    border: none;
  }
  .dropdown-item,
  .menu {
    padding-left: 0;
  }
  #pattern .footer-main .page-width {
    flex-wrap: wrap;
  }
  #pattern .footer-main:not(.fbuilder) .page-width > div {
    width: 46%;
    margin: 0 0 40px;
    max-width: 100%;
  }
  #pattern .footer-main:not(.fbuilder) .page-width > div:nth-child(odd) {
    margin-right: 8%;
  }
  #pattern .footer-bottom {
    height: auto;
    padding: 20px 0;
  }
  #pattern .footer-bottom .page-width {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  #header .logo {
    width: auto;
  }
  #products .product-miniature,
  .featured-products .product-miniature {
    margin: 0 auto;
  }
  .sub-menu {
    left: 0;
    min-width: 100%;
  }
  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto 0.9375rem;
  }
  #blockcart-modal .cart-content {
    padding-left: 0;
  }
  #blockcart-modal .product-name,
  .product-availability {
    margin-top: 0.625rem;
  }
  #search_filters .facet .facet-label {
    text-align: left;
  }
  .block-category .category-cover {
    position: relative;
    text-align: center;
  }
  .block-category {
    padding-bottom: 0;
  }
  #checkout .checkout-steps {
    flex-direction: column;
  }
  .touch .product-miniature .product-actions {
    opacity: 1;
    z-index: 9;
  }
}
@media (max-width: 543px) {
  #content-wrapper,
  #left-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.wide .module-title,
.center-title .module-title {
  text-align: center;
  margin: 0 0 35px;
  padding-bottom: 15px;
}
.wide .module-title span:first-child,
.center-title .module-title span:first-child {
  padding: 0 20px 10px 20px;
  border-bottom: 2px solid #444;
}
.hook-container:empty {
  display: none;
}
.hook-container > div {
  margin-top: 120px;
}
.hook-container > div:first-child {
  margin-top: 0;
}
.main-contant-wrapper {
  padding: 0 0 150px;
}
#pagenotfound .main-contant-wrapper {
  padding-bottom: 30px;
}
#index .main-contant-wrapper {
  padding-top: 0px;
}
.text-block {
  overflow: hidden;
}
.text-block p {
  margin: 0;
}
.text-block img {
  display: block;
  width: 100%;
}

.first-message h6 {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.25em;
  color: #414141;
}
.first-message p {
  font-size: 15px;
  color: #656565;
  margin: 0 0 0 10px;
}
.first-message h6:before {
  content: "";
  height: 50px;
  width: 2px;
  background-color: #444;
  margin: 0 auto 25px;
  display: block;
}
.txt-block {
  display: flex;
  overflow: hidden;
}
.txt-block img {
  width: 100%;
}
.txt-block .txt-block-01 {
  width: 30%;
  margin-right: 2%;
}
.txt-block .txt-block-02 {
  width: 31.33%;
  margin-right: 2%;
}
.txt-block .txt-block-04 {
  align-self: flex-end;
}
.txt-block .txt-block-right {
  width: 34.67%;
  display: flex;
  flex-wrap: wrap;
}
.txt-block2 .txt-block-right,
.txt-block2 .txt-block-02 {
  width: 47.75%;
  margin-right: 0;
}
.txt-block2 .txt-block-right {
  margin-right: 2.7%;
}
.txt-block2.txt-block3 .txt-block-right {
  margin-left: 2.7%;
  margin-right: 0;
  width: 49.55%;
}
.txt-block2.txt-block3 .txt-block-text {
  text-align: left;
  left: 50px;
  right: auto;
}
.txt-block2.txt-block3 .txt-block-02 .txt-subtitle,
.txt-block2.txt-block3 .txt-block-02 .txt-title {
  color: #fff;
}
.txt-block2.txt-block3 .txt-subtitle {
  font-size: 12px;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}
.txt-block2.txt-block3 .txt-block-04 .txt-block-text {
  left: 300px;
}
.txt-block3 .txt-title {
  font-size: 2.5vw;
  color: #363636;
}
.txt-block-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  text-align: right;
  width: 100%;
}
.txt-block-text > * {
  display: block;
  width: 100%;
}
.txt-subtitle {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #5e5e5e;
}
.txt-title {
  font-size: 3vw;
  color: #444;
  line-height: 1em;
  font-weight: 300;
}
@media (max-width: 500px) {
  .txt-block {
    flex-wrap: wrap;
  }
  .txt-block .txt-block-01,
  .txt-block .txt-block-02,
  .txt-block .txt-block-right {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .txt-subtitle {
    font-size: 7vw;
  }
  .txt-title {
    font-size: 5vw;
  }
  .txt-block-03 {
    margin-bottom: 20px;
  }
  .products-selection > * {
    margin-right: 15px;
  }
  #left-column {
    margin-bottom: 40px;
  }
}
.hook-content_top.hook-container > div:last-child {
  margin-bottom: 120px;
}
.description-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.description-block .svgic {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  color: #333;
}
.desc-item-02 .svgic {
  width: 40px;
  height: 40px;
}
.description-block h6 {
  font-size: 16px;
  color: #414141;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
.description-block > div {
  width: 33.33%;
  border-left: 1px solid #f7f7f7;
}
.description-block > div:first-child {
  border: none;
}
.description-block > div > div {
  max-width: 400px;
  padding: 30px 90px 30px 30px;
}
.description-block > div > div:first-child {
  border-bottom: 1px solid #f7f7f7;
}
.desc-block-text {
  font-size: 14px;
  line-height: 19px;
}
.desc-item-01 .svgic {
  margin-left: -5px;
}
@media (max-width: 500px) {
  .description-block {
    flex-wrap: wrap;
  }
  .description-block > div {
    width: 100%;
  }
}
#pattern #wrapper .products-carousel {
  margin-top: 70px;
}
#product #pattern #main .products-carousel {
  padding: 0 30px;
}
.products-carousel .products:not(.nbs-flexisel-ul) article:nth-child(4n + 4) {
  margin-right: 0;
}
@media (min-width: 768px) {
  #pk-map {
    width: calc(100% - 20px);
  }
}
#pk-map {
  height: 500px;
  background: #eee;
}
.google-maps svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  opacity: 0.3;
}
.contact-page-footer {
  margin-top: 140px;
}
.contact-page-footer > div {
  margin-bottom: 40px;
}
.contact-page-footer h6 {
  text-transform: uppercase;
  color: #414141;
  letter-spacing: 0.1em;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 20px;
}
.contact-page-footer p {
  font-size: 0.875em;
  color: #727272;
}
.contact-page-footer svg {
  width: 43px;
  height: 43px;
  margin-bottom: 35px;
  color: #313537;
}
#main .js-cart-line-product-quantity {
  height: auto;
}
.cart-detailed-totals-wrap {
  background-color: #e5efcc;
  padding: 2.5em;
}
.cart-detailed-totals-wrap .card-block {
  padding: 0 0 20px 0;
  color: #5f5f5f;
  font-size: 1.125em;
  display: flex;
  flex-direction: column;
}
.cart-detailed-totals-wrap .card-block:first-child {
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.cart-detailed-totals-wrap .card-block .label {
  font-size: inherit;
}
.card-separator {
  border-bottom: 1px solid #d1d1d1;
}
.cart-summary-line {
  margin-bottom: 10px;
}
.cart-summary-line h6 {
  display: inline;
  margin: 0;
  font-size: 1.188em;
  font-weight: normal;
  font-style: italic;
}
.cart-summary {
  margin-left: 20px;
}
.cart-container {
  margin-right: 20px;
}
.form-control ~ .focus-border:before,
.form-control ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #bbb;
  transition: 0.4s;
}
.form-control ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.form-control ~ .focus-border i:before,
.form-control ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #bbb;
  transition: 0.5s;
}
.form-control ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.form-control:focus ~ .focus-border:before,
.form-control:focus ~ .focus-border:after {
  width: 100%;
  transition: 0.4s;
}
.form-control:focus ~ .focus-border i:before,
.form-control:focus ~ .focus-border i:after {
  height: 100%;
  transition: 0.5s;
}
.cancel-address {
  margin-right: 10px;
}
.address-selector .address-item {
  width: 48%;
  float: left;
}
.address-selector .address-item:first-child {
  margin-right: 4%;
}
.address-sect {
  background: #fafafa;
}
.address-selector p {
  clear: both;
  width: 100%;
}
#conditions-to-approve {
  margin-bottom: 2rem;
}
#wrapper .payment-option.clearfix {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.order-details-wrapper {
  background: #f5f5f5;
}
.order-details-wrapper ul {
  list-style-position: inside;
}
.order-details-space {
  padding: 2rem;
}
body .pk_search_result {
  border-radius: 0;
  border-color: #f1f1f1;
  background: #fff;
  padding: 1rem;
  max-width: 488px;
  z-index: 999;
}
body .ui-helper-hidden-accessible {
  display: none;
}
body .pk_search_result li {
  display: flex;
}
body .pk_search_result li:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f1f1;
}
body .pk_search_result .product-price-and-shipping,
body .pk_search_result .product-description {
  margin: 0;
}
body .pk_search_result .product-price-and-shipping span {
  font-size: 0.825em;
}
body .pk_search_result .product-price-and-shipping span.price {
  font-size: 1em !important;
}
body .pk_search_result .product-title {
  font-style: normal;
  margin: 0.5rem 0;
}
body .pk_search_result .thumbnail-container a {
  padding: 0;
}
.videoWrap {
  height: 0;
  padding: 0 0 56.25% 0;
}
.videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100% !important;
  height: 100% !important;
}
#search_widget input[type="text"] {
  transition: all 0.2s ease-in-out;
  outline: none;
}
#search_widget label {
  color: inherit;
}
#search_widget.shown input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
#search_widget input {
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) 50%;
}
#search_widget .ui-autocomplete-loading {
  background-image: url("../svg/loader-animated.svg");
}
#newsletter-input,
.newsletter-input {
  width: 100%;
  height: 42px;
  line-height: 16px;
  font-size: 15px;
  border-radius: 21px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  color: inherit;
  padding: 10px 50px 10px 20px;
  letter-spacing: 0.03em;
  text-overflow: ellipsis;
}
.newsletter-form-input {
  max-width: 450px;
}
.footer-before .newsletter-form-input {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
}
.newsletter-form-input {
  margin-bottom: 20px;
}
.newsletter-form-info p {
  margin-top: 0;
}
.newsletter-form .submitNewsletter {
  background: none;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}
.newsletter-form .submit-widget-newsletter,
#newsletter_block_left .newsletter-form-input > svg,
.newsletter-form .submitNewsletter {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  padding: 0;
  color: #777;
}
.warning_inline {
  margin: 0 0 0.7em 0;
}
.rev_slider_wrapper {
  float: none !important;
  margin: 0 auto !important;
}
.rev_slider_wrapper:not(.revslider-initialised-parent) {
  background: url("../svg/loader-animated.svg") 50% 50% no-repeat;
  background-size: 50px;
}
@media (min-width: 1280px) {
  #left-column {
    padding-right: 25px;
  }
  #content-wrapper-left {
    padding-right: 0;
  }
  #cart #main > .cart-grid {
    display: flex;
  }
  #cart #main > .cart-grid .cart-grid-body {
    flex-grow: 1;
  }
  #cart #main > .cart-grid .cart-grid-right {
    min-width: 400px;
  }
}
.content-wrapper .ps_bestsellers .products {
  display: flex;
  justify-content: flex-start;
}
.content-wrapper .ps_bestsellers .products-section {
  width: 31%;
  margin-right: 2.33%;
}
.content-wrapper .ps_bestsellers .thumbnail {
  min-width: 100px;
  margin-right: 20px;
}
.products-section .product-miniature .product-description {
  max-width: 90%;
  margin-left: 0;
}
.displayTopColumn {
  margin-bottom: 75px;
  overflow: hidden;
}
#pattern .tparrows {
  background: transparent;
}
#pattern .tparrows.tp-rightarrow:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23666' viewBox='0 0 20 20'><path d='M13.922,15.366l5.425-5.022c0.098-0.09,0.156-0.216,0.156-0.343c0-0.13-0.055-0.253-0.156-0.343 l-5.425-5.022c-0.206-0.191-0.538-0.191-0.745,0s-0.207,0.5,0,0.69l4.527,4.191H1.024c-0.293,0-0.526,0.217-0.526,0.486 c0,0.271,0.233,0.488,0.526,0.488h16.68l-4.527,4.191c-0.102,0.095-0.156,0.221-0.156,0.344c0,0.122,0.051,0.249,0.156,0.343 C13.384,15.554,13.72,15.554,13.922,15.366z'/></svg>");
  transform: scale(1.5);
}
#pattern .tparrows.tp-leftarrow:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23666' viewBox='0 0 20 20'><path d='M6.078,15.366l-5.424-5.021c-0.098-0.091-0.156-0.218-0.156-0.344c0-0.13,0.055-0.253,0.156-0.343 l5.424-5.022c0.207-0.191,0.539-0.191,0.745,0c0.207,0.191,0.207,0.498,0,0.689L2.297,9.517h16.68c0.292,0,0.525,0.217,0.525,0.487 c0,0.271-0.233,0.489-0.525,0.489H2.297l4.526,4.19c0.102,0.094,0.156,0.221,0.156,0.343s-0.051,0.25-0.156,0.344 C6.617,15.553,6.281,15.553,6.078,15.366z'/></svg>");
  transform: scale(1.5);
}
.sidebar #newsletter_block_left {
  border: 1px solid #e7e7e7;
  padding: 25px;
  text-align: center;
}
.sidebar #newsletter_block_left h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 35px;
  letter-spacing: 0.12em;
}
.sidebar #newsletter_block_left #newsletter-input {
  border-color: #e7e7e7;
}
.sidebar #newsletter_block_left .newsletter-form p {
  font-size: 15px;
  line-height: 22px;
  color: #555;
  margin-top: 20px;
}
@media (min-width: 1600px) {
  #footer .fbuilder #newsletter_block_left {
    width: calc(100% - 100px);
  }
  #footer #newsletter_block_left {
    width: 30%;
    margin-right: 100px;
    max-width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 501px) {
  #footer #newsletter_block_left {
    width: 46%;
    margin-right: 8%;
  }
}
@media (max-width: 500px) {
  #footer #newsletter_block_left {
    width: 100%;
    margin-right: 0;
  }
}
.mobileMenuTitle {
  text-align: left;
}
.total-compare-val {
  font-weight: normal;
}
.purechat-widget-header {
  border-radius: 0 !important;
}
.purechat-widget-title-link {
  font-size: 14px !important;
}
.purechat .purechat-widget-header .purechat-btn {
  border: none !important;
}
.brands-list ul {
  list-style: none;
  flex-wrap: wrap;
}
.brands-list ul li {
  width: 250px;
  text-align: center;
  margin-bottom: 30px;
}
.brands-list h3,
#product-modal .modal-content .modal-body {
  margin: 0;
}
.brands-list .brand-products a {
  color: #bbb;
  font-size: 13px;
}
.brands-list .brand-products a:nth-child(2) {
  display: none;
}
.checkout-payment-step .modal-content {
  padding: 30px;
}
.payment-option > label > span {
  vertical-align: top;
}
.thin-text {
  font-weight: 100 !important;
}
.rvbld {
  font-weight: bold !important;
}
.rvnrm {
  font-weight: 400 !important;
}
#footer .footer-before #newsletter_block_left {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}
.footer-before .newsletter-form-info p {
  display: none;
}
.footer-before #newsletter-input {
  max-width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #646464;
  color: #444;
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.footer-before .email_subscription h4 {
  text-transform: uppercase;
  color: #444;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin: 0 0 50px 0;
}
.send-reqest {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
}
.contact-form-widget .icon-true {
  color: #666;
}
.contact-form-widget .form-group {
  margin-bottom: 15px;
}
.contact-form-widget .form-group textarea {
  height: 75px;
}
.contact-form-widget .form-group input,
.contact-form-widget .form-group textarea {
  background: none;
  border-color: rgba(0, 0, 0, 0.1);
  color: inherit;
  text-indent: 0;
  padding: 8px 15px 8px 36px;
  margin: 0;
  font-family: Roboto;
}
.contact-form-widget .form-group.textarea-area .input-icon {
  top: 14px;
}
.contact-form-widget .input-icon {
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  left: 17px;
}
.banners_carousel_wrap {
  margin-right: 30px;
}
#banners_carousel .bannersCarousel img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ps-alert-success i svg {
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.ps-alert-success,
.list-style-none {
  list-style: none;
}
#order-summary-content {
  border-top: 1px solid #ccc;
}
#order-summary-content .card-block {
  background: #f1f1f1;
}
#order-summary-content .card-block h4 {
  margin: 0 0 10px;
}
#order-summary-content .step-edit {
  display: none;
}
#order-summary-content #order-items {
  width: 100%;
  border: none;
  margin-top: 40px;
}
.ssc > * {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .cart-summary {
    margin: 0;
  }
}
@media (max-width: 768px) {
  body .carrier-delay,
  body .carrier-price {
    margin-left: -15px;
  }
  .tabs-container {
    margin: 0;
    padding: 30px;
  }
  .tabs .nav-tabs {
    flex-direction: column;
  }
  .nav-tabs .nav-item {
    margin: 0;
  }
  .tabs .tab-pane {
    padding-top: 1rem;
  }
  body #id_new_comment_form {
    padding: 30px 0 0 0;
  }
  #footer #newsletter_block_left {
    width: 100%;
    margin-right: 0;
  }
  .sect-row {
    width: 100%;
  }
  body .sect-02 > div,
  body .sect-01 > div {
    border-right: 1px solid #eee;
  }
  #content-wrapper {
    padding-top: 30px;
  }
  .description-block > div > div {
    padding: 30px 50px 30px 20px;
  }
  .hook-container > div {
    margin-top: 50px;
  }
  .hook-content_top.hook-container > div:last-child {
    margin-bottom: 50px;
  }
  .displayTopColumn {
    margin-bottom: 0;
  }
  .main-contant-wrapper {
    padding-bottom: 0;
  }
  .productButtons {
    flex-direction: column;
    align-items: flex-start;
  }
  body .productButtons > * {
    margin-left: 0;
  }
  .cart-detailed-totals-wrap {
    padding: 20px;
  }
  .cart-detailed-totals-wrap .card-block:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #checkout .-reachable h1 {
    margin-bottom: 20px;
  }
  .js-address-form form > p {
    margin-top: 0;
  }
  #subcategories ul {
    justify-content: space-between;
  }
  #subcategories ul li {
    width: 45%;
  }
}
@media (max-width: 544px) {
  .authentication-page > div {
    margin-bottom: 30px;
  }
  .page-customer-account #content .forgot-password {
    display: block;
  }
  .page-customer-account #content .forgot-password a {
    text-align: left;
    display: block;
    padding-top: 15px;
  }
}
.header-short-message p {
  margin: 0;
}
.js-vCarousel {
  overflow: hidden;
  transition: height 0.2s ease-in;
}
.js-vCarousel-list {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.2s ease-in;
}
.isDisabled {
  opacity: 0.2;
}
#delivery_message {
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 100px;
}
.pk-fb-btn {
  position: relative;
  padding-right: 2.5em;
}
.pk-fb-btn svg {
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 10px);
}
#my-account .page-header h1 {
  text-align: center;
}
#address .address-form .form-control-label {
  text-align: right;
}
.address-form .form-footer {
  text-align: right;
}
body.tax-display-enabled #wrapper #products .thumbnail-container {
  height: auto;
}
#product-modal .modal-dialog {
  max-width: 1000px;
}
#product-modal .product-images {
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.condition-label a {
  text-decoration: underline;
}
.layout-right-column #wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.flex-right .socialnetworks_menu {
  justify-content: flex-end;
}
.loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blured {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.header-banner:empty {
  display: none;
}
.pk-infomessage a {
  color: inherit;
  text-decoration: underline;
}
.pk-infomessage {
  position: fixed;
  z-index: 10002;
  top: 20px;
  right: 20px;
  width: 300px;
}
.pk-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
}
.pk-close-popup svg {
  width: 14px;
  height: 14px;
  color: #fff;
}
.pk-infomessage-item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}
.pk-infomessage-item > div:first-child {
  padding: 20px;
}
.pk-infomessage-item > div {
  color: #fff;
}
.pk-infomessage-item.state-error {
  background-color: #dc5300;
}
.pk-infomessage-item.state-success {
  background-color: #03a912;
}
.pk-infomessage-item.state-info {
  background-color: #4aaee8;
}
.pk-close-timer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.3);
}
.gs-lazy-load .b-lazy:not(.b-loaded) {
  opacity: 0;
}
.gs-lazy-load .subimage-true {
  position: relative;
}
.gs-lazy-load .b-lazy + span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gs-lazy-load .b-lazy.b-loaded + span {
  display: none;
}
.gs-lazy-load .b-lazy:not(.b-loaded) + span,
.pk-loader {
  background: url("../svg/loader-animated.svg") 50% 50% no-repeat;
  background-size: 20%;
}
.password-recovery-form {
  flex-direction: column;
}
.password-recovery-form label {
  margin-bottom: 15px;
}
.password-recovery-form input {
  padding: 10px 20px;
  width: 300px;
  font-size: 14px;
}

#fcbc iframe,
#fcbc span {
  display: block;
  width: 100% !important;
}
#content-hook_payment_return {
  font-family: "Courier new";
}
.dropdown-right .dd_container {
  right: 0;
  left: auto !important;
}
.js-mailalert {
  display: flex;
}
#product .js-mailalert > span {
  position: absolute;
  top: 100%;
  padding: 0 !important;
}
.fb_iframe_widget > span {
  margin: 0 !important;
}
#gdpr_consent label {
  color: inherit;
}
#gdpr_consent .custom-checkbox input[type="checkbox"] + span svg {
  margin: 0;
}
.widget-newsletter #gdpr_consent {
  margin-top: 15px;
}
.psgdpr_checkbox input {
  margin-top: 3px;
}
.psgdpr_consent_message {
  font-size: 12px;
}
.list-unstyled {
  list-style: none;
}

#addresses .page-footer {
  display: none;
}
/*comment*stars*/
.star-content {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.star-content,
.grade-stars,
.grade-stars-list {
  min-width: 80px;
}

.star-content div.star,
.star-content div.star-on,
.star-content div.star-hover {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}
.criterion-rating .star-content div.star-hover svg,
.criterion-rating .star-content div.star-on svg {
  color: #222;
}
.star-content .svgic {
  width: 16px;
  height: 16px;
}
.small-stars .star-content div.star,
.small-stars .star-content div.star-on,
.small-stars .star-content div.star-hover {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.star-full {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.grade-stars,
.grade-stars-list {
  position: relative;
  height: 16px;
  display: inline-block;
}
.grade-stars .star-content,
.grade-stars-list .star-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#socialnetworks li {
  margin: 10px 4px 10px 4px;
  padding: 0;
  width: 36px;
  height: 36px;
  border: none;
}
#socialnetworks li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#socialnetworks li a:hover {
  border-color: transparent;
}
body #socialnetworks li.facebook a:hover {
  background-color: #3b5a9a;
  border-color: #3b5a9a;
}
body #socialnetworks li.twitter a:hover {
  background-color: #1aa9e1;
  border-color: #1aa9e1;
}
body #socialnetworks li.youtube a:hover {
  background-color: #c3191e;
  border-color: #c3191e;
}
body #socialnetworks li.flickr a:hover {
  background-color: #3b5a9a;
  border-color: #3b5a9a;
}
body #socialnetworks li.instagram a:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  border: none;
}
body #socialnetworks li.pinterest a:hover {
  background-color: #cc2127;
  border-color: #cc2127;
}
body #socialnetworks li.vimeo a:hover {
  background-color: #86c9ef;
  border-color: #86c9ef;
}
body #socialnetworks li.linkedin a:hover {
  background-color: #0073b2;
  border-color: #0073b2;
}
#socialnetworks li a:hover {
  color: #fff;
}
#socialnetworks li a .svgic {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}
#payment-icons {
  margin-bottom: 15px;
  overflow: hidden;
}
#payment-icons li {
  padding: 0;
  float: left;
  margin-right: 10px;
}
.product-customizations-modal:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
/* animation on load */
.no-touch .load-animate {
  opacity: 0;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated,
.fancybox-wrap {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body #white_bg .footer-top h4 {
  font-size: 22px;
  color: #666;
}

/* carousel */
.pk-carousel:not(.pk-carousel-active) {
  display: flex;
  flex-wrap: wrap;
}
.pk-carousel:not(.pk-carousel-active) > article {
  width: 24%;
  margin-right: 1%;
}
@media (max-width: 768px) {
  .pk-carousel:not(.pk-carousel-active)[data-phonenum="1"] > article {
    width: 100%;
    margin-right: 0;
  }
  .pk-carousel:not(.pk-carousel-active)[data-phonenum="2"] > article {
    width: 49%;
  }
  .pk-carousel:not(.pk-carousel-active)[data-phonenum="3"] > article {
    width: 32.33%;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .pk-carousel:not(.pk-carousel-active)[data-tabletnum="1"] > article {
    width: 100%;
    margin-right: 0;
  }
  .pk-carousel:not(.pk-carousel-active)[data-tabletnum="2"] > article {
    width: 49%;
  }
  .pk-carousel:not(.pk-carousel-active)[data-tabletnum="3"] > article {
    width: 32.33%;
  }
  .pk-carousel:not(.pk-carousel-active)[data-tabletnum="4"] > article {
    width: 24%;
  }
}
@media (min-width: 1281px) {
  .pk-carousel:not(.pk-carousel-active)[data-desktopnum="3"] > article {
    width: 32.33%;
  }
  .pk-carousel:not(.pk-carousel-active)[data-desktopnum="4"] > article {
    width: 24%;
  }
  .pk-carousel:not(.pk-carousel-active)[data-desktopnum="5"] > article {
    width: 19%;
  }
  .pk-carousel:not(.pk-carousel-active)[data-desktopnum="6"] > article {
    width: 15.66%;
  }
  .pk-carousel:not(.pk-carousel-active)[data-desktopnum="7"] > article {
    width: 13.2%;
  }
  .pk-carousel:not(.pk-carousel-active)[data-desktopnum="8"] > article {
    width: 11.5%;
  }
}
.products.pk-carousel.pk-carousel-active {
  width: calc(100% + 30px);
  display: block;
}
.products.pk-carousel.pk-carousel-active[data-desktopnum="1"] {
  width: 100%;
}
.pk-carousel-active .block_content {
  overflow: hidden;
}
.pk-carousel-active > div > div > * {
  padding-right: 30px;
}
.pk-carousel-active > div > div .testimonial-item,
#product-images-cont .pk-carousel-active > div > div > * {
  padding: 0;
}
.products.pk-carousel {
  display: flex;
}
.pk-carousel-active .product-miniature {
  margin-bottom: 0;
  width: 100%;
}
.pk-carousel button {
  background: none;
  padding: 0 5px;
}
body .pk-carousel > .pk-nav {
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  height: 36px;
  position: absolute;
  top: 50%;
  width: 36px;
  z-index: 9;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  opacity: 0;
  color: #333;
}
body .pk-carousel > .pk-nav svg {
  width: 26px;
  height: 26px;
}
.pk-carousel > .pk-nav-right {
  right: -50px;
}
.pk-carousel > .pk-nav-left {
  margin-right: -2px;
  left: -50px;
}
.pk-carousel:hover > .pk-nav {
  opacity: 1;
}
.pk-carousel:hover > .pk-nav-left {
  left: 10px;
}
.pk-carousel:hover > .pk-nav-right {
  right: 10px;
}
.pk-carousel:hover > .pk-nav-left:active {
  left: 8px;
}
.pk-carousel:hover > .pk-nav-right:active {
  right: 8px;
}
.pk-carousel:hover .disabled {
  opacity: 0.5;
  cursor: auto;
}
@media (max-width: 768px) {
  body .pk-carousel > .pk-nav {
    opacity: 1;
  }
  body .pk-carousel > .pk-nav-left {
    left: 10px;
  }
  body .pk-carousel > .pk-nav-right {
    right: 10px;
  }
}
.pk-nav svg {
  color: #444;
  width: 36px;
  height: 36px;
}
.pk-nav-wrapper {
  position: absolute;
  display: flex;
  right: 0px;
  top: -65px;
  justify-content: flex-end;
}
.pk-nav-wrapper button svg {
  width: 17px;
  height: 17px;
}

.product-cover .countdown {
  max-width: 300px;
}
.countdown {
  position: absolute;
  width: calc(100% - 34px);
  bottom: 17px;
  left: 17px;
  justify-content: space-between;
  z-index: 2;
}
.countdown > div {
  width: calc(25% - 5px);
  background: #f2f1ec;
  padding: 15px 5px 5px 7px;
}
.countdown > div i {
  font-size: 1.8em;
  color: #555;
  font-style: normal;
  display: block;
  font-family: "Archivo Narrow";
}
.countdown > div span {
  font-size: 8px;
  line-height: 14px;
  color: #a4a4a4;
  display: block;
  font-family: "Roboto";
  text-transform: uppercase;
}
.countdown > div:first-child {
  margin-left: 0;
}
.header-border-bottom {
  border-bottom: 1px solid #eee;
}
.pl_attr {
  padding: 3px 5px;
  line-height: 14px;
  border: 1px solid #ccc;
  cursor: pointer;
  min-height: 20px;
  min-width: 20px;
  margin: 0 2px;
  display: inline-block;
}
.pl_attr:hover,
.pk_attr_radio:checked + .pl_attr {
  border-color: #333;
  background: #333;
  color: #fff;
}
.sticky {
  position: sticky;
  top: 0px;
}

.search_list {
  background-color: #fff;
  padding: 40px 30px;
}
#search_widget.popup_search {
  transform: translate(-50%, 0);
  max-height: 80%;
  overflow: auto;
}
#captcha-box {
  margin-bottom: 15px;
}
.sitemap h2 {
  margin-top: 0;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  height: 36px;
  width: 36px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  z-index: 2;
  color: #333;
  padding: 5px;
  background-color: #fff;
  border: 2px solid rgba(220, 220, 220, 0.5);
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 16px;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
  background-color: #f1f1f1;
}
.glide__arrow--left {
  left: 1em;
}
.glide__arrow--right {
  right: 1em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
