﻿/*
    - Body
    - Home Banner
    - Routes to Market
    - CheckOut Pages
    - Table with Divs
*/

/* BODY */
body {
    color: #122632 !important;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    overflow-x: hidden;
    /*margin-top: 70px!important;*/
}

body a {
    color: #333333;
    text-decoration: none !important;
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
    color: #FFFFFF !important
}

.container {
    width: 90%!important;
}

@media (min-width: 768px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 100% !important;
    }
}

@media (min-width: 1232px) {
    .container {
        width: 90% !important;
    }
}
/* HOME BANNER */
#PnlImgBanner {
    height: auto;
}

.form-control::-moz-placeholder {
    font-size: 14px !important;
}

.form-control:-ms-input-placeholder {
    font-size: 14px !important;
}

.form-control::-webkit-input-placeholder {
    font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    margin-bottom: 0px;
    font-weight: 700 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff!important;
}

.nav > li.disabled > a > h4 {
    color: #999999;
}

.nav > li.disabled > a > p {
    color: #999999;
}

.list-group-item-heading {
    color: #CD0954;
}

.list-group-item-text {
    color: #CD0954;
    font-weight:400;
}
 
.group-item-request {
    color: #000000 !important;
}

.group-item-request:hover {
    color: #CD0954 !important;
}

.group-item-request-active {
    color: #CD0954 !important;
    font-weight: 700 !important;
}

.nav > li.active > a > h4 {
    color: #FFF;
}

.nav > li.active > a > p {
    color: #FFF;
}

