@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body{font-family: "Roboto", sans-serif,"Noto Sans TC", sans-serif;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 600px) { 
}
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
/*分類HEADER*/
.swiper-banner .swiper-slide img {
    animation-duration: 0s;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
}
.tp_links {
    display: none;
}
.fa-envelope::before {
    color: #fff;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.header_area {
    background: #fff;
}
.stellarnav > ul > li > a:hover b {
    color: rgb(82 180 255);
}
.stellarnav > ul > li > a {
    margin: 0 15px;
}
.header_area.sticky {
    background: rgb(255 255 255 / 85%);
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.navigation {
    display: grid
;
}
.stellarnav > ul > li > a b {
    font-weight: normal;
}
.stellarnav li {
    border-left: 1px solid #bfbfbf;
}
.stellarnav > ul > li:nth-child(2) {
    border-left: 0px solid;
}
.stellarnav > ul > li > a b {
    color: #044370;
}
.header_area.sticky:before {
    width: 100%;
    transition: 1.5s linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
    background: #317cb7;
}
.header_area:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 4px;
    background: #317cb7;
    bottom: -4px;
    left: 0px;
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.me_tp_features {
    padding: 0px 18px 5px 0;
}
.shop_search_btn {
    background: #064271;
    transition: .5s;
}
.shop_search_btn:hover {
    background: #317cb7;
    transition: .5s;
}
.stellarnav li a {
    color: #06436e;
    transition: 0.5s;
}
.stellarnav li li>a:hover {
    color: rgb(82 180 255);
    transition: 0.5s;
}
/*方案介紹*/
.promotion_title {
    display: flex
;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}
.promotion_title em {
    margin: 0 10px 2px 10px;
    border: 1px #317cb7 dashed;
}
.promotion_title h2 {
    font-size: 36px;
    color: #044370;
}
.edit {
    font-size: 19px;
    color: #222;
}
.promotion_title * {
    color: #317cb5;
    font-size: 16px;
}
.other_promotion li a:before {
    border: 1px #317bb9 solid;
    border-bottom: none;
    border-right: none;
}
.other_promotion li a:after {
    border: 1px #317bb9 solid;
    border-top: none;
    border-left: none;
}
.other_promotion .pmtTitle h3 {
    font-size: 19px;
    color: #04446c;
}
.other_promotion .pmtTime span {
    font-size: 16px;
}
*, *:before, *:after {
    font-size: 16px;
}
.other_promotion li a {
    background: #edfdff8f;
    border: 1px #317cb7 dashed;
}
.promotion_title span {
    border: 1px #317cb7 dashed;
}
.promotions_page #content {
    background: url(https://pic03.eapple.com.tw/icerent/07.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
/*租賃價目*/
.articel_mainPic img {
    display: none;
}
.news_related {
    background: #064271;
}
.blog_back a.article_btn_back {
    background: #327bb5;
}
.blog_back a.article_btn_next {
    background: #064271;
}
.blog_back a.article_btn_prev {
    background: #064271;
}
.news_related h6 span:before {
    color: #ffffff;
}
h4.blog_category_title {
    color: #064271;
}
.news_related_list li a:hover {
    background: #b6deff;
}
/*分類其他頁面banner*/
.banner {
    min-height: 450px;
    background: url(https://pic03.eapple.com.tw/icerent/05.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px 0 300px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}
.banner:before {
    content: '';
    display: block;
    position: absolute;
    width: 430px;
    height: 390px;
    right: 330px;
    top: 400px;
    background: url(https://pic03.eapple.com.tw/icerent/06.png);
    background-size: 100%;
    animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) both;
    opacity: 0;
}

@keyframes slide-in-bottom {
    0% {
      opacity: 0;
    }
    100% {
    top: 60px;
    opacity: 1;
    }
  }
.banner h5 {
    color: #fff;
    font-size: 48px;
    position: relative;
}
/*匯款通知*/

/*直購商城*/
.edit * {
    padding: 13px 0px 13px 0px;
}
.product_page #content {
    background: url(https://pic03.eapple.com.tw/icerent/07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product_info_page #content {
    background: url(https://pic03.eapple.com.tw/icerent/07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-layer-two li.active li a {
    padding: 7px 0px 7px 17px;
}
.product-layer-two > li {
    padding: 0;
    transition: .5s;
}
.product-layer-two li a {
    border: 0;
    background: 0;
    color: #064271;
    transition: .5s;
    font-size: 19px;
}
.product-layer-two li a:hover {
    color:#317cb7;
}
.product-layer-two li i.close::before {
    color: #054567;
}
.product-layer-two li li:hover > a {
    color: #317cb7;
}
.fa-circle-plus::before {
    color: #074270;
}
.product-layer-two li.active a {
    font-weight: bold;
    border: 0px #ccc solid;
}
.products-list .item a:hover .more {
    background: #317cb7;
    color: #fff;
}
.products-list .item a {
    border: 1px #bdbdbd solid;
    border-radius: 3pt;
    transition: .5s;
}
.products-list .item a:hover {
    border: 1px #064271 solid;
    transform: scale(1.05);
    transition: .5s;
}
.products-list .item a:hover .more {
    background: #317cb7;
}
.products-list .name {
    font-size: 20px;
    color: #02496e;
    display: flex
;
    justify-content: flex-start;
    font-weight: bold;
    flex-direction: column;
    align-items: center;
}
.products-list .more {
    border: none;
    font-weight: normal;
    border-top: 1px solid #999999;
    color: #999999;
}
.products-list .price {
    padding-left: 8px;
}
.products-list .price b {
    color: #317cb7;
}
.inquiry_a3 {
    background: #064271;
}
.inquiry_a3:hover {
    background: #064971d9;
}
.inquiry_a1 {
    background: #317cb7;
}
.inquiry_a1:hover {
    background: #317cb7a8;
}
.toShare {
    font-size: 16px;
}
.inquiry_a2 {
    background: none;
    color: #317cb7;
    border: 2px solid #317cb7;
}
.inquiry_a2:hover {
    background: #317cb72e;
}
.sidebarBtn {
    padding: 5px;
}
.product_info li span {
    color: #333;
    font-size: 19px;
}
.amountNum {
    border-radius: 3pt;
}
.toShare {
    border-top: none;
}
.sidebarBtn .price {
    border-bottom: 2px solid #317cb7;
}
.sidebarBtn .sp_price {
    color: #317cb7;
}
.sidebarBtn .price span {
    font-size: 24px;
}
.sidebarBtn h2 {
    color: #064271;
}
.sidebarBtn {
    border: none;
}
.product_page .show_content, .product_info_page .show_content {
    box-shadow: 0 3px 10px #0000001f;
    border-radius: 5pt;
    background: #fff;
}
.product_info_page .products-list, .product-wrapper {
    padding: 15px 15px;
}
.show_content {
    padding: 40px 40px;
}
.prod_related {
    background: #064271;
}
.prod_related h6 span:before {
    color: #ffffff;
}
.related_list li a p {
    font-size: 19px;
    color: #064271;
}
.lastPage {
    background: #317cb7;
    border-radius: 3pt;
    font-size: 19px;
    transition: .5s;
}
.lastPage:hover {
    background: #77a9d0;
    transition: .5s;
}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {
    font-size: 19px;
}
.related_list li a:hover {
    background: #b6deff;
    transition: .5s;
}
.pd_tabTitle li a {
    font-size: 19px;
}
.related_list li a {
    padding: 10px;
    background: #fff;
    transition: .5s;
    border-radius: 3pt;
}
.edit {
    font-size: 19px;
}
.pd_tabTitle li.activeTab a {
    color: #064271;
}
.pd_tabTitle li.activeTab::after {
    background: #317cb7;
}
.pd_tabTitle li {
    border-bottom: 1px solid #317cb7;
}

/*購物車*/
.shopping-cart .cart_head {
    background: #024472;
    border-radius: 3pt;
    padding: 0 0px 3px 10px;
}
.total_amount .rewrite_simple, .total_amount .send_simple {
    border: 1px solid #317cb7;
    border-radius: 3pt;
}
.rewrite_simple {
    background: #ffffff;
    color: #317cb7;
}
.send_simple {
    background: #317bb6;
}
.total_amount ul {
    border-radius: 4pt;
}
.total_amount ul:after {
    border-radius: 4pt;
}
/*匯款通知*/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
}
/*聯絡我們*/
.path p, .path p a {
    max-width: 1600px;
    padding-top: 15px;
    color: #064271;
    font-size: 15px;
}
.contact_le_map a {
    background: #317cb7;
    border-radius: 4pt;
}
.blank_letter {
    color: #044370;
    padding-top: 50px;
}
.info_MAIL:before {
    color: #01456e;
    font-size: 16px;
}
.info_ADD:before {
    color: #044567;
    font-size: 16px;
}
.contact_form li .form__label {
    color: #03446f;
    font-size: 16px;
}
.contact_form li input.noborder {
    border: 1px #317cb7 solid;
    border-radius: 3pt;
}
.contact_form li textarea.noborder {
    border: 1px #317cb7 solid;
    border-radius: 3pt;
}
.contact_form li.last blockquote {
    color: #064271;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #064271 solid;
    border-radius: 4pt;
}
.contact_form li.last cite {
    background: #317cb7;
    border-radius: 4pt;
}
.list_before.info li {
    padding-left: 32px;
    font-size: 16px;
}
.contact_form li.last input {
    font-size: 16px;
}
.contact_le_map a:hover {
    background: #77a9d0;
}
.contact_form li.last cite:hover {
    background: #77a9d0;
}
.contact_form li.last blockquote:hover {
    background: #dae7f2;
}
.contact_editbox {
    padding: 0px;
}
/*文章分享*/
strong {
    font-size: 24px;
}
.article_a #content {
    background: url(https://pic03.eapple.com.tw/icerent/07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.article_b #content {
    background: url(https://pic03.eapple.com.tw/icerent/07.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog_subbox {
    display: grid
;
    flex-direction: row;
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
}
.subbox_item a {
    display: flex
;
    grid-gap: 5px;
    flex-direction: column;
}
h5.blog_le_t span {
    display: none;
}
h5.blog_le_t em {
    font-size: 36px;
    color: #064271;
    font-weight: 500;
}
.blog_list_ri h5 {
    color: #064271;
    font-size: 24px;
}
.blog_list_ri em {
    font-size: 16px;
    color: #317cb7;
    margin: -3px 0 0 0;
}
.blog_list_ri p {
    font-size: 18px;
    color: #222;
}
.blog_list_ri {
    padding: 5px 5px;
}
.subbox_item a:after {
    background: rgb(255 255 255 / 59%);
    border: 1px #317cb7 solid;
}
.subbox_item a:hover .blog_list_le img {
    transform: scale(1.1);
}
.blog_list_le {
    overflow: hidden;
    display: inline-block;
}
.accordion li .link a {
    color: #064271;
    font-size: 17px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #05446b !important;
}
.accordion li .link a {
    color: #05446b;
}
.submenu li.on_this_category a, .submenu a:hover {
    background: #317cb7;
}
.blog_search input[type=search] {
    border: solid 1px #17436a;
}
.subbox_item a:before {
    color: #17436a;
    right: 20px;
}
.blog_list_ri h5 {
    font-size: 22px;
    color: #17436a;
    padding: 5px 0px 0px 5px;
}
.blog_list_ri em {
    color: #62c2e1;
    margin: -2px 0 5px 5px;
}
.blog_le .accordion > li:hover .link i, .blog_le .accordion > li.on_this_category .link i {
    color: #fff !important;
}
.blog_le .accordion li .link i {
    color: #17436a;
}
.blog_list_ri p {
    color: #000;
    padding: 0px 0px 0 5px;
}
.blog_le .accordion {
    border: 1px #074369 solid;
    background: #fff;
}
.accordion li+li .link {
    border-top: 1px solid #09426b;
}
.blog_le .accordion li.open i.fa-chevron-down::before {
    color: #044370;
}
.news_related_list li a {
    padding: 10px;
    background: #fff;
    transition: .5s;
    border-radius: 3pt;
}
.news_related_list li a p {
    font-size: 19px;
    color: #064271;
}
/*客服服務*/
  .contact_page .main_part {
    padding: 0px 0px;
}
 .contact_content {
    display: block !important;
    width: 100%;
    max-width: 1366px;
}
 .contact_content .information_right {
    display: none;
}
.contact_content .information_left {
    width: 100%;
    max-width: 1366px;
    display: grid;
    grid-template-columns: 260px 1fr;
}
.contact_content .information_left .blank_letter.i {
  grid-column: 1;
  grid-row: 1;
}

.contact_content .information_left .list_before.info {
  grid-column: 1;
  grid-row: 2;
}

.contact_content .information_left .contact_le_nomap {
  grid-column: 2;
  grid-row: 1 / span 2;
}
/*分類FOOTER*/
p.add {
    display: none;
}
.box_link a {
    display: none;
}
.copy {
    color: #fff;
    background: #317cb7;
    border-top: none;
    padding: 10px 0px;
}
.copy a {
    color: #fff;
}
.footer_menu a:hover {
    background: #317cb7;
    color: #fff;
    border: 1px #246a8d solid;
    transition: .5s;
}
.footer_menu a {
    padding: 6px 25px;
    border: 1px #317cb7 solid;
    margin: 0 4px 4px 0;
    color: #044370;
    background: #fff;
    border-radius: 3pt;
    transition: .5s;
}
.footer {
    background: #ffffff;
    box-shadow: 0 -2px 10px #0000000c;
}
.footer_info li p {
    color: #004872;
}
a {
    color: #004872;
}
/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/*footer*/
.footer_menu a:first-child {display: none;}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color: #317cb7;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent;left: 14px;; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before {background: #317bb9;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5 {display: block;color: #064271;}
.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: flex; }
.footer.with_shopping_mode { padding:30px 0 64px; }
#to_top { bottom:60px;}
}
/*header+footer*/
@media screen and (max-width: 1300px) {
    .banner:before {right: 30px;}
    .banner {padding: 0px 0px 0 0px;}
}
@media screen and (max-width: 1300px) {.blog_subbox{grid-template-columns: 1fr 1fr;}}
@media screen and (max-width: 960px) {
        .subbox_item {border-bottom: 0;}
}
@media screen and (max-width: 853px) {
    .navigation {display: flex;}
}
@media screen and (max-width: 793px) {
    .footer_info {
    display: flex
;
    grid-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0px;
}
    .footer_info ul 
    {  
    text-align: center;
}
}
@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle:after {color: #004872;}
    .stellarnav .menu-toggle span.bars span {background: #317cb7;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #17436a;color: #fff;}
    .stellarnav .icon-close:before {border-bottom: solid 2px #ffffff;}
    .stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
    .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #17436a;}
    .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 2px #17436a;}
    .stellarnav.mobile li.open {background: #ffffff;padding: 0px;}
    .stellarnav.mobile > ul > li > a {padding: 10px 0px 10px 0px;}
    .stellarnav li a {padding: 8px 15px;}
    .stellarnav.mobile li li.has-sub a {padding: 10px 0px 10px 15px;}
    .stellarnav.mobile li li a.dd-toggle {margin: 0 22px 0 0px;}
    .stellarnav.mobile li.open li.open {background: #ffffff;padding: 3px;}
    .stellarnav.mobile {left: 15px;top: 15px;}
    .banner:before{display: none;}
    .banner {display: flex;justify-content: center;min-height: 300px;}
    .mobile_product_name {display: none;margin-bottom: 10px;}
    .me_tp_features {padding: 0px 0px 0px 0;}
    #bottom_menu li a em {display: block;font-size: 16px;font-style: normal;}
    .path p {padding-right: 25px;}
    .contact_content .information_left {display: flex;flex-direction: column;}
}
@media screen and (max-width: 600px) { 
        .me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {
        display: inline;
    }
    .blog_subbox{grid-template-columns:1fr;}
    .contact_form li .form__label {background: 0;}
}
@media screen and (max-width: 431px) { 
    .me_tp_features {
        display: flex
;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .me_tp_features a {
    margin: 0 0px;
}
}