/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.8
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.com/
*/
/******************************
PRODUCT PAGE
*******************************/

.product-page .product-info .row-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.product-page .product-info .left {
  max-width: 550px;
  width: 100%;
  background-color: white;
  padding: 25px;
  margin-right: 15px;
  border: 1px solid #e9e9e9;
}

.product-page .product-info .left .image {
  margin-bottom: 15px;
}

.product-page .product-info .left .image > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-page .row-top--product-information {
  max-width: 560px;
  width: 100%;
  margin-right: 15px;
  border: 1px solid #e9e9e9;
  background-color: white;
  padding: 7px;
}

.product-page .row-top--product-information .rtpi-heading-title,
.quickview-page .row-top--product-information .rtpi-heading-title {
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #333333;
  margin-bottom: 10px;
  line-height: 18px;
}

.product-page .row-top--product-information .rtpi-description,
.quickview-page .row-top--product-information .rtpi-description {
  color: #333333;
  line-height: 15px;
  letter-spacing: 0.24px;
  font-size: 12px;
  max-height: 105px;
  overflow-y: auto;
  margin-bottom: 15px;
}

.product-page .row-top--product-information .rtpi-product-model,
.quickview-page .row-top--product-information .rtpi-product-model {
  font-size: 14px;
  color: #d90000;
  font-weight: bold;
  margin: 0px;
}

.product-page .right .stock-container i,
.quickview-page .right .stock-container i {
  margin-right: 5px;
}

.product-page .right .stock-container,
.quickview-page .right .stock-container {
  padding: 0px;
  margin-bottom: 15px;
}

.product-page .right .stock-container .in-stock,
.quickview-page .right .stock-container .in-stock {
  color: #007108;
}


.product-page .right .stock-container .out-of-stock,
.quickview-page .right .stock-container .out-of-stock {
  color: #e1262e;
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}

.product-page .row-top--product-information .rtpi-stats,
.quickview-page .row-top--product-information .rtpi-stats {
  margin-bottom: 70px;
}

.product-page .row-top--product-information .rtpi-stats .rtpi-stats--list,
.quickview-page .row-top--product-information .rtpi-stats .rtpi-stats--list {
  max-height: 400px;
  overflow-y: auto;
}

.product-page .row-top--product-information .rtpi-stats .rtpi-stats--list-item,
.quickview-page .row-top--product-information .rtpi-stats .rtpi-stats--list-item {
  margin-bottom: 15px;
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -webkit-align-items: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;
}

.product-page .row-top--product-information .rtpi-stats .rtpi-stats--list-item .image,
.quickview-page .row-top--product-information .rtpi-stats .rtpi-stats--list-item .image {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -webkit-align-items: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  height: 18px;
}

.product-page .row-top--product-information .rtpi-stats .rtpi-stats--list-item .image img,
.quickview-page .row-top--product-information .rtpi-stats .rtpi-stats--list-item .image img {
  max-width: 30px;
  margin-left: 7px;
}

.product-page .row-top--product-information .rtpi-stats .label,
.quickview-page .row-top--product-information .rtpi-stats .label {
  font-size: 13px;
  font-weight: bold;
  color: #222222;
  letter-spacing: 0.24px;
  min-width: 50%;
  display: inline-block;
}

.product-page .row-top--product-information .rtpi-stats .value,
.quickview-page .row-top--product-information .rtpi-stats .value {
  font-size: 13px;
  color: #000;
  letter-spacing: 0.24px;
}

.product-page .right,
.quickview-page .right {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 15px;
  max-width: 400px;
  width: 100%;
}

