/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext');
/*-- Module settings START --*/
/*-- Module settings END --*/
/*--------- Product Tabs ----------*/
/*--------------------------------*/
/*--------------------------------------*/
/* Footer */
/* alert */
/* MAIN - Menu */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;1,400&display=swap');
/* breadcrumb */
/*.scrolled .scrollUpBtn:hover, .scrolled .scrollDownBtn:hover {filter:alpha(opacity=100); opacity:1;}  */
/* Checkbox AVeSoMe */
/* Sticky Menu */
/* Actions Page */
/* Neoseo BLOG Start */
/* Neoseo_category_menu */
/* Neoseo Checkout */
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
/* Product-Kit */
/* Product Labels */
/* Neoseo SlideShow */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.block-flex {
  display: flex;
  justify-content: center; }

.block-flex-col {
  display: flex;
  flex-direction: column; }

img {
  max-width: 100%; }

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
  /* fade */ }

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
  /* backSlide */ }

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
  /* goDown */ }

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
  /* scaleUp */ }

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
  /* Keyframes */
  /*empty*/ }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  /*--------------------------------------------------------------------------------------------------*/
  to {
    opacity: 0;
    transform: scale(1.5); } }

@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSansRegular/OpenSans-Regular.ttf');
  font-weight: 400; }

@font-face {
  font-family: 'ns-icons';
  src: url('../fonts/nsicons/nsicons.eot');
  src: url('../fonts/nsicons/nsicons.svg');
  src: url('../fonts/nsicons/nsicons.ttf');
  src: url('../fonts/nsicons/nsicons.woff'); }

@font-face {
  font-family: 'ns-star';
  src: url('../fonts/star/star.eot');
  src: url('../fonts/star/star.svg');
  src: url('../fonts/star/star.ttf');
  src: url('../fonts/star/star.woff'); }

[class^="ns-"], [class*=" ns-"] {
  font-size: 16px;
  font-family: 'ns-icons';
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="fa-star"], [class*="fa-star"] {
  font-size: 16px;
  font-family: 'ns-star';
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="fa-star-o"], [class*="fa-star-o"] {
  font-size: 16px;
  font-family: 'ns-star';
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ns-arrow-right:before {
  font-weight: bold;
  content: "\e900"; }

.ns-mouse:before {
  content: "\e901"; }

.ns-kyivstar:before {
  font-weight: bold;
  content: "\e902";
  color: #126dff; }

.ns-lifecell:before {
  font-weight: bold;
  content: "\e903";
  color: #ffd600; }

.ns-vodafone:before {
  font-weight: bold;
  content: "\e904";
  color: #eb2d21; }

.ns-cityphone:before {
  font-weight: bold;
  content: "\e905";
  color: #3c3c3c; }

.ns-headphones:before {
  font-weight: bold;
  content: "\e906"; }

.fa-star-o:before {
  font-weight: bold;
  content: "\e907"; }

.fa-star:before {
  font-weight: bold;
  content: "\e908"; }

.box-shadow {
  box-shadow: none; }

.box-corner {
  border-radius: 0; }

body {
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  color: #595959;
  background-color: #fff;
  background-image: url('');
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #1d1d1d;
  /* Banner on Top ala Razetka */ }

#general-banner {
  height: 30px;
  /* Override the bootstrap defaults */ }
  #general-banner a {
    display: block;
    height: 100%; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 15px; }

a {
  color: #36f; }
  a:hover {
    text-decoration: none;
    color: #36f; }

#content article a {
  font-weight: bolder;
  text-decoration: underline; }
  #content article a:hover {
    text-decoration: none; }

input[type="text"], input[type="password"], select, textarea {
  font-size: 13px; }

input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
  border-color: #c6c8cc;
  box-shadow: inset 1px 1px 2px rgba(79, 98, 116, 0.18); }

input[type="text"], input[type="password"], textarea {
  padding: 5px 10px;
  width: 100%; }

textarea {
  resize: vertical; }

div.edit {
  margin-bottom: 12px;
  font-size: 13px; }

.input-group .input-group-addon {
  height: 30px; }

.nav-tabs {
  margin-bottom: 25px;
  border-bottom: 2px solid #a3a3a3; }

@media (max-width: 480px) {
  .nav-tabs {
    display: flex;
    flex-direction: column; }

  .modal-footer button, .modal-footer a {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.nav-tabs > li.active > a, #search_main #search_footer .curPage {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
  color: #fff; }

.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
  color: #fff; }

.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: #a3a3a3;
  color: #fff;
  border-color: #a3a3a3; }

div.required .control-label:before {
  content: '* ';
  color: #c00;
  font-weight: bold;
  /* Gradent to all drop down menus */ }

.dropdown-menu li > a:hover {
  text-decoration: none; }

.flixer small {
  font-size: 85%;
  position: relative;
  top: 0;
  left: 1px;
  margin-right: 2px; }

img:focus {
  outline: none; }

.container {
  position: relative; }

.clear {
  clear: both;
  /* Content --- */ }

#content {
  min-height: 600px; }

@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact/Impact.eot');
  src: local('../fonts/Impact/Impact'), url('../fonts/Impact/Impact.eot?#iefix') format('embedded-opentype'), url('../fonts/Impact/Impact.woff') format('woff'), url('../fonts/Impact/Impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@media (max-width: 767px) {
    .filter-button {
      font-size: 20px;
      padding: 10px;
      text-align: center;
      border: 1px solid;
      color: white;
      background-color: #4d4d4d; } }

@media (max-width: 767px) {
    .breadcrumb {
      font-size: 16px !important;
      line-height: 2;
      padding: 5px !important; } }

@media (max-width: 767px) {
    .header-top {
      order: 5;
      padding: 10px 15px 20px;
      width: calc(100% - 36px); } }
  @media (min-width: 768px) and (max-width: 991px) {
  .header-top {
    padding-left: 14px;
    padding-right: 10px; } }
  @media (min-width: 992px) {
  .header-top {
    padding-left: 34px;
    padding-right: 24px; } }
  .header-top__navigation {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 130; }

.open-list-button {
  transform: rotate(90deg);
  top: 0;
  cursor: pointer;
  transition: 1s;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center; }
  .open-list-button .fa {
    font-size: 8px;
    color: #000;
    margin-right: 3px; }
  .open-list-button.open {
    transition: 1s;
    transform: rotate(0deg); }
    .open-list-button.open .fa {
      color: #e63b3b; }

.drop-main {
  transition: 1s;
  display: flex;
  position: absolute;
  flex-direction: column;
  z-index: 1000;
  top: 100%;
  background: #e6e6e6;
  padding: 0 10px;
  min-width: 230px;
  height: 0;
  overflow: hidden;
  opacity: 0; }
  .drop-main .drop-list {
    padding: 7px;
    margin: 0;
    list-style: none;
    line-height: 1.8; }
    .drop-main .drop-list > li > a {
      font-size: 14px;
      color: #000; }
      .drop-main .drop-list > li > a:hover {
        color: #e63b3b;
        text-decoration: underline; }
  .drop-main.open {
    opacity: 1;
    height: auto;
    transition: 1s; }

.top-links-container {
  display: flex;
  flex-wrap: wrap;
  /*--------------------------------------*/ }

@media (max-width: 767px) {
  .top-links-container_left {
    margin-bottom: 10px;
    width: 100%; }

  .top-links-container_left .main-top-links .top-links-list_item {
    font-size: 16px !important; }

  .cart__list {
    top: 28px; } }

.top-links-container_left {
  /* display: none; */
  /*--------------------------------------*/ }
  @media (min-width: 768px) and (max-width: 991px) {
  .top-links-container_left {
    flex: 0 0 100%;
    padding-top: 10px;
    padding-bottom: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .top-links-container_left {
    flex: 0 0 100%;
    padding-top: 24px;
    padding-bottom: 18px; } }
  @media (min-width: 1200px) {
  .top-links-container_left {
    flex: 0 0 100%;
    padding-top: 32px;
    padding-bottom: 20px; } }
  .top-links-container_left .main-top-links .top-links-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between; }
    .top-links-container_left .main-top-links .top-links-list_item {
      white-space: nowrap;
      margin: 0 5px;
      font-family: 'Impact', sans-serif;
      font-size: 20px;
      position: relative;
      -webkit-font-smoothing: antialiased;
      font-smooth: antialiased; }
    @media (min-width: 768px) and (max-width: 991px) {
      .top-links-container_left .main-top-links .top-links-list_item {
        font-size: 13px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .top-links-container_left .main-top-links .top-links-list_item {
        font-size: 16px; } }
    .top-links-container_left .main-top-links .top-links-list_item.sale {
      padding-right: 15px; }
      .top-links-container_left .main-top-links .top-links-list_item.sale:after {
        display: block;
        content: '';
        background: url("../image/star.svg") 0 0 no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 0;
        right: 0; }
    .top-links-container_left .main-top-links .top-links-list_item .dropdown .dropdown-menu-right {
      right: auto;
      left: auto;
      top: 20px; }
      .top-links-container_left .main-top-links .top-links-list_item .dropdown > a {
        color: #727271; }
        .top-links-container_left .main-top-links .top-links-list_item .dropdown > a i {
          margin-left: 5px; }
        .top-links-container_left .main-top-links .top-links-list_item .dropdown > a:hover {
          color: #e63b3b;
          text-decoration: underline; }
    .top-links-container_left .main-top-links .top-links-list_item a {
      color: #727271; }
      .top-links-container_left .main-top-links .top-links-list_item a:hover {
        color: #727271; }
  .top-links-container_left .compact-top-links .header {
    display: flex;
    align-items: center; }
    .top-links-container_left .compact-top-links .header i {
      color: #000;
      position: relative;
      font-size: 30px;
      cursor: pointer; }

.top-links-container_center {
  display: flex;
  align-items: center;
  height: 100%;
  width: auto;
  padding: 0 10px; }
  @media (max-width: 991px) {
  .top-links-container_center {
    justify-content: flex-end; } }
  @media (max-width: 767px) {
  .top-links-container_center {
    width: 100%;
    justify-content: flex-start;
    padding-left: 25px; } }

.top_icons_box {
  display: flex;
  align-items: center;
  margin-left: auto; }
  @media (max-width: 767px) {
  .top_icons_box {
    padding-right: 9px;
    padding-left: 9px; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .top_icons_box {
    padding-right: 12px;
    padding-left: 12px; } }
  @media (min-width: 1200px) {
  .top_icons_box {
    padding-right: 20px; } }
  .top_icons_box > a {
    position: relative; }
    .top_icons_box > a i {
      color: #727271;
      font-size: 20px;
      margin-left: 9px;
      margin-right: 9px;
      line-height: 35px; }
    .top_icons_box > a > span {
      background: #fed559;
      padding: 1px 4px;
      font-size: 10px;
      color: #e63b3b;
      font-weight: bold;
      position: relative;
      top: 0px;
      left: 25px; }
    @media (max-width: 767px) {
    .top_icons_box > a > span {
      position: absolute; } }
    @media (min-width: 768px) {
  .top_icons_box > a i {
    color: #e6e6e6;
    background: #727271;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    font-size: 20px; }
    .top_icons_box > a i:hover {
      color: #e6e6e6; }
  .top_icons_box > a > span {
    background: #fed559;
    padding: 1px 4px;
    font-size: 10px;
    color: #e63b3b;
    font-weight: bold;
    position: absolute;
    top: 1px;
    left: 32px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
  .top_icons_box > a {
    margin: 0 9px; } }
    @media (min-width: 1200px) {
  .top_icons_box > a {
    margin: 0 20px; } }
  .top_icons_box #unistor-cart-total {
    display: none; }

.currency-box {
  display: flex; }
  @media (max-width: 991px) {
  .currency-box {
    margin: 0 15px; } }
  .currency-box__wrap i {
    transition: 0.2s ease-in-out; }
    @media (min-width: 992px) {
  .currency-box__wrap {
    display: none; } }
    @media (max-width: 991px) {
  .currency-box__wrap > ul {
    margin: 0; }
    .currency-box__wrap > ul > li {
      cursor: pointer;
      font-weight: bold;
      color: #fff; }
      .currency-box__wrap > ul > li:hover {
        color: #e63b3b; }

      .currency-box__wrap > ul > li > b {
        position: relative;
        top: 2px;
        font-size: 18px; }

      .currency-box__wrap > ul > li > i {
        position: relative;
        top: 1px; } }
  @media (min-width: 992px) {
    .currency-box__compact-wrap {
      border: none !important;
      box-shadow: none !important; } }
    @media (min-width: 992px) {
  .currency-box__compact-wrap {
    display: flex;
    top: 0;
    left: 0;
    border: none;
    background: none;
    box-shadow: none;
    position: relative;
    justify-content: center; }
    .currency-box__compact-wrap::before, .currency-box__compact-wrap::after {
      display: none; }
    .currency-box__compact-wrap ul {
      display: flex;
      align-items: center;
      margin: 0; }
      .currency-box__compact-wrap ul > li {
        padding: 0 2px; }
        .currency-box__compact-wrap ul > li button {
          border: none;
          background: #a3a3a3;
          color: #fff;
          box-shadow: none;
          border-radius: 0;
          width: 22px;
          display: flex;
          justify-content: center;
          padding: 0 2px 0 0;
          height: 26px;
          font-weight: bold; }
          .currency-box__compact-wrap ul > li button:hover {
            background: #a3a3a3;
            color: #e63b3b; }
        .currency-box__compact-wrap ul > li.active button {
          background: #fff;
          color: #e63b3b; }
          .currency-box__compact-wrap ul > li.active button:hover {
            background: ;
            color: ; } }
    @media (max-width: 991px) {
  .currency-box__compact-wrap {
    width: auto;
    min-width: 90px;
    border-radius: 3px;
    top: 30px; }
    .currency-box__compact-wrap ul {
      display: flex;
      align-items: center;
      margin: 0; }
      .currency-box__compact-wrap ul > li {
        padding: 0 2px; }
        .currency-box__compact-wrap ul > li button {
          border: none;
          background: none;
          color: #404040;
          box-shadow: none;
          border-radius: 0;
          width: 22px;
          display: flex;
          justify-content: center;
          padding: 0 2px 0 0;
          height: 26px;
          font-weight: bold; }
          .currency-box__compact-wrap ul > li button:hover {
            color: #404040; }
        .currency-box__compact-wrap ul > li.active button {
          display: none; } }
  .currency-box.open > .header i {
    transition: 0.2s ease-in-out;
    transform: rotate(-180deg); }
    .currency-box.open > ul {
      display: flex;
      padding: 5px 10px;
      border-radius: 3px;
      width: auto;
      height: auto;
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      position: absolute;
      left: -1px;
      top: 97%;
      z-index: 997;
      background: #fff;
      border: 1px solid #e7e7e7;
      align-items: center;
      justify-content: space-around; }
    .currency-box.open > ul::before {
      content: '';
      top: -5px;
      border-left: 1px solid #e7e7e7;
      position: absolute;
      width: 7px;
      height: 11px;
      background: #fff;
      transform: rotate(45deg);
      left: 11px;
      border-top: 1px solid #e7e7e7; }
    .currency-box.open > ul > li {
      height: 25px; }
    .currency-box.open > ul > li > a {
      text-transform: uppercase;
      font-weight: bold;
      color: #404040;
      display: flex;
      align-items: center;
      height: 26px; }
    .currency-box.open > ul > li.active {
      display: none; }

.language {
  display: flex;
  align-items: center;
  /*--------------------------------------*/ }
  @media (min-width: 992px) {
    .language__wrap {
      display: none; } }
    .language__wrap span {
      font-weight: bold;
      color: #000;
      position: relative;
      top: 2px; }
    .language__wrap i {
      color: #000;
      position: relative;
      top: 2px;
      transition: 0.2s ease-in-out; }
  @media (min-width: 992px) {
    .language__compact-wrap {
      margin: 0;
      display: flex;
      justify-content: center;
      padding: 0 15px; }
      .language__compact-wrap > li > a {
        text-transform: uppercase;
        opacity: 1;
        font-size: 14px;
        font-weight: bold;
        padding: 2px 0;
        color: #000; }
        .language__compact-wrap > li > a:hover {
          color: #fff; }
        .language__compact-wrap > li.active {
          cursor: pointer; }
        .language__compact-wrap > li.active > a {
          font-weight: normal;
          opacity: 0.8; }
          .language__compact-wrap > li.active > a:hover {
            color: #000; } }
    @media (max-width: 991px) {
  .language__compact-wrap {
    display: none;
    flex-direction: column; } }
  .language.open > .language__wrap i {
    transition: 0.2s ease-in-out;
    transform: rotate(-180deg); }
    .language.open > ul {
      display: flex;
      padding: 5px 10px;
      border-radius: 3px;
      width: auto;
      height: auto;
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
      position: absolute;
      left: -1px;
      top: 30px;
      z-index: 997;
      background: #fff;
      border: 1px solid #e7e7e7;
      align-items: center;
      justify-content: space-around; }
    .language.open > ul::before {
      content: '';
      top: -5px;
      border-left: 1px solid #e7e7e7;
      position: absolute;
      width: 10px;
      height: 10px;
      background: #fff;
      transform: rotate(45deg);
      left: 11px;
      border-top: 1px solid #e7e7e7; }
    .language.open > ul > li {
      height: 25px; }
    .language.open > ul > li > a {
      text-transform: uppercase;
      font-weight: bold;
      color: #404040;
      display: flex;
      align-items: center;
      height: 26px; }
    .language.open > ul > li.active {
      display: none; }

.top-links-container_right {
  display: flex;
  justify-content: space-between;
  flex: 0 0 100%;
  /*--------------------------------------*/ }
  .top-links-container_right > .admin-menu > a > i {
    color: #727271;
    font-size: 20px;
    line-height: 35px; }
    .top-links-container_right > .admin-menu > a > i:hover {
      color: #e6e6e6; }
    @media (max-width: 768px) {
    .top-links-container_right > .admin-menu > a > span {
      display: none;
      margin-left: -16px;
      color: #727271;
      font-size: 14px;
      font-weight: 600; } }
    @media (min-width: 768px) {
    .top-links-container_right > .admin-menu > a > i {
      margin-top: 10px;
      color: #727271;
      text-align: center;
      font-size: 20px; }
      .top-links-container_right > .admin-menu > a > i:hover {
        color: #e6e6e6; }
    .top-links-container_right > .admin-menu > a > span {
      margin-left: -16px;
      color: #727271;
      font-size: 16px;
      font-weight: 600; } }
    .top-links-container_right > .admin-menu.is-logged .dropdown-menu-right {
      right: 0;
      left: auto; }
    .top-links-container_right > .admin-menu.is-logged .dropdown-menu-right::before, .top-links-container_right > .admin-menu.is-logged .dropdown-menu-right::after {
      left: auto;
      right: 7px; }
    .top-links-container_right > .admin-menu.is-logged > ul {
      margin: 0;
      position: relative;
      z-index: 5; }
    .top-links-container_right > .admin-menu.is-logged > ul > li > a > i:first-child {
      color: #727271;
      line-height: 35px;
      font-size: 20px; }
      @media (min-width: 768px) {
          .top-links-container_right > .admin-menu.is-logged > ul > li > a > i:first-child {
            color: #e6e6e6;
            background: #727271;
            text-align: center;
            width: 35px;
            height: 35px;
            border-radius: 50%; } }
      .top-links-container_right > .admin-menu.is-logged > ul > li > a > span {
        margin: 0 10px;
        color: #404040; }
      .top-links-container_right > .admin-menu.is-logged > ul > li > a:visited, .top-links-container_right > .admin-menu.is-logged > ul > li > a:focus {
        text-decoration: none; }

.header-middle {
  position: relative;
  margin: 0;
  z-index: 120;
  /*--------------------------------------*/ }
  @media (max-width: 767px) {
  .header-middle {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .header-middle {
    display: grid;
    grid-template-columns: 34% 1fr 48px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .header-middle {
    display: grid;
    grid-template-columns: 364px 1fr 56px; } }
  @media (min-width: 1200px) {
  .header-middle {
    display: grid;
    grid-template-columns: 443px 1fr 68px; } }
  .header-middle__content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 34px;
    padding-right: 24px; }
    @media (max-width: 767px) {
  .header-middle__content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }
  .header-middle__search {
    margin: 20px 0; }

.logo {
  padding-bottom: 10px;
  /*--------------------------------------*/ }
  @media (max-width: 767px) {
  .logo {
    padding-right: 17px; } }
  @media (min-width: 768px) {
  .logo {
    grid-row: 1/3; } }

.phones {
  display: flex;
  align-items: center;
  flex-grow: 3;
  justify-content: center;
  min-width: 170px;
  /*--------------------------------------*/ }
  @media (max-width: 1399px) and (min-width: 992px) {
  .phones {
    justify-content: flex-start; } }
  @media (max-width: 991px) {
  .phones {
    order: 2; } }
  @media (max-width: 640px) {
  .phones {
    justify-content: flex-end; } }
  .phones__list {
    display: flex;
    align-items: flex-end;
    /*----------*/
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0; }
    .phones__list .dropdown-menu {
      top: 26px; }
    @media (max-width: 480px) {
  .phones__list {
    align-items: center; } }
  .phones__item {
    margin: 5px; }

.worktime {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-grow: 1;
  font-family: 'Impact', sans-serif;
  color: #727271; }
  .worktime > i {
    font-size: 32px;
    margin-right: 15px;
    color: #595959; }
  .worktime__list {
    font-size: 24px;
    line-height: 0.9; }
    @media (max-width: 767px) {
  .worktime__list {
    font-size: 13px;
    line-height: 1.4; } }
    @media (min-width: 768px) and (max-width: 991px) {
  .worktime__list {
    font-size: 13px;
    line-height: 1.4; } }
    @media (min-width: 992px) and (max-width: 1199px) {
  .worktime__list {
    font-size: 16px;
    line-height: 1.2; } }
  .worktime .call__list {
    font-size: 24px;
    background: url("../image/callback.svg") 0 0 no-repeat;
    background-size: 38px;
    padding-left: 54px;
    text-transform: lowercase;
    line-height: 0.9; }
    @media (max-width: 767px) {
  .worktime .call__list {
    font-size: 13px;
    line-height: 1.4;
    background-size: 28px;
    padding-left: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
  .worktime .call__list {
    font-size: 13px;
    line-height: 1.4;
    background-size: 28px;
    padding-left: 40px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
  .worktime .call__list {
    font-size: 16px;
    line-height: 1.2;
    background-size: 32px;
    padding-left: 44px; } }
    .worktime .call__list .phones__callback, .worktime .call__list .phones__link {
      color: #727271;
      text-decoration: none;
      display: block;
      text-align: right; }
    .worktime .call__list .phones__callback:hover, .worktime .call__list .phones__link:hover {
      color: #727271; }
    .worktime .call__list .phones__callback > i, .worktime .call__list .phones__link > i {
      font-size: 20px;
      position: relative;
      top: 2px;
      margin-right: 5px; }

.search {
  flex: 0 0 50%; }

@media (max-width: 767px) {
    .most-popular-search {
      margin-top: 10px;
      padding: 0 7px; } }
  .most-popular-search.vertical {
    margin: 5px 0;
    color: #a3a3a3; }
  .most-popular-search a {
    font-size: 14px;
    margin-right: 10px;
    border-bottom: 1px dotted; }

.logo-search {
  display: flex; }
  @media (min-width: 992px) {
    .logo-search.horizontal {
      width: 95%; } }
  .logo-search.vertical {
    flex-grow: 1; }
    @media (min-width: 992px) {
  .logo-search.vertical {
    justify-content: space-between; } }
    .logo-search.vertical > .logo {
      flex-grow: 1; }
    .logo-search.vertical > .search-container {
      flex-grow: 1; }
    @media (min-width: 992px) {
    .logo-search.vertical > .search-container {
      align-items: center; } }
  @media (max-width: 991px) {
  .logo-search {
    flex-direction: column; } }

.phones-cart {
  display: flex;
  /*--------------------------------------*/ }
  @media (min-width: 992px) {
    .phones-cart.horizontal {
      width: 50%; } }
  .phones-cart.vertical {
    flex-grow: 1; }
    @media (min-width: 992px) {
  .phones-cart.vertical {
    justify-content: space-between; } }
  @media (min-width: 1400px) {
  .phones-cart {
    width: 32%; } }
  @media (max-width: 991px) {
  .phones-cart {
    flex-direction: column; } }

.cart {
  /*--------------------------------------*/ }
  @media (max-width: 767px) {
  .cart {
    order: 10;
    flex: 0 0 35px;
    padding-top: 10px;
    position: relative; } }
  @media (min-width: 768px) {
  .cart {
    grid-row: 1/3;
    grid-column: 3/4;
    position: relative;
    background: url("../image/cart-lamp.svg") 0 0 no-repeat;
    background-size: contain; } }
  @media (min-width: 767px) and (max-width: 991px) {
  .cart {
    margin-bottom: 10px;
    position: relative; } }
  .cart__list {
    cursor: pointer; }
    @media (max-width: 767px) {
  .cart__list {
    position: relative; } }
    @media (min-width: 768px) {
  .cart__list {
    margin-top: 147px; } }
    @media (min-width: 767px) and (max-width: 991px) {
  .cart__list {
    margin-top: 90px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
  .cart__list {
    margin-top: 120px; } }
    .cart__list > i {
      color: #727271;
      font-size: 20px;
      line-height: 35px; }
    @media (min-width: 768px) {
    .cart__list > i {
      display: none; } }
  .cart__total-list {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-left: 5px;
    min-width: 20px;
    min-height: 20px; }
    @media (max-width: 767px) {
  .cart__total-list {
    position: absolute;
    top: 0;
    left: 7px; } }
    .cart__total-list .cart__total-products {
      width: 100%;
      display: flex;
      justify-content: center; }
    @media (max-width: 767px) {
      .cart__total-list .cart__total-products .cart__total-items {
        background: #fed559;
        padding: 1px 4px;
        font-size: 10px;
        color: #e63b3b;
        font-weight: bold;
        position: relative; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .cart__total-list .cart__total-products .cart__total-items {
        background: #fed559;
        padding: 1px 4px;
        font-size: 10px;
        color: #e63b3b;
        font-weight: bold;
        position: absolute;
        bottom: 25px;
        left: 26px; } }
    .cart__total-list .cart__total-cost {
      display: flex;
      justify-content: center;
      width: 100%;
      border-top: 1px solid #a3a3a3;
      padding-top: 5px;
      margin-top: 5px;
      color: #595959;
      font-weight: bold;
      font-size: 15px; }
  .cart__products-list {
    display: none;
    list-style: none;
    background: #fff;
    z-index: 1001;
    padding: 0 5px;
    border-radius: 0;
    border: 1px solid #a3a3a3;
    margin-top: 5px;
    -webkit-box-shadow: 0 0 5px #ececec;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    position: absolute;
    top: 92%;
    right: 0; }
    @media (max-width: 767px) {
  .cart__products-list {
    top: 72%; } }
    .cart__products-list::before {
      width: 20px;
      content: '';
      top: -11px;
      right: 4%;
      position: absolute;
      height: 20px;
      background: #fff;
      transform: rotate(45deg);
      border-left: 1px solid #a3a3a3;
      border-top: 1px solid #a3a3a3; }
    .cart__products-list > li .cart-basket-item {
      position: relative;
      display: flex;
      border-bottom: 2px dotted #ececec;
      padding: 5px; }
    .cart__products-list > li .cart-basket-item .cart-basket_image {
      width: 20%; }
    .cart__products-list > li .cart-basket-item .cart-basket_info {
      width: 80%;
      padding: 10px 20px 10px 10px; }
      .cart__products-list > li .cart-basket-item .cart-basket_info .cart-basket_title {
        font-size: 15px;
        margin-bottom: 15px; }
      .cart__products-list > li .cart-basket-item .cart-basket_info .cart-basket_title a {
        color: #000; }
      .cart__products-list > li .cart-basket-item .cart-basket_info .cart-basket_title a:hover {
        color: #000; }
      .cart__products-list > li .cart-basket-item .cart-basket_info .cart-basket_price-list {
        padding-right: 25px;
        font-size: 16px;
        display: flex;
        justify-content: space-between; }
      .cart__products-list > li .cart-basket-item .cart-basket_info .cart-basket_price-list .cart-basket_total-price {
        font-weight: bold; }
      .cart__products-list > li .cart-basket-item .cart-basket_info .cart-basket_clean {
        position: absolute;
        cursor: pointer;
        font-size: 21px;
        right: 10px;
        top: 36%;
        margin: 0 auto;
        color: #dedede;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .cart__products-list > li .cart-basket-item .cart-basket_info .cart-basket_clean:hover {
        border: 1px solid #dedede; }
      .cart__products-list > li .cart-basket-item .cart-basket_info .cart-basket_clean .cart-basket_clean-button {
        background: none;
        outline: none;
        box-shadow: none;
        border: none; }
    .cart__products-list > li .cart-basket-buttons {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 25px;
      flex-wrap: wrap; }
    @media (max-width: 767px) {
      .cart__products-list > li .cart-basket-buttons {
        padding-left: 10px;
        padding-right: 10px; } }
    .cart__products-list > li .cart-basket-buttons > .cart-button {
      background: #dedede;
      padding: 13px 17px;
      font-weight: bold;
      color: #4e4e4e;
      border-radius: 3px;
      font-size: 15px; }
    .cart__products-list > li .cart-basket-buttons > .checkout-button {
      background: #a3a3a3;
      padding: 13px 17px;
      font-weight: bold;
      color: #fff;
      border-radius: 3px;
      font-size: 15px; }
      .cart__products-list > li .cart-basket-buttons > .checkout-button:hover {
        background: #e6e6e6;
        color: #fff; }
    .cart__products-list > li .cart-basket-buttons > .quick-button {
      font-weight: bold;
      color: #4e4e4e;
      font-size: 15px;
      background: #dedede;
      padding: 13px 17px;
      border-radius: 3px;
      order: 1;
      margin: 15px auto;
      margin-top: 15px;
      width: 100%;
      text-align: center; }
    .cart__products-list > li .cart-basket_clean {
      position: absolute;
      cursor: pointer;
      font-size: 21px;
      right: 10px;
      top: 36%;
      margin: 0 auto;
      color: #dedede;
      border-radius: 5px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .cart__products-list > li .cart-basket_clean:hover {
      border: 1px solid #dedede; }
    .cart__products-list > li .cart-basket_clean .cart-basket_clean-button {
      background: none;
      outline: none;
      box-shadow: none;
      border: none; }
    .cart__products-list li > div {
      min-width: 460px; }
    @media (max-width: 767px) {
    .cart__products-list li > div {
      min-width: calc(99vw - 10px); } }
    .cart__products-list li p {
      margin: 20px 0; }
    .cart__products-list .img-thumbnail {
      padding: 2px 0; }
    .cart__products-list .text-danger {
      width: 30px; }
    .cart__products-list .btn-danger {
      padding: 0 5px;
      box-shadow: 0px 1px 0px #d20202; }
  .cart.open .cart__products-list {
    display: block; }

.search-panel {
  border: 3px solid #727272;
  border-radius: 18px;
  /*--------------------------------------*/ }
  .search-panel .input-group-btn.open .category-button {
    border: 1px solid #a3a3a3;
    background: #fff;
    font-weight: normal;
    box-shadow: none;
    text-shadow: none;
    color: #a3a3a3; }
  .search-panel .category-button {
    margin-right: -1px;
    font-size: 14px;
    padding: 0 22px;
    position: relative;
    z-index: 5;
    height: 42px;
    background: #fff;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    border-radius: 0; }
    .search-panel .category-button:hover, .search-panel .category-button:focus {
      border: 1px solid #a3a3a3;
      background: #fff;
      font-weight: normal;
      box-shadow: none;
      text-shadow: none;
      color: #a3a3a3; }
    .search-panel .category-button > i {
      color: #a3a3a3; }
  .search-panel .form-control {
    height: 30px;
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 15px 0 0 15px; }
    .search-panel .form-control:focus {
      border-top: 1px solid #a3a3a3;
      border-bottom: 1px solid #a3a3a3;
      border-left: 1px solid #a3a3a3; }
  .search-panel .dropdown-menu {
    min-width: 211px;
    border-radius: 0;
    border: 1px solid #a3a3a3;
    position: absolute;
    top: 96%; }
    .search-panel .dropdown-menu .main-menu-category_item {
      line-height: 1.5; }
    .search-panel .dropdown-menu .main-menu-category_item > a {
      color: #404040;
      padding: 0 10px; }
    .search-panel .dropdown-menu .main-menu-category_item > a:hover {
      text-decoration: underline; }
  .search-panel .button-search {
    width: 30px;
    height: 30px;
    border: none;
    text-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: none;
    color: #727271;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px; }
    .search-panel .button-search:hover {
      background: none;
      color: #727271;
      font-weight: normal;
      box-shadow: none;
      text-shadow: none; }
    .search-panel .button-search-title {
      display: none; }
  .search-panel .search .main-menu-category_item {
    line-height: 1.5; }

.dropdown-main-menu {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  list-style: none;
  background: #fff;
  padding: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  background: #fff;
  position: relative;
  margin: 0; }
  @media (min-width: 992px) {
  .dropdown-main-menu {
    display: none !important; } }
  .dropdown-main-menu::before {
    display: none !important; }
  .dropdown-main-menu > .admin-menu {
    display: inline-flex;
    height: 50px;
    background: #e6e6e6;
    align-items: center;
    padding: 0 15px;
    margin: 20px 0; }
    .dropdown-main-menu > .admin-menu > a > i {
      color: #ef532b;
      background: #f7f6f6;
      padding: 6px 8px;
      border-radius: 50%; }
    .dropdown-main-menu > .admin-menu > a > span {
      margin-left: 10px;
      color: #404040; }
    .dropdown-main-menu > .admin-menu.is-logged .dropdown-menu-right {
      right: -10px;
      left: -10px; }
    .dropdown-main-menu > .admin-menu.is-logged .dropdown-menu-right::before, .dropdown-main-menu > .admin-menu.is-logged .dropdown-menu-right::after {
      left: auto;
      right: 7px; }
    .dropdown-main-menu > .admin-menu.is-logged > ul {
      margin: 0; }
    .dropdown-main-menu > .admin-menu.is-logged > ul > li > a > i:first-child {
      color: #ef532b;
      background: #f7f6f6;
      padding: 6px 8px;
      border-radius: 50%; }
      .dropdown-main-menu > .admin-menu.is-logged > ul > li > a > i:last-child {
        color: #404040; }
      .dropdown-main-menu > .admin-menu.is-logged > ul > li > a > span {
        margin: 0 10px;
        color: #404040; }
      .dropdown-main-menu > .admin-menu.is-logged > ul > li > a:visited, .dropdown-main-menu > .admin-menu.is-logged > ul > li > a:focus {
        text-decoration: none; }
      .dropdown-main-menu > .admin-menu.is-logged > ul > li.open > a > i:last-child {
        transition: 0.2s ease-in-out;
        transform: rotate(-180deg); }
  .dropdown-main-menu .panel-group {
    margin-bottom: 0; }
    .dropdown-main-menu .panel-group a, .dropdown-main-menu .panel-group span, .dropdown-main-menu .panel-group li {
      color: #000 !important;
      text-decoration: none !important; }
    .dropdown-main-menu .panel-group a:hover, .dropdown-main-menu .panel-group span:hover, .dropdown-main-menu .panel-group li:hover {
      color: #e63b3b !important;
      text-decoration: none !important; }
    .dropdown-main-menu .panel-group .panel {
      list-style: none;
      padding-left: 10px;
      border: none !important;
      border-radius: 0;
      box-shadow: none;
      background: #fff; }
    .dropdown-main-menu .panel-group .panel .panel-heading {
      background: #fff; }
    .dropdown-main-menu .panel-group .panel .panel-heading .panel-title a, .dropdown-main-menu .panel-group .panel .panel-heading .panel-title span, .dropdown-main-menu .panel-group .panel .panel-heading .panel-title li {
      color: #000;
      text-decoration: none; }
      .dropdown-main-menu .panel-group .panel .panel-heading .panel-title a:hover, .dropdown-main-menu .panel-group .panel .panel-heading .panel-title span:hover, .dropdown-main-menu .panel-group .panel .panel-heading .panel-title li:hover {
        color: #000;
        text-decoration: none; }
    .dropdown-main-menu .panel-group .panel-collapse .panel-body {
      background: #fff; }
    .dropdown-main-menu .panel-group .panel-collapse .panel-body .dropdown-list {
      background: #fff; }
  .dropdown-main-menu .dropdown-item {
    line-height: 2.8;
    padding: 0 0 0 10px;
    font-size: 14px; }
  .dropdown-main-menu:before {
    background: inherit;
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: -6px;
    left: 170px;
    transform: rotate(46deg);
    box-shadow: -1px -1px 1px 0px #c3c3c3; }

.dropdown-open {
  transition: 0.3s;
  opacity: 1; }
  .dropdown-open::before {
    display: none !important; }

#collapseDropdownMenu {
  width: 100%;
  background: #efeded;
  padding: 0 7px;
  white-space: nowrap; }
  #collapseDropdownMenu .panel-body > li {
    line-height: 1; }
    #collapseDropdownMenu .panel-body > li > a {
      font-size: 13px; }

@media (min-width: 992px) {
  .compact-top-links {
    display: none !important; }
    .compact-top-links.show {
      display: inline-flex !important; }
      .compact-top-links.show .header {
        display: flex !important;
        align-items: center; }
        .compact-top-links.show .header .fa {
          font-size: 26px !important; }

  .main-top-links.hide {
    display: none !important; } }

@media (max-width: 991px) {
  /*--------------------------------------*/
    .dropdown-open::before {
      display: none !important; }
    #collapseDropdownMenu {
      width: 100%; } }

footer {
  margin-top: 20px;
  padding-top: 30px;
  background-color: #131313;
  background-image: url();
  color: #fff; }
  footer .subscribe-footer .subscribe-par {
    opacity: 0.8;
    margin-bottom: 10px;
    color: #fff; }
    footer .subscribe-footer .input-group {
      display: flex;
      margin-bottom: 20px; }
    footer .subscribe-footer .input-group #subscribefooter {
      height: 42px;
      background: #f3f3f3;
      border: 1px solid #696666;
      color: #3c3c3c; }
    footer .subscribe-footer .input-group #subscribefooter:focus {
      border: 1px solid #a3a3a3;
      outline: none; }
    footer .subscribe-footer .submit-btn {
      position: relative;
      transition: 0.5s;
      background: #a3a3a3;
      padding: 5px 20px;
      border: none;
      height: 42px;
      border-radius: 0;
      box-shadow: none;
      color: #fff;
      text-transform: uppercase;
      font-size: 21px; }
    footer .subscribe-footer .submit-btn:hover {
      background: #e6e6e6; }
  footer .payment-title {
    opacity: 0.8; }
  footer .footer-middle a {
    opacity: 0.8;
    color: #fff; }
    footer .footer-middle a:hover {
      opacity: 1;
      color: #e63b3b; }
  footer h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px; }
  footer .row {
    margin-right: 0;
    margin-left: 0; }
  footer .footer-bottom {
    padding: 15px 0;
    background: #131313;
    color: #fff;
    font-weight: normal; }
    footer .footer-bottom hr {
      opacity: 0.6;
      color: #fff; }
    footer .footer-bottom .col-sm-6 {
      padding: 0; }
    footer .footer-bottom a {
      opacity: 0.8;
      color: #fff; }
    footer .footer-bottom a:hover {
      opacity: 1;
      color: #e63b3b; }

.footer-middle .container > div:first-child .eshop-info {
  text-indent: 5px;
  vertical-align: middle;
  opacity: 0.8; }
  .footer-middle .container > div:first-child .eshop-info > span {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    width: 80%; }
  .footer-middle .container > div:first-child .eshop-info p {
    font-weight: bold;
    display: flex;
    position: relative;
    top: 7px; }
  .footer-middle .container > div:first-child .eshop-info .fa {
    opacity: 1;
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 30px; }
  .footer-middle .container > div:first-child .eshop-info .fa-mobile {
    font-size: 53px;
    height: 50px; }
  .footer-middle .container > div:first-child .eshop-info .fa-envelope {
    font-size: 25px;
    height: 30px; }
  .footer-middle .container > div:first-child .eshop-info .fa-map-marker {
    font-size: 34px;
    height: 30px; }

.footer-top {
  margin-bottom: 10px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-middle .container > div:first-child .eshop-info > span {
    width: 90%; }

  .footer-middle h5 {
    font-size: 14px; }
    .footer-middle .container > div {
      padding-right: 5px; }
      .footer-middle .container > div + div {
        padding-left: 5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .footer-list-info {
    width: 50%;
    min-height: 245px; } }

.footer-list-info {
  color: #fff; }
  .footer-list-info .fa {
    margin-right: 10px; }

@media (min-width: 768px) and (max-width: 839px) {
  .footer-middle h5 {
    font-size: 13px; } }

@media (min-width: 768px) {
  .footer-middle .container > div {
    font-size: 14px;
    line-height: 1.25; }
    .footer-middle h5 + ul li {
      font-size: 14px;
      padding-bottom: 5px; }
    .footer-middle h5 .fa {
      display: none; } }

@media (max-width: 767px) {
  /* Footer END */
    .footer-middle .container > div:first-child .eshop-info > span {
      width: 240px; }
    .footer-middle .container > div:first-child h5 .fa {
      display: none; }
    footer {
      padding-top: 20px; }
      footer .footer-top .container > div {
        text-align: left;
        margin-bottom: 10px; }
      footer .footer-middle .container > div {
        display: block;
        width: 99%;
        float: none;
        margin-bottom: 12px;
        font-size: 14px; }
        footer .footer-middle h5 {
          font-size: 17px;
          cursor: pointer; }
          footer .footer-middle h5 .fa {
            font-size: 18px;
            transition: all 0.2s;
            font-weight: bold;
            position: relative;
            top: 1px; }
          footer .footer-middle h5.active .fa {
            transform: rotate(-180deg); }
          footer .footer-middle h5 + ul {
            display: none;
            margin-bottom: 15px; }
            footer .footer-middle h5 + ul li {
              font-size: 15px;
              padding-bottom: 5px; } }

.navbar {
  height: auto;
  min-height: auto; }

.main-menu {
  min-height: 40px;
  height: auto;
  margin: 0;
  margin-bottom: 20px; }

#menu {
  z-index: 110;
  border: none;
  margin: 0; }
  #menu .navbar-collapse {
    background: #e6e6e6;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 4; }
  #menu .navbar-collapse + .in {
    background: #e6e6e6;
    margin: 0;
    z-index: 40;
    position: relative;
    overflow: hidden; }
  #menu .nav > li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', Helvetica, sans-serif; }
  #menu .nav > li:last-child {
    border-right: none; }
  #menu .nav > li + li {
    border-left: 1px solid rgba(245, 245, 245, 0.28); }
  #menu .nav > li > a {
    height: 40px;
    padding: 0 25px;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    background: transparent;
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    display: flex;
    color: #2a2a2a;
    align-items: center; }
  #menu .nav > li > a.right .item-name {
    order: 1; }
    #menu .nav > li > a.right .ico-nav {
      margin-left: 25px;
      order: 2; }
  #menu .nav > li > a.left .item-name {
    order: 2; }
    #menu .nav > li > a.left .ico-nav {
      margin-right: 25px;
      order: 1; }
  #menu .nav > li > a.top {
    flex-direction: column; }
    #menu .nav > li > a.top .item-name {
      order: 2; }
    #menu .nav > li > a.top .ico-nav {
      order: 1; }
  #menu .nav > li > a.bottom {
    flex-direction: column; }
    #menu .nav > li > a.bottom .item-name {
      order: 1; }
    #menu .nav > li > a.bottom .ico-nav {
      order: 2; }
  #menu .nav > li > a:hover {
    background: #343434; }
  #menu .nav > li > a img {
    height: 34px;
    width: auto; }
  #menu .nav > li.open > a {
    color: #2a2a2a;
    box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.15); }
  #menu .nav > li.dropdown > a:after {
    content: '\f0d7';
    font-family: FontAwesome, serif;
    position: absolute;
    right: 6px; }
  #menu .dropdown-menu {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    display: none;
    float: left;
    min-width: 100%;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px #ececec; }
  #menu .vertical-menu .dropdown-menu {
    padding-left: 10px; }
  #menu .dropdown-inner a {
    min-width: 100px;
    display: flex;
    align-items: flex-start;
    padding: 10px 20px;
    clear: both;
    line-height: 1.3;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 13px;
    transition: 0.1s ease-in-out;
    color: #2a2a2a; }
  #menu .dropdown-inner a .ico-first-child, #menu .dropdown-inner a .ico-second-child, #menu .dropdown-inner a .ico-third-child {
    margin-right: 10px; }
  #menu .dropdown-inner a img {
    height: 14px;
    width: auto; }
  #menu .dropdown-inner a:before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background: #eceeef;
    margin-right: 7px;
    border: solid 2px #fff;
    transition: 0.3s ease-in-out; }
  #menu .dropdown-inner a:hover {
    color: #fff;
    background-color: #323232; }
  #menu .dropdown-inner li a:hover:before {
    height: 10px;
    width: 10px;
    margin-right: 6px;
    border: solid 0 #fff; }
  #menu .mega .dropdown-inner a:before {
    content: '';
    display: none;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background: #eceeef;
    margin-right: 7px;
    border: solid 2px #fff;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 6px;
    top: 10px; }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid rgba(187, 187, 187, 0.28);
    padding: 4px 20px;
    font-size: 14px;
    white-space: nowrap; }
  #menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #fff; }
  #menu #category {
    float: left;
    font-weight: 700; }
  #menu .btn-navbar {
    font-size: 13px;
    border: none; }

.dropdown .dropdown-menu {
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); }
  .dropdown .dropdown-menu:before {
    content: '';
    top: -16px;
    left: 7px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #e7e7e7; }
  .dropdown .dropdown-menu:after {
    content: '';
    top: -14px;
    left: 7px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff; }

@media (min-width: 768px) {
  #menu .gorizontal-menu:hover .dropdown-menu {
    display: block; }
    #menu .vertical-menu:hover .dropdown-menu {
      display: flex; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .border-right {
    width: 100%; } }

@media (max-width: 767px) {
  /*---Megamenu---*/
    #menu {
      border-radius: 4px; }
      #menu div.dropdown-inner {
        display: block; }
        #menu div.dropdown-inner > ul.list-unstyled {
          display: block; }
      #menu div.dropdown-menu {
        margin-left: 0;
        padding-bottom: 10px; }
        #menu .see-all {
          margin-top: 0;
          border: none;
          border-radius: 0;
          color: #fff; }
      #menu .dropdown-menu {
        margin: 0; }
      #menu .dropdown.open .dropdown-menu {
        position: relative;
        float: none;
        display: block;
        border: none;
        border-radius: 0;
        box-shadow: none; } }

li.dropdown.mega {
  position: relative; }

#menu .dropdown-menu.mega {
  width: auto;
  margin-left: 0; }
  #menu .dropdown-menu.mega .menu-group ul.list-unstyled a {
    color: #2a2a2a;
    text-transform: none; }
  #menu .dropdown-menu.mega .menu-group .list-unstyled a:hover {
    color: #fff; }

.dropdown-menu.mega .menu-group {
  display: block;
  position: relative; }
  .dropdown-menu.mega .menu-group a {
    text-transform: inherit; }
  .dropdown-menu.mega .menu-group > a:after {
    content: "\f105";
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 45%;
    margin-top: -8px; }
  .dropdown-menu.mega .menu-group ul.list-unstyled {
    min-height: 15px; }
  .dropdown-menu.mega .menu-group ul.list-unstyled li {
    position: relative; }
  .dropdown-menu.mega .menu-group ul.list-unstyled li:hover .popup-menu {
    position: absolute;
    left: 100%;
    top: 0;
    display: block;
    background: white;
    z-index: 6;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #e6e6e6;
    border-left: none; }
  .dropdown-menu.mega .menu-group:hover ul.list-unstyled {
    position: absolute;
    left: 100%;
    top: -10px;
    display: block;
    background: #fff;
    z-index: 7;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #e6e6e6;
    padding: 0; }
  .dropdown-menu.mega .menu-group .popup-menu ul.list-unstyled {
    min-height: inherit; }

#menu .dropdown-menu.mega .menu-group ul.list-unstyled a.has-popup-menu:after {
  color: inherit; }

li.dropdown.mega:hover > a:before {
  content: '';
  bottom: -7px;
  left: 25px;
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #4a99e2; }

.dropdown .dropdown-menu.mega:before {
  content: '';
  top: -14px;
  left: 35px;
  position: absolute;
  border: none; }

.popup-menu {
  display: none; }

@media (max-width: 767px) {
  #menu .dropdown-menu.mega div.dropdown-inner > ul.list-unstyled {
    width: 100%;
    background: #fff; }
    #menu .nav > li > a {
      display: block;
      text-align: left; }
      #menu .nav > li > a br {
        display: none; }

  li.dropdown.mega:hover > a:before {
    display: none; }

  li.dropdown.mega.open:hover > a:before {
    display: none;
    bottom: 2px; } }

@media (min-width: 1200px) and (max-width: 1345px) {
  .container #menu .nav > li > a {
    padding: 0 20px;
    font-size: 14px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu .container #menu .nav > li > a {
    padding: 0 20px;
    font-size: 13px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .main-menu .container #menu .nav > li > a {
    padding: 0 11px;
    font-size: 12px; } }

@media (max-width: 767px) {
  /*---Megamenu-END--*/
  /* navbar-toggle */
    .main-menu {
      height: 47px; }
      .main-menu .container {
        width: 100%;
        padding: 0; }
        .main-menu .container #menu .navbar-header {
          padding: 0 12px; }
          .main-menu .container #menu .navbar-collapse {
            top: -2px; } }

.navbar-toggle {
  float: left;
  margin-left: 0;
  margin-right: 0; }

#menu {
  /* navbar-toggle - END */ }
  #menu #category {
    padding-right: 15px;
    padding-left: 8px;
    font-size: 21px;
    cursor: pointer;
    line-height: 46px; }
  #menu .btn-navbar {
    color: #323232;
    box-shadow: none; }
  #menu .btn-navbar .fa {
    font-size: 21px; }

#menu .dropdown-menu {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
  border-top: none; }
  #menu .dropdown .dropdown-menu:after {
    content: '';
    top: -6px;
    left: 0;
    position: absolute;
    height: 10px;
    width: 100%;
    border: none; }
  #menu li.dropdown.mega:hover > a:before {
    left: 50%;
    margin-left: -6px; }

.dropdown-menu.mega .menu-group ul.list-unstyled {
  display: none; }

@media (max-width: 767px) {
  #menu .nav > li, #menu .nav > li + li {
    border-left: none;
    border-right: none;
    display: block;
    max-width: 100%;
    width: 100%; }
    #menu .nav > li > a {
      font-size: 18px;
      max-width: 100%;
      width: 100%; }
    #menu .nav > li.dropdown > a:after {
      right: 20px; }
    #menu .dropdown-menu > .dropdown-inner > ul > li {
      width: 45%;
      margin-left: 4%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 10px; }

  .dropdown-menu.mega .menu-group ul.list-unstyled {
    min-height: 20px;
    display: block; }
    .dropdown-menu.mega .menu-group:hover ul.list-unstyled, .dropdown-menu.mega .menu-group ul.list-unstyled li:hover .popup-menu {
      position: relative;
      left: 0;
      top: 0;
      background: transparent;
      z-index: 1;
      box-shadow: none;
      border: none;
      padding: 0; }

  #menu .dropdown-menu .dropdown-inner .menu-group > a, #menu .dropdown-menu > .dropdown-inner > ul > li > a {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 8px; }
    #menu .dropdown-menu.mega .dropdown-inner .menu-group > a:after, #menu .dropdown-menu.mega .menu-group a.has-popup-menu:after {
      display: none; }

  #menu .popup-menu {
    border: none;
    display: block;
    opacity: 0.85;
    padding-left: 15px; }
    #menu li.dropdown.mega:hover > a:before {
      border-bottom: 6px solid transparent; }
    #menu ul .dropdown-menu {
      top: 1px; }
    #menu #category {
      color: #323232; }

  .dropdown .dropdown-menu:before, #menu .dropdown-inner a:before {
    display: none; } }

@media (max-width: 699px) {
  /* Menu GORIZONTAL -  */
    #menu .dropdown-menu > .dropdown-inner > ul > li {
      width: 91%;
      margin-left: 5%;
      margin-bottom: 10px; } }

@media (min-width: 768px) {
  /* MAIN MENU IMGrs */
    li.dropdown.vertical-menu {
      position: static; }
    li.vertical-menu {
      position: relative; }
    #menu li.dropdown.vertical-menu .dropdown-menu {
      min-width: 100px;
      max-width: 100%; }
    li.dropdown.vertical-menu .menu-group {
      display: inline-block;
      margin: 0 10px 15px;
      vertical-align: top; }
    #menu li.dropdown.vertical-menu .menu-group > a, #menu li.dropdown.vertical-menu .menu-alone > a {
      font-size: 16px;
      font-weight: bold; }
      #menu li.dropdown.vertical-menu .menu-group > a:hover, #menu li.dropdown.vertical-menu .menu-alone > a:hover {
        color: #fff;
        background: #323232; }
      #menu .dropdown-menu .vertical-menu.menu-alone {
        display: inline-block;
        vertical-align: top; }
      #menu .vertical-menu.popup-wraper {
        display: inline-block; }
      #menu .popup-wraper:hover > .popup-menu {
        position: absolute;
        top: 0;
        left: 100%;
        background: #fff;
        display: block;
        z-index: 5; }
      #menu .vertical-menu.popup-wraper > a.has-popup-menu:after {
        content: "\f105";
        font-family: FontAwesome, serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: 14px;
        position: absolute;
        right: 2px;
        top: 3px; }
      #menu .dropdown .dropdown-menu:before {
        display: none; }
      #menu .dropdown-inner a:before {
        display: none; }
      #menu li.dropdown:hover > a:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -6px;
        border: 6px solid transparent;
        border-bottom: 6px solid #fff; }
    #menu .gorizontal-menu .dropdown-menu .vertical-menu.menu-alone {
      display: block;
      margin-left: 0; }
    body #menu .icons-pos-top .dropdown-menu, body #menu .icons-pos-left .dropdown-menu, body #menu .icons-pos-bottom .dropdown-menu, body #menu .icons-pos-right .dropdown-menu {
      top: auto; }
      body #menu li.dropdown.icons-pos-top:hover > a:before, body #menu li.dropdown.icons-pos-left:hover > a:before, body #menu li.dropdown.icons-pos-bottom:hover > a:before, body #menu li.dropdown.icons-pos-right:hover > a:before {
        bottom: -1px; } }

.icons-pos-top span.ico-nav > img {
  margin-left: 5px; }

#menu .icons-pos-top a.menu-image-link {
  padding: 0 20px 1px; }

.icons-pos-left > a span.ico-nav {
  position: relative;
  top: 1px; }
  .icons-pos-left > a span.ico-nav + span {
    vertical-align: middle; }

#menu .icons-pos-left a.menu-image-link {
  padding: 5px 20px; }

.icons-pos-left span.ico-nav > img {
  margin-right: 6px; }

.icons-pos-right > a span.ico-nav {
  position: relative;
  top: 1px; }
  .icons-pos-right > a span.ico-nav + span {
    vertical-align: middle; }

.icons-pos-right span.ico-nav > img {
  margin-left: 5px; }

#menu .icons-pos-right a.menu-image-link {
  padding: 5px 20px; }

#menu .icons-pos-bottom a.menu-image-link {
  padding: 5px 20px; }

.icons-pos-bottom span.ico-nav > img {
  width: auto;
  display: block;
  margin: 5px auto 0;
  /* Icon bottom end */ }

span.ico-nav-child > img {
  margin-left: -18px;
  position: relative; }

span.ico-first-child > img, span.ico-second-child > img {
  margin-right: 0; }

@media (min-width: 768px) {
  #menu .nav > li.dropdown.icons-pos-left > a:after, #menu .nav > li.dropdown.icons-pos-top > a:after, #menu .nav > li.dropdown.icons-pos-right > a:after {
    position: relative;
    right: -6px;
    top: 1px; }
    #menu .nav > li.dropdown.icons-pos-bottom > a:after {
      top: 40%; } }

@media (max-width: 767px) {
  #menu .nav > li > a {
    line-height: 42px;
    height: 52px; } }

.menu_container_width .main-menu {
  background: none; }
  .menu_container_width .main-menu .container {
    background: #e6e6e6; }

.menu_full_width .main-menu {
  background: #e6e6e6; }

#menu .see-all:hover, #menu .see-all:focus, .btn-primary, .btn-warning, .product-thumb:hover .button-group button, header .btn-default:hover, .panel-body .trackbar-scale div, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #e6e6e6; }

#menu .nav > li > a {
  color: #323232; }
  #menu .nav > li > a:hover {
    color: #fff;
    background: #343434; }

.menu_full_width .main-menu {
  border-bottom: none; }

#menu .dropdown-menu {
  top: 41px; }
  #menu .btn-navbar {
    background-color: transparent; }
  #menu .nav > li > a {
    font-weight: 700; }

.side-brands {
  margin-left: 24.8%; }
  @media (max-width: 991px) {
  .side-brands {
    margin-left: 0; } }

.main-vertical-menu {
  position: relative;
  margin-top: 20px;
  z-index: 10; }
  .main-vertical-menu .main-menu-top {
    display: flex;
    height: 42px; }
  .main-vertical-menu .main-menu-top .main-menu-title {
    cursor: pointer; }
  .main-vertical-menu .main-menu-top .main-menu-title h4 {
    border: 1px solid #eee;
    border-bottom: none;
    background: #e6e6e6;
    color: #323232;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase; }
  .main-vertical-menu .main-menu-top .main-menu-title i {
    margin: 2px 15px 0 0; }
  .main-vertical-menu .main-menu-category {
    margin-bottom: 20px; }
  .main-vertical-menu .main-menu-category_list {
    border: 1px solid #eee;
    border-top: none;
    padding-top: 15px;
    height: 310px;
    width: 310px;
    position: absolute;
    display: none;
    background: #fff;
    z-index: 10; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    background: #fff; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #909090; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line i {
      float: right;
      color: #2a2a2a;
      opacity: 1; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a {
      padding: 10px 5px;
      color: #2a2a2a;
      display: flex;
      align-items: center;
      width: 100%; }
    @media (min-width: 992px) {
            .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a .item-name {
              width: 100%;
              display: flex;
              align-items: center; } }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a .item-name .number {
      padding-right: 1px;
      color: #a3a3a3;
      margin-right: 5px;
      border: 1px solid #a3a3a3;
      border-radius: 50%;
      min-width: 22px;
      height: 22px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a .ico-nav {
      order: 2; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a.right {
      justify-content: space-between; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a.right .item-name {
      order: 1; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a.left .item-name {
      display: flex;
      align-items: center;
      order: 3; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a.left .ico-nav {
      margin: 0 5px;
      width: 45px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a.left .text {
      order: 3; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a.top {
      flex-direction: column; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a.top .item-name {
      order: 3; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .item-line > a.bottom {
      flex-direction: column; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover .sub-menu-list {
    display: flex;
    margin-right: 5px;
    flex-wrap: wrap; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover {
    background: #323232; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover > .item-line a {
      color: #fff; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item:hover > .item-line a .item-name .number {
      color: #fff;
      border: 1px solid #fff; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list {
    display: none;
    background: #fff;
    outline: 1px solid #d2dae1;
    top: 0;
    left: 100%;
    position: absolute;
    width: 1019px;
    padding: 25px;
    min-height: 516px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .shaded-before {
      width: 100% !important; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.shaded .shaded-before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, .3);
      z-index: 6; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line {
      flex-direction: column; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item {
      width: 100%; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item > a {
      font-size: 27px;
      background: #404040;
      color: #fff;
      font-weight: 400;
      padding: 5px 10px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item a {
        transition: 0.3s;
        align-items: flex-start;
        width: 22.5%;
        font-size: 21px;
        margin: 10px;
        flex-direction: column; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item a:hover {
          transition: 0.3s;
          transform: scale(1.05);
          background: none;
          color: #000;
          border: none;
          text-decoration: none; }
        .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .sub-child2-menu-item a::before {
          content: '';
          width: 100%;
          height: 165px;
          display: inline-flex;
          margin-bottom: 5px;
          border-radius: 4px;
          border: 1px solid #d2dae1;
          background: #fff; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(1)::before {
      background: url('../image/laminat/31.jpg') center; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(2)::before {
        background: url('../image/laminat/32.jpg') center; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(3)::before {
        background: url('../image/laminat/33.jpg') center; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .first-line + .sub-child2-menu-item a:nth-child(4)::before {
        background: url('../image/laminat/34.jpg') center; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(1)::before {
      background: url('../image/laminat/tarkett.jpg') no-repeat center;
      background-size: contain; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(2)::before {
        background: url('../image/laminat/balterio.jpg') no-repeat center;
        background-size: contain; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(3)::before {
        background: url('../image/laminat/classen.jpg') no-repeat center;
        background-size: contain; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .sub-child-menu-item .second-line + .sub-child2-menu-item a:nth-child(4)::before {
        background: url('../image/laminat/egger.jpg') no-repeat center;
        background-size: contain; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list.laminat-line .shaded-before {
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list > .sub-child-menu-item {
      width: 25%;
      position: relative;
      z-index: 5; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list > .sub-child-menu-item > a {
      color: #2a2a2a;
      width: 100%;
      margin-bottom: 10px;
      padding-right: 10px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list > .sub-child-menu-item > a:hover {
      color: #fff !important;
      background: #323232; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list > .sub-child-menu-item .title > span {
      justify-content: center;
      text-transform: uppercase;
      border-bottom: 2px solid #e6e6e6;
      padding: 5px 0 2px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list > .sub-child-menu-item .show-more-link {
      cursor: pointer;
      font-size: 13px;
      white-space: nowrap;
      border-bottom: 1px dotted;
      display: inline-flex;
      margin-bottom: 20px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list > .sub-child-menu-item .show-more-link:hover {
      font-weight: bold;
      color: #2a2a2a;
      background: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image {
      margin: 0; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image img {
      display: block;
      height: 100%;
      width: 100%;
      max-width: 100px;
      max-height: 100px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image:hover {
      background: none !important; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item {
      margin-bottom: 20px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .sub-child-name {
      font-weight: bold;
      display: inline-block;
      border-bottom: 3px solid #e6e6e6;
      padding: 5px;
      margin-right: 10px;
      margin-bottom: 10px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .show-child-hidden {
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .have-hidden .show-child-hidden {
      display: block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .show-child-hidden, .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .hide-child-hidden {
      padding: 5px;
      color: #e6e6e6; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .show-child-hidden:hover, .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .hide-child-hidden:hover {
      background: none !important;
      color: #e6e6e6 !important; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .hide-child-hidden {
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item.show-mode {
      z-index: 6; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .child-show-mode {
      position: relative;
      z-index: 6; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .child-show-mode .show-child-hidden {
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .child-show-mode .hide-child-hidden {
      display: block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item > a {
      width: 100%;
      align-items: center;
      padding: 5px;
      font-weight: bold; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item > a .ico-second-child {
      align-items: center; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item > a .ico-second-child img {
        max-width: 25px;
        margin-right: 8px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item a.child-hidden {
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .child-menu-list-hidden {
      position: absolute;
      left: 0;
      top: 0px;
      width: 100%;
      background: #fff;
      padding: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, .8);
      display: none; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .child-menu-list-hidden .child-category {
      font-weight: bold;
      color: #000; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .child-menu-list-hidden a {
      display: block;
      padding: 5px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .child-menu-list-hidden a:hover {
        color: #fff;
        background: #323232; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .child-menu-list-hidden .child-hidden {
      display: block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child-menu-item .child-show-mode .child-menu-list-hidden {
      display: block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child2-menu-item {
      display: block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child2-menu-item > a {
      display: flex;
      align-items: center;
      padding: 5px;
      margin: -10px 0 10px;
      color: #2a2a2a; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .sub-child2-menu-item > a:hover {
      color: #fff;
      background: #323232; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item > .sub-menu-list .mega-image {
      position: absolute;
      bottom: 15px;
      right: 15px; }
  .main-vertical-menu .main-menu-category .open {
    display: block; }

@media (max-width: 1399px) {
  .main-menu-title {
    padding-right: 0; }

  .side-slideshow {
    position: relative; }

  .main-vertical-menu .main-menu-category_list {
    width: 278px;
    height: 260px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item .sub-menu-list {
      min-height: 260px;
      width: 863px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > a {
        width: 258px; } }

@media (max-width: 1199px) {
  .main-vertical-menu .main-menu-category_list {
    width: 227px;
    height: 210px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item .sub-menu-list {
      min-height: 210px;
      width: 713px; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item .sub-menu-list > div {
        width: 33.33333%; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item > a {
        width: 207px; }

  .side-slideshow .owl-wrapper {
    height: 323px; }
    .side-slideshow .slideshow-container {
      width: 100%; }
    .side-slideshow .slideshow-container .owl-wrapper-outer {
      height: 324px; }
    .side-slideshow .col-xs-12.col-md-4 {
      display: none; } }

@media (max-width: 991px) {
  #menu .nav > li > a {
    display: flex;
    padding: 5px 20px !important; }

  .side-slideshow {
    position: relative;
    margin-left: 292px; }

  .side-slideshow {
    margin-left: 0; }
    .side-slideshow .owl-wrapper {
      height: auto; }
    .side-slideshow .slideshow-container {
      width: 100%; }
      .side-slideshow .slideshow-container .owl-wrapper-outer {
        height: auto; } }

@media (min-width: 1200px) {
    .navbar-nav {
      margin: 0 -15px;
      display: flex; } }
  .navbar-nav .mega .dropdown-inner {
    width: 100%; }
  .navbar-nav .mega .dropdown-inner.image-menu {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .navbar-nav .mega.cols-4 .dropdown-menu .dropdown-inner > .list-unstyled > li {
    width: 23%; }
  .navbar-nav .mega.cols-5 .dropdown-menu .dropdown-inner > .list-unstyled > li {
    width: 18%; }
  .navbar-nav .menu-image-link .ico-nav {
    display: flex;
    align-items: center;
    min-width: 35px !important;
    height: 34px;
    margin: 5px; }
  .navbar-nav .menu-image-link .ico-nav > img {
    max-width: 100%;
    height: auto; }

.item-line .ico-nav {
  display: flex;
  align-items: center;
  width: 35px;
  height: 34px;
  justify-content: center; }
  @media (min-width: 992px) {
    .item-line .ico-nav {
      margin: -10px; } }
  .item-line .ico-nav > img {
    max-width: 100%;
    height: auto; }

.main-vertical-menu-mobile {
  margin-bottom: 20px;
  height: 40px;
  background: #a3a3a3;
  z-index: 100; }
  .main-vertical-menu-mobile .container {
    width: 100%;
    padding: 0; }
  .main-vertical-menu-mobile .navbar-header-vertical {
    height: 40px;
    background: #e6e6e6;
    color: #323232; }
  .main-vertical-menu-mobile .navbar-header-vertical .menu-button {
    width: 150px;
    display: flex;
    align-items: center;
    border: none;
    height: 40px;
    color: #323232;
    font-size: 24px;
    padding: 0 30px; }
  .main-vertical-menu-mobile .navbar-header-vertical .menu-button > i {
    margin-right: 10px; }
  .main-vertical-menu-mobile .navbar-header-vertical .menu-button:hover, .main-vertical-menu-mobile .navbar-header-vertical .menu-button:focus {
    color: #323232;
    box-shadow: none;
    border: none; }
  .main-vertical-menu-mobile .mobile-menu-category {
    padding: 0;
    position: relative;
    z-index: 80;
    background: #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link {
    cursor: pointer;
    font-size: 18px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #323232;
    padding: 5px 30px; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line {
    padding: 5px 0;
    display: flex;
    width: 100%;
    align-items: center; }
  @media (max-width: 767px) {
        .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line {
          width: 94%; } }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line > a {
    color: #323232; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.right span, .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.right a {
    order: 1; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.right .ico-nav {
      order: 2; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.left span, .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.left a {
    margin-right: 25px;
    order: 2; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.left .ico-nav {
      order: 1; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.top {
    align-items: flex-start;
    flex-direction: column; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.top span, .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.top a {
      order: 2; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.top .ico-nav {
      order: 1; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.bottom {
    align-items: flex-start;
    flex-direction: column; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.bottom span, .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.bottom a {
      order: 1; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link .item-line.bottom .ico-nav {
      order: 2; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link:hover {
    color: #fff;
    background: #343434; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-link:hover a {
    color: #fff;
    background: #343434; }
  .main-vertical-menu-mobile .mobile-menu-category .mobile-menu-child-category {
    cursor: pointer;
    font-size: 16px;
    flex-direction: column;
    line-height: 1.5;
    background: #fff; }
  .main-vertical-menu-mobile .mobile-menu-category .mobile-menu-child-category > a {
    cursor: pointer;
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: inline-block;
    padding: 8px 10px 8px 65px;
    border-bottom: 1px solid #f0f0f0; }
  .main-vertical-menu-mobile .mobile-menu-category .mobile-menu-child-category > a:hover {
    color: #fff;
    background: #323232; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px 30px 10px 25px;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    background: #f9f9f9; }
  @media (max-width: 991px) {
        .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link.title {
          margin-bottom: 0; } }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link i {
    margin-left: auto; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link:hover {
    background: #323232; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link:hover > a, .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link:hover span, .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link:hover i {
    color: #fff; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link > span {
    padding-left: 16px; }
  .main-vertical-menu-mobile .mobile-menu-category .menu-image-sub-link > a {
    cursor: pointer;
    font-size: 18px;
    color: #2a2a2a;
    width: 100%;
    display: inline-block;
    padding: 0 10px 0 15px; }

@media (max-width: 991px) {
  .main-vertical-menu-mobile {
    height: auto !important; } }

@media (max-width: 480px) {
  .main-vertical-menu-mobile .navbar-header-vertical .menu-button {
    font-size: 21px; }
    .main-vertical-menu-mobile .mobile-menu-category .menu-image-link {
      font-size: 18px; }
      .main-vertical-menu-mobile .mobile-menu-category .mobile-menu-child-category > .list-unstyled > .menu-group > a {
        font-size: 16px; } }

.mega-image {
  /*-- MENU NAV START --*/ }
  .mega-image a {
    padding: 0 !important; }
  .mega-image a:hover {
    background-color: transparent !important; }
  @media (max-width: 991px) {
  .mega-image {
    display: none !important; } }
  .mega-image img {
    height: auto !important; }
  @media (min-width: 992px) {
    .mega-image img {
      max-width: 240px; } }

.main-menu-category-nav {
  display: flex;
  position: absolute;
  width: 100%;
  background: #fff;
  flex-direction: column;
  align-items: center;
  right: 1px; }
  .main-menu-category-nav.top {
    top: -1px; }
  .main-menu-category-nav.top .fa-chevron-up {
    font-size: 21px; }
  .main-menu-category-nav.top .fa-caret-up {
    font-size: 18px;
    margin-top: -15px; }
  .main-menu-category-nav.bottom {
    bottom: -1px; }
  .main-menu-category-nav.bottom .fa-chevron-down {
    font-size: 21px; }
  .main-menu-category-nav.bottom .fa-caret-down {
    font-size: 18px;
    margin-bottom: -17px; }
  .main-menu-category-nav__list {
    display: flex;
    width: 100%; }
  .main-menu-category-nav__list span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    padding: 0 !important;
    width: 50%;
    text-align: center; }
  .main-menu-category-nav__quantity {
    width: 100%;
    justify-content: center;
    background: #a3a3a3;
    color: #fff;
    display: flex;
    padding: 5px 0;
    margin-top: 2px; }

.overflow {
  overflow: hidden !important;
  /*-- MENU NAV END --*/ }

.main-vertical-menu .main-menu-category_list.have-nav.open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0 40px; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu > .sub-menu-list {
    padding: 5px; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image {
    overflow: hidden;
    border: 1px solid transparent; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image img {
      max-width: 100%;
      max-height: 100%;
      transition: all 0.8s; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image:hover {
      border: 1px solid rgba(46, 197, 182, .54); }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a {
      display: block !important;
      position: relative;
      height: 0;
      padding: 0;
      margin: 0;
      float: right;
      transition: all 0.4s; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a span {
      position: absolute;
      display: block;
      top: -100px;
      left: 5px;
      right: 15px;
      width: auto;
      padding: 10px;
      text-align: left;
      font-size: 20px;
      font-weight: normal;
      line-height: 20px;
      color: #fff;
      background: rgba(46, 197, 182, .54); }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.mozaic-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a:hover span {
      background: rgba(46, 197, 182, .8); }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu > .sub-menu-list {
    background-size: 100% 100%;
    background-repeat: repeat-x;
    padding: 50px 100px 20px;
    justify-content: space-around; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu > .sub-menu-list > .sub-child-menu-item {
    width: 25%;
    display: flex;
    flex-direction: column; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image {
      height: 30%;
      margin-bottom: 20px;
      flex-shrink: 0;
      border: 1px dashed #234990;
      border-radius: 20px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image img {
      max-width: 100%;
      max-height: 100%;
      transition: all 0.8s; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a {
      display: block !important;
      position: relative;
      height: 0;
      padding: 0;
      margin: 0;
      float: right;
      transition: all 0.4s; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.triple-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a span {
      position: absolute;
      display: block;
      top: -100px;
      left: 15px;
      right: 15px;
      width: auto;
      padding: 10px;
      text-align: center;
      font-size: 16px;
      font-weight: normal;
      line-height: 20px;
      color: yellow;
      background: rgba(38, 109, 242, .54); }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu > .sub-menu-list {
      padding: 0;
      padding-left: 110%; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu > .sub-menu-list > .sub-child-menu-item {
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image {
      display: flex;
      height: 25%;
      max-height: 111px;
      flex-shrink: 0;
      border: 1px dotted #ec0a22; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image img {
      max-width: 50%;
      max-height: 80%;
      transition: all 0.8s;
      width: auto;
      height: 80%; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a {
      display: block !important;
      position: relative;
      height: 0;
      padding: 0;
      margin: 0;
      float: right;
      transition: all 0.4s; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.table-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a span {
      position: absolute;
      display: block;
      top: -65px;
      left: 50%;
      right: 0;
      width: auto;
      padding: 10px;
      text-align: center;
      font-size: 20px;
      font-weight: normal;
      line-height: 20px;
      color: red;
      background: rgba(38, 109, 242, .54);
      background: transparent; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list {
      padding: 0; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list .shaded-before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100% !important; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item {
    border-right: 1px dashed #d6d6d6;
    width: 25%;
    margin: 0;
    padding: 20px 10px;
    display: flex;
    flex-direction: column; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item:nth-child(5) {
      background: url('../image/toys.jpg') no-repeat;
      border-right: none;
      background-position: 56% top;
      background-size: cover; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item:nth-child(6) {
      width: 100%;
      border-right: none;
      background: #ececec;
      flex-direction: row;
      align-items: center; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item:nth-child(6) > a[class*='menu-item-'] {
      margin-bottom: 0; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item:nth-child(6) .baby-all-categories {
      font-weight: normal;
      display: flex;
      align-items: center;
      color: #333;
      opacity: 0.8;
      font-size: 14px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item:nth-child(6) .baby-all-categories:hover {
      background: none;
      opacity: 1; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item:nth-child(6) .baby-all-categories:hover > span {
        color: #a3a3a3; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item:nth-child(6) .baby-all-categories:hover:after {
        color: #a3a3a3; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item:nth-child(6) .baby-all-categories > span {
      width: auto;
      margin-right: 10px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item:nth-child(6) .baby-all-categories:after {
      content: '\f0da';
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 14px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item > a[class*='menu-item-'] span {
      display: inline-block; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image {
      display: flex;
      justify-content: center; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image img {
      height: auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a, .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image a[class*='menu-item-'] {
      margin-bottom: 20px;
      border-radius: 20px;
      font-size: 20px;
      color: #ff5857;
      background: #fff;
      border: 1px solid #ff5857;
      text-align: center; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a:hover, .main-vertical-menu .main-menu-category_list .main-menu-category_item.header-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image a[class*='menu-item-']:hover {
      color: #fff;
      background: #ff5857;
      border: 1px solid #ff5857; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.action-mega-menu > .sub-menu-list {
        background: #222c4b url(../image/tarif-bg.png);
        background-size: contain;
        box-shadow: inset 0 0 160px #fabb11; }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.action-mega-menu > .sub-menu-list > .sub-child-menu-item {
    width: 33%;
    margin: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.action-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image img {
      width: 100%;
      height: auto;
      max-width: 100%;
      max-height: unset; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.action-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image:hover {
      box-shadow: 0 0 30px rgba(250, 187, 17, .8); }
  .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu > .sub-menu-list > .sub-child-menu-item {
    width: 25%;
    margin: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu > .sub-menu-list > .sub-child-menu-item:nth-child(3) {
      width: 50%; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image {
      height: 33%; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image img {
      width: auto;
      max-width: 100%;
      max-height: 100px;
      margin: 0 auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image.brand-name {
      position: relative;
      padding: 20px 0;
      top: 20px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image.brand-name img {
      width: auto;
      max-width: 100%;
      max-height: 100%;
      height: auto;
      margin: 0 auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a[class*='menu-item-'] {
      display: block;
      opacity: 1;
      position: relative;
      height: 0;
      padding: 0;
      margin: 0;
      float: right;
      transition: all 0.4s; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a[class*='menu-item-'] span {
      position: absolute;
      display: block;
      top: -50px;
      left: 15px;
      right: 15px;
      width: auto;
      padding: 10px;
      text-align: center;
      font-size: 16px;
      font-weight: normal;
      line-height: 20px;
      background: #fff;
      opacity: 0.6;
      border: 2px solid #000;
      color: #000; }
      .main-vertical-menu .main-menu-category_list .main-menu-category_item.center-img-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image + a[class*='menu-item-'] span:hover {
        color: #fff;
        background: #000; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.side-img-mega-menu > .sub-menu-list > .sub-child-menu-item {
      width: 50%;
      margin: 0;
      padding: 0 10px; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.side-img-mega-menu > .sub-menu-list > .sub-child-menu-item > a[class*='menu-item-'] {
      width: auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.side-img-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image {
      float: left;
      width: auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.side-img-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image img {
      width: auto;
      max-width: 100%;
      max-height: 300px;
      height: 300px;
      margin: 0 auto; }
    .main-vertical-menu .main-menu-category_list .main-menu-category_item.side-img-mega-menu > .sub-menu-list > .sub-child-menu-item .sub-child-menu-image .sub-child2-menu-image {
      margin-bottom: 40px; }
    .menu-categories-top {
      display: flex;
      float: none;
      background: #727271;
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      font-size: 7px;
      font-weight: 600;
      /* Menu END - */ }
  @media (max-width: 767px) {
  .menu-categories-top {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
  .menu-categories-top {
    margin-bottom: 10px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
  .menu-categories-top {
    flex-wrap: wrap; } }
  .menu-categories-top li {
    flex: 0 0 6.66%;
    float: none;
    position: relative; }
  @media (max-width: 767px) {
    .menu-categories-top li {
      flex-basis: 20%; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .menu-categories-top li {
      flex-basis: 12.4999%; } }
  .menu-categories-top li:nth-child(2n) {
    background: #5b5b5b;
    /*@media (max-width: 767px) {
      &:nth-child(5), &:nth-child(7), &:nth-child(13), &:nth-child(15) {
        background: #5B5B5B;
      }
      
      &:nth-child(6), &:nth-child(8), &:nth-child(14), &:nth-child(16) {
        background: none;
      }      
    }*/ }
  @media (min-width: 768px) and (max-width: 1199px) {
    .menu-categories-top li:nth-child(9), .menu-categories-top li:nth-child(11), .menu-categories-top li:nth-child(13), .menu-categories-top li:nth-child(15) {
      background: #5b5b5b; }

    .menu-categories-top li:nth-child(10), .menu-categories-top li:nth-child(12), .menu-categories-top li:nth-child(14), .menu-categories-top li:nth-child(16) {
      background: none; } }
  .menu-categories-top li a {
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    height: calc(100% - 2px); }
  .menu-categories-top li a:hover {
    background: rgba(0, 0, 0, .1); }
  .menu-categories-top li a .item-image {
    height: 48px;
    display: block;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 2px; }
  .menu-categories-top li a .item-name {
    display: block;
    margin-bottom: 6px; }
  .menu-categories-top li.design .item-image {
    background: url("../image/menu/design.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.lustre .item-image {
    background: url("../image/menu/lustre.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.bra .item-image {
    background: url("../image/menu/bra.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.table-lamp .item-image {
    background: url("../image/menu/table-lamp.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.led .item-image {
    background: url("../image/menu/led.svg") center center no-repeat;
    background-size: 62px; }
  .menu-categories-top li.spotlight .item-image {
    background: url("../image/menu/spotlight.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.track-light .item-image {
    background: url("../image/menu/track-light.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.street-light .item-image {
    background: url("../image/menu/street-light.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.lamp .item-image {
    background: url("../image/menu/lamp.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.led-strip-light .item-image {
    background: url("../image/menu/led-strip-light.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.power .item-image {
    background: url("../image/menu/power.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.lighting-control .item-image {
    background: url("../image/menu/lighting-control.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.electrical-goods .item-image {
    background: url("../image/menu/electrical-goods.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.parts .item-image {
    background: url("../image/menu/parts.svg") center center no-repeat;
    background-size: contain; }
  .menu-categories-top li.ny-lighting .item-image {
    background: url("../image/menu/sofas.svg") center center no-repeat;
    background-size: 60px; }
  .menu-categories-top li.other .item-image {
    background: url("../image/menu/other.svg") center center no-repeat;
    background-size: 42px; }
  .menu-categories-top li.profile .item-image {
    background: url("../image/menu/profile.svg") center center no-repeat;
    background-size: contain; }

.alert {
  padding: 8px 14px 8px 14px; }

.alert {
  box-shadow: none;
  border-radius: 0; }

.breadcrumb {
  padding: 10px;
  border: 1px solid #eee;
  font-style: normal;
  font-size: 13px;
  background: #fff;
  color: #474849; }
  .breadcrumb a {
    color: #474849; }
  .breadcrumb i {
    font-size: 15px; }
  .breadcrumb > li {
    text-shadow: none;
    padding: 0;
    position: relative; }
  .breadcrumb > li + li:before {
    content: '\f138';
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #474849; }

.pagination {
  margin: 0; }

.pagination.active > span, .pagination > li > span, .pagination > li > a {
  margin-right: 5px;
  border-radius: 5px;
  /* buttons */ }

.buttons {
  margin: 1em 0; }

.btn {
  padding: 5px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px; }
  .btn-group > .btn-xs {
    font-size: 9px; }
  .btn-group > .btn-sm {
    font-size: 10.2px; }
  .btn-group > .btn-lg {
    font-size: 15px; }

.testimonial-users-container {
  margin-bottom: 10px;
  padding: 10px 10px 40px 10px;
  border: 1px solid #eee;
  background: #fff;
  line-height: 1.5; }

.cart-container {
  margin-bottom: 20px;
  padding: 40px 35px 45px;
  background: #fff;
  font-family: 'Roboto', sans-serif; }
  .cart-container .alert {
    margin-left: -35px;
    margin-right: -35px; }
  .cart-container h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    text-align: center; }
  .cart-container h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px; }
  .cart-container p {
    font-family: 'Roboto', sans-serif; }
  .cart-container .panel-body {
    padding: 10px; }
  .cart-container .panel-group {
    width: 60%; }
  @media screen and (max-width: 767px) {
    .cart-container .panel-group {
      width: 100%; } }
  .cart-container .panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none; }
  .cart-container .panel-title {
    padding: 10px; }
  .cart-container .panel-title a {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    font-weight: 400; }
  .cart-container .panel-title a:hover, .cart-container .panel-title a:focus {
    text-decoration: none !important;
    color: #a3a3a3 !important; }
  .cart-container .panel-title a:hover i, .cart-container .panel-title a:focus i {
    color: #a3a3a3; }
  .cart-container .price-total-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0; }
  .cart-container .price-total-row span {
    display: block;
    white-space: nowrap;
    font-weight: 400; }
  .cart-container .price-total-row span.basket-total-price {
    font-weight: 900; }
  .cart-container .price-total-row:last-child {
    border-top: 1px solid #e2e2e2; }
  .cart-container .price-total-row:last-child span {
    font-weight: 900; }
  .cart-container .buttons {
    margin-bottom: 0; }
  .cart-container .buttons .btn {
    padding: 10px;
    font-weight: 900;
    font-size: 14px; }
  .cart-container .buttons .btn-default {
    font-weight: 900;
    font-size: 14px;
    color: #2a77b9;
    text-decoration: underline;
    background: transparent; }
  .cart-container .buttons .btn-default i {
    display: inline-block;
    margin-right: 10px; }
  .cart-container .table-responsive {
    font-size: 14px;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .cart-container .table-responsive {
      margin: 0; } }
  .cart-container .table-responsive tr:nth-child(2n) {
    background: #f6f6f6;
    border-top: 1px solid #e2e2e2; }
  .cart-container .table-responsive .basket-name {
    display: flex;
    max-width: 650px;
    flex-direction: column;
    line-height: 1.8; }
  .cart-container .table-responsive .basket-name small span {
    font-weight: normal; }
  .cart-container .table-responsive td {
    vertical-align: middle;
    border: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #333;
    text-align: center; }
  .cart-container .table-responsive td:nth-child(1), .cart-container .table-responsive td:nth-child(2) {
    padding-left: 30px;
    padding-right: 10px;
    text-align: left; }
  @media screen and (max-width: 767px) {
        .cart-container .table-responsive td:nth-child(1):nth-child(1), .cart-container .table-responsive td:nth-child(2):nth-child(1), .cart-container .table-responsive td:nth-child(1):nth-child(2), .cart-container .table-responsive td:nth-child(2):nth-child(2) {
          padding-left: 10px; } }
  .cart-container .table-responsive td:nth-child(1):hover, .cart-container .table-responsive td:nth-child(2):hover {
    text-decoration: none; }
  .cart-container .table-responsive td:nth-child(1) a, .cart-container .table-responsive td:nth-child(2) a {
    line-height: 24px;
    font-weight: 500;
    color: #347dbc; }
    .cart-container .table-responsive td:nth-child(1) a:hover, .cart-container .table-responsive td:nth-child(2) a:hover {
      text-decoration: underline; }
  .cart-container .table-responsive td:nth-child(1) img {
    max-width: 110px;
    padding: 10px;
    border: 1px solid #c4c4c4; }
  .cart-container .table-responsive td:nth-child(3) input {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none; }
  .cart-container .table-responsive td:nth-child(3) .btn {
    padding: 0 10px;
    font-size: 20px; }
  .cart-container .table-responsive td.basket-delete i {
    font-size: 21px; }
  .cart-container .table-responsive td .btn {
    background: none;
    color: #a8a8a8;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid transparent; }
  .cart-container .table-responsive td .btn:hover {
    box-shadow: none !important;
    border: 1px solid #c4c4c4; }
  .cart-container .table-responsive thead {
    background: #a3a3a3; }
  .cart-container .table-responsive thead td {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff; }

.checkout-cart .error-container h1 {
  display: none; }
  .checkout-cart .error-container p {
    margin: 20px 0;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #d8d8d8;
    text-transform: uppercase;
    text-align: center; }
  .checkout-cart .error-container p span {
    display: block;
    color: #333;
    font-size: 14px;
    text-transform: none;
    margin-top: 20px; }
  .checkout-cart .error-container p i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    font-size: 20px;
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
    margin-right: 10px; }

.cart-container {
  margin-bottom: 20px;
  padding: 40px 35px 45px;
  background: #fff;
  font-family: 'Roboto', sans-serif; }
  .cart-container .cart-quick-button {
    margin: 20px 0; }
  .cart-container .cart-quick-button .form-group {
    max-width: 500px; }
  .cart-container a.btn-default.pull-right {
    height: 33px;
    display: flex;
    align-items: center;
    margin: 0 15px; }
  .cart-container .alert {
    margin-left: -35px;
    margin-right: -35px; }
  .cart-container h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    text-align: center; }
  .cart-container h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px; }
  .cart-container p {
    font-family: 'Roboto', sans-serif; }
  .cart-container .panel-body {
    padding: 10px; }
  .cart-container .panel-group {
    width: 60%; }
  @media screen and (max-width: 767px) {
    .cart-container .panel-group {
      width: 100%; } }
  .cart-container .panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none; }
  .cart-container .panel-title {
    padding: 10px; }
  .cart-container .panel-title a {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    font-weight: 400; }
  .cart-container .panel-title a:hover, .cart-container .panel-title a:focus {
    text-decoration: none !important;
    color: #a3a3a3 !important; }
  .cart-container .panel-title a:hover i, .cart-container .panel-title a:focus i {
    color: #a3a3a3; }
  .cart-container .price-total-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0; }
  .cart-container .price-total-row span {
    display: block;
    white-space: nowrap;
    font-weight: 400; }
  .cart-container .price-total-row span.basket-total-price {
    font-weight: 900; }
  .cart-container .price-total-row:last-child {
    border-top: 1px solid #e2e2e2; }
  .cart-container .price-total-row:last-child span {
    font-weight: 900; }
  .cart-container .buttons {
    margin-bottom: 0; }
  .cart-container .buttons .btn {
    padding: 10px;
    font-weight: 900;
    font-size: 14px; }
  .cart-container .buttons .btn-default {
    font-weight: 900;
    font-size: 14px;
    color: #2a77b9;
    text-decoration: underline;
    background: transparent; }
  .cart-container .buttons .btn-default i {
    display: inline-block;
    margin-right: 10px; }
  .cart-container .table-responsive {
    font-size: 14px;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .cart-container .table-responsive {
      margin: 0; } }
  .cart-container .table-responsive tr:nth-child(2n) {
    background: #f6f6f6;
    border-top: 1px solid #e2e2e2; }
  .cart-container .table-responsive td {
    text-align: center !important;
    vertical-align: middle;
    border: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #333;
    text-align: center; }
  .cart-container .table-responsive td:nth-child(1), .cart-container .table-responsive td:nth-child(2) {
    padding-left: 30px;
    padding-right: 10px;
    text-align: left; }
  @media screen and (max-width: 767px) {
        .cart-container .table-responsive td:nth-child(1):nth-child(1), .cart-container .table-responsive td:nth-child(2):nth-child(1), .cart-container .table-responsive td:nth-child(1):nth-child(2), .cart-container .table-responsive td:nth-child(2):nth-child(2) {
          padding-left: 10px; } }
  .cart-container .table-responsive td:nth-child(1):hover, .cart-container .table-responsive td:nth-child(2):hover {
    text-decoration: none; }
  .cart-container .table-responsive td:nth-child(1) a, .cart-container .table-responsive td:nth-child(2) a {
    line-height: 24px;
    font-weight: 500;
    color: #347dbc; }
    .cart-container .table-responsive td:nth-child(1) a:hover, .cart-container .table-responsive td:nth-child(2) a:hover {
      text-decoration: underline; }
  .cart-container .table-responsive td:nth-child(1) img {
    padding: 10px;
    border: 1px solid #c4c4c4; }
  .cart-container .table-responsive td:nth-child(3) input {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none; }
  .cart-container .table-responsive td:nth-child(3) .btn {
    padding: 0 10px;
    font-size: 20px; }
  .cart-container .table-responsive td.basket-delete i {
    font-size: 21px; }
  .cart-container .table-responsive td .btn {
    background: none;
    color: #a8a8a8;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid transparent; }
  .cart-container .table-responsive td .btn:hover {
    box-shadow: none !important;
    border: 1px solid #c4c4c4; }
  .cart-container .table-responsive thead {
    background: #a3a3a3; }
  .cart-container .table-responsive thead td {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff; }

.category-container {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff; }
  .category-container h1, .category-container h2, .category-container h3 {
    margin-top: 10px; }

.compare-container {
  margin: 0 5px 20px 0;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff; }
  .compare-container h1, .compare-container h2, .compare-container h3 {
    margin-top: 10px; }

.title-category-three {
  margin-top: 10px;
  font-size: 22px; }

.category-block {
  padding: 4px;
  margin-bottom: 10px !important; }
  .category-block .category-block-container {
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    margin: 0 1px; }
  .category-block .category-block-container .list-box {
    margin-top: 10px;
    min-height: 205px; }
  .category-block .category-block-container .list-box > a {
    text-decoration: underline;
    color: #1d1d1d; }
  .category-block .category-block-container .list-box > ul > li {
    display: flex;
    align-items: center; }
    .category-block .category-block-container .list-box > ul > li > i {
      margin-right: 10px; }
  .category-block .category-block-container .list-box a {
    margin-left: 5px; }
  .category-block .category-block-container .list-box a img {
    max-width: 399px; }

@media (max-width: 767px) and (min-width: 481px) {
  .category-block .category-block-container {
    width: 99.6%;
    height: 100% !important;
    display: flex; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .category-block-container {
    height: 530px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .category-block-container {
    height: 500px; } }

.information-container {
  margin: 0;
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px; }
  .information-container .panel {
    background: transparent; }
  .information-container a:hover {
    text-decoration: underline; }
  .information-container .address h3 {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    margin-bottom: 0;
    background: #a3a3a3;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #a3a3a3; }
  .information-container .address h3.collapsed, .information-container .address h3.head {
    background: transparent;
    border: 1px solid #cfcfcf;
    color: #333; }
  .information-container .address-block {
    margin-bottom: 20px; }
  .information-container .description {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300; }
  .information-container .description strong {
    font-weight: 900; }
  .information-container .description .contact-block {
    position: relative;
    padding: 15px 0; }
  .information-container .description .contact-block:not(:last-child):after {
    position: absolute;
    display: block;
    content: "";
    width: 50%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #dadada; }
  .information-container .description .contact-block.mail a {
    color: #a3a3a3;
    text-decoration: underline; }
    .information-container .description .contact-block.mail a:hover {
      text-decoration: none; }
  .information-container .description .contact-block.time span {
    display: inline-block;
    padding-right: 15px; }
  .information-container .description .contact-block.skype a {
    color: #2a77b9;
    text-decoration: underline; }
    .information-container .description .contact-block.skype a:hover {
      text-decoration: none; }
  .information-container .description .contact-block.phones a {
    color: #333; }
    .information-container .description .contact-block.phones a:hover {
      color: #a3a3a3; }

.form-container {
  margin: 0;
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #eee; }

.side-module {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ececec; }
  .side-module h1, .side-module h2, .side-module h3 {
    margin-top: 10px; }

#slideshow_wrap_0 {
  margin-bottom: 15px; }

.module {
  margin: 10px 10px; }
  .module.bundle {
    margin: 25px 0; }
  .module > h1, .module h2, .module h3 {
    text-align: center;
    color: #1d1d1d;
    margin: 10px 0 20px;
    font-weight: bold;
    text-transform: uppercase; }
  .module .carousel-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 20px;
    text-align: left; }
  .module > h3 {
    font-size: 23px; }
  .module .edit > a {
    color: #36f; }
  .module div > h1, .module div h2, .module div h3 {
    color: #1d1d1d; }
  .module .carousel-title {
    margin-left: -15px; }
  .module .show_more {
    position: relative;
    right: -30px; }

.module-carousel {
  margin: 10px 10px; }
  .module-carousel > h1, .module-carousel h2, .module-carousel h3 {
    text-align: center;
    color: #1d1d1d;
    margin: 10px 0 20px;
    font-weight: bold;
    text-transform: uppercase; }
  @media (max-width: 380px) {
    .module-carousel > h1, .module-carousel h2, .module-carousel h3 {
      width: 190px; } }
  .module-carousel .carousel-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 20px;
    text-align: left; }
  .module-carousel > h3 {
    font-size: 23px; }
  .module-carousel .edit > a {
    color: #36f; }
  .module-carousel div > h1, .module-carousel div h2, .module-carousel div h3 {
    color: #1d1d1d; }
  .module-carousel .carousel-title {
    margin-left: -15px; }
  .module-carousel .show_more {
    position: relative;
    right: -30px; }

@media (max-width: 480px) {
  .module-carousel > h1, .module-carousel h2, .module-carousel h3 {
    text-align: left;
    margin-left: 10px; } }

.manufacturer-container {
  margin-right: 5px;
  padding: 10px 10px 40px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff; }
  .manufacturer-container h1 {
    margin-top: 10px; }

.search-box, .brands-box {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff; }

.brands-box h2 {
  margin: 10px 0; }

@media (max-width: 991px) {
      .search-panel.box-shadow {
        box-shadow: none; } }

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

.empty-box {
  padding: 0 10px;
  border: 1px solid #eee;
  background: #fff; }

.about_us_main {
  margin: 0 -10px;
  padding: 10px;
  border: 1px solid #eee;
  background: #fff; }

@media (max-width: 1199px) and (min-width: 713px) {
  /* carousel */
    .about_us_main .readmore-js-section {
      height: 290px !important; } }

.carousel-caption {
  color: #fff;
  text-shadow: 0 1px 0 #000; }

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome, serif; }
  .carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome, serif; }

.carousel .owl-controls .owl-buttons a.btn:hover {
  color: #fff; }

.row-filters .control-label {
  position: relative;
  top: 8px; }

@media (max-width: 991px) {
  .row-filters .control-label {
    top: 4px; } }

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -20px; }
  .thumbnails > li {
    margin-left: 20px; }
  .thumbnails > img {
    width: 100%; }
  .thumbnails .image-additional {
    float: left;
    margin-left: 10px; }

.image-additional {
  max-width: 78px; }
  .image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd; }

@media (min-width: 1400px) {
  .container {
    width: 1358px; } }

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: left; }

  ul.phones a {
    color: #6f6f6f;
    font-size: 18px;
    line-height: 16px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* Paginator */
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
      clear: left; }
    .container {
      width: 95%; } }

.paginator {
  color: #1d1d1d;
  margin-top: 10px;
  margin-bottom: 10px; }
  .paginator .text-left {
    position: relative;
    top: -5px; }
  .paginator li {
    color: #595959; }
  .paginator li > a {
    color: #595959; }
  .paginator li > span {
    color: #595959; }

@media (max-width: 991px) {
  /* Filter Buttons */
    .paginator > div {
      float: none;
      width: 100%;
      text-align: left; }
    .paginator .text-left {
      position: relative;
      top: -6px; } }

#list-view .fa, #grid-view .fa, #table-view .fa {
  font-size: 16px;
  margin-top: 3px;
  background: transparent; }

#list-view, #grid-view, #table-view {
  background: #e2e2e2;
  color: #9b9b9b;
  border: none;
  border-radius: 0;
  height: 33px;
  z-index: 1;
  /* fixed colum left + content + right*/ }
  #list-view.active, #grid-view.active, #table-view.active {
    background: none;
    border: 1px solid #a3a3a3;
    box-shadow: none;
    color: #a3a3a3;
    height: 33px;
    z-index: 2; }
  #list-view.active:hover, #grid-view.active:hover, #table-view.active:hover {
    z-index: 2; }
  #list-view:hover, #grid-view:hover, #table-view:hover {
    box-shadow: none;
    z-index: 1; }

@media (max-width: 991px) {
  #column-left {
    width: 100%; }

  #column-left + #content {
    width: 100%; } }

@media (min-width: 768px) {
  /* fixed product layouts used in left and right columns */
    #column-left .product-layout .col-md-3 {
      width: 100%; }
    #column-left + #content .product-layout .col-md-3 {
      width: 50%; }
    #column-left + #content + #column-right .product-layout .col-md-3 {
      width: 100%; }
    #content + #column-right .product-layout .col-md-3 {
      width: 100%; } }

#column-left .product-layout, #column-right .product-layout {
  width: 100%;
  /* fixed mobile cart quantity input */ }

.input-group .form-control[name^=quantity] {
  min-width: 50px;
  /* Missing focus and border color to overwrite bootstrap */ }

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #df5c39; }

* {
  outline: none; }

.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  border: 1px solid #d2dae1;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #c6c8cc;
    box-shadow: inset 1px 1px 2px rgba(79, 98, 116, 0.18); }

header .btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 0; }
  header .btn-default:hover {
    color: #fff; }

.form-control:focus {
  outline: 0; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0); }

.modal {
  text-align: center;
  padding: 0 !important; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    /* Adjusts for spacing */
    margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal {
  font-family: 'Roboto', sans-serif; }
  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 35px;
    background: #a3a3a3; }
  .modal-header .close {
    order: 2;
    opacity: 1;
    right: 35px;
    left: auto;
    width: 24px;
    height: 24px; }
  .modal-header .close i {
    color: #fff; }
  .modal-title {
    order: 1;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase; }
  .modal-title i {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    vertical-align: middle;
    font-size: 20px; }
  .modal-body {
    padding: 30px 35px; }
  .modal-body h4 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    margin-top: 36px; }
  .modal-body .row {
    display: flex; }
  @media screen and (max-width: 767px) {
      .modal-body .row {
        display: block; } }
  @media screen and (max-width: 767px) {
        .modal-body .row > div:not(:first-child) {
          display: block; } }
  .modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 30px 35px;
    font-family: 'Roboto', sans-serif; }
  .modal-footer:before, .modal-footer:after {
    display: none; }
  .modal-footer .btn-primary {
    padding: 10px;
    font-weight: 900;
    font-size: 14px; }
  .modal-footer .btn-default {
    font-weight: 900;
    font-size: 14px;
    color: #2a77b9;
    text-decoration: underline;
    background: transparent; }
  .modal-footer .btn-default:hover {
    text-shadow: none;
    box-shadow: none;
    text-decoration: none; }
  .modal-footer .btn-default i {
    display: inline-block;
    margin-right: 10px; }

@media (max-width: 480px) {
  .modal::before {
    height: auto; }

  .modal-dialog {
    margin: 5px;
    width: 95%; }

  .modal-footer {
    flex-wrap: wrap; } }

@media (max-width: 576px) {
  /*кнопки*/
    #popup-cart .modal-footer {
      flex-direction: column; } }

.btn-default {
  color: #737373;
  background-color: #e4e4e4;
  text-shadow: 0 1px 0 #e8e8e8;
  box-shadow: none;
  border: none;
  font-size: 13px; }
  .btn-default:hover {
    color: #737373;
    background-color: #d0d0d0; }

.btn-primary {
  color: #fff;
  border: none;
  font-size: 13px; }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus {
    color: #fff; }

.btn-warning {
  color: #fff;
  border: none;
  font-size: 13px; }
  .btn-warning:hover, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover {
    color: #fff; }

.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff; }

.btn-danger {
  color: #fff;
  background-color: rgba(245, 24, 24, 0.75);
  text-shadow: 0 1px 0 #c30505;
  box-shadow: 0 2px 0 #d20202;
  border: none;
  font-size: 13px; }
  .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #ca4b48;
    border-color: #d51212;
    box-shadow: 0 2px 0 #bb0401 !important; }

.btn-success {
  color: #fff;
  border: none;
  background: #c46662; }
  .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    border: none; }

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background: -moz-linear-gradient(top, #e06342 0%, #dc512c 100%);
  background-image: -ms-linear-gradient(top, #e06342, #dc512c);
  background: -webkit-linear-gradient(top, #e06342, #dc512c);
  background: linear-gradient(to bottom, #e06342, #dc512c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e06342', endColorstr='#dc512c');
  border-color: #dc512c #dc512c #a2371a; }
  .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #df5c39; }

.btn-link {
  color: #23a1d1;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  cursor: pointer; }
  .btn-link:active, .btn-link[disabled] {
    background: transparent; }

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background: -moz-linear-gradient(top, #444 0%, #222 100%);
  background-image: -ms-linear-gradient(top, #444, #222);
  background: -webkit-linear-gradient(top, #444, #222);
  background: linear-gradient(to bottom, #444, #222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444', endColorstr='#222');
  border-color: #222 #222 #000; }
  .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background: -moz-linear-gradient(top, #333 0%, #111 100%);
    background-image: -ms-linear-gradient(top, #333, #111);
    background: -webkit-linear-gradient(top, #333, #111);
    background: linear-gradient(to bottom, #333, #111);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#111'); }

@media (min-width: 1200px) {
  .account-wishlist #content table thead tr td:last-child {
    min-width: 92px; } }

@media (max-width: 1199px) {
  .account-wishlist #content .btn-primary {
    margin-bottom: 6px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .account-wishlist #content table td {
    font-size: 13px; } }

@media (max-width: 639px) {
  .account-wishlist #content table td {
    font-size: 13px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: none;
  border-radius: 0; }

.title {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  /* Carousel Owl */ }
  .title .title-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin-bottom: 15px;
    z-index: 9; }
  .title .title-inner > i {
    font-size: 30px;
    margin-right: 56px;
    padding-right: 10px;
    color: #d0d5d8;
    padding-left: 2px; }
  .title .title-inner > span {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    align-self: center;
    text-align: center;
    padding: 0 20px; }

.carousel .owl-controls .owl-buttons a.btn {
  color: #fff;
  background: #ccc;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 0 #a6a6a6;
  border: none; }
  .carousel .owl-controls .owl-buttons a.btn:hover {
    color: #fff;
    border: none; }
  .carousel .owl-controls .owl-buttons a.btn i {
    font-size: 14px; }
  .carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: -33px;
    left: auto; }
  .carousel .owl-controls .owl-buttons .owl-prev {
    top: -58px;
    right: 40px;
    left: auto; }
  .carousel.owl-carousel {
    z-index: 10; }
  .carousel.owl-carousel .owl-buttons div {
    opacity: 1; }
  .carousel.owl-carousel:hover .owl-buttons div {
    opacity: 1; }

#carousel-tt .owl-wrapper-outer {
  border: none; }
  #carousel-tt .text-center {
    background: #f7f7f9;
    padding: 30px 20px; }
  #carousel-tt .text-center .name {
    font-size: 16px;
    color: #e0928d; }
  #carousel-tt .text-center .rating {
    text-align: center;
    padding: 8px 2px; }

.product-layout .news .image {
  position: relative;
  text-align: center; }
  .product-layout .news .image img {
    display: inline-block; }

h1.product-titl {
  margin: 0 -15px;
  border-bottom: solid 1px #eceeef;
  padding: 15px 15px 15px 27px; }

@media (max-width: 991px) {
  h1.product-titl {
    font-size: 24px; } }

@media (max-width: 767px) {
  h1.product-titl {
    font-size: 26px;
    padding-left: 15px; }

  #popup-callback .modal-body img {
    display: none; } }

@media (max-width: 480px) {
  .alert .close {
    position: relative;
    top: -2px !important;
    left: 8px !important; } }

@media (max-width: 336px) {
  .alert .close {
    top: -18px !important; } }

.bord-pr {
  /*- 19.02.18 -*/ }
  .bord-pr .product-pic {
    padding-top: 20px; }

.prewnext {
  display: flex;
  margin: 0 1px 10px;
  justify-content: space-between; }
  .prewnext a {
    padding: 6px 16px;
    border: 1px solid #eceeef;
    float: left;
    text-align: right;
    width: 49%;
    display: block;
    font-size: 15px;
    color: #74748c;
    text-decoration: none;
    background: #f7f7f7;
    line-height: 28px; }
  .prewnext a:hover {
    color: #e0928d; }
  @media (max-width: 1200px) and (min-width: 992px) {
    .prewnext a {
      font-size: 10px; } }
  .prewnext a:before {
    content: "\f104";
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: left;
    font-size: 22px; }
  .prewnext a + a {
    float: right;
    text-align: left; }
  .prewnext a + a:before {
    content: "\f105";
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: right;
    font-size: 22px; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .prewnext a {
    font-size: 13px; }
    .prewnext a:before, .prewnext a + a:before {
      font-size: 18px; } }

.panel-body {
  /* Flixer */ }
  .panel-body .trackbar .trackbar-handler {
    border: 4px solid #e6e6e6;
    background-color: #e0928d;
    box-shadow: none; }

.flixer {
  border-left: 1px solid #eceeef; }
  .flixer .panel-body {
    border: 1px solid #eceeef; }

@media (max-width: 767px) {
  .border-right > .col-sm-12 {
    padding-left: 0;
    padding-right: 0; } }

.fules button {
  width: 100%; }

.pluso-more {
  display: none !important; }

.bot-prod {
  border-top: 1px solid #d3d3d3;
  padding: 0 15px;
  margin: 0 -15px 0 -15px;
  clear: both; }

a.more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-size: 12px;
  text-decoration: none; }
  a.more i {
    padding-left: 5px; }

a.wis-com-post {
  margin: 10px 0;
  padding: 0 25px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #616161;
  transition: 0.1s ease-in-out;
  flex-grow: 1;
  cursor: pointer;
  font-size: 13px;
  border-right: 1px solid #d3d3d3;
  justify-content: center;
  text-align: center; }
  @media (max-width: 535px) {
  a.wis-com-post {
    width: 100%;
    font-size: 15px; } }
  a.wis-com-post:last-child {
    border: none; }
  a.wis-com-post i {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    float: left; }
  a.wis-com-post:hover {
    text-decoration: none;
    color: #a3a3a3; }

.input-group-btn .btn {
  box-shadow: none !important; }

.nav-tabs > li {
  margin-bottom: 0; }
  .nav-tabs > li > a {
    font-weight: 600;
    border-radius: 2px 2px 0 0;
    font-size: 14px; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default;
    border-bottom-color: transparent; }

.tab-content {
  margin-bottom: 25px; }

@media (max-width: 991px) {
  .tab-content {
    margin-left: 15px;
    margin-right: 15px; } }

@media (max-width: 480px) {
  .tab-content {
    margin-left: 0;
    margin-right: 0; } }

.checkout-bl {
  padding: 0 15px; }

.wrapps {
  padding: 15px;
  border: 1px solid #eceeef; }

.wrapps15 {
  padding: 15px;
  border: 1px solid #eceeef; }

.pagination > .active span {
  border: none;
  background: #a3a3a3;
  color: #fff; }
  .pagination > .active span:hover {
    background: #a3a3a3; }
  .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: #fff;
    color: #1d1d1d;
    border: none; }
  .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 1;
    background-color: #a3a3a3;
    color: #fff;
    border: none; }

.top0 {
  margin-top: 0; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  background: #fff; }

.forgot-container {
  margin: 0 5px 20px 5px;
  min-height: 20px;
  padding: 19px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: none;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }

@media (max-width: 480px) {
  .title .title-inner > i {
    font-size: 22px;
    margin-right: 22px;
    padding-right: 10px;
    color: #d0d5d8;
    padding-left: 2px; }
    .title .title-inner > span {
      text-transform: uppercase;
      font-size: 16px;
      line-height: 22px;
      align-self: center;
      text-align: center;
      padding: 0 9px; }

  .customNavigation {
    width: 50px !important;
    height: 25px;
    background: none; }

  .subscribe {
    flex-direction: column;
    text-align: center;
    padding: 5px; }
    .subscribe > div {
      margin-bottom: 10px; }
    .subscribe .subscribe-title {
      text-transform: uppercase;
      font-size: 16px;
      line-height: 19px;
      vertical-align: bottom; }

  .tab-content > .tab-pane {
    padding: 0 15px; }

  header .row .col-sm-3:first-child {
    padding-right: 0;
    padding-left: 0; }

  ul.phones.list-inline > li {
    padding-bottom: 3px; } }

@media (max-width: 991px) {
  .subscribe {
    padding: 10px;
    text-align: center; }
    .subscribe > div {
      margin-bottom: 10px; } }

.phone-life, .phone-vodafone, .phone-kyivstar {
  display: inline-block;
  height: 19px;
  width: 19px;
  float: left; }

.phone-life {
  height: 18px;
  width: 18px;
  margin-right: -4px; }

.phone-vodafone {
  margin-top: -2px; }

.phone-kyivstar {
  margin-top: -2px;
  margin-right: 3px; }

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

.actik img {
  float: left;
  padding-right: 10px;
  max-width: 50%;
  padding-bottom: 12px; }

a.moreLink {
  display: block;
  padding: 40px 0 0 0;
  z-index: 2;
  margin-top: -38px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #a3a3a3;
  font-size: 15px;
  text-align: center;
  background: linear-gradient(to top, #fff 46%, rgba(255, 255, 255, 0) 100%);
  width: 100%; }
  @media (max-width: 660px) {
  a.moreLink {
    margin-bottom: 50px; } }

.moreLink span {
  position: relative;
  top: 0 !important;
  border-bottom: 1px dashed; }

.article-description {
  font-size: 14px !important; }

body iframe[name="google_conversion_frame"] {
  display: none; }

a.nonvisib {
  visibility: hidden; }

.item img.img-responsive {
  width: 100%; }

@media (min-width: 1300px) {
  .owl-wrapper-outer.respons-banner {
    height: 137px; } }

@media (min-width: 1200px) {
  .respons-banner {
    height: auto; } }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none !important;
  outline-offset: inherit !important; }

header #search_main #search_close {
  top: 2px; }
  header #search_main .search-item .image {
    margin-right: 16px; }

.flixer p[itemprop='model'] {
  text-align: left; }

.flixer #product .radio, .flixer #product .checkbox {
  margin-top: 2px;
  margin-bottom: 3px; }

.flixer .panel-default ul {
  padding-left: 20px; }

.flixer .panel-default ol {
  padding-left: 17px;
  /* StyleMine END  */
  /* Gallery */ }

.popup-gallery .img-thumbnail {
  margin: 0 12px 15px 0;
  /* CustScroll */ }

.ocfilter-option .option-values.scrolled {
  height: 160px; }

.ocfilter-option .container {
  padding-right: 0; }

body .option-values.scrolled {
  position: relative;
  overflow: hidden; }

.ocfilter .ocfilter-option .option-values {
  padding-left: 0;
  padding-right: 0; }

.option-values.scrolled .customScrollBox {
  position: relative;
  height: 100%;
  overflow: hidden; }

.option-values.scrolled .customScrollBox .container {
  position: relative;
  width: 100%;
  top: 0;
  float: left; }

.option-values.scrolled .customScrollBox .content {
  clear: both; }

.ocfilter-option .option-values.scrolled, .ocfilter-option .option-name {
  opacity: 0.25;
  transition: opacity ease 0.2s; }

.option-values.scrolled .dragger_container {
  display: none;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 99%;
  margin: 0;
  padding: 1px 0 0;
  background: #ddd;
  border-radius: 6px;
  cursor: default;
  opacity: 0.75;
  filter: alpha(opacity=75);
  border: 1px solid #d4d4d4;
  border-right-color: #dadada;
  border-bottom-color: #dadada;
  border-top-width: 2px; }

.option-values.scrolled:hover .dragger_container {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0; }

.option-values.scrolled .dragger {
  opacity: 0.75;
  filter: alpha(opacity=80);
  position: absolute;
  left: 1px;
  width: 6px;
  height: 10px;
  background: #999;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px; }

.option-values.scrolled .dragger:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.option-values.scrolled .dragger_pressed {
  background: #888;
  overflow: hidden; }

.scrolled .scrollUpBtn, .scrolled .scrollDownBtn {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0;
  text-decoration: none;
  right: -12px;
  filter: alpha(opacity=0);
  opacity: 0; }

.option-values.scrolled .scrollUpBtn {
  top: 0; }

.option-values.scrolled .scrollDownBtn {
  bottom: 0; }

.scrolled .scrollUpBtn:hover, .scrolled .scrollDownBtn:hover {
  filter: alpha(opacity=0);
  opacity: 0; }

@media (max-width: 991px) {
  .ocfilter-option .option-name b {
    display: none !important; } }

@media (max-width: 767px) {
  /* CustomScrol End */
  /*Navigation Tab*/
    .ocfilter-option .option-values.scrolled {
      height: 140px; }
    body .panel-body .ocfilter-option label a {
      font-size: 14px; }
    #ocfilter div.checkbox, #ocfilter div.radio {
      margin: 8px 0; }
    .option-values.scrolled .dragger_container, .option-values.scrolled:hover .dragger_container {
      right: 6px;
      width: 4px;
      border-top-width: 0;
      border-bottom-width: 0;
      padding-top: 0;
      height: 100%; }
    .option-values.scrolled .dragger {
      width: 14px;
      border-radius: 8px;
      opacity: 1;
      filter: alpha(opacity=100);
      left: -6px;
      background: #999 url(../image/drag-bgd.png) center center no-repeat; }
    .option-values.scrolled .dragger:active, .option-values.scrolled .dragger:visited {
      background-color: #888; }
    .trackbar-scale {
      height: 21px !important; }
    .trackbar-scale a span, .trackbar-scale div span {
      font-size: 12px; }
    body .panel-body .ocfilter-option .option-name {
      font-size: 16px; } }

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

.navigation ul {
  list-style: none;
  padding-left: 20px; }

.navigation li {
  color: #8a8a8a;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  margin: 0 15px;
  text-transform: lowercase;
  font-weight: bolder;
  border-bottom: 2px dotted #8a8a8a;
  cursor: pointer;
  font-size: 18px; }

.navigation li:hover {
  background-color: #a3a3a3;
  color: #fff;
  border-bottom: 2px solid #a3a3a3; }

.navigation li.active, .navigation li.active:hover {
  cursor: default;
  color: #fff;
  background-color: #a3a3a3;
  border: none; }

.ft-rows-wrap .row {
  display: none;
  /* Error  -  404 Site */ }

.not-found .buttons {
  display: none; }

.error-not_found ul.breadcrumb {
  display: none; }

.error-container img {
  display: none; }

.error-not_found .error-container {
  padding-top: 30px;
  text-align: center; }
  .error-not_found .error-container h1, .error-not_found .error-container p {
    display: none; }
  .error-not_found .error-container img {
    display: inline-block;
    max-width: 100%; }

#error-wrap .text {
  color: #414448; }

#error-wrap .text p.text-error {
  max-width: 220px;
  font-size: 13px !important;
  color: #666769;
  margin-top: 20px; }

#error-wrap .p-404 {
  font-size: 115px !important;
  font-weight: bold;
  color: #cacbcc;
  height: 100px;
  padding-top: 45px;
  letter-spacing: 6px; }

#error-wrap .titele {
  font-size: 18px !important;
  font-weight: bolder;
  padding-top: 4px; }

#error-wrap .gifer {
  min-height: 465px; }

.error-not_found #content {
  min-height: 460px; }

@media (max-width: 991px) {
  #error-wrap .gifer {
    background-position: 50px bottom; }

  #error-wrap .text p.text-error, #error-wrap .text p {
    max-width: 220px;
    width: 205px; }

  #error-wrap .p-404 {
    font-size: 100px !important; }

  #error-wrap .titele {
    font-size: 15px !important; } }

@media (max-width: 900px) {
  #error-wrap .gifer {
    background-position: 0 bottom; } }

@media (max-width: 767px) {
  #error-wrap .gifer {
    background-position: 150px bottom;
    margin-top: -200px; }

  #error-wrap .p-404 {
    font-size: 115px !important; }

  #error-wrap .titele {
    font-size: 17px !important; } }

@media (max-width: 700px) {
  #error-wrap .gifer {
    background-position: 50px bottom; } }

@media (max-width: 600px) {
  #error-wrap .gifer {
    background-position: 0 bottom;
    margin-top: 0; } }

@media (max-width: 500px) {
  /* Stars */
    #error-wrap .gifer {
      background-position: -50px bottom; } }

label.zrate-label {
  display: none; }

.z_stars {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 45px;
  margin-left: 1px;
  margin-top: -3px; }

.z_stars span {
  width: 20px;
  height: 32px;
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  color: grey;
  font-size: 30px;
  opacity: 0.3;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.1s;
  font-family: icomoon, serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.z_stars span:hover {
  cursor: pointer;
  color: orange;
  opacity: 0.85; }

.z_stars span.active, .z_stars span.active:hover {
  color: #4484f4;
  opacity: 1; }

#form-review #button-review {
  min-width: 164px; }

.search .form-control:focus, #input-phone:focus, #input-quantity:focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2); }

#input-quantity {
  transition: 0.1s; }

#input-quantity.invalid {
  background-color: rgba(220, 0, 0, 0.25); }

.product-search .row .checkbox, .product-search .row .radio {
  top: 9px; }

.go-top {
  transition: opacity 0.2s; }

#product #button-cart {
  font-size: 14px;
  text-transform: uppercase; }

#product #button-cart .fa {
  font-size: 17px;
  position: relative;
  left: -2px; }

@media (min-width: 1200px) and (max-width: 1399px) {
  #product #button-cart {
    font-size: 12px; } }

.checkout-cart .table .input-group-btn .btn {
  height: 33px; }

.checkout-cart .table .img-thumbnail {
  padding: 0; }

.alert button.close {
  position: relative;
  top: -2px;
  left: 3px; }

.account-register .login-register .button-holder {
  margin: 20px 0; }

.information-information #content ul {
  padding-left: 20px; }

.information-information #content ol {
  padding-left: 17px; }

.category-share {
  margin: 20px 0 15px; }

.account-order-info #content {
  line-height: 1.4; }

.row-filters .btn-group > button:hover {
  color: #222; }
  .row-filters .btn-group > button.active {
    color: #e6e6e6; }
  .row-filters .btn-group > button.active:hover {
    cursor: default; }

.stock-status-block-0, .stock-status-block-7 {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-text-0, .stock-status-text-7 {
  text-transform: lowercase;
  margin-bottom: 10px;
  height: 13px;
  color: #a94442; }

.stock-status-block-5 {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-text-5 {
  height: 14px;
  color: #a94442;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-block-6, .stock-status-block-8 {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-text-6, .stock-status-text-8 {
  color: #8a6d3b;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-block-9 {
  background-color: #f7f7f7;
  border: 1px solid #eceeef;
  text-transform: lowercase;
  margin-bottom: 10px; }

.stock-status-text-9 {
  color: #777;
  text-transform: lowercase;
  margin-bottom: 10px; }

.popup-menu {
  border: 1px solid #e6e6e6; }

.row-filters .btn-group > button.active {
  box-shadow: 0 2px 0 #d6d6d6, inset 0 2px 5px rgba(0, 0, 0, .12); }

.btn-primary, .btn-warning, .btn-warning:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus {
  text-shadow: none;
  background: #a3a3a3;
  color: #fff; }

.product-thumb:hover .button-group button:hover {
  background-color: #e6e6e6; }

.btn-warning:hover, .btn-primary:hover {
  background-color: #e6e6e6;
  color: #fed559;
  text-shadow: none;
  box-shadow: rgba(0, 0, 0, 0.29) 0 2px 1px; }

.btn-success {
  box-shadow: rgba(0, 0, 0, 0.29) 0 2px 1px;
  text-shadow: none;
  border: none; }

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background: #e6e6e6;
  text-shadow: none;
  box-shadow: rgba(0, 0, 0, 0.29) 0 2px 1px; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  background: #e6e6e6; }

.btn-success.focus, .btn-success:focus {
  background: #a3a3a3;
  border-color: #eee;
  color: #fff; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover, .btn-success:active {
  background: #e6e6e6; }

.btn-success.focus, .btn-success:focus {
  background: #e6e6e6; }

.carousel .owl-controls .owl-buttons a.btn:hover {
  background: #a3a3a3;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: rgba(0, 0, 0, 0.29) 0 2px 1px;
  border: none; }

.carousel .owl-controls .owl-buttons a.btn {
  color: #fff;
  background: #ccc;
  text-shadow: none;
  box-shadow: none; }
  .carousel .owl-controls .owl-buttons a.btn:hover {
    background: #e6e6e6; }

.go-top {
  position: fixed;
  right: 30px;
  z-index: 99;
  bottom: 60px;
  width: 50px;
  height: 50px;
  background-color: #a3a3a3;
  opacity: 0.3;
  border-radius: 6px;
  box-shadow: 0 0 3px #fff;
  /*----------- YAR K ---------------*/ }
  .go-top:before {
    content: '\f077';
    font-family: fontawesome, serif;
    position: absolute;
    font-size: 24px;
    top: 37%;
    left: 50%;
    margin-left: -12px;
    margin-top: -11px;
    color: #fff; }
  .go-top:hover {
    background: #e6e6e6; }
  .go-top:hover:before {
    color: #e63b3b; }

.latest-description {
  height: 40px; }

.blog-content .products-content {
  padding: 0 5px; }

.share-top {
  display: inherit;
  text-align: right; }

@media (max-width: 414px) {
  .share-category {
    margin-top: 50px; } }

.title-padding {
  padding: 5px 10px; }

.panel-title a i {
  margin-left: 5px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #5e8ee4; }

.panel-title a:hover {
  color: #fff;
  text-decoration: underline; }

.dropdown-price {
  min-width: 75px !important; }

.selectpicker {
  text-indent: 5px;
  width: 100%;
  height: 32px;
  color: #a3a3a3;
  /*---------------------------------*/ }

.star-rating {
  transition: 0.5s;
  color: #ec0404;
  line-height: 32px;
  font-size: 1.25em; }

.star-staring .fa-star-o {
  transition: 0.5s; }

.star-rating .fa-star {
  transition: 0.5s;
  color: #ec0404; }

.confirm-order-list {
  color: #444; }
  .confirm-order-list .confirm-order-title {
    padding: 10px; }
  .confirm-order-list .confirm-order-title > a:hover {
    color: #444;
    text-decoration: underline; }

.compare-container {
  margin: 0 5px 20px 0;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff; }
  .compare-container h1, .compare-container h2, .compare-container h3 {
    margin-top: 10px; }

button {
  background: #a3a3a3; }

@media (max-width: 768px) {
  .compare-container {
    margin: 0 5px 20px -3px; }
    .compare-container .description {
      white-space: unset !important; } }

.table-bordered {
  background: #fff; }

.basket-name {
  white-space: pre-wrap !important; }

.basket-price, .basket-total {
  width: 11%; }

.basket-total-price {
  width: auto; }

@media (max-width: 1399px) {
  .basket-price, .basket-total {
    width: 14%; } }

@media (max-width: 1199px) {
  .basket-total-price {
    width: 100%; } }

@media (max-width: 992px) and (min-width: 768px) {
  .basket-price, .basket-total {
    width: 16%; } }

@media (max-width: 480px) {
  .cart-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin-bottom: 0; }
    .cart-button > .pull-right {
      margin-bottom: 20px; }
    .cart-button .input-group {
      display: flex;
      flex-direction: column; }
    .cart-button div a {
      width: 180px; } }

.radio, .checkbox {
  margin-top: 2px;
  margin-bottom: 2px; }

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
  .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -20px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 9px;
    left: 0;
    top: 4px;
    margin-left: -16px;
    padding-left: 2px;
    padding-top: 0;
    font-size: 14px;
    color: transparent;
    background: #a3a3a3;
    border-radius: 0; }
  .checkbox input:checked + label:before {
    border: 2px solid #a3a3a3; }
  .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
  .checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
    outline: none; }
  .checkbox input[type="checkbox"]:checked + label::after {
    font-family: FontAwesome, serif;
    content: "\f00c"; }
  .checkbox input[type="checkbox"]:indeterminate + label::after, .checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #a3a3a3;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px; }
  .checkbox input[type="checkbox"]:disabled, .checkbox input[type="radio"]:disabled {
    cursor: not-allowed; }
  .checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
    opacity: 0.6;
    cursor: default; }
  .checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed; }
  .checkbox:hover label::before {
    border-color: #e6e6e6; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0;
    padding-top: 3px; }

.checkbox:checked + label:before {
  border: 2px solid #a3a3a3; }
  .checkbox[checked="checked"]:checked + label > a {
    font-weight: bold; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
  .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
  .radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 4px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #a3a3a3;
    -webkit-transition: 0.1s all ease;
    -moz-transition: 0.1s all ease;
    transition: 0.1s all ease;
    opacity: 0;
    filter: alpha(opacity=0); }
  .radio:hover label::before {
    border-color: #e6e6e6; }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
  .radio input[type="radio"]:focus + label::before {
    outline: none; }
  .radio input[type="radio"]:checked + label::after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .radio input[type="radio"]:disabled {
    cursor: not-allowed; }
  .radio input[type="radio"]:disabled + label {
    opacity: 0.6;
    cursor: default; }
  .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after, .radio-primary input[type="radio"]:checked + label::after {
  background-color: #a3a3a3; }
  .radio-primary input[type="radio"]:checked + label::before {
    border-color: #a3a3a3; }

.checkbox:hover input[disabled] + label::before, .radio:hover input[disabled] + label::before {
  border-color: #ccc; }

.radio-image label {
  display: flex;
  align-items: center; }
  .radio-image label::before {
    top: 20px; }
  .radio-image label:after {
    top: 23px; }
  .radio-image label img {
    margin-right: 10px; }
  .radio-image input[type="radio"] {
    top: 20px;
    opacity: 0;
    z-index: 1;
    cursor: pointer; }

.radio-quickview, .checkbox-quickview {
  margin-bottom: 10px; }

.radio.radio-square {
  display: inline-flex;
  padding: 0;
  margin: 0 10px 0 0 !important; }
  .radio.radio-square label .square {
    padding: 3px 5px;
    border-radius: 2px;
    color: #a5a3a3;
    border: 1px solid transparent; }
  .radio.radio-square label::before {
    display: none; }
  .radio.radio-square label::after {
    display: none; }
  .radio.radio-square input[type="radio"] {
    margin: 0;
    width: 25px;
    height: 25px; }
  .radio.radio-square input[type="radio"]:checked + .square {
    border: 1px solid #a3a3a3;
    color: #a3a3a3; }

.radio-product-image {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: 5px;
  padding: 0 !important;
  align-items: center;
  justify-content: flex-start; }
  .radio-product-image img {
    cursor: pointer; }
  .radio-product-image label {
    padding: 0;
    align-items: center; }
  .radio-product-image label::before {
    display: none; }
  .radio-product-image label:after {
    display: none; }
  .radio-product-image label span {
    display: flex;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
    outline: 2px solid #dedede; }
  .radio-product-image label .color-name {
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px; }
  .radio-product-image input[type="radio"] {
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 13px;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px; }
  .radio-product-image input[type="radio"]:checked + span {
    outline: 2px solid #000; }

.options-container .form-group.required {
  display: flex;
  align-items: center; }
  .options-container .form-group.required label {
    margin: 0 15px 0 0; }

.radio-checkout {
  margin: 5px 0; }
  .radio-checkout label {
    display: inline-flex;
    align-items: center;
    margin: 5px 0; }
  .radio-checkout label:hover span:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #a3a3a3;
    border-radius: 50%; }
  .radio-checkout label input + span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
  .radio-checkout label input + span::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 4px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #a3a3a3;
    -webkit-transition: 0.1s all ease;
    -moz-transition: 0.1s all ease;
    transition: 0.1s all ease;
    opacity: 0;
    filter: alpha(opacity=0); }
  .radio-checkout label input:checked + span:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #a3a3a3;
    border-radius: 50%; }
    .radio-checkout label input:checked + span:after {
      content: '';
      display: inline-block;
      width: 11px;
      height: 11px;
      left: 3px;
      top: 4px;
      margin-left: -20px;
      border: 1px solid #a3a3a3;
      border-radius: 50%;
      background: #a3a3a3;
      opacity: 1; }

.checkbox-checkout label {
  display: inline-flex;
  align-items: center;
  margin: 5px 0; }
  .checkbox-checkout label:before, .checkbox-checkout label:after {
    display: none; }
  .checkbox-checkout label:hover span:before {
    border: 1px solid #a3a3a3; }
  .checkbox-checkout label input + span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
  .checkbox-checkout label input + span::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 9px;
    left: 4px;
    top: 6px;
    margin-left: -20px;
    background-color: #a3a3a3;
    -webkit-transition: 0.1s all ease;
    -moz-transition: 0.1s all ease;
    transition: 0.1s all ease;
    opacity: 0;
    filter: alpha(opacity=0); }
  .checkbox-checkout label input:checked + span:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 2px solid #a3a3a3; }
    .checkbox-checkout label input:checked + span:after {
      content: '';
      display: inline-block;
      width: 10px;
      height: 9px;
      left: 4px;
      top: 6px;
      margin-left: -20px;
      border: 2px solid #a3a3a3;
      background: #a3a3a3;
      opacity: 1; }

.checkbox-politics {
  display: inline-block; }
  .checkbox-politics input:checked label:before {
    border: 2px solid #a3a3a3 !important; }
  .checkbox-politics label:hover span:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -20px;
    border: 1px solid #a3a3a3; }

.register .radio-checkout {
  display: inline-flex;
  align-items: center;
  min-width: 85px;
  justify-content: space-between;
  margin-left: 35px;
  padding: 0; }

#top-search .btn-lg i {
  display: none; }

.stiky-list {
  display: none; }

#stiky_box {
  top: -100%;
  position: fixed;
  display: flex;
  align-items: center;
  left: 0;
  width: 100%;
  height: auto;
  transition: 0.25s ease;
  background-color: #fff;
  background-image: url('');
  border-bottom: 1px solid #d3d5d8;
  z-index: 1009;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: #fff; }
  #stiky_box .button-search-title {
    display: none; }
  #stiky_box .button-search-icon {
    display: block; }
  #stiky_box.active {
    top: 0; }
  #stiky_box #top-logo {
    top: 9px; }
  #stiky_box #logo {
    top: 0;
    left: 1px; }
  #stiky_box #top-links {
    padding-top: 0;
    padding-bottom: 5px;
    top: 2px; }
  #stiky_box #top-links.open > ul {
    top: 114%;
    left: -4px; }
  #stiky_box #top-links a {
    color: #fff; }
  #stiky_box .stiky-logo {
    height: 90px;
    display: flex;
    align-items: center; }
  #stiky_box .stiky-logo > img {
    max-height: 90px; }
  #stiky_box .stiky-logo > a > img {
    max-height: 90px; }
  #stiky_box .stiky-catalog {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a3a3a3;
    cursor: pointer; }
  #stiky_box .stiky-catalog > i {
    margin-right: 10px;
    color: #fff;
    font-size: 21px; }
  #stiky_box .stiky-catalog span {
    color: #fff;
    font-size: 21px; }
  #stiky_box .stiky-catalog .stiky-menu-category {
    display: none;
    top: 100%;
    left: 0;
    width: 275px;
    position: absolute;
    border: 1px solid #a3a3a3;
    padding: 5px 0;
    background: #fff; }
  #stiky_box .stiky-catalog .stiky-menu-category_list {
    background: #fff;
    line-height: 1.5;
    width: 100%; }
  #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item > a {
    justify-content: space-between;
    display: flex;
    padding: 2px 10px;
    font-size: 16px;
    color: #000;
    align-items: center; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item > a:hover {
      color: #a3a3a3; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item > a:hover i {
      color: #a3a3a3; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item > a i {
      font-weight: 100;
      color: #000; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-menu-list {
      display: none;
      flex-direction: column;
      width: 500px;
      position: absolute;
      left: 100%;
      right: 0;
      background: #fff;
      top: -1px;
      border: 1px solid #a3a3a3; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-child-menu-item {
      display: flex;
      padding: 5px 10px;
      word-break: break-word;
      flex-direction: column; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-child-menu-item > div > a {
      display: flex;
      font-weight: bold;
      color: #000;
      font-size: 16px;
      padding: 5px 0; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-child-menu-item > div > a:hover {
      color: #000;
      text-decoration: underline; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-child-menu-item .sub-child2-menu-item > div > a {
      display: flex;
      padding: 5px 0;
      color: #000;
      font-size: 16px; }
      #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item .sub-child-menu-item .sub-child2-menu-item > div > a:hover {
        color: #000;
        text-decoration: underline; }
    #stiky_box .stiky-catalog .stiky-menu-category_list .stiky-menu-category_item:hover .sub-menu-list {
      display: flex; }
  #stiky_box .stiky-catalog:hover .stiky-menu-category {
    display: flex; }
  #stiky_box .stiky-menu {
    padding-top: 10px;
    height: 90px;
    display: flex;
    align-items: center; }
  #stiky_box .stiky-menu #top-links .list-inline {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  #stiky_box .stiky-menu #top-links .list-inline > li {
    align-items: center;
    text-align: center;
    display: inline-flex;
    justify-content: center; }
    #stiky_box .stiky-menu #top-links .list-inline > li > a {
      font-size: 14px;
      color: #626262;
      padding: 0 5px 8px 0;
      display: flex; }
    #stiky_box .stiky-menu #top-links .list-inline > li .dropdown > a {
      font-size: 14px;
      color: #626262;
      padding: 0 5px 8px 0;
      display: flex; }
    #stiky_box .stiky-menu #top-links .list-inline > li .dropdown > a > i {
      margin-left: 5px; }
  #stiky_box .stiky-menu #top-links .list-inline .dropdown-menu-right {
    padding: 10px;
    right: auto; }
    #stiky_box .stiky-menu #top-links .list-inline .dropdown-menu-right > li a {
      padding: 5px; }
  #stiky_box .stiky-phones {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #stiky_box .stiky-phones > ul {
    margin: 0;
    text-align: right; }
  #stiky_box .stiky-phones > ul > li {
    line-height: 1.7;
    font-weight: 600;
    color: #000;
    font-size: 16px; }
  #stiky_box .stiky-phones > ul > li > a {
    color: #000;
    line-height: 20px; }
  #stiky_box .stiky-search {
    height: 90px;
    display: flex;
    align-items: center; }
  #stiky_box .stiky-search #main-search {
    width: 100%; }
  #stiky_box .stiky-search .category-button {
    z-index: 10;
    font-weight: bold;
    font-size: 14px;
    height: 46px;
    text-shadow: none;
    border-radius: 0;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    background: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center; }
  #stiky_box .stiky-search .category-button span {
    margin-left: 10px; }
  #stiky_box .stiky-search .dropdown-menu {
    min-width: 211px;
    border-radius: 0;
    border: 1px solid #a3a3a3;
    position: absolute;
    top: 96%; }
  #stiky_box .stiky-search .form-control {
    height: 46px;
    box-shadow: none;
    position: relative;
    z-index: 8; }
  #stiky_box .stiky-search .form-control:focus {
    border: 1px solid #a3a3a3; }
  #stiky_box .stiky-search .button-search {
    font-size: 21px;
    width: 54px;
    height: 46px;
    border: none;
    padding: 0;
    text-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #a3a3a3;
    color: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center; }
  #stiky_box .stiky-search .button-search h6 {
    color: #fff; }
  #stiky_box .stiky-search .button-search:hover {
    background: #e6e6e6;
    color: #fed559; }
  #stiky_box .stiky-icon-box {
    height: 90px;
    display: flex;
    align-items: center; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-top: 2px; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky #unistor-cart-total {
    display: none; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky a {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 10px;
    color: #bcbcbc; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky a i {
    font-size: 25px; }
    #stiky_box .stiky-icon-box #top_icons_box-stiky a i > span {
      top: 17px; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky a > span {
    position: absolute;
    top: 10px;
    text-shadow: none;
    text-decoration: none;
    background: #a3a3a3;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    left: 13px;
    font-size: 10px;
    padding: 1px 2px 1px 1px;
    height: 13px;
    width: 16px;
    line-height: 12px;
    text-align: center; }
  #stiky_box .stiky-icon-box #top_icons_box-stiky a:last-child {
    display: none; }
  #stiky_box .stiky-cart {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  #stiky_box .search {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 6px;
    padding-top: 10px; }
  #stiky_box .cart {
    position: relative;
    top: auto;
    left: -10px;
    right: 0;
    width: 200px; }
  #stiky_box .cart .cart-total b {
    left: 25px;
    top: -3px; }
  #stiky_box .cart .cart-total .cb1 {
    color: #a3a3a3; }
  #stiky_box .cart .cart-total span {
    font-weight: bolder; }
  #stiky_box .cart .cart-total span.csp2 {
    color: #a3a3a3;
    font-size: 16px;
    position: relative;
    top: -11px; }
  #stiky_box .cart .cart-total a {
    color: #a3a3a3;
    border-bottom: 1px dashed #a3a3a3; }
  #stiky_box .cart .cart-total small {
    position: absolute;
    top: 1px;
    left: auto;
    border-radius: 51%;
    width: 22px;
    height: 22px;
    background-color: #a3a3a3;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    color: white; }
  #stiky_box #currency-box {
    margin-right: 20px;
    margin-top: 0; }
  #stiky_box #currency-box .header {
    display: block; }
  #stiky_box #currency-box .header .carets {
    top: 0;
    left: -1px; }
  #stiky_box #currency-box .dropdown-menu {
    display: none;
    min-width: 60px;
    width: 65px; }
  #stiky_box #currency-box.open .dropdown-menu {
    display: block;
    position: absolute;
    top: 130%;
    left: 0;
    padding: 8px 4px 8px 8px;
    margin: 3px 0 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    cursor: default;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15); }
  #stiky_box #currency-box.open .dropdown-menu:before {
    content: '';
    display: block;
    top: -16px;
    left: 7px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #e7e7e7; }
  #stiky_box #currency-box.open .dropdown-menu:after {
    content: '';
    display: block;
    top: -14px;
    left: 7px;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff; }
  #stiky_box #currency-box.open .dropdown-menu form {
    margin-bottom: 0; }
  #stiky_box #currency-box.open .dropdown-menu li {
    border-radius: 0;
    background: transparent;
    height: auto;
    width: auto;
    text-align: center;
    opacity: 1; }
    #stiky_box #currency-box.open .dropdown-menu li .btn {
      padding: 0;
      background: transparent;
      color: #fff; }
    #stiky_box #currency-box.open .dropdown-menu li .btn:hover {
      text-decoration: none;
      color: #36f; }
    #stiky_box #currency-box.open .dropdown-menu li:hover {
      text-decoration: none; }
    #stiky_box #currency-box.open .dropdown-menu li.active {
      box-shadow: none;
      opacity: 0.5; }
    #stiky_box #currency-box #currency .list-inline > li {
      padding: 0 2px; }
  #stiky_box .language {
    position: relative;
    top: -1px; }
  #stiky_box .language .header {
    margin-right: 0;
    display: block !important; }
  #stiky_box .language .header .carets {
    top: 1px; }
  #stiky_box .language > ul {
    display: none;
    padding: 6px 5px 6px 10px;
    border-radius: 1px;
    width: 50px;
    height: auto;
    z-index: 1009;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -16px;
    top: 150%;
    background: #fff;
    border: 1px solid #e7e7e7; }
  #stiky_box .language > ul:before, #stiky_box .language > ul:after {
    position: absolute;
    left: 17px;
    border: 8px solid transparent; }
  #stiky_box .language > ul:before {
    content: '';
    top: -16px;
    border-bottom: 8px solid #e7e7e7; }
  #stiky_box .language > ul:after {
    content: '';
    top: -14px;
    border-bottom: 8px solid #fff; }
  #stiky_box .language > ul li {
    padding: 6px 5px; }
  #stiky_box .language > ul li > a {
    color: #fff;
    text-transform: uppercase; }
    #stiky_box .language > ul li > a span {
      color: #fff;
      text-transform: uppercase; }
  #stiky_box .language > ul li a b {
    padding-right: 5px; }
  #stiky_box .language > ul li.active {
    display: none;
    cursor: default; }
    #stiky_box .language > ul li.active a {
      cursor: default;
      color: #36f; }
  #stiky_box .language.open > ul {
    display: block; }
  #stiky_box #top-links2 {
    margin-top: 0; }
  #stiky_box #top-links2.is-logged {
    margin-top: 4px; }
  #stiky_box #logged-box .dropdown > ul {
    top: 120%; }
  #stiky_box #top_phones .dropdown-menu {
    top: 107%;
    left: 0;
    right: auto; }
  #stiky_box #top_phones .dropdown-menu:before, #stiky_box #top_phones .dropdown-menu:after {
    left: 15px;
    right: auto; }

@media (min-width: 1400px) {
  #stiky_box #top_icons_box-stiky {
    top: 0; }
    #stiky_box #top-phones {
      padding: 0; }
    #stiky_box .st-left {
      padding-top: 2px;
      width: 32%;
      display: inline-block;
      float: left; }
    #stiky_box .st-center {
      width: 53%;
      display: inline-block;
      float: left; }
    #stiky_box .st-right {
      display: inline-block;
      width: 13%; } }

@media (max-width: 1399px) {
  #stiky_box {
    margin: 0 auto; }
    #stiky_box .stiky-catalog i {
      font-size: 15px; }
      #stiky_box .stiky-catalog span {
        color: #fff;
        font-size: 17px; }
    #stiky_box .stiky-icon-box {
      justify-content: flex-start;
      padding-left: 0; }
      #stiky_box .stiky-icon-box #top_icons_box-stiky a i {
        font-size: 18px; }
        #stiky_box .stiky-icon-box #top_icons_box-stiky a i > span {
          top: 15px; }
    #stiky_box .stiky-cart .cart .btn {
      padding: 0;
      overflow: visible;
      left: -5px; } }

@media (max-width: 1199px) {
  #stiky_box {
    margin: 0 auto; }
    #stiky_box #stiky_box .cart .cart-total small {
      padding-top: 3px; }
    #stiky_box .stiky-catalog {
      width: 14%; }
      #stiky_box .stiky-catalog i {
        font-size: 15px; }
      #stiky_box .stiky-catalog span {
        color: #fff;
        font-size: 17px; }
    #stiky_box .stiky-list {
      display: inline-block; }
    #stiky_box .category-list-title {
      display: none; }
    #stiky_box .stiky-cart {
      min-height: 90px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #stiky_box .stiky-cart .cart > .btn > i {
        width: 56px;
        height: 54px;
        font-size: 21px; }
        #stiky_box .stiky-cart .cart .cart-total {
          top: -12px;
          left: -8px; }
          #stiky_box .stiky-cart .cart .cart-total small {
            top: 1px;
            left: 4px;
            width: 18px;
            height: 18px;
            font-size: 10px; }
          #stiky_box .stiky-cart .cart .cart-total .cb1 {
            font-size: 14px;
            top: -5px; }
          #stiky_box .stiky-cart .cart .cart-total .csp2 {
            font-size: 14px;
            width: 95px; }
    #stiky_box .stiky-phones > ul > li {
      font-size: 13px; }
    #stiky_box .sticky-search .category-button {
      font-size: 12px; }
      #stiky_box .sticky-search .form-control {
        height: 46px;
        box-shadow: none;
        position: relative;
        z-index: 8; }
        #stiky_box .sticky-search .form-control:focus {
          border: 1px solid #a3a3a3; }
      #stiky_box .sticky-search .button-search {
        width: 70px; }
        #stiky_box .sticky-search .button-search h6 {
          font-size: 12px;
          color: #fff; }
    #stiky_box #top-logo {
      top: 0; }
    #stiky_box #currency-box {
      margin-right: 4px; }
    #stiky_box #top-phones {
      left: 0; }
    #stiky_box .stiky-icon-box {
      width: 8%; } }

@media (max-width: 992px) {
  #stiky_box {
    display: none;
    top: -999px; }
    #stiky_box.active {
      top: -999px; } }

@media (min-width: 1400px) {
  /* END sticky menu */
    #stiky_box #top_icons_box-stiky {
      top: 0; } }

.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
  cursor: pointer; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #aaa; }

.jq-checkbox.focused {
  border: 1px solid #08c; }

.jq-checkbox.disabled {
  opacity: 0.55; }

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #fff, inset 1px -1px #fff;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .7); }

.jq-radio.focused {
  border: 1px solid #08c; }

.jq-radio.disabled {
  opacity: 0.55; }

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1); }

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer; }

.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff; }

.jq-file:hover .jq-file__browse {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794bf; }

.jq-file.disabled, .jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1); }

.jq-number__field:hover {
  border-color: #b3b3b3; }

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  /* для Opera Presto */
  text-align: left;
  -moz-appearance: textfield; }

.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
  /* в каких-то браузерах присутствует отступ */
  margin: 0;
  -webkit-appearance: none; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #fff;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-number__spin:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf; }

.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff; }

.jq-selectbox__select:hover {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-selectbox__select:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794bf; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #ccc; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa; }

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  font: 14px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px;
  display: flex; }

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #f1f1f1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231f20; }

.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #fff; }

.jq-selectbox li:hover {
  background-color: #08c;
  color: #fff; }

.jq-selectbox li.disabled {
  color: #aaa; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231f20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794bf; }

.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08c;
  color: #fff; }

.jq-select-multiple li.disabled {
  color: #aaa; }

.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled {
  background: #ccc;
  color: #fff; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type='email'].styler, input[type='password'].styler, input[type='search'].styler, input[type='tel'].styler, input[type='text'].styler, input[type='url'].styler, textarea.styler {
  padding: 8px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover, input[type='password'].styler:hover, input[type='search'].styler:hover, input[type='tel'].styler:hover, input[type='text'].styler:hover, input[type='url'].styler:hover, textarea.styler:hover {
  border-color: #b3b3b3; }

input[type='email'].styler:focus, input[type='password'].styler:focus, input[type='search'].styler:focus, input[type='tel'].styler:focus, input[type='text'].styler:focus, input[type='url'].styler:focus, textarea.styler:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); }

button.styler, input[type='button'].styler, input[type='submit'].styler, input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: none;
  background: #f5f5f5;
  background: -webkit-linear-gradient(#fff, #e6e6e6);
  background: linear-gradient(#fff, #e6e6e6);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
  cursor: pointer; }

button.styler::-moz-focus-inner, input[type='button'].styler::-moz-focus-inner, input[type='submit'].styler::-moz-focus-inner, input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover, input[type='button'].styler:not([disabled]):hover, input[type='submit'].styler:not([disabled]):hover, input[type='reset'].styler:hover {
  background: #e6e6e6;
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6); }

button.styler:not([disabled]):active, input[type='button'].styler:not([disabled]):active, input[type='submit'].styler:not([disabled]):active, input[type='reset'].styler:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd; }

button.styler[disabled], input[type='button'].styler[disabled], input[type='submit'].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  box-shadow: none;
  color: #888; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none; }

.panel-default > .panel-heading.order-list {
  position: relative;
  font-family: 'Roboto', sans-serif;
  padding: 5px 0;
  color: #333;
  background-color: #f5f5f5;
  border-radius: 0 !important;
  border: none !important; }
  .panel-default > .panel-heading.order-list:before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    right: 24px;
    top: 5px;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 50%; }
  .panel-default > .panel-heading.order-list:after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    right: 33px;
    top: 17px;
    background: #fff;
    border-left: 1px solid #919191;
    border-bottom: 1px solid #919191;
    transform: rotate(135deg);
    transition: all 0.3s; }
  .panel-default > .panel-heading.order-list.collapsed:after, .panel-default > .panel-heading.order-list.order-start-collapse:after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    right: 33px;
    top: 12px;
    background: #fff;
    border-left: 1px solid #919191;
    border-bottom: 1px solid #919191;
    transform: rotate(-45deg); }
  .panel-default > .panel-heading.order-list .order-list-basket {
    display: none; }
  .panel-default > .panel-heading.order-list .order-list-status {
    width: auto;
    text-align: center; }
  .panel-default > .panel-heading.order-list .order-list-number {
    outline: none;
    color: #2a77b9; }
  .panel-default > .panel-heading.order-list .order-list-number:focus, .panel-default > .panel-heading.order-list .order-list-number:hover {
    text-decoration: none; }
  .panel-default > .panel-heading.order-list .order-list-date {
    font-size: 12px;
    font-weight: 500;
    color: #333; }
  .panel-default > .panel-heading.order-list .order-list-total-prise {
    font-weight: 900;
    font-size: 12px;
    color: #333; }
  .panel-default > .panel-heading.order-list .order-list-print {
    border: none !important;
    display: none; }
  .panel-default > .panel-heading.order-list .order-list-right {
    border: none !important; }
  .panel-default > .panel-heading.order-list .order-list-status {
    min-width: 110px;
    height: 28px;
    margin-top: 6px;
    background: #2fa423;
    color: #fff; }
  .panel-default > .panel-heading.order-list .order-list-status span {
    padding: 0;
    line-height: 28px; }

.panel-collapse .order-product-list_left {
  border: none !important; }
  .panel-collapse .product-list-info {
    padding: 30px 0;
    border-bottom: 1px dashed #dedede; }
  .panel-collapse .product-list-info .column-product .product-list-caption a {
    color: #2a77b9; }
  .panel-collapse .product-list-info .column-product .product-list-caption .product-caption-article {
    margin: 0;
    padding: 0;
    font-weight: 300; }
  .panel-collapse .product-list-info .column-product .producr-list-price {
    justify-content: space-between; }
  .panel-collapse .product-list-info .column-product .producr-list-price .product-caption-price {
    width: 30%;
    font-size: 14px;
    font-weight: 300; }
  .panel-collapse .product-list-info .column-product .producr-list-price p {
    padding: 0;
    width: 70px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd; }
  .panel-collapse .product-list-info .product-list-buy {
    align-items: flex-end; }
  .panel-collapse .product-list-info .product-list-buy .cart-add-button {
    width: 100%;
    padding: 10px; }
  .panel-collapse .product-list-info .product-list-buy .buy-one-click {
    display: block;
    white-space: nowrap;
    padding-left: 20px;
    width: auto;
    height: auto;
    margin-top: 30px;
    border: none;
    font-size: 14px;
    font-weight: 300;
    left: 25px;
    color: #333;
    text-decoration: underline;
    background: transparent url(../image/neoseo_account/icon-mouse.png) no-repeat left center; }
  .panel-collapse .product-list-info .product-list-buy .buy-one-click:hover {
    text-decoration: none;
    background-color: transparent; }
  .panel-collapse .order-product-list_right {
    border-left: 1px solid #dedede;
    padding-top: 30px;
    padding-bottom: 30px; }
  .panel-collapse .order-product-list_right ul {
    margin: 0;
    padding: 0; }
  .panel-collapse .order-product-list_right .option-name {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    width: 45%; }
  .panel-collapse .order-product-list_right .option-value {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #666; }
  .panel-collapse .order-product-list_right .option-value.status {
    display: inline-block;
    width: 110px;
    height: 28px;
    background: #2fa423;
    color: #fff;
    line-height: 28px;
    text-align: center; }

.panel-group .panel {
  margin-bottom: 0;
  border: none; }

.block-flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 767px) {
  .block-flex {
    flex-direction: column; }
    .block-flex .block-flex-col {
      margin-bottom: 15px; } }

.login-block {
  padding: 20px 0;
  background: #fff; }
  .login-block .login-title {
    justify-content: space-between;
    margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .login-block .login-title {
      flex-direction: column;
      justify-content: center; } }
  .login-block h1 {
    margin: 0px;
    padding: 0;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .login-block h1 {
      margin-bottom: 15px;
      text-align: center; } }
  .login-block .row-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px; }
  .login-block input {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 300; }
  .login-block input[type="submit"] {
    padding: 10px; }
  .login-block .form-group {
    margin-bottom: 30px; }
  .login-block .login-content {
    padding: 20px 35px 0; }
  .login-block .login-content .col-mail, .login-block .login-content .col-psw {
    padding-left: 44px;
    background-image: url(../image/neoseo_account/reg-mail.png);
    background-repeat: no-repeat;
    background-position: 10px center; }
  .login-block .login-content .col-psw {
    background-image: url(../image/neoseo_account/reg-key.png); }
  .login-block .login-forgot {
    color: #a3a3a3;
    padding: 10px 0 0;
    white-space: nowrap;
    text-align: left; }
  .login-block .login-forgot:hover {
    text-decoration: underline; }
  .login-block .login-forgot i {
    color: #a3a3a3; }
  .login-block .login-btns {
    padding-top: 0px;
    padding-left: 0;
    margin: 0 auto; }
  .login-block .login-btns .remember {
    color: #999;
    font-size: 12px; }
  .login-block .login-btns .block-flex-col {
    align-items: flex-start; }
  .login-block .login-btns .socialLogin {
    display: none; }
  .login-block .login-btns .btn-reg {
    padding: 0;
    border-radius: 0;
    color: #2a77b9;
    border-bottom: 1px dashed #2a77b9;
    background: none;
    box-shadow: none; }
  .login-block .login-btns .btn-reg:hover {
    border-bottom-color: transparent;
    border-bottom: 1px dashed transparent;
    box-shadow: none; }
  .login-block .login-btns .btn-login {
    min-width: 115px;
    background: #444; }
  .login-block .login-btns .btn-login:hover {
    background: #666; }

.row-colored {
  padding: 16px 35px;
  background: #a3a3a3; }

.account-container .rating .fa, .login-block .rating .fa {
  margin-bottom: 10px; }
  .account-container .socialLogin, .login-block .socialLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 10px auto; }
  @media screen and (max-width: 767px) {
    .account-container .socialLogin, .login-block .socialLogin {
      flex-direction: column;
      justify-content: center;
      width: 100%; } }
  .account-container .socialLogin span, .login-block .socialLogin span {
    position: relative;
    display: block;
    width: 50%;
    text-align: right;
    right: 0px;
    line-height: 22px;
    color: #999; }
  @media screen and (max-width: 767px) {
      .account-container .socialLogin span, .login-block .socialLogin span {
        text-align: center;
        width: 100%; } }
  .account-container .socialLogin #uLogin, .login-block .socialLogin #uLogin {
    width: 50%;
    position: relative;
    right: 0px; }
  @media screen and (max-width: 767px) {
      .account-container .socialLogin #uLogin, .login-block .socialLogin #uLogin {
        margin-top: 5px;
        display: flex;
        justify-content: center;
        width: 100%; } }
  .account-container .socialLogin .ulogin-buttons-container, .login-block .socialLogin .ulogin-buttons-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 20px !important; }
  @media screen and (max-width: 767px) {
      .account-container .socialLogin .ulogin-buttons-container, .login-block .socialLogin .ulogin-buttons-container {
        text-align: center;
        justify-content: center;
        padding-left: 0 !important; } }
  .account-container .socialLogin [class*='ulogin-button-'], .login-block .socialLogin [class*='ulogin-button-'] {
    border-radius: 50% !important;
    display: none !important;
    zoom: 0.8; }
  .account-container .socialLogin .ulogin-button-facebook, .login-block .socialLogin .ulogin-button-facebook {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-vkontakte, .login-block .socialLogin .ulogin-button-vkontakte {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-odnoklassniki, .login-block .socialLogin .ulogin-button-odnoklassniki {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-googleplus, .login-block .socialLogin .ulogin-button-googleplus {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-twitter, .login-block .socialLogin .ulogin-button-twitter {
    display: inline-block !important;
    border: 1px solid #4fc2fb !important; }
  .account-container .socialLogin .ulogin-button-yandex, .login-block .socialLogin .ulogin-button-yandex {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-mailru, .login-block .socialLogin .ulogin-button-mailru {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-google, .login-block .socialLogin .ulogin-button-google {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-livejournal, .login-block .socialLogin .ulogin-button-livejournal {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-liveid, .login-block .socialLogin .ulogin-button-liveid {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-uid, .login-block .socialLogin .ulogin-button-uid {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-webmoney, .login-block .socialLogin .ulogin-button-webmoney {
    display: inline-block !important; }
  .account-container .socialLogin .ulogin-button-wargaming, .login-block .socialLogin .ulogin-button-wargaming {
    display: inline-block !important; }
  .account-container .socialLogin ul, .login-block .socialLogin ul {
    margin: 0; }
  .account-container .socialLogin a, .login-block .socialLogin a {
    display: block;
    padding: 6px;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%; }
  .account-container .socialLogin a i, .login-block .socialLogin a i {
    color: #a3a3a3;
    font-size: 18px; }

.account-container + .empty-box {
  padding-left: 35px;
  padding-right: 35px; }

.account-container:not(.checkout-container) {
  margin: 0 0 20px 0;
  padding: 20px 0 1px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666; }
  .account-container:not(.checkout-container) .btn-primary {
    font-family: 'Roboto', sans-serif;
    font-weight: 900; }
  .account-container:not(.checkout-container) h1 {
    padding-left: 35px;
    padding-right: 35px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase; }
  .account-container:not(.checkout-container) h1.reg-title {
    background: #f0f0f0;
    color: #353535;
    line-height: 65px;
    text-align: center; }
  .account-container:not(.checkout-container) h1.reg-title i {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #353535;
    border-image: initial;
    border-radius: 50%; }
  @media (max-width: 576px) {
        .account-container:not(.checkout-container) h1.reg-title span {
          font-size: 21px; } }
  .account-container:not(.checkout-container).forgotten {
    text-align: center; }
  .account-container:not(.checkout-container).forgotten h1 {
    color: #fff;
    text-align: center;
    line-height: 65px;
    background: #a3a3a3; }
  @media (max-width: 480px) {
      .account-container:not(.checkout-container).forgotten h1 {
        line-height: 44px; } }
  .account-container:not(.checkout-container).forgotten h1 i {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px; }
  .account-container:not(.checkout-container).forgotten p {
    max-width: 50%;
    text-align: center;
    display: inline-block; }
  @media (max-width: 767px) {
      .account-container:not(.checkout-container).forgotten p {
        max-width: 100%; } }
  .account-container:not(.checkout-container).forgotten legend {
    display: none; }
  .account-container:not(.checkout-container).forgotten label {
    font-size: 0;
    width: 42px;
    height: 33px;
    background: url(../image/neoseo_account/reg-mail.png) no-repeat center; }
  .account-container:not(.checkout-container).forgotten .form-group {
    display: flex;
    justify-content: center; }
  .account-container:not(.checkout-container).forgotten form {
    padding: 0 35px 35px; }
  .account-container:not(.checkout-container) .btn {
    min-width: 100px;
    padding: 10px; }
  .account-container:not(.checkout-container) p {
    padding: 0 35px; }
  .account-container:not(.checkout-container) p.reward-sum b {
    font-weight: 700;
    color: #a3a3a3; }
  .account-container:not(.checkout-container) p:last-child {
    padding-bottom: 15px; }
  .account-container:not(.checkout-container) .table .description {
    white-space: pre-wrap; }
  .account-container:not(.checkout-container) .ac-block {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee; }
  @media screen and (max-width: 767px) {
    .account-container:not(.checkout-container) .ac-block {
      flex-direction: column; } }
  .account-container:not(.checkout-container) .ac-block .btn {
    padding-left: 10px;
    margin-right: 35px;
    margin-left: 35px;
    font-size: 14px;
    font-weight: 900;
    color: #666;
    background: #ebebeb;
    box-shadow: none; }
  .account-container:not(.checkout-container) .ac-block .btn:hover {
    box-shadow: none;
    background: #ccc; }
  .account-container:not(.checkout-container) ul {
    margin: 0;
    margin-top: 20px;
    padding: 5px 35px 25px;
    list-style: none; }
  .account-container:not(.checkout-container) ul li {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 300;
    color: #666; }
  .account-container:not(.checkout-container) ul .ac-option {
    display: inline-block;
    width: 175px;
    font-size: 14px;
    font-weight: 300;
    color: #333; }
  @media screen and (max-width: 767px) {
      .account-container:not(.checkout-container) ul .ac-option {
        width: auto;
        padding-right: 20px;
        font-weight: 500; } }
  .account-container:not(.checkout-container) ul a {
    display: block;
    margin: 10px auto 5px;
    color: #a3a3a3; }
  .account-container:not(.checkout-container) .table-responsive {
    font-size: 14px; }
  .account-container:not(.checkout-container) .table-responsive thead {
    background: #a3a3a3;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff; }
  .account-container:not(.checkout-container) .table-responsive thead td {
    color: #fff; }
  .account-container:not(.checkout-container) .table-responsive td {
    text-align: center !important;
    border: none;
    padding: 15px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333; }
  .account-container:not(.checkout-container) .table-responsive td.bonus-0 {
    padding: 30px 35px 76px;
    font-size: 30px;
    line-height: 60px;
    font-weight: 300;
    color: #cacaca; }
  .account-container:not(.checkout-container) .row-results {
    margin: 0;
    padding: 15px 20px; }
  .account-container:not(.checkout-container) .buttons {
    margin: 0; }
  .account-container:not(.checkout-container) .buttons a {
    position: relative;
    top: -5px; }
  .account-container:not(.checkout-container) label {
    font-weight: 300; }
  @media (max-width: 767px) {
      .account-container:not(.checkout-container) .login-register .politics {
        width: 60%;
        margin: 0 auto; } }
  .account-container:not(.checkout-container) .login-register .form-group {
    display: flex;
    justify-content: center; }
  .account-container:not(.checkout-container) .login-register .form-group .field-main {
    padding-left: 35px; }
  @media screen and (max-width: 767px) {
        .account-container:not(.checkout-container) .login-register .form-group .field-main {
          width: 60%; } }
  .account-container:not(.checkout-container) .login-register .form-group .field-main label {
    position: absolute;
    height: 100%;
    width: 44px;
    left: 0;
    flex-grow: 0;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: left center; }
  .account-container:not(.checkout-container) .login-register .form-group .field-main label:before {
    position: relative;
    left: -10px; }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(1) .field-main label {
    background-image: url(../image/neoseo_account/reg-user.png); }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(2) .field-main label {
    background-image: url(../image/neoseo_account/reg-user.png); }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(3) .field-main label {
    background-image: url(../image/neoseo_account/reg-phone.png); }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(4) .field-main label {
    background-image: url(../image/neoseo_account/reg-mail.png); }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(5) .field-main label {
    background-image: url(../image/neoseo_account/reg-key.png); }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(6) .field-main {
    margin-bottom: 10px; }
  .account-container:not(.checkout-container) .login-register .form-group:nth-child(6) .field-main label {
    background-image: url(../image/neoseo_account/reg-key2.png); }
  .account-container:not(.checkout-container) .checkbox label {
    font-size: 12px;
    font-weight: 300; }
  .account-container:not(.checkout-container) input {
    padding: 10px 0;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 300; }
  .account-container:not(.checkout-container) input[type="submit"] {
    padding: 10px; }
  .account-container:not(.checkout-container) select {
    max-width: 300px; }
  .account-container:not(.checkout-container) ::-webkit-input-placeholder, .account-container:not(.checkout-container) ::-moz-placeholder, .account-container:not(.checkout-container) :-ms-input-placeholder, .account-container:not(.checkout-container) :-moz-placeholder {
    color: #999993; }
  .account-container:not(.checkout-container) .button-holder {
    text-align: center;
    padding-bottom: 40px; }
  .account-container:not(.checkout-container) .changepsw, .account-container:not(.checkout-container) .changeadr {
    padding: 0 35px 35px; }
  .account-container:not(.checkout-container) .changepsw .btn, .account-container:not(.checkout-container) .changeadr .btn {
    top: 0; }
  .account-container:not(.checkout-container) .changepsw legend, .account-container:not(.checkout-container) .changeadr legend {
    display: none; }

.empty-title {
  margin-top: 9px; }

.error-container {
  margin: 0 0 20px 0;
  padding: 5px 10px 40px 10px;
  border: 1px solid #eee;
  background: #fff; }

@media (max-width: 991px) {
  .account-icons .account-icon {
    justify-content: center;
    display: flex;
    margin: 5px 0; } }

.account-icons {
  padding: 20px 35px;
  background: #fff; }

.account-icons-list {
  margin-bottom: 0px;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start; }
  .account-icons-list a, .account-icons-list h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none; }
  .account-icons-list:hover {
    text-decoration: none; }

.account-item {
  transition: 0.2s ease;
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #a3a3a3;
  width: 114px;
  height: 84px;
  text-align: center;
  border: 1px solid #eee;
  padding: 7px 20px;
  transition: all 0.5s; }
  .account-item i {
    position: relative;
    display: block;
    padding: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    color: #a3a3a3; }
  .account-item i:before {
    position: relative;
    z-index: 1; }
  .account-item i:after {
    position: absolute;
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0; }
  .account-item:hover {
    background: #fff;
    border-color: #a3a3a3; }
  .account-item:hover h6 {
    color: #a3a3a3; }
  .account-item:hover i {
    color: #fff; }
  .account-item:hover i:after {
    background: #a3a3a3; }

.border-status {
  font-size: 19px;
  border: 4px dotted #57d17a;
  padding: 5px;
  border-radius: 4px;
  transform: rotate(-5deg);
  position: absolute; }

.order-list {
  padding: 6px 0;
  background: #f5f5f5;
  border: none;
  justify-content: flex-start;
  display: flex; }
  .order-list .order-list-left, .order-list .order-list-right {
    padding: 0;
    height: 40px;
    display: flex; }
  .order-list .order-list-print {
    border-left: 1px solid #ccc; }
  .order-list .order-list-print i {
    font-size: 32px;
    top: -5px;
    position: relative; }
  .order-list div {
    height: 40px;
    font-weight: 400;
    color: #444;
    font-size: 14px; }
  .order-list div span {
    display: inline-block;
    padding: 10px 0; }
  .order-list div a {
    color: #5e8ee4; }
  .order-list div a:hover {
    color: #5e8ee4; }
  .order-list .order-list-number a {
    border-bottom: 1px dotted; }
  .order-list .order-list-total-prise {
    padding-left: 0; }

@media (max-width: 1199px) and (min-width: 992px) {
  .order-list .order-list-print i {
    left: -6px; } }

@media (max-width: 1199px) {
  .order-list div {
    font-size: 13px; } }

.order-list-info {
  width: 190px; }

.order-list-number i, .order-list-info i {
  color: #5e8ee4; }
  .order-list-number i:hover, .order-list-info i:hover {
    color: #5e8ee4; }

.order-product-list {
  display: flex;
  padding: 0; }
  .order-product-list_left {
    border-top: 1px solid #ccc;
    padding: 10px 0; }
  .order-product-list_right {
    border-left: 1px solid #ccc;
    padding: 10px 0; }

@media (max-width: 992px) {
  .order-product-list_right {
    border-left: none; } }

.order-list-product {
  width: 380px; }
  .order-list-product a {
    text-align: center; }

.order-list-done {
  color: #57d17a;
  font-weight: bold; }

.order-list-right {
  border-left: 1px solid #ccc; }
  .order-list-right .order-list-status {
    position: relative; }

.order-list-history {
  position: absolute;
  right: 14px;
  border: none; }

.order-list-basket {
  display: flex;
  overflow: hidden;
  align-items: center; }
  .order-list-basket a {
    border-bottom: none !important; }

.product-list-info {
  padding: 0 8px;
  display: flex;
  border-bottom: 1px dotted #ccc; }
  .product-list-info .product-list-caption, .product-list-info .button-group-cart, .product-list-info .product-list-buy {
    padding: 10px;
    display: flex;
    flex-direction: column; }

.producr-list-price {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  .producr-list-price p {
    font-weight: bold;
    padding-right: 32px; }

#button-coupon, #button-voucher, #button-reward {
  padding: 7px 20px 8px; }

.product-grid .price-container {
  width: 50%; }

.column-product a {
  color: #1d1d1d;
  font-weight: bold; }
  .column-product a:hover {
    color: #1d1d1d;
    text-decoration: underline; }

.column-status {
  display: flex;
  width: 100%;
  flex-direction: column; }

.product-list-buy {
  justify-content: flex-end; }
  .product-list-buy .cart-add-button {
    padding: 10px 0; }

.product-caption-article {
  padding: 10px 0;
  font-weight: bold; }

.panel-body {
  padding: 0; }

#accordion-shipping-payment {
  margin-top: 10px; }

.order-title {
  width: 30%; }

@media (max-width: 991px) {
  .account-icons-list {
    flex-wrap: wrap; }

  .column-portable {
    display: flex;
    flex-direction: column; } }

@media (max-width: 768px) {
  .product-list-buy, .product-list-image {
    margin: 0 auto; }
    .product-list-buy img, .product-list-image img {
      margin: 0 auto; }

  .column-product {
    text-align: center; }

  .product-list-info {
    flex-direction: column;
    align-items: center; } }

@media (max-width: 515px) {
  .account-icon {
    width: 24%;
    margin: 0 1% 5px 0 !important; }
    .account-icon .account-item {
      width: 100%;
      height: 69px; }
      .account-icon .account-item h6 {
        display: none; }
      .account-icon .account-item i {
        font-size: 24px; } }

@media (max-width: 480px) {
  .login-btns {
    flex-direction: column; }
    .login-btns .block-flex-col {
      height: 65px; }

  #uLogin {
    display: flex; }

  .login-title h1 {
    font-size: 21px;
    margin: 0; } }

.radio-box {
  text-align: center;
  margin: 20px 0 10px; }

@media (max-width: 767px) {
    .login-register .subscribe-on-news, .login-register .agree {
      width: 60%; } }

.action-list {
  margin: 30px 0; }
  .action-list .item {
    margin: 20px 0;
    padding-bottom: 0; }
  .action-list .item-title {
    margin-top: 8px; }
  .action-list .item-pic {
    float: left;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 400px;
    position: relative;
    z-index: 6; }
  .action-list .timer-title {
    font-size: 13px;
    opacity: 0.8;
    margin: 8px 0; }
  .action-list .timer-time {
    width: 235px;
    text-align: left;
    position: relative;
    left: -3px;
    margin-bottom: 20px; }

.action-item {
  background: #fff;
  padding: 10px;
  margin: 25px 0 30px;
  border: 1px solid #eee; }
  .action-item p {
    word-break: break-word; }
  .action-item .item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd; }
  @media (max-width: 991px) {
    .action-item .item {
      flex-direction: column; } }
  .action-item .item-top {
    padding-left: 0; }
  @media (min-width: 992px) {
      .action-item .item-bottom {
        width: 50%; } }
  @media (max-width: 991px) {
      .action-item .item-bottom {
        padding-left: 0; } }
  @media (max-width: 991px) {
      .action-item .item-desc {
        display: flex;
        flex-direction: column;
        align-items: center; } }
  @media (max-width: 480px) {
      .action-item .item-desc .timer-time {
        width: 100%; } }
  .action-item .item-pic {
    float: left;
    margin-right: 30px;
    max-width: 100%;
    border: 1px solid #eee; }
  .action-item .timer-title {
    font-size: 27px;
    color: #a3a3a3;
    opacity: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px; }
  .action-item .timer-time {
    width: 390px;
    text-align: left;
    position: relative;
    left: -8px;
    margin-bottom: 30px;
    margin-top: 20px; }

@media (max-width: 991px) {
  .action-item .item-pic {
    float: none;
    margin-right: 0;
    margin-bottom: 20px; }
    .action-item .timer-title {
      font-size: 17px; }
    .action-item .timer-time {
      width: 350px;
      margin-bottom: 20px; } }

.item-pic img {
  max-width: 100%;
  max-height: 400px; }

.action-item .item-type, .action-list .item-type {
  display: inline-block;
  padding: 5px 10px;
  background: #e6e6e6;
  color: white;
  border-radius: 5px; }

.action-content .short-container {
  padding-left: 0;
  padding-right: 0; }

#content.action-content .container {
  width: 100%; }

@media (max-width: 767px) {
  .action-list .item-pic {
    float: none;
    margin-right: 0; } }

@media (max-width: 400px) {
  /* Actions Page END */
  /* Actions View */
    .action-item .timer-time {
      width: 292px;
      margin-bottom: 15px; } }

#actions {
  margin: 10px 0 0; }
  #actions .container {
    width: 100%; }
  #actions .action-box {
    margin-bottom: 20px;
    text-align: center; }
  #actions h3 {
    margin-top: 0;
    margin-bottom: 15px; }
  #actions .timer-title {
    font-size: 16px;
    margin-bottom: 10px;
    min-width: 250px; }
  @media (min-width: 768px) {
    #actions .timer-title {
      margin-left: 10px; } }
  #actions .timer-time {
    text-align: left;
    max-width: 300px;
    margin: 10px auto; }
  #actions .item-pic {
    margin: 7px 0;
    max-height: 250px; }
  #actions .item-pic img {
    max-height: 500px;
    max-width: 100%; }
  #actions .action-box[class^='col-'] {
    width: 50%; }

@media (min-width: 992px) and (max-width: 1199px) {
  #actions h3 {
    font-size: 22px;
    height: 40px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #actions h3 {
    font-size: 18px;
    margin-bottom: 2px;
    height: 38px; } }

@media (max-width: 767px) {
  #actions {
    margin: 10px 0; }
    #actions h3 {
      font-size: 23px; }
    #actions .action-box {
      padding: 0 0 20px;
      margin: 0 15px 20px;
      border-bottom: solid 1px #e4e7e8; }
      #actions .action-box:last-child {
        border-bottom: none;
        margin-bottom: 0; }
    #actions .action-box[class^='col-'] {
      width: 100%;
      display: block;
      margin-right: 0;
      margin-left: 0; } }

@media (max-width: 480px) {
  #actions h3 {
    font-size: 21px; } }

.action-content {
  padding: 0 !important; }

.actions-main {
  padding: 0 10px; }

.action-info {
  padding: 15px;
  margin: 0 -10px 10px;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px; }
  .action-info p {
    word-break: break-word; }
  .action-info .item > div {
    padding-left: 0; }
  .action-info h3 {
    padding-top: 10px;
    text-align: center; }
  .action-info h3 a {
    color: #a3a3a3;
    font-size: 27px; }
  @media (max-width: 767px) {
        .action-info h3 a {
          font-size: 18px; } }
  .action-info .item-pic {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center; }
  .action-info .timer-title {
    padding: 0;
    color: #333;
    text-align: center; }
  .action-info .timer-time {
    padding: 0;
    margin-bottom: 20px; }
  .action-container {
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    .action-container .item-timer {
      display: flex;
      flex-direction: column;
      align-items: center; }

    .action-container .item-pic {
      margin: 15px 0 !important; } }
  @media (max-width: 767px) {
    .action-container {
      margin: 0 -15px 20px; } }
  @media (max-width: 480px) {
    .action-container .timer-time {
      width: 100% !important; } }
  .action-container p {
    word-break: break-word; }
  .action-container:nth-child(even) .item-pic {
    margin: 0 0 0 30px; }
  .action-container:nth-child(even) .item-timerAndPic {
    order: 2; }
  .action-list {
    display: flex;
    margin: 0;
    padding: 0; }
  @media (max-width: 991px) {
    .action-list {
      flex-direction: column;
      align-items: center; } }
  .action-list p {
    word-break: break-word; }
  .action-list .item-timerAndPic {
    display: flex;
    padding-left: 0; }
  .action-list .item-pic {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    max-width: 100%; }
  .action-list .item-pic img {
    border: 1px solid #eee; }
  @media (max-width: 991px) {
      .action-list .item-title {
        text-align: center; } }
  .action-list .item-title a {
    font-size: 32px;
    color: #a3a3a3; }
  @media (max-width: 767px) {
        .action-list .item-title a {
          font-size: 21px; } }
  .action-list .timer-time {
    width: 300px; }
  .action-list .item-desc {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  @media (min-width: 992px) {
      .action-list .item-desc {
        width: 50%; } }

@media (max-width: 767px) {
    .item > div {
      padding-left: 0 !important; } }

.item-line {
  display: flex; }
  @media (max-width: 600px) {
    .item-line {
      flex-direction: column; } }
  .item-line .line__right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding-left: 15px; }
  .item-line .line__right .timer-time {
    width: 250px; }
  @media (max-width: 1199px) and (min-width: 992px) {
        .item-line .line__right .timer-time {
          width: 175px; } }

#actions {
  margin: 30px 0;
  display: inline-flex;
  padding: 0 15px;
  width: 100%; }

.end {
  background: #8a6d3b !important;
  display: inline-block !important;
  font-size: 16px !important;
  padding: 5px 15px !important;
  color: #fff !important;
  border-radius: 4px !important; }

.actions-category {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  /*--- ACTION ITEM GRID START ---*/ }
  .actions-category > div {
    margin-bottom: 10px; }
  .actions-category .action-info {
    height: 100%;
    word-break: break-all; }
  .actions-category .action-info h3 {
    min-height: 70px; }
  @media (max-width: 767px) {
    .actions-category .action-info {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .actions-category .action-info .timer-title {
    margin: 0 auto 20px !important;
    text-align: center;
    justify-content: center;
    display: block !important;
    padding: 5px 15px !important;
    width: 100% !important;
    min-width: auto !important;
    max-width: 250px !important; }

.action-grid-heading {
  text-align: center;
  margin-bottom: 14px; }
  .action-grid-heading span {
    background: #a3a3a3;
    color: #fff;
    padding: 0 12px 3px; }

#action-grid-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  #action-grid-list .action-item-grid {
    background: #fff;
    padding: 0;
    border: 1px solid #eee;
    margin: 0 -10px; }
  @media (max-width: 767px) {
    #action-grid-list .action-item-grid {
      margin-bottom: 15px; } }
  #action-grid-list .action-item-grid__image {
    text-align: center;
    border-bottom: 1px solid #eee; }
  #action-grid-list .action-item-grid__image img {
    max-width: 100%;
    height: auto; }
  #action-grid-list .action-item-grid__title {
    display: flex;
    padding: 15px 24px;
    margin-bottom: 0;
    height: auto;
    justify-content: center;
    min-height: 60px;
    align-items: center;
    border-bottom: 1px solid #eee; }
  #action-grid-list .action-item-grid__title a {
    font-size: 18px;
    color: #333;
    font-weight: bold; }
  #action-grid-list .action-item-grid__content {
    background: #fff;
    padding-bottom: 15px; }
  #action-grid-list .action-item-grid__info {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
    padding: 20px 30px 15px; }
  @media (max-width: 413px) {
      #action-grid-list .action-item-grid__info {
        flex-direction: column;
        align-items: center; }
        #action-grid-list .action-item-grid__info > div {
          width: 100%; }
          #action-grid-list .action-item-grid__info > div:first-child {
            margin-bottom: 15px; } }
  #action-grid-list .action-item-grid__finish {
    margin-left: 0; }
  #action-grid-list .action-item-grid__link {
    transition: 0.3s;
    color: #fff;
    width: 180px;
    display: flex;
    height: 50px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    border: 1px solid #ef532b;
    background: #ef532b;
    font-size: 16px;
    font-weight: 800; }
  #action-grid-list .action-item-grid__link:hover {
    transition: 0.3s;
    background: #e6e6e6;
    color: #fed559; }
  #action-grid-list .action-item-grid__time-title {
    font-size: 16px;
    margin: 5px 0;
    text-align: center;
    background: #a3a3a3;
    color: #fff;
    padding: 2px 5px; }
  #action-grid-list .action-item-grid__time-count {
    background: #fff;
    max-width: 270px;
    width: 100%; }

.common-home #actions {
  /*--- ACTION ITEM GRID END ---*/
  /* Actions END */ }
  .common-home #actions #actions {
    padding: 0; }
  .common-home #actions #actions .action-info {
    margin: 0; }

#blog-search {
  border: 1px solid #ccc;
  top: 0; }
  #blog-search > .form-control {
    border: none;
    border-right: 1px solid #ccc; }
  #blog-search > .input-group-btn, #blog-search #button-search {
    height: 100%;
    background: #ececec;
    padding: 2px 9px 2px;
    color: #747474; }

.related-products-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 9px; }
  .related-products-container .related-products-grid {
    margin-bottom: 15px; }
  .related-products-container .related-products-grid .product-thumb {
    background: #fff;
    border: 1px solid #eee;
    margin: 5px -10px;
    padding: 10px; }
  .related-products-container .related-products-grid .product-thumb h4 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    height: 37px;
    overflow: hidden; }
  .related-products-container .related-products-grid .product-thumb h4 > a {
    color: #1d1d1d; }
  .related-products-container .related-products-grid .product-thumb .price {
    font-size: 18px;
    text-align: center;
    min-height: 20px; }

#related_articles {
  padding: 0 5px; }

.related-products-column .product-thumb {
  padding: 0 5px;
  display: flex;
  border: none !important; }
  .related-products-column .product-thumb .image {
    margin-right: 10px;
    width: 40%; }
  .related-products-column .product-thumb .quickview {
    display: none; }
  .related-products-column .product-thumb .quickview > * {
    display: none; }
  .related-products-column .product-thumb .caption {
    width: 60%; }
  .related-products-column .product-thumb h4 {
    font-weight: 400;
    font-size: 16px;
    height: 39px;
    overflow: hidden;
    margin-right: 7px; }
  .related-products-column .product-thumb h4 > a {
    color: #595959; }
  .related-products-column .product-thumb h4 > a:hover {
    color: #595959; }
  .related-products-column .product-thumb h4 .price {
    color: #595959;
    font-size: 16px;
    text-align: center;
    min-height: 20px; }
  .related-products-column .product-thumb:hover {
    padding: 0 5px; }

@media (max-width: 1199px) {
  .related-products-container .related-products-grid .product-thumb .price {
    font-size: 16px;
    text-align: center;
    min-height: 20px; }

  .related-products-column .product-thumb {
    align-items: center;
    flex-direction: column; }
    .related-products-column .product-thumb .caption {
      width: 100%;
      text-align: center; } }

#button-comment:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  opacity: 0.94; }

@media (max-width: 767px) {
  .article-thumb {
    display: flex;
    flex-direction: column !important; }

  .product-layout .news .image img {
    width: 100%; }

  #form-comment.with-captcha #button-comment {
    bottom: -5px; } }

.comment-reply-link {
  background: #a3a3a3;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  text-shadow: none;
  border: none;
  box-shadow: none;
  padding: 5px 16px; }
  .comment-reply-link:hover {
    background: #e6e6e6;
    color: #fff;
    border: none;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none; }

.entry-meta {
  padding: 0 0 6px;
  margin-top: 0;
  display: flex; }
  .entry-meta a {
    font-size: 13px;
    color: #6b6b6b; }
  .entry-meta a:hover {
    text-decoration: underline; }
  .entry-meta .fa {
    font-size: 14px;
    margin-right: 2px; }
  .entry-meta span {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 5px;
    color: #595959; }

@media (max-width: 1199px) and (min-width: 768px) {
  .entry-meta span {
    font-size: 12px; } }

.row.article-block {
  margin-bottom: 30px; }

.common-home .row.article-block .product-layout {
  padding-left: 0;
  padding-right: 0; }

.product-grid {
  text-align: center; }

.blog-content .product-grid .caption, .article-block .product-thumb .caption, .article-block .article-thumb .caption {
  height: 180px;
  overflow: hidden;
  /*&:before {
      content: "";
      display: block;
      height: 30px;
      width: 99%;
      position: absolute;
      bottom: 5px;
      left: 1px;
      @include top-gradient(rgba(255, 255, 255, 0), #FFF);
    }*/
  margin-top: 0; }

.article-block .product-layout .product-thumb, .article-block .product-layout .product-thumb:hover, .article-block .product-layout .article-thumb, .article-block .product-layout .article-thumb:hover {
  padding: 10px;
  margin: 0;
  border: 1px solid #eee; }

.product-block .product-thumb .caption {
  min-height: 140px;
  position: relative;
  /* Blog - comments */ }

.comment-body {
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
  border-radius: 0; }
  .comment-body .comment-content {
    padding: 0 0 15px;
    font-size: 13px;
    line-height: 1.25;
    word-wrap: break-word; }
  .comment-body .comment-top {
    display: flex; }
  .comment-body .comment-top .comment-meta {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%; }
  .comment-body .comment-top .comment-meta .comment-author {
    padding-right: 15px;
    width: 50%; }
  .comment-body .comment-top .comment-meta .comment-author::after {
    content: '';
    width: 2px;
    height: 25px;
    display: block;
    background: white;
    position: absolute;
    left: 25%;
    top: 18px;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #bbbaba; }
  .comment-body .comment-top .comment-meta .comment-date {
    width: 50%;
    padding-left: 10px;
    position: relative;
    top: -2px; }
  .comment-body .comment-top .comment-rating {
    display: flex;
    width: 50%;
    justify-content: flex-end; }
  .comment-body .comment-top .comment-rating span {
    position: relative;
    margin-right: 5px;
    font-size: 16px; }
  .comment-body .comment-middle {
    display: flex; }
  .comment-body .comment-middle .comment-quot {
    display: flex;
    width: 10%;
    font-size: 108px;
    color: #a3a3a3; }
  .comment-body .comment-middle .comment-content {
    padding: 21px 15px 15px 0;
    display: flex;
    width: 90%;
    color: #595959; }
  .comment-body .comment-bottom {
    display: flex;
    justify-content: flex-end; }

.comment-rating .fa-stack {
  width: 0.9em;
  height: 1em; }

.comment-rating .fa-stack-2x {
  color: #ec0404;
  font-size: 1em; }

@media (max-width: 991px) {
  .comment-body .comment-left {
    width: 26%; }

  .comment-body .comment-right {
    width: 73%; } }

@media (max-width: 767px) {
  .comment-body .comment-left {
    width: 25%; }

  .comment-body .comment-right {
    width: 74%; } }

@media (max-width: 480px) {
  .comment-body .comment-left {
    width: 100%;
    margin-bottom: 15px; }

  .comment-body .comment-right {
    width: 100%; } }

.comment-author {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px; }

.comment-date {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  opacity: 0.8; }

.comment-children {
  margin-left: 0;
  padding-left: 40px; }
  .comment-children .comment-body {
    background: #ededed;
    border-radius: 3px;
    margin-bottom: 10px; }
  .comment-children .comment-left {
    margin-bottom: 20px; }
  .comment-children .comment-meta {
    display: flex; }
  @media (max-width: 414px) {
    .comment-children .comment-meta {
      flex-direction: column; } }
  .comment-children .comment-meta > div {
    margin: 0; }
  .comment-children .comment-meta .comment-author {
    padding-right: 15px;
    width: 130px; }
  @media (max-width: 414px) {
      .comment-children .comment-meta .comment-author {
        margin-bottom: 10px; } }
  .comment-children .comment-meta .comment-author::after {
    content: '';
    width: 2px;
    height: 25px;
    display: block;
    background: white;
    position: absolute;
    left: 120px;
    top: 18px;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #bbbaba; }
  @media (max-width: 414px) {
        .comment-children .comment-meta .comment-author::after {
          display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .comment-author {
    font-size: 12px; }

  .comment-date {
    font-size: 10px; } }

#form-comment #input-captcha {
  margin-right: 20px;
  width: 50%;
  float: left; }
  #form-comment .buttons {
    display: inline-block;
    margin: 0;
    margin-bottom: 4px; }
  #form-comment .comment-captcha label {
    width: 100%;
    text-align: left; }
  #form-comment .comment-captcha .col-sm-10 {
    clear: left; }
  #form-comment.with-captcha #button-comment {
    position: relative;
    bottom: -30px; }

#reply-remove {
  white-space: nowrap; }

.article-block.arbs .product-thumb .entry-meta span {
  font-size: 11px; }

.article-block.arbs .product-thumb .entry-meta span .fa {
  font-size: 12px;
  margin-right: 1px; }

@media (max-width: 1199px) {
  .paginator > div {
    float: none;
    width: 100%;
    text-align: left; }

  .paginator .text-left {
    position: relative;
    top: -5px; } }

.row.actik {
  padding-top: 5px; }

@media (max-width: 1199px) {
  .row.actik {
    font-size: 13px;
    line-height: 1.25; } }

@media (max-width: 991px) {
  .row.actik {
    line-height: 1.2; }
    .row.actik img {
      float: none;
      width: auto;
      max-width: 100%;
      display: block; } }

.wrapps.asb-wrap {
  padding-top: 0; }

.aticle-body {
  color: #595959; }
  .aticle-body ul, .aticle-body ol {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px; }
  .aticle-body li {
    margin-left: 30px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .aticle-body img {
    max-width: 100%;
    margin-bottom: 8px;
    margin-top: 8px; }

#form-comment #input-review + .help-block {
  font-size: 12px;
  margin-bottom: 14px; }

.articles-top {
  margin-bottom: 20px;
  padding: 25px 20px;
  background: #fff;
  border: 1px solid #eee;
  min-height: 175px; }
  .articles-top h2 {
    color: #1d1d1d;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .articles-top p {
    color: #595959; }
  .articles-top a.moreLink {
    text-transform: uppercase;
    color: #a3a3a3;
    font-size: 15px;
    text-align: center;
    background: linear-gradient(to top, #fff 46%, rgba(125, 185, 232, 0) 100%);
    width: 100%; }

.articles-bottom {
  padding: 10px;
  background: #fff;
  border: 1px solid #eee; }

.article-block .article-layout .news {
  overflow: hidden;
  margin: 0px -10px 10px;
  background: #fff;
  border: 1px solid #eee; }
  .article-block .article-layout .news > a {
    color: #0c0c0c; }
  .article-block .article-layout .news .image {
    padding: 2px 2px 0 2px; }
  .article-block .article-layout .news .image > a > img {
    width: 100%;
    margin: 0 auto; }
  .article-block .article-layout .news .caption {
    height: auto;
    padding: 10px;
    overflow: hidden; }
  .article-block .article-layout .news .caption h4 a {
    color: #000;
    text-transform: uppercase; }
  .article-block .article-layout .news .caption .entry-meta {
    height: 24px; }
    .article-block .article-layout .news .caption .entry-meta .entry-date {
      width: 50%; }
    .article-block .article-layout .news .caption .entry-meta .rating-container {
      position: relative;
      top: -3px;
      width: 50%;
      display: flex;
      justify-content: flex-end; }
    .article-block .article-layout .news .caption .entry-meta .rating-container .rating {
      margin-right: 0; }
  .article-block .article-layout .news .caption h4 {
    height: 36px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: bold; }
  .article-block .article-layout .news .caption p {
    opacity: 0.8;
    color: #1d1d1d;
    overflow: hidden;
    padding: 10px 0;
    height: 170px; }
  .article-block .article-layout .news .caption .post-info {
    padding: 10px 0 0 10px;
    width: 130px;
    display: flex;
    border-top: 1px solid #e1e1e1;
    color: #1d1d1d; }
    .article-block .article-layout .news .caption .post-info .entry-views {
      margin-right: 15px; }
    .article-block .article-layout .news .caption .post-info .entry-views i {
      margin-right: 10px; }
    .article-block .article-layout .news .caption .post-info .entry-comments-link i {
      margin-right: 10px; }
  .article-block .article-layout .news:hover .image > a img {
    outline: 2px solid #a3a3a3; }

@media (max-width: 1199px) {
  .article-block .article-layout .news .caption .entry-meta {
    height: 44px;
    flex-direction: column; }
    .article-block .article-layout .news .caption .entry-meta .entry-date {
      width: 100%;
      text-align: center; }
    .article-block .article-layout .news .caption .entry-meta .rating-container {
      width: 100%;
      justify-content: center; } }

@media (max-width: 991px) {
  .article-block .article-layout .news .caption .entry-meta {
    height: auto;
    flex-direction: row; }
    .article-block .article-layout .news .caption .entry-meta .entry-date {
      width: 50%;
      text-align: left; }
    .article-block .article-layout .news .caption .entry-meta .rating-container {
      width: 50%;
      justify-content: flex-end; } }

@media (max-width: 400px) {
  .article-block .article-layout .news .caption .entry-meta {
    flex-direction: column; }
    .article-block .article-layout .news .caption .entry-meta .entry-date {
      width: 100%;
      text-align: center; }
    .article-block .article-layout .news .caption .entry-meta .rating-container {
      width: 100%;
      justify-content: center; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .article-block .article-layout .news .caption {
    height: auto; } }

@media (max-width: 767px) {
  .article-layout-posts .news {
    margin: 0px -11px 10px; }
    .article-layout-posts .news > a {
      color: #595959; }
    .article-layout-posts .news .image > a > img {
      margin: 0 auto; }
    .article-layout-posts .news .caption {
      padding: 10px;
      overflow: hidden; }
      .article-layout-posts .news .caption a {
        color: #595959; }
      .article-layout-posts .news .caption p {
        overflow: hidden;
        height: 139px;
        padding: 10px 0; }
      .article-layout-posts .news .caption h4 {
        margin-top: 5px;
        height: 40px;
        overflow: hidden; } }

@media (max-width: 480px) and (min-width: 391px) {
  .article-block .article-layout .news {
    font-size: 12px; }
    .article-block .article-layout .news .h4 {
      font-size: 14px; }
    .article-block .article-layout .news .caption {
      height: auto; } }

@media (max-width: 390px) {
  .article-block .article-layout .news {
    font-size: 12px; }
    .article-block .article-layout .news .h4 {
      font-size: 14px; }
    .article-block .article-layout .news .caption {
      height: auto; } }

.item > div {
  padding-left: 15px; }

.testimonial-container {
  transition: 0.5s;
  text-align: center;
  padding: 40px 10px 10px 10px;
  height: auto;
  line-height: 2; }
  .testimonial-container hr {
    margin-top: 0; }

.btn-post {
  transition: 0.5s;
  border-radius: 5px;
  background: #a3a3a3;
  padding: 5px 10px;
  color: #fff;
  border: none; }
  .btn-post:hover {
    color: #fed559;
    background: #e6e6e6; }

.reviewer-name {
  color: #595959;
  font-weight: bold;
  margin-right: 5px; }
  .reviewer-name:hover {
    color: #595959;
    text-decoration: underline; }

.admin-block {
  text-indent: 10px; }
  .admin-block .admin-name {
    color: #595959;
    font-weight: bold;
    margin-right: 5px; }
  .admin-block .admin-name:hover {
    color: #595959;
    text-decoration: underline; }
  .admin-block .admin-name i {
    margin-right: 5px; }
  .admin-block .admin-description {
    text-indent: 48px; }

.entry-category-link {
  display: flex;
  height: auto;
  overflow: hidden; }
  .entry-category-link i {
    margin-right: 5px; }

.article-thumb .images > a > img {
  display: block;
  max-width: 200px;
  width: auto;
  height: auto;
  margin: 0 10px 10px 0; }

@media (max-width: 992px) {
  .article-thumb .images > a > img {
    display: block;
    max-width: 200px;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto; } }

.article-thumb {
  align-items: center;
  transition: 0.1s ease-in-out;
  display: flex;
  flex-direction: row;
  padding: 17px 15px 5px;
  background: #fff;
  opacity: 0.95;
  border: 1px solid #eee; }
  .article-thumb:hover {
    padding: 17px 15px 5px; }

.article-search-container {
  transition: 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 5px 10px;
  background: #fff;
  opacity: 0.95;
  border: 1px solid #eee;
  margin: 0 0 10px;
  color: #1d1d1d; }
  .article-search-container .buttons.clearfix {
    width: 96%;
    margin: 0 auto !important; }
  .article-search-container .entry-meta span, .article-search-container .entry-meta i {
    color: #0c0c0c; }

.blog-content .module {
  margin: 0; }

.article-post {
  transition: 0.1s ease-in-out;
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0.95;
  border: 1px solid #eee;
  margin: 0 0 10px;
  color: #1d1d1d;
  padding: 20px; }
  .article-post h2 {
    font-weight: bold; }
  .article-post .entry-meta {
    display: flex;
    flex-direction: column; }
  .article-post .entry-meta_top {
    margin-bottom: 5px; }
  .article-post .entry-meta_top .entry-date {
    border-right: 1px solid #595959;
    padding-right: 10px;
    margin-right: 10px;
    color: #595959; }
  .article-post .entry-meta_top .entry-author {
    color: #595959; }
  .article-post .entry-meta_top .entry-author a {
    color: #36f; }
    .article-post .entry-meta_top .entry-author a:hover {
      color: #36f; }
  .article-post .entry-meta_bottom {
    font-weight: bold; }
  .article-post .entry-meta_bottom i {
    font-weight: bold; }

.costumer-comments {
  background: #fff;
  padding: 15px 15px 0 15px; }
  .costumer-comments .form-horizontal .costumer-form {
    background: #ececec;
    margin: 0 -15px;
    padding: 10px 30px; }
  .costumer-comments .form-horizontal .costumer-form #comment_write {
    font-weight: bold;
    margin: 20px 0 40px;
    text-transform: uppercase; }
  .costumer-comments .form-horizontal .costumer-form .customer-info {
    display: flex; }
  .costumer-comments .form-horizontal .costumer-form .customer-info .control-label {
    width: 20%;
    text-align: left; }
  .costumer-comments .form-horizontal .costumer-form .customer-info .form-control {
    width: 80%; }
  .costumer-comments .form-horizontal .costumer-form .customer-comment {
    display: flex; }
  .costumer-comments .form-horizontal .costumer-form .customer-comment .control-label {
    display: flex;
    width: 20%;
    text-align: left; }
  .costumer-comments .form-horizontal .costumer-form .customer-comment .form-control {
    width: 80%; }
  .costumer-comments .form-horizontal .costumer-form .costumer-form-submit {
    display: flex;
    flex-direction: column;
    padding-left: 21%; }

.articles-layout {
  padding: 5px 5px 5px 9px; }
  .articles-layout .article-thumb .images {
    margin-right: 20px; }
  .articles-layout .article-thumb .entry-meta {
    color: #595959; }
  .articles-layout .article-thumb .entry-meta .entry-date {
    border-right: 1px solid #595959;
    padding-right: 10px;
    margin-right: 10px; }
  .articles-layout .article-thumb .entry-meta .entry-author a {
    color: #36f; }
    .articles-layout .article-thumb .entry-meta .entry-author a:hover {
      color: #36f; }
  .articles-layout .article-thumb .caption p {
    color: #595959; }
  .articles-layout .article-thumb .caption .caption-bottom {
    display: flex;
    align-items: center;
    margin: 20px 0;
    justify-content: space-between; }
  .articles-layout .article-thumb .caption .caption-bottom ._left {
    display: flex; }
    .articles-layout .article-thumb .caption .caption-bottom ._left .button_more {
      background: #a3a3a3;
      color: #fff;
      padding: 10px 15px; }
    .articles-layout .article-thumb .caption .caption-bottom ._left .button_more:hover {
      background: #e6e6e6; }
  .articles-layout .article-thumb .caption .caption-bottom ._right {
    display: flex;
    width: 280px;
    justify-content: space-between;
    padding-right: 20px; }
    .articles-layout .article-thumb .caption .caption-bottom ._right .rating-container {
      top: -4px;
      position: relative; }
    .articles-layout .article-thumb .caption .caption-bottom ._right .entry-views, .articles-layout .article-thumb .caption .caption-bottom ._right .entry-comments-link {
      color: #000; }
    .articles-layout .article-thumb .caption .caption-bottom ._right .entry-views i, .articles-layout .article-thumb .caption .caption-bottom ._right .entry-comments-link i {
      margin-right: 5px; }

@media (max-width: 767px) {
  .comment-top {
    flex-direction: column; }
    .comment-top .comment-meta {
      width: 100% !important; }
      .comment-top .comment-meta .comment-author::after {
        left: 50% !important; }
    .comment-top .comment-rating {
      margin-top: 10px;
      width: 100% !important;
      justify-content: flex-start !important; }

  .costumer-comments .form-horizontal .customer-info {
    display: flex;
    flex-direction: column; }
    .costumer-comments .form-horizontal .customer-info .control-label {
      width: 100% !important;
      text-align: left;
      margin-bottom: 20px; }
    .costumer-comments .form-horizontal .customer-info .form-control {
      width: 100% !important; }
    .costumer-comments .form-horizontal .customer-comment {
      display: flex;
      flex-direction: column; }
    .costumer-comments .form-horizontal .customer-comment .control-label {
      width: 100% !important;
      text-align: left;
      margin-bottom: 20px; }
    .costumer-comments .form-horizontal .customer-comment .form-control {
      width: 100% !important; }
    .costumer-comments .form-horizontal .costumer-form-submit {
      display: flex;
      flex-direction: column;
      padding-left: 0 !important; } }

@media (max-width: 550px) {
  .comment-quot {
    display: none !important; }

  .articles-layout .article-thumb .caption .caption-bottom {
    flex-direction: column; }
    .articles-layout .article-thumb .caption .caption-bottom ._left {
      width: 100%;
      justify-content: center;
      order: 2; }
    .articles-layout .article-thumb .caption .caption-bottom ._right {
      width: 100%;
      justify-content: space-between;
      padding: 10px 20px 20px;
      order: 1; } }

.side-module .blog-category {
  padding-top: 15px; }
  .side-module .blog-category .blog-category-button {
    display: flex;
    justify-content: space-between;
    padding: 5px 30px 5px 10px;
    align-items: center;
    height: 46px; }
  .side-module .blog-category .blog-category-button h3 {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase; }
  .side-module .blog-category .blog-category-button i {
    font-size: 30px; }
  .side-module .blog-category > h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 15px 15px;
    /* list group */ }
  .side-module .blog-category .list-group .list-group-item {
    cursor: pointer;
    border-left: none;
    border-top: 1px solid #ddd;
    border-right: none;
    border-bottom: none; }
  .side-module .blog-category .list-group a {
    color: #595959;
    padding: 12px 12px 12px 20px;
    border-radius: 0 !important;
    display: flex;
    align-items: center; }
  .side-module .blog-category .list-group a:hover {
    color: #a3a3a3; }
  .side-module .blog-category .list-group a.active, .side-module .blog-category .list-group a.active:hover {
    background: transparent;
    color: #a3a3a3;
    border: none; }
  .side-module .blog-category .list-group a i {
    color: #a3a3a3;
    margin-right: 7px; }
  .side-module .blog-category .list-group .item-category {
    font-weight: bold;
    color: #000; }
  .side-module .blog-category .list-group .item-category.active, .side-module .blog-category .list-group .item-category.active:hover {
    color: #fff;
    background: #a3a3a3;
    border-radius: 0 !important;
    border: none; }
  .side-module .blog-category .list-group .item-category:hover {
    color: #fff;
    background: #a3a3a3;
    border-radius: 0 !important;
    border-top: 1px solid #a3a3a3; }
  .side-module .blog-article-short {
    padding: 5px 15px; }
  .side-module .blog-article-short > h3 {
    font-weight: bold;
    text-transform: uppercase; }
  .side-module .blog-article-short .actik {
    display: flex;
    align-items: center;
    height: 90px;
    border-bottom: 1px solid #ececec; }
  .side-module .blog-article-short .actik img {
    padding: 0;
    margin-right: 15px;
    max-width: 100%; }
  .side-module .blog-article-short .actik a {
    font-weight: bold; }
  .side-module .blog-article-short .actik:hover img {
    outline: 2px solid #a3a3a3; }
  .side-module .blog-article-short .actik:hover a {
    color: #a3a3a3; }

.related-product-container {
  padding: 10px 12px; }
  .related-product-container h3 {
    font-weight: bold;
    text-transform: uppercase; }

@media (max-width: 1199px) {
  .side-module .blog-article-short .actik {
    display: flex;
    padding: 15px 0;
    height: auto; } }

@media (max-width: 991px) {
  /* -  BLOG - END  */
    .related-product-container {
      display: none; }
    .side-module .blog-category {
      padding: 0; }
    .blog-article-short {
      display: none; } }

#neoseo-brands-abc {
  position: relative;
  border-radius: 4px;
  margin-bottom: 12px;
  z-index: 1; }
  #neoseo-brands-abc:hover {
    z-index: 10; }

#neoseo-brands-abc .heading {
  background: #a3a3a3;
  color: #fff;
  float: left;
  font-weight: 500;
  height: 22px;
  line-height: 19px;
  margin: 0 18px 0 0;
  padding: 0 10px;
  overflow: visible;
  position: relative; }

#neoseo-brands-abc ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#neoseo-brands-abc ul li {
  position: relative;
  float: left;
  margin: -1px 6px 7px 0; }

#neoseo-brands-abc a {
  cursor: pointer; }

#neoseo-brands-abc ul li > a {
  height: 24px;
  line-height: 22px;
  padding: 0 8px;
  text-decoration: none;
  border: solid 1px #ddd;
  border-radius: 3px;
  color: #666;
  display: block;
  text-align: center;
  background: #fff; }

#neoseo-brands-abc ul > li:hover > a {
  color: #f00;
  border: solid 1px #bbb;
  background: #f8f8f8; }

#neoseo-brands-abc .wrapper > ul > li:hover:before {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  bottom: -5px;
  height: 9px;
  content: '';
  border-left: solid 1px #bbb;
  border-right: solid 1px #bbb;
  background: #f8f8f8; }

#neoseo-brands-abc ul li > div {
  display: none;
  background: #f8f8f8;
  position: absolute;
  top: 115%;
  border-top: 0;
  border-radius: 0 3px 3px 3px; }

#neoseo-brands-abc ul > li:hover > div {
  display: block;
  padding: 4px 10px 4px 0px;
  z-index: 1;
  text-align: left;
  border: solid 1px #bbb; }

#neoseo-brands-abc ul ul li {
  border: none !important;
  padding: 0;
  margin: 0;
  min-width: 100px; }

#neoseo-brands-abc ul ul a {
  text-align: left;
  color: #666;
  border: none !important;
  white-space: nowrap;
  margin: 0;
  text-decoration: underline;
  background: #f8f8f8; }

#neoseo-brands-abc ul ul a:hover {
  border: none;
  text-decoration: none;
  box-shadow: none !important; }

@media (max-width: 767px) {
  #neoseo-brands-abc .col-xs-12 > ul li:hover:before {
    display: none; } }

.category-main-container #column-left .side-module {
  border: 1px solid #eee;
  padding: 0; }

.sidebar-category {
  margin-bottom: 5px;
  position: relative;
  z-index: 90; }
  .sidebar-category.is-collapsed .category-header {
    cursor: pointer; }
  .sidebar-category.is-collapsed .category-header:hover {
    color: #629e2c; }
  .sidebar-category.is-collapsed .category-header:after {
    font-family: FontAwesome, serif;
    content: "\f106";
    transition: 0.2s;
    font-size: 20px;
    position: relative;
    left: 4px;
    top: 0; }
  .sidebar-category.is-collapsed.collaps {
    margin-bottom: 0; }
  .sidebar-category.is-collapsed.collaps .category-header:after {
    content: "\f107"; }
  .sidebar-category.is-collapsed.collaps .dropmenu {
    display: none; }
  .sidebar-category .category-header {
    background: #a3a3a3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px -12px;
    height: 40px; }
  .sidebar-category ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .sidebar-category ul li {
    padding: 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #e4e4e4;
    position: relative; }
  .sidebar-category ul li:first-child {
    border-top: none; }
  .sidebar-category ul li:hover {
    background-color: rgba(0, 0, 0, 0.025); }
  .sidebar-category ul li a {
    padding: 8px 25px 8px 15px;
    display: block;
    font-size: 14px;
    color: #444; }
  .sidebar-category ul li a.active {
    font-weight: normal;
    color: #629e2c;
    background-color: rgba(0, 0, 0, 0.024); }
  .sidebar-category ul li:hover > a {
    color: #629e2c; }
  .sidebar-category a.activSub {
    position: relative; }
  .sidebar-category a.activSub:after {
    font-family: FontAwesome, serif;
    content: "\f105";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px; }
  .sidebar-category ul.dropmenu {
    position: relative;
    background-color: #f0f0f0; }
  .sidebar-category ul.dropmenu ul li:hover a {
    background-color: rgba(0, 0, 0, 0.025); }
  .sidebar-category ul.dropmenu > li > a {
    font-size: 15px; }
  .sidebar-category ul.dropmenu ul, .sidebar-category ul.dropmenu div {
    background: #fff;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.17);
    display: none;
    width: 260px;
    position: absolute;
    left: 100%;
    top: -1px; }
  .sidebar-category ul.dropmenu ul.level1 {
    top: 0; }
  .sidebar-category ul.dropmenu li:hover > ul, .sidebar-category ul.dropmenu li:hover > div {
    display: block;
    border-bottom: 1px solid #dfdfdf; }
  .sidebar-category .level2 {
    z-index: -1; }
  .sidebar-category .level3 {
    z-index: -2; }
  .sidebar-category .level3 a {
    font-size: 15px; }

.category-header {
  background: #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  height: 42px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300; }
  .category-header i {
    margin-right: 15px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-category ul.dropmenu > li > a {
    font-size: 15px; }
    .sidebar-category ul.dropmenu ul, .sidebar-category ul.dropmenu div {
      width: 235px; }
    .sidebar-category ul.dropmenu ul.level3 {
      width: 210px; }
    .sidebar-category ul li a {
      padding-left: 10px;
      padding-right: 20px; }
    .sidebar-category a.activSub:after {
      right: 8px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-category ul.dropmenu > li > a {
    font-size: 14px; }
    .sidebar-category ul.dropmenu ul, .sidebar-category ul.dropmenu div {
      width: 210px; }
    .sidebar-category ul.dropmenu ul.level3 {
      width: 170px; }
    .sidebar-category ul li a {
      font-size: 13px;
      padding-right: 15px; }
    .sidebar-category .level3 a {
      font-size: 12.5px; }
    .sidebar-category a.activSub:after {
      margin-top: -12px;
      right: 6px;
      font-size: 17px; } }

.sidebar-category.full-height .dropmenu li:hover > ul, .sidebar-category.full-height .dropmenu li:hover > div {
  min-height: 100%; }
  .sidebar-category.full-height ul li {
    position: static; }

.dropmenu {
  background: #fff;
  list-style: none;
  padding: 0; }
  .dropmenu span {
    display: flex;
    width: 100%;
    cursor: pointer; }
  .dropmenu a {
    color: #888;
    display: inline-block;
    font-size: 11pt;
    padding: 10px 0;
    word-break: break-word; }
  .dropmenu a.active {
    font-weight: 400;
    color: #a3a3a3; }
  .dropmenu li {
    position: relative; }
  .dropmenu .child-item {
    padding: 0 10px 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .dropmenu .child-item span {
    color: #888;
    display: inline-block;
    font-size: 11pt;
    padding: 10px 0 10px 19px;
    word-break: break-word; }
  .dropmenu .child-item i {
    cursor: pointer;
    position: absolute;
    color: #a3a3a3; }
  .dropmenu .child-item i + a {
    text-decoration: underline; }
  .dropmenu .child-item:hover {
    font-weight: bold; }
  .dropmenu .child-item .child-item-category {
    cursor: pointer;
    color: #888;
    display: inline-block;
    font-size: 11pt;
    padding: 10px 0;
    word-break: break-word;
    padding-left: 19px; }
  .dropmenu .child-sub-item {
    cursor: pointer;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px; }
  .dropmenu .child-sub-item:hover {
    font-weight: bold; }
  .dropmenu .child-sub-item i {
    cursor: pointer;
    position: absolute;
    color: #a3a3a3; }
  .dropmenu .child-sub-item i + a {
    font-weight: bold; }
  .dropmenu .level0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer; }
  .dropmenu .level0 > a {
    width: 100%; }
  .dropmenu .level0.with-child .icon {
    color: #888;
    display: block;
    padding-right: 0;
    background-size: 35%;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    width: 49px; }
  .dropmenu .level0.with-child .icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .dropmenu .level0 i {
    font-size: 15px;
    color: #000; }
  .dropmenu .level0 > a {
    padding: 0; }
  .dropmenu .level0:last-child {
    border-bottom: none; }
  .dropmenu .level0 .level2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    background: #f1f1f1;
    border-top: 1px solid #eee;
    list-style: none; }
  .dropmenu .level0 .level2 > div {
    padding-left: 30px; }
  .dropmenu .level0 .level2 .child-item {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .dropmenu .level0 .level2 .child-item span {
    color: #888;
    display: inline-block;
    font-size: 11pt;
    padding: 10px 0 10px 19px;
    word-break: break-word; }
  .dropmenu .level0 .level2 .child-sub-item {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .dropmenu .level0.active .level2 {
    display: block;
    font-weight: 600; }
  .dropmenu .level0 .level3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 25px;
    background: #f1f1f1;
    border-top: 1px solid #eee;
    list-style: none;
    padding-left: 20px;
    margin: 0 10px; }
  .dropmenu .level0.active .level3 {
    display: block;
    font-weight: 600; }
  .dropmenu .level0 .level4 {
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 30px;
    background: #f1f1f1;
    border-top: 1px solid #eee;
    list-style: none;
    padding-left: 20px;
    margin: 0 10px; }
  .dropmenu .level0.active .level4 {
    display: block;
    font-weight: 600; }
  .dropmenu .level0 .level5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 35px;
    background: #f1f1f1;
    border-top: 1px solid #eee;
    list-style: none;
    padding-left: 20px;
    margin: 0 10px; }
  .dropmenu .level0.active .level5 {
    display: block;
    font-weight: 600; }
  .dropmenu .level1 {
    background: #efefef;
    list-style: none;
    margin-top: -1px;
    width: 100%; }
  .dropmenu .level1 a {
    padding-left: 20px; }
  .dropmenu.active .level1 {
    display: block; }

.box-content #nav-one a:hover {
  text-decoration: underline; }
  .box-content #nav-one > li > a {
    padding: 10px 35px 10px 15px; }
  .box-content #nav-one .level0 .icon {
    right: -7px; }
  .box-content #nav-one .level1 > li {
    left: -18px; }
  .box-content #nav-one .level1 .icon {
    right: -24px; }

@media (max-width: 992px) {
  /* Neoseo_category_menu END */
    .box-content #nav-one .level0 .icon {
      background-size: 30%; }
      .box-content #nav-one .level1 > li {
        left: 7px; }
        .box-content #nav-one .level1 .icon {
          background-size: 30%;
          right: 0; } }

.category-tree-box .category-block {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .category-tree-box .category-block {
      margin-bottom: 10px; } }
  .category-tree-box .category-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: -1px; }
  @media (min-width: 768px) {
    .category-tree-box .category-button {
      display: none !important; } }
  .category-tree-box .category-button > a {
    font-size: 21px;
    color: #333; }
  .category-tree-box .category-button > i {
    background: #e7e7e7;
    padding: 1px 0 0 0;
    display: flex;
    align-items: center;
    width: 39px;
    height: 39px;
    justify-content: center;
    border-radius: 50%;
    font-size: 21px;
    color: #888;
    transition: 0.3s; }
  @media (min-width: 768px) {
    .category-tree-box .collapse-category {
      min-height: 240px !important; } }
  .category-tree-box .category-block-container {
    position: relative;
    padding: 0;
    background: #fff;
    border: 1px solid #eee; }
  @media (min-width: 768px) {
    .category-tree-box .category-block-container {
      min-height: unset !important;
      height: auto; } }
  .category-tree-box .category-block-container .list-box > a {
    margin: 0;
    padding: 10px 15px;
    font-size: 21px; }
  @media (max-width: 767px) {
        .category-tree-box .category-block-container .list-box > a {
          display: none; } }
  .category-tree-box .category-block-container .list-box > a:hover {
    transition: 0.3s;
    background: #a3a3a3;
    color: #fff; }
  .category-tree-box .category-block-container .list-box ul {
    list-style: none;
    margin: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 26px; }
  .category-tree-box .category-block-container .list-box ul li i {
    margin-right: 5px;
    font-size: 18px;
    color: #a3a3a3; }
    .category-tree-box .category-block-container .list-box ul li a {
      transition: 0.3s;
      color: #404040; }
    .category-tree-box .category-block-container .list-box ul li a:hover {
      transition: 0.3s;
      color: #a3a3a3; }
  .category-tree-box .category-block-container .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .category-tree-box .category-block-container .image img {
    max-width: 100%; }
  .category-tree-box .category-tree-carousel .category-block {
    position: relative;
    padding: 0;
    border: 1px solid #eee;
    opacity: 0; }
  .category-tree-box .category-tree-carousel .category-block .list-box {
    position: absolute;
    bottom: 0;
    background: #a3a3a3;
    width: 100%;
    margin: 0 !important;
    min-height: unset;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.3s; }
  .category-tree-box .category-tree-carousel .category-block .list-box a {
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px; }
  .category-tree-box .category-tree-carousel .category-block:hover .list-box {
    height: 100%; }
    .category-tree-box .category-tree-carousel .category-block .image a {
      width: 100%; }
  .category-tree-box .category-tree-carousel .category-block .image img {
    width: 100%; }
  .category-tree-box .category-tree-carousel .owl-item .category-block {
    opacity: 1; }
  .category-tree-box .category-tree-carousel .owl-controls {
    position: absolute;
    bottom: unset;
    left: unset;
    top: -50px;
    right: 0; }
  .category-tree-box .category-tree-carousel .owl-prev {
    position: relative;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    background: transparent !important;
    border: 1px solid #a3a3a3; }
  .category-tree-box .category-tree-carousel .owl-prev:before {
    position: absolute;
    content: "\f053";
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    color: #a3a3a3;
    font-family: fontawesome, serif;
    font-size: 14px; }
  .category-tree-box .category-tree-carousel .owl-next {
    position: relative;
    font-size: 0 !important;
    width: 30px;
    height: 30px;
    background: transparent !important;
    border: 1px solid #a3a3a3; }
  .category-tree-box .category-tree-carousel .owl-next:before {
    position: absolute;
    content: "\f054";
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -8px;
    color: #a3a3a3;
    font-family: fontawesome, serif;
    font-size: 14px; }
  .category-tree-box .category-tree-mosaic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .category-tree-box .category-tree-mosaic {
      justify-content: center; } }
  .category-tree-box .category-tree-mosaic .category-block {
    position: relative;
    padding: 0;
    margin-bottom: 5px !important; }
  .category-tree-box .category-tree-mosaic .category-block:nth-child(1) {
    width: 33.2%; }
  .category-tree-box .category-tree-mosaic .category-block:nth-child(2) {
    width: 66.4%; }
  .category-tree-box .category-tree-mosaic .category-block:nth-child(3), .category-tree-box .category-tree-mosaic .category-block:nth-child(4), .category-tree-box .category-tree-mosaic .category-block:nth-child(5) {
    width: 33%; }
  .category-tree-box .category-tree-mosaic .category-block:nth-child(6) {
    width: 66.4%; }
  .category-tree-box .category-tree-mosaic .category-block:nth-child(7) {
    width: 33.2%; }
  .category-tree-box .category-tree-mosaic .category-block .list-box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s; }
    .category-tree-box .category-tree-mosaic .category-block .list-box a span {
      padding: 15px;
      border: 1px solid #a3a3a3;
      color: #a3a3a3;
      font-weight: bold;
      text-transform: uppercase; }
    .category-tree-box .category-tree-mosaic .category-block .list-box a:hover {
      background: transparent; }
    .category-tree-box .category-tree-mosaic .category-block .list-box a:hover span {
      background: rgba(255, 255, 255, .8); }
  .category-tree-box .category-tree-mosaic .category-block .image a {
    display: block;
    width: 100%; }
  .category-tree-box .category-tree-mosaic .category-block .image img {
    width: 100%;
    max-width: 100%; }
  @media screen and (max-width: 767px) {
      .category-tree-box .category-tree-mosaic .category-block {
        width: 80vw !important;
        height: 40vw;
        overflow: hidden; }
        .category-tree-box .category-tree-mosaic .category-block .list-box a {
          background: transparent; }
          .category-tree-box .category-tree-mosaic .category-block .list-box a span {
            background: #fff; } }
  .category-tree-box .category-tree-child .category-block {
    position: relative;
    display: flex;
    padding: 30px;
    transition: all 0.3s; }
  .category-tree-box .category-tree-child .category-block:before {
    position: absolute;
    content: '';
    left: 100%;
    right: 0%;
    top: 0;
    bottom: 100%;
    border: 2px solid transparent;
    border-left: none;
    border-bottom: none;
    transition: all 0.3s;
    border-radius: 0 50px 0 0; }
  .category-tree-box .category-tree-child .category-block:after {
    position: absolute;
    content: '';
    right: 100%;
    left: 0%;
    bottom: 0;
    top: 100%;
    border: 2px solid transparent;
    border-right: none;
    border-top: none;
    transition: all 0.3s;
    border-radius: 0 0 0 50px; }
  .category-tree-box .category-tree-child .category-block:hover {
    border-color: #a3a3a3; }
  .category-tree-box .category-tree-child .category-block:hover:before {
    left: 0;
    bottom: 0;
    border-color: #a3a3a3; }
  .category-tree-box .category-tree-child .category-block:hover:after {
    right: 0;
    top: 0;
    border-color: #a3a3a3; }
  .category-tree-box .category-tree-child .category-block .list-box {
    padding-left: 15px; }
  .category-tree-box .category-tree-child .category-block .list-box .name-box a {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px; }
  .category-tree-box .category-tree-child .category-block .image {
    width: 35%;
    border-radius: 50%;
    overflow: hidden; }
  .category-tree-box .category-tree-child .category-block .image a {
    display: block;
    width: 100%; }
  .category-tree-box .category-tree-child .category-block .image img {
    width: 100%;
    max-width: 100%; }
  @media screen and (max-width: 767px) {
 }

.checkout-success.user-logged h1 {
  text-align: center;
  background: #2fa423;
  position: relative;
  padding-left: 40px;
  color: #fff;
  padding: 10px; }
  .checkout-success.user-logged h1:before {
    content: "\f00c";
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 15px; }
  .checkout-success.user-logged p {
    text-align: center; }

#quickcheckoutconfirm #payment {
  height: 60px; }
  @media screen and (max-width: 991px) {
  #quickcheckoutconfirm {
    display: flex;
    flex-direction: column; }
    #quickcheckoutconfirm .order-values-block {
      order: 2; } }
  #quickcheckoutconfirm legend {
    margin-left: 33px;
    width: 96%;
    height: 36px; }
  #quickcheckoutconfirm legend > span {
    display: inline-block;
    margin-left: -33px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 27px;
    text-align: center;
    padding-left: 1px; }
  #quickcheckoutconfirm div.collapse.in + legend {
    color: #909193; }
  #quickcheckoutconfirm div.collapse.in + legend > span {
    background-color: #e4e4e4;
    border-color: #e4e4e4; }
  #quickcheckoutconfirm #legend1.complete {
    color: #e6e6e6; }
  #quickcheckoutconfirm #legend1.complete > span {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #fff;
    width: 29px; }
  #quickcheckoutconfirm #toggle1 {
    margin-left: 20px;
    font-size: 13px;
    cursor: pointer;
    color: #e6e6e6;
    border-bottom: 1px dashed #e6e6e6;
    position: relative;
    top: -1px; }
  #quickcheckoutconfirm #toggle1:hover {
    border-bottom-color: transparent; }
  #quickcheckoutconfirm #section1 #customer ul {
    text-align: left;
    padding-left: 5px; }
  #quickcheckoutconfirm #section1 #customer ul a {
    padding: 5px 10px; }
  #quickcheckoutconfirm #customer ul .btn.btn-default {
    padding: 0;
    background: none;
    color: #e6e6e6;
    border-radius: 0;
    border: none;
    border-bottom: 1px dashed #e6e6e6;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    top: 1px; }
  #quickcheckoutconfirm #customer ul .btn.btn-default:hover {
    border-bottom-color: transparent; }
  #quickcheckoutconfirm .form-group .control-label {
    position: relative;
    top: 10px; }
  #quickcheckoutconfirm textarea.form-control {
    min-height: 70px; }
  #quickcheckoutconfirm .radio, #quickcheckoutconfirm .checkbox {
    margin-top: 2px;
    margin-bottom: 3px; }

.chekout-container {
  margin: 0 5px 20px 0;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.29);
  background: #fff; }
  .chekout-container h1, .chekout-container h2, .chekout-container h3 {
    margin-top: 10px; }

#checkout-cart {
  border: 1px solid #eee; }
  #checkout-cart .quickcheckout-content {
    padding: 0 15px; }
  #checkout-cart hr {
    border-color: white; }
  #checkout-cart h3 {
    margin-top: 15px;
    margin-bottom: 15px; }
  #checkout-cart .description {
    font-size: 12px;
    opacity: 0.8;
    margin: 5px 0; }
  #checkout-cart .name-link {
    font-size: 16px; }
  #checkout-cart .btn-group {
    margin-top: 8px;
    margin-bottom: 4px; }
  #checkout-cart .quickcheckout-content > .row > .col-sm-3 {
    padding-right: 0; }
  #checkout-cart .quickcheckout-content img {
    max-width: 100%; }
  #checkout-cart .quickcheckout-content .panel-body {
    padding: 10px; }
  #checkout-cart .totals {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 4px; }
  #checkout-cart .totals > div:first-child {
    padding-right: 5px; }
  #checkout-cart .totals > div:last-child {
    padding-left: 5px;
    font-weight: 900; }
  #checkout-cart .totals:nth-last-child(3) > div:first-child {
    font-weight: 900; }

.checkout-container {
  background: #fff; }
  .checkout-container h1 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    text-transform: uppercase; }
  .checkout-container .order-values-block {
    padding: 35px 35px 30px;
    padding-right: 30px;
    border-right: 1px solid #ebebeb; }
  .checkout-container .order-values-block label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #333; }
  .checkout-container .order-values-block input, .checkout-container .order-values-block textarea, .checkout-container .order-values-block select {
    box-shadow: none;
    border-radius: 0;
    border-color: #cdcdcd; }
  .checkout-container h3 {
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase; }
  .checkout-container .order-cart-block {
    position: relative;
    padding-top: 20px;
    left: -1px;
    border-left: 1px solid #ebebeb; }
  .checkout-container .order-cart-block .panel-title a:hover {
    text-decoration: none;
    color: #a3a3a3; }
  .checkout-container .order-cart-block .panel-title i {
    color: #a3a3a3; }
  .checkout-container .order-cart-block .quickcheckout-content > div:not(.totals):not(.form-group) {
    padding: 15px 0;
    border-bottom: 1px dashed #ebebeb; }
  .checkout-container .order-cart-block .quickcheckout-content > div:not(.totals):not(.form-group):last-child {
    border-bottom: none; }
  .checkout-container .order-cart-block .quickcheckout-content > div:not(.totals):not(.form-group) .name-link {
    font-size: 14px; }
  .checkout-container .order-cart-block .totals {
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2; }
  .checkout-container .order-cart-block .totals + .totals {
    border: none; }
  .checkout-container .order-cart-block .btn-group a {
    color: #666;
    font-size: 12px; }
  .checkout-container .checkbox label::after {
    left: -3px;
    top: 1px; }
  .checkout-container .btn {
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900; }
  .checkout-container .btn#button-payment-method {
    margin-top: 20px;
    font-size: 14px; }

@media (max-width: 1339px) {
  #quickcheckoutconfirm legend {
    width: 95.5%; } }

@media (max-width: 1199px) {
  #quickcheckoutconfirm legend {
    width: 94.5%; } }

@media (max-width: 991px) {
  #quickcheckoutconfirm legend {
    width: 94.5%; } }

@media (max-width: 767px) {
  #quickcheckoutconfirm legend {
    width: 95.3%; }

  #quickcheckoutconfirm .form-group .control-label {
    top: 5px; }

  #quickcheckoutconfirm #payment {
    height: auto; }

  #payment_methods .radio.radio-primary.radio-inline:last-child {
    margin-left: 0; } }

@media (max-width: 550px) {
  #quickcheckoutconfirm legend {
    width: 94%; } }

@media (max-width: 991px) and (min-width: 768px) {
  #checkout-cart .name-link {
    font-size: 15px; }
    #checkout-cart .quickcheckout-content > .row > .col-sm-9 {
      padding-left: 10px; }
    #checkout-cart .totals {
      font-size: 12px; } }

@media (max-width: 767px) {
  #checkout-cart .quickcheckout-content > .row > .col-sm-3 {
    float: left;
    margin-right: 20px; }
    #checkout-cart .quickcheckout-content > .row > .col-sm-9 {
      width: auto; }
    #checkout-cart .name-link {
      font-size: 18px; }
    #checkout-cart .totals {
      margin-bottom: 5px; }
      #checkout-cart .totals > div:first-child {
        float: left;
        width: 60%; }
      #checkout-cart .totals > div:last-child {
        float: left;
        width: 40%; } }

@media (max-width: 480px) {
  #checkout-cart .quickcheckout-content > .row > .col-sm-3 {
    margin-right: 15px; }
    #checkout-cart .name-link {
      font-size: 16px; } }

.cart-quick-button {
  /*  Checkout END */ }
  @media (max-width: 767px) {
  .cart-quick-button #button-quick-order-cart {
    margin: 10px 0 0 30px;
    border-radius: 4px; } }

.filter .option-color {
  border: 1px solid #ddd; }
  .filter .option-radio a {
    color: #6b5555;
    font-weight: 300; }
  .filter .option-counter {
    float: right;
    position: relative;
    background: #a3a3a3;
    color: #fff;
    padding: 1px 8px 1px 8px;
    text-align: right;
    border-radius: 9px;
    font-size: 12px; }
  .filter .option-checkbox {
    padding-bottom: 5px; }
  .filter .option-checkbox:hover label {
    width: 95%; }
  .filter .option-checkbox:hover label:before {
    border: 1px solid #a3a3a3; }
  .filter .option-checkbox input {
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
  .filter .option-checkbox input:checked + label:before {
    border-width: 2px;
    border-style: solid;
    border-color: #a3a3a3;
    border-image: initial; }
    .filter .option-checkbox input:checked + label:after {
      opacity: 1; }
  .filter .option-checkbox label {
    width: 95%; }
  .filter .option-checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 17px;
    left: 0;
    top: 0;
    margin-left: -20px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
  .filter .option-checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 9px;
    left: 0px;
    top: 4px;
    margin-left: -16px;
    padding-left: 2px;
    padding-top: 0px;
    font-size: 14px;
    color: transparent;
    background: #ef532b;
    border-radius: 0px;
    opacity: 0; }
  .filter .option-checkbox a {
    opacity: 0.8;
    color: #595959;
    font-weight: 300; }
  .filter .option-color {
    width: 20px;
    height: 20px;
    display: block; }
  .filter .value-container {
    display: inline-flex; }
  .filter .value-container .option-color {
    margin-top: -2px;
    margin-right: 5px; }
  .filter .option-grid {
    display: inline-block;
    border: 2px solid transparent; }
  .filter .option-grid .option-square {
    padding: 2px 5px;
    border: 1px solid #cdcdcd;
    margin-right: 5px;
    border-radius: 3px;
    color: #888;
    font-weight: bold; }
  .filter .option-grid.option-selected {
    position: relative; }
  .filter .option-grid.option-selected .option-square {
    background: #a3a3a3;
    color: #fff;
    border: 1px solid #a3a3a3; }
  .filter .option-grid.option-selected .option-color:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    display: block; }
  .filter .neoseo-filter #option-price {
    border-bottom: 1px solid #e2e1e1; }
  .filter .neoseo-filter .option-position {
    display: flex;
    align-items: center;
    margin: 5px 0; }
  .filter .neoseo-filter .option-position::before {
    position: relative;
    margin-right: 10px; }
  .filter .neoseo-filter .option-position a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .filter .neoseo-filter .option-position a .option-txt-top {
    display: inline-flex;
    width: 85%;
    flex-direction: column; }
    .filter .neoseo-filter .option-position a .option-txt-top img {
      width: 35px;
      height: auto;
      order: 2;
      margin-top: 5px; }
    .filter .neoseo-filter .option-position a .option-txt-top span {
      order: 1; }
    .filter .neoseo-filter .option-position a .option-txt-bottom {
      display: inline-flex;
      width: 85%;
      flex-direction: column; }
    .filter .neoseo-filter .option-position a .option-txt-bottom img {
      width: 35px;
      height: auto;
      order: 1;
      margin-bottom: 5px; }
    .filter .neoseo-filter .option-position a .option-txt-bottom span {
      order: 2; }
    .filter .neoseo-filter .option-position a .option-txt-right {
      display: inline-flex;
      width: 85%;
      align-items: center; }
    .filter .neoseo-filter .option-position a .option-txt-right img {
      width: 35px;
      height: auto;
      order: 1;
      margin-right: 5px; }
    .filter .neoseo-filter .option-position a .option-txt-right span {
      order: 2; }
    .filter .neoseo-filter .option-position a .option-txt-left {
      display: inline-flex;
      width: 85%;
      align-items: center; }
    .filter .neoseo-filter .option-position a .option-txt-left img {
      width: 35px;
      height: auto;
      order: 2;
      margin-left: 5px; }
    .filter .neoseo-filter .option-position a .option-txt-left span {
      order: 1; }
  .filter .neoseo-filter .option {
    border-bottom: 2px dotted #e2e1e1; }
  .filter .neoseo-filter .option-color {
    transition: 1s; }
  .filter .neoseo-filter .option-color:hover {
    outline: 1px solid #000;
    transition: 1s;
    transform: scale(1.2); }
  .filter .filter h3 {
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 24px; }
  .filter #price-from {
    position: relative;
    top: 37px;
    left: 3px;
    color: #999; }
  .filter #price-to {
    position: relative;
    top: 37px;
    right: 9px;
    color: #999; }
  .filter #option-values-price {
    margin: 20px 0 20px;
    height: 40px; }
  .filter .option-slide.horizontal-price .ui-widget.ui-widget-content {
    width: 96%; }
  .filter .option-slide.horizontal-price .option-values {
    padding-left: 14px; }
  .filter .filter-horizontal {
    background: none;
    border: none; }
  .filter .filter-horizontal .filter-button {
    transition: 0.5s;
    width: 100%;
    background: #a3a3a3;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px; }
  .filter .filter-horizontal .filter-button.open {
    transition: 0.5s;
    background: #fff;
    color: #000; }
  .filter .filter-horizontal i {
    cursor: pointer; }
  .filter .filter-horizontal #filter-list {
    background: #fff;
    border: 1px solid #eee; }
  @media (min-width: 992px) {
      .filter .filter-horizontal #filter-list {
        height: auto !important; } }
  .filter .filter-horizontal #filter-list h3 {
    margin-top: 0; }
  @media (min-width: 992px) {
    .filter .options-box {
      padding: 10px 5px; } }
  .filter .option {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    cursor: pointer;
    outline: none;
    color: #595959; }
  .filter .option .option-checked {
    display: inline-flex;
    margin: 0 15px 5px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd; }
  @media (max-width: 991px) {
      .filter .option .option-checked {
        margin: 5px 0 5px 15px; } }
  .filter .option .option-checked span {
    margin-right: 5px;
    display: inline-flex;
    color: #333; }
  .filter .option .option-checked span a {
    color: #333; }
  @media (min-width: 992px) {
      .filter .option.horizontal {
        font-size: 12px;
        width: auto;
        display: inline-flex;
        align-items: flex-start;
        flex-direction: column;
        border: none !important;
        padding: 0; }
        .filter .option.horizontal .option-values {
          display: none;
          top: 18px;
          right: -80px;
          min-width: 260px;
          border: 1px solid #eee;
          position: absolute;
          z-index: 10;
          background: #fafafa;
          width: 100%;
          border-radius: 4px;
          padding: 15px 10px 0 15px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px; }
          .filter .option.horizontal .option-values .color .option-color {
            border: 1px solid #ddd; }
          .filter .option.horizontal .option-values.horizontal-slide-price {
            top: 10px;
            height: auto !important;
            padding: 10px 10px 40px;
            width: auto;
            border: none !important;
            margin: 10px 17px 10px 10px; }
            .filter .option.horizontal .option-values.horizontal-slide-price .ui-widget.ui-widget-content {
              width: auto; }
        .filter .option.horizontal .option-name {
          font-size: 12px;
          height: 30px;
          border-radius: 4px;
          border: none !important;
          justify-content: flex-start; }
          .filter .option.horizontal .option-name i {
            margin-left: 5px; } }
  @media (max-width: 991px) {
    .filter .option .option-values {
      padding-left: 16px !important; }
      .filter .option .option-values.horizontal-slide-price {
        padding: 0 38px 0 15px !important; }
        .filter .option .option-values.horizontal-slide-price .ui-widget.ui-widget-content {
          width: 100% !important; } }
  .filter .option .option-values {
    position: relative;
    height: auto;
    display: none;
    margin-top: 10px;
    font-weight: normal;
    transition: all 0.5s ease-in;
    list-style: none;
    padding-left: 15px; }
  .filter .option .option-name {
    display: flex;
    font-weight: bold;
    text-indent: 5px;
    padding: 0 15px 0 10px;
    font-size: 16px;
    align-items: center;
    justify-content: space-between; }
  .filter .option .option-name i {
    color: #a3a3a3;
    font-size: 21px; }
  @media (min-width: 992px) {
    .filter .option-horizontal-box:hover .option-values {
      display: block; } }
  .filter .option-active .option-values {
    display: block;
    transition: 0.3s; }
  .filter .option-active .option-name:before {
    transform: rotate(-45deg); }
  .filter .selected-title {
    margin-top: 5px;
    font-size: 15px;
    text-indent: 12px; }
  .filter .selected-options {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    border-top: 1px solid #e4e4e4; }
  .filter .reset-filter-button {
    color: #fff;
    background: #a3a3a3;
    width: 80%;
    display: block;
    padding: 11px 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    margin: 20px auto 0; }
  .filter .reset-filter-button:hover {
    background: #e6e6e6;
    color: #fff; }
  .filter .reset-filter-button:visited, .filter .reset-filter-button:focus {
    text-decoration: none; }
  .filter .button-choice-group {
    background: #fff;
    height: 3px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -2px; }
  .filter .button-choice-group .pick-up-button {
    display: none;
    color: #fff;
    background: #a3a3a3;
    width: 45%;
    height: 50px;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    margin: 20px auto 0; }
  .filter .button-choice-group .pick-up-button:hover {
    text-decoration: none;
    background: #e6e6e6;
    color: #fff; }
  .filter .button-choice-group .reset-button {
    display: none;
    color: #5b5b5b;
    background: #e2e2e2;
    width: 45%;
    height: 50px;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    margin: 20px auto 0; }
  .filter .button-choice-group .reset-button:hover {
    text-decoration: none;
    color: #5b5b5b;
    background: #e2e2e2; }
  .filter .selected-option {
    padding: 0 10px; }
  .filter .selected-option > span {
    font-size: 12px; }
  .filter .selected-option a {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 4px;
    color: #a3a3a3;
    font-size: 12px; }
  .filter .selected-option a i {
    float: right;
    position: relative;
    font-size: 16px;
    top: -4px;
    color: #575757; }
  .filter .selected-option a span {
    position: absolute;
    font-size: 19px;
    color: #888;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #888;
    border-radius: 10px;
    line-height: 18px;
    text-align: center; }
  .filter .cancel-large {
    position: relative;
    display: block;
    padding: 7px 10px;
    font-weight: bold;
    background: #5e8ee4;
    color: #fff;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    text-align: center; }
  .filter .cancel-large span {
    display: none;
    position: absolute;
    font-size: 19px;
    color: #888;
    right: 2px;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    line-height: 18px;
    text-align: center; }
  .filter .cancel-large a:hover {
    color: #fff; }
  .filter .option-slide {
    padding-top: 15px; }
  .filter .option-slide .option-values {
    margin: 10px 0; }
  .filter .ui-widget.ui-widget-content {
    width: 82%;
    margin: 10px; }
  .filter .ui-state-default, .filter .ui-widget-content .ui-state-default, .filter .ui-widget-header .ui-state-default, .filter .ui-button, .filter html .ui-button.ui-state-disabled:hover, .filter html .ui-button.ui-state-disabled:active {
    border: none;
    background: #a3a3a3;
    font-weight: normal;
    color: #454545; }
  .filter .ui-state-hover, .filter .ui-widget-content .ui-state-hover, .filter .ui-widget-header .ui-state-hover, .filter .ui-state-focus, .filter .ui-widget-content .ui-state-focus, .filter .ui-widget-header .ui-state-focus, .filter .ui-button:hover, .filter .ui-button:focus {
    cursor: pointer;
    border: none;
    font-weight: normal;
    color: #2b2b2b; }
  .filter .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    height: 21px;
    width: 21px; }
  .filter .ui-widget.ui-widget-content {
    top: 4px;
    background: #ececec; }
  .filter .ui-slider-horizontal {
    height: 6px;
    border: none; }
  .filter .ui-slider-horizontal .ui-slider-range {
    height: 6px;
    background: #bdbdbd; }
  .filter .neoseo-filter {
    background: #fff;
    border: #eee; }
  .filter .neoseo-filter.horizontal .reset-filter-button {
    max-width: 140px;
    font-size: 12px;
    padding: 6px 3px; }
  @media (max-width: 1399px) {
  .filter #column-left {
    padding-right: 0; } }
  @media (max-width: 991px) {
  .filter #column-left {
    width: 100%;
    padding-right: 15px; }
    .filter #column-left .sidebar-category-accordeon {
      display: none; }

    .filter #column-left .filter {
      background: none;
      border: none; }
      .filter #column-left .filter .filter-button {
        transition: 0.5s;
        width: 100%;
        background: #a3a3a3;
        color: #fff;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 24px; }
        .filter #column-left .filter .filter-button.open {
          transition: 0.5s;
          background: #fff;
          color: #000; }
      .filter #column-left .filter i {
        cursor: pointer; }
      .filter #column-left .filter #filter-list {
        background: #fff; }

    .filter #column-left .side-module .neoseo-filter .option-slide {
      padding: 15px; }
      .filter #column-left .side-module .neoseo-filter .option-slide .ui-widget.ui-widget-content {
        width: auto;
        margin: 10px 17px 10px 10px; }
      .filter #column-left .side-module .neoseo-filter .option-description {
        padding-left: 38px; }
  .filter #content {
    width: 100%; } }
  .filter .option-description {
    margin-bottom: 10px; }
  .filter .option-description label {
    width: 95%; }
  .filter .option-checkbox .option-position::after {
    top: auto !important;
    width: 9px !important;
    left: 5px !important; }

.tags {
  padding: 10px 0; }
  .tags h3 {
    font-weight: 600;
    text-transform: uppercase; }

#column-left .tags h3 {
  font-size: 18px; }

[class*="filter-tags"] {
  padding: 5px 10px 5px 15px;
  overflow: hidden;
  transition: 0.3s; }
  [class*="filter-tags"].collapsed {
    height: 30px; }

.filter-tags__box {
  display: flex;
  flex-wrap: wrap; }
  .filter-tags__box a {
    background: #daf1f3;
    position: relative;
    margin: 0 5px 5px 0;
    border-radius: 4px;
    padding: 2px 8px;
    color: #666; }

.tags-more {
  display: none;
  text-align: center;
  margin: 10px 0; }
  .tags-more a {
    font-size: 16px;
    color: #ef532b;
    text-decoration: none; }
  .tags-more a span {
    border-bottom: 1px dashed #ef532b;
    margin-right: 10px; }

#content .filter-button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  background: #a3a3a3;
  color: #fff;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px; }

.option-values {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 15px; }
  @media (max-width: 575px) {
  .option-values {
    grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 576px) and (max-width: 767px) {
  .option-values {
    grid-template-columns: repeat(6, 1fr); } }

.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1;
  /* Main */ }

.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a {
  color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em; }

.flip-clock-wrapper:before, .flip-clock-wrapper:after {
  /* 1 */
  content: " ";
  /* 2 */
  display: table; }

.flip-clock-wrapper:after {
  clear: both;
  /* Skeleton */ }

.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000; }

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important; }

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
  /* PLAY */ }

.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
  /* SHADOW */ }

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
  /*DOWN*/ }

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

#popup-cart .modal h4 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px; }
  #popup-cart .modal-footer {
    flex-wrap: wrap; }
  @media (max-width: 480px) {
        #popup-cart .modal-footer .cart-quick-button .form-group {
          width: auto; } }
  #popup-cart .modal-footer .cart-quick-button #button-quick-order-cart {
    height: 33px; }
  #popup-cart .modal-footer .popup-quick-button {
    padding: 0 15px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #333;
    border: none;
    text-decoration: none;
    margin: 0 10px 0 0;
    min-height: 40px; }
  @media (max-width: 576px) {
        #popup-cart .modal-footer .popup-quick-button {
          margin: 0 0 10px 0; } }
  #popup-cart .modal-footer .popup-quick-button i {
    display: none; }

#popup-quick_order #check-agree #agree-error {
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #a94442; }

#button-quick-order-cart, #button-quick-order-dropdowm-cart {
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #dedede;
  color: #777;
  text-decoration: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  text-shadow: none;
  border-radius: 0 4px 4px 0; }
  #button-quick-order-cart i, #button-quick-order-dropdowm-cart i {
    position: relative;
    top: -1px;
    margin-right: 6px; }
  #button-quick-order-cart:hover, #button-quick-order-dropdowm-cart:hover {
    background: #e6e6e6;
    color: #fed559; }

#popup-cart-quick-order-form .help-block-cart, #dropdowm-cart-quick-order-form .help-block-cart {
  text-align: left;
  color: #a94442;
  font-weight: 400;
  margin-top: 5px; }

.cart__products-list #button-quick-order-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-shadow: none;
  height: 42px;
  color: #4e4e4e;
  font-weight: bold;
  padding: 0 15px;
  background: #dedede;
  text-decoration: none;
  border-radius: 4px; }

.set-buy-wrap {
  width: 100%;
  height: 225px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.set-buy-wrap .set-list {
  border-right: 1px solid #dfdfdf;
  position: relative;
  position: relative;
  display: inline-block;
  width: 20%; }

.set-buy-wrap .set-list:nth-last-child(1) {
  border: none; }

.set-buy-wrap .set-list:after {
  content: '';
  width: 35px;
  height: 35px;
  background-image: url("../images/set-plus.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -18px;
  z-index: 4; }

.set-buy-wrap .set-list:nth-last-child(1):after {
  display: none; }

.set-buy-wrap .set-list:nth-last-child(2):after {
  background-image: url("../images/set-equally.png"); }

.set-buy-wrap .set-list .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: inherit;
  margin-top: 0;
  outline: 0;
  width: 65px;
  height: 45px;
  text-indent: -9999px;
  z-index: 1; }

.set-buy-wrap .set-list .bx-wrapper .bx-prev {
  left: 50% !important;
  top: 0 !important;
  margin-left: -32px !important;
  background: url(../images/sprite-vertical.png) no-repeat;
  background-position: -32px 15px;
  background-size: 75px 50px; }

.set-buy-wrap .set-list .bx-wrapper .bx-prev:hover {
  background-position: -32px -21px; }

.set-buy-wrap .set-list .bx-wrapper .bx-next {
  right: 50%;
  bottom: 0;
  margin-right: -32px;
  background: url(../images/sprite-vertical.png) no-repeat;
  background-position: 19px 15px;
  background-size: 75px 50px; }

.set-buy-wrap .set-list .bx-wrapper .bx-next:hover {
  background-position: 19px -21px; }

.set-buy-wrap .set-list {
  height: 100%;
  position: relative; }

.set-buy-wrap .set-list .bx-wrapper .bx-pager {
  display: none; }

.set-buy-wrap .set-list.single .bx-prev, .set-buy-wrap .set-list.single .bx-next {
  display: none; }

.set-slider {
  padding: 0; }

.set-buy-wrap .set-slider li {
  height: 225px; }

.set-buy-wrap .set-slider .set-slider-content {
  display: block;
  display: none;
  width: auto;
  height: auto;
  padding: 20px 15px;
  padding-top: 35px; }

.set-buy-wrap .bx-wrapper .set-slider .set-slider-content {
  display: block; }

.set-buy-wrap .set-slider .set-slider-content a:hover .set-slider-text p {
  color: #f57d06;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }

.set-buy-wrap .set-list.set-list-product .set-product-wrap a:hover .set-slider-text p {
  color: #f57d06;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }

.set-slider-content .set-slider-img {
  width: 66px;
  height: 90px;
  display: table;
  float: left;
  text-align: center; }

.set-slider-content .set-slider-img span {
  display: table-cell;
  vertical-align: middle; }

.set-slider-content .set-slider-img img {
  max-width: 100%;
  height: auto; }

.set-slider-content .set-slider-price {
  width: 77px;
  height: 95px;
  display: table;
  float: right;
  margin-left: 0;
  text-align: center; }

.set-slider-content .set-slider-price > div {
  display: table-cell;
  vertical-align: middle; }

.set-slider-content .set-slider-price span.set-price-new {
  font-size: 16px;
  color: #ff9b13;
  display: block;
  text-align: left; }

.set-slider-content .set-slider-price span.set-price-new sup {
  font-size: 10px;
  vertical-align: top; }

.set-slider-content .set-slider-price span.set-price-old {
  font-size: 16px;
  color: #babab9;
  display: block;
  text-align: left;
  text-decoration: line-through; }

.set-slider-content .set-slider-price span.set-price-old sup {
  font-size: 10px;
  vertical-align: top; }

.set-slider-content .set-slider-text {
  display: inline-block;
  width: 100%; }

.set-slider-content .set-slider-text p {
  font-family: "OpenSans-Light";
  font-size: 14px;
  color: #000;
  line-height: 15px; }

.set-buy-wrap .set-list .set-close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20px;
  right: 13px;
  cursor: pointer;
  z-index: 3;
  background: url(../images/close-set.png) no-repeat; }

.set-buy-wrap .set-list .set-close.active {
  border-radius: 50px;
  background-color: #32cc8e;
  background-image: url("../images/icon-ok.png");
  background-repeat: no-repeat;
  background-position: center center; }

.set-buy-wrap .set-list .set-close:hover {
  opacity: 0.8; }

.set-buy-wrap .set-list.set-buy-equally {
  display: table; }

.set-buy-wrap .set-list.set-buy-equally .buy-equally {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 16px; }

.buy-equally span.set-price-old {
  /*font-family:"OpenSans-Semibold";*/
  display: block;
  font-size: 22px;
  color: #babab9;
  text-decoration: line-through;
  position: relative;
  left: 7px; }

.buy-equally span.set-price-old sup {
  font-size: 14px;
  vertical-align: top; }

.buy-equally span.set-price-new {
  display: block;
  font-family: "OpenSans-Semibold";
  font-size: 30px;
  line-height: 42px;
  position: relative;
  left: 10px;
  margin: 10px 0;
  color: #ff9b13; }

.buy-equally span.set-price-new sup {
  font-size: 18px;
  vertical-align: top;
  position: relative;
  top: -8px; }

.buy-equally p {
  font-size: 14px;
  color: #a3a2a2;
  line-height: 24px; }

.buy-equally p span sup {
  vertical-align: top;
  font-size: 13px;
  position: relative;
  top: -6px;
  left: 3px; }

.buy-equally button.set-buy-btn {
  display: inline-block;
  /*font-family:"OpenSans";*/
  font-size: 16px;
  color: #fff;
  font-weright: normal;
  font-style: normal;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
  padding: 9px 8px;
  border-bottom: 1px solid #c5670a;
  background-color: #ff9d13;
  background-image: -moz-linear-gradient(top, #ff9d13 0%, #f09114 100%);
  background-image: -webkit-linear-gradient(top, #ff9d13 0%, #f09114 100%);
  background-image: -o-linear-gradient(top, #ff9d13 0%, #f09114 100%);
  background-image: -ms-linear-gradient(top, #ff9d13 0%, #f09114 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09114', endColorstr='#f09114',GradientType=0);
  background-image: linear-gradient(top, #ff9d13 0%, #f09114 100%); }

.buy-equally button.set-buy-btn:hover {
  background-color: #f09114;
  background-image: -moz-linear-gradient(top, #f09114 0%, #ff9d13 100%);
  background-image: -webkit-linear-gradient(top, #f09114 0%, #ff9d13 100%);
  background-image: -o-linear-gradient(top, #f09114 0%, #ff9d13 100%);
  background-image: -ms-linear-gradient(top, #f09114 0%, #ff9d13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09114', endColorstr='#f09114',GradientType=0);
  background-image: linear-gradient(top, #f09114 0%, #ff9d13 100%); }

.set-buy-wrap .set-list.set-list-product .set-product-wrap {
  display: table;
  padding: 11px 15px;
  padding-right: 10px;
  width: calc(100% - 25px); }

.set-product-wrap h4 {
  font-size: 14px;
  color: #3f7aa6;
  line-height: 29px; }

.list-wrap .name-product-option {
  font-family: "OpenSans";
  font-size: 17px;
  color: #000;
  line-height: 22px;
  letter-spacing: 0;
  padding: 19px 0;
  padding-bottom: 7px; }

.set-product-wrap .set-slider-img {
  width: 66px;
  height: 90px;
  display: table;
  float: left;
  text-align: center; }

.set-product-wrap .set-slider-img span {
  display: table-cell;
  vertical-align: middle; }

.set-product-wrap .set-slider-img img {
  max-width: 100%;
  height: auto; }

.set-product-wrap .set-slider-price {
  width: 90px;
  height: 90px;
  display: table;
  float: right;
  margin-left: 0;
  text-align: center; }

.set-product-wrap .set-slider-price > div {
  display: table-cell;
  vertical-align: middle; }

.set-product-wrap .set-slider-price span.set-price-new {
  font-size: 16px;
  color: #ff9b13; }

.set-product-wrap .set-slider-price span.set-price-new sup {
  font-size: 10px;
  vertical-align: top; }

.set-product-wrap .set-slider-price span.set-price-old {
  font-size: 16px;
  color: #babab9; }

.set-product-wrap .set-slider-price span.set-price-old sup {
  font-size: 10px;
  vertical-align: top; }

.set-product-wrap .set-slider-text {
  display: inline-block;
  width: 100%; }

.set-product-wrap .set-slider-text p {
  font-family: "OpenSans-Light";
  font-size: 14px;
  color: #000;
  line-height: 15px; }

.product-bxslider {
  border-radius: 5px;
  display: inline-block; }

.product-bxslider li {
  height: 148px;
  position: relative; }

.set-buy-wrap .set-list.none:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: rgba(27, 27, 27, 0.76);
  z-index: 3; }

.price-old-new {
  display: none; }

.price-old-new .product-price-new {
  display: block;
  font-family: "OpenSans-Semibold";
  font-size: 24px;
  line-height: 37px;
  position: relative;
  left: 8px;
  margin: 10px 0;
  color: #ff9b13; }

.price-old-new .product-price-new sup {
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: -8px; }

.price-old-new .product-price-old {
  display: block;
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  color: #babab9;
  text-decoration: line-through;
  position: relative;
  left: 6px; }

.price-old-new .product-price-old sup {
  font-size: 14px;
  vertical-align: top; }

.product-popap-content .column-wrap .column-right, .order-done-content .column-wrap .column-right {
  width: 492px;
  height: auto;
  display: inline-block;
  float: right; }

.column-wrap .column-right h4 {
  font-family: "OpenSans-Light";
  font-size: 24px;
  color: #000;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 17px; }

.column-wrap .column-right ul li p {
  font-family: "OpenSans-Light";
  font-size: 14px;
  color: #000;
  line-height: 24px; }

.column-wrap .column-right ul li p span {
  font-family: "OpenSans";
  font-size: 14px;
  color: #000; }

.column-wrap .column-right .cout-total-wrap {
  display: inline-block;
  width: 100%;
  padding: 27px 0;
  padding-bottom: 10px; }

.cout-total-wrap .cout {
  display: inline-block;
  width: 45%;
  float: left;
  text-align: left; }

.cout-total-wrap .cout .opt-quontity {
  float: left;
  display: inline-block;
  margin-top: 7px; }

.cout-total-wrap .cout .opt-quontity input {
  text-align: center;
  width: 33px; }

.cout-total-wrap .cout .title {
  font-family: "OpenSans";
  font-size: 14px;
  color: #000;
  font-weight: normal;
  font-style: normal;
  line-height: 42px;
  display: inline-block;
  width: 109px;
  text-align: left;
  float: left; }

.cout-total-wrap .total {
  display: inline-block;
  width: 45%;
  float: right;
  text-align: right; }

.cout-total-wrap .total .title {
  font-family: "OpenSans";
  font-size: 14px;
  color: #000;
  font-weight: normal;
  font-style: normal;
  line-height: 42px;
  display: inline-block;
  width: 62px;
  text-align: left; }

.cout-total-wrap .total .total-price {
  font-family: "OpenSans-Semibold";
  font-size: 30px;
  color: #ff9b13;
  display: inline-block;
  float: right; }

.cout-total-wrap .total .total-price sup {
  font-family: "OpenSans";
  font-size: 18px;
  color: #ff9b13;
  vertical-align: top; }

.product-popap-content .section-title, .order-done-content .section-title {
  font-family: "OpenSans";
  font-size: 17px;
  color: #000;
  margin-top: 24px;
  margin-bottom: 11px;
  padding-bottom: 5px;
  display: block; }

.product-images .slick-slider.slider-for .slider-photo {
  text-align: center;
  cursor: pointer; }

.product-images .slick-slider.slider-for .slider-photo img {
  display: inline-block; }

.product-images .slick-slider.slider-nav {
  cursor: pointer;
  width: 270px;
  margin: 0 auto;
  margin-bottom: 20px; }

.product-images .slick-slider.slider-nav .slick-dots {
  display: none !important; }

.product-images .slick-slider.slider-nav .slick-slide .slider-small-photo {
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  display: block; }

.product-images .slick-slider.slider-nav .slick-slide .slider-small-photo img {
  max-width: 100%; }

.product-images .slick-slider.slider-nav .slick-slide.slick-current .slider-small-photo {
  border: 1px solid #f87f07; }

.product-container .product-images .slider.slider-for .slider-big-photo {
  display: none; }

.product-images .slider.slider-nav .slider-small-photo {
  display: none; }

.product-container .product-images .slider.slider-for .slick-slide .slider-big-photo {
  text-align: center;
  width: 100%;
  height: 338px;
  display: table; }

.product-container .product-images .slider.slider-for .slick-slide .slider-big-photo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 338px; }

.product-container .product-images .slider.slider-for {
  min-height: 340px;
  margin-bottom: 50px; }

.product-container .product-images .slider.slider-for .slick-slide .slider-big-photo img {
  /*width: auto;*/
  display: inline-block;
  width: 100%;
  max-height: 100%; }

.product-images .slick-slider.slider-nav .slick-prev {
  width: 20px;
  height: 37px;
  background: url("../images/sprite2.png") no-repeat;
  background-position: 3px 6px;
  background-size: 50px 75px;
  text-indent: -99999px; }

.product-images .slick-slider.slider-nav .slick-prev:hover {
  background-position: -33px 6px; }

.product-images .slick-slider.slider-nav .slick-prev.slick-disabled {
  opacity: 0.3; }

.product-images .slick-slider.slider-nav .slick-prev.slick-disabled:hover {
  background-position: 3px 6px; }

.product-images .slick-slider.slider-nav .slick-next {
  width: 20px;
  height: 37px;
  background: url("../images/sprite2.png") no-repeat;
  background-position: 3px -44px;
  background-size: 50px 75px;
  text-indent: -99999px; }

.product-images .slick-slider.slider-nav .slick-next:hover {
  background-position: -33px -44px; }

.product-images .slick-slider.slider-nav .slick-next.slick-disabled {
  opacity: 0.3; }

.product-images .slick-slider.slider-nav .slick-next.slick-disabled:hover {
  background-position: 3px -44px; }

@media screen and (max-height: 700px) {
  .main-navigation .first-level .sub-menu {
    height: calc(100vh - 101px);
    overflow: hidden; } }

@media screen and (min-width: 1000px) {
  .comment-column-right .review-form-wrapper .input-wrapper .input-text {
    margin-bottom: 12px; }

  .comment-column-right .review-form-wrapper .input-wrapper .input-textarea {
    margin-bottom: 12px; }

  .comment-column-right .review-form-wrapper .input-captcha .input-text {
    margin-bottom: 15px; }

  .product-recommend-bxslider li:nth-of-type(4n) {
    width: 236px !important; }

  .product-bxslider li:nth-of-type(4n) {
    width: 236px !important; }

  .tabs-carousel-wrap .product-recommend-bxslider li:nth-of-type(4n) {
    width: 235px !important; }

  .ios #header .main-navigation-container {
    position: relative !important;
    display: block !important;
    width: 940px !important;
    margin: 0 auto !important;
    padding: 0 30px !important; } }

@media screen and (max-width: 1050px) {
  .product-container .product-tabs-container .nav .product-tab {
    display: inline-block;
    padding: 14px 0;
    padding-bottom: 13px;
    margin-right: 16px; } }

#owl-carousel-product .similar-product-content .similar-product-text.mob {
  display: none; }

.page-container-cart + .clear {
  display: none; }

.info-block-payment2.mob-ver, .left-side-cart.mob-ver {
  display: none; }

@media screen and (max-width: 1000px) {
  .set-buy-wrap .set-list .bx-wrapper .bx-next {
    bottom: 7px; }

  .set-buy-wrap {
    height: 304px; }

  .set-slider-content .set-slider-price {
    width: 53px; }

  .set-product-wrap .set-slider-price {
    width: 90px;
    height: auto;
    float: left;
    padding-bottom: 20px; }

  .product-container .specifications-container li .value {
    display: inline-block;
    float: left;
    width: calc(100% - 250px); }

  .buy-equally button.set-buy-btn {
    width: calc(100% - 30px);
    padding: 6px 8px;
    margin-top: 17px; }

  .buy-equally p {
    line-height: 24px; }

  .buy-equally p span sup {
    vertical-align: top;
    position: relative;
    top: -4px;
    font-size: 13px; }

  .buy-equally span.set-price-new {
    display: block;
    font-size: 22px;
    line-height: 40px;
    margin: 8px 0; }

  .buy-equally span.set-price-new sup {
    font-family: "OpenSans";
    font-size: 14px;
    vertical-align: top;
    position: relative;
    top: -4px; }

  .buy-equally span.set-price-old {
    font-size: 20px; }

  .info-block-payment2 {
    width: calc(100% - 10px);
    height: auto;
    margin-left: -15px;
    margin-bottom: 34px;
    display: inline-block;
    padding: 11px 20px;
    margin-top: 4px;
    display: none; }

  .info-block-payment2.mob-ver {
    display: inline-block;
    margin-bottom: 0; }

  .product-container .product-tabs-container {
    padding-bottom: 0; }

  .product-tabs-container .block-container {
    padding-bottom: 0; }

  .product-recommend-bxslider li .similar-product-content .product-price .action-time {
    position: absolute;
    top: -10px;
    left: 10px; }

  .info-block-payment2 a {
    float: left; }

  .get-discount-wrap form input {
    width: 200px; }

  .get-discount-wrap h4 {
    display: inline-block;
    width: 42%; }

  .product-bxslider li {
    height: 100%; }

  #header .top-menu ul {
    display: none; }

  #header .header {
    padding-top: 53px; }

  .site-phones .phone-code, .site-phones .phone-number {
    font-size: 16px;
    line-height: 28px; }

  #header .header .container {
    padding-bottom: 21px; }

  .main-navigation {
    display: block;
    height: 60px; }

  .main-navigation .first-level {
    height: 60px; }

  .main-navigation .first-level > a {
    font-family: "OpenSans";
    font-size: 14px;
    line-height: 20px;
    height: 44px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px; }

  .product-title-cart h1 {
    font-size: 30px;
    line-height: 36px;
    padding-right: 20%; }

  .breadcrumb {
    padding: 10px 14px;
    margin-bottom: 18px; }

  .product-title.product-title-cart {
    padding-bottom: 28px; }

  .info-block-payment2 .head {
    line-height: 30px; }

  .info-block-payment2 a {
    line-height: 30px; }

  .review-form-wrapper .input-wrapper {
    width: calc(50% - 13px);
    float: left; }

  .review-form-wrapper .input-wrapper:nth-of-type(even) {
    float: right;
    width: calc(50% - 27px); }

  .review-form-wrapper .input-wrapper-comments {
    width: calc(50% - 13px) !important;
    float: left !important; }

  .set-slider-content .set-slider-price > div {
    display: table-cell;
    vertical-align: top; }

  .set-slider-content .set-slider-img {
    height: 92px; }

  .set-slider-content .set-slider-price {
    height: auto;
    float: left; }

  .set-buy-wrap .set-slider .set-slider-content {
    display: block;
    width: auto;
    height: 260px;
    padding: 20px 15px;
    padding-bottom: 0;
    padding-top: 35px; }

  .set-buy-wrap .set-slider li {
    height: 100%; }

  .set-buy-wrap .set-list.set-buy-equally .buy-equally {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 17px;
    text-align: center; }

  .product-bxslider li {
    height: 210px; }

  .similar-product-content .similar-product-price {
    padding: 0 8px;
    position: absolute;
    top: 90px;
    left: 3px; }

  .product-recommend-bxslider li .similar-product-content .product-price {
    padding: 8px;
    padding-bottom: 0px;
    clear: both;
    display: inline-block;
    width: calc(100% - 16px); }

  .product-recommend-bxslider li .similar-product-content .product-price .similar-price-new {
    font-size: 22px;
    margin-right: 0; }

  .product-recommend-bxslider li .similar-product-content .product-price .similar-price-old {
    font-size: 22px;
    float: right; }

  .product-recommend-bxslider li .similar-product-content .product-name {
    padding: 0px 9px;
    height: 60px;
    padding-bottom: 7px; }

  .review-form-wrapper .input-captcha {
    float: right;
    width: calc(50% - 27px); }

  .comment-column-right .review-form-wrapper .input-star {
    padding-bottom: 12px;
    margin-top: 6px;
    display: inline-block;
    width: 100%; }

  #footer .footer-column-right .studio {
    font-size: 13px; }

  .product-bxslider li {
    width: calc(23.03vw + 1.04vw) !important; }

  .product-recommend-bxslider li {
    width: calc(30.8vw + 1.26vw) !important; }

  .comment-column-right .review-form-wrapper .input-wrapper.input-wrapper-comments > label {
    margin-bottom: 13px; }

  .menu-mob-select {
    display: block;
    width: 87px;
    height: 22px;
    font-family: "OpenSans";
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background-color: #7fafd8;
    border-radius: 4px 4px;
    line-height: 23px;
    padding-left: 9px;
    margin-top: 14px;
    margin-left: 8px;
    cursor: pointer;
    background-image: url("../images/icon-select.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 9px); }

  .menu-mob-select.up {
    background-image: url("../images/icon-select-up.png");
    background-position: calc(100% - 9px) calc(100% - 10px); }

  .main-navigation .first-level > a {
    width: calc(100% - 26%); }

  .set-buy-wrap .set-list.set-list-product .set-product-wrap {
    padding: 12px 15px; }

  .set-product-wrap .set-slider-img {
    width: 66px;
    height: 85px; }

  .set-product-wrap .set-slider-price {
    width: 90px;
    height: auto;
    float: left;
    margin-left: -9px;
    padding-bottom: 33px; }

  .set-product-wrap .set-slider-text p {
    line-height: 17px; }

  .set-buy-wrap .set-list:after {
    margin-top: -27px; }

  .set-buy-wrap .set-list .set-close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 20px;
    right: 10px; }

  .set-slider-content .set-slider-img {
    height: 92px; }

  .set-slider-content .set-slider-price span.set-price-new {
    margin-bottom: 3px; }

  .set-slider-content .set-slider-text {
    margin-top: 7px; }

  .set-slider-content .set-slider-text p {
    line-height: 17px; }

  .container .section-title {
    margin-top: 26px; }

  .buy-equally span.set-price-old {
    margin-left: 0;
    left: 4px; }

  .buy-equally span.set-price-new {
    margin-left: 0;
    left: 4px; }

  .buy-equally span.set-price-old sup {
    position: relative;
    top: -3px; } }

.product-kit-slot {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff; }
  .product-kit-slot .form-group {
    margin-bottom: 10px; }
  .product-kit-slot .product-kit-product {
    width: 30%;
    padding: 15px 5px;
    margin: 0 10px;
    /*border: 1px solid #ddd;*/
    background: #fff;
    border: 1px solid #a3a3a3; }
  .product-kit-slot .product-kit-product h3 {
    margin: 0 0 20px; }
  .product-kit-slot .product-kit-product h5 {
    margin: 5px 0 15px; }
  .product-kit-slot .product-kit-product .image {
    text-align: right; }
  .product-kit-slot .product-kit-product .image img {
    display: inline;
    max-width: 100%;
    max-height: 400px; }
  .product-kit-slot .product-kit-product:last-child .form-group > div:last-child hr {
    display: none; }
  .product-kit-slot .product-kit-product .options-container h5 {
    text-align: center;
    font-weight: bold; }
  .product-kit-slot .product-kit-product .options-container .form-group.required {
    display: block; }
    .product-kit-slot .product-kit-product .options-container .form-group.required.has-error .control-label {
      color: #000; }
    .product-kit-slot .product-kit-product .options-container .form-group.required.has-error .checkbox {
      color: #000; }
    .product-kit-slot .product-kit-product .options-container .form-group.required .text-danger {
      padding: 8px 14px;
      color: #a94442;
      margin-bottom: 20px;
      border: 1px solid #ebccd1;
      background-color: #f2dede;
      box-shadow: none;
      border-radius: 0px; }
  .product-kit-slot .product-kit-product .options-container label {
    white-space: nowrap;
    margin-bottom: 5px; }
  .product-kit-slot .product-kit-product .options-container .complect-option-block {
    padding: 5px; }
  .product-kit-slot .kit-price {
    font-size: 16px;
    opacity: 0.6; }
  .product-kit-slot .kit-save-price {
    font-size: 24px; }
  .product-kit-slot .kit-product-model {
    margin: 20px 0; }
  .product-kit-slot .complect-option-block {
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    color: #999; }
  .product-kit-slot .complect-option-block .img-thumbnail {
    max-height: 100px;
    max-width: 100px;
    opacity: 0.9;
    transition: 0.2s opacity; }
  .product-kit-slot .complect-option-block.active, .product-kit-slot .complect-option-block:hover {
    border: 1px solid #2968d7;
    color: #2968d7;
    cursor: pointer;
    opacity: 1; }
  .product-kit-slot .complect-option-block.active .img-thumbnail, .product-kit-slot .complect-option-block:hover .img-thumbnail {
    opacity: 1; }
  .product-kit-slot .image-wrap .complect-option-block {
    padding: 0 10px 0 0; }

@media (max-width: 767px) {
  /* Product KIT END */
    .product-kit-slot {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 15px;
      flex-direction: column;
      align-items: center; }
      .product-kit-slot .product-kit-product {
        margin: 0 -15px 10px;
        width: 100%; }
        .product-kit-slot .product-kit-product h3 {
          margin-top: 20px; }
        .product-kit-slot .product-kit-product .image {
          text-align: left; } }

.tag span.hit {
  background: #f12717; }
  .tag span.sale {
    background: #6eca49; }

.module .product-layout .product-thumb .tag span {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  width: 150px;
  right: auto; }

.product-layout .product-thumb .tag span {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  width: 150px;
  right: auto; }

.product-thumb_top {
  position: relative; }

.thumbnail {
  /*---- ХВОСТИКИ ----*/
  /*------------------*/ }
  .thumbnail .tag.label-top-left.b-ribbon span:before, .thumbnail .tag.label-bottom-left.b-ribbon span:before {
    content: '';
    position: absolute;
    top: 4px;
    right: -9px;
    background: inherit;
    width: 28px;
    height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(-35deg); }
  .thumbnail .tag.label-top-left.b-ribbon span:after, .thumbnail .tag.label-bottom-left.b-ribbon span:after {
    content: '';
    position: absolute;
    top: 13px;
    right: -9px;
    background: inherit;
    width: 28px;
    height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(35deg); }
  .thumbnail .tag.label-top-right.b-ribbon span:before, .thumbnail .tag.label-bottom-right.b-ribbon span:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -8px;
    background: inherit;
    width: 20px;
    height: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(35deg); }
  .thumbnail .tag.label-top-right.b-ribbon span:after, .thumbnail .tag.label-bottom-right.b-ribbon span:after {
    content: '';
    position: absolute;
    top: 26px;
    left: -9px;
    background: inherit;
    width: 28px;
    height: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(-35deg); }
  .thumbnail .tag {
    font-size: 11px;
    position: absolute;
    overflow: hidden;
    z-index: 9;
    transition: 0.1s ease-in-out; }
  .thumbnail .tag.stripes {
    width: 85px;
    height: 85px; }
  .thumbnail .tag.corner span {
    padding: 0 0 30px 0; }
  .thumbnail .tag.label-top-left {
    left: 0;
    top: 0; }
  .thumbnail .tag.label-top-left span {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    right: auto; }
  .thumbnail .tag.label-top-left.stripes {
    width: 115px !important;
    height: 115px !important;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 12; }
  .thumbnail .tag.label-top-left.stripes span {
    font-size: 10px;
    left: -42px;
    top: 20px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(-45deg); }
  .thumbnail .tag.label-top-left.corner {
    left: 0;
    top: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9; }
  .thumbnail .tag.label-top-left.corner span {
    font-size: 18px;
    display: inline-block;
    padding: 50px 5px 10px;
    transform: rotate(-45deg);
    width: 150px;
    height: 76px;
    left: -59px;
    top: -24px; }
  .thumbnail .tag.label-top-left.b-ribbon {
    left: 0;
    top: 55px;
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 9; }
  .thumbnail .tag.label-top-left.b-ribbon span {
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 25px;
    transform: rotate(0deg);
    font-size: 10px; }
  .thumbnail .tag.label-top-right span {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    right: auto; }
  .thumbnail .tag.label-top-right.stripes {
    width: 115px !important;
    height: 115px !important;
    left: auto;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9; }
  .thumbnail .tag.label-top-right.stripes span {
    font-size: 10px;
    left: 9px;
    top: 18px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(45deg); }
  .thumbnail .tag.label-top-right.corner {
    left: auto;
    top: 0;
    right: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9; }
  .thumbnail .tag.label-top-right.corner span {
    left: auto;
    top: -25px;
    right: -60px;
    font-size: 18px;
    display: inline-block;
    padding: 50px 5px 10px;
    transform: rotate(45deg);
    width: 150px;
    height: 76px; }
  .thumbnail .tag.label-top-right.b-ribbon {
    left: auto;
    top: 55px;
    right: 0;
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 9; }
  .thumbnail .tag.label-top-right.b-ribbon span {
    left: auto;
    top: 0;
    right: 0;
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 30px;
    transform: rotate(0deg);
    font-size: 10px; }
  .thumbnail .tag.label-bottom-left {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0; }
  .thumbnail .tag.label-bottom-left span {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    right: auto;
    /*---- ЛЕНТОЧКА ----*/ }
  .thumbnail .tag.label-bottom-left.stripes {
    z-index: 10;
    /*---- УГОЛОК ----*/ }
  .thumbnail .tag.label-bottom-left.stripes span {
    font-size: 10px;
    left: -42px;
    top: 40px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(45deg); }
  .thumbnail .tag.label-bottom-left.corner {
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9;
    /*---- ФЛАЖОК ----*/ }
  .thumbnail .tag.label-bottom-left.corner span {
    top: 30px;
    left: -64px;
    font-size: 18px;
    display: inline-block;
    width: 150px;
    padding: 10px 0 65px;
    transform: rotate(45deg); }
  .thumbnail .tag.label-bottom-left.b-ribbon {
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 9; }
  .thumbnail .tag.label-bottom-left.b-ribbon span {
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 30px;
    transform: rotate(0deg);
    font-size: 10px; }
  .thumbnail .tag.label-bottom-right {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0; }
  .thumbnail .tag.label-bottom-right span {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    text-align: center; }
  .thumbnail .tag.label-bottom-right.b-ribbon {
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 9; }
  .thumbnail .tag.label-bottom-right.b-ribbon span {
    left: auto;
    top: 0;
    right: 0;
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 30px;
    transform: rotate(0deg);
    font-size: 10px; }
  .thumbnail .tag.label-bottom-right.stripes {
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9; }
  .thumbnail .tag.label-bottom-right.stripes span {
    font-size: 10px;
    left: -22px;
    top: 38px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(-45deg); }
  .thumbnail .tag.label-bottom-right.corner {
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9; }
  .thumbnail .tag.label-bottom-right.corner span {
    left: auto;
    top: 35px;
    right: -54px;
    font-size: 18px;
    display: inline-block;
    width: 150px;
    padding: 10px 0 36px;
    transform: rotate(-45deg); }

.product-list .product-thumb .tag {
  /*------------------*/ }
  .product-list .product-thumb .tag.label-top-left.b-ribbon span:before, .product-list .product-thumb .tag.label-bottom-left.b-ribbon span:before {
    content: '';
    position: absolute;
    top: 9px;
    right: -8px;
    background: inherit;
    width: 20px;
    height: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(-35deg); }
  .product-list .product-thumb .tag.label-top-left.b-ribbon span:after, .product-list .product-thumb .tag.label-bottom-left.b-ribbon span:after {
    content: '';
    position: absolute;
    top: 26px;
    right: -9px;
    background: inherit;
    width: 28px;
    height: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(35deg); }
  .product-list .product-thumb .tag.label-top-right.b-ribbon span:before, .product-list .product-thumb .tag.label-bottom-right.b-ribbon span:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -8px;
    background: inherit;
    width: 20px;
    height: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(35deg); }
  .product-list .product-thumb .tag.label-top-right.b-ribbon span:after, .product-list .product-thumb .tag.label-bottom-right.b-ribbon span:after {
    content: '';
    position: absolute;
    top: 26px;
    left: -9px;
    background: inherit;
    width: 28px;
    height: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(-35deg); }
  .product-list .product-thumb .tag {
    font-size: 11px;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    transition: 0.1s ease-in-out; }
  .product-list .product-thumb .tag.stripes {
    width: 85px;
    height: 85px; }
  .product-list .product-thumb .tag.corner span {
    padding: 0 0 30px 0; }
  .product-list .product-thumb .tag.label-top-left {
    left: 0;
    top: 0; }
  .product-list .product-thumb .tag.label-top-left span {
    padding: 30px 0 1px 0;
    transform: rotate(-45deg); }
  .product-list .product-thumb .tag.label-top-left.stripes {
    width: 115px !important;
    height: 115px !important;
    left: -1px;
    top: -1px;
    overflow: hidden;
    z-index: 12; }
  .product-list .product-thumb .tag.label-top-left.stripes span {
    font-size: 10px;
    left: -45px;
    top: 17px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(-45deg); }
  .product-list .product-thumb .tag.label-top-left.corner {
    left: -1px;
    top: -1px;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9; }
  .product-list .product-thumb .tag.label-top-left.corner span {
    font-size: 18px;
    display: inline-block;
    padding: 50px 5px 10px;
    transform: rotate(-45deg);
    width: 150px;
    height: 76px;
    left: -62px;
    top: -27px; }
  .product-list .product-thumb .tag.label-top-left.b-ribbon {
    left: -1px;
    top: 30px;
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 15; }
  .product-list .product-thumb .tag.label-top-left.b-ribbon span {
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 20px;
    transform: rotate(0deg);
    font-size: 10px; }
  .product-list .product-thumb .tag.label-top-right {
    right: 0;
    top: -1px;
    left: auto;
    overflow: hidden;
    z-index: 12; }
  .product-list .product-thumb .tag.label-top-right span {
    padding: 30px 0 1px 0;
    transform: rotate(45deg); }
  .product-list .product-thumb .tag.label-top-right.stripes {
    width: 115px;
    height: 115px; }
  .product-list .product-thumb .tag.label-top-right.stripes span {
    font-size: 10px;
    left: 9px;
    top: 18px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(45deg); }
  .product-list .product-thumb .tag.label-top-right.corner {
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9; }
  .product-list .product-thumb .tag.label-top-right.corner span {
    left: auto;
    top: -26px;
    right: -64px;
    font-size: 18px;
    display: inline-block;
    padding: 50px 5px 10px;
    transform: rotate(45deg);
    width: 150px;
    height: 76px; }
  .product-list .product-thumb .tag.label-top-right.b-ribbon {
    left: auto;
    right: 0;
    top: 30px;
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 15; }
  .product-list .product-thumb .tag.label-top-right.b-ribbon span {
    left: auto;
    top: 0;
    right: 0;
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 20px;
    transform: rotate(0deg);
    font-size: 10px; }
  .product-list .product-thumb .tag.label-bottom-left.stripes {
    top: auto;
    left: -1px;
    bottom: -1px;
    z-index: 10;
    /*---- УГОЛОК ----*/ }
  .product-list .product-thumb .tag.label-bottom-left.stripes span {
    font-size: 10px;
    left: -42px;
    top: 40px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(45deg); }
  .product-list .product-thumb .tag.label-bottom-left.corner {
    top: auto;
    left: -1px;
    bottom: -1px;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9;
    /*---- ФЛАЖОК ----*/ }
  .product-list .product-thumb .tag.label-bottom-left.corner span {
    top: 34px;
    left: -67px;
    font-size: 18px;
    display: inline-block;
    width: 150px;
    padding: 10px 0 65px;
    transform: rotate(45deg); }
  .product-list .product-thumb .tag.label-bottom-left.b-ribbon {
    top: auto;
    left: -1px;
    bottom: -6px;
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 15; }
  .product-list .product-thumb .tag.label-bottom-left.b-ribbon span {
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 20px;
    transform: rotate(0deg);
    font-size: 10px; }
  .product-list .product-thumb .tag.label-bottom-right span {
    bottom: auto;
    padding: 30px 0 1px 0; }
  .product-list .product-thumb .tag.label-bottom-right.b-ribbon {
    left: auto;
    right: 0;
    top: auto;
    bottom: -6px;
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 15; }
  .product-list .product-thumb .tag.label-bottom-right.b-ribbon span {
    left: auto;
    right: 0;
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 20px;
    transform: rotate(0deg);
    font-size: 10px; }
  .product-list .product-thumb .tag.label-bottom-right.stripes {
    left: auto;
    top: auto;
    right: 0;
    bottom: -1px;
    z-index: 10; }
  .product-list .product-thumb .tag.label-bottom-right.stripes span {
    font-size: 10px;
    left: -22px;
    top: 42px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(-45deg); }
  .product-list .product-thumb .tag.label-bottom-right.corner {
    left: auto;
    top: auto;
    right: 0;
    bottom: -1px;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9; }
  .product-list .product-thumb .tag.label-bottom-right.corner span {
    left: auto;
    top: 39px;
    right: -56px;
    font-size: 18px;
    display: inline-block;
    width: 150px;
    padding: 10px 0 36px;
    transform: rotate(-45deg); }

.product-grid .product-thumb .tag {
  /*------------------*/ }
  .product-grid .product-thumb .tag.label-top-left.b-ribbon span:before, .product-grid .product-thumb .tag.label-bottom-left.b-ribbon span:before {
    content: '';
    position: absolute;
    top: 9px;
    right: -8px;
    background: inherit;
    width: 20px;
    height: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(-35deg); }
  .product-grid .product-thumb .tag.label-top-left.b-ribbon span:after, .product-grid .product-thumb .tag.label-bottom-left.b-ribbon span:after {
    content: '';
    position: absolute;
    top: 26px;
    right: -9px;
    background: inherit;
    width: 28px;
    height: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(35deg); }
  .product-grid .product-thumb .tag.label-top-right.b-ribbon span:before, .product-grid .product-thumb .tag.label-bottom-right.b-ribbon span:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -8px;
    background: inherit;
    width: 20px;
    height: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(35deg); }
  .product-grid .product-thumb .tag.label-top-right.b-ribbon span:after, .product-grid .product-thumb .tag.label-bottom-right.b-ribbon span:after {
    content: '';
    position: absolute;
    top: 26px;
    left: -9px;
    background: inherit;
    width: 28px;
    height: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(-35deg); }
  .product-grid .product-thumb .tag {
    font-size: 11px;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    transition: 0.1s ease-in-out; }
  .product-grid .product-thumb .tag.stripes {
    width: 85px;
    height: 85px; }
  .product-grid .product-thumb .tag.corner span {
    padding: 0 0 30px 0; }
  .product-grid .product-thumb .tag.label-top-left span {
    padding: 30px 0 1px 0;
    transform: rotate(-45deg); }
  .product-grid .product-thumb .tag.label-top-left.stripes {
    width: 115px !important;
    height: 115px !important;
    left: -15px;
    top: -10px;
    overflow: hidden;
    z-index: 12; }
  @media (max-width: 991px) {
        .product-grid .product-thumb .tag.label-top-left.stripes {
          left: 0;
          top: 0; } }
  .product-grid .product-thumb .tag.label-top-left.stripes span {
    font-size: 10px;
    left: -45px;
    top: 17px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(-45deg); }
  .product-grid .product-thumb .tag.label-top-left.corner {
    left: -15px;
    top: -10px;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9; }
  @media (max-width: 991px) {
        .product-grid .product-thumb .tag.label-top-left.corner {
          left: 0;
          top: 0; } }
  .product-grid .product-thumb .tag.label-top-left.corner span {
    font-size: 18px;
    display: inline-block;
    padding: 50px 5px 10px;
    transform: rotate(-45deg);
    width: 150px;
    height: 76px;
    left: -62px;
    top: -27px; }
  .product-grid .product-thumb .tag.label-top-left.b-ribbon {
    left: -15px;
    top: 5px;
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 15; }
  @media (max-width: 991px) and (min-width: 768px) {
        .product-grid .product-thumb .tag.label-top-left.b-ribbon {
          left: 0; } }
  .product-grid .product-thumb .tag.label-top-left.b-ribbon span {
    left: 0;
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 20px;
    transform: rotate(0deg);
    font-size: 10px; }
  .product-grid .product-thumb .tag.label-top-right span {
    padding: 30px 0 1px 0;
    transform: rotate(45deg); }
  .product-grid .product-thumb .tag.label-top-right.stripes {
    width: 85px !important;
    height: 85px !important;
    right: -15px;
    top: -10px;
    overflow: hidden;
    z-index: 12; }
  @media (max-width: 991px) {
        .product-grid .product-thumb .tag.label-top-right.stripes {
          right: 0;
          top: 0; } }
  .product-grid .product-thumb .tag.label-top-right.stripes span {
    font-size: 10px;
    left: -20px;
    top: 20px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(45deg); }
  .product-grid .product-thumb .tag.label-top-right.corner {
    left: auto;
    top: -10px;
    right: -15px;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 15; }
  @media (max-width: 991px) {
        .product-grid .product-thumb .tag.label-top-right.corner {
          top: 0;
          right: 0; } }
  .product-grid .product-thumb .tag.label-top-right.corner span {
    left: auto;
    top: -26px;
    right: -64px;
    font-size: 18px;
    display: inline-block;
    padding: 50px 5px 10px;
    transform: rotate(45deg);
    width: 150px;
    height: 76px; }
  .product-grid .product-thumb .tag.label-top-right.b-ribbon {
    left: auto;
    top: 5px;
    right: -15px;
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 15; }
  @media (max-width: 991px) and (min-width: 768px) {
        .product-grid .product-thumb .tag.label-top-right.b-ribbon {
          right: 0; } }
  .product-grid .product-thumb .tag.label-top-right.b-ribbon span {
    left: auto;
    top: 0;
    right: 0;
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 20px;
    transform: rotate(0deg);
    font-size: 10px; }
  .product-grid .product-thumb .tag.label-bottom-left.stripes {
    left: -15px;
    bottom: 0;
    z-index: 10;
    /*---- УГОЛОК ----*/ }
  @media (max-width: 991px) {
        .product-grid .product-thumb .tag.label-bottom-left.stripes {
          left: 0;
          bottom: 0; } }
  .product-grid .product-thumb .tag.label-bottom-left.stripes span {
    font-size: 10px;
    left: -42px;
    top: 40px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(45deg); }
  .product-grid .product-thumb .tag.label-bottom-left.corner {
    left: -15px;
    bottom: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9;
    /*---- ФЛАЖОК ----*/ }
  @media (max-width: 991px) {
        .product-grid .product-thumb .tag.label-bottom-left.corner {
          left: 0; } }
  .product-grid .product-thumb .tag.label-bottom-left.corner span {
    top: 34px;
    left: -67px;
    font-size: 18px;
    display: inline-block;
    width: 150px;
    padding: 10px 0 65px;
    transform: rotate(45deg); }
  .product-grid .product-thumb .tag.label-bottom-left.b-ribbon {
    left: -15px;
    top: 150px;
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 15; }
  @media (max-width: 991px) and (min-width: 768px) {
        .product-grid .product-thumb .tag.label-bottom-left.b-ribbon {
          left: 0; } }
  .product-grid .product-thumb .tag.label-bottom-left.b-ribbon span {
    left: 0;
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 20px;
    transform: rotate(0deg);
    font-size: 10px; }
  .product-grid .product-thumb .tag.label-bottom-right span {
    bottom: auto;
    padding: 30px 0 1px 0; }
  .product-grid .product-thumb .tag.label-bottom-right.b-ribbon {
    right: -15px;
    top: 150px;
    width: 130px;
    height: 70px;
    overflow: visible;
    z-index: 15; }
  @media (max-width: 991px) and (min-width: 768px) {
        .product-grid .product-thumb .tag.label-bottom-right.b-ribbon {
          right: 0; } }
  .product-grid .product-thumb .tag.label-bottom-right.b-ribbon span {
    left: auto;
    top: 0;
    right: 0;
    z-index: 9;
    display: inline-block;
    width: auto;
    padding: 13px 20px;
    transform: rotate(0deg);
    font-size: 10px; }
  .product-grid .product-thumb .tag.label-bottom-right.stripes {
    right: -15px;
    bottom: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9; }
  @media (max-width: 991px) {
        .product-grid .product-thumb .tag.label-bottom-right.stripes {
          right: 0;
          bottom: 0; } }
  .product-grid .product-thumb .tag.label-bottom-right.stripes span {
    font-size: 10px;
    left: -22px;
    top: 42px;
    padding: 6px;
    display: inline-block;
    width: 150px;
    transform: rotate(-45deg); }
  .product-grid .product-thumb .tag.label-bottom-right.corner {
    right: -15px;
    bottom: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
    z-index: 9; }
  @media (max-width: 991px) {
        .product-grid .product-thumb .tag.label-bottom-right.corner {
          right: 0; } }
  .product-grid .product-thumb .tag.label-bottom-right.corner span {
    left: auto;
    top: 33px;
    right: -56px;
    font-size: 18px;
    display: inline-block;
    width: 150px;
    padding: 10px 0 36px;
    transform: rotate(-45deg); }

.product-table .product-thumb .tag {
  /*------------------*/ }
  .product-table .product-thumb .tag.label-top-left.corner span:before, .product-table .product-thumb .tag.label-bottom-left.corner span:before, .product-table .product-thumb .tag.label-top-right.corner span:before, .product-table .product-thumb .tag.label-bottom-right.corner span:before, .product-table .product-thumb .tag.label-top-left.stripes span:before, .product-table .product-thumb .tag.label-bottom-left.stripes span:before, .product-table .product-thumb .tag.label-top-right.stripes span:before, .product-table .product-thumb .tag.label-bottom-right.stripes span:before, .product-table .product-thumb .tag.label-top-left.b-ribbon span:before, .product-table .product-thumb .tag.label-bottom-left.b-ribbon span:before, .product-table .product-thumb .tag.label-top-right.b-ribbon span:before, .product-table .product-thumb .tag.label-bottom-right.b-ribbon span:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    background: inherit;
    width: 16px;
    height: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(-35deg); }
  .product-table .product-thumb .tag.label-top-left.corner span:after, .product-table .product-thumb .tag.label-bottom-left.corner span:after, .product-table .product-thumb .tag.label-top-right.corner span:after, .product-table .product-thumb .tag.label-bottom-right.corner span:after, .product-table .product-thumb .tag.label-top-left.stripes span:after, .product-table .product-thumb .tag.label-bottom-left.stripes span:after, .product-table .product-thumb .tag.label-top-right.stripes span:after, .product-table .product-thumb .tag.label-bottom-right.stripes span:after, .product-table .product-thumb .tag.label-top-left.b-ribbon span:after, .product-table .product-thumb .tag.label-bottom-left.b-ribbon span:after, .product-table .product-thumb .tag.label-top-right.b-ribbon span:after, .product-table .product-thumb .tag.label-bottom-right.b-ribbon span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -9px;
    background: inherit;
    width: 16px;
    height: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: skew(35deg); }
  .product-table .product-thumb .tag {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    transition: 0.1s ease-in-out; }
  .product-table .product-thumb .tag.label-top-left {
    left: 70px;
    top: auto;
    bottom: -1px; }
  .product-table .product-thumb .tag.label-top-left span {
    top: auto;
    bottom: 0;
    width: 83px; }
  .product-table .product-thumb .tag.label-top-left.stripes {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-top-left.stripes span {
    font-size: 8px;
    display: inline-block;
    padding: 5px 6px 6px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-top-left.corner {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-top-left.corner span {
    font-size: 8px;
    display: inline-block;
    padding: 5px 19px 6px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-top-left.b-ribbon {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-top-left.b-ribbon span {
    font-size: 8px;
    display: inline-block;
    padding: 6px 15px 5px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-top-right {
    left: 185px;
    top: auto;
    bottom: -1px; }
  .product-table .product-thumb .tag.label-top-right span {
    top: auto;
    bottom: 0;
    width: 83px; }
  .product-table .product-thumb .tag.label-top-right.stripes {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-top-right.stripes span {
    font-size: 8px;
    display: inline-block;
    padding: 5px 6px 6px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-top-right.corner {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-top-right.corner span {
    font-size: 8px;
    display: inline-block;
    padding: 5px 19px 6px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-top-right.b-ribbon {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-top-right.b-ribbon span {
    font-size: 8px;
    display: inline-block;
    padding: 6px 15px 5px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-bottom-left {
    left: 414px;
    top: auto;
    bottom: -1px; }
  .product-table .product-thumb .tag.label-bottom-left span {
    top: auto;
    bottom: 0;
    width: 83px; }
  .product-table .product-thumb .tag.label-bottom-left.stripes {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-bottom-left.stripes span {
    font-size: 8px;
    display: inline-block;
    padding: 5px 6px 6px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-bottom-left.corner {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-bottom-left.corner span {
    font-size: 8px;
    display: inline-block;
    padding: 5px 19px 6px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-bottom-left.b-ribbon {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-bottom-left.b-ribbon span {
    font-size: 8px;
    display: inline-block;
    padding: 6px 15px 5px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-bottom-right {
    left: 299px;
    top: auto;
    bottom: -1px; }
  .product-table .product-thumb .tag.label-bottom-right span {
    top: auto;
    bottom: 0;
    width: 83px; }
  .product-table .product-thumb .tag.label-bottom-right.stripes {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-bottom-right.stripes span {
    font-size: 8px;
    display: inline-block;
    padding: 5px 6px 6px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-bottom-right.corner {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-bottom-right.corner span {
    font-size: 8px;
    display: inline-block;
    padding: 5px 19px 6px;
    transform: rotate(0deg); }
  .product-table .product-thumb .tag.label-bottom-right.b-ribbon {
    width: 80px;
    height: 27px;
    overflow: visible;
    z-index: 9; }
  .product-table .product-thumb .tag.label-bottom-right.b-ribbon span {
    font-size: 8px;
    display: inline-block;
    padding: 6px 15px 5px;
    transform: rotate(0deg); }

@media screen and (max-width: 767px) and (min-width: 300px) {
  .product-layout.product-table .product-thumb {
    min-height: 90px !important;
    max-height: 160px !important;
    height: auto !important; }

  .product-list .product-thumb .tag {
    /*------------------*/ }
    .product-list .product-thumb .tag.label-top-left.b-ribbon span:before, .product-list .product-thumb .tag.label-bottom-left.b-ribbon span:before {
      content: '';
      position: absolute;
      top: 4px;
      right: -9px;
      background: inherit;
      width: 28px;
      height: 30px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      transform: skew(-35deg); }
      .product-list .product-thumb .tag.label-top-left.b-ribbon span:after, .product-list .product-thumb .tag.label-bottom-left.b-ribbon span:after {
        content: '';
        position: absolute;
        top: 13px;
        right: -9px;
        background: inherit;
        width: 28px;
        height: 30px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transform: skew(35deg); }
    .product-list .product-thumb .tag.label-top-right.b-ribbon span:before, .product-list .product-thumb .tag.label-bottom-right.b-ribbon span:before {
      content: '';
      position: absolute;
      top: 4px;
      left: -9px;
      background: inherit;
      width: 28px;
      height: 30px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      transform: skew(35deg); }
      .product-list .product-thumb .tag.label-top-right.b-ribbon span:after, .product-list .product-thumb .tag.label-bottom-right.b-ribbon span:after {
        content: '';
        position: absolute;
        top: 13px;
        left: -9px;
        background: inherit;
        width: 28px;
        height: 30px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transform: skew(-35deg); }
    .product-list .product-thumb .tag {
      font-size: 11px;
      position: absolute;
      overflow: hidden;
      z-index: 10;
      transition: 0.1s ease-in-out; }
    .product-list .product-thumb .tag.stripes {
      width: 85px;
      height: 85px; }
    .product-list .product-thumb .tag.corner span {
      padding: 0 0 30px 0; }
    .product-list .product-thumb .tag.label-top-left {
      left: 0;
      top: 0; }
      .product-list .product-thumb .tag.label-top-left span {
        padding: 30px 0 1px 0;
        transform: rotate(-45deg); }
      .product-list .product-thumb .tag.label-top-left.stripes {
        width: 115px !important;
        height: 115px !important;
        left: 0;
        top: 0;
        overflow: hidden;
        z-index: 12; }
        .product-list .product-thumb .tag.label-top-left.stripes span {
          font-size: 10px;
          left: -45px;
          top: 17px;
          padding: 6px;
          display: inline-block;
          width: 150px;
          transform: rotate(-45deg); }
      .product-list .product-thumb .tag.label-top-left.corner {
        left: 0;
        top: 0;
        width: 85px;
        height: 85px;
        overflow: hidden;
        z-index: 9; }
        .product-list .product-thumb .tag.label-top-left.corner span {
          font-size: 18px;
          display: inline-block;
          padding: 50px 5px 10px;
          transform: rotate(-45deg);
          width: 150px;
          height: 76px;
          left: -62px;
          top: -27px; }
      .product-list .product-thumb .tag.label-top-left.b-ribbon {
        left: 0;
        top: 55px;
        width: 130px;
        height: 70px;
        overflow: visible;
        z-index: 15; }
        .product-list .product-thumb .tag.label-top-left.b-ribbon span {
          z-index: 9;
          display: inline-block;
          width: auto;
          padding: 13px 30px;
          transform: rotate(0deg);
          font-size: 10px; }
    .product-list .product-thumb .tag.label-top-right span {
      padding: 30px 0 1px 0;
      transform: rotate(45deg); }
      .product-list .product-thumb .tag.label-top-right.stripes {
        width: 115px !important;
        height: 115px !important;
        left: auto;
        top: 0;
        right: 0;
        overflow: hidden;
        z-index: 12; }
        .product-list .product-thumb .tag.label-top-right.stripes span {
          font-size: 10px;
          left: 9px;
          top: 18px;
          padding: 6px;
          display: inline-block;
          width: 150px;
          transform: rotate(45deg); }
      .product-list .product-thumb .tag.label-top-right.corner {
        left: auto;
        top: 0;
        right: 0;
        width: 85px;
        height: 85px;
        overflow: hidden;
        z-index: 9; }
        .product-list .product-thumb .tag.label-top-right.corner span {
          left: auto;
          top: -26px;
          right: -64px;
          font-size: 18px;
          display: inline-block;
          padding: 50px 5px 10px;
          transform: rotate(45deg);
          width: 150px;
          height: 76px; }
      .product-list .product-thumb .tag.label-top-right.b-ribbon {
        left: auto;
        top: 55px;
        right: 0;
        width: 130px;
        height: 70px;
        overflow: visible;
        z-index: 15; }
        .product-list .product-thumb .tag.label-top-right.b-ribbon span {
          left: auto;
          top: 0;
          right: 0;
          z-index: 9;
          display: inline-block;
          width: auto;
          padding: 13px 30px;
          transform: rotate(0deg);
          font-size: 10px; }
    .product-list .product-thumb .tag.label-bottom-left.stripes {
      left: 0;
      right: auto;
      bottom: 0;
      z-index: 10;
      /*---- УГОЛОК ----*/ }
      .product-list .product-thumb .tag.label-bottom-left.stripes span {
        font-size: 10px;
        left: -42px;
        top: 40px;
        padding: 6px;
        display: inline-block;
        width: 150px;
        transform: rotate(45deg); }
      .product-list .product-thumb .tag.label-bottom-left.corner {
        left: 0;
        right: auto;
        bottom: 0;
        width: 85px;
        height: 85px;
        overflow: hidden;
        z-index: 9;
        /*---- ФЛАЖОК ----*/ }
      .product-list .product-thumb .tag.label-bottom-left.corner span {
        top: 34px;
        left: -67px;
        font-size: 10px;
        display: inline-block;
        width: 150px;
        padding: 10px 0 65px;
        transform: rotate(45deg); }
      .product-list .product-thumb .tag.label-bottom-left.b-ribbon {
        left: 0;
        top: 150px;
        width: 130px;
        height: 70px;
        overflow: visible;
        z-index: 15; }
      .product-list .product-thumb .tag.label-bottom-left.b-ribbon span {
        z-index: 9;
        display: inline-block;
        width: auto;
        padding: 13px 30px;
        transform: rotate(0deg);
        font-size: 10px; }
    .product-list .product-thumb .tag.label-bottom-right span {
      bottom: auto;
      padding: 30px 0 1px 0; }
      .product-list .product-thumb .tag.label-bottom-right.b-ribbon {
        left: auto;
        right: 0;
        top: 150px;
        width: 130px;
        height: 70px;
        overflow: visible;
        z-index: 15; }
      .product-list .product-thumb .tag.label-bottom-right.b-ribbon span {
        left: auto;
        top: 0;
        right: 0;
        z-index: 94;
        display: inline-block;
        width: auto;
        padding: 13px 30px;
        transform: rotate(0deg);
        font-size: 10px; }
      .product-list .product-thumb .tag.label-bottom-right.stripes {
        left: auto;
        right: 0;
        bottom: 0;
        width: 85px;
        height: 85px;
        overflow: hidden;
        z-index: 9; }
      .product-list .product-thumb .tag.label-bottom-right.stripes span {
        font-size: 10px;
        left: -22px;
        top: 42px;
        padding: 6px;
        display: inline-block;
        width: 150px;
        transform: rotate(-45deg); }
      .product-list .product-thumb .tag.label-bottom-right.corner {
        left: auto;
        right: 0;
        bottom: 0;
        width: 85px;
        height: 85px;
        overflow: hidden;
        z-index: 9; }
      .product-list .product-thumb .tag.label-bottom-right.corner span {
        left: auto;
        top: 39px;
        right: -56px;
        font-size: 10px;
        display: inline-block;
        width: 150px;
        padding: 10px 0 36px;
        transform: rotate(-45deg); }

  .product-grid .product-thumb .tag {
    /*------------------*/ }
    .product-grid .product-thumb .tag.label-top-left.b-ribbon span:before, .product-grid .product-thumb .tag.label-bottom-left.b-ribbon span:before {
      content: '';
      position: absolute;
      top: 4px;
      right: -9px;
      background: inherit;
      width: 28px;
      height: 30px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      transform: skew(-35deg); }
      .product-grid .product-thumb .tag.label-top-left.b-ribbon span:after, .product-grid .product-thumb .tag.label-bottom-left.b-ribbon span:after {
        content: '';
        position: absolute;
        top: 13px;
        right: -9px;
        background: inherit;
        width: 28px;
        height: 30px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transform: skew(35deg); }
    .product-grid .product-thumb .tag.label-top-right.b-ribbon span:before, .product-grid .product-thumb .tag.label-bottom-right.b-ribbon span:before {
      content: '';
      position: absolute;
      top: 4px;
      left: -9px;
      background: inherit;
      width: 28px;
      height: 30px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      transform: skew(35deg); }
      .product-grid .product-thumb .tag.label-top-right.b-ribbon span:after, .product-grid .product-thumb .tag.label-bottom-right.b-ribbon span:after {
        content: '';
        position: absolute;
        top: 13px;
        left: -9px;
        background: inherit;
        width: 28px;
        height: 30px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transform: skew(-35deg); }
    .product-grid .product-thumb .tag {
      font-size: 11px;
      position: absolute;
      overflow: hidden;
      z-index: 10;
      transition: 0.1s ease-in-out; }
    .product-grid .product-thumb .tag.stripes {
      width: 85px;
      height: 85px; }
    .product-grid .product-thumb .tag.corner span {
      padding: 0 0 30px 0; }
    .product-grid .product-thumb .tag.label-top-left {
      left: 0;
      top: 0; }
      .product-grid .product-thumb .tag.label-top-left span {
        padding: 30px 0 1px 0;
        transform: rotate(-45deg); }
      .product-grid .product-thumb .tag.label-top-left.stripes {
        width: 115px !important;
        height: 115px !important;
        left: 0;
        top: 0;
        overflow: hidden;
        z-index: 12; }
      .product-grid .product-thumb .tag.label-top-left.stripes span {
        font-size: 10px;
        left: -45px;
        top: 17px;
        padding: 6px;
        display: inline-block;
        width: 150px;
        transform: rotate(-45deg); }
      .product-grid .product-thumb .tag.label-top-left.corner {
        left: 0;
        top: 0;
        width: 85px;
        height: 85px;
        overflow: hidden;
        z-index: 9; }
      .product-grid .product-thumb .tag.label-top-left.corner span {
        font-size: 18px;
        display: inline-block;
        padding: 50px 5px 10px;
        transform: rotate(-45deg);
        width: 150px;
        height: 76px;
        left: -62px;
        top: -27px; }
      .product-grid .product-thumb .tag.label-top-left.b-ribbon {
        left: 0;
        top: 55px;
        width: 130px;
        height: 70px;
        overflow: visible;
        z-index: 15; }
      .product-grid .product-thumb .tag.label-top-left.b-ribbon span {
        z-index: 9;
        display: inline-block;
        width: auto;
        padding: 13px 30px;
        transform: rotate(0deg);
        font-size: 10px; }
    .product-grid .product-thumb .tag.label-top-right span {
      padding: 30px 0 1px 0;
      transform: rotate(45deg); }
      .product-grid .product-thumb .tag.label-top-right.stripes {
        width: 115px !important;
        height: 115px !important;
        left: auto;
        top: 0;
        right: 0;
        overflow: hidden;
        z-index: 12; }
      .product-grid .product-thumb .tag.label-top-right.stripes span {
        font-size: 10px;
        left: 9px;
        top: 18px;
        padding: 6px;
        display: inline-block;
        width: 150px;
        transform: rotate(45deg); }
      .product-grid .product-thumb .tag.label-top-right.corner {
        left: auto;
        top: 0;
        right: 0;
        width: 85px;
        height: 85px;
        overflow: hidden;
        z-index: 9; }
      .product-grid .product-thumb .tag.label-top-right.corner span {
        left: auto;
        top: -26px;
        right: -64px;
        font-size: 18px;
        display: inline-block;
        padding: 50px 5px 10px;
        transform: rotate(45deg);
        width: 150px;
        height: 76px; }
      .product-grid .product-thumb .tag.label-top-right.b-ribbon {
        left: auto;
        top: 55px;
        right: 0;
        width: 130px;
        height: 70px;
        overflow: visible;
        z-index: 15; }
      .product-grid .product-thumb .tag.label-top-right.b-ribbon span {
        left: auto;
        top: 0;
        right: 0;
        z-index: 9;
        display: inline-block;
        width: auto;
        padding: 13px 30px;
        transform: rotate(0deg);
        font-size: 10px; }
    .product-grid .product-thumb .tag.label-bottom-left.stripes {
      left: 0;
      right: auto;
      bottom: 0;
      z-index: 10;
      /*---- УГОЛОК ----*/ }
      .product-grid .product-thumb .tag.label-bottom-left.stripes span {
        font-size: 10px;
        left: -42px;
        top: 40px;
        padding: 6px;
        display: inline-block;
        width: 150px;
        transform: rotate(45deg); }
      .product-grid .product-thumb .tag.label-bottom-left.corner {
        left: 0;
        right: auto;
        bottom: 0;
        width: 85px;
        height: 85px;
        overflow: hidden;
        z-index: 9;
        /*---- ФЛАЖОК ----*/ }
      .product-grid .product-thumb .tag.label-bottom-left.corner span {
        top: 34px;
        left: -67px;
        font-size: 10px;
        display: inline-block;
        width: 150px;
        padding: 10px 0 65px;
        transform: rotate(45deg); }
      .product-grid .product-thumb .tag.label-bottom-left.b-ribbon {
        left: 0;
        top: 150px;
        width: 130px;
        height: 70px;
        overflow: visible;
        z-index: 15; }
      .product-grid .product-thumb .tag.label-bottom-left.b-ribbon span {
        z-index: 9;
        display: inline-block;
        width: auto;
        padding: 13px 30px;
        transform: rotate(0deg);
        font-size: 10px; }
    .product-grid .product-thumb .tag.label-bottom-right span {
      bottom: auto;
      padding: 30px 0 1px 0; }
      .product-grid .product-thumb .tag.label-bottom-right.b-ribbon {
        right: 0;
        top: 150px;
        width: 130px;
        height: 70px;
        overflow: visible;
        z-index: 15; }
      .product-grid .product-thumb .tag.label-bottom-right.b-ribbon span {
        left: auto;
        top: 0;
        right: 0;
        z-index: 9;
        display: inline-block;
        width: auto;
        padding: 13px 30px;
        transform: rotate(0deg);
        font-size: 10px; }
      .product-grid .product-thumb .tag.label-bottom-right.stripes {
        left: auto;
        right: 0;
        bottom: 0;
        width: 85px;
        height: 85px;
        overflow: hidden;
        z-index: 9; }
      .product-grid .product-thumb .tag.label-bottom-right.stripes span {
        font-size: 10px;
        left: -22px;
        top: 42px;
        padding: 6px;
        display: inline-block;
        width: 150px;
        transform: rotate(-45deg); }
      .product-grid .product-thumb .tag.label-bottom-right.corner {
        left: auto;
        right: 0;
        bottom: 0;
        width: 85px;
        height: 85px;
        overflow: hidden;
        z-index: 9; }
      .product-grid .product-thumb .tag.label-bottom-right.corner span {
        left: auto;
        top: 39px;
        right: -56px;
        font-size: 10px;
        display: inline-block;
        width: 150px;
        padding: 10px 0 36px;
        transform: rotate(-45deg); }

  .product-table .product-thumb .tag {
    /*------------------*/ }
    .product-table .product-thumb .tag.label-top-left.b-ribbon span:before, .product-table .product-thumb .tag.label-bottom-left.b-ribbon span:before, .product-table .product-thumb .tag.label-top-right.b-ribbon span:before, .product-table .product-thumb .tag.label-bottom-right.b-ribbon span:before {
      content: '';
      position: absolute;
      top: 0;
      left: -9px;
      background: inherit;
      width: 18px;
      height: 20px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      transform: skew(-35deg); }
      .product-table .product-thumb .tag.label-top-left.b-ribbon span:after, .product-table .product-thumb .tag.label-bottom-left.b-ribbon span:after, .product-table .product-thumb .tag.label-top-right.b-ribbon span:after, .product-table .product-thumb .tag.label-bottom-right.b-ribbon span:after {
        content: '';
        position: absolute;
        top: 0;
        right: -9px;
        background: inherit;
        width: 18px;
        height: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transform: skew(35deg); }
      .product-table .product-thumb .tag.label-top-left.corner span:before, .product-table .product-thumb .tag.label-bottom-left.corner span:before, .product-table .product-thumb .tag.label-top-right.corner span:before, .product-table .product-thumb .tag.label-bottom-right.corner span:before {
        content: '';
        position: absolute;
        top: 0;
        left: -9px;
        background: inherit;
        width: 18px;
        height: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transform: skew(-35deg); }
      .product-table .product-thumb .tag.label-top-left.corner span:after, .product-table .product-thumb .tag.label-bottom-left.corner span:after, .product-table .product-thumb .tag.label-top-right.corner span:after, .product-table .product-thumb .tag.label-bottom-right.corner span:after {
        content: '';
        position: absolute;
        top: 0;
        right: -9px;
        background: inherit;
        width: 18px;
        height: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transform: skew(35deg); }
      .product-table .product-thumb .tag.label-top-left.stripes span:before, .product-table .product-thumb .tag.label-bottom-left.stripes span:before, .product-table .product-thumb .tag.label-top-right.stripes span:before, .product-table .product-thumb .tag.label-bottom-right.stripes span:before {
        content: '';
        position: absolute;
        top: 0;
        left: -9px;
        background: inherit;
        width: 18px;
        height: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transform: skew(-35deg); }
      .product-table .product-thumb .tag.label-top-left.stripes span:after, .product-table .product-thumb .tag.label-bottom-left.stripes span:after, .product-table .product-thumb .tag.label-top-right.stripes span:after, .product-table .product-thumb .tag.label-bottom-right.stripes span:after {
        content: '';
        position: absolute;
        top: 0;
        right: -9px;
        background: inherit;
        width: 18px;
        height: 20px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transform: skew(35deg); }
    .product-table .product-thumb .tag {
      position: absolute;
      overflow: hidden;
      z-index: 10;
      transition: 0.1s ease-in-out; }
    .product-table .product-thumb .tag.label-top-left {
      left: 70px;
      top: auto;
      bottom: -1px; }
      .product-table .product-thumb .tag.label-top-left span {
        top: auto;
        bottom: 0;
        width: 83px; }
      .product-table .product-thumb .tag.label-top-left.stripes {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-top-left.stripes span {
        font-size: 8px;
        display: inline-block;
        padding: 5px 6px 6px;
        transform: rotate(0deg); }
      .product-table .product-thumb .tag.label-top-left.corner {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-top-left.corner span {
        font-size: 8px;
        display: inline-block;
        padding: 5px 19px 6px;
        transform: rotate(0deg); }
      .product-table .product-thumb .tag.label-top-left.b-ribbon {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-top-left.b-ribbon span {
        font-size: 8px;
        display: inline-block;
        padding: 6px 15px 5px;
        transform: rotate(0deg); }
    .product-table .product-thumb .tag.label-top-right {
      left: 178px;
      top: auto;
      bottom: -1px; }
      .product-table .product-thumb .tag.label-top-right span {
        top: auto;
        bottom: 0;
        width: 83px; }
      .product-table .product-thumb .tag.label-top-right.stripes {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-top-right.stripes span {
        font-size: 8px;
        display: inline-block;
        padding: 5px 6px 6px;
        transform: rotate(0deg); }
      .product-table .product-thumb .tag.label-top-right.corner {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-top-right.corner span {
        font-size: 8px;
        display: inline-block;
        padding: 5px 19px 6px;
        transform: rotate(0deg); }
      .product-table .product-thumb .tag.label-top-right.b-ribbon {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-top-right.b-ribbon span {
        font-size: 8px;
        display: inline-block;
        padding: 6px 15px 5px;
        transform: rotate(0deg); }
    .product-table .product-thumb .tag.label-bottom-left {
      left: 399px;
      top: auto;
      bottom: -1px; }
      .product-table .product-thumb .tag.label-bottom-left span {
        top: auto;
        bottom: 0;
        width: 83px; }
      .product-table .product-thumb .tag.label-bottom-left.stripes {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-bottom-left.stripes span {
        font-size: 8px;
        display: inline-block;
        padding: 5px 6px 6px;
        transform: rotate(0deg); }
      .product-table .product-thumb .tag.label-bottom-left.corner {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-bottom-left.corner span {
        font-size: 8px;
        display: inline-block;
        padding: 5px 19px 6px;
        transform: rotate(0deg); }
      .product-table .product-thumb .tag.label-bottom-left.b-ribbon {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-bottom-left.b-ribbon span {
        font-size: 8px;
        display: inline-block;
        padding: 6px 15px 5px;
        transform: rotate(0deg); }
    .product-table .product-thumb .tag.label-bottom-right {
      left: 289px;
      top: auto;
      bottom: -1px; }
      .product-table .product-thumb .tag.label-bottom-right span {
        top: auto;
        bottom: 0;
        width: 83px; }
      .product-table .product-thumb .tag.label-bottom-right.stripes {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-bottom-right.stripes span {
        font-size: 8px;
        display: inline-block;
        padding: 5px 6px 6px;
        transform: rotate(0deg); }
      .product-table .product-thumb .tag.label-bottom-right.corner {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-bottom-right.corner span {
        font-size: 8px;
        display: inline-block;
        padding: 5px 19px 6px;
        transform: rotate(0deg); }
      .product-table .product-thumb .tag.label-bottom-right.b-ribbon {
        width: 80px;
        height: 27px;
        overflow: visible;
        z-index: 9; }
      .product-table .product-thumb .tag.label-bottom-right.b-ribbon span {
        font-size: 8px;
        display: inline-block;
        padding: 6px 15px 5px;
        transform: rotate(0deg); } }

.product-table .product-thumb .tag.stripes, .product-table .product-thumb .tag.b-ribbon, .product-table .product-thumb .tag.corner {
  width: 105px;
  height: auto; }
  .product-table .product-thumb .tag.stripes span, .product-table .product-thumb .tag.b-ribbon span, .product-table .product-thumb .tag.corner span {
    font-size: 11px; }
  .product-table .product-thumb .tag.b-ribbon span {
    padding: 6px 10px;
    font-size: 10px; }
  .product-table .product-thumb .tag.b-ribbon span:before, .product-table .product-thumb .tag.b-ribbon span:after {
    width: 10px;
    height: 13px;
    right: -5px; }
  .product-table .product-thumb .tag.corner {
    width: 38px;
    height: 38px; }
  .product-table .product-thumb .tag.corner span {
    font-size: 11px; }

@media (max-width: 1399px) and (min-width: 768px) {
  .product-thumb .tag.b-ribbon span, .thumbnail .tag.b-ribbon span, .product-thumb .tag.b-ribbon.label-top-right span, .thumbnail .tag.b-ribbon.label-top-right span {
    font-size: 10px; }

  .product-thumb .tag.b-ribbon span:before, .thumbnail .tag.b-ribbon span:before, .product-thumb .tag.b-ribbon span:after, .thumbnail .tag.b-ribbon span:after {
    width: 13px;
    height: 18px; }

  .tag.b-ribbon.label-top-left span:before, .tag.b-ribbon.label-top-left span:after, .tag.b-ribbon.label-bottom-left span:before, .tag.b-ribbon.label-bottom-left span:after {
    right: -6px; }

  .thumbnail .tag.b-ribbon span {
    padding-left: 15px;
    padding-right: 15px; }

  .thumbnail .tag.b-ribbon.label-bottom-right, .thumbnail .tag.b-ribbon.label-bottom-left {
    bottom: 105px; }

  .thumbnails.no-img .tag.b-ribbon.label-bottom-right, .thumbnails.no-img .tag.b-ribbon.label-bottom-left {
    bottom: 50px; } }

.product-list .label-top-left-wrap + .b-ribbon-wrap.label-top-left-wrap .b-ribbon, .product-grid .label-top-left-wrap + .b-ribbon-wrap.label-top-left-wrap .b-ribbon, .product-grid .label-top-right-wrap + .b-ribbon-wrap.label-top-right-wrap .b-ribbon {
  top: 55px;
  display: block; }

.thumbnail .label-top-left-wrap + .b-ribbon-wrap.label-top-left-wrap .b-ribbon, .thumbnail .label-top-right-wrap + .b-ribbon-wrap.label-top-right-wrap .b-ribbon {
  top: 70px;
  display: block; }

@media (max-width: 767px) {
  .product-list .tag.b-ribbon.label-top-left, .product-list .tag.b-ribbon.label-top-right {
    top: 20px; }
    .product-list .tag.b-ribbon.label-bottom-left, .product-list .tag.b-ribbon.label-bottom-right {
      bottom: inherit;
      top: 155px; } }

@media (min-width: 768px) {
  .product-table .product-thumb .stripes.label-top-right, .product-table .product-thumb .stripes.label_top-left, .product-table .product-thumb .stripes.label-bottom-left, .product-table .product-thumb .stripes.label-bottom-right {
    display: block; } }

@media screen and (max-width: 320px) and (min-width: 120px) {
  /*--- STICKER - start ---*/
    .product-table .product-thumb .stripes.label-top-right, .product-table .product-thumb .stripes.label_top-left, .product-table .product-thumb .stripes.label-bottom-left, .product-table .product-thumb .stripes.label-bottom-right {
      left: 108px !important; } }

.sticker-wrap {
  position: absolute;
  width: 120px;
  height: 80px;
  z-index: 10;
  display: flex;
  align-items: center; }
  .sticker-wrap .sticker {
    position: initial !important;
    overflow: visible !important; }
  .sticker-wrap .sticker span {
    transform: rotate(0deg) !important;
    position: relative !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    width: auto !important;
    white-space: nowrap; }
  .sticker-wrap .sticker span:before, .sticker-wrap .sticker span:after {
    content: '';
    display: inline-flex;
    position: absolute;
    background: inherit; }
  .sticker-wrap .sticker.label-top-left span, .sticker-wrap .sticker.label-bottom-left span {
    margin-left: 10px;
    padding: 6px 16px 6px 11px !important;
    border-radius: 0 10px 10px 0 !important; }
  .sticker-wrap .sticker.label-top-left span:before, .sticker-wrap .sticker.label-bottom-left span:before {
    top: 0;
    left: -10px;
    width: 10px;
    height: 22px;
    background: inherit; }
  .sticker-wrap .sticker.label-top-left span:after, .sticker-wrap .sticker.label-bottom-left span:after {
    border: 13px solid transparent;
    border-left: 7px solid;
    bottom: 0;
    left: -10px; }
  .sticker-wrap .sticker.label-top-right span, .sticker-wrap .sticker.label-bottom-right span {
    margin-right: 10px;
    padding: 6px 11px 6px 16px !important;
    border-radius: 10px 0 0 10px !important; }
  .sticker-wrap .sticker.label-top-right span:before, .sticker-wrap .sticker.label-bottom-right span:before {
    top: 0;
    right: -10px;
    width: 10px;
    height: 22px;
    background: inherit; }
  .sticker-wrap .sticker.label-top-right span:after, .sticker-wrap .sticker.label-bottom-right span:after {
    border: 13px solid transparent;
    border-right: 7px solid;
    bottom: 0;
    right: -10px; }

.product-grid .sticker-wrap.label-top-left-wrap {
  justify-content: flex-start;
  left: -15px;
  top: -10px; }
  @media (max-width: 991px) {
    .product-grid .sticker-wrap.label-top-left-wrap {
      left: 0; } }
  .product-grid .sticker-wrap.label-top-right-wrap {
    justify-content: flex-end;
    right: -15px;
    top: -10px; }
  @media (max-width: 991px) {
    .product-grid .sticker-wrap.label-top-right-wrap {
      right: 0; } }
  .product-grid .sticker-wrap.label-bottom-left-wrap {
    justify-content: flex-start;
    left: -15px;
    bottom: -10px; }
  @media (max-width: 991px) {
    .product-grid .sticker-wrap.label-bottom-left-wrap {
      left: 0; } }
  .product-grid .sticker-wrap.label-bottom-right-wrap {
    justify-content: flex-end;
    right: -15px;
    bottom: -10px; }
  @media (max-width: 991px) {
    .product-grid .sticker-wrap.label-bottom-right-wrap {
      right: 0; } }

.product-list .sticker-wrap.label-top-left-wrap {
  justify-content: flex-start;
  left: 0;
  top: 0; }
  .product-list .sticker-wrap.label-top-right-wrap {
    justify-content: flex-end;
    right: 0;
    top: 0; }
  .product-list .sticker-wrap.label-bottom-left-wrap {
    justify-content: flex-start;
    left: 0;
    bottom: 0; }
  .product-list .sticker-wrap.label-bottom-right-wrap {
    justify-content: flex-end;
    right: 0;
    bottom: 0; }

.product-table .sticker-wrap {
  /*--- STICKER - end ---*/
  /* Prod Labels END */ }
  @media (max-width: 767px) {
  .product-table .sticker-wrap {
    display: none; } }
  .product-table .sticker-wrap.label-top-left-wrap {
    justify-content: flex-start;
    left: -10px;
    top: -25px; }
  .product-table .sticker-wrap.label-top-right-wrap {
    justify-content: flex-end;
    right: -10px;
    top: -25px; }
  .product-table .sticker-wrap.label-bottom-left-wrap {
    justify-content: flex-start;
    left: -10px;
    bottom: -25px; }
  .product-table .sticker-wrap.label-bottom-right-wrap {
    justify-content: flex-end;
    right: -10px;
    bottom: -25px; }

.product-thumb .image a {
  display: block; }

.product-thumb .image a:hover {
  opacity: 0.8; }

.image .quickview {
  visibility: hidden;
  font-size: 24px;
  cursor: pointer; }

.image:hover .quickview {
  visibility: visible; }

.product-layout .image .quickview.glyphicon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 7;
  transition: 0.3s ease-in-out;
  color: #a3a3a3;
  font-size: 32px;
  height: 1px; }

.image .quickview:before {
  content: "\f00e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute; }

.thumbnail-quickview {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: none;
  border-radius: 0; }

.thumbnail-quickview > img, .thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

.thumbnail-quickview > img, .thumbnail-quickview a > img {
  display: block;
  max-width: 100%;
  height: auto; }

#popup-quickview .rating .fa-star-o {
  margin-top: 0; }
  #popup-quickview #button-cart {
    height: 33px; }

@media (max-width: 767px) {
  .product-layout .image a.quickview.glyphicon {
    right: 40px;
    bottom: 60px;
    opacity: 0.7;
    visibility: visible; }
    .product-layout .image a.quickview.glyphicon:hover {
      opacity: 1;
      right: 40px; }

  .product-layout.product-table .image a.quickview.glyphicon {
    bottom: 17px;
    right: 17px;
    font-size: 18px; } }

#popup-quickview .thumbnails {
  margin-left: -30px; }
  @media (max-width: 991px) {
      #popup-quickview .thumbnails .thumbnail-quickview img {
        width: auto; } }
  #popup-quickview .thumbnails.hide-images {
    height: 386px;
    overflow: hidden;
    transition: 0.2s; }
  @media (max-width: 991px) {
      #popup-quickview .thumbnails.hide-images {
        height: 350px; } }
  #popup-quickview .thumbnails.hide-images + .popup-see-all-box .hide-all {
    display: none; }
  #popup-quickview .thumbnails.show-images {
    height: auto;
    transition: 0.2s;
    overflow: hidden;
    margin-bottom: -10px; }
  #popup-quickview .thumbnails.show-images + .popup-see-all-box .see-all {
    display: none; }
  #popup-quickview .thumbnails + .popup-see-all-box {
    text-align: center;
    margin-bottom: 20px; }
  #popup-quickview .thumbnails + .popup-see-all-box .popup-see-all {
    border-bottom: 1px dashed;
    text-decoration: none; }
  #popup-quickview .thumbnails + .popup-see-all-box .popup-see-all i {
    margin-left: 5px; }
  #popup-quickview .thumbnails + .popup-see-all-box .popup-see-all:hover, #popup-quickview .thumbnails + .popup-see-all-box .popup-see-all:focus {
    text-decoration: none;
    outline: none; }
  #popup-quickview .thumbnails .image-additional {
    position: relative;
    left: 30px; }
  @media (max-width: 991px) {
    #popup-quickview .modal-dialog {
      width: 95%; } }
  #popup-quickview .modal-close-button {
    position: absolute;
    right: 14px;
    top: 24px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
    z-index: 10; }
  #popup-quickview .modal-close-button span {
    opacity: 0.8; }
  #popup-quickview .modal-close-button span:first-child {
    background: #595959;
    width: 25px;
    height: 3px;
    display: flex;
    transform: rotate(45deg); }
  #popup-quickview .modal-close-button span:last-child {
    width: 25px;
    height: 3px;
    display: flex;
    transform: rotate(-45deg);
    background: #595959;
    margin-top: -3px; }
  #popup-quickview .modal-close-button:hover span {
    opacity: 1; }
  #popup-quickview .modal-title {
    color: #1d1d1d;
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 18px; }
  @media (min-width: 768px) {
  #popup-quickview .modal-dialog {
    min-width: 660px; } }
  @media (min-width: 992px) {
    #popup-quickview .modal-dialog {
      min-width: 780px; } }
  @media (min-width: 768px) {
    #popup-quickview .modal-dialog {
      min-width: 750px; } }
  @media (max-width: 480px) {
    #popup-quickview .modal-dialog {
      margin: 5px 0;
      width: 100%; } }
  #popup-quickview .modal-content {
    border-radius: 4px; }
  #popup-quickview .body-right .model-block {
    font-size: 14px; }
  #popup-quickview .body-right .action {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #a3a3a3; }
  @media (max-width: 767px) {
      #popup-quickview .body-right .action {
        text-align: center; } }
  #popup-quickview .body-right #first_countdown {
    display: flex;
    padding-top: 30px;
    margin: 0 0 20px -16px; }
  @media (max-width: 991px) {
      #popup-quickview .body-right #first_countdown {
        justify-content: center; } }
  #popup-quickview .body-right #first_countdown.flip-clock-wrapper ul {
    height: 50px;
    width: 32px;
    padding: 0;
    flex-shrink: 0;
    margin: 5px 1px;
    background: #545454; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper ul li {
      line-height: 48px; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper ul li a div div.inn {
      font-size: 30px;
      font-weight: 900;
      font-family: 'Roboto', sans-serif;
      color: #fff; }
  #popup-quickview .body-right #first_countdown.flip-clock-wrapper .flip-clock-divider {
    height: 60px;
    width: 16px; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
      right: -48px; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot {
      width: 4px;
      height: 4px;
      left: 6px;
      border-radius: 0; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
      top: 23px; }
    #popup-quickview .body-right #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom {
      bottom: 23px; }
  #popup-quickview .body-right .modal-options-block {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-bottom: -2px; }
  #popup-quickview .body-right .price-area-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
  #popup-quickview .body-right .price-area-box #price_clear {
    line-height: 25px;
    margin: 0; }
  #popup-quickview .body-right .price-area-box .price-text {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px; }
  #popup-quickview .body-right .price-area-box .price-old {
    color: #b7b7b7;
    font-weight: bold;
    font-size: 16px; }
  #popup-quickview .body-right .price-area-box .price-area-quick {
    font-size: 24px;
    font-weight: bold; }
  #popup-quickview .body-right .price-area-box .rating {
    padding-top: 6px;
    text-align: right; }
  #popup-quickview .body-right .price-area-box .rating .total-reviews {
    font-weight: bold; }
    #popup-quickview .body-right .price-area-box .rating .total-reviews i {
      margin-right: 5px; }
    #popup-quickview .body-right .price-area-box .rating .total-reviews span {
      border-bottom: 1px solid; }
  #popup-quickview .body-right .links-group {
    padding: 20px 0;
    margin-bottom: 5px; }
  @media (max-width: 767px) {
      #popup-quickview .body-right .links-group {
        padding: 24px 0; } }
  #popup-quickview .body-right .links-group a {
    display: inline-flex;
    align-items: center;
    color: #666; }
  #popup-quickview .body-right .links-group a:hover {
    color: #a3a3a3; }
  #popup-quickview .body-right .links-group a i {
    font-size: 16px;
    margin-right: 8px; }
  #popup-quickview .body-right .links-group a span {
    font-size: 11px;
    border-bottom: 1px dashed; }
  #popup-quickview .body-right .links-group__wishlist {
    margin-right: 40px; }
  #popup-quickview .body-right .modal-pcs-box .input-group {
    max-width: 160px; }
  #popup-quickview .body-right .modal-pcs-box .btn {
    padding-top: 3px;
    border-radius: 0;
    background: #a3a3a3;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #popup-quickview .body-right .modal-pcs-box .btn .glyphicon-minus {
    left: -1px; }
  #popup-quickview .body-right .modal-pcs-box .btn span {
    color: #fff;
    text-shadow: none; }
  #popup-quickview .body-right .modal-pcs-box .btn:hover {
    background: #e6e6e6; }
    #popup-quickview .body-right .modal-pcs-box .btn:hover span {
      color: #fed559;
      text-shadow: none; }
  #popup-quickview .body-right .modal-pcs-box .quantity {
    height: 30px;
    text-align: center; }
  #popup-quickview .body-right .modal-status {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    text-transform: lowercase; }
  #popup-quickview .body-right #button-cart {
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; }
  #popup-quickview .body-right #button-cart i {
    font-size: 21px;
    margin-right: 10px;
    position: relative;
    top: -2px; }
  #popup-quickview .body-right .product-list_manufacturer {
    border-top: 1px solid #eee;
    padding: 10px 0;
    margin: 0; }
  #popup-quickview .body-right .product-list_manufacturer .manufacturer-item {
    margin-bottom: 5px; }
  #popup-quickview .thumbnails .image-additional {
    cursor: pointer; }
  #popup-quickview .thumbnails .image-additional a.active {
    outline: 2px solid #a3a3a3; }

@media (max-width: 767px) {
  .button-pcs-box {
    max-width: 100% !important; }

  #content {
    padding-left: 15px;
    padding-right: 15px; }

  #popup-quickview .thumbnails {
    margin-left: -20px; }
    #popup-quickview .thumbnails .image-additional {
      left: 10px; } }

@media (max-width: 460px) {
  .button-pcs-box {
    flex-direction: column; }
    .button-pcs-box .modal-pcs-box {
      margin-bottom: 10px; } }

.modal-body .rating .fa {
  top: -1px; }

.product-reviews-container {
  margin: 0 -10px;
  padding: 20px;
  border: 1px solid #eee;
  background: #fff;
  margin-bottom: 15px; }
  .product-reviews-container > h6 {
    font-size: 12px;
    margin-top: 10px;
    color: #1d1d1d;
    height: 27px;
    overflow: hidden; }
  .product-reviews-container > h4 {
    height: 39px;
    overflow: hidden; }
  .product-reviews-container img {
    margin: 0 auto; }
  .product-reviews-container a {
    color: #1d1d1d; }
  .product-reviews-container .rating {
    margin: 10px 0 24px; }
  .product-reviews-container .autor {
    position: relative;
    cursor: pointer;
    border: 1px solid #a3a3a3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 3px;
    padding: 15px; }
  .product-reviews-container .autor h5 {
    color: #1d1d1d; }
  .product-reviews-container .autor p {
    color: #1d1d1d;
    height: 50px;
    word-break: break-all;
    text-align: left;
    overflow: hidden; }
  .product-reviews-container .autor::before {
    content: '';
    display: block;
    background: #fff;
    border-left: 1px solid #a3a3a3;
    border-top: 1px solid #a3a3a3;
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    bottom: unset;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .product-reviews-container .autor hr {
    width: 100%;
    margin: 5px 0 10px; }
  .product-reviews-container:hover a {
    color: #a3a3a3; }
  .product-reviews-container:hover h6 a {
    color: #a3a3a3; }
  .product-reviews-container:hover .autor {
    background: #a3a3a3; }
  .product-reviews-container:hover .autor h5 {
    color: #fff; }
  .product-reviews-container:hover .autor p {
    color: #fff; }
  .product-reviews-container:hover .autor::before {
    background: #a3a3a3; }

.quick__item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 10px 0; }
  .quick__item-info {
    display: flex;
    align-items: flex-start;
    flex-grow: 1; }
  .quick__item-info img {
    max-width: 40px; }
  .quick__item-info h4 {
    margin: 0 10px;
    font-size: 16px;
    font-weight: normal; }
  @media (max-width: 480px) {
        .quick__item-info h4 {
          font-size: 12px; } }
  .quick__item-price {
    display: flex;
    align-items: flex-start; }
  .quick__item-price h4 {
    margin: 0 10px;
    font-size: 16px;
    font-weight: normal; }
  @media (max-width: 480px) {
        .quick__item-price h4 {
          font-size: 12px; } }

#slideshow0 .owl-nav {
  top: 50%;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  height: 0;
  align-items: center;
  margin: 0 auto; }
  #slideshow0 .owl-nav .owl-prev, #slideshow0 .owl-nav .owl-next {
    background: #ececec;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    color: #a3a3a3; }
  #slideshow0 .owl-nav .owl-prev:hover, #slideshow0 .owl-nav .owl-next:hover {
    background: #a3a3a3;
    color: #fff; }
  #slideshow0 .owl-nav .owl-prev i {
    font-size: 2em;
    padding: 6px 5px 0 0; }
  #slideshow0 .owl-nav .owl-next i {
    font-size: 2em;
    padding: 6px 0 0 5px; }
  #slideshow0 .owl-pagination {
    padding-left: 50px;
    text-align: left;
    top: 20px;
    left: 0;
    position: relative; }
  #slideshow0 .owl-controls .owl-dot {
    display: inline-block;
    margin: 0 6px; }
  #slideshow0 .owl-controls .owl-dot span {
    opacity: 1;
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    box-shadow: none;
    outline: none; }
  #slideshow0 .owl-controls .owl-dot.active span {
    top: 1px;
    position: relative;
    width: 15px;
    height: 15px;
    background: #fff; }

#slideshow0 .owl-wrapper-outer, #carousel0 .owl-wrapper-outer {
  border-radius: 0;
  box-shadow: none; }

#carousel0 {
  margin-top: 20px; }

#carousel-tt {
  overflow: hidden; }

#carousel0 > .owl-controls > .owl-buttons {
  top: -76px;
  position: relative; }

#carousel0 .owl-pagination {
  display: none; }

@media (max-width: 991px) {
  #slideshow0 {
    margin-bottom: 5px; } }

@media (min-width: 992px) {
  #banner0 .owl-wrapper-outer {
    padding-left: 0;
    padding-right: 0; } }

body .owl-wrapper-outer {
  box-shadow: none;
  border-radius: 0;
  border: none;
  overflow: hidden; }

@media (max-width: 991px) {
    #banner0 {
      display: none !important; } }
  #banner0.banner-2 .owl-wrapper-outer:nth-child(1) {
    margin-bottom: 14px; }
  #banner0.banner-2 .owl-wrapper-outer:nth-child(2) {
    margin-bottom: 0; }
  #banner0.banner-3 .owl-wrapper-outer:nth-child(1) {
    margin-bottom: 7px; }
  @media (max-width: 1199px) {
      #banner0.banner-3 .owl-wrapper-outer:nth-child(1) {
        margin-bottom: 5px; } }
  #banner0.banner-3 .owl-wrapper-outer:nth-child(2) {
    margin-bottom: 7px; }
  @media (max-width: 1199px) {
      #banner0.banner-3 .owl-wrapper-outer:nth-child(2) {
        margin-bottom: 5px; } }

#banner0 .owl-wrapper-outer {
  height: auto; }

.owl-controls {
  position: absolute;
  bottom: 20px;
  left: 25px; }

@media (max-width: 992px) {
  #slideshow_wrap_0 {
    margin: 0 10px; }

  #carousel0 {
    margin-top: 20px; }
    #carousel0 .owl-buttons {
      display: none; }

  #slideshow0 {
    margin: 0 0 10px 0;
    direction: ltr !important;
    z-index: 1;
    position: relative;
    width: 100%; }

  #banner0 {
    display: flex;
    margin: 0 -11px 0 -13px; }

  #banner0 .owl-wrapper-outer:nth-child(1) {
    margin-right: 5px !important; } }

#banner0 .owl-wrapper-outer {
  background: #fff;
  border: 1px solid #eee; }

#banner0 .owl-wrapper-outer {
  border-radius: 0;
  box-shadow: none; }

.owl-carousel:hover .owl-buttons div {
  opacity: 1 !important; }

.side-slideshow {
  margin-bottom: 25px; }
  .side-slideshow .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 5px; }
  .side-slideshow #slideshow0 .owl-pagination {
    padding: 0;
    text-align: center;
    top: 86px;
    left: 0;
    position: relative; }
  .side-slideshow #slideshow0 .owl-controls .owl-dot span {
    width: 10px;
    height: 10px;
    background: #000; }
  .side-slideshow #slideshow0 .owl-controls .owl-dot.active span {
    top: 2px;
    width: 15px;
    height: 15px;
    background: #a3a3a3; }

@media (max-width: 1399px) and (min-width: 1200px) {
  .side-slideshow #slideshow0 > .owl-controls > .owl-buttons {
    top: -178px; }
    .side-slideshow #slideshow0 .owl-pagination {
      padding: 0;
      text-align: center;
      top: 67px;
      left: 0;
      position: relative; }

  #slideshow0 .owl-pagination {
    top: 10px;
    right: 30px;
    position: relative; }

  #slideshow0 > .owl-controls > .owl-buttons {
    top: -170px;
    position: relative; } }

@media (max-width: 1199px) and (min-width: 992px) {
  #slideshow0 .owl-pagination {
    top: 10px;
    left: 0;
    position: relative;
    padding-left: 30px; }

  #slideshow0 > .owl-controls > .owl-buttons {
    top: -150px;
    position: relative; }

  .side-slideshow {
    position: relative; }
    .side-slideshow #slideshow0 .owl-pagination {
      top: 56px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  #banner0 {
    margin-left: -4px; } }

@media (max-width: 991px) {
  #slideshow0 .owl-pagination {
    text-align: left;
    padding-left: 20px;
    left: 0;
    bottom: 30px;
    position: relative; }

  .slideshow-container {
    padding: 0 2px; }

  #slideshow0 {
    padding: 0 4px;
    width: 100% !important; } }

@media (max-width: 768px) {
  #slideshow0 {
    padding: 0; }
    #slideshow0 .owl-pagination {
      text-align: left;
      padding-left: 20px;
      left: 0;
      top: 10px;
      position: relative; }

  .side-slideshow #slideshow0 .owl-pagination {
    display: none; }

  .slideshow-container {
    padding: 0 5px; }

  #carousel0 {
    margin-top: 20px; } }

#testimonials-2 .owl-buttons {
  display: none; }

#search_main {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(34, 29, 22, 0.3);
  -moz-box-shadow: 0 0 4px rgba(34, 29, 22, 0.3);
  box-shadow: 0 0 4px rgba(34, 29, 22, 0.3);
  position: absolute;
  padding: 0;
  top: 41px;
  width: 100%;
  z-index: 110; }

#search_main input {
  width: auto !important;
  height: auto !important;
  padding: 0px !important;
  margin: 4px !important; }

#search_main #search_header {
  padding: 12px 25px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dbdbdb; }

#search_main #search_header input[type='radio'] {
  position: absolute;
  left: -999999px; }

#search_main #search_header label {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  font-weight: 400; }

#search_main #search_header label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.5px;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dfdfdf; }

#search_main #search_header label.selected:before {
  background: #17a5e4;
  border: 1px solid #17a5e4; }

#search_main #search_header input[type='radio']:checked + label:before {
  background: #17a5e4;
  border: 1px solid #17a5e4; }

#search_main #search_header label {
  width: auto;
  margin-right: 10px;
  font-size: 12px;
  color: #444;
  line-height: 100%; }

#search_main .filter-text {
  font-size: 12px;
  color: #9a9a9a;
  vertical-align: middle;
  margin-right: 15px; }

#search_main .search_ajax_products-holder {
  padding: 0 25px 10px 25px; }

#search_main #search_radio {
  display: inline; }

#search_main #search_close {
  text-align: right;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  right: 5px;
  top: 5px; }

#search_main .search-item {
  padding: 10px 25px;
  font-size: 14px;
  border-bottom: 1px solid #dbdbdb; }

#search_main .search-item .image {
  display: block;
  float: left;
  max-width: 50px;
  max-height: 50px;
  margin-right: 5px; }

#search_main .search-item .image img {
  max-width: 100%;
  max-height: 100%; }

#search_main .search-item .name {
  display: block;
  margin-bottom: 5px; }

#search_main .search-item .price {
  display: block;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 11px; }

#search_main .search-item .description {
  display: block;
  margin-bottom: 0;
  font-size: 11px; }

#search_main .search_ajax_cont span.price {
  color: #5bb300; }

#search_main .search_ajax_cont span.special {
  color: #5bb300; }

#search_main .search_ajax_cont span.price, #search_main .search_ajax_cont span.special {
  display: inline;
  font-weight: bold;
  font-size: 14px; }

#search_main #search_footer {
  width: 100%;
  padding: 10px 25px;
  text-align: right;
  line-height: 100%;
  color: #fff;
  box-sizing: border-box; }

#search_main #search_footer .pagination-text {
  font-size: 12px;
  color: #fff;
  margin-right: 5px; }

#search_main #search_footer .prevPage, #search_main #search_footer .curPage, #search_main #search_footer .nextPage {
  padding: 0 5px;
  cursor: pointer; }

#search_main #search_footer .curPage {
  color: #fff;
  border-radius: 50%;
  /* -- SEARCH-MAiN --*/ }

#search_main {
  right: 0;
  left: 0;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
  position: absolute;
  padding: 0;
  top: 41px;
  width: auto;
  z-index: 110;
  border: 1px solid #a3a3a3;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29); }
  @media (max-width: 767px) {
  #search_main {
    width: calc(100vw - 36px); } }
  @media (min-width: 768px) and (max-width: 991px) {
  #search_main {
    width: 446px; } }
  #search_main input {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 4px !important; }
  #search_main #search_header {
    display: none;
    padding: 12px 25px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dbdbdb; }
  #search_main #search_header input[type='radio'] {
    position: absolute;
    left: -999999px; }
  #search_main .filter-text {
    font-size: 12px;
    color: #9a9a9a;
    vertical-align: middle;
    margin-right: 15px; }
  #search_main .search_ajax_products-holder {
    padding: 0 25px 10px 25px; }
  #search_main #search_radio {
    display: inline; }
  #search_main #search_close {
    font-size: 0 !important;
    text-align: right;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    right: 4px;
    top: 2px;
    opacity: 0.3; }
  #search_main #search_close:hover {
    opacity: 0.6; }
  #search_main #search_close:before {
    content: '\f00d';
    font-family: fontawesome, serif;
    color: #333;
    font-size: 16px;
    opacity: 1; }
  #search_main .search-item {
    padding: 12px 24px;
    font-size: 14px;
    border-bottom: 1px solid #e6e9eb; }
  #search_main .search-item .name img {
    height: 100%;
    display: block;
    margin: auto 0; }
  #search_main .search-item:hover {
    background-color: rgba(229, 240, 251, 0.25); }
  #search_main .search-item .image {
    position: relative;
    z-index: 1000;
    display: block;
    float: left;
    max-width: 70px;
    max-height: 70px; }
  #search_main .search-item .image img {
    max-width: 100%;
    max-height: 100%; }
  #search_main .search-item .image a {
    color: #444; }
  #search_main .search-item .image .price {
    color: #444; }
  #search_main .search-item .name {
    display: flex;
    margin: 0 5px 5px 0;
    font-size: 15px;
    font-weight: bolder; }
  #search_main .search-item .name > img {
    margin-right: 5px; }
  #search_main .search-item .price {
    position: relative;
    top: 3px;
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px; }
  #search_main .search-item .description {
    display: none;
    font-size: 12px;
    opacity: 0.85;
    margin: 3px 0; }
  #search_main .search-column {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #search_main .search-column .product-title {
    text-align: left;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 4px; }
  #search_main .search_ajax_cont span.price {
    color: #5bb300; }
  #search_main .search_ajax_cont span.special {
    color: #5bb300; }
  #search_main .search_ajax_cont span.price, #search_main .search_ajax_cont span.special {
    display: inline;
    font-weight: bold;
    font-size: 14px; }
  #search_main #search_footer {
    width: 100%;
    padding: 15px 20px 17px;
    text-align: left;
    line-height: 100%;
    box-sizing: border-box;
    background: transparent; }
  #search_main #search_footer a {
    color: #a3a3a3;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px dotted #a3a3a3; }
  #search_main #search_footer a:hover {
    text-decoration: none; }
  #search_main #search_footer .pagination-text {
    font-size: 12px;
    color: #222;
    margin-right: 5px; }
  #search_main #search_footer .prevPage, #search_main #search_footer .curPage, #search_main #search_footer .nextPage {
    padding: 0 5px;
    cursor: pointer; }
  #search_main #search_footer .curPage {
    color: #222;
    border-radius: 50%; }

.search .main-menu-category_item {
  line-height: 1.5; }
  .search .main-menu-category_item > a {
    padding: 0 10px;
    color: #000;
    opacity: 0.8; }
  .search .main-menu-category_item > a:hover {
    font-weight: bold;
    text-decoration: underline; }

#search_content a {
  color: #444; }
  #search_content .price {
    color: #444;
    font-weight: bold; }

.search-title {
  color: #fff;
  margin: 10px 0; }

@media (max-width: 767px) {
  .category-button {
    display: none; }

  .search {
    width: 100%; }
    .search .search-panel .form-control:focus {
      border-left: 1px solid #a3a3a3;
      border-top: 1px solid #a3a3a3;
      border-bottom: 1px solid #a3a3a3; } }

.product-grid .product-thumb .button-group button.quickorder {
  display: none; }

.product-list .product-thumb .button-group button.quickorder {
  width: 30%; }

.product-list .button-group button {
  width: 30%; }

.modal--subs {
  /*-----subscribe-----*/ }
  .modal--subs .modal-body img {
    width: auto; }
  .modal--subs .modal-footer {
    justify-content: center; }

.subscribe {
  background-color: #fff;
  background-image: url('../image/subscribe/subscribe-bg.jpg');
  background-size: cover;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  overflow: hidden;
  margin: 0 5px 20px; }
  @media (max-width: 767px) {
  .subscribe {
    background-image: url('../image/subscribe/subscribe-bg-480.jpg'); } }
  .subscribe .subscribe-container {
    text-align: left; }
  @media (min-width: 768px) {
    .subscribe .subscribe-container {
      margin-left: auto;
      width: 50%; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .subscribe .subscribe-container {
      width: 75%; } }
  @media (max-width: 767px) {
    .subscribe .subscribe-container {
      width: 100%; } }
  .subscribe .subscribe-container .subscribe-title {
    margin-bottom: 2px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold; }
  .subscribe .subscribe-container .subscribe-paragraph {
    text-transform: lowercase;
    margin-bottom: 18px; }
  .subscribe .subscribe-container .subscribe-group {
    display: flex;
    position: relative; }
  .subscribe .subscribe-container .subscribe-group:after {
    font-family: 'fontawesome';
    content: '\f1d8';
    font-size: 21px;
    color: #d3d3d3;
    display: block;
    position: absolute;
    left: 12px;
    top: 8px; }
  .subscribe .subscribe-container input[type=submit] {
    transition: 0.3s ease-in-out;
    background: #a3a3a3;
    color: #fff;
    border-radius: 0;
    font-size: 23px;
    height: 42px;
    box-shadow: none;
    border: none;
    padding: 4px 15px 6px; }
  .subscribe .subscribe-container input[type=submit]:hover {
    transition: 0.3s ease-in-out;
    background: #e6e6e6; }
  .subscribe .subscribe-container input[type=text] {
    transition: 0.3s ease-in-out;
    border-radius: 0;
    font-size: 14px;
    height: 42px;
    box-shadow: none;
    border: 1px solid #ececec;
    padding-left: 50px; }
  .subscribe .subscribe-container input[type=text]:focus {
    transition: 0.3s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #a3a3a3;
    outline: none; }

#neoseo_testimonial.default-mode .testimonial-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }

#neoseo_testimonial.default-mode .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 25%;
  padding: 15px; }

aside #neoseo_testimonial.default-mode .item {
  width: 100%; }

#neoseo_testimonial.default-mode .item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd; }

#neoseo_testimonial.default-mode .youtube {
  border: 1px solid #ddd; }

#neoseo_testimonial.default-mode .youtube iframe, div.article-post p iframe {
  max-width: 100%; }

#neoseo_testimonial.default-mode .admin-block {
  border-top: 1px solid #23a1d1;
  margin-top: 15px;
  padding-top: 5px;
  text-indent: 0; }

#neoseo_testimonial.default-mode .admin-block .name {
  color: #23a1d1;
  font-weight: bold; }

#neoseo_testimonial.default-mode .show_more {
  font-weight: bold;
  font-size: 14px; }

#neoseo_testimonial.carousel-mode .youtube iframe {
  max-width: 300px; }

#neoseo_testimonial.carousel-mode .item > div {
  padding-left: 0; }

#neoseo_testimonial.carousel-mode .item {
  padding: 15px 50px; }

#neoseo_testimonial.carousel-mode .youtube, #neoseo_testimonial.carousel-mode .description {
  text-align: center; }

#neoseo_testimonial.carousel-mode .admin-block, .neoseo_testimonial_content .admin-block {
  /*border-top: 1px solid #23a1d1;*/
  position: relative;
  margin-top: 15px;
  padding-top: 5px; }

#neoseo_testimonial.carousel-mode .admin-block:before, .neoseo_testimonial_content .admin-block:before {
  position: absolute;
  content: "";
  display: block;
  width: 30%;
  height: 0;
  left: 0;
  top: 0;
  border-top: 1px solid #23a1d1; }

#neoseo_testimonial.carousel-mode .admin-block .name {
  color: #23a1d1;
  font-weight: bold; }

#neoseo_testimonial.carousel-mode .show_more {
  font-weight: bold;
  font-size: 14px;
  text-align: right; }

.neoseo_testimonial_content .item {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #23a1d1; }

.neoseo_testimonial_content .item > div {
  padding: 0;
  padding-right: 15px; }

.neoseo_testimonial_content .item .admin-block {
  padding: 15px 0; }

.neoseo_testimonial_content .item .admin-block .name {
  margin-right: 20px; }

.neoseo_testimonial_content .item .name {
  font-weight: bold; }

.neoseo_testimonial_content .item .rating {
  margin: 10px 0; }

.neoseo_testimonial_content .item .youtube {
  margin-bottom: 10px; }

@media screen and (max-width: 1023px) {
  #neoseo_testimonial.default-mode .item {
    width: 50%; } }

@media screen and (max-width: 767px) {
  #neoseo_testimonial.carousel-mode .item {
    padding: 15px; }

  #neoseo_testimonial.default-mode .testimonial-wrapper {
    flex-direction: column; }

  #neoseo_testimonial.default-mode .item {
    width: 100%; } }

.owl-carousel {
  display: none;
  width: 100%;
  /* position relative and z-index fix webkit rendering fonts issue */
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  /* fix firefox animation glitch */
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  /* fix for flashing background */
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

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

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: pointer; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right;
  /* No Js */ }

.no-js .owl-carousel {
  display: block;
  /*
 *  Owl Carousel - Animate Plugin
 */ }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  /*
 * 	Owl Carousel - Auto Height Plugin
 */
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height 500ms ease-in-out;
  /*
 * 	Owl Carousel - Lazy Load Plugin
 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*
 * 	Owl Carousel - Video Plugin
 */ }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  /**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
  /*
 * 	Default theme - Owl Carousel CSS File
 */ }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
  /*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */ }

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
  /* fade */ }

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
  /* backSlide */ }

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
  /* goDown */ }

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
  /* scaleUp */ }

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
  /* Keyframes */
  /*empty*/ }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

.owl-carousel {
  display: none;
  width: 100%;
  /* position relative and z-index fix webkit rendering fonts issue */
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  /* fix firefox animation glitch */
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  /* fix for flashing background */
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

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

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: pointer; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right;
  /* No Js */ }

.no-js .owl-carousel {
  display: block;
  /*
 *  Owl Carousel - Animate Plugin
 */ }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  /*
 * 	Owl Carousel - Auto Height Plugin
 */
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height 500ms ease-in-out;
  /*
 * 	Owl Carousel - Lazy Load Plugin
 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*
 * 	Owl Carousel - Video Plugin
 */ }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  /**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
  /*
 * 	Default theme - Owl Carousel CSS File
 */ }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
  /*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */ }

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
  /* fade */ }

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
  /* backSlide */ }

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
  /* goDown */ }

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
  /* scaleUp */ }

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
  /* Keyframes */
  /*empty*/ }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

.carousel-container {
  margin: 0 -10px 25px;
  padding: 20px 25px 30px;
  text-transform: uppercase;
  text-align: center;
  background: #fff; }
  .carousel-container h3 {
    font-weight: bold;
    font-size: 24px; }
  .carousel-container .owl-carousel {
    border: none;
    padding: 0 25px; }
  .carousel-container .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%; }
  .carousel-container .owl-carousel .owl-controls {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 1px;
    left: 0; }
  .carousel-container .owl-carousel .owl-controls .owl-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
  .carousel-container .owl-carousel .owl-controls .owl-prev {
    position: relative;
    left: -15px; }
  .carousel-container .owl-carousel .owl-controls .own-next {
    position: relative;
    right: -15px; }
  .carousel-container .owl-carousel .owl-controls .owl-prev, .carousel-container .owl-carousel .owl-controls .owl-next {
    opacity: 1;
    color: #fff;
    font-size: 20px !important;
    margin: 0 !important;
    font-weight: 200;
    text-shadow: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .carousel-container .owl-carousel .owl-controls .owl-prev:hover, .carousel-container .owl-carousel .owl-controls .owl-next:hover {
    background: #b5b5b5; }
  .carousel-container .owl-carousel .owl-controls .owl-prev > i {
    position: relative;
    left: -2px; }
  .carousel-container .owl-carousel .owl-controls .owl-next > i {
    position: relative;
    right: -2px; }
  .carousel-container .owl-carousel .owl-controls .owl-prev, .carousel-container .owl-carousel .owl-controls .owl-next {
    background: #a3a3a3; }
  .carousel-container .owl-carousel .owl-controls .owl-pagination {
    display: none; }

@media (max-width: 480px) {
  .carousel-container h3 {
    font-weight: bold;
    font-size: 21px; } }

.module-carousel [id^="carousel"], .module-carousel [id*="carousel"] {
  display: block;
  overflow: hidden; }
  .module-carousel [id^="carousel"] .carousel-wrapper, .module-carousel [id*="carousel"] .carousel-wrapper {
    width: 100000px;
    display: inline-block; }
  .module-carousel [id^="carousel"] .carousel-wrapper .carousel-item, .module-carousel [id*="carousel"] .carousel-wrapper .carousel-item {
    float: left; }
  .module-carousel .carousel-nav {
    display: flex;
    margin-top: -50px;
    justify-content: flex-end;
    padding: 0 5px 20px; }
  .module-carousel .carousel-nav .prev, .module-carousel .carousel-nav .next {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #1d1d1d;
    font-size: 21px;
    border: 1px solid #eee; }
  .module-carousel .carousel-nav .prev:hover, .module-carousel .carousel-nav .next:hover {
    background: #a3a3a3;
    color: #fff; }
  .module-carousel .carousel-nav .prev {
    padding-right: 4px;
    margin-right: 5px; }
  .module-carousel .carousel-nav .next {
    padding-left: 4px; }

.payments {
  display: flex;
  margin-bottom: 5px;
  height: 40px;
  width: 100%; }
  .payments .visa {
    background: url("../image/payment/payment-ico.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block; }
  .payments .master {
    background: url("../image/payment/payment-ico.png") no-repeat;
    background-position: -57px 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block; }
  .payments .webmoney {
    background: url("../image/payment/payment-ico.png") no-repeat;
    background-position: -115px 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block; }
  .payments .cash {
    background: url(../image/payment/payment-ico.png) no-repeat;
    background-position: -172px 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block; }
  .payments .qiwi {
    background: url(../image/payment/payment-ico.png) no-repeat;
    background-position: -227px 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block; }

.shipping {
  display: flex;
  margin-bottom: 5px;
  height: 40px;
  width: 100%; }
  .shipping .ukr_np {
    background: url(../image/shipping/shipping-ico.png) no-repeat;
    background-position: 1px 0;
    cursor: pointer;
    width: 46px;
    height: 40px;
    display: block; }
  .shipping .ukr_up {
    background: url(../image/shipping/shipping-ico.png) no-repeat;
    background-position: -43px 0;
    cursor: pointer;
    width: 46px;
    height: 40px;
    display: block; }
  .shipping .ukr_ne {
    background: url(../image/shipping/shipping-ico.png) no-repeat;
    background-position: -86px 0;
    cursor: pointer;
    width: 46px;
    height: 40px;
    display: block; }
  .shipping .currier {
    background: url(../image/shipping/shipping-ico.png) no-repeat;
    background-position: -131px 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block; }
  .shipping .pickpoint {
    background: url(../image/shipping/shipping-ico.png) no-repeat;
    background-position: -172px 0;
    cursor: pointer;
    width: 58px;
    height: 40px;
    display: block; }

.socials {
  margin-left: 2px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
  height: 37px;
  width: 100%;
  font-size: 21px; }
  .socials a {
    transition: 0.3s;
    color: #000; }
  .socials a:hover {
    color: #000 !important;
    transition: 0.3s;
    transform: scale(1.05); }
  .socials .vk {
    background: #fff;
    color: #4b4b4b;
    border-radius: 50%;
    margin-right: 5px;
    width: 37px;
    cursor: pointer;
    height: 37px;
    display: block;
    text-align: center;
    padding: 5px 2px 0 0; }
  .socials .fk {
    background: #fff;
    color: #4b4b4b;
    border-radius: 50%;
    margin-right: 5px;
    width: 37px;
    cursor: pointer;
    height: 37px;
    display: block;
    text-align: center;
    padding: 5px 1px 0 0; }
  .socials .yt {
    background: #fff;
    color: #4b4b4b;
    border-radius: 50%;
    margin-right: 5px;
    width: 37px;
    cursor: pointer;
    height: 37px;
    display: block;
    text-align: center;
    padding: 6px 0px 0 0; }
  .socials .tw {
    background: #fff;
    color: #4b4b4b;
    border-radius: 50%;
    margin-right: 5px;
    width: 37px;
    cursor: pointer;
    height: 37px;
    display: block;
    text-align: center;
    padding: 6px 0 0 0; }

@media (max-width: 767px) {
  .socials {
    justify-content: flex-start;
    margin-top: 20px; } }

.category-link {
  display: none !important; }

.product-thumb {
  z-index: 3;
  /*
    Product Listing - Layout
*/ }
  .product-thumb a:link, .product-thumb a:visited, .product-thumb a:hover, .product-thumb a:focus, .product-thumb a:active, .product-thumb button:link, .product-thumb button:visited, .product-thumb button:hover, .product-thumb button:focus, .product-thumb button:active {
    border: none;
    outline: none; }
  .product-thumb .image {
    text-align: center; }
  .product-thumb .image a {
    display: block; }
  .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .category-layout {
    padding: 0 5px;
    height: auto; }
  .category-layout .category-thumb {
    height: auto;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px; }
  .category-layout .category-thumb .image img {
    height: 170px;
    margin: 0 auto; }
  .category-layout .category-thumb .category-caption {
    display: flex;
    overflow: hidden;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .category-layout .category-thumb .category-caption > a {
    font-weight: bold;
    text-decoration: underline;
    font-size: 15px;
    color: #1d1d1d; }
  .category-layout .category-thumb .category-caption > a:hover {
    color: #1d1d1d;
    text-decoration: underline; }

@media (max-width: 1399px) {
  .category-layout .category-thumb .image img {
    height: 155px; } }

@media (max-width: 1199px) {
  .category-layout .category-thumb .image img {
    height: 145px; } }

@media (max-width: 992px) {
  .category-layout .category-thumb .image img {
    height: auto; } }

@media (max-width: 767px) {
  .category-layout .category-thumb .image img {
    margin: 0 auto; } }

.product-grid .product-thumb .image {
  float: none; }

@media (min-width: 768px) {
  .product-list .product-thumb .image {
    float: left;
    width: 200px; } }

.product-thumb h4 {
  line-height: inherit; }

.product-grid .product-thumb .caption, .related-products-grid .product-thumb .caption {
  overflow: hidden;
  min-height: 72px; }
  .product-grid .product-thumb .caption h4, .related-products-grid .product-thumb .caption h4 {
    margin-top: 5px;
    min-height: 90px;
    overflow: hidden;
    text-align: left; }

@media (max-width: 1199px) {
  .product-grid .product-thumb .caption {
    padding: 0 10px; } }

@media (max-width: 767px) {
  body .product-list .product-thumb .caption {
    min-height: 1px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    text-align: center; }

  .product-grid .product-thumb .caption {
    min-height: 0; }

  .product-thumb .caption h4 {
    text-align: center; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  body.common-home .product-layout.product-grid .button-group {
    font-size: 13px; } }

.rating .fa-stack {
  margin-right: 6px;
  font-size: 8px; }
  .rating .fa-star-o {
    margin-top: 3px;
    font-size: 16px;
    color: #4c4c4c; }
  .rating .fa-star {
    margin-top: 3px;
    font-size: 15px;
    color: #ffc500; }
  .rating .fa-star + .fa-star-o {
    color: #ffc500; }

.modal-body .rating .fa-star {
  margin-top: 0; }

.star-rating .fa-stack {
  margin-right: 6px;
  font-size: 8px; }
  .star-rating .fa-star-o {
    margin-top: 3px;
    font-size: 16px;
    color: #4c4c4c; }
  .star-rating .fa-star {
    margin-top: 3px;
    font-size: 15px;
    color: #ffc500; }

h2.price {
  margin: 0;
  /* product thumb */ }

.product-thumb .price-container {
  width: 50%; }
  .product-thumb .price-new {
    font-weight: 600;
    color: #444; }
  .product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px; }
  .product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block; }
  .product-thumb .button-group-cart {
    display: flex;
    overflow: visible;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    width: 62%; }
  .product-thumb .button-group-cart button {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    display: inline-block;
    float: none;
    line-height: 35px;
    font-weight: bold;
    text-align: center; }
  .product-thumb .button-group-cart button + button {
    width: 20%;
    border-left: 1px solid #d6d6d6;
    margin-left: -3px;
    /*&:first-child {
        border-radius: 4px 0 0 4px;
      }

      &:last-child {
        border-radius: 0 4px 4px 0;
      }*/ }
  .product-thumb .button-group {
    position: relative;
    flex: 40px 1 1;
    display: flex;
    overflow: visible;
    bottom: -1px; }
  .product-thumb .button-group button {
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    display: inline-block;
    float: none;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    /*color: #ffffff;
      background-color: #d22f2c;*/
    text-transform: uppercase; }
  .product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #d6d6d6;
    margin-left: -3px;
    /*&:first-child {
        border-radius: 4px 0 0 4px;
      }

      &:last-child {
        border-radius: 0 4px 4px 0;
      }*/ }

.product-layout .product-table .product-thumb .cart-add-button {
  height: 30px;
  line-height: 20px; }

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd; }

.product-list .product-thumb h5 {
  text-align: left !important; }

@media (max-width: 767px) {
  .product-list .product-thumb .button-group {
    border-left: none; }

  .product-contents .product-layout.product-list .product-thumb {
    transition: 0.1s ease-in-out;
    display: block;
    position: relative;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #eceeef;
    border-right: 1px solid #eceeef;
    height: auto; }
    .product-contents .product-layout.product-list .product-thumb .button-group {
      border-left: none;
      position: inherit;
      bottom: 18px;
      right: 10px;
      width: 100%;
      background: none;
      float: none;
      text-align: center; }
    .product-contents .product-layout.product-list .description {
      font-size: 13px;
      margin: 10px 160px 5px 0;
      overflow: hidden;
      width: 100%;
      padding: 10px; }
    .product-contents .product-layout.product-list .product-thumb .price {
      padding-left: 30px;
      color: #444;
      font-weight: 600;
      /*text-align: center;*/
      font-size: 18px;
      min-height: 40px;
      display: flex;
      flex-direction: column; } }

@media (max-width: 1199px) {
  .product-list .product-thumb.button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
    /*.product-list .product-thumb:hover .button-group button + button {
    width: 33.33%;
  }*/ }

  .product-grid .product-thumb.button-group button, .product-thumb .button-group button + button {
    width: 17.33%; }

  .product-grid .product-thumb:hover .button-group button + button {
    width: 17.33%; } }

@media (max-width: 767px) {
  .product-list .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; }

  .product-list .product-thumb:hover .button-group button + button {
    width: 33.33%; }

  .product-grid .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 11.33%; }

  .product-grid .product-thumb:hover .button-group button + button {
    width: 11.33%; } }

@media (min-width: 481px) {
  .product-table .product-thumb .cart-add-button span {
    display: block; }
    .product-table .product-thumb .cart-add-button i {
      display: none; }

  .product-grid .product-thumb .cart-add-button i {
    display: none; } }

@media (max-width: 480px) {
  /*--- Product-Layout ---*/
    .product-table .product-thumb .cart-add-button {
      height: 40px; }
      .product-table .product-thumb .cart-add-button span {
        display: none; }
      .product-table .product-thumb .cart-add-button i {
        display: block; }
    .product-grid .product-thumb .cart-add-button i {
      display: none; }
    .product-grid .product-thumb .button-group button, .product-thumb .button-group button + button {
      width: 23.33%; }
    .product-grid .product-thumb:hover .button-group button + button {
      width: 23.33%; }
    .category-main-container .product-grid .product-thumb .button-group button, .category-main-container .product-thumb .button-group button + button {
      width: 23.33%; }
      .category-main-container .product-grid .product-thumb:hover .button-group button + button {
        width: 23.33%; } }

.products-content {
  margin: 0 -5px 25px; }

.articles-content {
  margin: 0 -5px 25px -9px; }

.rating-container {
  height: 21px; }

.product-layout .category-link {
  text-decoration: underline;
  position: relative;
  top: 5px;
  left: 5px;
  z-index: 1; }
  .product-layout.product-grid {
    margin: 0;
    padding: 0 5px 15px;
    border: none; }
  .product-layout.product-grid .description-list {
    display: none; }
  .product-layout.product-grid .product-thumb {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px 15px 5px 15px;
    background: #fff;
    border: 1px solid #eee; }
  .product-layout.product-grid .product-thumb .description {
    overflow: hidden;
    height: 1px;
    width: auto !important;
    top: 82%;
    z-index: 100;
    opacity: 0;
    left: -2px;
    right: -2px;
    display: flex;
    position: absolute;
    flex-direction: column;
    word-break: break-all;
    transition: 0.3s ease-in-out;
    padding: 10px 0 0;
    background: #fff;
    min-height: 77px;
    margin-top: -7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    border: 2px solid transparent;
    border-top: none;
    z-index: 5; }
  .product-layout.product-grid .product-thumb .description .description-top {
    display: none;
    padding: 0 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    word-break: break-word; }
    .product-layout.product-grid .product-thumb .description .description-top > span {
      margin-bottom: 5px; }
    .product-layout.product-grid .product-thumb .description .description-top > span > b {
      margin-right: 5px; }
  .product-layout.product-grid .product-thumb .description .description-bottom {
    margin: 0 -2px; }
  .product-layout.product-grid .product-thumb_top {
    padding-bottom: 10px; }
  .product-layout.product-grid .product-thumb_middle {
    display: flex;
    flex-direction: column;
    z-index: 10; }
  .product-layout.product-grid .product-thumb_middle .caption {
    order: 1; }
  .product-layout.product-grid .product-thumb_middle .rating-container {
    position: relative;
    top: 0;
    order: 2;
    text-align: left; }
  .product-layout.product-grid .product-thumb_middle .price-and-cart-add {
    order: 3;
    justify-content: space-between; }
  .product-layout.product-grid .product-thumb:hover {
    z-index: 5;
    margin: -1px -1px -1px -1px;
    padding: 10px 15px 5px 15px;
    border: 2px solid #a3a3a3;
    border-bottom: 2px solid transparent; }
  .product-layout.product-grid .product-thumb:hover .description {
    height: auto;
    opacity: 1;
    display: flex;
    top: 99%;
    transition: 0.3s ease-in-out;
    border: 2px solid #a3a3a3;
    border-top: none; }
  .product-layout.product-list_top {
    padding: 10px; }
  .product-layout.product-list .product-thumb .description {
    width: 36%;
    display: flex; }
  .product-layout.product-list .product-thumb .description-top {
    padding: 10px;
    width: 100%;
    word-break: break-word; }
  .product-layout.product-list .product-thumb .description-bottom .button-group {
    flex-direction: column;
    height: 100%;
    bottom: 0;
    position: relative;
    left: 0; }
    .product-layout.product-list .product-thumb .description-bottom .button-group .wishlist-button, .product-layout.product-list .product-thumb .description-bottom .button-group .compare-button, .product-layout.product-list .product-thumb .description-bottom .button-group .buy-one-click {
      width: 80px;
      height: 33.33333%; }
    .product-layout.product-list .product-thumb .description-bottom .button-group .wishlist-button {
      border-top: none; }
    .product-layout.product-list .product-thumb .description-bottom .button-group .compare-button, .product-layout.product-list .product-thumb .description-bottom .button-group .wishlist-button {
      border-right: none; }
  .product-layout.product-list .product-thumb:hover {
    border: 2px solid #a3a3a3;
    margin: -1px; }

@media (min-width: 1200px) {
    .attributes-top {
      height: 52px;
      overflow-y: auto; } }
  @media (max-width: 1199px) and (min-width: 992px) {
  .attributes-top {
    height: 68px; } }

@media (max-width: 991px) {
  .product-layout .category-link {
    text-decoration: underline;
    position: relative;
    top: 5px;
    left: 5px;
    z-index: 1; }
    .product-layout.product-grid {
      margin: 0;
      padding: 0 5px 15px;
      border: none; }
      .product-layout.product-grid .description-list {
        display: inline-block;
        position: relative;
        top: -1px;
        margin-top: 20px; }
      .product-layout.product-grid .product-thumb {
        display: inline-block;
        flex-direction: row;
        position: relative;
        padding: 0;
        background: #fff;
        border: 1px solid #eee; }
        .product-layout.product-grid .product-thumb_top {
          position: relative;
          display: inline-flex;
          width: 30%;
          float: left;
          padding: 15px 0 0 15px; }
        .product-layout.product-grid .product-thumb_middle {
          margin-bottom: 0;
          display: inline-flex;
          width: 69%;
          flex-direction: column;
          padding: 10px; }
          .product-layout.product-grid .product-thumb_middle .caption {
            order: 1; }
          .product-layout.product-grid .product-thumb_middle .options_pro_form {
            opacity: 0;
            transition: 1s; }
          .product-layout.product-grid .product-thumb_middle .rating-container {
            order: 2;
            position: relative;
            top: -10px;
            display: flex;
            justify-content: flex-start;
            padding-left: 9px; }
          .product-layout.product-grid .product-thumb_middle .price-and-cart-add {
            order: 3;
            display: inline-flex; }
            .product-layout.product-grid .product-thumb_middle .price-and-cart-add .price-wrapper {
              padding-left: 10px;
              position: relative;
              bottom: 0; }
              .product-layout.product-grid .product-thumb_middle .price-and-cart-add .price-wrapper .price {
                font-size: 23px; }
        .product-layout.product-grid .product-thumb_bottom .description-list .description-top {
          display: none; }
        .product-layout.product-grid .product-thumb .description {
          display: flex;
          flex-direction: column;
          margin: 0;
          word-break: break-all;
          transition: 0.3s ease-in-out;
          opacity: 1;
          position: relative;
          top: 100%;
          left: 0;
          right: 0;
          padding: 10px 0 0;
          background: #fff;
          min-height: 77px;
          box-shadow: none;
          width: 100% !important;
          border: none; }
          .product-layout.product-grid .product-thumb .description .description-top {
            padding: 0 10px;
            display: none;
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 20px; }
            .product-layout.product-grid .product-thumb .description .description-top > span {
              margin-bottom: 5px; }
              .product-layout.product-grid .product-thumb .description .description-top > span > b {
                margin-right: 5px; }
        .product-layout.product-grid .product-thumb:hover {
          margin: 0;
          padding: 0;
          border: 1px solid #eee; }
          .product-layout.product-grid .product-thumb:hover .description {
            display: flex;
            border: none; } }
  @media (max-width: 991px) and (max-width: 767px) {
            .product-layout.product-grid .product-thumb_middle .options_pro_form {
              width: 100%; } }

@media (max-width: 767px) {
  .product-layout .category-link {
    text-decoration: underline;
    position: relative;
    top: 5px;
    left: 5px;
    z-index: 1; }
    .product-layout.product-grid {
      margin: 0;
      padding: 0 5px 15px;
      border: none; }
      .product-layout.product-grid .product-thumb {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 0;
        background: #fff;
        border: 1px solid #eee; }
        .product-layout.product-grid .product-thumb_top {
          position: relative;
          padding: 15px 0 0 0;
          display: inline-flex;
          width: 100%;
          float: left;
          justify-content: center; }
        .product-layout.product-grid .product-thumb_middle {
          display: inline-flex;
          width: 100%;
          flex-direction: column;
          padding: 10px; }
          .product-layout.product-grid .product-thumb_middle .caption {
            text-align: center;
            align-items: center;
            /* max-width: 90%; */
            min-width: 75%;
            display: flex;
            margin: 0 auto;
            order: 1;
            justify-content: center;
            flex-direction: column; }
          .product-layout.product-grid .product-thumb_middle .rating-container {
            order: 2;
            position: relative;
            top: 0;
            margin: 10px 0;
            display: flex;
            justify-content: center; }
          .product-layout.product-grid .product-thumb_middle .price-and-cart-add {
            order: 3;
            display: inline-flex; }
            .product-layout.product-grid .product-thumb_middle .price-and-cart-add .button-group-cart {
              justify-content: center;
              align-items: center;
              margin-top: 10px; }
              .product-layout.product-grid .product-thumb_middle .price-and-cart-add .button-group-cart h6 {
                display: flex; }
              .product-layout.product-grid .product-thumb_middle .price-and-cart-add .button-group-cart .cart-add-button span {
                display: inline-flex !important; }
            .product-layout.product-grid .product-thumb_middle .price-and-cart-add .price-wrapper {
              position: relative;
              bottom: 0;
              padding: 0;
              justify-content: center; }
              .product-layout.product-grid .product-thumb_middle .price-and-cart-add .price-wrapper .price {
                font-size: 23px; }
        .product-layout.product-grid .product-thumb .description {
          display: flex;
          flex-direction: column;
          margin: 0;
          word-break: break-all;
          transition: 0.3s ease-in-out;
          opacity: 1;
          position: relative;
          top: 100%;
          left: 0;
          right: 0;
          padding: 10px 0 0;
          background: #fff;
          min-height: 77px;
          box-shadow: none;
          width: 100% !important;
          border: none; }
          .product-layout.product-grid .product-thumb .description .description-top {
            padding: 0 10px;
            display: none;
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 20px; }
            .product-layout.product-grid .product-thumb .description .description-top > span {
              margin-bottom: 5px; }
              .product-layout.product-grid .product-thumb .description .description-top > span > b {
                margin-right: 5px; }
        .product-layout.product-grid .product-thumb:hover {
          margin: 0;
          border: 1px solid #eee; }
          .product-layout.product-grid .product-thumb:hover .description {
            display: flex;
            border: none; } }

.product-layout.product-grid .product-thumb .description {
  border-radius: 0; }
  .product-layout.product-grid .product-thumb:hover {
    border-radius: 0; }
  .product-layout.product-grid .product-thumb:hover .description {
    opacity: 1;
    top: calc(100% + 7px); }

.related-products-grid.product-grid .product-thumb .description {
  border-radius: 0 0 4px 4px; }
  .related-products-grid.product-grid .product-thumb:hover {
    border-radius: 4px 4px 0 0; }
  .related-products-grid.product-grid .product-thumb:hover .description {
    opacity: 1;
    top: calc(100% + 7px); }

.product-layout {
  /*--product-thumb--*/ }
  .product-layout.product-list .product-thumb .image, .product-layout.product-grid .product-thumb .image, .product-layout.related-products-grid .product-thumb .image {
    position: relative; }
  .product-layout.product-list .product-thumb .image a.quickview, .product-layout.product-grid .product-thumb .image a.quickview, .product-layout.related-products-grid .product-thumb .image a.quickview {
    position: absolute;
    cursor: pointer;
    z-index: 30 !important; }
  .product-layout.product-list .product-thumb .image a.quickview.glyphicon, .product-layout.product-grid .product-thumb .image a.quickview.glyphicon, .product-layout.related-products-grid .product-thumb .image a.quickview.glyphicon {
    transition: 0.5s ease-in-out;
    top: 35px;
    right: 55px;
    font-size: 32px;
    opacity: 0;
    color: #a3a3a3;
    transition: 0.2s ease; }
  .product-layout.product-list .product-thumb .image:hover a.quickview.glyphicon, .product-layout.product-grid .product-thumb .image:hover a.quickview.glyphicon, .product-layout.related-products-grid .product-thumb .image:hover a.quickview.glyphicon {
    right: 50px;
    opacity: 0.7;
    z-index: 10; }
  .product-layout.product-list .product-thumb .image:hover a.quickview.glyphicon:hover, .product-layout.product-grid .product-thumb .image:hover a.quickview.glyphicon:hover, .product-layout.related-products-grid .product-thumb .image:hover a.quickview.glyphicon:hover {
    transition: 0.5s ease-in-out;
    opacity: 1;
    transform: scale(1.05); }
  .product-layout.product-table .product-thumb .image a.quickview {
    position: absolute; }
  .product-layout.product-table .product-thumb .image a.quickview.glyphicon {
    display: none; }

.product-layout .news .caption {
  color: #1d1d1d; }
  .product-layout .news .caption h4 a {
    font-size: 17px;
    color: #1d1d1d;
    font-weight: bold;
    height: 37px;
    overflow: hidden;
    display: block;
    text-transform: uppercase; }
  .product-layout .news .caption .rating {
    text-align: center; }

.articles-layout .caption h4 a {
  font-size: 17px;
  color: #0c0c0c;
  font-weight: bold;
  overflow: hidden;
  display: block;
  text-transform: uppercase; }
  .articles-layout .caption .rating {
    text-align: center; }

.product-list .caption h4, .product-grid .caption h4, .product-table .caption h4 {
  margin-top: 2px; }
  .product-list .caption h4 a, .product-grid .caption h4 a, .product-table .caption h4 a {
    font-size: 18px;
    max-height: 80px; }

.product-grid .caption h4 a {
  margin: 10px 0; }

.product-list .caption h4 {
  height: 42px;
  margin-top: 1px;
  overflow: hidden; }
  .product-list .caption h4 > a {
    color: #1d1d1d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline; }

.product-grid .caption h4 a, .product-table .caption h4 a {
  color: #1d1d1d;
  height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline; }

@media (max-width: 767px) {
  .product-grid .caption h4 a, .product-table .caption h4 a {
    word-break: break-word; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .product-list .caption h4 {
    margin-top: 1px; }
    .product-list .caption h4 a {
      font-size: 17px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .product-list .caption {
    text-align: left; }
    .product-list .caption h4 {
      margin-top: 0; }
      .product-list .caption h4 a {
        font-size: 16px;
        margin-right: 6%;
        height: 40px; }

  .product-grid .caption h4 {
    text-align: left; }
    .product-grid .caption h4 a {
      height: 36px;
      font-size: 15px; } }

@media (max-width: 767px) {
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    display: none; }

  body .product-table.product-layout .caption h4 a {
    max-height: 17px;
    height: auto; }

  .product-list .caption h4 {
    margin-top: 10px; }

  .product-table .product-thumb .price {
    right: 168px !important; } }

@media (max-width: 480px) {
  .product-table .product-thumb .price {
    right: 25px !important; }

  .product-layout.product-table .product-thumb_middle .price-and-cart-add {
    margin-top: 32px !important; } }

.product-thumb {
  /*---- product-list ----*/ }
  .product-thumb .price {
    font-weight: 600;
    font-size: 18px;
    min-height: 40px; }
  .product-thumb .price-old {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-decoration: line-through;
    margin-left: 0; }

.product-layout.product-list {
  padding: 0 5px 0 5px; }
  .product-layout.product-list .product-thumb {
    transition: 0.5s;
    margin-bottom: 10px;
    transition: 0.12s ease-in-out;
    display: flex;
    position: relative;
    padding: 0;
    background: #fff;
    height: auto;
    border: 1px solid #eee; }
  .product-layout.product-list .product-thumb_top {
    position: relative;
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center; }
  .product-layout.product-list .product-thumb_middle {
    display: flex;
    flex-direction: column;
    width: 35%;
    padding: 10px; }
  .product-layout.product-list .product-thumb_middle .rating-container {
    order: 2;
    margin-bottom: 30px; }
  .product-layout.product-list .product-thumb_middle .rating-container .caption {
    display: none; }
  .product-layout.product-list .product-thumb_middle .caption {
    order: 1; }
  .product-layout.product-list .product-thumb_middle .price-and-cart-add {
    order: 3; }
  .product-layout.product-list .product-thumb_bottom {
    display: flex;
    width: 35%; }
  .product-layout.product-list .product-thumb_bottom .description-list {
    width: 100%;
    display: flex; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-top {
    width: 70%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    line-height: 1.4; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-bottom {
    width: 30%;
    display: flex; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group {
    display: flex;
    flex-direction: column; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .wishlist-button {
    width: 100%;
    border-top: none;
    border-right: none;
    height: 100%; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .compare-button {
    width: 100%;
    border-top: 1px solid #ececec;
    border-right: none;
    height: 100%; }
  .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .buy-one-click {
    width: 100%;
    border-top: 1px solid #ececec;
    height: 100%; }
  .product-layout.product-list .product-thumb:hover {
    transition: 0.5s;
    margin-bottom: 9px; }
  .product-layout.product-list .description {
    display: none; }

.product-layout.product-grid .product-thumb_middle .rating-container .caption {
  display: none; }

@media (max-width: 1199px) {
  .product-layout.product-grid .product-thumb_middle .price-and-cart-add {
    height: 130px;
    flex-direction: column; }
    .product-layout.product-grid .product-thumb_middle .price-and-cart-add > div {
      width: 100%; }

  .product-layout.product-list .product-thumb_top {
    width: 30%; }
    .product-layout.product-list .product-thumb_middle {
      display: flex;
      flex-direction: column;
      padding: 10px; }
    .product-layout.product-list .product-thumb_middle .rating-container {
      order: 2;
      margin-bottom: 30px; }
    .product-layout.product-list .product-thumb_middle .caption {
      order: 1; }
    .product-layout.product-list .product-thumb_middle .price-and-cart-add {
      height: 110px;
      flex-direction: column;
      order: 3; }
    .product-layout.product-list .product-thumb_middle .price-and-cart-add > div {
      width: 100%; }
    .product-layout.product-list .product-thumb_bottom {
      display: flex;
      width: 40%; }
    .product-layout.product-list .product-thumb_bottom .description-list {
      width: 100%;
      display: flex; }
    .product-layout.product-list .product-thumb_bottom .description-list .description-top {
      width: 70%;
      display: flex;
      flex-direction: column;
      padding: 10px;
      line-height: 1.4; }
    .product-layout.product-list .product-thumb_bottom .description-list .description-bottom {
      width: 30%;
      display: flex; }
      .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group {
        display: flex;
        flex-direction: column; }
        .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .wishlist-button {
          width: 100%;
          border-top: none;
          border-right: none;
          height: 100%; }
        .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .compare-button {
          width: 100%;
          border-top: 1px solid #ececec;
          border-right: none;
          height: 100%; }
        .product-layout.product-list .product-thumb_bottom .description-list .description-bottom .button-group .buy-one-click {
          width: 100%;
          border-top: 1px solid #ececec;
          height: 100%; }
    .product-layout.product-list .description {
      display: none; } }

@media (max-width: 991px) {
  .product-layout.product-grid .product-thumb_middle .price-and-cart-add {
    height: auto; }
    .product-layout.product-grid .product-thumb_middle .button-group-cart {
      margin-top: -40px; } }

.fpa .owl-pagination {
  text-align: right;
  top: 388px;
  right: 30px;
  position: relative; }
  .fpa .owl-controls .owl-page span {
    display: block;
    width: 28px;
    height: 6px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

@media (max-width: 767px) {
  .price-and-cart-add {
    width: 90%;
    margin: 0 auto;
    /*.btn-group>button:nth-child(1) {
    display: none;
  }*/ }

  .btn-group > button:nth-child(2) {
    border-radius: 0 !important; } }

@media (max-width: 925px) and (min-width: 768px) {
  .product-layout.product-list .product-thumb {
    padding-bottom: 52px; }

  body .products-content .product-layout.product-list .product-thumb .button-group, body .articles-content .article-layout.article-list .article-thumb .button-group {
    bottom: 10px;
    width: 97%;
    background: none;
    float: none;
    text-align: center; }

  .product-list .product-thumb .caption {
    margin-right: 118px; }

  .product-layout.product-list .product-thumb .description {
    margin-right: 30%; } }

@media (max-width: 825px) and (min-width: 768px) {
 }

@media (min-width: 1200px) {
  .product-thumb .button-group button:first-child {
    width: auto; } }

.product-layout .input-quantity-group {
  display: none; }

.product-layout.product-table {
  padding: 0 5px; }

.product-layout.product-table .product-thumb {
  align-items: center;
  transition: 0.12s ease-in-out;
  display: flex;
  position: relative;
  padding: 10px 10px 10px 10px;
  background: #fff;
  height: 110px;
  border: 1px solid #eee;
  margin-bottom: 15px; }
  .product-layout.product-table .product-thumb_top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15%; }
  .product-layout.product-table .product-thumb_middle {
    align-items: center;
    width: 82%;
    display: inline-flex;
    height: 100%;
    justify-content: space-between; }
  .product-layout.product-table .product-thumb_middle .caption {
    display: none;
    height: 100%; }
  .product-layout.product-table .product-thumb_middle .rating-container {
    width: 72%; }
  .product-layout.product-table .product-thumb_middle .rating-container .caption {
    display: flex; }
  .product-layout.product-table .product-thumb_middle .rating-container .caption h4 {
    margin-bottom: 2px; }
  .product-layout.product-table .product-thumb_middle .rating-container .rating {
    display: flex; }
  .product-layout.product-table .product-thumb_middle .price-and-cart-add {
    margin: 0;
    align-items: center;
    width: 40%;
    height: 100%; }
  .product-layout.product-table .product-thumb_middle .price-and-cart-add h6 {
    display: flex; }
  .product-layout.product-table .product-thumb_middle .price-and-cart-add div {
    width: 100%; }
  .product-layout.product-table .product-thumb .product-columns_left {
    display: inline-flex;
    width: 10%;
    padding: 0;
    align-items: center;
    justify-content: center; }
  .product-layout.product-table .product-thumb .product-columns_bottom {
    display: none; }
  .product-layout.product-table .product-thumb .description-top {
    display: none; }
  .product-layout.product-table .product-thumb .input-quantity-group {
    display: none; }
  .product-layout.product-table .product-thumb_bottom {
    display: none; }

@media (max-width: 1199px) {
  .product-layout.product-table .product-thumb_middle {
    align-items: center;
    width: 88%;
    display: inline-flex;
    height: 100%;
    justify-content: space-between; }
    .product-layout.product-table .product-thumb_middle .caption {
      display: none;
      height: 100%; }
    .product-layout.product-table .product-thumb_middle .rating-container {
      width: 55%; }
      .product-layout.product-table .product-thumb_middle .rating-container .caption {
        display: flex; }
        .product-layout.product-table .product-thumb_middle .rating-container .caption h4 {
          margin-bottom: 2px; }
      .product-layout.product-table .product-thumb_middle .rating-container .rating {
        display: flex; }
    .product-layout.product-table .product-thumb_middle .price-and-cart-add {
      margin: 0;
      align-items: center;
      width: 45%;
      height: 100%; }
      .product-layout.product-table .product-thumb_middle .price-and-cart-add div {
        width: 100%; }
    .product-layout.product-table .product-thumb .product-columns_left {
      display: inline-flex;
      width: 10%;
      padding: 0;
      align-items: center;
      justify-content: center; }
    .product-layout.product-table .product-thumb .product-columns_bottom {
      display: none; }
    .product-layout.product-table .product-thumb .description-top {
      display: none; }
    .product-layout.product-table .product-thumb .input-quantity-group {
      display: none; }
    .product-layout.product-table .product-thumb_bottom {
      display: none; } }

.product-table .product-thumb .image {
  float: left;
  padding: 0;
  width: 100px;
  margin-right: 10px; }

.product-table .product-thumb h4 {
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  padding-right: 10px;
  overflow: hidden; }

.product-table .caption h4 a {
  max-height: 70px;
  font-size: 16px; }

.product-table .price {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin-bottom: 0;
  font-size: 18px;
  padding-top: 2px;
  min-height: 25px;
  text-align: left;
  font-weight: normal; }

.product-table .product-thumb .button-group {
  text-align: left;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px; }

.product-table .button-group button + button, .product-table:hover .button-group button + button {
  display: none; }

.product-table .button-group button:first-child {
  border-radius: 4px;
  height: 34px;
  line-height: 30px;
  position: relative;
  top: 4px; }

.product-table .input-quantity-group {
  display: table;
  width: 116px;
  height: 32px;
  position: absolute;
  bottom: 19px;
  right: 160px; }

.product-table .input-quantity-group .quantity {
  min-width: 10px;
  width: 45px;
  height: 33px;
  text-align: center;
  transition: 0.1s; }

.product-table .input-quantity-group .quantity.invalid {
  background-color: rgba(220, 0, 0, 0.25); }

.product-table .input-quantity-group .btn {
  height: 33px; }

.product-table [class*=stock-status], .product-table .rating, .product-table .description {
  display: none;
  /*@media (min-width: 1400px){
  .product-table .product-thumb h4 {margin-top:10px;}
  .product-table .price {padding-top:10px;}
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-table .product-thumb h4 { width:48%;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-table .product-thumb h4 { width:47.5%;}
}*/ }

@media (max-width: 1199px) {
  .product-table .product-thumb .image {
    margin-bottom: 5px; }

  .product-table .price {
    padding-top: 0;
    font-size: 18px; }

  .product-table .product-thumb .button-group {
    top: 13px; }

  .product-table .button-group button:first-child {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 30px;
    height: 33px; }

  .product-table .product-thumb .button-group button {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .product-table .caption h4 a {
    font-size: 15px; }

  .product-table .input-quantity-group {
    right: 135px;
    bottom: 16px; } }

@media (max-width: 767px) {
  .product-table .product-thumb .price {
    bottom: 16px; }

  .product-table .input-quantity-group {
    right: 135px;
    bottom: 9px; }

  .product-table .product-thumb .caption h4 {
    text-align: left; }

  .product-table .product-thumb .caption h4 a {
    font-size: 15px; }

  #list-view .fa, #grid-view .fa, #table-view .fa {
    font-size: 19px; } }

@media (max-width: 640px) {
  .product-table .product-thumb .caption h4 a {
    font-size: 14px; }

  .product-table .price {
    padding-top: 3px;
    font-size: 18px; }

  .product-layout.product-table .product-thumb {
    height: 107px; }

  .product-table .product-thumb .caption h4 {
    width: 100%;
    height: 39px;
    overflow: hidden; } }

@media (max-width: 479px) {
  /*---- EDIT YAR K 25.10.17 ----*/
    .product-table .price {
      padding-top: 3px;
      font-size: 18px; }
    .product-layout.product-table .product-thumb {
      height: 160px !important; }
    .product-table .input-quantity-group {
      display: none; }
    .product-table .product-thumb .caption h4 {
      width: 100%;
      height: 39px;
      overflow: hidden; } }

.content-top {
  margin: 0 0 20px 0;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #eee; }
  .content-top span {
    top: 40px; }

.content-bottom {
  margin-top: 20px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #eee; }
  .content-bottom span {
    margin-top: 15px;
    display: inline-block; }

.subcategory-container {
  padding: 10px 0 8px;
  margin: 0 0 20px 0; }
  .subcategory-container .subcategory-box {
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px; }
  .subcategory-container .subcategory-box > a {
    color: #1d1d1d;
    font-weight: bold; }

.row-filters {
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #eee;
  padding: 10px 15px 30px;
  display: flex;
  align-items: center;
  text-align: center; }
  .row-filters .subcategory-link {
    height: 70px;
    overflow: hidden; }
  .row-filters .subcategory-link a {
    font-weight: bold;
    text-transform: uppercase;
    color: #363636; }

.filters-box {
  padding: 10px 15px;
  align-items: center;
  position: relative;
  top: 0;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  z-index: 5; }
  .filters-box .sort-list, .filters-box .show-list, .filters-box .style-list {
    display: flex;
    align-items: center;
    z-index: 10;
    padding: 0; }
  .filters-box .sort-list label, .filters-box .show-list label, .filters-box .style-list label {
    margin: 0; }
  .filters-box .style-list {
    justify-content: flex-end; }

@media (max-width: 991px) {
  .product-thumb {
    width: 100%; }
    .product-thumb .description-list {
      width: 100%; }
      .product-thumb .description-list .description-bottom {
        width: 100%; }

  #list-view {
    display: none; }

  .product-grid {
    width: 100%; }

  .filters-box .sort-list, .filters-box .show-list, .filters-box .style-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .filters-box .sort-list > div, .filters-box .show-list > div, .filters-box .style-list > div {
      text-align: left !important; }
    .filters-box .style-list {
      align-items: center; } }

@media (max-width: 767px) {
  .filters-box {
    flex-direction: column; }
    .filters-box .jq-selectbox__select {
      background-color: #4d4d4d !important; }
    .filters-box .jq-selectbox__select-text {
      color: white !important;
      text-shadow: #4d4d4d 1px 1px; }
    .filters-box .sort-list {
      order: 2; }
    .filters-box .show-list {
      order: 3; }
    .filters-box .style-list {
      align-items: flex-start;
      padding-left: 10px;
      order: 1; }
    .filters-box .sort-list {
      z-index: 12; } }

.btn-group, .btn-group-vertical {
  margin-top: 2px;
  background-color: white; }

.wishlist-button, .compare-button, .buy-one-click {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-transform: none;
  align-items: center;
  justify-content: center;
  line-height: 2;
  width: 33.33333%;
  height: 66px;
  transition: 0.5s;
  border-radius: 0;
  background: #fff;
  color: #565656; }
  .wishlist-button i, .compare-button i, .buy-one-click i {
    font-size: 18px; }
  .wishlist-button span, .compare-button span, .buy-one-click span {
    text-transform: lowercase;
    font-size: 14px;
    word-break: break-word;
    text-align: center; }
  .wishlist-button:hover, .compare-button:hover, .buy-one-click:hover {
    background: #a3a3a3;
    color: #fff; }

.wishlist-button, .compare-button {
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec; }
  .wishlist-button.remove_it, .compare-button.remove_it {
    border-top: 1px solid #ececec !important;
    border-right: 1px solid #ececec !important; }

.buy-one-click {
  border-top: 1px solid #ececec; }

.cart-add-button {
  transition: 0.5s;
  border: none !important;
  border-radius: 3px;
  background: #a3a3a3;
  color: #fff; }
  .cart-add-button[disabled] {
    opacity: 0.3; }

.price-and-cart-add {
  transition: 0.5s;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 5px;
  height: 70px; }
  .price-and-cart-add .price-wrapper {
    display: flex;
    justify-content: flex-start; }
  .price-and-cart-add .price-wrapper .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 25px;
    margin-bottom: 0;
    color: #1d1d1d; }

.cart-add-button:hover {
  color: #fed559;
  background: #e6e6e6; }

.rating-and-wishlist {
  display: flex;
  flex: 1 1 50%; }

.product-list .panel.panel-default .panel-body > ul > li {
  line-height: 1.8; }

.product-container {
  padding: 0 15px; }

.product-top {
  word-break: break-word;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 25px; }
  .product-top .product-pic {
    padding: 0 !important; }
  @media screen and (max-width: 1199px) {
    .product-top .product-pic {
      padding-right: 15px !important;
      padding-left: 15px !important; } }
  .product-top .product-deliv {
    padding: 0 0 0 15px !important; }

#zgalery {
  margin: 0;
  padding: 0 30px; }
  #zgalery > ul {
    list-style: none;
    padding: 0; }
  #zgalery a.moreLink {
    background: none;
    text-align: left;
    margin: -38px 10px 5px;
    text-transform: none;
    color: #173ec0;
    font-weight: bold; }
  #zgalery a.moreLink span {
    border-bottom: none; }
  #zgalery a.moreLink i {
    margin-left: 5px; }

.product-middle {
  padding: 10px;
  word-break: break-word;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 25px; }

.product-bottom {
  margin: 0 -16px;
  padding: 10px 20px;
  word-break: break-word;
  margin-bottom: 25px; }

.product-pic {
  padding: 30px; }
  .product-pic a.thumbnail:hover:focus, .product-pic a.thumbnail:focus:focus {
    border: 2px solid #ddd;
    outline: none; }
  .product-pic a.thumbnail {
    border-width: 2px; }
  .product-pic a.thumbnail.active {
    border-color: #a3a3a3; }
  .product-pic a.thumbnail.active:focus {
    border-color: #a3a3a3; }
  .product-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #333; }
  .product-info-block {
    padding-top: 0; }
  .product-info-block .price-block {
    padding-left: 0; }
  .product-info-block #show_comments {
    color: #333;
    font-weight: 700; }
  .product-info-block #show_comments i {
    padding-right: 5px; }
  .product-info-block .rating {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0; }
  .product-info-block .rating-wrap {
    padding: 0; }
  .product-info-block .rating p {
    display: flex;
    justify-content: flex-start;
    margin: 0; }
  @media screen and (max-width: 1199px) {
        .product-info-block .rating p span {
          width: 1.2em; }
        .product-info-block .rating p i {
          font-size: 12px; } }
  .product-info-block .rating #show_comments {
    color: #333;
    font-weight: 700; }
  .product-info-block .rating #show_comments i {
    padding-right: 5px; }
  .product-info-block .model-block {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 900; }
  .product-info-block .model-block span {
    font-weight: 300; }
  .product-info-block #first_countdown {
    display: flex;
    padding-top: 30px;
    margin-bottom: 45px !important;
    margin-left: -13px; }
  @media (max-width: 991px) {
      .product-info-block #first_countdown {
        justify-content: center; } }
  @media (max-width: 414px) {
      .product-info-block #first_countdown {
        margin-left: 0; } }
  .product-info-block #first_countdown .flip-clock-divider.days {
    width: 0 !important; }
  .product-info-block #first_countdown.flip-clock-wrapper ul {
    height: 50px;
    width: 32px;
    padding: 0;
    flex-shrink: 0;
    margin: 5px 1px;
    background: #545454; }
  .product-info-block #first_countdown.flip-clock-wrapper ul li {
    line-height: 48px; }
  .product-info-block #first_countdown.flip-clock-wrapper ul li a div div.inn {
    font-size: 30px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #fff; }
  .product-info-block #first_countdown.flip-clock-wrapper .flip-clock-divider {
    height: 60px;
    width: 16px; }
  .product-info-block #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
    right: -48px; }
  .product-info-block #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot {
    width: 4px;
    height: 4px;
    left: 6px;
    border-radius: 0; }
  .product-info-block #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
    top: 23px; }
  .product-info-block #first_countdown.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom {
    bottom: 23px; }
  .product-info-block .status-block {
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 10px -15px; }
  .product-info-block .status-block .bot-prod {
    margin-bottom: 20px;
    border: none; }
  .product-info-block .status-block .bot-prod a {
    float: right;
    margin: 0 12px;
    font-size: 12px;
    font-weight: 300;
    color: #a3a3a3;
    text-transform: lowercase; }
  @media (max-width: 991px) and (min-width: 768px) {
        .product-info-block .status-block .price-block {
          display: flex;
          flex-direction: column; } }
  .product-info-block .status-block .price-block .text-danger {
    margin-left: 2px;
    color: #999;
    font-size: 21px;
    font-weight: normal;
    text-decoration: line-through; }
  .product-info-block .status-block .price-block .product-price {
    margin-bottom: 10px;
    color: #333;
    font-size: 40px;
    font-weight: bold; }
  @media (max-width: 576px) {
          .product-info-block .status-block .price-block .product-price {
            font-size: 8vw; } }
  .product-info-block .status-block .buy-btn-block {
    text-align: right; }
  .product-info-block .status-block .buy-btn-block #button-cart {
    padding: 10px 20px;
    display: inline-block;
    width: auto; }
  .product-info-block .status-block .buy-btn-block .buy-one-click {
    display: block;
    white-space: nowrap;
    padding-left: 20px;
    width: auto;
    height: auto;
    margin-top: 30px;
    border: none;
    font-size: 14px;
    font-weight: 300;
    left: 25px;
    color: #333;
    text-decoration: underline;
    background: transparent url(../image/img/icon-mouse.png) no-repeat left center; }
  .product-info-block .status-block .buy-btn-block .buy-one-click:hover {
    text-decoration: none;
    color: #333;
    background: transparent url(../image/img/icon-mouse.png) no-repeat left center; }
  .product-info-block .status-block .buy-btn-block .buy-one-click {
    margin-top: 0;
    display: inline-block; }
  .product-options-block .control-label {
    font-size: 14px;
    font-weight: 900;
    line-height: 24px; }
  .product-options-block .options-block {
    padding: 20px 0 10px 0; }
  .product-options-block .radio, .product-options-block .checkbox {
    margin-bottom: 10px; }
  .product-options-block .checkbox label::before, .product-options-block .checkbox label::after, .product-options-block .radio label::before, .product-options-block .radio label::after {
    top: 50%;
    transform: translateY(-50%); }
  .product-options-block .form-control {
    border: none;
    padding: 0; }
  .product-options-block input[type="text"].form-control {
    border: 1px solid #c7c7c7;
    padding-left: 10px; }
  .product-options-block .jq-selectbox__select {
    border: 1px solid #a3a3a3;
    border-bottom-color: #a3a3a3;
    border-radius: 0;
    background: transparent;
    box-shadow: none; }
  .product-options-block .jq-selectbox__trigger {
    border-left: none; }
  .product-options-block .jq-selectbox__trigger-arrow {
    border-top: 5px solid #a3a3a3; }
  .product-options-block .jq-selectbox__select-text {
    color: #a3a3a3; }
  .product-options-block .jq-selectbox__dropdown {
    border-radius: 0;
    border: 1px solid #dedede;
    max-width: 100%;
    margin: 0;
    color: #666;
    box-shadow: none; }
  .product-options-block .jq-selectbox li {
    white-space: normal; }
  .product-options-block .jq-selectbox li:hover {
    background: #dedede;
    color: #666; }
  .product-options-block .jq-selectbox.opened .jq-selectbox__select {
    border-bottom: 1px solid #dedede; }
  .product-options-block .jq-selectbox.focused .jq-selectbox__select {
    border-color: #a3a3a3;
    border-bottom: 1px solid #dedede; }
  .product-attrs li b {
    display: inline-block;
    margin-right: 10px; }
  .product-middle {
    padding: 20px;
    font-family: 'Roboto', sans-serif; }
  @media screen and (max-width: 767px) {
    .product-middle {
      padding: 10px; } }
  .product-middle .nav-tabs {
    border: none; }
  .product-middle .nav-tabs > li {
    margin-right: 30px; }
  .product-middle .nav-tabs > li > a {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    background: transparent; }
  .product-middle .nav-tabs > li > a:hover {
    color: #fff;
    background: #a3a3a3;
    border-color: #a3a3a3; }
  .product-middle .nav-tabs > li > a:hover span {
    border-bottom-color: transparent; }
  .product-middle .nav-tabs > li > a span {
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px dotted #333; }
  .product-middle .nav-tabs > li.active > a {
    color: #fff;
    background: #a3a3a3;
    border-color: #a3a3a3; }
  .product-middle .nav-tabs > li.active > a:hover {
    color: #fff;
    background: #a3a3a3;
    border-color: #a3a3a3; }
  .product-middle .nav-tabs > li.active > a span {
    border-bottom-color: transparent; }
  .product-middle .tab-pane#tab-specification table {
    border: none; }
  .product-middle .tab-pane#tab-specification table tr:nth-child(2n) {
    background: #f5f5f5; }
  .product-middle .tab-pane#tab-specification table tr td {
    border: none; }
  .product-middle .tab-pane#tab-specification table tr td:first-child {
    font-weight: 900; }
  .product-middle .tab-pane#tab-review table {
    border: none;
    border-bottom: 1px dashed #dedede; }
  .product-middle .tab-pane#tab-review table tr {
    background: transparent; }
  .product-middle .tab-pane#tab-review table tr td {
    border: none; }
  .product-middle .tab-pane#tab-review table tr:first-child td:first-child {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900; }
  .product-middle .tab-pane#tab-review table tr:first-child td:last-child {
    font-size: 12px;
    font-weight: 300;
    color: #999; }
  .product-middle .tab-pane#tab-review table tr:first-child td:first-child {
    font-size: 12px;
    color: #666;
    font-weight: 300; }

.filters-box .jq-selectbox__select {
  border: 1px solid #dedede;
  border-bottom-color: #dedede;
  border-radius: 0;
  background: transparent;
  box-shadow: none; }
  .filters-box .jq-selectbox__trigger {
    border-left: none; }
  .filters-box .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #a3a3a3; }
  .filters-box .jq-selectbox__trigger-arrow {
    border-top: 5px solid #a3a3a3; }
  .filters-box .jq-selectbox__select-text {
    color: #666; }
  .filters-box .jq-selectbox__dropdown {
    border-radius: 0;
    border: 1px solid #dedede;
    max-width: 100%;
    margin: 0;
    color: #666;
    box-shadow: none; }
  .filters-box .jq-selectbox li {
    white-space: normal; }
  .filters-box .jq-selectbox li:hover {
    background: #dedede;
    color: #666; }
  .filters-box .jq-selectbox.opened .jq-selectbox__select {
    border-bottom: 1px solid #dedede; }
  .filters-box .jq-selectbox.focused .jq-selectbox__select {
    border-color: #a3a3a3;
    border-bottom: 1px solid #dedede; }

.flixer {
  padding: 0; }

.right-side-info {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
  /*---------- PRODUCT TABLE ----------*/ }
  .right-side-info .panel-body {
    border: none;
    word-break: break-word; }
  .right-side-info .panel-body h4 a, .right-side-info .panel-body p a {
    display: flex;
    padding: 0 12px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 900;
    background: #a3a3a3; }
  .right-side-info .panel-body p label {
    margin: 0; }
  .right-side-info .panel-body p span {
    display: block;
    padding: 0 12px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 900;
    background: #a3a3a3; }
  .right-side-info .panel-body ul li {
    margin-bottom: 5px; }

.product-table .product-thumb h4 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold; }

@media (max-width: 1199px) {
  /*-----------------------------*/ }

.product-columns {
  display: flex;
  flex-wrap: wrap; }
  .product-columns_left {
    padding: 10px 20px;
    display: flex;
    width: 50%; }
  .product-columns_right {
    padding: 10px 20px;
    display: flex;
    width: 50%;
    flex-direction: column;
    margin-bottom: 10px; }
  .product-columns_right .caption {
    padding: 0 !important; }
  .product-columns_right .description-top {
    display: flex;
    flex-direction: column;
    text-align: left;
    height: 100px; }
  .product-columns_right .price-and-cart-add {
    display: flex;
    margin-top: 30px; }
  .product-columns_right .price-and-cart-add_left {
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  .product-columns_right .price-and-cart-add_left .price-wrapper {
    margin-bottom: 10px; }
  .product-columns_right .price-and-cart-add_left .price-wrapper .price {
    font-size: 23px; }
  .product-columns_right .price-and-cart-add_right {
    display: flex;
    width: 40%;
    flex-direction: column; }
  .product-columns_bottom {
    display: flex;
    width: 100%; }
  .product-columns_bottom .description-bottom {
    width: 100%; }

.column {
  justify-content: center;
  width: 50%;
  flex-direction: column; }

.price-wrapper {
  width: 50%; }

@media (max-width: 767px) {
  .product-columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .product-columns_left {
      width: 100%; }
      .product-columns_left .image {
        display: block;
        margin: 0 auto; }
    .product-columns_right {
      width: 60%;
      align-items: center;
      justify-content: center; }
      .product-columns_right .price-and-cart-add {
        padding: 0;
        width: 100%;
        margin-top: 10px; }
        .product-columns_right .price-and-cart-add_left, .product-columns_right .price-and-cart-add_right {
          width: 50%; }
      .product-columns_right .description-top {
        display: none; }

  .product-container .product-top, .product-container .product-middle {
    margin: auto -20px; } }

@media (max-width: 640px) {
  .product-layout.product-table .product-thumb_top {
    width: 25% !important; }

  .product-layout.product-table .product-thumb_middle {
    width: 75% !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .product-layout.product-table .product-thumb_middle div {
      width: 100% !important; }
      .product-layout.product-table .product-thumb_middle div .price {
        align-items: flex-start;
        margin-top: 20px; }
      .product-layout.product-table .product-thumb_middle div .cart-add-button {
        margin-top: 12px; }

  .product-columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .product-columns_left {
      width: 100%; }
      .product-columns_left .image {
        display: block;
        margin: 0 auto; }
        .product-columns_left .image .category-link {
          position: absolute;
          top: 15px;
          left: 18px; }
    .product-columns_right {
      width: 100%;
      align-items: center;
      justify-content: center; }
      .product-columns_right .price-and-cart-add {
        display: flex;
        flex-direction: column;
        padding: 0;
        width: 100%;
        margin-top: 10px; }
        .product-columns_right .price-and-cart-add_left {
          align-items: center;
          justify-content: center;
          width: 100%; }
          .product-columns_right .price-and-cart-add_left .price-wrapper {
            width: 100%;
            display: flex;
            justify-content: center; }
        .product-columns_right .price-and-cart-add_right {
          align-items: center;
          justify-content: center;
          width: 100%; }
      .product-columns_right .description-top {
        display: none; }

  .product-container .product-top, .product-container .product-middle {
    margin: auto -20px; } }

@media (max-width: 991px) {
  .dropmenu .level0 .level1 {
    padding-left: 0; }

  .option .option-values {
    padding-left: 0;
    text-indent: 0; }

  .dropmenu a {
    padding: 15px 48px 15px 7px; }

  .dropmenu .level0.with-child .icon {
    top: 11px;
    width: 49px; } }

.product-top {
  /*- 15.02.18 -*/ }
  .product-top .product-list .share-top {
    text-align: left; }
  .product-top .product-list .options-block [id^="input-"], .product-top .product-list .options-block [id*="input-"] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .product-top .product-list .options-block [id^="input-"] > .radio, .product-top .product-list .options-block [id*="input-"] > .radio {
    display: flex;
    margin: 0 15px 15px 0;
    padding: 0; }
  .product-top .product-list .options-block [id^="input-"] > .radio input, .product-top .product-list .options-block [id*="input-"] > .radio input {
    position: absolute;
    width: auto;
    left: 0;
    height: 32px; }
  .product-top .product-list .options-block [id^="input-"] > .radio input:checked + .label-box, .product-top .product-list .options-block [id*="input-"] > .radio input:checked + .label-box {
    background: #a3a3a3;
    border: 2px solid #a3a3a3;
    color: #fff; }
  .product-top .product-list .options-block [id^="input-"] > .radio input:checked + .color-box, .product-top .product-list .options-block [id*="input-"] > .radio input:checked + .color-box {
    outline: 2px solid #a3a3a3; }
  .product-top .product-list .options-block [id^="input-"] > .radio label, .product-top .product-list .options-block [id*="input-"] > .radio label {
    padding: 0; }
  .product-top .product-list .options-block [id^="input-"] > .radio label .label-box, .product-top .product-list .options-block [id*="input-"] > .radio label .label-box {
    border: 2px solid #bababa;
    color: #bababa;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 4px; }
  .product-top .product-list .options-block [id^="input-"] > .radio label .color-box, .product-top .product-list .options-block [id*="input-"] > .radio label .color-box {
    position: relative;
    outline: 2px solid #bababa; }
  .product-top .product-list .options-block [id^="input-"] > .radio label::before, .product-top .product-list .options-block [id*="input-"] > .radio label::before {
    display: none; }
  .product-top .product-list .options-block [id^="input-"] > .radio label::after, .product-top .product-list .options-block [id*="input-"] > .radio label::after {
    display: none; }
  .product-top .checkbox label {
    display: flex;
    align-items: center; }

.product-top_title {
  display: flex;
  width: 100%;
  flex-direction: column; }
  .product-top_title > div, .product-top_title > h1 {
    flex-grow: 1; }
  @media (max-width: 860px) {
  .product-top_title {
    flex-direction: column; }
    .product-top_title > h1 {
      order: 2; }

    .product-top_title > .prewnext {
      width: 50%;
      order: 1;
      margin-left: auto; } }
  @media (max-width: 860px) and (max-width: 630px) {
        .product-top_title > .prewnext {
          width: 100%;
          margin-left: 0; } }
  @media (max-width: 860px) and (max-width: 414px) {
        .product-top_title > .prewnext > a {
          font-size: 12px; } }

.product_info-top {
  padding: 10px 0;
  border-bottom: 1px solid #ededed; }
  .product_info-top .info-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px; }
  .product_info-top .info-top #show_comments {
    color: #303030;
    font-weight: bold;
    text-transform: uppercase; }
  .product_info-top .info-top #show_comments > i {
    margin-right: 10px; }
  .product_info-top .info-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

.product_info-middle {
  padding: 10px 0;
  border-bottom: 1px solid #ededed; }
  .product_info-middle .table-size_link {
    display: inline-block;
    margin-left: 15px;
    border-bottom: 1px dotted;
    font-weight: bold; }

.product_info-bottom {
  padding: 10px 0;
  border-bottom: 1px solid #ededed; }
  .product_info-bottom .special-title {
    font-size: 16px;
    color: #a3a3a3; }
  .product_info-bottom #first_countdown {
    padding-top: 20px;
    margin-bottom: 30px !important; }
  @media (max-width: 480px) {
    .product_info-bottom #first_countdown {
      margin: 10px 0 10px -20px !important;
      padding: 10px 0 20px 0 !important; } }
  .product_info-bottom .buy-btn-block {
    display: flex; }
  .product_info-bottom .buy-btn-block #button-cart {
    font-size: 16px; }
  .product_info-bottom .buy-btn-block #button-cart i {
    font-size: 24px;
    margin-right: 10px; }
  .product_info-bottom .bot-prod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0 !important; }
  @media (max-width: 535px) {
    .product_info-bottom .bot-prod {
      flex-wrap: wrap; }
      .product_info-bottom .bot-prod a {
        justify-content: flex-start !important; } }
  .product_info-bottom .bot-prod a {
    display: flex;
    align-items: center;
    font-size: 16px !important;
    flex-grow: 1;
    padding: 5px;
    margin: 0 !important;
    cursor: pointer; }
  .product_info-bottom .bot-prod a i {
    margin-right: 10px; }
  .product_info-bottom .bot-prod a:hover {
    color: #7d7d7d; }
  .product_info-bottom .bot-prod a:nth-child(2) {
    justify-content: center; }
  .product_info-bottom .bot-prod a:nth-child(3) {
    justify-content: flex-end; }
  .product_info-bottom .price-block {
    width: 225px; }
  .product_info-bottom .price-block .price-block_price {
    font-size: 1.6em;
    text-transform: capitalize;
    color: #3c3c3c; }
  @media (max-width: 440px) {
    .product_info-bottom .price-block {
      width: 100%; } }
  .product_info-bottom .product-form-group {
    width: 145px; }
  @media (max-width: 440px) {
    .product_info-bottom .product-form-group {
      margin-bottom: 25px; } }
  .product_info-bottom .product-form-group input {
    text-align: center; }
  .product_info-bottom .product-form-group input[type="text"].form-control {
    padding: 0; }
  .product_info-bottom .buy-btn-block {
    position: relative;
    top: -1px;
    width: 160px; }
  @media (max-width: 440px) {
    .product_info-bottom .buy-btn-block {
      width: 100%;
      margin-bottom: 20px; } }

.product_info-delivery {
  padding: 10px 0; }
  .product_info-delivery div {
    margin: 0;
    padding: 0; }

.product-top-container {
  display: flex; }
  @media (max-width: 991px) {
  .product-top-container {
    flex-direction: column; } }

#product .options-block .text-danger {
  margin: 10px 0; }

.status-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.quick_order-container {
  margin-top: 5px;
  display: flex;
  width: 100%; }

.cart-add-button i {
  display: none; }
  .cart-add-button span {
    display: block !important; }

@media (max-width: 480px) {
        .product-table .cart-add-button span {
          display: none !important; } }

.big_image {
  position: relative; }
  .big_image .big_image-slide-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 1px; }
  .big_image .big_image-slide-nav .slide-nav_prev {
    border: 1px solid #dedede;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 5px 10px 5px 6px; }
  .big_image .big_image-slide-nav .slide-nav_next {
    border: 1px solid #dedede;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 5px 6px 5px 10px; }

#snwa-send-btn {
  display: flex;
  width: auto;
  padding: 10px 20px; }
  #snwa-send-btn i {
    margin-right: 5px; }
  #snwa-send-btn span {
    display: block !important; }
  @media (max-width: 516px) {
  #snwa-send-btn {
    margin-bottom: 20px; } }

.product-list {
  padding: 15px 15px 0; }
  .product-info-block_action {
    margin: 0 -13px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #a3a3a3; }
  @media (max-width: 991px) {
  .product-info-block_action {
    text-align: center; } }

.product-model-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  padding-right: 25px; }
  .product-model-block .model-block {
    width: 200px;
    margin: 0;
    color: #3c3c3c; }
  .product-model-block .rating {
    flex-grow: 1; }
  .product-model-block #show_comments {
    font-weight: bold;
    color: #3c3c3c; }
  .product-model-block #show_comments i {
    margin-right: 5px; }

.product-list_top {
  display: flex;
  flex-direction: column;
  margin: 0 -15px;
  padding: 0 15px; }

.product-list_middle {
  margin: 0 -15px; }
  .product-list_middle .options-container {
    border-top: 1px solid #d3d3d3;
    padding: 20px 0px 15px 15px; }
  @media screen and (max-width: 991px) {
    .product-list_middle .options-container {
      padding-right: 15px; } }

@media (max-width: 767px) {
      .product-options-block .options-container {
        min-height: 130px; }
        .product-options-block .options-container .form-group {
          flex-direction: column; }
          .product-options-block .options-container .form-group label {
            margin-bottom: 10px; }
          .product-options-block .options-container .form-group .text-danger {
            margin: -5px 0 10px 0 !important; } }
  .product-options-block .options-container label {
    flex-shrink: 0; }
  .product-options-block .options-container .jq-selectbox {
    z-index: 10 !important; }
  @media (max-width: 767px) {
    .product-options-block .options-container .options-container {
      width: 100%; } }

.product-list_bottom {
  border-bottom: 1px solid #d3d3d3;
  margin: 0 -15px;
  padding: 0;
  padding-right: 0; }
  .product-list_bottom .quick-cart {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column; }
  @media (max-width: 991px) {
    .product-list_bottom .quick-cart {
      width: 50%;
      float: left; } }
  @media (max-width: 767px) {
    .product-list_bottom .quick-cart {
      width: 100%;
      float: none; } }
  .product-list_bottom .quick-cart .input-group input {
    height: 40px !important;
    font-size: 16px;
    border-radius: 4px 0 0 4px; }
  .product-list_bottom .quick-cart .input-group button {
    height: 40px !important; }
  .product-list_bottom .bot-prod {
    display: flex;
    padding: 0 0 15px 0;
    margin: 0;
    justify-content: flex-start; }
  .product-list_bottom .bot-prod .wis-com-post {
    flex-grow: 0;
    border-right: none;
    padding-left: 0; }
  @media (max-width: 535px) {
    .product-list_bottom .bot-prod {
      padding: 10px 0 15px 0; }
      .product-list_bottom .bot-prod .wis-com-post {
        padding: 0; } }
  .product-list_bottom .button-cart {
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 0 5px; }
  @media (max-width: 991px) {
    .product-list_bottom .button-cart {
      flex-grow: 1;
      height: 40px; } }
  .product-list_bottom .button-cart i {
    font-size: 32px;
    margin-right: 10px; }
  .product-list_bottom .button-cart span {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px; }

.product-list_manufacturer {
  display: flex;
  padding: 25px 0px 10px;
  margin: 0 -15px;
  flex-direction: column; }
  .product-list_manufacturer .manufacturer-item {
    display: flex;
    padding: 5px;
    margin-bottom: 10px; }
  .product-list_manufacturer .manufacturer-item:nth-child(even) {
    background: #ededed; }
  .product-list_manufacturer .manufacturer_left, .product-list_manufacturer .manufacturer_right {
    width: 50%; }
  .product-list_manufacturer a {
    text-decoration: underline;
    color: #a3a3a3; }

.product-delivery-block {
  padding: 20px;
  padding-left: 0;
  border-left: 1px solid #dedede; }
  @media (max-width: 1199px) {
  .product-delivery-block {
    display: flex;
    border: none; } }
  @media (max-width: 550px) {
  .product-delivery-block {
    flex-wrap: wrap; } }
  .product-delivery-block .panel {
    border: none; }
  .product-delivery-block .panel-body {
    padding-left: 0; }
  .product-delivery-block .panel-body p, .product-delivery-block .panel-body h4 {
    padding-left: 15px; }
  @media (max-width: 1199px) {
      .product-delivery-block .panel-body p, .product-delivery-block .panel-body h4 {
        padding-left: 0; } }
  .product-delivery-block .panel-body ul {
    line-height: 1.8; }
  @media (max-width: 450px) {
  .product-delivery-block {
    flex-direction: column; } }
  .product-delivery-block .product-delivery_left, .product-delivery-block .product-delivery_right {
    width: 33%; }
  @media (max-width: 550px) {
    .product-delivery-block .product-delivery_left, .product-delivery-block .product-delivery_right {
      width: 100%; } }

.product-options-block .jssocials .jssocials-share-link {
  width: 30px;
  height: 30px; }
  .product-options-block .jssocials .jssocials-share-logo {
    font-size: 18px; }

.product-middle {
  display: flex;
  flex-direction: column; }
  .product-middle .see-all-reviews {
    font-size: 16px;
    border-bottom: 1px dotted; }
  .product-middle .product-description {
    display: flex;
    flex-direction: column;
    line-height: 1.4; }
  .product-middle .product-description + a {
    margin-bottom: 20px;
    text-align: left; }
  .product-middle thead {
    display: none; }
  .product-middle .table-bordered {
    border: none; }
  .product-middle .table-bordered > thead > tr > th, .product-middle .table-bordered > tbody > tr > th, .product-middle .table-bordered > tfoot > tr > th, .product-middle .table-bordered > thead > tr > td, .product-middle .table-bordered > tbody > tr > td, .product-middle .table-bordered > tfoot > tr > td {
    border: none; }
  .product-middle td:first-child {
    font-weight: bold; }
  .product-middle tr:nth-child(even) {
    background: #ededed; }

.tab-description_right-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .tab-description_right-top > .top_total-comments, .tab-description_right-top > .top_write-comment {
    width: 50%; }
  @media (max-width: 500px) {
  .tab-description_right-top {
    align-items: flex-start;
    flex-direction: column; }
    .tab-description_right-top > .top_total-comments {
      margin-bottom: 20px; }

    .tab-description_right-top > .top_write-comment {
      margin-bottom: 30px; } }
  .tab-description_right-top .top_total-comments {
    font-size: 18px;
    font-weight: bold; }
  .tab-description_right-top .top_write-comment {
    text-align: right; }
  .tab-description_right-top .top_write-comment > button {
    padding: 12px 22px;
    font-size: 16px;
    font-weight: bold;
    background: #3c3c3c;
    color: #fff; }

@media (max-width: 991px) {
    .tab-description_left {
      margin-bottom: 30px; } }

.reviews {
  margin-bottom: 30px;
  border-bottom: 2px dotted #afafaf; }
  .reviews .reviews-top_title {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px; }
  .reviews .reviews-top_title .top_title-author {
    max-width: 200px;
    padding-right: 30px;
    position: relative;
    font-weight: bold; }
  .reviews .reviews-top_title .top_title-author::after {
    position: absolute;
    top: -3px;
    right: 13px;
    content: '';
    display: flex;
    height: 24px;
    width: 2px;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px #858585;
    display: none; }
  .reviews .reviews-top_title .top_title-date {
    color: #adadad;
    font-size: 14px; }
  .reviews .reviews-top .review-top_rating .top_rating .fa-stack {
    width: 20px;
    height: 1.5em; }
  .reviews .reviews-top .review-top_rating .top_rating i {
    font-size: 14px;
    margin-right: -5px; }
  .reviews .reviews-top .review-top_rating .top_rating .fa-star-o {
    color: #4c4c4c; }
  .reviews .reviews-top .review-top_rating .top_rating .fa-star {
    color: #ffc500; }
  .reviews .reviews-top .review-top_rating .top_rating .fa-star + .fa-star-o {
    color: #ffc500; }
  .reviews .reviews-middle {
    font-size: 17px;
    opacity: 0.8;
    margin-bottom: 30px; }
  .reviews .reviews-middle + .reviews-top {
    margin-left: 20px; }
  .reviews .reviews-middle + .reviews-top + .reviews-middle {
    margin-left: 20px; }
  .reviews .reviews-bottom {
    display: flex;
    align-items: center; }
  @media (max-width: 450px) {
    .reviews .reviews-bottom {
      flex-direction: column;
      align-items: flex-start; } }
  .reviews .reviews-bottom_left {
    font-size: 16px;
    display: flex;
    width: 165px;
    justify-content: space-between; }
  @media (max-width: 450px) {
      .reviews .reviews-bottom_left {
        margin-bottom: 25px; } }
  .reviews .reviews-bottom_left .bottom_left-answer a {
    color: #a3a3a3;
    text-decoration: underline; }
  .reviews .reviews-bottom_left .bottom_left-total-comments {
    opacity: 0.8; }

.tab-review-container textarea {
  min-height: 230px; }
  .tab-review-container .tab-review_right {
    background: #ededed;
    padding: 15px;
    border-radius: 5px; }
  .tab-review-container .tab-review_right .reviews-nav {
    display: flex; }
  @media (max-width: 767px) {
      .tab-review-container .tab-review_right .reviews-nav {
        flex-direction: column; }
        .tab-review-container .tab-review_right .reviews-nav .reviews-button {
          width: 100%; } }
  .tab-review-container .tab-review_right .reviews-nav > div {
    width: 50%; }
  .tab-review-container .tab-review_right .reviews-nav .reviews-button {
    display: flex;
    justify-content: flex-end; }
  .tab-review-container .tab-review_right .reviews-nav .reviews-button > button {
    font-size: 15px;
    padding: 10px; }

.shipping_info-title, .payment_info-title, .guarantee_info-title {
  background: #ededed;
  display: inline-flex;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 15px; }
  .shipping_info-title i, .payment_info-title i, .guarantee_info-title i {
    margin-right: 10px;
    font-size: 18px; }

.more-image {
  display: flex;
  flex-wrap: wrap; }

.price-block_price {
  font-size: 1em;
  text-transform: capitalize;
  color: #3c3c3c; }

@media (max-width: 991px) and (min-width: 768px) {
    .price-area {
      display: inline-block;
      float: left;
      width: 50%; } }

a.thumbnail:hover:focus, a.thumbnail:focus:focus, a.thumbnail.active:focus {
  border: none;
  outline: none; }

.see-all-characteristics {
  display: inline-block;
  margin: 15px 5px;
  margin-left: -10px;
  color: #a3a3a3;
  border-bottom: 1px dotted; }

.characteristics-title {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 15px; }

@media (max-width: 600px) {
      #characteristics tr {
        display: flex;
        flex-direction: column; } }
  #characteristics tr td:first-child {
    min-width: 200px; }

#share .jssocials-share-label {
  display: none; }
  #share .jssocials-share-link {
    width: 35px;
    height: 35px;
    padding: 0.5em;
    border-radius: 50%; }

.button-pcs-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0; }
  .button-pcs-box .pcs-box {
    display: flex;
    width: 145px;
    margin-bottom: 0px; }
  @media (max-width: 991px) {
    .button-pcs-box .pcs-box {
      flex-grow: 1; } }
  .button-pcs-box .pcs-box .input-group-btn .btn {
    background: #a3a3a3;
    color: #fff; }
  .button-pcs-box .pcs-box .input-group-btn:first-child .btn {
    height: 33px;
    border-radius: 0; }
  .button-pcs-box .pcs-box .input-group-btn:last-child .btn {
    height: 33px;
    border-radius: 0; }

@media (max-width: 414px) {
    .share-and-stock-box {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }

#button-cart {
  background: #a3a3a3;
  color: #fff; }
  #button-cart:hover {
    background: #e6e6e6;
    color: #fed559; }

.product-table .product-thumb_top {
  position: inherit;
  height: 100%; }
  @media (min-width: 0px) {
      .product-table .product-thumb_top .tag {
        bottom: -10px !important; } }
  @media (max-width: 565px) {
      .product-table .product-thumb_top .tag {
        left: 10px !important; } }
  .product-table .button-group-cart .buy-one-click {
    background: #a3a3a3;
    color: #fff;
    display: inline-block;
    width: auto;
    border-radius: 4px;
    height: auto;
    padding: 4px 10px;
    margin: 0;
    position: relative;
    top: 0;
    transition: 0s; }
  .product-table .button-group-cart .buy-one-click:hover {
    background: #e6e6e6;
    color: #fed559;
    padding: 4px 10px;
    margin: 0;
    position: relative;
    top: 1px;
    transition: 0s; }
  .product-table .button-group-cart .buy-one-click i {
    display: none; }
  .product-table .button-group-cart .buy-one-click span {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize; }

.zoomContainer {
  z-index: 9 !important; }

#tab-warehouses table {
  width: 100%; }
  #tab-warehouses table td {
    padding: 10px 5px; }
  #tab-warehouses table td:nth-child(2) {
    text-align: right; }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490f3; }

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c; }

.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box:hover {
  background: gainsboro; }

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent; }

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444; }

#neoseo_testimonial .user-image {
  padding-bottom: 10px; }

@media (min-width: 768px) and (max-width: 991px) {
    .description-wrapper {
      display: flex;
      gap: 10px; }
      .description-wrapper .user-image {
        flex: 0 0 70px;
        padding-bottom: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
  .description-wrapper {
    display: flex;
    gap: 10px; }
    .description-wrapper .user-image {
      flex: 0 0 60px;
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
  .description-wrapper {
    display: flex;
    gap: 10px; }
    .description-wrapper .user-image {
      flex: 0 0 70px;
      padding-bottom: 0; } }

.checkout-container .checkbox label::after {
  left: 0;
  top: 4px; }

.address-block {
  cursor: pointer;
  /*--  19.02.18 --*/ }

#product #quick_order_block {
  display: flex; }
  #product #quick_order_block #button-quick-order {
    height: 33px; }
  #product .quantity-box .input-group-btn .btn {
    height: 33px; }

.modal-close-button span:first-child {
  background: #fff;
  width: 35px;
  height: 2px;
  display: flex;
  transform: rotate(45deg); }
  .modal-close-button span:last-child {
    width: 35px;
    height: 2px;
    display: flex;
    transform: rotate(-45deg);
    background: #fff;
    margin-top: -2px; }

.personal-area-container {
  background: #fff;
  border: #eee;
  padding: 15px;
  margin-bottom: 15px; }
  .personal-area-container legend {
    padding: 0 0 5px 0; }
  .personal-area-container .list-unstyled {
    line-height: 20px !important; }
  .personal-area-container .adress-buttons-box {
    display: flex;
    justify-content: flex-end; }
  .personal-area-container .adress-buttons-box .back {
    margin-right: 10px; }
  .personal-area-container .password-buttons-box {
    display: flex; }
  .personal-area-container .password-buttons-box .back {
    margin-right: auto; }

.checkout-container .panel {
  border: 1px solid #5e8ee4 !important; }
  .checkout-container .panel-heading {
    border-bottom: 1px solid #ddd; }
  .checkout-container .panel-heading .panel-title h4 a {
    color: #333; }
  .checkout-container .panel-heading .panel-title h4 a:hover {
    color: #333;
    text-decoration: underline; }
  .checkout-container .panel-collapse .panel-body {
    padding: 15px; }

.informative_message {
  padding: 0 15px;
  min-height: 30px; }
  .informative_message p {
    margin: 0;
    color: #fff; }
  .informative_message .btn-primary {
    padding: 2px 10px; }

.ftp-image {
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.51);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px; }
  .ftp-image i {
    cursor: pointer;
    position: absolute;
    font-size: 21px;
    color: #ef532b;
    top: 20px;
    right: 25px; }
  .ftp-image img {
    max-width: 100% !important;
    border: 4px solid #333; }
  .ftp-image img:hover {
    cursor: zoom-out; }
  .ftp-image.fade {
    display: none; }
  .ftp-image.fade.in {
    display: flex; }

#popup-cart-quick-order-form > .row {
  margin: 0; }
  #popup-cart-quick-order-form #button-quick-order-cart {
    line-height: 23px; }
@media (max-width:470px){
.product-title{
max-width:370px;
word-break:break-all;
}
.prmn-cmngr.header{
display:none!important;
}
}
.delivery_info_page{
margin-left:-20px;
}
#content .prmn-cmngr__city .fa-map-marker{
							font-size: 26px;
							color:#b1b9c2;
							margin-right:23px;
						}
						.delivery_info_zag{
							font-size: 16px;
							line-height: 20px;
							font-weight: 700;
							color: #001a34;
							margin-bottom: 10px;
							margin-left: 5px;
						}
						.delivery_info_row{
							display:flex;
							    padding-top: 10px;
						}
						.delivery_info_text{
							font-weight: 500;
							font-size: 14px;
							line-height: 20px;
							    padding-left: 10px;
						}

