@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic-ext');
* {
    box-sizing: border-box;
    outline: none;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', 'Helvetica', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

button, input, textarea {
    font-family: 0;
}

a:active, a:focus, a:hover {
    text-decoration: none;
    color: inherit;
}

.btn {
    font-weight: 700;
}

textarea {
    font-family: 'Roboto Condensed', 'Helvetica', Arial, sans-serif;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input {
    font-family: 'Roboto Condensed';
    font-weight: 400;
}

.header-main {
    width: 100%;
    min-height: 100px;
    color: #fff;
    background-color: #000;
}

.header-topline {
    height: 30px;
    color: #666;
    background-color: #fff;
}

.header-main__logo-container {
    margin-top: 2.2em;
}

.header-topline__logo-container {
    margin-top: 0.5em;
}

.header-topline__logo {
    display: block;
    width: 100%;
    height: 16px;
    background: none, url("../images/rogue-logo-gray.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.header-topline-links a {
    font-size: 0.75em;
    line-height: 30px;
    float: right;
    margin-left: 1em;
    cursor: pointer;
    vertical-align: top;
    text-decoration: none;
    color: #666;
}

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

.header-topline__logo:hover {
    -webkit-filter: contrast(500%);
    filter: contrast(500%);
}

.header-logo {
    display: block;
    width: 12.875em;
    height: 2.375em;
    background: none, url("../images/rogue-logo.png");
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 0.5em;
}

.magnifier-icon {
    border: 0;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: 1.625em;
    height: 1.625em;
    cursor: pointer;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-position: -22.5em -6.75em;
    background-size: 35.25em auto;
}

.header-search {
    width: 100%;
}

#search-form {
    position: relative;
    margin-top: 2.125em;
}

#search {
    font-size: 100%;
    position: relative;
    width: 100%;
    padding: 0.625em 0.5em;
    color: #000;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-color: #fff;
}

.promo-btn {
    font-size: 0.75em;
    font-weight: 500;
    display: inline-block;
    margin-top: 2.8em;
    margin-bottom: 0.625em;
    padding: 0.25em 0.5em;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background-color: #ea0000;
    display: none;
}

.header-main__quick-access {
    position: relative;
    padding-top: 2em;
    text-align: right;
}

.quick-access__login {
    display: inline-block;
    height: 100%;
    cursor: pointer;
    vertical-align: top;
    color: #fff;
}

.quick-access__login a {
    color: inherit;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.quick-access__login a:before {
    display: inline-block;
    width: 1.375em;
    height: 1.375em;
    content: '';
    vertical-align: bottom;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-position: -26.25em -5.625em;
    background-size: 29.375em auto;
    margin-right: 0.05rem;
}

.quick-access__cart-block {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.quick-access__cart {
    display: inline-block;
    margin-top: 0.2em;
    margin-left: 0.5em;
    cursor: pointer;
}

.quick-access__cart-block:before {
    display: inline-block;
    width: 1.375em;
    height: 1.375em;
    content: '';
    vertical-align: sub;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-position: 0 -7.5em;
    background-size: 29.375em auto;
}

.quick-access__cart-qt {
    font-size: 12px;
}

footer {
    color: #fff;
    background-color: #000;
    margin-top: 10vh;
}

.footer-col {
    text-align: left;
    vertical-align: top;
    color: #fff;
}

.footer-col ul {
    padding-left: 0;
    list-style: none;
}

.footer-col ul li {
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    padding: 7px 0;
}

.footer-col ul li a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer-col p {
    font-size: 12px;
    line-height: 20px;
    padding: 7px 0;
    color: #a2a2a2;
}

.footer-col h4 {
    font-size: 0.9em;
    font-weight: 700;
    padding: 20px 0 5px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #a2a2a2;
}

.footer-col a {
    display: block;
}

.connect ul li {
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    vertical-align: top;
}

footer .signup p {
    font-size: 13px;
    margin-top: 12px;
    color: #fff;
}

.connect-email {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 6.5px;
    vertical-align: middle;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}

.footer-col .footer-connect__facebook {
    width: 3.25em;
    height: 3.15em;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-position: -51.5625em -18.75em;
    background-size: 73.5375em auto;
}

.footer-col .footer-connect__twitter {
    width: 3.25em;
    height: 3.25em;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-position: -14.0625em -23.4375em;
    background-size: 73.4375em auto;
}

.footer-col .footer-connect__googleplus {
    width: 3.25em;
    height: 3.25em;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-position: -60.9375em -18.75em;
    background-size: 73.4375em auto;
}

.footer-col .footer-connect__youtube {
    width: 3.25em;
    height: 3.25em;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-position: -23.4375em -23.4375em;
    background-size: 73.4375em auto;
}

.footer-col .footer-connect__instagram {
    width: 3.25em;
    height: 3.25em;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-position: -70.3125em -18.75em;
    background-size: 73.4375em auto;
}

.footer-partners {
    margin: 30px auto;
}

.footer-partners ul {
    margin: auto;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.footer-partners ul li {
    display: inline-block;
    vertical-align: middle;
}

.copyright {
    font-size: 0.75em;
    margin-top: 15px;
    text-align: center;
}

main {
    padding-bottom: 25vh;
}


/* Navigation */

nav {
    background-color: #222;
}

.nav-menu-list {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    list-style: none;
}

.nav-menu-item {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.nav-menu-item a {
    font-family: 'Roboto Condensed', 'Helvetica', Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 46px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}

.nav-menu-item a:active, .nav-menu-item a:focus, .nav-menu-item a:hover {
    color: #ea0000;
}

.view-all-categories {
    min-width: 220px;
    max-width: 220px;
    height: 100%;
    padding-right: 0.5em;
    padding-left: 0.5em;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    color: #fff;
    background-color: #ea0000;
}

.view-all-categories a:active, .view-all-categories a:focus, .view-all-categories a:hover {
    color: #fff;
}

.mobile-menu-container .sub-nav-list {
    width: 100vw;
}

.sub-nav-list {
    position: absolute;
    z-index: 10;
    display: none;
    min-width: 220px;
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
    background-color: #fff;
    /* box-shadow: 1px 1px 6px 0 #a2a2a2; */
}

.sub-nav-item a {
    font-size: 0.8125em;
    display: block !important;
    width: 100%;
    padding: 0.625em 0.5em 0.625em 1.25em;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
}

.sub-nav-item:hover {
    background-color: #000;
}

.sub-nav-item a:hover {
    color: #fff;
}

.nav-sub-content {
    position: relative;
    z-index: 10;
}

.nav-content-block {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 250px;
    display: none;
    overflow: hidden;
    padding: 1em 1.5em;
    border: 1px solid #d2d2d2;
    background-color: #f1f1f1;
    box-shadow: 1px 1px 6px 0 #a2a2a2;
}

.breadcrumbs {
    font-size: 12px;
    font-weight: 500;
    line-height: 42px;
    color: #000;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.product-picture img {
    width: 100%;
}

.product-name {
    margin: 0;
}

.product-full-info {
    margin-top: 30px;
}

.product-description {
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
    background-color: #efefef;
}

.product-gear-specs {
    padding: 1.25em;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    background: #fff !important;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .2);
    margin-bottom: 1em;
}

.product-gear-specs tr {
    font-size: 0.8125em;
    vertical-align: middle;
    border-top: 1px solid #e0e0e0;
}

.product-gear-specs th {
    line-height: 2em;
    padding: 0.75em 1.25em 0.75em 0;
    text-align: left;
}

.product-gear-specs a {
    color: red;
}

.product-info-text {
    font-size: 14px;
}

.product-page-write-review {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #000;
    border: none;
    background-color: transparent;
}

.product-page-shipsfree {
    width: 124px;
    height: 19px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background: none, url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -1094px -964px;
    background-size: 2859px auto;
}

.product-page-cart-box {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f1f1f1;
}

.price-box {
    display: inline-block;
    max-width: calc(100% - 92px);
}

.price-box #product-price {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
}

.qty-block {
    display: inline-block;
    margin-left: 15px;
}

.qty-block input {
    font-size: 100%;
    position: relative;
    width: 55px;
    padding: 0.625em 0.5em;
    text-align: center;
    color: #000;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

.related-products__product {
    line-height: 50px;
    display: inline-block;
    width: auto;
    margin: 4px 4px 2px 0;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #d2d2d2;
}

.related-products-container .selected {}

.related-products__product img {
    width: 75px;
    height: 75px;
}

.visualProductList ul {
    font-size: 0.875em;
    margin-bottom: 1.5em;
    padding: 0;
    list-style-position: inside;
}

.visualProductList li {
    position: relative;
    margin: 0.5em 0 1em;
    padding: 0;
    list-style-type: none;
}

.visualProductList h4 {
    margin: 0.5em 0 !important;
    padding-right: 35px;
}

.visualProductList p {
    font-size: 1em;
    padding-right: 35px;
}

.visualProductList img {
    width: 100%;
    max-width: 335px;
}

.visualProductList h4 span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    display: inline;
    float: left;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    text-align: center;
    color: #fff;
    border-radius: 2em;
    background: #fa0000;
}

.visualProductList a {
    color: #f00;
}

.what-to-know-about-product h3 {
    font-size: 1.375em;
    margin-top: 15px;
}

.visualProductList li:before {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    margin-top: -1em;
    content: ' ';
    border-top: 1px solid #d2d2d2;
}

.related-products-container {
    margin: 1em 0;
}

.green-btn {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 0.9;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 6.25em;
    margin: 0 0 1em;
    padding: 12px 15px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border: 1px solid #44a80a;
    border-radius: 3px;
    background-color: #44a80a;
    -webkit-appearance: none;
}

.green-btn:hover {
    border: 1px solid #53c014;
    background-color: #53c014;
}

.link-wishlist {
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.link-wishlist:before {
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    margin-right: 6px;
    content: '';
    vertical-align: middle;
    background: none, url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-position: -12.375em -1.125em;
    background-size: 17.625em auto;
}

.gray-box {
    float: left;
    width: 49%;
    min-height: 320px;
    padding: 1em;
    background-color: #f1f1f1;
}


/* ******** SHOPPING CART ********* */

.shopping-cart-container {
    padding-right: 15px;
    padding-left: 15px;
}

.shopping-cart-container h1 {
    font-size: 1.875em;
    line-height: 1em;
    margin: 0.5em 0;
}

.shopping-cart-container .link-continue-shopping {
    font-size: 13px;
    line-height: 4.25em;
    display: inline-block;
    margin-right: 1em;
    vertical-align: top;
    color: #000;
}

.proceed-to-checkout-btn {
    display: inline-block;
    width: auto;
    margin-top: 10px;
}

.shopping-cart-topline {
    float: right;
}


/* categories & filters */

.cat-short-desc a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    line-height: 28px;
    white-space: nowrap;
}

.cat-short-desc a:hover {
    color: #ea0000;
}

.cat-short-desc a:not(:last-of-type):after {
    content: "/";
    margin-left: 9px;
    margin-right: 6px;
}

.pager {
    position: relative;
}

.pager:after {
    content: '';
    display: table;
    clear: both;
}

.cat-short-desc a:hover:after {
    color: #000;
}

.filter-by-and-amount {
    float: left;
}

.sort-by-container {
    float: right;
}

.products-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories h1 {
    margin-top: 0;
}

.products-list ul li {
    display: inline-block;
    margin: 1em;
    max-width: 178px;
    vertical-align: top;
}

.product-image img {
    width: 178px;
    height: 178px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
}

.item h2 {
    line-height: 1.3em;
    margin: 0.5em 0.5em 0;
    font-family: 'Roboto Condensed';
    font-size: 1em;
    font-weight: bold;
}

.item h2 a {
    text-transform: uppercase;
}

.product-details {
    text-align: center;
}

.product-name a {
    color: black;
    text-decoration: none;
    text-transform: none;
}

.price-box .price {
    color: #44a80a;
    font-weight: bold;
    text-align: center;
}


/* filters */

.filters-sidebar {
    background-color: #e9e9e9;
    padding: 0;
    border: 1px solid #c7c7c7;
}

.block-title {
    padding: 0.938em 0 0.938em 1.75em;
    position: relative;
    background-color: #e9e9e9;
    font: bold 0.9em "Roboto", "Helvetica", Arial, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
}

.filter-list-item {
    position: relative;
    overflow: hidden;
}

.filter-list-item dt {
    position: relative;
    background-color: #f9f9f9;
    padding: 0.625em 2em 0.625em 1.5em;
    font-family: "Roboto", "Helvetica", Arial, sans-serif;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #000;
    cursor: pointer;
    margin-bottom: 1px;
}

.filter-list-item dd div.top-shadow {
    top: 39px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.15), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.15), transparent);
}

.filter-list-item ol, .filter-list-item ul {
    padding: 0.3125em 0 0 1.6em;
    overflow: hidden;
}

.filter-list-item ol li, .filter-list-item ul li {
    padding: 0.313em 0 0;
    width: 100%;
    margin-right: 0.625em;
    line-height: normal;
    font-size: 0.8em;
    color: #a2a2a2;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.filter-list-item ol li a:active, .filter-list-item ol li a:hover, .filter-list-item ol li a:link, .filter-list-item ol li a:visited, .filter-list-item ul li a:active, .filter-list-item ul li a:hover, .filter-list-item ul li a:link, .filter-list-item ul li a:visited {
    color: #222;
    text-decoration: none;
}


/* ******** AUTH ******** */

.auth-page-title {
    font-size: 1.75em;
    margin-bottom: 30px;
    margin-top: 15px;
}

.customer-account-changeforgotten .gray-box:first-of-type, .customer-account-forgotpassword .gray-box:first-of-type, .gray-box:first-of-type {
    margin-right: 2%;
    margin-bottom: 0;
}

.auth-page p {
    font-size: 0.875em;
    line-height: 1.5em;
    margin: 0 0 0.75em;
}

.input-select select, .input-text input, .input-textarea textarea {
    position: relative;
    background-color: #fff;
    color: #000;
    font-size: 100%;
    padding: 0.625em 0.5em;
    border: 1px solid #d2d2d2;
    width: 100%;
    font-family: "Helvetica", Arial, sans-serif;
}

.auth-btn-login, .auth-btn-reg {
    float: none;
    width: auto;
    margin-top: 15px;
}

.gray-box h4 {
    margin-top: 5px;
}

.required-label {
    position: relative;
    margin: 5px 0;
}

.required-label:after {
    content: '*';
    color: #ff0000;
}

.forgot-password-link {
    float: right;
    margin-top: 15px;
    font-size: 14px;
    color: #ff0000;
}

#forgot-password-container {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 10;
}

