html {
    overflow-x: hidden;
}

h1 {
    color: #333438;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                           not supported by any browser */
}

.global-indicator .indicator-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
}

.global-indicator .loader, .global-indicator img {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    z-index: 1041;
    color: #fff;
}

input::-ms-clear {
    display: none;
}

.breadcrumb a {
    color: #000;
    line-height: 40px;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.one_third {
    width: 30.650%;
}

.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
    position: relative;
    margin-right: 4%;
    float: left;
}

.distribution-list-container .quantity {
    width: 200px;
}

@media (max-width: 767px) {
    .distribution-list-container .quantity {
        width: 100px;
    }
}

.distribution-list-container .quantity input {
    width: 100%;
}

.product > div {
    height: 265px !important
}

.products-subcategory .product > div {
    height: 390px !important
}

@media (max-width: 700px) {
    .products-subcategory .btn-configure {
        width: auto !important;
    }
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.radio-box > label:hover {
    border: 1px solid #87b7db;
}

.owl-carousel .owl-item img {
    transform-style: flat;
}

.radio-box > label.active {
    border: 1px solid #87b7db;
}

.cc_banner-wrapper {
    z-index: 9001;
    position: relative
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    transition: font-size 200ms;
    line-height: 1em
}

.pay-icon {
    color: #c90c10;
}

.pay-icon:hover {
    color: #106eb6;
}

.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

.cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    background-size: cover;
    opacity: 0.9;
    transition: opacity 200ms
}

.category-info.category-upload {
    text-align: center;
    padding: 0;
    width: 100%;
}

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
    opacity: 1
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }

    .cc_container .cc_message {
        font-size: 0.8em
    }
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size: 1em
    }

    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em
    }
}

@media print {
    .cc_banner-wrapper, .cc_container {
        display: none
    }
}

.cc_container {
    background: #222;
    color: #fff;
    font-size: 17px;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    .cc_container {
        padding: 15px 30px 15px;
    }
}

/* 404 Error Page */
.error_pagenotfound {
    padding: 50px 30px 58px 30px;
    margin: 0 auto;
    width: 59%;
    background-color: #fff;

    border-bottom: 5px solid #eee;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.error_pagenotfound strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #e3e3e3;
    font-weight: normal;
    margin-bottom: 10px;
    text-shadow: 5px 5px 1px #fafafa;
}

.error_pagenotfound b {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #999;
    margin: 0;
    font-weight: 300;
}

.error_pagenotfound em {
    display: block;
    font-size: 18px;
    line-height: 59px;
    color: #CC0000;
    margin: 0;
    font-style: normal;
}

.error_maintenance {
    padding: 90px 30px 58px 30px;
    border-bottom: 0;
}

.error_maintenance .margin_top {
    margin-top: 4em;
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
}

.cc_container {
    background: #222;
    color: #fff;
    font-size: 17px;
    box-sizing: border-box;
}

.cc_container .cc_btn {
    padding: 8px 10px;
    background-color: #cc0000;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    width: 20px;
    margin-left: 10px;
    float: right;
    max-width: 120px
}

.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: 0.6em;
    display: block
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em
    }

    .cc_container .cc_message {
        margin-top: 0.5em;
        font-size: 0.8em
    }
}

.box > span > a {
    display: inline-block;
    margin-top: 10px;
}

.points-circle {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 21px;
    line-height: 50px;
    border-radius: 100px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    text-align: center;
    white-space: nowrap;
}

.points-circle.small-points {
    font-size: 15px;
    line-height: 25px;
}

.awards-for-configurator-container .points span.pointsCount {
    font-size: 21px
}

.points-circle.medium-points span.pointsCount {
    font-size: 16px;
    margin-left: -7px;
}

.points-circle.small-points span.pointsCount {
    font-size: 15px;
    margin-left: 0;
}

.points-circle.small-points span:first-child {
    margin-top: 2px;
}

.points-circle.small-points.xsmall-points span {
    margin-left: -6px;
}

.points-circle.small-points span {
    display: block;
}

.sp-slides .desciption {
    font-size: 12px;
    text-transform: none;
}

.cc_banner.cc_container a {
    text-align: center;
    color: #fff;
    width: 30px;
    text-decoration: none;
}

.sp-slides .desciption, .sp-slides .name {
    text-shadow: 0 0 7px rgba(255, 255, 255, 1);
    text-align: center;
    width: 100%;
    font-size: 16px;
}

.bonus-products h4.sp-layer {
    width: 100%;
}

.config-parameters-box h1, .config-price-box h1, .config-summary-box h1 {
    margin-top: 0;
}

.category-info.config-info .btn-default {
    background-color: #f3f4f6 !important;
    border-color: #d2d4d9 !important;
}

.category-info.config-info .active.btn-success, .category-info.config-info .active.btn-success:hover {
    border-color: #d2d4d9 !important;
    background-color: #d2d4d9;
    color: #000;
}

.category-info.config-info .active.btn-success:hover {
    background-color: #d2d4d9 !important;
    border-color: #d2d4d9 !important;
}

.summary-data .price-box {
    margin-bottom: 20px;
}

.summary-data .points-box {
    margin-top: 0;
}

.config-parameters-box .selectize-input {
    font-weight: bold;
    border-radius: 0;
}

.config-parameters-box .selectize-dropdown, .selectize-dropdown.form-control {
    border-radius: 0;
}

.config-parameters-box .selectize-input.focus {
    border-color: #d1d4d9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(209, 212, 212, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(209, 212, 212, 0.6);
}

.config-parameters-box .legend-container {
    padding: 15px 0;
}

.price-box-container {
    margin-bottom: 40px;
}

.no-padding {
    padding: 0 !important;
}

.compilant-info-box {
    padding-bottom: 10px;
}

.complain-details-container .row .row-height .name {
    text-align: right;
}

@media (max-width: 992px) {
    .complain-details-container.config-main .row .row-height .name {
        width: 33.33333333%;
    }

    .complain-details-container.config-main .row .row-height .value {
        width: 66.66666667%;
    }

}