.product-info {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.product-info > div {
  width: 50%;
  float: left;
}
.product-info .left .image {
  padding: 0;
  text-align: left;
  position: relative;
}
.product-info .left .image > a {
  display: table;
  width: 100%;
}
.product-info .left .image > a img {
  width: 100%;
  height: auto;
  float: left;
}
.product-info .left .image-additional {
  clear: both;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: -10px;
}
.product-info .left .image-additional a {
  position: relative;
  display: inline-block;
  float: left;
  transition: opacity 0.2s;
}
.product-info .left .image-additional a img {
  width: 100%;
  float: left;
  height: auto;
}
.product-info .left .image-additional a:hover {
  opacity: 0.8;
}
.product-info .left .image-additional.image-additional-grid a {
  width: 20%;
}
.product-info .left .image-additional .swiper-container-horizontal a {
  padding: 0;
}
.product-info .left .image-additional .swiper {
  margin-bottom: 10px;
}
.product-info .left .image-additional .swiper-button-prev,
.product-info .left .image-additional .swiper-button-next {
  width: 30px;
  height: 30px;
}
.product-info .left .image-additional .swiper-button-prev {
  left: 0;
}
.product-info .left .image-additional .swiper-button-next {
  right: 0;
}
.product-info .left .product-tabs,
.product-info .left .journal-custom-tab {
  clear: both;
}
.product-info .gallery-text {
  text-align: center;
  padding: 5px 0 10px;
  color: #5f6874;
  cursor: pointer;
  clear: both;
}
.product-info .gallery-text span {
  display: inline-block;
  position: relative;
}
.product-info .gallery-text:before {
  margin-right: 5px;
}
.product-info .product-sold-count.ps-right {
  display: none;
}

.product-info .right .product-options {
  background-color: transparent;
}
.product-info .right > div > div,
.product-info .right > div > ul {
  position: relative;
}
.product-info .right > div > div.social,
.product-info .right > div > ul.social {
  overflow: visible;
}
.product-info .right .description {
  line-height: 1.5;
}
.product-info .right .description .product-views-count {
  float: right;
}
.product-info .right .description span {
  padding-right: 3px;
}
.product-info .right .description .product-sold-count.ps-left {
  padding-right: 1px;
}
.product-info .right .price span {
  position: relative;
}
.product-info .right .price-old {
  font-size: 18px;
  text-decoration: line-through;
  background: #ea2e49;
  color: white;
  padding: 3px 6px;
  top: -3px;
  margin-right: 5px;
}
.product-info .right .price-tax {
  font-size: 13px;
  font-weight: normal;
  padding: 4px 0 4px 0;
  display: block;
}
.product-info .right .price .reward {
  display: block;
  font-size: 12px;
  margin: 5px 0;
  font-weight: normal;
}
.product-info .right .price .reward small {
  font-size: inherit;
}
.product-info .right .price .discount {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 7px;
}
.product-info .right .options h3 {
  height: 35px;
  line-height: 35px;
  background-color: #f4f4f4;
  color: #333745;
  padding-left: 10px;
  margin-bottom: 5px;
}
.product-info .right .options h3 + br {
  display: none;
}
.product-info .right .options.push-select .option b + br,
.product-info .right .options.push-image .option b + br,
.product-info .right .options.push-checkbox .option b + br,
.product-info .right .options.push-radio .option b + br {
  display: none;
}
.product-info .right .options.push-select .option-image li,
.product-info .right .options.push-image .option-image li,
.product-info .right .options.push-checkbox .option-image li,
.product-info .right .options.push-radio .option-image li {
  padding: 0;
}
.product-info .right .options.push-select .option-image li span,
.product-info .right .options.push-image .option-image li span,
.product-info .right .options.push-checkbox .option-image li span,
.product-info .right .options.push-radio .option-image li span {
  display: block;
}
.product-info .right .options.push-select .option-image li span img,
.product-info .right .options.push-image .option-image li span img,
.product-info .right .options.push-checkbox .option-image li span img,
.product-info .right .options.push-radio .option-image li span img {
  margin-right: 0;
  float: left;
  transition: all 0.2s;
  border: 2px solid #a9b8c0;
}
.product-info .right .options.push-select .option-image li span img:hover,
.product-info .right .options.push-image .option-image li span img:hover,
.product-info .right .options.push-checkbox .option-image li span img:hover,
.product-info .right .options.push-radio .option-image li span img:hover {
  border-color: #3f5765;
}
.product-info .right .options.push-select .option-image li.selected span img,
.product-info .right .options.push-image .option-image li.selected span img,
.product-info .right .options.push-checkbox .option-image li.selected span img,
.product-info .right .options.push-radio .option-image li.selected span img {
  border-color: #3f5765;
}
.product-info .right .options .option {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  width: 100%;
}
.product-info .right .options .option label {
  font-weight: normal;
  transition: color 0.2s;
}
.product-info .right .options .option .required {
  font-size: 20px;
  font-family: Arial !important;
  float: left;
  height: 0;
}
.product-info .right .options .option b {
  font-size: 12px;
  display: block;
  padding: 2px 0 1px 0;
  font-weight: normal;
}
.product-info .right .options .option b:after {
  content: '';
  display: table;
  clear: both;
}
.product-info .right .options .option b + br {
  display: none;
}
.product-info .right .options .option span {
  padding: 3px 3px 3px 0;
}
.product-info .right .options .option input[type='text'],
.product-info .right .options .option textarea {
  min-width: 100%;
}
.product-info .right .options .option:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-info .right .options span.error {
  position: absolute;
  right: 5px;
  padding: 3px 4px 2px 4px;
}
.product-info .right .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .right .option-image tbody tr td:first-of-type + td {
  width: 50px;
}
.product-info .right .option-image label {
  display: block;
  width: 100%;
  height: auto;
  padding-right: 0;
}
.product-info .right .option-image img {
  margin-right: 5px;
  cursor: pointer;
}
.product-info .right .cart {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0px;
}

.product-info .right .cart div .text-qty {
  width: 50%;
  font-weight: bold;
  display: none;
  height: 100%;
  line-height: 40px;
  text-align: center;
  float: left;
}
.product-info .right .cart div input[name='quantity'] {
  float: left;
  width: 40%;
  line-height: 38px;
  height: 100%;
  text-align: center;
  margin: 0;
  border: 0;
}
.product-info .right .cart div .button {
  font-weight: normal;
}
.product-info .right .cart div .button.enquiry-button {
  width: 100% !important;
}
.product-info .right .cart div .button .button-cart-text:before {
  margin-right: 8px;
  line-height: 100%;
  display: none;
}
.product-info .right .cart div .button .button-cart-text:after {
  line-height: 100%;
  margin-left: 8px;
}
.product-info .right .cart .minimum {
  padding-top: 10px;
  font-size: 12px;
  clear: both;
}
.product-info .right .wishlist-compare {
  padding: 0;
}
.product-info .right .wishlist-compare .links {
  width: 100%;
  clear: both;
  display: block;
  text-align: left;
  padding: 2px 0 4px 0;
}
.product-info .right .wishlist-compare .links a {
  padding: 0 15px;
  border: none;
  color: #428bca;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  transition: all 0.2s;
}
.product-info .right .wishlist-compare .links a:hover {
  color: #565656;
}
.product-info .right .wishlist-compare .links a:before {
  position: relative;
  right: 5px;
  font-size: 15px;
  float: left;
}
.product-info .right .wishlist-compare .links span {
  line-height: 24px;
  display: none;
}
.product-info .right .review img {
  top: 2px;
  position: relative;
  margin-right: 7px;
}
.product-info .right .review a {
  position: relative;
  top: -1px;
}
.product-info .right .review .share {
  display: none;
  overflow: auto;
  line-height: normal;
}
.product-info .right .review .share a {
  text-decoration: none;
}
.product-info .option ul {
  list-style: none;
  padding: 0;
  margin: -5px 0 0 0;
}
.product-info .option ul li {
  background-color: white;
  color: #333745;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding: 0 7px;
  margin: 4px 6px 0 0;
  line-height: 23px;
  cursor: pointer;
  transition: all 0.2s;
}
.product-info .option ul li span {
  padding: 0 !important;
}
.product-info .tab-content {
  border-radius: 0;
}
.product-info.split-70-30 .left {
  width: 70%;
}
.product-info.split-70-30 .right {
  width: 30%;
}
.product-info.split-70-30 .right .cart div .qty {
  width: 100%;
  margin-bottom: 10px;
}
.product-info.split-70-30 .right .cart div .button {
  width: 100%;
}
.product-info.split-60-40 .left {
  width: 60%;
}
.product-info.split-60-40 .right {
  width: 40%;
}
.product-info.split-40-60 .left {
  width: 40%;
}
.product-info.split-40-60 .right {
  width: 60%;
}
.product-info.split-30-70 .left {
  width: 30%;
}
.product-info.split-30-70 .right {
  width: 70%;
}

.push-checkbox .checkbox,
.push-checkbox input[type='checkbox'],
.push-checkbox input[type='checkbox'] + label,
.push-checkbox input[type='checkbox'] + label + br {
  display: none !important;
}

.push-select select {
  display: none !important;
}

.push-radio .radio,
.push-radio input[type='radio'],
.push-radio input[type='radio'] + label,
.push-radio input[type='radio'] + label + br {
  display: none !important;
}

table.option-image input[type='radio'],
table.option-image input[type='radio'] + label,
table.option-image input[type='radio'] + label + br {
  display: inherit !important;
}

.push-image .option-image .radio,
.push-image .option-image input[type='radio'],
.push-image .option-image input[type='radio'] + label,
.push-image .option-image input[type='radio'] + label + br {
  display: none !important;
}
.push-image table.option-image {
  display: none !important;
}

.oc2 .product-info .option ul {
  margin: 0;
}

@media only screen and (min-width: 470px) {
  .product-info .product-options .cart > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quickview #more-details {
    margin-left: 8px;
  }
}
.ie .product-info .right .cart div input[name='quantity'] {
  line-height: 100%;
}

