@font-face {
    font-family : "brandon-grotesque";
    src         : url("../../fonts/brandon-grotesque-400.woff2") format("woff2"), url("../../fonts/brandon-grotesque-400.woff") format("woff"), url("../../fonts/brandon-grotesque-400.opentype") format("opentype");
    font-display: auto;
    font-style  : normal;
    font-weight : 400;
    font-stretch: normal;
}

@font-face {
    font-family : "brandon-grotesque";
    src         : url("../../fonts/brandon-grotesque-700.woff2") format("woff2"), url("../../fonts/brandon-grotesque-700.woff") format("woff"), url("../../fonts/brandon-grotesque-700.opentype") format("opentype");
    font-display: auto;
    font-style  : normal;
    font-weight : 700;
    font-stretch: normal;
}

@font-face {
    font-family : "brandon-grotesque";
    src         : url("../../fonts/brandon-grotesque-300.woff2") format("woff2"), url("../../fonts/brandon-grotesque-300.woff") format("woff"), url("../../fonts/brandon-grotesque-300.opentype") format("opentype");
    font-display: auto;
    font-style  : normal;
    font-weight : 300;
    font-stretch: normal;
}

@font-face {
    font-family : "brandon-grotesque";
    src         : url("../../fonts/brandon-grotesque-500.woff2") format("woff2"), url("../../fonts/brandon-grotesque-500.woff") format("woff"), url("../../fonts/brandon-grotesque-500.opentype") format("opentype");
    font-display: auto;
    font-style  : normal;
    font-weight : 500;
    font-stretch: normal;
}

@font-face {
    font-family : "Kapra-Bold";
    src         : url("../../fonts/KapraNeueW05-SemiBold.woff2") format("woff2");
    font-display: auto;
    font-style  : normal;
    font-weight : 500;
    font-stretch: normal;
}




/**
* Reset uikit 样式
*/
* {
    font-family: "brandon-grotesque" !important;
}

.font-Kapra {
    font-family: Kapra-Bold, brandon-grotesque, sans-serif !important;
}

.ui-dialog {
    z-index: 980 !important;
}

ol,
ul {
    padding: 0;
    margin : 0;
}

:focus-visible {
    outline: 0;
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
    margin: 0;
}

.self-center {
    align-self: center;
}

.bg-light-gray {
    background-color: #faf7f0 !important;
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
    color          : inherit;
    text-decoration: none;
}

.uk-notification-message.uk-notification-message-success{
    color:#fff;
    background-color: #4cb37c;
}

.uk-notification.uk-notification-top-center{
    top:25%;
}

.no-underline:hover {
    text-decoration: none;
}

.uk-offcanvas-overlay::before {
    background: rgba(0, 0, 0, .3);
}

.uk-offcanvas-bar {
    color           : #111;
    background-color: #fff;
}

.uk-offcanvas-bar h3,
.uk-offcanvas-bar .uk-close,
.uk-offcanvas-bar .uk-nav-default>li>a,
.uk-offcanvas-bar .uk-nav-default>li>a:hover {
    color: #111;
}

.uk-dropdown,
.uk-navbar-dropdown {
    --uk-position-offset         : 0;
    --uk-position-shift-offset   : 0;
    --uk-position-viewport-offset: 0;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
}

.uk-navbar-nav>li>a {
    color: #111;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    min-height: unset;
}

.uk-dropdown-nav>li.uk-active>a,
.uk-dropdown-nav>li>a:hover,
.uk-dropdown-nav>li>a,
.uk-dropdown-nav>li>strong {
    color: #000;
}

.uk-offcanvas-bar .uk-tab>*>a,
.uk-offcanvas-bar .uk-tab>*>a:hover {
    color: #333;
}

.uk-offcanvas-bar .uk-tab>.uk-active>a {
    color       : #333;
    border-color: #1e87f0;
}

.uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 1px solid #ccc;
}