@media (max-width: 560px) {
    .complain-details-container.config-main .row .row-height .name {
        width: 100%;
        font-weight: bold;
        text-align: left;

    }

    .complain-details-container.config-main .row .row-height .value {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .config-main .row .row-height .col-xs-4, .config-main .row .row-height .col-xs-7 {
        width: 100%;
        display: block;

    }

    .config-main .row .row-height .col-xs-1 {
        display: none;
    }
}

.bonus-products img {
    margin-top: 40px;
}

.gallery-box img {
    border: 1px solid #f3f4f6;
    padding: 10px;
}

a:focus {
    outline: none;
}

a::-moz-focus-inner {
    border: 0;
}

.upload-boxes .product-params ul {
    margin: 0 !important;
}

.config-parameters-box .owl-carousel h4 {
    color: #000;
}

.upload-box-thumbs-container {
    border-bottom: 0;
}

.upload-box-thumbs-container h1 {
    text-transform: uppercase;
    font-weight: 700;
}

.panel-boxes-group .thumb-img {
    cursor: pointer;
    width: 100%;
}

.panel-boxes-group {
    margin-top: 10px;
}

.panel-boxes-group .thumb-img img {
    margin: 0 auto;
}

.panel-boxes-group .thumb.active {
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.label-clickable.has-error {
    color: #a94442;
}

.dropzone.hover .img-box {
    background-color: #d6d7dd;
}

.section01 {
    text-align: center;
}

.section01 .img-box {
    border: 1px #d3d4d9 solid;
    height: 380px;
    position: relative;
    text-align: center;
    background-color: #fff;
}

.section01 .img-box > div {
    display: inline-block;
    left: 50%;
    line-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.section01 .img-box > div > img {
    margin: 0 auto;
}

.section01 .img-box > div > h4 {
    margin-bottom: 35px;
}

.section01 .img-box > div > span {
    display: block;
    line-height: 220%;
}

.price-type-switch label {
    background: #d2d4d9;
}

.price-type-switch label:hover {
    background: #d2d4d9;

}

.price-type-switch.gross label:first-child, .price-type-switch.net label:last-child {
    background: #f3f4f6;
    cursor: pointer;
}

.price-type-switch.gross label:first-child:hover, .price-type-switch.net label:last-child:hover {
    background: #d2d4d9;
}

.hide.show {
    display: initial !important;
}

.login-container label {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #727272;
}

.default-box {
    margin-top: 50px;
    margin-bottom: 80px;
    position: relative;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top30 {
    margin-top: 30px !important;
}

.margin-top40 {
    margin-top: 40px !important;
}

.default-box .input-group:first-child {
    padding-top: 15px;
}

.default-box .input-group {
    padding: 8px 0;
}

.default-box .input-group .checkbox {
    margin-top: 0;
}

.default-box label {
    width: 100%;
    font-weight: normal;
}

.default-box label em {
    color: #c90c10;
}

.default-box .help-block {

    font-size: 12px;
}

.registration-box .js-invoice-type {
    line-height: 30px;
}

.default-box .glyphicon.glyphicon-question-sign {
    float: right;
}

.registration-box.info-box {
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .registration-box.info-box {
        clear: both;
    }
}

.registration-box.info-box h4 {
    margin-bottom: 20px;
    font-weight: 600;
}

.registration-box.info-box img {
    max-width: 100%;
    height: auto;
}

.registration-box.info-box .btn {
    white-space: normal;
}

.registration-box, .login-box, .reminder-box {
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
}

.registration-box {
    margin-top: 10px;
}

.registration-box .buttons-container {
    margin-bottom: 20px;
}

.reminder-box .form-group {
    position: relative;
}

.reminder-box button {
    margin-top: 30px;
    margin-bottom: 10px;
}

.reminder-box label {
    font-weight: normal;
}

.reminder-box .glyphicon.glyphicon-question-sign {
    float: right;
}

.reminder-box .help-block {
    font-size: 12px;
}

.reminder-box .parsley-required {
    color: #a94442;
}

.reminder-box .control-label {
    width: 100%;
}

.reminder-box em {
    color: #c90c0f;
}

.login-box .input-group:first-child {
    padding-top: 15px;
}

.login-box .input-group {
    padding: 8px 0;
}

.login-box .input-group .checkbox {
    margin-top: 0;
}

.login-box .help-block {
    position: absolute;
    top: 47px;
    left: 0;
    font-size: 12px;
}

.registration-box label {
    font-weight: normal;
    text-align: left;
}

.price-box.gross .option.net, .price-box.net .option.gross {
    display: none;
}

.registration-box .help-block {
    font-size: 12px;
    color: #a94442;
}

.registration-box .parsley-required {
    color: #a94442;
}

.registration-box .control-label {
    width: 100%;
}

.registration-box em {
    color: #c90c0f;
}

.registration-box .glyphicon.glyphicon-question-sign {
    float: right;
}

.registration-box .marketing-terms p {
    display: inline;
    font-size: 11px;
}

.registration-box .marketing-terms em {
    font-size: 11px;
}

.registration-box h5 {
    font-weight: bold;
}

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

.selectize-control.form-control.product-option {
    border: 0 none !important;
}

.price-box .selectize-control.single .selectize-input:after {
    color: #3e4247;
    font-family: "printup" !important;
    font-weight: normal !important;
    font-size: 24px !important;
    border: 0;
    position: absolute;
    top: 8px;
    right: 12px;
    content: "F";
    height: 20px;
    width: 20px;
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
}

.price-box .selectize-control.single .selectize-input.disabled {
    background-color: #f8f8fa;
    border: 1px solid #d1d4d9;
    opacity: 1;
    color: #707072;
}

.price-box .selectize-control.single .selectize-input.disabled:after {
    content: " ";
}

.price-box .selectize-control.single .selectize-input.input-active:after {
    color: #c90c0f;
    margin-top: -3px;
}

.modal-dialog {
    margin: 90px auto
}

.btn-primary {
    background-color: #c00;
    border-color: #c00;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #666;
    border-color: #c00;
    color: #fff;
}

.btn-xxs {
    font-size: 11px !important;
    padding: 1px 5px;
}

.selectize-control .selectize-input.disabled:after {
    border-color: transparent !important;
}

.cart-product-image {
    max-height: none;
    text-align: center;
}

.cart-product-image .fa {
    font-size: 50px;
}

.user-panel-tabs {
    border-bottom: none;
    padding-bottom: 16px;
    padding-top: 16px;
}

.user-panel-tabs > li > a {
    padding-left: 14px;
    padding-right: 14px;
    border: 0;
}

.user-panel-tabs > li > a:hover {
    border-bottom: 0;
    border-radius: 0;
}

.user-panel-tabs > li.active > a,
.user-panel-tabs > li.active > a:hover {
    border: none;
    background: #eee;
    border-radius: 0;
    border-bottom: 0;
}

div#customers_filter input {
    border-radius: 0;
}

div.modal-dialog {
    margin-top: 120px;
}

form.user-panel-form {
    margin-top: 16px;
}

form.user-panel-form input[type=checkbox] {
    width: auto;
    margin: 0 auto;
}

form.user-panel-form input,
form.user-panel-form select {
    border-radius: 0;
    width: 100%;
}

.pagination .active span,
.pagination .active span:hover {
    background: #c90c10;
    border-color: #c90c10;
}

.nav-template-cloud li.active > a,
.nav-template-cloud li.active > a:hover {
    border-radius: 0;
    background: #c90c10;
}

.nav-template-cloud li.active > a > span.badge {
    color: #c90c10;
}

.invoice-preview .center {
    text-align: center !important;
}

.invoice-preview .right {
    text-align: right !important;
}

.invoice-preview .left {
    text-align: left !important;
}

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

.invoice-preview .bottom {
    vertical-align: bottom !important;
}

.invoice-preview .top {
    vertical-align: top !important;
}

.invoice-preview .b {
    font-weight: bold;
}

.invoice-preview .pt {
    padding-top: 1em;
}

.invoice-preview .round {
    border-radius: 8pt;
}

.invoice-preview .nw {
    white-space: nowrap;
}

.invoice-preview a {
    text-decoration: none;
}

.invoice-preview .borderless {
    border: none !important;
}

.invoice-preview .bordered td, .bordered th {
    border-left: 0.5pt solid #E0E0E0;
    border-right: 0.5pt solid #E0E0E0;
    padding: 2pt;
}

.invoice-preview h2 {
    font-weight: bold;
    font-size: 20pt;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    color: #c90c10;
}

.invoice-preview h3 {
    font-weight: bold;
    font-size: 12pt;
    margin-top: 5pt;
    margin-bottom: 0;
    text-align: left;
    color: #c90c10;
}

.invoice-preview table {
    width: 100%;
    border: 0;
    padding: 0;
}

.invoice-preview tr.center td, tr.center th {
    text-align: center !important;
}

.invoice-preview td {
    vertical-align: top;
}

.invoice-preview .summary {
    margin-top: 1em;
    margin-bottom: 1em;
    width: auto;

}

.invoice-preview .summary td {
    padding: 4px;
    vertical-align: middle;
}

.invoice-preview .summary th {
    font-weight: normal;
    text-align: right;
    padding: 4px;
    white-space: nowrap;
    vertical-align: middle;
}

.invoice-preview .items {
    margin-top: 1em;
    margin-bottom: 1em;
}

.invoice-preview .items tfoot tr.bordered td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.invoice-preview .items thead tr {
    background-color: #EAEAEA;
}

.invoice-preview .items th {
    border: 1px solid #E0E0E0;
    text-align: center;
    font-weight: bold;
    padding: 5px 2px;
    color: #c90c10;
}

.invoice-preview .items tbody tr:nth-child(even) {
    background-color: #F8F8F8;
}

.invoice-preview .items tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}

table .odd {
    background-color: #F8F8F8;
}

.invoice-preview .items tbody td {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 2px;
    text-align: right;
}

.invoice-preview .items tbody tr:last-child td, .invoice-preview .items tfoot tr.bordered:last-child td {
    border-bottom: 1px solid #E0E0E0;
}

.invoice-preview .borderless {
    border: none !important;
}

.invoice-preview .bordered td, .invoice-preview .bordered th {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 2px;
}

.invoice-preview h2 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    color: #c90c10;
}

.invoice-preview h3 {
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
    color: #c90c10;
}

.invoice-preview table.invoice-data td {
    padding: 5px;
}

.invoice-detalis-name {
    width: 30%;
}

.invoice-preview .summary-price {
    color: #c90c10;
    font-size: 18px;
}

.invoice-preview tr.total th {
    text-align: right !important;
}

.template-container .thumbnail {
    border-radius: 0;
    padding: 12px;
}

.order-counters div {
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-align: center;
}

.order-counters .well {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 20px 0 50px 0;
}

.order-counters h3 {
    font-size: 21px;
    line-height: 20px;
}

.project-container .thumbnail {
    padding: 10px;
    margin-bottom: 30px;
}

.project-container .thumbnail input[type=text] {
    margin-right: 10px;
    line-height: 27px;
}

.project-container .thumbnail .actions button {
    color: #C00;
    text-decoration: none;
    border: 0;
    background: transparent;
    font-size: 14px;
    margin: -5px 0 0 0;
    padding: 0;
    height: 24px;
}

.project-container .thumbnail .actions {
    margin: 10px;
    text-align: center;
}

.project-container div.thumbnail {
    height: 500px !important;
}

.project-container div.thumbnail ul {
    padding-left: 0;
}

.project-container div.thumbnail ul li {
    list-style-type: none;
}

.upload-details-container .description ul {
    margin-bottom: 0;
}

.upload-details-container .description ul:last-child {
    margin-bottom: 10px;
}

div.thumbnail .description {
    overflow: auto
}

div.thumbnail .description ul {
    height: 150px
}

.cart-items-container .buttons {
    margin: 0 0 10px 0;
}

.cart-items-container ul, .details-box ul {
    padding-left: 0;
    font-size: 12px;
}

.cart-header-separator {
    margin: 0 15px;
}

.details-box ul {
    list-style-type: none;
}

.cart-items-container em.star,
.cart-items-container small.note {
    color: #c00;
}

.cart-items-container span.price small {
    padding-left: 8px;
}

.cart-items-container li {
    list-style: none;
}

.cart-items-container td.cart-options {
    text-align: center;
}

.cart-items-container td.cart-options a {
    padding: 0 4px;
}

.cart-items-container .table-cart-content thead > tr > th:last-child {
    padding-right: 8px;

}

.table-cart-content .comment {
    padding: 10px 0;
}

.table-cart-content .comment .text {
    padding: 10px 0;
}

.cart-items-container .table-cart-content thead > tr > th:last-child i {
    color: #c00;
    font-size: 1.2em;
    cursor: pointer;
}

.cart-items-container td.smaller {
    font-size: 12px;
}

.cart-items-container div.shipment-info {
    margin: 10px 0;
}

#dispatches-container div.shipment-info {
    margin-bottom: 3px;
}

#dispatches-container div.shipment-info .label {
    display: inline-block;
    margin: 0;
    line-height: normal;
    padding: 1px 6px;
}

.cart-item .cart-image {
    vertical-align: middle;
    text-align: center;
}

.cart-item .cart-image a {
    /*color: #000;*/
}

.cart-item .cart-image h5 {
    font-size: 11px;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 12px;
    font-style: normal
}

#cart-sidebar {
    font-size: 20px;
    line-height: 35px;
    padding: 0 10px 10px 10px;
    width: 24%;
    position: absolute;
}

#cart-sidebar .cart-sidebar-inside {
    background-color: #FFF;
    padding: 5px;
    z-index: 500;
}

.order-details-container table .odd {
    background-color: #f3f4f6;
}

.order-details-container {
    position: static;
    min-height: 480px;
}

.cart-sidebar-container {
    background-color: #FFF;
    position: static;
}

.cart-sidebar-container h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 18px;
}

.cart-sidebar-container h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
}

.cart-sidebar-container hr {
    margin-top: 12px;
    margin-bottom: 6px;
}

.cart-sidebar-container .floatingInfoRow,
.cart-sidebar-container .floatingInfoRow h3,
.cart-sidebar-container .floatingInfoRow h4 {
    display: inline-block;
}

.cart-sidebar-container .floatingInfoRow span.label {
    font-size: 14px;
}

.cart-summary-section {
    border-radius: 0;
    border: 1px solid #ddd;
    margin: 20px 0;
    padding: 16px;
}

.cart-summary-section .tracking-info {
    margin-bottom: 10px;
}

.cart-summary-section .cart-summary-section-address {
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 25px;
}

.cart-summary-section .separator {
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 1px;
    margin: 20px 0;
}

.cart-summary-section .cart-summary-section-item:last-child .separator {
    border-bottom: 0;
    margin: 0 0;
}

.cart-buttons {
    padding: 10px;
}

@media screen and (max-width: 991px) {
    .checkbox-container {
        width: 24.33333333%;
        margin: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .checkbox-container {
        width: 8.33333333%;
        margin: 0 !important;
    }

    .checkbox-container .label_check {
        padding-left: 0;
    }

    .cart-summary {
        margin-top: 20px;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .cart-buttons a {
        width: 100%;
        margin-bottom: 10px;
    }
}

.cockpit-all,
.cockpit-all h3 a {
    color: #15B2EB !important;
}

.cockpit-unpaid,
.cockpit-unpaid h3 a {
    color: #FA4343 !important;
}

.cockpit-paid,
.cockpit-paid h3 a {
    color: #40C25E !important;
}

.cockpit-orders {
    color: #15B2EB;
}

.cockpit-bonus-points {
    color: #FEBC1D;
}

.cockpit-orders,
.cockpit-bonus-points {
    height: 180px;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

.cockpit-orders span,
.cockpit-bonus-points span {
    font-size: 100%;
}

.cockpit-orders div,
.cockpit-bonus-points div {
    margin: 40px 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
}

#plan {
    padding-top: 10px;
}

.user-notes textarea {
    width: 100%;
    height: 100px;
}

.user-notes .edit.notes {
    margin-top: 20px;
}

.user-notes .user-notes-buttons {
    margin-top: 20px;
}

.user-notes #user-notes-text {
    margin: 20px 0;
}

#plan .well,
#regions .well {
    width: auto;
    margin-top: 10px;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;;
    border-radius: 0;
}

#regions .selectize-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;;
    border-radius: 0;
}

#plan input {
    margin-right: 10px;
    padding-left: 6px;
}

.cities-col div {
    margin-top: 16px;
    padding-left: 0;
}

.orders-table .comments {
    font-size: 12px;
}

