@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap');

@font-face {
    font-family: 'bebas';
    src: url("../font/bebas-neue-regular.eot");
    src: url("../font/bebas-neue-regular.eot?#iefix") format("embedded-opentype"), url("../font/bebas-neue-regular.woff2") format("woff2"), url("../font/bebas-neue-regular.woff") format("woff"), url("../font/bebas-neue-regular.ttf") format("truetype"), url("../font/bebas-neue-regular.svg#bebas-neue-regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-thin.eot");
    src: url("../font/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../font/roboto-thin.woff2") format("woff2"), url("../font/roboto-thin.woff") format("woff"), url("../font/roboto-thin.ttf") format("truetype"), url("../font/roboto-thin.svg#roboto-thin") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-light.eot");
    src: url("../font/roboto-light.eot?#iefix") format("embedded-opentype"), url("../font/roboto-light.woff2") format("woff2"), url("../font/roboto-light.woff") format("woff"), url("../font/roboto-light.ttf") format("truetype"), url("../font/roboto-light.svg#roboto-light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-regular.eot");
    src: url("../font/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto-regular.woff2") format("woff2"), url("../font/roboto-regular.woff") format("woff"), url("../font/roboto-regular.ttf") format("truetype"), url("../font/roboto-regular.svg#roboto-regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-medium.eot");
    src: url("../font/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../font/roboto-medium.woff2") format("woff2"), url("../font/roboto-medium.woff") format("woff"), url("../font/roboto-medium.ttf") format("truetype"), url("../font/roboto-medium.svg#roboto-medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-bold.eot");
    src: url("../font/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../font/roboto-bold.woff2") format("woff2"), url("../font/roboto-bold.woff") format("woff"), url("../font/roboto-bold.ttf") format("truetype"), url("../font/roboto-bold.svg#roboto-bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-black.eot");
    src: url("../font/roboto-black.eot?#iefix") format("embedded-opentype"), url("../font/roboto-black.woff2") format("woff2"), url("../font/roboto-black.woff") format("woff"), url("../font/roboto-black.ttf") format("truetype"), url("../font/roboto-black.svg#roboto-black") format("svg");
    font-weight: 900;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: 400;
}

html {
    min-width: 100%;
    min-height: 100%;
}

body {
    background: #fff;
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body.modal-open::before {
    transition: 0.2s;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

a * {
    cursor: pointer;
}

a:hover {
    transition: 0.2s;
    color: #005DAD;
    text-decoration: none;
    opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0 0 15px;
    margin: 0;
    line-height: 100%;
    font-weight: normal;
}

h1,
h2,
h3 {
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: normal;
}



.btn {
    transition: 0.2s;
    border-radius: 15px;
    padding: 5px 15px;
}

.btn .disable,
.btn:disabled {
    opacity: 0.4;
    background: #878787;
    border-color: #878787;
}

.btn .disable:hover,
.btn:disabled:hover {
    background: #878787;
    border-color: #878787;
    opacity: 0.5;
}

.btn:hover {
    opacity: 0.8;
}

.btn.focus,
.btn:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary {
    background: #005DAD;
    border: 1px solid #005DAD;
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background: #005DAD;
    border: 1px solid #005DAD;
}

.btn-secondary {
    background: #ed8d00;
    border: 1px solid #ed8d00;
    color: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background: #ed8d00;
    border: 1px solid #ed8d00;
}

.btn-ternary {
    background: #878787;
    border: 1px solid #878787;
    color: #fff;
}

.btn-ternary:hover {
    color: #fff;
    background: #878787;
    border: 1px solid #878787;
}

.link-top {
    background: #ca080d;
    border-radius: 1rem;
    color: #fff;
    padding: .25rem 1rem .25rem 2rem;
    font-size: 1.1rem;
    position: relative
}

.link-top i {
    background: #000;
    border-radius: 100px;
    padding: .25rem;
    left: -15px;
    position: absolute;
    top: -2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 33px;
    transition: 0.2s
}

.link-top:hover {
    background: #000;
    color: #fff
}

.link-top:hover i {
    background: #003F76;
    color: #fff
}

.main {
    padding-top: 75px;
    width: 100%;
    overflow-x: hidden;
}

.owl-theme.owl-carousel .owl-dots {
    position: relative;
}

.owl-theme.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #878787;
    margin-right: 8px;
    vertical-align: middle;
    transition: 0.2s;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active {
    background: #005DAD;
    width: 12px;
    height: 12px;
}

.owl-theme.owl-carousel .owl-nav {
    position: relative;
}

.owl-theme.owl-carousel .owl-nav .owl-next,
.owl-theme.owl-carousel .owl-nav .owl-prev {
    font-size: 2.5rem;
    position: absolute;
    color: #005DAD;
    top: -250px;
}

.owl-theme.owl-carousel .owl-nav .owl-next.disabled,
.owl-theme.owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 0.5;
}

.owl-theme.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}

.owl-theme.owl-carousel .owl-nav .owl-next {
    right: -40px;
}

.product-item {
    width: 220px;
    border: 1px solid #D4D8DD;
    background: #fff;
    position: relative;
    transition: 0.2s;
    overflow: hidden;
    margin: auto;
}

.product-item:hover {
    border-color: #005DAD;
}

.product-item .body {
    position: relative;
    padding: 20px 10px 15px;
}

.product-item .tag {    
    position: absolute;
    top: 0;
    right: 0;
    background: #878787;
    color: #fff;
    border-radius: 8px;
    padding: 2px 10px;
    font-size: 12px;
    display: none;
}

.customer-template-b2b .product-item .tag:first-child {
    left: 0;
    right: auto;
    display: block;
}
.customer-template-b2b .product-item .tag:nth-child(2) {
    display: block;
}

.product-item .image {
    height: 200px;
    display: block;
    background: center no-repeat;
    background-size: auto 170px;
}

.product-item label {
    text-align: left;
    font-size: .8rem;
    margin-bottom: 0;
    display: block;
}

.product-item h4,
.product-item h4 a {
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    text-align: left;
    padding-left: .25rem;
    padding-right: .25rem;
}

.product-item .price {
    line-height: 20px;
    padding-top: 0;
    text-align: left;
}
.product-item .price label {
    display: none;
}


body .header-menu {
    display: none;
}
body:not(.customer-b2b) .header-menu-logout {
    display: block;
}

body.customer-b2b .header-menu {
    display: block;
}
body.customer-b2b .header-menu-logout {
    display: none;
}


.price-old {
    text-decoration: line-through;
    font-weight: 700;
    color: #005DAD;
}

.main-product .product-col-info .current-price label {
    font-weight: 700;
    display: block;
}

.product-item .price .price-old .perc, 
.price-old .perc {
    display: inline !important;
    background-color: #005DAD;
    padding: 0 .5rem;
    color: #fff;
    border-radius: 1rem;
    position: absolute;
    width: 75px;
    font-size: .7rem;
    margin-left: .25rem;
    margin-top: -.25rem;
    text-align: center;
    text-decoration: none;
}

.product-item .price .price-old {
    height: 20px;
    display: block;
    color: #005DAD;
    text-decoration: none;
}

.product-item .price .price-block {
    position: relative;
    padding-top: .5rem;
    min-width: 100px;
}

.product-item .icon div {
    display: inline-block;
}

.product-item .discount-tag {
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: normal;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/icon-dialog.svg");
}

.product-item .discount-tag span {
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 25px;
}

.product-item .currency {
    font-size: 20px;
    font-weight: bold;
}

.product-item .amount {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
}
.product-item .price-old .currency,
.product-item .price-old .amount {
    font-size: 1rem;
}

.product-item .icons {
    text-align: right;
}

.customer-regular .product-item .icons {
    display: none;
}

.product-item .icons div {
    display: inline-block;
}

.product-item .icons img {
    height: 30px;
    width: auto;
    display: inline-block;
}

.product-item .control {
    display: none;
}

.product-item .control .status {
    padding: 8px 0 5px;
}

.product-item .control .btn {
    border-radius: 15px;
    margin: 0 auto 1rem;
    width: 90%;
}

.product-item .notify-stock {
    color: #005DAD;
    cursor: pointer;
    display: inline-block;
}

.header-breadcrumbs ol,
.header-breadcrumbs ul {
    margin: 0 0 20px;
    padding: 0;
}

.header-breadcrumbs li {
    display: inline-block;
}

.header-breadcrumbs li::after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
}

.header-breadcrumbs li:last-child {
    color: #878787;
}

.header-breadcrumbs li:last-child a {
    color: #878787;
}

.header-breadcrumbs li:last-child::after {
    display: none;
}

#notifications .alert li {
    display: block;
    list-style: square;
}

.modal-dialog {
    top: 10%;
}

.modal-dialog .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-dialog .modal-title {
    margin-right: 30px;
    margin-left: auto;
    text-align: left;
    padding-bottom: 0;
}

.modal-dialog .modal-body {
    font-size: 14px;
    color: #000;
}