.uk-slider .uk-slidenav {
    width          : 40px !important;
    height         : 40px !important;
    line-height    : 40px;
    border-radius  : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    background     : #f4f3ef;
    box-shadow     : 3px 3px 1px 0 rgba(0, 0, 0, 0.2);
}

.home-page .uk-slider .uk-slidenav{
    width          : 50px !important;
    height         : 50px !important;
}

.theme-module .uk-slider .uk-slidenav {
    width     : 40px !important;
    height    : 40px !important;
    background: rgba(255, 255, 255, .8);
}

.uk-slider .nav-rect .uk-slidenav {
    border-radius: 0;
}

.uk-slider .nav-rect .uk-slidenav>svg {
    width : 8px;
    height: 16px;
}

.uk-slider .uk-slidenav svg {
    color: rgba(0, 0, 0, .8);
}

.uk-slider .uk-slidenav:hover {
    color: rgba(0, 0, 0, 1);
}

.uk-slider .uk-slidenav>svg {
    width : 10px;
    height: 18px;
}

.uk-slider .nav-small .uk-slidenav {
    width : 30px !important;
    height: 30px !important;
    border: #dcdcdc;
}

.uk-slider .uk-slidenav>svg {
    width : 6px;
    height: 12px;
}

.uk-width-2-11 {
    width: 18.18%
}

/**
*Header顶部样式
*/
.header-sticky {
    background   : #fff;
    border-bottom: 1px solid #111;
}

.header-sticky.uk-sticky-fixed{
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    transform: translate(var(--uk-position-translate-x), 0);
    width: max-content;
}

.uk-sticky-fixed .userInfoWrap,
.uk-sticky-fixed .userInfoList {
    top: 58px !important;
}

.close-search-dropdown {
    cursor: pointer;
}

.header-upper-left .notification-content,
.header-upper-right>div,
.header-upper-right .target {
    font-size: 14px;
}

.header-upper-left .notification-content a {
    text-decoration: underline;
}

.header-upper-left>span {
    margin: 0 5px;
    cursor: pointer;
}

.header-upper-right>div {
    margin-left: 20px;
}

.live-chat-wrap {
    display    : flex;
    align-items: center;
    color      : #fff;
}

.live-chat-wrap>span {
    margin-right: 5px;
}

.live-chat-wrap.active {
    color : #73b810;
    cursor: pointer;
}

.live-chat-wrap>.online-mode,
.live-chat-wrap.active .offline-mode {
    display: none;
}

.live-chat-wrap.active>.online-mode {
    display: block;
}

.language-select-panel {
    text-align: left;
    background: rgb(250, 247, 240);
    padding   : 10px 15px;
    left      : unset !important;
    right     : 0;
}

.language-select-panel>ul>li {
    margin: 5px 0;
}

.header-upper-right .target {
    display    : flex;
    align-items: center;
}

.hover-underline,
.uk-dropdown-nav>li>a,
.footer-block .list li a {
    position: relative;
    overflow: hidden;
    width   : fit-content;
}

.uk-nav>li>a.uk-disabled {
    padding: 0;
}

.uk-dropdown-nav>li.uk-active {
    color      : #000;
    font-weight: 500;
}

.hover-underline:before,
.uk-dropdown-nav>li>a:before,
.footer-block .list li a:before {
    content   : '';
    position  : absolute;
    left      : -100%;
    width     : 100%;
    height    : 1px;
    background: black;
    bottom    : 0;
    transition: left 0.3s ease;
}

.hover-underline:hover:before,
.uk-dropdown-nav>li>a:hover:before,
.footer-block .list li a:hover:before {
    left: 0;
}

.header-nav .uk-navbar-left>.uk-navbar-nav>li>a {
    font-size     : 17px;
    text-transform: capitalize;
}

.header-nav .dropdown-main-content {
    margin-left: 150px;
}

