@charset "utf-8";
/* CSS Document */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-redpink: #ef0f3a;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fw-bold: 600;
}
html {font-size: 16px; color: #333; font-family: Arial, Helvetica, sans-serif; font-weight: 400; }
body { margin: 0 auto; padding: 0; background: #fff; }
body, div, input { font-size: var(--fs-14); font-family: Arial, Helvetica, sans-serif; }
input, textarea, button { outline: none; }
a { color: #000414; }
a:hover { background-color: transparent; text-decoration: none; color: var(--color-redpink); }
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block }
.fl { float: left; }
.fr { float: right; }
.clr, .clear { clear: both; }
p, h2, h1, h3, h4, h5, h6 { margin: 0; padding: 0; }
img { border: 0; vertical-align: middle; max-width: 100%; }
.unliststyle { list-style-type: none; margin: 0; padding: 0; }
.noplr { padding-left: 0 !important; padding-right: 0 !important; }
.plr5 { padding-left: 5px; padding-right: 5px; }
.pt150 { padding-top: 0; }
.pl0 { padding-left: 0 !important; }
.relative { position: relative; }
.fw-400 { font-weight: 400 !important;}
@media (min-width: 1230px) {
  .container { max-width: 1230px;}
}
@media (min-width: 1440px) {
  .container { max-width: 1440px;}
}

.header-up {display: flex; position: relative; height: 40px; z-index: 999; background: #24282c;}
.header-up .container {position: relative; z-index: 998;padding-left: 5px; padding-right: 5px;}
.header-up::after { position: absolute; top: 0; left: 0; width: 38%; content: ''; height: 40px; background: var(--color-redpink); z-index: 1; clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);}
.header-up::before { position: absolute; top: 0; left: 0; width: 38.3%; content: ''; height: 40px; background: var(--color-white); z-index: 1; clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);}
.gongsi {color: var(--color-white); font-weight: 600; font-size: 15px;}
.header-web { width: 240px; text-align: right; }
.header-web a { color: var(--color-white); font-size: 12px; font-weight: 400; text-decoration: none; padding: 0 2px;}
.header-web a:hover { color: var(--color-redpink);}
@media (min-width: 768px) {
  .header-web { width: 400px; }
  .header-web a {font-size: 15px; font-weight: 600; padding: 0 10px; }
}
@media (min-width: 992px) {
  .header-up .container {padding-left: 15px; padding-right: 15px;}
  .header-up::after { width: 36%; clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);}
  .header-up::before {width: 36.1%;  clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);}
  .gongsi {font-size: 18px;}
  .header-web { width: auto; }
}
header { width: 100%; height:60px; }
.header-fixed {position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; box-shadow: 0 2px 5px rgba(0,0,0,.2);}
.header-bg {display: none; height: 60px;}
.header-pc {width: 100%; height: inherit; color: var(--color-black); background: var(--color-white); z-index: 999;}
.header-pc .container { height: inherit;}
.header-pc nav {flex: auto; padding: 0 0 0 15px;}
.header-pc a {color: var(--color-black); font-weight: 400; text-decoration: none; transition: all .3s ease-in-out;}
.logo-pc img {height: 88px;}

