/* vim: set ts=2 sw=2 sts=2 et: */


/**
 * Ideal Comfort CSS stylesheet
 *
 * @category    X-Cart
 * @package     X-Cart
 * @subpackage  CSS
 * @author      Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version     d48b010cf3991ff0a5c132e014e48951c3ff03c9, v29 (xcart_4_6_6), 2014-11-05 09:48:27, altskin.css, mixon
 * @link        http://www.x-cart.com/
 * @see         ____file_see____
 */

html,
body {
    background: #fff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    margin: 0px;
}

body {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #343434;
    font-size: 12px;
    background: -webkit-gradient( linear, left top, left bottom, from(#e8e8e8), color-stop(60.77%, #d6dce3), color-stop(73.02%, #ccd6e1), to(#d9dfe4));
    background: -o-linear-gradient( top, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #d9dfe4 100%);
    background: linear-gradient( 180deg, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #d9dfe4 100%);
    height: auto;
}

input,
select,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    background-color: #ffffff;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
}

select#product_avail {
    width: 104px;
}

p,
.descr {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    line-height: 32px;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #1c1e27;
    text-decoration: none;
}

a:hover {
    color: #1c1e27;
}

h1 {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 48px;
    font-weight: bold;
    line-height: 57px;
    text-align: center;
}

hr {
    border-bottom: 1px solid #dfdfdf;
    opacity: 0.16;
    margin: 24px 0px 24px;
}

input.default-value {
    color: #aaaaaa;
}

.error-message {
    color: #1c1e27;
    font-weight: bold;
}

a.list-item:link,
.list-item a:link {
    color: #1c1e27;
}

a.list-item:visited,
.list-item a:visited {
    color: #1c1e27;
}

a.list-item:hover,
.list-item a:hover {
    color: #1c1e27;
}

a.list-item:active,
.list-item a:active {
    color: #1c1e27;
}


/* White corners */

.t-l,
.t-r,
.b-l,
.b-r {
    position: absolute;
    width: 1px;
    height: 1px;
    background-color: #ffffff;
}

.t-l {
    top: 0px;
    left: 0px;
}

.t-r {
    top: 0px;
    right: 0px;
}

.b-l {
    bottom: 0px;
    left: 0px;
}

.b-r {
    bottom: 0px;
    right: 0px;
}

.full-mini-cart img.icon {
    background: transparent url(../images/custom/cart_icon.png) no-repeat top left;
}

#top-spacer-richards-chassis {
    width: 100%;
    height: 27px;
}

#page-container {
    background: #ffffff;
    width: 80%;
    margin: 0 auto;
}

#content-container {
    margin-top: 40px;
}

#contentTopMargin {
    margin-top: 48px;
}

@media screen and (min-width: 768px) {
    #contentTopMargin {
        margin-top: 88px;
    }
}

.menu-full-width {
    background: none;
    height: auto;
    width: 100%;
    float: right;
}

.menu-full-width2 {
    width: 100%;
    background: #f6f4f5;
    height: 45px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-full-width2,
    .menu-full-width {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1025px) {
    #page-container2,
    .wrapper-box {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    #page-container2,
    .wrapper-box {
        width: 720px;
    }
}

@media screen and (max-width: 767px) {
    #page-container2,
    .wrapper-box {
        width: 90%;
        padding-right: 1%;
        padding-left: 1%;
        margin: 0% 4%;
    }
.homepageBannerimg {display:none;}
.hpbdiv_m {border-bottom:2px solid #000;}
.homepageBannerContainer {height:auto!important;}
}

@media screen and (max-width: 768px) {
    .mobile-navigation {
        background-color: #ffffff;
        padding: 0px;
    }
    .mobile-navigation-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 20px;
        max-width: 25px;
        margin: auto;
    }
    .mobile-navigation-button span {
        height: 3px;
        display: block;
        background-color: #f26922;
        -webkit-transition: all linear 300ms;
        -o-transition: all linear 300ms;
        transition: all linear 300ms;
    }
    .mobile-navigation-button.open {
        position: relative;
    }
    .mobile-navigation-button.open span:first-of-type {
        margin-left: 50px;
    }
    .mobile-navigation-button.open span:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .mobile-navigation-button.open span:last-of-type {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .menu-full-width .fancycat-icons-level-0 {
        display: block;
    }
    .menu-full-width .fancycat-icons-level-0 li {
        display: block;
        float: none;
        color: #1c1e27;
        font-family: Rubik;
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
        margin: 0px 20px 0;
        border-top: 1px solid #e8e8e8;
        padding: 16px 0px;
    }
    li.fancycat-icons-e.first {
        border-top: 0px solid #e8e8e8;
    }
    .menu-dialog.menu-fancy-categories-list.open {
        max-height: 700px;
        left: 0px;
        position: absolute;
        background: #f4f4f4;
        width: 100%;
        margin-top: 36px;
    }
    .menu-dialog.menu-fancy-categories-list {
        max-height: 0;
        -webkit-transition: all linear 300ms;
        -o-transition: all linear 300ms;
        transition: all linear 300ms;
        overflow: hidden;
    }
}

#left-bar {
    width: 250px;
    margin-left: 0px;
}

#footer {
    height: auto;
    background: #1c1e27;
}

#footer .box {
    border: none;
    background-color: #1c1e27;
    position: relative;
}

.footerContainer {
    width: 100%;
    display: block;
}

.footerColumns {
    width: 100%;
    text-align: center;
}

.footerHR {
    width: 100%;
}

.footerTcs {
    width: 50%;
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 32px auto 0px;
}

#footer h5 {
    color: #ffffff;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin: 24px auto 16px;
}

#footer p {
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 8px auto;
}

.tcs1 {
    width: 60%;
    display: block;
    margin: 0 auto;
}

.tcs2 {
    width: 60%;
    text-align: center;
}

span.tcs1 {
    width: auto;
}

@media screen and (min-width: 768px) {
    #footer .box {
        border: none;
        background-color: #1c1e27;
        position: relative;
    }
    .footerContainer {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footerColumns {
        width: 33.33%;
        text-align: left;
    }
    .footerHR {
        width: 100%;
    }
    .footerTcs {
        width: 50%;
    }
    .footerTcs {
        width: 50%;
        color: #ffffff;
        font-family: Rubik;
        font-size: 16px;
        line-height: 32px;
        margin: 32px auto 64px;
        text-align: left;
    }
    #footer h5 {
        color: #ffffff;
        font-family: Rubik;
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        margin: 24px auto 16px;
        text-align: left;
    }
    #footer p {
        color: #ffffff;
        font-family: Rubik;
        font-size: 20px;
        line-height: 32px;
        margin: 0;
        text-align: left;
    }
    .tcs1 {
        margin-right: 32px;
    }
    .tcs2 {
        text-align: right;
    }
    span.tcs1 {
        width: auto;
        display: inline-block;
    }
}

#header .line1 {
    background-color: #ffffff;
    background-size: 264px;
    margin-top: 20px;
    width: 40%;
}

#header .line2 {
    width: 60%;
    margin-top: 20px;
}

#header .container2 {
    height: 80px;
    width: 50%;
}

#header .line1 .logo {
    padding-top: 16px;
    margin-left: 0px;
    width: auto;
    float: left;
}

#header .line1 .logo a img {
    width: auto;
    height: auto;
}

.tabs {
    bottom: 1px;
    top: auto;
    left: auto;
    height: 35px;
    width: auto;
}

.tabs li {
    margin: 0 0px 0 1px;
    height: 35px;
    text-align: center;
    position: relative;
    background: transparent none;
}

.tabs li img {
    display: block;
    width: 120px;
    height: 0px;
}

.tabs a {
    height: 35px;
    line-height: 35px;
    min-width: 120px;
    padding: 0px 10px;
    color: #fff;
    font-size: 12px;
    background: transparent url(../images/custom/hor_sprite.jpg) repeat-x right 0px;
    margin: 0px;
}

.tabs a:hover {
    color: #fff;
    background-position: right -35px;
}

#header .phones {
    right: auto;
    top: auto;
    height: auto;
    left: 5px;
    bottom: 5px;
    line-height: normal;
}

#header .phones span {
    padding-right: 15px;
    padding-left: 0px;
}

.header-links {
    position: absolute;
    top: 13px;
    right: 11px;
    overflow: hidden;
}

.header-links .wrapper {
    text-align: right;
    margin-right: -16px;
}

.header-links strong,
.header-links a:link,
.header-links a:active,
.header-links a:visited,
.header-links a:hover {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
    background: transparent url(../images/custom/header_bullet.gif) no-repeat right center;
    padding-right: 16px;
    margin-left: 10px;
}

.header-links a:hover {
    text-decoration: none;
}

.header-links strong {
    text-decoration: none;
    color: #343434;
}

#header div.search {
    left: 10px;
}

#header input.text {
    width: 199px;
    color: #585858;
    font-size: 11px;
    padding: 2px 5px 4px;
    vertical-align: middle;
}

#header a.search {
    color: #394b57;
    font-size: 11px;
    text-transform: lowercase;
}

#header input {
    margin-right: 7px;
}

#header .search input.search-button {
    width: 29px;
    height: 22px;
    background: #fff url(../images/custom/hor_sprite.png) no-repeat left -363px;
    vertical-align: middle;
}

#header .languages-row,
#header .languages-flags {
    top: 10px;
}

.printable-bar a {
    padding: 2px 20px 2px 0px;
    color: #888;
    font-size: 11px;
}

div.printable-bar {
    padding-top: 6px;
}

#footer .subbox {
    border: none;
    background-color: #f0f0f0;
}

#footer .footer-links {
    text-align: right;
    padding-top: 30px;
    margin: 0 0 0 225px;
}

#footer .footer-links a:link,
#footer .footer-links a:active,
#footer .footer-links a:visited,
#footer .footer-links a:hover {
    margin-right: 25px;
}

#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .copyright {
    text-align: right;
    padding-top: 17px;
    padding-right: 25px;
    color: #000000;
    font-size: 11px;
}

#location {
    min-height: inherit;
    line-height: normal;
    padding-top: 10px;
    color: #888;
}

font.bread-crumb {
    color: #888;
}

a.bread-crumb {
    color: #4c6d82;
}

a.bread-crumb:hover {
    color: #888;
}

#location span {
    padding: 0 0px;
}

.menu-dialog {
    border: none;
    margin-bottom: 10px;
}

.menu-dialog .title-bar {
    background: #e9e9e9 url(../images/custom/hor_sprite.png) repeat-x left -108px;
    height: 41px;
    width: auto;
}

.menu-dialog .title-bar h2 {
    font-size: 22px;
    color: #717171;
    font-weight: normal;
    line-height: 41px;
    padding: 0px 5px 0px 15px;
}

.menu-dialog .content {
    padding: 8px 20px 20px 20px;
    border-top: solid 1px #dbdbdb;
}

.menu-dialog .content a {
    color: #f6911e;
}

.menu-dialog .content a:hover {
    color: #1c1e27;
}

.menu-dialog ul li a,
.menu-dialog .content ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #353535;
}

.menu-dialog .content ul li a:hover {
    text-decoration: underline;
}

.mobile-header .languages-box {
    background-color: #363636;
}

.mobile-header .language-label {
    padding: 8px 10px;
}

.mobile-header .languages {
    margin-top: 0px !important;
    width: auto;
}

.mobile-header .languages ul {
    border-width: 0;
    position: static;
}

.mobile-header .languages li {
    display: block !important;
    float: left;
    width: 45px;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 3px;
}

.mobile-header .languages a {
    padding-top: 0;
    padding-bottom: 0;
}

.mobile-header .languages li span.lng span,
.mobile-header .languages-flags a span {
    display: block;
}

.mobile-header li.current .arrow-down:after {
    display: none;
}

.dialog {
    border: 0 none;
}

.dialog .title {
    width: auto;
    color: #fff;
    background: #424242 url(../images/custom/hor_sprite.png) repeat-x left -385px;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 15px;
    border: none;
}

.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #6ca042;
    z-index: 1500;
    /*more than .fancycat-icons-e ul li*/
}

.nav-pills {
    margin: 0;
}

.nav-pills>li {
    float: left;
}

.dropdown-toggle {
    display: block;
    padding: 11px 14px 12px;
    text-decoration: none !important;
    overflow: hidden;
    font-size: 17px;
}

.dropdown.open .dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: #676767;
    color: #ffffff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    min-width: 198px;
    display: none;
    background-color: #676767;
    border: 1px solid #676767;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    color: #ffffff;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-menu ul {
    list-style: none;
}

.dropdown-menu li a {
    color: #ffffff;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background-color: #363636;
}

.dialog .title h2 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.dialog .content {
    padding: 10px 0px 25px 0px;
}

.list-dialog .title h2 {
    width: 50%;
}

.list-dialog .title div.sort-box {
    top: 11px;
}

.list-dialog .title div.sort-box .search-sort-bar {
    margin: 0px 0;
}

.noborder {
    border: 0px none;
}

.noborder .title {
    background: transparent none;
    display: none;
}

.noborder .content {
    padding: 0px;
}

div.button div,
div.button a {
    display: block;
    padding: 0 5px 0 15px;
    white-space: nowrap;
    color: #f26922;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    outline-style: none;
}

div.dropout-wrapper {
    width: 100%;
    clear: both;
}

.product-input div.dropout-wrapper {
    width: auto;
    clear: none;
}

div.dropout-container {
    position: relative;
}

div.drop-out-button {
    background: url(../images/custom/dropout_btn.png) right top no-repeat;
    padding: 0 30px 0 0;
}

div.dropout-wrapper .button {
    position: relative;
    float: left;
}

div.dropout-box {
    margin-top: 34px;
    color: #bebebe;
}

button.simple-button {
    color: #1c1e27;
    font-size: 12px;
}

a.simple-button {
    font-size: 12px;
    color: #1c1e27;
    font-weight: bold;
}

a.simple-button:hover {
    color: #1c1e27;
}

button.button.main-button.list-button.add-to-cart-button {
    height: 48px;
    width: auto;
    border-radius: 2px;
    background-color: #f26922 !important;
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    padding: 14px 23px 16px 23px;
}

button.button.main-button {
    height: 48px;
    width: auto;
    border-radius: 2px;
    background-color: #f26922 !important;
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    padding: 14px 23px 16px 23px;
}

button.button.main-button a {
    color: #ffffff;
}

button.button .main-button .update-profile {
    height: 48px;
    width: auto;
    border-radius: 2px;
    background-color: #f26922 !important;
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    padding: 14px 23px 16px 23px;
}