h1 {
    font-size: 30px !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

p > a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
a:focus {
    outline: none !important;
}
a:link, a:visited {
    text-decoration: none !important;
    text-transform: none !important;
}

a:hover {
    text-decoration: none !important;
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
    text-transform: none !important;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.title-page {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}

    .title-page span {
        color: #009b3a;
    }

.hr-separetor {
    border-color: #20372a;
    border-width: 5px;
    max-width: 50px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited {
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.modal-title, .modal-body p {
    color: #2f130b;
    text-align: left;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link {
    color: white;
}

.loginDisplay a:visited {
    color: white;
}

.loginDisplay a:hover {
    color: white;
}

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.portfolio-item {
    margin-bottom: 25px;
}

.darkGrey {
    background: #cccccc none repeat scroll 0 0;
}

.darkWhite {
    background: #ffffff none repeat scroll 0 0;
}

.NoBorder {
    border: none !important;
}

#owl-example .item {
    color: #fff;
    margin: 10px;
    text-align: center;
    min-height: 170px;
}

.category-post {
    position: absolute;
    z-index: 1;
    right: 15px;
}

.category-post-listview {
    position: absolute;
    z-index: 1;
    width: 25px;
    margin-left: 20px;
}

.thumbnail img {
    width: 100%;
}

.img-brand {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.ratings {
    color: #d17581;
    padding-left: 10px;
    padding-right: 10px;
}

.spacing {
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 20px;
}

[mag-theme="default"][mag-position-event="move"] {
    cursor: crosshair;
}

.magnify {
    position: relative;
    cursor: none;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 175px;
    height: 175px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.bs-example {
    margin: 0 -15px 15px;
    padding: 15px 15px 15px;
    position: relative;
}

.txtGeneral-Black {
    color: #000000;
}

.table-align {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    vertical-align: middle;
}

.shortDescCat {
    color: #5a5a5a;
}

.fa:focus {
    outline: none!important;
}
.fa.fa-heart {
    color: #CD0954;
}

.fa.fa-clone.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.fa.fa-clone.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-trash.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-trash.table-align:hover {
    color: #CD0954 !important;
}

.fa.fa-spinner.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.fa.fa-spinner.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-trash.table-align.white {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-trash.table-align.white:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-edit.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-edit.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-user.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-user.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-print.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-print.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-edit.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-edit.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-share-alt.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-share-alt.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-pencil.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-pencil.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-eye-open.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-eye-open.table-align:hover {
    color: #CD0954 !important;
}

.fa.fa-paper-plane.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.fa.fa-paper-plane.table-align:hover {
    color: #CD0954 !important;
}


.glyphicon.glyphicon-refresh.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-refresh.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-off.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-off.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-repeat.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-repeat.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-ok.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-ok.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-remove.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-remove.table-align:hover {
    color: #CD0954 !important;
}

.fa.fa-file-pdf-o.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.fa.fa-file-pdf-o.table-align:hover {
    color: #CD0954 !important;
}

.fa.fa-file-video-o.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.fa.fa-file-video-o.table-align:hover {
    color: #CD0954 !important;
}

.fa.fa-file-image-o.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.fa.fa-file-image-o.table-align:hover {
    color: #CD0954 !important;
}

.glyphicon.glyphicon-search.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.glyphicon.glyphicon-search.table-align:hover {
    color: #CD0954 !important;
}

.fa.fa-cogs.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.fa.fa-cogs.table-align:hover {
    color: #CD0954 !important;
}

.fa.fa-list.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.fa.fa-list.table-align:hover {
    color: #CD0954 !important;
}

.fa.fa-cube.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.fa.fa-cube.table-align:hover {
    color: #CD0954 !important;
}

.col-sm-4.col-lg-4.col-md-4 > a {
    text-decoration: none;
}

.login .content .control-group {
    margin-bottom: 20px !important;
}

.control-group {
    margin-bottom: 10px;
}

.login .content .control-group {
    margin-bottom: 20px !important;
}

.control-group {
    margin-bottom: 10px;
}

.login .content .forget-password {
    margin-top: 25px;
}

.login .content .input-icon .m-wrap {
    margin: 0 !important;
}

.login .content .m-wrap {
    background-color: #fff;
    width: 350px;
}

.input-icon.left input {
    padding-left: 33px !important;
}

.menu-active a {
    color: #e7e7e7 !important;
    background-color: transparent;
}

.menu-active-hover {
    background-color: #e7e7e7;
}

.nav.navbar-nav.navbar-right a {
    display: inline-block;
}

.nav.navbar-nav.navbar-right span {
    display: inline-block;
}

.navbar-nav > li > a {
    cursor: pointer;
    padding-bottom: 23px !important;
    padding-top: 24px !important;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.center {
    text-align: center;
}

.iconsBtnHome {
    color: #ccc;
    font-size: 3em;
    margin-top: 7px;
}

.txtBtnHome {
    margin-top: 7px;
    text-align: center;
    font-size: 16px;
}

.control-group > label {
    color: #fff;
}

.form-actions > label {
    color: #fff;
}

.forget-password > h4 {
    color: #122632;
}

.content > .form-title {
    color: #fff !important;
}

.form-title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.forget-password > h4, p {
    color: #122632;
}

.dropdown-menu {
    z-index:1500!important;
}

.dropdown-menu > li > a {
    color: #000000 !important;
}

    .dropdown-menu > li > a:hover {
        background-color: #ad9840 !important;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #CD0954 !important;
    color: #FFF !important;
}

.btnnavactive {
    cursor: inherit;
    padding-bottom: 23px !important;
    padding-top: 24px !important;
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    line-height: 20px;
    background-color: #CD0954;
    color: #fff;
}

.white {
    color: #FFF !important;
}

.redCarlsberg {
    color: #cf2120;
}

.btn-toolbar .btn-group {
    float: right !important;
    /*margin-bottom: 11px;*/
}

.border {
    border: 1px solid #163b37;
    border-radius: 4px;
    background-color: #ffffff;
}

.dropdown-menu a {
    width: 100%;
}

.dropdown-toggle {
    width: 100%;
}

.previousPaginator {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    float: left;
    line-height: 1.42857;
    padding: 6px 12px;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;
    color: #011b3c;
}

    .previousPaginator:hover {
        background-color: #eeeeee;
    }

.nextPaginator {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 0;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    float: left;
    line-height: 1.42857;
    padding: 6px 12px;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;
    color: #011b3c;
}

    .nextPaginator:hover {
        background-color: #eeeeee;
    }

.numberPaginator {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    float: left;
    line-height: 1.42857;
    padding: 6px 12px;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;
    color: #011b3c;
}

    .numberPaginator:hover {
        background-color: #eeeeee;
    }

.numberPaginatorActive {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    float: left;
    line-height: 1.42857;
    padding: 6px 12px;
    position: relative;
    text-decoration: none !important;
    cursor: default;
    color: #011b3c;
}

.form-control2 {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2f130b;
    font-size: 16px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    text-align: center;
}

.productHeight {
    min-height: 250px;
    /*margin:15px;*/
    vertical-align: middle !important;
}

.opacity {
    opacity: 0.4;
}

    .opacity:hover {
        opacity: 1;
    }

.opacityDisabled {
    opacity: 0.4;
}

.opacityActive {
    opacity: 1;
}

.borderHover:hover {
    border: 1px solid #a5a5a5 !important;
}

.productHeight img {
    width: auto;
    max-width: 100%;
    max-height: 150px !important;
}

.historicalDataHeight {
    min-height: 280px;
    vertical-align: middle !important;
}

    .historicalDataHeight img {
        width: auto;
        max-width: 100%;
        max-height: 180px !important;
    }

.product_min {
    min-height: 165px;
}

.input-inline {
    display: inline-block !important;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2f130b;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 15%;
}

.form-inline {
    display: inline-block;
}

.my-content div {
    background-color: #f5f5f5;
    height: 600px;
}

@media (max-width: 992px) {

    .img-brand {
        display: none;
    }

    .categories tr {
        float: left;
        margin-right: 30px;
    }
}

.heading {
    color: inherit;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
    color: #000000;
    font-size: 16px;
}

.headingTables {
    color: inherit;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
    color: #afafaf;
    font-size: 14px;
    font-weight: 700;
}

.forum.table > tbody > tr > td {
    vertical-align: middle;
}

.OrderPrintRight {
    display: inline-block;
    float: right;
}

.OrderNumberLeft {
    display: inline-block;
}

.OrderPrintRight .glyphicon.glyphicon-print {
    color: #000000;
}

.OrderPrintRight:hover .glyphicon.glyphicon-print:hover {
    color: #009e3a;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.btn-login {
    background-color: transparent;
    border: 2px solid #FFFFFF !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 15px !important;
}

    .btn-login:hover {
        background-color: #CD0954;
        border: 2px solid #CD0954 !important;
        color: #FFFFFF !important;
    }

.btn-Addcart {
    cursor: pointer;
    background: #CD0954;
    border-radius: 3px;
    margin-left: 14px;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    color: #fff !important;
    line-height: 61px;
    transition: background .5s ease;
    border: none;
    font-weight: 300;
}

    .btn-Addcart:hover {
        opacity:0.8;
    }

input, button, select, textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.login-logo {
    margin: 30px auto;
}
.logo-nav {
    margin-top: 3px;
    height: auto;
    width: auto;
    max-height: 70px;
    max-width: 220px;
}
.brown {
    color: #979076;
}

.nav a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    cursor: pointer;
    cursor: pointer;
}

.nav.nav-tabs li a {
    font-size: 16px !important;
}

.default-title {
    margin-top: 0px !important;
}

.breadcrumb {
    background-color: transparent !important;
    margin-top: 10px;
    padding: 8px 0px !important;
}

    .breadcrumb a {
        font-weight: 700;
    }

    .breadcrumb > .active {
        font-weight: 700;
        color: #CD0954 !important;
    }

.element {
    width: 100%;
    display: table;
    margin: 10px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .element h1 {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        background: #20372a;
        border: 5px solid #20372a;
        color: #fff;
        font-size: 30px;
        padding: 5px;
        vertical-align: bottom;
    }

    .element img {
        display: table-cell;
    }

.element_white {
    width: 100%;
    display: table;
    margin: 10px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .element_white h1 {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        background: #20372a;
        border: 5px solid #20372a;
        color: #fff;
        font-size: 30px;
        padding: 5px;
        vertical-align: bottom;
    }

    .element_white img {
        display: table-cell;
    }

.cover-img {
    height: auto;
}

.object-fit {
    object-fit: cover;
    object-position: 0 40%;
}

.arrow_box {
    position: relative;
    background: #20372a;
    border: 4px solid #20372a;
    min-width: 200px;
    z-index: 1;
    padding-bottom: 40px !important;
}

    .arrow_box:after, .arrow_box:before {
        left: 100%;
        top: 70%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-left-color: #20372a;
        border-width: 20px;
        margin-top: -20px;
    }

    .arrow_box:before {
        border-left-color: #20372a;
        border-width: 20px;
        margin-top: -20px;
    }

.arrow_box_white {
    position: relative;
    background: #20372a;
    border: 4px solid #fff;
    min-width: 200px;
    z-index: 1;
    padding-bottom: 40px !important;
}

    .arrow_box_white:after, .arrow_box_white:before {
        left: 100%;
        top: 70%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box_white:after {
        border-left-color: #20372a;
        border-width: 20px;
        margin-top: -20px;
    }

    .arrow_box_white:before {
        border-left-color: #20372a;
        border-width: 20px;
        margin-top: -20px;
    }

.hr-green {
    border: 1px solid #009e3a;
    margin: 0;
}

.hr-grey {
    border: 1px solid #2f130b;
    margin: 0;
}

.hr-light {
    border: 1px solid #eeeeee;
}

.hr-greyLight {
    border: 1px solid #cccccc;
    margin: 0;
}

.hr-white {
    border: 1px solid #ffffff;
    margin-top: 20px;
    opacity: 0.5;
}

.hr-custom {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    border-color: #ddd;
}

.ProductCat-title {
    font-size: 14px;
    color: #2f130b;
    font-weight: 700;
}

.panel-filter {
    border: none !important;
}

.panel {
    box-shadow: none !important;
}

.Filter-title {
    font-size: 16px;
    color: #2f130b;
    font-weight: 700;
}

.Page-title {
    font-size: 34px;
    color: #2f130b;
    font-weight: 700;
    padding-top: 0px !important;
}

p {
    padding: 0px !important;
    margin: 0px !important;
    line-height: 1.6 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
}

.lbDescription {
    padding: 0px !important;
    margin: 0px !important;
    line-height: normal;
    font-family:'Roboto', sans-serif;
    font-size: 14px !important;
}

.ProductCat-shortdesc {
    font-size: 14px;
    color: #2f130b;
    text-align: center;
}

.category-red {
    color: #CC0B10;
}

.category-green {
    color: #00953A;
}

.divZoomimg {
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgZoomImg-white {
    background-color: #fff;
}

.owl-carousel .item {
    background: #fff none repeat scroll 0 0;
}

.frameworkProduct {
    background-color: #FFF;
}

.owl-item {
    width: 270px !important;
    background-color: #FFF;
    margin-right: 20px;
}

.selectors {
    padding-top: 10px;
    z-index: 1;
}

.catColor-amenities {
    color: #4b1771;
}

.hr-amenities {
    border: 1px solid #4b1771;
    margin: 0;
}

.catColor-brandVisibilityOutdoor {
    color: #f6be00;
}

.hr-brandVisibilityOutdoor {
    border: 1px solid #f6be00;
    margin: 0;
}

.catColor-brandVisibilityIndoor {
    color: #3969a2;
}

.hr-brandVisibilityIndoor {
    border: 1px solid #3969a2;
    margin: 0;
}

.catColor-prodVisibility {
    color: #c10000;
}

.hr-prodVisibility {
    border: 1px solid #c10000;
    margin: 0;
}

.catColor-beerService {
    color: #6fa734;
}

.hr-beerService {
    border: 1px solid #6fa734;
    margin: 0;
}

.catColor-staffUniform {
    color: #818181;
}

.hr-staffUniform {
    border: 1px solid #818181;
    margin: 0;
}

.catColor-functionalFurniture {
    color: #7c3400;
}

.hr-functionalFurniture {
    border: 1px solid #7c3400;
    margin: 0;
}

.swipe_accortion {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    overflow: hidden;
}

    .swipe_accortion .section_links {
        width: 100%;
        height: 100%;
    }

        .swipe_accortion .section_links .section {
            width: 42px;
            height: 100%;
            float: left;
            padding: 0 5px;
            position: relative;
        }

            .swipe_accortion .section_links .section .headers {
                position: absolute;
                left: 0;
                width: 42px;
                height: 480px;
                padding: 0;
                margin: 0;
                background: #CD0954;
                color: #000000;
                white-space: nowrap;
                overflow: hidden;
                cursor: pointer;
            }

                .swipe_accortion .section_links .section .headers span {
                    width: 0;
                    display: inline-block;
                    position: absolute;
                    left: 42px;
                    -webkit-transform: translate(-3px) rotate(90deg);
                    -o-transform: translate(-3px) rotate(90deg);
                    transform: translate(-3px) rotate(90deg);
                }

            .swipe_accortion .section_links .section .section_container {
                display: none;
                height: 100%;
                width: 100%;
                margin: 0;
                overflow: auto;
            }

                .swipe_accortion .section_links .section .section_container img {
                    height: auto;
                    width: auto;
                    max-width: 100%;
                }

            .swipe_accortion .section_links .section.active {
            }

.section.active {
    margin: 2px;
}

.section {
    margin: 2px;
}

.swipe_accortion .section_links .section.active .headers {
    background: #CD0954;
    color: #000000;
    width: 42px;
}

.swipe_accortion .section_links .section.active .section_container {
    display: block;
}

.swipe_accortion .section_links .section.active.closing .headers {
    background: #CD0954;
    color: #000000;
    width: 42px;
}

.panel-title a {
    color: #2f130b !important;
}

    .panel-title a span {
        color: #2f130b !important;
    }

.panel-title-horizontal {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-title-horizontal {
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top 0;
}

    .panel-title-horizontal a {
        float: right;
        padding: 10px 20px;
        text-decoration: none;
    }

    .panel-title-horizontal > a {
        color: inherit;
    }

.section_container {
    padding: 15px 15px 15px 55px;
}

.full_width_test {
    width: 100%;
    height: 100%;
}

#main {
    height: 100%;
    min-width: 100%;
    margin-top: 0;
}

.filterOrders label {
    font-weight: normal !important;
}

.swipe_accortion .section {
    height: 480px !important;
}

.hover-cap-4col .slidedown {
    position: relative;
    overflow: hidden;
}

.slideDownCaption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
}

    .slideDownCaption p {
        color: #fff;
        padding: 10px;
        font-size: 16px;
    }

.tablesorter .filtered {
    display: none;
}

.lblSize {
    display: block;
    text-align: center;
}

.tablesorter .filtered {
    display: none;
}

.tablesorter-filter.form-control.disabled {
    display: none;
}

.btn-customer {
    background-color: #FFF !important;
    border-color: #CD0954 !important;
    color: #CD0954!important;
}

.btn-customer:hover {
    background-color: #CD0954 !important;
    border-color: #CD0954 !important;
    color: #fff!important;
}

.btn-customer.active {
    background-color: #CD0954 !important;
    border-color: #CD0954 !important;
    color: #fff!important;
}

.btn-page {
    background-color: transparent;
    border: none;
    border-radius: 4px;
    color: #000000;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 3px 8px;
    font-size: 12px;
}

    .btn-page:hover {
        color: #CD0954;
    }

.pagedisplay {
    color: #CD0954;
}

.img-responsive-login {
    height: auto;
    max-width: 100%;
}

.page-header {
    text-decoration: underline;
}

.modal-content iframe {
    margin: 0 auto;
    display: block;
}

.ce-countdown--theme-3 {
    /*color: #2f130b;*/
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    font-size: 0;
    font-weight: 700;
}

.ce-col {
    text-align: center;
}

.ce-countdown--theme-3 .ce-col + .ce-col {
    border-left: 1px solid #CD0954;
}

.ce-countdown--theme-3 .ce-col {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 5px;
    width: 3em;
}

.ce-countdown--theme-3 .ce-days-label,
.ce-countdown--theme-3 .ce-hours-label,
.ce-countdown--theme-3 .ce-minutes-label,
.ce-countdown--theme-3 .ce-seconds-label,
.ce-countdown--theme-3 .ce-dseconds-label,
.ce-countdown--theme-3 .ce-mseconds-label {
    /*color: #2f130b;*/
    color: #000;
    display: block;
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
}

@media all and (max-width: 800px) {
    .ce-countdown--theme-3 .ce-col {
        font-size: 18px;
        width: 3em;
    }

    .ce-countdown--theme-3 .ce-days-label,
    .ce-countdown--theme-3 .ce-hours-label,
    .ce-countdown--theme-3 .ce-minutes-label,
    .ce-countdown--theme-3 .ce-seconds-label,
    .ce-countdown--theme-3 .ce-dseconds-label,
    .ce-countdown--theme-3 .ce-mseconds-label {
        font-size: 9px;
    }
}

.lead {
    color: #000000;
    font-weight: 700;
}

.element-countdown {
    text-align: center;
}

@media all and (max-width: 1200px) {
    .element-countdown .ce-col {
        font-size: 20px;
        width: 3.2em;
    }

    .element-countdown .ce-days-label,
    .element-countdown .ce-hours-label,
    .element-countdown .ce-minutes-label,
    .element-countdown .ce-seconds-label,
    .element-countdown .ce-dseconds-label,
    .element-countdown .ce-mseconds-label {
        font-size: 12px;
    }
}

.tablesorter-filter.selectpicker.disabled {
    visibility: hidden;
}

.panel-heading.bgGrey {
    background-color: #ccc;
}

.panel-body.bgWhite {
    background-color: #fff;
}

.link-resgistered a {
    color: #fff !important;
}

.quick-button {
    margin-bottom: 15px;
}

.vertical-align {
    vertical-align: middle !important;
}

.nav-pills li a {
    font-weight: 700 !important;
}

#MainContent_rblMarkets td {
    width: 30%;
}

.centered {
    text-align: center;
    font-size: 0;
}

    .centered > div {
        float: none;
        display: inline-block;
        text-align: left;
    }

.container.body-content {
    margin-top: 30px;
}

.btn-danger {
    color: #ffffff !important;
}

.btn-next {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .btn-next:hover,
    .btn-next:focus,
    .btn-next:active,
    .btn-next.active,
    .open .dropdown-toggle.btn-next {
        color: #ffffff !important;
        background-color: #449d44;
        border-color: #449d44;
    }

    .btn-next:active,
    .btn-next.active,
    .open .dropdown-toggle.btn-next {
        background-image: none;
    }

    .btn-next.disabled,
    .btn-next[disabled],
    fieldset[disabled] .btn-next,
    .btn-next.disabled:hover,
    .btn-next[disabled]:hover,
    fieldset[disabled] .btn-next:hover,
    .btn-next.disabled:focus,
    .btn-next[disabled]:focus,
    fieldset[disabled] .btn-next:focus,
    .btn-next.disabled:active,
    .btn-next[disabled]:active,
    fieldset[disabled] .btn-next:active,
    .btn-next.disabled.active,
    .btn-next[disabled].active,
    fieldset[disabled] .btn-next.active {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

/*.glyphicon.glyphicon-plus {
    color:#2f130b!important;
}

.glyphicon.glyphicon-plus:hover {
    color:#2f130b!important;
}*/

.glyphicon.glyphicon-minus {
    color: #2f130b !important;
}

    .glyphicon.glyphicon-minus:hover {
        color: #2f130b !important;
    }

.lblOW.txtGeneral-Black {
    font-size: 14px;
    font-weight: 500;
}

.hr-grey {
    color: #d1d1d1;
}

.nav.navbar-nav {
    margin-left: 5px;
}

.accordion-toggle.white {
    color: #FFF !important;
}

.glyphicon.glyphicon-plus.white {
    color: #FFF !important;
}

.btn.btn-default-active.glyphicon.glyphicon-th:hover {
    color: #000000 !important;
}

.dropdown.dropdown-submenu.pull-left {
    width: 100%;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #2f130b;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            right: -100%;
            left: 100% !important;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.progressBarLoading {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 3000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container.progressBarContent {
    width: 100%;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.nav .dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.nav .dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.wbsBlack, .wbsOrange, .wbsGreen {
    width: 30px !important;
    height: auto;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin: 0 !important;
}


.ddlDelivery .dropdown-menu.open {
    max-height: 250px !important;
    max-width: 335px !important;
    overflow-y: scroll !important;
    overflow-x: scroll !important;
}

.ddlDelivery .dropdown-menu.inner {
    /*max-height:200px!important;
    max-width:390px!important;*/
}

.btn-group.bootstrap-select.input-group-btn {
    width: 100%;
}

#MainContent_rblReportsConfig label {
    font-weight: 400 !important;
}

.tree-toggler.nav-header {
    color: #000000;
}

.tree-toggler.nav-header {
    width: 100%;
}

.tree-toggler.nav-header span {
    float: right;
}


.hrLight {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #000;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.hrDark {
    background-color: #2f130b;
    border-color: #2f130b;
    color: #2f130b;
}

.nav-list.tree .subelement {
    color: #2f130b !important;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

    .nav-list.tree .subelement:hover {
        color: #999999 !important;
        font-weight: 400;
        font-size: 14px;
        cursor: pointer;
    }

.nav-list.tree {
    margin-left: -20px;
    margin-top: 5px;
}

#tableRoles .tablesorter-childRow {
    background-color: #f1f1f1;
}

.tree-toggler.nav-header.BransFilter {
    font-weight: 700;
}

.disabled-pointer {
    pointer-events: painted !important;
}



.favourite-icon {
    color: #999999;
}

.to {
    background-color: transparent !important;
    border: medium none !important;
}

.favourite-delivery {
    color: #dddddd !important;
}

    .favourite-delivery:hover {
        color: #CD0954 !important;
    }

.favourite-delivery-active {
    color: #CD0954;
}

    .favourite-delivery-active:hover {
        color: #DDD !important;
    }

.disabled-pointer {
    pointer-events: painted !important;
}

.btn.dropdown-toggle.disabled.btn-default {
    background-color: #eeeeee;
    border-color: #cccccc;
}

.loadmore {
    background-color: #f1f1f1;
}

.statusApproveOrders {
    display: inline-block;
    margin: 0 !important;
    vertical-align: top;
}

.legendSquare {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.FilterListView {
    color: #FFF !important;
    background-color: #CD0954 !important;
}

.btn-disabled {
    background-color: #e48d8a;
    border-color: #d43f3a;
    color: #ffffff;
}

.txt-muted-margin {
    margin-left: 25px;
}

.fc-day-header span {
    color: #2f130b;
}

.fc-day-number {
    color: #2f130b !important;
}

.fc-view-container {
    background-color: #fff;
}

.fc-widget-header span {
    color: #2f130b !important;
}

.fc-list-item-time.fc-widget-content {
    color: #2f130b !important;
}

.fc-list-item-title.fc-widget-content {
    color: #2f130b !important;
}

.fc-center h2 {
    color: #2f130b;
}

.fc-unthemed .fc-list-empty {
    color: #2f130b;
    font-weight: 700;
}

.calendarEvent {
    cursor: pointer;
}

.fc-time {
    display: none;
}

.txtGeneral-Black.divClientFilters {
    font-size: 11px;
}

.elementDisabled {
    cursor: not-allowed !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background-color: #eeeeee !important;
    border: 1px solid #cccccc !important;
    color: #000000 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.fa-1 {
    font-size: 1.5em !important;
}

.dateCounter {
    font-weight: 700;
    margin-bottom: 0 !important;
    color: #999999 !important;
}

.lbl_error {
    color: red;
    padding-left: 0px !important;
}

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #CD0954;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #ba6883;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #CD0954;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

.progress-bar {
    text-align: left;
    white-space: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .progress-bar > .progress-type {
        padding-left: 10px;
    }

.progress-meter {
    min-height: 15px;
    border-bottom: 2px solid rgb(160, 160, 160);
}

    .progress-meter > .meter {
        position: relative;
        float: left;
        min-height: 15px;
        border-width: 0px;
        border-style: solid;
        border-color: rgb(160, 160, 160);
    }

    .progress-meter > .meter-left {
        border-left-width: 2px;
    }

    .progress-meter > .meter-center {
        border-left-width: 2px;
    }

    .progress-meter > .meter-right {
        float: right;
        border-right-width: 2px;
    }

        .progress-meter > .meter-right:last-child {
            border-left-width: 2px;
        }

    .progress-meter > .meter > .meter-text {
        position: absolute;
        display: inline-block;
        bottom: -20px;
        width: 100%;
        font-weight: 700;
        font-size: 0.85em;
        color: rgb(160, 160, 160);
        text-align: left;
    }

    .progress-meter > .meter.meter-right > .meter-text {
        text-align: right;
    }

    .progress-meter > .meter.meter-left > .meter-text {
        text-align: left;
    }

    .progress-meter > .meter.meter-center > .meter-text {
        text-align: center;
    }

.bar-step {
    position: absolute;
    margin-top: -20px;
    z-index: 1;
    font-size: 12px;
}

.label-txt {
    float: left;
}

.label-line {
    float: right;
    background: #a0a0a0;
    height: 50px;
    width: 2px;
    margin-left: 5px;
}

.label-percent {
    float: right;
    margin-left: 5px;
}

.nav > li.disabled > a {
    color: #999999 !important;
}

    .nav > li.disabled > a > h4 {
        color: #999999 !important;
    }

    .nav > li.disabled > a > p {
        color: #999999 !important;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #CD0954 !important;
    color: #ffffff !important;
    margin-bottom: 15px;
}

.list-group-item-heading {
    color: #CD0954;
}

.list-group-item-text {
    color: #CD0954;
}

.nav > li.active > a > h4 {
    color: #FFF;
}

.nav > li.active > a > p {
    color: #FFF;
}

.file {
    visibility: hidden;
    position: absolute;
}

.spinner {
    width: 100px;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.request_disabled {
    cursor: no-drop;
}

    .request_disabled img {
        opacity: 0.6;
    }

    .request_disabled h4 {
        color: #ddd;
    }

    .request_disabled label {
        color: #ddd;
    }

.icon_disabled {
    cursor: no-drop;
    opacity: 0.5;
}

ul.nav-wizard {
    background-color: #f9f9f9;
    /*border: 1px solid #d4d4d4;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    *zoom: 1;
    position: relative;
    overflow: hidden;
}

    ul.nav-wizard:before {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 46px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard:after {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 138px;
        height: 47px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
        z-index: 11;
        content: " ";
    }

    ul.nav-wizard li {
        position: relative;
        float: left;
        height: 46px;
        display: inline-block;
        text-align: middle;
        padding: 0 20px 0 30px;
        margin: 0;
        font-size: 16px;
        line-height: 46px;
    }

        ul.nav-wizard li a {
            color: #468847;
            padding: 0;
            text-align: center;
            margin: 15px;
        }

            ul.nav-wizard li a:hover {
                background-color: transparent;
            }

        ul.nav-wizard li:before {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #d4d4d4;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -16px;
        }

        ul.nav-wizard li:after {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #f9f9f9;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -15px;
        }

        ul.nav-wizard li.active {
            color: #3a87ad;
            background: #CD0954;
        }

            ul.nav-wizard li.active:after {
                border-left: 16px solid #CD0954;
            }

            ul.nav-wizard li.active a,
            ul.nav-wizard li.active a:active,
            ul.nav-wizard li.active a:visited,
            ul.nav-wizard li.active a:focus {
                color: #3a87ad;
                background: #CD0954;
            }

    ul.nav-wizard .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard .active ~ li a,
        ul.nav-wizard .active ~ li a:active,
        ul.nav-wizard .active ~ li a:visited,
        ul.nav-wizard .active ~ li a:focus {
            color: #999999;
            background: #ededed;
        }

    ul.nav-wizard.nav-wizard-backnav li:hover {
        color: #468847;
        background: #f6fbfd;
    }

        ul.nav-wizard.nav-wizard-backnav li:hover:after {
            border-left: 16px solid #f6fbfd;
        }

        ul.nav-wizard.nav-wizard-backnav li:hover a,
        ul.nav-wizard.nav-wizard-backnav li:hover a:active,
        ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
        ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
            color: #468847;
            background: #f6fbfd;
        }

    ul.nav-wizard.nav-wizard-backnav .active ~ li {
        color: #999999;
        background: #ededed;
    }

        ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
            border-left: 16px solid #ededed;
        }

        ul.nav-wizard.nav-wizard-backnav .active ~ li a,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
        ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
            color: #999999;
            background: #ededed;
        }

.btn-summary {
    background-color: #ffffff;
    color: #CD0954;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}

    .btn-summary:hover {
        background-color: #eee;
    }

.btn-next.disabled, .btn-next[disabled], fieldset[disabled] .btn-next, .btn-next.disabled:hover, .btn-next[disabled]:hover, fieldset[disabled] .btn-next:hover, .btn-next.disabled:focus, .btn-next[disabled]:focus, fieldset[disabled] .btn-next:focus, .btn-next.disabled:active, .btn-next[disabled]:active, fieldset[disabled] .btn-next:active, .btn-next.disabled.active, .btn-next.active[disabled], fieldset[disabled] .btn-next.active {
    color: #FFF !important;
    cursor: not-allowed !important;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: inherit !important;
}

/* LOGIN PAGE */
@media (min-width: 991px) and (max-width: 1108px) {
    .register-link-padding {
        margin-bottom: 35px;
    }
}

@media (min-width: 1109px) {
    .register-link-padding {
        margin-bottom: 25px;
    }
}


/* END LOGIN PAGE*/

/************************************* EDITOR STYLES *************************************/

.Editor-container {
    margin-top: 10px;
    font-family: Gotham, 'Roboto', sans-serif;;
    color: #000000 !important;
}

#menuBarDiv, #statusbar {
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

#menuBarDiv {
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    min-height: 25px;
    padding: 5px 0;
}

    #menuBarDiv div:first-child {
        margin-left: 3px;
    }

    #menuBarDiv .dropdown {
        float: left;
    }

    #menuBarDiv .dropdown-toggle {
        font-size: 14px;
    }

        #menuBarDiv .dropdown-toggle .caret {
            margin-left: 5px;
            border-top-color: #999;
        }

    #menuBarDiv a.btn {
        position: relative;
        margin-bottom: 3px;
    }

#paletteCntr {
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: auto;
    margin-bottom: 10px;
}

#statusbar {
    min-height: 30px;
    border-radius: 0 0 3px 3px;
    border-top: none;
    line-height: 30px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

    #statusbar .label {
        float: right;
        margin: 6px 10px 0 0;
        background: #BBB;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
        padding: 2px 4px;
        font-size: 11.844px;
        line-height: 14px;
    }

.Editor-editor {
    height: 300px;
    padding: 1%;
    border: 1px solid #EEE;
    border-radius: 0;
    word-wrap: break-word;
}

#paletteCntr ul {
    width: 145px;
    float: left;
    z-index: 999;
    margin: 0 10px;
}

#paletteCntr li {
    cursor: pointer;
    display: block;
    height: 16px;
    float: left;
    margin: 0;
    padding: 0;
    width: 16px;
    margin: 1px;
}

    #paletteCntr li div {
        text-align: left;
        margin: 0;
        font-size: 12px;
    }

div.activeColour {
    position: absolute;
    display: inline;
    left: 0;
    top: 30px;
    background: #E8E8E8;
    padding-bottom: 10px;
    z-index: 10000;
}

#colorpellete, #bg_colorpellete {
    float: left;
}

.bg_activeColour {
    position: absolute;
    display: inline;
    float: left;
}

.specialCntr {
    background-color: #E8E8E8 !important;
    display: inline;
    position: absolute;
    width: 176px;
    top: 30px;
    left: 0;
}

    .specialCntr ul {
        float: left;
        margin: 10px;
        white-space: normal;
        -webkit-padding-start: 0px;
        -moz-padding-start: 0px;
    }

        .specialCntr ul li {
            list-style: none;
            float: left;
            font-size: 12px;
            width: 20px;
            height: 20px;
            background: #FFF;
            margin: 3px;
            color: #000000;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
        }

            .specialCntr ul li:hover {
                background: #666;
                color: #FFF;
            }

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.on {
    display: block;
    position: relative;
}

.fullscreen {
    position: fixed;
    background: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
}

    .fullscreen #statusbar {
        position: fixed;
        bottom: 0;
        border-top: 1px solid #DDD;
    }

    .fullscreen #contentarea {
        border: none;
    }

.nav-customer {
    background-color: #FFF !important;
    border-color: #FFF !important;
}

    .nav-customer .navbar-nav > li > a {
        color: #122632;
    }

        .nav-customer .navbar-nav > li > a:hover {
            color: #CD0954 !important;
        }

.dropdown-menu > li > a:hover {
    background-color: #CD0954 !important;
    color: #fff !important;
}

.navbar-brand {
    padding-top: 0px !important;
    padding-right: 0px !important;
}

.lead {
    font-weight: 700 !important;
    font-size: 16px !important;
}

.table-responsive {
    border: 1px solid #ddd !important;
    margin-bottom: 15px;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin: 0px !important;
    position: relative !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    opacity: 1 !important;
    color: #FFF !important;
    background: #CD0954 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    opacity: 1 !important;
    color: #FFF !important;
    font-weight: 700;
    /*background: transparent!important;*/
    background: #CD0954 !important;
}

.navbar-default {
    background-color: #FFFFFF !important;
}

.pagesize, .gotoPage, tablesorter-filter {
    color: #999;
}

/************************************* BOOTSTRAP TABLE CONTROL *************************************/
.th-inner {
    color: #000;
}

.fixed-table-container {
    border: none !important;
}

    .fixed-table-container thead th {
        border-left: none !important;
    }

    .fixed-table-container tbody td {
        border-left: none !important;
    }

.fht-cell {
    border-top: 2px solid #ddd;
}

.filterControl {
    padding: 10px !important;
}

    .filterControl input {
        margin: 0px !important;
    }

.radio label, .checkbox label {
    padding-left: 0px !important;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: top !important;
}

.th-inner {
    min-height: 40px;
}

.pagination-info {
    color: #000000 !important;
}

.fixed-table-pagination {
    padding: 10px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #CD0954 !important;
    border-color: #CD0954 !important;
    color: #FFF !important;
}

.filter-control select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin: 0px !important;
}

.radio, .checkbox {
    margin: 0px !important;
}

.bg-warning {
    background-color: #CD0954 !important;
}


.filter-group {
    margin-bottom: 0;
}

.list-group-item {
    cursor: pointer;
    text-decoration: none;
    border-top: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
    border-left: none !important;
    border-right: none !important;
}

.link-request {
    color: #000000 !important;
}

.sublink-request {
    color: #000000 !important;
}

    .sublink-request:hover {
        color: #CD0954 !important;
    }

.sublink-request-active {
    color: #CD0954 !important;
}

.link-request-active {
    font-weight: 700 !important;
    color: #CD0954 !important;
}

.sublist-request {
    background-color: #f1f1f1 !important;
}

.list-request:hover {
    background-color: #f1f1f1;
}

.list-request-active {
    background-color: #f1f1f1 !important;
}

.list-group-item-collapse {
    background-color: #f1f1f1 !important;
    text-decoration: none !important;
}

.list-group-item .sub {
    border: none !important;
}

.list-group-item a {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.list-group {
    margin-top: 5px;
    margin-bottom: 5px !important;
}

.product-bg {
    height: 90px;
    background-position: 0 50%;
    background-size: 100% auto;
    display: block;
}

.landing2-bg {
    height: 200px;
    max-height: 320px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product-data-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto auto auto auto;
}

.product-layout {
    width: 272px;
    /* justify-self: center; */
}

@media (max-width: 597px) {
    .product-data-grid {
        grid-template-columns: auto;
    }
}

@media (min-width: 598px) and (max-width: 854px) {
    .product-data-grid {
        grid-template-columns: auto auto;
    }
}

@media (min-width: 855px) and (max-width: 992px) {
    .product-data-grid {
        grid-template-columns: auto auto auto;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*.landing2-bg {
        height: 109px;
    }*/
    .product-data-grid {
        grid-template-columns: auto auto auto;
    }
}
@media (min-width: 1200px) and (max-width: 1329px) {
    /*.landing2-bg {
        height: 110px;
    }*/
    .product-data-grid {
        grid-template-columns: auto auto auto auto;
    }
}
@media (min-width: 1330px) and (max-width: 1459px) {
    /*.landing2-bg {
        height: 124px;
    }*/
    .product-data-grid {
        grid-template-columns: auto auto auto auto;
    }
}

@media (min-width: 1460px) and (max-width: 1557px) {
    /*.landing2-bg {
        height: 141px;
    }*/
    .product-data-grid {
        grid-template-columns: auto auto auto auto;
    }
}
@media (min-width: 1558px) and (max-width: 1600px) {
    .product-data-grid {
        grid-template-columns: auto auto auto auto;
    }
}
@media (min-width: 1600px) and (max-width: 1679px) {
    /*.landing2-bg {
        height: 250px;
    }*/

    .product-data-grid {
        grid-template-columns: auto auto auto auto;
    }
}

.brand-bg {
    /*height: 165px;
    background-position: 0 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block; */
    height: 286px;
    max-height: 286px;
    background-size: 100% 100%;
    display: block;
    border: 1px solid #f6f6f6;
    background-position: center;
    background-repeat: no-repeat;    
}

#CatalogThumbnail .col-sm-12,
#CatalogThumbnail .col-md-3,
#CatalogThumbnail .col-lg-3 {
    margin-bottom: 25px;
}

.banner-bg {
    height: 500px;
    background-position: 0 50%;
    background-size: 100% auto;
    display: block;
}

.product-actions {
    margin-top: 10px;
    margin-bottom: 5px;
}

.product-fields {
    padding-top: 5px;
}

.btn-status {
    border-radius: 100px !important;
}

.status-quoted {
    border: 1px solid #0275d8 !important;
    color: #0275d8 !important;
    background-color: transparent !important;
}

    .status-quoted:hover {
        border: 1px solid #0275d8 !important;
        color: #FFF !important;
        background-color: #0275d8 !important;
    }

.status-confirmed {
    border: 1px solid #5cb85c !important;
    color: #5cb85c !important;
    background-color: transparent !important;
}

    .status-confirmed:hover {
        border: 1px solid #5cb85c !important;
        color: #FFF !important;
        background-color: #5cb85c !important;
    }

.status-draft {
    border: 1px solid #CD0954 !important;
    color: #CD0954 !important;
    background-color: transparent !important;
}

    .status-draft:hover {
        border: 1px solid #CD0954 !important;
        color: #FFF !important;
        background-color: #CD0954 !important;
    }

.status-pendingADM {
    border: 1px solid #f0ad4e !important;
    color: #f0ad4e !important;
    background-color: transparent !important;
}

    .status-pendingADM:hover {
        border: 1px solid #f0ad4e !important;
        color: #FFF !important;
        background-color: #f0ad4e !important;
    }

.status-cancel {
    border: 1px solid #d9534f !important;
    color: #d9534f !important;
    background-color: transparent !important;
}

    .status-cancel:hover {
        border: 1px solid #c9302c !important;
        color: #FFF !important;
        background-color: #c9302c !important;
    }

.fullname {
    color: #14171a !important;
    font-size: 16px;
    font-weight: bold;
}

    .fullname:hover {
        text-decoration: underline !important;
    }

.w-400 {
    font-weight: 400;
}

.briefing-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-type:hover {
    text-decoration: underline !important;
}

.filter-actions {
    margin-bottom: 10px;
}

.product-content {
    padding: 5px;
}


.filter-icon {
    color: #999999 !important;
}

    .filter-icon:hover {
        color: #CD0954 !important;
    }

.filter-icon-active {
    color: #CD0954;
}

.filter-disabled {
    cursor: not-allowed !important;
    color: #999999 !important;
}

.product {
    min-height: 410px !important;
}

.product-catalogue {
    min-height: 270px !important;
}

.opt-product {
    text-align: left !important;
}

.fa-bars-toggle {
    color: #999999;
}

    .fa-bars-toggle:hover {
        color: #CD0954;
    }

    .fa-bars-toggle:focus {
        color: #CD0954;
    }

.txtGeneral-Black.separator {
    border-right: 2px solid #CD0954;
    padding-right: 10px;
}

.program-dates {
    display: inline-block;
}

.dates {
    margin: 0px !important;
    padding-bottom: 0px !important;
}

.filter-list {
    color: #000000;
}

.hide {
    margin-left: -200px;
    transition: all 0.8s ease;
}

.side-menu {
    position: absolute;
    top: 30px;
    background: #eeeeee;
    color: white;
    width: 200px;
    height: 100%;
}

.show-menu {
    margin-left: 0 !important;
}

#layer1 {
    .nav-link > a;

{
    color: red;
}

}

.all-briefings {
    margin-right: 15px;
    color: #999999;
}

    .all-briefings:hover {
        color: #CD0954;
    }


.all-briefings-active {
    margin-right: 15px;
    color: #CD0954;
}

.label-control {
    color: #000000;
}

.table {
    margin-bottom: 0 !important;
}

.txtGeneral-Black .text-nowrap {
    color: #000000 !important;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #CD0954;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
    z-index: 1000;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 6000;
}

.wordbrek {
    word-break: break-all;
}

.max-width {
    min-width: 140px !important;
    max-width: 140px !important;
}

.loaderBackground {
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.5;
    margin: 0 auto;
    position: fixed;
    z-index: 3000;
}



#EventCatalogModal .catalog-bg {
    height: 100% !important;
    width: 100% !important;
}

.resume-modal {
    text-decoration: none;
    color: #000000 !important;
}

    .resume-modal:hover {
        color: #CD0954 !important;
    }

.panel-default > .panel-heading {
    background-color: transparent !important;
}

.bg-trackorder-success {
    background-color: #d0e9c6 !important;
}

.bg-trackorder-warning {
    background-color: #faf2cc !important;
}

.bg-trackorder-danger {
    background-color: #ebcccc !important;
}

.txt-trackorder-success {
    color: #3C763D !important;
}

.txt-trackorder-warning {
    color: #8A6D3B !important;
}

.txt-trackorder-danger {
    color: #A94442 !important;
}

.not-allowed {
    cursor: not-allowed;
}

.fa.fa-eye.table-align {
    color: #000000 !important;
    text-decoration: none !important;
}

.scrollable-dropdown {
    height: auto;
    max-height: 320px; /* Increase / Decrease value as per your need */
    overflow-x: hidden;
}

.btn-outline-customer:hover {
    color: #fff !important;
    background-color: #CD0954;
}

.btn-outline-customer {
    color: #CD0954;
    background-color: transparent;
    border: 1px solid #CD0954 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
}

.product-bg {
    height: 150px;
    background-position: 0 50%;
    background-size: 100% auto;
    display: block;
}

.catalog-bg {
    height: 285px;
    background-position: 0 50%;
    background-size: 100% auto;
    display: block;
}

.allocation {
    margin-top: 15px;
}

.linkButton {
    font-size: 16px !important;
}

.Categorie-title {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #122632;
}

.shortDesc-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Stock-title {
    font-weight: 400;
    color: #122632;
}

.Sap-title {
    font-weight: 400;
    color: #8f9195;
    font-weight: 700;
    color: #CD0954;
}

.Price-title-regular {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.Price-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #CD0954;
}

.btnDefault-title {
    color: #CD0954;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;;
}

.btnDefault-desc {
    color: #FFF;
    margin-bottom: 20px;
}

.btnDefault-filter, .btnDefault-filter-label {
    color: #CD0954;
}

    .btnDefault-filter-label:hover {
        text-decoration: underline !important;
    }

/*TOP BAR/////////////////////*/

.topBar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 13px;
}

    .topBar ul {
        margin: 0;
    }

        .topBar ul li {
            line-height: 42px;
        }

            .topBar ul li a {
                font-size: 13px;
                color: #878c94!important;
            }

