/*----THEME STYLE----*/
body {
  font-family: Basic, sans-serif;
  color: #262626;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
  text-transform: none; }

a:focus {
  overflow: visible; }

.container {
  /*background: #ffffff;*/ }

.container-nobckg {
  background: transparent; }

header {
  position: relative; }

header hr {
  margin: 0px; }

/*----FIX OSX PHONE NUMBERS FORMATTING----*/
a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

/*----FIX OSX FORM FORMATTING----*/
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

input,
textarea,
select {
  font-family: Basic, sans-serif; }

/*----FANCYBOX CUSTOM----*/
.fancybox-close-small:after {
  display: none; }

.fancybox-close-small {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #3c3c3c url(../images/close-fancybox.png) center center no-repeat;
  top: -18px;
  right: -19px;
  background-size: 70%;
  border: 1px solid #3c3c3c80;
  width: 46px;
  height: 46px; }

.fancybox-close-small:hover {
  background: #000000 url(../images/close-fancybox.png) center center no-repeat;
  background-size: 70%; }

.fancybox-slide > * {
  overflow: initial; }

* {
  box-sizing: border-box; }

.clear:after {
  content: '';
  display: block;
  clear: both; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
button {
  margin: 0px;
  padding: 0px; }

.panel {
  background: transparent;
  border: none;
  box-shadow: none; }

.no-margin {
  margin: 0px !important; }

li {
  margin: 0px;
  padding: 0px; }

label {
  font-weight: normal; }

a {
  color: #262626; }

a:hover {
  color: #444444; }

a,
a:hover,
a:focus,
a:active {
  outline: none !important;
  text-decoration: none; }

em {
  font-style: italic; }

::-webkit-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

input:-moz-placeholder {
  color: #000; }

.button-hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.button-hover:hover {
  filter: brightness(110%); }

.checkbox.checked,
.checkbox-in.checked {
  background: #ffffff url(../images/checked.png) center center no-repeat; }

.checkbox *,
.checkbox-in * {
  display: none; }

.checkbox {
  display: inline-block;
  margin: 0 4px 3px 0;
  vertical-align: middle; }

.main-content > .container {
  padding-top: 15px; }

.container.main-content {
  margin-top: 0px;
  padding-top: 0px; }

.wholehref {
  cursor: pointer; }

.container-wrapper {
  padding-right: 15px;
  padding-left: 15px; }

.main-content .title {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px; }

.main-content .title h2,
.main-content .title span {
  font-weight: normal;
  text-transform: none;
  font-size: 24px;
  padding: 0 10px;
  display: block; }

.main-content .title h1 {
  font-weight: normal;
  text-transform: none;
  font-size: 24px;
  padding: 0 10px; }

.multilevelpushmenu_wrapper {
  z-index: 999; }

#responsive_menu {
  height: 0px !important;
  min-height: 0px !important; }

/* ##### USER TOP LOGIN ##### */
#user {
  border-bottom: 1px solid #c81f5e;
  padding: 8px 0; }

#user > a {
  margin-left: 20px; }

#user a:hover {
  color: #444444; }

#top_languages {
  float: left; }

#top_languages_rwd {
  display: none; }

#top_languages img,
#top_languages_rwd img {
  margin-bottom: -2px;
  height: 15px;
  border: 1px solid #c0c0c0; }

/* ##### LOGO CENTER LAYOUT ##### */
.header-3 #user li {
  display: inline-block;
  margin-right: 38px; }

.header-3 #user {
  text-align: center;
  padding: 15px 0px; }

.header-3 #user li:last-child {
  margin-right: auto; }

.header-3 #user li a {
  color: #444444;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.header-3 #user li a:hover {
  color: #c81f5e; }

.header-3 #user ul {
  display: inline-block;
  vertical-align: middle; }

.header-3 #user a {
  color: #444444; }

.header-3 #user .top-languages {
  margin-left: 38px; }

.header-3 #user .top-languages li {
  margin-right: 10px; }

.header-3 #user .top-languages li:last-child {
  margin-right: auto; }

.header-3 #user .top-languages li img {
  height: 15px;
  border: 1px solid #c0c0c0; }

.header-3 .header-main {
  text-align: center;
  padding: 20px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  z-index: 999;
  position: relative; }

.header-3 .header-main figure {
  width: 305px;
  height: 115px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }

.header-3 .header-main figure img {
  max-width: 100%;
  max-height: 100%; }

.header-3 .header-main .logo {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.header-3 .contact-box {
  font-size: 26px;
  text-align: left;
  color: #444444;
  float: left; }

.header-3 .contact-box span {
  color: #c81f5e; }

.header-3 .contact-box a {
  display: block;
  color: #444444;
  max-width: 360px;
  overflow: hidden; }

.header-3 .basket-box {
  float: right; }

.header-3 .basket-box .cart_sum {
  font-size: 20px;
  color: #444444;
  margin-bottom: 15px;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center; }

.header-3 .cart-icon {
  margin-right: 10px; }

.header-3 .basket-box .cart_sum_rwd {
  display: none; }

.header-3 .basket-box .cart_sum:hover {
  color: #c81f5e; }

.header-3 .search-box {
  width: 280px; }

.header-3 .search-box input {
  width: 100%;
  border: 3px solid #c81f5e;
  color: #444444;
  font-size: 20px;
  height: 40px;
  border-radius: 4px;
  padding-left: 20px; }

.header-3 #main-menu {
  text-align: center;
  background: #c81f5e;
  border-bottom: 9px solid #ffffff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41); }

.header-3 #ButtonRsp {
  position: relative;
  display: none;
  cursor: pointer;
  float: left;
  margin: 10px 15px 0 0;
  height: 49px;
  width: 50px;
  border: 1px solid #373737;
  font-size: 35px;
  text-align: center;
  line-height: 49px; }

.header-3 .search-btn {
  display: none;
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #666666;
  position: relative; }

.header-3 .search-btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 28px; }

.header-3 #main-menu ul > li {
  margin-right: 10px;
  list-style-type: none;
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.header-3 #main-menu ul > li:hover > a,
.header-3 #main-menu ul > li:hover > span {
  background: #444444; }

.header-3 #main-menu ul > li > a {
  color: inherit; }

/* ##### LOGO LEFT LAYOUT ##### */
.header-4 #user ul {
  display: inline-block;
  vertical-align: middle; }

.header-4 #user li {
  display: inline-block;
  margin-right: 38px; }

.header-4 #user {
  text-align: center;
  padding: 15px 0px; }

.header-4 #user li:last-child {
  margin-right: auto; }

.header-4 #user li a {
  color: #444444;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.header-4 #user li a:hover {
  color: #c81f5e; }

.header-4 #user a {
  color: #444444; }

.header-4 #user .top-languages {
  margin-left: 38px; }

.header-4 #user .top-languages li {
  margin-right: 10px; }

.header-4 #user .top-languages li:last-child {
  margin-right: auto; }

.header-4 #user .top-languages li img {
  height: 15px;
  border: 1px solid #c0c0c0; }

.header-4 .header-main {
  text-align: center;
  padding: 20px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  z-index: 999;
  position: relative; }

.header-4 .header-main figure {
  width: 305px;
  height: 125px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: baseline;
  align-items: center; }

.header-4 .header-main figure img {
  max-width: 100%;
  max-height: 100%; }

.header-4 .header-main .logo {
  display: inline-block;
  text-align: center;
  float: left; }

.header-4 .contact-box {
  font-size: 26px;
  text-align: left;
  color: #444444;
  display: inline-block; }

.header-4 .contact-box span {
  color: #c81f5e; }

.header-4 .contact-box a {
  display: block;
  color: #444444; }

.header-4 .basket-box {
  float: right; }

.header-4 .basket-box .cart_sum {
  font-size: 20px;
  color: #444444;
  display: block;
  margin-bottom: 15px;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center; }

.header-4 .cart-icon {
  margin-right: 10px; }

.header-4 .basket-box .cart_sum:hover {
  color: #c81f5e; }

.header-4 .basket-box .cart_sum_rwd {
  display: none; }

.header-4 .search-box {
  width: 280px; }

.header-4 .search-box input {
  width: 100%;
  border: 3px solid #c81f5e;
  color: #444444;
  font-size: 20px;
  height: 40px;
  border-radius: 4px;
  padding-left: 20px; }

.header-4 #ButtonRsp {
  position: relative;
  display: none;
  cursor: pointer;
  float: left;
  margin: 10px 15px 0 0;
  height: 49px;
  width: 50px;
  border: 1px solid #373737;
  font-size: 35px;
  text-align: center;
  line-height: 49px; }

.header-4 .search-btn {
  display: none;
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #666666;
  position: relative; }

.header-4 .search-btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 28px; }

.header-4 #main-menu {
  text-align: center;
  background: #c81f5e;
  border-bottom: 9px solid #ffffff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41); }

.header-4 #main-menu ul > li {
  margin-right: 10px;
  list-style-type: none;
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.header-4 #main-menu ul > li:hover > a,
.header-4 #main-menu ul > li:hover > span {
  background: #444444; }

.header-4 #main-menu ul > li > a {
  color: inherit; }

/* ##### HEADER SIMPLE - LOGO CENTERED ##### */
.header-5 {
  margin-bottom: 0px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  z-index: 999; }

.header-5 #ButtonRsp {
  float: left;
  font-size: 16px;
  margin-right: 30px;
  margin-top: 13px;
  font-size: 30px;
  display: none;
  line-height: 1; }

.header-5 #ButtonRsp button {
  background: transparent;
  border: none; }

.header-5 .show-search-rwd {
  display: block;
  float: left;
  margin-top: 14px;
  cursor: pointer;
  color: #777777; }

.header-5 .show-search-rwd img {
  height: 28px; }

.header-5 .top-bar {
  border-bottom: 1px solid #444444;
  padding: 12px 0px;
  font-size: 16px; }

.header-5 .top-bar .left {
  text-align: left; }

.header-5 .top-bar .right {
  text-align: right; }

.header-5 .top-bar a {
  color: #777777; }

.header-5 .top-bar .right a {
  margin-right: 28px; }

.header-5 .top-bar .right a:last-child {
  margin-right: auto; }

.header-5 .center-bar {
  padding: 50px 0px;
  position: relative; }

.header-5 .top-search {
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 115px;
  display: none;
  position: absolute;
  z-index: 999;
  max-width: 900px; }

.header-5 .top-search input {
  width: 100%;
  height: 56px;
  background: #ffffff;
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 3px; }

.header-5 .top-search button {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 10px;
  background: transparent;
  border: none; }

.header-5 .top-search button img {
  max-width: 31px;
  width: 100%; }

.header-5 .logo {
  display: block;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-ransform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.header-5 .logo img {
  max-width: 300px;
  max-height: 130px; }

.header-5 .top-basket {
  float: right;
  display: block;
  border-radius: 3px;
  margin-top: 13px; }

.header-5 .top-favorite {
  display: inline-block;
  float: right;
  font-size: 27px;
  margin-top: 8px;
  color: #777777;
  margin-right: 20px;
  position: relative; }

.header-5 .top-favorite img {
  height: 28px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.header-5 .wishlist-count {
  border-radius: 50%;
  background: #262626;
  color: #ffffff;
  text-align: center;
  min-width: 20px;
  height: 20px;
  float: none;
  line-height: 20px;
  margin: 0px;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: -9px;
  font-weight: 400; }

.header-5 .top-user {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 15px;
  margin-right: 20px;
  color: #777777;
  cursor: pointer;
  position: relative; }

.header-5 .top-user img {
  height: 28px; }

.header-5 .top-user img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.active-wishlist i {
  color: red; }

.header-5 .top-user ul {
  position: absolute;
  background: #ffffff;
  list-style-type: none;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9;
  font-size: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 127px;
  top: 100%;
  text-align: center; }

.header-5 .top-user:hover ul {
  opacity: 1;
  pointer-events: all; }

.header-5 .top-user ul li {
  padding: 8px 0px; }

.header-5 .top-user ul li a:hover {
  text-decoration: underline; }

.header-5 .top-basket .top-basket-image {
  float: right;
  position: relative; }

.header-5 .top-basket .top-basket-image img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 28px; }

.header-5 .top-basket .top-basket-image span {
  background: #262626;
  color: #ffffff;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -4px;
  text-align: center;
  font-size: 12px;
  padding-top: 2px;
  font-weight: 400;
  display: none; }

.header-5 .top-basket .top-basket-image span.active-cart-count {
  display: block; }

.header-5 .language {
  display: inline-block;
  float: right;
  margin-left: 28px; }

.header-5 .language button {
  background: transparent;
  border: 0;
  outline: none; }

.header-5 .language button span {
  margin-left: 4px; }

.header-5 .top-basket .top-basket-image:hover img,
.header-5 .top-favorite:hover img,
.header-5 .top-user:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.header-5-menu #main-menu {
  text-align: center;
  background: #c81f5e;
  border-bottom: 9px solid #ffffff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41); }

.header-5-menu #main-menu ul > li {
  margin-right: 10px;
  list-style-type: none;
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.header-5-menu #main-menu ul > li:hover > a,
.header-5-menu #main-menu ul > li:hover > span {
  background: #444444; }

.header-5-menu #main-menu ul > li > a {
  color: inherit; }

@media only screen and (max-width: 991px) {
  .header-5 .logo img {
    max-width: 220px;
    max-height: 90px; }

  .header-5 .center-bar {
    padding: 30px 0px; }

  .header-5 .top-bar .left {
    display: none; }

  .header-5 .top-bar .right {
    text-align: center; }

  .header-5 .language {
    margin-right: 28px;
    float: none; }

  .header-5 .language ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    background: #ffffff; }

  .header-5 #ButtonRsp {
    display: block; } }
@media only screen and (max-width: 550px) {
  .header-5 .top-basket .top-basket-text {
    display: none; }

  .header-5 .top-basket {
    border: none; }

  .header-5 .top-user {
    margin-right: 10px; }

  .header-5 .top-favorite {
    margin-right: 10px; }

  .header-5 #ButtonRsp {
    margin-right: 15px; } }
@media only screen and (max-width: 480px) {
  .header-5 .top-bar .right a {
    margin-right: 5px; }

  .header-5 .language {
    margin-right: 5px; }

  .header-5 .logo img {
    max-width: 190px;
    max-height: 70px; }

  .header-5 .center-bar {
    padding: 20px 0px; }

  .header-5 #ButtonRsp {
    margin-right: 20px; }

  .header-5 .logo img {
    max-width: 140px;
    max-height: 70px; }

  .header-5 .top-search {
    top: 90px; } }
@media only screen and (max-width: 440px) {
  .header-5 .center-bar {
    padding: 80px 0px 20px 0px; }

  .header-5 .logo {
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }
@media only screen and (max-width: 400px) {
  .header-5 .logo img {
    max-width: 135px;
    max-height: 70px; }

  .header-5 .top-bar a {
    font-size: 13px; }

  .header-5 .language {
    font-size: 13px; } }
/* ##### HEADER SIMPLE - LOGO ON LEFT SIDE ##### */
.header-6 {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  z-index: 999; }

.header-6 #ButtonRsp {
  float: left;
  font-size: 16px;
  margin-right: 30px;
  margin-top: 3px;
  font-size: 30px;
  display: none; }

.header-6 .show-search-rwd {
  display: block;
  float: right;
  margin-top: 12px;
  margin-right: 28px;
  cursor: pointer;
  color: #777777;
  font-size: 24px; }

.header-6 .show-search-rwd img {
  height: 28px; }

.header-6 .top-bar {
  border-bottom: 1px solid #444444;
  padding: 12px 0px;
  font-size: 16px; }

.header-6 .top-bar .left {
  text-align: left; }

.header-6 .top-bar .right {
  text-align: right; }

.header-6 .top-bar a {
  color: #777777; }

.header-6 .top-bar .right a {
  margin-right: 28px; }

.header-6 .top-bar .right a:last-child {
  margin-right: auto; }

.header-6 .center-bar {
  padding: 50px 0px;
  position: relative; }

.header-6 .center-bar .container {
  position: relative; }

.header-6 .top-search {
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 135px;
  display: none;
  position: absolute;
  z-index: 999; }

.header-6 .top-search input {
  width: 100%;
  height: 56px;
  background: #ffffff;
  padding-left: 15px;
  box-sizing: border-box;
  border-radius: 3px; }

.header-6 .top-search button {
  display: inline-block;
  position: absolute;
  top: 13px;
  background: transparent;
  border: none;
  right: 10px; }

.header-6 .top-search button img {
  max-width: 31px;
  width: 100%; }

.header-6 .logo {
  display: block;
  position: absolute;
  display: block;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-ransform: translateY(-50%);
  transform: translateY(-50%); }

.header-6 .logo img {
  max-width: 300px;
  max-height: 130px; }

.header-6 .top-basket {
  float: right;
  display: block;
  border-radius: 3px;
  margin-top: 13px; }

.header-6 .top-favorite {
  display: inline-block;
  float: right;
  font-size: 27px;
  margin-top: 6px;
  color: #777777;
  margin-right: 20px;
  position: relative; }

.header-6 .top-favorite img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.header-6 .top-favorite img {
  height: 28px; }

.header-6 .wishlist-count {
  border-radius: 50%;
  background: #262626;
  color: #ffffff;
  text-align: center;
  min-width: 20px;
  height: 20px;
  float: none;
  line-height: 20px;
  margin: 0px;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  top: 3px;
  right: -9px;
  font-weight: 600; }

.header-6 .wishlist-count img {
  max-height: 27px;
  height: 100%; }

.header-6 .top-user {
  display: inline-block;
  float: right;
  font-size: 30px;
  margin-top: 5px;
  margin-right: 20px;
  color: #777777;
  cursor: pointer;
  position: relative; }

.header-6 .top-user img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 28px; }

.active-wishlist i {
  color: red; }

.header-6 .top-user ul {
  position: absolute;
  background: #ffffff;
  list-style-type: none;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9;
  font-size: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 127px;
  top: 100%;
  text-align: center; }

.header-6 .top-user:hover ul {
  opacity: 1;
  pointer-events: all; }

.header-6 .top-user ul li {
  padding: 8px 0px; }

.header-6 .top-user ul li a:hover {
  text-decoration: underline; }

.header-6 .top-basket .top-basket-image {
  float: right;
  position: relative; }

.header-6 .top-basket .top-basket-image img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 28px; }

.header-6 .top-basket .top-basket-image span {
  background: #262626;
  color: #ffffff;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -4px;
  text-align: center;
  font-size: 12px;
  padding-top: 2px;
  font-weight: 400;
  display: none; }

.header-6 .top-basket .top-basket-image span.active-cart-count {
  display: block; }

.header-6 .language {
  display: inline-block;
  float: right;
  margin-left: 28px; }

.header-6 .language button {
  background: transparent;
  border: 0;
  outline: none; }

.header-6 .language button span {
  margin-left: 4px; }

.header-6 .top-basket .top-basket-image:hover img,
.header-6 .top-favorite:hover img,
.header-6 .top-user:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.header-6-menu #main-menu {
  text-align: center;
  background: #c81f5e;
  border-bottom: 9px solid #ffffff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 5px 9px 1px rgba(0, 0, 0, 0.41); }

.header-6-menu #main-menu ul > li {
  margin-right: 10px;
  list-style-type: none;
  font-size: 24px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.header-6- menu #main-menu ul > li:hover > a,
.header-6-menu #main-menu ul > li:hover > span {
  background: #444444; }

.header-6-menu #main-menu ul > li > a {
  color: inherit; }

@media only screen and (max-width: 991px) {
  .header-6 .top-search {
    top: 91px; }

  .header-6 .logo img {
    max-width: 220px;
    max-height: 90px; }

  .header-6 .center-bar {
    padding: 30px 0px; }

  .header-6 .top-bar .left {
    display: none; }

  .header-6 .top-bar .right {
    text-align: center; }

  .header-6 .language {
    margin-right: 28px;
    float: none; }

  .header-6 .language ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    background: #ffffff; }

  .header-6 #ButtonRsp {
    display: block; }

  .header-6 .logo {
    left: 65px; } }
@media only screen and (max-width: 550px) {
  .header-6 .top-basket .top-basket-text {
    display: none; }

  .header-6 .top-basket {
    border: none; }

  .header-6 .top-user {
    margin-right: 10px; }

  .header-6 .top-favorite {
    margin-right: 10px; }

  .header-6 #ButtonRsp {
    margin-right: 15px; }

  .header-6 .show-search-rwd {
    margin-right: 10px; } }
@media only screen and (max-width: 480px) {
  .header-6 .top-bar .right a {
    margin-right: 5px; }

  .header-6 .language {
    margin-right: 5px; }

  .header-6 .logo img {
    max-width: 190px;
    max-height: 70px; }

  .header-6 .center-bar {
    padding: 20px 0px; }

  .header-6 #ButtonRsp {
    margin-right: 20px; }

  .header-6 .logo img {
    max-width: 140px;
    max-height: 70px; }

  .header-6 .top-search {
    top: 100%; } }
@media only screen and (max-width: 440px) {
  .header-6 .center-bar {
    padding: 80px 0px 20px 0px; }

  .header-6 .logo {
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  .header-6 .center-bar .container {
    position: static; } }
@media only screen and (max-width: 400px) {
  .header-6 .logo img {
    max-width: 135px;
    max-height: 70px; }

  .header-6 .top-bar a {
    font-size: 13px; }

  .header-6 .language {
    font-size: 13px; } }
#newsletter {
  margin-top: 65px;
  background: #444444;
  color: #ffffff;
  border-top: 8px solid #ffffff;
  padding: 15px 0px; }

#newsletter p {
  font-size: 32px; }

#newsletter p span {
  display: block;
  font-size: 28px; }

#newsletter .newsletter-cont {
  width: 100%;
  font-size: 30px;
  margin-top: 3px; }

#newsletter input.get-newsletter-mail {
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: -webkit-calc(100% - 148px);
  width: -moz-calc(100% - 148px);
  width: calc(100% - 148px);
  background: #ffffff;
  height: 70px;
  bordeR: none;
  box-shadow: none;
  padding-left: 15px;
  font-size: 20px; }

#newsletter .newsletter-button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #c81f5e;
  color: #262626;
  width: 148px;
  float: left;
  height: 70px;
  border: none;
  text-align: center;
  padding-top: 17px;
  cursor: pointer; }

#newsletter .newsletter-button:hover {
  filter: brightness(110%); }

form #newsletter_checkboxes .error .error_description::after,
form #newsletter_checkboxes span.error_description::after {
  display: none; }

/* ##### NEWSLETTER POPUP ##### */
.newsletter-popup-title {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 24px; }

.newsletter-popup {
  padding: 30px 40px !important;
  display: none;
  width: 100%;
  max-width: 580px;
  font-family: Basic, sans-serif; }

.newsletter_form label {
  font-size: 14px;
  float: left;
  margin: 0px;
  display: inline-block;
  margin-top: 4px; }

.newsletter-form-container {
  padding-left: 25px;
  padding-right: 25px; }

.newsletter_form input {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  float: right;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 30px;
  padding: 0px 10px;
  font-size: 14px;
  border: 1px solid #373737; }

.newsletter_form input:hover,
.newsletter_form input:focus {
  border: 1px solid red; }

.newsletter_form button {
  margin: 20px auto;
  background-color: #444444;
  color: #ffffff;
  width: 160px;
  height: 40px;
  font-size: 16px;
  display: block;
  border: none;
  box-shadow: none; }

.newsletter_form {
  padding-left: 20px;
  padding-right: 20px; }

.newsletter-popup-text {
  font-size: 15px;
  line-height: 24px;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #373737;
  margin-bottom: 10px; }

#newsletter_popup_checkboxes li::after {
  content: '';
  clear: both;
  display: block; }

#newsletter_popup_checkboxes li {
  margin-bottom: 20px;
  position: relative; }

#newsletter_popup_checkboxes li:first-child {
  border-top: 1px solid #373737;
  padding-top: 20px; }

#newsletter_popup_checkboxes li:last-child {
  margin-bottom: auto; }

.newsletter-popup .check_checkbox {
  float: right;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  font-size: 12px;
  line-height: 24px; }

.newsletter-popup .checkbox {
  float: left;
  margin-left: 7px;
  margin-top: 6px; }

.newsletter-popup .error .checkbox {
  border-color: red; }

.newsletter-popup .error_description {
  font-size: 12px;
  text-align: left;
  line-height: 30px;
  position: relative;
  background-color: #eb1111;
  z-index: 99;
  color: #fff;
  height: 30px;
  width: auto;
  padding-right: 10px;
  right: 0px;
  top: 0px;
  padding-left: 10px;
  float: right;
  margin-bottom: 10px; }

.newsletter-popup .error_description::after {
  display: none; }

