body,
.ui-menu .ui-menu-item {
    font-family: 'Open Sans', 'HelveticaNeueLTW20', sans-serif !important;
}

    body.popup-active {
        overflow: hidden;
    }

@media screen {
    html,
    body,
    body > form,
    body > form > #content-block,
    body > form > #content-block > .content-center {
        height: auto;
        min-height: 100vh;
    }

    body > form > #content-block > .content-center {
        display: flex;
        flex-direction: column;
    }
	
	.site-wrapper {		
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}

    .header-wrapper,
    .footer-wrapper {
        flex: none;
    }

    .middle-content {
        flex: 1 0 auto;
        width: 100%;
        padding: 0;
    }

    html.is-placeholder,
    .is-placeholder body,
    .is-placeholder body > form,
    .is-placeholder body > form > #content-block,
    .is-placeholder body > form > #content-block > .content-center {
        min-height: initial !important;
    }
}

nav > ul > li > a,
.accordeon-title,
.cart-column-title,
.cart-summary-box .sub-total,
.cart-summary-box .grand-total {
    font-weight: 400;
}

.header-top-entry:first-child .title {
    border-left-width: 0;
}

.header-top-entry:first-child .title,
.header-top-entry:nth-child(2) .title {
    border-right-width: 0;
}

.blog-sidebar .information-blocks {
    margin-bottom: 30px;
}

.breadcrumb-entry {
    padding: 6px 0;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    header.fixed-header nav > ul:nth-child(2) {
        float: right;
    }

    .header-wrapper.style-3 header:after {
        bottom: 30px !important;
    }
}

.breadcrumb-entry {
    text-align: left;
}

.breadcrumb-box a:nth-child(1) {
    margin-left: 7px;
}

.checkbox-entry input + span {
    width: 15px;
    height: 15px;
}