.nav-menu {padding: 0 10px; height: 100%;}
.nav-menu ul {height: inherit;}
.nav-menu ul li {position: relative; height: inherit; display: flex; align-items: center; justify-content: center;}
.nav-menu ul li a {display: flex; align-items: center; padding: 0 5px; height: inherit; font-size: 13px; font-weight: var(--fw-bold); text-decoration: none; color: var(--color-black);}
.nav-menu ul li a:hover {color: var(--color-redpink);}
.nav-menu-list {position: absolute; top: 100px; min-width: 360px; height: auto !important; opacity: 0; visibility: hidden; transition: all 0.3s ease-in-out; overflow: hidden; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); z-index: 999;}
.nav-menu-list li {display: block !important; width: 100%; height: 2.5rem !important; background: rgba(255, 255, 255, 0.9); line-height: 2.5rem !important;}
.nav-menu-list li:hover {background: rgba(239, 15, 58, .9);}
.nav-menu-list li a {display: block !important; text-align: center; transition: unset;}
.nav-menu-list li a:hover { color: var(--color-white) !important;}
.nav-menu-down:hover .nav-menu-list { top: 90px !important; opacity: 1; visibility: unset;}
.nav-menu>ul>li::after { content: '|'; position: absolute; top: 50%; right: 0px; transform: translateY(-50%); color: #ddd; font-size: 16px; font-weight: 400; }
.top-search::after,
.langs::after { display: none;}
@media (min-width: 1200px) {
  .nav-menu ul li a { padding: 0 10px; font-size: 15px;}
}
@media (min-width: 1440px) {
  .nav-menu ul li a { padding: 0 15px; font-size: 16px;}
}
@media (min-width: 1600px) {
  .nav-menu ul li a {font-size: 18px;}
}
.langs {position: relative;}
.langs a span {display: block; padding: 10px 18px; width: 115px; background: var(--color-redpink); color: var(--color-white);}
.langs a span svg {transition: all .3s ease-in-out;}
.langs a:hover span {background: var(--color-redpink);}
.langs a:hover span svg {transform: rotate(-180deg);}
.langs-box { display: block; opacity: 0; visibility: hidden; position: absolute; top: 76px; width: 115px; min-height: 100px; z-index: 999; background: var(--color-redpink); border: 1px solid var(--color-white); transition: all 0.3s ease-in-out;}
.langs-box::after { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; top: -16px; left: 50%; margin-left: -8px; border-top-width: 0; border-bottom-color: #fff; content: " "; border-width: 8px;}
.langs-box li {height: auto !important;}
.langs-box li a {padding: 0 !important; display: block !important; width: 100%; text-align: center; line-height: 2.0625rem; color: var(--color-white) !important; font-weight: 400 !important;}
.langs-box li a:hover {opacity: 0.9; background: #e80e1c;}
.langs:hover .langs-box {top: 66px; opacity: 1; visibility: unset;}

.lang-menu {position: relative;}
.lang-mb {position: absolute; top: 60px; right: 0; opacity: 0; visibility: hidden; background: #e80e1c; width: 100px; min-height: 90px; z-index: 999; transition: all 0.3s ease-in-out;}
.lang-mb::after {position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; top: -12px; right: 15px; margin-left: -8px; border-top-width: 0; border-bottom-color: #e80e1c; content: " "; border-width: 6px;}
.lang-mb li a {display: block; margin: 0 !important; text-align: center; width: 100%; height: 30px; line-height: 30px; color: #fff;}
.lang-mb li a:hover {background: rgba(243, 70, 82, 0.9);}
.lang-menu:hover .lang-mb {top: 40px; opacity: 1; visibility: unset;}

@media (min-width: 1440px) {
  .langs-box,
  .langs a span { width: 120px; }
}
@media (min-width: 1600px) {
  .langs-box,
  .langs a span {width: 128px;}
}

.header-wrapper {height: inherit; width: 100%; background: #06286f; z-index: 999;}
.header-box {padding: 0 3.33333%; width: inherit;}
.header-logo img { height: 60px }
.header-menu {position: relative; color: #fff; }
.header-items svg {fill: #fff;}
.header-icon-bar {position: relative; display: block; margin-right: 10px; width: 20px; height: 1px; background: var(--color-white);}
.header-icon-bar:hover {color: #fff; background: var(--color-white);}
.header-icon-bar::after,
.header-icon-bar::before { content: ''; position: absolute; top: -6px; width: 20px; height: 1px; background: var(--color-white); }
.header-icon-bar::after { top: auto; bottom: -6px;}
.header-search {margin-left: 16px; cursor: pointer; color: #fff;}
.header-search svg {margin-right: 10px; fill: #fff;}

.header-items a {position: relative; margin: 0 8px;}
.header-items .topcart {position: absolute; top: -5px; right: -5px; display: block; width: 12px; height: 12px; background: #c00; color: #fff; font-size: 10px; transform: scale(0.9); border-radius: 50%; line-height: 10px; text-align: center;}

.search-box {display: none; position: fixed; top: 0; left: 0; padding: 20px; width: 100%; height: 100%; background: var(--color-white); z-index: 19998;}
.search-close {position: absolute; top: 20px; right: 20px; text-align: right; cursor: pointer;}
.search-close svg {width: 12px; height: 12px; fill: var(--color-black);}
.search-logo { text-align: center;}
.search-logo img { width: 157px;}
.search-detail {padding: 10px 30px; border: 1px solid var(--color-black); border-radius: 50px; width: 100%;}
.search-detail input { width: calc(100% - 36px); border: 0; background: var(--color-white); color: var(--color-black);}
.search-detail button { border: 0; background: none; }
.search-detail button svg {margin-top: -5px; fill: var(--color-black);}

.header-cate {background: #434141;}
.header-cate a { color: #fff;}
.header-cate .swiper-slide {width: auto; padding: 0 10px; display: flex; align-items: center; justify-content: center; font-family: Arial, Helvetica, sans-serif; font-weight: 400;}
@media (min-width: 768px) {
  .header-logo { width: 227px; }
  .header-logo img { max-width: 100%;}
  .search-box {padding: 50px;}
  .search-close {top: 50px; right: 50px;}
  .search-close svg {width: 16px; height: 16px;}
  .search-logo img { width: 227px; }
}
@media (min-width: 992px) {
  header { height: 90px;}
  .header-bg { height: 90px;}
}

.mainWrapper { }
/* Header */
/* Pc Header ================================================================================ */
.pc-header .header {position:relative; z-index:20;  background: #fff; border-bottom: 1px solid #ECEDEE;}
.pc-header .header .logo {text-decoration:none!important; float: left;}
.pc-header .header .logo img { max-width: 190px;}
.pc-header .header h1.logo {margin:0;}
.pc-header .header .container { display: flex;align-items: center;justify-content: space-between;position: relative;}
.pc-header .header .container::before,.pc-header .header .container::after{content: none;}

.pc-header .header .form-search {position: relative; float: right; }
.pc-header .form-search input.input-text {box-shadow: none; font-size: 16px; background:#fff; border-radius: 0;  width:217px; padding: 0 8px 0 40px; height: 35px; line-height: 35px; border-right: 0;border-top:0; border-left: 0;border-bottom: 1px solid #c8cdcd;}
.pc-header .form-search input.input-text:focus {box-shadow: none; outline: none;}
.pc-header .header .form-search button.button {color: #a5a5a5; position: absolute; left: 0; top: 0; width: 35px; height: 30px; border: 0; background: none; font-size: 34px;}
.pc-header .pc-cart { color:rgba(66,90,104,.6) !important;display: inline-block;padding: 0 24px;margin: 29px 0!important;position: relative;}
.pc-header .pc-cart svg { fill: rgba(66,90,104,.6) !important;}
.pc-header .pc-cart span { position: absolute;top:0;right: 37px;background: #000;color:#fff;border-radius: 50%;width: 16px;height: 16px;font-size: 10px;font-family: Sans-Serif; text-align: center;font-weight: bold;}
.pc-header .header .form-search button.button i {color: rgba(66,90,104,.6);font-weight: bold;}
.pc-search { padding: 0 0 0 15px;display: flex;align-items: center;}
.pc-search .level1{margin: 0; padding: 0; list-style-type: none;}
.pc-search .btn-k svg {position: absolute; top: 0; left: 0;}

/* nav-container */
.nav-container {float: left;height: 86px;}
#nav {font-size:14px;}

/* All Levels */
#nav li {text-align:left;}
#nav a {display: block; text-decoration: none;}
#nav span {cursor:pointer; white-space:nowrap;}

/* 1st Level */
#nav ul.level1 {display:inline-block;;margin: 0;padding: 0;float: left;}
#nav ul.level1>li {float:left;transition: background-color 0s;transition-delay: .2s;}
#nav ul.level1>li:hover { background: #f4f5f6;}
#nav ul.level1>li>a {font-size: 16px;padding:0 20px;border-right: 1px solid #ddd; text-transform: capitalize; color: #000; margin: 32px 0;font-family: "Costa",Sans-Serif;}
#nav ul.level1>li:last-child>a { border:0;}
#nav ul.level1>li:hover>a {color: #9B9B9D; position: relative;}
/*#nav ul.level1>li.category-top:hover>a:after {content: ''; position: absolute; z-index: 32; border-right: 1px solid #a7a9ab; border-top: 1px solid #a7a9ab; background: #fff; width: 10px; height: 10px; transform: rotate(-45deg); bottom: -4px; right: 50%;}*/

/* 2nd Level */
#nav ul.level1>li:hover ul.level2 {display: block;}
#nav ul.level2 {display: none; padding: 20px; background:#f4f5f6; position:absolute; left: 0; right: 0; top:100%; z-index: 30; min-width: 500px;  border-radius: 0 0 4px 4px;}
#nav ul.level2 li {width: 25%; float:left; overflow: hidden;}
#nav ul.level2 li>a {color: #000; font-size: 14px;font-family: "medium web",Sans-Serif;font-weight: bold;padding: 20px 0 10px;}
#nav ul.level2 li>a:hover {text-decoration: underline;}

/* 3nd Level */
#nav ul.level3 li { width: 100%;}
#nav ul.level3 li>a { color:#000;font-size: 12px;font-family: "medium web",Sans-Serif;font-weight: normal;text-align: left;padding:5px 0;}

/* ======================================================================================= */
.case-show { padding: 0;}
.case-show h2 { font-size: 26px; font-weight: bold; color: #333; margin-bottom: 50px; }
.case-card { background-color: #fff; border: none; border-bottom: 1px solid var(--color-redpink); border-radius: 0; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;}
.case-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.case-img-container { position: relative; padding-bottom: 100%; width: 100%; overflow: hidden; transition: all .3s ease-in-out; }
.case-img-container a { display: -webkit-box; display: -webkit-flex; display: flex; position: absolute; overflow: hidden; width: 100%; height: 100%; cursor: pointer; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.case-img-container a img { visibility: inherit; object-fit: cover; font-family: "object-fit: cover;"; min-height: 1px; -webkit-user-select: none; user-select: none; max-width: 100%; max-height:100%; opacity: 1; transition: all .3s ease-in-out; }

.case-card .card-img-top { transition: transform 0.3s ease; }
.case-card:hover .card-img-top { transform: scale(1.05);}
.case-img-title { position: absolute; bottom: 0; left: 0; width: 100%; background-color: rgba(230, 0, 18, 0.85); color: #fff; padding: 8px 15px; font-size: 14px; font-weight: 500; text-align: center; }

.case-card .card-body { padding: 40px 20px; }
.case-meta { margin-bottom: 10px; }
.case-meta span { display: inline-flex; align-items: center; }
.case-meta i { margin-right: 5px; color: #e60012;} 
.case-card .card-title { font-size: 18px; font-weight: 600; margin-bottom: 15px; color: #333; min-height: 4.5em; }
.case-link { position: absolute; bottom: 15px; right: 15px; font-size: 1.2rem; color: #e60012; transition: transform 0.3s ease; }
.case-link:hover { transform: translateX(5px); }
/* category */
.category-show h2 { font-size: 26px; font-weight: bold; color: #333; margin-bottom: 50px; }
.category-box {position: relative; overflow: hidden;}

.category-box .swiper-slide {padding: 10px; height: 390px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}

.category-show .new-next,
.category-show .new-prev {display: flex; position: absolute; top: -15px; width: 40px; height: 40px; background: rgba(0, 0, 0, 0.2); border-radius: 50%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); z-index: 10; cursor: pointer; justify-content: center; align-items: center; transition: all .36s ease-in-out;}
.category-show .new-next svg,
.category-show .new-prev svg { fill: var(--color-white);}
.category-show .new-prev { left: auto; right: 60px;}
.category-show .new-next:hover,
.category-show .new-prev:hover {background: #000;}

.cate-card {overflow: hidden; position: relative; padding: 10px; box-shadow: 0px 0px 10px 0px rgba(169, 169, 169, 0.3); z-index: 1; width: 100%; -webkit-transition: all .36s ease; transition: all .36s ease; border: 0; border-radius: 0;}
.cate-card:hover {box-shadow: 0px 0px 10px 0px rgba(169, 169, 169, 0.5);}
.cate-img { position: relative; padding-bottom: 80%; width: 100%; overflow: hidden; transition: all .3s ease-in-out; }
.cate-img a { display: -webkit-box; display: -webkit-flex; display: flex; position: absolute; overflow: hidden; width: 100%; height: 100%; cursor: pointer; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.cate-img a img { visibility: inherit; object-fit: cover; font-family: "object-fit: cover;"; min-height: 1px; -webkit-user-select: none; user-select: none; max-width: 100%; max-height: 100%; opacity: 1; transition: all .3s ease-in-out; }
.cate-card .card-body { padding: 5% 10%; min-height: 60px; }
.cate-card .card-body h3 { font-size: 16px; }

@media (min-width: 430px) {
  .category-box .swiper-slide { height: 420px;}
}
@media (min-width: 576px) {
  .cate-card .card-body h3 { font-size: 16px; }
  .category-box .swiper-slide { height: 290px;}
  .cate-card .card-body {min-height: 68px;}
}
@media (min-width: 768px) {
  .category-show .new-next,
  .category-show .new-prev {top: 50%;}
  .category-show .new-next {right: -40px;}
  .category-show .new-prev {left: -40px;}
  .cate-card .card-body h3 { font-size: 16px; }
  .category-box .swiper-slide { height: 370px;}
  .cate-card .card-body {min-height: 72px;}
}
@media (min-width: 820px) {
  .category-box .swiper-slide { height: 265px;}
}
@media (min-width: 844px) {
  .category-box .swiper-slide { height: 280px;}
}
@media (min-width: 992px) {
  .case-show h2,
  .category-show h2 { font-size: 43px; }
  .cate-card .card-body h3 { font-size: 18px; }
  .category-box .swiper-slide { height: 330px;}
  .cate-card .card-body {min-height: 76px;}
}
@media (min-width: 844px) {
  .category-box .swiper-slide { height: 280px;}
}
@media (min-width: 1200px) {
  .cate-card .card-body h3 { font-size: 20px; }
  .category-box .swiper-slide { height: 320px;}
  .cate-card .card-body {min-height: 80px;}
}
@media (min-width: 1440px) {
  .cate-card .card-body h3 { font-size: 22px; }
  .category-box .swiper-slide { height: 400px;}
  .cate-card .card-body {min-height: 100px;}
}
/* our manager */
.manager-wrapper {background: rgba(247,247,247,1);}
.manager-wrapper h2 { font-size: 26px; font-weight: bold; color: #333; margin-bottom: 50px; }
.manager-box {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; padding: 0 10px;}
.manager-list {margin: 0.5%; padding: 10px;  -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; background: var(--color-white);}
.manager-img img { max-width: 100%; max-height: 100%; }
.manager-name {padding: 10px; text-align: center; font-size: 16px; font-weight: var(--fw-bold);}
@media (min-width: 768px) {
  .manager-list { -ms-flex: 0 0 32.333333%; flex: 0 0 32.333333%; max-width: 32.333333%;}
}
@media (min-width: 992px) {
  .manager-wrapper h2 { font-size: 43px; }
  .manager-name {font-size: 20px; }
  .manager-list {flex: 0 0 18%;}
}
@media (min-width: 1200px) {
  .manager-list {flex: 0 0 19%;}
  .manager-name {font-size: 24px; }
}
/* about */
.what-we-do { position: relative; padding: 60px 0; }
.what-we-do-title { color: #e60012; font-weight: bold; position: relative; display: inline-block; margin-bottom: 25px; text-align: right; font-size: 1.1rem; letter-spacing: 0.5px; }
.company-info { margin-bottom: 40px; }
.company-info h2 { font-weight: bold; margin-bottom: 25px; position: relative; font-size: 1.8rem; line-height: 1.3; }
.company-info p { color: #666; line-height: 1.8; margin-bottom: 15px; font-size: 15px; }
.feature-box { display: flex; align-items: center; margin-bottom: 20px;} 
.feature-icon { width: 56px; height: 56px; margin-right: 15px; display: flex; align-items: center; justify-content: center; background-color: #f8f8f8; border-radius: 50%; padding: 8px; }
.feature-icon img { max-width: 100%; }
.feature-icon svg {width: 48px; fill: #ef0f3a;} 
.feature-text h4 { font-weight: bold; margin-bottom: 0; font-size: 17px; color: #333; }
.read-more-btn { background-color: #e60012; color: white; padding: 10px 25px; border: none; border-radius: 3px; font-weight: bold; margin-top: 40px; font-size: 16px; display: inline-block; text-decoration: none; transition: all 0.3s ease; }
.read-more-btn:hover { background-color: #d10010; color: white; text-decoration: none; }
.contact-box { position: absolute; bottom: 30px; left: 30px; background: white; padding: 18px 22px; border-radius: 6px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); max-width: 320px; z-index: 10; transition: all 0.3s ease; }
.contact-box:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.12); transform: translateY(-3px); }
.contact-box h4 { font-weight: bold; margin-bottom: 5px; font-size: 18px; }
.contact-box p { color: #666; margin-bottom: 0; font-size: 14px; }
.contact-box .email {background: #f00; border-radius: 2px; display: inline-block;}
.contact-box .email a { color: #fff; display: inline-block; padding: 1px 4px;}
.machine-image { width: 100%; border-radius: 5px; }
/* youtube */
.background-container { position: relative; width: 100%; height: 754px; background-image: url('./images/youtube.webp'); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.content-wrapper { max-width: 1440px; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }
.left-section { width: 50%; display: flex; justify-content: center; align-items: center; position: relative; } 
@media (max-width: 991.98px) {
.background-container { justify-content: center; padding: 20px; height: 454px;}
}
@media (max-width: 767.98px) {
  .background-container {height: 354px;}
}
@media (max-width: 575.98px) {
  .background-container {height: 254px;}
}

.play-button { position: relative; transform: none; width: 100px; height: 100px; background-color: #e60012; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; transition: all 0.3s ease; z-index: 10; box-shadow: 0 4px 15px rgba(230, 0, 18, 0.3); }

.title-line span { color: #e60012; }
.subtitle { font-size: 24px; font-weight: bold; margin-bottom: 5px; line-height: 1.2; }
.description {font-size:16px; color:#666; line-height:2; margin: 20px 0;  }
.read-more-btn { display: inline-block; background-color: #e60012; color: white; padding: 20px 40px; border-radius: 0px; font-weight: bold; text-decoration: none; transition: all 0.3s ease; max-width: 205px; max-height: 75px; text-align: center; }
.read-more-btn:hover { background-color: #d10010; color: white; text-decoration: none; }

@media (max-width: 991.98px) {
.content-wrapper { padding: 20px; }
.left-section { justify-content: center; }
.play-button { width: 100px; height: 100px; }
}
.play-button:hover { background-color: #d10010; color: white; text-decoration: none; transform: scale(1.1); }
.play-button i { font-size: 45px; margin-left: 8px; }
.info-card { background: white; padding: 5.9859% 7.3944%; border-radius: 0px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); width: 50%; position: relative; z-index: 5; }
.red-line { border-left:4px solid #ef0f3a;padding-left:40px; }
@media (max-width: 991.98px) { 
.info-card { padding: 30px; margin: 10px; width: 100%; }
}
.title-line { font-size: 32px; font-weight: bold; margin-bottom: 5px; line-height: 1.2; }
@media (max-width: 767.98px) {
.title-line { font-size: 24px; }
.subtitle { font-size: 20px; }
.description { font-size: 14px; }
.read-more-btn { padding: 10px 20px; font-size: 14px; margin-top: 10px;}
.play-button { width: 80px; height: 80px; }
}
@media (max-width: 575.98px) {
  .info-card {padding: 5.8169% 5.6338%;}
  .red-line { padding-left:10px; }
  .play-button { width: 50px; height: 50px; }
  .play-button svg { width: 30px; height: 30px; }
  .play-button i {font-size: unset;}
}
@media (max-width: 390px) {
  .left-section { justify-content: start; margin-left: 10px;}
}

/* video */
.video-header { text-align: center; padding: 20px 0; position: relative; }
.video-header h1 { font-size: 26px; font-weight: bold; color: #333; margin-bottom: 0; }
.video-header .red-triangle { color: #e60012; font-size: 14px; position: absolute; top: 0px; left: 50%; transform: translateX(-50%); }
.video-card { margin-bottom: 30px; transition: all 0.3s ease; border: none; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.video-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
.video-img { position: relative; padding-bottom: 70%; width: 100%; overflow: hidden; transition: all .3s ease-in-out; }
.video-img a { display: -webkit-box; display: -webkit-flex; display: flex; position: absolute; overflow: hidden; width: 100%; height: 100%; cursor: pointer; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.video-img a img { visibility: inherit; object-fit: cover; font-family: "object-fit: cover;"; min-height: 1px; -webkit-user-select: none; user-select: none; max-width: 100%; max-height:100%; opacity: 1; transition: all .3s ease-in-out; }

.video-card .card-body { padding: 20px;}
.video-date { color: #e60012; font-size: 14px; margin-bottom: 10px; display: block; }
.video-title { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 15px; line-height: 1.4; height: 50px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.video-link { color: #e60012; text-decoration: none; font-weight: 500; display: flex; align-items: center; justify-content: flex-end; }
.video-link:hover { color: #d10010; text-decoration: none; }
.video-link svg { margin-left: 5px; transition: transform 0.3s ease; }
.video-card:hover svg { transform: translateX(6px); }
@media (min-width: 992px) {
  .video-header .red-triangle {top: 20px; }
  .video-header { padding: 40px 0; }
  .video-header h1 { font-size: 36px;}
}
/* ================================================================================ */

.showBan { padding-bottom: 5px; }
.showBan .swiper-slide { text-align: center; position: relative; }
.showBan .swiper-slide img { max-width: 100%; }
.showBan .swiper-pagination-bullet { width: 40px; height: 2px; border-radius: 0; background: #fff; }
.showBan .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff; }
.showBan .swiper-slide .container { position: relative; z-index: 999; text-align: left; height: 100%; color: #fff; padding-left: 10%; }
.showBan .swiper-slide p, .showBan .swiper-slide h2 { margin-bottom: 10px; }  

.category { padding: 30px 0; text-align: center }
.cate-title { margin-top: 10px; position: relative;}
.cate-title h2 { position: relative; font-size: 26px; font-family: 'Roboto Condensed'; font-weight: 300; color: #111111; letter-spacing: 2px; text-transform: uppercase; text-align: center; }
.cate-title h2::after { position: absolute;  left: 50%; bottom: -6px; margin-left: -10px; content: ""; border-top: 2px solid #c1c1c1; width: 20px;}
@media (max-width: 768px) {
  .cate-title h2 { text-align: left;}
  .cate-title h2::after {left: 15px;}
}

.nav-sub { position: relative; }
.nav-sub a.n-link {position: relative; display: block; padding: 10px 20px; background: rgba(246,246,246,1); border-bottom: 1px solid rgba(236, 236, 236, 1);}
.nav-sub a.n-link svg {position: absolute; top: 14px; right: 10px; width: 13px; height: 13px; transform: rotate(-90deg);}
.nav-sub .sub-menu { position: absolute; top: 0px; left: 98%; margin: 0; padding: .625rem; list-style: none; width: 260px; background: #fff; -webkit-transform: translate(0, 40px); -ms-transform: translate(0, 40px); transform: translate(0, 40px); visibility: hidden; opacity: 0; transition: transform .3s, opacity .25s, visibility 0s linear .4s; z-index: 9999; }
.nav-active .sub-menu { display: block !important; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); visibility: visible; opacity: 1; transition: transform 0.3s, opacity 0.25s, visibility 0s linear 0s; }
.sub-menu dl { display: block; padding: 0px; margin-bottom: 0; }
.sub-menu dt { display:block; width:100%; border-bottom: 1px solid #f7f8fa; padding: 10px 0; text-transform: capitalize; }
.sub-menu dt a:hover { color:#f00;}
.sub-menu dd { padding: 4px 0; height: 34px; margin-bottom: 0; }
.sub-menu dd a { position: relative; text-decoration: none; font-size: 13px!important; font-family: SofiaPro; color: #7d7b7b; font-weight: 500; line-height: 28px; text-transform: capitalize; }
.sub-menu dd:hover { background: #e3e3e3; }

.sub-nav-menu { position: relative; z-index: 100; }
/* .sub-nav-menu::after { position: absolute; top: 20px; right: 10px; content: ""; width: 6px; height: 6px; position: absolute; border-left: 1px solid #999; border-bottom: 1px solid #999; -webkit-transform: translate(0,-50%) rotate(-135deg); transform: translate(0,-50%) rotate(-135deg);} */
.sub-nav-menu .sub-nav-box { display:none; position: absolute; top: 0; left: 200px; padding: 10px 15px; width: 200px; background: #fff; z-index: 101;}
.sub-nav-menu .sub-nav-box a { display: block; padding: 10px 0; border-bottom: 1px solid #f7f8fa;}
.sub-nav-menu:hover .sub-nav-box { display: block;}

.brand-box .col-2 a { display: block; margin: 5px auto; height: 68px; line-height: 68px; text-align: center; border: 1px solid #ddd;}
.brand-box .col-2 a img {max-height: 60px;}

#main-nav { display: none;}
.second-nav .flags {margin-top: 0 !important;}
/* Header Banner */
.home_banner {position: relative; width: 100%; height: 100%; overflow: hidden; z-index: 1;}

.asset-part {padding: 50px 0; position: relative;}
.asset-part img { max-width: 100%;}
.asset-part a  { display: block;}
.asset-part .center-box {position: absolute;max-width:400px;width: 100%;top: 50%;left: 23%;text-align: center; -webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%); }
.asset-part .center-box h2 {text-shadow: 0px 0px 5px rgba(0,0,0,1);transform: rotate(-4deg);font-size: 64px;line-height: 54px;font-family: "marker",sans-serif;text-transform: uppercase;color: #fff;display: block;margin: 0 auto .25em !important;letter-spacing: inherit; }
.asset-part .center-box h2 span {font-family: Costa,sans-serif;font-size: 32px;line-height: 1;display: block; }
.asset-part .center-box .center { text-align: center;}

@media (max-width: 767px)
{
  .asset-part {padding: 20px 0;}
  .asset-part .center-box {top:35%;left: 50%;max-width: 90%; }
  .asset-part .center-box h2 {font-size: 50px;line-height: 42px;}
  .asset-part img {object-position: 20% 100%; }
}
/* Main */
.main { }
.main-view { }
.leftBox { margin-bottom: 15px;}
.left-hd { padding:10px 0; font-size:20px; border-bottom:1px solid #ddd; background: var(--color-redpink); color: #fff; text-indent: 5px; border-radius: 2px;}
.all-sort-list dt {padding:3px 0; font-size:16px; font-weight:600;}
.all-sort-list dt a {}
.all-sort-list dt a:hover { font-weight:bold; color:#2C313A}
.all-sort-list dd {padding-left:10px;}
.all-sort-list dd a { color:#666}
.all-sort-list dd a.set,.all-sort-list dd a:Hover { color:#c00}
.all-sort-list dd a.set { font-weight:bold;}
.home-text { padding:15px 0;}
.home-text .text-title { margin-bottom: 15px; text-align:center; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif ; font-size:1.875rem; font-weight: 700; font-style: normal; margin: 0 0 15px; line-height: 1.2;}
div.filter-title, h2.filter-title { font-size: 18px; font-weight: 300; line-height: 42px; margin: 20px 0 15px 0; text-indent: 10px; color: #fff; text-transform: capitalize; text-align: center; border-radius: 5px; background: #627645; background: -moz-linear-gradient(top, #627645 0%, #749640 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #627645), color-stop(100%, #749640)); background: -webkit-linear-gradient(top, #627645 0%, #749640 100%); background: -o-linear-gradient(top, #627645 0%, #749640 100%); background: -ms-linear-gradient(top, #627645 0%, #749640 100%); background: linear-gradient(to bottom, #627645 0%, #749640 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627645', endColorstr='#749640', GradientType=0 );
}
h2.filter-title { text-align: left }
div.filter-title .content, h2.filter-title .content { display: inline; }
p.filter-title, h3.filter-title { background: url(../images/slider-bar.png) right no-repeat; color: #fff; font-size: 1.7em; font-weight: 400; line-height: 24px; margin: 0 0 32px 0; }
p.filter-title .content, h3.filter-title .content { background-color: #fff; padding-right: 20px }


.products .swiper-slide {height: auto;}

.products-grid { margin: 0; text-align: center; }
.goods { padding: 0px; margin-bottom: 15px; height: 100%; text-align: center; background: #fff; transition: all .3s ease-in-out; border: 1px solid #f5f5f5; }
.good-border { border: 4px #fff solid; margin-bottom: 0;}
.goods .goods-img { position: relative; padding-bottom: 80%; width: 100%; overflow: hidden; transition: all .3s ease-in-out; }
.goods .goods-img a { display: -webkit-box; display: -webkit-flex; display: flex; position: absolute; overflow: hidden; width: 100%; height: 100%; cursor: pointer; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.goods .goods-img a img { visibility: inherit; object-fit: cover; font-family: "object-fit: cover;"; min-height: 1px; -webkit-user-select: none; user-select: none; max-height: 100%; max-width: 100%; opacity: 1; transition: all .3s ease-in-out; }
.goods .goods-img .goods-save { position: absolute; right: 1px; top: 1px; background: #900; color: #fff; margin: 0; text-transform: uppercase; display: inline-block; padding: 1px 6px;border-radius: 0px; font-weight: 400; height: 19px; line-height: 16px; font-size: 12px;}
.goods .goods-name { padding: 5px 0 0 0; font-size: 14px; height: 48px; white-space: wrap; overflow: hidden; text-overflow: ellipsis; color: #000; line-height: 24px; font-weight: 400; -webkit-line-clamp: 1; -webkit-box-orient: vertical; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px;}
.goods .goods-name a { color: #000; }
.goods .goods-btn {padding-top: 10px;}
.goods .goods-btn a:hover { opacity: .8;}
.goods .goods-btn a { border-radius: 0; font-size: 12px; padding: 5px 10px;}
.goods .goods-btn .btn-danger { background-color: #900; border-color: #900 }
.goods .goods-btn .btn-danger:hover { background-color: #a80505; border-color: #a80505 }
.goods .goods-btn .btn-danger.focus,.btn-danger:focus { background-color: #020101; border-color: #a80505; box-shadow: 0 0 0 .2rem rgba(168, 5, 5,.5) }
.goods .goods-btn .btn-danger.disabled,.btn-danger:disabled { background-color: #a80505; border-color: #a80505 }
.goods .goods-btn .btn-danger:not(:disabled):not(.disabled).active,.goods .goods-btn .btn-danger:not(:disabled):not(.disabled):active,.goods .goods-btn .show>.btn-danger.dropdown-toggle { background-color: #a80505; border-color: #a80505 }
.goods .goods-btn .btn-danger:not(:disabled):not(.disabled).active:focus,.goods .goods-btn .btn-danger:not(:disabled):not(.disabled):active:focus,.goods .goods-btn .show>.btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 .2rem rgba(168, 5, 5,.5) }

.goods .review-box,
.goods .goods-price { padding: 5px; width: 100%; }
.goods .goods-price span { color: #9b0202; font-size: 22px; font-weight: 700;}
.goods .goods-price s { display: inline-block; margin-left: 10px; color: #222; font-size: 14px; font-weight: 400; }
.goods:hover { box-shadow: 2px 7px 14px rgba(226, 222, 222, .6); }
.goods-name a:hover,
.goods:hover .goods-name a { color: #000;}
.goods .review-box { display: flex; align-items: center;}
@media (min-width: 576px) {
  .goods { padding: 8px 15px;}
  .goods .goods-price { padding: 5px 10px;}
}
@media (max-width: 991.88px) {
  .goods-name {height: 55px !important; }
}
.content-asset { margin: 30px 0;color:#000;}
.content-asset .container { max-width: 1380px;width: 100%;}
.content-asset img { max-width: 100%;}
.content-asset a { display: block;}
.content-asset .item-label { padding: 20px 0;}
.content-asset h4 { margin: 0;font-size: 16px;line-height: 24px; font-weight: 600 !important; font-family: Arial, Helvetica, sans-serif; text-align: center; color:#000; padding-bottom: 10px; text-decoration: underline;}
.content-asset p { padding: 0 40px;font-size: 16px; line-height: 21px;color:#000;text-align: center;}
.content-asset p span.asset-button,
.asset-part span.asset-button {display:inline-block;background-color:#fff;border: 2px solid #000;border-radius: 4px;color:#000;font-family: Costa,sans-serif;line-height: 40px;font-size: 16px;width:223px;margin:1em auto 0;letter-spacing:inherit;transition: background-color .3s ease,color .3s ease;}
.content-asset a:hover p span.asset-button,
.asset-part span.asset-button:hover {  background-color:#000;color:#fff;}


.footerBan img { -webkit-user-select: none; user-select: none; width: 100%; min-height: 1px; position: relative; object-fit: cover; font-family: "object-fit: cover;"; visibility: inherit; height: 300px; }
#imloading { margin: 10px auto; width: 100%; height: 32px; background: url(../images/loading.gif) no-repeat center center; }
.pro_title { padding-top: 10px; padding-bottom: 10px; font-size: 22px; color: #000; text-align: center }
.pro_title a { font-size: 14px; text-decoration: underline; }
.breadcrumbBox { margin-bottom: 15px; border-bottom: 1px solid #ddd; text-transform: uppercase; background: #e9ecef; }
.breadcrumbBox li { font-family: Arial, sans-serif; font-size: 12px; color: #333; }
.breadcrumbBox .active, .breadcrumbBox a { color: #333;font-family:'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold;}
.breadcrumbBox .breadcrumb { padding: 10px 15px; font-family:'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:bold;}

.breadcrumb {background: none; margin-bottom: 0; }
.time-box { overflow: hidden; position: relative; }
.time-box a img { transition: all .8s linear; width: 100%; }
.time-box:hover img { transform: scale(1.04); transition: all .8s linear; }
.content-section { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; }
.content-section .info-deal { padding: 0 0 41px 0; border-bottom: 2px solid #fff; position: relative; width: 50%; margin: auto; }
.content-section .info-deal:before { content: ""; height: 2px; width: 150px; background: #ddac55; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); }
.content-section .info-deal .title-deal { font-size: 13px; font-family: SofiaPro; text-transform: uppercase; text-align: right; }
.content-section .info-deal .deal-to { font-size: 36px; font-family: SofiaPro; }
.content-section .countdown-timer { padding-top: 60px; }
.countdown-timer ul { padding-left: 0; }
.countdown-timer li { display: inline-block; font-size: 16px; font-family: SofiaPro; width: 80px; height: 80px; font-weight: 400; list-style-type: none; color: #fff; background: #ddac55; margin: 20px }
.countdown-timer li span { color: #fff; display: block; font-weight: 500; font-size: 30px; font-family: SofiaPro; text-algin: center }
.countdown-timer li span b { font-weight: 500; padding-top: 7px }

@media (max-width: 768px) {
.time-box .bannerimages { min-height: 450px; object-fit: cover; }
.content-section { width: 100%; }
.content-section .info-deal { padding: 0 0 20px 0; width: 100%; }
.content-section .info-deal .title-deal { width: 100%; }
.content-section .info-deal .deal-to { font-size: 30px; padding-bottom: 15px; }
.countdown-timer li { font-size: 15px; width: 60px; height: 65px; margin: 4px }
.countdown-timer li span { font-size: 25px }
.goods .goods-name { font-size: 14px; }
}
.center_titles { margin-top: 10px; padding: 10px 20px; border: 1px solid #e3e3e3; }
.product_type_list { padding: 10px; border: 1px solid #e3e3e3; border-top: 0; margin-bottom: 10px; }

.page-link {color: #900;}
.page-link:hover {color: #900;}
.page-item.active .page-link { background-color: #900; border-color: #900; }


/* view */
.viewCon { margin-top: 20px; margin-bottom: 10px; padding-bottom: 10px;}
.pc-slide { width: 100%; margin: 0 auto; }
.view .swiper-container { width: 100%; height: 100%; text-align: center }
.view .swiper-container .img-responsive { display: inline-block; }
.view .arrow-left { background: url(../images/index_tab_l.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -25px; width: 28px; height: 51px; z-index: 10; }
.view .arrow-right { background: url(../images/index_tab_r.png) no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -25px; width: 28px; height: 51px; z-index: 10; }
.preview { max-width: 100%; margin-top: 10px; position: relative; }
.preview .swiper-container { width: 80%; height: 82px; margin-left: 35px; }
.preview .swiper-slide { width: 100px; height: 82px; cursor: pointer; }
.preview .swiper-slide img { height: 82px; }
.preview .slide6 { width: 82px; }
.preview .arrow-left { background: url(../images/feel3.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; }
.preview .arrow-right { background: url(../images/feel4.png) no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; }
.preview img { padding: 1px; }
.preview .active-nav img { padding: 0; border: 1px solid #F00; }
.main-right { padding-bottom: 15px; }
/* .main-left.col-lg-2 {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
.main-right.col-lg-10 {-ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%;} */
.view-pic {padding-bottom: 10px;}
/* .view-pic img {width: 100%;}
.view-pic .swiper-pagination-bullet { width: 30px; height: 2px; border-radius: 0;} */
.view-pic .swiper-button-white {background-size: 80%;}
.view-pic .swiper-slide { text-align: center;}

.view-pic-page {position:relative;}
.view-pic-page span {display: inline-flex; justify-content: center; align-items: center; margin: 0 2px 5px 2px; background: none; width: 80px; height: 60px; border: 1px solid #efefef; border-radius: 0;  }
.view-pic-page span img { max-width: 100%; max-height: 100%;}
.view-pic-page .swiper-pagination-bullet {opacity: .7; margin-bottom: 10px !important;}
.view-pic-page .swiper-pagination-bullet-active {opacity: 1; border: 1px solid #900;}

.view-pic-page { bottom: 0 !important; padding-top: 10px !important;}

.view-pic .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23900'%2F%3E%3C%2Fsvg%3E");
}
.view-pic .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23900'%2F%3E%3C%2Fsvg%3E");
}
.product-inquiry,
.product-model {padding: 15px 0;}
#inquiryModal {z-index: 199999;}
#inquiryModal textarea::placeholder,
#inquiryModal input::placeholder { font-size: 12px;}

.nav-tabs { border: 1px solid #ddd;}
.nav-tabs-custom .nav-link { margin-bottom: 0; border: 0; border-top: 2px solid #f0f0f0; border-right: 1px solid #f0f0f0; border-radius: 0; margin-top: -1px; font-size: 18px; height: 54px; line-height: 36px; min-width: 180px; text-align: center; color: #e80e1c;}
.nav-tabs-custom .nav-link.active { border-top-color: #e80e1c; color: #e80e1c; }

.download-page { min-height: 100vh; padding: 3rem 0; background-color: #f8f9fa; }
.download-card { background: white; border-radius: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 2rem; width: 100%; margin: auto; }
.table th { color: #6c757d; font-weight: 600; border-top: none; }
.table td { vertical-align: middle; }
.file-icon { color: #dc3545; margin-right: 0.5rem; }
.download-btn { padding: 0.4rem 1.2rem; font-size: 0.9rem; } 
.product-name { color: #2c3e50; font-weight: 500; }

@media (min-width: 667px) {
.preview .swiper-container { width: 88%; }
}

@media (min-width: 768px) {
#product-video iframe {width: 100%; height: 600px;}
.preview .swiper-container { width: 270px; }
}

@media (min-width: 992px) {
.preview .swiper-container { width: 380px; }
.view-pic-page span {margin: 0 5px 5px 5px; width: 100px; height: 76px;}
}

@media (min-width: 1200px) {
.preview .swiper-container { width: 490px; }
.view-pic-page span { width: 104px;}
}
@media(max-width: 767px) {
  .nav-tabs-custom .nav-item,.nav-tabs-custom .nav-link {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: center
  }
  .nav-tabs-custom .nav-link { min-width: auto;}
  #product-video iframe {width: 100%; height: 400px;}
}
.prodesc span { float: right; transition: transform .3s }
.panel-title .collapsed span { transform: rotate(180deg) }
.autoplays { position: relative; }
.autoplays i { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -14px; font-size: 28px; z-index: 99; color: #fff; }
.autoplays span { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.67); z-index: 88 }
#tabs-container { padding: 0; text-align: center; justify-content: center; }
#tabs-container img { width: 100%; }
.tags-big { text-align: center; }
.tabs { margin-top: 10px; text-align: center; }
.tabs a span { display: inline-block; margin: 3px; background: rgba(0,0,0,.50); height: 11px; width: 11px; border-radius: 50%; }
.tabs a.active span { border: 1px solid #333; background: #fff; width: 11px; height: 11px; }
.taber { text-align: center; }
.taber a img { display: none; }
.details_title { padding: 15px 0 10px 0 }
.details_title h1 { color: #000; font-size: 32px; font-weight: 400; margin: 0; }
.prod_detail_stock, .prod_detail_sku { margin: 0 0 10px 0; color: #777; }
.prod_detail_pay img { border: 0; }
.view-item-id { height: auto; background: #fafafa; border-top: 1px solid #f4f4f4; border-bottom: 1px dashed #f4f4f4;}
.view-item-id span { display: inline-block; padding:20px 10px; width: 49%;}
.view-item-id span:first-child { color: #999; font-weight: 300; font-size: 14px; border-right: 1px solid #f4f4f4;}
.view-item-id span:last-child { text-align: center;}

.details_rating { display: inline-block; line-height: 30px; font-size: 16px; text-transform: uppercase; color: #f45a19; }
.details_rating a { color: #f45a19; }
.details_rating a:hover { text-decoration: underline; }
.details_rating i { color: #f45a19; margin: 0 1px; font-size: 16px; }
.detalis_line { height: 1px; overflow: hidden; border-bottom: 1px solid #ddd; margin: 10px 0; clear: both; }
.prod_detail_stock { font-size: 14px; column-rule: #555; }
.share-buttons { float: none; padding-bottom: 5px; }
.share-buttons__label { display: inline-block; margin-right: 25px; text-transform: uppercase; font-size: 14px; font-weight: bolder; vertical-align: text-bottom; color: #f60829; }
.share-buttons__list { display: inline-block }
.share-buttons__item { display: inline-block; width: 28px; height: 28px; background: #3a559f; }
.share-buttons__item a { display: block; color: #fff; text-align: center; line-height: 28px; }
.share-buttons__item:nth-child(2) { background: #50abf1; }
.share-buttons__item:nth-child(3) { background: #c9353d; }
.share-buttons__item:nth-child(4) { background: #dd4b39; }
.share-buttons__item:not(:last-child) { margin-right: 4px; }
.share-buttons__item:hover { color: #e80e1c }
.prod_detail_cart_prices { overflow: hidden; margin-bottom: 5px; padding: 10px 0; border-top: 1px solid #e5e5e5; }
.details_cart_prices_new > b, .details_cart_prices_old > b { font-weight: normal; display: inline-block; width: 100px; color: #888; font-size: 11px; }
.prod_detail_cart_prices span.old_price { font-size: 15px; color: #900; text-decoration: line-through; text-transform: uppercase; font-weight: normal; }
.prod_detail_cart_prices span.new_price { font-size: 22px; color: #666; text-transform: uppercase; line-height: 30px; }
.prod_detail_cart_prices span.new_price b { text-transform: uppercase; font-weight: 600; font-size: 28px; line-height: 28px; color: #900; }
.prod_detail_cart_prices span.new_price s { font-size: 16px; line-height: 22px; margin-left: 10px; }
.prod_detail_cart_prices span.new_price .yousave { line-height: 12px; display: inline-block; padding: 4px 8px; font-size: 12px; color: #fff; overflow: hidden; border-radius: 2px; margin-right: 0; font-weight: 500; word-break: break-all; background-color: #900; }
@media (min-width: 768px) {
  .prod_detail_cart_prices { padding: 20px 0; }
}
.size-odd { background: #fff; padding-top: 4px; }
.size-even { background: #f8f8f9; padding-top: 4px; }
.size-odd button, .size-even button { width: 38px; border-color: #ced4da; }
.spec ul { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 0; margin: 0; }
.spec ul li { -webkit-user-select: none; user-select: none; cursor: pointer; min-width: 36px; margin-right: 12px; margin-bottom: 12px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; box-sizing: border-box; border: 1px solid #000; font-size: 14px; word-break: break-word; min-height: 36px; line-height: 1.4; position: relative; padding-right: 3px; }
.custom-body-color { color: #000; }
.spec ul li .attrValueName { padding: 8px 7px 8px 10px; }
.spec ul li.active { color: #fff; background-color: #000; border-color: #000; box-shadow: inset 0 0 0 1px #000; border-color: #000; }
.spec ul li.active span { color:#fff;}
.addcart { position: relative; z-index: 10; bottom: 0; left: 0; width: 100%; box-shadow: 0 0 40px rgba(0,0,0,.08); background-color: #fff; margin: 0 !important; }
.buynow-box { padding: 12px 8px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; flex-grow: 1; -webkit-box-align: stretch; -webkit-align-items: stretch; align-items: stretch; margin: 0; }  

.addtocart { border-radius: 0; font-family: 'Costa', Arial, Helvetica, sans-serif !important; font-weight: 600 !important; font-size: 16px; border-radius: 20px;}

.add-to-cart .btn-primary { color: #fff; background-color: #900 !important; border-color: #900 !important }
.add-to-cart .btn-primary:hover { color: #900 !important; background-color: #fff !important; border-color: #900 !important }
.add-to-cart .btn-primary.focus,.btn-primary:focus { color: #900 !important; background-color: #fff !important; border-color: #fff !important; box-shadow: 0 0 0 .2rem rgba(38,143,255,.5) }


.btn-buynow { background:#fa4969; color:#fff; border-color:#fa4969;}
.btn-buynow:focus,
.btn-buynow:hover { border-color:#e63959; color:#fff; background: #e63959;}

.buynow-box button { border-radius: 0; }
.prod_detail_cart_save { float: left; border-left: dotted 1px #ddd; text-align: center; line-height: 24px; padding-left: 10px; min-height: 56px; }
.prod_detail_cart_save span.yousave { font-size: 10px; font-weight: normal; color: #999; display: block; }
.prod_detail_cart_save span.percentage { display: block; font-size: 22px; color: #aaa; font-weight: normal; }
.shopcart { margin: 0; padding: 0; }
.product__variants { margin-bottom: 10px; color: #828282; }
.product__variants .hwsize { font-size: 14px; font-weight: 500; color: #2a2a2a; line-height: 18px; }
.single-option-selector { border: 1px solid #ddd; padding: 8px 10px; min-width: 100%; border-radius: 4px; outline: none; font-size: 14px; color: #000; }
.form__label { line-height: 30px; }
.product__quantity { padding: 8px 15px 7px 15px; max-width: 100%; border-radius: 2px; border: 1px solid #e4e4e4; -webkit-appearance: none; text-align: center; font-size: 18px; }
.btn-fav { padding-top: 8px; padding-bottom: 8px; border-radius: 0; border: 1px solid #999; background: none; color: #333; }
.btn-fav:focus, .btn-fav:hover { border-color: #C10206; }
.btn-fav:focus span, .btn-fav:hover span { color: #C10206; }
#cartAdd input[name="cart_quantity"] { height: 40px; text-align: center; }
#cartAdd .qty { border: 1px #ddd solid; border-radius: 2px; background: #fff }
#cartAdd .qty .row { margin: 0; }
#cartAdd .qty div { padding: 0; }
#cartAdd .quantity-controls { margin: 0; padding: 0; height: 40px; border: 0; width: 100%; cursor: pointer; background: #fff; font-size: 18px; outline: none; }
#cartAdd .quantity-controls:hover { background: #f7f7f7 }
#cartAdd input { border: 0; }
#cartAdd .quantity-minus { border-radius: 5px 0 0 5px; border-right: 1px solid #f7f7f7 }
#cartAdd .quantity-plus { border-radius: 0 5px 5px 0; border-left: 1px solid #f7f7f7 }
.prod_whyawok { width: 100%; border: 1px solid rgb(221, 221, 221); float: right; margin-top: 15px; }
.prod_whyawok h2 { font-weight: normal; font-size: 13px; color: #333; padding: 10px; background: #eee; }
.prod_whyawok li { overflow: hidden; margin-bottom: 18px; }
.prod_whyawok li span { display: table-cell; padding: 5px 0; line-height: 22px; overflow: hidden; vertical-align: middle; }
.prod_whyawok li span img { float: left; width: 30px; margin: 0 5px 0 0; }
.prod_whyawok h3 { display: inline-block; font-weight: normal; font-size: 13px; line-height: 22px; color: #333; float: left; }
.prod_whyawok li div { clear: both; padding: 0px 10px; }
.prod_whyawok p { font-size: 12px; color: #999; line-height: 16px; }
.viewDetail { margin-top: 5px; }
.details { border: 0; margin: 0; }
.details .panel { box-shadow: none; }
.details .panel-heading { padding-left: 0; padding-right: 0; border: 0 !important; }
.details .panel-title, .details .panel-title span { line-height: 40px; font-weight: bold; }
.details .panel-title a { text-decoration: none; }
.details .panel-body { border-top: 0 !important; padding-left: 0; padding-right: 0; font-size: 14px; }
.showColor img { max-height: 50px; margin: 0 5px 5px 0; border-radius: 0; border: 1px solid #ddd; }
.showColor .set, .showColor img:hover { border: 1px solid #000; }
.likes { padding-left: 10px; padding-right: 10px; }
.like-title { font-size: 38px; text-align: center; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; color: #333; padding: 10px 15px; }
.related h4 { position: relative; display: block; width: 100%; text-transform: capitalize; margin: 56px 0 40px; font-size: 22px; text-align: center; font-weight: 400; color: #000;  }
@media (min-width: 768px) {
  .related h4 { font-size: 30px;}
}

.iconfont { transition: all .3s ease-in-out;}
.icon-up { transform: rotate(-180deg);}
.view-line {border-top: 1px solid #eee;}

.btn-qty-jia,
.btn-qty-jian {display: block; height: 21px; width: 22px; border-radius: 0; padding: 0; line-height: 18px; border-color: #ced4da;}
.btn-qty-jian {margin-left: 0px !important;}
.btn-jj { width: 22px; flex-wrap: wrap; margin-left: 1px;}

.fixed_price_addcart .badge-pill{font-weight: bold;color: #CA3300;padding: 5px;display: inline-block;}
.fixed_price_addcart .price-box{display: flex;align-items: center; margin: 5px 0; font-size: 12px;}
.fixed_price_addcart .old-price { color: #000; margin: 0; display: inline-block; font-size: 14px; }
.fixed_price_addcart .old-price .price { text-decoration: line-through; white-space: nowrap!important;}
.fixed_price_addcart .specials-price { color: #ca3300; display: inline-block; margin: 0;}
.fixed_price_addcart .specials-price .price { font-size: 20px; color: #ca3300; font-weight: bold; font-family: "medium web",Sans-Serif; }
.fixed_price_addcart .save-off { position: absolute; left: 5px; top: 5px; background: #ca3300; color: #fff; margin: 0; text-transform: uppercase; display: inline-block; padding: 1px 6px; border-radius: 30px; font-weight: bold; }

.fixed_price_addcart .save-off{position: static;margin-left: 10px;}
.fixed_price_addcart .fixed_addcart{width: 100%;margin-top: 10px;}
.fixed_price_addcart .fixed_addcart span{font-family: Costa,sans-serif;background: #0082c8;text-transform: uppercase;}


.add-cart {margin: 0 auto; width: 100%; display: flex; align-items: center; flex-wrap: wrap; font-weight: 600; line-height: 20px; font-family: Arial, Helvetica, sans-serif; }
.add-cart .add_cart_tag { margin-bottom: 5px; padding: 5px; font-size: 14px; }
.add-cart .review-box { position: relative; overflow: hidden; display: flex; align-items: center; }
.add-cart .review-box a { color: #000; font-size: 16px;}
.add-cart .sku, 
.add-cart .availability { line-height: 23px; font-style: normal; color: #000; font-size: 16px; }
.add-cart .availability.in-stock span { color: #900;font-weight: 600; }

.product-collateral { margin-top: 20px; width: 100%;}
.cos-listView {}
.box-collateral { width: 100%; }
.product-collateral .std { padding: 15px 0; color: #000; font-size: 14px; }
.product-collateral .std img { max-width: 100%; }
.product-desc { }
.product-desc .desc_box { width: 100%; display: inline-block; font-size: 16px; color: #000; border-top: 1px solid #dee2e6; border-left: 1px solid #dee2e6; border-right: 1px solid #dee2e6; }
.product-desc .desc_box:last-child { border-bottom: 1px solid #dee2e6; }
.product-desc .desc_box h5 { font-size: 16px; font-weight: bold; padding: 15px; cursor: pointer; }
.product-desc .desc_box h5 .iconfont { float: right; }
.product_advantages { display: flex; flex-wrap: wrap; }
.product-desc .desc_info { margin: 3% 0px; padding: 15px; }

.product_advantages_item { margin-bottom: 15px; width: 50%; display: inline-block; }
.product_advantages_flex { display: -webkit-box; max-width: 100%; overflow: hidden; }
.product_advantages_image { margin-right: 10px; }
.product_advantages_info { font-size: 16px; }
.product_advantages_info .product_advantages_title { font-weight: bold; }
.product_advantages_info .product_advantages_contain { width: 80%; }
.product_advantages_dividers { width: 100%; height: 1px; background: #dee2e6; margin: 10px auto; }
.product_details_options { margin: 3% 0; padding: 0; list-style-type: none; }
.product_details_options li { margin: 5px 0px; }
.product_details_options li span { font-weight: bold; margin-right: 5px; }

.product_size_fit_guide .product_size_fit_guide_item { display: flex; justify-content: space-around; align-items: flex-start; padding: 30px 0px; }
.product_size_metal { width: 100%; max-width: 346px; }
.product_size_guide table { border: 1px solid #ddd; width: 200px; font-size: 12px; }
.product_size_guide table tbody tr td { text-align: center; display: block; padding: 15px; }
.product_size_guide table tbody tr td:not(:last-child) { border-bottom: 1px solid #ddd; }
.product_size_regular_fitting .product_size_regular_fitting_title { font-weight: bold; }
.product_size_regular_fitting .product_size_regular_fitting_contain { margin: 10px 0px; }
.product_size_regular_fitting .product_size_regular_fitting_small_image { margin: 30px 0px; }
.product_size_regular_fittint_image { width: 100%; max-width: 342px; }
.product_size_fit_guide .product_size_fit_guide_item:nth-of-type(5) { display: block; }
.product_size_ruler_title { font-weight: bold; }
.product_size_ruler_contain { margin: 10px 0px; }
.product_size_ruler_list { width: 100%; }
.product_size_ruler_list_item { display: flex; justify-content: space-around; align-items: center; }
.product_size_ruler_list_item .product_size_ruler_list_image { width: 50%; margin: 0px auto; }
.product_size_ruler_list_item .product_size_ruler_list_image img { width: 100%; max-width: 234px; margin: 0px auto; }
.product_size_ruler_list_item .product_size_ruler_list_text { width: 50%; }
.product_size_ruler_list_item .product_size_ruler_list_text .product_size_ruler_list_title { font-weight: bold; margin-bottom: 10px; }
@media (max-width: 768px) { 
.add-cart, .product-collateral { width: 100%; padding: 0; margin-bottom: 10px; }
.product_advantages { display: block; }
.product_advantages_item { width: 100%; }
.product_advantages_image {width: 40px; height: 40px;}

.product_size_guide table {width: 100%;}
.product_size_guide table {border: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.product_size_guide table tbody tr td { text-align: left; font-size: 16px; }
.product_size_guide table tbody tr td span { font-weight: bold; margin-right: 5px; }
.product_size_fit_guide .product_size_fit_guide_item { display: block; }
.product_size_regular_fitting .product_size_regular_fitting_small_image { margin: 30px auto; display: table; }
.product_size_ruler_list_item { display: block; }
.product_size_ruler_list_item .product_size_ruler_list_image, .product_size_ruler_list_item .product_size_ruler_list_text { width: 100%; }
}


/* Reviews */
.review-header { margin: 56px 0 40px; font-size: 22px; text-align: center; font-weight: 400; color: #000; }
.review-container { box-sizing: border-box; color: #212121; font-family: Tahoma; padding: 30px; border: 1px solid #eee; }
.wirteReviews { margin-bottom: 10px; padding-bottom: 10px }
.Reviews-title, .wirteReviews h2 { padding: 10px 0 20px 0; font-size: 13px; font-weight: 600; text-transform: uppercase }
.wirteReviews h2 span { float: right; line-height: 18px; cursor: pointer; }
.rating-sub i, .review i { background: url(../images/star.svg) no-repeat center center/auto 100%; width: 24px; height: 24px; display: inline-block; vertical-align: middle }
.des-tab { position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; margin: 0 -15px; padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid hsla(0,0%,84.7%,.5); overflow: auto; z-index: 9999; position: -webkit-sticky; position: sticky; top: 0px; background-color: #fff; }
.des-tab li { font-size: 18px; line-height: 26px; font-weight: bold; margin-left: 20px!important; cursor: pointer; margin-right: 40px; }
.des-tab li a { color: #999; }
.des-tab li.active a { color: rgb(3, 2, 2); }

@media (min-width: 768px) {
  .review-header {font-size: 30px;}
.wirteReviews h2 { font-size: 16px; }
.addcart { position: inherit; }
}
.writereview, .closetowrite { display: none; }
.Reviews-title { border-bottom: 1px solid #ddd; margin-bottom: 10px; }
#comments .media-heading { padding: 5px; background: #f8f8f8; }
#comments .media-heading .text-danger { font-size: 14px; line-height: 20px; }
#comments .media-left a { display: block; width: 64px; height: 64px; font-size: 20px; background: #f8f8f8; line-height: 64px; text-align: center; color: #999 }
.mediaHelpful { padding-top: 5px; clear: both; text-align: right }
.mediaHelpful .like, .mediaHelpful .unlike { cursor: pointer; }
#Tab1 { width: 100%; padding: 20px 0 0; margin: 0 auto; overflow: hidden; font-size: 12px; }
.Menubox { width: 100%; height: 38px; border-bottom: 1px solid #eee; text-transform: capitalize; }
.Menubox ul { margin: 0px auto; padding: 0; position: relative; }
.Menubox li { float: left; margin: 0 1px 0 0; padding: 0 10px; display: block; cursor: pointer; text-align: center; background: #f3f3f3; border: 1px solid #eee; border-width: 3px 1px 0 1px; height: 37px; color: #333; font: 400 13px/37px Arial, Helvetica, sans-serif; }
.Menubox li.hover { height: 38px; color: #333; border-top-color: #3b3b3b; background: #fff; }
.Contentbox { clear: both; margin: 0px; padding: 20px; width: 100%; overflow: hidden; text-align: left; background: #fff; border: 1px solid #eee; border-width: 0 1px 1px; }
/* shoping cart */
.main-cart { margin-top: 10px; background: #fff; }
.red { color: #c00; font-size: 14px; }
#cart_title { margin: auto; padding: 0; margin-top: 10px; width: 100%; line-height: 30px; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; font-size: 20px; }
#cart_list { margin: auto; padding: 0; margin-top: 10px; width: 100%; height: auto; overflow: hidden; }
#ctitle { clear: both; height: 40px; line-height: 40px; border-top: #CCC 1px solid; border-bottom: #CCC 1px solid; }
#ctitle li { display: block; float: left; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px }
/*#ctitle #t1{width:534px;}
#ctitle #t2{width:140px;}
#ctitle #t3{width:120px;}
#ctitle #t4{width:100px;}
#ctitle #t5{width:120px;}
#ctitle #t6{width:100px;}*/
.cartbox { padding-top: 10px; }
.cartbox .qty { border-radius: 5px; text-align: center; border: 1px solid #ddd; }
#clist { clear: both; height: auto; overflow: hidden; }
#clist ul { clear: both; padding: 10px 0px 10px 0px; border-bottom: #CCC 1px solid; height: auto; overflow: hidden; }
#clist li { display: block; float: left; }
#clist input, #clist select { vertical-align: middle; color: #636363; font: 16px Calibri, Helvetica, sans-serif; }
#ctotal { padding: 2px 0px 2px 0px; height: auto; overflow: hidden; }
#ctotal li { display: block; float: left; }
#clist span { font-family: Arial, Helvetica, sans-serif; }
#ctotal #o1 { width: 100%; text-align: center }
/* #ctotal #o1 a{display:inline-block;height:30px; width:150px; line-height:30px; color:#FFF; text-align:center; background:#000;} */
#ctotal #o2 { width: 100%; text-align: center; font-size: 18px; }
#ctotal #o2 span { font-size: 18px; }
#cart_content { margin: auto; padding: 0; width: 974px; }
#cart_left { margin-top: 10px; border: #f1f1f1 1px solid; height: auto; overflow: hidden; }
#cart_right { height: auto; overflow: hidden; }
#tl { height: 30px; margin: 0; line-height: 30px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bolder; background: #ededed; text-indent: 10px; }
#tc { padding: 15px; }
#tc ul { clear: both; padding: 5px 0; }
#tc #oc_box { padding: 5px 10px 5px 10px; width: 275px; display: block; float: left; height: auto; overflow: hidden; }
#tc #oc_boxs { padding: 10px; width: 660px; display: block; height: auto; overflow: hidden; }
#tc li { display: block; }
#tc #oc_title { line-height: 25px; font-weight: bolder; }
#tc .reg_input { width: 275px; height: 25px; border: #ccc 1px solid; }
#tc .reg_inputs { width: 572px; height: 25px; border: #ccc 1px solid; }
#tc .reg_select { width: 280px; height: 28px; border: #ccc 1px solid; }
#tc .reg_textarea { width: 572px; border: #ccc 1px solid; }
#tb { margin-top: 10px; border: #f1f1f1 1px solid; height: auto; }
#cart_right #tb #tl { margin: 0; }
#ts { padding: 10px; }
#ts li { margin: 0; padding: 0; list-style-type: none; }
#ttotal { padding: 10px; }
#ttotal li { margin: 0; padding: 0; list-style-type: none; line-height: 30px; border-bottom: #ccc 1px solid; font-family: Calibri, "Times New Roman", Times, serif; font-size: 17px; }
#ttotal li span { float: right; font-family: Calibri, "Times New Roman", Times, serif; font-size: 16px; }
/* #ordersumbit{ margin: 10px auto 10px auto;height:30px; width:150px; line-height:30px; color:#FFF; text-align:center; background:#000;cursor:pointer;} */
#ttotals { padding: 10px; }
#ttotals li { margin: 0; padding: 0; list-style-type: none; line-height: 30px; border-bottom: #ccc 1px solid; font-family: Calibri, "Times New Roman", Times, serif; font-size: 17px; }
#ttotals li span { float: right; font-family: Calibri, "Times New Roman", Times, serif; font-size: 16px; }
#tcoupon { padding: 10px; }
/* #tcoupon #coupon{width:200px; height:25px;border:#ccc 1px solid;}
#tcoupon #apply{ display:inline-block;height:29px; width:80px; line-height:29px;color:#FFF; text-align:center;background:#000;cursor:pointer; vertical-align:middle;} */

#c { clear: both; padding-top: 20px; text-align: center; }
#cart_login { margin: auto; margin-top: 10px; padding: 5px; height: auto; overflow: hidden; border: #ddd 1px solid; }
#cart_login #lt { font-size: 18px; }
#cart_login #lc { line-height: 30px; }
#cart_login #lc a { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 18px; color: #F00; }
/* login */
.member-nav { padding: 15px; font-size: 12px; font-weight: 400; font-family: arial, sans-serif; background: #fff; }
.form--shrink { max-width: 500px; margin: 0 auto }
.form__control, .form__row { position: relative; margin-bottom: 30px; text-align: left }
.form__control:last-child, .form__row:last-child { margin-bottom: 0 }
.form__label, .spr-form-label { display: block; margin-bottom: 10px; font-size: 16px; color: #000; text-transform: capitalize; font-weight: 100 }
.form--inline .form__control { display: table; width: 100%; table-layout: fixed; margin-bottom: 20px; }
.form--inline .form__label, .form--inline .spr-form-label { display: table-cell; margin: 0 10px 0 0; vertical-align: middle }
.form--inline .form__label+input, .form--inline .spr-form-label+input, .form--inline .form__label+textarea, .form--inline .spr-form-label+textarea, .form--inline .form__label+.form__select, .form--inline .spr-form-label+.form__select { display: table-cell; width: 55% }
.form__submit-duo input:last-child { margin-top: 10px; }
.login__forgot-password { float: right; font-weight: normal }
.table-striped th { font-family: arial, sans-serif; font-size: 12px }
.table-striped td { padding: 8px !important; font-size: 12px; font-family: arial, sans-serif; color: #333; font-weight: 100; }
.viewTime { background: url(../images/time.jpg) no-repeat left 5px; height: 40px; padding: 5px 0 5px 25px; line-height: 20px; font: 100 14px/20px arial; }
.viewTime span { display: inline-block; color: #333; }
.viewTime span:first-child { margin-right: 10px; }
.showPage { display: none; font-size: 14px; }
.showPaging { display: block; font-size: 14px; }
.pc-show { display: none; }
.mb-show { display: block; }
.member_title { margin-bottom: 10px; }

@media screen and (min-width: 500px) {
/* View */
.showPage { display: block; text-align: center; }
.showPaging { display: none }
}

@media (min-width: 768px) {
/* view */
.tabs a span, .tabs a.active span { display: none; }
.taber a img { display: inline-block; width: 80%; margin: 3px; object-fit: cover; vertical-align: middle; cursor: pointer; transition: all 0.25s ease-in-out; border: 1px solid #ddd; }
.taber a:Hover img, .taber a.active img { border: 1px solid #000; }
.viewCon { margin-top: 10px; }
.product__quantity { min-width: 100% }
.cartbox { border: 0; padding: 0; }
#ctotal #o1 { width: 50%; text-align: left }
#ctotal #o2 { width: 50%; text-align: right }
#cart_right { padding-right: 0; }
.details-title span { width: 36%; }
.pc-show { display: block; }
.mb-show { display: none; }
.banner-four { position: absolute; z-index: 1000; top: 30%; }
.pro_title { text-align: left; }
.Menubox { height: 38px; }
.Menubox li { float: left; margin: 0 1px 0 0; padding: 0 20px; display: block; cursor: pointer; text-align: center; background: #f4f4f4; height: 37px; border: 1px solid #eee; border-width: 3px 1px 0 1px; color: #333; font: 400 14px/37px Arial, Helvetica, sans-serif; }
.Menubox li.hover { height: 38px; border-top-color: #3b3b3b; background: #fff; }
}

@media (min-width: 992px) {
.details-title span { width: 24%; }
}


/* Footer ================================================================================ */
.footer-text { border-top: 1px solid #e1e1e1; }
.footer-text>div {padding: 30px 0; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: .5px;}
.footer-container {background: #000;}
.footer {text-align: center; background: url(../images/footer-bg.png) top center;}
.laybox {padding-left: 0.5236%; padding-right: 0.5236%; padding-top: 5.7120%; padding-bottom: 1.8732%; width: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-box; display: flex ; border-bottom: 1px solid rgba(41,38,43,1); }
.footer-logo-contact {flex-direction: column;}
.footer-logo img { max-height: 90px;}
.footer-logo a {padding-top: 0 !important;}
.contact-info-box {padding: 0;}
.footer-contact {padding: 10px; flex-direction: column;}
.contact-icon {display: flex; justify-content: center; align-items: center; border: 3px solid #e80e1c; border-radius: 50%; width: 60px; height: 60px; margin-right: 10px;}
.contact-icon svg {fill: #e80e1c;}
.contact-text {padding: 10px 0; text-align: left; color: #fff;}
.contact-text p {font-size: 20px; }
.contact-text span {color: #fffefe; font-size: 16px; opacity: .6; }

@media (min-width: 768px) {
  .footer-logo-contact {flex-direction: unset;}
  .laybox {justify-content: space-between; -ms-flex-wrap: wrap; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
  .footer-contact {justify-content: space-between; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; flex-direction: unset;}
  .contact-icon {border: 3px solid #e80e1c; width: 70px; height: 70px;}
  .contact-icon svg {width: 50px; height: 50px;}
  .contact-text {padding: 10px 0; text-align: left; color: #fff;}
  .contact-text p {font-size: 20px; }
  .contact-text span {color: #fffefe; font-size: 16px; opacity: .6; }
}
@media (min-width: 992px) {
  .footer-contact {justify-content: space-between; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
}

.footer h4 {color:#fff;font-size: 16px;padding-bottom: 5px;text-align: left; font-family: "Costa",Sans-Serif;}
.footer .links { text-align: left; margin: 0; padding: 0; list-style-type: none;}
.footer .links li {display: block;text-align: left;}
.footer .links li:last-child { margin-bottom: 15px;}
.footer a {font-weight: normal; display: block; font-size: 14px;font-family: "medium web",Sans-Serif; text-transform: capitalize; color: #ccc; padding-top: 10px;}
.footer a:hover {color: #e80e1c;}
.footer p a {display: inline-block;}
.footer p a:hover {text-decoration: none;}
.footer p a i {font-size: 30px;}
.footer-bottom {font-size: 14px; background: #000;color:#fff; border-top: 1px solid #111;}
.footer-bottom ul{margin: 0px; padding: 10px 0;}
.footer-bottom li{list-style-type: none;display: inline-block;}
.footer-bottom li a{color: #fff;margin: 0px 10px;text-transform: capitalize;}
.footer-bottom li a:hover{text-decoration: underline;}

.footer-newsletter{width: 100%; padding: 30px 0px;}
.footer-newsletter .footer-newsletter-container{width: auto;max-width:530px;margin:0px auto;text-align: left;}
.footer-newsletter .footer-logo{text-align: center;margin-bottom: 20px;display: inline-block;}
.footer-newsletter .footer-email{display: flex;justify-content: flex-start;align-items: center;}
.footer-newsletter .footer-email .email-box{width: 80%;margin-right: 3%;}
.footer-newsletter .footer-email h4{margin:10px 30px;}
.footer-newsletter .footer-email input[type = 'email']{width:100%;height:40px;margin:0px;padding:10px 5px;outline:none;border: 1px solid #000;background: #fff;}
.footer-newsletter .footer-email .email-tips{display: none;color:#e22f33;margin: 5px 0px;}
.footer-newsletter .subscribe-btn a{background: #111;color: #fff;font-size: 16px;font-weight: bold;width: 95px;height: 40px;text-align: center;display: inline-block;text-decoration: none;user-select: none;}
.footer-newsletter .newsletter-contain{display: block;margin:10px 0px;font-size: 13px; color: #b1b1b1;}
.footer-newsletter .newsletter-contain a{text-decoration: underline;}
.copyright { text-align: center;}


.footer-links{}
.footer-links ul{display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap; margin: 0; padding: 0; list-style-type: none;}
.footer-links ul li a{width: 32px;height: 32px;line-height: 32px;text-align: center;background: #f8f9fa;border-radius: 50%;margin-right: 5px;padding: 0;transition: all 0.3s;}
.footer-links ul li a .iconfont{color: #000;font-size: 18px;transition: all 0.3s;}
.footer-links ul li a:hover{background: #fff;}
.footer-links ul li a svg { width: 26px; height: 26px; margin-top: -10px;}

.footer-currency{width: 80%;}
.footer-currency .form-control{background: transparent;border-radius: 0;font-size: 16px;color: #fff;font-weight: bold;text-align: center;}
.footer-currency .form-control option{color: #000;}

/* Back Top */
#back-top {display:none; position:fixed; right:20px; bottom:80px; z-index:20;}
#back-top a {cursor:pointer; display:block; text-align: center; color: #58585b;}
#back-top span i {font-size: 16px; color: #ccc; border-radius: 50%; border: 2px solid #ccc; width: 30px; height: 30px; line-height: 26px; display: block;}
#back-top a:hover {text-decoration: none;}
.shoppingcartBody #back-top {bottom: 90px;}
.standwithus ul {margin: 0; padding: 0; list-style-type: none;}
@media (max-width: 767px) {
  
}

/* ======================================================================================= */
.pay_support .pay_support_slogan{color: #fff;font-size: 12px;display: flex;align-items: center;margin-right: 10px;}
.pay_support .who_pay_support ul{display: flex; justify-content: end; align-items: center;}
.pay_support .who_pay_support li{margin: 0px 3px;display: inline-block;}
.pay_support .who_pay_support li a { margin: 0;}
.pay_support .who_pay_support li img{width: 44px;height: 30px;}
@media (max-width:767px) {
	.pay_support{flex-wrap: wrap;margin-top: -30px;}
	.pay_support .who_pay_support ul{display: block; text-align: center;}
}
/* ======================================================================================= */


.toolbar { padding-left: 10px; padding-right: 10px; margin-bottom: 30px;}
.toolbar .modes { display: inline-block; vertical-align: top; margin-right: 30px; height: 30px; }
.toolbar .modes .modes-mode { display: inline-block; width: 30px; height: 30px; background-color: #e9e9e9; }
.toolbar .modes .modes-mode.mode-grid:hover, .toolbar .modes .modes-mode.mode-grid.active { background-color: #f4a137; }
.toolbar .modes .modes-mode.mode-list:hover, .toolbar .modes .modes-mode.mode-list.active { background-color: #f4a137; }
.toolbar .modes .modes-mode span { display: none; }
.toolbar select { height: auto; }
.toolbar .modes .modes-label { display: none; }
.toolbar .modes .modes-mode.mode-grid { margin-right: 5px; background-image: url(../images/icon-image.png); background-repeat: no-repeat; background-position: -12px -171px; }
.toolbar .modes .modes-mode.mode-grid:hover, .toolbar .modes .modes-mode.mode-grid.active { background-position: -61px -171px; }
.toolbar .modes .modes-mode.mode-list { margin-right: 5px; background-image: url(../images/icon-image.png); background-repeat: no-repeat; background-position: -14px -212px; }
.toolbar .modes .modes-mode.mode-list:hover, .toolbar .modes .modes-mode.mode-list.active { background-position: -62px -211px; }
.toolbar .toolbar-amount { margin: 0; }
.toolbar .toolbar-sorter { display: inline-block; vertical-align: top; font-size: 14px; }
.toolbar .toolbar-sorter .sorter-label, .toolbar .toolbar-sorter .sorter-options, .toolbar .toolbar-sorter .sorter-action { display: inline-block; vertical-align: middle; width: auto; }
.toolbar .toolbar-sorter .sorter-label { line-height: 32px; margin: 0; }
.toolbar .toolbar-sorter .sorter-action { display: inline-block; padding: 0 5px; }
.toolbar .toolbar-sorter .sorter-action span { display: none; }
.toolbar .limiter { display: inline-block; vertical-align: top; }
.toolbar .limiter .label, .toolbar .limiter .control, .toolbar .limiter .limiter-text { display: inline-block; vertical-align: middle; width: auto; }
.toolbar .limiter .label { line-height: 32px; margin: 0; }
.toolbar .pages { display: none; vertical-align: top; float: right; }
.toolbar .pages .pagination { margin: 0; }
.toolbar .pages .pages-label { display: none; }
.toolbar .pages .pages-items .item { display: inline-block; vertical-align: top; min-width: 30px; height: 30px; border: 1px solid #ddd; line-height: 28px; text-align: center; }
.toolbar .pages .pages-items .item:hover a { color: #fff; background: #f4a137; }
.toolbar .pages .pages-items .item a { display: block; }
.toolbar .pages .pages-items .item a .label { display: none; }
.toolbar .pages .pages-items .item.current { color: #fff; }
.toolbar .pages .pages-items .item.current .label { display: none; }
.toolbar .pages .pages-items .item.current { background-color: #f4a137; border-color: #f4a137; }

.pages-items { margin-bottom: 0; }

.page-title {margin: 20px 0;}
.page-title h1,
.page-title h2 {font-size: 18px; font-weight: 600; line-height: 26px; margin: 0;color:#222;font-family: 'medium web',"Costa",Sans-Serif;}
.article-title h2 {font-size: 18px; font-weight: 400; line-height: 26px; margin: 0;color:#333;}
.article-title-date {padding: 10px 0; font-size: 14px; color: #999;}

.bestsellers .page-title {margin: 20px 0; text-align: center;}
.bestsellers .page-title h2 { font-size: 32px; font-family: 'medium web',"Costa", sans-serif; color: #000; font-weight: 400; display: flex; justify-content: center; align-items: center;}
.bestsellers .page-title a { font-style: italic; font-family: Arial, Helvetica, sans-serif;}
.masonry,
.bestsellers .products-list { margin-bottom: 10px; padding: 15px 0px 0 0px;}
.bestsellers .subtitle,


#my-video { width: 100%; height: 260px; }

@media (min-width: 576px) {
.toolbar .toolbar-sorter { float:right;}
}
@media (min-width: 768px) {
.toolbar .pages { display: inline-block; }
#my-video { height: 260px; }
}

@media (min-width: 992px) {
#my-video { height: 340px; }
.masonry,
.bestsellers .products-list {padding: 15px 15px 0 15px;}
.page-title h2 {font-size: 28px; line-height: 30px; }
}

@media (min-width: 1200px) {
#my-video { height: 418px; }
}
.product-description { width: 100%; margin-top: 15px; }
.product-description img { width: auto; height: auto; }
.backTop { position: fixed; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; right: 40px; bottom: 80px; z-index: 20; overflow: hidden; cursor: pointer; width: 60px; height: 60px; background-size: contain; opacity: 0; -webkit-transition: opacity .5s ease; transition: opacity .5s ease; font-size: 60px; background-color: hsla(0,0%,100%,.9); box-shadow: 0 2px 20px rgba(0,0,0,.05); border-radius: 50px; font-size: 24px; }
.backTop { width: 40px; height: 40px; bottom: 100px; right: 12px; font-size: 16px; }
.backTop_hide { opacity: 0; }
.backTop_show { opacity: 1; }
@media (max-width:768px) {
  .backTop { bottom: 200px;}
}
.navbar-nav a { font-size: 14px; }
.pro-open { z-index: 900; width: 60%; box-sizing: border-box; position: fixed; transition: all 1s ease 0s; left: 0px; top: 72px; padding: 0px 12px; transform: translate(0px); overflow: visible; text-align: left; }
.pro-close { z-index: 900; width: 100%; box-sizing: border-box; position: fixed; transition: all 1s ease 0s; left: 0px; top: 72px; padding: 0px 12px; transform: translate(-100%); overflow: visible; text-align: left; }
.sc-pro-wrapper { height: 36px; background: rgb(36, 40, 51); box-sizing: border-box; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px; font-size: 12px; color: rgba(255, 255, 255, 0.5); position: relative; padding: 3px 12px 3px 3px; display: inline-block; max-width: 100%; }
.sc-pro-box { font-size: 12px; white-space: nowrap; }
.sc-pro-img { width: 28px; height: 28px; border-radius: 4px; background: rgba(255, 255, 255, 0.2); display: inline-flex; vertical-align: middle; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }
.pro-img { width: 28px; height: 28px; vertical-align: middle; border-radius: 4px; }
.sc-pro-info { display: inline-block; vertical-align: middle; margin-left: 2px; max-width: calc(100% - 24px); }
.sc-pro-name { color: rgb(255, 255, 255); text-overflow: ellipsis; overflow: hidden; height: 16px; margin: 0px; }
.hw_summary { padding: 5px 0; color: #f60829; }


.add_cart_tip{ display: flex; display: -webkit-flex; justify-content: center; align-items: center; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); z-index: 99999999; opacity: 0; visibility: hidden; transition: all 0.3s; }
.add_cart_tip_on{ opacity: 1; visibility: visible; display:block !important; display: flex !important; display: -webkit-flex !important;}
.add_cart_tip .add_cart_tip_wapper{ width: 680px; padding: 55px 38px 0; background: #fff; box-sizing: border-box; border-radius: 5px;position: relative; }
.add_cart_tip .pop_addcart{}
.add_cart_tip .add_cart_tip_close{ position: absolute; right: 18px; top: 18px; cursor: pointer; }
.add_cart_tip .add_cart_tip_close svg{ width: 24px; height: 24px; fill: #333; }
.add_cart_tip .add_cart_tip_content{}
.add_cart_tip .sta_icon{ height: 78px; line-height: 78px; background: #daffce; display: flex; display: -webkit-flex; justify-content: center; align-items: center; font-size: 24px;}
.add_cart_tip .sta_icon svg{ height: 78px; width: 36px; margin-right: 20px; }
.add_cart_tip .add_cart_tip_product{ margin-top: 38px; display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between;}
.add_cart_tip .add_cart_tip_product_pic{ width: 160px; height: 160px; box-sizing: border-box; border: 1px solid #f2f2f2; display: flex;
display: -webkit-flex; align-items: center; justify-content: center; }
.add_cart_tip .add_cart_tip_product_pic img{ max-width: 100%; max-height: 100%; }
.add_cart_tip .add_cart_tip_product_content{ width: calc(100% - 180px); }
.add_cart_tip .add_cart_tip_product_name{ height: 55px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 24px;font-weight: bold; }
.add_cart_tip .add_cart_tip_product_sku{ min-height: 55px; font-size: 18px; padding-bottom: 15px; box-sizing: border-box; }
.add_cart_tip .add_cart_tip_product_bottom{ height: 50px; border-top: 1px solid #f1f1f1; display: flex; display: -webkit-flex; justify-content: space-between; line-height: 50px; font-size: 18px; }
.add_cart_tip .add_cart_tip_total{}
.add_cart_tip .view_my_cart{ text-decoration: underline; }
.add_cart_tip .add_cart_tip_btn{ padding: 48px 0;display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;}
.add_cart_tip .add_cart_tip_checkout_btn{ width: calc(50% - 10px);height: 68px; line-height: 68px; background: #333; color: #fff;text-align: center; font-size: 20px;}
.add_cart_tip .add_cart_tip_addskutocart_ecpay_buynow{ width: calc(50% - 10px); height: 68px; line-height: 68px; background: #ffc439; color: #fff; text-align: center; font-size: 18px; display: flex; display: -webkit-flex; justify-content: center; align-items: center; }
.add_cart_tip .add_cart_tip_addskutocart_ecpay_buynow img{ max-height: 30px; }

@media (max-width:768px) {
  .add_cart_tip .add_cart_tip_wapper{ width: 96%;}
  .add_cart_tip .add_cart_tip_product_pic{ width: 100%; height: auto; }
  .add_cart_tip .add_cart_tip_product_content{ width: 100%; }
}
@media (max-width:576px) {
  .add_cart_tip .sta_icon{ font-size: 16px; height: 58px; line-height: 58px;}
}

/*minicart*/
#CartsCon{position: fixed; top: 0; right: 0; border: 0; width: 500px; height: 100%; display: block; background: #fff; visibility: hidden; transform: translate(480px,0); transition: all 0.3s; text-align: left; color:#000; box-shadow: 0 0 5px rgba(0,0,0,.2); z-index:500000; }
#CartsCon.on{ visibility:visible; opacity:1; transform:translate(0); }
#CartsCon #minicartlist{ height: calc(100% - 91px); }
#CartsCon .minicart_box{ height: 100%;}
#CartsCon .minicart_wapper{ height: 100%; }
#CartsCon h4{ height: 70px; border-bottom: 1px solid #e9e9e9; padding: 0 40px; line-height: 70px; font-size: 24px; font-weight: normal;}
#CartsCon .cart_close{ position: absolute; right: 40px; top: 0; height: 70px; line-height: 70px; cursor: pointer; font-size: 30px !important;}
#CartsCon .minicart_product_list{ max-height: calc(100% - 200px); overflow-y: auto; padding: 0 40px; }
#CartsCon .minicart_product_list .buy_pro{ padding: 0 0 50px; }
#CartsCon .minicart_product_list li{ display: flex; display: -webkit-flex; align-items: center; flex-wrap: wrap; margin-top: 30px; }
#CartsCon .minicart_product_list li .left_pic a{ width: 80px; height: 80px; display: flex; display: -webkit-flex; justify-content: center;align-items: center; }
#CartsCon .minicart_product_list li .left_pic a img{ max-width: 100%; max-height: 100%;}
#CartsCon .minicart_product_list li .right_info{ width: calc(100% - 100px); margin-left: 20px;}
#CartsCon .minicart_product_list li .right_info .name{ color: #333; }
#CartsCon .minicart_product_list li .right_info .size{ color: #999; margin: 7px 0 0; }
#CartsCon .minicart_product_list li .right_info_2{ display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;margin: 10px 0 0; padding-right: 10px; }
#CartsCon .minicart_product_list li .minicart-qty{ height: 36px; display: flex; align-items: center; border: 1px solid #333; box-sizing: border-box; width: 120px; }
#CartsCon .minicart_product_list li .minicart_btn_add,
#CartsCon .minicart_product_list li .minicart_btn_subtraction{ display: block; height: 34px; width: 34px; text-align: center; }
#CartsCon .minicart_product_list li .minicart_btn_add svg,
#CartsCon .minicart_product_list li .minicart_btn_subtraction svg{ height: 34px; width: 18px; }
#CartsCon .minicart_product_list li .minicart_input_quantity{ height: 34px; width: 49px; border: 0; text-align: center; }
#CartsCon .minicart_product_list li .bookable_delivery_time{ white-space: normal; margin-top: 15px; height: 32px; line-height: 32px;background: #f6f6f6; width: 100%; padding: 0 15px; border-radius: 2px; display: flex; display: -webkit-flex; align-items: center; }
#CartsCon .minicart_product_list li .bookable_delivery_time svg { width: 22px; height: 32px; fill: #333; margin-right: 8px; }
#CartsCon .minicart_bottom{ position: absolute; left: 0; bottom: 0; padding: 20px 40px 40px; border-top: 1px solid #e9e9e9; width: 100%;box-sizing: border-box; background: #fff; }
#CartsCon .total{ display: flex; display: -webkit-flex; justify-content: space-between; }
#CartsCon .total .mini_cart_total_price,
#CartsCon .total .mini_cart_total_num{ color: #000; font-weight: bold; }
#CartsCon .view_cart_btn{ margin-top: 15px; }
#CartsCon .view_cart_btn .mini_cart_checkout_btn{ height: 44px; line-height: 44px; display: block; background: #333; text-align: center; color: #fff; }
#CartsCon .view_cart_btn .mini_cart_view_btn{ display: block; color: #333; text-align: center; margin-top: 15px; }
#CartsCon .view_cart_btn .mini_addskutocart_ecpay_buynow{ display: flex; display: -webkit-flex; justify-content: center; align-items: center; height: 44px; line-height: 44px; background: #ffc439; text-align: center; color: #fff; margin-top: 15px; }
#CartsCon .view_cart_btn .mini_addskutocart_ecpay_buynow img{ height: 24px; max-height: 33px; min-height: 22px; }
#CartsCon .minicart_empty{ padding: 40px 40px 0; }

#float_notice { position: fixed; right: 10px; bottom: 150px; width: 38px; text-align: right; z-index: 999 }
#float_notice a { display: block; margin: 5px 0; }
#float_notice a img { border: 0; display: block; width: 38px; }
@media (max-width:768px) {
  #CartsCon{width: 100%;}
}

.whatsapp-box {position: fixed; bottom: 10px; right: 10px; z-index: 10;}
.whatsapp-icon {display: flex; justify-content: center; align-items: center; cursor: pointer; width: 60px; height: 60px; border-radius: 50%; background: #25d366; box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); transition: all 1s ease-in-out;}
.whatsapp-icon:hover {background: #011b03;}  

.whatsapp-message {display: flex; flex-direction: column; position: absolute; bottom: 0; right: 0; z-index: 999;     width: calc(100vw - 6px * 2); max-width: 400px; max-height: calc(100vh - 6px - 6px); border-radius: calc(60px / 2 + 2px); background: #fff linear-gradient(180deg, rgb(37 211 102), rgb(37 211 102) calc( 60px *0.91667), rgb(37 211 102 / 4%) calc( 60px *0.91667), rgb(37 211 102 / 4%)); text-align: left; overflow: hidden; transform: scale3d(0, 0, 0); opacity: 0; transition: max-height .2s ease-out, opacity .4s ease-out, transform 0s linear .3s;}
.whatsapp-open {opacity: 1; transform: scaleX(1); transition: max-height .2s ease-out, opacity .2s ease-out, transform 0s linear;}

.whatsapp-header {position: relative; padding-top: 14px; padding-left: 15px; height: calc( 60px *0.91667); font-size: 20px; line-height: 28px; font-weight: bold; color: #fff;}
.joinchat__close { position: absolute; top: calc(50% - 28px / 2); right: 24px; width: 28px; height: 28px; border-radius: 50%; background: rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6L24 2.4z'/%3E%3C/svg%3E") 50% no-repeat; background-size: 12px; cursor: pointer; transition: background-color .3s ease-out; }
.joinchat__close:hover { background-color: rgba(0,0,0,.6) }
.joinchat__close:active { background-color: rgba(0,0,0,.7) }

.whatsapp-body {position: relative; padding: 30px 0 0 0;}
.joinchat__message { position: relative; min-height: 56px; padding: 15px 20px; margin: 0 26px 26px; border-radius: 26px; background: #fff;  color: #4a4a4a; word-break: break-word; box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1); transform: translateZ(0); font-size: 16px; }
.joinchat__message span {display: block; position: absolute; left: -18px; bottom: 18px; width: 19px; height: 16px; background: url(../images/message-bg.png) no-repeat center center; }
.whatsapp-bottom {padding: 10px 0; height: 80px; text-align: right;}
.whatsapp-bottom a { float: right; display: flex; flex-direction: row; justify-content: center; align-items: center; margin-right: 10px; width: 160px; height: 60px; border-radius: 30px; background: #25d366; font-size: 16px; font-weight: bold; color: #fff; transition: all .3s ease-in-out;}
.whatsapp-bottom a p {margin-left: 10px;}
.whatsapp-bottom a:Hover {background: rgb(calc( 37 + 50) calc( 211 + 50) calc( 102 + 50));}

.social-share { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 1000; display: flex; flex-direction: column; }
.social-share a { display: flex; align-items: center; justify-content: flex-end; color: white; transition: all .3s ease-in-out; }
.social-share a i {display: flex; width: 50px; height: 50px; justify-content: center; align-items: center; }
.social-share a span { display: none; height: 50px; padding:0 10px; min-width: 0; justify-content: start; align-items: center; transition: all .3s ease-in-out;}
.social-share a:hover { text-decoration: none; }
.social-share a:hover span {display: flex; min-width: 100px;}

.social-facebook span { background-color: #3b5998; }
.social-email span { background-color: #ea4335; }
.social-instagram span { background-color: #e1306c; }
.social-linkedin span { background-color: #0077b5; }
.social-whatsapp span { background-color: #25d366; }
.social-youtube span { background-color: #ff0000; }

.social-facebook i { background-color: #3b5998; opacity: 0.8; }
.social-email i { background-color: #ea4335; opacity: 0.8; }
.social-instagram i { background-color: #e1306c; opacity: 0.8; }
.social-linkedin i { background-color: #0077b5; opacity: 0.8; }
.social-whatsapp i { background-color: #25d366; opacity: 0.8; }
.social-youtube i { background-color: #ff0000; opacity: 0.8; }

@media (max-width: 768px) { 
  .social-share a i { width: 30px; height: 30px;}
  .social-share a i svg {width: 24px; height: 24px;}
  .social-share a span {height: 30px;}
}

.brochure-header {margin-bottom: 15px;}
.brochure-box { margin-bottom: 15px; display: flex; align-items: center;}
.brochure-box .brochure-img {flex: 0 0 280px;}
.brochure-box .brochure-detail { font-size: 38px; font-weight: bold; color: #0162c0;}
@media (max-width: 768px) {
  .brochure-box { flex-direction: column;}
}