html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font: normal 12px 'Roboto';
    background: #fff;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
    /*border: 1.5px solid #ccc;*/
}

input[type="submit"],
input[type="button"] {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    input[type="submit"]:hover,
    input[type="button"]:hover {
        opacity: 0.8;
    }

@font-face {
    font-family: 'FontAwesome';
    src: url('../Content/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../Content/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../Content/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../Content/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../Content/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../Content/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Clear float */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ed1c24;
}

::selection {
    color: #fff;
    background: #ed1c24;
}

.login_nav {
    display: inline-block;
}

.payment_nav {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 0 5px 0 10px;
}

    .payment_nav span:first-child {
        margin-right: 10px;
    }

.border-shadow {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(107, 107, 107);
    -moz-box-shadow: 0px 0px 0px 1px rgba(107, 107, 107);
    box-shadow: 0px 0px 0px 1px rgba(107, 107, 107, 107);
}

.error_icon,
.description {
    text-align: center;
}

    .description p {
        clear: both;
        margin: 10px auto;
        text-align: left;
    }

#header .top {
    background: #fff;
    height: 50px;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}

    #header .top a.enter {
        color: #797979;
        text-transform: none;
        padding: 0 10px;
        height: 15px;
        line-height: 15px;
        font-size: 13px;
    }

        #header .top a.enter .fas {
            font-size: 16px;
        }

    #header .top a.basket {
        color: #000;
        padding: 0 10px;
        border-left: 1px solid #73d3f6;
        border-right: 1px solid #73d3f6;
        background: url("../Content/imgs/basket_icon.png") no-repeat 10px center;
        padding-left: 35px;
        float: right;
        height: 35px;
        line-height: 35px;
    }

        #header .top a.basket span {
            font-weight: bold;
            height: 35px;
            line-height: 35px;
        }

#header .lang_nav {
    float: right;
    margin-left: 5px;
}

    #header .lang_nav li {
        list-style: none;
        float: left;
        height: 35px;
        line-height: 35px;
        margin: 0 3px;
    }

        #header .lang_nav li a {
            opacity: 0.7;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            height: 35px;
            line-height: 35px;
        }

            #header .lang_nav li a:hover {
                opacity: 1;
            }

#header .logo {
    margin: 10px 20px 10px 20px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

/*#header .banner {
    margin: 20px 0;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-item: center;
}

    #header .banner img {
        width: 31%;
}*/

/** {
    box-sizing: border-box;
}*/

.column {
    float: left;
    width: 60%;
    padding: 5px;
}

.column1 {
    float: left;
    width: 20%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.banner::after {
    content: "";
    clear: both;
    display: table;
    box-sizing: border-box;
}

#header .center-banner {
    margin: 20px 0;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-item: center;
    float: left;
    width: 60%;
}

    #header .center-banner img {
         height: 180px;
    }

#header .leftside-banner {
    float: left;
    width: 20%;
    margin: 20px 0;
}

    #header .leftside-banner img {
        height: 180px;
        width: 180px;
        padding-left: 10px;
    }


#header .rightside-banner {
    float: left;
    width: 20%;
    margin: 20px 0;
}

    #header .rightside-banner img {
        float: right;
        height: 180px;
        width: 180px;
        padding-right: 10px;
    }

.logo-row {
    width: 350px;
    margin: 0px 0px 0px 90px;
    display: inline-block;
    float: left;
    position: absolute;
}

.logo-header {
    width: 100%;
    height: auto;
    text-align: center;
}

.description a img {
    max-width: 100%;
}

    .description a img:hover {
        background-color: #00a652;
        border-radius: 12px;
    }

.main_nav_back {
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 0 5px #999;
}

#menu_btn {
    display: none;
}

#main_nav {
    height: 43px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

    #main_nav li {
        border-right: 1px solid #cfcfcf;
        height: 40px;
        border-bottom: 3px solid #fff;
    }

#fistNavItem {
    border-left: 1px solid #cfcfcf;
}

#main_nav li a {
    color: black;
    padding: 0 20px;
    line-height: 42px;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

#main_nav li.active,
#main_nav li:hover {
    border-bottom: 3px solid #014A3F;
}

#main_nav li > ul {
    display: none;
    position: absolute;
    width: 250px;
    background: white;
    overflow: hidden;
    z-index: 5;
}

#main_nav li:hover > ul {
    display: block;
    box-shadow: 0 4px 5px #999;
    top: 43px;
}

    #main_nav li:hover > ul li {
        /*border: none;*/
        float: none;
        height: 40px;
        position: relative;
        border: none;
    }

        #main_nav li:hover > ul li a {
            border-left: none;
            border-right: none;
            font-size: 13px;
            font-weight: normal;
            text-transform: uppercase;
            text-align: left;
            padding: 0 10px 0 35px;
            height: 40px;
            line-height: 40px;
            position: relative;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

#main_nav ul li a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    left: 15px;
    color: #fff;
    opacity: 0;
}

#main_nav li:hover > ul li:hover {
    background: #F6A01A;
}

#main_nav ul li:hover a:before {
    opacity: 1;
}