.newsletter-popup .fancybox-close-small {
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  transition: 0.4s !important;
  background: #3c3c3c url(../images/close-fancybox-newsletter.png) center center no-repeat !important;
  top: 0px !important;
  background-size: cover !important;
  right: 0px !important;
  border: none !important;
  width: 27px !important;
  height: 27px !important; }

.mainpage-news .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news-mainpage-box {
  margin-bottom: 30px; }

.news-mainpage-box figure {
  height: 289px;
  width: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  float: left;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  position: relative;
  z-index: 9; }

.news-mainpage-box figure img {
  max-width: 100%;
  max-height: 269px; }

.news-mainpage-content {
  color: #373737;
  background: #eafcff;
  min-height: 278px;
  margin-top: 7px;
  padding: 20px;
  text-align: center;
  width: 50%;
  float: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  z-index: 1; }

.news-mainpage-content-no-image {
  width: 100%; }

.news-mainpage-content h4 {
  font-size: 25px;
  margin: 0 0 10px 0; }

.news-mainpage-content p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif; }

.manufacturers-slider {
  padding: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  border-radius: 8px; }

.manufacturers-slider figure {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 106px; }

.manufacturers-slider figure img {
  max-height: 106px;
  max-width: 100%; }

.manufacturers-slider .owl-item {
  text-align: center; }

.product-day-slider {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  border-radius: 10px; }

.mainpage-product-day figure {
  height: 300px;
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.mainpage-product-day .col-2-photos figure {
  float: left;
  padding: 10px 15px;
  width: 50%; }

.mainpage-product-day figure img {
  max-height: 280px; }

.mainpage-product-day h4 {
  font-size: 36px;
  color: #444444;
  margin: 0 0 10px 0; }

.mainpage-product-day h3 {
  font-size: 36px;
  color: #373737;
  margin: 0 0 10px 0; }

.mainpage-product-day p {
  font-size: 14px;
  color: #222222;
  margin: 0 0 10px 0; }

.mainpage-product-day-content {
  padding: 15px; }

.mainpage-product-day-add {
  text-align: right;
  padding: 50px 35px 35px 35px; }

.col-2-photos.mainpage-product-day-add {
  padding: 50px 30px 20px 20px; }

.mainpage-product-day-add .prices .old-price {
  text-decoration: line-through;
  font-size: 20px;
  color: #777777;
  margin-top: 3px; }

.mainpage-product-day-add .prices .price-promotion {
  font-size: 25px;
  color: #222222; }

.mainpage-product-day-add .prices .price-promotion span,
.mainpage-product-day-add .prices .price-promotion .value {
  display: inline-block; }

.mainpage-product-day-add .prices .price-promotion .price-title {
  font-size: 25px;
  color: #cd1616;
  margin-bottom: 3px; }

.mainpage-product-day-add .add_to_cart {
  margin-top: 35px; }

.add_btn_productday {
  color: #ffffff;
  background: silver;
  border: 3px solid #a7a7a7;
  font-size: 26px;
  border-radius: 10px;
  padding: 13px 45px;
  text-align: center;
  cursor: pointer; }

.mainpage-product-day-add .go_to_cart {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: #6FC22B;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.mainpage-product-day-add .error_quantity {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.col-2-photos .add_btn_productday {
  padding: 13px; }

/* ##### HEADER ##### */
.header-1 #ButtonRsp {
  position: relative;
  display: none;
  cursor: pointer;
  float: left;
  margin: 10px 15px 0 0;
  height: 49px;
  width: 50px;
  border: 1px solid #373737;
  font-size: 35px;
  text-align: center;
  line-height: 40px; }

.header-1 .search-btn {
  display: none;
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #373737;
  background: url(../images/icon01.png) center no-repeat; }

.header-1 .logo figure {
  height: 100px;
  width: 305px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.header-1 .logo figure img {
  max-height: 100px;
  align-self: baseline; }

.header-1 .contact-box {
  font-size: 22px;
  margin-top: 24px;
  margin-right: 70px; }

.header-1 .header-box {
  width: 380px; }

.header-1 .user-btn {
  display: none;
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #373737;
  background: url(../images/icon05.png) center no-repeat;
  position: relative; }

.header-1 .user-btn ul {
  background-color: #ffffff;
  position: absolute;
  top: 49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px;
  display: none;
  width: 100px;
  z-index: 99; }

.header-1 .user-btn:hover > ul {
  display: block; }

.header-1 .basket-box {
  width: 100%;
  height: 50px;
  border: 1px solid #373737;
  margin-bottom: 10px;
  text-align: center; }

.header-1 .basket-box .b-1 {
  width: 110px;
  text-align: right;
  border-right: 1px solid #373737; }

.header-1 .basket-box div {
  height: 48px;
  float: left;
  font-size: 32px; }

.header-1 .basket-box .b-1 a {
  display: block;
  padding: 0 15px;
  background: url(../images/icon02.png) 15px center no-repeat;
  float: left;
  width: 100%;
  height: 48px; }

.header-1 .basket-box .b-2 {
  width: 165px;
  border-right: 1px solid #373737; }

.header-1 .basket-box .b-2 a {
  display: block;
  width: 100%;
  height: 100%; }

.header-1 .basket-box .b-2 span {
  font-size: 14px; }

.header-1 .basket-box .b-2 span.cart_sum {
  font-size: 32px; }

.header-1 .basket-box .b-3 {
  width: 103px;
  font-size: 12px;
  color: #fff;
  background: #c81f5e;
  line-height: 25px; }

.header-1 .basket-box .b-3 a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%; }

.header-1 .basket-box .b-3 a:hover {
  text-decoration: none; }

.header-1 .basket-box .b-3.active {
  background: #444444;
  color: #ffffff; }

.header-1 .basket-box .b-3.active a {
  color: #ffffff; }

.header-1 .search-box {
  width: 100%;
  height: 50px;
  border: 1px solid #373737; }

.header-1 .search-box-rwd {
  display: none; }

.header-1 .search-box input {
  overflow: hidden;
  display: block;
  float: left;
  width: 318px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 16px;
  color: #373737;
  background: #ffffff;
  border: none; }

.header-1 .search-box button {
  display: block;
  float: left;
  border: none;
  width: 60px;
  height: 48px;
  background: #ffffff url(../images/icon01.png) center no-repeat; }

.header-1 #main-menu {
  position: relative;
  z-index: 200;
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #373737; }

.header-1 .contact-box a {
  color: #262626; }

.header-1 .contact-box a:hover {
  color: #444444; }

/* ##### HEADER SECOND VIEW - CENTERED LOGO ##### */
.user_discount {
  padding-left: 15px; }

.header-2 {
  border-bottom: 1px solid #c81f5e;
  width: 100%;
  text-align: center; }

.header-2 #ButtonRsp {
  position: relative;
  display: none;
  cursor: pointer;
  float: left;
  margin: 31px 15px 0 0;
  height: 49px;
  width: 50px;
  border: 1px solid #373737;
  font-size: 35px;
  text-align: center;
  line-height: 40px; }

.header-2 .search-btn {
  display: none;
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #373737;
  background: url(../images/icon01.png) center no-repeat; }

.header-2 .user-btn {
  display: none;
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #373737;
  background: url(../images/icon05.png) center no-repeat;
  position: relative; }

.header-2 .user-btn ul {
  background-color: #ffffff;
  position: absolute;
  top: 49px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px;
  display: none; }

.header-2 .user-btn:hover > ul {
  display: block; }

.header-2 .header-box {
  width: 266px;
  margin-top: 8px;
  float: right; }

.header-2 .search-box {
  width: 188px;
  float: left;
  height: 50px;
  border: 1px solid #373737; }

.header-2 .search-box-rwd {
  display: none; }

.header-2 .basket-box {
  width: 48px;
  float: right;
  height: 50px;
  border: 1px solid #373737;
  margin-bottom: 10px;
  text-align: center; }

.header-2 .basket-box .b-1 {
  border-right: 0;
  width: 48px;
  text-align: right; }

.header-2 .basket-box .b-1 a {
  display: block;
  background: url(../images/icon02.png) 15px center no-repeat;
  float: left;
  height: 48px;
  padding: 0;
  width: 48px;
  background-position: center; }

.header-2 .basket-box .b-1 span {
  display: none; }

.header-2 .basket-box .b-2 {
  display: none;
  width: 165px;
  border-right: 1px solid #373737; }

.header-2 .basket-box .b-3 {
  width: 103px;
  font-size: 12px;
  color: #fff;
  background: #c81f5e;
  line-height: 25px;
  display: none; }

.header-2 .basket-box .b-3.active {
  background: #444444;
  color: #ffffff; }

.not_empty_cart {
  display: none; }

.header-2 .search-box button {
  display: block;
  float: left;
  border: none;
  width: 48px;
  height: 48px;
  background: #ffffff url(../images/icon01.png) center no-repeat; }

.header-2 .search-box input {
  overflow: hidden;
  display: block;
  float: left;
  width: 138px;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 16px;
  color: #000;
  border: none;
  color: #373737;
  background: #ffffff; }

.header-2 .logo {
  height: 83px;
  position: absolute;
  width: 300px;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.header-2 .logo img {
  max-width: 100%;
  max-height: 80px;
  align-self: center; }

.header-2 .contact-box {
  float: left;
  font-size: 22px;
  padding: 0px 70px 0 0;
  text-align: left; }

.header-2 .contact-box a {
  color: #444444; }

.header-2 .contact-box a:hover {
  color: #444444; }

/* ##### MAIN MENU ##### */
#MainMenuWrapper {
  position: relative;
  clear: both;
  float: none; }

#MainMenu {
  position: relative;
  z-index: 200;
  float: left;
  width: 100%; }

#MainMenu {
  float: left;
  width: 100%; }

#MainMenu > li {
  float: left;
  list-style: none;
  margin-right: 35px; }

#MainMenu > li:last-child {
  margin-right: 0; }

#MainMenu > li > a {
  height: 50px;
  font-size: 24px;
  line-height: 48px;
  display: block;
  float: left;
  padding: 0 10px;
  text-transform: none; }

#MainMenu > li > span {
  height: 50px;
  font-size: 24px;
  line-height: 48px;
  display: block;
  float: left;
  padding: 0 10px;
  text-transform: none;
  cursor: pointer; }

#MainMenu > li > a span {
  display: inline-block;
  margin-left: 2px; }

#MainMenu li > ul {
  right: 0 !important;
  left: auto !important; }

#MainMenu li:nth-child(1) > ul,
#MainMenu li:nth-child(2) > ul,
#MainMenu li:nth-child(3) > ul,
#MainMenu li:nth-child(4) > ul,
#MainMenu li:nth-child(5) > ul {
  left: 0 !important;
  right: auto !important; }

#MainMenu .category_main:hover > ul {
  display: block; }

/* *** SUBMENU *** */
#MainMenu ul {
  position: absolute;
  top: 50px;
  display: none;
  left: 0;
  padding: 10px 0;
  width: 150px;
  /*background: #fff;*/
  border-bottom: 3px solid #c81f5e; }

#MainMenu ul ul {
  left: 100%;
  top: 0; }

#MainMenu ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none; }

#MainMenu ul li a {
  float: left;
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 5px 10px; }

#MainMenu > li > a .arrow-square {
  margin-left: 4px;
  position: relative;
  top: -2px;
  width: 11px;
  height: 8px;
  display: inline-block;
  vertical-align: middle; }

#MainMenu > li > span .arrow-square {
  margin-left: 4px;
  position: relative;
  top: -2px;
  width: 11px;
  height: 8px;
  display: inline-block;
  vertical-align: middle; }

#MainMenu > li > a .arrow-square::after,
#MainMenu > li > span .arrow-square::after {
  content: '\f107';
  font-size: 21px;
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: -17px;
  color: #ffffff; }

#MainMenu > li:hover > a .arrow-square::after,
#MainMenu > li:hover > span .arrow-square::after {
  color: #ffffff; }

#MainMenu > li:hover > a {
  background: #c81f5e;
  color: #ffffff; }

#MainMenu > li:hover > span {
  background: #c81f5e;
  color: #ffffff; }

#MainMenu > li:hover .submenu_content {
  display: block; }

#MainMenu .submenu_content {
  display: none;
  background: #fff;
  width: 1180px;
  position: absolute;
  left: auto;
  top: 47px;
  border: 3px solid #c81f5e;
  padding-bottom: 10px;
  text-align: left; }

#MainMenu .submenu_content ul {
  display: block;
  left: 0;
  float: left;
  display: block;
  position: static;
  top: 0;
  border-bottom: 0; }

#MainMenu .submenu_content > ul {
  width: auto; }

#MainMenu .submenu_content > ul ul {
  width: auto; }

#MainMenu .submenu_content > ul > li {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 10px; }

#MainMenu .submenu_content > ul ul li:last-child a {
  border-bottom: 0; }

#MainMenu .submenu_content > ul > li a {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #c81f5e;
  padding: 0;
  width: 100%; }

#MainMenu .submenu_content > ul > li > a {
  color: #FF5900;
  text-transform: none;
  border-bottom: 1px solid #c81f5e !important;
  width: auto;
  width: 100%;
  padding: 0 0 5px 0; }

#MainMenu .submenu_content-1 ul.menu-column {
  margin-right: 10px; }

#MainMenu .submenu_content-2 {
  width: auto !important;
  padding-right: 25px;
  z-index: 9; }

#MainMenu .submenu_content-2 > ul > li {
  margin-right: 10px;
  width: 100%; }

#MainMenu .submenu_content-2 > ul > li:nth-child(odd) {
  clear: both; }

#MainMenu .submenu_content-2 > ul > li a {
  color: #373737;
  width: 100%;
  padding: 4px 10px;
  border-bottom: 0 !important;
  line-height: 26px;
  min-width: 150px; }

#MainMenu .submenu_content-2 > ul > li a:hover {
  background: #444444;
  color: #ffffff; }

#MainMenu .submenu_content-3 {
  padding: 0;
  width: auto !important;
  z-index: 9; }

#MainMenu .submenu_content-3 > ul {
  padding: 0; }

#MainMenu .submenu_content-3 > ul > li {
  float: left;
  margin-right: 0;
  clear: both;
  margin-left: 0 !important;
  border-bottom: 1px solid #c81f5e;
  border-right: 0;
  width: 100%; }

#MainMenu .submenu_content-3 > ul > li:nth-child(odd) {
  clear: both; }

#MainMenu .submenu_content-3 > ul > li a {
  color: #262626;
  padding: 6px 30px 6px 10px;
  width: 100%;
  border-bottom: 0 !important;
  border-left: 8px solid #fff;
  line-height: 26px;
  min-width: 150px; }

#MainMenu .submenu_content-3 > ul > li a:hover {
  border-left: 8px solid #c81f5e;
  background: #444444;
  color: #ffffff; }

#MainMenu .submenu_content-3 ul.menu-column {
  border-right: 1px solid #c81f5e; }

#MainMenu .submenu_content-4 {
  width: auto !important;
  z-index: 9; }

#MainMenu .submenu_content-4::after {
  content: '';
  clear: both;
  display: block; }

#MainMenu .submenu_content-4 > ul > li {
  margin-right: 0px;
  padding-right: 10px;
  width: 100%; }

#MainMenu .submenu_content-4 > ul > li:nth-child(odd) {
  clear: both; }

#MainMenu .submenu_content-4 > ul > li a {
  color: #444444;
  min-width: 150px;
  width: 100%;
  padding: 4px 10px;
  display: block;
  border-bottom: 0 !important;
  line-height: 26px; }

#MainMenu .submenu_content-4 > ul > li:hover a {
  background: transparent; }

#MainMenu .submenu_content-4 > ul > li a:hover {
  text-decoration: underline;
  background: #444444;
  color: #ffffff; }

#MainMenu .submenu_content-4 .submenu {
  margin-left: 20px !important;
  float: none;
  display: block;
  margin-bottom: 10px !important;
  width: 140px; }

#MainMenu .submenu_content-4 .submenu a {
  color: #262626;
  padding: 0;
  line-height: 26px;
  width: 140px !important;
  padding-left: 5px; }

#MainMenu .submenu_content-4 .submenu li {
  clear: none !important;
  margin-bottom: 0;
  width: 140px !important;
  float: none !important; }

#MainMenu .submenu_content-5 {
  padding: 0;
  width: auto !important;
  z-index: 9; }

#MainMenu .submenu_content-5 > ul {
  padding: 0; }

#MainMenu .submenu_content-5 > ul > li {
  float: left;
  margin-right: 0;
  clear: none;
  margin-left: 0 !important;
  clear: both;
  border-bottom: 1px solid #c81f5e; }

#MainMenu .submenu_content-5 > ul > li a {
  color: #373737;
  min-width: 150px;
  width: 230px;
  padding: 6px 10px;
  border-bottom: 0 !important;
  line-height: 26px; }

#MainMenu .submenu_content-5 > ul > li span {
  display: block;
  width: 20px;
  background: url(../images/menu_arrow_right.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  height: 39px; }

#MainMenu .submenu_content-5 > ul > li:hover > a,
#MainMenu .submenu_content-5 > ul > li a:hover {
  background: #444444;
  color: #ffffff; }

#MainMenu .submenu_content-5 .submenu {
  display: none;
  position: absolute;
  left: 230px !important;
  width: 236px;
  top: -3px;
  border: 3px solid #c81f5e;
  padding: 0; }

#MainMenu .submenu_content-5 > ul li:hover > .submenu {
  display: block; }

#MainMenu .submenu_content-5 .submenu li {
  border-bottom: 1px solid #c81f5e;
  background: #fff; }

#MainMenu .submenu_content-5 li:last-child {
  border-bottom: 0 !important; }

#MainMenu ul.menu-column {
  display: table-cell; }

#MainMenu .menu_products {
  width: auto;
  height: 195px;
  overflow: hidden; }

#MainMenu .menu_products .pr {
  float: left;
  width: 195px;
  height: 195px;
  position: relative;
  border-right: 1px solid #c81f5e; }

#MainMenu .menu_products .pr .t {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #373737; }

#MainMenu .menu_products .im {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle; }

#MainMenu .menu_products .im img {
  vertical-align: middle;
  max-width: 175px;
  max-height: 175px; }

#MainMenu .menu_products .pr:hover .t {
  display: block; }

#MainMenu .category_main > ul {
  background: #fff;
  border: 5px solid #373737;
  padding: 3px 10px;
  top: 45px; }

#MainMenu .category_main > ul > li {
  margin: 0 0; }

#MainMenu .category_main > ul li:last-child a {
  border-bottom: 0 !important; }

#MainMenu .category_main > ul > li a {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #c81f5e;
  padding: 0;
  display: block; }

#MainMenu .category_main > ul > li > a {
  color: #373737;
  text-transform: none;
  border-bottom: 1px solid #373737 !important;
  padding: 0 0 5px 0; }

#MainMenu .category_main > ul > li > a:hover {
  color: #FF5900; }

#promotions_menu_panel .showall {
  background: #444444 url(../images/showall.png) center 120px no-repeat; }

#new_menu_panel .showall {
  background: #444444 url(../images/showall.png) center 120px no-repeat; }

#promotions_menu_panel,
#new_menu_panel {
  display: none;
  position: absolute;
  top: 48px;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  border: 3px solid #c81f5e;
  padding: 10px 0px 10px 10px;
  height: 215px; }

#promotions_menu_panel .showall,
#new_menu_panel .showall {
  text-align: center;
  width: 16.3%;
  height: 190px;
  display: block;
  font-weight: 300;
  color: #ffffff;
  padding: 30px;
  float: left;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-property: box-shadow;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease; }

#promotions_menu_panel .showall:hover,
#new_menu_panel .showall:hover {
  box-shadow: 0px 0px 5px #666; }

#promotions_menu_panel .pr,
#new_menu_panel .pr {
  float: left;
  position: relative;
  margin-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #c81f5e;
  text-align: center;
  height: 190px;
  width: 16.2%; }

#promotions_menu_panel .pr:last-child,
#new_menu_panel .pr:last-child {
  margin-right: 0px;
  border-right: 0px; }

#promotions_menu_panel .pr .im,
#new_menu_panel .pr .im {
  width: 100%;
  height: 190px;
  vertical-align: middle;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-property: box-shadow;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease; }

#promotions_menu_panel .pr .im:hover,
#new_menu_panel .pr .im:hover {
  box-shadow: 0px 0px 5px #666; }

#promotions_menu_panel .pr img,
#new_menu_panel .pr img {
  max-width: 100%;
  max-height: 100%; }

#promotions_menu_panel .pr .t,
#new_menu_panel .pr .t {
  position: absolute;
  width: -webkit-calc(100% - 5px);
  width: -moz-calc(100% - 5px);
  width: calc(100% - 5px);
  height: 60px;
  bottom: 0px;
  left: 0px;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0px;
  opacity: 0;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease; }

#promotions_menu_panel .pr .t h3,
#new_menu_panel .pr .t h3 {
  font-size: 16px; }

#promotions_menu_panel .pr .t .prices,
#new_menu_panel .pr .t .prices {
  font-size: 14px; }

#promotions_menu_panel .pr .t .prices .old,
#new_menu_panel .pr .t .prices .old {
  font-size: 12px;
  margin-right: 10px;
  text-decoration: line-through; }

#promotions_menu_panel .pr .t .prices .promo,
#new_menu_panel .pr .t .prices .promo {
  color: #bb285c; }

#promotions_menu_panel .pr:hover .t,
#new_menu_panel .pr:hover .t {
  opacity: 1; }

#mn_shadow {
  position: absolute;
  left: 0px;
  bottom: -55px;
  z-index: 500;
  width: 100%; }

#manufacturers_menu_panel {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 9999;
  left: 0px; }

#manufacturers_menu_panel ul {
  float: left;
  height: 100%;
  margin-left: -1px;
  background-color: #ffffff;
  border-left: 1px solid #c81f5e;
  border-bottom: 1px solid #c81f5e;
  border-right: 1px solid #c81f5e; }

#manufacturers_menu_panel ul:first-child {
  margin-left: 0px; }

#manufacturers_menu_panel li {
  list-style: none;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  border-top: 1px solid #c81f5e;
  min-width: 150px; }

#manufacturers_menu_panel li a {
  padding: 0px 10px;
  display: inline-block;
  width: 100%; }

#manufacturers_menu_panel li:first-child {
  border-top: 3px solid #c81f5e; }

#manufacturers_menu_panel li:hover,
#manufacturers_menu_panel li.hover {
  background-color: #c81f5e; }

#manufacturers_menu_panel.logos {
  background-color: #ffffff;
  width: 100%;
  border: 3px solid #c81f5e;
  padding: 10px 10px 0px 10px;
  top: 48px; }

#manufacturers_menu_panel.logos .lg,
#manufacturers_menu_panel.logos .nm {
  width: 15.83%;
  height: 90px;
  display: block;
  border: 1px solid #373737;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  -moz-transition-property: box-shadow;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-property: box-shadow;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease; }

#manufacturers_menu_panel.logos .lg,
#manufacturers_menu_panel.logos .nm:nth-child(6n) {
  margin-right: auto; }

#manufacturers_menu_panel.logos .lg a,
#manufacturers_menu_panel.logos .nm a {
  display: table-cell;
  width: 180px;
  height: 90px;
  vertical-align: middle; }

#manufacturers_menu_panel.logos .lg img,
#manufacturers_menu_panel.logos .nm img {
  max-width: 178px;
  max-height: 88px; }

#manufacturers_menu_panel.logos .lg:hover,
#manufacturers_menu_panel.logos .nm:hover {
  box-shadow: 0px 0px 5px #666; }

/* ##### BANNERS ##### */
.bottom-banners-1 {
  padding: 0px 15px; }

.bottom-banners-1,
.bottom-banners-2 {
  margin: 0px 0px 0px 0px; }

.bottom-banners-1 .banner {
  float: left;
  width: 31.7%;
  margin-right: 2.45%; }

.bottom-banners-1 .banner:nth-child(3) {
  margin-right: 0; }

.bottom-banners-2 .banner {
  float: left;
  /*width: 23.7%;*/
  /*margin-right: 1.73%;*/ }

.bottom-banners-2 .banner:nth-child(4) {
  margin-right: 0; }

.banner-content {
  margin-bottom: 28px; }

.right-banners-1 {
  float: right;
  /*width: 23.7%;*/
  position: relative; }

.right-banners-1 .banner-content:nth-child(2) {
  margin-bottom: 0px; }

.left-banners-1 {
  /*width: 74.7%;*/
  float: left;
  position: relative; }

.normalslider {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  border: 3px solid #ffffff;
  border-radius: 4px; }

.banner-main .normalslider {
  border-radius: 10px;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  margin-bottom: 30px; }

.bannerslider-relative .ls-nav-prev,
.bannerslider-relative .ls-nav-next {
  height: 50px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  border: 3px solid #fff !important;
  display: block;
  z-index: 999;
  cursor: pointer; }