.header-nav .dropdown-main-content>.uk-first-column .uk-flex-nowrap>div {
    white-space: nowrap;
}

.header-nav .dropdown-main-content .no-underline>p {
    font-size: 16px;
}

.userInfoList {
    text-align: left;
    width     : 220px;
    padding   : 15px;
}

.userInfoList>ul>li {
    width : 100%;
    margin: 10px;
}

.userInfoWrap {
    width     : 320px;
    text-align: left;
}

.userInfoWrap>h1 {
    font-size     : 32px;
    font-weight   : 600;
    line-height   : 38px;
    letter-spacing: 1px;
}

.userInfoWrap>p {
    font-size: 14px;
}

.userInfoWrap>p>a {
    text-decoration: underline;
}

.userInfoWrap>.bs-button {
    width : 100%;
    margin: 30px 0 15px;
}

.userInfoWrap>.bs-button:hover {
    color           : #FFF;
    background-color: #666;
}

.uk-offcanvas-bar .nav-header-link.uk-nav-default>li>a {
    font-size      : 18px;
    color          : #111;
    display        : flex;
    justify-content: space-between;
    font-weight    : 500;
    text-align     : left;
    padding        : 3px 0;
}

.uk-offcanvas-bar .nav-header-link.uk-nav-default a {
    color          : #111;
    text-align     : left;
    font-size      : 18px;
    width          : 100%;
    display        : flex;
    justify-content: space-between;
}

.uk-offcanvas-bar .nav-header-list-link .uk-nav-divider {
    border-top-color: #111;
    margin          : 24px 0;
}

.nav-header-list-link {
    padding-bottom: 24px;
}

.uk-position-small.nav-back {
    display    : flex;
    align-items: center;
    margin-top : 5px;
}

.nav-back:hover {
    text-decoration: none;
}

.nav-back>span {
    color       : #111;
    font-size   : 24px;
    margin-right: 10px;
}

.uk-dropdown-nav.nav-header-list-link>li.uk-active {
    /* font-size    : inherit; */
    text-align   : left;
    margin-bottom: 10px;
}

.no-underline>p {
    color    : #111;
    font-size: 14px;
}



.flyout-main {
    width  : 500px;
    padding: 61px 0;
}

.flyout-main .uk-tab {
    border-bottom: 1px solid #111;
}

.flyout-main.uk-offcanvas-bar .uk-tab>.uk-active>a {
    border-bottom: 2px solid #111;
}

.flyout-cart .cart-top-content {
    background-color: #EDE9E0;
}

.flyout-cart .cart-top-content a {
    color: #111;
    text-decoration: underline;
}

.flyout-cart.wish-list-cart {
    right: 0px;
}

.mini-shopping-cart {
    padding   : 15px;
    text-align: left;
    font-size : 12px;
}

.mini-shopping-cart .uk-grid {
    border-bottom : 1px solid #111;
    margin-left   : 0;
    padding-bottom: 15px;
}

.mini-shopping-cart .uk-grid>div:first-child {
    padding-left: 0;
}

.mini-shopping-cart input[type="button"] {
    border          : none;
    background-color: #111;
    padding         : 13px 20px;
    font-size       : 16px;
    color           : #fff;
    width           : 100%;
    border-radius   : 0;
    text-transform  : uppercase;
    margin-top      : 15px;
}

.mini-shopping-cart .product-details a {
    color: #111;
}

.flyout-cart .product-details>.uk-flex {
    width: 100%;
}


.flyout-cart .product-name {
    color             : #111;
    display           : block;
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    line-clamp        : 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight       : 500;
    line-height       : 18px;
    height            : fit-content;
}

.flyout-cart .product-name a {
    color: #111;
}

.cart-image>a>img {
    width: 70px;
}


.flyout-cart .items-empty {
    text-align: center;
}

.items-empty .img-empty>p {
    width : 80px;
    margin: 0 auto;
}