#content {
    position: relative;
    margin-top: 30px;
    min-height: 60%;
    padding: 0 10px;
}

    #content .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    #content .form_wrap {
        width: 100%;
        height: 458px;
        padding: 80px 0 0;
        position: relative;
    }

    #content .outer {
        overflow: hidden;
        margin: 0 auto;
    }

    #content .login {
        background: #fff;
        padding: 20px 0;
        width: 372px;
        margin: 0 auto;
        position: relative;
    }

        #content .login h3 {
            text-transform: uppercase;
            color: black;
            padding: 0 0 10px;
            text-align: center;
            margin: 0 0 30px;
        }

        #content .login .box {
            margin-bottom: 15px;
        }

        #content .login a {
            color: #00aeef;
            float: left;
            line-height: 30px;
        }

            #content .login a:hover {
                text-decoration: underline;
            }

        #content .login label {
            display: inline-block;
            color: #000;
            margin-bottom: 5px;
            font-size: 12px;
        }

        #content .login input[type="text"], input[type="password"] {
            border: 1px solid #dedede;
            width: 360px;
            padding: 2px 5px;
            color: #adadad;
            height: 30px;
        }

    #content textarea {
        width: 100%;
        height: 4em;
        resize: vertical;
    }

#SampleCaptcha_CaptchaDiv {
    margin: 10px 0 !important;
}

#logBox {
    border: 1px solid #dedede;
    width: 360px;
    padding: 2px 5px;
    color: #adadad;
    height: 30px;
}

#content .login input[type="submit"] {
    float: right;
    color: #fff;
    background: #F6A01A;
    ;
    border: 1px solid #828789;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 25px;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
}

#content .login .clearfix {
    margin-bottom: 20px;
}

#content .banners {
    margin: 30px 0;
    text-align: center;
    overflow: hidden;
}

    #content .banners a {
        display: inline-block;
        margin: 0 15px;
    }

#content .breadcrumb {
    margin: 15px 0;
}

#content .breadcrumb_big {
    width: 98%;
    padding: 5px 1%;
    margin-bottom: 15px;
    overflow: hidden;
    background: #eee;
}

    #content .breadcrumb_big li {
        text-transform: uppercase;
        color: #797979;
        list-style: none;
    }

#content .breadcrumb li,
#content .breadcrumb li a {
    list-style: none;
    float: left;
    color: #fff;
    margin: 0 5px 0 2px;
}

div#content-right > ul.breadcrumb-ul {
    width: 100%;
    padding-left: 0;
    padding-bottom: 15px;
}

#content .breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb-ul span {
    font-weight: bold;
    margin: 0px 5px 0px 5px;
    text-decoration: none;
    outline: none;
}

.inner_breadcrumb {
    overflow: hidden;
    margin: 10px auto;
}

#leftside {
    width: 15%;
}



#rightside {
    width: 15%;
}

#center {
    width: 60%;
    margin: 0 10px;
    min-height: 1px;
}

#center-home {
    width: 0% !important;
}

#center2 {
    width: calc(100% - 722px);
    float: left;
    margin: 0 20px;
    min-height: 1px;
}

#left {
    margin: 20px;
}

#content .boxes {
    border: 1px solid #e4e4e4;
    margin-bottom: 0;
    overflow: auto;
}

    #content .boxes h3 {
        background: #014A3F;
        color: #fff;
        text-transform: uppercase;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

#content .category.boxes,
#content .search.boxes {
    background: #ddd;
    border: 1px solid #6b6b6b;
}

    #content .category.boxes h3 {
        background: #3f4650;
        color: #fff;
    }

    #content .category.boxes ul li {
        list-style: none;
    }

        #content .category.boxes ul li a {
            color: #000;
            background: url("../Content/imgs/1491554524_ic_play_arrow_48px.png") no-repeat left;
            padding-left: 17px;
            text-transform: uppercase;
            line-height: 13px;
            display: inline-block;
        }

            #content .category.boxes ul li a:hover {
                color: #394285;
            }

.boxes form,
.boxes ul {
    padding: 10px;
}

    .boxes ul li {
        color: #000;
        margin: 5px 10px;
        list-style: none;
    }

        .boxes ul li a {
            color: #000;
        }

        .boxes ul li:hover a.main,
        .boxes ul li.active a.main {
            color: #00aeef;
        }

        .boxes ul li ul {
            padding: 5px;
            display: none;
        }

        .boxes ul li.active ul {
            display: block;
        }

        .boxes ul li ul li {
            list-style-type: disc;
            display: list-item;
            color: #000;
        }

            .boxes ul li ul li a {
                color: #000;
            }

            .boxes ul li ul li:hover a,
            .boxes ul li ul li.active a,
            .boxes ul li ul li.active,
            .boxes ul li ul li:hover {
                color: #00aeef;
            }

.marginLeft {
    margin-left: 40%;
}

