/* Variable names from http://chir.ag/projects/name-that-color */
/*
* NAVIGATION LINKS // generic navigation links styling (header, footer, etc)
*/
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1024.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .pull-left-th {
    float: left;
  }
  .pull-right-th {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-th-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/*
* NAVIGATION LINKS // generic navigation links styling (header, footer, etc)
*/
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #007bff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #007bff;
  border-radius: 0.69em;
  background-color: #007bff;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #056808;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #056808;
  border-radius: 0.69em;
  background-color: #056808;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.swatch-square-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  line-height: 1.38em;
  position: relative;
  width: 1.38em;
}
.swatch-square-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-square-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}
.color-attribute .unselectable {
  pointer-events: none;
}
.color-attribute[disabled] {
  background: none;
  position: relative;
}
.color-attribute[disabled]:hover {
  background: none;
}
.color-attribute[disabled] .swatch-circle {
  border: none;
  opacity: 0.7;
}
.color-attribute[disabled] .cross-out {
  height: 2px;
  width: 31px;
  background: #231f20;
  position: absolute;
  top: 0;
  left: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}

.quantity-form,
.quantity-form-SFL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 132px;
}
.quantity-form input[type=text],
.quantity-form-SFL input[type=text] {
  width: 40%;
  text-align: center;
  padding: 0;
}
.quantity-form .plus,
.quantity-form .minus,
.quantity-form-SFL .plus,
.quantity-form-SFL .minus {
  position: relative;
  height: 40px;
  width: 30%;
}
.quantity-form .plus .icon,
.quantity-form .minus .icon,
.quantity-form-SFL .plus .icon,
.quantity-form-SFL .minus .icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
}
.quantity-form .plus input[type=button],
.quantity-form .minus input[type=button],
.quantity-form-SFL .plus input[type=button],
.quantity-form-SFL .minus input[type=button] {
  height: 100%;
  width: 100%;
  background: none;
  border: 1px solid #d7d3d1;
  border-radius: 0;
}
.quantity-form .plus input[type=button],
.quantity-form-SFL .plus input[type=button] {
  border-left: none;
}
.quantity-form .minus input[type=button],
.quantity-form-SFL .minus input[type=button] {
  border-right: none;
}
.quantity-form label,
.quantity-form-SFL label {
  margin-bottom: 0;
}

.play-button {
  position: relative;
}
.play-button::before {
  content: "";
  background: url("../../images/../images/svg-icons/icon-video.svg");
  background-size: 80px 80px;
  opacity: 0.6;
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.play-button:hover::before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
  cursor: pointer;
}

.product-detail button[data-attr-value=White],
.product-detail button[data-attr-value=white] {
  border: 1px solid #d7d3d1;
}

.product-detail .attributes .swatch-circle {
  border: 1px solid #353535;
  border-color: #fff;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  border-radius: 0;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\F058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-detail .attributes .swatch-circle:hover {
  border: 1px solid #353535;
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed;
}
.product-detail [disabled] .swatch-circle.color-value.selected::after,
.product-detail .swatch-circle.unselectable.color-value.selected::after {
  background-color: #fafafa;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 1.875rem;
}
.description-and-detail ul {
  padding-left: 1.25rem;
}
@media (min-width: 576px) {
  .description-and-detail .description {
    margin-bottom: 3em;
  }
}
@media (max-width: 575.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}
.description-and-detail > div {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .description-and-detail > div {
    margin-bottom: 5rem;
  }
}
.description-and-detail h2 {
  margin-bottom: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .description-and-detail h2 {
    margin-bottom: 1.875rem;
  }
}

.pdp-charts .nav-tabs {
  padding-bottom: 0.75rem;
}
.pdp-charts .nav-link {
  width: auto;
}
.pdp-charts .table thead th {
  padding: 9px 9px 9px 0;
  letter-spacing: normal;
}
@media (min-width: 576px) {
  .pdp-charts .table thead th {
    padding: 9px 12px 9px 0;
    letter-spacing: 1px;
  }
}