.social {
  margin-bottom: 20px;
  padding: 7px 8px 10px 0;
  min-height: 40px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.social-loaded {
  background-color: inherit;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
}
.social-loaded > span {
  min-height: 30px !important;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-loaded > span > span {
  margin-top: 0 !important;
  bottom: auto !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices,
.stButton .stButton_gradient {
  min-height: 22px;
}

.st_fblike {
  margin-right: 5px;
}

.left .social {
  margin-top: 10px;
  padding: 10px;
}

.product-info .right > div > div.social {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: none;
}

.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #333745;
  font-size: 14px;
  background: #f4f4f4;
  text-align: left;
}
.attribute tr td:first-child {
  text-align: center;
  width: 20%;
}
.attribute td {
  padding: 7px;
  color: #333745;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

body > figure {
  direction: ltr;
}

ul.product-option {
  padding: 0;
}

/******************************
PRODUCT TABS
*******************************/
input[name='captcha'] {
  width: 150px;
  margin-right: 10px;
}

label[for='input-captcha'] + div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-content img {
  max-width: 100%;
  height: auto;
}

#tab-description div,
#tab-description p:not(:only-of-type) {
  margin-bottom: 10px;
}

#tab-description h1,
#tab-description h2,
#tab-description h3,
#tab-description h4 {
  line-height: 1.2;
}
#tab-description h3 {
  padding-left: 0;
  margin-bottom: 3px;
}

#tab-description ul li {
  margin-bottom: 5px;
}

#tabs {
  overflow: hidden;
  list-style: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
#tabs li {
  border-width: 0;
  overflow: hidden;
  float: left;
}
#tabs li:nth-last-child(n + 6),
#tabs li:nth-last-child(n + 6) ~ li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#tabs li:only-of-type > a {
  cursor: default;
}
#tabs li a {
  width: 100%;
  float: left;
}
#tabs a,
#tabs li a {
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: inset 0 -3px 6px -2px rgba(0, 0, 0, 0.5);
  line-height: 37px;
}

.product-options .text-danger {
  margin-bottom: 5px;
}

@media only screen and (max-width: 760px) {
  .product-information .product-information-delivery,
  .product-information .product-information-details {
    height: 100% !important;
  }
  #tabs li {
    min-width: 50%;
  }
  #tabs li a:last-of-type {
    border-top-right-radius: 0;
  }
}
#tabs a.selected,
#tabs li.active a {
  background-color: #f4f4f4;
  box-shadow: none;
  color: #333745;
}

.tab-content {
  padding: 15px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  z-index: 2;
  overflow: auto;
  position: relative;
}
.tab-content p {
  margin-bottom: 0;
}