.orders-table .comments .comment-item {
    padding: 5px 0;
}

.orders-table .comments .comment-item .comment-name {
    margin: 10px 0 0 0;
}

.orders-table .comments .comment-item .comment-content {
    margin: 10px 0 10px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.orders-table .comments .comment-item:last-child .comment-content {
    padding-bottom: 0;

    border-bottom-width: 0;
}

.orders-table .cart-product-image {
    width: 100px;
    padding: 0;

}

button.cityButton {
    width: 100%;
    margin: 5px 5px 5px 0 !important;
    border: 1px solid #000;
}

.unadressed-mailing-info {
    margin-bottom: 30px;
    margin-top: 20px;
}

.table-unadressed-mail-content {
    padding-top: 16px;
    margin-top: 20px;
}

.cart-sidebar-inside {
    font-size: 22px;
}

.cart-sidebar-inside .cart-submit-button-container {
    font-size: 16px;
    margin-top: 20px;
}

.form-control,
.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;;
    border-radius: 0;
}

.owl-carousel .banner-title {
    position: absolute;
    top: 16%;
    left: 6%;
}

.owl-carousel .banner-content {
    position: absolute;
    bottom: 38%;
    left: 6%;
}

.owl-carousel .banner-input {
    position: absolute;
    bottom: 26%;
    left: 6%;
}

/* style bannerów */
.owl-carousel .bannerStyle1 .banner-title {
    position: absolute;
    top: -3%;
    left: 2%;
    font-size: 33px;
}

.owl-carousel .bannerStyle1 .banner-content {
    position: absolute;
    bottom: 10%;
    left: 2%;
}

.owl-carousel .bannerStyle1 .banner-input {
    position: absolute;
    bottom: 11%;
    right: 4%;
    left: auto;
}

.owl-carousel .btn,
.owl-carousel .btn:hover {
    border: 0;
}

.complaint-container .reason-row {
    padding-bottom: 10px;
    padding-right: 30px;
    clear: both;
}

.complaint-container input {
    height: 36px;
}

.complaint-container .delete {
    position: absolute;
    top: 31px;
    right: -15px;
}

.complaint-container .error {
    color: #c90c0f;
    font-size: 13px;
    padding-bottom: 15px;
}

.complaint-container .add-reason-container {
    padding: 0 15px 20px 15px;
}

.complaint-container .additional-list {
    position: relative;
    top: -10px;
}

.ui-datepicker {
    background-color: #fff !important;
    border: 1px solid #66AFE9 !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px rgba(102, 175, 233, .6) !important;
    display: none;
    margin-top: 4px !important;
    padding: 10px;
    width: 240px;
}

.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none !important;
}

.ui-datepicker .ui-datepicker-calendar a:hover,
.ui-datepicker .ui-datepicker-calendar td:hover a {
    color: #2A6496 !important;
    -webkit-transition: color 0.1s ease-in-out !important;
    -moz-transition: color 0.1s ease-in-out !important;
    -o-transition: color 0.1s ease-in-out !important;
    transition: color 0.1s ease-in-out !important;

}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px !important;
    text-align: center !important;
    border: 0;
    background: #fff;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700 !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    font-family: 'Glyphicons Halflings', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    font-style: normal !important;
    font-weight: normal !important;
    height: 20px !important;
    line-height: 1 !important;
    margin-top: 2px !important;
    width: 30px !important;
    background-image: none !important;
    color: #106eb6 !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: transparent !important;
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\e079" !important;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\e080" !important;
}

.ui-datepicker .ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px !important;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out !important;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out !important;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out !important;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out !important;
    padding: 5px 0 !important;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee !important;
    cursor: pointer !important;
}

.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none !important;
}

.ui-datepicker .ui-datepicker-current-day {
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff !important;
    cursor: default !important;
}

.ui-datepicker .ui-datepicker-title select {
    background-color: #fff;
    border: 1px solid #d2d4d9 !important;
    font-size: 12px !important;
    font-weight: normal;
    padding: 5px 2px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #ffffff none !important;
    border: 0 !important;
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar th span {
    color: #106eb6 !important;
}

.ui-datepicker-calendar .ui-state-hover, .ui-datepicker-calendar .ui-state-focus {
    background-color: #eaf0ff !important;
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #106eb6 !important;
    background-color: #eaf0ff !important;
}

.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    padding: 2px 0 !important;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: transparent !important;
}

.ui-datepicker .ui-datepicker-next {
    top: 5px !important;
    right: 5px !important;
    cursor: pointer !important;
}

.ui-datepicker .ui-datepicker-prev {
    top: 5px !important;
    left: 5px !important;
    cursor: pointer !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    top: 5px !important;
    right: 5px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    top: 5px !important;
    left: 5px !important;

}

.unaddressed-mailing-modal .modal-title {
    padding: 10px 10px 20px 10px;
}

#unaddressed-mailing-sidebar {
    width: 291px !important;
}

@media screen and (max-width: 1270px) {
    #unaddressed-mailing-sidebar {
        width: 23% !important;
    }
}

.config-main {
    min-height: 600px;
    margin-top: 20px;
}

.bonus-products-rows {
    margin-bottom: 50px;
    margin-top: 50px;
}

.bonus-products-rows .product {
    position: relative;
}

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

@media screen and (max-width: 1000px) {
    .floating-sidebar-container {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .bonus-products-rows .points {
        text-align: center;
    }
}

.bonus-products-rows .quantity {
    position: absolute;
    bottom: 10px;
    left: 0;
}

.bonus-products-rows .points {
    position: absolute;
    bottom: 50px;
    left: 0;
}

.bonus-products-rows .product > div {
    height: 290px !important;
}

.bonus-products-rows .pic {
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
}

.bonus-products-rows .pic img {
    max-height: 120px;
    margin: 0 auto;
}

.bonus-products-rows .name {
    position: absolute;
    top: 150px;
    left: 0;
    font-weight: 600;
    text-align: center;
}

.bonus-products-rows .name a {
    color: #000;
    text-decoration: none;
}

.bonus-products-rows .name a:hover {
    color: #106eb6;
}

.bonus-products-rows .manufacturer {
    position: absolute;
    top: 200px;
    left: 0;
    font-weight: 600;
    text-align: center;
}

.project-container .thumbnail input[type=text] {
    font-size: 12px;
}

.project-container .project-name {
    font-size: 18px;
}

.user-panel-form label {
    font-weight: normal;
}

.navbar-default {
    z-index: 1000 !important;
}

.btn-default {
    border: 1px solid #888888;
}

.btn-default:hover {
    border: 1px solid #888888;
}

.site_wrapper {
    min-height: 500px;
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #000;
}

#parsley-id-multiple-invoice_preference,
#parsley-id-multiple-invoice_recipient {
    display: none;
}

.invoice-preference-container,
.invoice-recipient-container {
    line-height: 26px;
}

.modal-body label {
    font-weight: normal;
}

.add-required-star .control-label:after {
    content: "*";
    color: red;
}

@media screen and (min-width: 816px) {
    .navbar-right .static {
        display: none;
    }

    .navbar-right .modal_init {
        display: default;
    }

}

@media screen and (max-width: 815px) {
    .navbar-right .static {
        display: default;
    }

    .navbar-right .modal_init {
        display: none;
    }

}

.radio-boxes > div > .radio-box > label > span.no-points {
    color: #BBBBBB
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.awards-for-configurator-container div.pic {
    position: relative;
}

.awards-for-configurator-container .points {
    position: absolute;
    top: 20px;
    left: 30px;
    text-transform: capitalize;
}

.awards-for-configurator-container .points span {
    font-size: 14px;
}

.awards-for-configurator-container .container {
    position: relative;
}

.awards-for-configurator-container .name {
    text-align: center;
    margin: 10px 0;
    color: #000;
}

.filter-select {
    background-color: transparent !important;
    border: 0 !important;
    font-size: 14px;
    cursor: pointer;
}

.filter-container small {
    font-size: 17px;
}

@media screen and (max-width: 880px) {
    .filter-container .showlist {
        display: none;
    }
}

@media screen and (max-width: 620px) {
    .filter-container .showfilters {
        margin-top: -30px;
    }
}

.filter-container .showfilters, .filter-container .showlist {
    width: 200px;
}

.filter-container .filter-text {
    line-height: 35px;
    display: block;
    float: left;

}

.search-box-conrainer {
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
}

.search-box-conrainer input {
    font-size: 14px;
    padding: 5px 10px;
}

.search-box-conrainer button {
    float: none;
    margin: 5px 0 0 0;
}

@media screen and (max-width: 1000px) {
    .search-box-conrainer {
        float: none;
    }

    .search-box-conrainer input {
        width: 300px;
    }
}

.search-box-conrainer button > span {
    font-size: 22px;
}

.search-box-conrainer button {
    color: #666;
    background-color: transparent;
}

.cms-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.products-rows:before {
    height: 2px;
}

.search_modal input:focus {
    outline-color: transparent;
}

.search-results-text {
    line-height: 40px;
    font-size: 15px;
}

.show-details-on {
    outline: none !important;
}

.show-details-on.on {
    text-decoration: none;
}

.cart-product-image .img-responsive {
    margin: 0 auto;
}

.fancybox-nav {
    width: 20% !important;
    height: 85% !important;
}

.icon-boxes.radio-boxes > div > .radio-box {
    min-height: 170px;
    max-height: 170px;
}

.icon-boxes.radio-boxes > div > .radio-box > label {
    min-height: 140px;
}

.logregform .feildcont label {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #727272;
}

.logregform .feildcont input {
    float: left;
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px;
}

.price-type-switch label:hover {
    background: #d2d4d9;

}

.price-type-switch.gross label:first-child, .price-type-switch.net label:last-child {
    background: #f3f4f6;
    cursor: pointer;
}

.price-type-switch.gross label:first-child:hover, .price-type-switch.net label:last-child:hover {
    background: #d2d4d9;
}

.hide.show {
    display: initial !important;
}

.panels-box .hide.show {
    display: block !important;
}

.panels-box .box {
    margin-top: 0;
}

.panels-box .box.summary-data-info {
    padding: 0 0 30px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 500;
}

.delivery-time-container .points {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
}

.font14 {
    font-size: 14px;
}

.font10 {
    font-size: 10px;
}

.font_light_gray {
    color: #c8c9cb;
}

.cart-header .category-title small {
    color: #c8c9cb;
    font-size: 55%;
    font-weight: 600;
}

.col-delivery-left {
    padding-right: 15px;
    float: left;
    width: 5%;
}

.cart-product-image h5 {
    font-size: 11px;
}

@media screen and (max-width: 1200px) {
    .cart-product-image {
        padding: 12px 6px;
    }
}

@media screen and (max-width: 768px) {
    .cart-product-image {
        padding: 12px 6px;
    }
}

.cart-product-top h5 {
    margin-top: 5px;
}

.cart-product-top .comment {
    padding-top: 2px;
    padding-bottom: 7px;
    font-size: 12px;
}

.row-delivery .lp {
    margin-right: 20px;
}

.configurator-times-up {
    margin: 15px 0;
    text-align: center;
    color: #818284;
}

.breaker {
    margin-top: 50px;
}

.img-responsive {
    width: auto !important;
}

.st-accordion-four ul {
    padding: 0 !important;
}

.st-accordion-four ul li > a {
    color: #c90c0f !important;
    text-decoration: none;
}

.st-accordion-four .st-content p {
    color: #000 !important;
}

.cforms {
    padding: 20px 0;
}

.cforms input {
    color: #454545;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 1px solid #d2d4d9;
}

.loyality-program-filter-container {
    margin-bottom: 40px;
}

.cart-table .btn.trash-icon {
    padding: 0;

}

.loyalty-program-cart-send-form {
    margin-top: 30px;
}

.loyalty-program-cart-send-form label {
    font-weight: normal;
}

.form-horizontal .loyalty-program-cart-send-form .control-label {
    margin-bottom: 10px;
}

.cforms button {
    width: 100%;
    line-height: 30px;
}

.sidebar_widget ul.arrows_list1 {
    padding: 0;
    float: left;
    margin: 10px 0;
    list-style: none;
}

.loyality-program .bonus-products-rows {
    margin-top: 0;
}

.sidebar_widget ul.arrows_list1 li {
    list-style: none;
}

.sidebar_widget ul.arrows_list1 li a {
    color: #CC0000;
    line-height: 35px;
    font-size: 18px;
}

.alert {
    margin-top: 18px;
}

.column-top {
    margin-top: 30px;
    margin-bottom: 30px;
}

.loyality-program .menu > ul {
    border-width: 0 1px 1px 1px;
    border-color: #e5e6e8;
    border-style: solid;
}

.loyality-program .menu ul {
    list-style-type: none;
    padding-left: 0;
}

.loyality-program .menu ul a {
    display: block;
    line-height: 25px;
    font-size: 17px;
    padding: 15px;
    color: #000;
    border-width: 1px 0 0 0;
    border-color: #e5e6e8;
    border-style: solid;
}

.loyality-program .menu a:hover {
    color: #0e6eba;
    background-color: #f3f4f6;
    text-decoration: none;
}

.loyality-program .menu ul ul a {
    padding-left: 40px;
    font-size: 16px;
}

.loyality-program .menu ul ul ul a {
    padding-left: 65px;
    font-size: 16px;
}

.loyality-program .awards-for-configurator-container {
    height: 250px;
}

@media screen and (max-width: 1000px) {
    .loyality-program .awards-for-configurator-container {
        height: 180px;
    }

}

.loyality-program .owl-carousel .owl-controls {
    bottom: auto;
    top: 184px;
    left: 35%;
}

.loyality-program .owl-carousel .owl-dots {
    text-align: left;
}

.loyality-program .product-name a {
    color: #000;
    text-decoration: none;
}

.loyality-program .product-name a:hover {
    color: #0e6eba;
    text-decoration: none;
}

.loyality-program .product-name {
    font-size: 22px;

}

.loyality-program .product-option {
    line-height: 31px;
}

.loyality-program .show-product .product-option {
    line-height: 35px;
    font-size: 22px;
}

.loyality-program .show-product .product-option form {
    line-height: 55px;
    font-size: 22px;
}

.loyality-program .product-desc {
    margin-top: 10px;
    text-align: justify;
}

.loyality-program .menu > ul > li:first-child a {
    font-weight: bold;
    background-color: #f7f8fa;
}

.awards-for-configurator-container .owl-carousel .owl-dot {
    border: 4px solid rgba(127, 127, 127, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 1);
}

.awards-for-configurator-container .owl-carousel .owl-dot:hover, .awards-for-configurator-container .owl-carousel .owl-dot.active {
    border: 4px solid rgba(127, 127, 127, 1);
}

.loyality-program .owl-carousel .owl-dot:hover, .loyality-program .owl-carousel .owl-dot.active {
    border: 4px solid rgba(0, 0, 0, 1);
}

.loyality-program .cart-buttons {
    margin-top: 10px;
}

.loyality-program .owl-carousel .owl-dot {
    border: 4px solid rgba(0, 0, 0, 0.5);
    width: 15px;
    height: 15px;
}

#cms-block-loyalty-program-home h4:first-child {
    margin-top: 0;
    padding-top: 0;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}