.dropdown-toggle li a:hover {
    color: #FFF !important;
}

.topBar a {
    color: #878c94!important;
    text-decoration: none;
}

.topBar .cart-items p {
    color: #878c94!important;
    font-weight: 400;
    font-size: 13px;
}

.text-primary {
    color: #CD0954 !important;
}

.text-wrap {
    word-wrap: break-word;
}

.color-custom-link {
    color: #CD0954;
}

.topBar ul.topBarNav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .topBar ul.topBarNav li {
        position: relative;
        display: inline-block;
        margin-right: -4px;
        border-right: 1px solid rgba(0, 0, 0, 0.08);
    }

        .topBar ul.topBarNav li:last-child {
            border-right: none;
        }

        .topBar ul.topBarNav li a {
            display: block;
            padding-left: 12px;
            padding-right: 12px;
        }

        .topBar ul.topBarNav li ul {
            background-color: #ffffff;
            position: absolute;
            top: 42px;
            left: auto;
            min-width: 10px;
            right: 4px;
            border-radius: 0px;
            border: solid 0px;
            margin-right: -4px;
            padding: 0;
            list-style-type: none;
            z-index: 500;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        }

            .topBar ul.topBarNav li ul li {
                display: block;
                line-height: 30px;
                width: 100%;
                border: none;
            }

        .topBar ul.topBarNav li a {
            display: block;
            padding-left: 12px;
            padding-right: 12px;
        }