.checkbox-entry {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.simple-drop-down.simple-field.size-1 select {
    font-size: 15px;
    /*border: 1px solid;*/
}

.simple-drop-down.simple-field.size-1:after {
    border: 1px solid;
}

.product-detail-box .product-subtitle strong {
    color: #89c144;
}

.simple-drop-down:after {
    top: 1px;
}

.information-blocks:first-child > .block-title.size-2 {
    padding-top: 26px;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.header-top-entry .title .fa:first-child {
    margin-left: 7px;
}


.brands {
    padding: 0 25px;
}

@media (min-width: 992px) {
    .brands {
        padding: 34px 25px 0 25px;
    }
}

.simple-drop-down.simple-field.size-1:after {
    border: 0;
    background: transparent;
}


@media (min-width: 1200px) {
    header.fixed-header .nav-overflow {
        border-bottom: 2px #e6e6e6 solid;
    }
}

@media (max-width: 767px) {
    #content-block header {
        border-bottom: 1px #e6e6e6 solid;
    }
}

.filters {
    border: 1px solid #DDD;
    border-radius: 3px;
    background-color: white;
    padding: 15px;
}

.ProductTitle {
    height: 54px;
    overflow: hidden;
}

.detail-info-entry {
    margin-top: 12px;
}

.fsize26 {
    font-size: 23px;
}

.footer-columns-entry {
    padding: 35px 0 15px 0px;
}

.footer-columns-entry .column > li {
    border-bottom: 1px solid #505050;
}

.footer-columns-entry .column > li > a {
    display: block;
    width: 100%;
}

.cart-summary-box
{
    margin-top:10px;
    padding: 40px 20px;
}

.cart-box.popup .content .desc {
    font-size: 11px;
    line-height: 14px;
    color: black;
    margin-bottom: 3px;
}

.cart-box.popup .content .quantity {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #2e2e2e;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

body.style-3 .cart-box.popup .content .price {
    text-align: right;
    margin-top: 9px;
}

.cart-box.popup .cart-entry {
    padding: 0 15px !important;
}

@media (min-width: 1200px) {
    .submenu .product-column-entry {
        min-height: 0;
    }
}

.cart-box.popup {
    width: 380px;
}

.cartitems {
    max-height: 275px;
    overflow-y: auto;
    margin: 0 -25px 15px -25px;
}

.cart-box.popup .summary {
    margin-bottom: 15px;
}

.embed-responsive-13by18 {
    padding-bottom: 138%;
}


.embed-responsive-5by6 {
    padding-bottom: 120%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.embed-responsive-2by1 {
    padding-bottom: 50%;
}

.full-width-columns .submenu {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.submenu .product-column-entry {
    float: none;
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.shop-image, .client-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-slide-entry.shift-image .product-image div:first-child {
    position: absolute;
    left: 0;
}

.product-slide-entry.shift-image .product-image div {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: auto;
    moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
}

.product-slide-entry.shift-image .product-image:hover div {
    transform: scale(1) translateX(-100%);
    -moz-transform: scale(1) translateX(-100%);
    -webkit-transform: scale(1) translateX(-100%);
    -ms-transform: scale(1) translateX(-100%);
}

.cart-table .quantity-selector .entry {
    font-size: 16px;
    border: 0;
    height: 40px;
    line-height: 25px;
}

.login-box {
    background: #fcfcfc;
    border: 1px #ebebeb solid;
    padding: 49px 55px;
    min-height: 450px;
}

.order-review {
    width: 100%;
    display: block;
}

@media (max-width: 991px) {
    #content-block header {
        border-bottom: 1px #ebebeb solid;
    }
}

.order-review .or-container {
    border: 2px #ebebeb solid;
    padding: 25px 25px 20px 25px;
    position: relative;
    background: #fff;
}

.order-review .or-entry {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px #ebebeb solid;
    position: relative;
}

.order-review .image {
    float: left;
    width: 70px;
}

    .order-review .image img {
        display: block;
        width: 100%;
    }

.order-review .content {
    margin: 0 20px 0 85px;
}

    .order-review .content .title {
        font-size: 14px;
        line-height: 18px;
        color: #2e2e2e;
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
    }

    .order-review .content .desc {
        font-size: 11px;
        line-height: 14px;
        color: black;
        margin-bottom: 3px;
    }

    .order-review .content .quantity {
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
        color: #2e2e2e;
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
    }

    .order-review .content .price {
        color: #008acc;
        text-align: right;
        margin-top: 9px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

.order-review .summary {
    text-align: right;
    margin-bottom: 15px;
}

    .order-review .summary .sub-total {
        line-height: 15px;
    }

    .order-review .summary .grandtotal {
        font-size: 18px;
        line-height: 22px;
        color: #343434;
        font-weight: 600;
    }

        .order-review .summary .grandtotal span {
            color: #008acc;
        }

.order-review .button {
    display: block;
    margin-bottom: 5px;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle {
    /*font-size: 24px !important;*/
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content .title {
    font-size: 31px;
}

.product-detail-box .button.style-10 {
    width: 48%;
    margin-right: 5px;
}

    .product-detail-box .button.style-10:last-child {
        margin-right: 0;
    }

.brandlist {
    width: 33.33333%;
    float: left;
}

    .brandlist li:first-child {
        border-top: 0;
    }

.brands-page-selector {
    margin-bottom: 0;
}

    .brands-page-selector .pages-box {
        float: left;
    }

.price .prev {
    margin-bottom: 5px;
    display: block;
    height: 12px;
}

.product-slide-entry .price {
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;     
    text-align: center;
}

.button.style-5 {
    border-color: #008acc;
    background: #008acc;
    color: #fff;
}

    .button.style-5:hover {
        color: #000;
        border-color: #008acc;
    }

.categories-border-wrapper {
    border: 0;
    padding: 11px 20px 11px 20px;
}

.sidebar-navigation .accordeon-title:first-child {
    border-top: 0 !important;
}

.sidebar-navigation .accordeon-title.accordeon-action:after {
    visibility: hidden;
}

#content-block .sidebar-column .information-blocks {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #content-block .sidebar-column .information-blocks {
        margin-bottom: 40px;
    }
}

#content-block .homepage .sidebar-column .information-blocks {
    margin-bottom: 15px;
}

.article-container.style-1 {
    font-weight: 400;
}

.article-container {
    color: #000;
}

.vat {
    vertical-align: top !important;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    height: 45px;
    width: 45px;
}

.cart-table .column-4 {
    width: 200px;
}

.breadcrumb-box a.active {
    color: #000;
    pointer-events: none;
    cursor: default;
}

.cart-box.popup .button-x {
    right: 15px;
}

.simple-drop-down:after {
    border: 0;
    background: transparent;
}


.simple-drop-down {
    width: auto;
}

.cart-barcode {
    float: left;
}

.mozaic-banner-content .old-price {
    color: #989898;
    text-decoration: line-through;
    display: inline-block;
    font-size: 16px;
}

@media (min-width: 768px) {
    .cart-barcode {
        float: right;
    }

    .logo-wrapper {
        width: auto;
    }

    .mozaic-banner-content .old-price {
        position: relative;
        bottom: -10px;
    }
}

.cart-barcode label {
    display: inline-block;
    margin-right: 5px;
}

.cart-barcode .simple-field {
    line-height: 25px;
    height: 25px;
    width: initial;
    padding: 0px;
}

.cart-table th {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 300;
}

.cart-table td {
    padding: 15px 30px;
}

.quantity-selector .entry.number {
    width: 63px !important;
    vertical-align: top;
}

.form-group {
    position: relative;
}

form label.error {
    background-color: red;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 2;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
}

    form label.error:before {
        border-style: solid;
        border-width: 0 3.5px 5px 3.5px;
        border-color: transparent transparent red transparent;
        content: "";
        height: 0px;
        right: 5px;
        position: absolute;
        top: -5px;
        width: 0px;
    }

form .has-success label.error {
    visibility: hidden;
}

.form-group {
    display: block;
    margin-bottom: 10px !important;
}

    .form-group .simple-field {
        margin-bottom: 0;
    }

textarea.simple-field {
    margin-bottom: 0;
    resize: vertical;
}

.vat {
    vertical-align: top !important;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
}

.embed-responsive-10by3 {
    padding-bottom: 33%;
}

.categories-list ul li:first-child {
    border-top: 0;
}

.blog-landing-box .title {
    font-size: 20px;
    color: #2e2e2e;
    font-weight: 500;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px !important;
}

@media (min-width: 1200px) {
    .divs .information-blocks {
        margin-bottom: 25px !important;
    }
}

@media (max-width: 991px) {
    .blog-landing-box .block-title {
        margin-bottom: 15px !important;
    }

    .daterangepicker.show-calendar .calendar {
        /*display: none !important;*/
    }
}

.information-blocks .company-information-box .text {
    margin-left: 0;
}

@media (max-width: 991px) {
    .information-blocks .company-information-box .text {
        margin-left: 0px;
    }
}

.information-blocks .company-information-box .text .cell-view {
    height: 150px;
    width: auto;
}

.read-more {
    float: right;
}

.divide {
    height: 25px;
}

.blog-landing-box p {
    line-height: 20px;
    text-align: justify;
    margin: 0 0 10px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.font-open-sans,
input, textarea, select {
    font-family: "Open Sans", sans-serif !important;
}

.clear-padding-top {
    padding-top: 0 !important;
}

.clear-margin {
    margin: 0 !important;
}

.clear-margin-bottom {
    margin-bottom: 0 !important;
}

.clear-margin-top {
    margin-top: 0 !important;
}

.clear-padding {
    padding: 0 !important;
}

.clear-padding-left {
    padding-left: 0 !important;
}

.clear-padding-right {
    padding-right: 0 !important;
}

.clear-float {
    float: none !important;
}

.clear-border-left {
    border-left-width: 0 !important;
}

.clear-border-right {
    border-right-width: 0 !important;
}

.clear-text-decoration,
.clear-text-decoration:hover,
.clear-text-decoration:focus {
    text-decoration: none !important;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.disabled {
    pointer-events: none;
}

.hover-layer .info .title {
    margin-bottom: 10px;
}

.clients-list .tags {
    display: none;
}

.clients-filter.active {
    color: #008acc;
}

.clients-filter-clear {
    float: right;
    color: #000;
    display: none;
}

    .clients-filter-clear:hover {
        color: red;
    }

    .clients-filter-clear.active {
        display: block;
    }

.detail-post .blog-entry .content {
    margin-left: 85px;
}

.blog-entry .image:hover img {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

.media-img,
.embed-responsive-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.embed-responsive-thumb.load-anim.lazyload,
.embed-responsive-thumb.load-anim.lazyloading,
.shop-image.load-anim.lazyload,
.shop-image.load-anim.lazyloading,
.client-img.load-anim.lazyload,
.client-img.load-anim.lazyloading {
    background-image: url("../img/ajax-loader.gif")!important;
    background-size: inherit!important;
}

.portfolio-entry {
    border: 1px solid #ececec;
    padding: 10px;
    background: #fff;
}

    .portfolio-entry a.name {
        display: block;
        font-size: 15px;
        line-height: 20px;
        color: #2e2e2e;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .media-entry a.name {
        white-space: initial;
        text-overflow: initial;
        height: 40px;
    }

        .portfolio-entry a.name:hover {
            color: #d14242;
        }

    .portfolio-entry .action-button {
        color: #fff !important;
    }

    .portfolio-entry .image {
        margin-bottom: 10px;
    }

.portfolio-container {
    margin-bottom: 20px;
}

.divide {
    height: 25px;
}

.box-full .button.style-10 {
    border: 2px #33a3dd solid;
    background: #33a3dd;
}

    .box-full .button.style-10:hover {
        background: #fff;
        color: #33a3dd;
    }

.read-more.button.style-10 {
    padding: 10px !important;
}

.box-full {
    border-bottom: 2px #f0f0f0 solid;
    padding: 15px !important;
    margin-top: 15px;
}

.box-body {
    font-size: 15px;
    color: #333232;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 150;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.progresscontainer {
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
}

@media (max-width: 991px) {
    .submenu .product-column-entry {
        display: block;
    }
}

.GridHeader,
.GridSubHeader,
.GridFooter,
.GridSubFooter {
    background-color: #f3f4f5;
}

.table > thead > tr > th,
.table > thead:first-child > tr:first-child > th,
.table > tbody > tr.GridHeader > td,
.table > tbody > tr.GridSubHeader > td,
.table > tbody > tr.GridFooter > td,
.table > tbody > tr.GridSubFooter > td {
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
}

.sale-entry.info-box .sale-price {
    border-width: 0;
    float: none;
    width: auto;
}

.sale-entry .sale-price {
    font-size: 14px;
}

.sale-entry.info-box .sale-price span {
    font-size: 30px;
}

body .sale-entry .sale-price span.red {
    color: #ca1515;
}

@media screen and (max-width: 767px) {
    .tabs-container.menus {
        margin-bottom: 25px;
    }

    .text-left-xs {
        text-align: left !important;
    }

    .text-right-xs {
        text-align: right !important;
    }
}

.blog-entry .description {
    height: 120px;
    overflow: hidden;
    text-align: justify;
}

.footer-columns-entry .column .fa {
    margin-right: 5px;
    margin-left: 0;
}

.submenu {
    border: 1px rgb(0, 138, 204) solid;
}

.full-width-columns .submenu {
    border-top: 0;
}

.simple-drop-down select {
    font-size: 15px;
}

.breadcrumb-box a {
    font-size: 15px;
}

.mozaic-banner-entry.type-3 {
    background-size: cover;
}

.cell-price {
    width: 115px;
}

.cell-qty {
    width: 50px;
}

.checkout-btn {
    margin-top: 15px;
    float: right;
}

.product-detail-box .product-title {
    font-size: 22px;
    font-weight: 300;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content {
    max-width: 55%;
}

@media (max-width: 767px) {
    .mozaic-banners-wrapper.type-2 .mozaic-banner-content {
        max-width: 100%;
    }

        .mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle {
            font-size: 19px;
        }

        .mozaic-banners-wrapper.type-2 .mozaic-banner-content .title {
            font-size: 25px;
        }
}

.product-slide-entry .title {
    overflow: hidden;
    height: 19px;
}

@media (max-width: 991px) {
    .header-functionality-entry span {
        display: inline;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .header-functionality-entry b, .header-functionality-entry span {
        display: inline;
        font-size: 10px;
    }

    .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:before {
        opacity: 1;
    }

    .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry .subtitle, .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry .description, .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry .title {
        color: #fff!important;
    }
}

@media (max-width: 1153px) {
    .line-entry {
        padding-bottom: 0 !important;
    }
}

grid-controls {
    margin-right: 0;
}

.cart-table .column-3 {
    width: auto;
    text-align: center;
}

.traditional-cart-entry .title {
    font-size: 17px;
    font-weight: 100;
}

.cart-summary-box {
    border: 1px #e6e6e6 solid;
}

.accordeon.size-1 .accordeon-entry {
    padding: 30px 0 40px 0;
}

.mozaic-banners-wrapper.mozaic-banners-slider.type-2 .mozaic-banner-entry {
    background-color: transparent;
    padding-bottom: 56.25%;
    background-size: 100%;
    background-position: right center;
    height: auto;
}

b, strong {
    font-weight: 700 !important;
}

nav .product-column-entry .description {
    margin-bottom: 15px;
}

.submenu .product-column-entry {
    position: static;
    border-right: 0;
}

.product-column-entry:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #f2f2f2;
    content: "";
}

.sale-homepage .sale-entry .sale-price {
    width: auto;
    border-right-width: 0;
    float: none;
}

.search-box.popup {
    position: absolute;
    top: 90%;
}

    .search-box.popup.active {
        display: block;
        right: 0;
    }

.search-drop-down .title {
    text-align: left;
    border: none;
}

    .search-drop-down .title .fa {
        right: 8px;
    }

@media (max-width: 991px) {
    .search-box.popup.active {
        left: -15px;
        right: auto;
    }

    .search-drop-down span {
        display: inline;
        padding: 0 30px 0 20px;
    }

    .search-box.popup:before {
        right: auto;
        left: 15px;
    }
}

@media (max-width: 480px) {
    .search-box.popup.active {
        width: 340px;
        right: auto !important;
    }
}

.inline {
    display: inline !important;
}

.mozaic-swiper {
    height: auto !important;
}

.mozaic-swiper .pagination {
    z-index: 1;
}

.mozaic-swiper .pagination .swiper-pagination-bullet {
    margin: 0 6px 0 0; 
    height: 10px; 
    width: 10px; 
    background: #dedede; 
    border: none;
}

.mozaic-swiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #bfbfbf;
}

@media screen and (max-width: 991px) {
    #content-block header {
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    .mozaic-banners-wrapper.mozaic-banners-slider.type-2 .mozaic-swiper .mozaic-banner-content {
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        max-width: 65%;
        display: block;
    }

    .mozaic-banner-entry.type-1:before {
        display: none;
    }

    .mozaic-banner-content .title {
        line-height: 22px;
    }
}

body.style-3 .homepage .information-blocks {
    margin-bottom: 29px;
}

.footer-bottom-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
}

.button.style-19:hover {
    color: #ca1515;
}

header .icon-entry {
    float: right;
    width: auto;
}

.transition-color {
    -webkit-transition: color 400ms ease !important;
    -moz-transition: color 400ms ease !important;
    -ms-transition: color 400ms ease !important;
    -o-transition: color 400ms ease !important;
    transition: color 400ms ease !important;
}

.header-wrapper.style-3 .header-top-entry .title a:hover {
    color: #fff;
}

.navigation-search-content {
    margin-left: 34px;
}

.header-wrapper.style-3 .menu-button {
    color: #add7eb;
}

@media (max-width: 767px) {
    .mozaic-banners-wrapper.type-2 .banner-column .mozaic-swiper .pagination {
        display: none;
    }
}

.payment-methods {
    text-align: right;
}

@media (max-width: 991px) {
    .menu-button {
        right: auto;
        left: 0;
    }

    header .middle-entry {
        display: table-cell;
    }
}

@media (max-width: 991px) {
    .copyright,
    .payment-methods {
        text-align: center!important;
        padding: 0;
    }
}

/* SHOP BLOCK LAYOUT */
body.style-3 .page-shop .sidebar-navigation {
    border-color: #e6e6e6;
}

    body.style-3 .page-shop .sidebar-navigation .title {
        background: #e6e6e6;
        color: #666;
    }

    body.style-3 .page-shop .sidebar-navigation .list,
    body.style-3 .page-shop .sidebar-navigation .list-custom {
        padding: 15px;
        background-color: #fff;
    }

        body.style-3 .page-shop .sidebar-navigation .list > *:first-child .block-title,
        body.style-3 .page-shop .sidebar-navigation .list-custom > *:first-child .block-title {
            padding-top: 0;
        }

.page-shop .product-slide-entry {
    max-width: initial;
    border: 2px #f2f2f2 solid;
    padding: 10px;
    background: #fff;
    margin: 0;
}

.page-shop .square-button {
    background: #fff;
}

    .page-shop .square-button:hover,
    .page-shop .square-button.active {
        background: #cd0000;
    }

.page-shop .shop-grid-item {
    padding: 0 5px 5px 0;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
}

.header-wrapper.style-3 header:before {
    background: #006b9e;
}

.product-preview-box {
    margin: 0 auto;
}

.cart-box.popup {
    position: absolute;
}

.close-popup {
    background: #d1d1d1;
    padding: 15px;
    z-index: 1;
    moz-transition: background 400ms ease;
    -o-transition: background 400ms ease;
    -webkit-transition: background 400ms ease;
    transition: background 400ms ease;
    -ms-transition: background 400ms ease;
}

    .close-popup:hover {
        background: #c1c1c1;
    }

    .close-popup:before,
    .close-popup:after {
        left: 6px;
        background: white;
    }

.product-detail-box .price {
    margin: 25px 0;
    padding: 0;
}

.product-sidebar .products-list {
    padding: 30px;
}

.inline-product-entry {
    display: table;
    border-spacing: 5px 0;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
}

    .inline-product-entry .image,
    .inline-product-entry .content {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

body.style-3 .inline-product-entry .image:hover {
    border-color: transparent;
}

.product-sidebar .inline-product-entry:last-child {
    padding-bottom: 0;
}

.share-box .title {
    line-height: 24px;
}

.share-box.share-box-custom .socials-box a {
    margin: 2px 2px 0;
}

.product-reviews .article-container {
    color: #808080;
}

    .product-reviews .article-container small {
        display: block;
    }

.categories-list ul li a:hover,
.categories-list ul li a:hover i,
.categories-list ul li.active a,
.categories-list ul li.active a i {
    color: #008acc;
}

.categories-border-wrapper .accordeon-entry {
    padding-bottom: 0;
}

.categories-border-wrapper .article-container ul {
    position: relative;
}

    .categories-border-wrapper .article-container ul li {
        padding: 10px 0 10px 10px;
        background: #f7f7f7;
        border-top: 1px solid #ebebeb;
    }

        .categories-border-wrapper .article-container ul li:before {
            position: absolute;
            left: 10px;
            color: inherit;
        }

        .categories-border-wrapper .article-container ul li a {
            display: block;
            padding-left: 15px;
        }

.blog-sidebar .inline-product-entry .title {
    max-height: 47px;
    overflow: hidden;
}

.cart-summary-box .sub-total {
    font-size: 15px;
}

.cart-summary-box .grand-total {
    font-size: 17px;
}

.cart-summary-box dl {
    font-size: 15px;
}

    .cart-summary-box dl .grandtotal {
        font-weight: bold;
    }

.cart-summary-box .dl-horizontal dt {
    float: left;
    width: auto;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-summary-box .dl-horizontal dd {
    margin-left: 0;
    float: right;
}

.popup {
    display: none;
}

.open-cart-popup {
    position: relative;
}

.cart-box.popup {
    position: absolute;
    top: 100%;
    right: 0;
}

    .cart-box.popup.loading .popup-container:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff url("../CustomerAssets/img/ajax-loader.gif") center no-repeat;
    }

.header-wrapper.style-3 header .icon-entry .cart-box.popup .image {
    border: 0;
    border-radius: 0;
}

label span.required {
    font-size: 13px;
}

#EmailPane {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -webkit-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    background: #f7f7f7;
}

    #EmailPane.active {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }

    #EmailPane > iframe {
        width: 100%;
        height: 100%;
    }

.ToggleEmailPane {
    background: #008acc;
    border-radius: 100%;
    padding: 15px;
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 9;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: .3s;
}

    .ToggleEmailPane:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    }

    .ToggleEmailPane.active {
        opacity: .4;
    }

        .ToggleEmailPane.active:hover {
            opacity: 1;
        }

.popup-active .overlay-popup.visible .close-layer {
    position: fixed;
    right: 0;
    bottom: 0;
}

.header-top-entry.pull-right .list {
    left: auto;
    right: 1px;
}

.cart-table .column-2,
.cart-table .column-3,
.cart-table .column-4,
.cart-table .cell-price,
.cart-table .quantity-selector .entry.number,
.cart-table .subtotal {
    text-align: right;
}

.tabs-container.style-1 .tab-switcher.active {
    background: #008acc;
    border-color: #008acc;
}

.tabs-container .tabs-payments .tab-switcher {
    float: right;
    margin: 30px 0 30px 14px;
}

.header-top-entry .list {
    z-index: 2;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

    body > form > #content-block {
        overflow: initial;
    }

.buton[disabled],
.button.disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.button.button-large {
    padding: 13px 10px 14px;
}

.cart-table .column-5 {
    width: 45px;
}

.remove-button {
    width: 45px;
    line-height: 43px;
}

.input-group > .input-group-btn button {
    background: none;
    moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
}

    .input-group > .input-group-btn button:hover,
    .input-group > .input-group-btn button.active {
        background-color: #e6e6e6;
    }

.input-group .input-group-btn:first-child > *:first-child {
    border-right-width: 0;
}

.input-group > input ~ .input-group-btn > *:first-child,
.input-group > .dropdown-input ~ .input-group-btn > *:first-child {
    border-left-width: 0;
}

.btn-fab {
    background: #008acc;
    border-radius: 100%;
    padding: 15px;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: .3s;
}

    .btn-fab:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    }

/* Optimum AutoComplete - START */

.ui-menu.ui-widget.ui-widget-content {
    border-top-width: 0;
}

    .ui-menu.ui-widget.ui-widget-content .ui-menu-item {
        padding: 15px;
        border-bottom: 1px solid;
    }

        .ui-menu.ui-widget.ui-widget-content .ui-menu-item:last-child {
            border-bottom-width: 0;
        }

.ui-menu.ui-widget-content .ui-state-hover,
.ui-menu.ui-widget-content .ui-state-focus {
    border-width: 0;
    margin: 0;
}

.ui-menu.ui-widget.ui-widget-content,
.ui-menu.ui-widget.ui-widget-content .ui-menu-item {
    border-color: #e6e6e6;
}

/* Optimum AutoComplete - END */

/* HEADER/FOOTER OVERFLOW FIX - START */

.header-wrapper.style-3 header:before,
.footer-wrapper.style-3 footer:before,
.footer-wrapper.style-3 .footer-bottom-navigation:before {
    display: none;
}

.header-wrapper.style-3 header:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    z-index: -1;
    background: #000; /*VN #006b9e*/
}

.footer-wrapper.style-3 footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    z-index: 0;
    background: #333;
}

.footer-wrapper.style-3 .footer-bottom-navigation:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    z-index: 1;
    background: #2e2e2e;
}

