@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip; }
  .animated.infinite {
    animation-iteration-count: infinite; }

.first-line-header {
  padding-top: 5px;
  padding-bottom: 5px; }

header .main-header {
  display: block;
  background-color: #ba2835; }
  header .main-header .phone-wrap {
    display: inline-block;
    color: #fff;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      header .main-header .phone-wrap {
        margin-right: initial; } }
    @media only screen and (max-width: 767px) {
      header .main-header .phone-wrap {
        display: none; } }
    header .main-header .phone-wrap a {
      display: inline-block;
      color: #fff; }
      header .main-header .phone-wrap a:hover {
        text-decoration: underline; }
    header .main-header .phone-wrap i {
      display: inline-block;
      position: relative;
      top: 3px;
      font-size: 16px;
      margin-right: 5px;
      color: #fff; }
  header .main-header .mail-wrap {
    display: inline-block;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      header .main-header .mail-wrap {
        display: none; } }
    header .main-header .mail-wrap i {
      display: inline-block;
      position: relative;
      top: 3px;
      font-size: 16px;
      margin-right: 5px;
      color: #fff; }
    header .main-header .mail-wrap a {
      display: inline-block;
      color: #fff; }
      header .main-header .mail-wrap a:hover {
        text-decoration: underline; }
  header .main-header .registration-wrap {
    display: inline-block;
    float: right;
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      header .main-header .registration-wrap {
        display: block;
        float: initial;
        margin-left: 0;
        padding-top: 5px; } }
    header .main-header .registration-wrap a {
      display: inline-block;
      color: #fff; }
      header .main-header .registration-wrap a:hover {
        text-decoration: underline; }
    header .main-header .registration-wrap span {
      display: inline-block;
      color: #fff; }
    header .main-header .registration-wrap i {
      display: inline-block;
      position: relative;
      top: 3px;
      font-size: 16px;
      margin-right: 5px;
      color: #fff; }

.head-text {
  color: #fff;
  margin-left: 140px;
  display: none; }

.search-wrap {
  display: inline-block;
  width: 720px;
  margin-left: 100px;
  position: relative; }
  .search-wrap input {
    width: 720px;
    height: 40px;
    line-height: 40px;
    padding-right: 60px;
    padding-left: 15px;
    border: 1px solid grey;
    border-radius: 8px; }
  .search-wrap input:focus {
    outline: none !important; }
  .search-wrap input:active {
    outline: none !important; }
  .search-wrap button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
    border: none !important;
    height: 40px;
    width: 50px;
    text-align: center; }
    .search-wrap button i {
      font-size: 24px;
      color: #212529;
      margin-top: 5px;
      margin-left: 8px; }
  @media only screen and (max-width: 1279px) {
    .search-wrap {
      display: inline-block;
      width: calc(100% - 500px);
      margin-left: 100px;
      position: relative; }
      .search-wrap input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-right: 60px;
        padding-left: 15px;
        border: 1px solid grey;
        border-radius: 8px; } }
  @media only screen and (max-width: 1023px) {
    .search-wrap {
      width: calc(100% - 400px);
      margin-left: 40px; } }
  @media only screen and (max-width: 767px) {
    .search-wrap {
      width: calc(100% - 160px);
      margin-left: 20px; } }

.second-line-header {
  padding: 10px 0; }
  .second-line-header .logo {
    width: 160px;
    display: inline-block;
    position: relative;
    top: -5px; }
    .second-line-header .logo img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .second-line-header .logo {
        width: 120px; } }
  .second-line-header .wish-list-wrap {
    display: inline-block;
    color: #fff;
    float: right;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .second-line-header .wish-list-wrap {
        display: none; } }
    .second-line-header .wish-list-wrap a {
      display: inline-block;
      color: #fff; }
      .second-line-header .wish-list-wrap a:hover {
        text-decoration: underline; }
    .second-line-header .wish-list-wrap span {
      display: inline-block;
      color: #fff; }
    .second-line-header .wish-list-wrap i {
      display: inline-block;
      position: relative;
      top: 3px;
      font-size: 16px;
      margin-right: 5px;
      color: #fff; }
  .second-line-header .cart-wrap {
    display: inline-block;
    color: #fff;
    float: right;
    margin-left: 40px;
    position: relative;
    top: 16px; }
    .second-line-header .cart-wrap i {
      color: #fff !important; }
    .second-line-header .cart-wrap a:hover {
      background-color: transparent !important; }
    @media only screen and (max-width: 767px) {
      .second-line-header .cart-wrap {
        float: none;
        position: absolute;
        top: 10px;
        right: 10px; } }

.nav-header-wrap {
  background-color: #fff;
  min-height: 40px; }

.category-wrap {
  display: inline-block;
  margin-right: 40px;
  position: relative; }

.category-menu {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 1256px;
  min-height: 360px;
  z-index: 999;
  padding: 0;
  list-style: none; }
  .category-menu > li {
    background-color: #ba2835;
    width: 256px; }
    .category-menu > li > a {
      color: #fff;
      font-weight: 500 !important;
      padding: 10px;
      width: 100%;
      display: block;
      font-size: 14px !important;
      line-height: 20px !important; }
      .category-menu > li > a .menu-icon {
        height: 20px; }
      .category-menu > li > a .menu-icon-white {
        height: 20px;
        display: none; }
    @media only screen and (min-width: 1280px) {
      .category-menu > li:hover {
        background-color: #fff; }
        .category-menu > li:hover a {
          color: #ba2835; }
        .category-menu > li:hover .menu-icon {
          display: none; }
        .category-menu > li:hover .menu-icon-white {
          display: inline-block; } }
    .category-menu > li ul {
      display: none;
      padding: 0;
      padding-left: 20px;
      padding-top: 15px;
      list-style: none;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 256px;
      width: 1000px;
      height: 100%;
      box-shadow: 10px 0px 19px -3px rgba(0, 0, 0, 0.36);
      -webkit-box-shadow: 10px 0px 19px -3px rgba(0, 0, 0, 0.36);
      -moz-box-shadow: 10px 0px 19px -3px rgba(0, 0, 0, 0.36); }
      .category-menu > li ul .menu-bcg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 9; }
      .category-menu > li ul li {
        position: relative;
        display: inline-block;
        width: 25%;
        padding-right: 35px;
        margin-bottom: 15px;
        z-index: 99; }
        .category-menu > li ul li a {
          display: inline-block;
          line-height: 20px;
          font-size: 15px !important; }
          .category-menu > li ul li a:hover {
            text-decoration: underline; }
        .category-menu > li ul li:last-child {
          margin-bottom: 0;
          padding-bottom: 15px; }
    @media only screen and (min-width: 1280px) {
      .category-menu > li:hover > ul {
        display: block; } }
  @media only screen and (max-width: 1279px) {
    .category-menu {
      display: block;
      position: fixed;
      top: 0;
      left: -100%;
      width: 90%;
      max-width: 380px;
      height: 100vh;
      overflow-y: auto;
      background-color: #ba2835;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .category-menu > li {
        background-color: #ba2835;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #fff; }
        .category-menu > li ul {
          display: none;
          padding: 0;
          padding-left: 20px;
          padding-top: 15px;
          list-style: none;
          background-color: #4f6097;
          position: relative;
          top: initial;
          left: initial;
          width: 100%;
          height: auto;
          box-shadow: none; }
          .category-menu > li ul .menu-bcg {
            display: none; }
          .category-menu > li ul li {
            position: relative;
            display: block;
            width: 100%;
            padding-right: 35px;
            margin-bottom: 15px;
            z-index: 99; }
            .category-menu > li ul li a {
              color: #fff;
              display: inline-block;
              line-height: 20px;
              font-size: 15px !important; }
              .category-menu > li ul li a:hover {
                text-decoration: none; } }
  .category-menu .open-sub-category {
    display: none;
    text-align: center; }
    @media only screen and (max-width: 1279px) {
      .category-menu .open-sub-category {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #293869; } }
    .category-menu .open-sub-category i {
      top: -1px;
      color: #fff;
      display: inline-block;
      font-size: 28px !important; }
    .category-menu .open-sub-category.open-sub-category-up i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .category-menu .category-mob-header {
    display: none; }
    @media only screen and (max-width: 1279px) {
      .category-menu .category-mob-header {
        display: block;
        background-color: #fff;
        color: #ba2835;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        padding: 15px 10px; } }
    .category-menu .category-mob-header .close-category-menu {
      display: inline-block;
      width: 35px;
      height: 35px;
      position: absolute;
      right: 5px;
      color: #ba2835;
      top: 3px; }
      .category-menu .category-mob-header .close-category-menu i {
        font-size: 30px !important; }
  .category-menu.open-category-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 380px;
    height: 100vh;
    overflow-y: auto;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.category-main .category-main-mob {
  font-size: 16px;
  color: #212529;
  line-height: 45px; }

.category-main i {
  position: relative;
  top: 4px;
  font-size: 18px !important; }

@media only screen and (min-width: 1280px) {
  .category-main:hover .category-menu {
    display: block; } }

.menu-list-mob-wrap {
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  max-width: 380px;
  height: 100vh;
  overflow-y: auto;
  background-color: #ba2835;
  z-index: 9999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .menu-list-mob-wrap .menu-list-mob-header {
    background-color: #fff;
    color: #ba2835;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 10px; }
    .menu-list-mob-wrap .menu-list-mob-header a img {
      width: 120px; }
    .menu-list-mob-wrap .menu-list-mob-header .close-mob-menu {
      display: inline-block;
      width: 35px;
      height: 35px;
      position: absolute;
      right: 5px;
      color: #ba2835;
      top: 10px; }
      .menu-list-mob-wrap .menu-list-mob-header .close-mob-menu i {
        font-size: 30px !important; }
  .menu-list-mob-wrap .menu-list-mob .menu-list-mob-items {
    padding: 0;
    padding-left: 20px;
    padding-top: 15px;
    list-style: none;
    background-color: #ba2835;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    height: auto;
    box-shadow: none; }
    .menu-list-mob-wrap .menu-list-mob .menu-list-mob-items li {
      position: relative;
      display: block;
      width: 100%;
      padding-right: 35px;
      margin-bottom: 15px;
      z-index: 99; }
      .menu-list-mob-wrap .menu-list-mob .menu-list-mob-items li a {
        color: #fff;
        display: inline-block;
        line-height: 20px;
        font-size: 15px !important; }
        .menu-list-mob-wrap .menu-list-mob .menu-list-mob-items li a:hover {
          text-decoration: none; }
  .menu-list-mob-wrap.open-menu-list {
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.category-fixed-wrap {
  position: relative;
  padding-bottom: 34px; }
  .category-fixed-wrap:hover .category-menu-fix {
    display: block; }

.category-menu-fix {
  display: none;
  position: absolute;
  top: 63px;
  left: 0;
  width: 1256px;
  min-height: 360px;
  z-index: 999;
  padding: 0;
  list-style: none; }
  .category-menu-fix > li {
    background-color: #ba2835;
    width: 256px; }
    .category-menu-fix > li > a {
      color: #fff;
      font-weight: 500 !important;
      padding: 10px;
      width: 100%;
      display: block;
      font-size: 14px !important;
      line-height: 20px !important; }
      .category-menu-fix > li > a .menu-icon {
        height: 20px; }
      .category-menu-fix > li > a .menu-icon-white {
        height: 20px;
        display: none; }
    .category-menu-fix > li:hover {
      background-color: #fff; }
      .category-menu-fix > li:hover a {
        color: #ba2835; }
      .category-menu-fix > li:hover .menu-icon {
        display: none; }
      .category-menu-fix > li:hover .menu-icon-white {
        display: inline-block; }
    .category-menu-fix > li ul {
      display: none;
      padding: 0;
      padding-left: 20px;
      padding-top: 15px;
      list-style: none;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 256px;
      width: 800px;
      height: 100%;
      box-shadow: 10px 0px 19px -3px rgba(0, 0, 0, 0.36);
      -webkit-box-shadow: 10px 0px 19px -3px rgba(0, 0, 0, 0.36);
      -moz-box-shadow: 10px 0px 19px -3px rgba(0, 0, 0, 0.36); }
      .category-menu-fix > li ul .menu-bcg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none; }
      .category-menu-fix > li ul li {
        position: relative;
        display: inline-block;
        width: 25%;
        padding-right: 35px;
        margin-bottom: 20px;
        z-index: 99; }
        .category-menu-fix > li ul li a {
          display: inline-block;
          line-height: 20px;
          font-size: 15px !important; }
          .category-menu-fix > li ul li a:hover {
            text-decoration: underline; }
    .category-menu-fix > li:hover > ul {
      display: block; }

.news-wrap {
  display: inline-block; }
  @media only screen and (max-width: 1279px) {
    .news-wrap {
      display: none; } }

.news-main {
  font-size: 16px;
  color: #212529;
  line-height: 40px; }
  .news-main i {
    position: relative;
    top: 4px;
    font-size: 18px !important; }

.menu-list-nav {
  display: inline-block;
  margin-left: 150px; }
  @media only screen and (max-width: 1279px) {
    .menu-list-nav {
      display: none; } }
  .menu-list-nav > a {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    color: #212529;
    line-height: 40px;
    cursor: pointer; }
    .menu-list-nav > a:hover {
      color: #ba2835 !important; }
  .menu-list-nav .menu-list-dropdown {
    position: relative;
    display: inline-block; }
    .menu-list-nav .menu-list-dropdown .menu-list-dropdown-box {
      display: none;
      position: absolute;
      background-color: #fff;
      z-index: 99;
      width: 160px;
      top: 45px;
      left: -10px;
      padding: 5px 0;
      -webkit-box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .menu-list-nav .menu-list-dropdown .menu-list-dropdown-box a {
        display: block;
        padding: 5px 10px;
        color: #212529; }
        .menu-list-nav .menu-list-dropdown .menu-list-dropdown-box a:hover {
          background-color: #eff2f7; }
    .menu-list-nav .menu-list-dropdown span {
      display: block;
      line-height: 44px;
      font-size: 15px; }
      .menu-list-nav .menu-list-dropdown span i {
        position: relative;
        top: 4px;
        font-size: 18px !important; }
    .menu-list-nav .menu-list-dropdown:hover .menu-list-dropdown-box {
      display: block; }

.fixed-header {
  position: fixed;
  top: -100px;
  left: 0;
  background-color: #ba2835;
  height: 80px;
  width: 100%;
  z-index: 9999;
  display: none;
  animation-name: animateHeader;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }
  @media only screen and (max-width: 1279px) {
    .fixed-header {
      display: none !important; } }
  .fixed-header .logo {
    width: 160px;
    display: inline-block; }
    .fixed-header .logo img {
      width: 100%; }
  .fixed-header .cart-wrap {
    float: right; }
  .fixed-header .user-wrap {
    float: right; }

@keyframes animateHeader {
  0% {
    top: -100px; }
  100% {
    opacity: 1;
    top: 0; } }

@keyframes animateHeader {
  0% {
    top: -100px; }
  100% {
    opacity: 1;
    top: 0; } }

.search-fixed-wrap {
  display: inline-block;
  width: 600px;
  margin-left: 20px;
  top: 8px;
  position: relative; }
  .search-fixed-wrap input {
    width: 600px; }

.category-fixed-wrap {
  display: inline-block;
  margin-right: 40px;
  margin-left: 40px; }

.category-fixed-main {
  font-size: 16px;
  color: #fff;
  position: relative;
  top: 10px; }
  .category-fixed-main i {
    position: relative;
    top: 4px;
    color: #fff;
    font-size: 18px !important; }

.category-fixed-menu {
  display: none; }

.news-fixed-wrap {
  display: inline-block; }

.news-fixed-main {
  font-size: 16px;
  color: #fff;
  position: relative;
  top: 10px; }
  .news-fixed-main i {
    position: relative;
    top: 4px;
    color: #fff;
    font-size: 18px !important; }

.news-fixed-menu {
  display: none; }

.active-header {
  display: block;
  transition: 0.5s; }

.user-fixed-wrap {
  display: inline-block;
  color: #fff;
  float: right;
  margin-top: 29px; }
  .user-fixed-wrap a {
    display: inline-block;
    color: #fff; }
    .user-fixed-wrap a:hover {
      text-decoration: underline; }
  .user-fixed-wrap span {
    display: inline-block;
    color: #fff; }
  .user-fixed-wrap i {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-right: 5px;
    color: #fff; }

.cart-fixed-wrap {
  display: inline-block;
  color: #fff;
  float: right;
  margin-left: 40px;
  position: relative;
  top: 25px; }
  .cart-fixed-wrap button:hover {
    background-color: transparent !important; }
  .cart-fixed-wrap .btn:hover {
    background-color: transparent !important; }
  .cart-fixed-wrap i {
    color: #fff !important; }

.suggesstion-box {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 260px;
  overflow-x: auto;
  background-color: #fff;
  z-index: 999; }
  .suggesstion-box a {
    padding: 5px 10px;
    display: block; }

.menu-burger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right;
  top: 6px;
  right: 3px;
  display: none; }
  @media only screen and (max-width: 1279px) {
    .menu-burger {
      display: inline-block; } }
  .menu-burger div {
    width: 28px;
    border-radius: 5px;
    cursor: pointer;
    height: 3px;
    background-color: #ba2835;
    margin: 5px; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  position: relative;
  left: 0;
  right: 0;
  overflow-x: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.section {
  padding: 50px 0 !important; }

.container {
  max-width: 1280px !important; }

.article-img {
  width: 60%;
  margin: 10px auto 0;
  display: block; }

.card-body h5 {
  font-size: 15px !important; }

.card-body p {
  font-size: 13px !important; }

.card-body .box-price {
  min-height: 50px; }
  .card-body .box-price span {
    display: block; }
  .card-body .box-price .box-discount {
    text-decoration: line-through;
    font-size: 15px !important;
    color: red; }

.card-footer .btn {
  width: 100% !important; }
  .card-footer .btn .bx-x-circle {
    position: relative;
    top: 3px;
    margin-right: 6px; }
  .card-footer .btn:hover {
    background-color: #8a3245 !important;
    border-color: transparent !important; }

.single-info-wrap-title {
  margin-top: 7px; }

.bookmark-icon {
  z-index: 999;
  left: initial !important; }

.bookmark-icon-star i {
  color: orange; }

.bookmark-icon-action {
  top: 45px !important;
  right: 0 !important; }

.bookmark-icon-action i {
  color: green; }

.home-popup {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  position: fixed;
  top: 0;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .home-popup {
      overflow-y: auto; } }
  .home-popup.active-home-pop-up {
    display: block !important; }
  .home-popup .back-home-popup {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100; }
  .home-popup .home-popup-content {
    max-width: 640px;
    width: 98%;
    position: relative;
    z-index: 9999;
    background-color: #fff;
    animation-name: modalUp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .home-popup .home-popup-content .close-home-popup {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 99;
      cursor: pointer; }
      .home-popup .home-popup-content .close-home-popup i {
        font-size: 30px; }
    .home-popup .home-popup-content img {
      width: 100%; }
    @media only screen and (max-width: 1440px) {
      .home-popup .home-popup-content {
        max-width: 540px; } }

.pop-up-holder {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto; }
  @media only screen and (max-width: 1023px) {
    .pop-up-holder {
      overflow-y: auto; } }
  .pop-up-holder.active-pop-up {
    display: block !important; }
  .pop-up-holder .pop-up-mask {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100; }
  .pop-up-holder .pop-up-wrap {
    max-width: 540px;
    width: 98%;
    position: relative;
    z-index: 9999;
    background-color: #fff;
    animation-name: modalUp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    @media only screen and (max-width: 767px) {
      .pop-up-holder .pop-up-wrap {
        width: 96%; } }
    .pop-up-holder .pop-up-wrap .x-close {
      position: absolute;
      top: 10px;
      right: 10px; }
    .pop-up-holder .pop-up-wrap .pop-up-head {
      padding: 20px 20px 0 20px; }
      .pop-up-holder .pop-up-wrap .pop-up-head h3 {
        font-size: 18px;
        font-weight: 500 !important; }
        @media only screen and (max-width: 767px) {
          .pop-up-holder .pop-up-wrap .pop-up-head h3 {
            font-size: 16px; } }
    .pop-up-holder .pop-up-wrap .pop-up-content {
      max-height: 460px;
      padding: 30px 20px;
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: rgba(0, 0, 0, 0.4) transparent; }
      @media only screen and (max-width: 767px) {
        .pop-up-holder .pop-up-wrap .pop-up-content {
          padding: 25px 15px; } }
      .pop-up-holder .pop-up-wrap .pop-up-content::-webkit-scrollbar {
        width: 7px; }
      .pop-up-holder .pop-up-wrap .pop-up-content::-webkit-scrollbar-track {
        background-color: white; }
      .pop-up-holder .pop-up-wrap .pop-up-content::-webkit-scrollbar-thumb {
        background: rgba(195, 198, 198, 0.8); }
      .pop-up-holder .pop-up-wrap .pop-up-content img {
        max-width: 100%; }
      .pop-up-holder .pop-up-wrap .pop-up-content p {
        font-size: 16px; }
        @media only screen and (max-width: 767px) {
          .pop-up-holder .pop-up-wrap .pop-up-content p {
            font-size: 14px; } }
      .pop-up-holder .pop-up-wrap .pop-up-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 500 !important; }
        .pop-up-holder .pop-up-wrap .pop-up-content h3 i {
          position: relative;
          font-size: 26px;
          top: 7px;
          margin-right: 10px; }
        .pop-up-holder .pop-up-wrap .pop-up-content h3.correct-title i {
          color: green; }
        .pop-up-holder .pop-up-wrap .pop-up-content h3.error-title i {
          color: #eb2121; }
        @media only screen and (max-width: 767px) {
          .pop-up-holder .pop-up-wrap .pop-up-content h3 {
            font-size: 16px; }
            .pop-up-holder .pop-up-wrap .pop-up-content h3 i {
              font-size: 24px; } }
    .pop-up-holder .pop-up-wrap .pop-up-bottom {
      padding: 10px 15px 15px;
      text-align: right; }

@-webkit-keyframes modalUp {
  from {
    margin: -300px auto; }
  to {
    margin: 50px auto; } }

@keyframes modalUp {
  from {
    margin: -300px auto; }
  to {
    margin: 50px auto; } }

.list-grid-holder {
  min-height: 50px;
  text-align: right; }
  .list-grid-holder .list-grid-wrap {
    display: inline-block;
    margin-left: 20px;
    display: none; }
    .list-grid-holder .list-grid-wrap i {
      position: relative;
      font-size: 25px;
      margin-left: 5px;
      top: 4px; }
      .list-grid-holder .list-grid-wrap i:hover {
        cursor: pointer;
        opacity: 0.7; }

.legend-wrap {
  display: inline-block; }
  .legend-wrap h3 {
    display: inline-block !important;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 400 !important; }
  .legend-wrap img {
    width: 20px; }
  @media only screen and (max-width: 767px) {
    .legend-wrap {
      display: block !important;
      text-align: left !important;
      margin-bottom: 20px; }
      .legend-wrap h3 {
        display: block !important;
        margin-left: 0;
        text-align: left !important;
        margin-bottom: 10px; } }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #ba2835 !important; }

.menu-link {
  color: white !important; }

.intro-links a {
  display: inline-block;
  width: 160px;
  cursor: pointer;
  margin-bottom: 10px; }

.intro-links a img {
  width: 100%; }

.input-step {
  height: 35px !important; }

.slider-holder {
  width: 100%; }

.slick-slide {
  margin: 0 !important; }

.slider-holder .slider-wrap {
  width: 100%; }

.slider-holder .slider-wrap .slide-item {
  width: 100%; }

.slider-holder .slider-wrap .slide-item img {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .slider-holder .slider-wrap .slide-item .desc-slide {
    display: none; } }

.slider-holder .slider-wrap .slide-item .mob-slide {
  display: none; }

@media only screen and (max-width: 767px) {
  .slider-holder .slider-wrap .slide-item .mob-slide {
    display: block; } }

.slider-holder .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.slider-holder .slick-dots li {
  display: inline-block !important;
  border: none;
  width: 54px;
  height: 5px;
  background-color: #ba2835;
  margin: 0 5px; }

@media only screen and (max-width: 1279px) {
  .slider-holder .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px; } }

.slider-holder .slick-dots li.slick-active {
  background: #fff; }

.slider-holder .slick-dots li button {
  font-size: 0;
  width: 0;
  height: 0;
  opacity: 0; }

.slider-holder .slick-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 99;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.slider-holder .slick-prev img {
  margin-left: 10px;
  margin-top: 9px;
  width: 25px; }

.slider-holder .slick-prev:hover {
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .slider-holder .slick-prev {
    left: 25px; }
  .slider-holder .slick-prev img {
    margin-left: 10px;
    margin-top: 9px;
    width: 20px; } }

.slider-holder .slick-next {
  position: absolute;
  right: 60px;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.slider-holder .slick-next img {
  margin-left: 12px;
  margin-top: 9px;
  width: 25px; }

.slider-holder .slick-next:hover {
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .slider-holder .slick-next {
    right: 25px; }
  .slider-holder .slick-next img {
    margin-left: 12px;
    margin-top: 8px;
    width: 20px; } }

.cart-table-wrap {
  width: 100%; }
  @media only screen and (max-width: 1279px) {
    .cart-table-wrap {
      overflow-x: auto; } }
  .cart-table-wrap .cart-table {
    width: 100%; }
    @media only screen and (max-width: 1279px) {
      .cart-table-wrap .cart-table {
        width: 1280px; } }
    .cart-table-wrap .cart-table thead tr th {
      background-color: #ba2835 !important;
      color: #fff;
      padding: 7px !important;
      font-size: 15px !important; }
      @media only screen and (max-width: 1023px) {
        .cart-table-wrap .cart-table thead tr th {
          font-size: 14px !important;
          padding: 6px !important; } }
    .cart-table-wrap .cart-table tbody tr td {
      background-color: #fff !important;
      padding: 7px !important;
      border-bottom: 1px solid lightgrey;
      font-size: 15px !important; }
      @media only screen and (max-width: 1023px) {
        .cart-table-wrap .cart-table tbody tr td {
          font-size: 14px !important;
          padding: 6px !important; } }
    .cart-table-wrap .cart-table .table-bottom td {
      font-weight: 600 !important;
      background-color: #ba2835 !important;
      color: #fff;
      padding: 7px !important; }
      @media only screen and (max-width: 1023px) {
        .cart-table-wrap .cart-table .table-bottom td {
          padding: 6px !important; } }
    .cart-table-wrap .cart-table .cart-img {
      width: 60px; }
    .cart-table-wrap .cart-table .table-total {
      font-size: 20px !important; }
    .cart-table-wrap .cart-table .table-input {
      max-width: 140px; }
    .cart-table-wrap .cart-table .input-step input {
      width: 50px !important; }
    .cart-table-wrap .cart-table .remove-item {
      float: right;
      margin-left: 10px; }
      .cart-table-wrap .cart-table .remove-item a {
        font-size: 14px !important; }
        .cart-table-wrap .cart-table .remove-item a i {
          position: relative;
          top: 5px;
          font-size: 20px;
          line-height: 10px !important;
          display: inline-block;
          font-weight: 900; }
        .cart-table-wrap .cart-table .remove-item a:hover {
          color: #d60000; }
  .cart-table-wrap .table-quantity {
    min-width: 146px !important; }

.cart-buttons-wrap {
  display: inline-block;
  margin-top: 20px; }
  .cart-buttons-wrap a {
    margin-right: 6px;
    margin-bottom: 20px; }

.total-items-wrap {
  float: right;
  margin-top: 20px;
  width: 100%;
  max-width: 450px; }
  @media only screen and (max-width: 1279px) {
    .total-items-wrap {
      float: none; } }
  .total-items-wrap .total-items {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 20px; }
    .total-items-wrap .total-items p {
      display: inline-block;
      font-size: 14px !important;
      line-height: 18px !important;
      margin-bottom: 7px !important; }
      @media only screen and (max-width: 767px) {
        .total-items-wrap .total-items p {
          font-size: 12px !important;
          line-height: 16px !important; } }
    .total-items-wrap .total-items span {
      display: inline-block;
      float: right;
      font-size: 14px !important;
      line-height: 18px !important;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .total-items-wrap .total-items span {
          font-size: 12px !important;
          line-height: 16px !important; } }
    .total-items-wrap .total-items.item-total {
      border-bottom: none !important; }
      .total-items-wrap .total-items.item-total p {
        font-size: 18px !important;
        font-weight: 900; }
      .total-items-wrap .total-items.item-total span {
        font-size: 18px !important;
        font-weight: 900; }
    .total-items-wrap .total-items .title-gift {
      color: #f06548;
      font-weight: 500; }

.voucher-wrap {
  margin-bottom: 10px; }
  .voucher-wrap p {
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1; }
    .voucher-wrap p i {
      position: relative;
      font-size: 26px;
      margin-right: 3px;
      top: 7px; }

.add-cart-button {
  height: 42px;
  padding-left: 10px !important;
  width: 100% !important; }
  .add-cart-button i {
    position: relative;
    top: 2px !important;
    margin-right: 10px; }
  .add-cart-button:hover {
    background-color: #803545 !important; }

.article-img {
  width: 60%;
  margin: 10px auto 0;
  display: block; }

.card-body h5 {
  font-size: 14px !important; }

.card-body p {
  font-size: 12px !important; }

.article-icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  padding-top: 7px;
  padding-right: 7px; }
  .article-icon-wrap .bookmark-icon {
    margin-bottom: 7px; }
    .article-icon-wrap .bookmark-icon img {
      display: block;
      width: 25px; }
    .article-icon-wrap .bookmark-icon button {
      cursor: default !important; }

.article-single-icon-wrap {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 99;
  padding-top: 7px;
  padding-right: 7px; }
  .article-single-icon-wrap .bookmark-icon {
    margin-right: 10px;
    display: inline-block; }
    .article-single-icon-wrap .bookmark-icon button {
      cursor: default !important; }
    @media only screen and (max-width: 767px) {
      .article-single-icon-wrap .bookmark-icon {
        margin-right: 5px; }
        .article-single-icon-wrap .bookmark-icon img {
          height: 40px;
          margin-top: -10px; } }

.accordion-filter-wrap .form-check {
  padding-left: 0 !important; }

.accordion-filter-wrap .form-check-input {
  float: right !important; }

.accordion-filter-wrap .nav-pills .nav-link.active, .accordion-filter-wrap .nav-pills .show > .nav-link {
  background-color: #ba2835 !important; }

.accordion-filter-wrap .accordion-button {
  background-color: #fff; }
  .accordion-filter-wrap .accordion-button:after {
    font-family: "Material Design Icons";
    background-image: none !important;
    content: "\f0140";
    margin-right: -3px;
    color: #000;
    font-size: 1.2rem;
    vertical-align: middle;
    line-height: .8; }

.accordion-filter-wrap .accordion-button:not(.collapsed) {
  background-color: #ba2835;
  color: #fff; }
  .accordion-filter-wrap .accordion-button:not(.collapsed):after {
    background-image: none !important;
    font-family: "Material Design Icons";
    content: "\f0140";
    font-size: 1.2rem;
    vertical-align: middle;
    line-height: .8;
    color: #fff; }

.accordion-filter-wrap .form-check-secondary .form-check-input:checked {
  background-color: #ba2835 !important;
  border: 1px solid #ba2835 !important; }

.accordion-filter-wrap .form-check-label {
  font-weight: 400 !important; }

.filters-header {
  display: none; }

@media only screen and (max-width: 991px) {
  .articles-filters-wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100vh;
    overflow: auto;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; } }

.articles-filters-wrap.open-articles-filters-wrap {
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .articles-filters-wrap.open-articles-filters-wrap .filters-header {
    display: block;
    padding: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500; }
    .articles-filters-wrap.open-articles-filters-wrap .filters-header .close-filters {
      position: absolute;
      right: 10px;
      top: 12px; }
      .articles-filters-wrap.open-articles-filters-wrap .filters-header .close-filters i {
        font-size: 30px; }

#filter-open {
  display: none; }
  @media only screen and (max-width: 991px) {
    #filter-open {
      display: block;
      margin-bottom: 20px; } }

.carousel-holder {
  width: 100%;
  position: relative !important;
  margin-top: 60px; }
  .carousel-holder h3 {
    margin-bottom: 15px; }
  .carousel-holder .slick-slide {
    margin: 0 10px !important; }
  .carousel-holder .slick-list {
    margin: 0 -10px; }
  .carousel-holder .slick-prev {
    position: absolute;
    right: -15px;
    top: -70px;
    z-index: 99;
    cursor: pointer; }
  .carousel-holder .slick-prev i {
    font-size: 52px;
    color: #ba2835; }
  .carousel-holder .slick-next {
    position: absolute;
    right: 40px;
    top: -70px;
    z-index: 99;
    cursor: pointer; }
  .carousel-holder .slick-next i {
    font-size: 52px;
    color: #ba2835; }
  .carousel-holder .article-img {
    width: 60%;
    margin: 10px auto 0;
    display: block; }
  .carousel-holder .card-body h5 {
    font-size: 14px !important; }

.add-cart-button-single {
  height: 42px !important;
  width: 210px !important;
  float: right !important;
  padding-left: 20px !important;
  border-color: transparent; }
  .add-cart-button-single i {
    position: relative;
    top: 2px !important;
    margin-right: 10px; }
  .add-cart-button-single:hover {
    background-color: #cc3042 !important; }
  @media only screen and (max-width: 767px) {
    .add-cart-button-single {
      width: 100% !important;
      margin-top: 10px; } }

.table-specification table td {
  padding: 7px !important;
  vertical-align: middle; }
  .table-specification table td:first-child {
    width: 230px !important;
    border-right: 1px solid #e9ebec; }

.table-specification .table-head {
  text-transform: uppercase;
  font-size: 16px !important;
  font-weight: 600; }

.single-info-wrap .description-text {
  font-size: 14px;
  margin-bottom: 0 !important; }

.single-info-wrap .list-description-wrap {
  height: 175px;
  overflow: hidden; }

.single-info-wrap .list-description {
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .single-info-wrap .list-description li {
    font-size: 14px !important;
    padding-left: 20px;
    padding-right: 20px; }
    .single-info-wrap .list-description li i {
      margin-left: -20px; }
    .single-info-wrap .list-description li:hover {
      color: #ba2835; }

.show-more-wrap {
  border-top: 1px solid #212529;
  padding-top: 10px;
  margin-bottom: 20px;
  text-align: center; }
  .show-more-wrap .show-more {
    text-align: center;
    cursor: pointer;
    color: #ba2835; }
  .show-more-wrap .hide-more {
    cursor: pointer;
    display: none;
    text-align: center; }

.btn-info {
  min-width: 160px; }
  .btn-info:hover {
    background-color: #8a3245 !important;
    border-color: transparent !important; }

.compere-buttons-holder {
  margin-top: 50px; }
  .compere-buttons-holder .compere-button-wrap {
    display: inline-block;
    margin-right: 10px; }
    .compere-buttons-holder .compere-button-wrap a {
      display: inline-block;
      margin-bottom: 10px;
      background-color: darkgrey !important;
      border: 1px solid darkgrey !important; }
      .compere-buttons-holder .compere-button-wrap a:hover {
        background-color: #939393 !important;
        border: 1px solid #939393  !important; }
    .compere-buttons-holder .compere-button-wrap .tooltip {
      background: darkgrey;
      color: #ffffff;
      transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      .compere-buttons-holder .compere-button-wrap .tooltip:before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        background: darkgrey;
        bottom: -3px;
        left: 50%;
        transform: translate(-50%) rotate(45deg);
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      .compere-buttons-holder .compere-button-wrap .tooltip.tooltip-full {
        width: 100%;
        left: 0; }

.single-compare-holder {
  margin-top: 20px; }
  .single-compare-holder .single-compere-item {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .single-compare-holder .single-compere-item .single-compare-head .comp-close {
      position: absolute;
      top: 10px;
      right: 10px; }
    .single-compare-holder .single-compere-item .single-compare-head img {
      width: 60%; }
    .single-compare-holder .single-compere-item .single-compare-title {
      border-top: 1px solid grey;
      padding-top: 10px; }
      .single-compare-holder .single-compere-item .single-compare-title h3 {
        font-size: 16px !important; }

.compare-fixed-box-wrap {
  position: fixed;
  width: 280px;
  bottom: 20px;
  left: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .compare-fixed-box-wrap .compare-fixed-box {
    width: 100%;
    background-color: #fff;
    position: relative; }
    .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-title {
      background-color: #ba2835;
      padding: 10px; }
      .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-title h3 {
        color: #fff;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0; }
        .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-title h3 span {
          color: #fff;
          font-size: 14px;
          line-height: 1.2; }
      .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-title .compare-open-box {
        position: absolute;
        top: 4px;
        right: 10px;
        cursor: pointer;
        font-size: 20px;
        color: #fff; }
        .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-title .compare-open-box.arrow-up {
          top: 1px;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
    .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-content .compare-fixed-items-wrap .compare-fixed-item {
      position: relative;
      display: flex;
      align-items: center; }
      .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-content .compare-fixed-items-wrap .compare-fixed-item .compare-fixed-item-head {
        display: inline-block;
        width: 50px;
        padding: 5px; }
        .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-content .compare-fixed-items-wrap .compare-fixed-item .compare-fixed-item-head img {
          width: 100%; }
      .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-content .compare-fixed-items-wrap .compare-fixed-item h3 {
        display: inline-block;
        width: 180px;
        font-size: 13px;
        padding-left: 10px; }
      .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-content .compare-fixed-items-wrap .compare-fixed-item span {
        position: absolute;
        right: 10px;
        top: 8px;
        cursor: pointer; }
        .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-content .compare-fixed-items-wrap .compare-fixed-item span img {
          width: 11px; }
    .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-content .compare-fixed-bottom {
      padding: 10px 0; }
      .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-content .compare-fixed-bottom a {
        display: block;
        float: left;
        width: 44%;
        margin-left: 4%;
        background-color: #fff;
        border: 1px solid #ba2835;
        text-align: center;
        padding: 4px 0;
        font-size: 13px;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
        .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-content .compare-fixed-bottom a:hover {
          background-color: #ba2835;
          color: #fff; }
      .compare-fixed-box-wrap .compare-fixed-box .compare-fixed-content .compare-fixed-bottom:after {
        content: "";
        display: table;
        clear: both; }

.pop-up-lager {
  font-size: 14px !important;
  float: right; }
  .pop-up-lager:hover {
    cursor: pointer;
    text-decoration: underline; }
  .pop-up-lager:after {
    content: "";
    display: table;
    clear: both; }

.print {
  display: none; }

.print-wrap {
  background-color: #fff; }
  .print-wrap .print-head {
    padding: 20px; }
    .print-wrap .print-head .print-logo {
      width: 180px;
      margin-bottom: 10px; }
    .print-wrap .print-head p {
      font-size: 16px;
      margin-bottom: 3px;
      margin-top: 3px; }
  .print-wrap .print-title {
    background-color: #ba2835; }
    .print-wrap .print-title h2 {
      padding: 12px 25px;
      color: #fff; }
  .print-wrap .print-content .print-img {
    text-align: center; }
    .print-wrap .print-content .print-img img {
      width: 280px; }
  .print-wrap .print-content .print-table {
    padding: 0 25px; }
    .print-wrap .print-content .print-table table tr td {
      margin: 2px;
      padding: 2px; }

@media print {
  .print {
    display: block; }
  body > *:not(.print) {
    display: none; }
  body {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background-color: #fff; }
  @page {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important; } }

.brandcramp {
  margin-bottom: 15px; }
  .brandcramp a {
    font-size: 12px;
    line-height: 12px; }
    .brandcramp a:hover {
      color: #ba2835; }
  .brandcramp span {
    font-weight: bold;
    font-size: 12px;
    line-height: 12px; }

.pad-10 {
  padding: 15px 0 !important; }

.slider-brands {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 99; }
  .slider-brands img {
    height: 40px; }
  @media only screen and (max-width: 767px) {
    .slider-brands img {
      height: 25px !important; } }

.single-product-icons-list {
  max-width: 680px;
  width: 100%; }
  .single-product-icons-list img {
    display: inline-block;
    width: 50px;
    margin-right: 5px;
    margin-bottom: 10px; }

.price-single-box {
  margin-bottom: 21px; }
  .price-single-box h4 {
    display: inline-block;
    width: 50%;
    font-size: 16px !important; }
  @media only screen and (max-width: 767px) {
    .price-single-box {
      margin-bottom: 10px; } }

.price-single {
  display: inline-block;
  float: right;
  width: 30%;
  text-align: right;
  margin-top: -13px; }
  @media only screen and (max-width: 767px) {
    .price-single {
      width: 45%; } }

.first-price {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 600; }

.pdv-price {
  display: block;
  font-weight: 600; }

.single-product-cart-wrap {
  overflow: initial;
  padding-bottom: 40px; }

.input-step {
  display: inline-block; }

.compare-holder {
  border-top: 1px solid #e4e4e4; }
  .compare-holder .compare-wrap {
    display: none; }
    @media only screen and (max-width: 1023px) {
      .compare-holder .compare-wrap {
        width: 100%;
        overflow: auto; }
        .compare-holder .compare-wrap .container {
          width: 100% !important;
          max-width: 100% !important;
          padding: 0 !important;
          margin: 0 !important; } }
    @media only screen and (max-width: 1023px) {
      .compare-holder .compare-wrap .compare-head {
        width: 1000px; } }

.compare-table-holder {
  margin-top: 40px;
  padding-bottom: 160px;
  overflow: auto;
  width: 100%; }
  .compare-table-holder table {
    border: none;
    table-layout: fixed;
    width: 100%;
    min-width: 1000px; }
    .compare-table-holder table thead th {
      text-align: center;
      max-width: 25% !important;
      width: 25% !important; }
      .compare-table-holder table thead th img {
        width: 150px;
        margin: 0 auto;
        display: inline-block; }
      .compare-table-holder table thead th h3 {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: #982014;
        margin: 20px 0;
        height: 68px;
        padding: 0 5px; }
      .compare-table-holder table thead th span {
        display: block;
        margin-bottom: 10px; }
        .compare-table-holder table thead th span a {
          color: #982014;
          font-size: 26px; }
    .compare-table-holder table tbody tr:first-child {
      border-top: 1px solid #e4e4e4; }
    .compare-table-holder table tbody tr td {
      max-width: 25% !important;
      width: 25% !important;
      border-bottom: 1px solid #e4e4e4; }
      .compare-table-holder table tbody tr td h3 {
        padding: 10px 0;
        color: #686c77;
        font-size: 14px;
        height: auto;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 600;
        display: block;
        width: 100%; }
      .compare-table-holder table tbody tr td p {
        text-wrap: wrap;
        padding: 10px 0;
        color: #686c77;
        font-size: 14px;
        height: auto;
        line-height: 1.4;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 400;
        text-align: center;
        overflow-wrap: break-word;
        width: 100%;
        display: block;
        position: relative; }

#table-container {
  margin-top: 100px; }

#compare-table {
  padding-bottom: 50px; }
  @media only screen and (max-width: 1023px) {
    #compare-table {
      width: 1000px; } }
  #compare-table h3 {
    padding: 10px 0;
    color: #686c77;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 0px;
    margin-bottom: 0px; }
  #compare-table .row {
    padding: 0 12px; }

#compare-table h3:first-of-type {
  border-top: 1px solid #e4e4e4; }

.img-placeholder {
  text-align: center;
  padding: 0px;
  margin: 30px 0px 5px; }
  .img-placeholder img {
    display: inline-block;
    margin: 0 auto; }
    @media only screen and (max-width: 1279px) {
      .img-placeholder img {
        max-width: 90%; } }

.compare-static-box {
  padding: 0; }
  .compare-static-box h3 {
    font-weight: 600 !important; }

.compare-box {
  padding: 0; }
  .compare-box h2 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #982014;
    margin: 20px 0;
    height: 68px;
    padding: 0 5px; }
    @media only screen and (max-width: 1279px) {
      .compare-box h2 {
        font-size: 16px; } }
  .compare-box h3 {
    font-size: 14px !important;
    font-weight: 300;
    text-align: center;
    height: 50px;
    padding: 0;
    padding-bottom: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column; }

#back-to-top {
  background-color: #ba2835 !important;
  border: 1px solid #ba2835 !important; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .mob-b0 {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mob-mb20 {
    margin-bottom: 20px !important; } }

.mob-show {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mob-show {
      display: block !important; } }

@media only screen and (max-width: 767px) {
  .mob-none {
    display: none !important; } }

.full-image img {
  width: 100%; }

.none-scroll {
  overflow: hidden !important; }

.opacity0 {
  opacity: 0 !important; }

.dropdown-menu {
  z-index: 998 !important; }

.toast-wrap {
  position: fixed;
  top: -100px;
  left: 50%;
  width: 460px;
  z-index: 9999;
  animation-name: toastUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

@-webkit-keyframes toastUp {
  from {
    top: -100px; }
  to {
    top: 100px; } }

@keyframes toastUp {
  from {
    top: -100px; }
  to {
    top: 100px; } }

.search-dc-wrap {
  width: 300px;
  float: right;
  position: relative;
  top: -45px; }
  .search-dc-wrap .input-group-btn {
    position: absolute;
    top: 7px;
    right: 5px; }
    .search-dc-wrap .input-group-btn button {
      border: none !important;
      background-color: transparent !important; }
  .search-dc-wrap input {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .search-dc-wrap {
      width: 100%;
      float: none;
      position: relative;
      top: initial;
      margin-top: 10px; } }

.dc-holder {
  margin-bottom: 160px;
  margin-top: 60px; }
  .dc-holder .fade {
    opacity: 1; }
  .dc-holder .tab-nav {
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 20px; }
  .dc-holder .main-tab {
    border-radius: 0;
    padding: 15px 40px;
    font-size: 16px;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #666666; }
    .dc-holder .main-tab:hover {
      background-color: #ba2835;
      color: #fff !important;
      font-weight: 400; }
  .dc-holder .active-tab {
    background-color: #ba2835;
    color: #fff !important;
    font-weight: 400; }
  .dc-holder .sub-tab {
    border-radius: 0;
    padding: 15px 40px;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    color: #666666; }
    .dc-holder .sub-tab:hover {
      background-color: #ba2835;
      color: #fff !important;
      font-weight: 400; }
  .dc-holder .active-sub-tab {
    background-color: #ba2835;
    color: #fff !important;
    font-weight: 400; }
  .dc-holder .tab-box {
    display: none; }
  .dc-holder .active-box {
    display: block; }
  .dc-holder .sub-tab {
    display: none; }
  .dc-holder .show-sub-tab {
    display: inline-block; }
  .dc-holder #product-tabs {
    margin-top: 10px; }
  .dc-holder #product-tabs .nav-pills > li > a {
    border-radius: 0;
    padding: 20px 50px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: #666666; }
  .dc-holder #product-tabs .nav {
    border-bottom: 1px solid #ccc; }
  .dc-holder #product-tabs .nav-pills > li.active > a, .dc-holder .nav-pills > li.active > a:focus, .dc-holder .nav-pills > li.active > a:hover {
    background-color: #eeeeee;
    color: #cc0000;
    font-weight: 400; }
  .dc-holder #product-tabs table {
    margin-top: 50px;
    width: 100%; }
  .dc-holder #product-tabs table tr td {
    border: 1px solid grey;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    background-color: #f5f5f5;
    color: #000;
    font-size: 15px;
    font-weight: 300; }
  .dc-holder #product-tabs .atributi-title td {
    border: 1px solid #FFFFFF;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    background-color: #C3C5C5 !important;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-transform: uppercase; }
  @media only screen and (max-width: 1279px) {
    .dc-holder .main-tab {
      padding: 20px 10px;
      text-align: center;
      width: 15%; }
    .dc-holder .sub-tab {
      padding: 15px 15px;
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .dc-holder .main-tab {
      display: block;
      width: 100%;
      padding: 10px !important; }
    .dc-holder .sub-tab {
      padding: 10px !important;
      width: 49%;
      margin-right: 1%;
      font-size: 16px !important; }
    .dc-holder .sub-tab:nth-child(even) {
      margin-right: 0 !important; } }

.cart-offer-table-wrap {
  margin-bottom: 20px; }
  .cart-offer-table-wrap .cart-table tbody tr td {
    font-size: 14px !important; }
  .cart-offer-table-wrap .add-cart-header {
    text-align: center; }
    .cart-offer-table-wrap .add-cart-header .add-cart-input input {
      max-width: 130px; }
      .cart-offer-table-wrap .add-cart-header .add-cart-input input::placeholder {
        font-size: 13px !important; }
    .cart-offer-table-wrap .add-cart-header .newStartPrice span {
      height: 0;
      width: 0;
      opacity: 0;
      position: absolute; }
    .cart-offer-table-wrap .add-cart-header .item_price {
      text-align: left; }
    .cart-offer-table-wrap .add-cart-header .delete-new-offer {
      color: #ba2835;
      cursor: pointer;
      float: right;
      margin-right: 20px; }

.additiona-table-holder {
  margin-bottom: 20px; }

.additional-price-wrap {
  margin-bottom: 20px; }
  .additional-price-wrap .addPercent label {
    font-size: 15px;
    line-height: 26px; }
  @media only screen and (max-width: 767px) {
    .additional-price-wrap .addPercent label {
      display: block;
      width: 100%;
      font-size: 14px;
      line-height: 20px; }
    .additional-price-wrap .addPercent input {
      display: block;
      width: 100%;
      float: none !important;
      margin-bottom: 20px; } }
  .additional-price-wrap .new-price label {
    font-size: 15px;
    line-height: 26px; }
  @media only screen and (max-width: 767px) {
    .additional-price-wrap .new-price label {
      display: block;
      width: 100%;
      font-size: 14px;
      line-height: 20px; }
    .additional-price-wrap .new-price input {
      display: block;
      width: 100%;
      float: none !important;
      margin-bottom: 20px; } }
  .additional-price-wrap input {
    float: right;
    margin-top: 3px; }

.offer-total-list-wrap {
  width: 100%;
  max-width: 520px;
  margin-top: 20px;
  float: right; }
  @media only screen and (max-width: 767px) {
    .offer-total-list-wrap {
      float: none;
      width: 100%;
      max-width: 100%; } }
  .offer-total-list-wrap ul {
    list-style: none; }
    @media only screen and (max-width: 767px) {
      .offer-total-list-wrap ul {
        padding-left: 0; } }
    .offer-total-list-wrap ul li {
      border-bottom: 1px solid #212529;
      padding-bottom: 5px;
      margin-bottom: 10px; }
      .offer-total-list-wrap ul li p {
        display: inline-block;
        font-size: 15px;
        margin: 0;
        color: #212529; }
        @media only screen and (max-width: 767px) {
          .offer-total-list-wrap ul li p {
            font-size: 14px;
            max-width: 55%; } }
      .offer-total-list-wrap ul li h3 {
        float: right;
        font-size: 15px;
        font-weight: 500 !important;
        margin: 0;
        color: #212529; }
        @media only screen and (max-width: 767px) {
          .offer-total-list-wrap ul li h3 {
            font-size: 14px; } }
      .offer-total-list-wrap ul li input {
        background-color: transparent !important;
        border: none !important;
        outline: none !important;
        text-align: right;
        width: 160px;
        font-size: 15px;
        font-weight: 500 !important;
        color: #212529; }
        @media only screen and (max-width: 767px) {
          .offer-total-list-wrap ul li input {
            font-size: 14px;
            width: 120px; } }
      .offer-total-list-wrap ul li.total-offer-price-wrap p {
        font-size: 18px;
        font-weight: 900 !important; }
        @media only screen and (max-width: 767px) {
          .offer-total-list-wrap ul li.total-offer-price-wrap p {
            font-size: 16px; } }
      .offer-total-list-wrap ul li.total-offer-price-wrap h3 {
        font-size: 18px;
        font-weight: 900 !important; }
        @media only screen and (max-width: 767px) {
          .offer-total-list-wrap ul li.total-offer-price-wrap h3 {
            font-size: 16px; } }
      .offer-total-list-wrap ul li.total-offer-price-wrap input {
        font-size: 18px;
        font-weight: 900 !important; }
        @media only screen and (max-width: 767px) {
          .offer-total-list-wrap ul li.total-offer-price-wrap input {
            font-size: 16px;
            width: 146px; } }

.upload-user-image-wrap button {
  display: none; }

.upload-user-image-wrap #uploadFile2 {
  opacity: 0;
  cursor: pointer;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%; }

.upload-user-image-wrap #imagePreview2 {
  width: 86px;
  height: 86px;
  background-position: center center;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  @media only screen and (max-width: 767px) {
    .upload-user-image-wrap #imagePreview2 {
      margin: 0 auto; } }
  .upload-user-image-wrap #imagePreview2 .upload-icon {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .upload-user-image-wrap #imagePreview2 .upload-icon img {
      width: 100%; }

.upload-cart-image-wrap {
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .upload-cart-image-wrap {
      text-align: center; }
      .upload-cart-image-wrap h3 {
        text-align: center; } }
  .upload-cart-image-wrap button {
    display: none; }
  .upload-cart-image-wrap .uploadFile {
    opacity: 0;
    cursor: pointer;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%; }
  .upload-cart-image-wrap .imagePreview {
    width: 36px;
    height: 36px;
    background-position: center center;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-image: url("https://static.thenounproject.com/png/3927-200.png");
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    @media only screen and (max-width: 767px) {
      .upload-cart-image-wrap .imagePreview {
        margin: 0 auto; } }
    .upload-cart-image-wrap .imagePreview .upload-icon {
      top: 50%;
      left: 50%;
      position: absolute;
      width: 20px;
      height: 20px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .upload-cart-image-wrap .imagePreview .upload-icon img {
        width: 100%; }
    .upload-cart-image-wrap .imagePreview:hover {
      background-color: #aeaeae;
      cursor: pointer;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.additional-table {
  width: 100%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1279px) {
    .additional-table {
      overflow-x: auto; } }
  .additional-table .additional-cart-table {
    width: 100%; }
    @media only screen and (max-width: 1279px) {
      .additional-table .additional-cart-table {
        width: 1280px; } }
    .additional-table .additional-cart-table thead tr th {
      background-color: #ba2835 !important;
      color: #fff;
      padding: 7px !important;
      font-size: 15px !important; }
      @media only screen and (max-width: 1023px) {
        .additional-table .additional-cart-table thead tr th {
          font-size: 14px !important;
          padding: 6px !important; } }
    .additional-table .additional-cart-table tbody tr td {
      background-color: #fff !important;
      padding: 7px !important;
      border-bottom: 1px solid lightgrey;
      font-size: 15px !important; }
      @media only screen and (max-width: 1023px) {
        .additional-table .additional-cart-table tbody tr td {
          font-size: 14px !important;
          padding: 6px !important; } }
    .additional-table .additional-cart-table .table-bottom td {
      font-weight: 600 !important;
      background-color: #ba2835 !important;
      color: #fff;
      padding: 7px !important; }
      @media only screen and (max-width: 1023px) {
        .additional-table .additional-cart-table .table-bottom td {
          padding: 6px !important; } }
    .additional-table .additional-cart-table .cart-img {
      width: 60px; }
    .additional-table .additional-cart-table .table-total {
      font-size: 20px !important; }
    .additional-table .additional-cart-table .table-input {
      max-width: 140px; }
    .additional-table .additional-cart-table .input-step input {
      width: 50px !important; }
    .additional-table .additional-cart-table .remove-item {
      float: right;
      margin-left: 10px; }
      .additional-table .additional-cart-table .remove-item a {
        font-size: 14px !important; }
        .additional-table .additional-cart-table .remove-item a i {
          position: relative;
          top: 5px;
          font-size: 20px;
          line-height: 10px !important;
          display: inline-block;
          font-weight: 900; }
        .additional-table .additional-cart-table .remove-item a:hover {
          color: #d60000; }
  .additional-table .table-quantity {
    min-width: 146px !important; }

.offer-edit-holder {
  margin-top: 40px; }
  .offer-edit-holder .pdf-head {
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .offer-edit-holder .pdf-head .pdf-logo {
      margin-bottom: 10px; }
      .offer-edit-holder .pdf-head .pdf-logo h3 {
        font-size: 15px !important;
        text-transform: uppercase; }
    .offer-edit-holder .pdf-head .pdf-head-left {
      display: inline-block;
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .offer-edit-holder .pdf-head .pdf-head-left {
          display: block;
          width: 100%; } }
      .offer-edit-holder .pdf-head .pdf-head-left strong {
        font-size: 15px !important; }
      .offer-edit-holder .pdf-head .pdf-head-left input {
        font-size: 15px !important;
        padding: 3px !important;
        background-color: transparent; }
      .offer-edit-holder .pdf-head .pdf-head-left h4 {
        margin-bottom: 4px; }
    .offer-edit-holder .pdf-head .pdf-head-right {
      float: right;
      width: 50%;
      text-align: right; }
      @media only screen and (max-width: 767px) {
        .offer-edit-holder .pdf-head .pdf-head-right {
          display: block;
          width: 100%;
          float: none;
          text-align: left; } }
      .offer-edit-holder .pdf-head .pdf-head-right strong {
        font-size: 15px !important; }
      .offer-edit-holder .pdf-head .pdf-head-right input {
        font-size: 15px !important;
        background-color: transparent; }

.offer-bottom-wrap {
  margin-bottom: 40px;
  text-align: right; }

.filter-checkbox-pdf {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 6px; }
  .filter-checkbox-pdf .form-check {
    display: inline-block;
    margin-right: 30px; }
  .filter-checkbox-pdf label {
    font-size: 18px !important; }

.clear {
  display: table;
  clear: both; }

.special-article-card {
  border: 1px solid #ba2835;
  background-color: #fff;
  padding-bottom: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .special-article-card .special-article-card-head {
    min-height: 300px;
    position: relative;
    padding-top: 40px; }
    .special-article-card .special-article-card-head h3 {
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 17px; }
    .special-article-card .special-article-card-head p {
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: #f06548;
      width: 80px;
      height: 80px;
      text-align: center;
      font-size: 12px;
      color: #fff;
      padding-top: 22px;
      line-height: 1.3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .special-article-card .special-article-card-head p span {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2; }
    .special-article-card .special-article-card-head img {
      width: 60%;
      margin: 0 auto;
      display: block; }
  .special-article-card .special-article-card-content p {
    text-align: center;
    font-size: 16px;
    color: #ba2835;
    margin-bottom: 10px; }
  .special-article-card .special-article-card-content span {
    text-align: center;
    display: block;
    text-decoration: line-through;
    font-size: 14px;
    margin-bottom: 2px; }
  .special-article-card .special-article-card-content h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px; }
  .special-article-card .special-article-range-holder {
    padding: 20px; }
    .special-article-card .special-article-range-holder p {
      text-align: left; }
    .special-article-card .special-article-range-holder .article-range-wrap {
      width: 100%;
      height: 16px;
      background-color: #bec7d6;
      overflow: hidden;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px; }
      .special-article-card .special-article-range-holder .article-range-wrap span {
        display: block;
        position: relative;
        height: 16px;
        background-color: #f06548;
        z-index: 9;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px; }
  .special-article-card .special-article-counter-wrap h3 {
    text-align: center;
    margin-bottom: 20px; }
  .special-article-card .special-article-counter-wrap .special-article-counter {
    width: 60%;
    margin: 0 auto; }
    .special-article-card .special-article-counter-wrap .special-article-counter .count-num {
      box-shadow: none !important;
      padding: 0 8px !important; }
    .special-article-card .special-article-counter-wrap .special-article-counter .count-title {
      margin-bottom: 0 !important; }
  .special-article-card .special-article-card-button {
    display: none;
    padding: 10px; }

.special-article-card-small {
  border: 1px solid #ba2835;
  background-color: #fff;
  padding-bottom: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .special-article-card-small .special-article-card-head {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px; }
    .special-article-card-small .special-article-card-head h3 {
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 15px; }
    .special-article-card-small .special-article-card-head p {
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: #f06548;
      width: 70px;
      height: 70px;
      text-align: center;
      font-size: 11px;
      color: #fff;
      padding-top: 20px;
      line-height: 1.3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .special-article-card-small .special-article-card-head p span {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2; }
    .special-article-card-small .special-article-card-head img {
      width: 45%;
      margin: 0 auto;
      display: block; }
  .special-article-card-small .special-article-card-content p {
    text-align: center;
    font-size: 16px;
    color: #ba2835;
    margin-bottom: 10px; }
  .special-article-card-small .special-article-card-content span {
    text-align: center;
    display: block;
    text-decoration: line-through;
    font-size: 14px;
    margin-bottom: 2px; }
  .special-article-card-small .special-article-card-content h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px; }
  .special-article-card-small .special-article-range-holder {
    padding: 10px 20px 20px  20px; }
    .special-article-card-small .special-article-range-holder p {
      text-align: left; }
    .special-article-card-small .special-article-range-holder .article-range-wrap {
      width: 100%;
      height: 16px;
      background-color: #bec7d6;
      overflow: hidden;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px; }
      .special-article-card-small .special-article-range-holder .article-range-wrap span {
        display: block;
        position: relative;
        height: 16px;
        background-color: #f06548;
        z-index: 9;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px; }
  .special-article-card-small .special-article-counter-wrap h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px; }
  .special-article-card-small .special-article-counter-wrap .special-article-counter {
    width: 60%;
    margin: 0 auto; }
    .special-article-card-small .special-article-counter-wrap .special-article-counter .count-num {
      box-shadow: none !important;
      padding: 0 8px !important;
      font-size: 26px !important; }
    .special-article-card-small .special-article-counter-wrap .special-article-counter .count-title {
      margin-bottom: 0 !important; }
  .special-article-card-small .special-article-card-button {
    display: none;
    padding: 10px; }

.special-horizontal-article-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .special-horizontal-article-card .special-horizontal-article-head {
    display: inline-block;
    width: 35%;
    padding: 20px 0; }
    .special-horizontal-article-card .special-horizontal-article-head img {
      display: block;
      margin: 0 auto;
      width: 60%; }
  .special-horizontal-article-card .special-horizontal-article-content {
    float: right;
    width: 65%;
    padding: 20px 0; }
    .special-horizontal-article-card .special-horizontal-article-content .discount-ribbon {
      position: absolute;
      top: 20px;
      right: 30px;
      background-color: #f06548;
      width: 80px;
      height: 80px;
      text-align: center;
      font-size: 12px;
      color: #fff;
      padding-top: 22px;
      line-height: 1.3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .special-horizontal-article-card .special-horizontal-article-content .discount-ribbon span {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2; }
    .special-horizontal-article-card .special-horizontal-article-content p {
      font-size: 16px;
      color: #ba2835;
      margin-bottom: 10px; }
    .special-horizontal-article-card .special-horizontal-article-content > span {
      display: block;
      text-decoration: line-through;
      font-size: 14px;
      margin-bottom: 2px; }
    .special-horizontal-article-card .special-horizontal-article-content h3 {
      font-size: 16px;
      margin-bottom: 10px; }
    .special-horizontal-article-card .special-horizontal-article-content:after {
      content: "";
      display: table;
      clear: both; }
    .special-horizontal-article-card .special-horizontal-article-content .special-horizontal-article-counter {
      padding-top: 20px;
      width: 100%;
      margin-left: -14px; }
      .special-horizontal-article-card .special-horizontal-article-content .special-horizontal-article-counter .count-num {
        box-shadow: none !important;
        padding: 0 8px !important; }
      .special-horizontal-article-card .special-horizontal-article-content .special-horizontal-article-counter .count-title {
        margin-bottom: 0 !important; }

.tooltip-button {
  position: relative; }
  .tooltip-button .tooltip {
    display: none;
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 12px;
    background: #ba2835;
    color: #ffffff;
    padding: 7px 5px;
    width: 90%;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    text-align: center; }
    .tooltip-button .tooltip:before {
      position: absolute;
      content: "";
      height: 8px;
      width: 8px;
      background: #ba2835;
      bottom: -3px;
      left: 50%;
      transform: translate(-50%) rotate(45deg);
      transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .tooltip-button .tooltip.tooltip-full {
      width: 100%;
      left: 0; }
  .tooltip-button:hover .tooltip {
    display: block;
    bottom: 60px;
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
    z-index: 9999999; }

.banner-home {
  position: relative; }
  .banner-home img {
    width: 100%;
    padding: 0 2px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
  .banner-home a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    font-weight: 500 !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px; }

.add-cart-article-button {
  margin-bottom: 20px; }

.dropdown-toggle {
  margin-bottom: 10px; }

#dropdownMenuButton {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .pagination {
    display: block !important; } }

@media only screen and (max-width: 767px) {
  .pagination li {
    width: 40px;
    display: inline-block !important;
    margin-bottom: 10px; } }

.pagination li a {
  color: #ba2835 !important;
  background-color: #fff !important;
  padding: 2px 10px;
  text-align: center;
  display: block;
  border: 1px solid #ba2835; }
  .pagination li a:hover {
    background-color: #f3f3f3 !important; }

.pagination li.active a {
  color: #fff !important;
  background-color: #ba2835 !important;
  border: 1px solid #ba2835 !important; }

@media only screen and (max-width: 767px) {
  .pagination .pagination-arrow {
    width: 100%; } }

.price-wrap {
  margin-top: 60px; }
  .price-wrap .price-box {
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    .price-wrap .price-box .price-box-head {
      padding-top: 40px;
      text-align: center; }
      .price-wrap .price-box .price-box-head h3 {
        padding-top: 20px; }
      .price-wrap .price-box .price-box-head img {
        width: 100px; }
    .price-wrap .price-box .price-box-content {
      padding: 20px;
      height: 160px; }
      @media only screen and (max-width: 767px) {
        .price-wrap .price-box .price-box-content {
          height: auto; } }
      .price-wrap .price-box .price-box-content a {
        display: inline-block;
        width: 48% !important;
        margin-bottom: 10px;
        margin-right: 5px; }
        @media only screen and (max-width: 1279px) {
          .price-wrap .price-box .price-box-content a {
            width: 48% !important;
            margin-right: 3px; } }
        @media only screen and (max-width: 767px) {
          .price-wrap .price-box .price-box-content a {
            width: 100% !important;
            display: block;
            margin-right: 0; } }
    .price-wrap .price-box:hover {
      -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.3); }

.nav-price {
  margin-top: 60px;
  border-bottom: 1px solid #ba2835; }
  .nav-price .active {
    border-radius: 0 !important; }
  .nav-price li {
    max-width: 200px; }

.price-tab-content {
  margin-bottom: 60px; }

.price-list-item {
  padding-top: 40px !important; }
  .price-list-item a {
    position: relative;
    padding-left: 50px;
    margin-left: -5px; }
    .price-list-item a i {
      position: absolute;
      font-size: 40px;
      left: 0;
      top: -10px; }
    .price-list-item a:hover {
      text-decoration: underline; }

.privacy-wrap {
  margin-top: 40px; }

.open-privacy-form {
  cursor: pointer; }

.privacy-form {
  display: none;
  width: 600px;
  margin-bottom: 20px; }
  .privacy-form.active {
    display: block; }
  .privacy-form .form-control {
    margin-bottom: 20px; }

#band-cookies {
  z-index: 9999999999999999999 !important; }
  #band-cookies p {
    line-height: 22px;
    margin: 18px 0 0px 0 !important; }
  #band-cookies #band-cookies-ok, #band-cookies .privacy {
    line-height: 22px; }
  #band-cookies #band-cookies-ok {
    color: #d34243 !important;
    font-size: 16px !important;
    letter-spacing: 2px;
    text-decoration: none !important; }
    #band-cookies #band-cookies-ok:hover {
      text-decoration: underline !important; }
  #band-cookies #band-cookies-close {
    top: 25px; }
    @media only screen and (max-width: 768px) {
      #band-cookies #band-cookies-close {
        top: 0; } }
  #band-cookies a {
    color: #d34243 !important; }
    #band-cookies a:hover {
      text-decoration: underline; }

#band-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  background-color: #151515;
  color: #FFF;
  box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.15); }

#band-cookies p {
  margin: 0;
  padding: 0 50px; }

#band-cookies-info, #band-cookies-ok {
  display: inline-block;
  color: #F0FFAA;
  font-weight: 700;
  text-decoration: underline;
  margin-left: 10px;
  cursor: pointer; }

#band-cookies-close {
  height: 33px;
  width: 33px;
  padding: 8px;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: #000; }

@media (max-width: 768px) {
  #band-cookies p {
    padding: 15px 15px 0; }
  #band-cookies-info, #band-cookies-ok {
    display: block;
    text-decoration: none;
    padding: 10px 5px;
    margin-top: 10px;
    background-color: #444;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  #band-cookies-close {
    left: 50%;
    margin-left: -16px;
    top: 0; } }

.btn-primary, .btn-info {
  background-color: #ba2835; }
  .btn-primary:hover, .btn-info:hover {
    background-color: #783444 !important;
    border-color: transparent !important; }

.animation-nav li a::before {
  background-color: #ba2835; }

.marquee-wrap {
  margin: 60px 0 20px;
  min-height: 100px; }
  .marquee-wrap .marquee-image {
    opacity: 0; }
    .marquee-wrap .marquee-image.marquee-image-active {
      opacity: 1; }
    .marquee-wrap .marquee-image a {
      display: inline-block;
      margin: 0 5px; }
    .marquee-wrap .marquee-image img {
      height: 60px; }
      @media only screen and (max-width: 1279px) {
        .marquee-wrap .marquee-image img {
          height: 50px; } }
      @media only screen and (max-width: 767px) {
        .marquee-wrap .marquee-image img {
          height: 40px; } }

@media only screen and (max-width: 1023px) {
  .ribbon-box {
    margin-bottom: 0 !important; } }

.ribbon-box .ribbon-two span {
  font-size: 10px !important; }

.product-img-slider .product-thumbnail-slider {
  max-width: 500px;
  margin-left: 0; }

.swiper-thumbs {
  max-width: 400px;
  margin-left: 0; }

.border {
  border: transparent !important; }

.py-1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

@media only screen and (max-width: 1023px) {
  .single-card-holder {
    margin-bottom: 0 !important; } }

.slider-single-holder {
  width: 100%;
  position: relative; }

.single-slider {
  width: 80%;
  height: auto;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1279px) {
    .single-slider {
      min-height: initial;
      width: 100%; } }
  .single-slider .slider-item {
    max-width: 100%;
    height: 500px;
    max-height: 400px;
    position: relative;
    background-color: #f7fafd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    @media only screen and (max-width: 1279px) {
      .single-slider .slider-item {
        height: auto;
        max-height: initial; } }
    .single-slider .slider-item img {
      width: 100%;
      height: auto;
      margin: 0 auto; }

.single-slider .dotsWrap {
  width: 60px;
  height: 60px;
  display: block;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .single-slider .dotsWrap {
      width: 60px;
      height: 60px; } }
  @media only screen and (max-width: 479px) {
    .single-slider .dotsWrap {
      width: 50px;
      height: 50px; } }

.single-slider .slick-dots {
  list-style: none;
  padding: 0;
  display: block;
  width: 60px;
  position: absolute;
  top: 0;
  right: -90px; }
  @media only screen and (max-width: 1279px) {
    .single-slider .slick-dots {
      position: relative;
      top: initial;
      right: initial;
      width: 100%;
      margin-top: 20px; } }
  .single-slider .slick-dots li {
    display: block;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid transparent; }
    @media only screen and (max-width: 1279px) {
      .single-slider .slick-dots li {
        display: inline-block; } }
    .single-slider .slick-dots li img {
      width: 50px;
      height: 50px;
      margin-left: 5px;
      margin-top: 5px;
      -webkit-border-radius: 2px 2px 0 0;
      -moz-border-radius: 2px 2px 0 0;
      border-radius: 2px 2px 0 0; }
      @media only screen and (max-width: 767px) {
        .single-slider .slick-dots li img {
          width: 50px;
          height: 50px; } }
      @media only screen and (max-width: 479px) {
        .single-slider .slick-dots li img {
          width: 50px;
          height: 50px; } }
  .single-slider .slick-dots .slick-active {
    border: 1px solid #e5e8eb; }

.carousel-holder .slick-track {
  min-width: 100%; }