button.main-button .button-right {
    background: transparent url(../images/custom/but_bg.png) no-repeat right top;
}

button.main-button .button-left {
    background: transparent url(../images/custom/but_bg.png) no-repeat left top;
    color: #ffffff;
}

button.list-button .button-left {
    color: #ffffff;
    padding-left: 30px !important;
}

button.add-to-cart-button .button-right {
    padding: 0 10px 0 0;
}

button.main-button .button-left img {
    margin: 8px 0 0 0;
}

button.add-to-cart-button {
    width: 33px !important;
}

button.add-to-cart-button .button-left {
    padding: 0 0px 0 7px;
}

button.add-more-button .button-left {
    background-position: left -99px;
}

div.main-button {
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2px;
    background-color: #f26922 !important;
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    padding: 14px 23px 16px 23px;
}

div.main-button div,
div.main-button a {
    color: #ffffff;
}

button.simple-main-button,
a.simple-main-button {
    color: #8f1d1d;
}

button.small-button .button-left {
    background: url(../images/custom/small_btn.png) left top no-repeat;
    color: #010101;
    height: 22px !important;
    line-height: 21px !important;
    padding-right: 7px;
}

button.small-button .button-right {
    background: url(../images/custom/small_btn.png) right top no-repeat;
    height: 22px !important;
    line-height: 21px !important;
    font-size: 12px !important;
    padding-right: 3px;
}

div.small-button {
    background: url(../images/custom/small_btn.png) left top no-repeat;
    height: 22px !important;
    padding-right: 7px;
}

div.small-button div,
div.small-button a {
    background: url(../images/custom/small_btn.png) right top no-repeat;
    color: #010101;
    line-height: 21px !important;
    font-size: 12px !important;
    padding-right: 3px;
}

a.simple-delete-button {
    color: #505050;
    font-weight: normal;
    text-decoration: none;
    background: url(../images/custom/delete.gif) left 4px no-repeat;
    padding-left: 17px;
}

a.simple-delete-button:hover {
    color: #505050;
    text-decoration: underline;
}

a.simple-delete-button-woicon {
    color: #8f1d1d;
}

button.do-add2cart-error {
    height: 33px;
    width: 53px !important;
}

button.do-add2cart-success {
    height: 33px;
    width: 53px !important;
}

button.do-add2cart-wait .button-right,
button.do-add2cart-success .button-right,
button.do-add2cart-error .button-right {
    height: 33px;
}

button.do-add2cart-wait .button-left,
button.do-add2cart-success .button-left,
button.do-add2cart-error .button-left {
    font-size: 12px;
    height: 33px;
    line-height: 33px;
}

button.do-add2cart-wait .button-left .progress {
    background-position: left 11px !important;
}

.button-row,
.button-row-right {
    height: 90px;
    line-height: 34px;
}

.products-list .buy-now .buttons-row .button {
    float: left;
    margin-bottom: 4px;
}

.products-list .buy-now .quantity select {
    margin-right: 5px;
}

.buttons-row-right,
.buttons-row {
    height: 34px;
    margin: 0px;
}

.buttons-row .button-separator {
    width: 8px;
    height: 33px;
}

.buttons-row-right .button-separator {
    width: 16px;
}

.data-table td.data-required,
td.data-required {
    color: #1f6188;
}

.data-table .error-message {
    color: #8f1d1d;
}

.search-sort-bar {
    color: #fff;
}

.search-sort-title {
    color: #fff;
    font-size: 11px;
}

.search-sort-cell {
    color: #fff;
}

a.search-sort-link {
    color: #fff;
    font-size: 11px;
}

.search-sort-bar a.up-direction {
    background: transparent url(../images/custom/uarrow.gif) no-repeat left 3px;
    color: #fff;
    font-size: 11px;
}

.search-sort-bar a.down-direction {
    background: transparent url(../images/custom/darrow.gif) no-repeat left 3px;
    color: #fff;
    font-size: 11px;
}

.nav-pages {
    margin: 3px 0px 0px;
}

h3.grey {
    font-size: 12px;
}

.noscript-warning {
    left: 30%;
    border: 1px solid #dddddd;
}

.noscript-warning .content {
    min-height: inherit;
    height: 32px;
}

.menu-categories-list .content {
    padding: 0px 20px 3px;
}

.menu-categories-list ul li.last {
    border: 0 none;
}

.menu-categories-list ul li {
    padding: 12px 0px 10px 16px;
    background: transparent url(../images/custom/category_bullet.gif) no-repeat left center;
    border-bottom: solid 1px #efefef;
}

.rtl .menu-categories-list ul li {
    padding: 12px 16px 10px 0px;
    background: transparent url(../images/category_bullet.gif) no-repeat right center;
    border-bottom: solid 1px #efefef;
}

.menu-categories-list ul li a:link,
.menu-categories-list ul li a:visited,
.menu-categories-list ul li a:hover,
.menu-categories-list ul li a:active {
    font-size: 13px;
    color: #353535;
    font-weight: bold;
}

.menu-minicart,
.menu-minicart .title-bar {
    background: none;
    border: none;
}

.menu-minicart .title-bar {
    float: left;
    width: 40px;
    padding: 0 0 7px 0;
}

.menu-minicart .content {
    float: left;
    background: none;
    border: none;
    width: 180px;
    padding: 4px 0 3px 14px;
}

.menu-minicart {
    border: none;
    background: none;
    margin-bottom: 10px;
    padding: 0px;
    position: relative;
}

.menu-minicart .title-bar img.icon {
    background: transparent url(../images/custom/hor_sprite.png) no-repeat left -317px;
    width: 40px !important;
    height: 46px !important;
    margin: 0px 0 0 0px;
}

div.minicart-icon {
    width: 50px;
    margin-left: 0px;
    float: left;
    position: relative;
}

div.minicart img {
    width: 50px;
    height: 46px;
}

div.minicart {
    color: #1c1e27;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

div.minicart table {
    width: 100%;
}

div.minicart table tr td {
    color: #112536;
    font-size: 20px;
}

div.minicart td.your-cart,
div.minicart td.state {
    padding-top: 6px;
}

div.minicart .empty {
    margin: 0;
}

div.minicart td.your-cart {
    color: #c0c0c0;
    font-size: 14px;
    font-weight: bold;
}

div.minicart .empty td.state {
    color: #a1bbd0;
    font-size: 18px;
    font-weight: normal;
}

div.minicart .full td.your-cart-mobile-desktop {
    color: #1c1e27;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    padding: 0;
    cursor: pointer;
    display: block;
}

div.minicart .full td.state {
    color: #6db8f2;
    font-size: 18px;
    font-weight: normal;
}

div.minicart .full td.your-cart span {
    color: #fff;
}

span.minicarItemTotalIcon {
    background: #f26922;
    border-radius: 55px;
    padding: 4px 8px 4px 7px;
    color: white;
    margin: 0px 12px;
    font-size: 11px;
    vertical-align: top;
}

.totals-link {
    color: #fff;
    border-bottom: dashed 1px #fff;
    cursor: help;
}

a.minicart-checkout-link:link,
a.minicart-checkout-link:active,
a.minicart-checkout-link:visited,
a.minicart-checkout-link:hover {
    color: #6db8f2;
    text-decoration: none;
    background: transparent url(../images/custom/cart_chk_arrow.gif) no-repeat center right;
    padding-right: 20px;
}

a.minicart-checkout-link:link span,
a.minicart-checkout-link:active span,
a.minicart-checkout-link:visited span,
a.minicart-checkout-link:hover span {
    color: #6db8f2 !important;
    font-size: 18px;
    font-weight: normal !important;
    border-bottom: dotted 1px #6db8f2;
}

a.minicart-checkout-link:hover span {
    border-bottom: solid 1px #6db8f2;
}

#content-container .ajax-minicart img.minicart-button {
    margin-top: 2px;
    margin-bottom: 4px;
    background: transparent url(../images/custom/minicart_icon_show.png) no-repeat left top;
    width: 40px;
    height: 57px !important;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 3000;
}

#content-container .ajax-minicart img.minicart-button-show {
    background: transparent url(../images/custom/minicart_icon_collapsed.png) no-repeat left top;
}

.minicart-box input.quantity {
    width: 64px;
}

input.quantity {
    padding: 0px 16px 0px;
}

.minicart-box ul li a.delete img {
    background: url(../images/custom/delete.gif) left top no-repeat;
    width: 13px;
    height: 13px;
}

.minicart-box {
    top: 52px;
    width: 360px;
    left: -44px !important;
    border: none;
}

.minicart-box .checkout-popup-link a.link:active {
    border: 1px solid #ffffff;
    outline-style: none;
    z-index: 1000;
    background-color: #ffffff;
    padding: 4px 0px 4px 5px;
    position: relative;
    outline-style: none;
}

.minicart-box .checkout-popup-link .link span {
    border-bottom: 1px dashed #1c1e27;
}

.menu-auth ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menu-auth ul li {
    padding: 5px 0px;
}

