﻿@charset "UTF-8";
body {
    letter-spacing: .2px;
    height: auto;
}

figure,
figcaption,
section,
aside,
article {
    margin: 0;
    padding: 0;
}

.border-left {
    position: relative;
}

.border-left:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e4e5e7;
    position: absolute;
    left: -16px;
    top: 0;
}

.border-left-this {
    position: absolute;
    content: "";
    display: none;
    width: 1px;
    height: 500%;
    background: #e4e5e7;
    right: 0;
    margin-right: 33.33333%;
    top: 0;
}

.product-page .product-title {
	width:100%;
	display: inline-block;
}

.product-page .product-title h1 {
	display:inline-block;
	float:left;
	max-width: 76%;
}

.product-page .product-title .articul {
	display: inline-block;
    float: right;
    line-height: 36px;
}

@media print,
screen and (min-width:64em) {
    .border-left-this {
        display: block;
    }
}

.padding-bottom {
    padding-bottom: 2rem;
}

.margin-top-1 {
    margin-top: 1rem;
}

.margin-top-2 {
    margin-top: 2rem;
}

.margin-top-3 {
    margin-top: 3rem;
}

.margin-bottom-1 {
    margin-bottom: 1rem;
}

.margin-bottom-2 {
    margin-bottom: 2rem;
}

.margin-bottom-3 {
    margin-bottom: 3rem;
}

.pos-relative {
    position: relative;
}

.gm-style-cc {
    display: none;
}

.ng-cloak {
    display: none;
}

.table {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
}

.table-cell.top {
    vertical-align: top;
}

.table-cell.middle {
    vertical-align: middle;
}

.vertical-top {
    vertical-align: top;
}

.box-hover-shadow {
    -webkit-transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
    transition: box-shadow .2s cubic-bezier(.19, .26, .17, .99);
}

.box-hover-shadow:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.slide-up-icon {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 50px;
    right: 5%;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #e4e5e7;
    line-height: 50px;
    z-index: 5;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

@media screen and (max-width:39.9375em) {
    .slide-up-icon {
        bottom: 65px;
        width: 50px;
        height: 50px;
        line-height: 34px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
	
	.margin-top-1 {
		margin-top: 3px;
	}
}

.slide-up-icon .icon-large {
    fill: #777;
}

@media screen and (max-width:39.9375em) {
    .slide-up-icon .icon-large {
        width: 1.2em !important;
        height: 1.2em !important;
    }
}

.slide-up-icon:hover {
    cursor: pointer;
    background: #f7f8fa;
}

.slide-up-icon:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width:39.9375em) {
    .is-reveal-open {
        width: 100%;
        position: fixed;
    }
}

html.is-reveal-open,
html.is-reveal-open body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reveal-overlay {
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width:39.9375em) {
    .is-select-open {
        overflow: hidden;
        width: 100%;
        position: fixed;
    }
}

hr.bordered {
    border-top: 1px solid #e4e5e7;
    margin: 1rem 0;
}

.reveal.full {
    top: 0 !important;
}

@media screen and (max-width:39.9375em) {
    .zopim {
        z-index: 999 !important;
    }
}

input::-webkit-input-placeholder {
    color: #777;
}

input::-moz-placeholder {
    color: #777;
}

input:-moz-placeholder {
    color: #777;
}

input:-ms-input-placeholder {
    color: #777;
}

.product-page .gallery-padding {
    padding-right: 10px;
	position: relative;
}

@media screen and (max-width:63.9375em) {
    .product-page .gallery-padding {
        padding-left: 0;
    }
}

.product-page .gallery-padding .owl-thumbs {
    margin-bottom: 5px;
    margin-top: 10px;
    display: none;
}

@media print,
screen and (min-width:40em) {
    .product-page .gallery-padding .owl-thumbs {
        display: block;
    }
}

@media screen and (max-width:63.9375em) {
    .product-page .gallery-padding .owl-thumbs {
        padding-left: 12px;
        margin-bottom: 4px;
    }
}

.product-page .bimTypeIcon {
    margin-right: 3px;
    width: 21px;
    height: 20px;
    background: #ddd;
    background-image: url(/images/bimIcons_small.jpg);
    background-repeat: no-repeat;
    display: inline-block;
}

.product-page .bimTypeIcon.bimType-1 {
    background-position: 0 0;
}

.product-page .bimTypeIcon.bimType-2 {
    background-position: -21px 0;
}

.product-page .bimTypeIcon.bimType-3 {
    background-position: -42px 0;
}

.product-page .bimTypeIcon.bimType-4 {
    background-position: -63px 0;
}

.product-page .bimTypeIcon.bimType-5 {
    background-position: -84px 0;
}

.product-page .bimTypeIcon.bimType-6 {
    background-position: -105px 0;
}

.product-page .bimTypeIcon.bimType-7 {
    background-position: -231px 0;
}

.product-page .bimTypeIcon.bimType-8 {
    background-position: -126px 0;
}

.product-page .bimTypeIcon.bimType-9 {
    background-position: -168px 0;
}

.product-page .bimTypeIcon.bimType-10 {
    background-position: -147px 0;
}

.product-page .bimTypeIcon.bimType-11 {
    background-position: -189px 0;
}

.product-page .bimTypeIcon.bimType-12 {
    background-position: -210px 0;
}

.product-page .bimTypeIcon.bimType-13 {
    background-position: -420px 0;
}

.product-page .bimTypeIcon.bimType-14 {
    background-position: -399px 0;
}

.product-page .bimTypeIcon.bimType-15 {
    background-position: -441px 0;
}

.product-page #InfoRequestFormContainer .close-button {
    display: none;
}

.product-page .accordion-info-container h2 {
    font-size: .9375rem;
    font-weight: 400;
    margin: 0 !important;
}

.product-page .accordion-info-container a {
    text-decoration: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 2px 1px;
    background-position: 0 100%;
    -webkit-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
}

.product-page .accordion-info-container a:hover {
    background-color: #f7f8fa;
}

.image-container {
    position: relative;
}

.image-container #sync1 {
    overflow: hidden;
    height: 282px;
}

@media print,
screen and (min-width:64em) {
    .image-container #sync1 {
        height: 332px;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .image-container #sync1 {
        height: 332px;
    }
}

.image-container #sync1:hover .lens-full-gallery {
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}

.image-container .lens-full-gallery {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 10;
    opacity: 0;
    width: 60px;
    height: 60px;
    line-height: 22px;
    border-radius: 50px;
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}

.image-container .lens-full-gallery svg {
    fill: #fff;
}

.image-container .lens-full-gallery:hover {
    background: rgba(0, 0, 0, .4);
}

.image-container .badge-highlight-container {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
}

.image-container .badge-highlight-container .badge-highlight {
    width: 88px;
    height: 88px;
    background: #fff;
    border: 1px solid #e4e5e7;
    padding: 4px;
    margin-bottom: 15px;
}

.image-container .badge-highlight-container .badge-highlight a {
    display: block;
    height: 100%;
}

.image-container .badge-highlight-container .badge-highlight img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
}

.image-container .badge-highlight-container .badge-more {
    width: 88px;
    padding: 0 4px;
    background: #fff;
    border: 1px solid #e4e5e7;
    color: #777;
    display: block;
    line-height: 25px;
}

.image-container .badge-highlight-container .badge-more svg,
.image-container .badge-highlight-container .badge-more span {
    display: inline-block;
}

.image-container .badge-highlight-container .badge-more span {
    font-size: .75rem;
}

.image-container .badge-highlight-container .badge-more svg>use {
    fill: #313131;
}

.image-container .badge-highlight-container .badge-more:hover {
    background-color: #f7f8fa;
}

.image-container .sayduck-container {
    position: absolute;
    width: 100%;
    height: 282px;
    top: 0;
    z-index: 2;
}