.st-accordion-four ul li:first-child {
    border-top-style: none;
}

.st-accordion-four ul li {
    border-bottom-color: #E3E3E3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 50px;
    overflow: hidden;
}

.points-circle {
    background-color: #5BC0DE;
    border-color: #46B8DA;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 21px;
    height: 80px;
    line-height: 58px;
    padding: 10px 5px;
    text-align: center;
    white-space: nowrap;
    width: 80px;
    text-transform: lowercase;
}

.points-circle.small-points {
    font-size: 15px;
}

.form-control.date-picker-input[readonly] {
    background-color: #fff;
    cursor: text;
}

.products_modal .col-20.top-menu-products-content {
    width: 78.8%;
}

.products_modal ul {
    margin-top: 5px;

}

.products_modal .separator-fix {
    height: 1px;
    width: 100%;
}

.products_modal ul#top-products-menu-tabs, .products_modal ul#all-products-menu-tabs {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    padding-top: 20px;
}

.selectize-circulation .custom-value {
    position: absolute;
    top: 33px;
    line-height: 34px;
    left: 0;
    z-index: 1000;
}

.selectize-circulation .custom-value {
    cursor: pointer;
}

.selectize-circulation .fancy-select-input {
    background-color: #f3f4f6;
    border: 1px solid #f3f4f6;
    color: #000;
    width: 100%;
    padding: 7px 15px;
    font-weight: 400;
}

.selectize-circulation .popover-title {
    width: 92%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.selectize-circulation .popover-title button.send {
    position: absolute;
    top: 1px;
    right: 30px;
    width: 60px;
    padding: 7px 0;
    background-color: #f3f4f6;
    border: 1px solid #f3f4f6;
    opacity: 1;
    float: none;
    line-height: 18px;
    text-shadow: none;
    text-align: left;
    font-weight: 400;
}

.selectize-circulation .popover-title button.cancel {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    padding: 7px 0;
    background-color: #f3f4f6;
    border: 1px solid #f3f4f6;
    opacity: 1;
    float: none;
    line-height: 18px;
    text-shadow: none;
    text-align: left;
    font-weight: 400;
    color: #000;
}

.selectize-circulation.customQuantityShow .selectize-dropdown {
    margin-top: 32px;
}

.selectize-circulation .custom-value {
    width: 92%;
    background-color: #f3f4f6;
    border-color: #d2d4d9;
    border-style: solid;
    border-width: 0 1px;
}

#customValueInput[type='number'] {
    -moz-appearance: textfield;
}

#customValueInput::-webkit-outer-spin-button,
#customValueInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.selectize-circulation .popover-title button:hover {
    text-decoration: underline;
    color: #106eb6;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:focus {
    background-color: #c90c0f;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a.active:before {
    background-color: #c90c0f;
}

.navbar-default .navbar-nav > li > a.dropdown-toggle.active {
    background-color: #ffffff;
    color: #000;
}

.navigation-modal {
    border: 0;
    z-index: 100;
    box-shadow: 5px 3px 7px rgba(0, 0, 0, 0.3), -5px 6px 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    margin-top: -3px;
}

/*.navbar-default .navbar-nav > li > div > a {*/
/*color: inherit;*/
/*font-family: 'Open Sans', Arial;*/
/*font-weight: 600;*/
/*line-height: 79px;*/
/*display: block;*/
/*padding: 0 10px;*/
/*}*/

.navbar-inverse .navbar-nav > li.dropdown.open .products_modal a.active {
    color: #0e6eba;
    background-color: #f3f4f6;

}

.navbar-inverse .navbar-nav > li.dropdown.open .products_modal .col-20.products a {
    background-color: transparent;

}

.navbar-inverse .navbar-nav > li.dropdown.open .products_modal .all-products a {
    color: #0e6eba;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li.dropdown.open .products_modal .all-products a:hover {
    text-decoration: underline;;
}

.navbar-inverse .navbar-nav > li.dropdown.open .products_modal .col-20.first-menu a {
    font-size: 17px;

}

.navbar-inverse .navbar-nav > li.dropdown.open .products_modal .col-20 a:hover {
    color: #0e6eba;
    text-decoration: none;

}

.navbar-inverse .navbar-nav > li.dropdown.open > a {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: line-height 0.5s ease;
    -moz-transition: line-height 0.5s ease;
    transition: line-height 0.5s ease;

}

.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a.active:before {
    height: 0;
}

.open > .dropdown-menu {
    border: 0;
}

.category-tree-boxes .product .product-image > img {
    margin: 0 auto;
}

.category-tree-boxes .product .product-image {
    text-align: center;
}

.category-tree-boxes .product-data {
    margin-top: 30px;
}

.product.hero .product-image {
    width: 35%;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
    color: #000;
}

.products_modal .dropdown-toggle {
    display: block;
    width: 20%;
    line-height: 35px;
}

.products_modal .dropdown {
    position: static;
}

.products_modal .dropdown > a {
    display: block;
    padding: 0 30px;
}

.products_modal .dropdown.open a {
    color: #0e6eba !important;
    background: #f3f4f6 !important;
    outline: none;
}

.products_modal .product-inside-menu {
    top: 0;
    left: 20%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 80%;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
    box-shadow: 5px 3px 7px rgba(0, 0, 0, 0.3), -5px 6px 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.navbar-default .navbar-nav > li.menu-mobile > a {
    font-size: 30px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 20px;
}

.navbar-nav .menu-mobile {
    display: none;
}

.nav > li.menu-mobile-products {
    display: none;
}

.navbar-nav .menu-mobile ul {
    padding: 0;
}

.menu-mobile .main-menu a {
    line-height: 55px;
    padding: 0 30px 0 30px;
    color: #000 !important;
    display: block;
    font-weight: 600;
    font-size: 20px;

}

.menu-mobile .main-menu .submenu-list {
    list-style-type: none;
}

.menu-mobile .main-menu .submenu-list li a {

    padding-left: 40px;
    font-size: 14px;
    line-height: 45px;

}

.menu-mobile .main-menu .submenu-list li a:hover {
}

.menu-mobile .main-menu .submenu-list .dropdown-menu {
    display: none !important;
}

.navbar-nav .menu-mobile .main-menu a:hover {
    background-color: #f3f4f6 !important;
    text-decoration: none;
}

.content-menu-mobile {
    display: none !important;
}

.table-orders .order td {
    background-color: #f2f2f2;
}

.table-orders a.zoom-me {
    text-align: center;
}

.table-orders a.zoom-me:hover {
    text-decoration: none;
}

.table-orders .zoom-me img {
    max-width: 20px;
    max-height: 20px;
}

.table-orders .order-item td {
    background-color: #fff;

}

@media screen and (max-width: 1100px) {
    .navbar-nav .main-menu {
        display: none;
    }

    .navbar-nav .menu-mobile .main-menu {
        display: block;
    }

    .navbar-default .navbar-nav > li > a > .glyphicon-user {
        display: inline;
    }

    .navbar-nav .menu-mobile {
        display: block;
    }

    .content-menu-mobile {
        display: block !important;
    }

    .content-menu-desktop {
        display: none !important;
    }

}

.extra-products {
    display: none !important;
}

@media screen and (max-width: 640px) {
    .extra-products {
        display: block !important;
    }

    .menu-mobile-products {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {

    .dropdown.menu-products {
        display: none;
    }

    .nav > li.menu-mobile-products {
        display: block;
    }

}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: inherit;
        width: auto;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        box-shadow: 5px 3px 7px rgba(0, 0, 0, 0.3), -5px 3px 7px rgba(0, 0, 0, 0.3);
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
}

.products_modal .first-menu {
    width: 21.13%;
}

.bonus-products-rows .btn.btn-primary {
    margin: 0 auto;
    display: block;
}

#order-elements-list .cart-buttons {
    margin-top: 20px;
}

@media (max-width: 990px) {
    #order-elements-list .mobile-cart-titles {
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
    }
}