.menu-auth ul li a:link,
.menu-auth ul li a:active,
.menu-auth ul li a:visited,
.menu-auth ul li a:hover {
    color: #353535;
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (min-width: 1024px) {
    .product-details {
        position: relative;
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-details-container {
        padding-left: 50px;
    }
    .product-details-container h1 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .product-details .details {
        width: 100% !important;
    }
}

.product-details-container h1 {
    padding-top: 20px;
}

.product-details .details {
    padding-left: 30px;
    padding-top: 0 !important;
}

.product-details .productImage {
    width: 100%;
    position: relative;
}

.product-details .image .image-box {
    border: solid 1px #dbdbdb;
    padding: 5px;
    margin: 0 auto;
    padding: 0;
    background: -o-linear-gradient( 153.43deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
    background: linear-gradient( 296.57deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
}

img#product_thumbnail {
    margin: auto;
    width: 100%;
    height: auto;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 25%;
}

img#cart_thumbnail {
    margin: auto;
    width: 100% !important;
    height: auto;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 25%;
}

.product-details .details {
    width: 100%;
    padding: 32px 0px;
}

.thumbnailContainer {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thumbnailContainer::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.cartThumbContainer {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -o-linear-gradient( 153.43deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
    background: linear-gradient( 296.57deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
}

.cartThumbContainer::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

@media screen and (min-width: 1024px) {
    .product-details .productImage {
        width: 60%;
        position: relative;
    }
    .product-details .details {
        width: 40%;
    }
    .product-details .image .image-box {
        border: solid 1px #dbdbdb;
        padding: 5px;
        height: 100%;
        background: -o-linear-gradient( 153.43deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
        background: linear-gradient( 296.57deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
    }
    img#product_thumbnail {
        margin: auto;
        width: auto;
        height: auto;
        padding: 32px;
        display: block;
        max-width: 506px;
    }
    .thumbnailContainer {
        position: relative;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cartThumbContainer {
        position: relative;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 24px;
        background: -o-linear-gradient( 153.43deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
        background: linear-gradient( 296.57deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
        max-width: 150px;
    }
    img#cart_thumbnail {
        margin: auto;
        width: auto;
        height: auto;
        display: block;
        max-width: 90%;
        padding: 0;
        position: absolute;
        left: 5%;
        top: 20%;
    }
}

.productDescBackground {
    background: -o-radial-gradient(circle, #e8e8e8 0%, #d6dce3 100%);
    background: radial-gradient(circle, #e8e8e8 0%, #d6dce3 100%);
}

.thumbnailContainer {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-details .details .save {
    font-size: 12px;
    background: transparent url(../images/custom/save_money.png) no-repeat left top;
}

.product-details .product-subtitle div {
    color: #1f6188;
    border-bottom: 1px solid #31759d;
}

.product-details .message {
    color: #1f6188;
}

.product-details .customer-message {
    color: #1f6188;
}

.product-details .quantity-row td {
    padding-top: 5px;
}

.product-details .quantity p {
    opacity: 0.48;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0 8px;
}

.product-details .avail {
    color: #818080;
    padding-left: 10px;
}

table.product-properties {
    margin-top: 0px;
    position: relative;
}

table.product-properties tr td {
    vertical-align: middle;
}

table.product-properties .property-name {
    opacity: 0.48;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
}

table.product-properties .property-value {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 14px;
    color: #343434;
}

table.product-properties .product-price {
    opacity: 0.48;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    padding-top: 0px;
}

table.product-properties .product-price-value {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

table.product-properties .product-market-price {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 6px;
}

.products {
    margin-top: 15px;
}

.products .product-title,
.product-details .product-title {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.products-table .product-cell .product-title {
    border-bottom: none;
}

.products-table td.product-cell-buynow {
    vertical-align: top;
}

.products a.product-title:hover {
    color: #017dcb;
    border-color: #017dcb;
}

.products .descr {
    padding: 15px 0px 0px 0px;
    margin: 0px;
    font-size: 11px;
}
.relprods {background:#fff;margin-top: 10px;}
.relprods .simple-products-table .image, .relprods .products-table .product-cell, .relprods .products-table td.product-cell-price .price-row {text-align: center;}

p,
.descr {
    padding-bottom: 24px;
}

.descr h3 {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 32px;
    font-weight: 500;
    line-height: 57px;
    border: none;
}

.products .market-price-value {
    background: transparent url(../images/spacer_black.gif) repeat-x left 11px;
    font-size: 16px;
    font-weight: normal;
}

.products-table .market-price-value {
    background: transparent url(../../common_files/images/spacer_black.gif) repeat-x left 9px;
    font-size: 14px;
    font-weight: normal;
}

.products .price-value {
    font-weight: normal;
    font-size: 18px;
    color: #000000;
}

.products-table .price-value {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

.products-table .buy-now .quantity-title {
    padding-right: 1px;
}

.products-table td.product-cell-buynow .button-row {
    float: left;
    margin: 0 8px 0 0;
}

.products-table td.product-cell-buynow .button-row.last {
    margin: 0 0px 0 0;
    float: none;
    padding: 0px 0 0 0;
}

.products-table td .list-soc-buttons {
    margin: 10px 0 0 0;
}

.products .price-save {
    color: #1c1e27;
}

.products .taxes {
    margin-top: 0px;
}

.products .buy-now .quantity-empty {
    height: 0px;
}

.products .product-details-title {
    color: #1f6188;
}

.products div.buttons-cell {
    margin: 10px 0 0 0;
}

.products-list .image {
    padding: 3px 20px 3px 0;
}

.products-list .image .image-wrapper {
    position: relative;
    padding: 10px 0px;
    text-align: center;
    border: solid 1px #dbdbdb;
}

.products-list .descr {
    padding-bottom: 20px;
}

.products-list .buy-now .center,
.products-list .buy-now .halign-center {
    margin-left: 0px;
    text-align: left;
}

.products-list .buy-now .button-row,
.products-list .buy-now .button-row-right {
    margin: 0px 7px 0 0;
    float: left;
}

.product-input .buttons-row {
    float: right;
    margin: 0px;
}

.buttons_do_not_disappears {
    position: relative;
    width: 2px;
    float: left;
    height: 0px;
}

.product-input .buttons-row .add-to-cart-button {
    margin: 0px 7px 0 0;
}

.products-table .buy-now .quantity,
.products-list .buy-now .quantity,
.product-input .quantity {
    line-height: 33px;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
}

.products-list .buy-now .quantity img,
.products-table .buy-now .quantity img,
.product-input .quantity img {
    position: absolute;
    top: 0;
}

.products-list .buy-now .quantity img.left_crns_qty,
.products-table .buy-now .quantity img.left_crns_qty,
.product-input .quantity img.left_crns_qty {
    left: 0;
}

.products-list .buy-now .quantity img.right_crns_qty,
.products-table .buy-now .quantity img.right_crns_qty,
.product-input .quantity img.right_crns_qty {
    right: 0;
}

.products-list .buy-now .quantity-title {
    width: auto;
    padding-right: 3px;
}

.products-table .product-cell {
    text-align: left;
}

.products-table td.product-cell-price .price-row {
    text-align: left;
}

.products-table td.product-cell-buynow .button-row {
    text-align: left;
}

.products-table .image {
    margin: 5px 0;
    padding: 5px 0;
    text-align: center;
    border: solid 1px #dedede;
}

.products-table .column_separator div {
    width: 20px;
}

.products-table .image img {
    vertical-align: middle;
}

.products-table .image img a:link,
.products-table .image img a:active,
.products-table .image img a:visited,
.products-table .image img a:hover {
    padding-right: 1px;
}

.products-table a.see-details {
    text-align: center;
}

.simple-products-table a.product-title,
.simple-products-table .product-title {
    font-size: 12px !important;
    border: none;
    text-decoration: underline;
}

.simple-products-table .image {
    border: none;
    text-align: left;
}

.products-table tr.separator td {
    padding: 0;
    height: 20px;
}

.nav-pages img {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.nav-pages .right-arrow img {
    background: url(../images/custom/navigation_arrow_right.gif) no-repeat left top;
}

.nav-pages .left-arrow img {
    background: url(../images/custom/navigation_arrow_left.gif) no-repeat left top;
}

.register-section-title label {
    color: #343434;
}

.register-table .register-exp-section label {
    border-bottom: 1px dashed #343434;
}

.cartHeader {
    width: 100%;
}

.cartHeader h1 {
    margin: 0px;
    font-size: 32px;
    text-align: center;
}

.cartTopButtons {
    display: none;
}

@media screen and (min-width: 768px) {
    .cartHeader {
        width: 50%;
    }
    .cartHeader h1 {
        text-align: left;
        margin: 24px 0px 72px;
    }
    .cartTopButtons {
        display: block;
        margin-top: 32px;
        text-align: right;
    }
}

.cart .product-title {
    text-decoration: none;
    border-bottom: 0px none;
}

.cart .left-buttons-row .simple-delete-button {
    margin-top: 5px;
}

.totals .total-value {
    color: #1f6188;
    font-size: 14px;
}

.cart hr {
    border: 1px solid #d0d0d0;
    width: 95%;
    margin: 24px 2.5% 16px;
}

.cart-content .cart-content-text {
    color: #1f6188;
}

.dialog.cart-offers {
    margin-right: 34px;
}

.dialog.cart-offers .title div {
    background: none;
}

body.payment-wait h1 {
    color: #343434;
}

.error-page #header {
    height: 120px;
}

.error-page #header .line2 {
    height: 38px;
}

.error-page #header .logo {
    margin-left: 12px;
}

.error-page #content-container {
    text-align: center;
    margin: 130px 10px 0;
}

.error-page #header .tabs,
.error-page #header .phones,
.error-page #header .search,
.error-page #header .header-links,
.error-page #header .languages,
.error-page #footer .payment-logos,
.error-page #footer .footer-links,
.error-page #left-bar,
.error-page #right-bar,
.error-page #location {
    display: none;
}

.error-page .reason {
    color: #1f6188;
}

.printable #center-main {
    position: static;
    padding: 0px;
    margin-top: 82px;
}

.printable #content-container2 {
    float: none;
    position: static;
    left: 0px;
    right: 0px;
    width: 100%;
}

.printable #center {
    float: none;
    position: static;
    width: 100%;
    left: 0px;
}

.printable #header {
    position: static;
    height: 120px;
}

.printable #header .tabs {
    display: none;
}

.printable #header .line2 {
    display: none;
}

.printable #header .printable {
    display: none;
}

.printable #center-main {
    margin: 0px 10px 0px 10px !important;
    position: static;
}

.printable #footer {
    position: static !important;
}

.printable #footer .subbox {
    background: transparent none;
}


/* Buttons */

.printable button.button,
.printable div.button {
    border: 1px solid #acb7c7;
}

.printable .button,
.printable .button * {
    background: transparent none !important;
    color: #343434 !important;
}

.printable .quantity-row .buttons-row a,
.printable .buttons-cell .buy-now a {
    display: none;
}

.printable .quantity-row .quantity,
.printable .buttons-cell .buy-now .quantity {
    background: none;
    padding: 0;
    color: #000;
}

.printable .quantity-row .quantity img,
.printable .buttons-cell .buy-now .quantity img {
    display: none;
}


/* Containers */

.printable .dialog .title {
    background: transparent none;
}

.printable .title h2 {
    margin: 0px;
    color: #333333;
}

.printable .product-details .dropout-wrapper {
    height: 150px;
}

.uo-container #content-container {
    padding-bottom: 100px;
}

.uo-container #footer {
    height: 100px;
}

.uo-container #footer .copyright {
    padding-top: 10px;
}

.uo-box {
    color: #000000;
    font-size: 11px;
    border: 0 none;
    background-color: transparent;
    padding: 15px 25px 0 33px;
}

.payment-logos {
    position: absolute;
    top: 32px;
    left: 33px;
}

.payment-logos .prnotice {
    font-size: 11px;
}

.columns {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.checkout-buttons {
    position: relative;
    margin: 0 35px -42px 0;
    float: right;
    padding: 4px 0 0 0;
}

div.checkout-1-button {
    background: transparent url(../images/custom/but_bg.png) no-repeat right -33px;
}

div.checkout-1-button div,
div.checkout-1-button a:link,
div.checkout-1-button a:visited,
div.checkout-1-button a:hover,
div.checkout-1-button a:active {
    background: transparent url(../images/custom/but_bg.png) no-repeat left -33px;
    padding: 0px 3px 0px 13px;
    line-height: 32px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #4f4f4f;
    font-weight: normal;
    font-size: 18px;
}

div.checkout-buttons div.checkout-3-button,
.minicart-box .minicart-checkout-button {
    background: transparent url(../images/custom/but_bg.png) no-repeat right top;
    padding: 0px 10px 0px 0px;
}

div.checkout-3-button div,
div.checkout-3-button a:link,
div.checkout-3-button a:visited,
div.checkout-3-button a:hover,
div.checkout-3-button a:active,
.minicart-box div.minicart-checkout-button a:link,
.minicart-box div.minicart-checkout-button a:visited,
.minicart-box div.minicart-checkout-button a:hover,
.minicart-box div.minicart-checkout-button a:active {
    background: transparent url(../images/custom/but_bg.png) no-repeat left top;
    padding: 0px 3px 0px 13px;
    line-height: 32px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}

.welcome-img {
    margin-bottom: 15px;
}

.welcome-table {
    width: 100%;
}

.welcome-table td {
    vertical-align: top;
    padding: 0px;
}

.welcome-table td.bestsellers-cell {
    padding-left: 20px;
    width: 180px;
}


/* Product page tabs */

.printable .prod-tabs {
    display: none;
}

.prod-tabs {
    overflow: hidden;
    margin: 34px 0px 34px 0px;
    padding: 1px;
    position: relative;
}

.prod-tabs dt {
    float: left;
    height: 33px;
    background: #353535 url(../images/custom/hor_sprite.png) repeat-x left -425px;
    border-bottom: solid 1px #fff;
    line-height: 32px;
    white-space: nowrap;
    position: relative;
    left: 0px;
    margin-right: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.prod-tabs dt:hover,
.prod-tabs dt.selected {
    margin-top: 0px;
    height: 34px;
    line-height: 32px;
    background-color: #fff;
    background-position: left -458px;
    color: #555;
    border: 1px solid #dbdbdb;
    border-bottom: 0 none;
}

.prod-tabs dt.selected {
    z-index: 3;
    cursor: auto;
}

.prod-tabs dt:hover .t-l,
.prod-tabs dt:hover .t-r,
.prod-tabs dt:hover .b-l,
.prod-tabs dt:hover .b-r,
.prod-tabs dt.selected .t-l,
.prod-tabs dt.selected .t-r,
.prod-tabs dt.selected .b-l,
.prod-tabs dt.selected .b-r {
    display: none;
}

.prod-tabs dt span {
    display: block;
    height: 33px;
    padding: 0 10px;
    border-top: solid 2px #3e3e3e;
}

.prod-tabs dt:hover span,
.prod-tabs dt.selected span {
    border: solid 1px #fff;
    border-bottom: 0 none;
    padding: 0 8px;
}

.prod-tabs dd {
    background-color: #fff;
    display: none;
    float: right;
    width: 100%;
    margin: 34px 0 0 -100%;
    position: relative;
    z-index: 2;
}

.prod-tabs dd.selected {
    display: block;
}

.prod-tabs .tab-content {
    border: 1px solid #dbdbdb;
    padding: 20px;
    position: relative;
}

.prod-tabs .tab-content .dialog {
    border: 0 none;
}

.prod-tabs .tab-content .dialog .title {
    display: none;
}

.prod-tabs .tab-content .dialog .content {
    background: #ffffff none;
    border: 0 none;
}

.products-listing .title {
    background: transparent none;
}

.products-listing .content {
    background: transparent none;
    padding-top: 0;
}

.products-listing .products {
    margin-top: 0;
}

.products-dialog .content {
    padding-top: 0px;
}


/* Product thumbnails */

.thumbnails {
    margin: -3em 0 0 -2em;
    text-align: center;
}

.thumbnail {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 3em 0 0 2em;
}

.thumbnail .r {
    float: left;
}

.thumbnail .r .image {
    text-align: center;
    display: block;
    border: solid 1px #dbdbdb;
    margin-bottom: 4px;
}

.thumbnail .r .image img.leveler {
    width: 0px;
    vertical-align: middle;
}

.thumbnail .r .image a:link,
.thumbnail .r .image a:active,
.thumbnail .r .image a:visited,
.thumbnail .r .image a:hover {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.thumbnail .r .products-title {
    display: block;
    text-align: left;
    padding-left: 3px;
}

.thumbnail .r .products-title a:link,
.thumbnail .r .products-title a:active,
.thumbnail .r .products-title a:visited,
.thumbnail .r .products-title a:hover {
    text-align: left;
    color: #1c1e27;
    font-size: 12px;
    font-weight: normal;
}

.thumbnail .r .products-title a:hover {
    color: #017dcb;
}


/* Bestsellers styles */

.menu-bestsellers ul li a:link,
.menu-bestsellers ul li a:visited,
.menu-bestsellers ul li a:hover,
.menu-bestsellers ul li a:active {
    font-weight: bold;
    color: #f6911e !important;
    text-decoration: underline !important;
    font-size: 13px;
}

.menu-bestsellers ul li a:hover {
    color: #017dcb !important;
}

.menu-bestsellers ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.menu-bestsellers ul li,
.menu-special ul li,
.menu-help ul li,
.menu-manufacturers ul li {
    padding: 9px 0;
}

.menu-bestsellers ul li div.image {
    text-align: center;
    padding: 5px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
    margin-bottom: 10px;
}

.menu-bestsellers ul li div.price-row {
    margin-top: 4px;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}


/* Customer reviews styles */

.creviews-rating-box.message span {
    font-size: 12px;
}

.creviews-rating {
    padding: 0 0 0 5px;
    white-space: normal;
}

.products .image .creviews-rating {
    text-align: left;
}

.creviews-vote-bar a,
.creviews-vote-bar span,
.creviews-vote-bar a img,
.creviews-vote-bar span img {
    background-image: url(../images/custom/stars.png);
}


/* Detailed product images styles */

div.dpimages-popup-link {
    margin-top: 3px;
}

.dpimages-popup-link a:link,
.dpimages-popup-link a:visited,
.dpimages-popup-link a:hover,
.dpimages-popup-link a:active {
    background: transparent url(../../common_files/images/zoom_image.gif) no-repeat 3px 3px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    vertical-align: middle;
    height: 22px;
    line-height: 20px;
    background-color: #5a5a5a;
    padding: 0 5px 0 17px;
    white-space: nowrap;
}

.printable .dpimages-popup-link {
    display: none;
}


/* Fast Lane Checkout styles */

.flc-top-login {
    position: absolute;
    top: 0px;
    right: 10px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 50%;
    vertical-align: middle;
}

#header .flc-top-login .simple-button {
    margin-bottom: 7px;
}

.flc-top-login-text {
    white-space: nowrap;
    padding: 0px 10px 0px 0px;
}

.flc-container #center {
    text-align: center;
}

.flc-container #center-main {
    text-align: left;
    width: auto;
    margin: 0 auto;
}

div.flc-tabs-container {
    float: left;
    left: 50%;
}

div.flc-tabs {
    position: relative;
    left: auto;
    right: 50%;
    margin: 0 auto;
}

.flc-tab-marks-line img {
    background: #d0d0d0;
}

.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1,
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2,
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3,
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3 {
    background: #1f6e9e;
}

div.flc-tab-cart-line img {
    background: url(../images/custom/cart_checkout.gif) left top no-repeat;
    width: 22px;
    height: 26px;
}

.checkout-payments tr td {
    padding: 2px;
}


/* Flyout Menus styles */

.menu-fancy-categories-list .content {
    padding: 5px 5px 3px;
}

.fancycat-icons-e ul {
    width: 238px;
}

.fancycat-icons-e ul li {
    padding: 0px;
}

.fancycat-icons-e li ul {
    left: auto;
}

.fancycat-icons-e ul li a:link,
.fancycat-icons-e ul li a:visited,
.fancycat-icons-e ul li a:hover,
.fancycat-icons-e ul li a:active {
    color: inherit;
    text-decoration: none !important;
}

