@keyframes spFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes spFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spFadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spZoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 1
    }
}

@keyframes spRotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@keyframes spPulse {
    from {
        opacity: 0;
        transform: scale3d(1, 1, 1)
    }
    50% {
        opacity: .5;
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes spSpin {
    to {
        transform: rotate(360deg)
    }
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    background: #FFFFFF;
}


header {
    height: 52px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99
}

header .row {
    margin: 0
}

header .row > div {
    padding: 0
}

header .logo p {
    margin: 5px 0 0
}

header.header-sticky {
    position: fixed;
    z-index: 9999;
    background: rgba(12, 13, 12, .95);
    padding-bottom: 15px;
    height: auto;
    transition: .3s
}

header #menu .megamenu-wrapper > ul {
    background: #0c0d0c;
    border-radius: 2px 0 0 2px
}


header #menu2 .megamenu-wrapper > ul {
    border-left: none;
    border-radius: 0 2px 2px 0
}


#hero {
    height: 50vh;
    margin-bottom: 0;
    background: #0c0d0c;
}

#heroCarousel .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0;
}

#top-banner {
    height: 25vh;
    width: 100%;
}

#top-banner > div {
    height: inherit;
    background-position: top center;
}

/*
#heroCarousel .owl-dots .owl-dot span {
    width: 3rem;
    height: .2rem;
    margin: 5px 7px;
    background: #FFFFFF;
    border-radius: 0;
}

#heroCarousel .owl-dots .owl-dot.active span {
    background: #FFFFFF;
}
*/

#hero sup, h1 sup {
    font-size: 50%;
    vertical-align: super;
    top: 0;
}

#hero .banner {
    padding-top: calc(50vh - 2rem);
    height: 50vh;
    width: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hero .banner h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    font-size: 2rem;
}


#hero .banner p {
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
    font-size: 1rem;
}

#hero .banner a:before {
    content: '>';
    font-size: 2rem;
    margin-right: 1rem;
}

#hero .banner a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 2rem;
}

#heroMenu {
    position: relative;
    top: -.6rem;
    text-align: center;
    z-index: 10;
    width: 100%;

}

#heroMenu > .container {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
    max-width: unset;
}

#heroMenu h3 {
    font-size: 1.25rem;
    padding: 0 2rem 0 3.25rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
}

#heroMenu .box {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}

#heroMenu .arrow {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 3%;
    flex: 0 0 3%;
    max-width: 3%;
    font-size: 4rem;
    color: #e4032f;
    text-align: center;
    display: none;
}

#heroMenu .container {
    background: #231f20;
}

#heroMenu h4 {
    margin: 0;
}

#heroMenu h4 span {
    display: block;
    text-transform: uppercase;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .4);
    line-height: 2rem;
    padding: 0 .5rem;
    bottom: 0;
    position: absolute;
    width: 100%;
}

#menu-top p {
    margin: 0;
}

#menu-top > .column {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

#menu-top .contact-info {
    margin-right: 20px
}

#menu-top,
#top2 {
    position: relative;
    z-index: 100;
    height: 36px;
    line-height: 36px
}

#menu-top ul.contact-info li span,
#top2 ul.contact-info li span,
#menu-top ul.social-icons li span,
#top2 ul.social-icons li span,
#menu-top ul.contact-info li a,
#top2 ul.contact-info li a,
#menu-top ul.social-icons li a,
#top2 ul.social-icons li a {
    color: #fff
}

#menu-top ul.contact-info li span.fa,
#top2 ul.contact-info li span.fa,
#menu-top ul.social-icons li span.fa,
#top2 ul.social-icons li span.fa {
    margin-right: 5px;
    font-size: 15px
}

#menu-top ul.social-icons li span:hover,
#top2 ul.social-icons li span:hover,
#menu-top ul.social-icons li a:hover,
#top2 ul.social-icons li a:hover {
    color: #02c0d0
}

#menu-top #top2,
#top2 #top2 {
    text-align: right
}

.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0 -10px
}

.contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    white-space: nowrap
}

.megamenu-wrapper > ul {
    border: solid 1px rgba(255, 255, 255, .7);
    width: 100%;
    margin-bottom: 0
}