.search_form label {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

.search_form .top {
    margin-bottom: 20px;
}

.aside-box {
    border: 1px solid #6b6b6b;
    border-top: none;
}

.search_form input[type="text"],
.category input[type="text"] {
    border-right: none;
    width: 80%;
    padding: 2px 5px;
    color: #000;
    float: left;
    height: 24px;
    line-height: 24px;
    border: 1px solid #6b6b6b;
}

.search_form span.selectarrow {
    background: #fff url("../img/select_arrow.png") no-repeat center center;
    display: block;
    position: absolute;
    width: 22px;
    height: 27px;
    z-index: 10;
}

.search_form .medium,
.search_form .small,
.search_form .big {
    position: relative;
}

    .search_form .medium span.selectarrow {
        right: 2px;
        top: 2px;
    }

    .search_form .medium input[type="text"] {
        border: 1px solid #fff;
        width: 103px;
        padding: 2px 5px;
        color: #000;
        float: left;
        height: 24px;
        line-height: 24px;
    }

    .search_form .big span.selectarrow {
        right: 2px;
        top: 2px;
        z-index: 5 !important;
    }

    .search_form .big input[type="text"] {
        border: 1px solid #fff;
        width: 187px;
        padding: 2px 5px;
        color: #000;
        float: left;
        height: 24px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .search_form .small span.selectarrow {
        right: 2px;
        top: 2px;
    }

    .search_form .small input[type="text"] {
        border: 1px solid #fff;
        width: 70px;
        padding: 2px 5px;
        color: #000;
        float: left;
        height: 24px;
        line-height: 24px;
    }

.search_form .selectlist .selectlistheading {
    font-weight: bold;
    background: white;
    padding: 2px 5px;
}

.search_form .selectlist {
    top: 32px;
    left: 0px;
    width: 99%;
    display: none;
    text-align: left;
    z-index: 10000;
    background: white;
    border: 1px solid #ccc;
    position: absolute;
    max-width: 600px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

.selectlist pre:last-child {
    margin: 0 !important;
}

.search_form .selectlist a,
.selectlist pre a {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 8px 0;
    font-size: 12px !important;
}

.selectlist pre a {
    line-height: 0;
    margin: 0 !important;
}

.search_form .small .selectlist a,
.search_form .medium .selectlist a {
    padding: 0 5px;
}

.search_form .selectlist a:hover {
    color: #0791c6;
}

.selectlist pre {
    max-height: 570px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 5px;
}

.search_form #directSearch,
.search_form #mobiledirectSearch {
    display: block;
    float: left;
    height: 30px;
    border: none;
    width: 30px;
    cursor: pointer;
    background: #014A3F;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.search_form #mobiledirectSearch {
    display: none;
}

.category form {
    overflow: hidden;
}

.category.boxes ul {
    padding: 0 10px 10px;
}

.category input[type="submit"] {
    background: #3f4650 url("../Content/imgs/search_icon.png") no-repeat center center;
    display: block;
    float: left;
    height: 30px;
    border: none;
    width: 30px;
    cursor: pointer;
}

.search_form input[type="submit"] {
    background: #3f4650;
    border: 1px solid #828789;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    float: left;
}

.search_form input[type="reset"] {
    background: none;
    border: none;
    color: #000;
    float: right;
    line-height: 26px;
    font-size: 11px;
}

    .search_form input[type="reset"]:hover {
        text-decoration: underline;
    }

.search_form .medium {
    float: left;
    width: 115px;
    margin-right: 2px;
    margin-bottom: 10px;
}

.search_form .small {
    float: left;
    width: 81px;
    margin-bottom: 10px;
}

.search_form .big {
    clear: both;
    width: 198px;
    margin-bottom: 10px;
}

.basket_form table {
    width: 100%;
}

.basket_form .removeQtyField input {
    border: 1px solid #ccc;
    width: 28px;
    float: left;
    margin-right: 2px;
    text-align: center;
}

.basket_form th {
    background: #014A3F none repeat scroll 0 0;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}

.basket_form td {
    border: 1px solid #dfdfdf;
    color: #000;
    padding: 5px;
    text-align: center;
}

.basket_form tr.last td {
    border: none;
    padding: 10px 0 0;
}

    .basket_form tr.last td span {
        font-weight: bold;
    }

    .basket_form tr.last td:last-child {
        text-align: right;
    }

.basket_form input[type="submit"] {
    background: #00aeef;
    border: 1px solid #e0e0e0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.subButton {
    background: #F6A01A;
    border: 1px solid #e0e0e0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

    .subButton:hover {
        opacity: 0.8;
    }

.subButton-custom {
    width: inherit !important;
    height: 25px;
    float: inherit !important;
    text-align: inherit !important;
    margin-right: inherit !important;
    border: inherit !important;
    margin-top: 5px;
    background: #00a652;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

    .subButton-custom:hover {
        background: #00a652;
    }

table.main {
    margin-bottom: 20px;
    width: 100%;
}

    table.main th {
        border-right: 1px solid #fff;
        color: #fff;
        background: #014A3F;
        text-align: center;
        padding: 8px 0;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: normal;
    }

.table_wrap .head {
    margin-bottom: 5px;
}

.inner_table table:hover tr td.img {
    border-left: 3px solid #F6A01A;
    width: 123px;
}

.table_wrap .head div {
    float: left;
    text-align: center;
    color: #000;
    background: #dddddd;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    border-right: 1px solid #000;
    padding: 8px 0;
}

table.main th.image {
    width: 15% !important;
}

table.main th.code {
    width: 11% !important;
}

table.main th.brand {
    width: 11% !important;
}

table.main th.name {
    width: 25% !important;
}

table.main th.freeqty {
    width: 13% !important;
}

table.main th.price {
    width: 11% !important;
}

table.main th.last {
    border-right: none;
    width: 13% !important;
}

table.main td {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 11px;
    color: #000;
}

table.main tr {
    cursor: pointer;
}

tr.space td {
    padding: 5px 0 0;
}

table.main tr.last td {
    border-bottom: none;
    padding-bottom: 0;
}

table.main td > table {
    width: 100%;
}

    table.main td > table td {
        padding: 0;
        border-bottom: none;
        border-right: 1px solid #dfdfdf;
    }

table.main td.img {
    width: 15% !important;
    padding: 5px 0;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

    table.main td.img img {
        max-width: 75%;
        max-height: 70px;
    }

table.main td.code {
    width: 11% !important;
    border-right: 1px solid #dfdfdf;
    padding: 5px 0;
}

table.main td.brand {
    width: 11% !important;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    padding: 5px 0;
}

    table.main td.brand img {
        max-width: 75%;
        max-height: 70px;
    }

table.main td.name {
    width: 25% !important;
    text-align: center;
    padding: 5px 0;
}

table.main td.name2 {
    width: 216px;
    text-align: center;
    padding: 5px 0;
}

table.main td.price {
    width: 11% !important;
    color: #828789;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

    table.main td.price span {
        font-weight: bold;
        font-size: 16px;
    }

table.main td.order {
    width: 13% !important;
    border-right: 1px solid #dfdfdf;
}

    table.main td.order span {
        float: left;
        width: 20px;
        height: 19px;
        margin: 0 5px;
    }

        table.main td.order span.available {
            border-radius: 15px;
            background-color: #66ff33;
            width: 15px;
            height: 15px;
        }

        table.main td.order span.unavailable {
            border-radius: 15px;
            background-color: #ff3300;
            width: 15px;
            height: 15px;
            margin-left: 0;
            margin-right: 0;
        }

        table.main td.order span.ordered {
            border-radius: 15px;
            background-color: #ffff00;
            width: 15px;
            height: 15px;
            margin-left: 0;
            margin-right: 0;
        }

.testclass {
    display: block !important;
}

table.main td.order input {
    width: 44px;
    height: 15px;
    float: left;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #ddd;
    color: #000;
}

table.main td.order button.basket {
    background: #F6A01A url("../Content/imgs/basket_icon_black.png") no-repeat left center;
    clear: both;
    border: 1px solid #ccc;
    width: 95px;
    height: 24px;
    cursor: pointer;
    padding: 1px 10px 10px 20px;
    margin: 0;
    line-height: 20px;
    color: #014A3F;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

    table.main td.order button.basket:hover {
        background: #F6A01A url("../Content/imgs/basket_icon_black.png") no-repeat left center;
        /*color: #fff;*/
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        opacity: 0.8;
    }

table.main td.description {
    text-align: left;
    padding-left: 17px;
    border-top: 1px solid #e0e0e0;
}

.description a {
    color: #00a652;
}

.breadcrumb-a a {
    text-decoration: underline;
    color: black;
    font: 13px 'Roboto';
}

    .breadcrumb-a a:hover {
        color: red;
    }

table.table-moddetails td {
    padding: 5px 5px 1px 10px;
}

table.main .product_info {
    width: 100%;
    display: none;
}

    table.main .product_info ul {
        position: relative;
        background: #00aeef;
        overflow: hidden;
    }

        table.main .product_info ul li {
            display: block;
            float: left;
            margin: 0 3px 0 0;
            position: relative;
            z-index: 1;
            bottom: -1px;
        }

            table.main .product_info ul li a {
                display: block;
                background: #00aeef;
                color: #fff;
                text-align: center;
                padding: 5px 15px;
                text-transform: uppercase;
            }

        table.main .product_info ul .ui-state-active {
            border-bottom: none;
        }

            table.main .product_info ul .ui-state-active a {
                background: #0791c6;
            }

    table.main .product_info .tabs > div {
        background: #fff;
        border: 1px solid #0080ff;
        border-top: none;
        border-top: 0;
        padding: 15px;
    }

        table.main .product_info .tabs > div p {
            margin: 0;
            text-align: left;
        }

#footer {
    background: #eee;
    padding: 5px 0;
    margin: 10px 0px 0px 0px;
}

    #footer p {
        text-align: center;
        color: #797979;
        text-transform: uppercase;
    }

        #footer p img {
            display: inline-block;
            margin: 0 15px;
        }

.pager {
    width: auto;
    max-width: 516px;
    margin: 10px 8px 10px 0;
    float: right;
}

    .pager a, .pager .disabled {
        background-color: #f1f1f1;
        height: 24px;
        width: 24px;
        float: left;
        line-height: 24px;
        padding: 0px;
        font-size: 12px;
        color: #333;
        text-align: center;
        display: block;
        margin: 0 2px;
        text-decoration: none;
    }

        .pager a:hover {
            background-color: #F6A01A;
            background-repeat: repeat-x;
            height: 24px;
            width: 24px;
            color: #fff;
        }

    .pager .current {
        background-color: #F6A01A;
        background-repeat: repeat-x;
        height: 24px;
        width: 24px;
        float: left;
        line-height: 24px;
        padding: 0px;
        font-size: 12px;
        color: #f1f1f1;
        text-align: center;
        display: block;
        margin: 0 2px;
    }

.message_box {
    border: 1px solid #014A3F;
    margin: 0;
    padding: 5px 2px 5px 30px;
    width: auto;
}

.popup.message_box {
    width: 100px;
    padding-left: 0 !important;
    border-radius: 15px;
}

.cancel_box {
    color: #D8000C;
    background: #FFBABA url('imgs/icon-cancel.png') no-repeat 10px center;
}

.success_box {
    color: #4F8A10;
    background-color: #DFF2BF;
    background: #DFF2BF url('imgs/icon-valid.png') no-repeat 10px center;
    margin-bottom: 4px;
}

.info_box {
    color: #e81414;
    background-color: #828789;
    background: #ffffff;
}

.warning_box {
    color: #9F6000;
    background-color: #FEEFB3;
    background: #FEEFB3 url('imgs/icon-attention.png') no-repeat 10px center;
}

.removeQtyField {
    width: 60px;
}

#dimmer {
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200%;
    height: 200%;
    z-index: 10;
}

#preview {
    position: absolute;
    border: 1px solid #3F4650;
    background: #3F4650;
    padding: 5px;
    display: block;
    max-height: 300px;
    max-width: 300px;
}

.validation-summary-errors {
    margin: 20px;
    color: red;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

        .validation-summary-errors ul li {
            color: red;
            list-style: none;
            margin: 0;
            padding: 0;
        }

.preview_checkout_table {
    width: 100%;
}

    .preview_checkout_table th {
        text-align: left;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .preview_checkout_table td {
        padding: 3px;
    }

.boxed {
    display: block;
    padding: 2px;
    border: 1px solid lightgray;
}

ul#modificationSelectBoxItOptions {
    width: 600px;
}

ul#modelSelectBoxItOptions {
    width: 400px;
}

ul#yearSelectBoxItOptions {
    z-index: 1000001;
}

ul#partSelectSelectBoxItOptions {
    width: 600px;
}

#modelSelectBoxItText {
    width: 150px;
}

