@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,400italic,500italic,700,700italic,900,900italic&subset=latin,latin-ext);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

* {
    box-sizing: border-box;
}

:root {
    --brand: #ffcb05;
    --mainTextColor: #000;
    --textInactiveColor: #212529;
    --mainBackgroundColor: #f0f2f5;
    --mainBorderColor: #eee;
    --formFocusBorderColor: #eccc4b;
}

html {
    height: 100% !important;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-size: 12px;
    background-attachment: scroll;
    line-height: inherit;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.container-fluid {
    flex: 1;
}

footer {
    background-color: #343a40; /* Dark background color */
    color: white;
    padding: 1rem;
    text-align: center;
}


::-moz-selection {
    background: #dddddd;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #dddddd;
    color: #fff;
    text-shadow: none;
}

form {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

p {
    margin: 0px;
    padding: 5px 0px 15px 0px;
}

h1, h2, h3, h5 {
    color: var(--mainTextColor);
    font-family: Arial;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

h1 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 32px;
    line-height: 130%;
    font-weight: bold;
}

h2 {
    margin: 5px 0px 15px 0px;
    padding: 0px;
    font-size: 28px;
    line-height: 130%;
}

h3 {
    margin: 4px 0px 4px 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 130%;
}

a {
    color: #336699;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #062d55;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:active {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #dddddd;
    color: #000;
    text-decoration: none;
}

mark {
    background: #dddddd;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

.clr {
    clear: both;
}


/* PAGER */

.pager {
    text-align: center;
    position: relative;
    border-top: 1px solid #EEE;
    margin-top: 15px;
    padding-top: 15px;
}

.pager .pagination {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pager .pagination li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.pager .pagination li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #4d75a0;
    border: 2px solid #4d75a0;
    border-radius: 20px;
    margin: 0px 2px;
    text-align: center;
    font-size: 16px;
}

.pager .pagination li.active a, .pager .pagination li a:hover {
    background-color: #062d55;
    color: #FFF;
    border-color: 1px solid #062d55;
}

.pager .pagination a i {
    line-height: 37px;
}

/* PAGER END */

button {
    border: none;
    outline: none;
}

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

/* BUTTONS */

.btn {
    display: inline-block;
    color: #FFF;
    background-color: #336699;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.btn:hover {
    background-color: #062d55;
    color: #FFF;
}

.btn span.click {
    display: block;
    padding: 10px 15px;
}

.btn-search span.click {
    padding: 6px 8px;
}

.btn-grey {
    background-color: #dddddd;
    color: #333;
}

.btn-grey:hover {
    background-color: #999999;
    color: #FFF;
}

.btn-dark-blue {
    background-color: #062d55;
    color: #FFF;
}

.btn-red {
    background-color: #be2858;
    color: #FFF;
}

.btn-red:hover {
    background-color: #a10d3d;
    color: #FFF;
}

.btn-red .ink {
    background-color: #ee4a7e;
}

.btn_small span.click {
    padding: 3px;
}

.ink {
    display: block;
    position: absolute;
    background-color: #729ac5;
    border-radius: 100%;
    transform: scale(0);
}

.btn-grey .ink {
    background-color: #F6F6F6;
}

/*animation effect*/
.ink.animate {
    animation: ripple 0.65s linear;
}

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/* BUTTONS END */

/* INPUTS */

input.inputs, .textareaInput {
    padding: 6px;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}

input.number {
    width: 60px;
    text-align: right;
}

select {
    padding: 6px;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}

select.selectInput {
    font-size: 18px;
    padding: 15px;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
}

label {
    pointer: cursor;
    display: inline-block;
    padding: 10px 0px;
}

/* INPUTS END */

/* PAGE */

header {
    background-color: var(--mainBackgroundColor);
    color: #FFF;
    padding: 20px;
}

header .head_search {
    float: right;
}

header .userOrder {
    float: left;
    margin-right: 25px;
}

.search_box_icon {
    display: none;
}

.search_box {
    display: block;
}

.search-open-btn {
    display: none;
}

.cart_box {
    position: fixed;
    background-color: #302e2d;
    border-radius: 0px 0px 5px 5px;
    z-index: 20;
    padding: 15px 10px 15px 10px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    width: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cart_box i {
    margin-right: 10px;
}

.cart_text {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    margin-right: 10px;
}

.empty_basket {
    padding-top: 6px;
}

.contentPage {
    position: relative;
    padding-top: 130px;
}

#top-menu a.nav-link {
    font-size: 17px;
    line-height: unset;
    padding-right: 15px;
    padding-left: 15px;
}

.sideLeft {
    position: absolute;
    width: 200px;
    background-color: #DDD;
}

.left_menu a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #b9b9b9;
    background-color: #eeeeee;
    color: #000;
    text-decoration: underline;
}

.left_menu a.active {
    font-weight: bold;
    background-color: #336699;
    color: #FFF;
    text-decoration: none;
}

.no_allow_box, .noPermission {
    padding: 20px;
    background-color: yellow;
    color: #000;
    margin: 20px;
}

.item-content {
    padding: 20px;
}

.item_details {
    display: table;
    width: 100%;
}

.item_details .item_details_pic {
    display: table-cell;
    vertical-align: top;
    max-width: 300px;
    width: 300px;
    padding: 0px 2%;
    position: relative;
}

.item_details .item_details_pic .pic img {
    width: 100%
}


.item_description {
    padding: 15px;
    border: 1px solid #F6F6F6;
    margin: 15px 0px;
}

.thmbBox {
    text-align: center;
}

.thmbBox a {
    display: inline-block;
    vertical-align: top;
    padding: 4px;
    width: 49%;
}

.thmbBox a img {
    width: 100%;
    border: 1px solid #EEE;
}

.alertBox {
    position: fixed;
    top: -100px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    background-color: yellow;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    border-radius: 0px 0px 5px 5px;
}

.loadingBox {
    position: fixed;
    top: -100px;
    left: 50%;
    width: 50px;
    padding: 5px;
    margin-left: -30px;
    background-color: #FFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: all 0.3s ease-in-out;
    z-index: 2000;
    border-radius: 0px 0px 5px 5px;
}

.navigation_basket {
    text-align: center;
    padding-top: 15px;
}

.navigation_basket a {
    display: inline-block;
    color: #87aad3;
    font-size: 14px;
    margin: 0px 10px;
}

.navigation_basket a span {
    display: inline-block;
    line-height: 30px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #87aad3;
    color: #FFF;
    margin-right: 8px;
}

.navigation_basket a.active {
    color: #FFF;
    font-size: 18px;
}

.navigation_basket a.active span {
    background-color: #FFF;
    color: #062d56;
}

.navigation_basket a.success span {
    background-color: #83d943;
    color: #FFF;
}

.row {
    padding: 6px 0px;
}

.row span {
    display: inline-block;
}

.row .label {
    font-weight: bold;
}

.line_title {
    height: 28px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 25px;
}

.line_title h2 {
    display: inline-block;
    background-color: #FFF;
    padding: 6px 15px 6px 0px;
    margin: 0px;
}

.details_box {
    padding-bottom: 20px;
}

.itemListNavigation {
    padding: 10px 0px;
    margin-bottom: 15px;
}

.listby_box {
    float: right;
}

/* PAGE END */

/* CHECKOUT */

.checkout_empty {
    text-align: center;
    padding: 20px;
}

.checkoutContainer .itemsList .item_pic_box {
    width: 80px;
}

.checkoutContainer .itemsList .itemListBox .item_list_basket {
    width: 130px;
    text-align: center;
}

.checkoutContainer .itemsList .itemListBox .item_list_basket.price {
    width: 160px;
    text-align: left;
}

.checkoutContainer .itemsList .itemListBox .item_list_basket.price .priceBox {
    padding: 10px 0px;
    font-size: 14px;
}

.checkoutContainer .itemsList .itemListBox .item_list_basket.pieces span {
    font-size: 16px;
}

.checkout_bottom_price {
    font-size: 24px;
    text-align: center;
    padding: 25px 15px;
}

.checkout_bottom_nav {
    text-align: center;
    padding: 20px;
}

.checkout_bottom_nav .btn {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    text-transofrm: uppercase;
}

.checkout_small_btn_box {
    padding-top: 6px;
}

.checkout_title {
    padding: 20px 0 10px 0;
    text-align: center;
}

.checkout_title h1 {
    margin: 0px;
    padding: 0px;
}


.delivery_text {
    display: none;
}

.checkout_end {
    display: none;
}

.delivery_text_address_line {
    line-height: 160%;
    font-size: 14px;
}

.delivery_office_select_box {
    padding: 15px 0px;
    margin-top: 15px;
}

.delivery_office_select_box h3 {
    margin-bottom: 15px;
}

.office_name {
    margin-bottom: 15px;
}

.office_name h3 {
    display: inline-block;
    padding: 8px 12px;
    background-color: #EEE;
    border-bottom: 2px solid #DDD;
}

.price_ppc_text {
    padding: 20px 0px 10px 0px;
    font-style: italic;
    font-size: 12px;
}

.comment_box {
    text-align: center;
    padding-bottom: 20px;
}

.send_loading img {
    background-color: var(--brand);
    border-radius: 50%;
}

.commentTextArea {
    width: 100%;
    height: 120px;
}

.success_text {
    padding: 20px;
    font-size: 14px;
    text-align: center;
}

/* CHECKOUT END */

/* ORDER */

.ordersList .item_text_box {
    vertical-align: middle;
    font-size: 14px;
}

.ordersList .item_text_box.date {
}

.ordersList .item_text_box.piece {
    width: 100px;
    border-left: 1px solid #EEE;
}

.ordersList .item_text_box.price {
    width: 200px;
    border-left: 1px solid #EEE;
}

.ordersList .item_text_box.status {
    text-align: center;
    border-left: 1px solid #EEE;
    width: 200px;
}

.status_text {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.ordersList .item_list_basket {
    text-align: center;
}

.ordersList .item_text_box .date {
    font-size: 12px;
}

.ordersList .item_text_box.date a {
    font-weight: bold;
}

.ordersList .item_text_box.date a:hover {
    text-decoration: underline;
}

.order_details_page {
    font-size: 14px;
}

.order_details_page .table img{
    width: 100%;
    max-width: 150px;
}

.order_details_page .checkout_end {
    display: block;
}

/* ORDER END */


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

    .contentPage {
        padding-top: 255px;
    }

    .search_box {
        display: none;
    }

    .search_box_icon {
        display: block;
    }

    .search-open-btn {
        display: inline-block;
    }

    .cart-text {
        display: none;
    }

    header .userOrder {
        float: right;
    }

    .checkout_bottom_price {
        font-size: 18px;
        text-align: center;
        padding: 10px 5px 5px 10px;
    }

    .item_details .item_details_pic {
        max-width: 130px;
    }

    .cart_box {
        width: 50%;
    }

}

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

    .cart_box {
        width: 90%;
    }

}

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

    header {
        padding-top: 100px;
    }
}

