@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
.catalog-product-view .main.container {
  padding-bottom: 0;
}
.catalog-product-view .product-img-column {
  margin-top: 40px;
}
.catalog-product-view .product-img-column .product-image {
  max-width: 100% !important;
  border: none !important;
}
.catalog-product-view .product-img-column .product-image #wrap {
  width: 100%;
}
.catalog-product-view .product-img-column .product-image #wrap img {
  width: auto;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view .product-img-column .product-image .zoom-btn-small {
  display: none;
}
.catalog-product-view .product-img-column .more-images,
.catalog-product-view .product-img-column .thumbnails {
  max-width: 100%;
  width: 100%;
}
.catalog-product-view .product-img-column .more-images .owl-item a,
.catalog-product-view .product-img-column .thumbnails .owl-item a {
  min-height: 58px;
  max-width: 100% !important;
  border: none !important;
}
.catalog-product-view .product-img-column .more-images .owl-item a #wrap,
.catalog-product-view .product-img-column .thumbnails .owl-item a #wrap {
  width: 100%;
}
.catalog-product-view .product-img-column .more-images .owl-item a #wrap img,
.catalog-product-view .product-img-column .thumbnails .owl-item a #wrap img {
  width: auto;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view .product-img-column .more-images .owl-item a .zoom-btn-small,