.items-empty .img-empty>p>img {
    width: 100%;
}

.items-empty .img-empty>h3 {
    color    : #A7A7A7;
    font-size: 17px;
}

.items-empty .content-empty {
    padding: 16px 25px;
}

.items-empty .content-empty>p {
    text-align   : left;
    font-size    : 14px;
    color        : #333;
    margin-bottom: 10px;
}

.items-empty .content-empty>p>a {
    color: #599DD2;
}

.cart-bottom-wrap {
    position : absolute;
    bottom   : 40px;
    display  : flex;
    width    : 96%;
    flex-wrap: wrap;
}

.cart-bottom-wrap .totals {
    width          : 100%;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
}

.cart-bottom-wrap .totals h4{
    color:#000;
}

.cart-bottom-wrap .buttons {
    width: 100%;
}

.cart-bottom-wrap .totals strong {
    margin-right: 40px;
}

.view-cart-wrap{
    text-align: center;
}

.view-cart-wrap > p:nth-child(1){
    font-size:28px;
}

.headerMenu-nav .uk-offcanvas-bar{
    max-width: 1300px!important;
    width: 100%;
    overflow: auto;
}

.headerMenu-nav .uk-offcanvas-bar .offcanvas-content-panel{
    width:300px;
}

#headerMenu-nav.uk-offcanvas,
#flyout-wishlist-cart.uk-offcanvas{
    height:100vh;
}

#headerMenu-nav .uk-offcanvas-bar .uk-nav {
    position: relative;
}

#headerMenu-nav .uk-offcanvas-bar .uk-nav .uk-dropdown {
    position: absolute;
    top     : -32px !important;
    left    : 320px !important;
    width   : 300px;
}

#headerMenu-nav .uk-offcanvas-bar .uk-nav .uk-dropdown .uk-dropdown {
    top  : unset !important;
    left : unset !important;
    padding-top: 0;
    margin-top: -30px;
    right: -100%;
}

#headerMenu-nav .uk-offcanvas-bar .uk-nav .uk-dropdown>li {
    border-bottom: 1px solid #dcdcdc;
    line-height  : 32px;
}

/* .offcanvas-content-panel .uk-drop {
    box-shadow: none;
    min-width : 600px;
    max-height: 100vh;
    overflow  : auto;
} */

.offcanvas-content-panel .dropdown-li {
    display    : flex;
    align-items: center;
}

.offcanvas-content-panel .uk-drop {
    box-shadow: none;
    width     : max-content;
    /* height    : 100%; */
    overflow  : visible;
}


/**
*轮播样式
*/

.master-wrapper-content {
    max-width: 1880px;
    margin   : 0 auto;
}


/**
*热卖类别样式
*/

.newarrivals-module {
    margin: 60px 0 0;
}

.newarrivals-module .uk-slider .uk-width-2-11 {
    text-align: center;
}

.newarrivals-module .uk-overlay,
.hot-category-module .uk-overlay {
    display    : flex;
    align-items: center;
    text-align : left;
    min-height : 50px;
}

.hot-category-module .home-center-title {
    margin: 40px 0 25px;
}


.home-center-title {
    text-align   : center;
    margin-bottom: 40px;
    position     : relative;
}

.home-center-title>h1 {
    font-family  : Kapra-Bold, brandon-grotesque, sans-serif !important;
    font-size    : 48px;
    font-weight  : 700;
    margin-bottom: 0px;
    margin-top   : 0px;
}

.home-center-link {
    font-size       : 16px;
    color           : #fff;
    background-color: #333;
    padding         : 10px 20px;
    user-select     : none;
    position        : absolute;
    right           : 0;
    border-radius   : 5px;
    margin-right    : 30px;
}

.newarrivals-module .promotion-product-info {
    margin-top: 10px;
}

.home-center-link:hover {
    color: #fff;
}