.fancycat-icons-e a.sub-link:link,
.fancycat-icons-e a.sub-link:visited,
.fancycat-icons-e a.sub-link:hover,
.fancycat-icons-e a.sub-link:active {
    background-position: 97% 15px;
}

.fancycat-icons-e img {
    top: 12px;
}

.fancycat-icons-e img.category-bullet {
    display: none;
}

.fancycat-page-subskin-c #center-main {
    margin-left: 270px;
}

.fancycat-page-subskin-c #left-bar {
    width: 250px;
}

.fancycat-icons-c ul li {
    border-bottom: solid 1px #efefef;
}

.fancycat-icons-c li ul li {
    border-bottom: 0 none;
}

.fancycat-icons-c li a.arrow:link,
.fancycat-icons-c li a.arrow:visited,
.fancycat-icons-c li a.arrow:hover,
.fancycat-icons-c li a.arrow:active {
    top: 13px;
}


/* end Flyout Menus styles */

.giftcert-table .giftcert-title {
    color: #1f6188;
}

.pmap_letters span.pmap_current,
.pmap_letters a:hover {
    background: #2374a3;
    border-color: #5f9dbf;
}

.register-section-title label {
    font-size: 12px;
    color: #1f6188;
}

.register-section-title div {
    border-color: #1f6188;
    padding: 2px 0 1px;
}

tr.head-row th {
    background: #eee;
    font-weight: bold;
}

.cart-content tr td,
.cart-content tr th {
    padding: 6px 10px;
}

.shipping-method a {
    font-size: 12px;
}

div.opc-section-container {
    padding: 0px;
}

table.totals tr.total td.total-value-alt {
    padding: 5px 5px 10px 0;
}

.checkout-shippings tr td {
    padding: 10px 5px 10px 5px;
}

div.address-book-link span.popup-link {
    font-size: 12px;
}

div.coupon-info p {
    font-size: 12px;
}

table.cart-content tr td {
    border-bottom: solid 1px #ccc;
}

.opc-checkout-profile .opc-section-container {
    padding: 10px 0 0 0;
}

table.cart-content tr td {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
}

.cart .cartContainer {
    width: 100%;
    display: block;
}

.cart .cartContainer .cartHeaders {
    display: none;
}

.cart table.item {
    margin: 0;
}

.cart .item th {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 29px 24px 24px;
    background: none;
    text-align: left;
}

.cart .cartContainer .first {
    border: none;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 29px 24px 24px;
    background: none;
    text-align: left;
    width: 70%;
    display: block;
}

.cart .cartContainer .priceCon {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 29px 24px 24px;
    background: none;
    text-align: left;
    min-width: 100px;
    width: 20%;
    display: block;
}

.cart .cartContainer .price {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background: none;
    text-align: left;
    width: 90%;
    margin: auto;
    height: 132px;
}

.cart .cartContainer .subPrice {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background: none;
    text-align: left;
    width: 90%;
    margin: auto;
    height: 132px;
}

.cart .cartContainer .subCon {
    border: none;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 29px 24px 24px;
    background: none;
    text-align: left;
    width: 10%;
    display: block;
}

.cart .cart .item td.last {
    border: none;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background: none;
    text-align: left;
}

.cart th.delete {
    border: 0px none;
    background: #fff;
    padding: 0;
}

.cart .cartContainer .image {
    border-left: 0px none;
    width: 90%;
    display: block;
    padding: 16px 0px;
    margin: auto;
}

.cart .cartContainer .details {
    border-left: 0px none;
    width: 90%;
    padding: 0px 0px 24px;
    margin: auto;
}

.cart .cartContainer .giftcert-price {
    padding-top: 65px;
    padding-bottom: 65px;
}

.cart .cartContainer .price .button-row {
    display: block;
    width: 100%;
    float: left;
    position: absolute;
}

.cart .cartContainer .subtotal {
    width: 100%;
    text-align: left;
    min-width: 100px;
    height: 48px;
}

.cart .cartContainer .subtotal .subtotalTitle {
    display: block;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.cart .cartContainer.subtotal .price {
    display: block;
    position: absolute;
    width: auto;
}

.cart .cartContainer .subtotal .subPrice .currency {
    font-size: 20px;
}

.cart .separator td {
    height: 4px;
    padding: 0px;
    border-right: 1px solid #b5b6b7;
    border-bottom: 1px solid #b5b6b7;
}

.cart .separator.top td {
    border-bottom: 0px none;
}

.cart .descr {
    margin-bottom: 10px;
    opacity: 0.48;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
}

.cart .poptions-title {
    margin: 0px;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.cart .poptions-list {
    margin-bottom: 10px;
}

.cart table.item table td {
    border: 0px none;
}

div.cart table.totals {
    width: auto;
}

div.cart table.totals td {
    vertical-align: middle !important;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

div.cart table.totals td span {
    vertical-align: middle !important;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 32px;
}

div.cart table.totals .total {
    padding-right: 30px;
}

a.image-button.simple-update-button img {
    background: url(../images/custom/update.png) no-repeat right top;
    width: 25px;
    height: 21px;
}

button.update-cart-button .button-right {
    background: url(../images/custom/update_cart.png) no-repeat right top;
    padding-right: 35px;
}

button.clear-cart-button .button-right {
    background: url(../images/custom/clear_cart_grey.png) no-repeat right top;
    padding-right: 28px;
}

button.clear-cart-button:hover .button-right {
    background: url(../images/custom/clear_cart.png) no-repeat right top;
}

button.small-button {
    height: 48px;
    width: 90%;
    border-radius: 2px;
    background-color: #f26922 !important;
    color: #fff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    padding: 14px 23px 16px 23px;
    position: absolute;
    bottom: -56px;
}

button.edit-options {
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    background-color: #ffffff;
    color: #f26922;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    height: 48px;
    width: 100%;
    text-transform: uppercase;
    margin-right: 16px;
}

button.simple-delete-button {
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    background-color: #ffffff;
    color: #f26922;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    height: 48px;
    width: 100%;
    margin-top: 16px;
}

button.simple-delete-button a {
    color: #f26922;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    button.small-button {
        height: 48px;
        width: auto;
        border-radius: 2px;
        background-color: #f26922 !important;
        color: #fff;
        font-family: Rubik;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        border: none;
        padding: 14px 23px 16px 23px;
        position: absolute;
        bottom: -56px;
    }
    button.edit-options {
        border: 1px solid #d0d0d0;
        border-radius: 2px;
        background-color: #ffffff;
        color: #f26922;
        font-family: Rubik;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 12px 20px;
        height: 48px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-transform: uppercase;
        margin-right: 16px;
    }
    button.simple-delete-button {
        border: 1px solid #d0d0d0;
        border-radius: 2px;
        background-color: #ffffff;
        color: #f26922;
        font-family: Rubik;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 12px 20px;
        height: 48px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    button.simple-delete-button a {
        color: #f26922;
        text-transform: uppercase;
    }
}

.cart td.delete {
    border: 0px none;
    width: 34px;
    padding: 0;
}

.cart .delete-wrapper {
    margin-left: -1px;
    z-index: 1000;
}

div.button .simple-delete-button {
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    background-color: #fff;
    color: #f26922;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 20px;
    height: 48px;
    width: 160px;
}

a.image-button.simple-delete-button img {
    background: url(../images/custom/delete_item.png) no-repeat left top;
    width: 34px;
    height: 42px;
}

a.image-button.simple-delete-button:hover img {
    background: url(../images/custom/delete_item.png) no-repeat left -42px;
}

a.image-button.plus-button img {
    background: url(../images/custom/qty_arrows.gif) no-repeat left top;
    width: 9px;
    height: 6px;
}

a.image-button.minus-button img {
    background: url(../images/custom/qty_arrows.gif) no-repeat left -6px;
    width: 9px;
    height: 6px;
    margin-top: 4px;
}

.qty-wrapper {
    display: block;
    position: absolute;
    width: auto;
}

.qty-wrapper1 {
    display: block;
    width: 40%;
    float: left;
}

input#productindexes_1 {
    width: 148px;
}

@media screen and (min-width: 768px) {
    .qty-wrapper1 {
        display: block;
        width: 50%;
    }
    input#productindexes_1 {
        width: 100%;
    }
}

.qty-arrows {
    width: 9px;
}

.cart .right-buttons-row,
.cart .paypal-cart-button {
    margin-right: 0px;
}

.products.cart .right-box {
    width: 95%;
    margin: auto;
    background-color: #e8e8e8;
    padding: 32px 0px;
}

.cart .cart-border {
    width: auto;
    margin-right: 34px;
    padding: 15px 15px 15px 10px;
}

.giftwrapping-cart {
    padding: 15px;
}

.giftwrapping-cart .button-row {
    margin-top: 5px;
}

.estimator-container {
    padding: 15px;
}

.contactFormColL {
    width: 100%;
    margin: 0;
    float: left;
    display: block;
}

.contactFormColR {
    width: 100%;
    margin: 0;
    float: left;
    display: block;
}
.contactFormhow {
  display: flex;
  flex-direction: column;
}
.contactFormhow input[type="radio" i] {margin: 0 16px;}
.contactFormhow label {padding-bottom: 15px;line-height: 22px;
font-family: Rubik;
font-size: 14px;}
@media screen and (min-width: 768px) {
    .contactFormColL {
        width: 48%;
        margin: 0 1% 0 0;
        float: left;
        display: block;
    }
    .contactFormColR {
        width: 48%;
        margin: 0 0 0 1%;
        float: left;
        display: block;
    }
}

.simple-dialog .content {
    border: 1px solid #b5b6b7;
    background: #f3f3f3;
    padding: 10px 22px;
    margin-right: 34px;
}

.simple-dialog .data-name {
    padding-right: 10px;
}

.estimator-container .button-row {
    margin-top: 0px;
}

.wl-dialog {
    margin-right: 34px;
}

.wl-dialog.empty-cart {
    margin-right: 0px;
}

.wl-carousel .image {
    border: 1px solid #dbdbdb;
}

.wl-carousel .product-title {
    color: #1c1e27;
    font-size: 13px;
    font-weight: bold;
    border: 0px none;
    text-decoration: none;
}

.wl-carousel a.product-title:hover {
    text-decoration: none;
}

.wl-carousel div.price-row {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 12px;
}

.wl-dialog a.delete {
    padding-left: 10px;
    vertical-align: middle;
}

.wl-dialog a.delete img {
    background: url(../images/custom/delete.gif) left top no-repeat;
    width: 13px;
    height: 13px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: transparent url(../images/custom/left_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -21px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    background: transparent url(../images/custom/right_arrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -21px 0;
}

.wishlist table.item {
    background: none;
}

.wishlist .item td {
    border: 0px none;
}

.wishlist td.details {
    width: 70%;
}

.menu-dialog .item {
    font-size: 12px;
}

img.separator {
    background-color: #eee;
}


/* XPC iframe styles */

.xpc-iframe-hidden {
    height: 0px;
}

.xpc-iframe-shown {
    height: 470px !important;
}

.checkout-form-xpc-shown {
    position: relative;
    margin-top: -20px !important;
}

.terms_n_conditions-xpc-shown {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

ul#opc-sections li.opc-section {
    width: 29%;
}

.error-row {
    background-color: #f98293;
    visibility: hidden;
}

.error-row td {
    padding: 10px !important;
    font-weight: bold;
}

.checkout-container #footer {
    margin-left: -20px;
}

.price-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}

.products-table .taxes {
    margin: 0;
    padding: 0;
}

.products-table .price-value-ex-vat,
.products-table .price-value {
    font-family: inherit;
    color: #888888 !important;
    font-weight: 400;
    font-size: 17px;
    margin-right: 10px;
}

@media screen and (max-width: 959px) {
    .navbar,
    #header .line3 {
        display: none;
    }
    #header .line1 .logo {
        text-align: center;
        padding-top: 60px;
    }
    #header .line1 {
        background-size: 200px;
        width: 80%;
    }
    #header .line2 {
        display: block;
        height: 80px;
        width: 20%;
        margin-top: 24px;
    }
    .mobile-header {
        display: block;
    }
    div.switcher-main {
        top: 40px;
        z-index: 1400;
        /*less than .mobile-header*/
    }
    .menu-minicart {
        position: relative;
        top: auto;
        right: auto;
        z-index: 1501;
        /*more than .mobile-header*/
        padding: 0;
        border-width: 0;
    }
    .menu-minicart .title-bar {
        margin-top: 0;
        position: static;
    }
    .menu-minicart .content {
        padding-left: 0;
        float: left;
    }
    .ajax-minicart .minicart-button,
    .menu-minicart .icon {
        width: 40px;
        height: 40px;
        background-size: auto 32px;
    }
    .minicart-empty-text {
        display: none !important;
    }
    .minicart-items-value {
        display: block !important;
        font-size: 16px !important;
        font-weight: bold;
        line-height: 40px !important;
    }
    .minicart-items-label {
        display: none !important;
    }
    .minicart-items-delim,
    .minicart-checkout-link,
    .minicart-items-total {
        display: none;
    }
    .minicart-box {
        top: 40px !important;
        right: 0 !important;
        left: auto !important;
    }
    ul.cart-items {
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .welcome-cell.with-bestsellers .products-div .item {
        width: 100%;
    }
    .invoice-products tr td {
        font-size: 11px;
    }
}


/***********************************************COLOURED CONTAINERS*******************/

.dark {
    background-color: #1c1e27;
}

.dark h2 {
    color: #ffffff;
    font-family: Rubik;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    margin: 0px;
}

