@charset "UTF-8";
a:focus, a:hover {
  color: #2666b8;
}

body {
  background-color: white;
}

#wrapper {
  background-color: white;
}
.disable-select {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* .swiper-container {
height: 178px;
}
@media (max-width: 400px) {
  .swiper-container {
    height: 109px;
  }
}
@media (min-width: 768px) {
  .swiper-container {
    height: 225px;
  }
}
@media (min-width: 992px) {
  .swiper-container {
    height: 287px;
  }
}
@media (min-width: 1200px) {
  .swiper-container {
    height: 500px;
  }
} */

/* .swiper-inside {
  height: 110px;
} */

/* @media  screen and (min-width: 1180px) and (max-width: 1600px){
  .swiper-container {
    height: 385px;
  }
}

@media (min-width: 768px) {
  .swiper-inside {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .swiper-inside {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .swiper-inside {
    height: 150px;
  }
} */

.swiper-slide {
  text-align: center;
  font-size: 18px;

  background-size: 100%;
  background-repeat: no-repeat;
  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;
}

.swiper-slide img {
  width: 100%;
}

.swiper-inside .swiper-slide img {
  height: 150px;
  object-fit: cover;
}

@media (max-width: 480px) {
  .swiper-inside .swiper-slide img {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .swiper-slide {
    background-size: cover;
  }
}

.swiper-inside .swiper-slide {
  background-size: 100%;
}

.slick-prev {
  left: 0;
  z-index: 99;
}

.mt-5 {
  margin-top: 5rem;
}

.pdt-details-textblock .btn {
  margin-bottom: 1rem;
}

.logo img {
  max-width: 160px;
}

.logo-content img {
  max-width: 340px;
}

footer .column.logo {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -15px;
}

footer address .footer-sprite.email {
  margin-bottom: 3rem;
}

.footer_well {
  background-color: transparent;
  border: 0px #fff solid;
  padding: 5px 19px 0px 5px;
  margin-bottom: 5px;
}

.post-item {
  text-align: start;
}

.add_to_cart {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.item-box.fixed-box .item-box-desc {
  height: auto;
  padding-bottom: 2rem;
}

.nav_pagenumber {
  display: flex;
  padding-top: 6rem;
}

.nav_pagenumber ul {
  margin: 0 auto;
  list-style: none;
  display: flex;
}

.nav_pagenumber li {
  font-size: 1.5rem;
  margin-right: 2rem;
}

.nav_pagenumber a {
  color: #666;
}

.nav_pagenumber .active a {
  background-color: #f0ad4e;
  padding: 0.5rem 1rem;
  font-weight: bolder;
  color: #fff;
}

.idx_pt_title {
  text-align: center;
  margin-top: 1rem;
}

.slick-prev, .slick-next {
  background-color: #868686;
  border-radius: 999rem;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #cbcbcb;
  border-radius: 999rem;
}

footer .footer-content {
  background: #373B44;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #717d90, #292f38);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #041e42, #041e42);
}

.footer_nav {
  padding-left: 2rem;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .footer_nav {
    margin-top: 0rem;
  }
}

.slick-next {
  right: 0;
}

.shopping_block hr {
  margin: 1rem 0 1rem 0;
}

.shopping_block h3 {
  color: #A7301F;
  font-weight: bold;
  margin-top: 1rem;
  font-size: 4rem;
}

.shopping_block span {
  font-size: 2rem;
}

.ab_btn_group {
  margin-bottom: 3rem;
}

.ab_btn_group .btn {
  margin-right: 1rem;
}

.ab_h3_title {
  margin-top: 3rem;
  display: flex;
}

.ab_h3_title h3 {
  white-space: nowrap;
}

.ab_h3_line {
  width: 100%;
  height: 5px;
  background-color: #b2ccec;
  margin: 1rem 0 0 2rem;
}

.ab_h3_line_bottom {
  width: 100%;
  height: 5px;
  background-color: #b2ccec;
  margin: 3rem 0 0 0rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.blog-timeline {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.blog-timeline .timeline-item.pull-right {
  margin-top: 0;
}

.blog-timeline .pull-right {
  position: relative;
}
@media (min-width: 768px) {
  .blog-timeline .pull-right {
    right: -54%;
  }
}

.blog-timeline .timeline-item {
  background-color: #efefef;
}

.blog-timeline .timeline-item .item-date {
  background-color: #efefef;
}

.blog-timeline .timeline-item .item-date span {
  background-color: #5979b7;
}

.overlay.color2 {
    background-image: -webkit-linear-gradient(270deg,rgba(33,66,151,0.80) 6.22%,rgba(0,187,255,0.80) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(33,66,151,0.80) 6.22%,rgba(0,187,255,0.80) 100%);
    background-image: -o-linear-gradient(270deg,rgba(33,66,151,0.80) 6.22%,rgba(0,187,255,0.80) 100%);
    background-image: linear-gradient(180deg,rgba(33,66,151,0.80) 6.22%,rgba(0,187,255,0.80) 100%);
}

.support_list_block {
  display: flex;
  justify-content: space-between;
}

.btn-lg, .btn-lg:hover {

 padding: 6px 28px;
 font-size: 15px;
 margin-top: 10px;
}

.support_list_block h3 {
  margin: 2rem;
  color: #fff;
}

.support-tabtitle {
  margin-top: 2rem;
  font-weight: bolder;
}

.masonry-item {
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {
  .masonry-item {
    width: 49%;
  }
}
@media (min-width: 1200px) {
  .masonry-item {
    width: 33%;
  }
}

.btn-default:hover {
  background-color: #3d312f;
}

.is-invalid {
  border: 1px red solid!important;
}

.invalid-feedback {

  color: red;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.dw_list .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text_block {
  background-color: #0b97c4;
  padding: 0rem 3rem 3rem 3rem;
}

.text_gird h3 {
  font-weight: bolder;
  color: #fff;
}

.text_gird p {
  color: #fff;
}

.title_grid {
  position: relative;
  top: -2rem;
  background-color: #fff;
  padding: 1.5rem 1rem 0rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_grid:hover h5 {
  color: #0b97c4;
}

.product_name:hover {
  color: #0b97c4;
}

.shop_list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.flex_item {
  display: flex;
}

/*GDPR*/
.advbox {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  color: white;
  background-color: rgba(42, 110, 196, 0.9);
}

.advpic {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 11px;
}
.advpic a {
  color: #e2e2e2;
}
.advpic button {
  background-color: rgba(255, 255, 255, 0.5);
}

.ab_flex_item {
  display: flex;
}

.ab_flex_item p {
  margin-left: 1rem;
}

.nav_child {
  padding-left: 1rem;
}

.news_details_section img {
  max-width: 100%;
}

.re_list li {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.re_list > li > a {
  padding: 6px 15px !important;
}

.btn-primary {
  background-color: #041e42 !important;
}

footer .column.logo {
  background: #051f43;
}

.visible-xl-block {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-xl-block {
    display: block !important;
  }
}

.hidden-xl {
  display: block !important;
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mega_block {
    min-width: 100%;
    left: 0 !important;
    padding-right: 35px;
  }
}

.mega_block .sub-menu {
  list-style: none;
}

.mega_block .last_menu {
  padding-left: 0;
}

@media (min-width: 992px) {
  .mega_block .mega-menu-content {
    padding-right: 60px !important;
  }
}

.mega_block .mega-menu-sub-title {
  color: #fff;
  white-space: nowrap;
}

.news_text h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  height: 47px;
  line-height: 23px;
}

.news_text span {
  display: block;
  margin-top: 5px;
}

.news_text p {
  margin: 5px 0 0;
}

.masonry-sidebar .col-md-9 h2{
    font-size: 16px
}

.left_img {
  margin: 5rem 0 5rem 0;
}

.font-opensans {
  margin-top: 3rem;
}

.visible-lg-block {
  display: none !important;
}
@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}

header#topNav li.quick-cart2 {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.03);
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 17px;
    margin-left: 10px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    padding-top: 6px;
}

header#topNav li.quick-cart2:before {
  content:  url(../images/iq.png);margin-right: 7px;
}
.quick-cart2-1:before {
     content: '';
     width: 16px;
     height: 35px;
    display: inline-block;
    background: url(../images/iq-w.png) no-repeat center;
    background-size: 22px;
}
header#topNav li.quick-cart2 .badge {
  font-family: "Open Sans";
  position: absolute;
  top: -4px;
  right: -6px;
  color: #999;
  font-size: 12px;
  background-color: #F8F8F8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

header#topNav li.quick-cart3 {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 17px;
  margin-left: 10px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

header#topNav li.quick-cart3:before {
  content: "";
}

header#topNav li.quick-cart3 .badge {
  font-family: "Open Sans";
  position: absolute;
  top: -4px;
  right: -4px;
  color: #999;
  font-size: 12px;
  background-color: #F8F8F8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nav > li > a {
  padding: 10px 10px;
}

#topHead .signin-dd form {
  width: 80px;
}
@media (min-width: 1200px) {
  #topHead .signin-dd form {
    width: 200px;
  }
}
@media (max-width: 320px) {
  #topHead .signin-dd form {
    display: none;
  }
}