.topBar .dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #878c94;
    font-size: 15px white-space: nowrap;
}

    .topBar .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #00BCD4;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.02);
    }

.navbar {
    margin-bottom: 0px !important;
}

/*CART/////////////////////*/


.cart-items::-webkit-scrollbar {
    width: 6px;
    background-color: #ECECEC;
}

.cart-items::-webkit-scrollbar-track {
}

.cart-items::-webkit-scrollbar-thumb {
    background-color: #084951;
    outline: 1px solid black;
}

.cart-subtotal {
    text-align: right;
}

.topBar ul.topBarNav li ul.cart .cart-items {
    padding: 10px;
    max-height: 500px;
    min-width: 300px;
    overflow: auto;
}

.topBar ul.topBarNav li ul.cart .cart-items .items {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.topBar ul.topBarNav li ul.cart .cart-items .items li {
    overflow: hidden;
    clear: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
}

/*.topBar ul.topBarNav li ul.cart .cart-items .items li .product-image {
    width: 60px;
    float: left;
}*/

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-image > div {
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.topBar ul.topBarNav li ul.cart .cart-items .items li a {
    margin: 0;
    padding: 0;
    line-height: normal;
    background-color: transparent;
    display: inline;
}

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details {
    position: relative;
    margin-left: 60px;
    padding: 0 15px 0 10px;
}

.topBar ul.topBarNav li ul.cart .cart-items .items li .product-details .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: normal;
}

.topBar ul.topBarNav li ul.cart .cart-footer {
    overflow: hidden;
    /*background-color: rgba(0, 0, 0, 0.05);*/
}

.topBar ul.topBarNav li ul.cart .cart-footer a {
    text-align: center;
    padding: 10px 10px;
    margin: 0;
    background-color: transparent;
}

/*MEGA DROPDOWN/////////////////////*/

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #222;
                padding: 3px 5px;
                font-weight: 400;
            }

.dropdown-menu.mega-dropdown-menu {
    z-index: 1000;
}