.medium {
    background: -o-linear-gradient( 153.43deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
    background: linear-gradient( 296.57deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
}

.light {
    background: -webkit-gradient( linear, left top, left bottom, from(#e8e8e8), color-stop(60.77%, #d6dce3), color-stop(73.02%, #ccd6e1), to(#d9dfe4));
    background: -o-linear-gradient( top, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #d9dfe4 100%);
    background: linear-gradient( 180deg, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #d9dfe4 100%);
}

.lightContainer {
    background: -o-radial-gradient(circle, #e8e8e8 0%, #d6dce3 100%);
    background: radial-gradient(circle, #e8e8e8 0%, #d6dce3 100%);
}

.white {
    background: #fff;
}

@media screen and (min-width: 768px) {
    .dark h2 {
        color: #ffffff;
        font-family: Rubik;
        font-size: 48px;
        font-weight: bold;
        line-height: 57px;
        margin: 10px 0 52px;
        text-align: left;
    }
    .medium {
        background: -o-linear-gradient( 153.43deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
        background: linear-gradient( 296.57deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
    }
    .white {
        background: #fff;
    }
    .light {
        background: -webkit-gradient( linear, left top, left bottom, from(#e8e8e8), color-stop(60.77%, #d6dce3), color-stop(73.02%, #ccd6e1), to(#d9dfe4));
        background: -o-linear-gradient( top, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #d9dfe4 100%);
        background: linear-gradient( 180deg, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #d9dfe4 100%);
    }
    .lightContainer {
        background: -o-radial-gradient(circle, #e8e8e8 0%, #d6dce3 100%);
        background: radial-gradient(circle, #e8e8e8 0%, #d6dce3 100%);
    }
}


/***********************************************HOMEPAGE BANNER*******************/

.homepageBanner {
    height: 568px;
    width: 100%;
}

.homepageBannerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 568px;
    position: relative;
}

.hero-image {
    max-width: 100%;
    width: 100%;
    margin: auto;
    float: right;
    overflow: hidden;
    height: 568px;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepageBannerText {
    width: 100%;
    margin: 150px auto;
}

.homepageBannerText p {
    display: none;
}

.homepageBannerText h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
}

.homepageBannerText button.button-primary {
    height: 48px;
    width: 80%;
    border-radius: 2px;
    background-color: #f26922 !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    padding: 14px 23px 16px 23px;
}

.homepageBannerButton {
    margin: 32px auto;
    display: block;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.homepage button.button-primary {
    height: 48px;
    width: auto;
    border-radius: 2px;
    background-color: #f26922 !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    padding: 14px 23px 16px 23px;
}

.homepageBannerSub {float: left !important;margin-bottom: 40px;
    background: #f26922;
    height: auto;
    width: 100%;
}

.homepageBannerSub p {
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    width: 75%;
    margin: 0px auto;
    padding: 16px;
}
.homepageBannerimg {max-width:550px;margin: 0 auto;}
.homepageBannerimg img {width:100%;height:auto;}

@media screen and (min-width: 768px) {
    .homepageBanner {height: 760px;width: 50%;float:left!important;max-width: 1086px;}
    .homepageBannerText {margin: 151px 0px;}

   .hpbdiv_m .homepageBannerText {max-width: 790px;}
   .homepageBannerText {max-width: 470px;}
    .homepageBannerText h1 {font-size: 3.5vw;line-height: 4vw;
        color: #ffffff;
        font-family: Rubik;
/*        font-size: 72px; */
        font-weight: normal;
/*        line-height: 85px; */
        text-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
        text-align: center;
    }
    .homepageBannerText p {
        color: #ffffff;
        font-family: Rubik;
        font-size: 20px;
        line-height: 24px;
        display: block;
    }
    .homepageBannerButton {
        margin-top: 32px 0px;
        display: inline-block;
    }
    .homepageBannerSub {
        padding: 25px 0;
        background: #f26922;
        width: 100%;
    }
    .homepageBannerSub p {
        color: #ffffff;
        font-family: "Rubik", sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        margin: auto;
    }
    .hero-image {
        max-width: 100%;
        width: 100%;
        margin: auto;
        float: right;
        overflow: hidden;
        height: 760px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .homepageBannerText button.button-primary {
        height: 48px;
        width: auto;
        border-radius: 2px;
        background-color: #f26922 !important;
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
        color: #ffffff;
        font-family: Rubik;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase;
        border: none;
        padding: 14px 23px 16px 23px;
    }
}
@media screen and (min-width: 2172px) {
.homepageBanner_wrap {margin:0 auto;width: 2172px;}
.homepageBannerText h1 {font-size: 72px;line-height: 72px;}
}

/********************************************** PRODUCT RANGE SECTION ***********************************/

.homepageModelContainer {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    position: relative;
    height: 200px;
    margin: 0 auto;
}

.homepageModel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.selectPrev {
    display: none;
}

.selectNext {
    display: none;
}

.homepageModel button.button-primary {
    height: 48px;
    width: 100%;
    border-radius: 2px;
    background-color: #f26922 !important;
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    padding: 14px 23px 16px 23px;
}

@media screen and (min-width: 768px) {
    .homepageModelContainer {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 56px;
    }
    .homepageModel {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .selectPrev {
        border-radius: 2px;
        background-color: #ffffff;
        margin: 32px 16px 0px 0px;
        font-size: 40px;
        text-align: center;
        padding: 0px 0px 8px;
        display: inline;
    }
    .selectNext {
        border-radius: 2px;
        background-color: #ffffff;
        display: inline;
        margin: 32px 16px 0px 0px;
        font-size: 40px;
        text-align: center;
        padding: 0px 0px 8px;
    }
    .homepageModel button.button-primary {
        height: 48px;
        width: auto;
        border-radius: 2px;
        background-color: #f26922 !important;
        color: #ffffff;
        font-family: Rubik;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase;
        border: none;
        padding: 14px 23px 16px 23px;
    }
}


/********************************************** USP SECTION ***********************************/

.USPContainer {
    width: 100%;
    display: block;
}

.USP1 {
    width: 100%;
}

.USP2 {
    width: 95%;
    margin: 59px 2.5%;
}

.USP1 h3,
.USP2 h3 {
    color: #1c1e27;
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    border: none;
}

.USP1 p,
.USP2 p {
    color: #1c1e27;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.USPImg {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 0px;
}

.USPText {
    padding: 0px;
}

.USPs1 {
    display: block;
}

.USPs2 {
    display: none;
}

.USPs3 {
    display: none;
}

@media screen and (min-width: 768px) {
    .USPContainer {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px auto;
    }
    .USP1 {
        width: 58%;
    }
    .USP2 {
        width: 42%;
    }
    .USP1 h3,
    .USP2 h3 {
        color: #1c1e27;
        font-family: "Rubik", sans-serif;
        font-size: 32px;
        font-weight: 500;
        line-height: 24px;
        border: none;
    }
    .USP1 p,
    .USP2 p {
        color: #1c1e27;
        font-family: "Rubik", sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
    .USPImg {
        width: 90%;
        margin: 0 auto;
        display: block;
        padding: 32px;
    }
    .USPText {
        padding: 32px;
    }
    .USPs1 {
        display: block;
    }
    .USPs2 {
        display: block;
    }
    .USPs3 {
        display: block;
    }
}


/**********************************************FEATURES SECTION ***********************************/

.featureContainer {
    margin: 64px 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.feature1 {
    width: 100%;
    display: block;
}

.feature2 {
    width: 100%;
    display: none;
}

.feature3 {
    width: 100%;
    display: none;
}

.featureContainer h4 {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    margin-top: 0px;
}

.featureContainer p {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.featureImgContainer {
    width: 100%;
    display: block;
    margin-top: -32px;
}

.featureTextContainer {
    width: 90%;
    display: block;
    margin: 0px auto 0px;
}

.featureImg {
    height: auto;
    width: 100%;
    margin: 0px auto;
    display: block;
}

#catrootmenu .your-cart-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    #catrootmenu .your-cart-desktop a {
        line-height: 32px;
    }
    .featureContainer {
        margin-top: 81px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
    }
    .featureImgContainer {
        width: 50%;
        padding: 100px 32px 0px 0px;
    }
    .featureTextContainer {
        width: 50%;
    }
    .feature1 {
        width: 100%;
        display: block;
    }
    .feature2 {
        width: 100%;
        display: block;
    }
    .feature3 {
        width: 100%;
        display: block;
    }
    .featureContainer h4 {
        color: #ffffff;
        font-family: "Rubik", sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        border: none;
        margin-top: 0px;
    }
    .featureContainer p {
        color: #ffffff;
        font-family: "Rubik", sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
    .featureImg {
        height: 340px;
        margin: 100px auto;
        display: block;
    }
}


/**************************************TESTIMONIALS SECTION***************************************/

.testimonialContainer {
    margin: 0px auto;
    width: 90%;
    display: block;
}

.testimonial {
    width: 100%;
    margin: 0 auto;
}

.testimonialImg {
    height: auto;
    width: 100%;
    margin: auto;
}

.testimonialContainer h2 {
    color: #1c1e27;
    font-family: "Rubik", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    border: none;
}

.testimonialContainer h3 {
    color: #1c1e27;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border: none;
}

.testimonialContainer {
    color: #1c1e27;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.testimonialName {
    color: #1c1e27;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.testimonialCompany {
    color: #1c1e27;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.32;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .testimonialContainer {
        margin-top: 0px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .testimonial {
        width: 50%;
        z-index: 1;
    }
    .testimonialContainer h2 {
        color: #1c1e27;
        font-family: "Rubik", sans-serif;
        font-size: 48px;
        font-weight: bold;
        line-height: 57px;
        border: none;
    }
    .testimonialContainer h3 {
        color: #1c1e27;
        font-family: "Rubik", sans-serif;
        font-size: 32px;
        font-weight: 500;
        line-height: 38px;
        border: none;
    }
    .testimonialContainer {
        color: #1c1e27;
        font-family: "Rubik", sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
    .testimonialName {
        color: #1c1e27;
        font-family: "Rubik", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin: 0;
    }
    .testimonialCompany {
        color: #1c1e27;
        font-family: "Rubik", sans-serif;
        font-size: 16px;
        line-height: 24px;
        opacity: 0.32;
        margin: 0;
    }
}


/*******************************************GET STARTED SECTION******************************/

.getStarted {
    width: 95%;
    margin: 0 auto;
    padding-top: 32px;
}

.or {
    display: none;
}

.getStarted h2 {
    color: #1c1e27;
    font-family: "rubik", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    margin: 0;
}

.getStarted button.button-primary {
    height: 48px;
    width: auto;
    border-radius: 2px;
    background-color: #f26922;
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    padding: 14px 23px 16px 23px;
}

.getStarted p {
    color: #1c1e27;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px;
}

.getStartedButton {
    margin: 0px auto 24px;
}

.getStarted button.button-secondary {
    height: 48px;
    width: auto;
    border-radius: 2px;
    background-color: #ffffff !important;
    color: #f26922;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    padding: 14px 23px 16px 23px;
}

@media screen and (min-width: 768px) {
    .getStarted {
        width: 100%;
        padding: 72px 0px 32px;
    }
    .or {
        display: inline-block;
    }
    .getStarted h2 {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 48px;
        font-weight: bold;
        line-height: 57px;
        text-align: center;
    }
    .getStarted button.button-primary {
        height: 48px;
        width: auto;
        border-radius: 2px;
        background-color: #f26922;
        color: #ffffff;
        font-family: Rubik;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase;
        border: none;
        padding: 14px 23px 16px 23px;
    }
    .getStarted p {
        color: #1c1e27;
        font-family: Rubik, sans-serif;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 32px;
    }
    .getStartedButton {
        margin: 0px 24px 0px 24px;
    }
    .getStarted button.button-secondary {
        height: 48px;
        width: auto;
        border-radius: 2px;
        background-color: #ffffff !important;
        color: #f26922;
        font-family: Rubik;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase;
        border: none;
        padding: 14px 23px 16px 23px;
    }
}


/********************************************CATEGORIES Page***********************************/

.categoryContainer {
    width: 100%;
    display: block;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categoryBox {
    width: 100%;
    margin: 0px 0px 30px;
    position: relative;
}

ul.categories {
    list-style: none;
    margin: 0;
    padding: 0 0 15px;
}

ul.categories li {
    margin: 0 0 10px;
    text-align: left;
}

.categories h3 {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    border: none;
    padding: 16px 24px 0px;
    margin-bottom: 4px;
}

.categories {
    height: 370px;
    background: -webkit-gradient( linear, left top, left bottom, from(#e8e8e8), color-stop(60.77%, #d6dce3), color-stop(73.02%, #ccd6e1), to(#e8e8e8));
    background: -o-linear-gradient( top, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
    background: linear-gradient( 180deg, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
}

.categoriesOverlay {
    background: rgba(0, 0, 0, 0.1);
    height: 370px;
}

.categories img {
    height: auto;
    max-width: 320px;
    margin: 50px auto 0;
    width: 100%;
}

.category-image {
    float: left;
    margin: 0 10px 10px 0;
}

.catergoriesText {
    background-color: #ffffff;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    height: 100%;
}

.category-descr {
    width: 100%;
    padding: 0;
    margin: 32px auto 35px;
}

.category-descr p {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
}

.categoryBox-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    overflow: hidden;
    height: 88px;
    width: 85%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    margin: 24px;
}

.categoryBox:hover .categoryBox-overlay {
    height: 88px;
    display: block;
}

.categoryBox p {
    display: none;
}

.catergoriesDesc {
    height: 150px;
    display: none;
}

.categoryBox button.button-primary {
    height: 48px;
    width: auto;
    border-radius: 0px;
    color: #f26922;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: capitalize;
    border: none;
    padding: 0px 23px 16px 0px;
}

.categoryButton {
    margin: 0px 0px 32px 24px;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}

.categoryChassisType {
    display: none;
}

@media screen and (min-width: 768px) {
    .categoryContainer {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .categoryBox {
        width: 33.333%;
        margin: 0px 0px 30px;
        position: relative;
    }
    ul.categories {
        list-style: none;
        margin: 0;
        padding: 0 0 15px;
    }
    ul.categories li {
        margin: 0 0 10px;
        text-align: left;
    }
    .categories h3 {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
        border: none;
        padding: 24px 24px 0px;
    }
    .categories {
        height: 370px;
        background: -webkit-gradient( linear, left top, left bottom, from(#e8e8e8), color-stop(60.77%, #d6dce3), color-stop(73.02%, #ccd6e1), to(#e8e8e8));
        background: -o-linear-gradient( top, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
        background: linear-gradient( 180deg, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
    }
    .categories img {
        width: 100%;
        height: auto;
        padding: 72px 24px;
        display: block;
        margin: auto;
    }
    .category-image {
        float: left;
        margin: 0 10px 10px 0;
    }
    .catergoriesText {
        background-color: #ffffff;
        margin: auto;
        position: absolute;
        top: 0;
        -webkit-transform: translate(-0%, -0%);
        -ms-transform: translate(-0%, -0%);
        transform: translate(-0%, -0%);
        height: 100%;
    }
    .categoryBox-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        overflow: hidden;
        height: 72px;
        width: 80%;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        margin: 24px;
    }
    .categoryBox:hover .categoryBox-overlay {
        height: 89% !important;
        display: block;
    }
    .categoryBox p {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 16px;
        line-height: 24px;
        margin: 20px 24px 0px;
        display: inline-block;
    }
    .catergoriesDesc {
        height: 150px;
        display: block;
    }
    .categoryBox button.button-primary {
        height: 48px;
        width: auto;
        border-radius: 2px;
        background-color: #f26922;
        color: #ffffff;
        font-family: Rubik;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase;
        border: none;
        padding: 14px 23px 16px 23px;
    }
    .categoryButton {
        margin: 32px 0px 32px 24px;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .categoryChassisType {
        display: inline-block;
    }
}


/********************************************SUBCATEGORIES Page***********************************/

.subcategoryContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.subcategoryBox {
    width: 100%;
    margin: 0px 0px 30px;
    position: relative;
}

ul.subcategories {
    list-style: none;
    margin: 0;
    padding: 0 0 15px;
}

ul.subcategories li {
    margin: 0 0 10px;
    text-align: left;
}

.subcategories h3 {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    border: none;
    padding: 0px 24px 0px;
    margin-bottom: 4px;
}

.subcategories {
    height: 384px;
    width: 100%;
    background: -webkit-gradient( linear, left top, left bottom, from(#e8e8e8), color-stop(60.77%, #d6dce3), color-stop(73.02%, #ccd6e1), to(#e8e8e8));
    background: -o-linear-gradient( top, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
    background: linear-gradient( 180deg, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
}

.subcategoriesOverlay {
    background: rgba(0, 0, 0, 0.1);
    height: 384px;
    width: 100%;
}

.subcategories img {
    max-width: 270px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    padding: 32px !important;
    position: relative !important;
    left: unset !important;
    top: unset !important;
}

.subcategory-image {
    float: left;
    margin: 0 10px 10px 0;
}

.subcategoriesPrice {
    opacity: 0.48;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    padding: 24px 24px 0;
    width: 100%;
    height: 132px;
}

.subcatergoriesText {
    background-color: #ffffff;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
    height: 100%;
    padding-top: 16px;
}

.subcategory-descr {
    width: 85%;
    padding: 0;
    margin: 32px auto 64px;
}

.subcategory-descr p {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.subcategoryBox-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    overflow: hidden;
    height: 156px;
    width: 85%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    margin: 24px;
}

.subcategoryBox:hover .subcategoryBox-overlay {
    height: 156px;
}

.subcategoryBox p {
    display: none;
}

.subcategoryBox button.button-primary {
    height: 48px;
    width: auto;
    border-radius: 0px;
    background-color: transparent !important;
    color: #f26922;
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: capitalize;
    border: none;
    padding: 0px 23px 16px 0px;
}

.subcategoryButton {
    margin: 0px 0px 32px 24px;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
}

.subcategoryChassisType {
    display: none;
}

@media screen and (min-width: 768px) {
    .subcategoryContainer {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .subcategoryBox {
        width: 33.333%;
        margin: 0px 0px 30px;
        position: relative;
    }
    ul.subcategories {
        list-style: none;
        margin: 0;
        padding: 0 0 15px;
    }
    ul.subcategories li {
        margin: 0 0 10px;
        text-align: left;
    }
    .subcategories h3 {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
        border: none;
        padding: 24px 24px 0px;
    }
    .subcategories {
        height: 370px;
        background: -webkit-gradient( linear, left top, left bottom, from(#e8e8e8), color-stop(60.77%, #d6dce3), color-stop(73.02%, #ccd6e1), to(#e8e8e8));
        background: -o-linear-gradient( top, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
        background: linear-gradient( 180deg, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
    }
    .subcategoriesOverlay {
        background: rgba(0, 0, 0, 0.1);
        height: 370px;
    }
    .subcategories img {
        width: auto !important;
        height: 158px !important;
        margin: 0px auto !important;
        padding: 32px 0px !important;
        display: block !important;
        position: relative !important;
        left: unset !important;
        top: unset !important;
    }
    .subcategory-image {
        float: left;
        margin: 0 10px 10px 0;
    }
    .subcatergoriesText {
        background-color: #ffffff;
        margin: auto;
        position: absolute;
        top: 0;
        -webkit-transform: translate(-0%, -0%);
        -ms-transform: translate(-0%, -0%);
        transform: translate(-0%, -0%);
        height: 100%;
        padding-top: 0px;
    }
    .subcategory-descr {
        width: 85%;
        padding: 0;
        margin: 32px auto 64px;
    }
    .subcategory-descr p {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }
    .subcategoryBox-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        overflow: hidden;
        height: 148px;
        width: 80%;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        margin: 24px;
    }
    .subcategoryBox:hover .subcategoryBox-overlay {
        height: 89%;
    }
    .subcategoryBox p {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 16px;
        line-height: 24px;
        margin: 20px 24px 0px;
        display: inline-block;
    }
    .subcategoryBox button.button-primary {
        height: 48px;
        width: auto;
        border-radius: 2px;
        background-color: #f26922 !important;
        color: #ffffff;
        font-family: Rubik;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase;
        border: none;
        padding: 14px 23px 16px 23px;
    }
    .subcategoryButton {
        margin: 32px 0px 32px 24px;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .subcategoryChassisType {
        display: inline-block;
    }
}


/********************BUILD OPTIONS CSS************************************/

.buildOptionsTitle {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    width: 100%;
}

.modificationsContainer {
    width: 100%;
}

.modificationsContainer h3 {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 32px;
    font-weight: 500;
    line-height: 57px;
    border: none;
    margin: 32px 0px;
}

.modificationsText {
    width: 100%;
    display: block;
}

.modificationsText p {
    padding-right: 24px;
}

.modificationsImage {
    width: 100%;
    display: block;
}

@media screen and (min-width: 768px) {
    .buildOptionsTitle {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 32px;
        font-weight: 500;
        line-height: 57px;
        margin: 0;
    }
    .modificationsContainer {
        width: 100%;
    }
    .modificationsContainer h3 {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 32px;
        font-weight: 500;
        line-height: 57px;
        border: none;
        margin: 32px 0px;
    }
    .modificationsText {
        width: 70%;
        display: block;
    }
    .modificationsText p {
        padding-right: 24px;
    }
    .modificationsImage {
        width: 30%;
        display: block;
    }
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 29px 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 24px;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}

.accordion:after {
    content: "";
    display: block;
    background-image: url(../images/custom/arrow-down.svg);
    height: 24px;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    top: 24px;
}

.accordion.active:after {
    background-image: url(../images/custom/arrow-up.svg);
}

.panel {
    display: none;
    background-color: #fff;
    overflow: hidden;
    margin-top: -24px;
    margin-bottom: 24px;
    padding: 0px 24px 0px;
}

.panel p {
    color: rgba(28, 30, 39, 0.48);
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 24px;
}

.panel p a {
    color: #f26922;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 24px;
}


/* Hollie's Changes */

* {
    float: none !important;
}


/* Nav Bar */

#header {
    height: auto;
    background-color: white;
    padding: 16px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header a.logo {
    background-image: url(../images/custom/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 32px;
    width: 211px;
    display: block;
}

#header .mobile-navigation-button {
    width: 25px !important;
    max-width: 100% !important;
    margin: 0 !important;
}

#header .menu-fancy-categories-list {
    position: absolute;
    margin: 0;
    margin-top: 22px;
    z-index: 5;
    left: 0;
    right: 0;
}

#header .menu-fancy-categories-list.open {
    max-height: 200%;
}

#catrootmenu * {
    padding: 0;
    margin: 0;
    border: none;
    position: static;
    width: auto !important;
}

#catrootmenu>ul {
    padding: 16px;
    border-bottom: 1px solid #e8e8e8;
}

#catrootmenu a {
    display: block;
}

#catrootmenu>ul:hover a li,
#catrootmenu>ul:hover>li>a,
#catrootmenu>ul:hover>li .your-cart-desktop {
    color: #f26922;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

#catrootmenu>ul li ul {
    padding-top: 8px !important;
    display: block !important;
    background: transparent;
}

#catrootmenu .minicarItemTotalIcon {
    height: 25px;
    width: 25px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 8px;
    line-height: 25px;
}

#catrootmenu .minicart .valign-middle,
#catrootmenu .your-cart-mobile a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#catrootmenu ul.cart-items {
    background-color: #f4f4f4;
    padding-top: 12px !important;
    margin-top: 11px !important;
    border-top: 1px solid #e8e8e8;
}

#catrootmenu ul.cart-items a {
    font-size: 16px;
}

#catrootmenu .minicart-box ul li input.quantity {
    width: 57px !important;
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}

#catrootmenu .minicart-box ul button {
    padding: 8px;
    height: 50px !important;
    width: 100% !important;
    margin: 8px 0 !important;
}

#catrootmenu .minicart-box ul button a,
#catrootmenu .minicart-box ul button span {
    font-size: 12px !important;
}

#catrootmenu .minicart-box ul .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#catrootmenu .minicart-box.wait {
    display: none !important;
}

@media screen and (min-width: 769px) {
    #header {
        padding: 16px 24px 0;
    }
    #header .logo {
        margin-bottom: 16px;
    }
    #header * {
        font-size: 15px;
    }
    #catrootmenu .minicarItemTotalIcon {
        line-height: 20px;
        font-size: 12px;
        height: 20px;
        width: 20px !important;
    }
    #header .mobile-navigation-button {
        display: none;
    }
    #header .menu-fancy-categories-list {
        position: static;
        margin: 0;
    }
    #catrootmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #catrootmenu>ul {
        border: none;
        position: relative;
        padding: 8px;
        padding-bottom: 0;
    }
    #catrootmenu>ul li ul {
        position: absolute;
        z-index: 2;
        top: 64px;
        padding: 0 !important;
        left: 0;
        background-color: #f4f4f4;
        display: none !important;
    }
    #catrootmenu>ul li {
        padding-bottom: 24px;
    }
    #catrootmenu>ul li:hover ul.fancycat-icons-level-1 {
        display: block !important;
    }
    #catrootmenu>ul li ul li {
        padding: 8px 32px 8px 16px !important;
    }
    #catrootmenu .minicart-box ul {
        display: block !important;
        right: 0;
        left: -240px;
        padding: 16px !important;
    }
    #catrootmenu .minicart-box ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 !important;
    }
    #catrootmenu .minicart-box ul li .price {
        margin-left: 8px;
        font-size: 15px;
    }
    #catrootmenu .minicart-box ul li input {
        margin-left: 8px;
    }
    #catrootmenu ul.cart-items {
        background-color: #f4f4f4;
        padding-top: 0 !important;
        margin-top: 0 !important;
        border-top: none;
    }
}

@media screen and (min-width: 900px) {
    #header * {
        font-size: 20px;
    }
    #catrootmenu .minicarItemTotalIcon {
        line-height: 25px;
        height: 25px;
        width: 25px !important;
    }
    #catrootmenu>ul li ul li a {
        font-size: 15px;
    }
    #catrootmenu .minicart-box ul li .price span {
        font-size: 15px;
    }
}

.button-primary:hover,
button.main-button:hover {
    background-color: white !important;
    color: #f26922 !important;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    cursor: pointer;
}

.homepageBannerText {
    margin: 0 auto;
}

.homepageBannerButton {
    margin: auto auto 0 auto;
    position: static;
    border-radius: 2px;
    background-color: #f26922;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    color: #ffffff !important;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 12px;
    text-transform: uppercase;
}

.homepageBannerContainer {
    margin: 40px 0;
    height: auto;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 675px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero-image {
    background-position: 81.5%;
    height: auto;
}

.homepageBanner {
    height: auto;
}

@media screen and (min-width: 768px) {
    #page-container2 {
        padding: 20px;
        width: auto;
    }
    .homepageBannerButton {
        margin: 36px 0;
        width: auto;
        display: inline-block;
    }
    .homepageBannerContainer {
        display: block;
    }
.homepageBannerimg_m {display:none;}
}

#content-container {
    margin-top: 0;
}


/* Product Ranges */

.product-ranges #page-container2 {
    padding: 0 !important;
    padding-left: 4% !important;
    margin: 0 !important;
    width: auto !important;
    text-align: center;
}

.product-ranges h2 {
    padding: 32px 0;
    margin: 0;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.product-ranges img {
    background-color: rgba(0, 0, 0, 0.1);
    background: -webkit-gradient( linear, left top, left bottom, from(#e8e8e8), color-stop(60.77%, #d6dce3), color-stop(73.02%, #ccd6e1), to(#e8e8e8));
    background: -o-linear-gradient( top, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
    background: linear-gradient( 180deg, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
    width: 100%;
    padding-top: 37px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    height: 200px;
}

.product-ranges .product-range-text {
    padding: 24px;
    background-color: white;
    text-align: left;
}

.product-ranges .product-range-text p {
    margin: 0;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.product-ranges .action-buttons {
    margin-left: -4%;
}

.product-ranges .button-primary {
    width: 100%;
    border-radius: 2px;
    background-color: #f26922;
    padding: 12px 52px;
    display: inline-block;
    width: auto;
    margin: 24px 0;
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
}

.product-ranges .button-primary:hover {
    color: #f26922;
    background-color: white;
}

.product-ranges .product-range-text .year {
    opacity: 0.48;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 768px) {
    .product-ranges .action-buttons {
        margin-left: 0;
    }
    .product-ranges h2 {
        padding: 40px 0;
    }
    .product-ranges #page-container2 {
        margin: 0 auto !important;
        padding: 0 4% !important;
    }
    .product-ranges .button-primary {
        margin: 40px 0;
    }
    .product-ranges .action-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        content: none;
    }
    .swiper-button-next {
        background-image: url("../images/custom/Group 6-1.svg");
    }
    .swiper-button-prev {
        background-image: url("../images/custom/Group 6.svg");
    }
    .product-ranges .action-buttons .pagination span {
        position: static;
        height: 48px;
        width: 88px;
        border-radius: 2px;
        background-color: #ffffff;
        margin: 0 8px 0 0;
    }
    .product-ranges .action-buttons .pagination span:hover {
        background-color: #cecece;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
    }
    .product-ranges .action-buttons .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.USPContainer {
    margin-top: -200px;
    padding-top: 248px;
}

.USPContainer #content-container {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
}

.USPContainer img {
    width: auto;
    margin-bottom: 59px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.USPContainer .USP-text-content h3 {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    margin-bottom: 16px;
}

.USPContainer .USP-text-content p {
    margin: 0;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 768px) {
    .USPContainer {
        margin-top: -232px;
    }
    .USPContainer img {
        max-width: 400px;
    }
}

@media screen and (min-width: 1000px) {
    .USPContainer {
        margin-top: -232px;
        padding-top: 330px;
        padding-bottom: 144px;
    }
    .USPContainer #content-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .USPContainer img {
        max-width: 600px;
    }
    .USPContainer .USP-text-content {
        margin-left: 175px;
    }
}

.featureContainer {
    margin: 0;
}

.featureContainer img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    width: 100%;
    height: 250px;
}

@media screen and (min-width: 768px) {
    .featureContainer img {
        max-width: 300px;
    }
    .featureContainer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 1000px) {
    .featureContainer img {
        max-width: 500px;
        height: 400px;
    }
}

.testimonialContainer {
    z-index: 4;
    position: relative;
}

.testimonialContainer h2 {
    margin: 0;
    padding: 27px 0;
}

.testimonialContainer p {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
}

.testimonialImg {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.testimonialInfo {
    padding: 20px 0;
}

.testimonialBackground {
    position: relative;
}

.testimonialBackground:after {
    content: "";
    display: block;
    position: absolute;
    top: 150px;
    bottom: 0;
    z-index: 1;
    left: 30%;
    right: 0;
    opacity: 0.32;
    background: -webkit-gradient( linear, left top, left bottom, from(#e8e8e8), color-stop(60.77%, #d6dce3), color-stop(73.02%, #ccd6e1), to(#ffffff));
    background: -o-linear-gradient( top, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #ffffff 100%);
    background: linear-gradient( 180deg, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #ffffff 100%);
}

@media screen and (min-width: 768px) {
    .testimonialImg {
        width: 350px;
    }
    .testimonialInfo {
        padding: 100px 0 50px 60px;
    }
    .testimonialContainer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .testimonialBackground #page-container2 {
        padding: 60px 20px 90px !important;
    }
    .testimonialBackground:after {
        top: 48px;
        left: 40%;
    }
}

@media screen and (min-width: 1000px) {
    .testimonialImg {
        width: 550px;
    }
    .testimonialInfo {
        padding: 70px 0 40px 100px;
    }
}

.getStarted p {
    margin: 0;
    padding: 16px 0;
}

.getStartedButton:hover {
    background-color: white !important;
    color: #f26922 !important;
    cursor: pointer;
}

.button-secondary.getStartedButton:hover {
    color: white !important;
    background-color: #f26922 !important;
    cursor: pointer;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}


/* Footer */

#footer #page-container2 {
    padding: 0;
}

#footer #content-container {
    padding: 0 !important;
}

#footer .box {
    padding: 48px 20px;
    width: auto;
}

#footer h5 {
    margin: 0;
    margin-bottom: 12px;
    color: #ffffff;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

#footer .quick-links,
#footer .address,
#footer .contact-details,
#footer .legal-links .page-links {
    margin-bottom: 29px;
}

#footer .quick-links a,
#footer .address p,
#footer .contact-details p,
#footer .contact-details a,
#footer .legal-links .page-links a,
#footer .legal-links .copyright {
    display: block;
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    margin: 4px 0;
    padding: 0;
    text-decoration: none !important;
}

#footer .quick-links a:hover,
#footer .contact-details a:hover,
#footer .legal-links .page-links a:hover {
    color: #f26922;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

#footer .contact-details a {
    display: inline;
}

@media screen and (min-width: 768px) {
    #footer #content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 32px;
    }
    #footer .box {
        padding: 72px 20px 32px;
    }
    #footer .quick-links,
    #footer .address,
    #footer .contact-details,
    #footer .legal-links .page-links {
        margin-bottom: 0;
    }
    #footer .quick-links a,
    #footer .address p,
    #footer .contact-details p,
    #footer .contact-details a,
    #footer .legal-links .page-links a,
    #footer .legal-links .copyright {
        text-align: left;
        font-size: 20px;
        line-height: 32px;
    }
    #footer h5 {
        text-align: left;
    }
    #footer .legal-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .legal-links .page-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #footer .legal-links .page-links a {
        margin-right: 8px;
    }
}