#forgot-password-container .wrapper {
    position: fixed;
    width: 100%;
    max-width: 456px;
    padding: 1em;
    background-color: #FFF;
    border: 1px solid #999;
    text-shadow: none;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
}

#forgot-password-container .green-btn {
    float: none;
    margin-top: 15px;
}

.bin-closer {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 13px;
    cursor: pointer;
    background: none, url(../images/sprite.svg);
    background-repeat: no-repeat;
    background-size: 19.09375em auto;
    background-position: -4.875em -4.875em;
    width: 0.9375em;
    height: 0.9375em;
}

.bin-banner {
    margin-bottom: 10px;
}

.bin-banner-oos {
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: left;
}

.breadcrumb {
    background-color: #fff;
}

.breadcrumb li {
    display: inline-block;
    position: relative;
}

.breadcrumb li a {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

.breadcrumb li a i {
    font-style: normal;
    position: relative;
}

.breadcrumb li:after {
    content: ' /';
}

.breadcrumb li a:hover {
    color: #ea0000;
}

.breadcrumb li:last-child:after {
    content: none;
}

.nav-content-block h3 a {
    font-size: 0.8em;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 1em;
}

.nav-content-block h5 {
    margin-top: 0.5em;
}

.nav-content-block h5 a {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    white-space: normal;
}

.nav-content-block ul {
    list-style: none;
    padding: 0;
}

.nav-content-block ul li {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 0.813em;
    margin-bottom: 12px;
}

.nav-content-block ul li a {
    color: #000;
}

.shipping-deals-banner {
    border: none !important;
}

.nav-content-block .col-lg-3 {
    padding: 0;
    margin-bottom: 2em;
}

.sub-menu-cat {
    min-height: 185px;
    float: left;
    margin-right: 2.5em;
}

.sub-menu-cat img {
    max-width: 8em;
    max-height: 8em;
    box-shadow: 1px 1px 6px 0 #a2a2a2;
    margin-bottom: 0.5em;
}

.nav-content-block h3 a:hover, .nav-content-block h5 a:hover, .nav-content-block ul li a:hover {
    color: #ea0000;
}


/* filters sidebar */

.panel-heading {
    font-size: 1.45em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.list-group {
    width: inherit;
}

.list-group-item input {
    margin-right: 0.5em;
}

.list-group-item label {
    margin: 0;
}

a.list-group-item:first-child {
    border-top: 1px solid #ededed !important;
}

a.list-group-item, div.list-group-item {
    font-family: 'Roboto Condensed', sans-serif;
}

a.list-group-item {
    background-color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 1.1em;
}

a.list-group-item:first-child {
    border-top: none;
}

div.list-group-item {
    background-color: #f3f3f3;
}

.sort-by label, .sort-by select {
    display: inline-block;
}

#button-filter {
    width: 100%;
}

#button-filter, .user-info-edit-submit {
    margin-top: 1em;
    border-radius: 0;
    font-weight: 700;
    background-color: #ea0000;
    border-color: #ea0000;
}

