@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
/* ---------------------------------------------
[Table Content]
1. ALIGNMENTS
2. CLEARFIX
3. SVG
4. BUTTONS
5. ICONS
6. Link Text
7. Home
8. Contact
9. cart
10. Shipping
11. Checkout
----------------------- */

*, *:before, *:after {
    box-sizing: inherit;
}
*:empty {
    display: none;
}
a {
    color: #232323;
    cursor: pointer;
    border: none;
    box-shadow: none;
    text-decoration: none;
}

/***************************************************************
                        ALIGNMENTS
***************************************************************/
.left, .text-left {
    text-align: left;
}
.center, .text-center {
    text-align: center;
}
.right, .text-right {
    text-align: right;
}

/***************************************************************
                            CLEARFIX
***************************************************************/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

body:not(.safari) a {
    transition: all ease .3s;
}
body:not(.safari) .button {
    transition: 500ms cubic-bezier(.25,.46,.45,.94);
    transition-property: color,background,background-color,border;
}

/***************************************************************
                            SVG
***************************************************************/

svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    stroke: currentColor;
    width: 1rem;
    height: 1rem;
    transition:  all ease .3s;
}
.button svg#Layer_1 {
    width: 15px!important;
    height: 16px!important;
}
br:empty, hr:empty, iframe:empty, path:empty, line:empty, circle:empty, use:empty, img:empty, input:empty, rect:empty, textarea:empty, .display-empty:empty, shopify-payment-terms:empty, shopify-installments-modal:empty, model-viewer:empty, polyline:empty, polygon:empty {
    display: block;
}

/***************************************************************
                            BUTTONS
***************************************************************/

button {
    display: block;
    width: 100%;
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    min-width: 130px;
    max-width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    outline: none!important;
    box-shadow: 0px 0px 0px 0px '';
    cursor: pointer;
    position: relative;
}
.button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%,-50%);
    display: inline-block;
    border: 2px solid #f6f6f6;
    border-radius: 50%;
    border-top: 2px solid var(--spinner-top-color);
    border-right: 2px solid var(--spinner-right-color);
    border-bottom: 2px solid var(--spinner-bottom-color);
    border-left: 2px solid var(--spinner-left-color);
    width: 20px;
    height: 20px;
    animation: spin 1.4s linear infinite;
    opacity: 0;
    visibility: hidden;
}
.button svg {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0 6px 0 0;
}

/***************************************************************
                            INPUTS
***************************************************************/

.form-input, .field__input {
    flex-grow: 1;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'jost';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    text-align: left;
    border: 1px solid #c7c7c7;
    color: #232323;
    background-color: #ffffff;
    box-shadow: unset!important;
    outline: none!important;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    overflow: hidden;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: capitalize;
    text-align: left;
    color: #232323;
}


/*******************************************************************************
                                        HEADERS
********************************************************************************/

