body {

    --bg-gray-25: #F7F9FC;
    --head-default: #24272E;
    --text-default: #424753;

    color: var(--text-default);
    font-size: 16px;
    margin: 0;
    padding: 0;
}

h1 {
    color: var(--head-default);
    font-weight: 800;
    display: inline-block;
    font-size: 48px;
    margin: 20px 0;
    line-height: 1.1;
}

h2 {
    color: var(--head-default);
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

h3 {
    color: var(--head-default);
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0 4px 0;
}

h4 {
    color: var(--head-default);
}

p {
    margin: 0;
    padding: 0;
}

hr {
    border-color: #ccc;
    margin: 0;
}

.balance {
    text-wrap: initial;
}

@media (min-width: 992px) {
    .balance {
        display: block;
        text-wrap: balance;
    }
}

.robu{
    display: inline-block;
    margin: 0 auto;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #FC5609;
    background-image: url('/resources/images/robu.svg');
    background-repeat: no-repeat;
    background-position: right 50px center;
    padding: 14px 67px 14px 47px;
    border-radius: 27px;
    line-height: 18px;
}

a.back{
    display: inline-block;
    color: #00c2df;
    background: url('/resources/images/arrow-left.svg') no-repeat left center;
    background-size: 15px;
    font-size: 14px;
    padding: 1px 0 1px 20px;
}

a.next{
    display: inline-block;
    color: #00c2df;
    background: url('/resources/images/arrow-right.svg') no-repeat right 1px center;
    background-size: 15px;
    font-size: 14px;
    padding: 1px 23px 1px 0;
}

a.next.orange{
    color: #FC5609;
    background: url('/resources/images/arrow-right-orange.svg') no-repeat right 1px center;
}

a.more{
    display: inline-block;
    color: #00c2df;
    background: url('/resources/images/arrow-left.svg') no-repeat right 1px center;
    background-size: 15px;
    font-size: 14px;
    padding: 1px 0 1px 23px;
}

a.more.loading,
a.next.loading{
    background: url('/resources/images/ajax-loader-grey.gif') no-repeat right 1px center;
}

/******  START - Bootrap override classes ******/

/*  xsm-gutter - A EXTRA small 'gutter' between bootstrap columns */
.xsm-gutter.row {
    margin-right: -5px;
    margin-left: -5px;
}

.xsm-gutter > [class^="col-"],
.xsm-gutter > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/*  sm-gutter - A smaller 'gutter' between bootstrap columns */
.sm-gutter.row {
    margin-right: -10px;
    margin-left: -10px;
}

.sm-gutter > [class^="col-"],
.sm-gutter > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

/*  no-gutter - Zero width 'gutter' between bootstrap columns */
.no-gutter.row {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter > [class^="col-"],
.no-gutter > [class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.modal {
    text-align: center;
    padding: 0 !important;
    font-size: 0;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
}

@media (max-width: 767px) {

    .modal:before {
        display: none;
    }

    .modal-dialog {
        max-width: none;
    }
}

.modal-dialog.modal-sm {
    width: inherit;
}

.modal-dialog .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    border-radius: 12px;
    border: 1px solid #979797;
    background-color: white;
    opacity: 1.0;
    text-decoration: none;
    outline: none;
    font-size: 14px;
}

.modal-dialog .close span {
    color: #979797;
    text-shadow: none;
    font-weight: normal;
}

.modal-dialog .modal-title {
    color: #143255;
    font-weight: bold;
}

.modal-dialog .modal-title-big {
    color: #24272E;
    font-weight: bold;
    font-size: 36px;
}

.modal-dialog a3 {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

.modal-dialog p {
    color: #888;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.modal-body {
    padding: 10px 20px 20px 20px;
}

.modal-body .address p {
    margin: 0;
}

.modal-dialog .modal-footer {
    border: none;
    padding: 5px;
}

.modal-dialog .btn {
    margin: 20px 0;
    width: 100%;
}

/******  END - Bootrap override classes ******/


/******  START - General usage classes ******/

.center {
    text-align: center;
}

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

/******  END - General usage classes ******/

.payment-method h1,
.ship-method h1,
.ship-address h1,
.review-order h1 {
    font-size: 28px;
}

.payment-method h1.steps,
.ship-method h1.steps,
.ship-address h1.steps,
.review-order h1.steps {
    font-size: 24px;
    display: inline-block;
    font-weight: normal;
    text-align: right;
}

/******  END - HTML tag classes ******/


/******  START - breadcrumb common classes ******/

.rsp-breadcrumb-wrap {
    width: 100%;
    position: absolute; left: 0; top: 0;
    font-size: 14px;
    z-index: 5;
}

.breadcrumbs a,
.breadcrumbs span,
.breadcrumbs div.split{
    display: inline-block;
    color: black;
    text-decoration: none;
    margin: 16px 10px 0 0;
}

.breadcrumbs span {
    font-weight: bold;
}

@media (max-width: 991px) {
    .rsp-breadcrumb-wrap {
        display: none;
    }
}

/******  END - breadcrumb common classes ******/

.bulk-pricing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1170px;
    overflow: hidden;
}

.bulk-pricing > h1 {
    display: block;
    margin-top: 60px;
    margin-bottom: 0;
    text-align: center;
}

.bulk-pricing > h2 {
    font-size: 24px;
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.bulk-pricing .prc_tbl {
    background: #e8eff7;
    color: #2c4d79;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
}


.bulk-pricing .prc_tbl .prc_hdr th.prc_nam {
    border-left: none;
    text-align: left;
}

.bulk-pricing .prc_tbl .prc_hdr th {
    color: #2c4d79;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-left: 1px solid white;
    padding: 3px;
}

.bulk-pricing .prc_tbl .prc_nam {
    text-align: left;
    border: none;
    padding-left: 5px;
}

.bulk-pricing .prc_tbl td {
    background: white;
    border-right: 1px solid #9f9f9f;
    padding: 4px;
}

.bulk-pricing .prc_tbl td.prc_last {
    border-right: none;
}

.bulk-pricing .prc_tbl th.prc_nam {
    text-align: left;
    border: none;
    padding-left: 5px;
} 

@media (max-width: 480px) {

    .bulk-pricing .prc_tbl {
        width: auto;
    }

    .bulk-pricing{
        width: 370px;
       }

    .bulk-pricing .prc_tbl .prc_hdr th {
        font-size: 10px;
        padding: 0;
    }

    .bulk-pricing .prc_tbl .prc_nam {
        padding-left: 0;
    }

    .bulk-pricing .prc_tbl td {
        padding: 0;
        font-size: 10px;
    }

    .bulk-pricing .prc_tbl th.prc_nam {
        padding-left: 0;
    } 
    .bulk-pricing .prc_tbl .prc_hdr th{
        min-width: none;
    }
  
}

@media (max-width: 1200px) {
    .bulk-pricing .prc_tbl {
        width: auto;
    }

    .bulk-pricing{
        width: auto;
       }
}


/******  END - bulk-pricing common classes ******/


/******  START - material-compliance-info class ******/
.material-compliance-info a {
    word-wrap: break-word;
}
/******  END - material-compliance-info class ******/


/******  START - ad-banner-visible class ******/
@media (max-width: 991px) {

    body.ad-banner-visible .nav li.menu-footer {
        height: 360px;
    }
}
/******  END - ad-banner-visible class ******/

.chosen-container{
    width: 100% !important;
    margin-bottom: 1rem;
}

.valign{
    position: relative;
    left: 0; top: 0;
    font-size: 0;
}

.valign:after{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
    overflow: hidden;
    line-height: 0!important;
    width: 0;
}

.valign > *{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.stars-header {
    margin-bottom: 10px;
    text-align: center;
}

.stars-header h1 {
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    margin: 0 17px 5px 0;
    text-align: center;
}

.stars-header > .stars {
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stars-header .stars img {
    min-height: 20px;
    margin-right: 4px;
}

.stars-header .stars span {
    color: #0096ff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .stars-header h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (min-width: 992px) {

    .stars-header h1 {
        text-align: left;
    }

    .stars-header .stars {
        justify-content: left;
    }

    .bulk-pricing .prc_tbl .prc_hdr th{
        min-width: 125px;
    }
}