header #logo {
    float: left;
    position: relative;
}
header .col-logo {
    float: left;
    width: calc(100% - 265px);
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
header #top-header {
    display: none;
}
header #main-header {
    background: #fff;
    max-height: 77px;
    padding: 10px 0 2px 0;
}
header .flex-wrapper, #pre-footer .flex-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}
header #main-header #full-menu {
    display: inline-block;
    line-height: 21px;
    padding: 5px 30px;
    width: 16%;
    z-index: 9;
}
#pre-footer {
    border-top: 1px solid #ddd;
}
#full-menu a {
    color: #666;
}
#full-menu a:hover {
    color: #c84f4e;
}
#full-menu li {
    list-style: none;
}
#full-menu.dropdown:hover #full-menu-content {
    display: block;
}
#full-menu-content.dropdown-content {
    position: relative;
    top: 8px;
    left: -14.1em;
    min-width: 15.9em;
    background-color: #00395a;
    display: none;
    z-index: 5;
    line-height: 36px;
    font-size: 16px;
    padding: 10px 0px;
}
#full-menu-content.dropdown-content a {
    display: block;
    text-decoration: none;
    padding: 2px 20px;
    color: #dcdcdc;
    font-weight: 400;
}
#full-menu-content.dropdown-content .dropdown a {
    color: #dcdcdc;
}
#full-menu-content.dropdown-content a.weighted {
    font-weight: 700;
}
#full-menu-content.dropdown-content li:hover, #full-menu-content.dropdown-content li:hover > a {
    color: #FFF;
    background-color: #c84f4e;
}
#full-menu-content.dropdown-content a .fa {
    font-size: 24px;
    margin-right: 10px;
    width: 11%;
}
#full-menu-content.dropdown-content a span, #full-menu-content.dropdown-content a div {
    padding-left: 5px;
    line-height: 25px;
}
#full-menu-content.dropdown-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #bcbcbc;
    margin-left: 20px;
    margin-right: 20px;
}
#full-menu-content ul {
    padding: 0;
}
#full-menu-content .dropdown {
    position: unset;
}
.menu-column {
    display: table-cell;
    width: 25%;
}
.menu-children-container {
    display: none;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 15.9em;
    width: 55.1em;
    text-align: left;
    margin-top:0px;
    padding: 10px 0;
    z-index: 99;
    background-color: #00395a;
    border-left: 1px solid #bcbcbc;
    height: 100%;
    overflow: auto;
    flex-direction: column;
    flex-wrap: wrap;
    column-count: 3;
}
#full-menu-content.dropdown-content li:hover .menu-children-container {
    display: block;
    margin-top: 0px;
}
.menu-children-container ul {
    line-height: 22px;
    font-size: 14px;
}
.menu-children-container ul li a {
    color: #FFF;
}
.menu-children-container ul li a:hover, .menu-children-container a:hover {
    text-decoration: underline;
}
.menu-children-container ul li:hover, .menu-children-container ul li a:hover, .menu-children-container .menu-children a:hover {
    background-color: unset !important;
}
.menu-children-container .menu-children {
    margin-bottom: 10px;
}
.menu-children-container .menu-children > a {
    color: #c84f4e !important;
    font-weight: 600 !important;
}
.menu-children {
    max-width: 100%;
    break-inside: avoid-column;
}
.menu-children #child2 > a, .menu-children #child2 > a:hover {
    /*color: #c84f4e !important;*/
    /*font-weight: 600 !important; */
}
.menu-children #child3 {
    margin-left: 10px;
}
.menu-children-container .all-items {
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 10px auto 20px;
    -webkit-column-span: none;
    column-span: all;
}
#full-menu .menu-children-container .all-items > a {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    padding: 3px 28px;
}
#full-menu .menu-children-container .all-items > a:hover {
    border: 2px solid #c65b4f;
    color: #c65b4f;
}
header #main-header #search {
    line-height: 55px;
    display: inline-block;
    flex-grow: 4;
    text-align: center;
}
header #main-header #search .button-search {
    color: #c65b4f;
    line-height: 30px;
    padding: 4px 15px;
    text-shadow: none;
    border: 1px solid #aaa;
    border-left: 0px;
    background: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}
