/**/
*, input, :before, :after {
    box-sizing: border-box;
}

body, input, textarea, button, select {
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0 0 0.5em;
    line-height: 1.4;
}

ol, ul {
    list-style: none;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    background: transparent;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

/*img {*/
/*    vertical-align: inherit;*/
/*}*/

h1, .h1 {
    font-size: 2.28571em;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
}

h2, .h2 {
    font-size: 1.71429em;
    letter-spacing: 0.75pt;
}

/*================ btn ================*/
.btn,
.btn--secondary,
.rte .btn--secondary,
.rte .btn,
.rte .btn--secondary {
    display: inline-block;
    padding: 8px 10px;
    width: auto;
    margin: 0;
    line-height: 1.42;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    /*================ Set primary button colors - can override later ================*/
    background-color: white;
    color: black;
}

.btn:hover,
.btn--secondary:hover,
.rte .btn:hover,
.rte .btn--secondary:hover {
    background-color: transparent;
    color: #fff;
}

.btn:active,
.btn--secondary:active,
.btn:focus,
.btn--secondary:focus,
.rte .btn:active,
.rte .btn--secondary:active,
.rte .btn:focus,
.rte .btn--secondary:focus {
    background-color: #cccccc;
    color: #fff;
}

.btn[disabled],
[disabled].btn--secondary,
.btn.disabled,
.disabled.btn--secondary,
.rte .btn[disabled],
.rte [disabled].btn--secondary,
.rte .btn.disabled,
.rte .disabled.btn--secondary {
    cursor: default;
    color: #b6b6b6;
    background-color: #f6f6f6;
}

/*================ end btn ================*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.22);
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    width: 12px;
}

body.drawer-open {
    overflow: hidden;
}

.over-lay.active {
    background: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.PageContainer {
    overflow: hidden;
}

input, textarea, select {
    border: 1px solid white;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0px;
}

/*================ header ================*/
/*mobile header*/
#NavDrawer {
    background: #9f9699;
}

.mobile-bar {
    text-align: center;
    color: white;
    display: none;
}

body .mobile-bar .grid--full {
    margin-left: 0;
}

.mobile-bar .grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

#NavDrawer.drawer--left.active {
    display: block;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1.0;
    padding-bottom: 80px;
}

/*#CartDrawer,*/
.menu-icon.icon-link.js-drawer-open-left.active {
    background-color: #FFFCF3;
    color: #000;
}