.bonus-products-rows .product > div.loyality-products {
    height: 310px !important;
}

.bonus-products-rows div.loyality-products .points {
    bottom: 62px;
}

.loyality-program label {
    font-weight: normal;
}

.loyality-program .filter-group input[type=text], .loyality-program .form-group button {
    width: 100%;
}

.loyality-program .product-data button {
    margin: 20px 0;
    width: 100%;

}

.products-subcategory .product > div > .btn {
    width: 100%;
}

.selectize-row.option {
    line-height: 30px;
}

.selectize-row.digital:after, .legend.digital:before {
    border: 1px solid #0d6fb8;
    border-radius: 2px;
    color: #0d6fb8;
    content: "cyfra";
    font-size: 11px;
    font-weight: 400;
    height: 18px;
    left: 80px;
    line-height: 16px;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 8px;
}

.legend {
    font-size: 12px;
}

.legend.digital {
    font-weight: 200;
}

.legend.digital:before {
    float: left;
    margin-right: 5px;
}

.selectize-row.digital.item:after {
    position: absolute;
    top: 2px;
    left: 68px;
}

.selectize-row.digital.option:after {
    position: absolute;
    top: 8px;
    left: 80px;
}

@media (max-width: 991px) {
    .config-parameters-box .col-xs-3:first-child {
        display: block !important;

    }
}

ul.preflight-list,
.preflight-list ul {
    padding-left: 40px;
}

.preflight-list li {
    list-style-type: circle;
}

.category-products-box {
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 1em;
}

.category-products-box h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.category-products-box.upload-box .category-products-container {
    padding-left: 0;
    padding-right: 0;
}

.category-products-box.upload-box .category-products-container .owl-controls .owl-next {
    right: -80px;
}

.category-products-box.upload-box .category-products-container .owl-controls .owl-prev {
    left: -80px;
}

.category-products-box .category-products-container {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.category-products-box.upload-box .owl-stage .owl-item.selected {
    border: 1px solid #87b7db;
}

.category-products-box.upload-box .owl-item {
    border: 1px solid #eaeaea;

}

.panel-boxes-group .panel-box {
    border: 0;
    padding: 5px;
    display: block;
    margin: 0;
}

.category-products-box.upload-box .item .img-box {
    margin: 0 !important;
}

.category-products-box .category-products-container .owl-controls {
    bottom: auto;
    top: 0px;
}

.category-products-box .category-products-container .owl-nav {
    text-align: center;
    margin: 0 auto;
    pointer-events: none;
}

.category-products-box .category-products-container .owl-stage-outer {
    min-height: 180px;
}

.category-products-box .category-products-container .thumb h4 {
    color: #000;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin: 15px 0;
    font-size: 12px;
}

.upload-controls .fileupload {
    width: 100%;
    height: 30px;
}

/* cell number */
.gallery-cell:before {
    display: none;
}

.gallery-main {
    background: #fff;
}

.gallery-main .gallery-cell {
    width: 100%;
    margin-right: 10px;
    counter-increment: gallery-cell;
}

.gallery-nav .gallery-cell:before {
    font-size: 50px;
    line-height: 80px;
}

.gallery-main .gallery-cell .file-uploaded-options > span {
    margin: 0 20px;
    overflow: hidden;
    display: inline-block;
}

.gallery-main .gallery-cell .file-uploaded-options .file {

    max-width: 150px;
    display: inline-block;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.gallery-main .flickity-prev-next-button .arrow {
    fill: #d2d4d9;
}

.gallery-main .flickity-prev-next-button:focus {
    outline: none;
}

.gallery-main .flickity-prev-next-button {
    top: 611px;
    z-index: 1;
}

.gallery-main .flickity-prev-next-button.previous {
    left: -10px;
    width: 80px;
    text-align: center;
}

.gallery-main .flickity-prev-next-button.next {
    right: -10px;
    width: 80px;
    text-align: center;
}

.panel-boxes-group .panel-box .img-box {
    width: 100%;
}

.category-products-box.upload-box {
    border-bottom: 0;
}

.category-products-box .category-products-container .owl-controls .owl-prev {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 4px;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.category-products-box .category-products-container .owl-controls .owl-next {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 4px;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.category-products-box .product-data {
    padding-top: 5px;
    text-align: center;
}

.category-products-box .product-data .product-title {
    color: #000000;
    font-weight: 200;
    font-size: 12px;
}

.category-products-box #category-products div {
    cursor: pointer;
    background-color: #f3f4f6;
    padding: 3px;
    font-size: 12px;
    font-weight: 200;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 24px;
    width: 120px;
}

#parsley-id-multiple-permission {
    display: none;
}

.user_groups_container input[type=checkbox] {
    margin: 0 auto;
    width: auto;
}

.user_groups_container label {
    text-align: center;
    font-size: 11px;
}

.user_groups_container .header {
    margin-bottom: 30px;
    margin-top: 10px;
    padding-top: 0;
}

.user_groups_container label {
    white-space: nowrap;
}

.user_groups_container .sub-groups input {
    width: 25px;
    display: inline;
}

.user_groups_container span {
    margin-right: 5px;
    float: left;
    display: block;
}

.user_groups_container > span:last-child {
    margin-right: 0;
}

.user_groups_container .sub-groups {
    font-size: 11px;
    margin-bottom: 30px;
}

.delete-subuser:hover {
    text-decoration: none;
    color: #444;
}

.close-button:hover {
    border: 1px solid #999;
}

.close-button {
    width: 20px;
    height: 20px;
    background: blue;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    font-color: #ddd;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    display: block;
    font-size: 13px;
}

.close-button div {
    margin-top: 1px;
    margin-left: 6px;
    font-size: 11px;
}

.cart_modal .products-list {
    overflow-y: auto;
    max-height: 400px;
}

.category-products-box .pointers.right {
    float: right;
}

.category-products-box .pointers span {
    font-size: 20px;
    color: #cbccce;
    line-height: 170px;
}

.with-col {
    margin-right: -20px;
}

#upload-carousel-thumbs .item {
    border: 1px solid #eaeaea;
    background-color: #fff;
}

#upload-carousel-thumbs .item .img-box {
    margin: 15px;
}

.selectize-row .color-box {
    height: 20px;
    width: 100%;
}

.btn.btn-info {
    color: #fff;
    background-color: #448ccb;
    border: 0;
}

.panel-body .add-subuser {
    margin-top: 20px;
    margin-bottom: 20px;
}

.user_groups_container .tooltip {
    min-width: 200px;
}

.radio-box .calendar {
    background: #d3d4d9;
    border: 2px solid #d3d4d9;
    border-radius: 2px;
    font-size: 12px;
    max-width: 100px;
    margin: 0px auto 10px auto;
}

.radio-box .calendar .date {
    display: block;
    background: #fff;
    line-height: 14px !important;
    padding: 8px 0 6px 0;
    font-size: 11px;
    color: #333438;
}

.radio-box .calendar .date b {
    font-size: 18px;
    font-weight: 600;
}

.radio-box .active .calendar {
    background: #c90c0f;
    border: 2px solid #c90c0f;
    color: #fff;
}

.product .product-text {
    font-weight: 200;
}