.bannerslider-relative .ls-nav-next {
  right: 0px;
  background: transparent url(https://static.ex4.pl/lightbox/small_arrow_right.png) left top no-repeat; }

.bannerslider-relative .ls-nav-prev {
  left: -1px;
  background: transparent url(https://static.ex4.pl/lightbox/small_arrow_left.png) left top no-repeat; }

.bannerslider img {
  max-width: 100%; }

.bannerslider .owl-nav {
  margin-top: 0px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.bannerslider:hover .owl-nav {
  margin-top: 0px;
  opacity: 1;
  pointer-events: auto; }

.bannerslider .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important; }

.bannerslider.owl-theme .owl-nav [class*=owl-] {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 30px;
  height: 50px;
  text-align: center;
  font-size: 8px;
  border-radius: 0px; }

.bannerslider-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.bannerslider-item a {
  display: block; }

.bannerslider .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.bannerslider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff !important; }

.bannerslider .owl-next:hover {
  background: #e6e6e6 !important;
  color: #e6e6e6 !important; }

.bannerslider .owl-next::after {
  content: '\f105';
  font-size: 50px;
  font-family: "FontAwesome";
  color: #262626;
  margin-left: -7px; }

.bannerslider .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff !important;
  opacity: 1; }

.bannerslider .owl-prev:hover {
  background: #e6e6e6 !important;
  color: #e6e6e6 !important; }

.bannerslider .owl-prev::after {
  content: '\f104';
  font-size: 50px;
  font-family: "FontAwesome";
  color: #ffffff;
  margin-left: -16px; }

/*   MAIN BANNER HALF-CIRCLE ARROWS   */
.banner-main .bannerslider.owl-theme .owl-nav [class*=owl-] {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 30px;
  height: 60px;
  text-align: center;
  font-size: 7px;
  border-radius: 0px; }

.banner-main .bannerslider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -29px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: silver !important;
  border-bottom-right-radius: 60px !important;
  border-top-right-radius: 60px !important;
  color: transparent !important;
  opacity: 1;
  cursor: pointer; }

.banner-main .bannerslider .owl-next:hover {
  filter: brightness(110%); }

.banner-main .bannerslider .owl-next::after {
  content: '\f0da';
  font-size: 34px;
  font-family: "FontAwesome";
  color: #ffffff;
  margin-left: 1px;
  display: block;
  margin-top: 4px; }

.banner-main .bannerslider .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: silver !important;
  border-bottom-left-radius: 60px !important;
  border-top-left-radius: 60px !important;
  color: transparent !important;
  opacity: 1;
  cursor: pointer; }

.banner-main .bannerslider .owl-prev:hover {
  filter: brightness(110%); }

.banner-main .bannerslider .owl-prev::after {
  content: '\f0d9';
  font-size: 34px;
  font-family: "FontAwesome";
  color: #ffffff;
  margin-left: 0px;
  display: block;
  margin-top: 4px; }

.banner-main {
  margin: 0px auto 0px auto;
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px); }

.banner-main-default {
  width: 100%; }

@-webkit-keyframes slideeffect2 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideeffect2 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideeffect2 {
  -webkit-animation-name: slideeffect2;
  animation-name: slideeffect2; }

@-webkit-keyframes slideeffect12 {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideeffect12 {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideeffect12 {
  -webkit-animation-name: slideeffect12;
  animation-name: slideeffect12; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes bounceIn {
  from,
    20%,
    40%,
    60%,
    80%,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
    20%,
    40%,
    60%,
    80%,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
    55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
    55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

/* ##### SIDEBAR ##### */
aside .title {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #c81f5e;
  padding-bottom: 5px; }

aside .title h2,
aside .title span {
  font-weight: normal;
  text-transform: none;
  font-size: 20px;
  padding: 0 10px;
  display: block; }

aside .panel-container {
  padding: 10px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px; }

aside nav {
  font-size: 16px; }

aside nav ul {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

aside nav ul > li {
  list-style-type: none; }

aside nav ul ul li {
  list-style-type: square;
  padding-left: 0px; }

aside nav li {
  width: 100%;
  padding: 0 10px;
  text-transform: none;
  margin-top: 5px; }

aside nav li a,
aside nav li span {
  padding: 0px;
  max-width: 90%; }

aside nav li a:hover,
aside nav li span:hover {
  color: #444444; }

aside nav ul li.current > span > a {
  color: #444444; }

aside nav li h2 {
  font-size: 16px;
  font-weight: inherit; }

.sidebar-box {
  margin-bottom: 20px; }

aside .mainpage-news .container,
aside .mainpage-news .row {
  width: 100%;
  padding: 0px;
  margin: 0px; }

aside .mainpage-news {
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px; }

aside .mainpage-news .title {
  display: block !important; }

aside .news-mainpage-box {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px; }

aside .news-mainpage-box figure {
  width: 100%;
  height: auto;
  box-shadow: none; }

aside .news-mainpage-content {
  width: 100%;
  min-height: 1px; }

aside nav ul.submenu {
  height: 0px;
  overflow: hidden; }

aside .product-day-slider-container {
  padding: 10px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px; }

aside .product-day-slider-container .title {
  display: block !important; }

aside .product-day-slider-container .product-day-slider {
  box-shadow: none;
  border-radius: 0px; }

aside .product-day-second-image {
  display: none; }

aside .mainpage-product-day .col-photos {
  width: 100%; }

aside .mainpage-product-day-content {
  width: 100%;
  text-align: center;
  padding: 0px; }

aside nav li.currentparent > ul.submenu,
aside nav li.current > ul.submenu {
  height: auto;
  padding-left: 22px; }

aside .mainpage-product-day figure {
  width: 100% !important;
  margin-bottom: 15px;
  height: auto;
  padding: 0px !important; }

aside .mainpage-product-day h3 {
  font-size: 18px; }

aside .mainpage-product-day h4 {
  display: none; }

aside .mainpage-product-day-add {
  width: 100% !important;
  margin-top: 10px !important;
  padding: 0px !important;
  text-align: center; }

aside .mainpage-product-day-add .prices .price-promotion {
  font-size: 18px; }

aside .mainpage-product-day-add .add_to_cart {
  display: none; }

aside .product-day-slider .container,
aside .product-day-slider .row {
  width: 100%;
  margin: 0px;
  padding: 0px; }

aside .mainpage-product-day {
  padding: 0px;
  margin: 0px;
  border: none;
  border: nonel; }

.manufacturers_panel_container {
  margin-bottom: 20px;
  clear: both;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  background: #ffffff;
  border-radius: 8px; }

.manufacturers_panel .manufacturers_menu {
  margin-bottom: 0px;
  border: 1px solid #373737;
  height: 30px;
  line-height: 29px;
  padding: 0px 10px;
  background: transparent url(../images/arrow_down.png) right 10px top 11px no-repeat;
  cursor: pointer;
  padding-right: 30px;
  width: 100%;
  position: relative; }

.manufacturers_panel .manufacturers_menu menu {
  display: none;
  position: absolute;
  left: 0px;
  background-color: #ffffff;
  z-index: 999;
  border: 1px solid #373737;
  border-top: 0px;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  z-index: 9999;
  margin: 0px;
  padding: 0px; }

.manufacturers_panel .manufacturers_menu menu li {
  padding: 0px 10px;
  list-style: none; }

.manufacturers_panel .manufacturers_menu menu li:hover {
  background-color: #c81f5e; }

.manufacturers_panel .manufacturers_menu menu li:hover a {
  color: #444444; }

.manufacturers_panel .manufacturers_menu.hover menu,
.manufacturers_panel .manufacturers_menu:hover menu {
  display: block; }

aside .box {
  height: auto;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  background: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  width: 100%; }

aside .box .box_content {
  line-height: 18px;
  color: #262626; }

aside .box_title {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #c81f5e;
  padding-bottom: 5px; }

aside .box_title span {
  font-weight: normal;
  text-transform: none;
  font-size: 20px;
  padding: 0 10px; }

/* ##### NO SIDEBAR STYLES ##### */
.no-sidebar aside {
  display: none; }

/* ##### MAINPAGE BANNER ##### */
.home-banner {
  display: block;
  height: 380px;
  width: 100%;
  background-color: gray; }

/* ##### LISTING SETTINGS ##### */
.listing-list-container {
  padding: 10px 0px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  background: #ffffff; }

.mainpage-listing-default {
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  border-radius: 10px; }

.carousel-section-wrapper {
  background: #ffffff;
  margin-bottom: 38px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  border-radius: 10px; }

.mainpage-page {
  padding: 10px;
  margin-bottom: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  border-radius: 10px; }

.mainpage-page .page_content {
  box-shadow: none; }

.mainpage-listing-titles {
  border-bottom: 1px solid #999999; }

.mainpage-listing-titles ul {
  margin: 0px;
  padding: 0px; }

.mainpage-listing-titles ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 27px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #c81f5e;
  position: relative;
  padding: 20px 30px 13px 30px;
  cursor: pointer;
  border-bottom: 7px solid transparent; }

.mainpage-listing-titles ul li.active-list {
  color: #444444;
  border-bottom: 7px solid #444444; }

/* ##### PRODUCT - SIDEBAR - SMALL ##### */
.product-list {
  margin: 20px 0px; }

.product-sidebar-small {
  list-style: none;
  text-align: center; }

.product-sidebar-small li {
  width: calc(25.285% - 10px);
  margin-right: 10px;
  float: left;
  padding-bottom: 25px;
  margin-bottom: 10px;
  position: relative; }

.product-sidebar-small li:nth-child(4n) {
  margin-right: auto; }

.product-sidebar-small li a {
  display: block; }

.product-sidebar-small figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 278px;
  padding-top: 1px; }

.product-sidebar-small figure img {
  max-height: 278px; }

.product-sidebar-small h2,
.product-sidebar-small li a > span {
  height: 50px;
  padding: 8px 20px 0 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  overflow: hidden;
  display: block; }

.product-sidebar-small .txt {
  margin-top: 8px;
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 5px 15px;
  display: block;
  height: 84px;
  overflow: hidden;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif; }

.product-sidebar-small .price {
  font-size: 25px; }

.product-sidebar-small .price-promotion strong {
  color: #cd1616;
  font-weight: normal;
  display: inline-block; }

.product-sidebar-small .price .value {
  display: inline-block; }

.product-sidebar-small .price span {
  font-size: 14px;
  display: inline-block; }

.product-sidebar-small .old-price {
  font-size: 14px;
  min-height: 23px;
  text-decoration: line-through; }

.product-sidebar-small .add_to_cart {
  width: 100%;
  padding: 0px 10px;
  margin: auto;
  font-size: 14px;
  width: 100%;
  height: 30px;
  position: relative;
  text-align: center;
  line-height: 30px; }

.product-sidebar-small .add_to_cart .add_btn {
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: silver;
  border: 3px solid #a7a7a7;
  font-size: 26px;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.product-sidebar-small .add_to_cart .unavailable_btn {
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  border: 3px solid #cc0000;
  font-size: 18px;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto;
  display: block; }

.product-sidebar-small .add_to_cart .go_to_cart {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: #6FC22B;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.product-sidebar-small .add_to_cart .error_quantity {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

/* ##### PRODUCT - SIDEBAR - BIG ##### */
.product-list {
  margin: 20px 0px; }

.product-sidebar-big {
  list-style: none;
  text-align: center; }

.product-sidebar-big li {
  width: calc(33.714% - 10px);
  margin-right: 10px;
  float: left;
  padding-bottom: 25px;
  margin-bottom: 2%;
  position: relative; }

.product-sidebar-big li:nth-child(3n) {
  margin-right: auto; }

.product-sidebar-big li a {
  display: block; }

.product-sidebar-big figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 278px;
  padding-top: 1px; }

.product-sidebar-big figure img {
  max-height: 278px; }

.product-sidebar-big h2,
.product-sidebar-big li a > span {
  height: 50px;
  padding: 8px 20px 0 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  overflow: hidden;
  display: block; }

.product-sidebar-big .txt {
  margin-top: 8px;
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 5px 15px;
  display: block;
  height: 84px;
  overflow: hidden;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif; }

.product-sidebar-big .price {
  font-size: 25px; }

.product-sidebar-big .price-promotion strong {
  color: #cd1616;
  font-weight: normal;
  display: inline-block; }

.product-sidebar-big .price .value {
  display: inline-block; }

.product-sidebar-big .price span {
  font-size: 14px;
  display: inline-block; }

.product-sidebar-big .old-price {
  font-size: 14px;
  min-height: 23px;
  text-decoration: line-through;
  color: #777777; }

.product-sidebar-big .add_to_cart {
  width: 100%;
  padding: 0px 10px;
  margin: auto;
  font-size: 14px;
  width: 100%;
  height: 65px;
  position: relative;
  text-align: center;
  line-height: 30px;
  margin-top: 10px; }

.product-sidebar-big .add_to_cart .add_btn {
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: silver;
  border: 3px solid #a7a7a7;
  font-size: 26px;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.product-sidebar-big .add_to_cart .unavailable_btn {
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  border: 3px solid #cc0000;
  font-size: 18px;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto;
  display: block; }

.product-sidebar-big .add_to_cart .go_to_cart {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: #6FC22B;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.product-sidebar-big .add_to_cart .error_quantity {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

/* ##### PRODUCT - NO SIDEBAR - SMALL ##### */
.product-list {
  margin: 20px 0px; }

.product-full-small {
  list-style: none;
  text-align: center; }

.product-full-small li {
  width: calc(20.170% - 10px);
  margin-right: 10px;
  float: left;
  padding-bottom: 25px;
  margin-bottom: 10px;
  position: relative; }

.product-full-small li a {
  display: block; }

.product-full-small li:nth-child(5n) {
  margin-right: auto; }

.product-full-small figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 1px; }

.product-full-small figure img {
  max-height: 200px; }

.product-full-small h2,
.product-full-small li a > span {
  height: 72px;
  padding: 8px 20px 0 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  overflow: hidden;
  display: block; }

.product-full-small .txt {
  margin-top: 8px;
  float: left;
  width: 100%;
  font-size: 12px;
  padding: 5px 15px;
  display: block;
  height: 86px;
  overflow: hidden;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif; }

.product-full-small .price {
  font-size: 25px; }

.product-full-small .price-promotion strong {
  color: #cd1616;
  font-weight: normal;
  display: inline-block; }

.product-full-small .price .value {
  display: inline-block; }

.product-full-small .price span {
  font-size: 14px;
  display: inline-block; }

.product-full-small .old-price {
  font-size: 14px;
  min-height: 23px;
  text-decoration: line-through;
  color: #777777; }

.product-full-small .add_to_cart {
  width: 100%;
  padding: 0px 10px;
  margin: auto;
  font-size: 14px;
  width: 100%;
  height: 65px;
  position: relative;
  text-align: center;
  line-height: 30px;
  margin-top: 10px; }

.product-full-small .add_to_cart .add_btn {
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: silver;
  border: 3px solid #a7a7a7;
  font-size: 26px;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.product-full-small .add_to_cart .unavailable_btn {
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  border: 3px solid #cc0000;
  font-size: 18px;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto;
  display: block; }

.product-full-small .add_to_cart .go_to_cart {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: #6FC22B;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.product-full-small .add_to_cart .error_quantity {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

/* ##### PRODUCT - FULL - BIG ##### */
.product-list {
  margin: 20px 0px; }

.product-full-big {
  list-style: none;
  text-align: center; }

.product-full-big li {
  width: calc(25.213% - 10px);
  margin-right: 10px;
  float: left;
  padding-bottom: 25px;
  margin-bottom: 2%;
  position: relative; }

.product-full-big li:nth-child(4n) {
  margin-right: auto; }

.product-full-big li a {
  display: block; }

.product-full-big figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 278px;
  padding-top: 1px; }

.product-full-big figure img {
  max-height: 278px; }

.product-full-big h2,
.product-full-big li a > span {
  height: 50px;
  padding: 8px 20px 0 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  overflow: hidden;
  display: block; }

.product-full-big .txt {
  margin-top: 8px;
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 5px 15px;
  display: block;
  height: 84px;
  overflow: hidden;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif; }

.product-full-big .price {
  font-size: 25px; }

.product-full-big .price-promotion strong {
  color: #cd1616;
  font-weight: normal;
  display: inline-block; }

.product-full-big .price .value {
  display: inline-block; }

.product-full-big .price span {
  font-size: 14px;
  display: inline-block; }

.product-full-big .old-price {
  font-size: 14px;
  min-height: 23px;
  text-decoration: line-through;
  color: #777777; }

.product-full-big .add_to_cart {
  width: 100%;
  padding: 0px 10px;
  margin: auto;
  font-size: 14px;
  width: 100%;
  height: 65px;
  position: relative;
  text-align: center;
  line-height: 30px;
  margin-top: 10px; }

.product-full-big .add_to_cart .add_btn {
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: silver;
  border: 3px solid #a7a7a7;
  font-size: 26px;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.product-full-big .add_to_cart .unavailable_btn {
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  border: 3px solid #cc0000;
  font-size: 18px;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto;
  display: block; }

.product-full-big .add_to_cart .go_to_cart {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: #6FC22B;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.product-full-big .add_to_cart .error_quantity {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

/* ##### PRODUCT - FULLWIDTH ##### */
.product-fullwidth li {
  list-style: none;
  margin-bottom: 20px;
  position: relative; }

.product-fullwidth figure {
  width: 200px;
  height: 200px;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }

.product-fullwidth figure a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center; }

.product-fullwidth figure img {
  max-height: 180px;
  margin: 0 auto; }

.product-fullwidth .product-description {
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px); }

.product-fullwidth .fullwidth-title {
  border-bottom: 1px solid #c81f5e;
  padding-bottom: 5px; }

.product-fullwidth h2,
.product-fullwidth span {
  width: 100%;
  line-height: normal;
  font-size: 16px;
  text-align: left;
  height: auto;
  padding: 10px 0px 5px 0px;
  font-weight: 300;
  display: block; }

.product-fullwidth .txt {
  padding: 10px 15px 10px 0;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif; }

.product-fullwidth .fullwidth-data {
  width: 200px;
  padding: 15px 15px 15px 15px;
  float: right; }

.product-fullwidth .add_to_cart {
  float: right;
  margin: auto;
  font-size: 14px;
  width: 170px;
  height: auto;
  position: relative;
  bottom: 0;
  text-align: center;
  line-height: 30px;
  min-height: 30px; }

.product-fullwidth .add_to_cart::after {
  content: '';
  clear: both;
  display: block; }

.product-fullwidth .add_btn {
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #262626;
  background: #c81f5e;
  border: 3px solid #9c1849;
  font-size: 26px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin: 0px auto; }

.product-fullwidth .unavailable_btn {
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  background: red;
  color: #fff;
  border: 3px solid #cc0000;
  font-size: 18px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  margin: 0px auto;
  display: block; }

.product-fullwidth .go_to_cart {
  display: none;
  border: 0px;
  background: #6FC22B;
  color: #ffffff;
  width: 100%;
  clear: both;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  line-height: 30px;
  cursor: pointer; }

.product-fullwidth .error_quantity {
  display: none;
  border: 0px;
  background: red;
  color: #fff;
  width: 170px;
  clear: both;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  line-height: 30px; }

.product-fullwidth .price-container {
  float: right;
  width: 170px;
  display: block;
  text-align: center; }

.product-fullwidth .price {
  margin-top: 2px;
  font-size: 26px; }

.product-fullwidth .value {
  display: inline; }

.product-fullwidth .price-promotion {
  color: #444444 !important;
  font-weight: inherit; }

.product-fullwidth .old-price {
  margin-top: 5px;
  color: #373737;
  font-size: 14px;
  text-decoration: line-through; }

.et-left {
  position: absolute;
  top: 10px;
  left: -1px; }

.et-right {
  position: absolute;
  top: 10px;
  right: -1px; }

.product-fullwidth .et-right {
  top: 5px;
  right: 0px;
  display: none; }

.product-fullwidth .et-left {
  top: 5px; }

.et-left span.new,
.et-left span.new-1 {
  font-size: 14px;
  color: #ffffff;
  background-color: #e61610;
  display: block;
  padding: 1px 10px;
  margin-top: 15px; }

.et-left span.promo,
.et-left span.promo-1 {
  font-size: 14px;
  color: #ffffff;
  background-color: #bb285c;
  display: block;
  padding: 1px 10px;
  margin-top: 15px; }

.et-right span.bestseller,
.et-right span.bestseller-1,
.et-left span.bestseller,
.et-left span.bestseller-1 {
  font-size: 14px;
  color: #ffffff;
  background-color: #bb285c;
  display: block;
  padding: 1px 10px;
  margin-top: 15px; }

.et-right span.featured,
.et-right span.featured-1,
.et-left span.featured,
.et-left span.featured-1 {
  font-size: 14px;
  color: #ffffff;
  background-color: #bb285c;
  display: block;
  padding: 1px 10px;
  margin-top: 15px; }

/* ##### MAINPAGE CAROUSELS ##### */
.carou .owl-stage-outer {
  margin-right: -1px; }

.product-slider {
  list-style: none;
  text-align: center; }

.product-slider li {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 1%;
  position: relative; }

.product-slider li a {
  display: block; }

.product-slider figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 278px; }

.product-slider figure img {
  max-height: 278px;
  max-width: 99%; }

.product-slider h2,
.product-slider li a > span {
  height: 50px;
  padding: 8px 20px 0 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
  overflow: hidden;
  display: block; }

.product-slider .txt {
  margin-top: 8px;
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 5px 15px;
  display: block;
  height: 84px;
  overflow: hidden;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif; }

.product-slider .price {
  font-size: 25px; }

.product-slider .price-promotion strong {
  color: #cd1616;
  font-weight: normal;
  display: inline-block; }

.product-slider .price .value {
  display: inline-block; }

.product-slider .price span {
  font-size: 14px;
  display: inline-block; }

.product-slider .old-price {
  font-size: 14px;
  min-height: 23px;
  text-decoration: line-through;
  color: #777777; }

.product-slider .add_to_cart {
  width: 100%;
  padding: 0px 10px;
  margin: auto;
  font-size: 14px;
  width: 100%;
  height: 65px;
  position: relative;
  text-align: center;
  line-height: 30px;
  margin-top: 10px; }

.product-slider .add_to_cart .add_btn {
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: silver;
  border: 3px solid #a7a7a7;
  font-size: 26px;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.product-slider .add_to_cart .unavailable_btn {
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  border: 3px solid #cc0000;
  font-size: 18px;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto;
  display: block; }

.product-slider .add_to_cart .go_to_cart {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: #6FC22B;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.product-slider .add_to_cart .error_quantity {
  display: none;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background: red;
  font-size: 17px;
  border: 3px solid #caf5fc;
  border-radius: 10px;
  padding: 13px;
  text-align: center;
  margin: 0px auto; }

.no-carousel {
  margin-top: 15px; }

.owl-carousel .owl-item img {
  display: block;
  width: auto; }

.title-carousel {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #c81f5e;
  padding-bottom: 5px; }

.title-carousel h2,
.title-carousel span {
  float: left;
  font-weight: normal;
  text-transform: none;
  font-size: 27px;
  color: #c81f5e;
  padding: 0px 10px 0px 15px; }

.title-box {
  float: right;
  padding: 12px 15px 0px 0px;
  font-size: 14px; }

.title-carousel .number {
  float: left;
  height: 20px;
  padding: 0 7px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #c81f5e; }

.title-carousel .controls {
  float: left; }

.controls {
  display: none; }

.controls .next {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -29px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: silver !important;
  border-bottom-right-radius: 60px !important;
  border-top-right-radius: 60px !important;
  color: transparent !important;
  opacity: 1;
  cursor: pointer; }

.controls .next:hover {
  filter: brightness(110%); }

.controls .next::after {
  content: '\f0da';
  font-size: 34px;
  font-family: "FontAwesome";
  color: #ffffff;
  margin-left: 1px;
  display: block;
  margin-top: 13px;
  margin-left: 8px; }

.controls .prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: silver !important;
  border-bottom-left-radius: 60px !important;
  border-top-left-radius: 60px !important;
  color: transparent !important;
  opacity: 1;
  cursor: pointer; }

.controls .prev:hover {
  filter: brightness(110%); }

.controls .prev::after {
  content: '\f0d9';
  font-size: 34px;
  font-family: "FontAwesome";
  color: #ffffff;
  margin-left: 0px;
  display: block;
  margin-top: 13px;
  margin-left: 10px; }

.product-slider .owl-next {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: silver !important;
  border-bottom-right-radius: 60px !important;
  border-top-right-radius: 60px !important;
  color: transparent !important;
  opacity: 1;
  cursor: pointer; }

.product-slider .owl-next:hover {
  filter: brightness(110%); }

.product-slider .owl-next::after {
  content: '\f0da';
  font-size: 34px;
  font-family: "FontAwesome";
  color: #ffffff;
  margin-left: 1px;
  display: block;
  margin-top: 13px;
  margin-left: 0px; }

.product-slider .owl-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: silver !important;
  border-bottom-left-radius: 60px !important;
  border-top-left-radius: 60px !important;
  color: transparent !important;
  opacity: 1;
  cursor: pointer; }

.product-slider .owl-prev::after {
  content: '\f0d9';
  font-size: 34px;
  font-family: "FontAwesome";
  color: #ffffff;
  margin-left: 0px;
  display: block;
  margin-top: 13px;
  margin-left: 0px; }

.product-slider .owl-prev:hover {
  filter: brightness(110%); }

.carousel-section-wrapper {
  margin: 20px 0px;
  position: relative; }

.carousel-section-wrapper-category {
  display: block !important;
  padding-top: 20px;
  border-top: 1px solid #999999; }

.no-carousel-category {
  margin: 20px 0px; }

/* ##### PRODUCT DAY - SIDEBAR ##### */
.slider-product-day {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }

.slider-product-day figure {
  width: 100%; }

.slider-product-day figure img {
  max-height: 280px;
  margin: 0 auto;
  display: block; }

.slider-product-day h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  padding: 10px 0px;
  text-align: center;
  display: block; }

.slider-product-day .price {
  font-size: 26px;
  clear: both;
  float: none;
  display: inline-block;
  text-align: center;
  color: #444444; }

.slider-product-day .price span.old_price {
  color: #262626; }

.slider-product-day .price span {
  font-size: 14px; }

.product-day-rwd {
  display: none; }

/* ##### MAINPAGE INFO SITE ##### */
.mainpage-listing .header_6,
.mainpage-listing h1.header_6 {
  font-size: 18px;
  text-transform: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #c81f5e;
  text-indent: 10px;
  position: relative;
  font-weight: normal;
  margin-bottom: 30px; }

.page_content {
  border: 1px solid #c81f5e;
  margin-bottom: 20px;
  padding: 20px;
  font-family: 'Open Sans', sans-serif; }

/* ##### MAINPAGE ELEMENTS ##### */
.slider-container .normalslider {
  margin-bottom: 30px; }

@media only screen and (max-width: 768px) {
  .slider-element-hide-768 {
    display: none; } }
.mainpage-listing {
  margin-top: 30px; }

.carousel-section-wrapper,
.mainpage-element-page,
.mainpage-element-productday,
.mainpage-element-manufacturers {
  margin: 0px 0px 30px 0px; }

.mainpage-element-page .title {
  display: none; }

.mainpage-element-page .page_content {
  margin-bottom: 0px; }

/* ##### PAGINATION ##### */
.pagination {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 20px 0; }

.pagination span {
  background: #373737;
  color: #fff;
  padding: 0 10px; }

.pagination a,
.pagination span {
  display: inline-block;
  height: 23px;
  line-height: 24px;
  vertical-align: middle;
  margin: 0 5px; }

.pagination .p-prev,
.pagination .p-next {
  font-size: 12px;
  margin: 0 10px; }

/* ##### BREADCRUMBS ##### */
.top-box::after {
  content: '';
  clear: both; }

.breadcrumb-container {
  display: inline-block; }

.breadcrumb {
  padding: 0px 0px 15px 0px;
  background-color: transparent;
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 0px; }

.breadcrumb li {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 20px;
  margin-right: 20px; }

.breadcrumb li::after {
  top: 0px;
  position: absolute;
  padding: 0px;
  color: #c81f5e;
  right: -18px;
  content: "/\00a0"; }

.breadcrumb > li + li:before {
  display: none; }

.breadcrumb li:last-child::after {
  display: none; }

.breadcrumb ul.submenu li::after {
  display: none; }

.breadcrumb-info {
  display: inline-block;
  margin-right: 20px;
  position: relative; }

.breadcrumb-info::after {
  position: absolute;
  padding: 0px;
  color: #c81f5e;
  right: -18px;
  content: "/\00a0"; }

.breadcrumb ul.submenu {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 999;
  left: 25px;
  padding-top: 5px; }

.breadcrumb .submenu li {
  padding: 5px;
  min-width: 100px;
  margin-right: 0px; }

.breadcrumb > li.with_submenu:hover > ul.submenu {
  display: block; }

.breadcrumb .submenu li a {
  width: 100%;
  display: block; }

.breadcrumb > li + li:before {
  color: #262626; }

/* ##### LISTING ##### */
.listing-head {
  margin-top: 0;
  font-size: 18px;
  text-transform: none;
  padding-bottom: 2px;
  text-indent: 10px;
  position: relative;
  margin-bottom: 10px; }

.category-title {
  font-weight: normal;
  font-size: 25px;
  text-indent: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 33px;
  float: left; }

.category-text-divider {
  border-bottom: 1px solid #999999; }

.sort-box {
  margin-top: 14px; }

#change_product_list_style {
  margin-top: 3px;
  margin-right: 10px; }

#sorting_description {
  color: #373737;
  font-size: 20px;
  margin-right: 10px;
  line-height: 26px;
  display: inline-block; }

#sorting_menu {
  display: inline-block;
  border-left: 1px solid #c81f5e;
  font-size: 20px;
  line-height: 26px;
  padding-right: 20px;
  background: transparent url(../images/arrow_down.png) right 10px no-repeat;
  cursor: pointer;
  text-indent: 0px;
  padding-left: 49px;
  min-width: 100px;
  position: relative;
  margin-right: 10px; }

#sorting_menu::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 15px;
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #22bdd7; }

#sorting_menu menu {
  display: none;
  top: 21px;
  position: absolute;
  background-color: #fff;
  z-index: 999;
  left: 0px;
  list-style: none;
  width: 100%;
  padding-top: 10px;
  text-align: right;
  padding-right: 14px;
  padding-bottom: 9px; }

#sorting_menu menu li {
  padding: 2px 5px;
  min-width: 100px; }

#sorting_menu:hover > menu {
  display: block; }

#change_product_list_style .change_product_list {
  height: 23px;
  width: 26px;
  float: right;
  margin: 0px 8px;
  cursor: pointer;
  outline: 1px solid #c81f5e;
  display: block; }

#change_product_list_style .change_product_list#change_to_box_small {
  background: transparent url(../images/list_style_box_small.png) left top no-repeat; }

#change_product_list_style .change_product_list#change_to_list {
  background: transparent url(../images/list_style_list.png) left top no-repeat; }

#change_product_list_style .change_product_list#change_to_box {
  background: transparent url(../images/list_style_box.png) left top no-repeat; }

#category_text {
  background: #ffffff;
  padding: 15px 0px 15px 0px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  border-radius: 10px; }

#category_text_bottom {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.41);
  border-radius: 10px; }

.category-text-container {
  padding: 42px 33px 18px 33px;
  font-family: 'Open Sans', sans-serif; }

#category_text_bottom.category-text-container {
  padding: 18px 33px 18px 33px; }

#category_text .category-image {
  float: left;
  margin: 0px 0px 4px 0px;
  padding: 0px 10px; }

#category_text .category-image img {
  max-width: 100%; }

#category_text .under-text {
  padding: 0px 20px 20px 20px; }

.category-text-container .nice_style h1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px; }

.category-text-container .nice_style h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px; }

.category-text-container .nice_style h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px; }

.category-text-container .nice_style h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px; }

.category-text-container .nice_style h5 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px; }

.category-text-container .nice_style h6 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px; }

