.product-grid .tile--product {
  margin: 15px 0; }
@media (max-width: 767px) {
  .product-grid .row {
    margin-right: -6px;
    margin-left: -6px; } }
@media (max-width: 767px) {
  .product-grid [class*="col-"] {
    padding-right: 6px;
    padding-left: 6px; } }

.tile--product {
  cursor: pointer;
  text-decoration: none;
  display: block; }
  .tile--product:hover, .tile--product:focus {
    text-decoration: none;
    outline: 0; }

.tile--product .tile__thumbnail {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #e7155b;
  border-radius: 3px;
  overflow: hidden; }

.tile--product .tile__thumbnail img {
  width: 100%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.tile--product .tile__title {
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  font-weight: 700;
  font-size: 14px;
  color: #666666; }
  @media (max-width: 767px) {
    .tile--product .tile__title {
      margin-bottom: 0; } }

.tile--product:hover .tile__title {
  color: #e4155b; }
.tile--product:hover .tile__thumbnail img {
  opacity: 0.6; }

.product-modal {
  margin: 0 auto;
  background-color: #ffffff;
  max-width: 1024px;
  width: 100%; }

.product-modal .nav-tabs {
  margin-bottom: 15px; }
  .product-modal .nav-tabs li a {
    color: #666666;
    font-size: 16px;
    border-radius: 0; }
    .product-modal .nav-tabs li a:hover {
      color: #666666; }
    @media (max-width: 767px) {
      .product-modal .nav-tabs li a {
        padding: 10px 5px; } }
  .product-modal .nav-tabs li.active a {
    color: #e4155b; }
  @media (max-width: 767px) {
    .product-modal .nav-tabs {
      margin-top: 20px; } }

.product-modal__header {
  background-color: #e4155b;
  padding: 25px 30px 0;
  height: 110px; }

.product-modal__title {
  font-size: 38px;
  font-weight: bold;
  color: #ffffff; }

.product-modal__body {
  background-color: #ffffff;
  padding: 30px; }
  @media (max-width: 767px) {
    .product-modal__body {
      overflow: hidden;
      padding: 15px;
      height: calc(100vh - 52px);
      overflow-y: scroll; } }

.table-fineprint {
  line-height: 1;
  display: inline-block;
  border-bottom: 1px dotted #f2f2f2;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 10px;
  color: #8b9093; }

.product-modal__thumbnail-fineprint {
  line-height: 1;
  display: inline-block;
  border-bottom: 1px dotted #f2f2f2;
  margin-top: 10px;
  font-size: 10px;
  color: #8b9093; }

.product-modal__thumbnail img {
  border-radius: 5px 5px 5px 5px; }

.product-modal__form {
  margin-top: 20px; }

.product-modal__form .form-control {
  height: auto;
  padding: 10px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  min-height: 44px; }
.product-modal__form .row {
  margin-right: -8px;
  margin-left: -8px; }
.product-modal__form [class^="col-"], .product-modal__form [class*=" col-"] {
  padding-right: 8px;
  padding-left: 8px; }
.product-modal__form .form-group {
  margin-bottom: 16px; }
.product-modal__form .wpcf7-submit {
  padding-left: 30px;
  padding-right: 30px;
  width: auto; }

.product-modal__form-title {
  background-color: #666666;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  border-radius: 4px;
  padding: 12px 20px;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .product-modal__form-title {
      font-weight: normal;
      font-size: 14px; } }

@media (min-width: 768px) {
  .mfp-container {
    padding: 15px; } }

@media (max-width: 767px) {
  .magnific-popup-open {
    overflow: hidden; } }

.wpcf7-acceptance,
.form-control .wpcf7-acceptance {
  width: auto; }

@media (max-width: 767px) {
  .product-modal .mfp-close {
    margin-right: 0;
    line-height: 56px;
    font-size: 22px;
    height: 52px; }

  .product-modal__header {
    padding: 8px 15px 0;
    height: 52px; }

  .product-modal__title {
    font-size: 16px; } }
.table-responsive {
  overflow-x: auto; }
  .table-responsive table {
    table-layout: auto;
    max-width: 100%; }

.product-sizes-table {
  text-align: left;
  margin: 0; }
  .product-sizes-table th, .product-sizes-table td {
    border: 1px solid #dedede;
    -webkit-font-smoothing: auto;
    font-size: 14px;
    text-align: left;
    padding: 8px 18px; }
  .product-sizes-table thead th {
    padding: 10px !important;
    background-color: #e4155b;
    border-color: #e4155b;
    border-bottom: 1px solid #e4155b; }
  .product-sizes-table tbody th {
    background-color: #e5e5e5; }
  .product-sizes-table tbody td {
    background-color: #ffffff; }
  .product-sizes-table tbody tr:nth-child(2n+1) td {
    background-color: #ffffff; }

.product-modal__form span.wpcf7-not-valid-tip {
  display: none; }
.product-modal__form .wpcf7-not-valid {
  border-color: #e4155b !important; }
.product-modal__form div.wpcf7-response-output {
  border: none;
  background-color: #15a2e4;
  color: #ffffff;
  padding: 10px 15px;
  margin: 0; }
.product-modal__form div.wpcf7-validation-errors {
  background-color: #e4155b;
  color: #ffffff; }
.product-modal__form div.wpcf7-mail-sent-ok {
  background-color: #90dd2d;
  color: #ffffff; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  overflow: hidden;
  position: fixed;
  background: #333333;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10004; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10003; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10005;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 110px;
  line-height: 110px;
  margin-right: 25px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 18px 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 48px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #ffffff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 0;
    padding-right: 0; } }
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.product-modal__popup {
  max-width: 768px;
  background-color: #ffffff;
  margin: 0 auto; }
  .product-modal__popup .btn {
    margin-top: 15px; }

.product-modal__popup .row {
  padding: 30px; }
  @media (max-width: 767px) {
    .product-modal__popup .row {
      padding: 15px; } }

.btn {
  font-size: 14px;
  padding: 14px 20px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: none;
  border: none; }

.btn--primary {
  background-color: #e8155b;
  color: #fff; }

.descripion-list li strong {
  padding-right: 4px; }
.descripion-list li + li {
  margin-top: 4px; }

.slick-arrow {
  color: #ffffff;
  position: absolute;
  margin-top: -20px;
  border-radius: 20px;
  background-color: #e4155b;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
  border: 0;
  top: 50%; }
  .slick-arrow span {
    position: relative; }
  .slick-arrow:focus {
    outline: 0; }

.slick-prev {
  left: -18px; }
  .slick-prev span {
    left: -1px; }

.slick-next {
  right: -18px; }
  .slick-next span {
    right: -1px; }

.content-wrapper {
  background-image: url("../span.jpg");
  background-repeat: repeat-x; }

.product-slider {
  border: 0 !important;
  margin-right: -15px !important;
  margin-left: -15px !important; }
  .product-slider .slides {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  .product-slider .item {
    padding-left: 15px;
    padding-right: 15px; }
    .product-slider .item img {
      border-radius: 4px; }
  .product-slider .item__title {
    font-size: 14px;
    font-weight: 700;
    color: #666666; }
    .product-slider .item__title:hover {
      color: #666666;
      text-decoration: underline; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media screen and (max-width: 560px) {
  .slider-section .homeSlider.flexslider {
    margin-top: 0 !important; }

  .content-wrapper > .top-strip {
    display: none !important; } }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .home .slider-section {
    margin-top: 100px; } }