.upload-box-container {
    padding-left: 18px;
    padding-right: 15px;
    height: 100%;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.upload-box-container h1 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.upload-box-container .panel-box.thumb.gallery-cell {
    margin-top: 0;
    padding: 0;
}

.upload-box-container .panel-boxes-group .panel-box .thumb-content {
    min-height: 130px;
    margin-top: 10px;
}

.upload-box-container .panel-boxes-group .panel-box .img-box {
    height: 95px;
    width: 100%;
}

.upload-box-container .panel-boxes-group .panel-box .img-box img {
    margin: 26px auto;
}

.upload-box-container .upload-header {
    margin-bottom: 30px;
}

.upload-box-thumbs-container {
    margin: 0 20px;
}

/* cell number */
.gallery-cell:before {
    display: none;
}

.gallery-main {
    background: #fff;
}

.gallery-main .gallery-cell {
    width: 100%;
    margin-right: 10px;
    counter-increment: gallery-cell;
}

.gallery-nav .gallery-cell {
    margin-right: 18px;
    margin-top: 10px;
}

.gallery-nav .gallery-cell .panel-box {
    width: 105px;
    float: left;
    min-height: 130px;
    padding: 0;
}

.gallery-nav .gallery-cell .separator {
    float: left;
    line-height: 140px;
    width: 25px;
    font-size: 8px;
    color: #D3D4D9;
    text-align: left;
}

.gallery-nav .first-in-category:first-child {
    width: 105px !important;
}

.gallery-nav .first-in-category:first-child .progress {
    margin-left: 3px;
}

.gallery-nav .first-in-category .progress {
    margin-left: 28px;
}

.gallery-nav .first-in-category:first-child .category-name {
    margin-left: 13px;
}

.gallery-nav .first-in-category .category-name {
    margin-left: 26px;
}

.gallery-nav .first-in-category:first-child .site-number {
    margin-left: 0;
}

.gallery-nav .first-in-category:first-child .separator {
    display: none;
}

.gallery-nav .first-in-category {
    width: 130px !important;
}

.gallery-nav .first-in-category .site-number {
    margin-left: 26px;
}

.gallery-nav .gallery-cell:before {
    font-size: 50px;
    line-height: 80px;
}

.gallery-nav .gallery-cell .category-name {
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    margin-top: 10px;
    margin-left: 38px;
}

.gallery-nav .gallery-cell .thumb-inner {
    border: 1px solid #eaeaea;
    float: left;
    min-height: 120px;
    padding: 6px;
    height: 140px;
    width: 105px;
}

.gallery-nav .gallery-cell .thumb-inner .panel-box {
    padding: 6px;
    width: 100%;
}

.gallery-nav .gallery-cell.is-nav-selected .thumb-inner {
    border: 1px solid #87b7db;
    border-radius: 1px;
}

.flickity-prev-next-button .arrow {
    fill: #d2d4d9;
}

.flickity-prev-next-button:focus {
    outline: none;
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover,
.flickity-prev-next-button:active {
    background: transparent !important;
}

.flickity-prev-next-button {
    z-index: 1;
}

.flickity-prev-next-button .arrow {
    fill: #d3d4d9 !important;
}

.gallery-main .flickity-prev-next-button {
    top: 42%;
}

.gallery-nav .flickity-prev-next-button.next {
    right: -50px;
}

.gallery-nav .flickity-prev-next-button.previous {
    left: -50px;
}

.gallery-nav .flickity-prev-next-button svg {
    width: 30%;
    height: 30%;

}

.thumbs.gallery-nav.arrows .flickity-prev-next-button {
    display: none;
}

.dropzone.fileinput-button.hover {
    border-color: #106eb6;
    background-color: #fff;
}

.gallery-nav .dropzone.fileinput-button, .gallery-nav .during-upload {
    border: 2px dashed #D2D4D9;;
}

.dropzone.fileinput-button, .during-upload {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 3px dashed #D2D4D9;;
    background-color: #fff !important;
}

.dropzone .text {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 16px;
    margin-bottom: 22px !important;
}

.dropzone.fileinput-button .info {
    font-size: 14px;
    color: #77787a;
}

.dropzone.hover .img-box {
    background-color: #fff;
}

.section02 .img-box, .section03 .img-box {
    background-color: #fff;
}

.gallery-main .flickity-prev-next-button svg {
    width: 100%;
    height: 100%;
}

.upload-carousel {
    margin-top: 40px;
}

.upload-buttons button {
    margin-left: 20px;
    margin-bottom: 10px;
}

.thumbs .progress-bar-container {
    position: absolute !important;
    top: 30px;
    z-index: 1000;
    height: 2px;
    width: 72%;
    margin: 0 20px;
    left: -8px;
}

.thumbs, .thumbs a {
    font-weight: normal;
    color: #7c8184;
}

.thumbs .delete-file-link {
    position: absolute !important;
    top: 114px;
    right: 12px;
}

.thumbs .proof-link {
    position: absolute !important;
    top: 113px;
    right: 30px;
}

.thumbs .proof-link a:hover,
.thumbs .delete-file-link a:hover {
    text-decoration: none;
}

.thumbs .site-number {
    position: absolute !important;
    top: 116px;
    left: 12px;
    font-size: 12px;
}

.selectize-input .color-option {
    margin-left: 3px;
}

.color-option {
    position: absolute;
    top: 0;
    width: 125px;
}

@media screen and (max-width: 1350px) {
    .color-option {
        width: 130px;
    }
}

@media screen and (max-width: 1250px) {
    .color-option {
        width: 100px;
    }
}

@media screen and (max-width: 1150px) {
    .color-option {
        width: 80px
    }
}

@media screen and (max-width: 1050px) {
    .color-option {
        width: 70px
    }
}

@media screen and (max-width: 960px) {
    .color-option {
        width: 150px
    }
}

.category-upload-content-container .preflight-raport {
    background-color: #F3F4F6;
    padding: 10px 50px;
    margin-bottom: 30px;

}

.gallery-main .gallery-cell .name {
    margin-bottom: 18px;
    font-size: 12px;
    text-transform: uppercase;
}

.category-upload-content-container .preflight-raport h4 {
    font-size: 17px;
    font-weight: 600;
}

.category-upload-content-container .preflight-raport .alert {
    border: 0;
    background-color: transparent;
    margin: 0 0 10px 0;
    padding: 0;
}

.category-upload-content-container .preflight-raport .btn-gray {
    margin-top: 12px;
}

.gallery-main .input-to-upload-files {
    margin: 15px 0;

}

.gallery-main .file-uploaded-options {
    color: #707070;
    font-size: 14px;
    margin: 10px 0 28px 0;
}

.gallery-main .file-uploaded-options a {

    font-size: 14px;
}

.uploaded .dropzone.fileinput-button {
    border: 0;
    border-radius: 0;
}

.preflight-info-icon {
    float: left;
    height: 20px;
    padding-top: 1px;
    width: 25px;
}

.gallery-nav .proofInfo {
    width: 22px;
    height: 22px;
    position: absolute !important;
    text-align: center !important;
    top: -8px;
    right: -8px;
    background-color: #fff;
    padding-left: 4px;
}

.dropzone .proofInfo {
    width: 26px;
    height: 26px;
    position: absolute !important;
    text-align: center !important;
    top: -12px;
    right: -12px;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 1px;
}

.gallery-nav .proof-link, .gallery-nav .delete-file-link {
    display: none;
}

.gallery-nav .item:hover .proof-link, .gallery-nav .item:hover .delete-file-link {
    display: block;
}

.proofInfo .warrnings {
    color: #ffb312;
}

.proofInfo .correct {
    color: #5bb635;
}

.proofInfo .errors {
    color: red;
}

.upload-details-container {
    margin-top: 30px;
}

.upload-details-container .title {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.upload-details-container ul {
    padding-left: 20px;
}

.upload-details-container ul li {
    color: #7D7D7D;
    line-height: 24px;
}

.upload-details-container ul li span {
    color: #000;
}

.upload-details-container .links a {
    margin-bottom: 10px;
    display: block;
}

.upload-details-container .icons .icon {
    margin-right: 5px;
}

#upload-details-button a {
    cursor: pointer
}

.upload-footer {
    margin-bottom: 70px;
}

.color-option {
    position: absolute;
    top: 0;
    right: 26px;
    width: 105px;
    height: 20px;

}

.icon-color-blue {
    color: #106eb6;
    font-size: 16px;
}

.icon-color-orange {
    color: #ffb312;
}

.preflight-info-icon .icon-color-orange {
    font-size: 16px;
}

.icon-color-red {
    color: #c90c0f;
}

.preflight-info-icon .icon-color-red {
    font-size: 16px;
}

.countdown > timer > div {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    margin: 1px 1px 1px 0;
    float: right;
}

.price-box .selectize-control {
    width: 92%;
}

.price-box .selectize-control input {
    color: transparent !important;
    font-size: 0 !important;
    position: absolute !important;
    display: none !important;
}

.price-box-container label {
    color: #333438;
}

.summary-data .btn-default {
    border-color: #d2d4d9;
}

.selectize-dropdown .optgroup-header {
    padding: 7px 15px !important;
}

.price-box-container .selectize-dropdown [data-selectable].unavaliable {
    color: #afafaf !important;
    cursor: not-allowed;
    background-color: #fdfdfd;
}

.price-box-container .selectize-dropdown [data-selectable] {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    min-height: 34px !important;
    line-height: 20px;
}

.selectize-input .option.gross, .selectize-input .option.net {
    position: absolute;
    right: 5px;
    text-align: left;
    width: 105px;
}

.price-box .selectize-dropdown-content .selected {
    font-weight: bold;
}

.selectize-dropdown-content .option.gross, .selectize-dropdown-content .option.net {
    position: absolute;
    right: 5px;
    text-align: left;
    width: 105px;
}

.price-box-container .selectize-dropdown {
    width: 100% !important;
}

.price-box-container .selectize-dropdown-content {
    max-height: 250px;
    padding-bottom: 0;
}

.selectize-circulation .selectize-dropdown-content {
    max-height: 450px;
}

.selectize-color .selectize-dropdown-content {
    max-height: 280px;
}

.selectize-color .selectize-input {
    padding-right: 30px;
}

.selectize-color .selectize-dropdown-content .selectize-row {
    padding-right: 30px !important;
}

.selectize-color.slider .selectize-dropdown-content .selectize-row {
    padding-right: 13px !important;
}

.selectize-circulation .selectize-input {
    padding-right: 30px;
}

.selectize-circulation .selectize-dropdown-content .selectize-row {
    padding-right: 30px !important;
}

.countdown div.sep {
    background: none;
    font-weight: 400;
    color: #a4a5a7;
}

.price-box-container .tooltip {
    width: 200px;
}

@media screen and (max-width: 990px) {
    .price-box-container .tooltip {
        width: auto;
        white-space: nowrap;
    }
}

@media screen and (max-width: 720px) {
    .price-box .selectize-control {
        width: 100%;
    }

    .selectize-circulation .custom-value {
        width: 100%;
    }
}

.payment-options-box .icon-boxes.radio-boxes > div > .radio-box {
    min-height: 165px;
    max-height: 165px;
}

.payment-options-box .icon-boxes.radio-boxes > div > .radio-box > label {
    min-height: 150px;
}

.payment-options-box .radio-boxes.icon-boxes > div > .radio-box > label .box-title {
    top: 87px;
}

.circle-out, .section03 .circle-out {
    height: 27px;
    width: 27px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
}

.circle-in {
    position: absolute;
    top: -5px;
    left: -5px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    border: 2px solid #c80b0f;
}

.progress-bar-container .circle-out {
}

.upload-box-thumbs-container .progress {
    background-color: #fff;
    border-radius: 0px;
    box-shadow: none;
    height: 70px;
    width: 60px;
    margin-left: 3px;
}

.upload-box-thumbs-container .progress .circle-out {
    margin-top: 20px;
    height: 20px;
    width: 20px;
    margin-left: 27px;
}

#uploader-modal .modal-body {
    padding-bottom: 11px;
}

#uploader-modal .preflight-raport-container h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

#uploader-modal .preflight-raport-container .site {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    margin: 40px 0;
}

#uploader-modal .image-col {
    padding-right: 20px !important;
}

#uploader-modal .modal-content {
    margin: 0px 80px;
    border-radius: 3px;
    z-index: 1080;
}

#uploader-modal .modal-header {
    border-bottom: 0;
    padding: 0 15px;
    position: relative;
    min-height: auto;
    z-index: 10;
}

#uploader-modal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 21px;
    opacity: 0.6;
}

#uploader-modal .modal-header .close:hover {
    opacity: 0.8;
}

#uploader-modal .modal-header .close .icon {
    font-size: 21px;
    margin-top: 10px;
    color: #3A3A3A;
    margin-top: 10px;
    margin-right: 2px;
}

.modal-backdrop.in {
    opacity: 0.8;
}

#uploader-modal .preflight-raport .messages {
    margin-bottom: 10px;
}

#uploader-modal .preflight-raport .messages .icon {
    float: left;
    width: 24px;
    font-size: 16px;
}

#uploader-modal .preflight-raport .messages .text {
    margin-left: 25px;
    line-height: 22px;
}

#uploader-modal .file-uploaded-options {
    margin-top: 10px;
    border-top: 1px solid #EAEAEA;
    padding-top: 22px;
}

#uploader-modal .file-uploaded-options .file {
    color: #A09F9F;
    font-size: 12px;
    line-height: 24px;
}

#uploader-modal .file-uploaded-options .proof-link a {
    font-size: 14px;
    line-height: 25px;
}

.gallery-main-modal .flickity-slider {
    transform: none !important;
}

.gallery-main-modal .gallery-cell {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0s ease-in-out;
    z-index: -1;
}

.login-required-container .login-box {
    margin-top: 15px;

}

.login-required-container .login-box .text {
    margin: 20px 0;
}

.login-required-container .login-box .panel-default {
    min-height: 300px;
}

.login-required-container {
    margin-bottom: 70px;
}

.gallery-main-modal .gallery-cell.is-selected {
    opacity: 1;
    z-index: 0
}

.gallery-main-modal {
    background: #fff;
}

.navbar-nav .dropdown-menu li a:hover {
    background: transparent;
}

.gallery-main-modal .gallery-cell {
    width: 100%;
    margin-right: 10px;
    counter-increment: gallery-cell;
}

.panel.panel-default .control-label {
    text-align: left;
}

.panel.panel-default .control-label span {
    float: right;
}

.panel.panel-default .control-label span.marketing-term-content {
    float: none;
}

#uploader-modal .modal-navigation {
    float: right;
    margin-top: 11px;
}

#uploader-modal .modal-navigation-container {
    display: block;
    margin-top: 15px;
}

.orders-table .picture-link {
    font-size: 12px;
    padding-bottom: 7px;
    display: block;
}

#uploader-modal .preflight-raport-container .name {
    margin-bottom: 20px;
}