.footer-columns-entry,
.footer-bottom-navigation .cell-view {
    z-index: 2;
}

/* HEADER/FOOTER OVERFLOW FIX - END */

/* intl-tel-input - START */

.intl-tel-input {
    display: block !important;
}

    .intl-tel-input .country-list {
        max-height: 275px !important;
    }

        .intl-tel-input .country-list .country {
            padding: 15px 10px !important;
            border-bottom: 1px solid #CCC;
        }

            .intl-tel-input .country-list .country:last-child {
                border-bottom-width: 0;
            }

        .intl-tel-input .country-list .divider {
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
            border-bottom-width: 2px;
        }

    .intl-tel-input .country-list {
        z-index: 10 !important;
    }

/* intl-tel-input - END */

/* Affix Menu - Sidebar */
.sidebar.affix {
    position: static;
}

/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
    .col-md-4 .sidebar.affix,
    .col-md-4 .sidebar.affix-bottom {
        width: 293px;
    }

    .col-md-3 .sidebar.affix,
    .col-md-3 .sidebar.affix-bottom {
        width: 240px;
    }

    .sidebar.affix {
        position: fixed;
        top: 20px;
    }

    .fixed-header-on .sidebar.affix {
        top: 65px;
    }

    .sidebar.affix-bottom {
        position: absolute;
    }

        .sidebar.affix-bottom .affix-menu,
        .sidebar.affix .affix-menu {
            margin-top: 0;
            margin-bottom: 0;
        }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
    .col-md-4 .sidebar.affix,
    .col-md-4 .sidebar.affix-bottom {
        width: 390px;
    }

    .col-md-3 .sidebar.affix,
    .col-md-3 .sidebar.affix-bottom {
        width: 263px;
    }
}