.megamenu-wrapper > ul > li {
    text-align: center
}


.megamenu-wrapper > ul > li > a {
    font-weight: 700;
    color: #fff;
    padding: 0 20px;
    display: block
}

.megamenu-wrapper .latestnews {
    display: flex;
    flex-direction: column;
    padding-right: 10%
}

.megamenu-wrapper .latestnews > div {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column-reverse
}

.megamenu-wrapper .latestnews .article-list-img.video-format {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 20px
}

.megamenu-wrapper .latestnews .article-list-img.video-format:before {
    content: "\f144";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: fontawesome;
    font-size: 60px;
    color: #fff;
    pointer-events: none
}

.megamenu-wrapper .latestnews .latest-post-content-wrap {
    font-size: 14px
}

.megamenu-wrapper .latestnews .latest-post-content-wrap .category-tag {
    font-weight: 600;
    margin-bottom: 10px
}

.megamenu-wrapper .latestnews .latest-post-content-wrap .latest-post-title {
    opacity: .9;
    margin-bottom: 5px;
    font-size: 20px
}

.megamenu-wrapper .latestnews .latest-post-content-wrap a {
    color: #151416
}

.megamenu-wrapper .latestnews .latest-post-content-wrap a:hover,
.megamenu-wrapper .latestnews .latest-post-content-wrap a:focus {
    color: #02c0d0
}

.megamenu-wrapper .dropdown-mega.menu-full .dropdown-inner {
    padding: 30px
}

.megamenu-wrapper .item-header > a {
    pointer-events: none
}

.megamenu-wrapper .custom-megamenu .dropdown-inner .row {
    margin: -15px !important
}

.megamenu-wrapper .custom-megamenu .dropdown-inner .row > div {
    padding: 15px !important
}

.megamenu-wrapper .custom-megamenu .dropdown-inner > .row:first-child > div:nth-child(2) .mega-group {
    display: flex;
    flex-wrap: wrap
}

.megamenu-wrapper .custom-megamenu .dropdown-inner > .row:first-child > div:nth-child(2) .mega-group .dropdown-items {
    display: flex;
    flex-wrap: wrap
}

.megamenu-wrapper .custom-megamenu .dropdown-inner > .row:first-child > div:nth-child(2) .mega-group .dropdown-items > li {
    flex: 0 0 50%;
    max-width: 50%
}

.megamenu-wrapper .custom-megamenu .dropdown-inner > .row:first-child > div:nth-child(2) .mega-group > li:nth-child(1),
.megamenu-wrapper .custom-megamenu .dropdown-inner > .row:first-child > div:nth-child(2) .mega-group > li:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%
}

.megamenu-wrapper .custom-megamenu .dropdown-inner > .row:first-child > div:nth-child(2) .mega-group > li:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px
}


.megamenu-parent {
    list-style: none;
    padding: 0;
    z-index: 99;
    display: block;
    float: left
}

.megamenu-parent > li {
    position: relative;
    padding: 0
}

.megamenu-parent > li.menu-justify {
    position: static
}

.megamenu-parent > li > a,
.megamenu-parent > li > span {
    display: inline-block;
    padding: 0 15px;
    line-height: 3rem;
    font-size: 14px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1
}

.megamenu-parent > li > a:before,
.megamenu-parent > li > span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .3s;
    opacity: 0
}

.megamenu-parent > li > a {
    background: #0c0d0c;
    color: #FFFFFF;
}

.megamenu-parent > li > a.homepage {
    background: #FFFFFF;
    color: #0c0d0c;
}

.megamenu-parent > li > a:hover,
.megamenu-parent > li > span:hover {
    color: #0c0d0c;
    background-color: #FFFFFF;
    text-decoration: none;
}

.megamenu-parent > li > a.home {
    color: #0c0d0c;
    background-color: #FFFFFF;
}

.megamenu-parent > li > a.home:hover {
    color: #FFFFFF;
    background-color: #0c0d0c;
}


.megamenu-parent > li:hover > a:before,
.megamenu-parent > li.active > a:before {
    opacity: 1
}