@media screen and (max-width: 1250px) and (min-width: 1000px) {

    #uploader-modal .modal-navigation-container {
        display: block;
        width: 100%;
        margin-top: 15px;
        float: none;
    }

    #uploader-modal .modal-navigation-container .modal-navigation {
        float: none;
    }

    #uploader-modal .modal-navigation-container .modal-navigation button {
        width: 50%;
    }
}

.gallery-main-modal .easyzoom {
    display: block;
    margin-bottom: 4px;
}

.gallery-main-modal .easyzoom.file-has-preview {
    display: inline-block;
    margin-bottom: 0;
}

.gallery-main-modal .section02 {
    margin-bottom: 4px;
}

.gallery-main-modal .easyzoom .modal-image-container {
    display: block;
}

.gallery-main-modal .easyzoom.file-has-preview .modal-image-container {
    display: inline-block;
}

#uploader-modal .modal-navigation .flickity-prev-next-button.disabled {
    cursor: default;
}

#uploader-modal .modal-navigation .flickity-prev-next-button.disabled:hover {
    background-color: #fff !important;
}

#uploader-modal .modal-navigation .flickity-prev-next-button {
    color: #646464;
    background-color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #d2d5d9;
    border-radius: 1px;
    width: auto;
    left: auto;
    top: auto;
    position: static;
    height: 36px;
    float: left;

}

#uploader-modal .modal-navigation .flickity-prev-next-button:hover {
    background-color: #d2d4d9 !important;
}

#uploader-modal .modal-navigation .flickity-prev-next-button.next {
    border-left-width: 0;
}

.gallery-main .dropzone.section01 .zoomed-button {
    cursor: pointer;
}

.upload-image {
    max-height: 680px;
    max-width: 100%;
}

.preflight-raport a {
    cursor: pointer;
    font-weight: normal;
}

.gallery-main-modal .preflight-raport {
    max-height: 200px;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: auto;
}

.category-upload-content-container .preflight-raport .content {
    margin-bottom: 10px;
}

.preflight-raport .preflight-message {
    padding-left: 25px;
}

.preflight-raport .preflight-message .page-name {
    font-weight: 600;
}

.easyzoom-flyout img {
    pointer-events: none;
    padding: 80px;
}

#return-to-top {
    position: fixed;
    bottom: 60px;
    top: auto;
    right: 4%;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    z-index: 150;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#return-to-top:hover {
    opacity: 0.9;
}

#return-to-top:hover i {
    color: #fff;
}

.table-responsive {
    margin-bottom: 20px;
}

.table-responsive .table {
    margin-bottom: 0;
}

.price-box .selectize-dropdown-content {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}

.price-box .selectize-dropdown-content .selectize-row {
    padding-left: 12px;
    padding-right: 30px;
}

.price-box .selectize-dropdown-content .selected {
    font-weight: bold;
}

.modal-image-container {
    margin: 0 auto;
    display: inline-block;
    text-align: initial;
    max-width: 100%;
}

.products-menu-scroll .first-menu, .products-menu-scroll .top-menu-products-content {
    max-height: 200px;
    overflow: hidden;
}

.products-menu-scroll .first-menu {
    padding-top: 20px;
}

.products-menu-scroll .first-menu ul {
    margin-top: 0;
    padding-bottom: 20px;

}

.products-menu-scroll .first-menu .ps-scrollbar-x-rail, .products-menu-scroll .top-menu-products-content .ps-scrollbar-x-rail, .user_modal .ps-scrollbar-x-rail {
    display: none !important;
}

.toggle-content.upload-details-container .links a {
    line-height: 14px;
}

.toggle-content.upload-details-container .icons {
    margin-bottom: 20px;
}

.toggle-content.upload-details-container .files-formats {
    font-size: 14px;
}

.user-menu-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
}

.user_modal.my-account {
    padding-right: 3px;
    padding-top: 0;
}

.upload-box-thumbs-container .panel-boxes-group {
    margin-top: 0px;
}

.config-summary-box.upload-boxes > .panels-box {
    float: right;
}

.config-summary-box.upload-boxes > .panels-box > .box {
    border-bottom: 0;
}

.config-summary-box.upload-boxes > .panels-box > .box:first-child {
    width: 100%;
}

@media screen and (max-width: 770px) {
    .upload-details-container .links {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .modal-preflight-raport-container {
        margin-top: 10px;
    }

    .upload-boxes > .panels-box > .box:first-child {
        width: 100% !important;
    }

    .upload-boxes > .panels-box {
        width: auto !important;
    }
}

.label-clickable.approval-box .text {
    margin-left: 27px;
}

@media screen and (max-width: 720px) {
    .config-summary-box.upload-boxes > .panels-box > .box:first-child {
        padding-left: 20px;
        text-align: left;
    }
}

@media (max-width: 620px) {

    .upload-boxes > .panels-box > .box:first-child {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.file-categories-container {
    height: 30px;
}

.js-user-menu-scroll {
    position: relative;
    margin: 0px auto;
    padding: 30px 0 0 0;
    max-height: 200px;
    overflow: hidden;
}

.js-user-menu-scroll .content {
    margin-right: 20px;
}

.nav .navbar-nav .dropdown li a:hover {
    background: transparent;
}

#uploader-modal .flickity-prev-next-button {
    color: #e8e9ed;
    font-size: 48px;
}

.gallery-main .flickity-prev-next-button, #uploader-modal .flickity-prev-next-button {
    color: #e8e9ed;
    font-size: 48px;
}

.section02 .img-box > div {
    top: 51%;
}

.section02, .section03 {
    width: 73%;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .section02 {
        width: 100%;
    }
}

.section02 .img-box .size-info {
    font-size: 18px;
    color: #777;
    font-weight: 600;
    height: 14px;
}

.section02 .img-box, .section03 .img-box {
    height: 305px
}

.section02 .img-box .accepted-files {
    margin-top: 69px;
    color: #777;
}

.gallery-main .flickity-prev-next-button {
    height: 80%;
}

.upload-box-thumbs-container .flickity-prev-next-button {
    font-size: 24px;
    color: #ccc;
    top: 46%;
}

.auto-columns {

    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-fill: auto;
    -moz-column-fill: balance;
    column-fill: auto;
}

.academy-content .selectize-control {
    width: 50%;
    display: inline-block;
    margin: 0 auto 0 auto;
    text-align: left;

}

.academy-content .selectize-control.single .selectize-input:after, .academy-content .selectize-control.single .selectize-input.dropdown-active:after {
    border-color: transparent;
}

.academy-content .selectize-control .selectize-input {

}

.academy-content .selectize-input {
    border-radius: 0;
}

.academy-content .text-template {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 24px;
    line-height: 37px;
    font-weight: 100;
}

@media (max-width: 1000px) {
    .auto-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 1000px) {
    .auto-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 800px) {
    .auto-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
}

.auto-columns .item {
    display: inline-block;
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 15px;
    width: 100%;
    border: 1px solid #eaeaea;
}

.auto-columns .show-all {
    padding: 10px 0 0 0;
}

.academy-categories .show-all a {
    font-weight: 600;
    padding-right: 40px;

}

.academy-categories .show-all a:before {
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-top: 3px;
}

.academy-post.list {
    margin-bottom: 70px;
}

.academy-post.list {
    margin-bottom: 0;
}

.academy-content .post-list-content {
    min-height: 100px;
}

.academy-post.list .post-title .text {
    line-height: 30px;
}

.academy-post.list .post-title .text .details {
    margin-top: 10px;
}

.academy-post.list .post-title .text:hover {
    color: #106eb6;
}

.academy-post.list .post-title {
    font-size: 20px;
    margin-bottom: 0;
}

.academy-post.list .post-title a {
    color: #000
}

.academy-post.list .post-title .icon {
    font-size: 40px;
    margin-right: -45px;
}

.academy-post .post-title .text {
    margin-left: 45px;
}

.academy-post {
    margin-bottom: 70px;
}

.academy-post .post-title {
    clear: both;
    margin: 15px 0;
    line-height: 40px;
    font-size: 32px;
}

.academy-post .post-title .icon {
    float: left;
    margin-right: -60px;
    color: #d4d3d7;
    font-size: 50px;
    font-weight: 100
}

.academy-post .post-title .text .details {
    color: #a7a7aa;
    font-size: 13px;
}

.academy-post .post-title .text .details .item {
    margin-right: 30px;
    float: left;
}

.academy-post .post-title .text {
    float: left;
    margin-left: 60px;
}

.academy-categories .post-link a .text {
    color: #000;
}

.academy-categories .post-link a:hover .text {
    color: #106eb6;

}

.academy-categories .post-link {
    clear: both;
    margin: 15px 0;
    line-height: 30px;

}

.academy-categories .post-link i {
    color: #d4d3d7;
}

.academy-categories .post-link .icon {
    float: left;
    margin-right: -25px;
}

.academy-categories .post-link .text {
    float: left;
    margin-left: 25px;
}

.academy-categories .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

.academy-categories .separator-hack {
    height: 1px;
}

.academy-categories .separator-hack:last-child {
    height: 0;
}

.academy-categories .title a {
    color: #000;
    font-weight: 600;
}

.academy-categories .title a:hover {
    color: #106eb6;
    text-decoration: none;
}

.config-summary-box .icon {
    font-size: 16px;
    color: #747880;
    cursor: pointer;
    margin-left: 4px;
}

.size-box {
    padding: 0;
    margin: 0;
}

.size-box ul {
    margin: 0
}

.size-box ul li {
    margin-bottom: 16px;
}

.modal-body div.dataTables_paginate {
    text-align: right !important;
}

.data-table-responsive .table-inner {
    min-height: .01%;
    overflow-x: auto;
}

.data-table-responsive div.dataTables_paginate ul.pagination {
    margin-top: 10px;
}

.zoom-button-container {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}

.zoom-button-container .glyphicon {
    margin-right: 0px;
    float: left;
    font-size: 20px;
    margin-top: 10px;
}

.zoom-button-container:hover .zoomed-button {
    display: block;
}

.zoom-button-container .zoomed-button:hover {
    opacity: 1;
}

.zoom-button-container .zoomed-button {
    position: absolute;
    left: 50%;
    background-color: #000;
    color: #fff;
    padding: 0 20px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -90px;
    opacity: 0.7;
    display: none;
}

.zoom-button-container .zoom-button {
    top: calc(50% - 25px);
}

.zoom-button-container .rotate-button {
    top: calc(50% + 25px);
}

.zoom-button-container .rotate-button.processing {
    opacity: 0.3;
}

.dataTables_wrapper select.input-sm {
    height: 35px;
}

#vartiations-modal-table_wrapper table tr td {
    cursor: pointer;
}

#vartiations-modal-table select {
    margin: 10px 0;
    width: 100%;
    font-weight: normal;
}

#vartiations-modal-table td {
    vertical-align: middle;
}

#vartiations-modal-table select {
    background-color: #fff;
    height: 30px;
    padding: 0 5px;
}

#vartiations-modal-table .btn {
    height: 25px;
    line-height: 14px;
    padding: 3px 10px;
}

.academy-content.small-content {
    margin: 20px auto;
}

.academy-content.small-content .search {
    padding: 0;
}

.academy-content .search {
    padding-bottom: 40px;
}

.academy-content .cms-container {
    margin-top: 40px;

}

.academy-content .search .inside form {
    margin: 3px
}