#modificationSelectBoxItText {
    width: 150px;
}

#partSelectSelectBoxItText {
    width: 180px;
}

#search_typeSelectBoxItText {
    width: 150px;
}

#DeliveryTypeSelectBoxItText {
    width: 81px;
}

#filters .selectboxit-text {
    max-width: 200px !important;
}

.documentField {
    margin-bottom: 10px;
    margin-top: 10px;
}

.tableRightCell {
    padding-left: 4px;
}

.catInfoPopup {
    position: fixed;
    top: 150px;
    background-color: #D7F1FF;
    border: 1px solid #25B3FF;
    z-index: 11;
    width: 950px;
}

a.cancel_info {
    background: url('imgs/close_info.png') no-repeat;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 11;
    display: inline;
}

.filterbydesc {
    background: url("../Content/imgs/1491552591_search.png") no-repeat right center;
    border: none;
    border-bottom: 2px solid #828789;
    width: 220px;
    float: right;
    margin-bottom: 10px;
    padding: 5px;
}

#tabs {
    max-height: 500px;
    overflow-y: auto;
}

    #tabs table.article_info tr th {
        text-align: center;
        padding: 8px;
    }

    #tabs table.article_info tr td {
        border: 1px solid #dfdfdf;
        color: #000;
        padding: 8px;
        text-align: left;
    }