.category-text-container .nice_style p {
  margin-bottom: 10px; }

.category-text-container .nice_style ul {
  list-style: disc;
  margin-bottom: 10px; }

.categoryslider {
  margin-bottom: 20px; }

.categoryslider .owl-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }

.show-filters {
  width: 90%;
  padding: 7px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  background-color: #c81f5e;
  color: #fff;
  display: none;
  margin-bottom: 10px;
  margin: 0 auto 10px auto;
  border-radius: 5px; }

#filters {
  margin: 0px 0px 20px 0px;
  font-size: 12px;
  padding: 0px 10px; }

h3.filters-title {
  color: #8d8d8d;
  font-size: 12px;
  padding-bottom: 5px;
  font-weight: normal;
  margin-top: 20px; }

.filtration-box .column {
  width: 25%;
  float: left; }

.filter-menu-price-inputs {
  text-align: center;
  width: -webkit-calc(100% - 104px);
  width: -moz-calc(100% - 104px);
  width: calc(100% - 104px);
  float: left;
  height: 44px; }

.filter-menu-price-inputs input {
  background: transparent; }

.filter-menu-price {
  height: auto;
  width: 100%;
  position: absolute;
  background: #ffffff;
  z-index: 99;
  left: 0px;
  top: 39px;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 4px;
  display: none; }

.filter-menu-price .pricemin {
  border: 1px solid #373737;
  height: 40px;
  padding-left: 5px;
  width: 40%;
  float: left; }

.filter-menu-price .pricemax {
  border: 1px solid #373737;
  width: 40%;
  float: right;
  height: 40px;
  padding-left: 5px; }

.filter-menu-price button {
  width: 90px;
  float: right;
  font-size: 14px;
  color: #262626;
  background-color: #c81f5e;
  height: 40px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none; }

.filter-menu-price button:hover {
  filter: brightness(110%); }

.filter-menu-price span {
  padding-top: 0px;
  display: inline-block; }

.filtration-box .column:nth-child(3n) {
  margin-right: auto !important; }

.filtration-box .column i {
  color: #444444;
  margin-left: 4px; }

.filters-sidebar .column {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 0.7%; }

.filters-sidebar .column:nth-child(3n) {
  margin-right: auto !important; }

.filtration-box label {
  width: 120px;
  font-weight: normal;
  padding: 4px 10px 0 0;
  margin-bottom: 2px; }

#filters .filter .filter_menu {
  height: 40px;
  position: relative;
  line-height: 40px;
  padding: 0px 10px;
  background: transparent url(../images/arrow_down.png) right 10px top 11px no-repeat;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 30px; }

#filters .filter .filter_menu::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #22bdd7;
  display: none;
  bottom: 0px;
  left: 0px; }

#filters .filter .filter_menu:hover::after {
  display: block; }

#filters .filter .filter_menu span {
  font-size: 18px;
  overflow: hidden; }

#filters .filter .filter_menu span img {
  margin-left: 10px; }

#filters .filter .filter_menu span strong {
  font-size: 20px; }

#filters .filter .filter_menu menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 999;
  border: 1px solid #c81f5e;
  top: 40px;
  width: 100%;
  left: -1px;
  box-sizing: content-box;
  overflow: auto;
  color: #373737;
  padding-left: 0px;
  overflow: hidden; }

#filters .filter .filter_menu menu li {
  list-style: none;
  line-height: 17px;
  padding: 8px 5px; }

#filters .filter .filter_icon {
  margin-right: 5px;
  vertical-align: baseline; }

#filters .filter .filter_checked {
  display: none; }

#filters .filter .filter_delete {
  display: none; }

#filters .filter menu li.current .filter_unchecked {
  display: none; }

#filters .filter menu li.current .filter_checked {
  display: inline; }

#filters .filter .filter_menu li:hover {
  background-color: #c81f5e; }

#filters .filter .filter_menu li:hover a {
  color: #444444; }

#filters .filter menu li.current:hover .filter_checked {
  display: none; }

#filters .filter menu li.current:hover .filter_delete {
  display: inline; }

#filters .filter .filter_menu.hover menu,
#filters .filter .filter_menu:hover menu {
  display: block; }

#filters .filter .filter_image {
  margin-right: 5px;
  width: 10px !important;
  height: 10px;
  outline: 1px solid #373737; }

.filter_menu:hover .filter-menu-price {
  display: block; }

.active-filters {
  padding: 15px 20px 10px 20px;
  display: none;
  background: #ffffff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  border-radius: 10px; }

.active-filters-text {
  font-size: 12px;
  color: #262626;
  display: inline-block;
  margin-right: 30px; }

.active-filters ul li {
  display: inline-block;
  list-style-type: none;
  border: 1px solid #c0c0c0;
  padding-right: 10px;
  border-radius: 4px;
  min-height: 30px;
  padding-left: 39px;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 30px;
  margin-right: 15px;
  margin-bottom: 5px; }

.active-filters ul li i {
  position: absolute;
  color: #262626;
  background-color: #ffffff;
  height: 100%;
  top: 0px;
  left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 30px;
  padding-top: 7px;
  padding-left: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-right: 1px solid #c0c0c0; }

.active-filters ul {
  display: inline-block; }

.active-filters li:hover i {
  background-color: #f5f5f5;
  color: #ec042c; }

.active-filters .clear_all {
  white-space: nowrap; }

.no_products {
  margin: 20px 0px;
  text-align: center; }

/* ##### PRODUCT PAGE ##### */
.image-content {
  width: 65%;
  float: left; }

.opinions-content {
  width: 33%;
  float: right; }

.product-head-title-container {
  position: relative;
  z-index: 99; }

.product-head-title {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  margin-bottom: -16px;
  border-radius: 5px; }

.product-head-title h1 {
  font-size: 36px;
  padding: 10px 16px;
  width: -webkit-calc(100% - 145px);
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px); }

.product-content-container {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 15px 15px 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75); }

.product-content-sidebar .image-content {
  width: 100%; }

.add-col {
  text-align: center;
  background: #c81f5e;
  padding: 10px 15px 40px 15px;
  border-radius: 5px; }

.product-presale-info {
  margin-bottom: 0px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.product-presale-info-badge {
  color: #ffffff;
  margin-right: 10px;
  background: #ff0000;
  padding: 4px;
  line-height: 1;
  font-size: 14px;
  border-radius: 4px; }

.product-absolute-container {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99; }

#product_center .rate-box {
  border: solid #c81f5e;
  border-width: 1px 0;
  padding: 11px 0;
  margin: 16px 0; }

#product_center .rate-box img {
  margin-right: 1px;
  float: left; }

#product_center .rate-box #show_votes {
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  margin-left: 6px;
  vertical-align: baseline; }

.product-short-text {
  font-size: 16px;
  color: #262626;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif; }

.social-button {
  margin-right: 10px;
  float: left; }

#product #toplinks {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 35px;
  margin-right: 14px; }

#product #toplinks #print_product a {
  display: block;
  width: 100%;
  height: 100%; }

#product #toplinks div.but {
  background-color: #fff;
  float: right;
  width: 66px;
  height: 63px;
  cursor: pointer;
  top: -10px;
  right: -15px;
  border-left: 1px solid #22bed7;
  overflow: hidden;
  position: relative;
  -moz-transition-property: width, background-color;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -webkit-transition-property: width, background-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-property: width, background-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease; }

#product #toplinks div.but img {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: inherit;
  width: 66px;
  height: 66px;
  padding: 10px; }

#product #toplinks div.but span {
  padding: 25px 3px 0px 15px;
  display: inline-block;
  float: left;
  color: #ffffff;
  font-size: 11px; }

#product #toplinks div.but img {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: inherit; }

#product #toplinks div.but.message.ok {
  background: #444444;
  color: #ffffff; }

#product #toplinks div.but.message {
  width: 200px; }

.icon-box img {
  float: left; }

#payu-installment-calc .leftColumn {
  width: calc(100% - 200px); }

#installment-calc {
  display: none;
  width: 600px; }

@media only screen and (max-width: 740px) {
  #payu-installment-calc .leftColumn,
  #payu-installment-calc .rightColumn {
    width: calc(100%); }

  #installment-calc {
    width: 350px; }

  #payu-installment-calc .payUlogo {
    width: 100%; } }
@media only screen and (max-width: 400px) {
  #installment-calc {
    width: 270px; } }
#payu-button {
  margin-top: 20px;
  width: 130px; }
  #payu-button:hover {
    cursor: pointer; }

#product #toplinks #ask_popup {
  display: none;
  position: absolute;
  top: 45px;
  right: 0px;
  width: 440px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29); }

#product #toplinks #ask_popup {
  display: none;
  position: absolute;
  top: 63px;
  right: -16px;
  width: 440px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29); }

#product #toplinks #ask_popup_icon {
  position: absolute;
  right: 1px;
  top: -45px;
  width: 30px;
  background: #fff;
  text-align: center;
  padding-top: 5px;
  height: 45px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.29);
  cursor: pointer; }

#product #toplinks #ask_popup_icon img {
  float: none; }

#product #toplinks #ask_popup_icon .mask {
  width: 29px;
  position: absolute;
  background-color: #fff;
  height: 20px;
  right: 0px;
  bottom: -5px; }

.form_product {
  width: 100%;
  border: 1px solid #c81f5e;
  float: right;
  padding: 20px; }

.form-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400; }

#order_data,
#form_data,
.form_data {
  margin-bottom: 20px; }

.form-list-4 {
  float: left;
  width: 100%;
  list-style: none; }

.form-list-4 li {
  margin-top: 10px;
  clear: both;
  position: relative; }

.form-list-4 li::after {
  content: '';
  clear: both;
  margin: 14px;
  position: relative;
  display: block; }

.form-list-4 .box-left {
  width: 105px;
  float: left;
  padding: 0 10px 0 0; }

.form-list-4 .box-right {
  float: right; }

.form_product label {
  width: 100px !important; }

.form_product .full {
  width: 252px !important; }

.form-list-4 input,
.form-list-4 textarea {
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  font-weight: 300;
  font-size: 16px;
  font-family: Oswald, sans-serif;
  padding: 3px 10px;
  border: 1px solid #373737;
  color: #373737;
  background: #ffffff; }

.form_product button {
  display: block;
  height: 39px;
  text-align: right;
  float: right;
  line-height: 39px;
  width: 125px;
  border: none;
  padding: 0 10px;
  font-size: 19px;
  padding-right: 50px;
  color: #ffffff;
  background: #444444 url(../images/btn-5.png) no-repeat right center;
  font-weight: normal;
  text-transform: none;
  cursor: pointer; }

.form_product textarea {
  height: 84px;
  resize: none; }

#product #big_photo {
  cursor: pointer; }

#product #big_photo figure {
  height: 450px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }

#product #big_photo figure img {
  max-height: 430px; }

.no-left-padding {
  padding-left: 0px; }

.no-right-padding {
  padding-right: 0px; }

#product_photos_carousel {
  margin-top: 15px;
  position: relative;
  padding: 0px;
  width: 100%;
  margin-top: 15px; }

#product_photos_carousel .owl-stage-outer {
  margin-left: -1px; }

#product_photos_carousel figure {
  height: 140px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #c81f5e;
  border-radius: 5px;
  padding: 2px; }

#product_photos_carousel figure img {
  max-height: 135px;
  max-width: 100%; }

#product_photos_carousel .owl-prev {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0px;
  position: absolute;
  background: url("../images/product_images_left.png") no-repeat;
  height: 29px;
  width: 23px;
  font-size: 1px; }

#product_photos_carousel .owl-next {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0px;
  position: absolute;
  background: url("../images/product_images_right.png") no-repeat;
  height: 29px;
  width: 23px;
  font-size: 1px; }

#product #product_right #promotions {
  margin-top: 16px;
  font-size: 20px;
  background: #CD1616;
  border-radius: 0 4px 4px 0;
  padding: 5px 16px;
  display: inline-block;
  color: #FFF;
  margin-left: -42px; }

#product #product_right #discount {
  margin-top: 16px;
  font-size: 20px;
  text-decoration: line-through;
  color: #777;
  display: inline-block;
  margin: 8px; }

#product #product_right #pricebox_ajax_loader {
  display: none; }

#product #product_right .quantity_check_button {
  background-color: #444444;
  color: #ffffff;
  padding: 0px 10px;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  cursor: pointer;
  margin: 5px 0px; }

#product #product_right #quantity_check {
  display: none; }

#product #product_right #quantity_check div.row {
  margin: 5px; }

#product #product_right #quantity_check div.row span.name {
  color: #373737; }

#product #product_right #quantity_check div.row span.perscoll_address {
  display: block;
  float: right;
  background-color: #c81f5e;
  color: #ffffff;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  padding: 0px 5px;
  cursor: pointer; }

#product #product_right #quantity_check div.row span.perscoll_address:hover,
#product #product_right #quantity_check div.row span.perscoll_address.current {
  background-color: #444444;
  color: #ffffff; }

#product #product_right #quantity_check div.row .address,
#product #product_right #quantity_check div.row .open {
  font-size: 12px;
  float: left;
  width: 50%;
  display: none; }

#product #product_right #quantity_check div.row .address .title,
#product #product_right #quantity_check div.row .open .title {
  color: #8d8d8d; }

.p-price-box {
  padding: 2px 10px 7px 10px;
  width: 100%; }

.p-price-1 {
  font-size: 18px; }

.p-price-1 * {
  display: inline-block; }

.p-price-1 .price-unit {
  color: #262626;
  text-transform: uppercase; }

.p-price-2 {
  font-size: 20px; }

.p-price-1.promotion {
  color: #262626; }

.p-price-box span {
  color: #262626; }

.p-price-1 strong {
  font-size: 34px; }

.value {
  display: inline; }

.p-price-1.old-price {
  font-size: 18px;
  text-decoration: line-through; }

.p-price-1.old-price strong {
  font-size: 20px; }

/* ##### PRODUCT VARIANTS ##### */
#product #product_right .options,
#product #product_right .variants {
  margin: 10px 0px; }

#product #product_right .options .v-name,
#product #product_right .variants .v-name {
  color: #262626;
  text-transform: lowercase;
  font-size: 20px; }

#product #product_right .options .option_menu,
#product #product_right .options .variant_menu,
#product #product_right .variants .option_menu,
#product #product_right .variants .variant_menu {
  border: 1px solid transparent;
  height: auto;
  line-height: normal;
  text-indent: 10px;
  cursor: pointer;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5px 20px 5px 0px;
  background: #ffffff;
  margin-top: 3px;
  margin-bottom: 10px;
  border-radius: 4px; }

#product #product_right .options .option_menu:hover,
#product #product_right .options .variant_menu:hover,
#product #product_right .variants .option_menu:hover,
#product #product_right .variants .variant_menu:hover {
  border: 1px solid #444444; }

#product #product_right .options .option_menu .alert,
#product #product_right .options .variant_menu .alert,
#product #product_right .variants .option_menu .alert,
#product #product_right .variants .variant_menu .alert {
  color: #ffffff;
  border: 1px solid red;
  font-size: 12px;
  position: absolute;
  right: -1px;
  top: -18px;
  width: 150px;
  text-align: center;
  background-color: red;
  text-indent: 0px;
  display: none;
  padding: 2px 0px; }

#product #product_right .options .option_menu_with_images .alert,
#product #product_right .variants .option_menu_with_images .alert {
  color: #ffffff;
  border: 1px solid red;
  font-size: 12px;
  position: absolute;
  left: -152px;
  top: -1px;
  width: 150px;
  text-align: center;
  background-color: red;
  line-height: 30px;
  text-indent: 0px;
  display: none; }

#product #product_right .options .option_menu menu,
#product #product_right .options .variant_menu menu,
#product #product_right .variants .option_menu menu,
#product #product_right .variants .variant_menu menu {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  box-sizing: content-box;
  padding-left: 0px;
  left: -1px;
  list-style: none;
  margin: 0px;
  border: 1px solid #444444;
  border-top: none;
  border-radius: 0px 0px 4px 4px; }

#product #product_right .options .option_menu li.clear,
#product #product_right .options .variant_menu li.clear,
#product #product_right .variants .option_menu li.clear,
#product #product_right .variants .variant_menu li.clear {
  display: none;
  color: #373737; }

#product #product_right .options .option_menu li.selected,
#product #product_right .options .variant_menu li.selected,
#product #product_right .variants .option_menu li.selected,
#product #product_right .variants .variant_menu li.selected {
  display: none; }

#product #product_right .options .option_menu_with_images,
#product #product_right .variants .option_menu_with_images {
  border: 1px solid #373737;
  height: auto;
  line-height: normal;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  padding: 5px 20px 5px 0px; }

#product #product_right .options .option_menu_with_images a,
#product #product_right .variants .option_menu_with_images a {
  display: block;
  width: 100%;
  height: 100%; }

#product #product_right .options .option_menu_with_images b.add_price,
#product #product_right .variants .option_menu_with_images b.add_price {
  color: #ffffff;
  font-weight: 300; }

.option_images {
  padding: 10px;
  display: none;
  max-width: 980px; }

.option_images .optimage {
  display: inline-block;
  text-align: center;
  width: 30%;
  border: 1px solid #c81f5e;
  margin: 1%;
  cursor: pointer;
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  padding: 5px; }

.option_images .optimage.clear {
  display: none; }

.option_images .optimage .optimage_container {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  vertical-align: middle;
  position: relative; }

.option_images .optimage .optimage_container img {
  max-width: 100%; }