@media (max-width: 767px) {
    .close-popup {
        top: 20px;
        right: 20px;
    }

    .popup-container .product-preview-box .swiper-slide img {
        width: 50%;
        margin: 0 auto;
    }

    .margin-clear-xs {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 480px) {
    .page-shop .shop-grid-item {
        width: 50%;
    }
}

@media (min-width: 767px) {
    .page-shop .shop-grid-item {
        width: 33.33333333%;
    }
}

@media (min-width: 991px) {
    .page-shop .shop-grid-item {
        width: 25%;
    }
}

@media only screen and (max-width: 580px) {
    .page-selector .pages-box {
        text-align: center;
        float: none;
    }
}

.embed-responsive-3by4 {
    padding-bottom: 135%;
}

.hover-class-1:after {
    background: #2e2e2e;
}

.column-article-wrapper.custom {
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 0;
}

    .column-article-wrapper.custom .left-border {
        border: 1px #fff solid;
        border-top-width: 0;
        border-right-width: 0;
    }

    .column-article-wrapper.custom .column-article-entry {
        background-color: #008acc;
        padding: 20px;
        text-align: justify;
        font-size: 22px;
        font-weight: 400;
        height: 300px;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

        .column-article-wrapper.custom .column-article-entry:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #000;
            opacity: 0;
            filter: alpha(opacity=0);
            z-index: -1;
            -webkit-transition: opacity 400ms ease;
            -moz-transition: opacity 400ms ease;
            -ms-transition: opacity 400ms ease;
            -o-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
        }

        .column-article-wrapper.custom .column-article-entry:hover:after {
            opacity: .25;
            filter: alpha(opacity=25);
        }

.column-article-wrapper.custom .column-article-entry .title > img {
    max-height: 80px;
}

        .column-article-wrapper.custom .column-article-entry .description {
            color: #fff;
        }

        .column-article-wrapper.custom .column-article-entry .read-more {
            float: none;
            color: #fff;
        }

.portfolio-entry.active .image .embed-responsive {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.portfolio-entry .image .embed-responsive {
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
}

.pager-custom .page {
    width: 28px;
    line-height: 28px;
    border: 1px #e3e3e3 solid;
    display: inline-block;
    font-size: 12px;
    color: #666666;
    font-weight: 500;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 0 !important;
}

    .pager-custom .page:hover,
    .pager-custom .active .page,
    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        background: #cd0000;
        border-color: #cd0000;
        color: #fff;
    }

.pager-custom li:last-child .page {
    margin-right: 0;
}

/*accordeon class*/
.filter-title {
    border-top: 0;
    margin-bottom: 0; /*background: #F3F4F5;
    padding: 15px;*/
    border-bottom: 1px solid #DDDDDD;
    background-color: #FBFAF9;
    padding-left: 14px;
}

.filter-box {
    display: block;
}

.accordeon-title:after {
    right: 15px !important;
}
/*status-icon in personal.aspx (careers)*/
.status-icon {
    padding-right: 10px;
}

/*icon in CurrentVacancies. (careers)*/
.job-expand .btn-expand, .job-expand .btn-none, .btn-pdf {
    margin-right: 15px;
    color: Black;
}


.daterangepicker .calendar th,
.daterangepicker .calendar td 
{
    font-family: inherit!important;
}

.chzn-container-multi .chzn-choices li.search-field input {
    width: auto!important;
}

.ltr {
    display: inline-block;
    direction: ltr;
}

.search-drop-down .title {
    width: 100%;
}

#div_offers_container {
    position: relative;
}