.headerSticky {
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: #fdfdfdab;
}
.header-wrapper {
    display: block;
    position: relative;
}
.header {
    pointer-events: auto;
    /*opacity: 0;*/
    animation: slowShow .25s .55s ease-in forwards;
}
.header-top {
    display: none;
    background: #ffffff;
    position: relative;
    padding-top: 15px;
    padding-bottom: 16px;
}
.header-05 .container {
    display: block;
    width: 100%;
    position: relative;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.header-top--wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
}
.header-top--left, .header-top--right {
    display: inline-block;
    position:absolute;
    z-index:999;
    font-size: 12.5px;
    letter-spacing: 0;
}
.header-top-right-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-language-currency {
    display: inline-block;
    padding: 10px 11px;
    line-height: 24px;
    white-space: nowrap;
    letter-spacing: 1px;
}
.language-currency-list {
    display:none;
    list-style:none;
    padding: 0 22px;
    position: absolute;
    top: 32px;
    border: 1px solid #ccc;
    background: #fff;
}
.language-currency-item{
    padding:15px;
    border-bottom:1px solid #ccc;
}
.language-currency-item:last-child{
    border-bottom:0;
}
.language-currency-item a:hover {
    color:#000;
}
.header__logo {
    padding-bottom: 5px;
}
.header__icons {
    position: static!important;
}
.header__iconItem {
    display: inline-block;
    vertical-align: middle;
}
summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}
details>* {
    box-sizing: border-box;
}
.header-search-close {
    display: none;
}
.search_details .search-modal__form {
    background-color: #ffffff;
    border-bottom: none!important;
}
.header__search .search-modal__form {
    max-width: 160px;
    margin-top: -13px;
}
.search-modal__form {
    width: 100%;
}
.field {
    display: flex;
    position: relative;
}
.search_details .search-modal__form .search__button {
    color: #232323;
}
.header__search .search-modal__form .search__button {
    min-width: inherit;
    text-overflow: unset;
    padding: 1px 0 8px 1px;
    border-radius: 0;
    min-height: 30px;
    background: transparent;
    box-shadow: none;
    border: 0;
}
.search-modal__form .search__button, .search-modal__content .search-modal__close-button {
    width: auto;
    min-width: 45px;
    padding: 10px;
}
.header__search .search-modal__form .search__button svg {
    width: 17px;
    height: 17px;
    position: relative;
    top: 1px;
}
.search-modal__form .search__button svg, .search-modal__content .search-modal__close-button svg {
    width: auto;
    height: auto;
    margin-right: 0;
    transform: rotate(-90deg);
}
.search-modal__form .search__button svg, .search-modal__content .search-modal__close-button svg {
    transform: rotate(7deg)!important;
}
.search_details .search-modal__form .search__input {
    color: #3c3c3c;
}
.header__search .search-modal__form .search__input {
    padding: 3px 10px;
    background-color: transparent;
    border: 0;
}
.search-modal__form .search__input {
    border-right: none;
}
label.hiddenLabels {
    display: none;
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.form-label, .field__label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 8px;
}
.header__logo {
    padding-bottom: 5px;
}
.header__heading {
    display: block;
    font-size: 0;
    letter-spacing: 0;
}
.header__heading .h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #232323;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
}
.header__logo .header__heading svg, .header-mobile--icon .header__heading-link svg {
    width: 100%;
    height: auto;
}
.header-top--right.header__icons.text-right.clearfix a {
    text-decoration: none;
    font-size: 12.5px;
    display: inline-block;
    white-space: nowrap;
    line-height: 24px;
    letter-spacing: .02em;
    color: #221715cc;
    vertical-align: bottom;
}
.header-top--right.header__icons.text-right.clearfix a i {
    float: left;
    margin: 3px 6px 0 0;
    font-size: 16px;
}
.header-mobile {
    background-color: #ffffff;
}.header-mobile {
    box-shadow: 0 1px 3px #0000001a;
}
.header-mobile--wrapper, .header-mobile--item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.header-mobile--center {
    width: auto;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: center;
}
body .header-mobile--item.header-mobile--right {
    display: none;
}
.header-mobile--icon {
    display: flex;
    align-items: center;
    width: auto;
    min-height: 50px;
}
.header-mobile--left {
    justify-content: flex-start;
}
.header-mobile--icon.item__mobile--hamburger {
    margin-right: 3px;
}
.mobileMenu-toggle {
    width: 24px;
    height: 24px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    outline: none;
    box-shadow: none;
    display: block;
}
.mobileMenu-toggle__Icon, .mobileMenu-toggle__Icon::before, .mobileMenu-toggle__Icon::after {
    background-color: #000000;
}
.mobileMenu-toggle__Icon {
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    transition: background-color 10ms ease-in .1s;
}
.mobileMenu-toggle__Icon, .mobileMenu-toggle__Icon:before, .mobileMenu-toggle__Icon:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotate(0);
    transition: transform .1s ease-in,top .1s ease-in .15s,bottom .1s ease-in .15s;
}
.mobileMenu-toggle__Icon:before {
    top: -8px;
}
.mobileMenu-toggle__Icon:after {
    bottom: -8px;
}

.custom-image-banner-block .halo-row {
    border: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
}
.custom-image-banner-block .halo-item {
    width: 50%;
  	margin-top: 10px;
}
.halo-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.halo-item {
    padding-left: 15px;
    padding-right: 0!important;
}
.content_absolute{
    position: relative;
}
.adaptive_height {
    display: block;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
.image-zoom {
    overflow: hidden;
    position: relative;
}
.adaptive_height img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    object-fit: contain;
    object-position: center center;
    transition: opacity .5s;
}