.journal-custom-tab h3,
.tab-content h3 {
  padding-bottom: 4px;
}

.journal-custom-tab > div:only-child {
  float: none;
}

.product-info .left .journal-custom-tab {
  margin-top: 15px;
  overflow: hidden;
}

.tab-related,
#tab-related {
  display: none !important;
}

#content .related-products .box-product {
  padding-top: 0;
}
#content .related-products .box-heading {
  margin-bottom: 20px;
}
#content .related-products .box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-content ul li,
.cms-blocks ul li,
.journal-custom-tab ul li {
  margin-left: 30px;
}

/******************************
 REVIEW
*******************************/
.review-list {
  background-color: transparent;
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
}
.review-list .text {
  padding: 10px;
  padding-top: 0;
  line-height: 1.3;
  clear: both;
}
.review-list .author {
  padding: 5px;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  display: inline-block;
  color: #333;
}
.review-list .author b {
  font-size: 15px;
  font-weight: bold;
  color: #5c8ba6;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}

#content #review-title {
  color: white;
  margin-bottom: 15px;
  height: auto;
}

#tab-review {
  padding-bottom: 0;
}
#tab-review .buttons {
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
  border-width: 0;
}
#tab-review .buttons .right,
#tab-review .buttons .pull-right {
  float: left;
}
#tab-review .buttons .pull-right {
  margin: 10px 0 0 10px;
}
#tab-review.tab-content ul li {
  margin-left: 0;
}
#tab-review .form-group:nth-child(5) label {
  position: relative;
  top: -4px;
}

.oc2 #tab-review .form-group label {
  width: auto;
  padding: 0;
}
.oc2 #tab-review input[name='captcha'] {
  display: block;
  clear: both;
  margin-left: 10px;
  margin-bottom: 0;
}
.oc2 #tab-review .buttons .pull-right {
  margin: 10px 0 0 0;
}

.g-capthca {
  background-image: url('../../../../../image/data/journal2/loader.gif');
  background-repeat: no-repeat;
}

@media only screen and (min-width: 760px) {
  #content .g-capthca {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 470px) {
  .quickview .product-info .product-options .cart > div {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.product-info .product-options .cart > div > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/******************************
 TAGS
*******************************/
.tags {
  display: none;
  margin-left: 0;
  color: transparent;
  margin-bottom: 15px;
}

.tags b {
  padding: 2px 6px 3px 6px;
  background-color: #5f6874;
  color: white;
  margin-right: 5px;
  font-weight: normal;
}

.tags a {
  margin-left: 0;
  padding: 1px 6px 1px 6px;
  background-color: #f4f4f4;
  color: #333745;
  display: inline-block;
  margin-bottom: 5px;
  transition: all 0.2s;
}

/******************************
PRODUCT LABELS
*******************************/
.product-grid-item .image > span,
.product-list-item .image > span,
.product-info .image > span {
  position: absolute;
  z-index: 99;
  text-align: center;
  display: block;
  transition: opacity 0.2s;
}

.label-latest {
  color: white;
  background: #428bca;
  top: 5px;
  right: 5px;
  padding: 5px 6px;
}
.label-latest b {
  font-weight: inherit;
}

.label-sale {
  top: 5px;
  right: 5px;
  background: #ea2e49;
  color: white;
  font-weight: bold;
  padding: 5px 5px 6px 5px;
}
.label-sale b {
  font-weight: inherit;
}

.label-latest + .label-sale {
  top: 26px;
  margin-top: 9px;
}

.label-outofstock {
  pointer-events: none;
  top: 0;
  min-width: 200px;
  -webkit-transform: translate(-28%, 100%) rotate(-45deg);
  transform: translate(-28%, 100%) rotate(-45deg);
  -webkit-transform-origin: 53%;
  transform-origin: 53%;
  font-size: 15px;
  padding-top: 0.3em;
  padding-bottom: 0.4em;
  padding-left: 4em;
  padding-right: 4em;
  white-space: nowrap;
  background: #ea2e49;
  color: white;
  line-height: 1;
}
.label-outofstock b {
  font-weight: inherit;
}

.ie9 .label-sale b {
  display: inline-block;
  width: 110%;
}

.hide-cart .cart.outofstock .button:not(.compare-remove) {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.hide-cart .cart.outofstock .button.enquiry-button,
.hide-cart .cart.outofstock #more-details {
  opacity: 1 !important;
  cursor: auto !important;
  pointer-events: auto !important;
}
.hide-cart td.outofstock > .btn-primary,
.hide-cart td img.outofstock {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.ie.hide-cart .cart.outofstock .button:not(.compare-remove),
.ie.hide-cart .cart.outofstock .button:not(.enquiry-button) {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.ie.hide-cart .cart.outofstock::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ie.hide-cart .cart.outofstock .button.compare-remove {
  position: relative;
  z-index: 2;
}
.ie.hide-cart .product-info .cart.outofstock::before {
  display: none;
}
.ie.hide-cart .product-info .cart.outofstock > div::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ie.hide-cart .product-info .cart.outofstock > div .qty {
  z-index: 2;
  position: relative;
}

.product-grid-item .enquiry-button .button i {
  margin-right: 0 !important;
}

.enquiry-button > i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.enquiry-button > i::before {
  font-size: 1.2em;
  transition: all 0.15s ease-out;
}

#product .option label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#product .option label img {
  margin: 0 5px 0 2px;
}
#product .option-radio div > label {
  margin-bottom: 5px;
}

/******************************
 QUICKVIEW
*******************************/
.quickview-button {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.quickview-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quickview-button {
  -webkit-backface-visibility: hidden;
}

.product-wrapper:hover .quickview-button,
.product-list-item:hover .quickview-button {
  opacity: 1;
  visibility: visible;
}

.quickview {
  /* animate in */
  /* animate out */
}
.quickview body {
  background-color: transparent;
  background-image: none;
}
.quickview .mfp-iframe {
  background-color: white;
}
.quickview #container {
  min-height: 100%;
  background-color: white;
  margin-bottom: 0;
  margin-top: 0;
  box-shadow: none;
}
.quickview #content {
  padding: 15px 15px 5px 15px !important;
}
.quickview #content:after {
  content: '';
  display: none;
}
.quickview .heading-title {
  margin-bottom: 15px;
}
.quickview-page .mfp-iframe-holder .mfp-content {
  max-width: 960px;
  height: 560px;
}
.quickview-page .journal-header-center,
.quickview-page .sticky-product-header,
.quickview-page .fullwidth-footer,
.quickview-page .breadcrumb-section {
  display: none;
}
.quickview-page .row-top {
  width: 100%;
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}
.quickview-page #content {
  padding: 0px !important;
}