#button-filter:hover, .user-info-edit-submit:active, .user-info-edit-submit:focus, .user-info-edit-submit:hover {
    background-color: #c70000 !important;
    border-color: #c70000 !important;
    outline: none !important;
}

.list-group-item {
    padding: 0.55em 1.25em;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-left a {
    margin: 0;
    padding-left: 0;
    padding-top: 1em;
    font-weight: 700;
    color: #000;
}

.pull-left a:hover {
    color: #c70000 !important;
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}

.footer-col .footer-connect__vk {
    width: 3.25em;
    height: 3.25em;
    background-color: #fff;
    color: #000;
    border-radius: 5em;
    =: center padding-top: 0.3em;
    padding-top: 0.3em;
}

.footer-col .footer-connect__vk i {
    font-size: 2.0em;
}


/* temp */

.shoes-banner {
    width: 100%;
    max-width: 1240px;
    background-size: cover;
    background-position: center;
    height: 200px;
    margin: 1em auto 2.5em !important;
}

.shipping-deals-banner {
    display: none !important;
}

.card {
    height: 200px;
    margin: 1em auto;
    color: #fff;
}


/* temp end */

.list-unstyled li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25em;
    margin-right: 1.5em;
}

.user-change-password input, .user-info-edit {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

.user-change-password input, .user-info-edit input {
    font-family: 'Roboto Condensed', sans-serif;
}

.user-change-password legend, .user-info-edit legend {
    font-weight: 700;
    text-align: center;
}

.form-group div, .form-group label {
    margin: 0.5em 0;
}

.form-control {
    border-radius: 0;
}

.btn-primary {
    border-radius: 0 !important;
    background-color: #ea0000 !important;
    border-color: #ea0000 !important;
}

.btn-primary:hover {
    border-radius: #c70000 !important;
    background-color: #c70000 !important;
}

.footer-col ul li a:hover {
    color: #ea0000;
}

.cart-remove {
    background-color: #fff !important;
    color: #ea0000 !important;
    border: none !important;
    padding: 0.1em 0.2em;
}

.cart-remove i {
    font-size: 1.25em;
    vertical-align: middle;
}

.table td, .table th {
    vertical-align: middle;
}

.cart-product-name {
    font-weight: 700;
    color: #000;
}

.cart-product-name:hover {
    color: #ea0000;
}

.footer-col .footer-connect__vk:hover {
    color: #000 !important;
}

.review-container {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Roboto Condensed';
    margin-top: 1em;
}

.review-container table {
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
}

.form-group .col-sm-12 {
    padding: 0;
}

.reviews-qt {
    font-size: 1em;
    float: right;
    font-weight: 700;
}

.reviews-container .table td, .reviews-container .table th {
    padding: 0.4rem 0.75rem;
}

.reviews-container td p {
    margin-bottom: 0.5rem;
}

.reviews-container .form-horizontal h2 {
    margin-bottom: 0;
}

#addToCartMsg {
    border: 1px solid #44a80a;
    color: #44a80a;
    font-weight: 700;
    padding: 7px 15px;
    text-align: center;
}