.cart_inline {
  display: flex;
  justify-content: space-between;
}

.cart_inline h5 {
  font-weight: bold;
  position: relative;
  top: 1rem;
}
header#topHead {
  line-height: 35px;
}

.oc ul.isotope-filter {
  padding-bottom: 0;
}

.inq_btn, .inq_btn:hover {
  padding: 11px 8px;
}

.inq_btn i {
  font-size: 16px;
}

.px-40 {
  padding: 0 40px;
}

.r_pdt .slick-prev {
  left: -25px;
}

.r_pdt .slick-next {
  right: -25px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.dropdown-submenu.resp-active > a {
  background: #202630 !important;
}

.dis.webeditor .panel-body h4 {
  line-height: 1;
}

.item-box.pdt-box img {
  width: 242px !important;
  height: 242px !important;
  object-fit: cover;
}

@media (max-width:768px) {
  .item-box.pdt-box img {
    width: 334px !important;
    height: 334px !important;
  }
}

@media (max-width:480px) {
  .item-box.pdt-box img {
    width: 325px !important;
    height: 325px !important;
  }
}

.nav.nav-list.nav_child li >a:hover {
  background: transparent;
  color: #c8102e;
}
/*# sourceMappingURL=mainStyle.css.map */
.in_banner {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

table p {
  margin-bottom: 0;
}

table td,table th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.sort-destination {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width:550px) {
  .nav.m-left {
    max-width: 120px;
  }

  .nav.m-left a {
    margin-right: 0;
    min-width: 26px;
    display: inline-block;
    padding: 0 !important;
    text-align: center;
  }

  header#topHead {
    height: auto;
  }
  header#topNav.topHead {
    position: relative !important;
    top: 0;
  }

  header#topHead.m-fixed {
    position: fixed !important;
  }
}