.quickview-page .row-top .left {
  width: 20%;
  padding-right: 20px;
}

.quickview-page .row-top--product-information {
  width: 50%;
  max-width: 400px;
}

.quickview-page .right {
  width: 30%;
}

.quickview .tab-content {
  background-color: transparent;
}
.quickview .product-info {
  margin-bottom: 15px;
}
.quickview .product-info .right {
  padding-left: 15px;
}
.quickview .product-info .right .cart {
  display: table;
  overflow: visible;
  width: 100%;
}
.quickview .product-info .left .image-additional {
  margin-bottom: 5px;
  margin-top: 10px;
}
.quickview .product-info .left .tab-content {
  margin-top: 15px;
  margin-bottom: 0;
}
.quickview #button-cart {
  width: 50%;
  float: left;
}
.quickview #more-details {
  width: 40px;
  height: 40px;
  float: right;
}
.quickview .cart [data-hint]:before {
  display: block;
  margin-left: -6px;
}
.quickview .cart [data-hint]:after {
  display: block;
  left: auto;
  right: 0;
  text-shadow: none;
  box-shadow: none;
  line-height: 100%;
}
.quickview .mfp-iframe,
.quickview .journal-popup {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.quickview.mfp-bg {
  opacity: 0.01;
  transition: all 0.2s ease-out;
}
.quickview.mfp-ready .mfp-iframe,
.quickview.mfp-ready .journal-popup {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.quickview.mfp-ready.mfp-bg {
  opacity: 0.75;
}
.quickview.mfp-removing .mfp-iframe,
.quickview.mfp-removing .journal-popup {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.quickview.mfp-removing.mfp-bg {
  opacity: 0;
}
.quickview .zm-viewer,
.quickview .zm-handler {
  cursor: default;
}

.mfp-bg {
  z-index: 9999999;
}

.mfp-wrap {
  z-index: 99999999;
}

#product-gallery .swiper-button-prev,
#product-gallery .swiper-button-next {
  margin-top: 0;
}

/******************************
 CLOUD ZOOM
*******************************/
.zm-viewer {
  position: absolute;
  display: none;
  overflow: hidden;
  background: url('../lib/image-zoom/loading.gif') no-repeat center center;
  cursor: pointer;
  z-index: 999;
}

.zm-handler {
  position: absolute !important;
  display: none;
  overflow: hidden;
  cursor: pointer;
  border: none !important;
}

.zm-handlerarea {
  background: url('../lib/image-zoom/lens.png');
  opacity: 0.9;
  position: relative;
}

.zm-description {
  position: absolute;
  bottom: 6px;
  left: 6px;
  right: 6px;
  background-color: #eee;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  padding: 4px;
}

.followViewer,
.standardViewer {
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/******************************
 FULL SIZE ZOOM
*******************************/
/******************************
OC2
*******************************/
.oc2 .list-unstyled {
  margin-top: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
.oc2 .product-info .right .price-old {
  float: left;
}
.oc2 .product-info .right .price-new {
  position: relative;
}
.oc2 .product-info .right .options .option div label:before {
  display: none;
}
.oc2 .product-info .right .options .option .input-group-btn {
  padding: 0;
}
.oc2 .product-info .right .options .option label {
  display: block;
}
.oc2 .rating .fa-stack {
  width: auto;
  height: auto;
  line-height: 100%;
  padding: 0 8px;
  display: inline;
}
.oc2 .rating .fa-star {
  color: #f1c40f;
}
.oc2 .rating .fa-star + .fa-star-o {
  color: #f1c40f;
}
.oc2 .rating .fa-star-o {
  color: #5f6874;
}
.oc2 .rating a {
  position: relative;
  top: -1px;
}
.oc2 .rating a:first-of-type {
  margin-left: 10px;
}
.oc2 .tab-content {
  display: none;
}
.oc2 .tab-content.active {
  display: block;
}
.oc2 .tab-content #captcha {
  margin-left: 10px;
}
.oc2.quickview .tab-content {
  display: block;
}
.oc2 .product-info .left .tabs-content .journal-custom-tab {
  border-radius: inherit;
  border-top-width: inherit;
  margin-top: 0;
}
.oc2 #tab-review .form-group {
  font-size: 12px;
}
.oc2 #tab-review input[type='radio'],
.oc2 #tab-review input[type='checkbox'] {
  margin: 4px 0 0;
}
.oc2 #tab-review form table td > p {
  margin: 10px 0;
}
.oc2 #tab-review form table td:first-of-type {
  width: 100px !important;
  padding-right: 10px;
}
.oc2 #tab-review .fa-stack-1x,
.oc2 #tab-review .fa-stack-2x {
  width: auto;
}
.oc2 #tab-review .fa-stack {
  width: auto;
  height: auto;
  line-height: 100%;
  padding: 0 8px;
  display: inline-block;
  margin-bottom: 20px;
}
.oc2 #tab-review .fa-star {
  color: #f1c40f;
}
.oc2 #tab-review .fa-star + .fa-star-o {
  color: #f1c40f;
}
.oc2 #tab-review .fa-star-o {
  color: #5f6874;
}
.oc2 #tab-review a {
  position: relative;
  top: -1px;
}
.oc2 .attribute strong {
  font-weight: inherit;
}

