body {
    font-family: 'Rubik'!important;
}
.navbar-menu .navbar-nav .nav-link{
    font-family: 'Rubik'!important;
}

.container-fluid,
.layout-width{
    min-width: 100%;
}
.c-white:before {
    color: white!important;
}

.logo-wrap img {
    height: 70px;
}

.table th {
    --vz-table-color: #000;
    --vz-table-bg: #f3f6f9;
    --vz-table-border-color: #dbdde0;
    --vz-table-striped-bg: #eef1f4;
    --vz-table-striped-color: #000;
    --vz-table-active-bg: #e9ecef;
    --vz-table-active-color: #000;
    --vz-table-hover-bg: #e9ecef;
    --vz-table-hover-color: #000;
    color: var(--vz-table-color);
    border-color: var(--vz-table-border-color);
}

.pad-rtl {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.show-quantity-modal {
    min-width: 114px!important;
    height: 42px;
    display: inline-block;
    padding-top: 13px;
    font-family: Rubik;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
}
.label-quantity {
    min-width: 114px!important;
    height: 42px;
    display: inline-block;
    padding-top: 13px;
    font-family: Rubik;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
}

.navbar-header .btn-topbar {
    width: 100px;
}
.navbar-header .my-cart-text {
    margin-right: 5px;
}
#copy-image-field {
    display: none;
}

ul.pagination {
    float: right;
    padding-right: 5px;
}

div.summary {
    padding-left: 5px;
}

.selected-order-status {
    color: #6691e7;
}

.my-profile th,
.my-profile td {
    background: none;
    border: none;
}

.search-list{
    /*max-width: 9.5%;*/
    max-width: 166px;
    border: 1px solid lightgray;
    margin-right: 5px;
    padding: 0;
    max-height: 191px;
}
/*.search-list-head{
    max-width: 9.5%;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}*/

.wheel-search {
    margin-left: 30px;
}
.search-list label{
    margin-left: 5px;
}

.navbar-nav {
    margin-left: -25px;
}

.card-top-button {
    margin-bottom: 20px;
}

.product-category-list th {
    background: none;
}

.th-no-background th {
    background: none;
}

.help-block {
    color: red;
}

.fileinput-remove {
    display: none;
}

.file-preview {
    padding: 0px;
}

.file-drop-zone {
    border: none;
    margin: 0px;
    padding: 5px;
}

.mar-top-10 {
    margin-top: 10px;
}


.view-cart-btn i {
    font-size: 15px;
}
.view-cart-btn {
    float: right;
}

#product-quantity-modal .modal-header {
    border-bottom: 1px solid #E9EBEC;
    padding-bottom: 15px;
}

#product-quantity-modal .modal-footer {
    border-top: none;
}

#product-quantity-modal .modal-body {
    padding-top: 0px;
}

.label-quantity {
    width: 91px;
}

.quantity-input {
    text-align: center;
    width: 50px;
    display: inline-block
}

.inc-prod,
.dec-prod {
    font-weight: bold;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: relative;
}

.inc-prod {
    left: 30px;
    margin-top: 3px;
}

.dec-prod {
    right: 28px;
    margin-top: 3px;
}
.quantity-input {
    background-color: #fff !important;
}

.label-quantity {
    background: #40C696 !important;
    border: #40C696 !important;
}

.label-quantity:active,
.label-quantity:focus,
.label-quantity:hover {
    background: #40C696 !important;
    border: none !important;
    outline: none !important;
}

#rims-quantity-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

#rims-quantity-modal .modal-footer {
    border-top: none;
}

#rims-quantity-modal .modal-body {
    padding-top: 0px;
}

#product-quantity-modal .modal-body,
#rims-quantity-modal .modal-body {
    margin-top: 25px;
}

#productquantityform-quantity,
#rimsquantityform-quantity {
    display: inline;
    max-width: 104px;
    height: 36px;
    padding-left: 28px;
    padding-right: 28px;
    text-align: center;
    border: 1px solid #CED4D9;
}

.inc-prod-quantity {
    margin-right: 5px;
    color: #000000;
    border-radius: 5px;
    background: #F3F6F9;
    text-align: center;
    position: absolute;
    top: 87px;
    z-index: 9;
    left: 22px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -1px;
}

.desc-prod-quantity {
    background: #F3F6F9;
    margin-left: 8px;
    color: #000000;
    border-radius: 5px;
    position: absolute;
    left: 88px;
    top: 87px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -1px;
}

#cart-notification {
    display: none;
}

.profile-wrap {
    padding-left: 30px;
}

.cart-profile-container {
    padding: 30px;
}

.cart-total-container {
    padding: 30px;
}

.cart-profile-container th,
.cart-total-container th {
    background: none;
    border: none;
}

.cart-profile-container td,
.cart-total-container td {
    background: none;
    border: none;
}

.cart-total-container td {
    text-align: right;
}

.checkout-total-wrap th,
.checkout-total-wrap td {
    background: none;
    border: none;
}