/* Products Page */

.category-descr h1 {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
}

.category-descr p {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.categoriesOverlay>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.categoryBox-overlay {
    width: auto;
}

.subcategoryBox button.button-primary.categoryButton:hover {
    background-color: white !important;
    color: #f26922 !important;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .category-descr h1 {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 48px;
        font-weight: bold;
        line-height: 57px;
        text-align: center;
        margin-bottom: 40px;
    }
    .categories {
        margin: 0 8px;
    }
    .category-descr p {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 20px;
        line-height: 32px;
        text-align: left;
    }
    .categories img {
        margin: 72px auto !important;
        padding: 0;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain;";
    }
}


/* Subcategory Page */

.subcategoriesOverlay .image-wrapper {
    padding: 32px 0;
}

.subcategoriesOverlay .image a {
    display: block;
}

.subcategoriesOverlay img {
    padding: 0 !important;
    height: 175px !important;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.subcategoryBox-overlay {
    width: auto !important;
}

.subcategoriesPrice.price-cell,
.subcategoriesPrice.price-cell span.cuurency {
    width: auto;
    opacity: 0.48;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px !important;
    line-height: 24px;
}

.subcatergoriesText {
    position: static;
}

@media screen and (min-width: 768px) {
    .subcategoriesPrice.price-cell {
        padding-top: 12px;
    }
    .subcategories {
        width: auto;
        margin: 0 8px;
    }
}

button {
    outline: none !important;
}


/* Product Page */

.modificationsImage img {
    width: 100%;
}

.productImage .image-box {
    width: auto !important;
}

.product-details h1 {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    text-align: left !important;
}

.product-details .buildOptionsTitle {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 24px;
}

.product-details .add-to-cart-button {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    width: 100% !important;
    z-index: 10 !important;
}

button.button.main-button.list-button.add-to-cart-button:hover {
    background-color: white !important;
    color: #f26922 !important;
    cursor: pointer;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

select {
    cursor: pointer;
    padding: 8px;
    background: white;
}

.product-details .property-value span,
.product-details .product-price-tax-free {
    color: #1c1e27 !important;
    font-family: Rubik !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    margin: 0;
}

.product-details .buttons-row,
.product-details ul.simple-list {
    padding: 0;
    height: 0;
}

.product-details .details,
.product-container #content-container {
    padding-bottom: 0 !important;
}

.productImage .thumbnailContainer {
    position: static;
}

img#product_thumbnail {
    position: static;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

@media screen and (min-width: 1024px) {
    img#product_thumbnail {
        padding: 0;
        width: 100%;
    }
    .product-details .productImage {
        width: 50%;
        margin-right: 10%;
    }
    .product-details .productImage .image-box {
        height: auto;
    }
    .product-details .details {
        width: 50%;
        padding-top: 0 !important;
    }
    .product-details .buttons-row {
        height: auto;
    }
    .product-details .add-to-cart-button {
        position: static !important;
        width: auto !important;
        margin: 0 !important;
    }
    .product-details .quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-details .quantity p {
        width: 100%;
    }
    .product-details h1 {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 48px;
        font-weight: bold;
        line-height: 57px;
    }
    .product-details .buildOptionsTitle {
        color: #1c1e27;
        font-family: Rubik;
        font-size: 32px;
        font-weight: 500;
        line-height: 57px;
    }
}