.stock {
    margin: 0 !important;
}

#tbQtyBox {
    width: 50px;
}

.ordertable {
    margin-left: 4px;
    text-align: center;
}

.deliverytime {
    width: 115px;
}

.refreshbutton {
    padding: 5px;
    padding-left: 25px;
    padding-right: 10px;
    background-color: #00aeef;
    color: white;
    background-image: url(../Content/imgs/whiterefreshbtn.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position-y: 1px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
}

.testdiv {
    width: 116px;
}

.order .buy_ {
    width: 94px;
    border: 1px solid #ccc;
    text-align: center;
}

.order .buy button {
    display: inline-block;
}

.testdiv span {
    margin-right: 10px !important;
}

.testdiv div {
    overflow: hidden;
}

.blinking_image {
    width: 60px;
    margin-top: 5px;
}

.banner_table {
    width: 100%;
    margin: 20px auto;
}

    .banner_table td {
        border-bottom: 1px solid #dfdfdf;
        color: #000;
    }

.button_3 {
    width: 16px;
    height: 16px;
    background: url("../Content/imgs/cross.gif") no-repeat;
    float: left;
}

.banners_block {
    width: 450px;
    float: left;
    padding: 10px;
}

    .banners_block a {
        float: left;
    }

        .banners_block a.img {
            max-width: 400px;
        }

#order_dialog table {
    width: 100%;
}