.megamenu-parent > li.active > a {
    font-weight: 700;
    background-image: linear-gradient(100deg, #00d3a7, #02c0d0);
    color: #fff;
    padding: 0 30px
}

.megamenu-parent > li .menu-badge {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background: #d60000;
    color: #fff;
    border-radius: 3px
}

.megamenu-parent .module {
    padding: 10px
}

.megamenu-parent .mega-group {
    list-style: none;
    padding: 0;
    margin: 0
}

.megamenu-parent .mega-group > li > a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.megamenu-parent .mega-group .mega-group-child {
    list-style: none;
    padding: 0;
    margin: 0
}

.megamenu-parent .mega-group .mega-group-child li.menu-item {
    padding-right: 15px
}

.megamenu-parent .mega-group .mega-group-child li.menu-item > a {
    padding: 15px 0
}

.megamenu-parent .dropdown {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none;
    text-align: left
}

.megamenu-parent .dropdown .dropdown-inner {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.megamenu-parent .dropdown .dropdown-inner > .row:not(:first-child) {
    margin-top: 20px
}

.megamenu-parent .dropdown .dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.megamenu-parent .dropdown.dropdown-main {
    top: 100%
}

.megamenu-parent .dropdown.dropdown-sub {
    top: 0
}

.megamenu-parent .dropdown.dropdown-sub .dropdown-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.megamenu-parent .dropdown li.menu-item {
    display: block;
    position: relative
}

.megamenu-parent .dropdown li.menu-item > a,
.megamenu-parent .dropdown li.menu-item span:not(.menu-badge) {
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    padding: 15px;
    display: block;
    transition: .3s;
    position: relative
}

.megamenu-parent .dropdown li.menu-item > a:after,
.megamenu-parent .dropdown li.menu-item span:not(.menu-badge):after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #eaeaea;
    height: 1px;
    width: 100%
}

.megamenu-parent .dropdown li.menu-item > a:before,
.megamenu-parent .dropdown li.menu-item span:not(.menu-badge):before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    z-index: 1;
    transition: .3s
}

.megamenu-parent .dropdown li.menu-item > a:hover:after,
.megamenu-parent .dropdown li.menu-item span:not(.menu-badge):hover:after {
    width: 100%
}

.megamenu-parent .dropdown li.menu-item > a:hover:before,
.megamenu-parent .dropdown li.menu-item span:not(.menu-badge):hover:before {
    width: 100px
}

.megamenu-parent .dropdown li.menu-item > a.group-title,
.megamenu-parent .dropdown li.menu-item span:not(.menu-badge).group-title {
    text-transform: uppercase;
    font-weight: 700
}

.megamenu-parent .dropdown li.menu-item.active > a:before,
.megamenu-parent .dropdown li.menu-item.active > span:not(.menu-badge):before {
    width: 100px
}

.megamenu-parent .dropdown .module {
    padding: 0
}

.megamenu-parent .dropdown .module .module-title {
    font-size: 14px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 700
}

.megamenu-parent .dropdown .module .latestnews {
    margin: 0;
    border-right: 1px solid #eaeaea
}

.megamenu-parent .dropdown .module .latestnews > li:not(:last-child) {
    margin: 0 0 15px
}

.megamenu-parent .dropdown .module .latestnews > li a {
    font-size: 14px
}

.megamenu-parent .dropdown .module .latestnews > li a span {
    opacity: .8
}

.megamenu-parent .dropdown-mega > .row {
    margin-top: 30px
}

.megamenu-parent .dropdown-mega > .row:first-child {
    margin-top: 0
}

.megamenu-parent .has-child:hover > .dropdown {
    display: block
}

.megamenu-parent.menu-animation-fade .has-child:hover > .dropdown {
    animation: spFadeIn 600ms
}

.megamenu-parent.menu-animation-fade-up .has-child:hover > .dropdown {
    animation: spFadeInUp 400ms ease-in
}

.megamenu-parent.menu-animation-fade-down .has-child:hover > .dropdown {
    animation: spFadeInDown 400ms ease-in
}

.megamenu-parent.menu-animation-zoom .has-child:hover > .dropdown {
    animation: spZoomIn 300ms
}

.megamenu-parent.menu-animation-rotate .has-child:hover > .dropdown {
    animation: spRotateIn 300ms
}