.productDescBackground {
    padding: 48px 0;
}

.productDescBackground h3 {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 16px;
}

.productDescBackground .descr,
.productDescBackground .modificationsText p {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .productDescBackground {
        padding: 72px 0;
    }
    .productDescBackground h3 {
        font-size: 32px;
        font-weight: 500;
        line-height: 57px;
    }
    .productDescBackground .descr,
    .productDescBackground .modificationsText p {
        font-size: 20px;
        line-height: 32px;
    }
}

.contact-message {
    width: 100%;
}

#contentTopMargin form input,
#contentTopMargin form textarea {
    padding: 8px 16px !important;
}

.contact-message textarea {
    resize: vertical;
    min-height: 100px;
    height: 100px;
}

.spam-verification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.spam-verification .iv-img {
    margin-right: 16px;
}

.spam-verification .iv-img img {
    width: 100%;
}

.spam-verification table br {
    display: none;
}

.spam-verification .iv-img a {
    padding-top: 8px;
    display: block;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.48;
}

.spam-verification .button-row,
.spam-verification button {
    width: 100% !important;
}

#contentTopMargin form>div {
    padding-top: 12px;
}

.iv-box-descr {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.48;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .contactFormColR {
        margin: 0;
    }
    #contentTopMargin form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #contentTopMargin form>.data-name {
        width: 100%;
    }
    #contentTopMargin form textarea {
        width: 100%;
    }
    .spam-verification .button-row,
    .spam-verification button {
        width: auto !important;
    }
}

.cart-container .cartContainer * {
    position: static !important;
    height: auto !important;
}

.cart-container .checkout-buttons {
    display: none;
}

.cart-container #contentTopMargin {
    margin-top: 20px;
}

.cart-container img#cart_thumbnail {
    position: static;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.cart-container .cartThumbContainer {
    background: -o-linear-gradient( 153.43deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
    background: linear-gradient( 296.57deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
    max-width: 275px;
    max-height: 275px;
    margin: 0 auto;
}

.cart-container .products {
    margin-bottom: 0;
}

.cart-container .cartContainer .price .qty-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-container .cartContainer .price .product-price-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-container .cartContainer .qty-wrapper1 {
    width: auto;
}

.cart-container .cartContainer .price .qty-wrapper .taxes small {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}

.cart-container .cartContainer .subtotal {
    margin-bottom: 12px;
}

.cart-container .cartContainer button.small-button {
    width: 100%;
    margin-bottom: 16px;
}

.cart-container .cartContainer .subtotalTitle {
    margin-bottom: 8px;
}

.cart-container .cart-border {
    padding: 24px 16px !important;
    width: auto !important;
    background-color: #e8e8e8;
}

.cart-container .cart-border tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-container .cart-border .total-value {
    margin: 0;
    text-align: left;
}

.cart-container .cart-border table {
    width: 100% !important;
}

.cart-container .cartContainer hr {
    margin: 0 auto !important;
    border: none !important;
    border-bottom: solid 1px #e8e8e8 !important;
    opacity: 1;
    width: 100%;
}

.cart-container .cart-border .total {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.cart-container .buttons,
.cart-container .buttons * {
    height: auto !important;
    position: static;
    margin: 0;
    width: auto !important;
}

.cart-container .buttons {
    margin-top: 32px;
}

.cart-container .buttons button {
    width: 100% !important;
    margin: 4px 0;
}

.cart .cartContainer .price,
.cart .cartContainer .subPrice,
.cart .cartContainer .details,
.cart .cartContainer .image {
    width: 100%;
}

.cart-container .cartContainer {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .cart-container .cartContainer {
        padding: 0 24px;
    }
    .cartHeaders .first {
        padding-left: 0 !important;
        padding-right: 48px !important;
    }
    .cart .cartContainer .cartHeaders {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cart-container .cartContainer .subtotal {
        margin-bottom: 12px;
        width: 10%;
        padding: 29px 24px 24px;
    }
    .cart-container .cartContainer .subtotal .subtotalTitle {
        display: none;
    }
    .cart-container .cartContainer .subtotal .currency {
        font-size: 16px !important;
        font-weight: 500;
        line-height: 24px;
    }
    .cart-container .cart-product .price {
        width: 20%;
        padding: 29px 24px 24px;
        height: 100% !important;
    }
    .cart-container .cart-product .details {
        width: calc(70% - 150px);
        padding: 29px 24px 24px;
    }
    .cart-product {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cart-container img#cart_thumbnail,
    .cart-product .cartThumbContainer,
    .cart .cartContainer .image {
        height: 150px !important;
        width: 150px !important;
    }
    .cart .cartContainer .image {
        padding-top: 29px;
        height: 100% !important;
    }
    .cart-container .cart-border {
        border: solid white 24px;
    }
    .cart-container .cart-border tr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .cart-container .cart-border span,
    .cart-container .cart-border .total {
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 24px !important;
    }
    .cart-container .cart-border span.currency {
        margin-left: 16px;
    }
    .cartHeader h1 {
        margin-bottom: 50px;
    }
    .cart-container .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cart-container .buttons .button {
        width: auto !important;
    }
    .cart-container .buttons .checkout-button {
        margin-left: auto;
    }
    .cart-container .button a {
        color: #f26922;
    }
    .cart-container .button:hover {
        background-color: #f26922 !important;
        color: white !important;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
        cursor: pointer;
    }
    .cart-container .button:hover a {
        color: white !important;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
        cursor: pointer;
    }
    .cart-container .main-button:hover,
    .cart-container .small-button:hover {
        background-color: white !important;
        color: #f26922;
        cursor: pointer;
    }
    .cart-container .main-button:hover a,
    .cart-container .small-button:hover span {
        color: #f26922 !important;
        cursor: pointer;
    }
}

.checkout-container #content-container {
    margin: 0 !important;
}

.checkout-container .checkout-descr {
    width: 100%;
}

.checkout-container .opc-authbox p {
    text-align: center;
}

.checkout-container #opc-sections ul {
    padding: 0 !important;
}

.checkout-container h3 {
    margin: 10px 0 0 !important;
    padding: 0;
}

.checkout-container .optional-label {
    padding-left: 0;
}

.checkout-container .button-row {
    text-align: left;
    height: auto !important;
}

.checkout-container .button-row .update-profile {
    margin-left: 0;
    margin-bottom: 0;
}

.checkout-container .terms_n_conditions label {
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 1000px) {
    #opc-sections {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.order_message-container .content,
.pages-container .content {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 20px;
    line-height: 32px;
}

.order_message-container .content a {
    color: #f26922;
    font-family: Rubik;
    font-size: 20px;
}

.order_message-container .content .order-invoice {
    font-size: 16px;
}

.order_message-container .content .order-invoice .invoice-products tr td.invoice-product-column div {
    font-size: 12px;
    width: 100%;
}

.order_message-container .content .main-button:hover a {
    color: #f26922;
}

.contact-wrapper {
    background: -o-linear-gradient( 153.43deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
    background: linear-gradient( 296.57deg, #3c404f 0%, #20222c 59.11%, #1c1e27 100%);
    padding: 20px 0 56px;
}

.contact-wrapper h3 {
    color: #ffffff;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding-top: 32px;
    padding-bottom: 16px;
    border: none;
}

.contact-wrapper p {
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.contact-wrapper a {
    color: #ffffff;
    font-family: Rubik;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.contact-wrapper a:hover {
    color: #f26922;
}

.contact-wrapper .contact-page-details img {
    margin-top: 40px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

@media screen and (min-width: 768px) {
    .contact-wrapper .contact-page-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contact-wrapper .contact-page-details img {
        max-width: 55%;
    }
}


/* Mobile make buttons fullwidth */

.homepageBannerButton,
.getStartedButton {
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

@media screen and (min-width: 768px) {
    .homepageBannerButton,
    .getStartedButton {
        width: auto !important;
    }
}

div#opc-sections div.opc-section {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.categoryBox button.button-primary {
    background-color: white;
}

@media screen and (min-width: 768px) {
    .categoryBox button.button-primary {
        background-color: #f26922;
        width: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto !important;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 1000px) {
    .categoryBox button.button-primary {
        margin-left: 24px;
        margin-right: 24px;
    }
}

.subcategoryBox-overlay {
    min-height: 156px;
}

.cart .cartContainer .image {
    padding-top: 0px;
}

.cart .cartContainer hr {
    display: none;
}

@media screen and (min-width: 1024px) {
    .cart .cartContainer .image {
        padding-top: 16px;
    }
    .cart .cartContainer hr {
        display: block;
    }
}

.cart-container .buttons {
    margin-top: 0;
}

.checkout-button button {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    z-index: 2;
}

@media screen and (min-width: 1024px) {
    .checkout-button button {
        position: static !important;
        margin: 0 !important;
    }
}

.checkout-container #footer {
    margin-left: 0;
}

#top-message {
    width: 100%;
    max-width: 400px;
}

.error-message {
    font-size: 16px;
    color: red;
    font-weight: 400;
}

.product-details {
    display: block !important;
}

.product-details .image {
    max-width: 350px;
    max-height: 350px;
    margin: 0 auto;
}

.product-details .image .image-box,
img#product_thumbnail {
    height: 100%;
    width: 100%;
    max-width: 350px;
    max-height: 350px;
}

.product-container #contentTopMargin {
    margin-top: 40px;
}

.product-container .image-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    .product-details {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .product-details .image {
        width: 420px;
        height: 420px;
        margin: 0 auto;
    }
    .product-details .image .image-box,
    img#product_thumbnail {
        max-height: 420px;
        max-width: 420px;
    }
    .product-details .product-details-container {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    .product-details .image {
        width: 570px;
        height: 570px;
        max-width: 570px;
        max-height: 570px;
    }
    .product-details .image .image-box {
        max-width: 570px;
        max-height: 570px;
        width: 570px !important;
        height: 570px !important;
    }

img#product_thumbnail{
        max-width: 570px;
        max-height: 570px;
    }
    .product-details .product-details-container {
        width: 45%;
    }
}

@media screen and (min-width: 768px) {
    .subcatergoriesText .details h3 {
        font-size: 19px;
    }
}

#header .menu-fancy-categories-list {
    margin-top: 0;
    top: 64px;
}

@media screen and (min-width: 768px) {
    .spam-verification {
        padding-top: 35px !important;
    }
}

@media screen and (min-width: 768px) {
    #header a.logo {
        height: 40px;
        width: 264px;
    }
    #catrootmenu .sub-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #catrootmenu .sub-link:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        margin-left: 8px;
        border-top: 6px solid black;
        display: block;
    }
    #catrootmenu .sub-link:hover:after {
        border-top: 6px solid #f26922;
        -webkit-transition: all linear 50ms;
        -o-transition: all linear 50ms;
        transition: all linear 50ms;
    }
    .homepageBannerContainer {text-align: center;
        margin-top: 35px;
    }
    .homepageBannerButton,
    .product-ranges .button-primary {
        padding: 12px 24px;
    }
    .USPContainer .USP-text-content h3 {
        font-size: 32px;
        margin-top: 16px;
    }
    .USP-text-content h3:first-of-type {
        margin-top: 0;
    }
    .testimonial h2 {
        width: 350px;
    }
    .getStarted {
        max-width: 80%;
    }
    .getStarted h2 {
        margin-bottom: 34px;
    }
    .getStarted .get-started-buttons {
        margin-top: 16px;
    }
    #footer .legal-links .page-links a,
    #footer .legal-links .copyright {
        font-size: 16px;
    }
    #footer .legal-links .page-links a {
        margin-right: 32px;
    }
    .testimonialBackground #content-container {
        max-width: 100%;
    }
    .catalog-container #contentTopMargin {
        margin-top: 40px;
    }
    .cartHeader h1 {
        font-size: 41px;
    }
    .button.checkout-1-button,
    .button.clear-cart-button,
    .cart-container .buttons .button {
        padding: 12px 24px;
        border: none;
    }
    .cart-container .buttons .button {
        margin-right: 16px;
        margin-top: 32px;
    }
    .cart-container .buttons {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .checkout-container .checkout-descr h1,
    .checkout-container .checkout-descr p {
        text-align: left;
    }
    fieldset.registerform ul li.fields-group {
        padding-bottom: 16px;
    }
    #customer_notes {
        min-height: 150px;
        resize: vertical;
    }
    .place-order-button {
        text-align: left;
    }
}