#div_offers_container .banner-column.sidebar-offers {
    padding: 0;
}

.offer-view-all {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    width: 50px;
    height: 50px;
    min-width: 0;
    margin: 0;
    border-radius: 100%;
    padding: 10px;
    text-align: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px ) {
    nav .simple-list .submenu a {
        font-size: 15px;
        padding: 20px 20px;
    }
}

.priceUnit {     
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', 'HelveticaNeueLTW20', sans-serif !important;
}

.shop-label-container {
    height: 90px;
    margin-bottom: 0!important;
    overflow: hidden;    
    line-height: 16px!important;
}

.shop-label-container .seller-image {
    height: 50px;
    width: auto;
    margin: 0 auto 10px;
}

.price .current {
    line-height: 1.2;    
    text-align: center;
}

.is-desktop .footer-columns-entry,
.is-desktop.is-staff-not-logged-in header .navigation,
.is-desktop.is-staff-not-logged-in .right-entries,
.is-desktop.is-staff-not-logged-in #CurrencySelect,
.is-desktop.is-staff-not-logged-in #UserMenu,
.is-desktop.is-staff-not-logged-in .simple-search-form {
    display: none!important;
}

.is-desktop .footer-wrapper.style-10 footer {
    padding-top: 0;
}

.is-desktop.is-staff-not-logged-in .header-top #LangSelect .title {
    border-left-width: 0!important;
    border-right-width: 0!important;
}

.is-desktop #logo {
    pointer-events: none;
}

.checkbox-entry input:checked + span:after {
    content: "\f00c";
    font-family: FontAwesome;
    color: white;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

html.is-mobile footer.type-1 {
    display: none;
}

.mozaic-banners-wrapper.type-2 .banner-column .mozaic-banner-entry.type-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.7;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}

.mozaic-banners-wrapper.type-2 .banner-column .mozaic-banner-content {
    z-index: 1;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header .middle-entry {
        width: 50%;
        padding: 0 15px;
        display: table-cell!important;
    }

    header .middle-entry .search-drop-down {
        display: none;
    }

    header .middle-entry .search-field {
        margin-right: 0;
        width: 100%;
        padding-right: 45px;
    }

    html[dir=rtl] header .middle-entry .search-field {
        padding-right: 0;
        padding-left: 45px;
    }
}