#button-cart:hover {
  box-shadow: none;
}

/* .product-info .left {border: 1px solid #dcdcdc;box-shadow: 0 1px 1px rgba(0,0,0,.1);} */

.product-info .right .heading-title {
  box-shadow: none;
  padding: 0 10px;
}

.product-info .product-information {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-info .product-information .product-information-delivery,
.product-info .product-information .product-information-details {
  background-color: #f3f3f3;
  width: 49%;
  border: 1px solid #d8d8d8;
  height: 210px;
  padding: 20px;
}
.product-info .product-information .product-information-delivery .product-information-delivery-heading {
  color: #005580;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
}
.product-info .product-information .product-information-delivery .product-information-delivery-list {
  margin: 0px;
  font-size: 15px;
}
.product-info
  .product-information
  .product-information-delivery
  .product-information-delivery-list
  .product-information-delivery-list-item:before {
  content: '\2713';
  color: green;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 0 6px 0 0;
}

.product-info .product-information .product-information-details .p-brand,
.product-info .product-information .product-information-details .p-model {
  position: relative;
  line-height: 24px;
  font-size: 15px;
}
.product-info .product-information .product-information-details .p-brand > a {
  font-weight: bold;
  color: #000;
}
.product-info .product-information .product-information-details .p-brand > img {
  position: absolute;
  right: 0px;
  top: 0px;
}
.product-info .product-information .product-information-details .p-brand > a:hover {
  color: #333;
}
.product-info .product-information .product-information-details .p-model > .p-model {
  font-weight: bold;
  color: #333;
}

.product-info .product-why-us {
  width: 100%;
  margin-top: 10px;
}
.product-info .product-why-us .why-us-product-section {
  list-style-type: none;
  padding: 5px 0px;
  margin: 10px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.product-info .product-why-us .why-us-product-section .adv {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.product-info .product-why-us .why-us-product-section .adv p {
  color: #666;
  font-size: 14px;
  line-height: 1px;
}

.product-info .product-why-us .why-us-product-section .adv i {
  font-size: 2rem;
  margin-right: 10px;
  color: #d8d8d8;
}

.product-tabs {
  display: none !important;
}

.product-info .right .reward-points-row {
  font-size: 15px;
  color: #333;
}
.product-info .right .reward-points-row i {
  font-size: 2.2rem;
  margin-right: 10px;
  color: #d8d8d8;
}
.product-info .right .reward-points-row .p-rewards {
  font-weight: bold;
  color: black;
}
.product-info .right .cart div .qty .journal-stepper:first-child {
  border-radius: 4px 0 0 4px;
}
.product-info .right .cart div .qty .journal-stepper:last-child {
  border-radius: 0 4px 4px 0;
}
.product-info .right .cart div .qty #input-quantity {
  background-color: #fbfbfb;
  border: 1px solid #d8d8d8;
}
.product-info .right .cart div .qty #input-quantity {
  background-color: #fbfbfb;
  color: #555;
  border-color: #92bfd5;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}

.breadcrumb-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.breadcrumb-section ul {
  max-width: 1660px;
  padding: 0px 15px !important;
}
.breadcrumb-section ul li:last-child a {
  text-decoration: none;
  pointer-events: none;
}

.product-page .sticky-product-header {
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  top: -50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  height: 60px;
  background-color: white;
  z-index: 99;
  width: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#container {
  max-width: 1630px !important;
  padding: 0px 15px;
}

.product-page .sticky-product-header .sticky-product-header--inner {
  max-width: 1660px;
  padding: 0px 15px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-page .sticky-product-header .product-name-container .product-name {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-page .sticky-product-header .product-button-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.product-page .sticky-product-header .product-button-group .price-container {
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-page .sticky-product-header .product-button-group .price-container p {
  font-size: 16px;
}

.product-page .sticky-product-header .product-button-group .sticky-qty,
.product-page .right .cart .qty {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.product-page .sticky-product-header .product-button-group .sticky-qty .journal-stepper,
.product-page .right .cart .qty .journal-stepper,
.quickview-page .right .cart .qty .journal-stepper {
  width: 38px;
  height: 38px;
  color: #212121;
  border: 1px solid #dddddd;
  background-color: #f9f8f8;
  box-shadow: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}

.product-page .right .cart .qty .journal-stepper,
.quickview-page .right .cart .qty .journal-stepper {
  height: 40px;
}

.product-page .sticky-product-header .product-button-group .sticky-qty .journal-stepper:hover,
.product-page .right .cart .qty .journal-stepper:hover,
.quickview-page .right .cart .qty .journal-stepper:hover {
  background-color: #fafafa;
  color: #212121;
}

.product-page .sticky-product-header .product-button-group .sticky-qty .journal-stepper:first-child,
.product-page .right .cart .qty .journal-stepper:first-child,
.quickview-page .right .cart .qty .journal-stepper:first-child {
  margin-right: 5px;
}

.product-page .sticky-product-header .product-button-group .sticky-qty .journal-stepper.increase,
.product-page .right .cart .qty .journal-stepper.increase,
.quickview-page .right .cart .qty .journal-stepper.increase {
  margin-left: 5px;
}

.product-page .sticky-product-header .product-button-group .sticky-qty input[name='quantity-sticky'],
.product-page .right .cart .qty input[name='quantity'],
.quickview-page .right .cart .qty input[name='quantity'] {
  width: 60px;
  height: 38px;
  border: 1px solid #dddddd;
  background-color: transparent;
  text-align: center;
  box-shadow: none;
  box-sizing: border-box;
}

.product-page .right .cart .qty input[name='quantity'],
.quickview-page .right .cart .qty input[name='quantity'] {
  height: 40px;
}

.product-page .sticky-product-header .product-button-group #button-cart-sticky,
.product-page .right .cart #button-cart,
.quickview-page .right .cart #button-cart {
  width: 100%;
  background-color: #d90000;
  border-radius: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: none;
  margin-left: 20px;
}

.product-page .sticky-product-header .product-button-group #button-cart-sticky .button-cart-icon {
  display: none;
}

.product-page .sticky-product-header .product-button-group #button-cart-sticky .button-cart-icon svg {
  width: 20px;
}

.product-page .sticky-product-header .product-button-group #button-cart-sticky {
  width: 200px;
}

.product-page .right .cart #button-cart,
.quickview-page .right .cart #button-cart {
  height: 40px;
  max-width: 230px;
  padding: 0px;
  margin-left: 0px;
}

.product-page .right .cart #button-cart {
  margin-left: 5px;
}