.drawer--left {
    width: 100%;
    left: -100%;
    color: white;
    transition: opacity 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.drawer__header {
    display: table;
    height: 70px;
    width: 100%;
    margin-bottom: 16px;
    border-bottom: 1px solid #000;
}

.drawer__title {
    width: 100%;
}

.drawer__title, .drawer__close {
    display: table-cell;
    vertical-align: middle;
}

.mobile-nav {
    margin: -16px -16px 0 -16px;
}

.mobile-nav li {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.mobile-nav__item {
    position: relative;
    display: block;
}

.mobile-nav__has-sublist {
    display: table;
    width: calc(100% - 16px);
}

/*.mobile-nav__sublist {*/
/*    margin: 0;*/
/*    max-height: 0;*/
/*    visibility: hidden;*/
/*    overflow: hidden;*/
/*    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*}*/

/*.mobile-nav [data-bs-toggle="collapse"].collapsed {*/
/*    visibility: visible;*/
/*    max-height: 700px;*/
/*    transition: all 700ms cubic-bezier(0.57, 0.06, 0.05, 0.95);*/
/*    padding-bottom: 32px;*/
/*}*/

.mobile-nav__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    border-bottom: 1px solid white;
}

.mobile-nav__item span i {
    font-size: 16px;
}

.mobile-nav__has-sublist .mobile-nav__link {
    display: inline-block;
}

.mobile-nav__sublist .mobile-nav__link {
    padding-left: 16px;
    font-weight: 400;
    font-size: 1.25rem;
    border: 0px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    line-height: 1;
    display: block;
}

.mobile-nav__child {
    position: relative;
    display: block;
}

.drawer--left a {
    color: white;
}

.mobile-nav__item a {
    color: white;
    padding: 16px;
    text-decoration: none;
    display: block;
}

.mobile-nav__toggle {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

/*end mobile header*/

.site-header .main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header {
    background-color: black;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 999;
}

.header-left {
    width: 80%;
}

.header-left .nav-list-logo {
    filter: invert(1);
    transform: translate(0, 0.7rem);
    padding-right: 1rem;
    height: 2rem !important;
    width: auto;
}

.nav-bar {
    background-color: transparent;
}

.site-nav {
    padding-left: 0;
    margin-left: -16px;
}

.header-left .nav-item {
    position: relative;
    display: inline-block;
    margin: 0;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.header-left .nav-item .nav-item__link {
    display: block;
    text-decoration: none;
    padding: 8px;
    white-space: nowrap;
    color: #fff;
}

.header-left .nav-item .nav-item__link span {
    border-bottom: 2px white solid;
    transition: border-color 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.header-left .nav-item:hover a,
.header-left .nav-item:hover span {
    color: #fff;
}

.header-left .nav-item:hover .nav-child {
    display: block;
}

.site-nav .nav-child {
    display: none;
    position: absolute;
    left: 0;
    margin: 0;
    z-index: 5;
    padding-left: 8px;
}

.site-nav li {
    margin: 0;
    display: block;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.nav-child-link {
    font-size: 1.5em;
    line-height: 1;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    overflow: hidden;

    position: relative;
    display: block;
    text-decoration: none;
    padding-top: 8px;

    white-space: nowrap;
    color: white;
}

.nav-child-item a:before {
    content: '\2022';
    padding-right: 14px;
    transition: margin-left 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    margin-left: -20px;
}

.nav-child-item a:hover:before,
.nav-child-item a:focus:before {
    margin-left: 0;
}

.nav-child-item:last-child {
    /*padding-top: 2em;*/
}

/*header-right*/
.header-right {
    width: 20%;
}

.header-right .inline-list {
    margin: 0 -16px 0 0;
}

.header-right .inline-list li {
    display: inline-block;
    margin-bottom: 0;
    transition: opacity 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.header-right .inline-list li.icon-link span {
    margin-right: 14px;
}

.header-right .inline-list li.icon-link span,
.header-right .inline-list li.icon-link span i {
    padding: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    cursor: pointer;
}

.header-right .inline-list li.icon-link span i {
    font-size: 24px;
}

.icon-link {
    position: relative;
    top: 8px;
}

.header-right .inline-list .icon-link span {
    display: block;
    text-decoration: none;
    padding: 8px;
    white-space: nowrap;
    color: #fff;
}

.cart-count {
    width: 28px;
    height: 28px;
    border: 2px white solid;
    border-radius: 50%;

    display: block;
    text-align: center;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    background-color: transparent;
}

.header-right .inline-list li.cart-link {
    transform: translateY(4px);
}

.cart-count {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

.cart-link a:hover {
    background-color: white;
    color: black;
}

/*================ end header ================*/

/*================ search dialog ================*/
#search-dialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0px;
    top: 0px;
    display: none;
    color: white;
}

#search-dialog .search-container {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -30px;
}

.search-open #search-dialog {
    display: block !important;
}

.backing {
    opacity: 0.25;
    position: fixed;
    left: 0px;
    top: 0px;

    width: 100%;
    height: 100%;
    overflow: hidden;
    content: '';
}

.site-footer .grid,
.promotion-slide .grid,
.img-panel .grid,
#search-dialog .grid {
    list-style: none;
    padding: 0;
    margin-left: -30px;
}

.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 30px;
    vertical-align: top;
    width: 100%;
}

.search-header {
    max-width: 100%;
    border: 0px;
    border-bottom: 2px white solid;

    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 0;
}

.search-header input {
    background-color: transparent;
    border: 0px;
    padding-left: 0px;
    font-size: 1.25em;
    color: white;
    outline: 0 !important;
}

.search-header {
    max-width: 100%;
    border: 0;
    border-bottom: 2px white solid;
}

.search-header input {
    background-color: transparent;
    border: 0px;
    padding-left: 0px;
    font-size: 1.25em;
    color: white;
    outline: 0 !important;
}

.search-header input::placeholder,
.search-header input:-ms-input-placeholder,
.search-header input::-moz-placeholder,
.search-header input:-moz-placeholder,
.search-header input::-webkit-input-placeholder {
    color: #fff;
}

.search-header input::placeholder {
    color: #fff;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.search-header button {
    background-color: transparent;
    border: 0px;
    color: white;
    font-size: 1em;
    outline: 0 !important;
}

.search-header button.icon-fallback-text i {
    font-size: 16px;
    padding: 0;
    display: block;
    background-repeat: no-repeat;

    background-position: center center;
    background-color: transparent;
    cursor: pointer;
    color: #fff;
}

.search-header button:hover, .search-header button:focus {
    background-color: transparent !important;
}

.search-all-btn .btn,
.search-all-btn .btn--secondary {
    display: block;
    color: black !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    border: 2px white solid !important;
    position: relative;
    z-index: 999;
}

.search-all-btn .btn:hover, .search-all-btn .btn--secondary:hover, .search-all-btn .btn:focus, .search-all-btn .btn--secondary:focus {
    background-color: transparent !important;
    color: white !important;
}

/*Input Group*/
.input-group-cus {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-cus .input-group-field:first-child,
.input-group-cus .input-group-btn:first-child,
.input-group-cus .input-group-btn:first-child > .btn,
.input-group-cus .input-group-btn:first-child > .btn--secondary,
.input-group-cus input[type="hidden"]:first-child + .input-group-field,
.input-group-cus input[type="hidden"]:first-child + .input-group-btn > .btn,
.input-group-cus input[type="hidden"]:first-child + .input-group-btn > .btn--secondary {
    border-radius: 0px 0 0 0px;
}

.input-group-cus .input-group-field:last-child,
.input-group-cus .input-group-btn:last-child > .btn,
.input-group-cus .input-group-btn:last-child > .btn--secondary {
    border-radius: 0 0px 0px 0;
}

.input-group-cus input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}

.input-group-field,
.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.input-group-cus .btn,
.input-group-cus .btn--secondary,
.input-group-cus .input-group-field {
    height: 37px;
}

.input-group-cus .input-group-field {
    width: 100%;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
}

/*End Input Group*/
#search-results-live a {
    color: white;
    display: block;
    position: relative;
}

#search-results-live a img {
    display: block;
    line-height: 0;
}

#search-results-live a h3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    margin: 0;
    line-height: 1;
    font-size: 1.25em;
}