header #main-header #search input {
    line-height: 30px;
    padding: 4px 25px;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    border: 1px solid #aaa;
    border-right: 0px;
    background: #fff;
    color: #000;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    width: 75%;
    position: relative;
}
header #main-header #icon-menu {
    padding-left: 30px;
}
header #main-header #icon-menu ul.list-inline > li {
    vertical-align: top;
}
header #main-header #icon-menu ul.list-inline > li + li {
    margin-left:15px;
}
header #main-header #icon-menu .fa-sharp {
    font-size: 24px;
    color: #00395a;
    line-height: 55px;
}
header #main-header #icon-menu .dropdown-form .fa-sharp, header #main-header #icon-menu #cart-content .fa-sharp {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
header #main-header #icon-menu a:hover .fa-sharp {
    color: #c84f4e;
}
header #menu-header {
    border-top: 1px solid #c84f4e;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
    header #menu-header {
        display: none;
    }

    header #main-header #icon-menu .fa-sharp {
        line-height: 32px;
    }
}
header #menu-header a {
    color: #00395a;
    text-transform: uppercase;
}
header #menu-header a:hover {
    color: #c84f4e;
}
header #menu-header a.red {
    color: #c84f4e;
}
header #menu-header a.red:hover {
    color: #000;
}
header #menu-header .flex-wrapper, header #sub-header .flex-wrapper, #pre-footer .flex-wrapper {
    justify-content: space-between;
}
@media (max-width: 767px) {
    header #top-header .flex-wrapper {
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    header #top-header .flex-wrapper {
        justify-content: flex-end;
    }
}
header #menu-header .flex-wrapper > div {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    padding-top: 4px;
    border-bottom: 2px solid #fff;
}
header #menu-header .flex-wrapper > div:hover {
    border-bottom: 2px solid #c84f4e;
}
header #sub-header .flex-wrapper > div, #pre-footer .flex-wrapper > div {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
}
@media (max-width: 767px) {
    header #sub-header .flex-wrapper > div + div, #pre-footer .flex-wrapper > div + div {
        display: none;
    }
}
header #sub-header i.fa-sharp, #pre-footer .flex-wrapper i.fa-sharp {
    color: #00b900;
    padding-right: 7px;
}
header .dropdown-menu {
    background-color: #00395a;
    border-radius: 0px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 50px;
    border: none;
}
header .dropdown-menu li > a {
    display: block;
    text-decoration: none;
    padding: 2px 20px;
    color: #dcdcdc;
    font-weight: 400;
    line-height: inherit;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #c84f4e;
    background-image: none;
}
/* cart */
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    border: 1px solid #E6E6E6;
}
#cart .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    min-height: 40px;
    display: inline-block;
    margin-bottom: 0;
    position: static;
    border: none;
}
#menu .nav > li > a {
    padding: 0;
    color: #000;
    text-transform: uppercase;
    min-height: 15px;
    background-color: transparent;
    font-size: 22px;
    font-weight: 700;
}
#menu .nav > li + li {
    margin-left: 55px;
}
#menu .navbar-collapse {
    padding: 0;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #c84f4e;
}
#menu .nav > li.dropdown > a:before {
    font-family: "s2store" !important;
    content: "\67";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ddd;
    position: absolute;
    right: -30px;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover > .dropdown-menu.product-group, #menu .open>.dropdown-menu.product-group {
        display: flex;
    }
    #menu .dropdown:hover > .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
#menu-toggle, .text-menu {
    font-size: 30px;
    line-height: 55px;
}

.text-menu {
    margin-left: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

#menu-button {
    display: flex;
    bottom: 5px;
    background: none;
    color: #fff;
    border: 0px;
    padding: 0px;
}
/*	.collapsing, .collapse.in {
		position: absolute;
		z-index: 999;
		width: 100vw;
		overflow: hidden;
		top: 97%;
		margin-left: -50%;
		background-color: #c84f4e;
	} */

#menu .nav > li > a {
    text-align: center;
    padding: 15px;
}

#menu .nav > li {
    margin-left: unset !important;
}

#menu .nav > li > a {
    color: #fff;
}

#menu .nav > li.dropdown > a::before {
    display: none;
}

#menu .dropdown-menu {
    position: relative !important;
    left: 0;
    top: -30px;
    width: 100% !important;
}

#menu .dropdown-menu.product-group ul li a img {
    display: none;
}

#menu .dropdown-menu.product-group .category-items ul li:first-child {
    padding-top: 25px !important;
}

#menu .dropdown-menu ul li a {
    padding-bottom: 15px;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #fff;
}

#menu .dropdown-menu.product-group ul li a span {
    margin-left: 0;
}

#menu .dropdown-menu.category-group {
    left: 15px;
    top: 10px;
    background-color: #000;
}

#menu li:hover a.category-group::after, #menu li:hover a.product-group::after, #menu li.dropdown-submenu a.arrow1::after, #menu li.dropdown-submenu a.arrow2::after {
    /*	display: none; */
}

#menu .dropdown-menu.category-group ul li a i {
    display: none;
}

.dropdown-menu.category-group .list-inline > li {
    display: block;
    padding: 0;
}

.dropdown-menu.category-group .list-inline > li:first-child {
    padding-top: 10px;
}

.text-make-choice {
    display: none;
}