.mega-dropdown-menu > li > ul > li > a:hover {
    text-decoration: underline !important;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #CD0954;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.dropdown-header.title-submenu {
    padding-left: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #CD0954 !important;
}

.navbar-default .navbar-nav > li > a
/*.dropdown-menu:not(.datepicker) {
    min-width: 100% !important;
}*/
.dropdown-submenu {
    position: initial;
    min-width: 200px;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 101%;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.dropdown-submenu li a {
    color: #000 !important;
    font-weight: 400;
}

    .dropdown-submenu li a:hover {
        color: #CD0954 !important;
        text-decoration: underline !important;
    }

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #000000;
    border: 1px solid #ddd;
}

.photo {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-item {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}

    .col-item .photo img {
        margin: 0 auto;
        width: 100%;
    }

    .col-item .info {
        padding: 10px;
        border-radius: 0 0 5px 5px;
        margin-top: 1px;
    }

    /*.col-item:hover .info {
    background-color: #fafafa;
}*/
    .col-item .price {
        /*width: 50%;*/
        float: left;
        margin-top: 5px;
    }

        .col-item .price h5 {
            line-height: 20px;
            margin: 0;
        }

.price-text-color {
    color: #CD0954;
}

.col-item .info .rating {
    color: #777;
}

.info {
    text-align: left !important;
}

.col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}

.clear-left {
    clear: left;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px!important;
    text-align: center;
}

    .col-item .separator p i {
        margin-right: 5px;
    }

.col-item .btn-add {
    width: 50%;
    float: left;
}

.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.controls {
    margin-top: 20px;
}

[data-slide="prev"] {
    margin-right: 10px;
}

.swatches {
    margin: 17px 0 80px;
}

.selector-wrapper,
#productSelect {
    display: none;
}

.swatch {
    float: left;
}

    .swatch:nth-last-child(2) {
        margin-right: 0;
    }

    .swatch .header {
        font-family: "montserratbold", sans-serif;
        text-transform: uppercase;
    }

    .swatch input {
        display: none;
    }

    .swatch .swatch-element {
        float: left;
        margin: 5px 8px 0 0;
        position: relative;
    }

    .swatch .color label {
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid;
        cursor: pointer;
        display: block;
        height: 42px;
        padding: 7px 0 0 7px;
        width: 42px;
    }

        .swatch .color label span {
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
            height: 26px;
            position: relative;
            width: 26px;
        }

            .swatch .color label span:after {
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                background: transparent url('https://wazgenericstorage.blob.core.windows.net/admstyletest/tickWhite.png') no-repeat center center;
                bottom: 0;
                content: "";
                display: block;
                height: 100%;
                left: 0;
                opacity: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }

    .swatch .color .labelWhite span:after {
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: transparent url('https://wazgenericstorage.blob.core.windows.net/admstyletest/tickBlack.png') no-repeat center center;
        bottom: 0;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .swatch .plain label {
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-family: "montserratbold", sans-serif;
        border: 1px solid #086fcf;
        color: #086fcf;
        cursor: pointer;
        display: block;
        height: 42px;
        padding-top: 8px;
        text-align: center;
        width: 42px;
    }

    .swatch .color input:checked + label span:after {
        opacity: 1;
    }

    .swatch input:not(:checked) + label {
        border-color: #edeff2;
    }

        .swatch input:not(:checked) + label:hover {
            border-color: #b5b6bd !important;
        }

    .swatch .plain input:not(:checked) + label {
        color: #16161a !important;
    }

    .swatch .blue input:checked + label {
        border-color: #086fcf !important;
    }

    .swatch .yellow input:checked + label {
        border-color: #f5c81f !important;
    }

    .swatch .red input:checked + label {
        border-color: #d9332e !important;
    }

    .swatch .blue label span {
        background-color: #086fcf !important;
    }

    .swatch .yellow label span {
        background-color: #f5c81f !important;
    }

    .swatch .red label span {
        background-color: #d9332e !important;
    }

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.swatch .swatch-element.soldout .crossed-out {
    display: block;
}

.swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.swatch .tooltip {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    background-color: rgba(22, 22, 26, 0.93);
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -23px;
    margin-bottom: 15px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .swatch .tooltip:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .swatch .tooltip:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid rgba(22, 22, 26, 0.93) 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        width: 0;
    }

.swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.swatch.error {
    background-color: #E8D2D2 !important;
    color: #000000 !important;
    padding: 1em;
    border-radius: 5px;
}

    .swatch.error p {
        margin: 0.7em 0;
    }

        .swatch.error p:first-child {
            margin-top: 0;
        }

        .swatch.error p:last-child {
            margin-bottom: 0;
        }

    .swatch.error code {
        font-family: monospace;
    }

.full-width-image {
    background: url() no-repeat center center;
    background-size: cover;
    text-align: center;
    height: 450px;
}

.btn-secondary {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 1px solid #dddddd !important;
    background-color: transparent;
}

.sort-active {
    color: #CD0954 !important;
}

.brand_budweiser {
    border: 1px solid #c90916 !important;
    color: #c90916 !important;
}

    .brand_budweiser:hover {
        background-color: #c90916 !important;
        color: #FFF !important;
    }

.category_budweiser {
    color: #c90916 !important;
}

    .category_budweiser:hover {
        text-decoration: underline !important;
    }

.brand_corona {
    border: 1px solid #17213a !important;
    color: #17213a !important;
}

    .brand_corona:hover {
        background-color: #17213a !important;
        color: #FFF !important;
    }

.category_corona {
    color: #17213a !important;
}

    .category_corona:hover {
        text-decoration: underline !important;
    }

.brand_gooseisland {
    border: 1px solid #395326 !important;
    color: #395326 !important;
}

    .brand_gooseisland:hover {
        background-color: #395326 !important;
        color: #FFF !important;
    }

.category_gooseisland {
    color: #395326 !important;
}

    .category_gooseisland:hover {
        text-decoration: underline !important;
    }

.brand_hoegaarden {
    border: 1px solid #f9b723 !important;
    color: #f9b723 !important;
}

    .brand_hoegaarden:hover {
        background-color: #f9b723 !important;
        color: #FFF !important;
    }

.category_hoegaarden {
    color: #f9b723 !important;
}

    .category_hoegaarden:hover {
        text-decoration: underline !important;
    }

.brand_stellaartois {
    border: 1px solid #d58226 !important;
    color: #d58226 !important;
}

    .brand_stellaartois:hover {
        background-color: #d58226 !important;
        color: #FFF !important;
    }

.category_stellaartois {
    color: #d58226 !important;
}

    .category_stellaartois:hover {
        text-decoration: underline !important;
    }

.brand_budweiserfifaworldcup {
    border: 1px solid #c90916 !important;
    color: #c90916 !important;
}

    .brand_budweiserfifaworldcup:hover {
        background-color: #c90916 !important;
        color: #FFF !important;
    }

.category_budweiserfifaworldcup {
    color: #c90916 !important;
}

    .category_budweiserfifaworldcup:hover {
        text-decoration: underline !important;
    }

.navbar-right {
    margin-right: 0px !important;
}

.assortment {
    background: linear-gradient(36deg, #272b66 42.34%, transparent 42.34%), linear-gradient(72deg, #2d559f 75.48%, transparent 75.48%), linear-gradient(-36deg, #9ac147 42.34%, transparent 42.34%) 100% 0, linear-gradient(-72deg, #639b47 75.48%, transparent 75.48%) 100% 0, linear-gradient(36deg, transparent 57.66%, #e1e23b 57.66%) 100% 100%, linear-gradient(72deg, transparent 24.52%, #f7941e 24.52%) 100% 100%, linear-gradient(-36deg, transparent 57.66%, #662a6c 57.66%) 0 100%, linear-gradient(-72deg, transparent 24.52%, #9a1d34 24.52%) 0 100%, #43a1cd linear-gradient(#ba3e2e, #ba3e2e) 50% 100%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.circle-stripe {
    background:
    /* On "top" */
    repeating-linear-gradient( 45deg, transparent, transparent 10px, #dddddd 10px, #dddddd 20px ),
    /* on "bottom" */
    linear-gradient( to bottom, #f1f1f1, #f1f1f1 );
    color: #f1f1f1;
    margin: 0px !important;
}

/*BRIEFING LIST FILTERS/////////////////////*/

.nav-category-list li a {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #000000;
    font-weight: 400 !important;
}

.nav-category-list li {
    background-color: transparent !important;
}

    .nav-category-list li a:hover {
        background-color: transparent !important;
        color: #777777;
    }

.nav-category-list-active a {
    color: #CD0954 !important;
    background-color: transparent !important;
}

.brand-filter-active {
    color: #CD0954 !important;
    background-color: transparent !important;
}


.brand-active {
    color: #CD0954 !important;
    background-color: transparent !important;
}

.viewmore {
    text-decoration: underline !important;
    text-transform:uppercase!important;
    color:#CD0954;
    font-weight:700!important;
    padding-left:5px;
}

.form-check label {
    font-weight:400!important;
}

.btn .caret {
    position: absolute;
    right: 10px;
}

.panel-body .nav.nav-list {
    padding-left: 5px;
}

/*DEFAULT/////////////////////*/
.title-default {
    color: #000000 !important;
}

.txt-categories {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
}

.progress {
    height: 5px!important;
    border-radius: 0;
    background: #ddd!important;
    margin-bottom:0px!important;
}

.progress .progress-bar {
    background-color:#CD0954!important;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    /*position: relative;
    height: 43vh;*/
    height: 100%;
}

.fade-carousel .carousel-inner {
    height: 100%;
}

.fade-carousel .carousel-inner .item {
    /*height: 43vh;*/
    height: 100%;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #FFF;
    border-color: #FFF;
    opacity: .5;
}

.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 75px;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .hero h4 {
        font-size: 18px;
        font-weight: 100!important;
        letter-spacing: .85px;
        line-height: 1.6;
        margin: 0;
        padding: 0;
    }

    .hero h3 {
        font-size: 46px;
        font-weight: 600;
        letter-spacing: 1.2px;
        margin: 0;
        padding: 0;
    }

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-hero,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: transparent;
    border-color: #FFF;
    outline: none;
    margin: 20px auto;
    z-index: 10;
}

    .btn.btn-hero:hover {
        background-color: #FFF;
        border-color: #FFF;
        color: #CD0954;
    }

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 100%;
    /*height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
}

/********************************/
/*          Media Queries       */
/********************************/

@media screen and (min-width: 1400px) {
    .hero {
        width: 980px;
    }
    
    .col-item .info {
        height: 220px;
    }
}

@media screen and (min-width: 1024px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 1400px) {
    .hero h4 {
        font-size: 20px;
    }

    .hero h3 {
        font-size: 46px;
    }
}

@media screen and (max-width: 1200px) {
    .hero h4 {
        font-size: 18px;
    }

    .hero h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .hero h4 {
        font-size: 16px;
    }

    .hero h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 979px) {
    .hero h4 {
        font-size: 14px;
    }

    .hero h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 500px) {
    .hero h4 {
        font-size: 12px;
    }

    .hero h3 {
        font-size: 25px;
    }
}

/********************************/
/*          CHECKBOX   */
/********************************/
.checkbox {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.checkbox-with-label:checked + .label-for-checkbox {
    font-weight: bold;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
        color: #2f130b;
    }

.checkbox input[type="checkbox"] {
    opacity: 0;
}

    .checkbox input[type="checkbox"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }

    .checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

        .checkbox input[type="checkbox"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox input {
    display: none;
}

.checkbox.checkbox-rtl label::before,
.checkbox.checkbox-rtl label::after {
    right: 0 !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-right: -20px !important;
}

/********************************/
/*          SEARCH   */
/********************************/

.instant-results {
    position: absolute;
    z-index: 500;
    border-radius: 0px;
    border: solid 0px;
    max-height: 500px;
    min-width: 250px;
    overflow: auto;
    left: auto;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .instant-results.list-group {
        margin-top: 0px;
    }

.form-search {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}

.search-form {
    position: relative;
    max-width: 100%;
}

.alert.comment-adm, .alert.comment-user {
    margin-bottom: 5px !important;
}

pre {
    border: none !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    padding: 0px !important;
    font-size: 14px !important;
    background-color: transparent !important;
}


/********************************/
/*      BRIEF CONVERSATIONS     */
/********************************/

.heading-topic p {
    margin-bottom: 0px;
}

.reply-date {
    background-color: #f7f7f7;
    border-top: 1px solid #b9b9b9;
    padding: 5px;
}

    .reply-date p {
        font-size: 12px;
        color: #000000;
        margin: 0px !important;
    }

.reply-user b {
    color: #55b68a;
    font-weight: 700;
}

.reply-user span {
    font-style: italic;
    font-size: 12px;
}

.reply-body p {
    color: #2f130b;
}

.reply-btn, .topic-btn {
    margin-bottom: 15px !important;
}

.attach-list-group {
    list-style: none;
}


.panel-notread {
    border-color: #faebcc !important;
}

    .panel-notread > .panel-heading {
        background-color: #fdfbf0 !important;
        border-color: #faebcc !important;
    }

.reply-date-notread {
    background-color: #fdfbf0 !important;
    border-color: #faebcc !important;
}


.CatalogLink {
    color: #FFF;
    font-weight: 700;
    font-size: 28px;
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.list-inline > li {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.librand {
    list-style: none;
}

.VideoSelector {
    border: 3px solid #dddddd;
}

.VideoSelector-active {
    border: 3px solid #CD0954;
}

.box {
    width: 260px;
    background: #ffffff;
    /*border: 1px solid #ddd;*/
    padding: 5px;
    margin: 10px;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.tag {
    float: none !important;
}

    .tag > a {
        display: block;
    }

.tags {
    margin-top: 10px;
}

/******************************************/
/*      TREE MENU ASSETS AND TOOLKITS     */
/******************************************/

.tree-menu td {
    float: none !important;
}

    .tree-menu td a {
        padding-left: 0px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        color: #2f130b;
    }

.a-active {
    padding-left: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #CD0954 !important;
}

.ul-lvl1, .ul-lvl2 {
    margin-left: 15px !important;
}

.lkAgreement {
    text-decoration: underline !important;
    color: #CD0954 !important;
}

    .lkAgreement:hover {
        text-decoration: underline !important;
        color: #CD0954 !important;
    }

.treeview .list-group-item {
    cursor: pointer;
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px;
}

.treeview span.icon {
    width: 12px;
    margin-right: 5px;
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed;
}

.txtAlert {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 12px !important;
    font-weight:600;
}

.timeAlert {
    font-size: 10px !important;
}

.alertClass {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
/******************************************/
/*            BOOKING CART                */
/******************************************/
#updBookingCartPreview #bookingCartDateContainer {
    padding-bottom: 25px;
}
#updBookingCartPreview ol {
    padding-left: 15px;
}
#updBookingCartPreview .close-icon {
    right: 15px !important;
}
#updBookingCartPreview .booking-product-name {
    text-decoration: underline !important;
}
#updBookingCartPreview .product-details {
    padding: 0;
    margin: 0;
    position: relative;
    width: calc(100% - 60px);
}
#updBookingCartPreview .cart-footer a {
    text-align: left;
    padding: 10px 10px;
    margin: 0;
    text-decoration: underline !important;
}
#updBookingCartPreview .bookingCartItem {
    display: flex;
}
#updBookingCartPreview .cart-footer button {
    background-color: #CD0954;
    color: #fff;
}
/******************************************/
/*            TAP PANELS MY POS           */
/******************************************/
.tabbable-panel {
    border: 1px solid #eee;
    padding: 10px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #ecced8;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #CD0954;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.brand_menu {
    display: block;
    width: 100%;
    padding-top: 15px;
    height: 50px;
    text-align: center;
    background: #f6f6f6;
    margin-bottom:0px!important;
}

.brand_menu li a {
    font-size:14px;
    font-weight:700;
    font-family: Roboto;
}

.header_menu-other-list a {
    display: block;
    color: #2f130b;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.5;
    font-family: Roboto,sans-serif;
    width: 180px;
    padding-left: 20px;
    padding-right: 10px;
    border-bottom: 1px solid #e9e9e9;
    text-align: left;
    transition: color .5s ease;
    background: #fff;
    z-index: 2;
    position: relative;
}

.header_menu-item.active a {
    color:#CD0954!important;
    font-weight:700;
}

.header_menu-other-item.active {
    color: #CD0954 !important;
    font-weight: 700;
}

.header_menu-other.active span {
    color: #CD0954 !important;
    font-weight: 700;
}

.brand-header {
    height: 300px;
    position: relative;
    background-size: cover!important;
    background-position: center center;
    background-repeat: no-repeat;
}

.brand_header-title {
    font-family: Roboto,sans-serif;
    font-size: 49px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    padding-left: 6%;
    padding-top: 50px;
    width: 100%;
}

.brand_header-text {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    letter-spacing: .1px;
    line-height: 1.5;
    color: #fff;
    padding-left: 6%;
    padding-top: 8px;
    width: 700px;
}

.brand_header-button {
    color: #fff;
    font-size: 15px;
    letter-spacing: .4px;
    font-weight: 700;
    font-family: Roboto,sans-serif;
    position: absolute;
    right: 6%;
    top: 95px;
    border: 1px solid #fff;
    border-radius: 27px;
    transition: all .5s ease;
    cursor: pointer;
}

    .brand_header-button input {
        padding: 15px 54px;
        background-color: transparent;
        border: none;
    }

    .brand_header-button:hover {
        background: #fff;
        color: #2f130b;
    }

.team_member {
    padding:15px;
}

.team_name {
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 32px;
    padding-bottom: 8px;
}

.team_text {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    padding-bottom: 12px;
}

.coner-new {
    width: 50px!important;
    height: auto;
    position: absolute;
    left: 20px;
    margin-top: -5px !important;
}

.corner-sustainability {
    width: 25px !important;
    height: auto;
    position: absolute;
    right: 20px;
    margin-top: 2px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight:700;
    font-size:18px;
}

.PyramidBrand {
    overflow-x: auto;
}

.PyramidBrandTable thead, tbody tr {
    table-layout: fixed;
}

.PyramidBrand-title {
    font-weight:700;
    font-size:18px;
}

.img-PyramidBrand {
    max-width: 90px;
    height: auto;
    border: 1px solid #ddd;
    margin: 2px;
}

.PyramidBrandTabletr {
    width: 500px;
    overflow: auto;
}

.PyramidBrandTabletr th {
    text-align:center;
}

.PyramidBrandTable tbody td {
    min-width:210px;
}

.Sustainability-item {
    margin:10px;
}

.Sustainability-lb {
    font-size:16px;
}

.dom-template {
    display: none;
}

.disable-scroll .ui-dialog-content {
    overflow: hidden !important;
}

.containerFlex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.childFlex {
    margin-right: 20px;
    flex: 1 1 auto;
}

.QuickLinkMyOpportunities {
    background-color: #47d147;
    padding: 20px;
}


.QuickLinkMyOrders {
    background-color: #cd0754;
    padding:20px;
}

.QuickLinkTrackOrders {
    background-color: #3cc8ee;
    padding: 20px;
}

.QuickLinkReporting {
    background-color: #91513e;
    padding: 20px;
}

.quickLink h2 {
    color:white;
    font-family:Montserrat;
    font-weight:700;
    font-size:30px;
}

.quickLink p {
    color: white;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.3em;
}

.quickLink i {
    color:white;
    font-size:70px;
    margin-top:30px;
}

/* datepickers filters */
.category_new:hover, .category_global:hover {
    text-decoration: underline !important;
}
#productListBookingDatePickers {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /*position: absolute;
    width: 100%;
    transform: translate(0%, 50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;*/
}
#productListBookingDatePickers > span {
    color: white;
    font-weight: 700;
    font-size: 35px;
}

#basketBookingDatePickers {
    position: absolute;
    width: 100%;
    transform: translate(0%, 50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    #basketBookingDatePickers > span {
        color: white;
        font-weight: 700;
        font-size: 35px;
    }

#datepickersContainer {
    /*display: flex;
    justify-content: center;
    padding-top: 10px;*/
    z-index: 2;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
}