.product-page .sticky-product-header .product-button-group #button-cart-sticky:hover,
.product-page .right .cart #button-cart:hover,
.quickview-page .right .cart #button-cart:hover {
  background-color: #b70000;
  color: white;
  border-color: #b70000;
  box-shadow: none;
}

.product-page .sticky-product-header .product-button-group #button-cart-sticky:hover .button-cart-text,
.product-page .right .cart #button-cart:hover .button-cart-text,
.quickview-page .right .cart #button-cart:hover .button-cart-text {
  color: white;
}

.product-page .sticky-product-header .product-button-group #button-cart-sticky:hover svg,
.product-page .right .cart #button-cart:hover svg,
.quickview-page .right .cart #button-cart:hover svg {
  fill: white;
}

.product-page .sticky-product-header .product-button-group #button-cart-sticky svg,
.product-page .right .cart #button-cart svg,
.quickview-page .right .cart #button-cart svg {
  min-width: 12px;
  fill: #e3e3e3;
  width: 12px;
  margin-right: 5px;
  transition: 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
}

.product-page .sticky-product-header .product-button-group #button-cart-sticky .button-cart-text,
.product-page .right .cart #button-cart .button-cart-text,
.quickview-page .right .cart #button-cart .button-cart-text {
  font-size: 14px;
  color: #e3e3e3;
  text-transform: initial;
  font-weight: normal;
  line-height: 20px;
  transition: 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
}

.product-page .sticky-product-header .price-container .product-price,
.product-page .right .product-price,
.quickview-page .right .product-price {
  color: #333333 !important;
  font-size: 26px !important;
  font-weight: bold;
  line-height: 32px;
}

.product-page .ask-an-expert,
.quickview-page .ask-an-expert {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #008cb9;
  margin-bottom: 30px;
}

.product-page .product-information-delivery,
.quickview-page .product-information-delivery {
  padding: 0px;
}

.product-page .product-information-delivery .product-information-delivery-heading,
.quickview-page .product-information-delivery .product-information-delivery-heading {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 15px;
}

.product-page .product-information-delivery .product-information-delivery-list-item,
.quickview-page .product-information-delivery .product-information-delivery-list-item {
  font-size: 14px;
  font-weight: bold;
  color: #1e1e1e;
  text-transform: uppercase;
}

.product-page .product-information-delivery .product-information-delivery-list-item:not(:last-child),
.quickview-page .product-information-delivery .product-information-delivery-list-item:not(:last-child) {
  margin-bottom: 15px;
}

.product-page .product-information-delivery .product-information-delivery-list-item i,
.quickview-page .product-information-delivery .product-information-delivery-list-item i  {
  margin-right: 10px;
}

.product-page .ask-an-expert .expert-icon,
.quickview-page .ask-an-expert .expert-icon {
  margin-right: 15px;
}

.product-page .ask-an-expert .expert-icon i,
.quickview-page .ask-an-expert .expert-icon i {
  font-size: 32px;
  color: white;
}

.product-page .ask-an-expert .expert-text p,
.quickview-page .ask-an-expert .expert-text p {
  color: #fff;
  font-size: 12px;
}

.product-page .ask-an-expert .expert-text a,
.quickview-page .ask-an-expert .expert-text a {
  color: white;
}

