.catalog-product-view .breadcrumbs .items {
	justify-content: flex-start;
	width: 55%;
    margin-left: auto;
}
.page-layout-1column .product-info-main {
    width: 55%;
    float: right;
    order: 2;
	padding-bottom: 85px;
}
.catalog-product-view .page.messages{
    padding-left: 30px;
    padding-right: 30px;
}
.page-layout-1column .product.media {
    width: 45%;
    order: 1;
}
.product.media {
    float: left;
    margin-bottom: 25px;
}
.action-skip-wrapper {
    height: 0;
    position: relative;
}
.action-skip-wrapper .action.skip:not(:focus){
	
	    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.page-layout-1column .product-info-main .product-sku-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin: 20px 0px;
}

.page-layout-1column .product-info-main .product-sku-brand .brand-image-logo {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 10px;
}

.page-layout-1column .product-info-main .product-sku-brand .supplier-no {
    margin-right: 10px;
    margin-left: 10px;
}

.page-layout-1column .product-info-main .product-sku-brand .supplier-no label {
    font-weight: 700;
}

.product-info-main .page-title-wrapper .page-title {
    margin-top: 0;
    text-align: center;
    line-height: 36px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #17181b;
    margin-bottom: 20px;
}

.product-info-main .product-price-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.product-info-main .product-price-container .product-info-price .price {
    font-size: 24px;
    color: #17181b;
}

.product-info-main .product-price-container .incexc {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.product-info-main .product-price-container .incexc .label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}

.product-info-main .product-price-container .incexc a {
    border: 1px solid #ebedee;
    height: 35px;
    font-size: 16px;
    color: #17181b;
    width: 50px;
    text-align: center;
    line-height: 35px;
    background: #fff;
}

.product-info-main .product-price-container .incexc a.active {
    background: #ebedee;
}

.product-info-main .product-price-container .incexc .gst {
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
}

.product-info-main .product-price-container .product-info-price {
    padding: 0 15px;
    position: relative;
    line-height: 40px;
	display: flex;
    align-items: center;
}