.option_images .optimage.clear img {
  max-width: 79px !important; }

.option_images .optimage .value {
  text-align: center;
  display: block;
  margin: 20px;
  font-size: 18px; }

#product #product_right .options .option_menu menu.hover,
#product #product_right .options .variant_menu menu.hover,
#product #product_right .variants .option_menu menu.hover,
#product #product_right .variants .variant_menu menu.hover {
  display: block; }

#product #product_right .options .option_menu li,
#product #product_right .options .variant_menu li,
#product #product_right .variants .option_menu li,
#product #product_right .variants .variant_menu li {
  padding: 7px 0px;
  text-indent: 0px; }

#product #product_right .options .option_menu li:last-child,
#product #product_right .options .variant_menu li:last-child,
#product #product_right .variants .option_menu li:last-child,
#product #product_right .variants .variant_menu li:last-child {
  border-radius: 0px 0px 4px 4px; }

#product #product_right .options .option_menu li:hover,
#product #product_right .options .variant_menu li:hover,
#product #product_right .variants .option_menu li:hover,
#product #product_right .variants .variant_menu li:hover {
  background-color: #c81f5e; }

.fancybox-overlay * {
  box-sizing: content-box; }

.fancybox-close {
  background-position: center; }

#product #product_right #cart_ajax_loader {
  display: none;
  position: absolute;
  top: -20px; }

#product #product_right #add_container {
  height: auto;
  position: relative;
  margin: 30px 0px;
  background: #444444;
  border-radius: 4px;
  padding: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }

#add_container .quantity-box {
  width: 80px;
  position: relative; }

.quantity-box a {
  float: left; }

.quantity-box input {
  border: 1px solid #c81f5e;
  text-align: center;
  line-height: 40px;
  width: 60px;
  margin: 0 0 0 0;
  font-size: 24px;
  height: 40px;
  float: left; }

.quantity-box .unit {
  float: left;
  bottom: 0px;
  margin-left: 2px;
  line-height: 40px;
  width: 29px;
  color: #ffffff; }

#add_container .quantity-box input {
  border: 1px solid #373737;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin: 0px;
  font-size: 24px;
  height: 40px;
  border-radius: 4px;
  font-weight: bold;
  float: left;
  position: relative; }

.p-basket .btn-1 {
  height: auto;
  font-weight: 600;
  font-size: 25px;
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  padding: 0;
  color: #ffffff;
  background: transparent;
  border: none;
  padding-bottom: 0px;
  line-height: 1; }

#product #not_available {
  border: 0px none;
  background-color: #F00;
  color: #ffffff;
  line-height: 35px;
  float: right;
  margin-top: 0px;
  font-size: 18px;
  width: 100%;
  height: 40px;
  cursor: default !important; }

#product #product_right #error_quantity {
  border: 0px;
  background-color: red;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 5px 0px;
  position: absolute;
  top: 49px;
  right: 0px;
  border-radius: 4px;
  display: none; }

#product #product_right #error_quantity p {
  margin: 0px;
  padding: 0px; }

#product #product_right #error_quantity p:nth-child(1) {
  font-size: 12px; }

#product #product_right #go_to_cart {
  border: 0px;
  background: #444444 url(../images/smallarrow_right.png) right 10px center no-repeat;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 3px 0px;
  position: absolute;
  top: 49px;
  right: 0px;
  border-radius: 4px;
  display: none; }

#product #product_right #go_to_cart p {
  margin: 0px;
  padding: 0px; }

#product #product_right #go_to_cart * {
  color: #ffffff !important; }

#product #product_right #go_to_cart a {
  color: #ffffff; }

#product #product_right #go_to_cart p:nth-child(1) {
  font-size: 14px; }

#product #product_right #go_to_cart p:nth-child(2) {
  font-size: 10px; }

.table-1 {
  width: 100%; }

.table-1 tr td {
  font-size: 17px;
  padding: 5px 10px;
  color: #262626; }

.table-1 tr td.manufacturer-link a {
  color: #444444; }

.table-1 span {
  color: #262626; }

.table-1 span a {
  color: #262626; }

.reviews {
  width: 100%;
  margin: 20px 0px; }

.reviews .rate-box {
  float: left; }

.reviews .link-1 {
  float: left;
  margin: 1px 0 0 10px; }

#product #product_right #votes img {
  float: left;
  margin-right: 2px; }

#product #product_right .product_popup {
  margin: 5px 0px;
  transition-property: box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  width: 100%;
  padding: 3px 0px; }

.product_popup {
  height: auto;
  min-height: 10px;
  line-height: normal; }

#product #product_right .product_popup a {
  display: block;
  height: 100%;
  width: 100%; }

#product #product_right .product_popup image img {
  display: block;
  margin: 0px auto; }

#product #product_right .product_popup span {
  margin-left: 5px; }

#product #product_right .product_popup:hover {
  box-shadow: 0px 0px 5px #666; }

#files li {
  margin: 0px;
  padding: 0px;
  line-height: 39px;
  height: 39px !important; }

#files li img {
  float: left;
  margin: 3px 10px 0px 0px; }

#files li:nth-child(even) {
  background-color: #c81f5e; }

#files li a {
  padding: 0px 1px;
  display: block;
  height: 100%;
  word-break: break-all; }

#files li a:hover {
  background-color: #ffffff;
  color: #fff; }

.nav-tabs-1 {
  width: 100%;
  margin-top: 15px;
  border-bottom: 5px solid #c81f5e;
  padding-bottom: 8px; }

.nav-tabs-1 ul {
  padding: 0px;
  margin: 0px; }

.nav-tabs-1 ul::after {
  content: '';
  clear: both;
  display: block; }

.nav-tabs-1 li {
  float: right;
  list-style: none;
  margin-top: 7px;
  margin-left: 15px;
  font-size: 16px;
  padding-left: 14px;
  background: url(../images/nav-tabs-arrow.png) no-repeat left center;
  font-family: 'Open Sans', sans-serif; }

.nav-tabs-1 li.current {
  float: left;
  font-family: Basic, sans-serif;
  margin: 0px; }

.nav-tabs-1 li:first-child {
  margin-left: 0; }

.nav-tabs-1 a {
  font-size: 18px;
  color: #262626;
  cursor: pointer; }

.nav-tabs-1 .current a {
  font-size: 26px;
  padding-left: 10px; }

.nav-tabs-1 .current {
  padding-left: 0px;
  background: transparent; }

.cont-boxes::after {
  content: '';
  clear: both;
  display: block; }

.cont-box {
  float: left;
  width: 100%;
  padding: 15px 20px;
  display: none; }

.show-1 {
  display: block; }

s .title-rwd {
  display: none;
  float: left;
  width: 100%;
  border-bottom: 1px solid #c81f5e;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 0 0 5px 0; }

.cont-box {
  margin-bottom: 15px; }

.cont-box .content-txt {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif; }

.content-txt p {
  margin-bottom: 10px; }

#product .content-txt.nice_style h1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px; }

#product .content-txt.nice_style h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px; }

#product .content-txt.nice_style h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px; }

#product .content-txt.nice_style h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px; }

#product .content-txt.nice_style h5 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px; }

#product .content-txt.nice_style h6 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px; }

#product .content-txt.nice_style ul {
  list-style: disc;
  margin-bottom: 10px; }

#product .content-txt.nice_style img {
  max-width: 100%;
  max-height: 100%; }

#product .content-txt.nice_style table {
  margin-bottom: 10px; }

#product .content-txt.nice_style table,
#product .content-txt.nice_style table th,
#product .content-txt.nice_style table td {
  border: 1px solid #e0dfdf; }

#product .content-txt.nice_style table th,
#product .content-txt.nice_style table td {
  padding: 7px; }

.add-opinion {
  padding: 15px 20px;
  width: 100%; }

.add-opinion .btn-2 {
  float: left; }

.btn-2 {
  display: block;
  height: 30px;
  float: left;
  line-height: 30px;
  padding: 0 60px;
  font-size: 18px;
  color: #ffffff;
  background: silver;
  border-radius: 5px; }

.btn-2:hover {
  color: #ffffff; }

.add-opinion p {
  line-height: 22px;
  overflow: hidden;
  font-size: 18px;
  padding-left: 30px; }

.reviews-1 {
  width: 100%;
  padding: 15px 20px;
  background: #F5F5F5;
  border-top: 1px solid #c81f5e;
  border-bottom: 1px solid #c81f5e; }

.reviews-1 .link-1 {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  font-weight: 300;
  font-size: 16px; }

.rate-box img {
  margin-right: 1px;
  float: left; }

.opinion-box-1 {
  float: left;
  width: 100%;
  padding: 25px 0px; }

.opinion-box-1 h2 {
  text-align: center;
  width: 100%;
  font-size: 18px; }

.form-list-1 {
  width: 100%; }

.form-list-1 li {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 20px;
  list-style: none; }

.form-list-1 li:first-child {
  margin-top: 0; }

.form-list-1 label {
  width: 145px;
  float: left;
  padding: 16px 0 0 0;
  display: block;
  font-size: 16px;
  color: #373737 !important; }

#add_opinion .form-list-1 label {
  padding: 0px; }

.opinion-box .txt {
  clear: both;
  margin-bottom: 15px; }

#add_opinion textarea {
  height: 120px;
  resize: none; }

#add_opinion #user_vote span {
  width: 24px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  padding-right: 2px; }

#add_opinion #user_vote span.active {
  background: transparent url(../images/star_active.png) left top no-repeat; }

#add_opinion #user_vote span.inactive {
  background: transparent url(../images/star_inactive.png) left top no-repeat; }

.form-list-1 input,
.form-list-1 textarea {
  font-size: 16px;
  padding: 10px 15px;
  height: 55px;
  border: 1px solid #373737;
  display: block;
  float: right;
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px);
  background: #ffffff;
  color: #373737; }

.btn-opinion {
  max-width: 200px;
  height: 40px !important;
  line-height: normal;
  color: #ffffff !important;
  background: silver !important;
  border: none !important;
  cursor: pointer;
  border-radius: 10px !important; }

.table-2 {
  width: 100%; }

.table-2 tr td {
  padding: 6px 20px 5px 20px; }

.table-2 tr td:first-child {
  border-right: 0; }

.table-2 tr td:last-child {
  border-left: 0; }

.table-2 tr:nth-child(even) td {
  background: #F5F5F5; }

#files {
  padding: 0px;
  margin: 0px; }

#files li {
  margin: 0px;
  padding: 0px;
  line-height: 39px;
  height: 39px !important;
  list-style: none; }

#files li a {
  padding: 0px 1px;
  display: block;
  height: 100%; }

#files li img {
  float: left;
  margin: 3px 10px 0px 0px; }

#similar_carousel .owl-stage-outer {
  margin-right: -1px; }

#similar-carousel li {
  list-style: none;
  width: 100% !important;
  margin-right: auto !important; }

.similar-carousel-container {
  margin: 20px 0px;
  clear: both;
  position: relative; }

.similar-carousel-container .title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 5px solid #c81f5e; }

.similar-carousel-container .title h2 {
  float: left;
  font-weight: normal;
  text-transform: none;
  font-size: 26px;
  padding: 0 10px; }

.similar-carousel-container .title-box {
  float: right;
  padding: 5px 0 0 0; }

.similar-carousel-container .title .number {
  float: left;
  height: 20px;
  padding: 0 7px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #373737; }

.similar-carousel-container .title .controls {
  float: left; }

#similar-carousel .owl-stage-outer {
  margin-left: -2px; }

/* ##### SHOP COMMENTS ##### */
.box_shopcomments {
  margin-bottom: 20px; }

#shop_comments .votes_box {
  margin-top: 10px; }

#shop_comments .votes_box img:first-child {
  margin-left: 10px; }

#shop_comments .votes_box div {
  clear: both;
  margin-right: 10px; }

#shop_comments .shop_reply {
  padding: 20px; }

#shop_comments .shop_reply .shop_reply_title {
  font-size: 20px;
  color: #444444; }

#shop_comments .shop_reply .shop_reply_text {
  font-size: 14px; }

#shop_comments {
  padding: 0px; }

#shop_comments .title {
  font-size: 18px;
  width: 100%;
  line-height: 23px; }

#shop_comments #add_opinion_button {
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: #444444;
  height: 40px;
  padding: 0px 50px;
  line-height: 40px;
  cursor: pointer;
  width: 190px;
  margin-bottom: 10px;
  border-radius: 10px; }

#shop_comments #add_opinion_button:hover {
  background-color: #444444; }

#shop_comments .separator {
  border-bottom: 1px solid #373737; }

#shop_comments .count {
  margin-top: 20px; }

#shop_comments .count span {
  float: left;
  font-size: 16px;
  color: #c81f5e; }

#shop_comments .count img {
  margin-left: 2px;
  float: left;
  margin-top: -2px; }

#shop_comments .count img:nth-child(2) {
  margin-left: 20px; }

#shop_comments #add_opinion {
  display: none; }

#add_opinion p {
  margin-top: 10px;
  float: right; }

#shop_comments #add_opinion .comment_message {
  display: block;
  width: 300px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  margin: 0px auto 20px auto;
  text-align: center; }

#shop_comments #add_opinion .comment_message.error {
  background-color: red; }

#shop_comments #add_opinion .comment_message.finish {
  background-color: #ffffff; }

#shop_comments #add_opinion label {
  display: inline-block;
  padding-left: 0px;
  position: relative; }

#shop_comments #add_opinion label.required:after {
  content: "*";
  margin-left: 0px; }

#shop_comments #add_opinion label span.hint {
  margin: 0px 0px 0px 0px; }

#shop_comments #add_opinion label .hint_window {
  margin-left: -10px;
  width: 280px; }

#shop_comments #add_opinion input[type="submit"] {
  min-width: 200px;
  height: 50px;
  color: #ffffff;
  background: #444444;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  border: 0px;
  display: block;
  float: right;
  text-transform: none;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px; }

#shop_comments #add_opinion input[type="submit"]:hover {
  background-color: #444444; }

#shop_comments #add_opinion input,
#shop_comments #add_opinion textarea {
  padding: 0px 5px;
  height: 28px;
  text-transform: none;
  font-family: Basic, sans-serif; }

#shop_comments #add_opinion input.full,
#shop_comments #add_opinion textarea.full {
  width: 378px; }

#shop_comments #add_opinion input.street,
#shop_comments #add_opinion textarea.street {
  width: 270px; }

#shop_comments #add_opinion input.home_number,
#shop_comments #add_opinion textarea.home_number {
  width: 76px;
  margin-left: 20px; }

#shop_comments #add_opinion input.postal_1,
#shop_comments #add_opinion textarea.postal_1 {
  width: 50px; }

#shop_comments #add_opinion input.postal_2,
#shop_comments #add_opinion textarea.postal_2 {
  width: 90px;
  margin-left: 20px; }

#shop_comments #add_opinion textarea {
  height: 95px; }

#shop_comments #add_opinion p.comment label {
  float: left; }

#shop_comments #add_opinion #user_vote span,
#shop_comments #add_opinion #user_vote2 span,
#shop_comments #add_opinion #user_vote3 span {
  width: 24px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  padding-right: 2px; }

#shop_comments #add_opinion #user_vote span.active,
#shop_comments #add_opinion #user_vote2 span.active,
#shop_comments #add_opinion #user_vote3 span.active {
  background: transparent url(../images/star_active.png) left top no-repeat; }

#shop_comments #add_opinion #user_vote span.inactive,
#shop_comments #add_opinion #user_vote2 span.inactive,
#shop_comments #add_opinion #user_vote3 span.inactive {
  background: transparent url(../images/star_inactive.png) left top no-repeat; }

#shop_comments .opinion {
  border-bottom: 1px solid #373737;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 20px;
  min-height: 100px; }

#shop_comments .opinion:last-child {
  border-bottom: 0px; }

#shop_comments .opinion .head {
  font-size: 16px; }

#shop_comments .opinion .head .author {
  float: left;
  color: #262626; }

#shop_comments .opinion .head .date {
  float: left;
  color: #262626;
  margin: 0px 20px; }

#shop_comments .opinion .head img {
  margin-left: 2px;
  float: left;
  margin-top: -2px; }

#shop_comments .opinion .text {
  text-transform: none;
  margin-top: 10px; }

#shop_comments .box-right {
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px);
  float: right; }

#box_shopcomments .title {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #c81f5e;
  padding-bottom: 5px; }

#box_shopcomments .title h2 {
  font-weight: normal;
  text-transform: none;
  font-size: 20px;
  padding: 0 10px; }

/* ##### PAGE ##### */
div.header_6,
h1.header_6 {
  margin-top: 0;
  font-size: 18px;
  text-transform: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #c81f5e;
  text-indent: 10px;
  position: relative;
  font-weight: normal;
  margin-bottom: 30px; }

.page_content {
  border: none;
  margin-bottom: 20px;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  border-radius: 10px; }

.page_content .nice_style h1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px; }

.page_content .nice_style h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px; }

.page_content .nice_style h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px; }

.page_content .nice_style h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px; }

.page_content .nice_style h5 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px; }

.page_content .nice_style h6 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px; }

.page_content .nice_style p {
  margin-bottom: 10px; }

.page_content .nice_style ul {
  list-style: disc;
  margin-bottom: 10px; }

.white-container {
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.21);
  border-radius: 10px; }

.no-border {
  border: none !important; }

.form_contact {
  width: 400px;
  border: 1px solid #373737;
  float: right;
  padding: 20px;
  margin: 0px 0px 20px 20px; }

.form_contact .btn-8 {
  display: block;
  height: 37px;
  line-height: 37px;
  border: none;
  padding: 0 10px;
  font-size: 19px;
  padding-right: 50px;
  color: #ffffff;
  background: #444444;
  font-weight: normal;
  text-transform: none;
  width: auto;
  text-transform: none;
  padding: 0 50px;
  float: right;
  position: relative;
  border-radius: 5px; }

.form_contact .box-left {
  width: 120px; }

.form_contact .box-right {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px); }

.form_contact textarea {
  min-height: 150px; }

.page_content_form .form_contact {
  width: 100%; }

.minigallery {
  width: 100%;
  border-top: 1px solid #c81f5e;
  padding-top: 10px;
  text-align: center; }

.minigallery .thumb {
  display: inline-block;
  margin: 10px;
  text-align: center;
  cursor: pointer; }

.files table {
  width: 100%;
  max-width: 400px;
  margin: 15px auto 15px auto; }

.files table tr {
  border-bottom: 1px solid #c81f5e; }

.files table tr:last-child {
  border: 0px; }

.files table td:first-child a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 20px;
  word-break: break-all; }

.files table td {
  padding: 4px 0px; }

/* ##### NEWS ##### */
.news-big-box {
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: calc(100% - 125px);
  padding: 20px;
  background: #ffffff;
  border-radius: 10px; }

.frame {
  line-height: 47px;
  font-size: 46px;
  position: absolute;
  top: 0;
  right: -125px;
  width: 100px;
  height: 132px;
  background: #c81f5e;
  text-align: center;
  color: #c81f5e; }

.news-big-box > figure {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  float: left; }

.news-big-box figure img {
  max-height: 300px; }

.news-big-box .description {
  padding: 0px 15px;
  float: right;
  width: -webkit-calc(100% - 275px);
  width: -moz-calc(100% - 275px);
  width: calc(100% - 275px); }

.news-big-box .description-no-image {
  width: 100%; }

.news-big-box::after {
  content: '';
  clear: both;
  display: block; }

.news-big-box h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  padding: 15px 0; }

.news-big-box .txt {
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif; }

.news-big-box .date {
  background: #c81f5e;
  width: 56px;
  height: 25px;
  float: left;
  text-align: center;
  line-height: 25px;
  margin-left: 20px;
  display: none; }

.news-big-box .news-more {
  float: right;
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  font-size: 14px;
  color: #ffffff;
  background: #444444; }

.frame span {
  padding-top: 18px;
  display: block;
  font-size: 39px; }

.news-big-box .nice_style h1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px; }

.news-big-box .nice_style h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px; }

.news-big-box .nice_style h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px; }

.news-big-box .nice_style h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px; }

.news-big-box .nice_style h5 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px; }

.news-big-box .nice_style h6 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px; }

.news-big-box .nice_style ul {
  list-style: disc; }

.news-big-box .nice_style img {
  max-width: 100%; }

/* ##### MY ACCOUNT ##### */
.my-account-tabs {
  margin: 0px;
  padding: 0px;
  float: left;
  position: relative;
  z-index: 99;
  margin-left: 20px; }

.my-account-tabs li {
  background-color: transparent;
  padding: 8px 13px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  font-size: 16px;
  color: #373737;
  display: inline-block;
  cursor: pointer; }

.my-account-tabs li.current {
  position: relative;
  border-top: 1px solid #373737;
  border-left: 1px solid #373737;
  border-right: 1px solid #373737;
  background-color: #ffffff; }

.my-account-tabs li.current::after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 4px;
  display: block;
  background-color: #ffffff;
  left: 0px; }

.my-account {
  width: 100%;
  margin-top: -46px;
  padding-top: 46px; }

.my-account-main {
  width: 100%; }