.item_text_box a {
    color: var(--mainTextColor);
}

.btn.btn-primary {
    background-color: var(--brand);
    border-color: var(--brand);
    color: var(--mainTextColor);
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: var(--mainTextColor);
    border-color: var(--mainTextColor);
    color: var(--brand);
}

.navigation_basket a {
    color: var(--textInactiveColor);
}

.navigation_basket a span {
    background-color: #fff;
    color: var(--textInactiveColor);
}

.navigation_basket a.active {
    color: var(--mainTextColor);
}

.navigation_basket a.active span {
    background-color: var(--brand);
    color: var(--mainTextColor);
}

.btn.btn-primary:hover a, .btn.btn-primary:active a, .btn.btn-primary:focus a {
    color: var(--brand);
}

.table td a:not(.btn) {
    color: var(--mainTextColor);
}

header img {
    max-width: 150px;
    height: auto;
}

.m-table.m-table--head-bg-brand thead th {
    background-color: var(--brand);
    color: var(--mainTextColor);
}

.pagination .page-item.active .page-link {
    background-color: var(--brand);
    color: var(--mainTextColor);
    border-color: var(--brand);
}

.page-link:not(.disabled) {
    color: var(--mainTextColor);
}

.form-control:focus {
    border-color: var(--formFocusBorderColor) !important;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.05) !important;
}

.swal2-actions .swal2-styled.swal2-confirm {
    background-color: var(--brand);
}

.swal2-actions .swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(255, 203, 5,.5);
}

.status_filter_btn {
    padding: 4px 8px;
    font-size: 1rem;
    border: 2px solid #F6F6F6;
    margin: 0px 3px;
    display: inline-block;
    border-radius: 8px;
    outline: 0;
    color: #fff;
}
.status_filter_btn:hover,
.status_filter_btn:active,
.status_filter_btn:focus {
    border:2px solid var(--brand);
}

.order-add-data ul,
.order-add-data ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.fa-sort:before {
    position: relative;
    top: calc(50% - 8px);
}