#menu .dropdown-menu.category-group ul li + li {
    margin-left: 0px;
}

#overlay {
    display: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: unset;
}

#menu .dropdown-submenu .dropdown-menu.child-2 {
    left: 0;
    top: -40px !important;
    position: relative !important;
}

#menu .dropdown-submenu .dropdown-menu ul li a {
    text-align: center;
    padding: 10px;
}

#menu .dropdown-menu.product-group .category-items ul li:last-child {
    margin-bottom: 25px;
}

#menu .dropdown-menu.product-group .products {
    display: none;
}

#menu .dropdown-submenu .dropdown-menu.child-3 {
    left: 0;
    top: -40px !important;
}

#menu .nav > li:first-child {
    margin-top: 20px;
}

#menu .nav > li:last-child {
    margin-bottom: 20px;
}

#checkout-cart tbody td {
    vertical-align: middle;
}

#mobile-menu-wrapper {
    display: none;
}

.mobile-account-box {
    display: none;
}
#mobile-cart-content {
    display: none;
}
@media (max-width: 767px) {
    header #main-header #icon-menu ul.list-inline > li {
        vertical-align: baseline;
    }
    #main-header .container {
        padding: 0 !important;
    }
    .mobile-mega-menu {
        display: block;
        background-color: #fff;
        position: fixed;
        overflow: auto;
        top: 55px;
        left: 0;
        z-index: 9999;
        height: 100%;
        width: 0%;
        transition: 0.3s;
        line-height: 50px;
        font-size: 20px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .mobile-mega-menu .dropdown-menu {
        position: relative;
        top: 100%;
        left: 25px;
        z-index: 1000;
        float: none;
        width: calc(100% - 25px);
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 16px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .mobile-mega-menu hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 2px solid #bcbcbc;
        margin-right: 38px;
    }
    .mobile-mega-menu nav {
        margin: 10px 0 10px 0;
    }
    .mobile-mega-menu nav > ul {
        list-style-type: none;
    }
    .mobile-mega-menu nav > ul > li {
        padding: 5px 0;
    }
    .mobile-mega-menu a > .fa:first-child  {
        font-size: 18px;
        width: 10%;
    }
    .mobile-mega-menu .dropdown-menu li > a {

    }
    .mobile-mega-menu .dropdown-menu li > a:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: unset;
        background-image: none;
        background-repeat: unset;
    }
    .menu-text {
        display: none;
        text-align: center;
        color: #fff;
        background-color: #c84f4e;
    }
    menu-text span {
        color: #fff;
        font-weight: 600;
    }
    .mobile-menu-close {
        padding-right: 15px;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }
    #full-menu {
        display: none !important;
    }
    #mobile-menu-wrapper {
        display: inline-flex;
        float: left;
        padding-left: 15px;
    }
    #mobile-menu-wrapper a {
        color: #00395a;
    }
    #mobile-menu-wrapper a:hover {
        color: #c84f4e;
    }
    header .flex-wrapper, #pre-footer .flex-wrapper {
        display: inline-block;
        width: 100%;
    }
    header #logo {
        position: relative;
        margin-left: 25px;
    }
    header #main-header #icon-menu {
        position: absolute;
        top: 5px;
        right: 10px;
        line-height: 32px;
    }
    #cart {
        position: relative;
        top: 10px !important;
        right: 7px !important;
    }
    header {
        height: 8em;
        margin-bottom: 15px;
    }
    header #main-header {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9;
        width: 100%;
    }
    header #main-header #icon-menu ul.list-inline > li + li {
        margin-left: 15px;
    }
    header #main-header #search {
        float: left;
        width: 100%;
        background-color: #f2f7fc;
        line-height: 46px;
        padding: 0px 2px 0px 2px;
        border-bottom: 1px solid #e1e6eb;
    }
    header #main-header #search input {
        width: 85%;
    }
    #sub-header {
        position: relative;
        text-align: center;
        top: 5.7em;
    }
    .mobile-account-box {
        display: block;
        background-color: #fff;
        position: fixed;
        overflow: auto;
        top: 55px;
        left: 0;
        z-index: 9999;
        height: 100%;
        width: 0%;
        transition: 0.3s;
    }
    .mobile-account-box form {
        padding: 20px;
        color: #FFF;
        font-size: 16px;
    }
    .mobile-account-box form label {
        font-size: 16px;
    }
    .mobile-account-box form a {
        color: #c84f4e;
        font-weight: 600;
    }
    .mobile-account-box form .login-button {
        width: 100%;
        font-size: 16px;
    }
    .mobile-account-box ul li a {
        color: #fff;
        font-size: 16px;
    }
    .mobile-account-box nav {
        margin: 10px 0 10px 0;
    }
    .mobile-account-box nav > ul > li {
        padding: 5px 0;
    }
    #new-account {
        margin-top: 5px;
    }
}
@media (max-width: 360px) {
    header #main-header #search input {
        width: 80%;
    }

    header #logo {
        left: 10%;
        top: -1px;
    }
}
header #form-currency .currency-select,
header .form-language .language-select {
    text-align: left;
    color: #dcdcdc;;
    font-size: 16px;
    top: -3px;
    position: relative;
    font-weight: 400;
    font-family: 'Roboto Condensed', 'Roboto', 'Open Sans', sans-serif;
}
header #form-currency .currency-select:hover,
header .form-language .language-select:hover {
    background: #c84f4e;
    color: #fff;
    text-decoration: none;
}
header .form-language .btn-link.dropdown-toggle:hover, .btn-link.dropdown-toggle:focus i, .btn-link.dropdown-toggle:hover i {
    color: #c84f4e;
    text-decoration: none;
}
header .form-language button {
    text-align: left;
    color: #00395a;
    font-size: 16px !important;
    position: relative;
}
header .form-language .language-select img {
    margin-right: 5px;
}
.btn-link.dropdown-toggle {
    padding: 0;
}
.show90 {
    width: 90%;
}
/******************************
 Cart Content
*******************************/
div.cart-content {
    font-size: 18px;
    line-height: 20px;
    right: 0;
    left: auto;
    padding: 0;
    border-radius: 0;
    margin-top: 10px;
    padding-top: 0;
}