.my-account .page-content {
  background: #ffffff; }

.page-content {
  border: 1px solid #373737;
  margin-bottom: 20px;
  padding: 10px 20px 20px 20px;
  width: 100%;
  font-size: 18px; }

#order_data,
#form_data,
.form_data {
  margin-bottom: 20px; }

.form-list-2 {
  width: 100%;
  margin: 0px;
  padding: 0px; }

.form-list-2 li {
  list-style: none;
  margin-top: 10px;
  width: 100%;
  position: relative; }

.checkbox_margin {
  padding-left: 9px; }

.my-account .page-content .box-left {
  padding-left: 0; }

.form-list-2 .box-left {
  width: 275px;
  float: left;
  padding: 0 0px; }

.my-account .box-right {
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
  float: right;
  overflow: visible; }

.my-account .box-right select {
  width: 100%;
  padding-left: 10px; }

#order_data .for_company,
#form_data .for_company,
.form_data .for_company {
  display: none; }

.form-list-2 label {
  font-size: 16px;
  padding: 3px 0 2px 0;
  font-weight: normal; }

#order_data p label.required:after,
#form_data p label.required:after,
.form_data p label.required:after,
.form-list-2 label.required:after {
  content: "*";
  margin-left: 10px; }

.form-list-2 input,
.form-list-2 textarea,
.form-list-3 input {
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  padding: 3px 10px;
  border: 1px solid #373737;
  background-color: #ffffff;
  color: #373737; }

.form-list-2 textarea {
  height: 96px;
  resize: none; }

.form-list-2 .w315 {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  margin-right: 10px; }

.form-list-2 .w90 {
  width: 90px; }

.btn-6 {
  display: block;
  height: 30px;
  text-align: center;
  float: left;
  margin-left: 15px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: #ffffff;
  background: #373737;
  border: none; }

.nav-box {
  float: right;
  margin-top: 2px; }

.my-account .title-3 h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 5px 10px;
  color: #FF5900;
  float: left; }

.nav-box a {
  height: 34px;
  color: #373737;
  background: #fff;
  display: block;
  float: left;
  font-size: 14px;
  margin-left: 1px;
  padding: 7px 15px 4px 15px;
  cursor: pointer; }

.nav-box .current,
.nav-box a:hover {
  background: #c81f5e;
  color: #ffffff; }

.account-form-info {
  margin: 5px 0px;
  font-weight: 700;
  color: #373737;
  font-size: 14px;
  display: none; }

.order-list-item {
  margin-bottom: 25px; }

.order-head {
  background-color: #F5F5F5;
  padding: 15px;
  border: 1px solid #373737;
  margin-bottom: 15px; }

.order-n {
  font-size: 16px;
  font-weight: 300;
  color: #7d7d7d;
  margin-right: 70px;
  float: left; }

.order-d {
  font-size: 16px;
  font-weight: 300;
  color: #7d7d7d;
  margin-right: 70px;
  float: left; }

.order-again {
  font-size: 16px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  float: right;
  color: #7d7d7d;
  cursor: pointer; }

.order-again img {
  margin-right: 15px; }

.order-again:hover {
  color: #65b442; }

.order-information {
  float: left;
  width: 31%;
  margin-right: 4%; }

.order-products {
  float: right;
  width: 65%; }

.order-information-title {
  padding: 8px 13px;
  border-top: 1px solid #373737;
  border-left: 1px solid #373737;
  border-right: 1px solid #373737;
  font-size: 16px;
  color: #373737;
  display: inline-block; }

.order-information-box {
  border: 1px solid #373737;
  padding: 15px 10px;
  width: 100%; }

.order-information-box .f-left {
  float: left;
  font-size: 14px;
  color: #373737;
  width: 50%;
  font-weight: 400; }

.order-information-box .f-right {
  float: left;
  font-size: 14px;
  color: #373737;
  width: 50%; }

.order-information-box .f-right.order-saledocs a {
  margin-right: 4px;
  display: inline-block; }

.order-information-box .f-right.order-saledocs a:focus,
.order-information-box .f-right.order-saledocs a:active {
  overflow: visible; }

.order-information-box hr {
  margin: 20px 0px;
  border-top: 1px solid #373737; }

.order-tag {
  font-size: 12px;
  color: #373737;
  text-transform: uppercase;
  padding: 5px 9px;
  display: inline-block; }

.o-new {
  color: #ffffff;
  background-color: #0072bc; }

.o-in-progress {
  color: #65b442;
  background-color: #ffffff;
  border: 1px solid #e0dfde; }

.o-completed {
  background-color: #65b442;
  color: #ffffff; }

.o-unrealized {
  color: #ffffff;
  background-color: #ff0000; }

table.order-products-box {
  border: 1px solid #373737;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0 50px; }

table.order-products-box tr {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #373737;
  background-color: #ffffff; }

table.order-products-box tr:nth-child(even) {
  background-color: #F5F5F5; }

table.order-products-box tr:last-child {
  border: none; }

table.order-products-box .order-product-image {
  width: 12%;
  padding: 10px; }

table.order-products-box .order-product-image img {
  width: 100%; }

table.order-products-box .order-product-title {
  display: block;
  font-size: 16px;
  color: #373737; }

table.order-products-box .order-product-variants {
  display: inline-block;
  margin-right: 10px;
  color: #7d7d7d;
  font-size: 14px; }

table.order-products-box .order-product-variants span {
  color: #373737; }

table.order-products-box .order-product-name {
  width: 49%;
  padding: 10px; }

table.order-products-box .order-product-quantity {
  width: 8%;
  padding: 10px;
  font-size: 16px;
  color: #373737; }

table.order-products-box .order-product-price {
  padding: 10px;
  font-size: 16px;
  color: #373737;
  text-align: right;
  width: 31%; }

.order-again-btn {
  float: right;
  margin-top: 20px;
  border: none;
  background-color: #fbfbfb;
  cursor: pointer;
  padding: 10px;
  color: #65b442;
  border: 1px solid #c81f5e; }

.order-again-btn img {
  margin-right: 10px; }

table.order-products-box .order-products-summary {
  padding: 10px;
  font-size: 16px;
  color: #373737;
  text-align: right;
  width: 100%; }

table.order-products-box .order-products-summary p span {
  color: #7d7d7d; }

.order-history {
  display: none; }

input:not([type='checkbox']),
textarea,
select {
  text-transform: none;
  border: 1px solid #373737;
  background-color: #ffffff;
  color: #373737; }

.order-list-container {
  margin-bottom: 25px; }

table.order-list {
  border: 1px solid #373737;
  width: 100%;
  font-size: 16px;
  color: #262626; }

table.order-list a {
  color: inherit; }

table.order-list a:hover {
  color: #ffffff; }

table.order-list tr {
  border-bottom: 1px solid #373737;
  background-color: #ffffff; }

table.order-list tr:last-child {
  border-bottom: none; }

table.order-list tr:nth-child(even) {
  background-color: #F5F5F5; }

table.order-list tr td {
  padding: 43px 5px;
  text-align: center; }

table.order-list tr td a:hover {
  color: #444444; }

table.order-list tr td.status-green {
  color: #65b442; }

table.order-list tr td.order-details p {
  background: url(../images/order-info.png) no-repeat left center;
  display: inline-block;
  cursor: pointer; }

table.order-list tr td.order-list-again p {
  padding-left: 32px;
  background: url(../images/order-icon.png) no-repeat left center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  cursor: pointer; }

table.order-list tr td.order-list-again p:hover {
  background: url(../images/order-icon-green.png) no-repeat left center;
  color: #65b442; }

.my-account-form-data {
  width: 74%;
  margin: 0 auto; }

.my-account-nav-box {
  float: none !important;
  margin: 5px auto 15px auto !important;
  max-width: 74%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }

.my-account-nav-box a {
  border-radius: 5px; }

.my-account-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.my-account-title .user-discount-info {
  display: inline-block;
  background: silver;
  color: #ffffff;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 1; }

@media only screen and (max-width: 550px) {
  table.order-list,
  table.order-list tbody,
  table.order-list tr,
  table.order-list td {
    display: block;
    width: 100%; }

  table.order-list {
    border: none; }

  table.order-list tr {
    margin-bottom: 10px;
    border-top: 1px solid #373737;
    border-left: 1px solid #373737;
    border-bottom: 1px solid #373737;
    border-right: 1px solid #373737; }

  table.order-list tr::after {
    content: '';
    display: block;
    clear: both; }

  table.order-list tr:last-child {
    margin-bottom: auto;
    border-bottom: 1px solid #373737; }

  table.order-list tr td {
    padding: 0px; }

  table.order-list tr td:first-child {
    width: 50%;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #373737;
    margin-bottom: 5px; }

  table.order-list tr td:nth-child(2) {
    width: 50%;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #373737;
    margin-bottom: 5px; }

  table.order-list tr td:nth-child(3) {
    width: 25%;
    float: left;
    padding-bottom: 5px; }

  table.order-list tr td:nth-child(4) {
    width: 25%;
    float: left;
    padding-bottom: 5px; }

  table.order-list tr td:nth-child(5) {
    width: 25%;
    float: left;
    padding-bottom: 5px; }

  table.order-list tr td:nth-child(6) {
    width: 25%;
    float: left;
    padding-bottom: 5px; } }
@media only screen and (max-width: 480px) {
  table.order-list tr td:nth-child(3) {
    width: 50%;
    text-align: center; }

  table.order-list tr td:nth-child(4) {
    text-align: center;
    width: 50%; }

  table.order-list tr td:nth-child(5) {
    text-align: center;
    width: 50%; }

  table.order-list tr td:nth-child(6) {
    text-align: center;
    width: 50%; }

  table.order-list tr td.order-details p {
    width: auto !important;
    padding-left: 0px !important; } }
/* ##### LOGIN ##### */
.log-box .form-list-4 {
  float: none; }

.log-box .form-list-4 .box-right {
  float: right;
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px); }

.log-box .form-list-4 .box-left {
  width: 140px; }

.log-box .link-3 {
  margin: 13px 0 0 0;
  text-decoration: underline;
  font-size: 17px; }

.log-box .box-right .btn-8,
.page-content .box-right .btn-8 {
  display: block;
  height: 39px;
  text-align: right;
  float: right;
  line-height: 39px;
  border: none;
  padding: 0 10px;
  font-size: 18px;
  padding-right: 50px;
  color: #ffffff;
  background: #444444 url(../images/btn-5.png) no-repeat right center;
  font-weight: normal;
  text-transform: none;
  width: auto;
  text-transform: none;
  padding: 0 50px;
  min-width: 193px; }

@media (max-width: 991px) {
  .social-link-buttons {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-end; } }
@media (max-width: 480px) {
  .social-link-buttons {
    flex-direction: column;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end; } }

.social-link-account {
  margin-right: 10px;
  display: flex;
  align-items: center;
  display: flex !important;
  padding: 0px 35px !important; }
  @media (max-width: 991px) {
    .social-link-account {
      margin-right: 0px;
      margin-left: 10px;
      margin-top: 10px; } }

.social-link-account img {
  height: 25px;
  margin-right: 5px; }

/* ##### REGISTER ##### */
.register-page {
  max-width: 640px;
  width: 100%;
  margin: auto; }

.register-page h1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300; }

.register-content {
  float: left;
  width: 100%;
  border: 1px solid #444444;
  padding: 30px 30px 30px 10px;
  margin-bottom: 30px; }

.register-list {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
  list-style: none; }

.register-button {
  float: left;
  width: 100%;
  padding-top: 15px;
  text-align: center; }

.register-page .btn-3 {
  display: block;
  height: 39px;
  line-height: 39px;
  padding: 0 50px;
  font-size: 16px;
  color: #ffffff;
  background: #444444;
  border: none;
  margin: 0px 0px 0px 10px; }

.register-page .btn-3:hover {
  color: #ffffff;
  opacity: 0.90;
  filter: alpha(opacity=90); }

.register-list li {
  width: 100%;
  margin-bottom: 10px; }

.register-list li {
  position: relative; }

.register-list li::after {
  content: '';
  display: block;
  clear: both; }

.register-list label {
  width: 195px;
  padding-top: 5px;
  padding-right: 6px;
  display: block;
  float: left;
  text-align: right;
  font-weight: normal; }

.register-list input {
  display: block;
  float: right;
  width: -webkit-calc(100% - 195px);
  width: -moz-calc(100% - 195px);
  width: calc(100% - 195px);
  height: 30px;
  padding: 3px 10px;
  color: #373737;
  background: #ffffff;
  border: 1px solid #373737; }

.register-list .register-hint {
  width: 15px;
  height: 18px;
  background: transparent url(../images/hint.png) left top no-repeat;
  cursor: pointer;
  display: inline-block;
  margin-left: 4px;
  margin-top: 0px;
  vertical-align: sub; }

.register-list .register-hint span {
  background: transparent;
  opacity: 0; }

.register-list .hint_window {
  width: auto;
  left: 0px; }

.register-list #country,
.register-list #group {
  display: block;
  float: right;
  width: -webkit-calc(100% - 195px);
  width: -moz-calc(100% - 195px);
  width: calc(100% - 195px);
  height: 30px;
  padding-left: 5px; }

.register-list #street {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  float: left; }

.register-list .home_number {
  width: 85px;
  float: right; }

.register-list .register-street-data {
  width: -webkit-calc(100% - 195px);
  width: -moz-calc(100% - 195px);
  width: calc(100% - 195px);
  float: right; }

.register-list .register-street-data::after {
  content: '';
  display: block;
  clear: both; }

.register-list .box-txt-1 {
  width: -webkit-calc(100% - 195px);
  width: -moz-calc(100% - 195px);
  width: calc(100% - 195px);
  font-size: 11px;
  margin-top: -2px;
  float: right; }

.register-list .checkbox-box {
  float: left;
  width: 100%;
  padding: 0px;
  font-size: 14px;
  text-align: left; }

.register-list .checkbox-box label {
  width: auto;
  float: none;
  text-align: left;
  color: #000;
  font-weight: normal; }

.register-content .nav-box {
  margin-bottom: 10px; }

.register-buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .register-buttons-container .social-link-account {
    position: relative;
    margin: 0px 10px;
    padding: 0 15px 0 25px;
    display: block;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #ffffff; }
    .register-buttons-container .social-link-account img {
      height: 25px;
      margin-right: 5px; }

@media only screen and (max-width: 670px) {
  .register-buttons-container .social-link-account {
    margin: 5px 0px 5px 10px; }
  .register-buttons-container .btn-3 {
    margin: 5px 0px 5px 10px; } }
@media only screen and (max-width: 480px) {
  .register-list .register-street-data,
  .register-list #country,
  .register-list #group {
    width: 100%; }

  .register-content {
    padding: 30px 10px 30px 10px; } }
.checkbox,
.checkbox-in {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 1px solid #373737;
  cursor: pointer;
  background: #ffffff; }

.checkbox-content {
  width: 100%;
  padding-left: 10px;
  padding-top: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #373737; }

.register-list .checkbox-box .checkbox {
  float: left;
  margin-top: 7px;
  margin-right: 5px; }

.register-list .checkbox-box .checkbox input {
  position: relative;
  margin-top: -6px;
  left: 4px;
  display: none; }

.register-list .checkbox-box label a {
  color: #444444; }

/* ##### WISHLIST ##### */
#wishlist tr {
  background: #ffffff; }

#wishlist_title {
  font-size: 24px;
  margin-bottom: 30px; }

#wishlist_message {
  margin: 20px 0px;
  text-align: center;
  display: none; }

.buttons-box {
  width: 100%;
  margin: 20px 0px; }

.buttons-box .btn-4 {
  display: block;
  height: 49px;
  float: left;
  line-height: 51px;
  padding: 0 10px;
  font-size: 19px;
  background-color: silver;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.buttons-box .btn-4:hover {
  opacity: 0.90;
  filter: alpha(opacity=90); }

.buttons-box .btn-5 {
  display: block;
  height: 49px;
  text-align: center;
  line-height: 51px;
  font-size: 19px;
  background: silver;
  color: #ffffff;
  position: relative;
  float: right;
  padding: 0 60px 0 30px;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 5px; }

.buttons-box .btn-5::after {
  content: '\f054';
  font-size: 18px;
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 2px;
  color: #ffffff; }

.buttons-box .btn-5:hover {
  color: #ffffff;
  opacity: 0.90;
  filter: alpha(opacity=90); }

#wishlist {
  width: 100%; }

#wishlist td {
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
  vertical-align: middle !important; }

#wishlist td:nth-child(1) {
  width: 150px;
  padding: 0px;
  border-right: 1px solid #373737;
  border-left: 1px solid #373737;
  text-align: center;
  padding: 5px; }

#wishlist td:nth-child(1) img {
  margin-bottom: -4px;
  max-height: 125px;
  max-width: 150px;
  display: block;
  margin: 0 auto; }

#wishlist td:nth-child(2) {
  width: 200px;
  padding: 0px 20px;
  font-size: 18px; }

#wishlist td:nth-child(3) {
  width: 200px;
  padding: 0px 20px;
  font-size: 18px;
  color: #373737; }

#wishlist td:nth-child(3) span {
  color: #373737; }

#wishlist td:nth-child(4) {
  padding: 0px 20px; }

#wishlist td:nth-child(4) .price {
  float: left; }

#wishlist td:nth-child(4) .price .description {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  color: #373737; }

#wishlist td:nth-child(4) .price .value {
  font-size: 26px;
  display: inline-block; }

#wishlist td:nth-child(4) .price .currency {
  margin-left: 5px;
  display: inline-block;
  font-size: 14px; }

#wishlist td:nth-child(5) {
  border-left: 1px solid #373737;
  width: 330px;
  border-right: 1px solid #373737;
  padding-left: 20px; }

#wishlist td:nth-child(5) .copy_to_cart {
  display: inline-block;
  text-align: center;
  padding: 7px 20px;
  font-size: 12px;
  margin-top: 0px;
  border-radius: 5px;
  color: #ffffff;
  background: #444444;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

#wishlist td:nth-child(5) .copy_to_cart:hover {
  filter: brightness(110%); }

#wishlist td:nth-child(5) .copy_to_cart_not {
  background-color: #e80d14;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 5px; }

#wishlist td:nth-child(5) .delete {
  cursor: pointer;
  display: block;
  float: right;
  width: 40px;
  margin-right: 20px;
  height: 40px;
  background: transparent url(../images/delete.png) left top no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

#wishlist td:nth-child(5) .delete:hover {
  filter: brightness(110%); }

#wishlist tr.separator {
  height: 20px; }

#wishlist tr.separator td {
  height: 0px;
  border: 0px;
  padding: 0px !important; }

@media only screen and (max-width: 991px) {
  #wishlist td:nth-child(5) .copy_to_cart_not {
    height: auto;
    line-height: 1;
    max-width: 119px;
    padding: 9px 10px;
    margin-top: 0px; }

  #wishlist td:nth-child(5) {
    position: relative;
    padding-right: 40px;
    margin-top: 0px; }

  #wishlist td:nth-child(5) .delete {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-size: contain;
    margin: 0px !important; } }
@media only screen and (max-width: 768px) {
  #wishlist td:nth-child(5) .copy_to_cart {
    display: inline-block;
    margin: 0 auto; }

  #wishlist td:nth-child(5) {
    padding: 0px 10px;
    width: 165px; }

  #wishlist,
  #wishlist tbody,
  #wishlist tr,
  #wishlist td {
    display: block; }

  #wishlist tr td:nth-child(1) {
    float: left;
    width: 100%; }

  #wishlist tr td:nth-child(2) {
    width: 100%;
    float: left;
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    border-top: none;
    border-bottom: none;
    text-align: center; }

  #wishlist tr td:nth-child(3) {
    width: 100%;
    float: left;
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    border-top: none;
    border-bottom: none;
    text-align: center; }

  #wishlist tr td:nth-child(4) {
    float: left;
    width: 100%;
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    border-top: none;
    border-bottom: none; }

  #wishlist td:nth-child(4) .price {
    float: none;
    text-align: center; }

  #wishlist tr td:nth-child(5) {
    float: left;
    width: 100%;
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    border-top: none;
    border-bottom: 1px solid #373737;
    text-align: center;
    padding: 10px; }

  #wishlist tr::after {
    content: '';
    display: block;
    clear: both; }

  #wishlist td:nth-child(5) .copy_to_cart {
    display: inline-block; } }
/* ##### CART ##### */
.steps-list {
  width: 100%;
  margin-bottom: 25px; }

.steps-list::after {
  content: '';
  clear: both;
  display: block; }

.steps-list li {
  list-style: none;
  width: 23.5%;
  text-transform: none;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ffffff;
  background-color: silver;
  margin-left: 2%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  float: left; }

.steps-list .current {
  border-color: #ffffff;
  background: #ffffff;
  color: silver; }

.steps-list li:first-child {
  margin-left: auto; }

#cart_message {
  margin: 20px 0px;
  text-align: center;
  display: none; }

#cart_messages {
  margin: 10px 0px; }

#cart_messages p {
  margin: 2px auto;
  background-color: red;
  color: #fff;
  padding: 3px 10px;
  width: 80%;
  text-align: center; }

.table-basket {
  width: 100%; }

