@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
.stellarnav>ul>li:first-of-type,
.stellarnav>ul>li:nth-last-of-type(2)>ul>li:first-of-type,
.stellarnav>ul>li:nth-of-type(3)>ul>li:first-of-type,
.footer_menu a:nth-of-type(-n+2),
.other_select_page .promotion_title,
.other_select_page .path,
.other_select_page .other_promotion,
.other_select_page .page {
    display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

.header_area {
    position: fixed;
    background: transparent;
    padding: 0;
    transition: all ease 0.3s;
}

.header_area.sticky {
    background: #67b2e0;
    box-shadow: 0 0 20px rgba(0 0 0 / 6%);

}

.navigation {
    display: flex;
    align-items: center;
    grid-gap: 0 40px;
}

.nav-header {
    max-width: 160px;
    transition: all ease 0.3s;
}

.sticky .nav-header {
    max-width: 120px;
}

.nav-brand,
.nav-brand img {
    display: block;
    position: relative;
}

.main_header_area .container {
    max-width: 1800px;
    padding: 10px 5%;
}

.stellarnav ul {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
    text-align: left;
}

.stellarnav li.has-sub>a:after {
    content: none;
}

.stellarnav>ul>li>a,
.stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
    padding: 0 16px;
    line-height: 34px;
    height: 100%;
    color: #fff;
    letter-spacing: .5px;
    display: block;
    font-weight: 500;
    margin: 0 2px;
    background: transparent;
    border-radius: 20px;
    transition: all ease 0.3s;
}

.stellarnav>ul>li:hover>a:not(.dd-toggle),
.stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
    background: #0662af;
}

.tp_links {
    display: none;
}

.me_tp_features {
    order: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    z-index: 9999;
}

.me_tp_features a {
    color: #fff;
}

/*次分類*/
.stellarnav ul ul {
    background: transparent;
}

.stellarnav>ul>li.drop-left>ul {
    right: auto;
    left: 0;
}

.stellarnav li li {
    border: none;
    border-radius: 40px;
    background: linear-gradient(to bottom, #d20001, #ff810a);
    margin: 6px 0;
    transition: all ease .3s;
}

.stellarnav li li:last-of-type {
    border: none;
}

.stellarnav li li li:first-of-type {
    margin-top: 0;
}

.stellarnav ul ul ul {
    margin-left: 6px;
}

.stellarnav li li a,
.stellarnav li li.has-sub>a,
.stellarnav.mobile li li.has-sub a {
    padding: 8px 18px;
    color: #fff;
    font-size: 14px;
    line-height: initial;
    height: auto;
    margin: 0;
    font-weight: 500;
    opacity: .85;
}

.stellarnav li li a:hover,
.stellarnav li li.has-sub:hover>a,
.stellarnav.mobile li li.has-sub:hover a {
    opacity: 1;
    font-weight: 700;
}


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*購物車*/
/*modify*/
.products-list .price b {
    color: #d20001;
}

.products-list .more {
    font-size: 15px;
    border-color: #0662af;
    color: #0662af;
}

.products-list .item a:hover .more {
    background: #0662af;
}

/*預設*/
.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    border-right: 1px solid #ccc;
    min-height: 45vw;
}