.social-container {
  text-align: center;
  margin-bottom: 3px;
}
.social-container .social-icons {
  text-decoration: none;
  list-style-type: none;
  padding: 0;
}
.social-container .social-icons li {
  margin: 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-container .social-icons li .icon {
  pointer-events: none;
  height: 24px;
  width: 24px;
}
.social-container .social-icons li:first-of-type {
  margin-left: 0;
}
.social-container .social-icons li:last-of-type {
  margin-right: 0;
}

.wishlist-social {
  padding-top: 0.9375em;
  text-align: center;
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 576px) {
  .product-number-rating {
    border-bottom: 1px solid #d7d3d1;
  }
}
@media (min-width: 768px) {
  .product-number-rating {
    border-top: 1px solid #d7d3d1;
  }
}
.product-name {
  padding-top: 26px;
  font-size: 2.25rem;
}

.speer-pdp-slide-cls {
  min-height: 290px;
}
@media (min-width: 576px) {
  .speer-pdp-slide-cls {
    min-height: 280px;
  }
}
@media (min-width: 768px) {
  .speer-pdp-slide-cls {
    min-height: 590px;
  }
}
.speer-pdp-slide-cls > .slick-slide:not(:first-child) {
  display: none;
}
.speer-pdp-slide-cls .slide-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.Federalbottomline .fill-star,
.Federalbottomline .empty-star,
.Federalbottomline .half-star,
.speerbottomline .fill-star,
.speerbottomline .empty-star,
.speerbottomline .half-star,
.ccibottomline .fill-star,
.ccibottomline .empty-star,
.ccibottomline .half-star {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.ccibottomline .rating-star {
  color: #355ba8;
}

.speerbottomline .rating-star {
  color: #876841;
}

.pointer_none {
  pointer-events: none;
}

.paging-section .selected {
  font-weight: bold;
}
.paging-section .arrow {
  cursor: pointer;
}

.paginated {
  cursor: pointer;
  font-size: 14px;
}

.product-info-container .fill-star,
.product-info-container .empty-star,
.product-info-container .half-star {
  width: 20px;
  height: 20px;
}

.availability-msg {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 575.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.product-number {
  color: #353535;
  border-bottom: 1px solid #d7d3d1;
  border-top: 1px solid #d7d3d1;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  width: 100%;
}

.promotions {
  text-align: left;
  color: #d2232a;
  height: 85%;
}
.promotions .callout {
  padding: 0.75rem 0;
}
.promotions .callout:first-of-type {
  padding: 0 0 0.75rem;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  overflow: unset;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

.attributes ul {
  margin-bottom: 0;
  border-bottom: 1px solid #d7d3d1;
  padding: 1.25rem 0;
}
.attributes ul li {
  list-style-type: none;
}
.attributes ul .label-2 {
  white-space: nowrap;
}
.attributes .row:last-of-type {
  margin: 0;
}

.recommendations {
  margin: 1.875rem 1.875rem 2.5rem;
}
@media (min-width: 768px) {
  .recommendations {
    margin-bottom: 5rem;
  }
}

.recommendations-selected {
  margin-top: 2em;
}

.prop-65-msg {
  position: relative;
}
.prop-65-msg::before {
  content: "";
  display: none;
  background: "../images/svg-icons/icon-prop-warning.svg" no-repeat;
  background: url("../../../images/../images/svg-icons/icon-prop-warning.svg") no-repeat;
  background-size: 1em 1.2em;
  height: 1em;
  width: 1.2em;
  position: absolute;
  left: -1.5em;
  top: 0.05em;
  z-index: 10;
}
.prop-65-msg:hover {
  cursor: pointer;
}
.prop-65-msg:hover::before {
  content: "";
  display: block;
}
.prop-65-msg strong {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .prop-65-msg {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .prop65-body > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.download-links {
  text-align: center;
  padding-left: 0;
}
.download-links li {
  list-style-type: none;
}

.pdp-charts__tab-content tr:hover {
  background: none;
}

.set-items .product-availability {
  text-align: right;
}

.video {
  margin: 0 0.75rem;
  position: relative;
}
.video::before {
  content: "";
  background: url("../../../images/../images/svg-icons/icon-video.svg");
  background-size: 80px 80px;
  opacity: 0.6;
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video:hover::before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
  cursor: pointer;
}

.preorder {
  margin: 10px 0;
}

.preorder-content {
  margin: 10px 0;
}

.preorder-shipdate {
  margin: 0 0 15px;
}
.preorder-shipdate .value {
  padding-left: 3px;
}

@media (max-width: 575.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*# sourceMappingURL=detail.css.map*/