h4.panel-title a {
    color: #000;
}

h4.panel-title a:hover {
    color: #ea0000;
}

#collapse-checkout-confirm, #collapse-checkout-confirm input, #collapse-checkout-confirm label {
    margin-top: 1.5em;
    font-family: 'Roboto Condensed';
}

#collapse-checkout-confirm a {
    color: #000;
    font-weight: 700;
}

#collapse-checkout-confirm a:hover {
    color: #ea0000;
}

.view-order {
    background-color: #fff;
    border: none;
}

.view-order i {
    color: #000;
    font-size: 1.5em;
    vertical-align: middle;
}

.view-order:hover {
    background-color: #fff;
}

.view-order:hover i {
    color: #ea0000;
}

.table-hover tbody tr:hover {
    background-color: #fff;
}

.color-label {
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid #ddd;
    color: #2aabd2;
}

.mobile__nav-menu-list {
    display: none;
}

.mobile__nav-menu-list p {
    display: block;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 32px;
    float: left;
    margin-top: 10px;
}

.mobile-drop-menu {
    display: none;
}

.mobile-drop-menu--active {
    display: block;
}

#nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 10px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 15px;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon4 {}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

.nav-content-block--active {
    display: block;
    position: static;
    max-width: 100%;
    color: #fff;
    background-color: #222;
    box-shadow: none;
    margin: 0;
    opacity: 1;
}