.order-confirm th,
.order-confirm td {
    background: none;
    border: none;
}

.btn-success{
    background: #13c56b;
    border-color:#13c56b;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover{
    background: #13c56b;
    border-color:#13c56b;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover{
    background: #13c56b;
    border-color:#13c56b;
}

.label-quantity {
    background-color: #E8FAF1!important;
    border-color: #E8FAF1!important;
    color: #13c56b!important;
}
.label-quantity:active,
.label-quantity:focus,
.label-quantity:hover {
    background-color: #E8FAF1!important;
    border-color: #E8FAF1!important;
    color: #13c56b!important;
}

#save-draft {
    margin-top: 5px
}

.delete-order-item {
    color: red;
    font-size: 20px;
    cursor: pointer;
}

.direct-index {
    padding: 15px;
}

.draft-order-total {
    padding: 25px;
}

.draft-order-total th,
.draft-order-total td {
    background: none;
    border: none;
}


.draft-profile-wrap {
    padding: 25px;
}

#add-new-line {
    margin-left: 15px;
}

#update-calculation  {
    margin-right: 15px;
 }

#productsearch-size {
    border: 1px solid #3F5189;
}

#cart-delete-notification {
    text-align: center;
}

.price-toggle {
    cursor: pointer;
}

.product-price {
    display: none;
}

.inc-prod,
.dec-prod {
    font-weight: bold;
    cursor: pointer;
    background: #e9ecef;
    padding: 8px;
}

.total-table th,
.total-table td {
    background: none;
    border: none;
}

.logo .logo-text {
    font-size: 24px;
    margin-left: 10px;
    color: #ffffff;
}

#productsearch-size {
    max-width: 411px;
    height: 38px;
    padding-left: 25px;
}

.search-text {
    margin-top: -10px;
    font-size: 11px;
    padding-left: 5px;
}

.search-icon {
    margin-top: 3px;
    padding: 5px;
    position: absolute;
    font-size: 15px;
}

.make-bold {
    font-weight: bold;
}

.pad-top-15 {
    padding-top: 15px;
}

.main-page-title {
    text-transform: uppercase;
}

.delete-cart-item {
    color: red;
    font-size: 15px;
    cursor: pointer;
}
.remove {
    text-align: center;
}

.pagination-wrap .pagination {
    float: right;
}

.cart-product-input {
    width: 104px;
    height: 36px;
    text-align: center;
    border: 1px solid #CED4D9;
}

.btn-dark {
    background: #495057;
}

.border-bottom {
    border-bottom: 1px solid #CED4D9;
}

.align-left {
    text-align: left!important;
}

.order-head-tab {
    height: 50px;
}

.order-head-tab .nav-link {
    padding-top: 25px;
}
.order-head-tab .active {
    border-bottom: 1px solid #3F5189;
}

.rim-search,
.rim-search-reset {
    width: 114px;
    height: 42px;
}

.order-detail,
.order-cancel {
    width: 83px;
    height: 37px;
    padding: 9px;
}

.order-detail-info {
    font-size: 13px;
}

.user-name-text {
    font-size: 13px;
}

.search-list {
    border-radius: 5px;
}

.img-thumbnail{
    width: 55px;
    height: 55px;
}

.cell-image{
    width: 55px;
    height: 55px;
}

.img-copy-url {
    font-size: 8px;
    font-style: italic;
    margin-left: 8px;
    margin-top: 2px;
}

.img-table {
    width: 115px;
    background-color: inherit!important;
}

.img-table td{
    border: none!important;
    padding: 0!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    padding-left: 0px;
    color: var(--vz-body-color);
}

.pagination-wrap {
    display: inline-block;
}


#rims-list th,
#rims-list td {
    font-size: 12.5px;
}

.news-wrap {
    margin-bottom: 25px;
}

#rims-list td, #rims-list th {
    padding: 0.6rem 0.6rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    vertical-align: middle;
}
#product-list td, #product-list th {
    padding: 0.6rem 0.6rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    vertical-align: middle;
}

.product-quantity-input {
    text-align: center;
}

.navbar-nav .nav-link {
    padding: .75rem 1.5rem!important;
}

.rim-advanced-view {
    background: #50A5F1;
    border-color: #50A5F1;
    width: 128px;
    height: 42px;
    padding-top: 10px;
}

.rim-advanced-view:active,
.rim-advanced-view:focus,
.rim-advanced-view:hover {
    background: #50A5F1;
    border-color: #50A5F1;
}

.search-list label {
    font-size: 13px;
}
.search-list .rim-main-label {
    font-size: 16px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search-list .form-group {
    overflow-y: scroll;
    height: 157px;
}

.cell-span {
    display: inline-block;
    height: 0px;
    width: 55px;
}

.main-page-title {
    font-family: Montserrat;
}

.text-align-right {
    text-align: right;
}

#api-new-key {
    margin-top: 27px
}

.api-access-wrap {
    color: #ffffff
}

.color-red {
    color: red;
}