.catalog-product-view .product-img-column .thumbnails .owl-item a .zoom-btn-small {
  display: none;
}
.catalog-product-view .product-primary-column {
  position: relative;
  padding-top: 45px;
}
.catalog-product-view .product-primary-column .product-labels {
  position: absolute;
  top: 0;
}
.catalog-product-view .product-primary-column .product-labels .sticker {
  height: 25px;
}
.catalog-product-view .product-primary-column .product-type-data {
  border: none !important;
  padding: 20px 0 0;
  width: 100%;
}
.catalog-product-view .product-primary-column .product-type-data .price-container {
  width: 50%;
  float: left;
}
.catalog-product-view .product-primary-column .product-type-data .price-container .price-box {
  margin: 0;
  border: none !important;
  padding: 0;
  text-align: left;
}
.catalog-product-view .product-primary-column .product-type-data .price-container .price-box > * {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .product-primary-column .product-type-data .price-container .price-box > * .price-label {
  display: none;
}
.catalog-product-view .product-primary-column .product-type-data .price-container .price-box > * .price {
  line-height: 18px;
  font-size: 20px !important;
  color: #e1831e !important;
}
.catalog-product-view .product-primary-column .product-type-data .price-container .price-box .old-price .price {
  font-size: 16px !important;
  color: #8c8c8c !important;
}
.catalog-product-view .product-primary-column .product-type-data .availability-container {
  width: 50%;
  float: left;
  text-align: right;
}
.catalog-product-view .product-primary-column .product-type-data .availability-container .availability {
  display: inline-block;
  margin: 0;
  color: #595959;
  font-size: 16px;
  float: unset;
}
.catalog-product-view .product-primary-column .product-type-data .availability-container .fa {
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
}
.catalog-product-view .product-primary-column .product-type-data .availability-container .fa.in-stock {
  color: #80AA37;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.catalog-product-view .product-primary-column .product-type-data .availability-container .fa.not-currently-in-stock-but-not-out-of-stock {
  color: #FFA500;
}
.catalog-product-view .product-primary-column .product-type-data .availability-container .fa.out-of-stock {
  color: #d8041d;
}
.catalog-product-view .product-primary-column .product-name {
  margin: 0 0 1em;
}
.catalog-product-view .product-primary-column .product-sku {
  font-size: 15px;
  color: #595959;
  margin-top: 25px;
}
.catalog-product-view .product-primary-column .action-box.clearer {
  display: none;
}
.catalog-product-view .box-additional {
  margin-top: 0;
}
.catalog-product-view .box-additional .container2-wrapper {
  border: none;
}
.catalog-product-view .box-additional,
.catalog-product-view .add-to-box {
  float: left;
  border: none !important;
  padding-top: 10px;
}
.catalog-product-view .box-additional select,
.catalog-product-view .add-to-box select {
  height: auto;
}
.catalog-product-view .box-additional .add-to-cart,
.catalog-product-view .add-to-box .add-to-cart {
  margin-top: 30px;
  height: 40px;
}
.catalog-product-view .box-additional .add-to-cart button,
.catalog-product-view .add-to-box .add-to-cart button {
  height: 100%;
  min-width: 200px;
  color: #fff;
  background-color: #80aa37 !important;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
}
.catalog-product-view .box-additional .add-to-cart button:hover,
.catalog-product-view .add-to-box .add-to-cart button:hover {
  background-color: #91c13f !important;
}
.catalog-product-view .box-additional .options-wrapper,
.catalog-product-view .add-to-box .options-wrapper,
.catalog-product-view .box-additional .qty-wrapper,
.catalog-product-view .add-to-box .qty-wrapper {
  margin-right: 15px;
  float: left;
  border: 1px solid #d2d1d1;
  line-height: normal;
  height: 100%;
  position: relative;
  min-width: 116px;
}
@media screen and (max-width: 930px) {
  .catalog-product-view .box-additional .options-wrapper,
  .catalog-product-view .add-to-box .options-wrapper,
  .catalog-product-view .box-additional .qty-wrapper,
  .catalog-product-view .add-to-box .qty-wrapper {
    margin-bottom: 15px;
  }
}
.catalog-product-view .box-additional .options-wrapper label,
.catalog-product-view .add-to-box .options-wrapper label,
.catalog-product-view .box-additional .qty-wrapper label,
.catalog-product-view .add-to-box .qty-wrapper label {
  padding: 0 0 0 14px;
  margin: 0;
  line-height: 38px;
}
.catalog-product-view .box-additional .options-wrapper select,
.catalog-product-view .add-to-box .options-wrapper select,
.catalog-product-view .box-additional .qty-wrapper select,
.catalog-product-view .add-to-box .qty-wrapper select,
.catalog-product-view .box-additional .options-wrapper input,
.catalog-product-view .add-to-box .options-wrapper input,
.catalog-product-view .box-additional .qty-wrapper input,
.catalog-product-view .add-to-box .qty-wrapper input {
  height: 100%;
  width: 50% !important;
  min-width: 58px;
  margin: 0;
  border: none;
  display: inline;
  right: 0;
  position: absolute;
}
.catalog-product-view .box-additional .options-wrapper,
.catalog-product-view .add-to-box .options-wrapper {
  width: 100%;
  margin-bottom: 15px;
  transition: border 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out;
  -webkit-transition: border 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out;
}
.catalog-product-view .box-additional .options-wrapper .validation-advice,
.catalog-product-view .add-to-box .options-wrapper .validation-advice {
  display: none;
}
.catalog-product-view .box-additional .options-wrapper.validation-changed,
.catalog-product-view .add-to-box .options-wrapper.validation-changed {
  border: 1px solid #80aa37;
}
.catalog-product-view .box-additional .options-wrapper label,
.catalog-product-view .add-to-box .options-wrapper label {
  width: 50%;
  color: #000;
  text-align: left;
  float: left;
}
@media screen and (max-width: 930px) {
  .catalog-product-view .box-additional .options-wrapper label,
  .catalog-product-view .add-to-box .options-wrapper label {
    width: 100%;
  }
}
.catalog-product-view .box-additional .options-wrapper select,
.catalog-product-view .add-to-box .options-wrapper select {
  padding-left: 10px;
  cursor: pointer;
  width: 50% !important;
  border-left: 1px solid #d2d1d1;
  color: #727272;
}
@media (max-width: 500px) {
  .catalog-product-view .box-additional .options-wrapper select,
  .catalog-product-view .add-to-box .options-wrapper select {
    width: 55% !important;
  }
}
.catalog-product-view .box-additional .options-wrapper select.validation-failed,
.catalog-product-view .add-to-box .options-wrapper select.validation-failed {
  border: none !important;
}
.catalog-product-view .box-additional .options-wrapper.type-checkbox,
.catalog-product-view .add-to-box .options-wrapper.type-checkbox {
  height: 100%;
  padding: 5px 15px 5px 60px;
}
.catalog-product-view .box-additional .options-wrapper.type-checkbox > label,
.catalog-product-view .add-to-box .options-wrapper.type-checkbox > label {
  padding: 0;
  line-height: 15px;
}
.catalog-product-view .box-additional .options-wrapper.type-checkbox .title,
.catalog-product-view .add-to-box .options-wrapper.type-checkbox .title {
  display: none;
}
.catalog-product-view .box-additional .options-wrapper.type-checkbox .price,
.catalog-product-view .add-to-box .options-wrapper.type-checkbox .price {
  color: #5A5A58;
  font-size: 18px;
}
.catalog-product-view .box-additional .options-wrapper label,
.catalog-product-view .add-to-box .options-wrapper label {
  font-size: 16px;
}
.catalog-product-view .box-additional .options-wrapper li input[type="checkbox"],
.catalog-product-view .add-to-box .options-wrapper li input[type="checkbox"] {
  margin-top: 0;
  display: none;
}
.catalog-product-view .box-additional .options-wrapper li input[type="checkbox"]:checked + span.label > label:before,
.catalog-product-view .add-to-box .options-wrapper li input[type="checkbox"]:checked + span.label > label:before {
  background: url("/media/icons/checkbox/active.png") no-repeat;
  background-size: contain;
}
.catalog-product-view .box-additional .options-wrapper li span.label > label,
.catalog-product-view .add-to-box .options-wrapper li span.label > label {
  padding-left: 56px;
  font-size: 18px;
  text-align: left;
  margin-top: 2px;
  font-weight: 300;
  white-space: nowrap;
  cursor: pointer;
  margin-left: 5px;
  width: 100%;
}
@media screen and (max-width: 930px) {
  .catalog-product-view .box-additional .options-wrapper li span.label > label,
  .catalog-product-view .add-to-box .options-wrapper li span.label > label {
    padding-top: 45px;
  }
}
.catalog-product-view .box-additional .options-wrapper li span.label > label:before,
.catalog-product-view .add-to-box .options-wrapper li span.label > label:before {
  content: '';
  margin-right: 5px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(/media/icons/checkbox/checkbox.png) no-repeat;
  background-size: contain;
  transition: background 100ms ease-in-out;
  -moz-transition: background 100ms ease-in-out;
  -webkit-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
}
.catalog-product-view .box-additional .options-wrapper li span.label > label:hover:before,
.catalog-product-view .add-to-box .options-wrapper li span.label > label:hover:before {
  background: url("/media/icons/checkbox/hover.png") no-repeat;
  background-size: contain;
}
.catalog-product-view .box-additional .options-wrapper li span.label > label label,
.catalog-product-view .add-to-box .options-wrapper li span.label > label label {
  cursor: pointer;
  color: #888;
}
.catalog-product-view #product-tabs .tabs li a {
  height: 100%;
  border: none !important;
  font-size: 15px;
  background-color: #fff;
  color: #333333;
  margin-right: 12px;
  line-height: 18px;
}
.catalog-product-view #product-tabs .tabs li a.current {
  color: #e1831e;
}
.catalog-product-view #product-tabs .tabs-panels {
  border-bottom: none;
}
.catalog-product-view #product-tabs .tabs-panels h3 {
  font-size: 15px;
  font-weight: 600;
}
.catalog-product-view #product-tabs .tabs-panels p {
  font-size: 14px;
  color: #595959;
}
.catalog-product-view .lower-container-wrapper {
  padding-top: 0;
}
.catalog-product-view .lower-container-wrapper .recommended-products {
  margin-bottom: 80px;
  margin-top: 0;
}
.catalog-product-view .lower-container-wrapper .recommended-products > .container {
  padding: 0;
}
.catalog-product-view .wrapper .inner-container .col-main .product-primary-column .add-to-box .Sparxpres__product {
  width: 270px;
  margin-left: 10px;
}
@media screen and (max-width: 1281px) {
  .catalog-product-view .wrapper .inner-container .col-main .product-primary-column .add-to-box .Sparxpres__product {
    margin-top: 40px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 765px) {
  .catalog-product-view .wrapper .inner-container .col-main .product-primary-column .add-to-box .Sparxpres__product {
    margin-top: 40px;
    margin-left: 0px;
  }
}
#header-nav .navbar-inner .nav .level0 .dropdown-menu {
  box-shadow: none;
}
.cloud-zoom-big {
  width: 100% !important;
  background-repeat: repeat-y;
  background-position: 200px 200px;
}
/*# sourceMappingURL=/media/compiled/dk_product_view.less_c73feced3141493d470f674c223c3758.map */