.product-page-content .product-contact-form {
  /*width: 70%;*/
  background-color: white;
  padding: 15px;
}
.product-page-content .product-contact-form .pull-right input {
  background-color: #11519f;
}
.product-page-content .product-contact-form .pull-right input:hover {
  color: white;
}

.product-info .product-details-navigation {
  width: 100%;
  padding: 0;
}
.product-info .product-details-navigation .product-nav-list {
  height: 40px;
  margin: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.product-info .product-details-navigation .product-nav-list > li {
  margin-right: 30px;
}
.product-info .product-details-navigation .product-nav-list > li > a {
  font-size: 15px;
  color: #333;
}
.product-info .product-details-navigation .product-nav-list > li > a:hover {
  text-decoration: underline;
}
.product-info .product-details-navigation .product-nav-list > li.item-custom-desc > a {
  font-weight: bold;
}
.product-info .product-details-navigation .product-nav-list > li.item-custom-desc > a:hover {
  text-decoration: none;
}
.product-info .product-details-navigation .product-nav-list > li.item-custom-desc {
  border-bottom: 2px solid #11529f;
}
.product-page-content .product-description {
  width: 100%;
  line-height: 20px;
}
.product-page-content .product-related-section {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
h3.product-page {
  font-size: 19px;
  margin-bottom: 10px;
}
.product-page-content .product-related-section .comp-cars-list {
  line-height: 20px;
}
.product-page-content .product-details-content {
  /*width: 70%;*/
}
.product-page-content .product-details-content > div {
  background-color: white;
  padding: 15px;
  margin-bottom: 30px;
  overflow-y: auto;
  max-height: 200px;
}
.product-page-content .product-details-content > .product-yt-video {
  max-height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: transparent;
}
.product-page-content .product-details-content > .product-yt-video .ytvideo-heading {
  font-size: 19px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1280px) and (min-width: 960px) {
  .product-page-content .product-details-content > .product-yt-video iframe {
    width: 900px;
    height: 510px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 601px) {
  .product-page-content .product-details-content > .product-yt-video iframe {
    width: 560px;
    height: 320px;
  }
}

@media only screen and (max-width: 600px) {
  .product-page-content .product-details-content > .product-yt-video iframe {
    width: 400px;
    height: 230px;
  }
}
.product-information-details h6 {
  color: #005580;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
}
.product-info .product-information .description {
  font-size: 16px;
}
.p-part-status-value,
.p-damaged-value,
.p-gen-value {
  font-weight: bold;
}

.phonePrompt ul {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  font-size: 1rem;
}
.usp-section {
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.usp-section .red {
  color: #d0021b;
}
.usp-section header {
  margin: 0 auto;
  max-width: 1077px;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 10px;
}
.usp-section header p {
  text-align: center;
  padding-top: 8px;
  margin-bottom: 8px;
  color: #005580;
  font-size: 20px;
}
.usp {
  list-style-type: none;
  padding-left: 0;
  padding-top: 12px;
}
.usp:after,
.usp:before {
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
}
.usp:after {
  clear: both;
}
.usp li {
  color: #666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  font-size: 13px;
  height: auto;
  line-height: 15px;
  margin: 15px 0 15px;
  text-align: left;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 20%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.usp li:before {
  background-position: 50% !important;
  background-repeat: no-repeat;
  content: '';
  display: none;
  vertical-align: middle;
  line-height: 30px;
  margin-right: 6px;
  width: 50px;
  height: 50px;
}

.usp .years-plus {
  display: none;
}
.usp-five-up li {
  margin: 0 0 15px;
}
.p-part-status-value {
  font-weight: bold;
}
.p-damaged-value {
  font-weight: bold;
}
.p-gen-value {
  font-weight: bold;
}
.product-info .product-information .description {
  font-size: 15px;
}
.p-part-status-value,
.p-damaged-value,
.p-gen-value {
  font-weight: bold;
}

@media only screen and (max-width: 470px) {
  .product-info.split-60-40 .right .cart div .qty {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .product-info.split-60-40 .right .cart div .button {
    width: 100% !important;
  }
}

.product-page-content .journal-carousel.carousel-product {
  margin-top: 20px;
}
.product-page-content .journal-carousel.carousel-product .box-heading {
  text-align: center;
  background-color: transparent;
}
.product-page-content .journal-carousel.carousel-product .box-heading a {
  width: 100%;
  text-transform: uppercase;
  font-size: 20px !important;
}
.product-page-content .product-options .enquiry-button > a,
.carousel-product .enquiry-button > a {
  background-color: #e1262e;
  padding: 10px 20px;
  color: white;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
}
.product-page-content .product-options .enquiry-button > a:hover,
.carousel-product .enquiry-button > a:hover {
  background-color: rgb(204, 33, 41);
}
.p-stock .fa-check-square-o {
  margin: 0 5px;
  font-size: 18px;
  color: green;
}

.p-stock .fa-times {
  margin: 0 5px;
  font-size: 18px;
  color: #e1262e;
}

.p-stock .fa-phone {
  margin: 0 5px;
  font-size: 18px;
}

.product-page.quickview .heading-title {
  font-size: 22px;
}

.quickview .product-info {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}

.quickview .product-info .price {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -webkit-align-items: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;
}

.quickview .product-info .price .price-old {
  background-color: transparent;
  color: #999 !important;
  font-size: 22px !important;
  position: relative;
}

.quickview .product-info .price .price-new,
.quickview .product-info .price .product-price {
  color: #333333 !important;
  font-size: 26px !important;
  font-weight: bold;
}