.hot-category-grid>div {
    border-bottom: 1px solid rgb(0, 0, 0);
    border-right : 1px solid rgb(0, 0, 0);
    border-top   : 1px solid rgb(0, 0, 0);
}

.hot-category-grid>div.uk-first-column {
    border-left: 1px solid rgb(0, 0, 0);
}

.hot-category-grid>div>a {
    width     : 100%;
    min-height: 100%;
    text-align: center;
}

.lazy-slider>li>a {
    width     : 100%;
    height    : calc(100% - 68px);
    text-align: center;
}

.img-hover-panel>div,
.img-hover-panel>div>img {
    width: 100%;
}

.img-hover-panel>div.uk-position-top-right {
    width: fit-content;
    color: #000;
}

.img-hover-panel:hover {
    text-decoration: none;
}

.img-hover-panel .uk-overlay-dark {
    color  : #fff;
    padding: 3px 20px;
}

.img-hover-panel:hover .uk-overlay-dark {
    color     : #fff;
    background: rgba(34, 34, 34, .8);
    transition: all 0.5s ease;
}

.img-hover-panel .uk-overlay-default {
    padding: 5px;
    color  : #000;
}

.img-hover-panel .uk-overlay-default>p {
    display        : flex;
    justify-content: center;
    align-items    : center;
    color          : #666;
}

.img-hover-panel .uk-overlay-default>p>span {
    margin-right: 3px;
}

.img-hover-panel .hover-underline {
    color      : #000;
    font-weight: 500;
    font-size  : 16px;
    line-height: 22px;
    text-align : left;
}

.img-hover-panel:hover .hover-underline {
    color: #fff;
}

.img-hover-panel:hover .hover-underline:before {
    background: #fff;
    left      : 0;
}

.promotion-module {
    margin: 60px 0 0;
}

.promotion-img {
    max-width    : 1390px;
    margin       : 0 auto;
    margin-bottom: 45px;
}


.overlay-badge {
    font-size       : 12px;
    padding         : 5px 10px;
    background-color: #fcf7f0;
}

.promotion-product-info {
    margin-top: 10px;
    text-align: left;
}

.promotion-product-info>p {
    color             : #111;
    display           : block;
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    line-clamp        : 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight       : 500;
    line-height       : 18px;
    height            : 36px;
}

.promotion-product-info>span {
    font-weight: 100;
    color      : #111;
}

.promotion-slider .uk-slider-items li>div:first-child {
    margin-bottom: 10px;
    text-align   : center;
}