.modal-dialog .cart-content-btn .btn {
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.modal-alert .modal-title {
    margin: 0;
    text-align: left;
    color: #fff;
}

.modal-alert .modal-header {
    background: #aaa;
}

.modal-alert .modal-header .fas {
    color: #fff;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.5);
}

.main-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.notifications {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 85px;
    left: 0;
}

.notifications .alert {
    padding: 5px 15px;
}

.popover {
    padding: 15px;
}

.popover .popover-title {
    font-size: 14px;
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer;
}

.table-block span {
    display: block;
    padding: 15px;
    line-height: 16px;
}

.table-block .cell-block {
    padding: 15px;
}

.table-block .thead {
    background: #666;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.table-block .border-l {
    border-bottom: 1px solid #999;
}

.table-block .border-l .border-l {
    border-bottom: 0;
}

.table-block .border-action {
    border-left: 1px solid #999;
}

.table-block .tbody {
    background: #fff;
    border: 1px solid #999;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.table-block .tbody > div:last-child .border-l {
    border-bottom: 0;
}

.table-block .tbody .row .row {
    border-bottom: 1px solid #999;
}

.table-block .label-td {
    background: #494949;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-block .view-order-details {
    color: #fff;
    background: #3bb8d9;
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    border-radius: 15px;
    text-align: center;
}

.table-block .subtotal {
    border-right: 1px solid #999;
}

.table-block .subtotal .row {
    height: auto;
}

.table-block .tfoot .product-line-grid-left {
    border-radius: 0 0 0 10px;
}

.table-block .tfoot .product-line-grid-right {
    border-radius: 0 0 10px;
}

.thead-default th {
    background-color: #999;
    color: #fff;
    font-weight: bold;
}

.header .header-menu-b2b .top-menu li {
    margin-right: 20px;
}

.header .header-menu-b2b .top-menu a {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-family: 'bebas', sans-serif;
}

@media only screen and (min-width: 992px) {

    .home-banner .item .mobile, 
    .page-banner .item .mobile {
        display: none;
    }

    .header .header-menu-b2b .top-menu::before {
        content: '';
        position: absolute;
        width: 100%;
        top: 30px;
        left: 0;
        border-bottom: 1px solid #000;
    }

    .h1, h1 {
        font-size: 2rem;
    }

    .h2, h2 {
        font-size: 1.8rem;
    }

    .h3, h3 {
        font-size: 1.5rem;
    }

    .product-item {
        width: 100%;
    }
    .notifications {
        top: 115px;
    }
    .table-block span {
        padding: 10px 0;
    }
    .table-block .cell-block {
        padding: 10px 0;
    }
    .table-block .thead span {
        font-size: 14px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .table-block .tbody {
        border: 0;
        border-right: 1px solid #999;
        margin-bottom: 0;
        border-radius: 0;
    }
    .table-block .tbody .row .row {
        border-bottom: 0;
    }
    .table-block .tbody > div:last-child .border-l {
        border-bottom: 1px solid #999;
    }
    .table-block .row {
        height: 100%;
    }
    .table-block .border-l {
        border-left: 1px solid #999;
    }
    .table-block .border-l .border-l {
        border-bottom: 0;
    }
    .table-block .border-l.col-lg-3 {
        border-bottom: 1px solid #999;
    }
    .table-block .view-order-details {
        padding: 5px 0;
    }
}

.input-required {
    position: relative;
}

.input-required::after {
    content: '*';
    color: #005DAD;
    position: absolute;
    top: 35px;
    right: -10px;
}

.custom-radio:hover span::before {
    opacity: 0.5;
}

.custom-radio span {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 50px;
    color: #878787;
    width: 20px;
    height: 20px;
    border: 1px solid #878787;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

.custom-radio span::before {
    transition: 0.2s;
    opacity: 0;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background: #005DAD;
    border-radius: 100%;
    margin: 2px;
}

.custom-radio input[type='radio'] {
    display: none;
}

.custom-radio input[type='radio']:checked + span {
    border-color: #005DAD;
}

.custom-radio input[type='radio']:checked + span::before {
    opacity: 1;
}

.field-error {
    border-color: #f00;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox:hover span .fa-check {
    opacity: 0.5;
}

.custom-checkbox .field-label {
    display: inline-block;
}

.custom-checkbox span {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #878787;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    background: #fff;
    z-index: 2;
    position: relative;
}

.custom-checkbox span .fa-check {
    transition: 0.2s;
    opacity: 0;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    color: #878787;
    margin: 2px;
}

.custom-checkbox input[type='checkbox'] {
    position: absolute;
    top: 5px;
}

.custom-checkbox input[type='checkbox']:checked + span {
    border: 1px solid #005DAD;
}

.custom-checkbox input[type='checkbox']:checked + span .fa-check {
    opacity: 1;
    color: #005DAD;
}

.condition-label {
    margin-left: 30px;
}

.field-label {
    font-size: 12px;
    margin-bottom: 5px;
}

.form-control {
    font-size: 13px;
}

.form-group {
    margin-bottom: 10px;
    vertical-align: top;
}

.form-group.error .error-label {
    display: block;
}

.form-group .error-label {
    color: #005DAD;
    font-size: 80%;
    display: none;
}

.form-control-label sup {
    color: #005DAD;
}

.form-control-comment {
    font-size: 12px;
}

.input-group-btn .btn {
    font-size: 12px;
    background: #878787;
    color: #fff;
    border-radius: 0;
    height: 34px;
}

.header-block {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.header {
    padding-top: 10px;
    padding-bottom: 5px;
}

.header .icon {
    cursor: pointer;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    height: 40px;
    width: 40px;
    display: block;
}

.header .icon::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #005DAD;
    transition: 0.2s;
    opacity: 0;
}

.header .icon img {
    display: block;
    height: 40px;
    width: 40px;
}

.header .icon:hover::before {
    opacity: 1;
}

.header .icon:hover img {
    filter: brightness(0) invert(1);
}

.header .header-logo {
    display: block;
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/logo-b2b.png");
    height: 50px;
    width: auto;
}

.header .display-nav-second {
    padding-top: 5px;
}
.header .display-nav-second .link {
    display: inline-block;
    text-align: center;
    color: #005DAD;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    vertical-align: middle;
}
.header .display-nav-second .link label{
    font-family: 'Oswald', sans-serif;
}
.header .link-search label {
    display: none;
}
.header .display-nav-second .link i {
    font-size: 1.5rem;
}

.header .header-user {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    vertical-align: top;
    margin-left: 15px;
}

.header .header-user.open .icon::before {
    opacity: 1;
}

.header .header-user.open .icon img {
    filter: brightness(0) invert(1);
}

.header .header-user.open .dropdown {
    opacity: 1;
    display: block;
}

.header .header-user .link {
    display: block;
    height: 40px;
    width: 40px;
}

.header .header-user .dropdown {
    text-align: left;
    display: none;
    opacity: 0;
    transition: 0.2s;
    z-index: 20;
    position: absolute;
    padding: 0 10px 15px;
    right: 0;
    top: 50px;
    width: 250px;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.header .header-user .dropdown .title {
    color: #005DAD;
    margin-bottom: 10px;
}

.header .header-user .links {
    font-size: 12px;
    margin-bottom: 5px;
}

.header .header-user .social {
    margin-top: 20px;
}

.header .header-user .social label {
    display: block;
    position: relative;
}

.header .header-user .social hr {
    position: absolute;
    width: 100%;
    margin: 12px 0 0;
}

.header .header-user .social span {
    background: #fff;
    position: relative;
    padding: 0 10px;
}

.header .header-user .social .social-link {
    display: inline-block;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
}

.header .header-user .social .social-link.facebook {
    background: #3b5998;
}

.header .header-user .social .social-link.google {
    background: #DB4437;
}

.header .header-user .username {
    font-weight: bold;
    margin-top: -10px;
}

.header .header-user .menu .item {
    display: block;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.header .header-login label {
    font-size: 12px;
    margin-bottom: 0;
}

.header .header-login .form-group {
    margin-bottom: 5px;
}

.header .header-login .form-control {
    height: 30px;
    border-radius: 5px;
}

.header .header-login .form-button {
    padding: 10px 0;
}

.header .header-login .form-button .btn {
    border-radius: 15px;
    background: #005DAD;
    color: #fff;
}

.header .header-login .form-button .btn:hover {
    opacity: 0.8;
}

.header .header-cart {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    vertical-align: top;
}

.header .header-cart .open .icon::before {
    opacity: 1;
}

.header .header-cart .open .icon img {
    filter: brightness(0) invert(1);
}

.header .header-cart .open .slidecart {
    opacity: 1;
    display: block;
}

.header .header-cart .cart-products-count {
    position: absolute;
    top: 10px;
    right: -15px;
    background: #005DAD;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 10px;
    z-index: 1;
}

.header .header-cart .slidecart {
    display: none;
    opacity: 0;
    transition: 0.2s;
    z-index: 20;
    position: absolute;
    padding: 20px 10px 15px;
    right: 0;
    top: 50px;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    font-size: 10px;
}

.header .header-cart .slidecart .image img {
    width: 100%;
}

.header .header-cart .product-line-grid {
    width: 100%;
    border-bottom: 1px dotted #878787;
    padding-bottom: 5px;
}

.header .header-cart .slidecart-body {
    max-height: 250px;
    overflow-y: auto;
    padding: 0 0 0 15px;
    margin: 0 -15px 10px 5px;
}

.header .header-menu-icon {
    display: inline-block;
    vertical-align: middle;
    color: #005DAD;
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    margin-left: 5px;
}

.header .top-menu {
    padding: 15px 0;
}

.header .top-menu[data-depth='0'] {
    display: none;
}

.header .top-menu a {
    display: block;
    padding: 5px 0;
    font-family: 'Oswald', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #005DAD;
    text-transform: capitalize;
}

.header .top-menu .current > a {
    color: #005DAD;
}

.header .top-menu .link[data-depth='0'].open {
    color: #005DAD;
}

.header .top-menu .link[data-depth='0'].open::after {
    background: #005DAD;
    position: relative;
    z-index: 2;
}

.header .top-menu li {
    display: block;
}

.header .top-menu .sub-menu {
    margin-left: 10px;
    display: none;
}

.header .top-menu .sub-menu .top-menu {
    padding: 0;
}

.header .top-menu .sub-menu li {
    text-transform: none;
}

.header .top-menu .sub-menu li a {
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.header .top-menu .sub-menu li a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #000;
    margin-right: 5px;
}

.social-link {
    cursor: pointer;
}

#modalLogin {
    color: #000;
}

#modalLogin h2{
    padding-bottom: 0;
}

@media only screen and (max-width: 400px) {
    .header .header-cart .slidecart {
        position: fixed;
        width: 90%;
        left: 5%;
        top: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .header {
        padding-top: 15px;
        padding-bottom: 10px;
        transition: 0.2s;
    }
    .header .header-logo {
        height: 50px;
        width: 200px;
        transition: 0.2s;
        position: relative;
        z-index: 5;
    }
    .header .display-nav-second {
        transition: 0.2s;
        position: relative;
        z-index: 5;
    }
    .header .header-user {
        margin-left: 10px;
    }
    .header .header-menu {
        height: auto;
    }
    .header .header-menu nav {
        display: inline-block;
    }
    .header .top-menu {
        padding: 0;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        position: relative;
    }
    .header .top-menu a {
        margin-right: 0;
    }
    .header .top-menu[data-depth='0'] {
        display: inline-block;
    }
    
    .header .top-menu .category > .link[data-depth='0']::after {
        content: '';
        display: block;
        height: 3px;
    }
    .header .top-menu .category > .link[data-depth='0']:hover::after {
        background: #005DAD;
        position: relative;
    }
    .header .top-menu li {
        display: inline-block;
        vertical-align: top;
        padding: 0 3px;
    }
    .header .top-menu li:first-child {
        padding-left: 0;
    }
    .header .top-menu li:last-child {
        padding-right: 0;
    }
    .header .top-menu .sub-menu {
        position: fixed;
        left: 0;
        margin: 0;
        top: 52px;
        width: 100%;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .header .top-menu .sub-menu .top-menu {
        text-align: left;
        margin: auto;
        max-width: 600px;
    }
    .header .top-menu .sub-menu .top-menu li {
        padding: 0;
        margin-right: 10px;
        width: 130px;
    }
    .header .top-menu .sub-menu .top-menu::before {
        display: none;
    }
    .scrolled .header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .scrolled .header .header-logo {
        height: 60px;
    }
    .scrolled .header .display-nav-second {
        padding-top: 10px;
    }
    .scrolled .header .top-menu .sub-menu {
        top: 45px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .header .top-menu li {
        padding: 0 10px;
    }
    .header .top-menu .sub-menu .top-menu {
        max-width: 730px;
    }
}

.footer {
    color: #fff;
    background: #005DAD;
    position: relative;
}

.footer-logo {
    display: block;
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/logo-b2b.png");
    height: 50px;
    width: 200px;
}

.footer .block_newsletter {
    display: none;

    padding: 30px 0 40px;
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/newsletter-bg.jpg");
    background-size: cover;
    color: #fff;
    text-align: center;
}

.footer .block_newsletter h4 {
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 30px;
}

.footer .block_newsletter h4 span {
    display: block;
}

.footer .block_newsletter h4 * {
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: normal;
    font-size: 30px;
}

.footer .block_newsletter .footer-newsletter {
    background: #fff;
    height: 40px;
    border-radius: 20px;
    max-width: 550px;
    margin: auto;
    position: relative;
}

.footer .block_newsletter .footer-newsletter-input {
    border: 0;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: calc(100% - 90px);
}

.footer .block_newsletter .footer-newsletter-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 90px;
    border-radius: 20px;
    background: #000;
    color: #fff;
    border: 0;
}

.footer .hook_footer {
    padding-top: 25px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 12px;
}

.footer .hook_footer a {
    color: #fff;
}

.footer .hook_footer a img {
    width: 65px;
}

.footer .hook_footer h5 {
    font-size: 16px;
    cursor: pointer;
}

.footer .hook_footer h5.open .fa-angle-right {
    transform: rotate(90deg);
}

.footer .hook_footer h5 .fa-angle-right {
    float: right;
}

.footer .hook_footer li {
    list-style: square;
    margin-left: 15px;
}

.footer .hook_footer .block {
    display: none;
}

.footer .hook_footer .block.open {
    display: block;
}

.footer .hook_footer .contact .item {
    margin-left: 20px;
}

.footer .hook_footer .contact .item i {
    float: left;
    margin-left: -20px;
    margin-top: 5px;
    margin-right: 10px;
}

.footer .hook_footer .cards,
.footer .hook_footer .social {
    width: 100%;
    text-align: left;
}

.footer .hook_footer .cards .payment {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.footer .hook_footer .social .links {
    margin-bottom: 10px;
}

.footer .hook_footer .social .links a {
    font-size: 25px;
    line-height: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
}

.footer .hook_footer .book {
    width: 120px;
}

.footer .footer-bottom {
    border-top: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}

.footer .diadjuegoscms-popup-block {
    padding: 20px 0;
    color: #000;
}

.footer .diadjuegoscms-popup-block img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px) {
    .footer .block_newsletter h4 span {
        display: inline-block;
    }
    .footer .hook_footer h5 {
        cursor: default;
    }
    .footer .hook_footer .fa-angle-right {
        display: none;
    }
    .footer .hook_footer .block {
        display: block;
    }
    .footer .hook_footer .cards {
        display: inline-block;
        vertical-align: top;
    }
    .footer .hook_footer .social {
        width: 130px;
        display: inline-block;
        vertical-align: top;
    }
}

.home-search,
.page-search {
    position: relative;
}

.search-form {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 15px;
    background: #fff;
    height: 50px;
    max-width: 350px;
    width: calc(100% - 30px);
    padding: 10px 10px 10px 20px;
    border-radius: 25px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.search-form .search-input {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    height: 30px;
    width: calc(100% - 35px);
}

.search-form .search-button {
    background: transparent;
    border: 0;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    color: #005DAD;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}

.search-quick-list {
    position: absolute;
    display: none;
    background: #fff;
    max-height: 300px;
    width: calc(100% - 60px);
    overflow: auto;
}

.search-quick-list a {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px dotted #666;
    font-size: 12px;
}

.search-quick-list a:last-child {
    border-bottom: 0;
}

.home-banner,
.page-banner {
    margin-bottom: 50px;
    position: relative;
}

.page-banner .mobile {
    background: #fff center no-repeat;
    background-size: cover;
    height: 100%;
}

.home-banner .item,
.page-banner .item {
    background: #eee center center no-repeat; 
    background-size: cover;
    height: 250px;
}


.home-banner .item .mobile,
.page-banner .item .mobile {
    background: #eee center center no-repeat;
    background-size: contain;
    background-image: url("../img/home-banner.jpg");    
    background-size: auto 100%;
    height: 100%;
    width: 100%;
    position: absolute;
}

.home-banner .container,
.page-banner .container {
    position: relative;
    height: 125px;
    display: table;
}

.home-banner .block,
.page-banner .block {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
}

.home-banner h2,
.page-banner h2 {
    text-shadow: 2px 2px 2px #000000;
}

.home-banner .owl-dots,
.page-banner .owl-dots {
    margin: -30px auto 0;
    max-width: 1100px;
    width: 90%;
    text-align: center;
    position: relative;
}


.home-banner .owl-dots .owl-dot {
    background: #fff !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 .1rem;
    border-radius: 100%;
    box-shadow: 0 0 5px #000;
}

.home-banner .owl-dots .owl-dot.active {
    background-color: #18A2BA !important;
}

.home-welcome .title {
    margin-bottom: 20px;
}

.home-welcome h1 {
    padding-bottom: 0;
    font-size: 28px;
    color: #005DAD;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.home-welcome .info {
    text-align: left;
}

.home-welcome .block {
    margin-bottom: 10px;
}

.home-welcome .block .icon {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.home-welcome .block .icon:hover::before {
    opacity: 1;
}

.home-welcome .block .icon:hover img {
    filter: brightness(0) invert(1);
}

.home-welcome .block .icon::before {
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #005DAD;
}

.home-welcome .block .icon img {
    position: relative;
    width: 70px;
    height: auto;
}

.home-welcome .block .label {
    vertical-align: middle;
    display: inline-block;
}

.home-welcome .block .content {
    display: none;
}

.home-welcome .item {
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.home-welcome .item.disable {
    opacity: 0.5;
}

.home-welcome .item.active .icon::before {
    opacity: 1;
}

.home-welcome .item.active .icon img {
    filter: brightness(0) invert(1);
}

.home-welcome .menu {
    font-size: 12px;
    color: #878787;
    cursor: pointer;
}

.home-welcome .menu .fa-arrow-right {
    display: none;
}

.home-welcome .menu .active {
    color: #005DAD;
    font-size: 16px;
}

.home-welcome .menu .active .fa-arrow-right {
    display: inline-block;
}

.home-welcome .menu li {
    margin-bottom: 10px;
    transition: 0.2s;
}

.home-welcome .menu li:hover {
    color: #005DAD;
}

.home-welcome .menu-item {
    display: none;
    color: #878787;
    font-size: 12px;
}

.home-welcome .menu-item strong {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    display: block;
}

.home-welcome .menu-item a {
    color: #005DAD;
}

.home-welcome .menu-item.active {
    display: block;
}

.home-gallery .banner {
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/home-newness-bg.png");
    background-size: cover;
}
.home-gallery .text {
    padding: 10%;
    color: #fff;
}
.home-gallery h2 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0 0 5px #000;
}
.home-gallery .btn {
    box-shadow: 0px 3px 6px #00000046;
    background: #fff;
    color: #005DAD;
    border-radius: 2rem;
    padding: .5rem 3rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.home-gallery .item {
    border: 1px solid #666;
    padding: 1rem;
}
.home-gallery .item .image {
    display: block;
    height: 200px;
    margin-bottom: 1rem;
}
.home-gallery .item .image img {
    display: block;
    margin: 1rem auto 0;
    height: 150px;
    width: auto;
}
.home-gallery .item h3 {
   color: #252C3BE6;
   font-size: 18px;
   font-weight: bold;
}
.home-gallery .gallery {
   padding: 2rem 3rem 0;
}
.home-gallery .owl-nav {
    position: relative;
}

.home-gallery .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -160px;
    left: -2.5rem;
    color: #005DAD;
    border-radius: 100%;
    border: 3px solid #005DAD;
    font-size: 2rem;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
}
.home-gallery .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -160px;
    right: -2.5rem;
    color: #005DAD;
    border-radius: 100%;
    border: 3px solid #005DAD;
    font-size: 2rem;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
}

.home-gallery .owl-dots {
    width: 100%;
    max-width: 100%;
    text-align: right;
    position: absolute;
    top: -2rem;
}

.home-gallery.alt .owl-dots {
    text-align: left;
}

.home-gallery .owl-dots .owl-dot span {
    background: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 .25rem;
    border-radius: 100%;
    border: 1px solid #4D5D6E;
}

.home-gallery .owl-dots .owl-dot.active span {
    background-color: #005DAD;
}

.home-brand {
    padding: 80px 0;
    background: #F2F8FF;
    text-align: center;
}

.home-brand h2 {        
    font-size: 28px;
    color: #005DAD;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 2rem;
}

.home-brand .item {
    display: inline-block;
    height: 70px;
    width: auto;
    margin: 0 2rem 2rem;
}

.home-feature {
    margin-bottom: 30px;
}

.home-feature .top {
    overflow: hidden;
    height: 30px;
    position: relative;
}

.home-feature .top::before {
    content: '';
    background-color: #f4f4f4;
    border-radius: 100%;
    height: 300px;
    width: 200%;
    left: -50%;
    top: 0;
    position: absolute;
    display: block;
}

.home-feature .block {
    background-color: #f4f4f4;
    padding: 20px 0 40px;
}

.home-comingsoon,
.home-newness {
    border: 1px solid #878787;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.home-comingsoon .text,
.home-newness .text {
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/home-newness-bg.png");
    background-size: cover;
    color: #fff;
    padding: 30px 10px;
    min-height: 280px;
}

.home-comingsoon .text p,
.home-newness .text p {
    line-height: 25px;
}

.home-comingsoon .image,
.home-newness .image {
    background: #fff;
    height: 270px;
    padding: 30px 10px;
}

.home-comingsoon .item img,
.home-newness .item img {
    display: block;
    margin: 0 auto 20px;
    height: 180px;
    width: auto;
}

.home-comingsoon .item .link,
.home-newness .item .link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-comingsoon .owl-dots,
.home-newness .owl-dots {
    text-align: center;
    max-width: 100%;
}

.home-comingsoon .text {
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/home-comingsoon-bg.png");
    background-size: cover;
}

.home-change {
    margin-bottom: 30px;
}

.home-change .block {
    border: 1px solid #878787;
    border-radius: 10px;
    overflow: hidden;
}

.home-change .text {
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/home-change-bg.jpg");
    background-size: cover;
    color: #fff;
    padding: 30px 15px 15px;
    margin-right: -15px;
    min-height: 280px;
}

.home-change .text::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.home-change .text * {
    position: relative;
}

.home-change .image {
    height: 200px;
    text-align: center;
    background-color: #fff;
}

.home-change .image .item {
    display: inline-block;
    padding: 20px 0;
    width: 30%;
    margin-top: 20px;
}

.home-change .image .item img {
    margin: auto;
    display: block;
    height: 110px;
}

.home-offer {
    margin-bottom: 30px;
}

.home-video {
    margin-bottom: 20px;
}

.home-video .item {
    font-size: 12px;
    margin-bottom: 15px;
    position: relative;
}

.home-video .item::after {
    content: '';
    clear: both;
}

.home-video .item:hover .fa-play-circle {
    opacity: 0.8;
}

.home-video .item:hover h4 {
    color: #005DAD;
}

.home-video .item h4 {
    font-size: 1.2rem;
    transition: 0.2s;
}

.home-video .item .info {
    color: #005DAD;
}

.home-video .item .link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-video .item .text {
    padding-top: 10px;
    margin-left: 180px;
    min-height: 110px;
}

.home-video .item .image {
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/sample.png");
    background-size: cover;
    position: relative;
    padding-right: 0;
    height: 110px;
    width: 170px;
    border-radius: 10px;
    float: left;
}

.home-video .item .image .fa-play-circle {
    color: #fff;
    position: absolute;
    font-size: 50px;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.home-news {
    margin-bottom: 20px;
}

.home-news .item {
    font-size: 12px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #878787;
    border-radius: 10px;
    overflow: hidden;
    min-height: 350px;
}

.home-news .item:hover h4 {
    color: #005DAD;
}

.home-news .item h4 {
    font-size: 1.2rem;
    transition: 0.2s;
    height: 50px;
}

.home-news .item .info {
    color: #005DAD;
}

.home-news .item .link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-news .item .text {
    padding: 15px 10px;
}

.home-news .item .date {
    margin-bottom: 10px;
}

.home-news .item .image {
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/sample.png");
    background-size: cover;
    height: 180px;
}

@media only screen and (min-width: 768px) {
    .home-change .image .item img {
        height: 130px;
    }

    .page-banner .mobile {
        display: none;
    }

    .home-gallery .banner {
        height: 360px;
    }

    .home-gallery .text {
        padding: 15% 10%;
    }

    .header .top-menu .menu-down {
        margin-right: -20px;
    }
}

@media only screen and (min-width: 992px) {
    .owl-dots {
        max-width: 90%;
    }
    .home-banner .item {
        height: 360px;
    }
    .home-banner .container,
    .page-banner .container {
        height: 180px;
    }
    .search-form {
        top: 180px;
    }
    
    .home-welcome .info {
        position: relative;
        padding-top: 80px;
    }
    .home-welcome .info .block:nth-child(2) .item {
        left: 25%;
    }
    .home-welcome .info .block:nth-child(3) .item {
        left: 50%;
    }
    .home-welcome .info .block:nth-child(4) .item {
        left: 80%;
    }
    .home-welcome .item {
        position: absolute;
        top: 0;
    }
    .home-welcome .menu-item .col-info {
        border-right: 1px solid #878787;
    }
    .home-welcome .menu-item .col-info:last-child {
        border-right: 0;
    }
    .home-comingsoon,
    .home-newness {
        margin-bottom: 50px;
    }
    .home-comingsoon .text,
    .home-newness .text {
        padding: 30px 15px 50px;
    }
    .home-comingsoon .image,
    .home-newness .image {
        padding: 30px 15px 0;
    }
    .home-comingsoon .item img,
    .home-newness .item img {
        height: 180px;
    }
    .home-change .text {
        padding: 30px 100px 15px 30px;
        height: 280px;
    }
    .home-change .text p {
        height: 70px;
    }
    .home-change .image {
        height: 280px;
    }
    .home-change .image .item {
        margin-top: 40px;
    }
    .home-change .image .item img {
        height: 150px;
    }
    .home-news .item {
        min-height: 350px;
    }
    .home-news .item .text p {
        height: 60px;
    }
}

.page-banner {
    height: 250px;
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/home-banner.jpg");
    background-size: cover;
    margin-bottom: 0;
}

.page-banner .container {
    height: 140px;
}

.page-search .search-form {
    top: 140px;
}

.page-cms h1 {
    text-align: center;
}

.page-cms .main-body {    
    padding-top: 20px;
}

.page-cms p {
    text-align: justify;
    line-height: 28px;
    padding-bottom: 1rem;
}

.page-cms .logo {
    display: block;
    margin: 0 auto 1rem;
    width: 80%;
    max-width: 450px;
    height: auto;
}

.page-cms .main-body .icon {
    background: #F3F7FB;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    color: #005DAD;
    line-height: 70px;
    text-align: center;
    margin-left: auto;
    font-size: 1.5rem;
}

.page-cms .about-banner {
    background: top left no-repeat;
    background-size: auto 100%;
    background-image: url('../img/about-banner.jpg');
    color: #fff;
    margin: 0 -3rem 5rem;
}

.page-cms .about-banner p {
    font-size: 2rem;
    line-height: 2.5rem;
}

.page-cms .about-banner h2 {
    font-size: 2.5rem;   
    font-family: Oswald;
    font-weight: bold;
    text-transform: uppercase;
}

.page-cms .about-banner h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #fff;
    margin-top: .5rem;
}

.page-cms .about-block h2 {
    font-size: 2.5rem;     
    font-family: Oswald;
    font-weight: bold;
    text-transform: uppercase;
    color: #005DAD;
}
.page-cms .about-block h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #005DAD;    
    margin-top: .5rem;
}
.page-cms .about-block .image {
    display: block;
    margin: 0 auto 1rem;
    width: 80%;
    max-width: 400px;
    height: auto;
}

.page-cms .about-banner .row {
    min-height: 500px;
}

.page-cms .about-block {
    margin-bottom: 5rem;
}

@media only screen and (min-width: 1400px) {
    .page-cms .about-banner {
        width: 1400px;
        margin: 0 0 5rem -160px;
    }
}

@media only screen and (max-width: 992px) {
    .page-cms .about-banner {
        padding: 10rem 5rem 5rem;
    }

    .page-cms .about-banner .row {
        min-height: inherit;
    }
}


@media only screen and (max-width: 576px) {
    .page-cms .about-banner p {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .page-cms .about-banner {
        padding: 10rem 2rem 3rem;
    }
}

.accordeon-block {
    padding-left: 60px;
    padding-top: 30px;
    padding-right: 50px;
}

.accordeon-block .icon {
    background-color: #005DAD;
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    font-size: 25px;
    margin-left: -60px;
    vertical-align: middle;
}

.accordeon-block h3 {
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
}

.accordeon-block h3::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    float: right;
    color: #005DAD;
    transition: 0.2s;
    margin-top: 10px;
}

.accordeon-block .block {
    display: none;
}

.accordeon-block.open h3::after {
    transform: rotate(90deg);
}

.info-block {
    padding-left: 60px;
    padding-top: 30px;
    padding-right: 50px;
}

.info-block .icon {
    background-color: #005DAD;
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    font-size: 25px;
    margin-left: -60px;
    vertical-align: middle;
}

.info-block h3 {
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
}

.products-selection {
    padding: 20px 0 15px;
}

.products-selection h1 {
    text-align: center;
    margin: 0 -1rem 2rem;
    padding-bottom: 2rem;
    color: #005DAD;
    text-transform: uppercase;
    font-size: 28px;
    font-family: Oswald;
    border-bottom: 1px solid #D4D8DD;
}

.products-selection h1::after {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    margin: 1rem auto 0;
    background: #005DAD;
}

.products-selection .header-breadcrumbs {
    margin: 0 -15px;
}

.product_list_head {
    display: none;
}

.product-list .product_list_body,
.product-list .product_list_page {
    position: relative;
    text-align: center;
}

.product-list::before {
    opacity: 0;
    z-index: -1;
    transition: 0.2s;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5) center center no-repeat url("../../assets/img/loading.gif");
}

.product-list.loading::before {
    opacity: 1;
    z-index: 10;
}

.product-list .products .product-row {
    display: none;
}

.product-list .products .product-item {
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px 20px;
}

.pagination,
.paginationjs {
    text-align: left;
    margin-bottom: 30px;
}

.pagination li,
.paginationjs li {
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    vertical-align: top;
    
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #D4D8DD;
}

.paginationjs .paginationjs-ellipsis,
.paginationjs .paginationjs-next,
.paginationjs .paginationjs-prev {
    border: 0;
    width: auto;
}

.paginationjs .paginationjs-next,
.paginationjs .paginationjs-prev {
    color: #005DAD;
    font-size: 1rem;
}


.pagination, .paginationjs {
    text-align: center;
}

.pagination li.paginationjs-next.disabled,
.pagination li.paginationjs-prev.disabled,
.paginationjs li.paginationjs-next.disabled,
.paginationjs li.paginationjs-prev.disabled {
    display: none;
}

.pagination li.active,
.pagination li.current,
.paginationjs li.active,
.paginationjs li.current {
    background: #005DAD;
    border: 1px solid #005DAD;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pagination li.active a,
.pagination li.current a,
.paginationjs li.active a,
.paginationjs li.current a {
    color: #fff;
}

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

.product-cover .zoomImg {
    background: #fff;
}

.product-images.owl-carousel .owl-item .thumb {
    height: 100px;
    width: auto;
    display: block;
    margin: auto;
}

.product-images.owl-theme.owl-carousel .owl-nav .owl-next,
.product-images.owl-theme.owl-carousel .owl-nav .owl-prev {
    top: -65px;
    border: 1px solid #005DAD;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.product-feature {
    list-style: none;
}

.product-feature li {
    font-size: .9rem;
    display: block;
    padding-bottom: .5rem;
    list-style: none;
}
    
.product-feature label {
    color: #005DAD;
    font-weight: bold;
}


.product-accessories,
.product-history {
    padding-top: 5rem;
    margin: 0 0 10rem;
}


.product-accessories h5,
.product-history h5 {
    color: #005DAD;
}

.product-accessories .product-item,
.product-history .product-item {
    width: 100%;
}


.product-accessories .product-item h4 a,
.product-history .product-item h4 a {
    font-size: .9rem;
    line-height: 1rem;
}

.owl-products.owl-theme .owl-nav .owl-next,
.owl-products.owl-theme .owl-nav .owl-prev
{
    top: -150px;
    border: 1px solid #005DAD;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 20px;
}

.owl-products.owl-theme .owl-dots {
    text-align: center;
    max-width: 100%;
}

.owl-products.owl-theme .owl-dots .owl-dot {
    background: #fff;
}

.product-accessories .product-item .image,
.product-history .product-item .image {
    height: 130px;
    display: block;
    background: center no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

.search-filters-wrapper.open .btn-filter-open .fa-angle-right {
    transform: rotate(90deg);
    transition: 0.2s;
}

.btn-filter-open {
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: bold;
    display: none;
}

.customer-b2b .btn-filter-open {
    display: inline-block;
}

.search-filter-controls {
    background-color: #005DAD;
    padding: 20px 0;
    min-height: 65px;
}

.search-filters-block {
    display: none;
    background-color: #f4f4f4;
}

.search-filters-active {
    background-color: #f4f4f4;
}

.search-filters-active .container {
    border-top: 1px solid #d9d9d9;
}

.search-filters-active ul {
    margin: 0 -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-filters-active button {
    font-size: 14px;
}

.search-filters-active .filter-block {
    display: inline-block;
    font-size: 12px;
    border-radius: 15px;
    border: 1px solid #005DAD;
    color: #005DAD;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: 0.2s;
    cursor: pointer;
}

.search-filters-active .filter-block:hover {
    opacity: 0.8;
}

.search-filters-active .filter-block i {
    color: #005DAD;
    margin-left: 5px;
}

.product-item-size {
    line-height: 25px;
    font-size: 14px;
    text-align: right;
    color: #fff;
}

.product-item-size label {
    font-weight: bold;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
}

.product-item-size button {
    border: 0;
    background: transparent;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 25px;
    vertical-align: middle;
    opacity: 0.5;
    transition: 0.2s;
}

.product-item-size button.active,
.product-item-size button:hover {
    opacity: 1;
}

.search-filters {
    padding: 20px 0 0;
    font-size: 13px;
}

.search-filters .facet {
    margin-top: 10px;
}

.search-filters .facet:last-child::after {
    display: none;
}

.search-filters .facet::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #d9d9d9;
    width: 100%;
}

.search-filters .facet .facet-title {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.search-filters .facet .block {
    position: relative;
    margin-bottom: 10px;
}

.search-filters .facet .block li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    width: 45%;
    margin-right: 2%;
}

.search-filters .facet .block .facet-label {
    padding-left: 25px;
}

.search-filters .facet .block .custom-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #878787;
    overflow: hidden;
}

.search-filters .facet .block .custom-checkbox input {
    display: none;
}

.search-filters .facet .block .custom-checkbox input:checked + .fa-check {
    display: block;
}

.search-filters .facet .block .custom-checkbox .fa-check {
    margin: -1px 0 0;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    height: 15px;
    color: #fff;
    background-color: #005DAD;
    display: none;
    transition: 0.2s;
}

.main-product {
    padding-top: 1rem;
}

.main-product .header-breadcrumbs {
    margin-bottom: 10px;
}

.main-product .header-breadcrumbs ol {
    margin-bottom: 0;
}

.main-product .product-flags {
    display: none;
}

.main-product h1 {
    font-size: 30px;
    margin-bottom: 1rem;
    padding-bottom: 0;
    color: #000000B3;
}

.main-product .reference {
    margin-bottom: 20px;
}

.main-product .product-description-go a {
    color: #005DAD;
}

.main-product .images-container {
    max-width: 400px;
    margin: auto;
}

.main-product .product-col-info {
    font-size: 14px;
    color: #5b5b5b;
}

.main-product .product-col-info .tags label {
    color: #000;
}

.main-product .product-col-info .tags .tag {
    display: inline-block;
    padding: 2px 10px;
    background-color: #666;
    color: #fff;
    border-radius: 10px;
}

.main-product .product-col-info .current-price {
    color: #000;
    font-size: 16px;
}

.main-product .product-col-info .current-price label {
    font-weight: bold;
    display: block;
}

.main-product .product-col-info .current-price .regular-price {
    height: 20px;
    display: block;
    color: #005DAD;
    text-decoration: line-through;
    font-weight: bold;
}

.main-product .product-col-info .current-price .final-price {
    font-size: 30px;
    font-weight: bold;
}

.main-product .product-col-info .icons {
    padding-top: 5px;
    text-align: right;
}

.main-product .product-col-info .icons div {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.main-product .product-col-info .icons .point:hover .points-tooltip {
    opacity: 1;
}

.main-product .product-col-info .icons .points-tooltip {
    position: absolute;
    background: #fff;
    width: 30px;
    border-radius: 5px;
    border: 1px solid #666;
    left: -35px;
    text-align: center;
    top: 5px;
    font-size: 12px;
    opacity: 0;
    transition: 0.2s;
}

.main-product .product-col-info .puntos-dia-d {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: normal;
}

.main-product .product-col-info .puntos-dia-d strong {
    display: block;
    margin-bottom: 0;
    font-weight: bolder;
    color: #000;
}

.main-product .product-col-info .puntos-dia-d .check-dia-d-input {
    display: none;
}

.main-product .product-col-info .puntos-dia-d .check-dia-d-input:checked + .check-dia-d-label {
    background-color: #005DAD;
}

.main-product .product-col-info .puntos-dia-d .check-dia-d-value {
    width: 50px;
}

.main-product .product-col-info .puntos-dia-d .check-dia-d-label {
    border: 1px solid #666;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: text-top;
    color: #fff;
}

.main-product .product-col-info .product-add-to-cart .control-label {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.main-product .product-col-info .qty {
    margin-bottom: 20px;
    width: 120px;
    position: relative;
}

.main-product .product-col-info .qty .input-group-addon {
    border: 1px solid #878787;
    width: 25px;
    height: 25px;
}

.main-product .product-col-info .qty .form-control {
    display: inline-block;
    margin: 0 15px;
    padding: 0 5px;
    height: 30px;
    text-align: center;
    border: 0;
    font-size: 16px;
    color: #005DAD;
}

.main-product .product-col-info .qty .form-control:focus {
    box-shadow: none;
}

.main-product .product-col-info .qty .input-group-btn-vertical .btn {
    border: 1px solid #878787;
    color: #878787;
    width: 25px;
    height: 25px;
    padding: 0;
    position: absolute;
    z-index: 5;
    transition: 0.2s;
}

.main-product .product-col-info .qty .input-group-btn-vertical .btn:hover {
    background-color: #878787;
    color: #fff;
}

.main-product .product-col-info .qty .input-group-btn-vertical .bootstrap-touchspin-down {
    left: 0;
}

.main-product .product-col-info .qty .input-group-btn-vertical .bootstrap-touchspin-down::after {
    content: '-';
}

.main-product .product-col-info .qty .input-group-btn-vertical .bootstrap-touchspin-up {
    right: 0;
}

.main-product .product-col-info .qty .input-group-btn-vertical .bootstrap-touchspin-up::after {
    content: '+';
}

.main-product .product-col-info .add-to-cart {
    width: 200px;
}

.main-product .product-description {
    padding: 50px 0;
    font-size: 14px;
}

.main-product .product-description img {
    max-width: 100%;
}

.main-product .wishlists_product_block {
    display: inline-block;
}

.main-product .product-additional-info {
    display: inline-block;
}

.main-product .notify-stock {
    color: #005DAD;
    cursor: pointer;
    display: inline-block;
}

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    border: 1px solid #878787;
    color: #878787;
    width: 25px;
    height: 25px;
    padding: 0;
    position: absolute;
    z-index: 5;
    transition: 0.2s;
}

.bootstrap-touchspin-down:hover,
.bootstrap-touchspin-up:hover {
    background-color: #878787;
    color: #fff;
}

.bootstrap-touchspin-down {
    left: 0;
}

.bootstrap-touchspin-down::after {
    content: '-';
}

.bootstrap-touchspin-up {
    right: 0;
}

.bootstrap-touchspin-up::after {
    content: '+';
}

#product .page-banner {
    display: none;
}

.products-sort,
.products-sort-order {
    color: #7a7a7a;
}

.products-sort-order.open .dropdown-menu,
.products-sort.open .dropdown-menu {
    display: block;
}

.products-sort .select-title,
.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: 0.625rem;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.products-sort .select-list,
.products-sort-order .select-list {
    display: block;
    color: #232323;
    padding: 0.625rem 1.25rem;
}

.products-sort .select-list:hover,
.products-sort-order .select-list:hover {
    background: #2fb5d2;
    color: #fff;
    text-decoration: none;
}

.products-sort .dropdown-menu,
.products-sort-order .dropdown-menu {
    left: auto;
    width: 16.88rem;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
}

.featured-products .products {
    text-align: center;
}

.featured-products .product-item {
    width: 30%;
    margin: 0 1% 20px;
    display: inline-block;
    min-width: 230px;
}

@media only screen and (max-width: 480px) {
    .product-list .product-item,
    .product-list .products .product-item {
        width: 100%;
        margin: 0 5px 20px;
    }
}

@media only screen and (min-width: 992px) {
    .products-selection .sort_by {
        margin-top: -30px;
    }
    .product_list_head {
        display: block;
    }
    .product-list .products.grid-lg .product-item {
        width: calc(33% - 10px);
    }
    .product-list .products.grid-ls .product-item {
        display: none;
    }
    .product-list .products.grid-ls .product-row {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .product-list .products.grid-ls .product-row:nth-child(odd) {
        background-color: #eee;
    }
    .product-list .products.grid-ls .product-row .image {
        height: 50px;
        display: block;
        background: center no-repeat;
        background-size: contain;
    }
    .product-list .products.grid-ls .product-row .code {
        overflow-wrap: break-word;
        font-size: 0.8rem;
    }
    .product-list .products.grid-ls .product-row .tag {
        color: #fff;
        font-size: 0.8rem;
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .product-list .products.grid-ls .product-row .tag[data-group='Oferta'] {
        display: none;
    }
    .product-list .products.grid-ls .product-row .qty {
        width: 100%;
    }
    .product-list .products.grid-ls .product-row .btn {
        font-size: 0.8rem;
        margin-left: 1rem;
    }
    .product-list .products .product-item {
        width: calc(25% - 10px);
        float: left;
        margin: 0 5px 20px;
    }
    .product-history .product-item {
        width: 100%;
    }
    .search-filters .facet::after {
        width: 80%;
    }
}

.authentication-panel {
    background: #999 center center no-repeat;
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/store-bg.jpg");
    background-size: cover;
    min-height: 400px;
}

.authentication-panel::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.authentication-form {
    padding: 30px;
    background: #fff;
    max-width: 300px;
    margin: 30px auto;
    border-radius: 15px;
}

.form-group .help-block {
    padding-top: 5px;
    position: absolute;
}

.form-group .help-block .alert {
    font-size: 12px;
    padding: 5px 10px;
}

.form-footer .btn {
    max-width: 300px;
    margin: auto;
}

.form-footer .social {
    margin-top: 20px;
}

.form-footer .social label {
    display: block;
    position: relative;
}

.form-footer .social hr {
    position: absolute;
    width: 100%;
    margin: 12px 0 0;
}

.form-footer .social span {
    background: #fff;
    position: relative;
    padding: 0 10px;
}

.form-footer .social .social-link {
    display: inline-block;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
}

.form-footer .social .social-link.facebook {
    background: #3b5998;
}

.form-footer .social .social-link.google {
    background: #DB4437;
}

.customer-form h3 {
    padding-top: 20px;
}

.customer-form .field-input-account_business label {
    display: none;
}

.customer-form .field-input-account_business .radio-inline {
    display: inline-block;
    margin-right: 30px;
}

.customer-form .field-input-id_gender label {
    display: block;
}

.customer-form .field-input-id_gender .radio-inline {
    display: inline-block;
    margin-right: 20px;
}

.customer-form .field-input-how_know_us .field-label {
    display: none;
}

.customer-form .field-input-how_know_us .radio-inline {
    width: 100%;
    vertical-align: top;
    font-size: 14px;
}

.customer-form .field-group-document_type {
    width: 120px;
    float: left;
}

.customer-form .field-group-document_number {
    width: calc(100% - 140px);
    margin-left: 140px;
}

.customer-form .field-group-birthday_day,
.customer-form .field-group-birthday_month,
.customer-form .field-group-birthday_year {
    display: inline-block;
    width: 45%;
}

.customer-form .field-group-birthday_day .form-control,
.customer-form .field-group-birthday_month .form-control,
.customer-form .field-group-birthday_year .form-control {
    padding-left: 5px;
    padding-right: 5px;
}

.customer-form .field-group-birthday_day {
    width: 20%;
}

.customer-form .field-group-birthday_year {
    width: 30%;
}

.customer-form .field-group-birthday_day .field-label {
    width: 200px;
}

.customer-form .field-group-birthday_month .field-label,
.customer-form .field-group-birthday_year .field-label {
    display: none;
}

.customer-form .how_know_us_other {
    margin: 5px 0 0 30px;
    width: 110px;
    height: 50px;
    resize: none;
}

.customer-form .field-group-psgdpr::after {
    display: none;
}

.customer-form .field-group-psgdpr .custom-checkbox span {
    position: absolute;
}

.customer-form .field-group-psgdpr .field-label {
    margin-left: 30px;
}

.customer-form .field-group-how_know_us {
    display: none;
}

.my-account-title {
    background: #f4f4f4;
    text-align: center;
    padding: 30px 15px 10px;
}

.my-account {
    padding-top: 20px;
    padding-bottom: 20px;
}

.my-account .link-item .icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #878787;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
}

.my-account a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

.my-account a.active .icon,
.my-account a:hover .icon {
    background: #005DAD;
    color: #fff;
}

.page-content {
    padding-bottom: 50px;
}

.modal-dialog h1 {
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.modal-dialog h2 {
    font-size: 25px;
}

.modal-dialog p {
    font-size: 14px;
    text-align: justify;
}

@media only screen and (min-width: 576px) {
    .authentication-form {
        max-width: 550px;
    }
    .nl {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .customer-form {
        margin-right: -20px;
    }
    .customer-form .field-group-email,
    .customer-form .field-group-firstname,
    .customer-form .field-group-lastname,
    .customer-form .field-group-location,
    .customer-form .field-group-mothername,
    .customer-form .field-group-new_password,
    .customer-form .field-group-password {
        display: inline-block;
        width: 46%;
        margin-right: 3%;
    }

    .customer-form .field-group-phone {
        width: 96%;
    }
    
    .customer-form.business-account .title-company {
        display: block;
    }
    .customer-form .field-group-company,
    .customer-form .field-group-siret {
        display: inline-block;
        width: 46%;
        margin-right: 3%;
    }
    .customer-form .form-control-comment::before {
        content: '\f05a';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        color: #005DAD;
    }
    .customer-form .field-group-document_type {
        display: inline-block;
        float: none;
        width: 20%;
        margin-right: 3%;
    }
    .customer-form .field-group-document_number {
        display: inline-block;
        width: 23%;
        margin-left: 0;
    }
    .customer-form .field-group-birthday_day {
        width: 10%;
    }
    .customer-form .field-group-birthday_month {
        width: 20%;
    }
    .customer-form .field-group-birthday_year {
        width: 15%;
        margin-right: 3%;
    }
    .customer-form .field-input-how_know_us .radio-inline {
        width: 30%;
    }
    .customer-form .field-input-how_know_us .radio-inline:nth-child(odd) {
        width: 60%;
    }
    .customer-form .how_know_us_other {
        position: absolute;
    }
    .authentication-form {
        max-width: 620px;
    }
    .my-account a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .my-account a label {
        width: calc(100% - 55px);
        display: inline-block;
        vertical-align: middle;
    }
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-neue-regular.eot");
    src: url("../font/roboto-neue-regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto-neue-regular.woff2") format("woff2"), url("../font/roboto-neue-regular.woff") format("woff"), url("../font/roboto-neue-regular.ttf") format("truetype"), url("../font/roboto-neue-regular.svg#roboto-neue-regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-thin.eot");
    src: url("../font/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../font/roboto-thin.woff2") format("woff2"), url("../font/roboto-thin.woff") format("woff"), url("../font/roboto-thin.ttf") format("truetype"), url("../font/roboto-thin.svg#roboto-thin") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-light.eot");
    src: url("../font/roboto-light.eot?#iefix") format("embedded-opentype"), url("../font/roboto-light.woff2") format("woff2"), url("../font/roboto-light.woff") format("woff"), url("../font/roboto-light.ttf") format("truetype"), url("../font/roboto-light.svg#roboto-light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-regular.eot");
    src: url("../font/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto-regular.woff2") format("woff2"), url("../font/roboto-regular.woff") format("woff"), url("../font/roboto-regular.ttf") format("truetype"), url("../font/roboto-regular.svg#roboto-regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-medium.eot");
    src: url("../font/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../font/roboto-medium.woff2") format("woff2"), url("../font/roboto-medium.woff") format("woff"), url("../font/roboto-medium.ttf") format("truetype"), url("../font/roboto-medium.svg#roboto-medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-bold.eot");
    src: url("../font/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../font/roboto-bold.woff2") format("woff2"), url("../font/roboto-bold.woff") format("woff"), url("../font/roboto-bold.ttf") format("truetype"), url("../font/roboto-bold.svg#roboto-bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-black.eot");
    src: url("../font/roboto-black.eot?#iefix") format("embedded-opentype"), url("../font/roboto-black.woff2") format("woff2"), url("../font/roboto-black.woff") format("woff"), url("../font/roboto-black.ttf") format("truetype"), url("../font/roboto-black.svg#roboto-black") format("svg");
    font-weight: 900;
    font-style: normal;
}

.cart-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-cart-container {
    padding-top: 20px;
    padding-bottom: 50px;
    background: #f4f4f4;
}

.cart-data .input-group-btn-vertical {
    display: none;
}

.modal-qty .btn {
    position: relative;
}

.modal-qty .blockcart-modal-qty {
    width: 50px;
    border: 0;
    text-align: center;
}

.points-block span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: baseline;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

.product-line-grid .product-image {
    text-align: center;
    display: inline-block;
    border: 1px solid #999;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
}

.product-line-grid .reference {
    margin-bottom: 10px;
}

.product-line-grid .current-price {
    color: #000;
}

.product-line-grid .current-price span {
    padding: 0;
    display: inline-block;
}

.product-line-grid .product-discount {
    text-decoration: line-through;
    padding-left: 15px;
    font-size: 12px;
    display: none;
}

.product-line-grid .qty-block {
    margin: 15px auto;
}

.product-line-grid .qty-block .btn-cart-spin {
    background: #fff;
    border: 1px solid #999;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    transition: 0.2s;
}

.product-line-grid .qty-block .btn-cart-spin:hover {
    background: #999;
    color: #fff;
}

.product-line-grid .qty-block .bootstrap-touchspin {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 30px;
}

.product-line-grid .qty-block .js-cart-line-product-quantity {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    text-align: center;
    height: 30px;
    font-size: 25px;
    border: 0;
    padding: 0;
}

.product-line-grid .cart-line-product-actions {
    margin-bottom: 20px;
}

.cart-grid-container .cart-overview-resume,
.cart-summary .cart-overview-grid {
    display: none;
}

.cart-summary-block {
    background: #fff;
    border: 1px solid #005DAD;
    border-radius: 10px;
    margin: 0 -15px;
    overflow: hidden;
}

.cart-summary-block h3 {
    background: #005DAD;
    color: #fff;
    padding: 10px 15px;
}

.cart-summary-block .cart-item {
    font-size: 14px;
}

.cart-summary-block .cart-summary {
    padding: 20px 15px;
}

.cart-summary-block .cart-summary-line {
    margin-bottom: 5px;
}

.cart-summary-block .cart-summary-line.cart-total * {
    font-weight: bold;
    font-size: 18px;
}

/* #cart-subtotal-shipping {
    display: none;
} */

#product .page-search {
    display: none;
}

.check-dia-d-input {
    vertical-align: middle;
}

@media only screen and (min-width: 992px) {
    .cart-summary-block {
        margin: 0;
    }
    .product-line-grid .product-image {
        margin: 10px 0;
    }
    .product-line-grid .product-image img {
        width: 100%;
    }
    .product-line-grid .qty-block {
        margin: 30px auto 25px;
    }
    .product-line-grid .qty-block .js-cart-line-product-quantity {
        font-size: 20px;
    }
    .product-line-grid .cell-block {
        padding-bottom: 30px;
        font-size: 14px;
    }
    .product-line-grid-right .product-price {
        padding-top: 35px;
    }
    .cart-item:last-child .tbody:last-child {
        border-radius: 0 0 10px;
    }
    .cart-item:last-child .product-line-grid-left:first-child .border-l:last-child {
        border-radius: 0 0 0 10px;
    }
    .cart-item:last-child .product-line-grid-right:last-child .border-l:last-child {
        border-radius: 0 0 10px;
    }
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-neue-regular.eot");
    src: url("../font/roboto-neue-regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto-neue-regular.woff2") format("woff2"), url("../font/roboto-neue-regular.woff") format("woff"), url("../font/roboto-neue-regular.ttf") format("truetype"), url("../font/roboto-neue-regular.svg#roboto-neue-regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-thin.eot");
    src: url("../font/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../font/roboto-thin.woff2") format("woff2"), url("../font/roboto-thin.woff") format("woff"), url("../font/roboto-thin.ttf") format("truetype"), url("../font/roboto-thin.svg#roboto-thin") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-light.eot");
    src: url("../font/roboto-light.eot?#iefix") format("embedded-opentype"), url("../font/roboto-light.woff2") format("woff2"), url("../font/roboto-light.woff") format("woff"), url("../font/roboto-light.ttf") format("truetype"), url("../font/roboto-light.svg#roboto-light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-regular.eot");
    src: url("../font/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto-regular.woff2") format("woff2"), url("../font/roboto-regular.woff") format("woff"), url("../font/roboto-regular.ttf") format("truetype"), url("../font/roboto-regular.svg#roboto-regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-medium.eot");
    src: url("../font/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../font/roboto-medium.woff2") format("woff2"), url("../font/roboto-medium.woff") format("woff"), url("../font/roboto-medium.ttf") format("truetype"), url("../font/roboto-medium.svg#roboto-medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-bold.eot");
    src: url("../font/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../font/roboto-bold.woff2") format("woff2"), url("../font/roboto-bold.woff") format("woff"), url("../font/roboto-bold.ttf") format("truetype"), url("../font/roboto-bold.svg#roboto-bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-black.eot");
    src: url("../font/roboto-black.eot?#iefix") format("embedded-opentype"), url("../font/roboto-black.woff2") format("woff2"), url("../font/roboto-black.woff") format("woff"), url("../font/roboto-black.ttf") format("truetype"), url("../font/roboto-black.svg#roboto-black") format("svg");
    font-weight: 900;
    font-style: normal;
}

.cart-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.checkout-body {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f4f4f4;
}

.points-block span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: baseline;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

.checkout-step {
    margin-bottom: 20px;
}

.checkout-step .step-title {
    max-width: 460px;
    border-bottom: 1px solid #878787;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: 400;
}

.checkout-step .step-title span {
    display: inline-block;
    background: #005DAD;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.checkout-step .step-title .step-current,
.checkout-step .step-title .step-update {
    float: right;
    color: #666;
    font-size: 14px;
}

.checkout-step .step-title .step-current.open .fa-angle-right,
.checkout-step .step-title .step-update.open .fa-angle-right {
    transform: rotate(90deg);
}

.checkout-step .step-title .step-current .fa-angle-right,
.checkout-step .step-title .step-update .fa-angle-right {
    transition: 0.2s;
    color: #005DAD;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.checkout-step .step-title .step-current .fa-angle-right {
    transform: rotate(90deg);
}

.checkout-step .step-form .tab-pane {
    padding: 15px;
}

.checkout-step .step-form .link {
    color: #005DAD;
}

.checkout-step .step-form .identity {
    font-size: 18px;
}

.checkout-step .step-form .identity .username {
    font-weight: bold;
}

.checkout-step .step-form .nav {
    border-bottom: 1px solid #878787;
}

.checkout-step .step-form .nav-item {
    margin-left: 10px;
}

.checkout-step .step-form .nav-link {
    display: block;
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #878787;
    opacity: 0.5;
}

.checkout-step .step-form .nav-link.active {
    background: #005DAD;
    opacity: 1;
}

.checkout-step .step-slide {
    display: none;
}

.checkout-step .subtitle {
    font-size: 16px;
    font-weight: normal;
}

.checkout-step .different-invoice-address .fa-check-square {
    color: #005DAD;
}

.checkout-step .address-item {
    margin-bottom: 20px;
    display: none;
}

.checkout-step .address-item.selected {
    display: block;
}

.checkout-step .address-item .address-alias {
    font-size: 16px;
}

.checkout-step .address-item .radio-block {
    font-size: 14px;
}

.checkout-step .address-item .custom-radio {
    display: none;
}

.checkout-step .address-item .card-block {
    padding: 15px;
}

.delivery-options {
    border: 1px solid #878787;
    border-radius: 10px;
    margin-bottom: 20px;
}

.delivery-options .delivery-block {
    border-bottom: 1px solid #878787;
}

.delivery-options .delivery-block:last-child {
    border-bottom: 0;
}

.delivery-options .carrier-name {
    font-size: 18px;
    padding-top: 20px;
    font-weight: bold;
}

.delivery-options .carrier-delay {
    font-size: 14px;
}

.delivery-options .carrier-price {
    padding-top: 40px;
    display: block;
}

.delivery-options .link {
    color: #005DAD;
}

.delivery-options label {
    margin-bottom: 0;
}

.delivery-options label .row {
    height: 100%;
}

.delivery-options .radio-block {
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #878787;
}

.delivery-options .radio-block .radio-input {
    display: none;
}

.delivery-options .radio-block .radio-input:checked + .checkbox::after {
    opacity: 1;
}

.delivery-options .radio-block .checkbox {
    position: absolute;
    top: 50px;
    width: 25px;
    height: 25px;
    border: 1px solid #878787;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.delivery-options .radio-block .checkbox::after {
    content: '';
    width: 18px;
    height: 18px;
    background: #005DAD;
    display: block;
    border-radius: 100%;
    margin: 2px auto;
    opacity: 0;
    transition: 0.2s;
}

.delivery-options .radio-block .checkbox:hover::after {
    opacity: 1;
}

.delivery-options .radio-block .logo {
    display: inline-block;
    height: 100px;
    width: 100px;
    vertical-align: middle;
    background: center center no-repeat;
    background-size: contain;
    margin-left: 40px;
}

.delivery_message {
    height: 100px;
    width: 100%;
    resize: none;
}

.checkout-next .step-title {
    max-width: 460px;
    border-bottom: 1px solid #878787;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: 400;
    display: none;
}

.checkout-next .step-title span {
    display: inline-block;
    background: #005DAD;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.checkout-next .step-title .step-current {
    float: right;
    color: #666;
    font-size: 14px;
}

.checkout-next .step-title .step-current .fa-angle-right {
    transition: 0.2s;
    color: #005DAD;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.conditions-to-approve a {
    color: #005DAD;
}

.payment-option-block .custom-radio .ps-shown-by-js {
    opacity: 0;
    position: absolute;
}

.payment-option-block .brands {
    max-width: 100%;
}

.payment-option-block {
    display: none;
}

.confirm-nav li {
    display: inline-block;
    margin-right: 20px;
    border-radius: 15px;
    border: 1px solid #666;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.confirm-nav li.selected {
    background: #005DAD;
    color: #fff;
}

.visaNetWrapper .header-logoImage {
    width: auto;
    height: 100px;
}

@media only screen and (min-width: 768px) {
    .delivery-options .radio-block {
        border-bottom: 0;
    }
    .delivery-options .cell-center {
        border-left: 1px solid #878787;
        border-right: 1px solid #878787;
    }
    .confirm-nav li {
        width: 23%;
        margin-right: 1%;
    }
    .payment-option-block .brands {
        margin-left: 25px;
    }
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-neue-regular.eot");
    src: url("../font/roboto-neue-regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto-neue-regular.woff2") format("woff2"), url("../font/roboto-neue-regular.woff") format("woff"), url("../font/roboto-neue-regular.ttf") format("truetype"), url("../font/roboto-neue-regular.svg#roboto-neue-regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-thin.eot");
    src: url("../font/roboto-thin.eot?#iefix") format("embedded-opentype"), url("../font/roboto-thin.woff2") format("woff2"), url("../font/roboto-thin.woff") format("woff"), url("../font/roboto-thin.ttf") format("truetype"), url("../font/roboto-thin.svg#roboto-thin") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-light.eot");
    src: url("../font/roboto-light.eot?#iefix") format("embedded-opentype"), url("../font/roboto-light.woff2") format("woff2"), url("../font/roboto-light.woff") format("woff"), url("../font/roboto-light.ttf") format("truetype"), url("../font/roboto-light.svg#roboto-light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-regular.eot");
    src: url("../font/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto-regular.woff2") format("woff2"), url("../font/roboto-regular.woff") format("woff"), url("../font/roboto-regular.ttf") format("truetype"), url("../font/roboto-regular.svg#roboto-regular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-medium.eot");
    src: url("../font/roboto-medium.eot?#iefix") format("embedded-opentype"), url("../font/roboto-medium.woff2") format("woff2"), url("../font/roboto-medium.woff") format("woff"), url("../font/roboto-medium.ttf") format("truetype"), url("../font/roboto-medium.svg#roboto-medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-bold.eot");
    src: url("../font/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../font/roboto-bold.woff2") format("woff2"), url("../font/roboto-bold.woff") format("woff"), url("../font/roboto-bold.ttf") format("truetype"), url("../font/roboto-bold.svg#roboto-bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../font/roboto-black.eot");
    src: url("../font/roboto-black.eot?#iefix") format("embedded-opentype"), url("../font/roboto-black.woff2") format("woff2"), url("../font/roboto-black.woff") format("woff"), url("../font/roboto-black.ttf") format("truetype"), url("../font/roboto-black.svg#roboto-black") format("svg");
    font-weight: 900;
    font-style: normal;
}

.post_thumbnail {
    min-height: 300px;
    background: center center no-repeat;
    background-size: cover;
    display: block;
    position: relative;
}

.post_thumbnail .item {
    height: 400px;
    width: 100%;
}

.post_thumbnail .owl-nav .owl-next,
.post_thumbnail .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 50px;
    height: 30px;
    width: 30px;
}

.post_thumbnail .owl-nav .owl-next.disabled,
.post_thumbnail .owl-nav .owl-prev.disabled {
    display: none;
}

.post_thumbnail .owl-nav .owl-next span,
.post_thumbnail .owl-nav .owl-prev span {
    font-size: 50px;
    height: 30px;
    background: #000;
    color: #fff;
    width: 30px;
    text-align: center;
    display: block;
    line-height: 25px;
}

.post_thumbnail .owl-nav .owl-prev {
    left: -10px;
}

.post_thumbnail .owl-nav .owl-next {
    right: -10px;
}

.post_title a {
    font-family: 'roboto', sans-serif;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: normal;
}

.post_content {
    text-align: justify;
}

.embed-responsive {
    height: 100%;
}

.page-stores h1 {
    text-align: center;
}

.store-group .link {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}

.store-group .link:hover {
    color: #005DAD;
}

.store-group .link .fa-arrow-right {
    display: none;
}

.store-group .link.active {
    color: #005DAD;
}

.store-group .link.active .fa-arrow-right {
    display: block;
}

.store-nav .sublink {
    display: inline-block;
    margin-right: 100px;
    opacity: 0.6;
}

.store-nav .sublink:hover {
    color: #005DAD;
}

.store-nav .sublink.active {
    opacity: 1;
    color: #005DAD;
}

.store-list .group-content {
    margin-bottom: 15px;
    display: none;
}

.store-list .group-title {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.store-list .group-title:hover {
    color: #005DAD;
}

.store-list .group-title.active {
    color: #005DAD;
}

.store-list .store-content {
    display: none;
    margin-bottom: 20px;
}

.store-list .store-content .option {
    margin-bottom: 5px;
}

.store-list .store-content .option i {
    margin-top: 5px;
    color: #005DAD;
}

.store-list .store-title {
    font-weight: bold;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px;
    opacity: 0.7;
}

.store-list .store-title:hover {
    color: #005DAD;
}

.store-list .store-title.active {
    color: #005DAD;
    opacity: 1;
}

.store-list .store-map {
    padding-top: 20px;
}

.store-list .store-map iframe {
    display: block;
    border: 1px solid #666;
    border-radius: 10px;
    width: 100%;
    height: 350px;
}

.store-gallery .store-image {
    display: block;
    height: 180px;
    background: #000 center center no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 0.8;
    margin-bottom: 20px;
}

.store-gallery .store-image:hover {
    opacity: 1;
}

.customer-template-b2b .footer .block_newsletter {
    display: none;
}

.customer-template-b2b .footer .hook_footer .far,
.customer-template-b2b .footer .hook_footer .fas {
    color: #fff;
}

.customer-template-b2b .btn-primary {
    background: #005DAD;
    border: 1px solid #005DAD;
    color: #fff;
}

.customer-template-b2b .btn-primary:hover {
    background: #003F76;
    border: 1px solid #003F76;
}

.customer-template-b2b .btn-secondary:hover {
    color: #fff;
}

.customer-template-b2b .cart-summary-block h3,
.customer-template-b2b .checkout-step .step-title span,
.customer-template-b2b .main-product::before,
.customer-template-b2b .owl-theme.owl-carousel .owl-dots .owl-dot.active,
.customer-template-b2b .pagination li.active,
.customer-template-b2b .pagination li.current,
.customer-template-b2b .paginationjs li.active,
.customer-template-b2b .paginationjs li.current,
.customer-template-b2b .search-filter-controls,
.customer-template-b2b .search-filters .facet .block .custom-checkbox .fa-check {
    background: #005DAD;
}

.customer-template-b2b .checkout-step .step-title .step-current .fa-angle-right,
.customer-template-b2b .checkout-step .step-title .step-update .fa-angle-right,
.customer-template-b2b .conditions-to-approve a,
.customer-template-b2b .header .header-user .dropdown .title,
.customer-template-b2b .home-news .item .info,
.customer-template-b2b .home-news .item:hover h4,
.customer-template-b2b .home-video .item .info,
.customer-template-b2b .home-video .item:hover h4,
.customer-template-b2b .link-top,
.customer-template-b2b .main-product .product-col-info .qty .form-control,
.customer-template-b2b .main-product .product-description-go a,
.customer-template-b2b .owl-theme.owl-carousel .owl-nav .owl-next,
.customer-template-b2b .owl-theme.owl-carousel .owl-nav .owl-prev,
.customer-template-b2b .product-item .notify-stock,
.customer-template-b2b .product-item .price .price-old,
.customer-template-b2b .search-form .search-button,
.customer-template-b2b a:hover {
    color: #005DAD;
}

.customer-template-b2b .cart-summary-block,
.customer-template-b2b .product-item:hover {
    border-color: #005DAD;
}

.customer-template-b2b .search-filters .facet .block .facet-item[data-value='PRIME'] {
    display: none;
}

.customer-template-b2b .header .header-logo {
    background: center center no-repeat;
    background-size: contain;
    background-image: url("../img/logo-b2b.png");
    height: 80px;
    width: 120px;
}


.customer-template-b2b .product-item .price .price-block {
    display: inline-block;
}

.product-price .price-block{
    display: none;
}
.customer-template-b2b .product-price .price-block{
    display: block;
}

.customer-template-b2b .product-item .control {
    display: block;
    text-align: center;
}



.customer-template-b2b .link-top {
    background: #005DAD;
    color: #fff
}

.customer-template-b2b .link-top i {
    background: #000
}

.customer-template-b2b .link-top:hover {
    background: #000;
    color: #fff
}

.customer-template-b2b .link-top:hover i {
    background: #005DAD;
    color: #fff
}

@media only screen and (min-width: 992px) {

    .customer-template-b2b .header .top-menu .sub-menu {
        top: 50px;
    }

    .customer-template-b2b .header .display-nav-second {
        padding-top: 20px;
    }

    .customer-template-b2b .header .top-menu li {
        text-transform: uppercase;
        margin-right: 20px;
    }
    .customer-template-b2b .header-block {
        background: #005DAD;
    }
    .customer-template-b2b .header .top-menu .category>.link[data-depth='0'] {
        color: #fff;
        text-transform: uppercase;
        font-family: 'bebas', sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
    }    

    .customer-template-b2b.scrolled .header .top-menu[data-depth='0'] {
        padding-top: 0.8rem;
    }
    .customer-template-b2b .header-block {
        background: #005DAD;
    }
    .customer-template-b2b .header {
        padding-top: 0;
        padding-bottom: 0;
    }
    .customer-template-b2b .header .header-logo {
        background: center center no-repeat;
        background-size: contain;
        background-image: url("../img/logo-b2b.png");
    }
    .customer-template-b2b .header .top-menu .category > .link[data-depth='0'] {
        color: #fff;
        font-family: 'bebas', sans-serif;
        font-stretch: normal;
        letter-spacing: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
    }
    .customer-template-b2b .header .top-menu .category > .link[data-depth='0']:hover {
        color: #53D3FF;
    }
    .customer-template-b2b .header .top-menu[data-depth='0'] {
        padding-top: 1.2rem;
    }
    .customer-template-b2b .header .top-menu::before {
        display: none;
    }
    .customer-template-b2b .header .top-menu .category > .link[data-depth='0']::after {
        content: none;
        display: none;
    }
    .customer-template-b2b .header .top-menu .sub-menu {
        border-top: #005DAD 30px solid;
    }
    .customer-template-b2b .header .icon::before {
        background: #003F76;
    }
    .customer-template-b2b .header .icon img {
        filter: brightness(5);
    }
    .customer-template-b2b .header .header-cart .cart-products-count {
        background: #003F76;
    }
    .customer-template-b2b .main {
        padding-top: 80px;
    }
    .customer-template-b2b .home-newness-comingsoon {
        background: transparent linear-gradient(180deg, #0060B2 0%, #003F76 100%) 0 0 no-repeat padding-box;
        margin-bottom: 50px;
        overflow: hidden;
        position: relative;
        padding-top: 5rem;
    }
    .customer-template-b2b .home-newness-comingsoon::before {
        content: '';
        position: absolute;
        width: 4000px;
        height: 1200px;
        border-radius: 100%;
        left: 50%;
        margin-left: -2000px;
        top: 75%;
        background: #fff;
    }
    .customer-template-b2b .home-newness-comingsoon .container {
        position: relative;
        z-index: 2;
    }
    .customer-template-b2b .home-newness-comingsoon .title {
        text-transform: uppercase;
        text-align: center;
        font-size: 2rem;
        color: #fff;
        padding: 30px 0 50px;
    }
    .customer-template-b2b .home-newness-comingsoon .home-comingsoon,
    .customer-template-b2b .home-newness-comingsoon .home-newness {
        background: #fff;
    }
    .customer-template-b2b .product-item .discount-tag {
        background: center center no-repeat;
        background-size: contain;
        background-image: url("../img/icon-dialog.png");
    }
}


#manufacturer .page-banner {
    
}

#manufacturer .search-filters-wrapper {
    display: none;
}

.page-header h1 {
    text-align: center;
    margin: 0 -1rem 2rem;
    padding-bottom: 2rem;
    color: #005DAD;
    text-transform: uppercase;
    font-size: 28px;
    font-family: Oswald;
    border-bottom: 1px solid #D4D8DD;
}
.page-header h1::after {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    margin: 1rem auto 0;
    background: #005DAD;
}

#manufacturer .brand {
    padding: 0 2rem;
}

#manufacturer .brand .brand-desc {
    border-top: 2px solid #005DAD;
    padding: .5rem 0 0;
    margin-top: .5rem;
    color: #000000CC;
    font-size: .9rem;
}

#supplier .page-header h1 {
    border: 0;
    text-align: left;
    padding-left: 1rem;
    margin: 0 -1rem;
}

#supplier .page-header h1::after {
    margin-left: 0;
}

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

.supplier-card label {
    color: #005DAD;
}

.supplier-group {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: .25rem;
    height: 40px;
    background: #fff;
}

.supplier-item {
    cursor: pointer;
}

.supplier-card h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #005DAD;
} 

#modalMap iframe {
    width: 100%;
}

.supplier-card strong  {
    color: #005DAD;
    display: block;
    padding-bottom: .25rem;
} 

.supplier-list {
    padding-top: 2rem;
    list-style: none;
    padding-left: 2rem;
}
.supplier-list li {
    width: 30%;
    font-size: .9rem;
    text-align: center;
    margin-bottom: 2rem;
}

.supplier-list li img {
    display: block;
    max-width: 90px;
    margin: 0 auto 1rem ;
}

body.customer-regular .add-to-cart {
    display: none;
}

#blockcart-modal .product-image {
    width: 100%;
    height: auto;
}


.whatsapp-link {
    bottom: 1rem;
    right: 1rem;
    position: fixed;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: center no-repeat;
    background-size: contain;
    background-image: url("../img/whatsapp-logo.png");
}


.modal-dialog {
    top: 10%;
}

.modal-dialog .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-dialog .modal-title {
    margin-right: 30px;
    margin-left: auto;
    text-align: left;
    padding-bottom: 0;
}

.modal-dialog .modal-body {
    font-size: 14px;
}

.modal-dialog .cart-content-btn .btn {
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.modal-dialog h1 {
    font-size: 30px;
    padding: 0;
    margin: 0;
}

.modal-dialog h2 {
    font-size: 25px;
}

.modal-dialog p {
    font-size: 14px;
    text-align: justify;
}

.cart-detailed-totals .card-body {
    padding-left: 0;
    padding-right: 0;
}

#conektaIframeContainer {
    max-width: 100%;
}

#js-active-search-filters {
    display: none;
}

.cart-voucher {
    background: #fff;
    border: 1px solid #005DAD;
    border-radius: 10px;
    margin: 1rem -15px;
    overflow: hidden;
    padding: 1rem;
    display: inline-block;
}

.cart-voucher .alert-danger {
    display: none;
    margin-top: .5rem;
    margin-bottom: 0;
}

.promo-discounts {
    padding: 0;
}
.promo-code {
    padding-bottom: .5rem;
}