.grid__item.search-all-btn,
.grid--full > .grid__item,
.grid--full > .isp_grid_product {
    padding-left: 0;
}

#search-dialog .grid-cus,
#search-dialog .grid--full,
.img-panel .grid--full,
body .grid--full {
    margin-left: 0;
}

body .grid--full {
    margin-left: 0 !important;
}

/*================ end search dialog ================*/

/*================ start account-dialog ================*/
#account-dialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0px;
    top: 0px;
    display: none;
    color: white;
}

.account-open #account-dialog {
    display: block;
    z-index: 998;
}

#account-dialog .table-cus {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#account-dialog .table-cus {
    position: relative;
    z-index: 99;
}

.table-cus {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cus-cell {
    display: table-cell;
    vertical-align: middle;
}

#account-dialog input {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0px;
    /* padding-left: 0px; */
    font-size: 0.85em;
    padding: 16px;
    color: black;
    outline: 0 !important;
}

#account-dialog input::placeholder {
    color: #000;
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    display: block;
    margin-bottom: 10px;
}

input.input-full,
textarea.input-full,
select.input-full {
    width: 100%;
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    display: block;
    margin-bottom: 10px;
}

.btn--full {
    width: 100%;
}

#account-dialog input[type=submit] {
    border: 2px white solid;
    background-color: transparent;
    color: white;
}

#account-dialog input[type=submit]:hover,
#account-dialog input[type=submit]:focus {
    background-color: white;
    color: black;
}

#account-dialog .smaller-text {
    font-size: 0.75em;
    color: #000;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    cursor: pointer;
}

#account-dialog a {
    color: white;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

#account-dialog span:hover,
#account-dialog span:focus {
    opacity: 0.85;
}

.login-social {
    text-align: left;
    padding-left: 20px;
    height: 40px;
    display: block;

    background-size: 40px 40px;
    border-radius: 4px;
    color: white;
    font-family: 'Montserrat', sans-serif;

    font-size: 14px;
    margin-bottom: 8px;
    -webkit-font-smoothing: antialiased;
    line-height: 40px;
    cursor: pointer;
}

.login-social:hover {
    opacity: 0.8;
}

.login-social--fb {
    border-color: #2d5073;
    background-color: #3b5998;
}

.login-social a i {
    float: right;
    height: 40px;
    line-height: 40px;
    width: 40px;

    text-align: center;
    font-size: 24px;
    border-radius: 0px 4px 4px 0px;
    background-color: rgba(255, 255, 255, 0.1);
}

.login-social--gg {
    border-color: #c23321;
    background-color: #dd4b39;
}

.HideRecoverPasswordLink
#HideRecoverPasswordLink {
    cursor: pointer;
}

#CustomerLoginForm,
#CreateAccountForm,
#RecoverPasswordForm,
.form-success {
    display: none;
}

#CustomerLoginForm.active,
#CreateAccountForm.active,
#RecoverPasswordForm.active {
    display: block;
}

.form-success.active {
    color: #56ad6a;
    background-color: #ecfef0;
    border-color: #56ad6a;
    display: block;
}

.note, .errors {
    border-radius: 0px;
    padding: 6px 12px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    font-size: 0.9em;
    text-align: left;
}

.note p, .errors p {
    margin-bottom: 0;
}

/*================ end account-dialog ================*/


/*================ cart right ======================*/
.drawer--right {
    width: 100%;
    right: -100%;
    border-left: 0px solid white;
    transition: opacity 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.js-drawer-open-right.drawer--right {
    display: block;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1.0;
}

.drawer {
    -webkit-transform: translateZ(0);
    will-change: transform;
    display: none;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 16px 16px;
    z-index: 10;
    color: white;
    transition: all 150ms cubic-bezier(0.46, 0.01, 0.32, 1);
    background-color: rgba(75, 75, 75, 0.65);
}

.mobile-nav [aria-expanded="true"] i:before {
    content: "\f068";
}

.is-transitioning {
    display: block !important;
    visibility: visible !important;
}

.drawer__header {
    display: table;
    height: 70px;
    width: 100%;
    margin-bottom: 16px;
    border-bottom: 1px solid white;
}

.drawer__title {
    width: 100%;
}

.drawer__title, .drawer__close {
    display: table-cell;
    vertical-align: middle;
}

.drawer__close {
    width: 1%;
    text-align: center;
    font-size: 1.28571em;
    cursor: pointer !important;
}

.drawer__close button {
    position: relative;
    right: -20px;
    height: 100%;
    padding: 0 20px;
    color: inherit;
}

/*================ end cart right ======================*/


/*================ main ================*/
.main {
    padding: 0px !important;
    display: block;
    transition: filter 150ms linear;
    will-change: filter;
}

.main.js-drawer-open {
    -webkit-filter: brightness(25%);
    filter: brightness(25%);
    background-color: black;
}

.main.js-drawer-open-overlay {
    -webkit-filter: brightness(25%);
    filter: brightness(25%);
    background-color: black;
}

/*banner-home*/
.tpl-banner-home.grid {
    list-style: none;
    padding: 0;
    margin-left: -30px;
}

.tpl-banner-home.grid {
    margin-left: 0;
}

.tpl-banner-home.hp-banner {
    position: relative;
    cursor: pointer;
}

.tpl-banner-home.hp-banner .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}