.sub-nav-list--active {
    display: block;
    opacity: 1;
    position: static;
    max-width: 100%;
    margin: 0;
    background-color: #222;
    box-shadow: none;
}

.sub-nav-list--active li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}

#checkoutForm .input-group {
    min-width: 100px;
}

.product-full-info .table {
    background-color: #f9f9f9;
    border: 2px solid #eae8e8 !important;
}


/* mobile menu */

.header-mobile-logo {
    display: inline-block;
}

.mobile-menu {
    display: none;
    background-color: #000000;
}

.mobile-menu__trigger:focus, .mobile-menu__trigger:active {
    color: #fff;
}

.mobile-menu-toplinetext {
    position: absolute;
    top: 0.6em;
    left: 0.7em;
    color: #ea0000;
    font-weight: 700;
    font-size: 20px;
    x;
    font-family: 'Roboto Condensed';
}

.close {
    position: absolute;
    right: 30px;
    top: 12px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.close:hover {
    opacity: 1;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 5px;
    background-color: #ea0000;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.mobile-menu__trigger {
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    font-size: 21px;
    margin-bottom: 15px;
}

.mobile-nav-sub {
    display: none;
}

.mobile-menu-container {
    display: none;
}

.mobile-menu__trigger {
    display: block;
}

.mobile-navigation-back {
    display: none;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 26px;
    height: 26px;
    background-color: #981b1e;
}

.mobile-menu-container-title {
    position: relative;
}

.mobile-navigation-back:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 6px;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-size: 14.6875em auto;
    background-position: -.9375em -.9375em;
    width: .75em;
    height: .75em;
}