.table-basket tr.cart_item {
  border: 1px solid #373737;
  background: #ffffff; }

.table-basket tr td:first-child {
  width: 160px; }

.table-basket .column {
  width: 33%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle; }

.table-basket h3 {
  font-size: 18px; }

.table-basket .column-data {
  font-size: 18px; }

.table-basket .column-data p {
  color: #444444; }

.table-basket .column-data span {
  color: #262626; }

.table-basket .column.quantity_menu {
  min-width: 150px !important;
  float: right; }

.quantity-box-title {
  float: left;
  margin-right: 10px;
  line-height: 40px; }

.quantity-box {
  float: left; }

.quantity-box a {
  float: left; }

.quantity-box input {
  border: 1px solid #373737;
  text-align: center;
  line-height: 40px;
  width: 60px;
  margin: 0 0 0 0;
  font-size: 24px;
  height: 40px;
  float: left;
  color: #373737;
  background: #ffffff; }

#quantity_plus,
.quantity_plus {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #F5F5F5; }

#quantity_plus img,
.quantity_plus img {
  display: none; }

#quantity_plus::after,
.quantity_plus::after {
  content: '\f067';
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #262626; }

#quantity_minus,
.quantity_minus {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #F5F5F5; }

#quantity_minus img,
.quantity_minus img {
  display: none; }

#quantity_minus::after,
.quantity_minus::after {
  content: '\f068';
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #262626; }

.quantity-box img {
  float: left; }

.table-basket .price-basket {
  min-width: 285px;
  padding-right: 10px; }

.table-summary {
  margin-bottom: 10px; }

.delete {
  float: right;
  width: 39px;
  height: 40px;
  background: url(../images/delete.png); }

.table-basket .price-basket div {
  display: inline-block;
  font-size: 26px;
  margin: 0 10px; }

.table-basket .price-basket span {
  font-size: 14px;
  color: #c81f5e; }

.table-basket-1 .quantity-1 {
  color: #444444; }

.table-basket-1 .quantity-1 span {
  color: #262626; }

.title-2 {
  width: 100%;
  color: #262626;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 5px; }

.title-2 img {
  vertical-align: middle;
  margin: -3px 0 0 10px; }

.basket-box-1 .column-1 {
  float: left;
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px); }

.basket-box-1 .column-2 {
  width: 300px;
  float: left; }

.basket-title {
  float: left;
  width: 100%;
  padding: 13px 10px 7px 10px;
  color: #ffffff;
  background: #c81f5e;
  font-size: 14px; }

.basket-title-1 {
  min-height: 52px;
  background: #c81f5e;
  color: #ffffff;
  padding: 3px 10px 3px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.basket-title span {
  font-size: 18px;
  margin-left: 10px; }

.basket-title-1 span {
  font-size: 26px; }

#commission_price {
  display: none; }

.shipment_header,
.payment_header {
  min-height: 52px; }

.basket-title #shipment_country {
  float: right;
  text-align: right;
  padding-top: 3px; }

.basket-title #shipment_country select {
  width: auto; }

select {
  -webkit-appearance: menulist !important; }

.basket-list-1 {
  float: left;
  width: 100%;
  list-style: none; }

.basket-list-1 .price span {
  font-size: 26px; }

.basket-list-1 li {
  float: left;
  width: 100%;
  padding: 1px 10px;
  border-bottom: 1px solid #c81f5e; }

.basket-list-1 li.current {
  background-color: #F5F5F5; }

.basket-list-1 li:hover {
  background-color: #444444;
  cursor: pointer; }

.basket-list-1 .value-box {
  float: left;
  padding: 8px 0 5px 0; }

.basket-list-1 .price {
  float: right; }

.basket-list-1 .value-box p {
  display: inline-block;
  color: #c81f5e;
  vertical-align: middle;
  margin: -5px 0 0 20px;
  font-size: 14px; }

.payment_options .price {
  display: none; }

.basket-box-1 {
  width: 100%;
  margin-bottom: 25px;
  text-transform: none; }

#cart_left {
  margin-top: 15px; }

.code-box {
  width: 100%;
  border: 1px solid #373737;
  padding: 13px 10px 7px 10px;
  font-size: 14px;
  height: auto; }

.code-form {
  display: inline-block; }

.code-box h3 {
  font-size: 18px;
  line-height: 25px;
  float: left; }

.code-box label {
  color: #444444;
  font-size: 12px;
  width: 170px;
  margin: -5px 20px 0 20px;
  float: left; }

.code-box input {
  overflow: hidden;
  display: block;
  float: left;
  width: 160px;
  height: 30px;
  padding: 0 15px;
  font-size: 18px;
  color: #373737;
  margin-top: -4px;
  font-size: 14px;
  border: 1px solid #373737; }

.btn-6 {
  display: block;
  height: 30px;
  text-align: center;
  float: left;
  margin-left: 0px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: #ffffff;
  background: #444444;
  border: none;
  border-radius: 5px; }

.code-box button {
  margin-top: -4px; }

#discount_message .ok,
#discount_message .gratis,
#discount_message .free_delivery {
  color: #6FC22B;
  margin: 0 0 0 10px;
  line-height: 26px;
  display: inline-block;
  vertical-align: text-bottom; }

#discount_message .wrong,
#discount_message .user_discount_is_better {
  color: red;
  margin: 0 0 0 10px;
  line-height: 26px;
  display: inline-block;
  vertical-align: text-bottom; }

#discount_message .ok,
#discount_message .gratis,
#discount_message .free_delivery {
  color: #6FC22B;
  margin: 0 0 0 10px;
  line-height: 26px;
  display: inline-block;
  vertical-align: text-bottom; }

#cart_submits #cart_steps_ajax_loader,
#wishlist_submits #cart_steps_ajax_loader {
  float: left;
  margin: 15px 0px 0px 200px;
  display: none; }

#blik_code_url {
  text-align: right;
  display: none;
  cursor: pointer; }

.basket-content .title-3 {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #373737; }

.nav-box {
  float: right;
  margin-top: 2px; }

.nav-box-1-1 {
  display: none; }

.nav-box-1-1 a {
  padding: 6px 15px 4px 15px;
  border: 1px solid #c81f5e;
  background: none; }

.nav-box a {
  height: 34px;
  color: #373737;
  background: #fff;
  display: block;
  float: left;
  font-size: 14px;
  margin-left: 1px;
  padding: 7px 15px 4px 15px; }

.basket-content .title-3 {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #373737; }

.basket-content .title-3 h2 {
  font-size: 18px;
  padding: 1px 10px;
  float: left;
  color: #262626; }

.nav-box {
  float: right;
  margin-top: 2px; }

.nav-box a {
  height: 34px;
  background-color: silver;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 14px;
  margin-left: 1px;
  padding: 7px 15px 4px 15px; }

.nav-box .current,
.nav-box a:hover {
  background: #ffffff;
  color: silver; }

.basket-content .form-list-2 .box-right {
  width: -webkit-calc(100% - 285px);
  width: -moz-calc(100% - 285px);
  width: calc(100% - 285px);
  float: right; }

#order_data #shipment_address,
#order_data #register_account,
#form_data #shipment_address,
#form_data #register_account,
.form_data #shipment_address,
.form_data #register_account {
  display: none; }

#order_data #rules .check_checkbox a,
#form_data #rules .check_checkbox a,
.form_data #rules .check_checkbox a {
  text-decoration: underline; }

#order_data #rules .check_checkbox a:hover,
#form_data #rules .check_checkbox a:hover,
.form_data #rules .check_checkbox a:hover {
  color: #444444; }

span.hint {
  text-indent: -9999999px;
  display: inline-block;
  width: 15px;
  height: 18px;
  background: transparent url(../images/hint.png) left top no-repeat;
  cursor: pointer; }

#order_data p label span.hint,
#form_data p label span.hint,
.form_data p label span.hint,
.form-list-2 span.hint {
  margin: 0px 0px 0px 10px;
  position: relative;
  top: 2px; }

.hint_window {
  background-color: #F5F5F5;
  color: #444444;
  padding: 5px 10px;
  width: 300px;
  position: absolute;
  text-indent: 0px;
  font-size: 14px;
  display: none;
  z-index: 99; }

.main-not-logged {
  width: 68%;
  float: left; }

.sidebar-not-logged {
  width: 30%;
  float: right; }

.main-logged #order_data {
  margin: 0 auto;
  max-width: 74%; }

.sidebar-not-logged .box-left {
  width: 100px; }

.sidebar-not-logged .box-right {
  width: -webkit-calc(100% - 105px) !important;
  width: -moz-calc(100% - 105px) !important;
  width: calc(100% - 105px) !important; }

.basket-content {
  margin-top: 30px; }

.frame-box-1 {
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #373737; }

.frame-box-1 .form-list-2 li::after {
  content: '';
  clear: both;
  display: block; }

.link-2 {
  text-decoration: underline;
  font-size: 12px;
  float: right;
  margin-top: 10px;
  margin-right: 0px; }

.frame-box-1 .btn-6 {
  float: right; }

.social-links-cart {
  clear: both;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  @media only screen and (max-width: 400px) {
    .social-links-cart {
      flex-direction: column; } }

.social-link-cart {
  margin-right: 0px;
  margin-left: 5px;
  margin-top: 10px;
  padding: 0px 8px;
  display: flex;
  align-items: center; }
  .social-link-cart img {
    height: 25px;
    margin-right: 5px; }

.checkbox-box {
  position: relative; }

#p_rules.error .checkbox,
#p_rules.error .checkbox-in,
.checkbox-box.error .checkbox {
  border: 1px solid #ff0000; }

form .error input:not(.fine),
form .error textarea:not(.fine) {
  border-color: red; }

form .error .error_description,
form span.error_description {
  font-size: 12px;
  text-align: left;
  line-height: 30px;
  position: absolute;
  background-color: #eb1111;
  z-index: 99;
  color: #fff;
  height: 30px;
  width: 200px;
  right: -200px;
  top: 0px;
  padding-left: 10px; }

form p.error .error_description:after,
form span.error_description:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 0, 0, 0);
  border-right-color: #eb1111;
  border-width: 15px;
  margin-top: -15px; }

/* ##### FORM ERROR OPINIONS ##### */
#add_opinion form .error_description {
  min-width: 120px;
  width: auto;
  padding-right: 10px;
  right: -125px; }

#order_step_3 .main {
  width: 68%;
  float: left; }

#order_step_3 .sidebar {
  width: 30%;
  float: right; }

.comment {
  color: #262626;
  font-size: 14px; }

.zagielon {
  width: 100%;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }

.zagielon .logo-zagiel-2 {
  padding: 10px;
  background: #ffffff; }

.zagielon .title {
  margin-bottom: 10px;
  color: #262626;
  text-transform: lowercase;
  font-size: 20px; }

.zagielon a:nth-child(3) {
  padding-right: 15px; }

.zagielon a {
  display: inline-block;
  width: 50%;
  float: left; }

.zagielon a img {
  max-width: 100%; }

#blik_code_url {
  text-align: right;
  display: none;
  cursor: pointer; }

#blik_payment_code {
  margin-left: 20px;
  padding: 5px; }

#blik_payment {
  margin-top: 20px;
  display: none; }

#blik_payment input {
  padding: 3px;
  border: 1px solid #c81f5e; }

.columns {
  width: 100%; }

.columns-summary {
  margin-top: 10px;
  background: #c81f5e; }

.columns .column:first-child {
  float: left;
  width: 65%; }

.columns .column:last-child {
  float: right;
  width: 25%; }

.columns-summary .column:first-child {
  width: 50%; }

.columns-summary .column-delivery {
  width: 50%;
  float: right; }

.columns-summary-price .column:first-child {
  width: 100%; }

#order_step_4 {
  margin-top: 30px; }

.inpost_inputs {
  display: inline-block; }

.pp_point_label,
.dhl_point_label,
.ruch_point_label,
.map_point_label {
  font-size: smaller;
  display: inline-block;
  padding: 15px; }

.dhl_point_label {
  padding: 15px 0px 0px 15px; }

.pocztapolska_inputs,
.ruch_inputs,
.point_inputs {
  display: block;
  padding: 15px; }

.dhl_inputs {
  display: block;
  padding: 0px; }

.pocztapolska_inputs .pp_point,
.ruch_inputs .ruch_point {
  overflow: hidden;
  display: block;
  float: left;
  width: 160px;
  height: 30px;
  padding: 0 15px;
  font-size: 18px;
  color: #000;
  margin-top: -4px;
  font-size: 14px;
  border: 1px solid #c81f5e; }

.pocztapolska_inputs .search_point,
.dhl_inputs .search_point,
.ruch_inputs .search_point,
.search_point_button {
  margin-top: -4px;
  display: block;
  height: 30px;
  text-align: center;
  float: left;
  margin-left: 15px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: #444444;
  background: #c81f5e;
  border: none; }

.dhl_inputs .search_point {
  margin-top: 10px;
  margin-left: 0px; }

.dhl_map_frame {
  padding: 33px;
  margin-left: 20px;
  width: 700px;
  height: 600px; }

.pocztapolska_inputs .search_point:hover,
.dhl_inputs .search_point:hover,
.ruch_inputs .search_point:hover,
.search_point_button:hover {
  color: #444444;
  opacity: 0.90;
  filter: alpha(opacity=90); }

.basket-list-1 label {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer; }

.basket-form-info {
  margin: 5px 0px;
  font-weight: 700;
  color: #373737;
  font-size: 14px;
  display: none; }

.table-summary tr {
  border: 1px solid #373737 !important; }

.table-summary tr td:first-child img {
  max-width: 130px;
  padding: 5px;
  max-height: 110px; }

/* ##### TABLE BASKET RWD ##### */
@media only screen and (max-width: 768px) {
  .table-basket .price-basket span {
    display: block;
    margin-bottom: 2px; }

  .table-basket .price-basket div {
    margin-left: 0px;
    margin-right: 0px; }

  .table-basket .price-basket div {
    line-height: 1;
    font-size: 24px; }

  .table-basket .price-basket {
    position: relative;
    text-align: right;
    padding-right: 55px;
    min-width: 215px; }

  .table-basket .price-basket .delete {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  .table-summary tr td:nth-child(3) {
    width: 130px !important; }

  .table-summary tr td:nth-child(1) {
    width: 100px !important; } }
@media only screen and (max-width: 600px) {
  .table-basket,
  .table-basket tbody,
  .table-basket tr,
  .table-basket tr td,
  .table-basket tr td:first-child {
    display: block;
    width: 100%; }

  .table-basket tr.cart_item {
    margin-bottom: 10px; }

  .table-basket tr td {
    padding-right: 10px;
    padding-left: 10px; }

  .table-basket tr td:first-child {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px; }

  .table-basket tr td:first-child img {
    max-height: 115px; }

  .table-basket tr {
    margin-bottom: 15px; }

  .table-basket tr td:nth-child(2) .column {
    text-align: center; }

  .table-basket .column.quantity_menu > * {
    float: none;
    display: inline-block;
    vertical-align: middle; }

  .table-basket .price-basket {
    padding: 10px 55px;
    text-align: center; }

  .table-basket .price-basket span {
    display: inline-block;
    margin-bottom: 2px; }

  .table-basket .column-data p {
    margin-bottom: 5px; }

  .table-summary tr td:nth-child(1) {
    width: 100% !important; }

  .table-summary tr td:nth-child(3) {
    width: 100% !important;
    text-align: center; }

  .table-summary tr {
    margin-bottom: 10px !important;
    padding-bottom: 10px; }

  .table-summary tr:last-child {
    margin-bottom: 0px; } }
@media only screen and (max-width: 400px) {
  .table-basket .column.quantity_menu .quantity-box {
    width: auto; }

  .table-basket .price-basket span {
    display: block; } }
/* ##### NEWSLETTER ##### */
#newsletter-box {
  text-align: center;
  background: #c81f5e;
  padding: 5px 0;
  color: #fff; }

#newsletter-box p {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 320px;
  font-size: 14px; }

#newsletter-box form {
  margin-top: 6px; }

#newsletter-box input {
  overflow: hidden;
  display: block;
  float: left;
  width: -webkit-calc(100% - 95px);
  width: -moz-calc(100% - 95px);
  width: calc(100% - 95px);
  height: 30px;
  padding: 0 15px;
  color: #373737;
  font-size: 14px;
  border: none;
  background: #ffffff; }

#newsletter-box button {
  display: block;
  float: left;
  border: none;
  color: #ffffff;
  text-align: center;
  width: 95px;
  font-size: 14px;
  height: 30px;
  background: #444444; }

#newsletter-box button:hover {
  opacity: 0.80;
  filter: alpha(opacity=80); }

.newsletter_list .send_newsletter_list {
  display: block;
  float: left;
  border: none;
  color: #ffffff;
  text-align: center;
  width: 95px;
  font-size: 14px;
  height: 30px;
  background: #6FC22B;
  margin: 15px 0px; }

.newsletter_list table {
  margin: 30px 0px; }

.newsletter_list table td:first-child {
  padding: 10px; }

.newsletter_list table td:last-child {
  padding: 10px; }

/* ##### FOOTER ##### */
/*footer {
    border-top: 1px solid $color_2;
    font-size: 16px;
    text-transform: none;
    padding: 0px 0px 25px 0px;
}

.footer-container {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

footer h2 {
    text-transform: none;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 2px;
    margin-bottom: 12px;
    border-bottom: 1px solid $color_4;
}

footer nav ul li {
    margin-top: 6px;
    width: 100%;
    list-style: none;
}

footer nav ul li a:hover {}

footer nav ul li:first-child {
    margin-top: 0;
}

.find_us a {
    display: block;
    min-height: 30px;
    padding: 3px 0 0 0;
    padding-left: 38px;
}

.facebook a {
    background: url("../images/facebook.png") left center no-repeat;
}

.pinterest a {
    background: url("../images/pinterest.png") left center no-repeat;
}

.gplus a {
    background: url("../images/gplus.png") left center no-repeat;
}

.twitter a {
    background: url("../images/twitter.png") left center no-repeat;
}

.instagram a {
    background: url("../images/instagram.png") left center no-repeat;
}
*/
/* ##### FOOTER 1 ##### */
.footer-container {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.footer-1 {
  border-top: 1px solid #373737;
  font-size: 16px;
  text-transform: none;
  padding: 0px 0px 25px 0px; }

.footer-1 .footer-container {
  padding-top: 25px; }

.footer-1 h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 2px;
  margin-bottom: 12px;
  border-bottom: 1px solid #373737; }

.footer-1 .rwd-footer > span {
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 2px;
  margin-bottom: 12px;
  border-bottom: 1px solid #373737;
  width: 100%;
  display: block; }

.footer-1 nav ul li {
  margin-top: 6px;
  width: 100%;
  list-style: none; }

.footer-1 nav ul li:first-child {
  margin-top: 0; }

.footer-1 p {
  margin-bottom: 15px; }

.footer-1 .find_us a {
  display: block;
  min-height: 30px;
  padding: 3px 0 0 0;
  vertical-align: middle; }

.footer-1 .find_us a img {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  margin-right: 4px; }

.footer-1 .find_us a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px; }

.footer-1 .find_us a:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

@media only screen and (max-width: 1200px) {
  .footer-1 .find_us nav ul li {
    width: auto;
    margin-right: 10px;
    float: left;
    margin-top: 0px; }

  .footer-1 .find_us .col-md-6,
  .footer-1 .find_us .col-xs-6 {
    width: auto;
    padding-right: 0px; } }
@media only screen and (max-width: 768px) {
  .footer-1 .rwd-footer {
    text-align: center; }

  .footer-1 .rwd-footer .hidden-footer {
    display: none; }

  .footer-1 .find_us .col-md-6,
  .footer-1 .find_us .col-xs-6 {
    padding-left: 0px;
    float: none;
    display: inline-block;
    width: auto; }

  .footer-1 .find_us nav ul li {
    float: none;
    display: inline-block; }

  .footer-1 .rwd-footer h2,
  .footer-1 .rwd-footer > span {
    border: 1px solid #8d8d8d;
    text-align: center;
    padding: 10px 0 7px 0;
    cursor: pointer;
    margin: 12px 0 0 0;
    background: url(../images/arrow_down.png) right 10px center no-repeat; } }
/* ##### FOOTER 2 ##### */
.footer-2 {
  border-top: 1px solid #373737;
  font-size: 16px;
  text-transform: none;
  padding: 0px 0px 25px 0px; }

.footer-2 .footer-container {
  padding-top: 25px; }

.footer-2 h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 2px;
  margin-bottom: 12px;
  border-bottom: 1px solid #373737; }

.footer-2 .rwd-footer > span {
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 2px;
  margin-bottom: 12px;
  border-bottom: 1px solid #373737;
  width: 100%;
  display: block; }

.footer-2 nav ul li {
  margin-top: 6px;
  width: 100%;
  list-style: none; }

.footer-2 nav ul li:first-child {
  margin-top: 0; }

.footer-2 p {
  margin-bottom: 15px; }

.footer-2 .find_us a {
  display: block;
  min-height: 30px;
  padding: 3px 0 0 0;
  vertical-align: middle; }

.footer-2 .find_us a img {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  margin-right: 4px; }

.footer-2 .find_us a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px; }

.footer-2 .find_us a:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

@media only screen and (max-width: 768px) {
  .footer-2 .rwd-footer {
    text-align: center; }

  .footer-2 .rwd-footer .hidden-footer {
    display: none; }

  .footer-2 .rwd-footer h2,
  .footer-2 .rwd-footer > span {
    border: 1px solid #8d8d8d;
    text-align: center;
    padding: 10px 0 7px 0;
    cursor: pointer;
    margin: 12px 0 0 0;
    background: url(../images/arrow_down.png) right 10px center no-repeat; }

  .footer-2 .find_us .col-xs-6 {
    display: inline-block;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
    width: auto; }

  .footer-2 .find_us .col-xs-6:first-child {
    padding-right: 10px; }

  .footer-2 .find_us nav,
  .footer-2 .find_us ul,
  .footer-2 .find_us li {
    display: inline-block;
    float: none;
    width: auto; }

  .footer-2 .find_us ul li {
    margin-right: 10px; }

  .footer-2 .find_us ul li:last-child {
    margin-right: auto; } }
/* #### FOOTER 3 ##### */
.footer-3 {
  background: #ffffff;
  padding: 35px 0px 40px 0px;
  line-height: 1;
  font-size: 14px;
  text-align: left !important; }

.footer-3 h2 {
  display: none; }

.footer-3 .rwd-footer > h2 {
  display: none; }

.footer-3 > .container > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.footer-3 > .container {
  background: transparent !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.footer-3 .footer-box-name {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 25px; }

.footer-3 nav li {
  margin-bottom: 15px !important;
  list-style-type: none;
  text-align: left !important;
  display: inline-block;
  margin-right: 12px; }

.footer-3 .col-footer-menu {
  margin-bottom: 0px; }

.footer-3 .col-footer-menu .footer-box-name {
  display: none; }

.footer-3 .footer-box-text,
.footer-3 nav li a {
  text-align: left !important; }

.footer-3 .footer-box-text {
  line-height: 1.2; }

.footer-3 .find-us-box {
  padding-top: 15px;
  border-top: 1px solid #373737; }

.footer-3 .find-us-box a {
  margin-right: 6px;
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative; }

.footer-3 .find-us-box .find-us-box-title {
  display: inline-block;
  margin-right: 10px; }

.footer-3 .find-us-box a img {
  position: absolute;
  color: #c81f5e;
  left: 50%;
  top: 50%;
  -webkit-ransform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px; }

/* ##### iRaty ##### */
div.widget1 {
  position: fixed;
  right: -300px;
  width: 300px;
  z-index: 1000;
  transition: all 0.8s ease-out; }

div.widget1:hover {
  right: 0; }

div.widget1 div.inside {
  width: 100%;
  height: auto;
  padding: 1% 6%;
  position: absolute;
  top: 0;
  left: 2px;
  background-color: #FFF;
  z-index: 1000; }

div.widget1 img.show {
  position: absolute;
  top: 0;
  left: -68px;
  max-height: 210px;
  z-index: 9999; }

div.widget1 div.inside p.header {
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
  color: #24262b;
  font-weight: 300; }

div.widget1 div.inside p.header strong {
  font-size: 20px;
  font-weight: 500; }

div.widget1 div.inside a.button {
  background-color: #085485;
  color: #FFF;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  margin: 20px 0 0 0;
  display: table;
  padding: 8px 14px;
  border-radius: 5px; }

div.widget1 div.inside a.button:hover {
  background-color: #2a2a2a !important; }

div.widget1.prat-widget1 {
  background: #fff;
  top: 255px;
  height: 210px;
  z-index: 2004; }

div.widget1.prat-widget1 div.inside p.header strong {
  color: #75a23b; }

div.widget1.prat-widget1 div.inside a.button {
  background-color: #ea5e29; }

ul#plfin-links {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-table; }

ul#plfin-links li {
  display: inline-block;
  width: 50%;
  max-width: 193px;
  float: left; }

ul#plfin-links li a img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 768px) {
  div.widget1 {
    display: none; } }
/* *** COMPLAINTS *** */
.complaint-page-content {
  box-sizing: border-box; }

.complaint-page-content * {
  box-sizing: border-box; }

.complaint-page-container {
  width: 810px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto; }

.complaint-page-container .clear::after {
  content: '';
  display: block;
  clear: both; }

.comaplaint-page-heading {
  padding: 30px 0px 34px 0px;
  text-align: center; }

.complaint-page-heading-1 {
  color: #262626;
  font-size: 24px;
  margin-bottom: 24px; }

.complaint-page-heading-2 {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  max-width: 550px;
  margin: 0px auto; }

.complaint-page-heading-3 {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 45px; }

.complaint-page-heading-3 span {
  display: block;
  color: #262626;
  font-size: 24px; }

.complaint-page-heading-3 a {
  padding: 9px 14px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  border: none;
  background: silver;
  color: #ffffff;
  cursor: pointer;
  margin: 0px 5px;
  display: inline-block; }

.complaint-page-heading-3 a:focus,
.complaint-page-heading-3 a:active,
.complaint-page-heading-3 a:hover {
  outline: none;
  overflow: visible;
  opacity: 0.90;
  filter: alpha(opacity=90); }

.complaint-page-heading-3 a {
  margin-top: 15px; }

.complaint-form-container {
  position: relative;
  padding: 30px;
  margin-bottom: 37px;
  border: 1px solid #373737;
  background: #ffffff; }

.complaint-form-title {
  position: absolute;
  left: 17px;
  top: -18px;
  color: #373737;
  font-size: 18px;
  font-weight: 400;
  background: #ffffff;
  padding: 3px 10px;
  display: block; }

.complaint-form-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.complaint-form-list::after {
  content: '';
  display: block;
  clear: both; }

.complaint-form-list li {
  margin-bottom: 19px;
  float: left;
  width: 100%; }

.complaint-form-list li:last-child {
  margin-bottom: 0px; }

.complaint-form-list li label {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
  display: block; }

.complaint-form-list li input {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
  color: #373737;
  font-size: 14px; }

.complaint-form-list li textarea {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
  color: #373737;
  font-size: 14px;
  min-height: 76px;
  border: 1px solid #373737;
  height: 38px;
  padding: 13px 14px; }

.complaint-form-list li textarea#complaint_product,
.complaint-form-list li textarea#complaint_description {
  height: 38px;
  min-height: 38px;
  padding-top: 11px;
  padding-bottom: 0px;
  overflow-y: auto; }

.complaint-form-list li textarea:hover,
.complaint-form-list li textarea:focus {
  outline: none; }

.complaint-form-list li input[type="text"],
.complaint-form-list li input[type="tel"],
.complaint-form-list li input[type="email"] {
  height: 38px;
  padding: 0px 14px; }

.complaint-form-list li select {
  border: 1px solid #373737;
  height: 38px;
  padding: 0px 14px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
  color: #373737;
  font-size: 14px; }

.complaint-form-list li select:hover,
.complaint-form-list li select:focus {
  outline: none; }

.complaint-form-list li input[type="text"]:focus,
.complaint-form-list li input[type="tel"]:focus,
.complaint-form-list li input[type="email"]:focus,
.complaint-form-list li input[type="text"]:hover,
.complaint-form-list li input[type="tel"]:hover,
.complaint-form-list li input[type="email"]:hover {
  outline: none; }

.complaint-form-list li#p_street {
  float: left;
  width: 60%; }

.complaint-form-list li#p_home_number {
  float: right;
  width: 35%; }

.complaint-form-list li#p_postcode {
  float: left;
  width: 22%;
  margin-right: 5%; }

.complaint-form-list li#p_city {
  float: left;
  width: 48%;
  margin-right: 5%; }

.complaint-form-list li#p_country {
  float: left;
  width: 20%; }

.complaint-page-container button[type="submit"] {
  padding: 9px 14px;
  float: right;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  border: none;
  background: silver;
  color: #ffffff;
  cursor: pointer;
  min-width: 150px; }

.complaint-page-container button[type="submit"]:focus,
.complaint-page-container button[type="submit"]:hover {
  opacity: 0.90;
  filter: alpha(opacity=90);
  outline: none; }

.complaint-page-footer {
  text-align: center;
  margin-top: 89px;
  margin-bottom: 60px; }

.complaint-page-footer img {
  max-width: 120px;
  display: inline-block;
  vertical-align: middle; }

.complaint-page-footer-content {
  display: inline-block;
  text-align: left;
  margin-left: 15px;
  vertical-align: middle; }

.complaint-page-footer-content * {
  display: block; }

.complaint-page-footer-text {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.75; }

.complaint-page-footer a {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.75;
  text-decoration: underline; }

.complaint-required-info {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
  display: block; }

@media only screen and (max-width: 850px) {
  .complaint-page-container {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .complaint-form-list li#p_country {
    float: none;
    clear: both;
    width: 100%; }

  .complaint-form-list li#p_postcode {
    width: 25%; }

  .complaint-form-list li#p_city {
    float: left;
    width: 70%;
    margin-right: 0; } }
@media only screen and (max-width: 520px) {
  .complaint-form-list li#p_street,
  .complaint-form-list li#p_home_number,
  .complaint-form-list li#p_postcode,
  .complaint-form-list li#p_city {
    width: 100%; } }
@media only screen and (max-width: 450px) {
  .complaint-page-footer img {
    display: block;
    margin: 0px auto 15px auto; }

  .complaint-page-footer-content {
    display: block;
    text-align: center; } }
.complaint-print-container {
  padding: 75px;
  width: 100%;
  font-family: Arial;
  box-sizing: border-box; }

.complaint-print-container * {
  box-sizing: border-box; }

.complaint-print-head {
  margin-bottom: 73px;
  width: 100%; }

.complaint-print-head::after {
  content: '';
  display: block;
  clear: both; }

.complaint-print-head figure {
  float: left;
  margin: 0px; }

.complaint-print-head p {
  float: right;
  color: #000000;
  font-size: 18px;
  font-weight: bold; }

.complaint-print-data {
  width: 100%;
  margin-bottom: 65px; }

.complaint-print-data::after {
  content: '';
  display: block;
  clear: both; }

.complaint-print-data span {
  display: block;
  margin-bottom: 5px; }

.complaint-print-data-head {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0px 5px 0px; }

.complaint-print-data-address {
  margin-bottom: 50px; }

.complaint-print-data-right table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px; }

.complaint-print-data-right table td {
  border: 1px solid #000000;
  padding: 7px 15px;
  width: 50%; }

.complaint-print-data-right table tr td:first-child {
  background: #dfdfdf; }

.complaint-print-data-left {
  width: 30%;
  float: left; }

.complaint-print-data-right {
  width: 65%;
  float: right; }

.complaint-print-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px; }

.complaint-print-content table td {
  border: 1px solid #000000;
  padding: 7px 15px;
  width: 50%; }