.tpl-banner-home.hp-banner h2,
.tpl-banner-home.hp-banner .h2 {
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    line-height: 1;
    color: #fff;
}

.tpl-banner-home.hp-banner h3 span,
.tpl-banner-home.hp-banner .h3 span {
    border-bottom: 2px white solid;
}

.tpl-banner-home.hp-banner .txt-panel .video-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;

    height: 100%;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}


/*end banner-home*/
/*right home*/
.pgi {
    overflow: hidden;
    position: relative;
}

.pgi h4, .pgi .h4, .pgi .h4 {
    margin-bottom: 0;
    line-height: 1;
}

.pgi.coming-soon:hover .hs, .pgi.coming-soon:focus .hs {
    margin-left: 0 !important;
}

.pgi.coming-soon .available-sizes {
    color: transparent;
    position: relative;
}

.pgi.coming-soon .available-sizes:after {
    content: 'COMING SOON';
    color: black;
    background-color: white;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: right;
    border: 1px white solid;
    text-align: center;
}

.pgi .available-sizes {
    font-size: 0.75em;
}

.pgi .available-sizes ul {
    margin-bottom: 0px;
}

.pgi .pgi-info.black-text {
    color: black !important;
}

.pgi .pgi-info.black-text a {
    color: black !important;
}

.grid__image.horiz {
    padding-bottom: 135%;
    height: 0px;
    position: relative;
}

.grid__image.port {
    padding-bottom: 135%;
    height: 0px;
    position: relative;
}

.grid__image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.grid__image img.alternate {
    display: none;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 50%;
    height: auto;
}

.grid--full:after,
.pgi-info .grid:after {
    content: '';
    display: table;
    clear: both;
}

/*end right home*/

/*slide promotion*/
.promotion-slide .grid {
    background: #000;
}

.promotion-slide .grid:after {
    content: '';
    display: table;
    clear: both;
}

.one-whole {
    width: 100%;
}

.marquee-homepage {
    color: #fff;
}

/*end slide promotion*/

/*banner main*/
.banner-main .hp-banner {
    position: relative;
    cursor: pointer;
}

.banner-main .grid:after,
.banner-main .grid--full:after {
    content: '';
    display: table;
    clear: both;
}

.banner-main h2.homepage-dropshadow,
.banner-main h3.homepage-dropshadow {
    color: #fff;
    /*text-shadow: 2px 2px black;*/
}

.banner-main .tpl-banner-home .hp-banner h3,
.banner-main .tpl-banner-home .hp-banner .h3 {
    font-size: 2rem;
    color: #fff;
}

.banner-main .tpl-banner-home .hp-banner h3 span,
.banner-main .tpl-banner-home .hp-banner .h3 span {
    font-size: 2rem;
}

.banner-main .bogo-terms {
    color: white;
    text-align: center;
    position: absolute;
    left: 50%;

    bottom: 32px;
    z-index: 999;
    font-size: 0.65em;
    width: 100%;

    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%);
}

.banner-main .overlay-link {
    z-index: 999;
}

.border-color-cus {
    border-color: #fafafa;
}

.section-two h3,
.section-two h3 span,
.section-two h2 {
    color: #050000;
    border-color: #050000 !important;
}

.section-two h3 {
    font-size: 2rem;
}

.section-two .hp-banner .img-panel {
    background-size: cover;
    background-position: center center;
}

/*end banner main*/
/*================ end main ================*/
/*================ footer =================*/
.site-footer {
    background-color: #FFFCF3;
    padding: 32px 0;
    color: #000;
    font-size: 0.75em;
    letter-spacing: 0.05em;
    transition: opacity 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.site-footer #info-footer-toggle {
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    border: 1px #bbbbbb solid;
    color: #bbbbbb;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.site-footer #info-footer-toggle:hover,
.site-footer #info-footer-toggle:focus {
    color: #7b7b7b;
}

body.js-drawer-open .site-footer {
    opacity: 0;
}

.site-footer a {
    color: #000;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.site-footer a:hover, .site-footer a:focus {
    color: #7b7b7b;
}

.translate-language  ul.dropdown-menu.show,
.translate-language .dropdown-item.active,
.translate-language .dropdown-item:active,
.translate-language a#dropdownMenuLink {
    background: #FFFCF3;
}

.site-footer .footer-nav li {
    margin-right: 16px;
    display: inline-block;
    margin-bottom: 0;
}

.site-footer .footer-nav li select {
    text-transform: uppercase;
    color: #bbbbbb;
    padding: 0px;
    outline: 0 !important;
    font-size: 0.75rem;
}

.site-footer .footer-nav li:last-child {
    margin-right: 0px;
}

.site-footer .grid:after,
.site-footer .wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.site-footer ul {
    margin-left: 0;
}

/*==================== end footer ================*/

/*==================== mini cart =================*/
.ajaxcart__inner {
    margin-bottom: 32px;
}

.cart-mini .grid--full,
.cart-mini .grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.cart-mini .grid--full:after,
.cart-mini .grid:after {
    content: '';
    display: table;
    clear: both;
}

.ajaxcart__product {
    position: relative;
    max-height: 500px;
}