.megamenu-parent.menu-animation-pulse .has-child:hover > .dropdown {
    animation: spPulse 300ms
}

header .mod-languages {
    margin-right: 15px
}

body.homepage main {
    background: #0c0d0c;
    padding-bottom: 3rem;
    color: #FFFFFF;
}

body.homepage main h2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

#menu-top {
    color: #FFFFFF;
    font-size: .8rem;
}


#brands {
    padding-top: 3rem;
    padding-bottom: 10rem;
    background: #f5f7f7;
}

#brands h2 {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

#brands .owl-dots {
    margin-top: 2rem;
}


#contact-us h2 {
    padding-top: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

#contact-us > .container {
    position: relative;
    top: -8rem;
    bottom: 0;
    background: #FFFFFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 2rem 2rem 6rem 2rem;
}

#contact-us .form-row {
    margin-bottom: 2rem;
}

/*
.single-product:hover {
    background: #f8f9fa;
}

 */

.single-product > a {
    color: inherit;
}

.single-product > a:hover {
    text-decoration: none;
}

.single-product .product-content form {
    display: flex;
    flex-direction: column;
}

.single-product {
    margin-bottom: 3rem;
    border-bottom: 2px solid #5c6666;
}

.product-short-description p {
    margin-bottom: 0;
}


.form-row label, .single-product label, .product-filter label {
    text-transform: uppercase;
    color: #5c6666;
    font-size: .8rem;
    font-weight: bold;
}

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

#contact-us .form-control, #contact-us .form-control:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #5c6666;
    box-shadow: none;
    padding: 0;
}

#contact-us .form-control {
    box-shadow: none;
}

.options-diopters label {
    margin-top: .5rem;
}

.options-colors input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

/* IMAGE STYLES */
.options-colors input[type=radio] + img {
    cursor: pointer;
    width: 32px;
}


/* CHECKED STYLES */
.options-colors input[type=radio]:checked + img {
    padding-bottom: 2px;
    border-bottom: 2px solid #0c0d0c;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: bold;
}

.btn-dark {
    background: #0c0d0c;
    border-color: #0c0d0c;
    padding-left: 2rem;
    padding-right: 2rem;
}


.btn-dark:hover {
    color: #0c0d0c;
    background: #FFFFFF;

}

.btn-outline-dark {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: bold;
    color: #0c0d0c;
    border-color: #0c0d0c;
}

.btn-light {
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid #f8f9fa;
}

#locations {
    background: #0c0d0c;
}

#locations > .container {
    position: relative;
    top: -6rem;
    bottom: 0;
    background: transparent;
    padding: 0 2rem;
}

#locations img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: block;
}

#locations .text {
    position: relative;
    top: -8px;
    bottom: 0;
    background: #FFFFFF;
    color: #0c0d0c;
    border-radius: 8px;
    padding: 2rem;
    font-size: 1rem;
}

footer {
    background: #0c0d0c;
    color: #FFFFFF;
}

footer > .container {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

#lowerFooter > .container {
    padding-top: 1rem;
    border-top: 1px solid #FFFFFF;
    text-transform: uppercase;
}

#lowerFooter .list-inline-item:first-of-type:before {
    content: "";
    margin-right: 0;
}


#lowerFooter .list-inline-item:before {
    content: "|";
    margin-right: .5rem;
}

footer a {
    color: #FFFFFF !important;
}


.footer-column-1 h2 {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 0 25px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    line-height: 3rem;
    text-transform: uppercase;
}


.footer-column-1 h3, .footer-column-2 h3, .footer-column-3 h3, .footer-column-4 h3 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-column-1 p, .footer-column-2 p, .footer-column-3 p {
    margin: 0;
}


header ul.social-links {
    list-style: none;
}

header ul.social-links li {
    display: inline-block;
}

header ul.social-links li a {
    display: inline-block;
    font-size: 1rem;
    margin-left: .5rem;
    color: #FFFFFF;
}

header.header-sticky ul.social-links li a {
    color: #FFFFFF;
}

footer ul.social-links {
    list-style: none;
    padding: 0;
}

footer ul.social-links li {
    display: inline-block;
}

footer ul.social-links li a {
    display: inline-block;
    font-size: 2rem;
    margin-right: 1rem;
}