.icon__fallback-text {
  	color:#000;
    position: relative!important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0; }

/***************************************************
				MOBILE NAVIGATION
***************************************************/

.menu_open .halo-sidebar.halo-sidebar_menu {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
}
.halo-sidebar.halo-sidebar-left {
    left: 0;
    transform: translate3d(-101%,0,0);
}
.halo-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
    z-index: 101;
    max-width: calc(100vw - 40px);
    width: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity .5s,transform 500ms ease,visibility 500ms ease;
    background-color: #ffffff;
}
.halo-sidebar_menu .halo-sidebar-wrapper {
    padding: 0 0 140px;
}
.halo-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 70px;
}
.nav-menu-tab {
    background-color: #000000;
}
.halo-sidebar-header {
    position: relative;
    padding: 6px 20px 0;
    background-color: #fff;
}
.menu-heading-mobile.halo-sidebar-header .title {
    display: none;
}
.halo-sidebar-header .title {
    display: block;
    font-size: calc(16px + 4px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    color:#232323;
    text-transform: capitalize;
}
.halo-sidebar.halo-sidebar-left.halo-sidebar_menu .halo-sidebar-close {
    top: -12px;
}
.halo-sidebar-close {
    position: absolute;
    top: 16px;
    width: 40px;
    height: 40px;
    font-size: 0;
    z-index: 10;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    background-color: transparent;
}
.halo-sidebar-close svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #232323;
    stroke: transparent;
}
.header__inline-menu {
    display: block;
    grid-area: navigation;
}
.list-menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    font-size: 0;
    letter-spacing: 0;
}
.halo-sidebar_menu .site-nav-mobile .list-menu .menu-lv-item {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
[data-navigation-mobile] .menu-lv-item {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    position: relative;
}
.menu-lv-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.menu-lv-item>a, .menu-lv-item .site-nav-list-dropdown>a {
    display: block;
    position: relative;
}
.popup-trigger {
    display: inline-block;
}
li.menu-lv-item.menu-lv-1:nth-child(2)>a {
    color: red!important;
}
.site-nav-mobile .menu-lv-1__action {
    width: auto;
    float: left;
}

/***************************************************
					ABOUT US
***************************************************/
.about_index {
    border: 1px solid #0d0d0d;
    margin-bottom: 50px;
    padding: 20px;
}

/***************************************************
					VIDEO
***************************************************/
video {
    width:100%;
}


/***************************************************
					FOOTER
***************************************************/
.footer__content-top{
    padding-bottom: 10px;
    padding-top: 70px;
    margin-top: 50px;
    overflow: hidden;
    background-color: #232323; }
.footer-block__item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-block__mobile {
    
}
.footer-block__column .footer-block__heading, .footer-block__newsletter .footer-block__heading {
    color: #ffffff;
}
.footer-block__column .footer-block__heading {
    display: block;
    position: relative;
    font-family: 'jost';
    font-size: 19px!important;
    font-weight: lighter!important;
    text-transform: capitalize;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0 0 12px;
}
.footer-block__details, .footer-block__details a, .footer-block__newsletter .footer-block__subheading, .footer-block__newsletter .footer-block__subheading a {
    color: #ffffff;
}
.footer-block__text.block_text--style_2>div {
    padding: 0 calc(6% + 15px) 0 calc(4% + 15px)!important;
    position: relative;
    border-right: 1px solid #202020;
    border-left: 1px solid #202020;
}
.footer-block__details {
    margin-top: 3px;
}
.rte:last-child {
    margin-bottom: 0;
}
.rte {
    color: #787878;
    margin-bottom: 35px;
}
.rte img {
    height: auto;
    max-width: 100%;
    width: 240px;
}
.about.para p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.footer-block__details p {
    margin-bottom: 13px;
}

.rte .ftr-toggle.toggle_content.ftr-col ul {
    line-height: 22px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    min-height: 265px;
    margin: 20px 0;
}
.rte ul {
    padding-left: 2rem;
}
.ftr-toggle.toggle_content.ftr-col li {
    list-style: none;
    margin-bottom: 15px;
}
.footer-block__column .list-menu__item--link, .footer-block__newsletter .footer-block__subheading, .footer__content-bottom .footer-block__bottom .footer__copyright {
    font-family: 'jost';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 35px;
    letter-spacing: 0;
}

.footer-block__column .list-menu__item--link, .footer-block__newsletter .footer-block__subheading, .footer__content-bottom .footer-block__bottom .footer__copyright {
    font-family: 'jost';
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    letter-spacing: 0;
}
.list-menu__item--link, .footer-block__details, .footer-block__details a, .footer-block__newsletter .footer-block__subheading, .footer-block__newsletter .footer-block__subheading a {
    color: #ffffff;
}
.footer-block__list .profile {
  	border-radius: 50%;
  	height:auto;
  	width:200px;
}
.footer-block__list .profile p {
  	color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.footer-block__list .profile a ,
.about.para a{
    color:#fff;
    border:0;
    display: inline-flex;
}
.footer-block__list .profile a i,
.about.para a i{
    line-height: 20px;
    padding-left: 7px;
}
.footer-block__list .list-unstyled {
    list-style: none;
    line-height: 22px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    min-height: 125px;
    margin: 20px 0;
}
.link {
    display: inline-block;
    vertical-align: top;
}
.footer-block__list .list-unstyled li a span {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: lato,sans-serif!important;
}
.link-underline .text {
    transition: text-decoration 100ms ease;
}
.footer-block__newsletter .footer-block__subheading {
    margin-top: 22px;
    margin-bottom: 13px;
}
.profile img{
  	border-radius:50%;
    height: 130px;
  	width: 130px;
}
.footer-block__newsletter .newsletter-form__field-wrapper {
    display: block;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: hidden;
  	width:100%;
}
.footer-block__newsletter .field {
    flex: 1;
}
.column-5 .footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button {
    width: 100%;
    margin-top: 15px;
}
.footer-block__newsletter .footer-block__newsletter-form .field {
    margin-right: 0;
    width: 100%!important;
    padding: 0% !important;
    float: none;
}
.footer-block__newsletter .footer-block__newsletter-form #NewsletterForm--footer {
    border-radius: 0px;
  	width: calc(100% - 130px);
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 24px;
  	text-transform: capitalize!important;
  	margin-top: 15px;
    height: 44px;
}

/***************************************************************
                    RESPONSIVE DISPLAY
***************************************************************/
@media (min-width: 1025px) {
    .header-05 .header-top {
        padding-top: 13px!important;
        padding-bottom: 0;}
    .header-top, .header-bottom {
        display: block;}
    .header-05 .container {
        max-width: 1800px;
        padding-left: 15px;
        padding-right: 15px;}   
}
@media screen and (min-width: 1025px){
    .header-mobile {
        display: none;}
    .header-top, .header-bottom {
        display: block;}
    .header-05 .header-top--wrapper {
        align-items: center;}
    .header-top--wrapper .header__logo {
        width: 200px;
        display: inline-block;}
    .header-05 .header-top--wrapper .header-top--left, .header-05 .header-top--wrapper .header-top--center, .header-05 .header-top--wrapper .header-top--right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
    .header-05 .header-top-right-group {
        justify-content: flex-start;}
    .top-language-currency {
        position: relative; }
    .search-modal__form {
        max-width: 47.8rem; }
    .header-top--wrapper .header__logo {
        width: 200px;
        display: inline-block;}
    .header-top--center .header__logo .header__heading-link {
        width: 200px!important;
        display: inline-block; }
    .header__heading .h2 {
        font-size: 30px;
        font-weight: 900;
        color: #232323;}
    .custom-image-banner-block {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px!important;
        padding-right: 15px!important;
        overflow: hidden; }
    .container-full {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;}
    .custom-image-banner-block .halo-row:not(.not-distance) {
    margin-left: -10px;
    margin-right: -10px; }
    .custom-image-banner-block .halo-row:not(.not-distance) .halo-item {
        padding-left: 10px;
        padding-right: 10px; }
    .footer__content-top .container {
        max-width: 1800px;
        padding-left: 15px;
        padding-right: 15px;}
}

/*********************************************
            BACKGROUND OVERLAY
*********************************************

.menu_open .background-overlay {
    opacity: 1;
    pointer-events: all;
}*/
.background-overlay {
    position: fixed;
    background-color: #232323cc;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: block!important;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms ease;
}


body.menu_open:after {
  content: '';
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}
















