@font-face {
    font-family: 'helvetica-w';
    src: url('../icons/fonts/HelveticaWorld-Regular.ttf')  format('truetype')
}

@font-face {
    font-family: 'helvetica-wb';
    src: url('../icons/fonts/HelveticaWorld-Bold.ttf')  format('truetype')
}

body {
    overflow-x: hidden;
    font-family: 'helvetica-w';
}

.desktop-main-menu-wrapper::before {
    content: "";
    position: absolute;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    bottom: 0;
    z-index: -1;
    height: 100%;
}

.product-thumb .product-labels .c--label-sold-out strong {
    background-color: #B7A077 !important;
}

.lg-backdrop {
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.85);
}

.lg-outer {
    z-index: 200000;
}

.module-gallery .module-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.module-gallery .module-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.module-gallery .module-item>a img {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    width: 100%;
    height: auto;
}

.module-gallery .module-item>a::before {
    z-index: 1;
}

.module-gallery .module-item>a::after {
    z-index: 2;
}

.module-gallery .module-item>a span {
    width: 100%;
    height: 100%;
    display: block;
}

.module-gallery .module-item>a span::before {
    z-index: 1;
}

.lg-outer .lg-toolbar {
    background: transparent;
    color: #ccc;
}

.lg-outer .lg-toolbar .lg-icon {
    color: inherit;
}

.lg-outer .lg-toolbar .lg-icon:hover {
    color: white;
}

.lg-outer .lg-sub-html {
    background: transparent;
    pointer-events: none;
    -webkit-transition: bottom 0.25s ease-out !important;
    transition: bottom 0.25s ease-out !important;
}

.lg-outer .lg-actions .lg-icon {
    color: white;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
}

.lg-outer .lg-actions .lg-icon::after {
    display: none;
}

.lg-outer #lg-zoom-out {
    display: none;
}

.lg-outer #lg-actual-size {
    font-size: 24px;
}

.lg-outer #lg-actual-size::after {
    content: "\e312";
}

.lg-outer .lg-thumb-outer {
    height: auto !important;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.lg-outer .lg-thumb {
    padding: 0;
    margin: 0 auto;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lg-outer .lg-thumb-item {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    overflow: visible;
}

.lg-outer .lg-thumb-item img {
    display: block;
}

.lg-outer #lg-counter {
    color: inherit;
}

.module-gallery .module-item>a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 0;
}

.module-gallery .module-item>a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 0;
    font-size: 35px;
}

.module-gallery .module-item>a:hover::before {
    opacity: 1;
}

.module-gallery .module-item>a:hover::after {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1) !important;
    opacity: 1;
}

.module-gallery .module-item>a:hover>span::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}

.module-gallery .module-item>a>span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    -webkit-transform: translate3d(0, 10px, 0) scale(1);
    transform: translate3d(0, 10px, 0) scale(1);
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 0;
    font-size: 12px;
    color: white;
    line-height: 1.3;
}

.route-product-category .page-title {
    border-bottom: 1px solid #888383;
    padding-bottom: 20px;
}

.refine-item a img {
    margin-bottom: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2;
}

.module-filter .module-title {
    background: white !important;
    color: #2b2b28 !important;
    border-bottom: 1px solid #2b2b28 !important;
    padding-left: 0px !important;
}

.module-filter .module-title span {
    font-size: 16px !important;
}

.module-filter .panel-heading {
    background-attachment: white !important;
    background: white !important;
    border: none !important;
}

.main-products.product-grid.product-grid .product-thumb:hover .extra-group {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    margin-top: auto;
}

.benefits {
    display: flex; 
    margin-top: 25px;
    width: 100%; 
    -ms-flex-pack: space-between; 
    -webkit-box-pack: justify; 
    justify-content: space-between;
}

.instalments {
    display: flex; 
}

.free-shipping {
    display: flex; 
}

.benefit-instalments-text {
    padding:0 10px;
}

.benefit-instalments-text h3, 
.benefit-shipping-text h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.benefit-instalments-text p, 
.benefit-shipping-text p {
    font-size: 13px;
}

.benefit-shipping-text {
    padding: 0px 0px 0px 10px;
}

.product-details h3.product-code {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.product-info .product-details .price-group {
    font-size: 25px;
    font-weight: 700;
    padding-right: 20px;
}

.product-details .product-stats .product-model {
    display: none;
}

.product-blocks .nav-tabs {
    border-bottom: 1px solid #808080 !important; 

    li a {
        padding-left: 0px;
        font-weight: bold;
        font-size: 16px;
        color: #333 !important;
        background: white !important;
    }
}

.youtube-popup {
    opacity: 0;
    top: 10%;
    z-index: -9999;
    left: calc(50% - 300px);
    position: absolute;
    transition: 0.5s ease all; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; -moz-transition:0.5s ease all;
}

.page-mask.show {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999999;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
}

.youtube-popup.show {
    position: absolute;
    z-index: 9999999999;
    width: 600px;
    opacity: 1;
}

.youtube-video .popup {
    position: relative;
    padding-bottom: calc(10px / 2);
    height: auto;
}

.youtube-video .popup i {
    position: absolute;
    top: 20px;
    left: 32px;
    font-size: 20px;
    color: white;
}

.checkout-section #account-custom-field2 {
    order: 100;
}