.limit-line-1 {
    color             : #111;
    display           : block;
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    line-clamp        : 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.limit-line-2 {
    min-height        : 46px;
    color             : #111;
    display           : block;
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    line-clamp        : 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.uk-card-footer .uk-text-small {
    display           : block;
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    line-clamp        : 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.promotion-module .img-hover-panel,
.hot-category-module .img-hover-panel,
.newarrivals-module .img-hover-panel {
    width: 100%;
}


/*主题系列样式*/
.theme-module {
    margin          : 60px 0 0;
    background-color: #f4f3ef;
}

.theme-module .uk-position-relative .uk-position-top {
    top: -120px;
}

.theme-module-title {
    font-size  : 60px;
    color      : #686e84;
    font-style : italic;
    font-weight: 500;
}


.theme-module .theme-module-content {
    display              : flex;
    align-items          : center;
    justify-content      : flex-end;
    height               : 620px;
    background-position-x: 53px;
}

.theme-module-content .uk-slider {
    width       : 70%;
    margin-right: 60px;
}

.theme-module-content .uk-slider .uk-slider-items li>div {
    background-color: #fff;
    height          : 100%;
}

.theme-module-content .uk-slider .uk-slider-items li>div>a {
    height: calc(100% - 62px);
}

.theme-module-content .uk-slider .uk-slider-items li * {
    width: 100%;
}

.theme-module-content .uk-slider .uk-slider-items li>div>a>div,
.theme-module .img-hover-panel>div,
.newarrivals-module .img-hover-panel>div,
.promotion-module .img-hover-panel>div,
.hot-category-module .img-hover-panel>div.uk-inline-clip {
    position      : relative;
    height        : 0;
    padding-bottom: 100%;
}

.hot-category-module .img-hover-panel>div.uk-inline-clip {
    padding-bottom: 125%;
}


.theme-module-content .uk-slider .uk-slider-items li img,
.theme-module .img-hover-panel>div>img,
.newarrivals-module .img-hover-panel>div>img,
.promotion-module .img-hover-panel>div>img,
.hot-category-module .img-hover-panel>div.uk-inline-clip>img {
    position       : absolute;
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100%;
    object-fit     : cover;
    object-position: center;
}

.theme-module .uk-slider-container {
    margin-top: 60px;
}

.theme-module .uk-position-relative .nav-rect+.uk-text-center {
    color:#fff;
    margin-top: 30px;
}

.theme-product-info {
    margin-top      : 5px;
    text-align      : left;
    padding         : 5px;
    background-color: #fff;
}

.theme-product-info>p {
    color             : #111;
    display           : block;
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    line-clamp        : 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight       : 500;
}

.theme-product-info>span {
    font-weight: 100;
    color      : #111;
}


/*推荐模块*/

.recommend-module {
    margin-top: 35px;
}


/*You May Also Like模块*/
.alsolike-module {
    margin: 60px 0 0;
}

.alsolike-module .home-center-title {
    margin-bottom: 25px;
}

.alsolike-module .promotion-product-info {
    margin-top: 10px;
}

.wish-list-icon.active svg>path {
    fill: #000;
}

.alsolike-module .overlay-badge {
    background-color: #ece9e0;
}

/*EXPLORE MORE RELATED SEARCHES 模块*/
.entry-module {
    margin: 60px 15% 0;
}

.entry-module .home-center-title{
    margin-bottom:10px;
}

.entry-module-wrap > div{
    padding: 5px 25px;
    border-radius: 25px;
    border:1px solid #dcdcdc;
    margin: 30px 20px 0;
}

.entry-module-wrap > div:hover{
    box-shadow: 0 0 5px #ccc linear;
}


/*评论模块样式*/
.trustpilot_module {
    margin: 60px 4% 0;
}

.trustpilot-card {
    text-align: left;
    border    : 1px solid #f8f9fb;
    background: #f8f9fb;
    cursor: pointer;
}

.trustpilot-card .uk-card-header,
.trustpilot-card .uk-card-footer {
    padding: 15px;
}

.trustpilot-card .uk-card-footer,
.trustpilot-card .uk-card-footer .uk-text-small .uk-text-muted {
    font-size: 0.875rem;
    color    : #111 !important;
}

.trustpilot-card .uk-card-header>img {
    width: 100px;
}

.trustpilot-card .uk-card-body {
    padding: 0 15px;
}

.trustpilot-card .uk-card-body .uk-text-truncate {
    color: #111;
}

.form-line {
    display: flex;
}

.form-line label {
    min-width: 150px;
}

.form-line input,
.form-line select,
.form-line textarea {
    flex: 1;
}


/*底部样式*/

.newsletter-panel {
    width      : 100%;
    margin-left: 50px;
}

.newsletter-panel .title {
    font-size: 18px;
}

.show-sitemap {
    display: none
}


/*其他样式*/
.tooltip-active {
    color     : #111;
    border    : 1px solid #f77e22;
    background: #fff;
}

.emailhasbeensent {
    color     : red;
    text-align: center;
}

.link-wrap a {
    color: #1e90ff;
}

.price-info {
    margin: 0;
}

.price-info .price-new {
    color       : red;
    margin-right: 10px;
}

.price-info .price-old {
    color          : #aaa;
    text-decoration: line-through;
}