@media print,
screen and (min-width:64em) {
    .image-container .sayduck-container {
        height: 632px;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .image-container .sayduck-container {
        height: 575px;
    }
}

.image-container .sayduck-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.image-container .sayduck-close .sayduck-close-viewer {
    left: 5px;
    top: 15px;
    position: absolute;
}

.image-container .sayduck-open-viewer {
    padding: .4rem .5rem;
    position: absolute;
    top: 241px;
    left: 0;
}

@media print,
screen and (min-width:64em) {
    .image-container .sayduck-open-viewer {
        top: 572px;
        left: 15px;
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .image-container .sayduck-open-viewer {
        top: 444px;
        left: 15px;
    }
}

.image-container .sayduck-open-viewer svg {
    margin-right: 2px;
    fill: #fff;
}

.gallery-caption-container {
    background: transparent;
    width: 100%;
    height: 30px;
}

.gallery-caption-container p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

.center-gallery {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-page-column {
    margin-top: 0;
	padding-right: 0;
}

@media screen and (max-width:63.9375em) {
    .product-page-column {
        margin-top: 1rem;
    }	
}

.product-page-column .ecommerceRoWWhy {
    cursor: help;
}

.product-page-column .product-page-buy {
	border: 1px solid #e4e5e7;
    background-color: #f7f8fa;
    border-radius: 3px;
    padding: 15px;
}

.product-page-column .product-page-block {    
	border: 1px solid #e4e5e7; 
	border-radius: 3px;
	padding: 0;
}

.product-page-column .product-page-block .title {
	border-bottom: 1px solid #e4e5e7;
	padding: 6px 15px;
	font-size: 16px;
}


.product-page-column .product-page-block .product-page-block-body {
	padding: 6px 15px;
	font-size: 14px;
}

.product-page-column .product-page-block .sale-text {
	color:#f84147;
	font-weight:700;
}

.product-page-column .product-page-block ul {
	padding:0;
	margin:0;
}

.product-page-column .product-page-block ul li.product-deliv {
	height: 26px;
}

.product-page-column .product-page-block .product-deliv .product-deliv-type {
	width:40%;
	display: inline-block;
	float: left;
}

.product-page-column .product-page-block .product-deliv .product-deliv-time {
	width:40%;
	display: inline-block;
	float: left;
	font-weight:600;
}

.product-page-column .product-page-block .product-deliv .product-deliv-coast {
	width:20%;
	display: inline-block;
	text-align: right;
}

.product-page-column .cont-logo .thumbnail[class*='logo'] {
    width: 6.875rem;
    height: 6.875rem;
}

@media screen and (max-width:63.9375em) {
    .product-page-column h1 {
        font-size: 30px;
        font-weight: 500;
    }
}

h1>span {
    font-size: 15px;
    display: block;
    margin-bottom: 0;
    letter-spacing: 0;
    font-weight: 400;
}

h1>span a {
    color: #999;
}

@media screen and (max-width:63.9375em) {
    h1>span {
        font-size: 1rem;
        font-weight: 400;
    }
}

.product-page-column .description {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: .7rem;
}

.product-page-column .large.button.shop.cta.iconized svg polyline,
.product-page-column .large.button.shop.cta.iconized svg circle {
    stroke: #fff;
}

.product-page-column hgroup a:hover,
.product-page-column .column-top-extra-info a:hover {
    text-decoration: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 2px 1px;
    background-position: 0 100%;
    -webkit-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    -moz-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    -ms-transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
    transition: background-color .2s cubic-bezier(.19, .26, .17, .99);
}

.product-page-column hgroup a:hover:hover,
.product-page-column .column-top-extra-info a:hover:hover {
    background-color: #f7f8fa;
}

.product-page-column .price-group {
    margin-bottom: 1.2rem;
    margin-top: 2rem;
}

.product-page-column .price-group .price {
    font-size: 1.875rem;
    color: #0a0a0a;
    font-weight: 500;
}

.product-page-column .price-group .old-price {
    text-decoration: line-through;
    font-size: .7125rem;
    color: #777;
    line-height: 12px;
    font-weight: 300;
}

.product-page-column .price-group .vat {
    color: #777;
    font-size: .75rem;
}

.product-page-column .price-group .energy-class {
    position: relative;
    margin-top: 12px;
    cursor: pointer;
    display: block;
}

.product-page-column .price-group .energy-class ._ecapp,
.product-page-column .price-group .energy-class ._ecap,
.product-page-column .price-group .energy-class ._eca,
.product-page-column .price-group .energy-class ._ecb,
.product-page-column .price-group .energy-class ._ecc,
.product-page-column .price-group .energy-class ._ecd,
.product-page-column .price-group .energy-class ._ece {
    padding: 0 4px;
    margin-top: 0;
    font-size: 13px;
}

.product-page-column .price-group .energy-class ._ecapp:after,
.product-page-column .price-group .energy-class ._ecap:after,
.product-page-column .price-group .energy-class ._eca:after,
.product-page-column .price-group .energy-class ._ecb:after,
.product-page-column .price-group .energy-class ._ecc:after,
.product-page-column .price-group .energy-class ._ecd:after,
.product-page-column .price-group .energy-class ._ece:after {
    border-top-width: 11px;
    border-bottom-width: 9px;
    border-right-width: 8px;
}

@media screen and (max-width:39.9375em) {
    .product-page-column .price-group .energy-class ._ecapp,
    .product-page-column .price-group .energy-class ._ecap,
    .product-page-column .price-group .energy-class ._eca,
    .product-page-column .price-group .energy-class ._ecb,
    .product-page-column .price-group .energy-class ._ecc,
    .product-page-column .price-group .energy-class ._ecd,
    .product-page-column .price-group .energy-class ._ece {
        margin-top: 0 !important;
        font-size: 11px !important;
    }
}

@media screen and (max-width:39.9375em) and (max-width:39.9375em) {
    .product-page-column .price-group .energy-class ._ecapp:after,
    .product-page-column .price-group .energy-class ._ecap:after,
    .product-page-column .price-group .energy-class ._eca:after,
    .product-page-column .price-group .energy-class ._ecb:after,
    .product-page-column .price-group .energy-class ._ecc:after,
    .product-page-column .price-group .energy-class ._ecd:after,
    .product-page-column .price-group .energy-class ._ece:after {
        border-top-width: 11px !important;
        border-bottom-width: 9px !important;
    }
}

.product-page .r-tabs-panel ul li {
	list-style: circle;
    margin-left: 32px;
}

.product-page .r-tabs-panel ul.no-bullet li {
	list-style: none;
    margin-left: 0;
}

.list-info {
    font-size: .875rem;
    letter-spacing: 0;
    color: #3c3c3c;
	display: inline-block;
	margin:0;
	padding: 0 10px;
	width: 100%;
}

.icon--info {
	margin: 10px 0;
}

.icon--info ul li svg {
    width: 30px;
    height: 30px;
    float: left;
}

.icon--info ul li img {
    width:30px;
	height:30px;
	float: left;
}

.icon--info ul li {
	padding: 4px 0;
	width: 50%;
    float: left;
}

@media screen and (max-width:39.9375em) {
    .icon--info ul li {
		padding-bottom: 5px;
		width: 100%;
		float: none;
	}
}

.icon--info ul li span {
    padding-left: 36px;
    padding-top: 3px;
    line-height: 20px;
    display: block;
	font-size: 13px;
}

.icon--info .column-top-extra-info a:hover {
    text-decoration: none;
}

.list-info b {
    color: #313131;
}

.list-info [class*=ap] {
    font-size: .875rem;
    margin-right: .7rem;
}

.list-info .list-info-title {
    font-size: 1rem;
}

.list-info.purchase-info {
    font-size: .75rem;
    margin-top: 26px;
    color: #4a4a4a;
}

.list-info.purchase-info li {
    position: relative;
    padding-left: 30px;
}

.list-info.purchase-info li .purchase-info-icon {
    position: absolute;
    left: -2px;
    top: -1px;
    width: 30px;
    height: 21px;
    display: block;
}

.list-info.purchase-info li.availability {
    padding-bottom: 2px;
}

.list-info.purchase-info li.availability .purchase-info-icon {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #7cb342;
    display: block;
    left: 6px;
    top: 5px;
}

.list-info.purchase-info li.availability.not-available .purchase-info-icon {
    background: #ec5840;
}

.list-info.purchase-info li.shipping-cost span {
    color: #313131;
}

.list-info.purchase-info li.shipping-cost span.free {
    color: #7cb342;
}

.list-info.purchase-info li.need-help {
    margin-top: 9px;
}

.list-info.purchase-info li.need-help .purchase-info-icon {
    left: 2px;
}

.list-info.purchase-info li.need-help a {
    text-decoration: underline;
}

.request-quote {
    color: #888;
    margin-bottom: 0;
}

.request-quote .button {
    margin-bottom: 25px;
}

.request-quote.contact-quote-box p {
    font-size: 1rem;
    color: #313131;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 6px;
}

.request-box {
    font-size: .8125rem;
    line-height: 16px;
    color: #888;
    padding: 20px 0 0 0;
    padding-bottom: 10px;
	border-bottom: 1px dotted #eee;
}

.request-box .button {
    margin-bottom: 12px;
}

.request-box.contact-manufacturer-box p {
    font-size: 1rem;
    color: #313131;
    margin-top: 12px;
}

.request-box-title {
    font-size: 14px;
    line-height: 15px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 3px;
}

.request-box-border {
    border-right: 1px solid #e4e5e7;
}

.request-box-under {
    padding-top: 12px;
    padding-bottom: 12px;
}

.request-box-under .media-object {
    margin-bottom: 0;
}

.request-box-under .media-object .icon-x-alt-large {
    width: 2.9em;
    height: 2.9em;
}

.product-page-info {
    padding: 1rem 0;
}

.product-page-info h4 {
    font-size: 1rem;
}

.product-page-info p {
    font-size: .875rem;
}

.product-page-info figure {
    margin: 0;
}

.DisplayPromoCode {
    font-size: .8125rem;
    letter-spacing: 0;
}

.DisplayPromoCode .promo {
    display: block;
    margin-bottom: 1rem;
}

.DisplayPromoCode .success {
    color: #fff;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.purchase-options-mq .small-italic {
    margin-bottom: 15px;
}

.purchase-options-mq .small-italic small {
    font-style: italic;
    font-size: 12px;
    color: #777;
    display: block;
}

.purchase-options-mq .small-italic small div {
    color: #313131;
}

.purchase-options-mq .textfield.no-margin {
    margin-bottom: 0 !important;
}

.TechnicalDescription .column {
    padding: 0 !important;
    float: none !important;
    width: auto !important;
}

.TechnicalDescription .column b,
.TechnicalDescription .column strong {
    font-weight: 700;
}

.TechnicalDescription .column a {
    text-decoration: underline;
}

.TechnicalDescription .column ul,
.TechnicalDescription .column li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.TechnicalDescription .column div.paragraph {
    min-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

.TechnicalDescription .column input,
.TechnicalDescription .column textarea {
    border: 1px solid #999;
}

.TechnicalDescription .column div.paragraph .moredetails {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 6px;
}

.TechnicalDescription .column div.paragraph div.head {
    padding-left: 0;
    background: #fff;
    color: #333;
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    padding: 23px 0 7px;
    font-size: 18px;
}

.TechnicalDescription .column div.paragraph:first-child div.head {
    padding-top: 0;
}

.TechnicalDescription .column div.paragraph div.head input {
    padding-left: 0;
    background: #fff;
    width: 580px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
}

.TechnicalDescription .column div.paragraph div.content {
    background-color: #fff;
    height: auto;
    padding: 0;
    clear: both;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px 2px;
    border-bottom-right-radius: 2px 2px;
}

.TechnicalDescription .column div.paragraph div.content div.image {
    height: auto;
}

.TechnicalDescription .column div.paragraph div.content div.text {
    overflow: visible;
}

.TechnicalDescription .column div.paragraph div.content div.top,
.TechnicalDescription .column div.paragraph div.content div.up,
.TechnicalDescription .column div.paragraph div.content div.bottom {
    width: 100%;
    clear: both;
}

.TechnicalDescription .column div.paragraph div.content div.left {
    width: 49%;
    float: left;
    padding-right: 8px;
    margin-right: 0;
}

.TechnicalDescription .column div.paragraph div.content div.right {
    width: 49%;
    float: right;
    padding-right: 5px;
}

.TechnicalDescription .column div.paragraph div.content div.image div.imageitem {
    width: 100%;
    padding: 5px;
    float: left;
    position: relative;
    max-width: 770px;
}

.TechnicalDescription .column div.paragraph div.content div.text div.textitem {
    width: 100%;
    padding: 0;
    float: left;
    position: relative;
    max-width: 100%;
}

.TechnicalDescription .column div.paragraph div.content div.image div.imageitem img {
    max-width: 100%;
    height: auto;
}

.TechnicalDescription .column .width1-1 {
    width: 100% !important;
}

.TechnicalDescription .column .width1-2 {
    width: 48% !important;
}

.TechnicalDescription .column .width1-3 {
    width: 32% !important;
}

.TechnicalDescription .column .width1-4 {
    width: 23% !important;
}

.TechnicalDescription .column .height1-1 {
    height: 100% !important;
}

.TechnicalDescription .column .height1-2 {
    height: 50% !important;
}

.TechnicalDescription .column .height1-3 {
    height: 33% !important;
}

.TechnicalDescription .column .height1-4 {
    height: 24% !important;
}

.TechnicalDescription .column .hidden {
    position: fixed;
    left: -1000px;
}

.productHistory {
    margin: 0 30px;
}

.productHistory-BrandLogo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 0 0 2px #ddd;
}

.productHistory-BrandLogo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.not-available {
    color: #ec5840;
}

.not-available p {
    font-size: 1.375rem;
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    font-weight: inherit;
    cursor: help;
    text-decoration: underline;
}

.inspiration-tag {
    position: absolute;
}

.inspiration-tag:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #f2ff00;
    border-radius: 10px;
    position: absolute;
    left: -5px;
    top: -5px;
}

.inspiration-tag:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: rgba(242, 255, 0, .4);
    border-radius: 36px;
    position: absolute;
    left: -18px;
    top: -18px;
    -webkit-animation: tag_pulser 2s ease-in-out infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

@-webkit-keyframes tag_pulser {
    from {
        -webkit-transform: scale(.3, .3);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-moz-keyframes tag_pulser {
    from {
        -moz-transform: scale(.3, .3);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        -moz-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-ms-keyframes tag_pulser {
    from {
        -ms-transform: scale(.3, .3);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        -ms-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@-o-keyframes tag_pulser {
    from {
        -o-transform: scale(.3, .3);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        -o-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes tag_pulser {
    from {
        -webkit-transform: scale(.3, .3);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}


.articul {
	font-size:13px;
	color: #9b9b9b;
	text-align: left;
}

.articul span {
	font-size: 16px;
    color: #111;
    font-weight: 600;
}

.accordion-products .accordion-title .reviews-stars {
    display: inline-block;
}

.request-box-title span.reviews-date, .request-box-title span.reviews-stars-qw {
	width:120px; 
	float:right; 
	color:#777; 
	font-size:12px;
	text-align: right;
    font-weight: 300;
}

.product-page-column .product-compare {
	margin: 10px 0 0 0;
	cursor: pointer;
}

.product-page-column .product-compare.is-bought {
	cursor: auto;
}

.product-page-column .product-compare span.compare-i {
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 1px solid #ccc;
    position: relative;
    float: left;
	line-height: 1px;
	margin-top: 3px;
}

.product-page-column .availability {
	font-size:15px;
	line-height: 17px;
	color: #5AAB28;
}

.product-page-column .availability span svg {
    margin-right: 12px;
    fill: currentColor;
	width: 16px;
	height: 16px;
}

.product-page-column .product-compare.is-bought span.compare-i {
	color:#ccc;
}

.product-page-column .product-compare.is-bought span.compare-t {
	color:#ccc;
}

.product-page-column .product-compare span.compare-i .c-i {
    width: 20px;
    height: 20px;
	background: none;
    fill: #999;
	-webkit-transition: -webkit-transform 0.2s;
}

.product-page-column .product-compare:hover span.compare-i .c-i {
    transform: rotate(90deg);
	-webkit-transition: -webkit-transform 0.2s;
}

.product-page-column .product-compare span.compare-t {
    font-size: 13px;    
    margin-left: 10px;
}

.product-page-column .tp_title {
    font-size: 16px;
    line-height: 40px;
    text-align: right;    
	font-weight:500;
	float: left;
}

.product-page-column .tp_value {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;    
    float: left;
    border: 2px solid #3a7998;
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 6px;
    margin-left: 8px;
    cursor: pointer;
    color: #000000;
    position: relative;
	float: right;
	background: #fff;
}

.product-page-column .bg_arrow_tp {
    width: 25px;
    height: 24px;
    float: left;
    right: 2px;
    top: 6px;
    position: absolute;
}

table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 6px;
}
table th {
  font-weight: bold;
  border-bottom: 1px solid #0e3178;
  vertical-align: middle;
  padding: 0 0px 7px 0;
}

table td {
  border-bottom: 1px solid #cccccc;
  padding: 6px;
}

table tr.tablerow {
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    padding: 5px;
    text-align: center !important;
}

table tr.tablerow:hover {
    background: #5a78b5 !important;
    color: #fff;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
	cursor: pointer;
}

.ttle {
	min-width:130px;
	padding: 0 9px 0 5px;
}

table.list-product-column tr:nth-child(2n+1) {
    background: #eaeaea;
}

.owl-carousel {
    z-index: 0 !important
}

.owl-carousel.productpage-carousel .owl-nav {
	
}

.owl-carousel.owl-theme .owl-nav {
    position: absolute;   
	top: calc(50% - 60px);
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin-top: 0
}

.productpage-carousel.owl-theme .owl-nav { 
	top: 0;
}


.thumb-product-page.owl-theme .owl-nav {
	top: 0;
}

.owl-image:hover.owl-carousel.owl-theme .owl-nav,
.owl-thumbs:hover.owl-carousel.owl-theme .owl-nav {
    opacity: 1
}

.owl-carousel.owl-theme .owl-nav .disabled {
    opacity: 0
}

.owl-carousel.owl-theme .owl-nav .owl-prev .button-gallery {
    background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	padding: 2rem 15px 2rem 0;
}

.owl-carousel.owl-theme .owl-nav .owl-next .button-gallery {
    background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 2rem 0 2rem 15px;
}

#sync1 .button-gallery {
	font-size: 30px;
}

.owl-carousel.owl-theme .owl-nav .button-gallery {
    outline: none;
    height: 100%;
    border: 0;
    padding: 2rem 1.8rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: padding .2s ease;
    -moz-transition: padding .2s ease;
    -ms-transition: padding .2s ease;
    transition: padding .2s ease
}

.owl-carousel.owl-theme .owl-nav .button-gallery>[class*='icon'] {
    fill: #000
}

.reveal.full[aria-hidden*='false'] .owl-carousel.owl-theme .owl-nav .button-gallery>[class*='icon'] {
	fill: #666;
	width: 3em;
    height: 3em;
}

.reveal.full[aria-hidden*='false'] .owl-carousel.owl-theme .owl-nav .button-gallery {
	height: auto;
}

.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    height: 100%;
    z-index: 100;
    outline: none
}

.owl-carousel.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0
}

.owl-margin .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0
}

.owl-margin .owl-carousel.owl-theme .owl-nav .owl-prev.disabled {
	display:none !important;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0
}

.owl-margin .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 0
}

.owl-margin .owl-carousel.owl-theme .owl-nav .owl-next.disabled {
	display:none !important;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px
}

@media screen and (min-width:118.75em) {
    .owl-carousel.tile-carousel.owl-theme .owl-nav .owl-prev {
        left: -3.5rem
    }
}

@media screen and (min-width:118.75em) {
    .owl-carousel.tile-carousel.owl-theme .owl-nav .owl-next {
        right: -3.5rem
    }
}

.owl-carousel.tile-carousel .owl-stage-outer {
    padding: 1rem 0 3rem 0
}

.owl-carousel.owl-thumbs {
    margin-bottom: 2.2rem;
    height: auto;
}

.owl-carousel.owl-thumbs .owl-item.current .item {
    border-color: #0a0a0a
}

.owl-carousel.owl-thumbs .owl-item .item {
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid transparent;
	display: inline-block;
	width: 100%;
	line-height: 80px;
}

.owl-carousel.owl-thumbs .owl-item.current {
    opacity: 1
}

.owl-carousel.owl-drag .owl-item.active {
	z-index:999;
	left:0 !important;
}

.owl-carousel.owl-thumbs.thumb-product-page {
    opacity: 0
}

.owl-carousel.owl-thumbs.thumb-product-page .item {
    background: #f7f8fa;
	height:80px;
	line-height:80px;
}

.owl-carousel.owl-thumbs.thumb-product-page .item img {
    text-indent: -9999px;
    overflow: hidden;
    width: auto;
    margin: auto;
	line-height: 80px;
    vertical-align: middle;
    display: inline-block;
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .owl-carousel.owl-thumbs.thumb-product-page .item img {
        height: auto
    }
}

.owl-carousel .owl-stage-outer {
    z-index: 1
}

.nav-thumb-big-gallery .owl-nav {
    position: absolute;
    top: 0
}

.owl-margin {
    margin: 0 0
}

@media print,
screen and (min-width:40em) {
    .owl-margin {
        margin: 0 0
    }	
}

.reference-carousel .item>a {
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    border-radius: 5px 5px 0 0
}

.reference-carousel .item>a:before {
    content: '';
    padding-bottom: 64%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin-left: -5px
}

.reference-carousel .item>a img {
    display: inline !important;
    width: 100%;
    height: auto;
    margin: -100%;
    vertical-align: middle;
    position: relative;
    text-align: center
}

.reference-carousel .item>a:hover:after {
    opacity: 1
}

.gallery-caption-container {
    background: #fff;
    width: 100%
}

.gallery-caption-container p {
    text-align: left;
    color: #313131;
    line-height: 50px;
    font-size: 13px;
    display: inline-block
}

.gallery-caption-container .caption-navigation {
    float: right
}

.gallery-caption-container .caption-navigation .caption-arrows-container {
    display: inline-block;
    vertical-align: top
}

.caption-recap {
    display: block;
    font-size: 13px;
    color: #777;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center
}

@media print,
screen and (min-width:40em) {
    .caption-recap {
        bottom: 111px
    }
}

@media print,
screen and (min-width:64em) {
    .caption-recap {
        bottom: 111px
    }
}

.caption-recap p {
    display: inline;
    padding-right: 1rem
}

.productpage-carousel {
    background-image: url("data:image/gif;base64,R0lGODlhHgAeAKUAADw6PJyenNTW1HRydLy6vOzu7FRWVIyKjKyurOTi5MTGxGRiZHx+fPz6/ExKTKSmpJSWlNze3MTCxPT29FxeXLS2tOzq7MzOzGxqbISGhERGRKSipNza3Hx6fLy+vPTy9FxaXJSSlLSytOTm5MzKzGRmZISChPz+/FRSVKyqrJyanP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQArACwAAAAAHgAeAAAG/sCVcEgcfgCoonIpnDwQxAKyODkxiyMHyjKUJocTDqdxJao0h+50OBIkysSPQSMQHr+riUBAhg8rGgNWXkMRAlxXiEMNGBoeK3dCBQIRVkR9KxYlByNEFw4gH4Qnhh9xERyWHAMGFA+mQiYaAZEWbosJexGYEyIlIBgeZCMgCA0IHiccAhMrJ20CHAVLBRAgIAwceUUN0x/Lh5hLHAzXJEy2buJXJxIZzUsNEbB+Q5b1RR0DHfr8+3VXCiwbGC0aP30M9vEDyERgwYFi2OGrd+LChnWL5uFLEMCECW1L0iWAx+QDAo8BEpzgQ2QCl297LGBs4M5EiAtWOEAgcCLBfYiKEqadSCftXoIQDDJ4gNcggIoRExAQWDFCwoVF0MZIOoBg2hAFKqYeE3tBQicwqO7Rk+TUVK8KdiQouCcEIxECEK6uGDtEgIQIExNAeNDnLRgFCkiWOZFCBcg8IuAOSSCBYRkLAUTc47tIAQm7SiZ4rSu1yAe6EyFL9hMEACH5BAkJADIALAAAAAAeAB4AhTQyNJyanMzOzGRmZLS2tOzq7ExOTISChKyqrNze3HR2dERGRMTCxPT29FxaXIyOjDw6PKSipNTW1GxubLy+vPTy9FRWVLSytOTm5Hx+fMzKzPz+/GRiZJSWlDQ2NJyenNTS1GxqbLy6vOzu7FRSVIyKjKyurOTi5Hx6fExKTMTGxPz6/FxeXJSSlDw+PKSmpNza3HRydP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJlwSBxWUpyicilcmQjEyiJJlDSYRQxrMDIiowtDBUuMODpeFrEDQJGJjZADJjyqhSePq/AmUhwZGzJ2QwoAAWRdRCsoDiqDU0IaAClXi0MjKAF8QxIOEw0VBkkNFh5QQw0JMIIyJwcTMReWMi0WCFJJCAADrSsYEiAJK6kiChMZKsQFIQQbIsokHhIyGwXBMIpFIy8xEw8JMrRCBRcyIzAgEgXEWAktsSBM1yAn7W8bGi33RQ0nY32ItApYpITBgwfDYUEnAUbDhzAQSlQ4DyJEOkwGEiSzAcYFfosSAOyDwUSHDicq1hunpAKFAB0uYNgwbFGXCg7XgZSxQgB+zAgwiJ1AoMJaAZogrlhLl21ggRcdAigT0oCACXYMNJyTQPGXuqB1PojQJkMCAq0rKAgQ4nCkuFUD3Q4yMYtnVqogWBXZSUSFCWp2teJZt7GACRHtGqgQzFOCBL5KniFI2UQtkQL1AlYwwWDgirtDOoLtE2qRZTgaN/JcTDAIACH5BAkJAC0ALAAAAAAeAB4AhTQyNJyanMzOzGRmZOzq7LS2tHx+fExOTNze3KyqrPT29MTCxIyKjHRydFxaXDw+PNTW1KSmpPTy9Ly+vISGhOTm5LSytPz+/MzKzJSSlHx6fGRiZDw6PJyenNTS1GxubOzu7Ly6vISChFRSVOTi5KyurPz6/MTGxIyOjHR2dFxeXERGRNza3P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJZwSBxKNo2icik0FRZEiSpJZCmYRUIjBRoqVKmoQ3XFDkuNiBFJ7KwoZqLC0EAIpdQW6XAgxIknHxkXLVJhQgYralgSRSYMHwKFbC0CKxuNQyZ+QiAMCV1DLA0GCoYtJgMrE0QCKiNlFRkiFBNlLR0NBUdJFisNhC0VGgAAKhWaJwwiKAKEIAYLJhMCJhsrLC0KARwAKxYmSiAWIiIdJKhZExchBwAcKJlMFR3lEEwdxR/ofxceEeGWVNhw4o/BIcGWdFjIkCE/JiBYQJBIcWLDiw+XEJjIkWK2gyCXXCCxjokJBPLiEJhQogQyjRA8kLi1RAGGEgkm+KkQsEmNIwkSIRDoqQmChQQFSBAisMDDBQkSLiDwcOXCxokgEoIIkaAEhIAmTkyQYGJiCxAQ7DSp4MEDgoAKLJxIiWDBvQtmW0xNqQABi4Q0tS04Ea7sRwUe/joy42GBWsND2HIyCGJwMMhNIHw1eAHDgsmYhWzMyOiEByJ4Pwq5wIIFUSwmaIYWoiBhSFR5/wQBACH5BAkJACoALAAAAAAeAB4AhTw+PKSipNTS1HRydOzq7Ly6vIyKjFxaXNze3PT29MTGxJSWlKyurISChExKTGxubNza3Hx6fPTy9MTCxJSSlGRiZOTm5Pz+/MzOzJyenLS2tERGRKSmpNTW1HR2dOzu7Ly+vIyOjFxeXOTi5Pz6/MzKzJyanLSytISGhExOTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJVwSBwmBqiicikkTUrEY5I4SjCLH5RBYkRGHwPrdVhoMLpTIedAGUdDqJFQOrRUKh83EdPIXFR0QhQHZ1dcRCQZDQKAXioCBw9iQhcEQxIZGnlDIw0hJHQkHgcKRB0PFSRCFhwmJgqqQgwNIHQFBw1/KgQoGxsPlk0YGQsBHX8fFCUkJQKiBwiAASkbBwWxRBIgJgsMlpNCHxMXIBUbDiaHTAQM3NFLHL4NcnoXECfYRQQDUHr+TVdOnGAgkODAYEw4AFjIcGEKgxAFWhijsCHDFP8yXiGAQZcSEgjUuZGAYcIEhPo6dKgyJgEEEBMw5PngUQWJPBIgCOhAIF95kxETQJSw8EeCgBEXJEi4gECAlUo6IdC8pMAkglgkVCbICkHFhw7vbFrYCSFWAgUdwBFYabNDVxVNRSZAAMGjzwQqVXGdI6BuEZ9FRvBs4raOAJQj3eraS7gDYCZxhzAWspaeG5dh276lBKGsPxL5LhSOUlPjZDdBAAAh+QQJCQAtACwAAAAAHgAeAIU0MjScmpzMzsxsamzs6uy0trSEgoRMTkzc3tysrqz09vTEwsSMjox0dnRcWlw8PjykoqTU1tR0cnT08vS8vryMiozk5uT8/vzMysyUlpRkYmQ0NjScnpzU0tRsbmzs7uy8uryEhoRUUlTk4uS0srT8+vzExsSUkpR8fnxcXlxERkSkpqTc2tz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/sCWcEgcKkKZonIpLAk6REXlVByVmMVPgDMxIqMogwJLNAUo3uSQ5IGQiSVOwNL8CgmNxudNjGRIFy1Hai0BHiBkY3AJGSyCU0IsHgZXQxcERiQmXUMWARAlgy0lIRICRCwoDZUfIAkJHYotIBkYUlQLHieBLQQnDg4omE0RJAkkCIETEB1OLKQSI4IJGg4DFJVRGK8UmNlCHxgXJhIOKSuySx8Lr9JLCcAMw28lCAvfRAQGUHz9QrxLTCwQSHDgHiwJRBw4oJDhgRQFIx5kQsKhRREp/CnBx+fDCIBFLGgw4U8BgggdOCnhAACAB3dMSoxAiWDMB5AlboI4AGDDfomJlghEiMDi4IQOHydMuHByjAIODwCoSJBNAYuhBCqVGKpgq6MPHRAMIYCiZQo6oyKMSEcAaVpHLU6qbNEhhQhZ+BQMveJViIIOLEBeImMhwrC+QmbO43M0MDG4aSNwZCJ3COI7avtZFWuZKJELLJ71K/Htsl+QGltc8NwvCAAh+QQJCQAuACwAAAAAHgAeAIU0MjScmpzMzsxsamy0trTs6uyEgoRMTkysqqzc3tzEwsT09vSMjoxERkR0dnSkoqTU1tRcWlw8Ojx0cnS8vrz08vSMioy0srTk5uTMysz8/vyUlpQ0NjScnpzU0tRsbmy8urzs7uyEhoRUVlSsrqzk4uTExsT8+vyUkpRMSkx8fnykpqTc2txkYmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCXcEgcngKronIpPEFYxAWyWFgwixXSxdqcDhcoFPcq9JAyX6+QYiCRiacLKdRNCkMWUeVNTJAoGi5Sdi4IBgpkY0IaCgglLkd2JQZiRBp0TSYQigUIBCeDkBsGEH0MIidCFRkKCgmpQiYkHgsdSQIGD4EuIQ8THyiYkAkmCiYYgQsELBosrwEGGJAEDh8qGbBRLK0Ce9mqAhq4HxNbZBUCChQFTCDkHex8Lhgeu0ohKKXy+/ZKLE8A/7HYc4VAi4MID04IyJBgu4QJP+xT0k9eiBIVhxT4gEbeggQQPDgssqJBAxWPrpwoETKBlRD9Clxg1KJBigAjFxWA8ARTegUPGCtUODECgAdBKw40GAEi24J/EArAcrLJCRQSAFrsKmDB5IB4TkpwAgrpCaSiBIhA+NAi2zdBPFNZFSIAQIqRGuIxwRC1iVkhDgBsmPiTmV8oQjBIkCBNHkiHc4dsAODAozM4f1U1OJCTyYlvkYewUDTRhYbMb4IAACH5BAkJACwALAAAAAAeAB4AhTw6PJyenNTS1HRydLy6vOzq7IyKjFxaXKyurNze3Hx+fMTGxPT29GRmZExOTKSmpJSWlNza3Hx6fMTCxPTy9GRiZLS2tOTm5ISGhMzOzPz+/ERGRKSipNTW1HR2dLy+vOzu7JSSlFxeXLSytOTi5ISChMzKzPz6/GxqbFRSVKyqrJyanP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJZwSByeEISicik8kUhEBrJYODGLjMnCKmSMkkMG58G9ChOfSHg6XEA+ZuJpMaE02SxQIGCPDy8TGXdgLAQQJmZlQhoZEwUsUmAkEGREGn0sJx0kDEQUHyYnXkkaKhAJRCQBEFwMER0dVUMdEwlHSQIQIxpCFAglJXxDGgURAhEgXQsXGiQXJw8rjycfBiUhGbxFJxcCHQmdipBqHSElGB+dVwwJ3phFEwoYKsl+LBQJ2koUAaj2//qUvBrYYeA7JRM8SFDIUEKJghAJHoTXsKGCf0oC2gNBQuOQAiUE2WPXQcBEIQgOHDBwIRGJkuDyBASRZMGAAyIeTCQGC1mCLwEkTlj4cKLCBjVeKhxoMKGMK1iyMsFiQAGAAxYWNgzQVgCCiAMKHknlRKQA0DwAUmRCsYEQiwgKBpQRxwCWlapXWQjYcEDdonpMLsQSAsLqEAwbOGCkcEwb3o8OHIj1k6ADpsJ5hXDYUGJkBH+9DIfBeVLJCUWYi8TESKSwWntBAAAh+QQJCQAwACwAAAAAHgAeAIU0MjScmpzMzsxkZmS0trTs6uyEgoRMTkysqqzc3txEQkR0dnTEwsT09vSMjoykoqTU1tRcWlw8Ojxsbmy8vrz08vSMioy0srTk5uRMSkx8fnzMysz8/vyUlpQ0NjScnpzU0tS8urzs7uyEhoRUVlSsrqzk4uRERkR8enzExsT8+vyUkpSkpqTc2txkYmR0cnT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG/kCYcEgcqhibonIp5BRERBVFUBSpmEUVpHUVHpNGQqiLFWIgGOOUCCqlytEWpOFFDiulCx0+FIESdWAwKSUQZWRNCSAVMA0pYBglY0QcjF4QJntCDSAtHF8wHCElJkSRLF0NchAFZCZoUlQJCAx3FB0BJZahBS2dUDAqLSJOBaIlUCoCHx0PEBxKKhggEAl00EQNpS0suCmISg2KELtFG7gE5WUVCdhKFRelfPN8cvZbW+rmFvz9/Cv47snRRySFhREORhxM2IGeEnf0RJiASEQEQHriICxiEmLCiwBpsKh49acBBwTlRNQSYMCjnocFIGwBdgHAAhUhvi2IAAjnfYIJGr4NUSWzlZAKJwAIQOoCBoUIBrqIYPFiggNgWjIRWQEABYwKB5qqQEHizRATCcmAM+FBQhqmQiBEmKApFMEmLwAE2JShqRAHEUo43ADgwB64Qgq4cBESjgoSAAjcCUuERYQV81ooGOAO8SaPd4sUADS0bxFrDot4hhMEACH5BAkJAC0ALAAAAAAeAB4AhTQyNJyanMzOzGRmZOzq7LS2tISChExOTNze3KyqrPT29MTCxIyOjHRydFxaXDw+PNTW1KSmpPTy9Ly+vIyKjOTm5LSytPz+/MzKzJSWlHx6fGRiZDw6PJyenNTS1GxubOzu7Ly6vISGhFRSVOTi5KyurPz6/MTGxJSSlHR2dFxeXERGRNza3P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJZwSByaIKyicim8EEDEY5IoMTGLUqtQSrycMNqrsAKpGJFExAIijrIgii1aqFicwu0WyIOQT1sQC31XeC0XCB4SLVx6dhddcXIkkXQeLBdcFwILBEQEEyFaCm8QBGEkZRdoFQsCQwoYCQkTlE4sllCLLCAXEhIXGAuKRxYJBSSPWBUeEAhxya+dJAUlJR6FRQqIEIpLENUn3XkSCNDZC2Z56nlv7UhI4kseHfT19BHv7m/xSgL29hGumFMysI0JCwMoFZHQ4U8bASoAAJjA5IQBAwlyMamgQaIKARcsKJSAAVAGAyJCKKQTgAOAFRashFhhwMQCMCIa9LFJwQCAAwFhPBwAwIFBNwkOViRSkaLFiQ8okoGwcLFDtwoPdBLpsEJECwlMF1H44GpIhQ4ZwqQbQuLAgU5gm7Zg8cGAwl5iDKwI+HVDgyEdPhRY10LACgeR4g4hkCKFRjEmBqygKESCXyIFGnRQh2BEA2iKX11cyQTE2r5/iVQgvS50niAAIfkECQkALAAsAAAAAB4AHgCFPD48pKKk1NLUdHJ07OrsvLq8jIqMXFpc3N7c9Pb0xMbElJaUTEpMrK6shIKEZGZk3NrcfHp89PL0xMLElJKUZGJk5Obk/P78zM7MnJ6cVFJUtLa0REZEpKak1NbUdHZ07O7svL68jI6MXF5c5OLk/Pr8zMrMnJqcTE5MtLK0hIaEbG5s////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABv5AlnBIHJY8kKJyKbwQQMRjkpi4MIvSkhFJvEAg2uvQ4rFsp0IySRyFeBJC6dYTZgtBAkScKyR5CGJ1TQgCEixyLAkCEFZRWyRwQ4qMcl4eUEMSGCaNCW5/dX4WF1wgHmtCniETGHVOEIuYJRAgFxISXgJwJQgKEwoEjVEWAh4IcMJxUAQmExMIgkoJhB6GSySrb3ZCEgjJVAKY2+NXAObn5wpiECkpDe3vKRvo9OpXEPH58lffRf2BGz5Ey9QAlR0PKzhwsKcEw4kFG6wxIaBC4QABF0JE4iaABYIOJ04oGJggAAoOBwpomXBARAkTAkosUGGmBIYMCwJ4EOZhBHkHBiesSVhx4M0AFSwwOMjQSEKIhw2sEdDgwCCLDgcWJDrK4sIJBx3HpOhQBxARCxVGQEnAlQUJBxQ2dpW4RMSBBqnasmjgIAQ5DwdWRGKL9I4BFXSvlPhwwIQkvSxCOMBrh8QDB8IIR6EQdxsIs9wgs7AwcJzmbUEAACH5BAkJAC8ALAAAAAAeAB4AhTQyNJyanMzOzGRmZLS2tOzq7ISChExOTKyqrNze3HR2dMTCxPT29IyOjDw+PKSipNTW1GxubFxaXLy+vPTy9IyKjLSytOTm5Hx+fMzKzPz+/JSWlGRiZDQ2NJyenNTS1GxqbLy6vOzu7ISGhKyurOTi5Hx6fMTGxPz6/JSSlERGRKSmpNza3HRydFxeXP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+wJdwSByiIKyicinUFETEY5LI0DCLUpQRSdSwWNrr8AK5bKdCckkcZUEYQukWEmYLRZ9EnCssQQpiZl0JHxQvci8MHyxWUWMOLXpDioxyXhBQkwmMQh8HAB0pmS8XHxcaXCIQa3FkeXUMHg4AKiRaKCwiGhQUXh9wThCLo0QFJgAALgIvjUZQFCwff3VLHy7IE0wFwiXUVxoEA3BLKAnjdkPN6EQH7e7uGYEnC/P1Cxnv+ctXF/T+9fGYqFv3bYEBb5MmAELHAoMECfuUQCCB4IShKwU2PDQBQcOJc4mSlAhBgsQvJQxIcJAAYoKVDBE8oJCmAUEAM7gsICCQoBl+ixYSXKwYxwBDCxYMRgR48WGDhUYMMlCcMK4AhwYLhViI8CDRiA3MEGxA80LEghB1sqZRoAAKCgNgSQV44A2kEg8tCAhhUCHFkBAbAjKMYIDo1yEUAni4yAbFiAgR38YVkmFDCHQXTKRoxtevkQcrEC6hoDbpZCEFRKMzvS4IACH5BAkJADAALAAAAAAeAB4AhTQyNJyanMzOzGxqbLS2tOzq7ISChExOTKyqrNze3HR2dMTCxPT29IyOjERGRFxaXKSipNTW1Dw+PHRydLy+vPTy9IyKjFRWVLSytOTm5Hx+fMzKzPz+/JSWlDQ2NJyenNTS1GxubLy6vOzu7ISGhFRSVKyurOTi5Hx6fMTGxPz6/JSSlExKTGRiZKSmpNza3P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAb+QJhwSByqIq+icilkBFzEY5LI4DCLJ4+kYEQSOa+X6kpsADTdqTATOZGJFQcAJJR2I+P30ARoWe1CCRFcV4RGDwAEMIAMSFZRQwUHGm5DGx4ODHZgERVUCS+PES0OLAGeQgoAHXYjIJWLJyARCXkwDC4HDhcEYxkOCBwVFZwMMBwFEUgjSwUWDg4DdMZRniMvsxm2SxET0AtMya/bVyoiCuRGCdR6Q4/tRS3y8/N0V9dI+S9I9P32TCP06VOj5B08Mhw2rEjXRACzdgkahAjxD8uCBRHYLRkBYUKIFQk4CNjGwE2BDRQW1FKigoCCEBo2jBFgAIGKFyFFmODC4USAigUpMrxLYCCEAgzUGKwwUKsDAhgJEFB4xODFRQHURqD4YAgGBQMmFj05RgEBLBgjBGx493DICBIWmDmBAqOAiV5FGA5BYADcrbFCNiCIcJDoCmoqAMOoYAJpOw4BNBBuohhGBAQp2jmD8C4x3ToEROgtUqHt389CKmg8KBY1mSAAO3hESFhCeEsrQlpVR2orR2RBdU5EVWk3NkNTSjh5TitLZi9Ba3VMY1crR1J2dE4zWkNyUDl2cFV0NEJsU0hmMEw=");
    background-position: center center;
    background-repeat: no-repeat
}

.productpage-carousel.owl-carousel .item {
    text-align: center;
    position: relative;
    cursor: zoom-in
}

.productpage-carousel.owl-carousel .item img {
    margin: auto;
    object-fit: contain;
    max-width: 100%;
    width: auto !important;
    background: #fff;
    text-indent: -9999px;
    overflow: hidden
}

@media print,
screen and (min-width:64em) {
    .productpage-carousel.owl-carousel .item img {
        height: 600px
    }
}

.product-page .image-container .owl-margin {
    height: auto !important
}

#sync1 .owl-nav .button-gallery>[class*='icon'] {
    fill: #000;
}

@media screen and (max-width:39.9375em) {
    .slide-up-icon {
        bottom: 65px;
        width: 50px;
        height: 50px;
        line-height: 34px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
	
	.margin-top-1 {
		margin-top: 3px;
	}
	
	.product-page-column .tp_title {
		width:100%;		
		text-align: left;
		line-height: 19px;
		font-size: 14px;
		color: #555;
	}
	.product-page-column .tp_value {
		 width: 100%;
	}
}

.product__hero--price small {
	font-size:17px;
	color:#333;
	font-weight:500;
}

.close-button-compare {
    position: absolute;
    color: #c11a1a;
    cursor: pointer;
	z-index: 999;
}

[data-whatinput='mouse'] .close-button-compare {
    outline: 0;
	color:000;
}

.close-button-compare:hover,
.close-button-compare:focus {
    color: #900;
}

.close-button-compare {
    left: 7px;
    top: -1px;
    font-size: 2em;
    line-height: 1
}

.owl-all-playlist-buy .product figcaption .price {
    font-size: 17px;
    float: left;
    padding: 4px 0;
}

.owl-all-playlist-buy .product figcaption .button.buy.js-shop-buy-button {
    padding: 3px 7px;
}

.owl-margin .owl-carousel.owl-all-playlist-buy .owl-nav .owl-next {
    line-height: 190px;
}

.owl-margin .owl-carousel.owl-all-playlist-buy .owl-nav .owl-prev {
    line-height: 190px;
}

.owl-margin .owl-carousel.owl-all-playlist-buy .image-product {
    max-height: 220px;
	width: auto;
}

.owl-all-playlist-buy .product .img-placeholder {
    line-height: 220px;
    vertical-align: middle;    
	display: block;    
    text-align: center;
}

.owl-all-playlist-buy .product a .cont-image {
    border: 1px solid #f0f0f0;
    background: #fff;
    line-height: 220px;
}
.images-gallery .close-button {
    color: #000;
}

.request-box p {
    font-size: 15px;
    color: #111;
}

.product-page .image-counter-in-sale {
    position: absolute;
    z-index: 1;
    background-color: #f85459;
    border-radius: 2px;
    color: #fff;
    padding: 4px 16px;
    font-size: 19px;
    font-weight: 600;
    right: 12px;
    top: 1px;
    opacity: 0.8;
    filter: alpha(opacity=90);
    text-transform: uppercase;    
    text-align: center;
}

.button.buycredit { 
    padding: 9px 9px;
}

.product-page .side-center {
	font-size: 14px;
}

.product-page .side-center ul {
	display: inline-block;
}

.product-tab-heading {
	padding-bottom:16px;
}

.product-tab-heading span {
	color:#999;
}

.pproduct-character-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.request-box-title span svg {
	width: 15px;
    height: 15px;
}

.product-page>div>div.reviews-stars {
	height: 30px;
	display: inline-block;
    width: 100%;
}

.reviews-stars .reviews-count {
	float: left; 
	line-height: 27px; 
	font-size:14px; 
	padding-left:10px;
}

.reviews-stars .reviews-code {
	float: right; 
	line-height: 31px; 
	font-size: 14px;
}

.reviews-stars .reviews-code span {
	color:#888;
	font-size:13px;
}

.materials .column-product-main, .productsfree .column-product-main {    
    height: auto;
}

.materials .product .img-placeholder {
	line-height: inherit;
}

.ratingblock {
	display:inline-block;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}
.live-rating {
	padding: 0 11px;
    line-height: 27px;
    font-size: 15px;
    font-weight: 600;
	color:#999;
}
.size-select {
	clear:both;
	width:100%;
	display: inline-block;
	padding-bottom:5px;
}

.size-select .detail-label {
	text-decoration: underline;
}

.size-select ul.product-group-0 li {
    float: left;
    height: 26px;
    min-width: 24px;
    padding: 1px 6px;
    margin-right: 4px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    text-align: center;
    background: #f2f2f2;
    line-height: 24px;
    color: #414040;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    font-size: 14px;
}

.size-select ul.product-group-0 li.active {
    background: #6EB555;
    color: #FFF;
    -web-kit-box-shadow: inset 0px 0px 7px #3BB10D;
    -khtm-box-shadow: inset 0px 0px 7px #3BB10D;
    -moz-box-shadow: inset 0px 0px 7px #3BB10D;
    -o-box-shadow: inset 0px 0px 7px #3BB10D;
    box-shadow: inset 0px 0px 7px #3BB10D;
}

.size-select .js-button-price {
    display: inline-block;
}

.size-select ul.product-group-1 {
    height: 130px;
    max-width: 280px;
    width: 100%;
    overflow-y: scroll;
    z-index: 10;
}

.size-select ul.product-group-1 li {
    font-size: 14px;
}

.size-select ul.product-group-1 li:hover {
    background-color: #F5F5F5;
}

.product-page .product-picture-area {
	position:relative;
}

.icon--info .sku-title {
    font-size: 12px;
    margin-bottom: 8px;
}

.icon--info .sku-title-value {
    color: #999;
}

.icon--info .sku-property-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon--info .sku-property-item {
    box-shadow: inset 0 0 0 1px #ccc;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 12px;
	margin-bottom: 6px;
	width: auto;
}

.icon--info .sku-property-item.selected, .icon--info .sku-property-item:hover {
    box-shadow: inset 0 0 0 2px #101341;
}

.icon--info .sku-property-item.active {
    box-shadow: inset 0 0 0 2px #101341;
}

.icon--info .sku-property-text {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    white-space: nowrap;	
    min-width: 48px;
	text-align: center;
}

.icon--info .sku-size-info {
    position: relative;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #199bc7;
    padding-left: 25px;
    cursor: pointer;
}

.icon--info .sku-size-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 20px;
    height: 12px;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAYCAYAAACIhL/AAAAABGdBTUEAALGPC/xhBQAAAeFJREFUSA3tl78vw0EUwN+7fkNCOkhjIURMBlHRIKqNEjEahQklBol/ocLIKDGINulCV5tBpENLED8qMTUSIcw2oe099740qcb5piltI73lvvd+3efe3Tf3DkE1Z/iomdKZdQQcIqImlpW8IRISJQlxr94ulo8n3C/MgB9wMgFEjpJDaSZEhJOGdo8nOoxpg1JyDYAcCLBfI2oXzvx9Dxq/PxWrnUNXONaTSWNEffc/3x4tqAk3haL18czlhOP5UW3xxYz3XAgR4DGB9HEvsmeuXJljiNxGAu8/x+a/IHKVlfhdBSx2V6oZ/PcZNApdYVcoPoJStqHNOLyaHbiz8lc3VR+kMp1g4ElixnNjZZ+vL/gMqvtykQCCUkpXfrBvxyk5yfYgYexbvYWwYECLeL+urnhA7Rl0bsdWCKHbBhS4nPMmrFLjDMaXCGjUhrRx6fceWNl3bccnAWkKCHev5wcjOnttBlVx5lYl2DggNOqcv8jVYtheSmj9ItcMBMoOtjd7jQ2LtYA/+JRUVQUsNt2qYMUnDtIbOm0pNthv+KOk7Bk2uVTBClEO/CZft8oJaZb8oeMedQGsMg+CiJp9pT+aRGLa/YiGcCrmnex2M3nJGz87EZLqcbJeZ7cN84uOGd4BKV+rd5WwEnQAAAAASUVORK5CYII=) no-repeat;
    background-size: contain;
}

table.product-character-list td {
	border-bottom: 1px dotted #eee;
	vertical-align: top;
	padding: 6px 0;
}

table.product-character-list td:nth-child(2) {
	text-align:right;
}

.column-product .jq-star {
	width: 16px !important;
    height: 16px !important;
}

.images-gallery .owl-image .owl-item {
	opacity:0;
}

.images-gallery .owl-image .owl-item.active {
	opacity:1;
}

.owl-carousel.owl-drag .owl-item {
	opacity:0;
}

.owl-carousel.owl-drag .owl-item.active {
	opacity:1;
}

.button-fav {
    background: #d9d9d9;    
	padding: 8px 0 8px;
	width: 26%;
    float: right;
}

.button-fav.is-bought {    
	padding: 8px 0 9px;
	background-color: #2a2a2a;
}

.button-fav.is-bought svg {    
	fill: #fff;
}

.fav {
    display: inline-block;
    stroke-width: 0;
    stroke: inherit;
    fill: #000;
    vertical-align: bottom;
    width: 26px;
    height: 24px;
}

.button-fav:hover svg, .button-fav:focus svg {
	fill: #fff;
}

.button.fav-buy {
	width: 70%;
    float: left;
}

.product__hero--price-old {
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    color: #990000;
    position: relative;
    clear:both;
	float:right;
}

.product__hero--price-old:before {
    border-bottom: 1px solid #990000;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(7deg);
}

.product__hero--price-old .currency {
	font-size:13px;
}

@media screen and (max-width:39.9375em) {	
	.product-page .product-title h1 {
		float:none;
		max-width:100%;
		font-size: 20px;
	}

	.product-page .product-title .articul {
		display: none;		
	}
	
	.padding-top-2 {
		padding-top: 0;
	}
	
	.title-row {
		padding-top: 12px;
		padding-bottom: 2px;
	}
	
	.product-page .product-title {
		margin-top: 12px;
	}
	
	.articul {
		font-size: 12px;
		line-height: 1.3;
	}
	
	.articul span {
		font-size: 14px;
		font-weight: 500;
	}
	
	.button.brand-ap {
		right: 0;
	}
	
	.product-page-column .product-compare span.compare-t {
		font-size: 12px;
		margin-left: 10px;
		line-height:1;
		float: left;    
		width: 90px;
	}
	
	.product-page-column .availability {
		position: absolute;
		font-size: 14px;
		bottom: 18px;
		right: 16px;
		width: auto;
	}
	
	.product-page-column .product__hero--price {
		float: none;
	}
	
	.product__hero--price-old {
		float:left;
	}
	
	.product figcaption .product-price .float-right {
		right: 8px;
	}
	
	.column-product .jq-star {
		width: 12px !important;
		height: 12px !important;
	}
	
	.image-counter-in-stock {    
		right: 12px;
	}
	
	.product a .cont-image {
		line-height: 103px;
	}
	
	.product-page-column .product-page-buy {
		min-height: 182px;
	}
}


@font-face {
    font-family:'FontAwesome';
    font-display: swap;
    src:url('/fonts/fontawesome-webfont.eot?v=4.7.0');
    src:url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;

}
.fa {
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;/* padding:0; *//* margin:-1px; *//* overflow:hidden; */clip:rect(0, 0, 0, 0);/* border:0; */}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}



.nasa-product-gallery-lightbox, .product-gallery {
    position: relative;
}

.product-gallery {
    margin-right: 0;
}

.nasa-product-details-page .product-gallery .nasa-thumb-wrap {
    width: 10%;
    float: left;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails {
    visibility: hidden;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 50ms ease;
    -moz-transition: opacity 50ms ease;
    -o-transition: opacity 50ms ease;
    transition: opacity 50ms ease;
}

.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.slick-arrow {
    display: none !important;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 1px;
}

.slick-slide img {
    display: block;
}

.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb img {
    border: 1px solid transparent;
    opacity: .3;
    -webkit-transition: opacity 350ms ease;
    -moz-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.nasa-product-details-page .product-gallery .nasa-main-wrap {
    width: 90%;
    float: left;
}

.product-gallery .product-images-slider {
    position: relative;
}

.nasa-product-details-page .product-gallery .nasa-single-product-main-image {
    padding-left: 5px;
    padding-right: 5px;
}

.nasa-single-product-slide .main-images.nasa-single-product-main-image {
    visibility: hidden;
    opacity: 0;
    display: inline-flex;
    -webkit-transition: opacity 50ms ease;
    -moz-transition: opacity 50ms ease;
    -o-transition: opacity 50ms ease;
    transition: opacity 50ms ease;
}

.nasa-single-product-slide .main-images.nasa-single-product-main-image.slick-initialized {
    display: block;
    visibility: visible;
    opacity: 1;
}

.nasa-product-details-page .product-gallery .nasa-single-product-main-image .slick-slide {
    padding: 0 5px;
}

.easyzoom {
    position: relative;
}

.main-images .product-image {
    display: block;
}

.easyzoom img {
    vertical-align: bottom;
    width: 100%;
}

.slick-slide img {
    display: block;
}

.easyzoom.is-ready img {
    cursor: zoom-in;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

.nasa-single-product-slide .product-thumbnails.nasa-single-product-thumbnails .nasa-wrap-item-thumb.slick-current img {
    opacity: 1;
    border: 1px solid #777;
}

.easyzoom .easyzoom-flyout {
    position: absolute;
    z-index: 97;
    overflow: hidden;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.easyzoom .easyzoom-flyout:hover {
    opacity: 1;
}

.easyzoom .easyzoom-flyout img {
    max-width: none;
    width: auto !important;
	max-height: initial;
}

.nasa-product-details-page .product-gallery .nasa-single-product-main-image .slick-slide img {
    width: 100%;
    border: 1px solid #eaeaea;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .8;
}

.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.mfp-bg.mfp-ready {
    opacity: .7;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-figure {
    line-height: 0;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    color: #fff;
    background: #000;
    font-style: normal;
    font-size: 25px;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 9999;
}

.mfp-close-btn-in .mfp-close {
    color: #333 !important;
    background: transparent !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #000 !important;
    background: transparent !important;
    right: 0;
    top: 40px;
	font-size: 40px;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-bottom-bar {
    margin-top: -26px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    margin-right: 10px;
    display: inline-block;
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
}

.mfp-counter {
    display: inline-block;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    margin: 50px;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.nasa-loader {
    display: block;
    position: absolute;
    z-index: 9;
    opacity: .6;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #333;
    border-left: 1px solid #efefef;
    border-right: 1px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: nasa-spin .5s linear infinite;
    -moz-animation: nasa-spin .5s linear infinite;
    -o-animation: nasa-spin .5s linear infinite;
    -ms-animation: nasa-spin .5s linear infinite;
    animation: nasa-spin .5s linear infinite;
}

.mfp-arrow {
    position: fixed;
    top: 0;
    opacity: .65;
    background: #333 !important;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 70px;
    height: 80px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 9999;
}

.mfp-arrow.mfp-arrow-left {
    left: 0;
}

.mfp-arrow.mfp-arrow-right {
    right: 0;
}

.mfp-arrow.mfp-arrow-left:after {
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 30px;
    color: #ccc;
}

.mfp-arrow.mfp-arrow-right:after {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 30px;
    color: #ccc;
}

@media only screen and (max-width: 52.96552em) {
	.easyzoom {
		width: 100%;
	}
	.easyzoom img {
        max-width: 100%
    }
			
	.product-image .attachment-shop_single {
		width: 100%;
	}
	
	.product-gallery {
		margin-bottom: 0;
	}
	
	body .nasa-product-details-page .product-gallery .nasa-thumb-wrap {
		display: none;
	}
	
	body .nasa-product-details-page .product-gallery .nasa-main-wrap {
		width: 100%;
	}
	
	body .nasa-product-details-page .product-gallery .nasa-single-product-main-image {
		padding: 0;
	}
	
	body .nasa-product-details-page .product-gallery .nasa-single-product-main-image .slick-slide {
		padding: 0;
	}
	
	.easyzoom img {
		max-width: 100%;
	}
	
	.product-image .attachment-shop_single {
		width: 100%;
	}	
}

.product-page-column .product-page-buy .product-item-quantity {
    float: left;
    margin: 10px 0;
}