.product-info-main .product-price-container .product-info-price:after {content: "";width: 1px;height: 40px;position: absolute;right: 0;top: 0;background: #ebedee;}
.product-info-main .product-price-container .product-info-price .price-container {
    margin-right: 10px;
}
.product.attribute.overview {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.71;
    color: #1c1c1c;
    text-align: left;
    margin: 27px 0 30px;    
	width: 100%;
}
.page-main-description {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.product.attribute.overview p {
    margin-top: 0;
}
.product-info-main .product-add-form {
    display: inline-block;
    width: 100%;
    vertical-align: top;
	margin-top: 20px;
}

.product-info-main .product-add-form .box-tocart .fieldset {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    float: left;
    width: 40%;
    margin-bottom: 0;
	position: relative;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-info-main .product-add-form .box-tocart .fieldset .actions {
    float: left;
    width: 60%;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .label {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 13px;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .product-increment-text {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
	margin-top: 5px;
    font-weight: 700;
    font-size: 13px;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control {
    display: flex;
    align-items: center;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control a {
    border: 1px solid #dedede;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 26px;
    color: #000;
    padding: 0;    cursor: pointer;
    margin-right: 10px;
    background: transparent;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control #qty-error {
    position: absolute;
    top: -25px;
    font-size: 12px;
    line-height: 14px;
    color: #ff3636;
    left: 0;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text {
    width: 60px;
    height: 35px;
    line-height: 35px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    border-radius: 3px;    text-align: center;
}

.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control .input-text ~ a {
    margin-right: 0;
    margin-left: 10px;
}

.product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart {
    width: 100%;    margin-left: 0;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart:after{
}
.product-info-main .product-add-form .box-tocart {
    margin-bottom: 10px;
}

.product-info-main .product-tier-box-qty {
    display: flex;
    flex-wrap: wrap;
}

.product-info-main .product-tier-box-qty .prices-tier {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 50%;
}

.product-info-main .product-tier-box-qty .box-qty.container {
    float: left;
    width: 50%;
}
.product-info-main .product-tier-box-qty .prices-tier .tier-price-lable {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.product-info-main .product-tier-box-qty .prices-tier ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-info-main .product-tier-box-qty .box-qty.container .box-qty-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.product-info-main .product-tier-box-qty .box-qty.container .conten .box-qty-row:nth-child(odd) {
    background: #f3f3f3;
}

.product-info-main .product-tier-box-qty .box-qty.container .conten .box-qty-row {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 12px;
    text-align: left;
    color: #1c1c1c;
    padding: 6px 10px;
}

.product-info-main .product-tier-box-qty .box-qty.container .conten .box-qty-row .label {
    float: left;
    width: 50%;
}

.product-info-main .product-tier-box-qty .box-qty.container .conten .box-qty-row .data {
    float: left;
    width: 50%;
    font-weight: 700;
}

.product-info-main .product-tier-box-qty .prices-tier .item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 12px;
    text-align: left;
    color: #1c1c1c;
    padding: 6px 10px;
}
.product-info-main .product-tier-box-qty .prices-tier .item .tier-price-qty {
    float: left;
    width: 50%;
}

.product-info-main .product-tier-box-qty .prices-tier .item .tier-price-content {
    float: left;
    width: 50%;
    font-weight: 700;
}
.product-info-main .product-tier-box-qty .prices-tier .item:nth-child(odd) {
    background: #f3f3f3;
}

/* Gallery */

.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../images/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #00699d;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
     display: flex;
    align-items: center;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #000000;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.ie9 .fotorama__arr .fotorama__arr__arr {
  margin: -40px 0 0 -40px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  *display: none;
  cursor: default;
  opacity: 0.1;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-large {
  position: absolute;
  width: 32%;
  z-index: 100;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
  padding: 0 !important;
  border: 1px solid #efefed;
  box-sizing: border-box;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  margin: -15px 0 0 -15px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: static;
}
.gallery-placeholder .loader img {
  position: absolute;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
.custom-product-info {
    display: flex;
    flex-wrap: wrap;
    vertical-align: top;
    position: relative;
    padding: 40px 0 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.custom-product-info:before {content: "";background: #eeeeec;position: absolute;width: 100vw;height: 100%;-webkit-transform-origin: 0;transform-origin: 0;-webkit-transform: skewY(-3deg);transform: skewY(-3deg);z-index: 1;margin-left: -50.6vw;left: 50%;top: 0;}

.custom-product-info .custom-product-info-specification, .custom-product-info .product-waranty-shipping-info, .custom-product-info .product-downloads-container {
    float: left;
    width: 33.33%;
    position: relative;
    z-index: 1;    font-size: 12px;
    padding-right: 15px;
    box-sizing: border-box;
}
.waranty-information {
    margin-bottom: 15px;
}

.custom-product-info .product-section-title {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #17181b;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 23px;
    line-height: 21px;
}
.custom-product-info .custom-product-info-specification .additional-attributes .table-caption {
    display: none;
}

.custom-product-info .custom-product-info-specification .additional-attributes {
    width: 100%;
    text-align: left;
}

.custom-product-info .custom-product-info-specification .additional-attributes tr:nth-child(odd) {
    background: #f3f3f3;
}

.custom-product-info .custom-product-info-specification .additional-attributes th {
    border: 0;
    box-sizing: border-box;
    font-weight: 700;
    width: 50%;
    font-size: 12px;
    text-align: left;
    color: #1c1c1c;
    padding: 6px 10px;
}

.custom-product-info .custom-product-info-specification .additional-attributes td {
    padding: 5px 15px;
    border: 0;
    box-sizing: border-box;
    width: 50%;
}

.custom-product-info .product-waranty-shipping-info .content .waranty-info-row, .custom-product-info .product-waranty-shipping-info .content .shipping-row {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
    text-align: left;
    color: #1c1c1c;
    padding: 6px 10px;
}

.custom-product-info .product-waranty-shipping-info .content .waranty-info-row:nth-child(odd), 
.custom-product-info .product-waranty-shipping-info .content .shipping-row:nth-child(odd) {
    background: #f3f3f3;
}

.custom-product-info .product-waranty-shipping-info .content .waranty-info-row .label, 
.custom-product-info .product-waranty-shipping-info .content .shipping-row .label {
    float: left;
    width: 50%;
    font-weight: 700;
}
.custom-product-info .product-downloads-container .product-attachment{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 12px;
    text-align: left;
    color: #1c1c1c;
    padding: 6px 10px;
}
.custom-product-info .product-downloads-container .product-attachment:nth-child(even) {
    background: #f3f3f3;
}
.custom-product-info .product-downloads-container .product-attachment .download-label {
    float: left;
    width: 50%;
    font-weight: 700;
}

.custom-product-info .product-downloads-container .product-attachment a {
    color: #000000;
}

.custom-product-info .product-downloads-container .product-attachment .attachment-icon {
    float: left;
    width: 50%;
    text-align: right;
}

.custom-product-info .product-downloads-container .product-attachment .attachment-icon:after {content: "";display: inline-block;background: url(../images/download.svg) no-repeat;    
	width: 18px;
    height: 18px;
    vertical-align: bottom;
    background-size: 100%;
    margin-left: 10px;
    position: relative;
    top: -3px;
}
.block.related, .block.upsell {
    display: inline-block;
    width: 100%;
    padding-bottom:80px;
    border-bottom: 1px solid #f3f3f3;
}

.block.related .block-title, .block.upsell .block-title {
    line-height: 28px;
    font-size: 24px;
    font-weight: 700;
    color: #28292b;
    text-align: center;
    margin-top: 30px;
}

.block.related .products-grid, .block.upsell .products-grid {
    padding: 0;
    margin-top: 60px;
    box-sizing: border-box;
}

.block.related .products-grid .products.items, .block.upsell .products-grid .products.items {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.block.related .products-grid .products.items .owl-nav .owl-prev, .block.upsell .products-grid .products.items .owl-nav .owl-prev {
    background: url(../images/sprit-new.png) no-repeat -10px -55px;
    width: 34px;
    height: 34px;
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 99;
}

.block.related .products-grid .products.items .owl-nav .owl-next, .block.upsell .products-grid .products.items .owl-nav .owl-next {
    background: url(../images/sprit-new.png) no-repeat -53px -55px;
    width: 34px;
    height: 34px;
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: -60px;
    z-index: 99;
    right: 0;
}

.block.related .products-grid .products.items .owl-nav .disabled, .block.upsell .products-grid .products.items .owl-nav .disabled {
    opacity: .5;
}

.block.related .products-grid .products.items .product-item, .block.upsell .products-grid .products.items .product-item {
    display: block !important;
}
.product-item-details .brand {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 31px;
    overflow: hidden;
}
.review-list .review-count-section {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 15px;
    vertical-align: top;
    box-sizing: border-box;
}

.review-list .review-count-section .rating-summary {
    float: left;
    width: 50%;
    font-weight: 700;
}

.review-list .review-count-section .total-reviews {
    float: left;
    width: 50%;
    text-align: right;
}

.review-list .review-items {
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

.review-list .review-item {
    background: #f3f3f3;
}

.review-list .review-item .review-title {
    font-weight: 700;
    background: #f3f3f3;
    padding: 5px 15px;
}

.review-list .review-item .review-ratings {}

.review-list .review-item .review-ratings .rating-summary {
    padding: 5px 15px;
    display: flex;
}

.review-list .review-item .review-ratings .rating-summary:nth-child(even) {
    background: #f3f3f3;
}

.review-list .review-item .review-ratings .rating-summary .rating-label {
    float: left;
    width: 50%;
    font-weight: 700;
}

.review-list .review-item .review-ratings .rating-summary .rating-result {
    float: left;
    width: 50%;
}

.review-list .review-item .review-content {
    font-weight: 700;
    background: #f3f3f3;
    padding: 5px 15px;
}

.review-list .review-item .review-details {
    padding: 5px 15px;
    display: flex;
}

.review-list .review-item .review-details .review-author {
    margin: 0;
    float: left;
    width: 50%;
    font-weight: 700;
}

.review-list .review-item .review-details .review-date {
    float: left;
    width: 50%;
    margin: 0;
}
.review-list .review-items .owl-nav .owl-prev {
    background: url(../images/sprit-new.png) no-repeat -10px -55px;
    width: 34px;
    height: 34px;
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: -75px;
    left: 15px;
    z-index: 99;
}

.review-list .review-items .owl-nav .owl-next {
    background: url(../images/sprit-new.png) no-repeat -53px -55px;
    width: 34px;
    height: 34px;
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: -75px;
    z-index: 99;
    right: 15px;
}
.review-list .review-items .owl-nav .disabled {
    opacity: .5;
}

.custom-product-review-section .product-section-title {
    text-align: center;
}

.custom-product-review-section .review-list {
    margin-top: 30px;
}

.custom-product-review-section .review-links {
    text-align: center;
	margin-top: 15px;
}
.product-downloads-container .custom-product-review-section .review-links {
	margin-top: 0px;
}
.custom-product-review-section .review-links .show-review-form {
    display: inline-block;
    padding: 5px 15px;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.review-form {
    max-width: 100%;
}
#product_review_form .block-title {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.block-content {}

.review-fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.review-fieldset .legend.review-legend {
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 300;
    line-height: 1.2;
    font-size: 18px;
}

.fieldset > .field, .fieldset > .fields > .field {
    margin: 0 0 20px;
    border: 0;
    padding: 0;
}
.fieldset .review-field-ratings > .label {
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;text-transform:uppercase;font-size:16px
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-field-rating .control {
    margin-bottom: 45px;
    margin-top: 10px;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 22px;
  height: 22px;
  letter-spacing: 10px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* .review-control-vote input[type="radio"]:focus + label:before, */
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 22px;
  height: 22px;
  letter-spacing: 10px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}

#product_review_form .label {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 0;
    display: inline-block;
    text-transform: uppercase;
}
.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size:14px;
    margin: 0 0 0 5px;
}
.modal-content input[type="text"], .modal-content input[type="password"], .modal-content input[type="url"], .modal-content input[type="tel"], .modal-content input[type="search"], .modal-content input[type="number"], .modal-content input[type="datetime"], .modal-content input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

textarea {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-size: 14px;
    height: auto;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
}
.action.primary {
    font-size: 14px; 
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 30px;
    height: 40px;
}

#product_review_form {
    padding-bottom: 50px;
}
.page-layout-1column .product-info-main .product-sku-brand>.sku {
    margin-right: 10px;
    margin-left: 10px;
}

.page-layout-1column .product-info-main .product-sku-brand>.sku label {
    font-weight: 700;
}

.columns .column.main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px !important;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
}
.product-info-main .product-add-form .product-addto-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 65px;
}

.product-info-main .product-add-form .product-addto-links .action {
    color: #1c1c1c;
    padding: 0 15px;
    position: relative;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.product-info-main .product-add-form .product-addto-links .action:last-child {
    margin-right: 0;
}
.product-info-main .product-add-form .product-addto-links .action:hover{ color:#ff5000;}
.product-info-main .product-add-form .product-addto-links .action:before {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 16px;line-height: 16px;color: inherit;font-family: 'luma-icons';margin: 0;vertical-align: middle;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;width: 18px;margin-right: 5px;}

.product-info-main .product-add-form .product-addto-links .action.towishlist:before {content: '\e600';}

.product-info-main .product-add-form .product-addto-links .action.tocompare:before {content: '\e61e';}

.product-info-main .product-add-form .product-addto-links .action.mailto:before {content: '\e61d';}
.product-info-main .product-add-form .product-addto-links .action:after {content: "";width: 1px;height: 12px;background: #1c1c1c;position: absolute;right: 0;top: 4px;}

.product-info-main .product-add-form .product-addto-links .action:last-child {
    padding-right: 0;
}

.product-info-main .product-add-form .product-addto-links .action:last-child:after {
    display: none;
}
.product-info-main .product-add-form .product-addto-links .wishlist .label.action.split {
    font-weight: 700;
    color: #1c1c1c;
    padding: 0 15px;
    position: relative;
    border: 0; cursor:pointer;
    background: transparent;
}

.product-info-main .product-add-form .product-addto-links .wishlist .action.toggle.change {
    display: none;
}

.product-info-main .product-add-form .product-addto-links .wishlist ul.items {
    display: none;
}

.product-info-main .product-add-form .product-addto-links .wishlist .label.action.split:after {content: "";width: 1px;height: 12px;background: #1c1c1c;position: absolute;right: 0;top: 1px;}
.review-form .field.required.review-field-ratings {
    float: left;
    width: 50%;
}

.review-form .field.review-field-nickname {
    float: left;
    width: 50%;
}

.review-form .field.review-field-summary {
    float: left;
    width: 50%;
}

.review-form .field.review-field-text {
    float: left;
    width: 50%;
}
/* .block.related .products-grid .price-container, .block.upsell .products-grid .price-container {
    width: 100%;
} */

.block.related .products-grid .price-container .price, .block.upsell .products-grid .price-container .price {
    font-size: 24px;
    font-weight: 700;
    padding: 8px 0 20px;
}
.product-info-main .product-price-container .product-info-price .price-box .price-label {
    display: none;
}

.product-info-main .product-price-container .product-info-price .price-box .old-price .price {
    margin-left: 5px;
    font-size: 16px;
    color: #868686;
    text-decoration: line-through;
}
.review-fieldset .legend.review-legend strong {
    margin-left: 10px;
}
.products-related .product-item .price-box .price-container, .block.upsell .products-grid .product-item .price-box .price-container {
    text-align: center;
}
.catalog-product-view .paypal-button {
    display: none;
}


.fotorama-video-container:after {
  background: url(../images/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../images/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    max-width: 500px;
    margin: 0 auto;
    right: 0;
}



@media only screen and (min-width:1200px) and (max-width:1599px) {
	.page-layout-1column .product-info-main {
		margin-bottom: 80px !important;
	}
}
@media (max-width: 1366px){
	.page-layout-1column .product-info-main {
		margin-bottom: 80px !important;
	}
}
@media (max-width: 1199px){
	.product-info-main .product-add-form .product-addto-links .action	{
		font-size: 13px;
	}
	.product-increment-text {
		font-size: 13px;
	}
	.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control #qty-error {
		top: -28px;
		white-space: nowrap;
	}
	.product-info-main .product-add-form .box-tocart {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px){
	.columns .column.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page-layout-1column .product-info-main {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.page-layout-1column .product.media {
		width: 100%;
	}

	.fotorama__stage {
		margin: 0 auto;
	}

	

	.catalog-product-view .breadcrumbs .items {
		width: 100%;
		justify-content: flex-start;
	}

	.page-layout-1column .product-info-main .product-sku-brand {
		flex-wrap: wrap;
		margin: 10px 0;
	}

	.page-layout-1column .product-info-main .product-sku-brand .brand-image-logo {
	}

	.product-info-main .page-title-wrapper .page-title {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.product-info-main .page-title-wrapper {
		order: -1;
	}

	.product.attribute.overview {
		order: -1;
		padding: 10px 0;
		text-align: center;
	}

	.product-info-main .product-price-container {
		position: relative;
		padding-bottom: 20px;
		width: 100vw;
		margin-left: -50vw;
		left: 50%;
		background: #f3f3f3;
		z-index: 1;
		border-top: 1px solid #e7e7e7;
		padding-left: 15px;
		padding-right: 15px;
	}

/* 	.product-info-main .product-price-container:after {    
		content: "";
		position: absolute;
		bottom: 0;
		width: 100vw;
		margin-left: -50vw;
		height: 55px;
		left: 50%;
		background: #f3f3f3;
		z-index: 1;
		border-top: 1px solid #e7e7e7;
	} */
	.product-info-main .product-price-container .old-price {
		display: none;
	}
	.product-info-main .product-price-container .incexc {
		position: relative;
		z-index: 2;
	}

	.product-info-main .product-price-container .product-info-price {
		position: relative;
		z-index: 2;
	}

	.product-info-main .product-add-form .box-tocart .fieldset .field.qty {
		width: 100%;
		margin-bottom: 0;
		justify-content: center;
		text-align: center;
	}

	.product-info-main .product-add-form .box-tocart .fieldset .actions {
		width: 100vw;
		position: relative;
		left: 50%;
		margin-left: -50vw;
	}
	.product-info-main .product-add-form .box-tocart {
		margin-bottom: 0;
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 9;
		left: 0;
		background: #f3f3f3;
		padding-top: 10px;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	}
	.product-info-main .product-add-form .box-tocart .fieldset .field.qty .product-increment-text {
		position: relative;
		margin-bottom: 5px;
	}
	.product-info-main .product-add-form .box-tocart .fieldset {
		margin-bottom: 0;
	}
	.product-info-main .product-add-form .box-tocart .fieldset .actions .action.primary.tocart {
		margin: 0;
		border-radius: 0;
		height: 50px;
		font-size: 16px;
	}

	.action.primary.tocart:after, .action.primary.tocart12:after {
		margin-left: 10px;
	}

	.product-info-main .product-add-form .product-addto-links {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}

	.product-info-main .product-add-form .product-addto-links .action {
		margin-bottom: 10px;
	}

	.product-info-main .product-add-form .product-addto-links .action.towishlist:after {
		display: none;
	}

	.product-info-main .product-tier-box-qty .prices-tier {
		width: 100%;
		margin-bottom: 15px;
	}

	.product-info-main .product-tier-box-qty .box-qty.container {
		width: 100%;
		padding: 0;
	}

	.page-layout-1column .product-info-main {
		margin-bottom: 60px !important;
		padding-bottom: 0;
	}
	.custom-product-info {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}

	.custom-product-info .custom-product-info-specification, .custom-product-info .product-waranty-shipping-info, .custom-product-info .product-downloads-container {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.waranty-information {
		margin-bottom: 30px;
	}

	.product-downloads-section {
		margin-bottom: 30px;
	}

	.block.related .block-title, .block.upsell .block-title {
		font-size: 18px;
	}
	.review-list .review-count-section {
		padding-left: 0;
		padding-right: 0;
	}

	.review-list .review-items {
		padding: 0;
	}
	.review-list .review-items .owl-nav .owl-next{    right: 0;}
	.review-list .review-items .owl-nav .owl-prev{    left: 0;}
	.block.related .products-grid, .block.upsell .products-grid {
		margin-left: 0;
		margin-right: 0;
	}
	.block.related .products-grid.grid .owl-item, .block.upsell .products-grid.grid .owl-item {
		border-left: 0;
		border-right: 0;
	}
	.product-item-details .product-item-name {
		font-size: 12px;
		padding: 6px 0 6px 0;
		height: 64px;
		overflow: hidden;
	}
	.block.related .products-grid .price-container .price, .block.upsell .products-grid .price-container .price {
		font-size: 14px;
	}
	.block.related .products-grid.grid .owl-item, .block.upsell .products-grid.grid .owl-item {
		border-left: 0;
		border-right: 0;
	}

	.block.related .products-grid .product-item .qty-box, .block.upsell .products-grid .product-item .qty-box {
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
	}

	.block.related .products-grid .product-item form, .block.upsell .products-grid .product-item form {
		flex-wrap: wrap;
	}

	.block.related .products-grid .product-item .action.primary.tocart, .block.related .products-grid .product-item .action.primary.tocart12, .block.upsell .products-grid .product-item .action.primary.tocart, .block.upsell .products-grid .product-item .action.primary.tocart12 {
		width: 100%;
		margin: 0;
		border-radius: 0;
		font-size: 10px;
	}
	.block.related, .block.upsell {
		padding-bottom: 60px;
	}
	.product-info-main .product-price-container .incexc a.active {
		background: #17181b;
		color: #ffffff;
	}
	.product-info-main .product-add-form .box-tocart .fieldset .field.qty .control #qty-error {
		top: -25px;
	}
	.review-fieldset .legend.review-legend {
		line-height: 22px;
		font-size: 16px;
	}
	.review-form .field.required.review-field-ratings {
		width: 100%;
	}
	.review-form .field.review-field-nickname {
		width: 100%;
	}
	.review-form .field.review-field-summary {
		width: 100%;
	}
	.review-form .field.review-field-text {
		width: 100%;
	}
	.catalog-product-view .copyrights {
		margin-bottom:60px;
	}
	
	.page-layout-1column .product-info-main .product-sku-brand>.sku {
		margin: 15px 0;
	}
}
@media only screen and (min-width:768px) and (max-width:980px) {
	.catalog-product-view .breadcrumbs .items {
		justify-content: flex-end;
		width: 100%;
	}
	.product-info-main .page-title-wrapper .page-title {
		font-size: 22px;
		line-height: 28px;
	}
	.product-info-main .product-add-form .box-tocart .fieldset .field.qty .product-increment-text {
		white-space: nowrap;
	}
	.product-info-main .product-add-form .product-addto-links {
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.product-info-main .product-add-form .product-addto-links .action {
		font-size: 10px;
		padding: 0 8px;
	}
	.custom-product-info .product-waranty-shipping-info .content .waranty-info-row .label, .custom-product-info .product-waranty-shipping-info .content .shipping-row .label {
		width: 70%;
	}
	.waranty-information {
		margin-bottom: 30px;
	}
	.product-downloads-section {
		margin-bottom: 30px;
	}
	.product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    width: 55%;}
	.product-info-main .product-add-form .box-tocart .fieldset .actions {
		width: 45%;
	}
}
