@font-face {
    font-family: "Stratum2";
    src: url("../font/font/Stratum2-Black.otf") format("opentype");
}

.fullwidthbanner-container .fullwidthbanner .swiper-button-prev, .fullwidthbanner-container .fullwidthbanner .swiper-button-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    zoom: 1;
    display: block
}

.fullwidthbanner-container .fullwidthbanner .swiper-button-prev.left {
    left: 10px
}

.fullwidthbanner-container .fullwidthbanner .swiper-button-next.right {
    right: 10px
}

.col-product {
    padding: 10px 20px;
    margin: 0 auto;
    max-width: 1480px
}

.breadcrumbs li a {
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    color: #999;
    cursor: pointer
}

.breadcrumbs ul li span {
    display: inherit;
    width: 5px;
    height: 16px;
    line-height: 9px;
    vertical-align: middle;
    color: #999;
    margin-left: -6px;
    margin-right: -5px
}

.list-collator {
    padding: 0 10px
}

.slider-container .strike-through {
    margin-bottom: 10px;
    margin-top: 48px
}

.slider-container .strike-through:before, .slider-container .strike-through:after {
    border-top: 0
}

.slider-container h5 {
    font-size: 30px;
    color: #222;
    font-weight: 700
}

#newproducts {
    padding-right: 0;
    padding-left: 0
}

.slider-container .product-slider .product-image img {
    width: 100%;
}

.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
    margin-top: -25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
    color: #222
}

.product-slider .left {
    left: 25px
}

.product-slider .right {
    right: 25px
}

#advertising {
    display: contents;
}

.main-container {
    margin-top: 0;
    padding: 0;
}

.list-collator {
    padding: 0 10px
}

.flash-wraper .clearimg img {
    width: 20%;
    display: block;
    float: left
}

.flash-wraper .cleargif img {
    width: 50%;
    flex-basis: 50%;
    display: block;
    float: left
}

.flash-wraper img:hover {
    transition: all .3s;
    transform: scale(1.07)
}

.ad_box_col_category {
    padding: 0 25px;
}

.ad_box_col {
    margin-top: 70px;
}

.ad_box_col {
    display: flex;
    align-items: center;
}

.ad_box_col_category .ad_box_col_item {
    width: 22%;
    padding: 0 5px;
}

.ad_box_col .ad_box_col_item {
    position: relative;
}

.ad_box_col .ad_box_col_item img {
    min-height: 120px;
}

.ad_box_col .ad_box_col_item img {
    width: 100%;
}

img[data-src].loaded {
    opacity: 1;
}


.ad_box_col_category .ad_box_col_item .ad_box_col_title {
    bottom: 32px;
}

.ad_box_col .ad_box_col_item .ad_box_col_title {
    font-size: 30px;
}

.ad_box_col .ad_box_col_item .ad_box_col_title {
    position: absolute;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 50%;
    left: 0;
    right: 0;
    transition: transform .3s;
    z-index: 2;
}

.ad_box_col_category {
    --title-font-family: var(--title-font);
    --title-font-weight: 400;
    --pc-title-font-size: 50px;
    --m-title-font-size: 36px;
    --subtitle-font-family: Poppins;
    --subtitle-font-weight: 600;
    --pc-subtitle-font-size: 110px;
    --m-subtitle-font-size: 50px;
    --font-color: #FFFFFF;
    --font-border-color: #000000;
}

.ffamily_sp {
    font-family: var(--title-font-family);
    font-weight: var(--title-font-weight);
    font-size: var(--pc-title-font-size);
    text-transform: uppercase;
    position: relative;
}

.ad_box_col .ad_box_col_item .ffamily_sp:after {
    background: radial-gradient(rgba(128, 128, 128, 0.5) 0%, transparent 15%);
    bottom: 0;
    content: "";
    left: 0;
    margin: -100px -200px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.ad_box_col .ad_box_col_item .ad_box_col_masks {
    background-color: #f7ead940;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.ad_box_col .ad_box_col_item:hover .ad_box_col_masks {
    opacity: 1;
}


.content {
    overflow: hidden;
}

.products_box_swiper_2 {
    padding: 0 40px;
    margin-top: 80px;
}

.products_box_swiper_2 .products_box_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 900;
}