.complaint-print-content table tr td:first-child {
  background: #dfdfdf; }

.complaint-nav-box {
  margin-bottom: 19px; }

.complaint-nav-box a {
  cursor: pointer;
  display: inline-block;
  padding: 3px 10px;
  color: silver;
  background: #ffffff; }

.complaint-nav-box .current {
  color: #ffffff;
  background: silver; }

/* EMPTY BASKET */
.basket-empty {
  margin: 20px 0; }

.basket-empty-figure {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; }
  .basket-empty-figure img {
    max-height: 100%;
    max-width: 100%; }

.basket-empty-header {
  color: #c81f5e;
  font-family: Basic, sans-serif;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 15px; }

.basket-empty-text {
  color: #c81f5e;
  font-family: Basic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  text-align: center;
  margin-bottom: 35px; }

.basket-empty-button-container {
  display: flex;
  justify-content: center; }

.basket-empty-button.btn-6 {
  height: 46px;
  line-height: 46px;
  padding: 0 45px; }
  .basket-empty-button.btn-6:hover, .basket-empty-button.btn-6:focus {
    color: #ffffff; }

.column-box-sidebar span {
  font-size: 1.5em;
  font-weight: bolder; }

/* ##### RWD ##### */
@media only screen and (max-width: 1600px) {
  #add_opinion form .error_description {
    right: 0px; }

  .log-box .error .error_description,
  .log-box span.error_description {
    right: 0px; }

  #order_data_login_window .error .error_description {
    position: relative;
    float: right;
    right: auto;
    width: auto;
    padding-right: 10px; }

  #order_data_login_window .error .error_description::after {
    display: none; } }
@media only screen and (max-width: 1365px) {
  #order_data .error .error_description,
  #order_data span.error_description {
    right: 0px;
    width: auto;
    position: relative;
    float: right;
    margin-top: 0px;
    margin-bottom: 8px;
    padding-right: 10px; }

  #order_data .error .error_description::after,
  #order_data span.error_description::after {
    display: none; } }
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .header-1 .logo figure {
    width: 270px; }

  .header-1 .contact-box {
    display: none; }

  #manufacturers_menu_panel.logos .lg,
  #manufacturers_menu_panel.logos .nm {
    width: 19.2%; }

  #manufacturers_menu_panel.logos .lg,
  #manufacturers_menu_panel.logos .nm:nth-child(5n) {
    margin-right: auto; }

  #manufacturers_menu_panel.logos .lg,
  #manufacturers_menu_panel.logos .nm:nth-child(6n) {
    margin-right: 1%; }

  #promotions_menu_panel .pr,
  #new_menu_panel .pr {
    width: 16.1%; }

  #mn_shadow {
    position: absolute;
    left: 0px;
    bottom: -45px;
    z-index: 500;
    width: 100%; }

  .p-basket .btn-1 {
    font-size: 20px; }

  #cart_messages p {
    width: 100%; }

  #manufacturers_menu_panel #mn_shadow {
    position: absolute;
    left: 0px;
    bottom: -45px;
    z-index: 500;
    width: 100%; }

  #manufacturers_menu_panel.logos {
    padding: 10px 10px 0px 10px;
    width: 100%; }

  #manufacturers_menu_panel.logos .lg,
  #manufacturers_menu_panel.logos .nm {
    width: 18.7%; }

  #manufacturers_menu_panel.logos .lg:nth-child(5n),
  #manufacturers_menu_panel.logos .nm:nth-child(5n) {
    margin-right: 0px; }

  .dhl_map_frame {
    padding: 33px;
    width: 550px;
    height: 450px; }

  .banner-content {
    margin-bottom: 27px; }

  .opinions-content {
    display: none; }

  .image-content {
    width: 100%; }

  #product #toplinks {
    margin-top: 19px; }

  .product-head-title {
    margin-bottom: -15px; }

  .top-box {
    margin-bottom: 15px; }

  #product #toplinks div.but span {
    padding: 25px 3px 0px 15px; }

  #product #product_right #promotions {
    border-radius: 4px; }

  .header-4 .contact-box {
    font-size: 22px;
    margin-top: 18px;
    max-width: 298px; }

  .news-mainpage-content-no-image {
    min-height: 1px; }

  .header-3 .contact-box a {
    max-width: 350px;
    overflow: hidden;
    font-size: 20px; }

  .header-3 .header-main figure {
    height: 100px; }

  .sidebar-carousel .mainpage-product-day-add .prices .price-promotion {
    font-size: 22px; }

  .sidebar-carousel .mainpage-product-day-add .prices {
    text-align: center; }

  .sidebar-carousel .col-2-photos.mainpage-product-day-add {
    padding: 20px 20px 20px 20px; }

  .sidebar-carousel .mainpage-product-day-content {
    text-align: center; }

  .sidebar-carousel .mainpage-product-day > div {
    width: 100%; } }
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .find_us a {
    padding: 8px 0 0 0;
    padding-left: 35px;
    font-size: 13px; } }
@media only screen and (min-width: 993px) {
  #responsive_menu {
    display: none;
    min-height: 0px;
    height: 0px; }

  .header-menu-disabled {
    margin-bottom: 25px; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .hidden-xs {
    display: none; }

  .zagielon a {
    width: auto; }

  #MainMenuWrapper {
    display: none; }

  .mainpage-product-day-add .prices .price-promotion {
    font-size: 22px; }

  .mainpage-product-day-add .prices {
    text-align: center; }

  .col-2-photos.mainpage-product-day-add {
    padding: 20px 20px 20px 20px; }

  .mainpage-product-day-content {
    text-align: center; }

  .breadcrumb {
    padding-bottom: 0px; }

  .product-full-small li {
    width: calc(25.3493% - 10px); }

  .product-full-small li:nth-child(4n) {
    margin-right: auto; }

  .product-full-small li:nth-child(5n) {
    margin-right: 10px; }

  .header-1 #ButtonRsp {
    display: block; }

  .product-full-big li {
    width: calc(33.797% - 10px); }

  .product-full-big li:nth-child(3n) {
    margin-right: auto; }

  .product-full-big li:nth-child(4n) {
    margin-right: 10px; }

  .product-full-big figure {
    height: 210px; }

  .product-full-big figure img {
    max-height: 210px; }

  #newsletter-box {
    padding-bottom: 10px; }

  .no-left-padding,
  .no-right-padding {
    padding: 0px; }

  .form_contact {
    width: 100%; }

  .basket-box-1 .column-2 {
    width: 100%; }

  .basket-box-1 .column-1 {
    width: 100%; }

  .table-basket .column {
    width: 100%; }

  .table-basket .column.quantity_menu {
    float: none; }

  .table-basket .quantity-box a {
    display: none; }

  .main-not-logged {
    width: 100%; }

  .sidebar-not-logged {
    width: 100%; }

  form .error .error_description,
  form span.error_description {
    right: 0px; }

  .table-summary tr td:nth-child(3) {
    width: auto !important; }

  .main-logged #order_data {
    margin: 0 auto;
    max-width: 100%; }

  .columns-summary .column:first-child {
    width: 100%; }

  .columns-summary .column-delivery {
    width: 100%; }

  .my-account-form-data {
    width: 100%; }

  .dhl_map_frame {
    padding: 13px;
    width: 450px;
    height: 300px; }

  .banner-content {
    margin-bottom: 26px; }

  .product-head-title h1 {
    font-size: 25px; }

  #product #toplinks {
    margin-top: 20px; }

  #product #toplinks div.but img {
    height: 50px;
    width: 50px; }

  #product #toplinks div.but {
    width: 50px;
    height: 50px; }

  .header-3 #main-menu {
    display: none; }

  .header-3 .header-main .logo {
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  .header-3 .header-main .logo figure {
    width: 205px;
    height: 86px; }

  .header-3 .contact-box {
    display: none; }

  .header-3 .basket-box {
    float: right;
    max-width: 190px; }

  .header-3 #ButtonRsp {
    display: block !important;
    float: left; }

  .header-3 .search-box {
    width: 100%; }

  .header-3 .header-main {
    margin-bottom: 20px; }

  .header-3 .basket-box .cart_sum {
    font-size: 18px; }

  .header-4 #main-menu {
    display: none; }

  .header-4 .header-main .logo {
    position: absolute;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  .header-4 .header-main .logo figure {
    width: 205px;
    height: 70px;
    justify-content: center; }

  .header-4 .contact-box {
    display: none; }

  .header-4 .basket-box {
    float: right;
    max-width: 190px; }

  .header-4 #ButtonRsp {
    display: block !important;
    float: left; }

  .header-4 .search-box {
    width: 100%; }

  .header-4 .header-main {
    margin-bottom: 20px; }

  .header-4 .basket-box .cart_sum {
    font-size: 18px; }

  #newsletter p {
    font-size: 22px; }

  #newsletter p span {
    font-size: 22px;
    display: inline-block; }

  #newsletter form input {
    height: 45px;
    padding-left: 10px; }

  #newsletter form button {
    height: 45px; }

  #product #toplinks div.but span {
    padding: 12px 65px 0px 47px; }

  .add-col {
    margin-top: 15px; }

  .product-fullwidth .add_btn {
    font-size: 20px; }

  form .register-content span.error_description {
    right: 0px;
    position: relative;
    float: right; }

  form .register-content span.error_description::after {
    display: none; }

  .my-account-nav-box {
    max-width: 100%; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .rwd-footer {
    text-align: center; }

  .rwd-footer .hidden-footer {
    display: none; }

  .rwd-footer h2 {
    border: 1px solid #8d8d8d;
    text-align: center;
    padding: 10px 0 7px 0;
    cursor: pointer;
    margin: 12px 0 0 0;
    background: url(../images/arrow_down.png) right 10px center no-repeat; }

  #newsletter-box p {
    width: 100%; }

  .product-sidebar-small li {
    width: calc(33.795% - 10px); }

  .product-sidebar-small li:nth-child(4n) {
    margin-right: 10px; }

  .product-sidebar-small li:nth-child(3n) {
    margin-right: auto; }

  .product-full-small li {
    width: calc(33.7996% - 10px); }

  .product-full-small li:nth-child(4n) {
    margin-right: 10px; }

  .product-full-small li:nth-child(3n) {
    margin-right: auto; }

  #user .user-login-info {
    display: none; }

  #user.user-bar-show {
    display: block; }

  .header-1 .user-btn {
    display: block;
    margin-right: 10px; }

  .find_us .row {
    margin-top: 15px; }

  .order-information {
    width: 100%; }

  .order-information-box .f-left {
    width: 25%; }

  .order-information-box .f-right {
    width: 75%; }

  .order-information-box hr {
    margin: 10px 0px; }

  .order-information-box {
    margin-bottom: 15px; }

  .order-products {
    width: 100%; }

  .basket-box .b-1 a span {
    display: block;
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 12px; }

  #wishlist td:nth-child(5) .delete {
    margin: 10px auto;
    float: none; }

  #order_step_3 .main {
    width: 100%; }

  #order_step_3 .sidebar {
    width: 100%;
    margin-top: 30px; }

  .columns .column:first-child {
    width: 100%;
    margin-top: 10px; }

  .right-banners-1 {
    display: none; }

  .left-banners-1 {
    width: 100%;
    float: left;
    position: relative; }

  .left-banners-1 .normalslider {
    margin-bottom: 0px; }

  .bottom-banners-2 img {
    width: 100% !important; }

  .right-banners-1 img,
  .bottom-banners-1 img {
    width: 100% !important; }

  .banner-content {
    margin-bottom: 0px; }

  .bottom-banners-1 .banner {
    margin-bottom: 20px; }

  .bottom-banners-1 .banner:nth-child(3) {
    margin-bottom: 0px; }

  .banner-content:nth-child(1) {
    width: 50%;
    padding-right: 15px;
    float: left; }

  .banner-content:nth-child(2) {
    width: 50%;
    float: right;
    padding-left: 15px; }

  .steps-list li {
    font-size: 16px; }

  #change_product_list_style .change_product_list#change_to_box_small {
    display: none; }

  #shop_comments .form-list-2 .box-left {
    width: 120px; }

  #shop_comments .box-right {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px); }

  #category_text .category-image {
    float: none;
    margin: 20px auto;
    text-align: center; }

  .bottom-banners-1,
  .bottom-banners-2 {
    display: none; }

  .dhl_map_frame {
    width: 380px;
    height: 450px;
    padding: 13px; }

  #filters .filter .filter_menu span img {
    display: none; }

  .header-3 .basket-box .cart_sum .cart-sum-content {
    display: none; }

  .header-3 .basket-box .cart_sum {
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid #666666;
    background: url("../images/icon02.png") center center no-repeat;
    margin-top: 10px;
    margin-bottom: 0px;
    float: right;
    display: none; }

  .header-3 .basket-box .cart_sum_rwd {
    display: block; }

  .header-3 .search-box {
    width: 100%;
    position: absolute;
    left: 0px;
    margin-top: 78px;
    display: none; }

  .header-3 #user {
    text-align: center;
    padding: 7px 0px; }

  .header-3 .search-btn {
    display: block;
    margin-top: 10px;
    margin-right: 5px; }

  .header-4 .basket-box .cart_sum .cart-sum-content {
    display: none; }

  .header-4 .basket-box .cart_sum {
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid #666666;
    background: url("../images/icon02.png") center center no-repeat;
    margin-top: 10px;
    margin-bottom: 0px;
    float: right;
    display: none; }

  .header-4 .basket-box .cart_sum_rwd {
    display: block; }

  .header-4 .search-box {
    width: 100%;
    position: absolute;
    left: 0px;
    margin-top: 78px;
    display: none; }

  .header-4 .search-btn {
    display: block;
    margin-top: 10px;
    margin-right: 5px; }

  .header-4 #user {
    text-align: center;
    padding: 7px 0px; }

  .header-3 .search-btn {
    display: block;
    margin-top: 10px;
    margin-right: 5px; }

  .news-big-box .description {
    width: 100%; }

  .news-big-box figure {
    width: 100%;
    height: auto; }

  .product-slider .owl-prev {
    left: -12px;
    border-radius: 6px !important; }

  .product-slider .owl-next {
    right: -12px;
    border-radius: 6px !important; }

  .header-3 .header-main .logo {
    top: -7px; }

  .header-3 .header-main .logo figure {
    height: 75px; } }
@media only screen and (max-width: 690px) {
  .code-box input {
    margin-top: auto;
    width: -webkit-calc(100% - 105.1px);
    width: -moz-calc(100% - 105.1px);
    width: calc(100% - 105.1px); }

  .code-box button {
    margin-top: auto;
    width: 90px; }

  .code-form {
    margin-top: 10px;
    width: 100%; } }
@media only screen and (max-width: 670px) {
  .product-fullwidth .product-description {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 215px); }

  .product-fullwidth .fullwidth-data {
    width: 100%; } }
@media only screen and (max-width: 650px) {
  .product-sidebar-small figure {
    height: 200px; }

  .product-sidebar-small figure img {
    max-height: 200px; }

  .product-sidebar-big figure {
    height: 190px; }

  .product-sidebar-big figure img {
    max-height: 190px; }

  .product-full-big li {
    width: calc(50.8% - 10px); }

  .product-full-big li:nth-child(3n) {
    margin-right: 10px; }

  .product-full-big li:nth-child(2n) {
    margin-right: auto; }

  .product-slider figure {
    height: 200px; }

  .product-slider figure img {
    max-height: 200px; }

  .frame {
    display: none; }

  .news-big-box {
    width: 100%; }

  .news-big-box .date {
    display: block;
    margin-left: 0px; }

  .my-account .box-right {
    width: 100%; }

  .form-list-2 .w315 {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-right: 10px; }

  .steps-list li {
    font-size: 17px; }

  .filtration-box .column {
    width: 48.5%;
    margin-bottom: 1%; }

  .filters-sidebar .column:nth-child(3n) {
    margin-right: auto 3% !important; }

  .filters-sidebar .column:nth-child(2n) {
    margin-right: auto !important; }

  #newsletter .newsletter-cont {
    font-size: 20px; }

  #newsletter .newsletter-button {
    padding-top: 15px;
    height: 55px; }

  #newsletter .newsletter-cont {
    margin-top: 10px; }

  #newsletter input.get-newsletter-mail {
    height: 55px; } }
@media only screen and (max-width: 550px) {
  .product-sidebar-small li {
    width: calc(50.96% - 10px); }

  .product-sidebar-small li:nth-child(3n) {
    margin-right: 10px; }

  .product-sidebar-small li:nth-child(2n) {
    margin-right: auto; }

  .product-sidebar-big li {
    width: calc(50.97% - 10px); }

  .product-sidebar-big li:nth-child(3n) {
    margin-right: 1.5%; }

  .product-sidebar-big li:nth-child(2n) {
    margin-right: auto; }

  .product-full-small li {
    width: calc(50.97% - 10px); }

  .product-full-small li:nth-child(3n) {
    margin-right: 10px; }

  .product-full-small li:nth-child(2n) {
    margin-right: auto; }

  .filters-sidebar .column {
    width: 48.5%; }

  .filters-sidebar .column:nth-child(3n) {
    margin-right: 3% !important; }

  .filters-sidebar .column:nth-child(2n) {
    margin-right: auto !important; }

  .filtration-box .column {
    width: 48.5%; }

  .filtration-box .column:nth-child(3n) {
    margin-right: 3% !important; }

  .filtration-box .column:nth-child(2n) {
    margin-right: auto !important; }

  .form-list-1 input,
  .form-list-1 textarea {
    width: 100%; }

  .show-filters {
    display: block; }

  .filters-container-rwd {
    display: none; }

  .add-opinion p {
    width: 100%;
    padding-top: 15px; }

  .steps-list li {
    width: 50%;
    margin-left: auto; }

  .code-form {
    width: 100%; }

  #add_opinion form .error_description {
    float: right;
    position: static; }

  #add_opinion form .error_description::after {
    display: none; }

  .form-list-2 .box-left {
    width: 100%; }

  .basket-content .form-list-2 .box-right {
    width: 100%; }

  .sidebar-not-logged .box-right {
    width: 100%; }

  .account-form-info {
    display: block; }

  .files table {
    display: block;
    max-width: none; }

  .files table tr {
    display: block; }

  .files table td {
    display: inline-block; }

  .my-account-tabs li.current::after {
    display: none; }

  .my-account-tabs li.current {
    background-color: #fbfbfb; }

  .option_images .optimage {
    width: 47%; }

  .dhl_map_frame {
    margin-left: 0px;
    padding: 13px 0px; } }
@media only screen and (max-width: 515px) {
  .header-3 #ButtonRsp {
    margin-top: 85px; }

  .header-3 .basket-box {
    margin-top: 75px; }

  .header-3 .header-main {
    padding: 10px 0px; }

  .header-4 #ButtonRsp {
    margin-top: 85px; }

  .header-4 .basket-box {
    margin-top: 75px; }

  .header-4 .header-main {
    padding: 10px 0px; }

  .header-3 .header-main .logo {
    top: 0px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .zagielon a {
    width: 50%;
    float: left; }

  .my-account-nav-box a {
    width: 100%; }

  .my-account-nav-box {
    display: block; }

  .dhl_map_frame {
    width: 349px; }

  .zagielon a:nth-child(3) {
    margin: 0px;
    padding-right: 15px; }

  .zagielon::after {
    content: '';
    display: block;
    clear: both; }

  .banner-content {
    width: 100% !important;
    padding: 0px !important; }

  .header-4 #user li {
    display: inline-block;
    margin-right: 10px; }

  .header-4 #user .top-languages {
    margin-left: 10px; }

  .header-3 #user li {
    display: inline-block;
    margin-right: 10px; }

  .header-3 #user .top-languages {
    margin-left: 10px; }

  .col-xxs-12 {
    width: 100%; }

  .product-fullwidth .product-description {
    width: 100%; }

  .product-fullwidth figure {
    width: 100%;
    margin-bottom: 15px; }

  .product-fullwidth .add_to_cart {
    width: 100%; }

  .product-fullwidth .price-container {
    width: 100%; }

  .product-fullwidth .txt {
    padding: 15px; }

  .product-fullwidth .fullwidth-title {
    padding: 15px; }

  .product-fullwidth .fullwidth-data {
    width: 100%; }

  .product-fullwidth h2 {
    text-align: center; }

  .bottom-banners-1 .banner,
  .bottom-banners-2 .banner {
    float: left;
    width: 100%;
    margin-right: 0; }

  #product #toplinks #ask_popup {
    width: 290px; }

  .form_contact .box-right {
    width: 100%; }

  .my-account-tabs li.current {
    border-bottom: 1px solid #e0dfde; }

  .log-box .form-list-4 .box-right {
    width: 100%; }

  .register-list input {
    width: 100%; }

  .register-list .box-txt-1 {
    width: 100%; }

  .register-list label {
    text-align: left; }

  label.hide-rwd {
    display: none; }

  .buttons-box .btn-4 {
    width: 100%;
    margin-bottom: 10px;
    height: 39px;
    line-height: 39px; }

  .buttons-box .btn-5 {
    width: 100%;
    height: 39px;
    line-height: 39px; }

  .breadcrumb-container {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 2px; }

  .breadcrumb ul.submenu {
    left: 0px; }

  .form-list-1 li {
    margin-top: 0px; }

  .btn-opinion {
    margin-top: 10px; }

  #shop_comments .form-list-2 .box-left {
    width: 100%; }

  #shop_comments .box-right {
    width: 100%; }

  .nav-tabs-1 li,
  .nav-tabs-1 a {
    width: 100%;
    margin: 0px; }

  .nav-tabs-1 li {
    margin: 0px 0px 1px 0px; }

  .nav-tabs-1 li:last-child {
    margin: 0px; }

  .mainpage-listing-titles ul li {
    width: 100%;
    padding: 6px 15px; }

  .filters-sidebar .column {
    width: 100%;
    margin-right: auto; }

  .filters-sidebar .column:nth-child(3n) {
    margin-right: auto !important; }

  .filters-sidebar .column:nth-child(2n) {
    margin-right: auto !important; }

  .filtration-box .column {
    width: 100%;
    margin-right: auto;
    margin-bottom: 6px; }

  .filtration-box label {
    display: block;
    margin-bottom: 1px; }

  .filtration-box .column:nth-child(3n) {
    margin-right: auto !important; }

  .filtration-box .column:nth-child(2n) {
    margin-right: auto !important; }

  .product-head-title h1 {
    width: 100%; }

  .product-head-title {
    padding-bottom: 60px; }

  .product-absolute-container {
    bottom: -5px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    top: auto; }

  #product #toplinks {
    float: none !important;
    margin-top: 0px; }

  #product #toplinks div.but {
    border: none; }

  #product #toplinks #ask_popup {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  #product #toplinks div.but img {
    border-radius: 10px 0px 0px 10px; }

  #product #toplinks div.but.message {
    width: 175px; }

  #newsletter input.get-newsletter-mail {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px; }

  #newsletter .newsletter-button {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px; }

  .order-information-box .f-left {
    width: 30%; }

  .order-information-box .f-right {
    width: 70%;
    padding-left: 10px; } }
@media only screen and (max-width: 440px) {
  .dhl_map_frame {
    width: 230px; } }
@media only screen and (max-width: 420px) {
  .code-box label {
    color: #A32887;
    font-size: 12px;
    width: 100%;
    margin: 0px;
    float: left; } }
@media only screen and (max-width: 400px) {
  .product-sidebar-small li {
    width: 100%;
    margin-right: auto; }

  #product #product_right #add_container {
    flex-direction: column; }

  #add_container .quantity-box {
    width: 100%; }

  #add_container .quantity-box .unit {
    float: none;
    display: inline; }

  #add_container .quantity-box input {
    float: none; }

  .code-box label {
    width: 100%;
    margin: auto; }

  .product-sidebar-small li:nth-child(2n) {
    margin-right: 1%; }

  .product-full-small li {
    width: 100%;
    margin-right: auto; }

  .product-full-small li:nth-child(2n) {
    margin-right: 1%; }

  .product-sidebar-big li {
    width: 100%;
    margin-right: auto; }

  .product-sidebar-big li:nth-child(2n) {
    margin-right: auto; }

  .product-full-big li {
    width: 100%;
    margin-right: auto; }

  .product-full-big li:nth-child(2n) {
    margin-right: auto; }

  .product-full-big li:nth-child(3n) {
    margin-right: auto; }

  .steps-list li {
    width: 100%;
    height: 32px;
    line-height: 32px; }

  .quantity-box {
    width: 100%;
    margin-bottom: 10px; }

  .p-basket .btn-1 {
    width: 100%;
    margin-bottom: 6px; }

  #product #product_right #go_to_cart {
    width: 100%;
    top: 90px; }

  #change_product_list_style {
    display: none; }

  #product #product_right #error_quantity {
    top: 90px;
    right: 0px;
    width: 100%; }

  .reviews {
    text-align: center; }

  #product #product_right #votes img {
    float: none; }

  .reviews .rate-box {
    width: 100%; }

  .reviews .link-1 {
    width: 100%;
    clear: both; } }

/*# sourceMappingURL=style.css.map */
