
body{
    /*font-family: Arial,sans-serif !important;*/
    font-size: 13px;
}

/*THEME OVERRIDE*/

.bgr_header1 {
    border-bottom: 1px solid #3ea98d;
    /*background: #239174;*/
    background: #068e6a;
}

.header-bottom {
    background: #F0F0F0;
    /*background: #f2d03b;*/
}

#currencies-block-top {
    border-right: 1px solid #3ea98d;
}

#user_infoblock-top div.links {
    border-right: 1px solid #3ea98d;
}

#user_infoblock-top div.b-r {
    border-right: 1px solid #3ea98d;
}

#user_infoblock-top div.b-r-0 {
    border-right: 0px solid #3ea98d;
}

.support-info ul li.live-chat {
    border-right: 1px solid #3ea98d;
}

.spr-container .spr-query {
    border-color: #3ea98d;
}

.spr-container .spr-search-button {
    border-left: 1px solid #3ea98d;
}

.header-center {
    /*background: #239174;*/
    background: #068e6a;
}

.spr-container .spr_selector {
    width: 135px;
}

#header_logo .logo {
    display: block;
    padding: 15px 0 0;
}

#header_logo .logo img {
    height: 70px;
    width: auto;
}

.header-container.sub-page {
    margin-bottom: 0;
}

.sp-megamenu .navbar-nav > li.css_type .dropdown-menu ul li:hover > a {
    color: #030238;
}

.spr-container .spr_select option {
    font-size: 13px;
}

.free-shipping .item .content .title a:hover {
    text-transform: uppercase;
    color: #fff;
}

.free-shipping .item {
    display: block;
    cursor: pointer;
}

.free-shipping .item:hover {
    //box-shadow: 0 0.4rem 3.3rem rgba(233, 134, 43, .8);
    box-shadow: 0 0.4rem 3.3rem rgba(0,0,0, .8);
    transform: translateY(-.1rem);
    transition: .3s box-shadow ease, .3s transform ease;
}

.free-shipping .item .content .title {
    color: #fff;
}

.free-shipping .item .content p {
    font-size: 12px;
}

.free-shipping .item.style-04 {
    background: #d6b214;
}

.free-shipping .item.style-03 {
    background: #1dc1a4;
}

.free-shipping .item .thumb {
    padding: 8px 15px 8px 20px;
}

#newsletter_block_home .title {
    font-size: 17px;
}

.page-subheading{
    font-size: 16px !important;
}

.footer-container #footer-bottom{
    padding: 10px 0;
}

.footer-container #footer-bottom .copyright{
    margin-top: 10px;
}

.html-footer {
    background-color: #006A72;
}

/*END THEME OVERRIDE*/

/*VENDOR OVERRIDE*/

.swal2-popup .swal2-content,
.swal2-popup .swal2-styled.swal2-confirm{
    font-size: 13px !important;
}

.help-block {
    font-size: 10px !important;
}

/*END VENDOR OVERRIDE*/

.center_column_sub_page{
    margin-bottom: 40px;
}

.validation-error{
    color: #FF0000;
}

/*
LIST STEPS

 */
ol.steps-list {
    margin-top: 20px;
    counter-reset: li-counter;
    list-style-type: none;
}

ol.steps-list > li:first-child {
    /*padding-top: 0;*/
}
ol.steps-list > li {
    margin: 0 auto;
    padding-left: 40px;
    padding-top: 24px;
    position: relative;
    /*padding-bottom: 10px;*/
    font-weight: 500;
}

ol.steps-list > li:before {
    /*background: #00A0B7;*/
    background: #607d8b;
    border-radius: 100%;
    color: white;
    content: counter(li-counter);
    counter-increment: li-counter;
    font-size: 15px;
    height: 35px;
    left: -0.5rem;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    top: 23px;
    width: 35px;
}

/*CIRCLES LIST */



.app-how-to-sub-list{
    list-style-type: decimal;
    margin: 20px 0 0 30px;
}
