/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*
 * <!--
 *   ~ @author Tigren Solutions <info@tigren.com>
 *   ~ @copyright Copyright (c) 2019 Tigren Solutions <https://www.tigren.com>. All rights reserved.
 *   ~ @license Open Software License ("OSL") v. 3.0
 *   -->
 */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
}
.owl-carousel .owl-item .product-item {
  width: 100% !important;
}
.owl-carousel .owl-grab {
  cursor: move;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-nav div {
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  cursor: pointer;
}
.owl-carousel .owl-nav div:before {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('../images/icons.png');
  background-size: 600px auto;
  background-color: transparent;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  text-align: center;
  text-indent: 0;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
.owl-carousel .owl-nav div.owl-prev {
  left: -10px;
}
.owl-carousel .owl-nav div.owl-prev:before {
  background-position: -84px -130px;
}
.owl-carousel .owl-nav div.owl-next {
  right: -10px;
}
.owl-carousel .owl-nav div.owl-next:before {
  background-position: -84px -62px;
}
.owl-carousel.dark-nav .owl-nav div.owl-prev:before {
  background-position: -17px -130px;
}
.owl-carousel.dark-nav .owl-nav div.owl-next:before {
  background-position: -17px -62px;
}
.owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #e5e5e5;
  margin: 0 3px;
  border-radius: 4px;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #008959;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-nav > .disabled,
.owl-carousel .owl-dots.disabled,
.owl-nav.disabled {
  display: none;
}
.primaryButton {
  background: #cd5a93 radial-gradient(125% 2492.16% at 97.40000000000001% -3.49%, rgba(255, 255, 255, 0.2) 0%, rgba(196, 196, 196, 0) 100%);
  border: none;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  text-transform: capitalize;
  color: #ffffff;
}
.primaryButton:hover,
.primaryButton:focus,
.primaryButton:active {
  color: #ffffff;
}
.secondaryButton {
  background: rgba(229, 215, 230, 0.5);
  border-radius: 4px;
  border: none;
  color: #cd5a93;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 43px;
  padding: 0 20px;
  line-height: 43px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
}
.secondaryButton:hover,
.secondaryButton:focus,
.secondaryButton:active {
  color: #cd5a93;
}
.mobilePrimaryButton {
  background: #cd5a93 radial-gradient(125% 2492.16% at 97.40000000000001% -3.49%, rgba(255, 255, 255, 0.2) 0%, rgba(196, 196, 196, 0) 100%);
  border: none;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 600;
}
.mobilePrimaryButton:hover,
.mobilePrimaryButton:focus,
.mobilePrimaryButton:active {
  color: #ffffff;
}
.mobileSecondaryButton {
  background: rgba(229, 215, 230, 0.5);
  border-radius: 4px;
  border: none;
  color: #cd5a93;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  height: 43px;
  line-height: 43px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
}
.mobileSecondaryButton:hover,
.mobileSecondaryButton:focus,
.mobileSecondaryButton:active {
  color: #cd5a93;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