@media screen and (min-width: 1000px) {
    #catrootmenu>ul {
        padding: 8px 16px 0;
    }
    .testimonial h2 {
        width: 550px;
    }
}

.product-added {
    width: 90% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    max-width: 350px !important;
}

.product-added .cart-outer {
    background: none;
    padding: 0;
}

.product-added .cart-outer .cart {
    margin: 0;
    width: 100%;
    padding: 0;
    border: none;
    text-align: left;
    border-top: solid 1px lightgrey;
    padding-top: 16px;
    border-radius: 0;
}

.product-added .ui-dialog-titlebar {
    border: none;
    background: white;
}

.product-added .ui-dialog-titlebar span {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}

.product-added .details {
    margin: 0;
}

.product-added .details .title,
.product-added .details .currency {
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
}

.product-added .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8px;
}

.product-added .buttons a {
    border-radius: 2px !important;
    background-color: #f26922 !important;
    padding: 12px 24px !important;
    width: 100% !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
    margin: 8px 0 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.product-added .buttons a:hover {
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    color: #f26922 !important;
    background-color: white !important;
}

.productRangeCatYear {
    opacity: 0.48;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.productRangeCatYear p {
    text-align: center;
}

.property-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100% !important;
    height: auto !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap !important;
}

.option-tooltip {
    position: relative;
    width: 100%;
    text-align: left;
}

.tooltip-icon {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #d0d0d0;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: white;
    cursor: pointer;
    margin-left: auto;
}

.tooltip-content {
    display: none;
    position: absolute;
    right: 0;
    bottom: 28px;
    padding: 8px;
    -webkit-transition: all linear 150ms;
    -o-transition: all linear 150ms;
    transition: all linear 150ms;
    background-color: rgba(0, 0, 0, 1);
    opacity: 1 !important;
    color: white;
    border-radius: 2px;
}

.tooltip-icon:hover>.tooltip-content {
    display: block;
    max-width: 350px;
    white-space: normal;
    height: auto;
}


/* refined filters styling */

.menu-refine-filters {
    width: 100%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-refine-filters .ajax-minicart-icon {
    width: 100%;
}

#rf_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rf-customer-filters,
.rf-element-box {
    padding: 0 !important;
}

.rf-element-title {
    color: #1c1e27 !important;
    font-family: Rubik !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

.rf-element-title:hover {
    color: inherit !important;
}

.rf-element-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-top: 8px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#contentTopMargin form input.rf-ms-cb {
    margin: 0 !important;
    margin-right: 8px !important;
    margin-left: 16px !important;
    margin-bottom: 8px !important;
    width: 24px !important;
    height: 24px !important;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    background-color: white;
    border: 1px solid #d0d0d0;
    -webkit-appearance: none;
    padding: 0 !important;
    outline: none !important;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#contentTopMargin form input.rf-ms-cb:checked {
    background-color: #f26922;
    border: 1px solid #f26922;
}

#contentTopMargin form input.rf-ms-cb:checked:after {
    content: "";
    height: 12px;
    width: 12px;
    background-color: white;
    border-radius: 50%;
    display: block;
}

#rf_elm_15,
#rf_elm_15_box,
#rf_filter_url_link,
.rf-img-arr-d,
.simple-list-left {
    display: none !important;
}

.rf-txt-active label {
    opacity: 0.48;
    color: #1c1e27;
    font-family: Rubik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
    #rf_form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .rf-element-box {
        margin-top: 0 !important;
    }
    .menu-refine-filters .ajax-minicart-icon {
        width: auto;
        margin-left: auto;
    }
    .rf-element-title {
        margin-right: 16px;
    }
    .rf-customer-filters {
        margin-bottom: 44px;
    }
}

.swiper-slide {
    background: -webkit-gradient( linear, left top, left bottom, from(#e8e8e8), color-stop(60.77%, #d6dce3), color-stop(73.02%, #ccd6e1), to(#e8e8e8));
    background: -o-linear-gradient( top, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
    background: linear-gradient( 180deg, #e8e8e8 0%, #d6dce3 60.77%, #ccd6e1 73.02%, #e8e8e8 100%);
}

.custom-chassis-swiper .action-buttons {
    margin-top: 40px;
}

.custom-chassis-swiper img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    padding-top: 0;
}

.marsden-refer {
    min-height: auto !important;
    background: linear-gradient(180deg, #E8E8E8 0%, #D6DCE3 60.77%, #CCD6E1 73.02%, #D9DFE4 100%);
    padding-top: 80px;
    padding-bottom: 101px;
}

.marsden-refer #content-container {
    padding: 0;
}

.marsden-refer #page-container2 {
    padding-top: 0;
    padding-bottom: 0;
}

.marsden-refer .message {
    border: 2px solid #F26922;
    background-color: #FFFFFF;
    padding: 30px 48px 48px;
}

.marsden-refer .message h2 {
    color: #1F212D;
    font-family: Rubik;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 57px;
    margin: 0 0 32px;
}

.marsden-refer .message p {
    color: #1F212D;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    padding: 0;
    margin: 0 0 40px;
}

.marsden-refer .message p a {
    font-weight: 700;
    transition: all 100ms linear;
}

.marsden-refer .message p a:hover {
    font-weight: 700;
    color: #F26922;
}

.marsden-refer .message button {
    border-radius: 2px;
    background-color: #F26922;
    border: none !important;
    padding: 12px 24px;
    color: #FFFFFF;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
}

@media only screen and (max-width: 860px) {
    .marsden-refer .message {
        padding: 32px;
    }
    .marsden-refer .message h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .marsden-refer .message p {
        font-size: 20px;
        line-height: 24px;
    }
}

.marsden-refer-generic {
    min-height: auto !important;
    background: linear-gradient(180deg, #E8E8E8 0%, #D6DCE3 60.77%, #CCD6E1 73.02%, #D9DFE4 100%);
    padding-top: 72px;
    padding-bottom: 72px;
}

.marsden-refer-generic #content-container {
    padding: 0;
    position: relative;
}

.marsden-refer-generic #page-container2 {
    padding-top: 0;
    padding-bottom: 0;
}

.marsden-refer-generic .message {
    background-color: #FFFFFF;
    padding: 64px 140px 64px 64px;
    width: 40%;
}

.marsden-refer-generic img {
    width: 50%;
    position: absolute;
    top: 26px;
    left: 50%;
    height: 426px;
    object-fit: cover;
    box-shadow: 0 6px 32px 0 rgba(0,0,0,0.16);
}

.marsden-refer-generic .message h2 {
    color: #1F212D;
    font-family: Rubik;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 38px;
    margin: 0 0 24px;
}

.marsden-refer-generic .message p {
    color: #222433;
    font-family: Rubik;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    margin: 0 0 40px;
}

.marsden-refer-generic .message p a {
    font-weight: 700;
    transition: all 100ms linear;
}

.marsden-refer-generic .message p a:hover {
    font-weight: 700;
    color: #F26922;
}

.marsden-refer-generic .message button {
    border-radius: 2px;
    background-color: #F26922;
    border: none !important;
    padding: 12px 24px;
    color: #FFFFFF;
    font-family: Rubik;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1152px) {
    .marsden-refer-generic img {
        display: none;
    }
    .marsden-refer-generic .message {
        width: auto;
        padding: 64px;
    }
}

@media only screen and (max-width: 860px) {
    .marsden-refer-generic .message {
        padding: 40px;
    }
}
@media only screen and (max-width: 767px) {
.homepageBannerButton {width: auto !important;}
.hero-image {width: 90%;}
.homepageBannerimg_m {max-width:550px;margin: 0 auto;}
.homepageBannerimg_m img {width:100%;height:auto;}
}
@media screen and (max-width:1050px) {
.homepageBannerText {max-width: 320px;}
}

div.dpimages-icons-box {
    display: flex !important;
}

.dpimages-popup-link a:link {
    display: none !important;   
}
}



* Mobile Basket Button*/


/* Basket next to burger: desktop off, mobile on */
.mobile-basket-button {
  display: none !important;
}

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

  /* Show basket only when burger is active */
  .mobile-basket-button {
    display: inline-flex !important;
    align-items: center;
    text-decoration: none;
  }

  /* Put basket and burger on one row, right aligned */
  .menu-full-width .mobile-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
  }

  /* Stop children being forced full width */
  .menu-full-width .mobile-actions > * {
    width: auto !important;
  }
}




/* Hide basket on desktop (wins even if theme sets it elsewhere) */
@media screen and (min-width: 769px) {
  .menu-full-width .mobile-actions .mobile-basket-button {
    display: none !important;
  }
}

/* Show basket on mobile */
@media screen and (max-width: 768px) {
  .menu-full-width .mobile-actions .mobile-basket-button {
    display: inline-flex !important;
    align-items: center;
    text-decoration: none;
  }
}


@media screen and (max-width: 768px) {
  .menu-full-width .mobile-actions .mobile-basket-button .fa {
    font-size: 28px;
    line-height: 1;
  }
}




/*span.mobile-basket-count {

    line-height: 20px;
    font-size: 11px;
    font-weight: 600;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 11px;
    height: 22px;
    margin-left: 6px;
    border-radius: 999px;
    vertical-align: top;
    background: #f26922;
    color: #fff;

*/

span.mobile-basket-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;
  padding: 0;

  margin-left: 6px;

  font-size: 11px;
  font-weight: 600;
  line-height: 22px;

  background: #f26922;
  color: #fff;

  border-radius: 50%;
}

/* Hide desktop-only cart item inside burger menu on mobile */
@media screen and (max-width: 768px) {
  .menu-dialog .desktop-menu-cart {
    display: none !important;
  }
}




.minicart-link {
    padding-top: 8px !important;
}


/* span.minicarItemTotalIcon {
    margin-top: -2px !important;
    margin-left: 1px !important;
}*/