.brandslist {
    width: 100%;
}

    .brandslist th {
        background: #3f4650 none repeat scroll 0 0;
        border-right: 1px solid #fff;
        color: #fff;
        font-size: 11px;
        font-weight: normal;
        padding: 8px;
        text-align: left;
        text-transform: uppercase;
    }

    .brandslist td {
        padding: 10px 10px 10px 20px;
        cursor: pointer;
        background: url("../Content/imgs/1491554524_ic_play_arrow_48px.png") no-repeat left;
    }

        .brandslist td:hover {
            color: #E42423;
        }

.logoRight {
    margin: 10px 20px 10px 20px;
}

.boxContacts {
    width: 28%;
    height: 200px;
    border: 1px solid #d9d9d9;
    background: #ededed;
    float: left;
    margin: 0 12px 18px 0;
    padding: 12px;
}

.location {
    background: url(../img/location_icon.png) no-repeat left center;
    line-height: 20px;
}

.phone {
    /*background: url(../img/phone_icon.png) no-repeat left center;*/
    line-height: 20px;
}



.mobile {
    background: url(../img/m2phone.png) no-repeat left center;
    line-height: 20px;
}

.skype {
    background: url(../img/skype_icon.png) no-repeat left center;
    line-height: 20px;
}

.article_info {
    font-size: 12px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.big {
    min-height: 80px;
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 6px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16), 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

.drop-select .selectboxit-container .selectboxit {
    background: url(../Content/imgs/select_big.jpg) no-repeat 0 0;
    width: 199px !important;
}

#rightside div img {
    width: 300px;
    max-height: 200px;
    border-bottom: 1px solid black;
}

.invoice_date .preview {
    max-height: 50px;
    max-width: 100px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.w-300 > input {
    width: 300px;
    height: 25px;
    border-radius: 4px;
}

.textarea-feedback {
    border-radius: 5px;
}

.fbold {
    font-weight: bold;
}

.ml-40 {
    margin-left: 40%;
}

.mb-10 {
    margin-bottom: 10px;
}

.red {
    color: red;
}

.send-request-container > input {
    width: inherit !important;
    height: inherit !important;
    float: inherit !important;
    text-align: inherit !important;
    margin-right: inherit !important;
    border: inherit !important;
    color: white !important;
    margin-top: 10px;
}

#VehicleDiv {
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}

div#see-all-container {
    text-align: center;
    width: 100%;
    margin: 20px auto;
}

    div#see-all-container a {
        background: #00a652;
        padding: 10px;
        display: inline-block;
        color: white;
        font-size: 1.2em;
    }

.seeAll:hover .mstyle {
    left: 3px;
}

.w465 {
    width: 464px;
    background: #eeeeee;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #797980;
    font-size: 1.2em;
    margin-right: 1px;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

div.model.left, div.year-from-to.left {
    width: 48%;
}

div.vehiclerow {
    line-height: 17px;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
}

a.getallmodels {
    color: black;
}

#YearsDiv a.loaderLink {
    padding: 3px;
    line-height: 20px;
    display: inline-block;
}

#YearsDiv a.currentYear {
    color: #fff;
    background: green;
}

#YearsDiv a.loaderLink:hover {
    background-color: green;
    color: #fff;
}

#content-right {
    width: 930px;
    margin: 0 50px;
}

#content-right-w1000 {
    width: 1000px;
    margin: 0 50px;
}

a.loaderLink {
    color: black;
}

.model.left a.loaderLink,
.year-from-to.left a.loaderLink {
    margin-left: 10px;
    display: inline-block;
}

.blueBox {
    height: 40px;
    background: #eeeeee;
    margin-top: 10px;
}

.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    min-width: 600px;
}

.blueBox .t-header {
    line-height: 20px;
    float: left;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
    font-weight: bold;
    width: 48%;
}

.loaderLin:hover {
    background-color: #00a652;
    color: white;
}

.vehiclerow:hover {
    background-color: #00a652;
    color: white;
}

.textCenter {
    text-align: center;
}

.w500 {
    width: 500px !important;
}

.w350 {
    width: 350px !important;
}

.w300 {
    width: 300px;
}

.w245 {
    width: 245px;
}

.w180 {
    width: 180px;
}

.w80 {
    width: 80px;
}

.w110 {
    width: 110px;
}

.w210 {
    width: 210px;
}

.w140 {
    width: 140px;
}

.w105 {
    width: 105px;
}

.flexBox .w350 {
    width: 25% !important;
}

.flexBox .w300 {
    width: 10%;
}

.flexBox .w245 {
    width: 15%;
}

.flexBox .w180 {
    width: 15%;
}

.flexBox .w80 {
    width: 10%;
}