.nav-list .nav_child > li i::before {
  content: '\f111';
}

.masonry-list .masonry-item .item-box figure {
  height: 144px;
}

.masonry-list .masonry-item .item-box figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 768px) {
  .masonry-list .masonry-item .item-box figure {
    height: 193px;
  }
}

@media (max-width: 480px) {
  .masonry-list .masonry-item .item-box figure {
    height: 207px;
  }
}

.nav-stock {
  display: none;
}

@media (min-width:992px) {
  :lang(zh-TW) .nav-stock {
    display: block;
    color: #fff;
    margin-right: 15px;
  }
}

#shop .item-box.fixed-box img,.index-pdt-box img {
  width: 100%;
  height: 235px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.shoppingcart_header_area_list {
  max-height: 207px;
  overflow-y: auto;
}

@media (min-width:1200px) {
  .nav-container {
    display: flex;
  }
  .nav-container .navbar-menu {
    flex: 1;
  }

  .nav-container .navbar-menu > nav {
    display: flex;
    justify-content: center;
  }
}

#cartContent .btn_update {
  margin-left: 10px;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.shopping_block .price-de {
  margin-bottom: 15px !important;
}

.shopping_block .price-de .o-price {
  color: #666;
  font-weight: normal;
  font-size: 16px;
  text-decoration: line-through;
}

.tab-content>.tab-pane {
  overflow-x: auto;
}

.tab-content>.tab-pane a:hover {
  font-weight: bold;
}

.btn.btn-default {
  color: #fff;
  background: #c8102e !important;
  border-color: #c8102e;
}

.btn.btn-default:hover {
  background: #e03853 !important;
  border-color: #e03853;
}

.quick-cart-content .item .inline-block {
  padding-left: 60px;
} 
.inquirycart_content_area .type, .inquirycart_content_area .qty{
  display: none;
}
.inquirycart_content_area .product_name{
  width: 80% !important;
}
.pagination-area {
  width: 100%;
}

.widget .oc .nav-list li.active a {
  color: #fff;
  background-color: #c8102e;
}

.list-empty {
  padding: 30px 15px;
  color: #555;
  text-align: center;
  border: 1px solid #eee;
}

.btn-color{
  padding: 6px 12px;
  background-color:#041e42 ;
  color:#eee;
}

.btn-color:hover, .btn-color:active, .btn-color:focus {
  background-color:#c8102e ;
  color:#eee;
}

.page-index #wrapper{
    padding-bottom: 0 !important;
}

footer address .footer-sprite.email{
  margin-bottom: 0;
}

.footer-social .container{
  width: 100%;
  padding: 0;
}

 .footer-social.phone {
    display: none;
  }

@media screen and (max-width:991px) {
  .footer-social.pc {
    display: none;
  }

  .footer-social.phone {
    display: block;
  }

  .column.logo{
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