.products_box_swiper_2 .products_box_header .products_box_left {
    font-size: 40px;
    line-height: 1em;
    color: #000;
    font-weight: 900;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.products_box_swiper_2 .products_box_subtitle {
    font-size: 18px;
    margin-bottom: 33px;
    margin-top: 8px;
}

.products_box_swiper_2 .products_box_subtitle {
    color: #666;
    line-height: 1.6em;
}

.products_box_swiper_2 .products_box_header .products_box_right[data-type="1"] a {
    font-size: 23px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 900;
    width: max-content;
}

.products_box_swiper_2 .products_box_header .products_box_right[data-type="1"] a > span {
    margin: 0 12px 0 23px;
}

.products_box_swiper_2 .products_box_header .products_box_right[data-type="1"] a > span > span {
    font-size: 27px;
    min-width: 46px;
    height: 46px;
    line-height: 46px;
    margin-right: 32px;
    background: linear-gradient(#575757 -1%, #575757 50%, #1A1A1A 50%, #1A1A1A 100%);
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
}

.products_box_swiper_2 .products_box_header .products_box_right[data-type="1"] a > span > span:not(:last-child):after {
    font-size: 26px;
    right: -20px;
    content: ':';
    font-family: Stratum2;
    color: #000;
    position: absolute;
    top: 0;
    z-index: 10;
}

.products_box_swiper_2 .products_box_header .products_box_right[data-type="1"] a > span > span:last-child {
    margin-right: 0;
}

.products_box_swiper_2 .products_box_subtitle {
    font-size: 18px;
    margin-bottom: 33px;
    margin-top: 8px;
    color: #666;
    line-height: 1.6em;
}

.products-swiper-container {
    position: relative;
    padding: 0;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    touch-action: pan-y;
    width: 100%;
    height: auto;
}

.products_box_swiper_2 .products-swiper-container .swiper-scrollbar {
    border-radius: 10px;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
    left: 1%;
    bottom: 3px;
    z-index: 50;
    position: static;
    width: 46.8%;
    max-width: 900px;
    margin: 48px auto 20px;
    height: 10px;
    overflow: hidden;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.products_box_swiper_2 .products-swiper-container .box.product {
    margin: 0;
    padding: 0;
    height: auto;
}

.product .product-box-a {
    position: relative;
    display: block;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 133%;
}

.product .product-box-a i {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.product_matrix_2 .product-box-a i {
    border: 1px solid #D9D9D9;
    border-left-width: 0px;
}

img.product-mainImg.loaded {
    width: 100% !important;
    opacity: 1 !important;
}

.product .product-box-a i img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
}

.products-swiper-container .product .quick-view-btn.light, .products-swiper-container .product:hover .quick-view-btn.light {
    display: none !important;
}

.product_matrix .product-infos {
    width: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow-x: clip;
    white-space: nowrap;
    margin-top: 4px;
}

.product_matrix .product-infos {
    text-align: left;
    margin-top: 0;
}

.product_matrix_2 .product-infos {
    padding: 36px 20px;
}

.product_matrix .product-infos strong {
    line-height: 24px;
    height: 24px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 20px;
}

.product_matrix .product-infos .info {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.product_matrix .product-infos .info b {
    font-size: 24px !important;
    line-height: 24px;
    margin-right: 20px;
    color: #1f1f1f;
    font-weight: 700;
    font-style: normal;
}

.product_matrix .product-infos .info em {
    font-size: 20px;
    line-height: 20px;
    color: #989898;
    text-decoration: line-through;
    font-style: normal;
    white-space: nowrap;
    margin-left: 5px;
    font-weight: 400;
}

.product_matrix .product-infos .delivery-info {
    font-size: 18px;
}

.products_box_swiper_3 {
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
    cursor: pointer;
    margin-top: 80px;
    background-color: #F1F1F1 !important;
}

.products_box_swiper_3 .products_box_header {
    padding-left: 50%;
    padding-top: 48px;
    text-align: center;
}

.products_box_swiper_3 .products_box_header > span {
    font-size: 40px;
    line-height: 1em;
    font-weight: 900;
    color: #000;
    cursor: initial;
}

.products_box_swiper_3 .products_box_content {
    position: relative;
}

.products_box_swiper_3 .products_box_content > div:first-child {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    width: 50%;
    left: 0;
}

.products-swiper-container {
    position: relative;
    padding: 0 50px;
}

.products_box_swiper_3 .products_box_content .products-swiper-container {
    padding-left: 42%;
    padding-right: 0;
    margin-top: 36px;
    padding-bottom: 48px;
}

.products_box_swiper_3 .products_box_content > div:first-child h4 {
    font-size: 50px;
    font-weight: bold;
}

.products_box_swiper_3 .products_box_content > div:first-child button {
    background: var(--main-color);
    padding: 26px 64px;
    margin-top: 42px;
    font-size: 20px;
}

.products_box_swiper_3 .products_box_content > div:first-child button span {
    padding-right: 30px;
    color: #fff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.products_box_swiper_3 .swiper-button {
    position: relative;
    width: max-content;
    margin: 54px auto 0;
}

.product_matrix_3 .product-infos {
    padding: 24px 0 2px;
}

.product_matrix_3 .product-infos {
    padding: 24px 0 2px;
}

.products_box_swiper_3 .product-infos strong {
    color: #000;
}

.product_matrix_3.product {
    background: #fff;
    height: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 32px 22px;
}

.products_box_swiper_3 .products-swiper-container .box.product {
    width: 40%;
}

.products_box_swiper_3 .swiper-button > div {
    height: 54px;
    line-height: 54px;
    width: 54px;
    position: static;
    display: inline-block;
    margin-top: 0 !important;
    background: #000 !important;
    border: 1px solid #707070;
    margin: 0 18px;
    overflow: hidden;
}

.products_box_swiper_3 .products_box_content > div:first-child {
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    width: 50%;
    left: 0;
    cursor: pointer;
}

.products_box_swiper_3 .products_box_content > div:first-child button span {
    padding-right: 30px;
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    width: 64px;
    display: none;
    text-align: center;
    top: calc(50% + 30px);
    pointer-events: initial !important;
}

.products_box_swiper_3 .swiper-button .swiper-button-disabled {
    background: #F1F1F1 !important;
    opacity: 1 !important;
}

.products_box_swiper_3 .swiper-button .swiper-button-disabled svg {
    filter: drop-shadow(#000 80px 0);
    transform: translateX(-80px);
}

.ad_box_col {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.ad_box_col .ad_box_col_item {
    position: relative;
    width: 50%;
}

.ad_box_col .ad_box_col_item img {
    width: 100%;
    min-height: 200px;
}

.ad_box_col .ad_box_col_item .ad_box_col_link {
    background: var(--main-color);
    color: #fff;
    padding: 25px 50px;
    width: max-content;
    line-height: 1em;
    margin: 32px auto 0;
    font-size: 20px;
    font-weight: 400;
}

.ad_box_col_two .ad_box_col_item .ad_box_col_title .ad_box_col_link span {
    padding-right: 27px;
}

.ad_box_col_two .ad_box_col_item .ad_box_col_title {
    font-size: 60px;
}

.ad_box_col_slider {
    padding: 40px;
    margin-top: 64px;
    background: #000000;
}

.ad_box_col_slider .ad_box_col_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 16px 0 48px;
}

.ad_box_col_slider .ad_box_col_header span {
    font-size: 40px;
    font-weight: 900;
    line-height: 1em;
}

.ad_box_col_slider .ad_box_col_header .swiper-button {
    position: relative;
    padding: 0 3px;
}

.ad_box_col_slider .ad_box_col_header .swiper-button .swiper-button-next, .ad_box_col_slider .ad_box_col_header .swiper-button .swiper-button-prev {
    display: inline-block;
    position: static;
    margin: 0 !important;
    height: initial;
    width: initial;
    padding: 0 18px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.ad_box_col_slider .ad_box_col_item img {
    border-right: 1px solid transparent;
    display: block;
    min-height: 180px;
}

.padding_1vw {
    padding: 1vw;
}

.ad_box_col_slider .ad_box_col_item .ad_box_col_title {
    color: #fff;
    font-size: 26px;
    padding: 50px 0;
    text-align: center;
}

.ad_box_col_slider .ad_box_col_item .ad_box_col_title span {
    font-weight: 900;
}

.ad_box_col_slider .swiper-scrollbar {
    position: static;
    background: #303030;
    margin: 20px auto 0;
    height: 10px;
    width: 42%;
}

.ad_box_col_slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #686868;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.slider-touch .main-shop-now {
    --shop-now-width: 140px;
    --shop-now-height: 46px;
    --shop-now-top: 94%;
    --shop-now-left: 50%;
    width: var(--shop-now-width);
    height: var(--shop-now-height);
    animation-name: fadeIn;
    border: 2px solid #fff;
    top: calc(var(--shop-now-top) - var(--shop-now-height) / 2);
    left: calc(var(--shop-now-left) - var(--shop-now-width) / 2);
    position: absolute;
    color: #fff;
    background-color: #dd8c32;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 12px;
    display: flex;
    justify-content: center;
}

.slider-touch .main-shop-now:hover {
    background-color: #000;
}


.bg-000{
    background-color: rgba(0, 0, 0, .5);
}

.borderR{
    border-radius: 15px;
}

.swiper-pagination{
    text-align: center;
    padding-right: 0;
}