.flexBox .w110 {
    width: 10%;
}

.flexBox .w210 {
    width: 5%;
}

.flexBox .w140 {
    width: 10%;
}

.flexBox .w105 {
    width: 10%;
}

.overflow {
    max-width: 1000px;
    overflow-x: scroll;
}

.most-info {
    line-height: 16px;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
}

.w100p {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.w88p {
    width: 88%;
    min-height: 100%;
}

.most-info .name {
    padding-left: 10px;
}

.year {
    width: 180px;
}

.cub {
    width: 90px;
}

.kw {
    width: 95px;
}

div.code.left {
    max-width: 210px;
}

.code {
    width: 210px;
}

.fuel {
    width: 100px;
}

.list-st-none {
    list-style: none;
}

a.carGroups {
    text-decoration: none;
    padding-top: 5px;
    display: block;
    font: normal 14px 'Roboto';
}

    a.carGroups.loaderLink:hover {
        color: red;
    }

#search-by-car-form div.big {
    box-shadow: none;
    min-height: initial;
}

ul#modificationSelectBoxItOptions {
    width: 600px;
}

ul#modelSelectBoxItOptions {
    width: 400px;
}

#search-by-car-form div.medium {
    width: 119px;
}

#search-by-car-form div.small {
    width: 70px;
}

select#brand, select#year, select#modification, select#model {
    width: 100%;
    height: 28px;
    cursor: pointer;
    color: gray;
}

form#search-by-car-form {
    font-weight: normal;
    text-align: left;
    background: #eeeeee;
    width: 100%;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    padding: 10px;
}

#search-by-car-form div.big {
    width: 100%;
    padding: 0;
}

#search-by-car-form #filter {
    width: 95px;
    background: #00a652;
    border: none;
    height: 24px;
}

#clear {
    cursor: pointer;
}

.header-info {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info1 {
    width: 40%;
    float: left;
}

    .info1 .boxes form {
        padding: 10px 0;
        overflow: hidden;
    }

.info2 {
    width: 20%;
    text-align: center;
}

    .info2 .share {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 50px;
    }

    .info2 .search_btn_global {
        margin: auto;
        width: 100%;
    }

.info3 {
    width: 40%;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    margin-right: 1%;
}

#viber-text {
    position: absolute;
    top: 42px;
    left: -100px;
    background: #eeb80f;
    color: #3a3939;
    padding: 8px;
    width: 200px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 999;
    display: none;
}

#viber-icon {
    cursor: pointer;
    position: relative;
}

    #viber-icon:hover #viber-text {
        display: block;
    }

.phone {
    font-size: 21px;
    padding: 0px 0px 0 22px;
    float: left;
    background-size: 30px;
    line-height: 20px;
    height: 50px;
    margin: 0 20px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

    .phone:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f879";
        position: absolute;
        left: 0;
        top: 17px;
        font-size: 26px;
    }

    .phone > span {
        font-size: 18px;
        font-weight: 600;
    }

    .phone .contactwithus {
        display: block;
        font-size: small;
    }

span#phone-container {
    display: block;
    padding: 25px 0px 0px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #F6A01A;
}

.contactwithusText {
    float: left;
    font-size: 0.7em;
    margin-left: 10px;
    color: #00a652;
    margin-top: 5px;
}

#header .basket_top {
    list-style: none;
    padding: 0 12px;
    margin: 0 8px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#basket_btn {
    color: #F6A01A;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
}

#basket_btn {
}

    #basket_btn:hover {
    }

img.w27 {
    width: 27px;
}

img.w30 {
    width: 30px;
}

#search-by-car-title {
    padding-left: 5%;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
}
/*Universal products*/
#main_nav li > ul#universal-products-ul {
    /*top: 20.8%;*/
    /*position: relative;*/
}

[id^=filter-] {
    width: 90%;
    height: 28px;
    cursor: pointer;
    color: gray;
    margin-bottom: 10px;
    margin-left: 5%;
}

#filter-search-btn, #filter-clear-btn {
    background: #00a652;
    border: none;
    color: white;
}

    #filter-search-btn:hover {
        opacity: 0.8;
    }

    #filter-clear-btn:hover {
        text-decoration: underline;
    }

#filter-search-btn {
    width: 80px;
}

#filter-clear-btn {
    width: 125px;
    background: none;
    color: black;
    outline: none;
    margin-left: 0;
    padding-left: 0;
}

#universal-products-title {
    padding-left: 5%;
    font-size: 12px;
    text-transform: uppercase;
}
/*End of Universal products*/

#container-certificats {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

    #container-certificats .card {
        width: 23%;
    }

/*Card*/
.card {
    width: 240px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .card:hover {
        border: 1px solid rgba(0, 0, 0, 0.3);
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.4rem;
    text-align: center;
}

.card-img-top {
    width: 100%;
    padding-top: 0.4rem;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link {
    text-transform: uppercase;
    color: #797979;
    font-weight: bold;
    margin: 0;
}
/*End of Card*/

/*End of Search btn global*/

.important {
    color: #cb0000 !important;
    display: inline-block;
    margin-left: 2px;
}

.ui-icon-closethick::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.ui-icon-closethick::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
}

#accept-rules-container {
    margin-left: 1%;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 10px;
}