#productListBookingDatePickers .fa-calendar {
    position: absolute;
    z-index: 3;
    left: 0;
    padding: 10px 15px 10px 15px;
    color: #8d8d8d;
}

#basketBookingDatePickers .fa-calendar {
    position: absolute;
    z-index: 2;
    left: 0;
    padding: 10px 15px 10px 15px;
    color: #8d8d8d;
}

#productListBookingDatePickers #beginDatePickerDate {
    text-align: center;
    z-index: 1;
    border-radius: 4px;
}

#basketBookingDatePickers #basketDatePickerDate {
    text-align: center;
    z-index: 1;
    border-radius: 4px;
}
/* end datepickers filters */
/* Form product Booking */
#label-legend {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px !important;
}
#calendars {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
}
#calendarContainerProductBooking {
    min-height: 305px;
    height: 100%;
    display: flex; 
    justify-content: center;
}
#calendarContainerProductBooking .date-picker-wrapper {
    width: 100%;
}
#calendarContainerProductBooking .month-wrapper {
    display: inline-flex;
}
#calendarContainerProductBooking .time {
    display: none;
}

#calendarHeader {
    padding-left: 10px;
}

#calendarHeader #calendar-legend {
    display: flex;
    justify-content: flex-end;
}
#calendarHeader #calendar-legend .available,
#calendarHeader #calendar-legend .booked {
    display: flex;
    align-items: center;
}
#calendarHeader #calendar-legend .booked {
    margin-right: 50px;
}
#calendarHeader #calendar-legend .available span,
#calendarHeader #calendar-legend .booked span {
    margin: 0 5px 0 5px;
}
#calendarHeader #calendar-legend .available .available-quarter {
    width: 35px;
    height: 35px;
    background-color: #CD0954;
    border-radius: 5px;
    opacity: 0.5;
}

#calendarHeader #calendar-legend .booked .booked-quarter {
    width: 35px;
    height: 35px;
    background-color: #F2F2F2;
    border-radius: 5px;
    opacity: 0.5;
}


#calendarFooter {
    padding: 0;
    margin-top: 15px;
    padding-left: 10px;
    padding-bottom: 30px;
}
#calendarFooter #clearDates {
    margin-top: 15px;
    padding: 0;
}
#calendarFooter #clearDates a {
    color: #CD0954;
}
#calendarFooter #calendarQuantity {
    padding: 0;
    margin-top: 15px
}
#calendarFooter #inputQuantityGroup {
    padding: 1px;
    margin: 0;
    width: 100px
}
#calendarFooter #inputQuantityGroup #inputQuantity {
    width: 100px
}
#calendarFooter #inputQuantityButton {
    height: 60px;
    display: flex;
    align-items: flex-end;
    padding: 0;
    margin: 0;
}
#calendarFAQ {
    padding: 0;
    margin-top: 15px;
}
#calendarFAQ a {
    text-decoration: underline !important;
}
/* End Form product Booking */

/* QUICK ORDER */
.right-table-headers-buttons {
    height: 76px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 15px;
}
.light-background {
    background-color: transparent!important;
    border-top: none !important;
}

/* End QUICK ORDER*/
/* out of stock modal */
#outOfStock .modal-content {
    border-radius: 0;
    width: 450px;
    background-color: #eaeaea
}
#outOfStock .modal-content .modal-header {
    border: none;
    padding-bottom: 0;
}
#outOfStock .modal-content .modal-header button span {
    font-size: 35px;
}
#outOfStock .modal-content .modal-body h3 {
    text-align: center;
    margin-bottom: 10px
}
#outOfStock .modal-content .modal-body p {
    text-align: center;
    margin-bottom: 25px !important
}
#outOfStock #outOfStockTextArea {
    resize: none;
}
#outOfStock .modal-content .modal-body button {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
    padding: 10px
}
/* end out of stock modal */
/* */
/* basket booking */
#newDatesContainer {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#newDatesContainer #basketBookingDatePickers {
    position: relative;
    width: 100%;
    transform: unset;
    display: unset;
    justify-content: unset;
    flex-direction: unset;
    align-items: unset;
}
#newDatesContainer #datepickersContainer {
    display: unset;
    padding-top: unset;
}
#newDatesContainer #datepickersContainer #basketDatePickerDate {
    border-left: 1px solid #ccc;
}
.date-picker-wrapper.productListBookingCalendar {
    z-index: 1062 !important;
}
/* end basket booking */
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../Fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../Fonts/Roboto/Roboto-Light.ttf');
}

.HeaderRowBasket {
    background-color: #eee !important;
}

.outOfStock-Color {
    color: #CD0954;
}

/* NAV SEARCHER */
.font-bold {
    font-weight: 700 !important;
}
#tbSearchCheckOut,
#tbSearch {
    border-radius: 0;
    border-left: none !important;
}
#tbSearch:focus {
    border-color: #ccc !important;
    box-shadow: none !important;
}
.main-searcher {
    border-radius: 0 !important;
    color: black !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-right: none !important;
}
.main-searcher:active,
.main-searcher:hover,
.main-searcher:focus {
    outline: none !important;
    box-shadow: none !important;
    color: black !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-right: none !important;
}
/* END NAV SEARCHER */
/*  ROUTES TO MARKET */
#routesToMarket div {
    margin-bottom: 25px !important;
    position: relative;
}

#routesToMarket .disabled {
    /* opacity: 0.7; */
}

#routesToMarket .disabled > a {
    /*cursor: not-allowed;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    height: 100%; */
}

#routesToMarketHot .disabled .color-disable,
#routesToMarket .disabled .color-disable {
    display: block;
    height: 100%;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 1;
    cursor: not-allowed;
    background-color: rgba(128, 128, 128, 0.6);
}

