.announcement-bar {
    background-color: var(--sc4);
    padding: 1rem .5rem 2rem;
    font-size: 24px;
}
.announcement-bar span {
    font-size: 16px;
}
header {
    background-color: var(--sc2);
}
.main-header {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1rem;
}
.logo {
    width: 8rem;
}
.menu-item {
    font-size: 16px;
    font-weight: 700;
}
.menu-item:not(:last-child) {
    margin-right: 20px;
}
.menu-item.menu-products {
    position: relative;
}
.menu-item.sales > a {
    display: flex;
    align-items: center;
}
.menu-item.sales > a:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../icons/header/fire.svg);
}
.widget-tree {
    padding: 0 3rem 1rem 3rem;
}
.widget-element:not(:last-child) {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ededed;
}
.widget-about > p {
    color: #586563;
    line-height: 1.5;
}
.widget-about > p:not(:last-child) {
    margin-bottom: 15px;
}
.widget-info {
    width: 35px;
    height: 35px;
    min-width: 35px;
    background-color: transparent;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.widget-title {
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.2;
}
.widget-list > li {
    color: #586563;
}
.widget-list > li:not(:last-child) {
    margin-bottom: 10px;
}
.widget-social > li {
    background-color: var(--sc5);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-social > li a svg {
    width: 14px;
}
.nav-item {
    position: relative;
    width: 40px;
    height: 40px;
    transition: 200ms ease-in-out;
    padding: 0;
}
.nav-link:hover, .cart-link:hover .nav-link {
    background-color: #FFF;
    border-color: var(--sc4);
    opacity: .8;
}
.nav-item:not(:last-child) {
    margin-right: 15px;
}
.nav-link span {
    font-size: 28px;
}
.nav-link {
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    border: .0625rem solid transparent;
    transition: .2s ease-in-out;
}
.cart-qty-flag {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: var(--sc3);
    color: var(--cream);
    border-radius: 50%;
    font-size: 14px;
    min-width: 19px;
    height: 19px;
    text-align: center;
    z-index: 1;
}
@media screen and ( max-width: 820px ){
    .main-header .logo {
        width: 10rem;
    }
}
@media screen and ( max-width: 768px ){
    .nav-item {
        width: 30px;
        height: 30px;
    }
    .nav-item:not(:last-child) {
        margin-right: 10px;
    }
    .nav-link span {
        font-size: 24px;
    }
}
@media screen and ( min-width: 769px ){
    .menu-products > .mat-icon{
        display: none;
    }
    .widget-info{
        display: none;
    }
}
@media screen and ( max-width: 768px ){
    .menu-hide{
        display: none;
    }
    .main-header .logo {
        order: 2;
    }
    .main-menu {
        order: 1;
    }
    .header-dir-right {
        order: 3;
    }
    .menu-products .text, .menu-products:after {
        display: none;
    }
}
@media screen and ( max-width: 480px ){
    .main-header .logo img {
        max-width: 120px;
    }
    .main-header .logo {
        width: 100%;
        order: 1;
        margin-bottom: 2rem;
        text-align: center;
    }
    .menu-products .text {
        display: block;
        margin-left: 5px;
    }
}
/*menu*/
.menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.menu a {
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}
.menu a:not(:last-child) {
    margin-right: 2rem;
}
.menu a:hover {
    color: var(--blue);
    opacity: 0.8;
}
.category_item {
    font-size: 1.3125rem;
    display: inline-block;
}
.category_item:hover {
    color: var(--blue);
    text-decoration: underline;
}
.menu .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu .blog span {
    margin-right: 0.35rem;
}
.menu__fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--cream);
    z-index: 100;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-shadow: 0 0.9375rem 0.625rem -0.9375rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.9375rem 0.625rem -0.9375rem rgb(0 0 0 / 15%);
    -webkit-transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media screen and ( max-width: 992px ){
    .menu a {
        font-size: .9375rem;
    }
    .menu a:not(:last-child) {
        margin-right: 1rem;
    }
}
@media screen and ( max-width: 604px ){
    .menu__item {
        display: none;
    }
    .menu .blog {
        font-size: 1.25rem;
    }
    .menu .blog span {
        font-size: 2rem;
    }
    .menu__fixed {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
/*
|--------------------------------------------------------------------------
| 🖼️ Slider CSS
|--------------------------------------------------------------------------
|
*/
.slider {
    position: relative;
    min-height: 30rem;
    border-bottom: 0;
}
.slider__content {
    position: relative;
}
.slide__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slide__content {
    height: 38.9375rem;
    background-color: var(--sc4);
}
.slide__info {
    margin-top: 2rem;
}
.slide__left > img {
    max-width: 7rem;
}
.slide__left {
    width: 55%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3rem 3rem 3rem 8rem;
}
.slide-hyper-title {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.slide-hyper-title:before {
    content: '';
    width: 4px;
    height: 20px;
    background-color: var(--sc3);
    margin-right: 5px;
}
.slide-main-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: 40rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--sc3);
}
.slide-description {
    max-width: 600px;
    font-size: 22px;
}
.slide-more {
    background-color: var(--sc3);
    color: var(--cream);
    font-size: 20px;
    width: fit-content;
    padding: 10px 20px;
    margin-top: 60px;
    -webkit-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
.slide-more:hover {
    background-color: var(--sc2);
    color: var(--dark-1);
}
.slide__right {
    position: relative;
    width: 45%;
    height: 100%;
}
.slider__background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.slide-btns {
    position: absolute;
    bottom: 0;
    width: 140px;
    height: 70px;
    right: 0;
    z-index: 1;
}
.swiper-button-prev.slider-button-prev, .swiper-button-next.slider-button-next {
    position: inherit;
    top: initial;
    bottom: 0;
    width: 70px;
    height: inherit;
    background-color: var(--sc3);
}
.swiper-button-next.slider-button-next {
    right: 0;
    transition: 200ms ease-in-out;
}
.swiper-button-prev.slider-button-prev {
    left: 0;
    border-right: 1px solid #FFF;
    transition: 200ms ease-in-out;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 20px;
    color: #FFF;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: 20px;
    color: #FFF;
}
.swiper-button-prev.slider-button-prev:hover,
.swiper-button-next.slider-button-next:hover {
    background-color: #FFF;
}
.swiper-button-prev.slider-button-prev:hover::after,
.swiper-button-next.slider-button-next:hover::after {
    color: var(--sc5);
}
@media screen and ( max-width: 1366px ){
    .slide__left {
        padding-left: 3rem;
    }
    .slide__content {
        height: 33.4375rem;
    }
}
@media screen and ( max-width: 1024px ){
    .slider {
        min-height: auto;
    }
    .slide__content {
        height: auto;
    }
    .slide__left {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .slide__right {
        display: none;
    }
}
@media screen and ( max-width: 480px ){
    .slide-main-title {
        font-size: 2rem;
    }
    .slide__info {
        margin-top: 1.5rem;
    }
    .slide__left > img {
        max-width: 5rem;
    }
    .swiper-button-next, .swiper-button-prev {
        top: initial;
        bottom: 10px;
    }
    .swiper-button-prev {
        left: auto;
        right: 60px;
    }
	.slide-btns {
		width: 80px;
		height: 40px;
	}
	.swiper-button-prev.slider-button-prev, .swiper-button-next.slider-button-next {
		width: 40px;
	}
}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Numbers CSS
|--------------------------------------------------------------------------
|
*/
.n-container {
    background-color: var(--sc2);
    padding: 3rem 1rem;
}
.numbers {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}
.number {
    text-align: center;
}
.n-value {
    font-size: 22px;
    font-weight: 700;
    color: var(--sc3);
    margin-bottom: 5px;
}
.n-title {
    font-size: 16px;
}
.n-mat {
    margin-bottom: 10px;
    font-size: 3rem;
}
@media screen and ( max-width: 820px ){
    .number {
        width: 100%;
    }
    .number:not(:last-child) {
        margin-bottom: 3rem;
    }
}
@media screen and ( max-width: 480px ){
    .n-value {
        font-size: 20px;
    }
    .n-mat {
        margin-bottom: 5px;
        font-size: 2.5rem;
    }
    .number:not(:last-child) {
        margin-bottom: 2rem;
    }
}
.nav-link-parent {
    position: relative;
}
.nav-link-parent > a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: .75rem .5rem;
}
.nav-link-parent > .active {
    font-weight: 700;
}
.canvas__content .nav-link-parent:not(:last-child) {
    margin-bottom: 5px;
}
.nav-link-parent > .active, .nav-link-parent > a:hover {
    background-color: var(--sc2);
    border-color: var(--sc4);
}
.nav-link-parent > .active .material-symbols-outlined {
    transform: rotate(90deg);
}
.category-icon {
    width: 25px;
    margin-right: 10px;
}
.nav-link-parent > span {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem;
}
.nav-link-submenu {
    padding-left: 1rem;
    font-size: 15px;
}
.canvas__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.8125rem;
    color: #000;
    opacity: 1;
    padding: 1.25rem 1.25rem 0 1.25rem;
}
.canvas__close span {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.canvas__close span:hover {
    color: var(--color-1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.canvas__content {
    text-align: left;
}
.canvas__content h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.canvas__content > ul > li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.canvas__menu {
    border-bottom: 0.0625rem solid rgba(0,0,0,.2);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
a[class^="canvasfixed__"]{
    margin-top: 1rem;
    margin-left: -.375rem;
}
a[class^="canvasfixed__"]:hover {
    opacity: .8;
}
a[class^="canvasfixed__"] > span {
    background-color: var(--blue);
    color: var(--cream);
    font-size: 1.3125rem;
    border-radius: 50%;
    padding: 0.3rem;
    margin-right: 0.5rem;
}
a[class^="canvasfixed__"] .place {
    font-size: 1rem;
}
@media (max-width: 991px) {
	.canvas__menu .dropdown__menu > li:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	.canvas__menu .drop__item > a {
		color: var(--blue);
		font-weight: 700;
		margin-bottom: 1rem;
		display: none;
	}
	.canvas__menu .dropdown__menu > li > a {
		font-weight: 700;
	}
	.canvas__menu .dropdown__menu .children {
		border-bottom: 0.00625rem solid rgba(0,0,0,.1);
		padding-bottom: 1.2rem;
		margin-top: 1rem;
	}
	.canvas__menu .dropdown__menu .children > li:not(:last-child) {
		margin-bottom: .5rem;
	}
}
.minicart-fs {
    padding-left: 20px;
    padding-right: 20px;
}
.canvas-header{
	padding: 24px 20px 0;
}
.canvas-header .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none;
}
.smart-close {
    position: relative;
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    border-width: 12px;
    border: 9px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.smart-close:before, .smart-close:after {
    background-color: #222;
}
.smart-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.smart-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.smart-close:before, .smart-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-color: #1b1b1b;
}
.smart-close:hover {
    opacity: .8;
}
.smart-close:hover:before, .smart-close:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.wrapper-cartCount {
	font-size: 15px;
	color: #727272;
	margin-top: 15px;
	margin-bottom: 10px;
}
.cartCount{
	margin-right: 5px;
}
.haloCalculatorShipping {
    position: relative;
    margin: 0 0 12px;
    min-height: 26px;
}
.haloCalculatorShipping .progress {
    position: relative;
    margin: 0 0 10px;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 0;
    background: 0 0;
    display: block;
    height: auto;
}
.haloCalculatorShipping .progress.progress.progress-100 .progress_shipping {
    background: #ededed
}
.haloCalculatorShipping .progress.progress.progress-100 .progress-meter {
    background-color: #426e62;
}
.haloCalculatorShipping .progress .progress-meter {
    -webkit-animation: 2s linear infinite progress-bar-stripes;
    animation: 2s linear infinite progress-bar-stripes;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
    -webkit-transition: width .9s linear,background-color .9s linear;
    transition: width .9s linear,background-color .9s linear;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center
}
.haloCalculatorShipping .progress .progress_shipping {
    height: 16px;
    border: 0
}
.haloCalculatorShipping .message {
    color: #727272;
    font-size: 15px;
    font-weight: 400;
}
.halo-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: inherit;
    overflow-y: inherit;
    padding: 0 0 70px;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}
.previewCart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}
.previewCart {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 20px 0 30px;
}
.previewCartItem {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8
}
.previewCartItem + .previewCartItem {
    border-top: 0;
    margin-top: 23px
}
.mc-image{
	width: 60px;
	margin-right: 20px;
}
.mc-image img{
	border-radius: 5px;
}
.cart-content {
    flex: 1;
}
.mc-bin {
    color: #d50000;
    font-size: 13px;
    text-transform: lowercase;
    margin-top: 8px;
}
.mc-bin:hover {
    text-decoration: underline;
}
.mc-title{
	color: #232323;
	font-size: 15px;
	letter-spacing: .02em;
}
.mc-title:hover {
    text-decoration: underline;
    opacity: .8;
}
.mc-qty-price{
	color: #969696;
	font-size: 15px;
}
.previewCartInfo {
    position: relative;
    padding: 5px 30px 100px;
}
.previewCartInfo .previewCartTotals {
    padding-top: 18px;
    padding-bottom: 14px
}
.previewCartInfo .item {
    line-height: 22px;
    letter-spacing: .02em;
    font-weight: 600;
    color: #232323
}
.previewCartGroup .button + .button {
    margin-top: 15px;
}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Footer CSS
|--------------------------------------------------------------------------
|
*/
footer {
    background-color: var(--sc2);
    padding: 5rem 1rem;
    border-top: 1px solid var(--sc5);
}
.footer-content {
    max-width: 105rem;
    margin: 0 auto;
}
.footer-logo {
    max-width: 10.75rem;
    margin-bottom: 1.875rem;
}
.footer-item .title {
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 1.8125rem;
}
.footer-item .title span {
    margin-right: .3125rem;
}
.footer-style-1 ul li, .footer-style-2 ul li {
    font-size: .9375rem;
}
.footer-style-1 ul li:not(:last-child) {
    margin-bottom: .9375rem;
}
.footer-item ul li:before {
    position: relative;
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--dark-1);
    margin-right: 15px;
    border-radius: 0.5rem;
}
.signature {
    background-color: var(--sc2);
    font-size: .9375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.captain > a {
    display: inline-block;
    font-weight: 700;
    color: #635cc9;
}
@media only screen and (max-width: 767px){
    .footer-content > *:not(:last-child) {
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width: 480px){
    footer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
/*
|--------------------------------------------------------------------------
| 🗞️ Newsletter CSS
|--------------------------------------------------------------------------
|
*/
.input-group-letter {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.newsletter-email {
    background-color: var(--cream);
    height: 45px;
    border-radius: 0;
    padding-left: 10px;
    flex: 1;
}
.input-group-addon {
    width: 3rem;
    background-color: var(--sc5);
    align-self: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-group-addon span {
    color: var(--cream);
    line-height: initial;
}
.newsletter-termss {
    margin-top: 1rem;
}
/*
*product shopfront
*/
.product-box-inner {
    position: relative;
    padding: 2rem 2rem;
    border: .0625rem solid rgba(0, 0, 0, .1);
    min-height: 454px;
}
.product-box:hover .product-box-inner {
    border-color: #000;
}
.product-box > img {
    max-height: 220px;
}
.m_top {
    background-color: #F2F2F2;
    padding: 1.1rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.brand {
    font-size: 0.875rem;
    font-weight: 700;
}
.m_info {
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.discount {
    color: var(--color-2);
    font-weight: 700;
}
.product__title {
    color: var(--dark-1);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    min-height: 102px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    background-color: var(--sc4);
    padding: 1rem;
}
.price {
    color: #484747;
    font-size: 20px;
    font-weight: 500;
}
.price .del {
    color: #6e6e6e;
    font-size: 17px;
    text-decoration: line-through;
    margin-right: 5px;
}
.price-style-2 {
    font-size: 22px;
}
.price-style-2 .del {
    font-size: 18px;
}
.add-to-cart-text:hover {
    text-decoration: underline;
    opacity: .75;
}
.add-to-cart-text {
    font-size: 15px;
    color: #363636;
}
.stocktag {
    font-size: 14px;
    margin-bottom: 1rem;
}

.n-container {
    background-color: var(--sc2);
    padding: 3rem 1rem;
}
/*.account-listing*/
.account-userlinks {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.account-userlinks .acc-txt {
    margin-left: 10px;
}
.account-userlinks.account-logout {
    color: var(--main-red);
}
.account-userlinks:hover {
    background-color: var(--sc2);
}
.banner-box {
    width: 50%;
    padding: .5rem;
}
.banner-box .content {
    position: absolute;
    bottom: 0;
    padding: 1rem 2rem 1.5rem 2rem;
    background-color: rgba(255,255,255,.9);
    width: 100%;
}
.banner-box .content .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 7px;
}
.banner-box .content .description {
    color: var(--grey);
    font-size: 20px;
    max-width: 400px;
}
@media only screen and (max-width: 768px){
	.banner-box {
		width: 100%;
	}
}