label.error {
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

.image-fulltext {
    min-height: 33vh;
    width: 100%;
    background-position: center;
}

.container.with-image-fulltext {
    margin-top: -4rem;
    background: #FFFFFF;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 4rem 30px;
}

#shop.container, #myprofile.container {
    position: relative;
    top: -6rem;
    bottom: 0;
    background: #FFFFFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 2rem 2rem 6rem 2rem;
}

.single-product .sale-price {
    font-size: 1.2rem;
    font-weight: bold;

    padding-bottom: 1rem;
    /*
    margin-bottom: 1rem;
    border-bottom: 1px solid #5c6666;
     */
}

.page-header h1 {
    margin-top: 0;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: bold;
}


h4.product-filter-heading {
    margin-top: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #5c6666;
    background-color: #5c6666;
}

table.cart-table {
    width: 100%;
    margin-bottom: 2rem;
}

table.cart-table th {
    padding: .5rem;
    font-size: .8rem;
    border-top: 1px solid #5c6666;
    border-bottom: 1px solid #5c6666;
}

table.cart-table td {
    vertical-align: middle;
    padding: 1rem .5rem;
    font-size: 1rem;
    border-bottom: 1px solid #5c6666;
}


table.cart-table p {
    margin-bottom: 0;
}

table.cart-table.checkout th, table.cart-table.checkout td {
    padding: .5rem 0;
}

th.cart-product-thumb, td.cart-product-thumb, td.cart-thumb-image {
    text-align: center;
    width: 80px;
}

td.cart-product-thumb img {
    max-width: 100%;
    height: auto;
}

th.cart-product-unit-price, td.cart-product-unit-price {
    width: 128px;
    text-align: right;
}


th.cart-product-qtt, td.cart-product-qtt {
    width: 128px;
    text-align: right;
}

table.cart-table.checkout th.cart-product-qtt, table.cart-table.checkout td.cart-product-qtt {
    width: 25%;
}

td.cart-product-qtt input {
    width: 100%;
    text-align: right;
}


th.cart-product-line-total, td.cart-product-line-total {
    width: 128px;
    text-align: right;
}

table.cart-table.checkout th.cart-product-line-total, table.cart-table.checkout td.cart-product-line-total {
    width: 25%;
}

table.cart-table.checkout td {
    font-size: .8rem;
}

table.cart-footer {
    width: 100%;
}

table.cart-footer th, tr.cart-footer th {
    padding: .5rem 0;
    font-size: 1rem;
}

table.cart-footer td {
    padding: .5rem 0;
    vertical-align: middle;
    font-size: .8rem;
    border-top: 1px solid #5c6666;
}

table.cart-footer tr:last-of-type td, tr.cart-footer td {
    font-size: 1rem !important;
    font-weight: bold;
}

table.cart-footer tr:first-of-type td {
    border: none;
}

.cart-checkout-button {
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #5c6666;
}

.border-top {
    border-top: 1px solid #5c6666 !important;
}
.border-bottom {
    border-bottom: 1px solid #5c6666 !important;
}

.label {
    margin-top: 1rem;
    margin-bottom: 0;
}

#login h3, #register h3 {
    margin-top: 1rem;
}

br.j2error {
    display: none !important;
}

.j2error {
    margin: 0;
    color: #e4032f;
    font-size: .8rem;
}

.cart-action-complete .alert {
    font-size: .9rem;
    padding: .5rem 1rem;
}

#sizer {
    background: #0c0d0c;
}

.cart-item-count {
    background: #d5ad72;
}

.inmenu {
    padding: 0 1rem;
    border-left: 1px solid #FFF;
}

.inmenu:hover {
    border-right: 1px solid #FFF;
}


table.myorders {
    width: 100%;
}

table.myorders th {
    border-top: 1px solid #5c6666;
    padding: .5rem 0;
    font-size: 1rem;
}

table.myorders td {
    padding: .5rem 0;
    vertical-align: middle;
    font-size: .8rem;
    border-top: 1px solid #5c6666;
}

table.myorders th {
    font-size: .8rem !important;
    font-weight: bold;
}

#shop .note {
    display: none;
}