#routesToMarketHot .banner-route-market {
    width: 50%;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
#routesToMarket .banner-route-market {
    width: 25%;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.hot img {
    height: 100% !important;
}

@media (max-width: 1700px) {
    #routesToMarketHot .banner-route-market,
    #routesToMarket .banner-route-market {
        height: 240px !important;
    }

    .banner-route-market > .brand-bg {
        height: 240px !important;
    }
}

@media (max-width: 1440px) {
    #routesToMarketHot .banner-route-market,
    #routesToMarket .banner-route-market {
        height: 205px !important;
    }

    .banner-route-market > .brand-bg {
        height: 205px !important;
    }
}

@media (max-width: 1325px) {
    #routesToMarketHot .banner-route-market,
    #routesToMarket .banner-route-market {
        height: 190px !important;
    }

    .banner-route-market > .brand-bg {
        height: 190px !important;
    }
}

@media (max-width: 1200px) {
    #routesToMarketHot .banner-route-market,
    #routesToMarket .banner-route-market {
        height: 180px !important;
    }

    .banner-route-market > .brand-bg {
        height: 180px !important;
    }
}

@media (max-width: 1060px) {
    #routesToMarketHot .banner-route-market,
    #routesToMarket .banner-route-market {
        height: 165px !important;
    }

    .banner-route-market > .brand-bg {
        height: 165px !important;
    }
}

@media (max-width: 990px) {
    #routesToMarketHot .banner-route-market,
    #routesToMarket .banner-route-market {
        width: 50%!important;
        height: auto !important;
    }

    .banner-route-market > .brand-bg {
        height: 250px !important;
    }
}


.dropdown.open .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    position: absolute;
    float: none;
}

.megamenu {
    z-index: 1000!important;
}
/*.megamenu > .row:first-child {
    padding-bottom: 15px;
}*/

.mega-menu .mega-menu-content {
    min-height: 330px;
    max-height: 690px;
    overflow-y: auto;
}

.mega-menu .card .thumbnail {
    margin-bottom: 10px;
    min-height: 0!important;
}

.megamenu > .row ul > li {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.megamenu > .row ul > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.7;
    text-transform: uppercase !important;
}

.megamenu > .row ul > li > a:focus,
.megamenu > .row ul > li > a:hover {
    font-weight: bold!important;
    color: black;
}

.megamenu > .row ul > li > a > .fa {
    color: grey;
}

.mega-menu-content > div > h5 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

/*.mega-menu-content .col-lg-12 > .row {
    overflow-y: auto;
    max-height: 590px;
    min-height: 303px;
}*/

.mega-menu-content .card-container {
    margin-bottom: 0px !important;
}

.card-container {
    width: 280px !important;
    height: 295px;
}

.card > .thumbnail {
    border: none;
    padding: 0;
    min-height: 290px;
}

.card > .thumbnail  .caption {
    padding-left: 0;
    padding-right: 0;
}
.card > .thumbnail  .caption  p {
    line-height: 1.2 !important;
}

.card > .thumbnail  .caption  .caption-title {
    font-weight: 700;
    text-transform: capitalize !important;
    font-size: 16px !important;
}

.card-timer {
    font-weight: 700;
}

.card .thumbnail > .card-image {
    height: 175px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}
.card .caption .catalog {
    font-size: 11px !important;
    text-transform: uppercase;
}
.card .caption .highlight {
    color: #CD0954;
    font-size: 14px !important;
}

.mega-menu-option-active {
    font-weight: 700 !important;
    background-color: #F2F2F2;
}

.mega-menu-option-active > a {
    font-weight: bold !important;
    opacity: 1 !important;
}

.mega-menu-option-active > a > .fa {
    color: black !important;    
}

@media all and (min-width: 768px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
    }

    .navbar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
/*    END ROUTES TO MARKET */

/*    CHECKOUT PAGES       */

#dropdownApproversCheckOut {
    z-index: 1 !important;
}
.aproversSelector {
    padding-top: 15px;
}
.aproversSelector .dropdown-toggle {
    display: flex;
    align-items: center;
}
.aproversSelector .container-fluid {
   width: max-content;
   padding-top: 10px;
}
.aproversSelector  .container-fluid .form-group {
    padding: 0px 10px 0px 0px;
}
.aproversSelector #approversSelect {
    max-height: 135px;
    overflow-y: auto;
}
.aproversSelector  #approversSelect .form-check label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline;
}
.aproversSelector #approversSelect .form-check  label:before {
  border: 1px solid #ddd;  
  display: inline-block;
  transition-duration: 0.3s;
  width: 16px;
  height: 16px;
  content: '\00a0';
  margin: 0 .25em 10px 0;
  line-height: 1.2 !important;
}

.aproversSelector  #approversSelect .form-check input[type=checkbox]:checked + label:before {
    background-color: #CD0754;
    content: '\2713\0020';
    top: .15em;
    left: .22em;
    transition: all .2s;
    font-size: 1em;
    line-height: 1.0;
    color: white;
    text-align: center;
}
.aproversSelector  #approversSelect .form-check input[type=checkbox]:disabled + label:before {
    background: #ddd;
}
.aproversSelector  #approversSelect .form-check input[type=checkbox] {
    display: none;
}
.aproversSelector .custom-dropdown-footer {
    display: flex;
    align-items: center;
}
.aproversSelector .custom-dropdown-footer .fa {
    color: #ddd;
    margin-right: 5px;
}
#collapseApprovers #btnApproverContinue {
    margin-top: 15px;
    margin-bottom: 45px;
}
.custom-form-horizontal {
    display: inline-flex;
    align-items: center;
}

#collapseProducts .products .product-image {
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
}

#collapseProducts .show-scroll-all-products-list {
    max-height: 1000px;
    overflow-y: auto;
}

#collapseProducts .products .table td {
    vertical-align: middle;
}
#collapseProducts .products .table > tbody > tr > th,
#collapseProducts .products .table > tbody > tr > td {
    border-top: none !important;
}

.w-25 {
    width: 25% !important;
}
.w-35 {
    width: 35% !important;
}
.w-50 {
    width: 50% !important;
}
.w-100 {
    width: 100% !important;
}
.w-70 {
    width: 70% !important;
}
.w-60 {
    width: 60% !important;
}
.w-50 {
    width: 50% !important;
}
.w-45 {
    width: 45% !important;
}
.w-40 {
    width: 40% !important;
}
.w-35 {
    width: 35% !important;
}
.w-25 {
    width: 25% !important;
}
.w-15 {
    width: 15% !important;
}
.w-10 {
    width: 10% !important;
}
.w-5 {
    width: 5% !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.no-padding {
    padding: 0 !important;
}
.p-left-0 {
    padding-left: 0 !important;
}
.p-right-10 {
    padding-right: 10px !important;
}
.p-bottom-0{
    padding-bottom: 0 !important;
}
.p-bottom-5 {
    padding-bottom: 5px;
}
.p-bottom-10 {
    padding-bottom: 10px;
}
.p-bottom-15 {
    padding-bottom: 15px !important;
}
.no-border-radius {
    border-radius: 0 !important;
}
.text-light {
    font-weight: 400 !important;
}
.text-link {
    cursor: pointer;
}
.m-0 {
    margin: 0!important;
}
.m-left-5 {
    margin-left: 5px;
}
.m-left-15 {
    margin-left: 15px;
}
.m-top-0 {
    margin-top: 0 !important
}
.m-top-5 {
    margin-top: 5px;
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-15 {
    margin-top: 15px;
}
.m-top-25 {
    margin-top: 25px;
}
.m-bottom-0 {
    margin-bottom: 0; !important;
}
.m-bottom-5 {
    margin-bottom: 5px !important;
}
.m-bottom-10 {
    margin-bottom: 10px !important;
}
.m-bottom-15 {
    margin-bottom: 15px !important;
}
.m-left-0 {
    margin-left: 0 !important;
}
.d-flex {
    display: flex !important;
}

.justify-space-between {
    justify-content: space-between !important;
}

.align-center {
    align-items: center !important;
}
.checkout-accordion {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0 !important;
}
.checkout-accordion > .panel > .panel-heading {
    padding: 20px;
    cursor: pointer;
    color: black;
}

.checkout-accordion > .panel > .panel-heading:hover {
    background-color: #F2F2F2 !important;
}

.checkout-accordion > .panel > .panel-heading a {
    color: black !important;
}

.checkout-accordion > .panel,
.checkout-accordion .panel-collapse .panel-body {
    border: none;
    border-top: none!important;
}

.checkout-accordion .panel-collapse .panel-body {
    width: 25%;
    padding-bottom: 45px;
}

.checkout-accordion .panel-collapse .panel-body > select {
    margin-bottom: 25px;
}

.checkout-accordion > .panel > .panel-heading > h4 {
    font-weight: 100 !important;
    font-size: 18px;
}

#divBudgetHolder .autocomplete-items {
    border: 1px solid #eee;
    padding: 5px;
    height: 200px;
    overflow-y: auto;
}
#budgetHolderSelectautocomplete-list.autocomplete-items div:hover,
#divBudgetHolder .autocomplete-items div:hover {
    background-color: #eee;
    cursor: pointer;
}

#budgetHolderSelectautocomplete-list.autocomplete-items {
    border: 1px solid #eee;
    padding: 5px;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
}

#budgetNumberText {
    margin-bottom: 15px !important;
}

.shipping-info {
    width: 100% !important;
}

.shipping-info > .row {
    width: 100%;
}

.shipping-info .shipping-info-controls {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
}
.shipping-info .shipping-info-controls > a {
    margin-left: 15px;
    text-decoration: underline !important;
}
.shipping-info .button-quarter {
    border: 1px dotted #ddd;
    width: 150px;
    text-align: center;
    font-size: 25px;
    color: grey;
    border-radius: 5px;
    padding: 25px 15px 25px 15px;
    cursor: pointer;
}

.button-quarter > p {
    color: grey;
    font-size: 15px !important;
}

.button-quarter:hover {
    background-color: #ddd;
    color: white;
}
.button-quarter:hover > p {
    color: white;
}

.payment-option {
    width: 100% !important;
}
.payment-option .custom-form-horizontal {
    margin-bottom: 15px;
}

.pileOn-option,
.deliveries-option {
    width: 45% !important;
}

.pileOn-option > .list-group,
.deliveries-option > .list-group {
    margin-bottom: 15px !important;
}

.pileOn-option > .list-group > li,
.deliveries-option > .list-group > li {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}

.shipping-info-detail {
    margin-bottom: 25px;
}

.review-replace-order {
    width: 100% !important;
}

.review-replace-order .review-replace-order-info-detail {
    margin-bottom: 15px;
}

.review-replace-order .review-replace-order-info-detail,
.review-replace-order .review-replace-order-info-detail-info-controls {
    padding-left: 0 !important;
}

.review-replace-order .review-replace-order-info-detail-info-controls > p {
    margin-bottom: 5px !important;
    font-size: 12px !important;
    font-style: italic;
}

#review-order-wrapper p {
    margin-bottom: 5px !important;
}
#review-order-wrapper p span {
    
}


.contact-block {
    margin-bottom: 15px;
}

.invoice-kdp {
    margin-top: 25px;
}

.invoice-kdp .kdp-invoice-content .invoide-kpd-products-wrapper {
    margin-top: 25px;
}

.invoice-kdp .kdp-invoice-content .invoide-kpd-products-wrapper > .product-row {
    padding-left: 0 !important;
}

.invoice-kdp,
.contact-us,
.shopping-cart {
    border: 1px solid #eee;
    padding: 15px;
}
.invoice-kdp > .invoice-kdp-header,
.contact-us > .contact-us-cart-header,
.shopping-cart > .shopping-cart-header {
    text-align: center;
    padding: 5px 30px 5px 30px;
}

.shopping-cart > .shopping-cart-header > a {
    text-decoration: underline !important;
    position: absolute;
    right: 60px;
    top: 30px;
}
.invoice-kdp hr,
.contact-us hr,
.shopping-cart hr {
    margin: 5px 15px 20px 15px;
}
.shopping-cart .shopping-cart-products-list {
    max-height: 500px;
    overflow-y: auto;
}