.ajaxcart__row {
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.ajaxcart__product-image {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.cart-mini a {
    color: rgba(255, 255, 255, 0.75);
}

.cart__checkout span {
    color: #000;
}

.cart__checkout:hover span {
    color: #fff;
}

.cart-mini .ajaxcart__product-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.cart-mini .ajaxcart__row > .grid,
.cart-mini .ajaxcart__row > .grid--rev,
.cart-mini .ajaxcart__row > .grid--full {
    margin-left: -16px;
}

.cart-mini .ajaxcart__row > .grid > .grid__item,
.cart-mini .ajaxcart__row > .grid--rev > .grid__item,
.cart-mini .ajaxcart__row > .grid--full > .grid__item {
    padding-left: 16px;
}

.ajaxcart__product-name,
.ajaxcart__product-meta {
    display: block;
}

.ajaxcart__product-name + .ajaxcart__product-meta {
    padding-top: 0px;
    font-size: 0.75em;
    margin-top: -0.5em;
}

.cart-mini .grid--full {
    margin-left: 0;
}

.cart-mini .js-qty,
.cart-mini .ajaxcart__qty {
    position: relative;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 75px;
    overflow: visible;
}

.cart-mini .js-qty__adjust,
.cart-mini .ajaxcart__qty-adjust {
    color: white !important;
}

.cart-mini .js-qty__adjust,
.cart-mini .ajaxcart__qty-adjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-mini .js-qty input,
.cart-mini .ajaxcart__qty input {
    color: white !important;
}

.cart-mini .js-qty input,
.cart-mini .ajaxcart__qty input {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 25px;
    margin: 0;
}

.cart-mini .js-qty__adjust--minus,
.cart-mini .ajaxcart__qty--minus {
    left: 0;
    border-right: 1px solid white;
}

.cart-mini .js-qty__adjust--plus,
.cart-mini .ajaxcart__qty--plus {
    right: 0;
    border-left: 1px solid white;
}

.cart-mini .ajaxcart__qty i::before {
    display: block;
    margin-top: 65%;
}

.cart-mini input::-webkit-outer-spin-button,
.cart-mini input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-mini .gip-secondary-cart-final-line-item-total {
    margin-top: 1em;
    display: block;
}

.cart-mini .ajaxcart__footer {
    border-top: 2px white solid;
    padding-top: 1em;
}

.cart-mini .continue-shopping-btn {
    background-color: transparent;
    width: 100%;
    margin-bottom: 10px;
    color: white;
    border-style: dotted;
    border-width: 1px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.cart__checkout {
    font-size: 1.25rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.additional_checkout_buttons {
    padding-top: 8px;
}

.remove-item-cart {
    cursor: pointer;
}

.remove-item-cart i {
    font-size: 16px;
}

/*==================== end mini cart =================*/
.major-heading-color-cus>span {
    /*color: #5566bc;*/
    /*border-color: #5566bc !important;*/
    color: #000;
    border-color: #000 !important;
}

/*menu cap 3*/
.nav-child-item-lv2:hover a.nav-child-link-lv2:before {
    margin: 0;
}

li.nav-child-item {
    position: relative;
}

.nav-child-lv3 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
    text-align: left;
    left: 120%;
}

li.nav-child-item:hover .nav-child-lv3 {
    display: block;
}

.nav-child-item-lv2::after {
    content: '';
    position: absolute;
    right: -45px;
    height: 100%;
    width: 70px;
    background: transparent;
    display: block;
    /* height: 50px; */
    z-index: 9999;
    top: 0;
}

/*modal index product*/
#showProductIndex .modal-content {
    background: #FFFCF3;
    /*padding: 10px;*/
}

/*#showProductIndex {*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    vertical-align: middle;*/
/*}*/

#showProductIndex .modal-header {
    display: block;
}

#showProductIndex .modal-dialog {
    max-width: 600px;
}

#showProductIndex .modal-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#showProductIndex .modal-header .btn-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #000;
}

.modal-product-box .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
}

.modal-product-box .owl-prev {
    position: absolute;
    left: 0;
}

.modal-product-box .owl-next {
    position: absolute;
    right: 0;
}

.modal-product-box .owl-nav button:hover,
.modal-product-box .owl-nav button:focus {
    border: none;
    background: transparent !important;
    color: #000 !important;
}

.modal-product-box .owl-nav i {
    font-size: 30px;
}

