/* ---------------------------------------------------------
   00 - QuickView - Generic Structure
--------------------------------------------------------- */

@-webkit-keyframes error-border {
  0% { border-color: #CC2402; }
  50% { border-color: #CCC; }
  100% { border-color: #CC2402; }
}

@keyframes error-border {
  0% { border-color: #CC2402; }
  50% { border-color: #CCC; }
  100% { border-color: #CC2402; }
}

@-webkit-keyframes error-text {
  0% { color: #CC2402; }
  50% { color: #555; }
  100% { color: #CC2402; }
}

@keyframes error-text {
  0% { color: #CC2402; }
  50% { color: #555; }
  100% { color: #CC2402; }
}

.product-dialog .modal-footer {
  padding-top: 0;
  border-top: 0;
}

.cart-dialog .cart-image {
  border: 1px solid #ccc;
}

.cart-dialog .cart-attribute {
  font-size: 0.9em;
}

.cart-dialog .cart-attribute + .cart-attribute {
  margin-top: 5px;
}

.product-quickgrid .fancybox-close {
  display: none;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-quickview .fancybox-close {
    top: 15px;
    right: 45px;
  }
  .no-csspointerevents .product-quickview .fancybox-close {
    right: 15px;
  }
}

.product-quickgrid .fancybox-skin,
.product-quickview .fancybox-skin {
  margin-top: 50px;
  margin-left: 25%;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-quickgrid .fancybox-skin,
  .product-quickview .fancybox-skin {
    margin: 15px;
    margin-left: 65px;
    margin-right: 65px;
    padding-right: 45px!important;
  }
  .no-csspointerevents .product-quickgrid .fancybox-skin,
  .no-csspointerevents .product-quickview .fancybox-skin {
    margin-left: 75px;
    margin-right: 75px;
    padding-right: 15px!important;
  }
}

.product-quickgrid .fancybox-inner,
.product-quickview .fancybox-inner {
  width: auto!important;
}

.product-quickgrid .fancybox-inner {
  overflow-x: hidden!important;
}

.product-quickgrid .fancybox-inner .button {
  float: left;
  width: 33.33333333%;
  padding: 10px;
}

.product-quickview .product-module + .product-module {
  margin-top: 15px;
}

.product-quickview .product-unavailable {
  margin-left: 0;
  margin-right: 0;
}

.product-module:before,
.product-module:after {
  content: " ";
  display: table;
}

.product-module:after {
  clear: both;
}

.product-module {
  zoom: 1;
}

.product-module [class*="product-"] {
  position: relative;
  width: 100%;
  float: left;
}

.product-module > [class*="product-"] + [class*="product-"] {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}

.product-quickview .product-detail {
  position: static;
}

/* ---------------------------------------------------------
   00 - QuickView - Shared Components
--------------------------------------------------------- */

/* Product Info */

.product-module .product-info {
  margin-bottom: 15px;
}

.product-module .product-info > * {
  display: block;
  margin: 0;
}

.product-module .product-info > * + * {
  margin-top: 15px;
}

.product-module .product-info .title {
  font-size: 1.4em;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-module .product-info .title {
    font-size: 1.6em;
  }
}

.product-module .product-info .sku {
  font-size: .75em;
  margin-top: 0;
}

.product-module .product-info .message {
  display: none;
  font-weight: bold;
  color: #82A34B;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-module .product-info .message {
    display: block;
  }
}

.product-module .product-info .pricing > span {
  display: block;
}

.product-module .product-info .pricing .price.was {
  text-decoration: line-through;
}

.product-module .product-info .pricing .price.was + .price.now {
  color: #cc4400;
  font-weight: bold;
}

.product-module .product-info .rating {
  display: none;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-module .product-info .rating {
    display: block;
  }
}

.product-module .product-info .rating > span {
  display: block;
}

.product-module .product-info .rating > span + span {
  margin-top: -5px;
}

.product-module .product-info .copy > span {
  display: block;
}

.product-module .product-info .copy > span + span {
  margin-top: 15px;
}

.product-module .product-info .copy .snippet {
  display: none;
}

@media (min-width: 569px) and (min-height: 321px) {
  .product-module .product-info .copy .snippet {
    display: block;
  }
}

/* Product Imagery */

.product-module .product-imagery .slider,
.product-module .product-imagery .carousel {
  position: relative;
}

.product-module .product-imagery .carousel {
  margin-top: 15px;
  display: none;
}

.product-module .product-imagery .img-placeholder,
.product-module .product-imagery .swiper-placeholder {
  background: url('/wcsstore/images/Cinmar/_media/images/interface/loader_spinner.gif') no-repeat center center;
}

.product-module .product-imagery .slider .swiper-slide {
  display: none;
}

.product-module .product-imagery .slider .swiper-loaded .swiper-slide {
  display: block;
}

.product-module .product-imagery .slider .swiper-loaded .swiper-placeholder {
  display: none;
}

.product-module .product-imagery .carousel .swiper-slide:nth-child(n+5) {
  display: none;
}

.product-module .product-imagery .carousel .swiper-loaded .swiper-slide {
  display: inline;
  display: inline-block;
}

.product-module .product-imagery .swiper-carousel {
  margin: 0 30px;
}

.product-module .product-imagery .swiper-carousel .swiper-wrapper {
  text-align: center;
}

.product-module .product-imagery .swiper-carousel .swiper-slide {
  padding-left: 3%;
  padding-right: 3%;
  background: none;
  max-width: 25%;
  display: inline;
  display: inline-block;
  zoom: 1;
  float: none;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-module .product-imagery .swiper-carousel .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.product-module .product-imagery .swiper-carousel .swiper-slide img {
  padding: 1px;
  border: 1px solid #efefef;
}

.product-module .product-imagery .swiper-carousel .swiper-active img {
  padding: 0;
  border: 2px solid #333;
}

.product-module .product-imagery .swiper-controls button {
  top: 50%;
  bottom: auto;
  height: 40px;
  margin-top: -20px;
}

.product-module .product-imagery .swiper-controls button.swiper-left {
  left: 0;
}

.product-module .product-imagery .swiper-controls button.swiper-right {
  right: 0;
}

/* Product Copy */

.product-module .product-copy {
  margin-top: 15px;
}

.product-module .product-copy > * {
  display: block;
  margin: 0;
}

.product-module .product-copy > * + * {
  margin-top: 15px;
}

/* ---------------------------------------------------------
   00 - QuickView - Component Overwrites
--------------------------------------------------------- */

/* Product Info */

.product-module .product-detail .product-info > * + * {
  margin-top: 10px;
}

@media (min-width: 800px) and (min-height: 415px) {
  .product-module .product-detail .product-info .rating {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
    text-align: right;
    margin-top: 0;
  }
}

/* Product Imagery */

@media (min-width: 569px) and (min-height: 321px) {
  .product-module .product-detail .product-imagery .carousel {
    display: block;
  }
}

@media (min-width: 569px) and (min-height: 321px) {
  .product-module .product-detail .product-imagery .swiper-pagination {
    display: none;
  }
}

/* ---------------------------------------------------------
   00 - QuickView - Product Detail
--------------------------------------------------------- */

.product-module .product-detail .product-config {
  display: none;
  margin-top: 30px;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-module .product-detail .product-config {
    display: block;
    margin-top: 0;
  }
}

.product-module .product-detail .product-imagery {
  width: 50%;
  float: left;
  padding-right: 15px;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-module .product-detail .product-imagery {
    width: 56%;
  }
}

.product-module .product-detail .product-content {
  width: 50%;
  float: right;
  margin-top: 35px;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-module .product-detail .product-content {
    width: 44%;
  }
}

.product-dialog .product-detail .product-config {
  width: 100%;
  padding: 0;
}

.product-module .product-detail .product-config > * {
  display: block;
  margin: 0;
}

.product-module .product-detail .product-config > * + * {
  margin-top: 15px;
}

.product-quickview .product-detail .product-config .product-topper {
  display: none;
}

.product-module .product-detail .product-config .product-topper .title {
  float: left;
  margin-bottom: 0;
}

.product-module .product-detail .product-config .product-topper .reset {
  float: right;
}

.product-module .product-detail .product-config .product-attribute {
  padding: 12px 10px;
  border: 1px solid #ccc;
}

.product-module .product-detail .product-config .product-attribute.in-error {
  margin-bottom: 30px;
  border-color: #CC2402;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 3;
  -webkit-animation-name: error-border;
  -webkit-animation-timing-function: ease;
  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: 3;
  animation-name: error-border;
  animation-timing-function: ease;
}

.product-module .product-detail .product-config .product-attribute .title {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.product-module .product-detail .product-config .product-attribute.in-error .title {
  color: #CC2402;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 3;
  -webkit-animation-name: error-text;
  -webkit-animation-timing-function: ease;
  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: 3;
  animation-name: error-text;
  animation-timing-function: ease;
}

.product-module .product-detail .product-config .product-attribute .selection {
  font-size: 0.9em;
}

.product-module .product-detail .product-config .product-attribute .options {
  display: block;
  margin-top: 5px;
}

.product-module .product-detail .product-config .product-attribute ul {
  list-style: none;
  margin: 1px -4px -4px -4px;
  padding-left: 0;
}

.product-module .product-detail .product-config .product-attribute ul > li {
  position: relative;
  float: left;
  padding: 4px;
  font-family: "Default Serif", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #000;
  cursor: pointer;
}

.product-dialog .product-detail .product-config .product-attribute ul > li {
  display: block!important;
  visibility: visible!important;
}

.product-module .product-detail .product-config .product-attribute ul > li > * {
  display: block;
}

.product-module .product-detail .product-config .product-attribute ul > li.selected > * {
  border: 2px solid #333!important;
}

.product-module .product-detail .product-config .product-attribute ul.selection-chip > li > span {
  padding: 8px 12px;
  border: 1px solid #ccc;
}

.product-module .product-detail .product-config .product-attribute ul.selection-chip > li.selected > span {
  padding: 7px 11px;
}

.product-module .product-detail .product-config .product-attribute ul.swatch-box > li {
  width: 16.66666667%;
}

.product-dialog .product-detail .product-config .product-attribute ul.swatch-box > li {
  width: 10%;
}

.product-module .product-detail .product-config .product-attribute ul.swatch-box > li > img {
  width: 100%;
  padding: 1px;
  border: 1px solid #efefef;
}

.product-module .product-detail .product-config .product-attribute ul.swatch-box > li.selected > img {
  padding: 0;
}

.product-module .product-detail .product-config .product-attribute select {
  width: auto;
  vertical-align: middle;
  cursor: pointer;
}

.product-module .product-detail .product-config .product-attribute .more {
  float: right;
  width: auto!important;
  margin-right: 1px;
  font-size: 1em;
}

.product-dialog .product-detail .product-config .product-attribute .more {
  display: none!important;
}

.product-module .product-detail .product-config .product-attribute .error {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 15px 10px;
  font-weight: bold;
  color: #CC2402;
}

.product-module .product-detail .product-config .product-attribute.in-error .error {
  display: block;
}

.product-module .product-detail .product-config .product-personalization .title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.product-module .product-detail .product-config .product-personalization .personalize .btn {
  display: block;
  width: 100%;
}

.product-module .product-detail .product-config .product-messaging {
  margin-top: 0;
}

.product-module .product-detail .product-config .product-messaging .message {
  margin-top: 30px;
}

.product-module .product-detail .product-config .product-messaging .message + .message {
  margin-top: 5px;
}

.product-module .product-detail .product-config .product-messaging a {
  color: #555;
}

.product-module .product-detail .product-config .product-messaging a:hover {
  color: #cc4400;
}

.product-module .product-detail .product-config .product-messaging a > u {
  text-decoration: inherit;
}

.product-module .product-detail .product-quantity {
  margin-top: 30px;
}

.product-module .product-detail .product-config .product-quantity {
  display: none;
}

.product-module .product-detail .product-quantity:first-child {
  margin-top: 0;
}

.product-module .product-detail .product-quantity .quantity {
  float: left;
  height: 37px;
  line-height: 37px;
}

.product-module .product-detail .product-quantity .total {
  float: right;
  font-size: 1.2em;
  height: 37px;
  line-height: 37px;
}

.product-module .product-detail .product-quantity .price {
  font-weight: bold;
}

.product-module .product-detail .product-quantity select {
  display: inline;
  display: inline-block;
  width: auto;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}

.product-module .product-detail .product-actions {
  margin-top: 30px;
}

.product-module .product-detail .product-config .product-actions {
  display: none;
}

.product-module .product-detail .product-actions .add-to-cart {
  float: left;
}

.product-module .product-detail .product-actions .registry {
  float: right;
  display: none; /* HIDE UNTIL THERE IS A PROPER API */
}

.product-module .product-detail .product-actions .registry .btn {
  padding-left: 10px;
  padding-right: 10px;
}

.product-module .product-detail .product-actions .registry .btn:before {
  content: "Add To:";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin-right: 10px;
  font-family: "Default Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.65em;
  line-height: 3em;
  color: #000;
}

.product-module .product-detail .product-actions .registry .btn:after {
  display: none;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-quickview .product-detail .product-body {
    position: absolute;
    top: 0;
    bottom: 58px;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
  }
}

.product-module .product-detail .product-footer {
  display: none;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  text-align: right;
}

.product-quickview .product-detail .product-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (min-width: 737px) and (min-height: 415px) {
  .product-module .product-detail .product-footer {
    display: block;
  }
}

.product-module .product-detail .product-footer > * {
  width: auto;
  margin: 0;
  float: none;
  display: inline-block;
}

.product-module .product-detail .product-footer > * > * {
  margin-left: 30px;
}