div.cart-content::before {
    left: 100%;
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}

div.cart-content > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
div.cart-content > ul .cart-products {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
div.cart-content > ul a
.cart-totals {
    position: relative;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    background-color: #f4f4f4;
}
div.cart-content .cart-buttons {
    padding: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 1px 0 0 0;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
div.cart-content .cart-buttons a {
    margin: 0 6px;
    border-radius: unset;
}
div.cart-content img {
    max-width: 100%;
    height: auto;
}
div.cart-content table {
    margin-bottom: 0 !important;
    border-style: none !important;
}
div.cart-content .cart-products {
    overflow-x: hidden;
    margin-bottom: -1px;
}
div.cart-content .cart-products table {
    border-bottom-width: 0 !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
div.cart-content .cart-products tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}
div.cart-content .cart-products tbody > tr:first-of-type > td {
    border-top: 0 !important;
}
div.cart-content .cart-products tbody > tr:last-of-type > td {
    border-bottom-width: 1px;
}
div.cart-content .cart-products tbody > tr > td {
    padding: 8px;
    border-width: 1px 0 0 0;
    vertical-align: middle;
    background-color: transparent;
}
div.cart-content .cart-products tbody .td-image {
    min-width: 60px;
}
div.cart-content .cart-products tbody .td-name {
    vertical-align: middle;
}
div.cart-content .cart-products tbody .td-name small::before {
    content: "•";
    margin: 0 3px;
}
div.cart-content .cart-products tbody .td-qty {
    white-space: nowrap;
}
div.cart-content .cart-products tbody .td-remove {
    padding: 7px 5px;
    min-width: 25px;
}
div.cart-content .cart-products tbody .td-remove button {
    color: #999;
    border: none;
    font-size: 15px;
    position: relative;
    background-color: transparent;
    padding: 2px 0 0 0;
}
div.cart-content .cart-products tbody .td-remove button i {
    float: left;
}
div.cart-content .cart-products tbody .td-remove button:hover {
    color: #EA2349;
}
div.cart-content .cart-totals {
    border-width: 1px 0 0 0;
    z-index: 2;
}
div.cart-content .cart-totals tbody td {
    border-width: 1px 0 0 0;
    padding: 12px;
}
div.cart-content .cart-totals .td-total-text {
    width: 25%;
    white-space: nowrap;
}
div.cart-content .table-bordered {
    border-width: 0;
}
#cart > a:link {
    text-decoration: none;
}
#cart > a:visited {
    text-decoration: none;
}
#cart .dropdown-menu li p {
    margin: 5px !important;
}
.dropdown-form {
    padding: 10px 15px;
    min-width: 17em;
    color: #dcdcdc;
}
.dropdown-form a {
    color: #c84f4e;
}
.dropdown-form a:hover {
    color: #fff;
}
#cart-items {
    background: #fff;
    border-radius: 999px;
    height: 22px;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    z-index: 1;
    top: 3px;
    position: absolute;
    right: -5px;
}
header #main-header #icon-menu #cart-items .fa-sharp {
    font-size: 20px;
}
header #main-header #icon-menu #cart-items .fa-sharp {
    font-size: 20px;
}
#mobile-mega-menu .show-all {
    background-color: #eee;
    padding: 10px;
}