.shopping-cart .shopping-cart-booking-dates {
    padding: 15px;
    font-size: 14px;
}
.product-row {
    padding: 15px;
    display: inline-flex;
    width: 100%;
}
.product-row .product-image {
    height: 75px;
    width: 75px;
    background-color: white;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.product-row .product-content {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.product-row .product-content > .product-info > .product-name {
    font-weight: 700;
}
.product-row .product-content > .product-info > .product-catalog {

}
.product-row .product-content > .product-info > .product-quantity {

}
.invoice-kdp .shopping-cart-subtotals {
    text-align: right;
    padding: 15px 15px 5px 15px;
}

.invoice-kdp  .shopping-cart-totals {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px 15px 15px;
    font-weight: 700;
}

.invoice-kdp .shopping-cart-totals > p {
    font-size: 16px !important;
}

.shopping-cart .shopping-cart-subtotals {
    padding: 15px 15px 5px 15px;
    text-align: right;
    /*font-weight: 700;*/
}
.shopping-cart .shopping-cart-totals {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px 15px 15px;
    font-weight: 700;
}

.shopping-cart .shopping-cart-totals p {
    font-size: 16px !important;
}

.panel-default > .panel-heading.active-collapse {
    background-color: #F2F2F2 !important;
}
.review-replace-order h3,
.client-info-billing-infor > h3,
.client-info-ordered-for > h3 {
    font-size: 20px;
    font-weight: 400 !important;
}
/*  END CHECKOUT PAGES     */

/* LANDING PAGE */
.catalog-group-magenta {
    background-color: #CD0754;
}
.catalog-group-blue {
    background-color: #3FC7F2;
}
.catalog-group-brown {
    background-color: #925041;
}
.catalog-group-green {
    background-color: #7AC143;
}

.catalog-group-banner {
    padding: 75px;
    /*width: calc(50% - 25px);*/
}
.catalog-group-banner.two-banner {
    width: calc(50% - 25px) !important;
}
.catalog-group-banner.three-banner {
    width: calc(33% - 25px) !important;
}
.catalog-group-banner.four-banner {
    width: calc(25% - 25px) !important;
}
/* END LANDING PAGE */

/* PRODUCT LIST */
.product-list-item {
    border: none !important;
}
.product-list-item .product-list-category {
    font-size: 11px;
}
.product-list-item .product-brand-title {
    font-size: 14px !important;
}
.product-list-item .product-brand {
    text-transform: capitalize !important;
    font-size: 14px;
    /*font-weight: 700;*/
    cursor: pointer;
    padding: 0;
}
.product-list-item .product-brand:hover {
    color: #CD0954;
    cursor: pointer;
}
.product-list-item .divWishList {
    position: absolute;
    top: 15px;
    right: 15px;
}
.product-list-item .product-code {
    font-size: 14px !important;
}
.product-list-item .product-name {
    font-size: 16px!important;
}
.product-list-item .pile-on-saved,
.product-list-item .price-pile-on,
.product-list-item .highlight,
.product-detail-countdown .highlight {
    color: #CD0954;
    font-size: 14px !important;
}
.highlight {
    color: #CD0954;
    font-weight: 100 !important;
}
/* END PRODUCT LIST */
/* PRODUCT DETAIL */
.customization {
    width: 100px !important;
    height: 80px;   
    margin-bottom: 8px;   
    margin-right:20px;
    padding-right: 0 !important;
    cursor: pointer;
}

.customizationsContainer{
    margin-bottom:40px;
}

.customization img {
    z-index: 1;
}

.customization .mz-thumb.active img {
    border: 2px solid #CD0954 !important;  
}

.customization .active {
    border: 2px solid #CD0954 !important;
}

.nameCust{
    font-size:12px;
    text-align:center;
}
/*.customization .mz-thumb-selected img {
    border: 2px solid #CD0954 !important;  
}*/


/*.customization img:hover {
    border: 2px solid #CD0954;
}*/

.customization .img-new-design:hover {
    border: 2px solid #CD0954;
}

.btn-new-desing {
    width: 100%;
    white-space: normal !important;
    display: inline-block;
    padding: 10px;
    background-color: #CD0954;
    font-weight: bold;
    color: #fff;
}
.btn-new-desing:hover{
    color: #fff;
    opacity: 0.8;
}
.img-new-design {
    position: relative;
    background-color: #fff;
    height: 100%;
}
.img-new-design a {
    display: contents !important;
}
.img-new-design img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.close-img-new-design {
    position: absolute;
    top: 0px;
    right: 2px;
    color: grey;
}
.close-img-new-design:hover {
    font-size: 16px;
}
/* END PRODUCT DETAIL*/
/* COUNTDOWN */
.component-countdown .element-countdown {
    text-align: left;
    font-size: 14px !important;
}

.component-countdown .ce-col {
    font-size: 14px;
    border: none !important;
    padding-bottom: 0 !important;
}

.component-countdown .ce-col {
    width: auto;
}

.component-countdown .ce-countdown--theme-3 .ce-col > * {
    padding-bottom: 0 !important;
    font-size: 14px !important    
}
.one_char {
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex !important;
    font-size: 14px !important;
    text-transform: lowercase !important;
}
.has-megamenu .one_char {
    height: 15px;
    padding-top: 4px;
}
.ce-days-label.one_char {
    width: 1ch;
}
.ce-hours-label.one_char {
    width: 1ch;
}
.ce-minutes-label.one_char {
    width: 12px;
}
.ce-seconds-label.one_char {
    width: 7px;
}
#countDownProducts {
    padding-left: 0 !important;
    display: inline-flex;
    align-items: baseline;
}

/* END COUNTDOWN */
/* ORDER CONFIRMATION */
.order-confirmation {
    margin-top: 25px;
}
.order-confirmation h3 {
    line-height: 7px;
}
.order-confirmation-number p {
    font-size: 19px !important;
}
.order-confirmation-number a {
    text-decoration: underline!important;
}
.order-hr-custom {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    border-color: #ddd;
}
/* END ORDER CONFIRMATION */

/* USER GROUP CONFIRMATION */
.custom-responsive-table {
    width: 100%;
}

#userGroupTable,
#fundingSources {
    border: 1px solid #ddd;
}

#userGroupTable > thead tr,
#fundingSources > thead tr {
    background: #f9f9f9;
}
.d-flex-table-col-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#fundingSourceControls,
#userGroupTableControls {
    display: flex;
}
#userGroupTableControls #userGroupTableSaveChangeBtn {
    margin-right: 15px;
}
#fundingSourceControls .input-group,
#userGroupTableControls .input-group {
    width: 100%;
}
#userGroupTable .fa,
#fundingSources .fa {
    cursor: pointer;
}
#userGroupTabs .nav-pills > li.active > a {
    background-color: #443738 !important;
}

#userGroupTable td {
    vertical-align: middle;
}
#userGroupTable .dropdown-menu .inner .selected > a {
    outline: none !important;
    background-color: #CD0954;
    color: white !important;
}
/* END USER GROUP CONFIRMATION */
/* SELECTIZE */
.selectize-control.contacts .selectize-input > div {
    padding: 1px 10px;
    font-size: 13px;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    color: #ffffff;
    background-color: #CD0954;
    border: 1px solid #CD0954;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.selectize-control .selectize-input > div.active {
    color: #ffffff;
    background-color: #CD0954;
    border: 1px solid #CD0954;
    border-color: #0051c1;
}

.selectize-control .selectize-input > div .email {
    opacity: 0.8;
}

.selectize-control .selectize-input > div .name + .email {
    margin-left: 5px;
}

.selectize-control .selectize-input > div .email:before {
    content: '<';
}

.selectize-control .selectize-input > div .email:after {
    content: '>';
}
.selectize-control.multi .selectize-input > div {
    background: #CD0954 !important;
    color: #ffff !important;
    border-radius: 10px !important;
}

.selectize-control.contacts .selectize-dropdown .caption {
    font-size: 12px;
    display: block;
    color: #a0a0a0;
}

.selectize-dropdown multi label {
    color: #2f130b !important;
}

.label-selectize-dropdown {
    color: #2f130b !important;
}

.vertical-align div span {
    cursor: default !important;
}
/* END SELECTIZE */

/* MODAL OUT OF STOCK */
#outOfStockPopUp .modal-header #outOfStockLabel {
    width: 90%;
    display: inline-block;
}
#outOfStockPopUp .modal-header .close {
    margin-top: 5px!important;
}
#outOfStockPopUp .modal-footer {
    border-top: none!important;
}
/* END MODAL OUT OF STOCK*/
/*
    MYPOS
*/
.border-bottom-0 {
    border-bottom: 0!important;
}
.table-header-hr {
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}
.filter-separator {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
.filters-title-refresh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-container {
    margin-top: 10px;
}
.totals-container {
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    padding: 10px !important;
    margin-left: 0px !important;
    margin-right: 0 !important;
}

#myPOSFilters .filter-name {
    font-size: 14px;
    font-weight: 600;
}

#myPOSFilters .panel-heading {
    padding: 0;
}
#myPOSFilters .panel-body {
    padding: 10px 0px 15px 1px;
}

#myPOSFilters .checkbox input[type="checkbox"] + label span {
    margin-left: 5px;
}

#myPOSFilters .checkbox input[type="checkbox"] + label::before {
    width: 16px;
    height: 16px;
    margin-left: -17px;
}
#myPOSFilters .checkbox input[type="checkbox"]:focus + label::before {
    outline: none;
    outline: none;
    outline-offset: 0;
}

#myPOSFilters .checkbox input[type="checkbox"] + label::after {
    background-color: #CD0754;
    color: #fff;
    border-radius: 3px;
    padding-left: 3px;
    margin-left: -17px;
}

#myPOSFilters .btn-nav-accordion[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

#myPOSFilters .btn-nav-accordion[aria-expanded="false"] .fa-chevron-down {
    transition: all 0.3s ease;
}

#myPOSFilters .checkbox.filterItem {
    display: flex;
    left: 4px;
}

#divChartBrand .table-border,
#divChartProgram .table-border {
    border: 1px solid #ddd !important;
}
.table-content-border {
    border: 1px solid #ddd !important;
    padding: 0 10px 10px 10px;
}

.d-flex-align-items-center {
    display: flex;
    align-items: center;
}

.myPOS-searcher {
    padding-bottom: 10px;
}
.myPOS-searcher input {
    border-left: 0;
}
.myPOS-searcher input:focus {
    border-color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important
}
.view-more {
    color: #CD0954;
    text-decoration: none;
    padding-top: 10px;
}
.view-more a {
    color: #CD0954;
    font-style: italic;
}

/*
    DATEPICKER PRODUCT LIST BOOKING
*/
#datePickersFilterContainers {
    padding-top: 10px;
    padding-bottom: 10px;
}
#datePickersFilterContainers .fa-calendar {
    position: absolute;
    z-index: 4;
    left: 0;
    padding: 10px 10px 10px 10px;
    color: #8d8d8d;
}
#datePickerButton {
    color: #CD0954;
    position: absolute;
    font-weight: bold;
    background: transparent;
    z-index: 4;
    right: 1px;
    bottom: 1px;
    top: 1px
}

input::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 3;
}

@media only screen and (max-width: 100em) {
    #datePickerButton {
        padding-right: 5px !important;
        padding-left: 0px !important;
        font-size: 10px;
        top: 4px;
    }
}


/* TABLE WITH DIV */
#resp-table {
    width: 100%;
    display: table;
}

#resp-table-body {
    display: table-row-group;
}

#resp-table-body #products-items-wrapper {
    display: contents;
}

.resp-table-div-header {
    display: table-row-group !important;
}

.resp-table-div-row-header {
    display: table-row;
}

.resp-table-div-body {
    display: table-row-group !important;
}

.table-products-list-limit-height {
    height: 850px !important;
}

.resp-table-row {
    display: table-row;
}
.table-header-cell {
    display: table-cell;
    border: 1px solid #dddddd;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}
.table-body-cell {
    display: table-cell;
    border-bottom: 1px solid #dddddd;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    text-align: center;
}
.table-body-cell.table-body-cell-total {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
}
.custom-image-js {
    margin-bottom: 20px;
}

.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
/* MODAL UPLOAD FILE */
.table-loader {
    width: fit-content;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9;
}

.table-data-loading {
    background: #eee;
    opacity: 0.8;
    pointer-events: none;
}

/*sustainability*/

.sustainabilityMainTitle {
    margin-top: 40px;
}

.sustainabilityTitle {
    font-weight: bold;
    color: #7f7f7f;
}

.sustainabilityMeasure {
    font-weight: bold;
    color: black;
    font-size: 22px;
}

.sustainabilityUnits {
    font-weight: bold;
    color: #7f7f7f;
}

.categorySustIcon {
    font-size: 25px !important;
    color: #7f7f7f;
    background-color: #efefef;
    padding: 10px;
    border-radius: 9px;
    min-width: 46px;
    text-align: center;
}

.progress-container {
    height: 0.8rem;
    border-radius: 0.4rem;
    background: #eee;
}

    .progress-container .progressBar {
        height: 100%;
        width: 0;
        border-radius: 0.4rem;
        transition: width 0.4s ease;
    }

.cell-imagens-container {
    vertical-align: middle;
}

    .cell-imagens-container > a {
        margin: 0px 0px 0px 1px;
        padding: 4px 2px 2px 2px;
    }

/*        .cell-imagens-container > a:hover {
           
            border-radius: 50%;
            -webkit-border-radius: 50%;
            box-shadow: 0px 0px 10px 10px #ec731e;
            -webkit-box-shadow: 0px 0px 10px 10px #ec731e;
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
        }*/