.mobile-menu__trigger:before {
    content: '';
    vertical-align: middle;
    margin-right: 8px;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-size: 38.1875em auto;
    background-position: -9.75em -14.625em;
    width: 1.35em;
    left: 0.5em;
    top: 0.3em;
    position: absolute;
    height: 1.75em;
}

.mobile-menu__trigger {
    border-radius: 3px;
    background-color: #f50000;
    padding: 0.3em;
    padding-top: 0.3em;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.mobile-menu-container .sub-nav-item a:focus, .mobile-menu-container .sub-nav-item a:active {
    background-color: #f1f1f1;
    color: #000;
}

.mobile-menu-container li.sub-nav-item a {
    position: relative;
}

.mobile-menu-container li.sub-nav-item a:after {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    right: 11px;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-size: 17.625em auto;
    background-position: -13.5em 0em;
    width: .875em;
    height: .875em;
}

.mobile-menu-container .nav-content-block {
    left: 0;
    width: 100vw;
    box-shadow: none;
    height: 100vh;
}

.mobile-menu-container .sub-menu-cat {
    float: none;
    min-height: inherit;
}

.mobile-menu-container .sub-menu-cat>a {
    display: none;
}

.mobile-menu-container .nav-content-block h3 a {
    padding-left: 0;
}

.mobile-menu-level1 {
    list-style: none;
    padding-left: 0;
}

.mobile-menu-container li a, .mobile-menu-container li a:hover, .mobile-menu-container li a:active, .mobile-menu-container li a:focus {
    color: #000;
}

.mobile-menu-level1 li {
    position: relative;
}

.mobile-menu-level2 {
    z-index: 50;
    position: fixed;
    width: 100%;
    padding-left: 0;
    list-style: none;
    top: 0;
    height: 100vh;
    background-color: #fff;
}

.mobile-menu-info {
    background-color: #f1f1f1 !important;
}

.mobile-menu-level1 li:after {
    content: '';
    display: block;
    position: absolute;
    top: 21px;
    right: 11px;
    background: none, url("../images/sprite.svg");
    background-repeat: no-repeat;
    background-size: 17.625em auto;
    background-position: -13.5em 0em;
    width: .875em;
    height: .875em;
}

.mobile-menu-level1 li a {
    display: block;
    padding-top: 0.5em;
    padding-left: 0.5em;
    margin-right: 30em;
}

.mobile-menu-level2 {
    display: none;
}

.mobile-menu-level2 li:after {
  display: none !important;
}
.mobile-menu-container li.mobile-menu-info a {
  margin: auto !important;
  display: block !important;
  width: 100% !important;
}
.mobile-menu-container li.mobile-menu-info:after {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #current_mobile_li {
    display: none !important;
  }
    .magnifier-icon {
        top: 2em;
    }
    .current-active-menu-title {
      position: fixed;
      color: #ff0000 !important;
      text-decoration: underline;
      z-index: 51;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #fff;
      font-size: 18px;
      margin-right: 0 !important;
      font-weight: 700;
      border-bottom: 2px solid #c7c7c7;
      padding-bottom: 9px;
    }
    .mobile-menu-container .sub-nav-list {
        display: block;
        left: 0;
        background-color: #000;
        margin: 0;
        box-shadow: none;
    }
    .mobile-menu-container li {
        background-color: #fff;
        line-height: 34px;
        height: 53px;
        position: relative;
        margin-bottom: 0;
        border-bottom: 2px solid #e9e9e9;
    }
    .mobile-menu-container .nav-menu-list {
        display: block;
    }
    .mobile-menu-container .nav-menu-list .nav-menu-item {
        display: block;
        margin: 0;
    }
    .mobile-menu-container .nav-menu-list {
        padding: 0;
    }
    .mobile-menu-container .nav-menu-list li {
        background-color: #f1f1f1;
    }
    .mobile-menu-container .nav-menu-list a {
        color: #222;
        text-decoration: none;
        display: block;
        line-height: 53px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        font-weight: 400;
        font-family: inherit;
        text-transform: none;
        padding: -1px 0.5em 0.625em 1.25em;
    }
    .mobile-menu-container-title {
        background-color: #ea0000;
        color: #fff;
        text-align: center;
        line-height: 56px;
        font-weight: bold;
        font-family: "Roboto Condensed", "Helvetica", Arial, sans-serif;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        font-size: 21px;
        width: 100vw;
        z-index: 1;
    }
    .view-all-categories {
        display: none !important;
    }
    .mobile-menu-container .sub-nav-item a {
        font-size: 14px;
        padding-left: 0.7em;
    }
    .mobile-menu-container .nav-sub-container h3, .mobile-menu-container .nav-sub-container a {
        font-weight: 400;
        font-size: 14px;
        font-family: inherit;
        text-transform: none;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .mobile-nav-sub, .mobile-menu-container {
        /* display: block; */
        min-height: 100vh;
        position: absolute;
        -webkit-transition: left 0.25s ease-in-out;
        -moz-transition: left 0.25s ease-in-out;
        transition: left 0.25s ease-in-out;
        width: 100vw;
        height: 100vh;
        position: absolute;
        /* left: -260px; */
        top: 0;
        z-index: 9999;
        padding-top: 55px;
        padding-bottom: 10vh;
        background-color: #f1f1f1;
        z-index: 9999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .header-main__logo-container {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .header-mobile-logo {
        display: block;
        margin: 20px auto 15px;
        width: 12.875em;
        height: 1.375em;
        background: none, url(../images/rogue-logo.png);
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .nav-menu-list {
        display: none;
    }
    .mobile__nav-menu-list {
        display: block;
        margin: 0;
        padding-left: 0px;
    }
    .header-topline {
        display: none;
    }
    .header-main {
        margin-top: -56px;
        padding-top: 1.5em;
    }
    .header-logo {
        margin: 0 auto;
    }
    #search-form {
        margin-top: 0.5em;
    }
    .header-main__quick-access {
        text-align: center;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .connect {
        text-align: center;
    }
    #belt-promo img {
        display: block;
        width: 100% !important;
        height: auto !important;
    }
    .gray-box {
        float: none;
        width: 100%;
        margin-bottom: 1.5em !important;
        padding-bottom: 2em;
    }
    .products-list ul li {
        display: block;
        margin: 1em auto;
        text-align: center;
    }
    .categories h1 {
        margin-top: 1em;
    }
    .product-full-info img {
        width: 100% !important;
        height: auto;
        display: block;
    }
    .qty-block {
        margin-left: 0;
    }
    .product-picture {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .nav-sub-content {
        padding: 0;
    }
    .nav-content-block {
        display: none !important;
        opacity: 0 !important;
    }
}