.modal-product-content .name {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
    min-height: 40px;

    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modal-product-content .name:hover {
    color: #000;
}

.modal-product-button {
    padding: 8px;
    text-align: center;
    background: #000;
    color: #fff;

    border-radius: 10px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.modal-product-button:hover {
    color: #fff;
}

.modal-product-price {
    padding: 10px 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-product-price span.price-current {
    color: #e13d3d;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}

.modal-product-price s.price-old.tp_product_price_old.money {
    color: rgb(186, 186, 186);
    font-size: 12px;
}

/*language button top header*/
/*li.language-link {*/
/*    transform: translateY(6px);*/
/*    margin-left: 14px;*/
/*}*/

a.language-icon {
    display: block;
    text-align: center;
    transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    background-color: transparent;
}

a.language-icon i {
    color: #fff;
    font-size: 24px;
    display: block;
}

.box-language {
    display: none;
    padding: 5px 20px 15px;
    background: #FFFCF3;
    width: 200px;
    right: 30px;
}

.text-language-title {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 5px;
    text-align: left;
}

.box-language .btn.btn-secondary.dropdown-toggle {
    width: 100%;
    color: #000 !important;
    border: 1px solid;
}

.box-language .btn.btn-secondary.dropdown-toggle:hover {
    color: #000 !important;
}

.language-box-mobile {
    position: fixed;
    top: 43%;
    display: block;
    right: 0px;
}

.language-box-mobile .language-mobile-icon {
    display: block;
    padding: 8px;
    background: #FFFCF3;
    color: #000;
}

.language-box-mobile .language-mobile-icon:hover,
.language-box-mobile .language-mobile-icon:focus {
    color: #000;
}

.language-box-mobile .language-mobile-icon i {
    font-size: 20px;
}

.box-language.active {
    position: fixed;
    top: 43%;
    right: 38px;
    display: block;
}

.img-panel.grid__item.large--one-half.image-mobile-custom a {
    display: block;
    z-index: 9999;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.tpl-banner-home.hp-banner .txt-panel .video-container iframe {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 480px) {
    .wrapper {
        padding: 0 32px;
    }
}

@media only screen and (min-width: 769px) {
    .txt-panel.grid__item.large--one-half.banner-mobile-custom {
        order: 2;
    }

    .tpl-banner-home.hp-banner .txt-panel .video-container iframe {
        display: block;
        min-width: 100%;
        min-height: 180%;
        width: auto;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .site-header {
        background-color: transparent;
        bottom: auto;
        top: 0px !important;
        padding: 16px;
        mix-blend-mode: difference;
    }

    .site-header img {
        vertical-align: unset;
    }

    .header-right .inline-list {
        text-align: right;
    }

    /*================ search dialog ================*/
    #search-dialog .search-container {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    #search-dialog {
        z-index: 998;
    }

    #search-dialog input:-ms-input-placeholder,
    #search-dialog input::-moz-placeholder,
    #search-dialog input::-webkit-input-placeholder,
    #search-dialog input:-moz-placeholder {
        color: #000;
    }

    #search-dialog .search-header input {
        font-size: 2em;
    }

    .search-header button {
        color: black;
    }

    /*================ end search dialog ================*/
    /*================ account-dialog ================*/
    #account-dialog .table-cus {
        max-width: 50%;
    }

    /*================ end account-dialog ================*/
    /*================ cart right ======================*/
    .drawer--right {
        width: 50vw;
        right: -50vw;
    }

    #CartContainer {
        height: calc(100% - 300px);
        overflow: scroll;
    }

    .drawer--right .js-drawer-close {
        display: none !important;
    }

    /*================ end cart right ======================*/
    /*================ template index ======================*/
    .tpl-banner-home.hp-banner.hp-featprod-banner {
        height: auto;
    }

    .tpl-banner-home.hp-banner {
        /*height: calc(100vh);*/
        background-color: black;
    }

    .tpl-banner-home.hp-banner.hp-featprod-banner .txt-panel {
        position: absolute;
        height: 100%;
    }

    .tpl-banner-home.hp-banner .txt-panel {
        padding: 64px;
    }

    .tpl-banner-home.hp-banner.full-width-image .txt-panel {
        padding: 0px !important;
    }

    .tpl-banner-home.hp-banner .img-panel,
    .tpl-banner-home.hp-banner .txt-panel {
        height: 100%;
    }

    .tpl-banner-home.hp-banner .txt-panel {
        text-transform: uppercase;
        position: relative;
    }

    .tpl-banner-home.hp-banner .txt-panel .table-cus {
        color: white;
        position: relative;
        z-index: 2;
        transition: all 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    }

    .tpl-banner-home.hp-banner h2,
    .tpl-banner-home.hp-banner .h2 {
        font-size: 3rem;
    }

    .tpl-banner-home.hp-banner.hp-featprod-banner .img-panel {
        margin-left: 50%;
    }

    .pgi .available-sizes ul li {
        margin-left: 8px;
    }

    .pgi {
        position: relative;
    }

    .pgi h4, .pgi .h4, .pgi .h4 {
        font-size: 2rem;
    }

    .pgi .h6 {
        margin-bottom: 0px;
    }

    .pgi img.alternate {
        display: block;
    }

    .pgi .info-grid {
        position: relative;
    }

    .pgi .info-grid .size-gi {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .pgi .pgi-info {
        pointer-events: none;
        opacity: 0;
        /*     transition: opacity 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);*/
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding-bottom: 32px;
        color: white;
    }

    .pgi .pgi-info a {
        color: white;
    }

    .pgi .hs {
        width: 200%;
        transition: margin-left 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
        position: relative;
    }

    .pgi .hs img {
        width: 50%;
        margin: 0;
    }

    .pgi img.alternate {
        display: block;
    }

    .pgi:hover .hs, .pgi:focus .hs {
        margin-left: -100%;
    }

    .pgi:hover .pgi-info, .pgi:focus .pgi-info {
        opacity: 1;
    }

    /*right home*/
    .grid__image img.editorial-image {
        height: 100%;
        width: auto;
        max-width: none;
    }

    .grid__image.horiz {
        padding-bottom: 67.5%;
    }

    .pgi-info .inline-list {
        margin-left: 0;
    }

    .pgi-info .inline-list li {
        display: inline-block;
        margin-bottom: 0;
    }

    /*banner main*/
    .banner-main .hp-banner {
        height: calc(100vh);
        background-color: black;
    }

    /*end banner main*/
    /*    ================= footer ===============*/
    .site-footer ul {
        margin-bottom: 0px;
    }

    .site-footer #info-footer-toggle {
        display: none !important;
    }

    /*    ================= end footer ============*/
    /*==================== mini cart =================*/
    .cart-mini .ajaxcart__footer {
        position: fixed;
        bottom: 0px;
        right: 16px;
        padding: 16px 0px;
        margin-bottom: 0px;
        width: calc(100% - 32px);
    }

    /*==================== end mini cart =================*/
    /*    wish list*/
    #wishList .modal-dialog {
        height: 90vh;
        max-width: 80vw;
    }
    #wishList .modal-dialog .modal-content {
        height: 100%;
    }

    #wishList .modal-header {
        justify-content: right;
    }

    #wishList .modal-header .btn-close {
        margin-left: 0;
    }

    .wishlist-item:hover,
    .wishlist-item:hover .wishlist-item-name,
    .wishlist-item:hover p,
    .wishlist-item:hover span {
        color: #000;
    }

    .wishlist-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .wishlist-item {
        width: calc(25% - 20px);
        position: relative;
        cursor: pointer;
    }

    .name-box {
        font-size: 22px;
        margin-top: 12px;
    }

    .wishlist-item span.money {
        font-size: 14px;
        color: #000;
    }

    #wishList .modal-body {
        overflow-y: auto;
    }

    .wishlist-item button{
        background: #000;
        color: #fff;
        border-color: #000;
    }

    .wishlist-item button:hover {
        opacity: 0.7;
        color: #fff;
        background: #000;
        border-color: #000;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tpl-banner-home.hp-banner.hp-featprod-banner .txt-panel {
        position: relative;
        height: 131vh;
        background-color: black;
        text-align: center !important;
    }
}
@media screen and (max-width: 768px) {
    .banner-mobile-title-custom {
        z-index: 999;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
    }

    .site-footer .footer-nav li p {
        margin-bottom: 0;
    }

    #RecoverPasswordForm h2,
    #formSignIn h1,
    #CreateAccountForm h1 {
        color: #000;
    }

    .mobile-nav.accordion .mobile-nav__item a,
    #NavDrawer.drawer--left.active .fallback-text,
    #NavDrawer.drawer--left.active .h3.drawer__title,
    #account-dialog a,
    .HideRecoverPasswordLink {
        color: #000;
    }

    #account-dialog input[type=submit] {
        border: 2px #000 solid;
        color: #000;
    }

    #NavDrawer {
        background: #fffcf3;
    }

    /*site-header*/
    body.drawer-open {
        overflow: unset;
    }

    .site-header .main-menu {
        display: none;
    }

    /*mobile header*/
    .mobile-bar {
        display: block;
    }

    .mobile-bar .grid__item {
        border-right: 2px #333 solid;
        height: 56px;
        line-height: 56px;
        transition: background-color 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    }

    .mobile-bar .grid__item:last-child {
        border-right: 0px;
    }

    .mobile-bar .nav-logo {
        display: block !important;
        z-index: 1000 !important;
        filter: invert(1);
        /*height: 2rem;*/
        width: 90%;
        margin: 1.2rem 0 0 0.5rem !important;
        /*padding: 0.2rem;*/
    }

    .mobile-bar .icon-link {
        transition: opacity 150ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
        height: 100%;
        line-height: 70px;
        top: 0;
    }

    .mobile-bar .icon-link span i {
        font-size: 24px;
    }

    .mobile-bar .grid__item:hover,
    .mobile-bar .grid__item:focus {
        background-color: #222222;
        cursor: pointer;
    }

    .mobile-bar .fallback-text,
    .mobile-bar a, .mobile-bar button {
        color: #fff;
    }

    .grid__item.one-sixth.medium-down--show.cart-icon.active {
        background-color: #FFFCF3;
        color: #000;
    }

    .grid__item.one-sixth.medium-down--show.cart-icon.active a span{
        color: #000;
    }

    .mobile-bar .cart-icon {
        font-size: 1.25rem;
    }

    .mobile-bar .mt-mb-custom {
        margin-top: 5px;
        display: block;
    }

    .mobile-bar .account-icon {
        display: block;
    }

    .mobile-bar .account-icon.active {
        background-color: #FFFCF3;
        display: block;
        color: #000;
    }

    /*end mobile header*/
    #account-dialog {
        background: #fffcf3;
    }

    #account-dialog .grid {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: -30px
    }

    /*================ search dialog ================*/
    #search-dialog {
        top: auto;
        bottom: 56px;
        padding-top: 8px;
        background: #9f9699;
    }

    .search-header {
        margin-left: auto;
        margin-right: auto;
    }

    #search-dialog {
        width: 100%;
        position: static;
    }

    .search-header button.icon-fallback-text i,
    #search-dialog input {
        color: #000;
    }

    #search-dialog input::placeholder {
        color: #000;
    }

    #search-results-live {
        display: none;
    }

    .search-header.input-group-cus {
        border-bottom: 2px black solid;
    }

    .mobile-bar .search-icon.active {
        background-color: #FFFCF3 ;
        color: #000;
    }

    /*================ end search dialog ================*/
    /*================ main template index ================*/
    .pgi .pgi-info {
        font-size: 75%;
    }

    .pgi .pgi-info {
        display: table;
        height: 100px;
        overflow: hidden;
    }

    .pgi .pgi-info .size-gi {
        display: none !important;
    }

    .pgi .pgi-info .info-grid {
        display: table-cell;
        vertical-align: middle;
    }

    .pgi .pgi-info .info-grid .grid__item {
        padding-left: 0px;
    }

    .tpl-banner-home.hp-banner.hp-featprod-banner .txt-panel {
        position: relative;
        height: 83vh;
        background-color: black;
        text-align: center !important;
    }

    .tpl-banner-home.hp-banner .txt-panel .video-container iframe {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 102%;
        z-index: 1;
        overflow: hidden;
        object-fit: cover;
    }

    .tpl-banner-home.hp-banner .txt-panel {
        padding: 32px;
        color: white;
        position: absolute;
        width: 100%;
        bottom: 0px;
        font-size: 75%;
        text-align: left;
        z-index: 99;
    }

    .tpl-banner-home.hp-banner.video-on-mobile .video-container {
        z-index: -1 !important;
    }

    .tpl-banner-home.hp-banner.video-on-mobile h3,
    .tpl-banner-home.hp-banner.video-on-mobile h2 {
        color: #f9f9f9;
    }

    .tpl-banner-home.hp-banner.video-on-mobile h3 {
        font-size: 1.57143em;
    }

    .tpl-banner-home.hp-banner.video-on-mobile .img-panel {
        background: none !important;
    }

    .tpl-banner-home.hp-banner.hp-featprod-banner .img-panel {
        height: auto;
        padding-bottom: 0px;
        color: black;
    }

    .tpl-banner-home.hp-banner .img-panel {
        position: relative;
    }

    .tpl-banner-home.hp-banner.hp-featprod-banner .img-panel a {
        color: #000;
    }

    .tpl-banner-home.hp-banner.video-on-mobile .wrapper:after,
    .tpl-banner-home.hp-banner.video-on-mobile .pgi .pgi-info .info-grid:after {
        content: '';
        display: table;
        clear: both;
    }

    .info-cus h4, .info-cus .h4 {
        font-size: 1.42857em;
    }

    .info-cus h6, .info-cus .h6 {
        font-size: 12px;
    }

    .pro-cus-mobile h3 {
        font-size: 1.57143em;
    }

    .tpl-banner-home.hp-banner.hp-featprod-banner .txt-panel .video-container {
        z-index: -1;
        display: block !important;
    }

    /*section one*/
    .tpl-banner-home.hp-banner.full-width-image,
    .tpl-banner-home.hp-banner.half-height {
        padding-bottom: 130%;
    }

    .bogo-full-width {
        margin-bottom: 150px;
    }

    .tpl-banner-home.hp-banner.full-width-image .txt-panel,
    .tpl-banner-home.hp-banner.half-height .txt-panel {
        height: 100%;
    }

    .tpl-banner-home.table-cus {
        background-color: transparent !important;
    }

    .section-one .table-cus .table-cus-cell {
        vertical-align: bottom !important;
    }

    h3, .h3 {
        font-size: 1.57143em;
    }

    .section-two h3 {
        font-size: 1.57143em;
    }

    .tpl-banner-home.hp-banner.full-width-image .video-container {
        z-index: -1 !important;
        background-attachment: scroll !important;
    }

    .bogo-terms {
        position: relative !important;
        bottom: auto !important;
        transform: translate(-50%, 120%) !important;
        color: black !important;
        background-color: white !important;
        text-transform: uppercase;
    }

    /*section-two*/
    .tpl-banner-home .mobile-hide {
        display: none;
    }

    .section-two .tpl-banner-home.hp-banner .img-panel {
        height: 0px;
        position: relative;
        padding-bottom: 130%;
        background-position: center top;
    }

    /*right home*/
    .grid__image {
        margin-bottom: 0px;
    }

    /*    ========= footer ===========*/
    .site-footer .mobile-collapse {
        display: none;
    }

    .site-footer .site-footer-nav li {
        display: block;
        margin: 0 !important;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 1px #bbbbbb solid;
        width: 48%;
        display: inline-block;
    }

    .social-footer {
        margin-top: 0.5em;
    }

    .site-footer .mobile-collapse {
        display: none;
    }

    .site-footer .mobile-collapse.active {
        display: block;
    }

    /*    ========= end footer ===========*/
    .site-footer {
        margin-bottom: 60px;
    }

    #CartContainer {
        margin-bottom: 80px;
    }

/*    modal product mobile*/
    .modal-product-content .name {
        font-size: 12px;
        min-height: 36px;
        line-height: 18px;
    }

    .modal-product-box .owl-nav {
        top: 25%;
    }

    .modal-product-box .owl-nav i {
        font-size: 25px;
    }

    .modal-product-price span.price-current {
        font-size: 12px;
        margin-right: 0;
    }

    .modal-product-button {
        font-size: 12px;
        padding: 5px;
    }

    .modal-product-price {
        padding-top: 0;
    }

    .box-language.active {
        width: 180px;
        right: 38px;
        padding: 10px;
    }

    .mobile-navlink-lv2 {
        display: inline-block !important;
        padding: 10px 16px!important;
    }

    .banner-mobile-custom {
        right: 0;
        width: 50% !important;
        height: 100%;
    }

    .image-mobile-custom {
        width: 50%;
        padding-bottom: 50% !important;
    }

    .video-mobile-custom {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    ul.footer-nav.site-footer-nav.large--text-left {
        display: flex;
        align-items: start;
        flex-wrap: wrap;
    }
}