.academy-content .search .inside {
    padding: 40px 0 50px 0;
}

.academy-content .search .text {
    margin: 10px 0 20px 0;
}

.academy-content .search input {
    width: 50%;
    display: inline;
    line-height: 20px;
    margin-top: -1px;
}

.academy-content .selectize-input > * {
    white-space: nowrap;
}

.academy-content .selectize-dropdown-content .option {
    border-bottom: 1px dotted #eeeeee;
}

.academy-content .search button {
    margin-top: -27px;
    height: 36px;
    display: inline-block;
    margin-left: 5px;
}

.loader {
    color: #f70000;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

#vartiations-modal-table {
    font-size: 12px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#vartiations-modal-table_wrapper .row:first-child, #vartiations-modal-table_wrapper .row:last-child {
    margin-left: -15px;
    margin-right: -15px;
}

#vartiations-modal-table_wrapper {
    overflow: hidden;
}

#vartiations-modal-table_wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

#vartiations-modal-table_wrapper .col-sm-12 {
    overflow-x: auto;
    padding: 0;
    margin-top: 6px;
    margin-bottom: 10px;

}

#modal-select-variation .modal-dialog {
    margin-top: 80px;
    margin-bottom: 60px;
}

#modal-select-variation .info {
    margin: 10px 0 20px 0;
    font-size: 12px;
    text-align: justify;
}

@media (min-width: 1280px) {
    #modal-select-variation .modal-lg {
        width: 1280px;
    }
}

@media (max-width: 1280px) {
    #modal-select-variation .modal-lg {
        width: auto !important;
    }

    #modal-select-variation {
        padding-right: 0 !important;
    }
}

.logo {
    float: left;
    margin: 24px 45px 13px 0;
}

@media (max-width: 510px) {
    .logo {
        max-height: 28px;
        margin-top: 11px !important;
        margin-bottom: 5px !important;
        margin-right: 25px !important;
    }

    .navbar-default.slided .logo {
        max-height: 28px;
        margin-top: 11px !important;
        margin-bottom: 5px !important;
        margin-right: 25px !important;
    }

}

.navbar-default.slided .logo {
    margin-top: 7px;
}

.easyzoom-notice {
    margin-top: -3em;
}

.glyphicon-search.address-search, .glyphicon-search.sender-search {
    cursor: pointer;
}

.label-clickable.show-email-box.approval-box span {
    margin-left: 7px;
}

#address-modal .table tbody tr, #sender-modal .table tbody tr {
    cursor: pointer;
}

.show-email > span.unread {
    font-weight: 700;
}

.search-modal-icon {
    position: absolute;
    right: -8px;
    top: 8px;
}

.price-box-container .error input[type=text], .price-box-container .error input[type=number] {
    outline: none;
    border-color: #c90c0f !important;
    color: #000;
}

.price-box-container .error label, .price-box-container .error .price-box {
    color: #c90c0f;
}

.price-box-container .selectize-dropdown [data-selectable].unavaliable {
    cursor: pointer;
    position: relative;
}

.price-box-container .price-box-option {
    padding: 0 10px 15px 15px;
    margin-top: -2px;
}

.price-box-container .price-box-option .icon {
    height: 22px;
}

.price-box-container .price-box-option input {
    margin-left: 5px;
    margin-bottom: 10px;
}

.price-box-container .price-box input[type=text], .price-box-container .price-box input[type=number] {
    margin-bottom: 12px;
    border: 1px solid #cccccc;
    padding: 6px 12px;
    width: 40%;
    margin-right: 10px;
    font-weight: bold;
}

.price-box-container .price-box input[readonly] {
    background-color: #f3f4f6;
}

.price-box-container .price-box-additional-option {
    margin-bottom: 30px;
}

.price-box-container .selectize-dropdown [data-selectable].unavaliable .unavailable-message {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 5px;
    border: 1px solid #eaeaea;
    line-height: 30px;
    padding: 0 10px;
    background-color: #fff;
    color: #000;
}

.price-box-container .selectize-dropdown [data-selectable].unavaliable .dump-mouse-event .unavailable-message:hover {
    background-color: #f3f4f6;
}

.price-box-container .selectize-dropdown [data-selectable].unavaliable .dump-mouse-event {
    z-index: 3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;

}

.products-rows .product .product-text {
    text-align: center;
}

@media (max-width: 530px) {
    .products-subcategory.products-rows .col-20 > div {
        height: auto !important;

    }
}

@media (max-width: 560px) {
    .products-rows .col-20 > div {
        height: auto !important;
    }
}

@media (max-width: 700px) {

    .product.hero .product-title, .product .product-title {
        margin-left: 40%;
    }

    .product.hero .product-image {
        width: 30%;
    }

    .products-rows .product .product-price {
        margin-left: 40%;
    }

    .products-rows .product .product-text {
        margin-top: 5px;
        margin-left: 40%;
        text-align: left;
    }
}

.ng-label_check, .label_radio {
    padding-left: 28px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: 2px;
}

.ng-label_check {
    background: url('../images/check-off.png') no-repeat;
    margin-left: -2px;
}

label.ng-label_check:hover, .label-clickable:hover label.ng-label_check {
    background: url('../images/check-on.png') no-repeat;
}

label.ng-label_check.active, label.ng-label_check.active:hover, .label-clickable:hover label.label_check.active {
    background: url('../images/check-active.png') no-repeat;
}

label.ng-label_check.disabled {
    background: url('../images/check-disabled.png') no-repeat;
}

label.ng-label_check:focus, label.ng-label_check:active {
    background: url('../images/check-off.png') no-repeat;
}

.save-in-repo .ng-label_check {
    margin-left: 0;
}

.save-in-repo .pointer {
    cursor: pointer;
}

.config-parameters-box fieldset .icon.option-tooltip {
    cursor: pointer;
    position: static;
    margin-top: 1px;
    margin-left: 10px;
    display: block;
    float: left;
}

.input-to-upload-files .fileinput-button {
    width: 35%;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.input-to-upload-files .fileupload-button {
    width: 35%;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (max-width: 1000px) {
    .input-to-upload-files .fileinput-button {
        width: 45%;
    }

    .input-to-upload-files .fileupload-button {
        width: 45%;
    }
}

@media screen and (max-width: 800px) {
    .input-to-upload-files .fileinput-button {
        width: 90%;
    }

    .input-to-upload-files .fileupload-button {
        width: 90%;
    }
}

.panel.panel-default textarea {
    width: 100%;
}

@media (max-width: 620px) {
    h1.category-title.cart-title {
        width: 100%;
    }
}

.top-navigation-bar .header-info-box {
    height: 80px;
    background-color: #fff;
    color: #000;
}

.top-navigation-bar .header-info-box .logo-top {
    margin-left: 15px;
    margin-top: 15px;
}

.big-header {
    padding-top: 0;
}

.big-top-navigation {
    position: static;
    margin-bottom: 0;
}

@media (max-width: 1200px) {

    .navbar-default .menu-container .navbar-nav > li > a, .navbar-default .menu-container .navbar-nav > li > a:focus {
        padding: 0 17px;
    }
}

.navbar-default .menu-container .navbar-nav > li > a {
    line-height: 54px;
    font-size: 16px;
}

.navbar-default .menu-container .navbar-nav > li .glyphicon {
    position: relative;
    top: 4px;
}

.top-navigation-bar .header-info-box .logo-top {
    margin-left: 15px;
    margin-top: 15px;
}

.selectize-control.send-to .selectize-input input {
    display: none !important;
}

.selectize-control.send-from .selectize-input input {
    display: none !important;
}

.message-information {
    padding: 30px 0;
}

.navbar-default .navbar-nav > li > a {
    position: static;
}

.navbar-default .navbar-nav > li {
    position: static;
}

.navbar-nav > li > .dropdown-menu {
    margin: 0 15px;
}

.products-dropdown-menu {
    background: transparent;
    box-shadow: none !important;
    width: 100%;
    margin: 0 !important;
    padding-top: 0;
}

.navbar-default .navbar-nav > li.dropdown.small {
    position: relative;
}

.navbar-default .navbar-nav > li.dropdown.small .dropdown-menu {
    margin: 0;
    padding-bottom: 30px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav > li.dropdown.small .dropdown-menu a {
    margin-top: 10px;
    font-size: 14px;

}

.additional-terms .form-group p {
    font-size: 11px;
    margin-bottom: 2px;
}

.additional-terms .form-group.has-error p {
    color: #000 !important;

}

.additional-terms .control-label {
    padding-left: 30px;
    position: relative;
}

.additional-terms input[type=checkbox] {
    top: 0;
    left: 0;
    margin-left: 0;
}

.additional-terms .form-group em {
    color: #c90c0f;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 20px;
}

.additional-terms .help-block {
    color: #a94442;
    font-size: 12px;
}

.navbar-default .navbar-nav > li.dropdown.small .dropdown-menu a:hover {
    color: #106eb6;
    text-decoration: underline;
}

.navbar-default .navbar-nav > li.dropdown.small .dropdown-menu .dropdown-menu {
    display: none !important;
}

input.hide-arrows {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

input.hide-arrows::-webkit-outer-spin-button,
input.hide-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.hide-arrows {
    -moz-appearance: textfield;
}

.products-dropdown-menu .products_modal {
    box-shadow: 5px 3px 7px rgba(0, 0, 0, 0.3), -5px 6px 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    margin: 0px 15px;
    width: auto;

}

#discount-cnt .btn {
    width: 50px;
    line-height: 18px;
    margin-left: 10px;
    text-transform: uppercase;
}

.cart-item-options a {
    padding-right: 8px;
    margin-right: 5px;
    border-right: 1px solid #d2d4d9;
}

.cart-item-options a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.cart-item .comment-box {
    padding: 15px 0 10px 0;
}

.cart-item .comment-box .options {
    margin-top: 10px;
}

.cart-item .comment-box textarea {
    width: 100%;
    height: 50px;
    font-size: 14px;
}

.cart-item .comment-box .show-comment-on {
    margin-top: 8px;
    display: inline-block;
}

.accept-project-container {

}

.accept-project-container footer {
    padding-top: 0;

}

.accept-project-container .navbar {
    margin-bottom: 0;
}

.accept-project-container .zoom-me {
    text-align: center;
}

.accept-project-container .zoom-me img {
    margin: 0 auto;
}

.tp-caption.slidelink a div, .tp-caption.slidelink a span {
    background: none
}

.mCustomScrollbar {
    -ms-touch-action: inherit;
    touch-action: inherit; /* MSPointer events – direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: inherit;
    touch-action: inherit;
}

select option {
    padding-left: 15px;
}

select optgroup {
    padding-left: 15px;
}

select optgroup option {
    margin-left: -15px;
    padding-left: 30px;
}

.upload-instructions-container {
    padding: 10px 50px;
    margin-bottom: 30px;
    background-color: #D3EDFE;
    color: #106eb6;
}

.upload-instructions-header {
    font-weight: 600;
    line-height: 40px;
}

.arrow-toggle:hover {
    cursor: pointer;
}

.glyphicon-edit.address-edit, .glyphicon-plus-sign.address-add, .glyphicon-plus-sign.sender-add {
    cursor: pointer;
}

.mt-15{
    margin-top:15px;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active {
    background: #ac2925;
}

#customers td:not(.action){
    cursor: pointer;
}