#accept-rules {
    font-size: 1.2em;
    display: inline-block;
}

#accept-rules-container .sendorderinput {
    float: left;
    margin-right: 5px;
}

#accept-rules-container label {
    float: left;
    max-width: 80%;
    margin-top: -6px;
    line-height: 0;
}

.reg_error {
    color: red;
}

.new-to-website {
    float: left;
}

.ui-dialog {
    width: 60%;
}

#searchBox form table {
    border: none;
}

.clear {
    position: relative;
}

    .clear img {
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 1;
    }

.table_wrapper {
    width: 100%;
}

div.align {
    text-align: right;
    margin: 10px;
}

.profile_table {
    border: none;
}

    .profile_table td {
        padding: 10px;
        font-size: 14px;
    }

.form_elements {
    width: 30%;
    min-width: 340px;
}

    .form_elements .box {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .form_elements .box:last-child {
            margin-top: 30px;
        }

    .form_elements label {
        display: block;
        margin-bottom: 5px;
    }

    .form_elements input[type="text"] {
        display: block;
        width: 98%;
    }

    .form_elements select {
        width: 99%;
    }

    .form_elements textarea {
        width: 98% !important;
    }

    .form_elements .summary {
        line-height: 20px;
    }

        .form_elements .summary input[type="text"] {
            width: 50%;
            margin-right: 10px;
            float: left;
        }


/*Product group table*/

.catalog-box {
    width: 49%;
    border-bottom: 2px solid #EEE;
}

    .catalog-box .group a, table.common-table th {
        background: #014A3F;
        color: #FFF;
        font-weight: normal;
        text-align: left;
    }

    .catalog-box a, .catalog-brands a, #tradenet th, #tradenet td {
        padding: 0px 20px;
        line-height: 30px !important;
        font-size: 15px;
    }

    .catalog-box a, .catalog-brands a {
        display: block;
    }

    .catalog-box li:hover a, .catalog-brands li:hover a {
        color: #fff;
        text-decoration: none;
        background-color: #F6A01A;
    }

    .catalog-box li.odd, .catalog-brands li.odd, table.common-table tr.even td {
        background: #EEE;
    }

.sub-items #menu li {
    list-style-type: none;
}

    .sub-items #menu li a {
        line-height: 20px;
    }

.clear {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.banner-home img {
    /*width: 100%;*/
    height: 100%;
}

.banner-home {
    display: inline-block;
    width: 48%;
    height: 250px;
    padding: 0px 0px 20px 0px;
}
/*Product groups*/
#TopSellingCategories {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}

    #TopSellingCategories h2 {
        border-bottom: solid 1px #CCC;
        margin: 0px 0 10px;
        font-size: 20px;
        text-align: center;
    }

    #TopSellingCategories ul {
        margin: 20px -1.66%;
    }

    #TopSellingCategories li {
        margin: 0 3% 10px;
        width: 26%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        list-style: none;
    }

        #TopSellingCategories li .thumbnail {
            border: 1px solid #014A3F;
            text-align: center;
            padding: 10px 10px 0px 10px;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            width: 100%;
            height: 100%;
        }

    #TopSellingCategories .thumbnail {
        display: block;
        padding: 4px;
        line-height: 20px;
        border: 1px solid #ddd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
        box-shadow: 0 1px 3px rgba(0,0,0,0.055);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    #TopSellingCategories img {
        max-width: 100%;
        /*max-width: 150px;*/
        width: auto\9;
        max-height: 150px;
        /*width: 100%;*/
        height: 150px;
        /*height: auto;*/
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }

    #TopSellingCategories li h3 {
        display: block;
        color: #1547a2;
        font-weight: 600;
        font-size: 14px;
        margin: 5px 0;
        height: 32px;
        line-height: 18px;
    }


    #TopSellingCategories li .thumbnail a:last-child {
        margin-top: 2px;
    }

.thumbnail-text {
    font-size: 14px;
    color: #014A3F;
}



.btn-universal {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-universal-primary {
    color: #fff;
    background: #ea1c23;
    background: -moz-linear-gradient(top, #ea1c23 0%, #af0c12 100%);
    background: -webkit-linear-gradient(top, #ea1c23 0%,#af0c12 100%);
    background: linear-gradient(to bottom, #ea1c23 0%,#af0c12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea1c23', endColorstr='#af0c12',GradientType=0 );
}

    .btn-universal-primary:hover {
        color: #fff;
        background: #af0c12;
        background: -moz-linear-gradient(top, #af0c12 0%, #ea1c23 100%);
        background: -webkit-linear-gradient(top, #af0c12 0%,#ea1c23 100%);
        background: linear-gradient(to bottom, #af0c12 0%,#ea1c23 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0c12', endColorstr='#ea1c23',GradientType=0 );
        text-decoration: none;
    }

.default-bg-qty{
    float: none !important;
    margin-bottom: 4%;
}