.product_page .products-list {
    width: calc(100% - 280px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin: 0;
    width: 100%;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding: 5px 5px 5px 0;
}

.product-layer-two li i {
    right: 15px;
    top: 18px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #444;
    transition: all ease .3s;
}

.product-layer-two>li:hover i,
.product-layer-two>li.active i {
    color: white;
}

.product_info_page .product_menu_list {
    display: none;
}

.product-wrapper {
    width: 100%;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*預設結束*/
.product-layer-two li li {
    display: block;
    background: none;
    border: none;
    padding: 0 14px;
    margin: 10px 0 0;
    transition: all ease .3s;
}

.product-layer-two li li:hover {
    padding-left: 34px;
}

.product-layer-two>li>ul li+li {
    margin-top: 0;
}

.product-layer-two>li>ul li:last-of-type {
    margin-bottom: 5px;
}

.product-layer-two li.active li {
    display: block;
}

.product-layer-two li li a,
.product-layer-two li.active li a {
    background: none;
    padding: 2px 0;
    color: #444;
}

.product-layer-two li li:hover>a {
    color: #0662af;
    border: none;
}

.product_info_page .product-layer-two {
    display: none;
}

.product-layer-two li li:hover>a:before {
    background: #0662af;
}

.product-layer-two li:hover>a:before,
.product-layer-two li.active>a:before {
    background: white;
    color: #d20001;
}

.product-layer-two li a {
    padding: 10px 48px 10px 15px;
    color: #444;
    letter-spacing: 0px;
    border: none;
    font-weight: 500 !important;
    background: transparent;
    transition: all 0.3s;
    line-height: 160%;
    font-size: 15px;
    transition: all 0.3s;
}

.product-layer-two>li:hover>a,
.product-layer-two li.active>a {
    background: #d20001;
    border: none;
    color: #fff;
}

.products-list .name {
    -webkit-line-clamp: 1;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
}

.products-list .price {
    margin: 5px 0 15px;
}

/*內頁*/
.proImgSwiper {
    aspect-ratio: 4 / 3;
}

.proImgSwiper li {
    align-items: flex-start;
    clip-path: inset(0 2px);
}

.pd_tabInner_contain {
    padding-top: 0;
}

.prod_related {
    background: #e8f4fa;
    padding: 48px 0;
}

.prod_related h6 span:before {
    color: #666;
}

.related_list li a p {
    margin: 6px auto 4px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pd_tabTitle li.activeTab a {
    font-size: 22px;
    font-weight: bold;
    color: #d20001;
}

.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: #d20001;
}

.pd_tabTitle li {
    border: none;
}

.product_info_page .edit {
    color: #555;
    font-size: 16px;
    line-height: 170%;
}

.related_list {
    max-width: 1400px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.related_list li {
    width: calc((100% - 60px) / 4);
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.main_part {
    width: 90%;
    max-width: 1400px;
    padding: 80px 0;
}

#content,
#content_main {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.animated-arrow {
    background: #67b2e0;
}

.show_content,
.contact_content {
    padding: 0;
}

.path {
    display: none;
}

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: relative;
    height: auto;
}

.bannerindex:before {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 6%, transparent 18%);
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-pagination {
    display: none;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 3;
    position: relative;
    overflow: hidden;
    background: url(https://pic03.eapple.com.tw/seaking/banner.jpg) center/cover no-repeat;
}

.banner h5 {
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
    position: absolute;
    top: calc(50% + 25px);
    transform: translateY(-50%);
    font-size: 44px;
    LETTER-SPACING: 9.5px;
    color: #fff;
    max-width: 1260px;
    width: 90%;
    text-align: left;
    line-height: 1.5;
}

.banner h5:after {
    content: "SEA KING CLAMS";
    display: block;
    font-family: 'Yeseva One';
    font-weight: normal;
    font-size: 24px;
    LETTER-SPACING: 0;
    opacity: .5;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*文章設定*/
.blog_page h4.blog_category_title {
    display: none;
}

.blog_box,
.blog_le {
    padding: 0;
}

.blog_ri {
    padding: 0 0 0 60px;
}

.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 30px;
}

.blog_subbox:before {
    content: none;
}

.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.subbox_item a {
    display: flex;
    flex-flow: column wrap;
    gap: 0;
}

.blog_list_le {
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}

.blog_list_le img {
    min-width: 100%;
    margin: 0 auto;
    object-position: center;
    transition: 1s ease;
}

.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
}

.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    padding: 15px 0;
    position: relative;
    justify-content: center;
}

.blog_list_ri h5 {
    font-weight: bold;
    color: #0662af;
    font-size: 22px;
    font-family: 'Noto Serif TC';
}

.blog_list_ri em {
    font-weight: 400;
    margin: 6px 0 18px;
}

.blog_list_ri p {
    line-height: 160%;
    padding: 14px 0 0;
    margin-bottom: 14px;
    -webkit-line-clamp: 2;
    text-align: justify;
    border-top: 1px solid #bbb;
    margin-top: 0;
}

.subbox_item a:before,
.subbox_item a:after {
    content: none;
}

h5.blog_le_t {
    display: none;
}

.blog_le .accordion {
    border-radius: 0;
}

.accordion li .link a {
    color: #444;
    font-weight: 400;
    font-size: 15px;
    padding: 12px;
}

.accordion li .link {
    border-bottom: none;
}

.accordion li {
    transition: all 0.2s ease;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.open:hover,
.blog_le .accordion>li.on_this_category:hover {
    background: #0662af !important;
}

.blog_le .accordion>li.open,
.blog_le .accordion>li.on_this_category {
    background: #4798d0 !important;
}

.blog_le .accordion>li.open .link a,
.blog_le .accordion>li.open .link i {
    color: #fff !important;
}

.submenu {
    background: #fff;
    font-size: 14px;
}

.submenu a {
    font-family: 'Noto Sans TC', serif;
    color: #444;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 12px 12px 12px 36px;
    border-left: #e8f4fa 0 solid;
    transition: all .15s;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #e8f4fa;
    color: #222;
}

.submenu a i {
    left: 12px;
    font-weight: var(--fa-style, 900);
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.submenu a:hover {
    border-left-width: 4px;
}

.blog_search input[type=search] {
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    padding: 12px 36px 12px 12px;
}

.blog_search input[type=submit] {
    filter: grayscale(20);
}

.blog_le .accordion li .link i {
    transition: none;
}

/*內頁*/
.articel_mainPic,
.blog_shareData {
    display: none;
}

h4.blog_category_title {
    padding: 0;
    margin-bottom: 0;
    font-size: 28px;
    color: #0662af;
    font-family: 'Noto Serif TC';
}

.blog_box_edit {
    color: #555;
    font-size: 16px;
}

.blog_box_edit * {
    line-height: 170%;
}

.blog_back {
    width: 100%;
    margin: 0 auto;
    grid-gap: 10px;
    justify-content: center;
}

.blog_back a {
    width: 100%;
    font-weight: 500 !important;
}

.blog_back a:hover {
    background: #0662af !important;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_back {
    background: #4798d0;
    transition: all .3s ease;
}

.news_related {
    padding: 48px 0;
    background: #e8f4fa;
}

.news_related_list {
    max-width: 1500px;
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.news_related_list li {
    width: calc((100% - 60px) / 4);
}

.news_related_list li a {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.lastPage {
    background: #0662af;
    margin: 40px auto 20px;
}

.news_related h6 span:before {
    color: #666;
}

.news_related_list li a p {
    margin: 6px auto 4px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷*/
.promotion_title h2 {
    font-size: 28px;
    color: #563524;
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
}

.promotion_title em {
    margin-right: 15px;
}

.promotions_page .edit {
    color: #555;
    font-size: 16px;
    line-height: 170%;
    padding: 20px 0 40px;
}

.other_promotion li a:hover {
    background: #faf7f0;
}



/*首頁*/
.news_part {
    width: 90%;
    padding: 60px 0;
    margin: 0 auto;
}

.news_part section {
    max-width: 1200px;
}

.news_part .title_i_box h4 {
    font-size: 32px;
    color: #0662af;
    font-weight: bold;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 1px;
}

.news_part .title_i_box h6 {
    color: #378ac8;
    font-family: 'Yeseva One', Times New Roman, serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.6;
}

.news_part .title_i_box h6:after {
    content: 'News';
}

.news_part .title_i_box {
    display: flex;
    flex-flow: column-reverse;
}

.news_list ul li p {
    display: block;
    color: #666;
}

.news_list ul li p:after,
.news_list ul li a:hover p {
    color: #222;
}

.news_list ul li a:hover {
    background: #e8f4fa;
}

.news_list ul li span {
    padding: 8px 0;
    color: #fff;
    width: 120px;
    background: #0662af;
    border-radius: 15px;
    margin-left: 10px;
}

.news_list ul li a:hover p:after {
    right: 15px;
}

.news_list ul li p:after {
    content: 'read more　▶';
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相簿*/
.show-list {
    grid-gap: 30px;
}

.show-list .show_name {
    color: #444;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    font-weight: 600;
}

.show-list .item:hover .show_name {
    color: #0662af;
}

.subalbum-menu {
    margin: 0;
    padding: 0;
}

.overlay {
    display: none;
}

.show-list .show_pic img {
    transition: ease .4s;
}

.show-list .item:hover .show_pic img {
    transform: scale(1.1);
}

.subalbum-menu h2 {
    color: #444;
}

.other_subalbum li a p {
    line-height: 1.5;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.other_album_choice li {
    background: #0662af;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡*/
body.contact_page:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://pic03.eapple.com.tw/seaking/ibgbg.jpg) center / cover no-repeat;
}

.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    width: 100%;
    padding: 0;
}

.blank_letter {
    font-family: 'Noto Serif TC', serif;
    padding-top: 0;
    font-size: 28px;
    color: #563524;
}

.contact_form {
    margin-bottom: 0;
}

.contact_content {
    max-width: 1000px;
    width: 90%;
    padding-bottom: 100px;
}

.information_right .blank_letter {
    display: flex;
    justify-content: space-between;
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 20px;
    color: #666;
}

.contact_form li:not(:nth-last-of-type(3)) {
    width: calc(50% - 10px);
}

.contact_form li.last {
    margin-top: auto;
    margin-bottom: 0;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    background: rgba(86, 53, 36, .05);
    padding: 8px;
    border: none;
    border-bottom: 1px solid rgba(86, 53, 36, .2);
    color: #fff;
}

.contact_form li {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 0;
    border-bottom: none;
    grid-gap: 8px;
}

.contact_form li .form__label {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
    max-width: 100%;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 0;
    background: none;
}

.star {
    order: 1;
    height: 18px;
}

.contact_form li .form__insert {
    line-height: 165%;
}

.contact_form li.last blockquote {
    color: #0662af;
    border-color: #0662af;
}

.contact_form li.last cite {
    background: #0662af;
    border-color: #0662af;
}

.note {
    letter-spacing: 0;
}

/*footer*/
.footer {
    font-family: 'Noto Sans TC', Microsoft JhengHei, sans-serif;
}

.footer_info li p,
.footer_info ul {
    letter-spacing: 0;
}

.footer_menu a:hover {
    background-color: transparent;
    color: white;
    opacity: 1;
    font-weight: 500;
}

.footer_info ul {
    padding-bottom: 40px;
}

@media screen and (max-width: 1580px) {
    .main_header_area .container {
        padding: 10px 2%;
    }

    .navigation {
        grid-gap: 0 8px;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle) {
        padding: 0 8px;
    }
}

@media screen and (max-width: 1360px) {
    .navigation {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    }

    .stellarnav ul {
        text-align: center;
    }

    .me_tp_features {
        order: 0;
        position: static;
        transform: none;
    }

    .header_area {
        position: relative;
        background: #67b2e0;
    }

    .header_area.sticky {
        position: sticky;
    }

    .bannerindex:before {
        content: none;
    }

    .banner h5 {
        top: 50%;
    }

    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .footer_logo {
        max-width: 160px;
    }

    .main_part {
        padding: 50px 0;
    }
}

@media screen and (max-width: 768px) {
    .footer.with_shopping_mode {
        padding: 40px 0 54px;
    }

    #to_top {
        bottom: 68px;
    }

    .me_tp_features {
        display: none;
    }

    .main_header_area .container {
        padding: 10px 0;
    }

    .nav-header,
    .sticky .nav-header {
        max-width: 110px;
    }

    .stellarnav .menu-toggle:after,
    .stellarnav a {
        color: #fff;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav .menu-toggle {
        padding: 0;
    }

    .stellarnav.mobile {
        left: 12px;
        top: 16px;
    }

    .stellarnav.mobile>ul {
        border-top: none;
        background: #67b2e0;
    }

    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #0662af;
    }

    .stellarnav.mobile.left>ul {
        border-right: none;
        box-shadow: 0 0 21px rgba(0, 0, 0, .7);
    }

    .stellarnav li li a:not(.dd-toggle),
    .stellarnav li li.has-sub>a:not(.dd-toggle),
    .stellarnav li li.has-sub:hover li a:not(.dd-toggle) {
        padding: 8px 18px;
    }

    .stellarnav li li {
        background: #4798d0;
        border-bottom: none;
        margin: 0;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav.mobile>ul>li>a {
        padding: 10px 44px 10px 10px;
        border-bottom: none;
        line-height: 150% !important;
        margin: 4px 8px;
    }

    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding: 3px;
    }

    .stellarnav.mobile>ul>li.open>a.dd-toggle {
        margin-top: 14px;
    }

    .stellarnav.mobile li.open {
        background: #0662af;
    }

    .stellarnav.mobile>ul>li {
        border-color: rgba(255, 255, 255, .25);
    }

    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after,
    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after {
        border-color: #fff;
    }

    .stellarnav>ul>li>a,
    .stellarnav>ul>li.has-sub>a:not(.dd-toggle),
    .stellarnav li li {
        border-radius: 0;
    }

    .stellarnav ul ul ul {
        margin-left: 0;
    }

    .stellarnav.mobile li.open li.open {
        background: linear-gradient(to bottom, #d20001, #ff810a);
    }

    .stellarnav li li a:hover,
    .stellarnav li li.has-sub:hover>a,
    .stellarnav.mobile li li.has-sub:hover a {
        font-weight: 500;
    }

    .stellarnav.mobile li li.has-sub a.dd-toggle {
        padding: 6px;
        margin-right: 5px;
    }

    .stellarnav.mobile li li.has-sub.open a.dd-toggle {
        padding: 10px;
    }

    .stellarnav>ul>li:hover>a:not(.dd-toggle),
    .stellarnav>ul>li.has-sub:hover>a:not(.dd-toggle) {
        background: transparent;
    }

    .news_part {
        padding: 50px 0;
    }

    .news_part .title_i_box h6 {
        font-size: 20px;
    }

    .news_list ul li span {
        margin: 4px auto 2px;
    }

    .news_list ul li p {
        line-height: 1.6;
    }

    .news_part .title_i_box {
        margin-bottom: 20px;
    }

    .animated-arrow,
    .lastPage,
    .blog_box_edit,
    .promotions_page .edit,
    .other_promotion .pmtTitle h3,
    .product_info_page .edit {
        font-size: 15px;
    }

    .banner h5 {
        font-size: 22px;
        LETTER-SPACING: 6px;
        line-height: 1.6;
    }

    .banner h5:after {
        font-size: 14px;
    }

    .show-list {
        grid-gap: 20px;
    }

    .show-list .show_name {
        font-size: 16px;
        margin-top: 5px;
    }

    .album_descrip {
        margin-bottom: 0;
    }

    .pic-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog_subbox {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .blog_ri {
        padding: 0;
    }

    .blog_search {
        margin-bottom: 20px;
    }

    .blog_list_ri h5,
    .news_related h6 span:before,
    .prod_related h6 span:before,
    .pd_tabTitle li.activeTab a {
        font-size: 20px;
    }

    .news_related_list li,
    .related_list li {
        width: calc((100% - 20px) / 2);
    }

    h4.blog_category_title,
    .promotion_title h2 {
        font-size: 22px;
    }

    .promotion_title h2 {
        margin-top: 20px;
    }

    .product_page .product_menu_list {
        width: 100%;
        border-right: none;
        min-height: auto;
        margin-bottom: 20px;
    }

    .product_menu_list>h5 {
        display: block;
        font-size: 22px;
        letter-spacing: 0;
        font-weight: 600;
    }

    .product_page .products-list {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    .product-layer-two li a {
        padding: 4px 48px 4px 8px;
    }

    .product-layer-two li i {
        top: 12px;
    }

    .product-layer-two li li {
        padding: 0 8px;
    }

    .mobile_product_name {
        display: none;
    }

    .proImgSwiper li {
        align-items: center;
    }

    .contact_form li:not(:nth-last-of-type(3)) {
        width: 100%;
    }

    .blank_letter {
        font-size: 24px;
    }

    .contact_form {
        margin-top: 20px;
        grid-gap: 15px;
    }

    .contact_form li.last {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .contact_content {
        padding-bottom: 50px;
    }




}