@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
label {
  margin-bottom: 0px;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.menu > ul > li > a {
  color: #fff;
}
.menu > ul > li:hover > a {
  color: #000;
}
#top a:hover {
  color: #000;
}
.menu-dropdown-icon > ul a {
  color: #000;
}
.menu-dropdown-icon > ul a {
  color: #2ec4b6;
}
.menu-dropdown-icon > ul {
  max-height: 580px;
}
.menu-dropdown-icon > ul {
  overflow: auto;
}

a:hover {
  text-decoration: none;
}
.li-1st-active {
  color: #2ec4b6;
}
.li-1st-active > a {
  color: #fff !important;
}

#top {
  background-color: #2ec4b6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
#top .top-box {
  margin: 0 auto;
  max-width: 1470px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  #top .top-box {
    flex-direction: column;
  }
  #top .top-box .ul-1st {
    display: none;
  }
}
#top .top-box .ul-1st {
  justify-content: flex-start;
  flex-grow: 1;
}
#top .top-box .ul-1st .li-1st {
  padding: 10px 20px;
  position: relative;
}
#top .top-box .ul-1st .li-1st a {
  transition: color 0.4s ease 0s;
  min-height: 40px;
  display: inline-block;
  line-height: 40px;
}
#top .top-box .ul-1st .li-1st:hover {
  background-color: #2ec4b6;
}

#top .top-box .ul-1st .li-1st a:hover {
  color: #fff;
}
#top .top-box .ul-1st .li-1st .ul-2nd {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 300px;
  background-color: #011627;
  border: 1px solid #fff;
}
#top .top-box .ul-1st .li-1st:nth-child(5) .ul-2nd {
  overflow: hidden;
  width: 600px;
}
#top .top-box .ul-1st .li-1st:nth-child(5) .li-2nd {
  float: left;
  width: 297px;
}
@media (max-width: 992px) {
  #top .top-box .ul-1st .li-1st .ul-2nd {
    position: static;
    width: 50%;
  }
  #top .top-box .ul-1st .li-1st .ul-2nd .li-2nd {
    position: static !important;
  }
  #top .top-box .ul-1st .li-1st .ul-2nd .ul-3rd {
    width: 50% !important;
    left: 50% !important;
    top: 50px !important;
  }
  #top .top-box .ul-1st .li-1st .ul-2nd .ul-3rd .li-3rd {
    width: 100% !important;
  }
}
#top .top-box .ul-1st .li-1st .ul-2nd a {
  color: #fff;
  transition: color 0s ease 0s;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd {
  padding: 0 20px;
  position: relative;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd .ul-3rd {
  display: none;
  position: absolute;
  left: 300px;
  top: 0px;
  background-color: #011627;
  color: #fff;
  border: 1px solid #fff;
  max-height: 600px;
  overflow-y: scroll;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd .ul-3rd .li-3rd {
  background-color: #011627;
  width: 400px;
  padding: 0 20px;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd .ul-3rd .li-3rd a {
  color: #fff;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd .ul-3rd .li-3rd:hover {
  background-color: #fff;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd .ul-3rd .li-3rd:hover a {
  color: #011627;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd .a-2st {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd .a-2st .a-open {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #888;
  display: inline-block;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd:hover {
  background-color: #fff;
}
#top .top-box .ul-1st .li-1st .ul-2nd .li-2nd:hover a {
  color: #011627;
}
#top .top-box .top-right {
  height: 60px;
  margin-right: 20px;
  justify-content: space-between;
  position: relative;
}
#top .top-box .top-right .search-box {
  width: 160px;
  height: 60px;
  position: absolute;
  top: 0;
  left: -160px;
}
#top .top-box .top-right .search-box .search-inp {
  width: 100%;
  margin-right: 15px;
  background-color: #2ec4b6;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  outline: none;
  display: none;
}

.search i {
  display: block;
  padding: 12px;
}

#top .top-box .top-right .search {
  color: #2ec4b6;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#top .top-box .top-right .menu-box {
  display: none;
  padding: 20px 0;
}
#top .top-box .top-right .menu-box img {
  display: block;
}
@media (max-width: 992px) {
  #top .top-box .top-right .menu-box {
    display: block;
  }
}
#searchModal {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#searchModal .modal-header {
  display: flex;
  justify-content: space-between;
}
#searchModal h5 {
  font-size: 18px;
  font-weight: bold;
}
#searchModal .btn-primary {
  background-color: #2ec4b6;
  border: 0;
}
#banner {
  width: 100%;
  padding-top: 30px;
  flex-direction: column;
  padding-bottom: 200px;
  background: url("../images/banner.jpg") no-repeat;
  background-size: 100%;
  background-position: center;
}
#banner .top-img {
  margin-top: 70px;
  margin-bottom: 60px;
}
#banner h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  letter-spacing: 2px;
  margin-top: 60px;
}
#banner h1 a {
  color: #fff;
}
#banner p {
  font-family: "Courier New", Courier, monospace;
  color: #eee;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 80px;
}
#banner .banner-box {
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #000;
}
#banner .banner-box .banner-in {
  border: 2px solid #fff;
  max-width: 870px;
  width: 100%;
}
@media (max-width: 500px) {
  #banner .banner-box .banner-in {
    height: 100%;
    width: auto;
  }
  #contact-page .banner-box {
    padding: 5px;
    margin-bottom: 0 !important;
  }
}
#f1 {
  width: 100%;
}
.f1-title-box {
  width: 100%;
  height: 100px;
  margin-bottom: 100px;
  background-color: #2ec4b6;
}
/* #f1 .f1-title-box p {
  max-width: 930px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
} */
#f1 .carousel-inner .carousel-control {
  background-image: none;
}
#f1 .carousel-inner .f1-img-box .f1-left {
  width: 50%;
}
#f1 .carousel-inner .f1-img-box .f1-right {
  width: 50%;
  height: 100%;
  color: #fff;
  position: relative;
}
#f1 .carousel-inner .f1-img-box .f1-right .f1-right-box {
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px;
}
#f1 .carousel-inner .f1-img-box .f1-right .f1-right-box .f1-title {
  font-size: 38px;
  font-weight: bold;
  width: 375px;
  margin-bottom: 60px;
}
#f1 .carousel-inner .f1-img-box .f1-right .f1-right-box .f1-text {
  width: 375px;
  font-size: 14px;
}
#f1 .carousel-inner .f1-img-box .f1-right .f1-right-box .learn-more {
  background-color: #2ec4b6;
  padding: 5px 25px;
  color: #fff;
  margin-top: 25px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  cursor: pointer;
}
#f1 .carousel-inner .f1-img-box .f1-right .f1-right-box .learn-more:hover {
  background-color: #2ec4b6;
}

#products {
  background-color: #f5f5f5;
  width: 100%;
  padding-bottom: 130px;
  flex-direction: column;
}
#f1 .title {
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #011627;
  color: #fff;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#products .p-all {
  max-width: 980px;
  margin: 0 auto;
  color: #000;
  flex-direction: column;
}
#products .p-all .p-box {
  width: 100%;
  padding: 15px 0;
}
#products .p-all .p-box .p-item .item-left {
  width: 50%;
  padding: 15px 0;
}
#products .p-all .p-box .p-item .item-right {
  width: 50%;
  padding: 18px 0 20px 20px;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
#products .p-all .p-box .p-item .item-right .p-title {
  font-size: 22px;
}
#products .p-all .p-box .p-item .item-right .p-text {
  font-size: 14px;
  margin: 30px 0 60px;
}
#products .p-all .p-box .p-item .item-right .p-btn .btn-text {
  font-size: 14px;
  margin-bottom: 10px;
}
#products .p-all .p-box .p-item .item-right .p-btn .shop {
  font-family: Georgia, "Times New Roman", Times, serif;
  border: 1px solid #000;
  width: 180px;
  text-align: center;
  padding: 3px 0;
  font-size: 14px;
  display: inline-block;
  color: #000;
  cursor: pointer;
}
#products .p-all .p-box .p-item .item-right .p-btn .shop:hover {
  color: #2ec4b6;
}
#sellers {
  flex-direction: column;
  width: 100%;
}
#sellers .s-all {
  max-width: 980px;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
}
#sellers .s-all .title {
  font-family: Georgia, "Times New Roman", Times, serif;
}
#sellers .s-all .s-box {
  max-width: 980px;
  /* background-color: #011627; */
  border: 1px solid #888;
  text-align: center;
  padding: 30px 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  flex-direction: column;
}
#sellers .s-all .s-box .col-sm-4 a {
  padding: 0 20px;
  color: #e71d36;
}
#sellers .s-all .s-box p {
  margin: 15px 0 5px;
}
#sellers .s-all .s-box a:hover {
}
#sellers .s-all .s-box .shop-all {
  background-color: #2ec4b6;
  padding: 5px 25px;
  color: #fff;
  margin-top: 25px;
  font-size: 14px;
  cursor: pointer;
}
#sellers .s-all .s-box .shop-all:hover {
  background-color: #2ec4b6;
}
#contact {
  background-color: #f5f5f5;
  color: #000;
  flex-direction: column;
  width: 100%;
  padding-bottom: 60px;
}
#contact .c-all {
  max-width: 980px;
  margin: 0 auto;
  color: #000;
  flex-direction: column;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 100%;
}
#contact .c-all .title {
  margin-top: 60px;
}
#contact .c-all .form-box {
  font-weight: 100;
  width: 100%;
}
#contact .c-all .form-box .col-sm-6,
#contact .c-all .form-box .col-sm-4,
#contact .c-all .form-box .col-sm-12 {
  padding: 0 7px;
}
#contact .c-all .form-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #373b4d;
  font-size: 14px;
  font-style: italic;
}
#contact .c-all .form-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #373b4d;
  font-size: 14px;
  font-style: italic;
}
#contact .c-all .form-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #373b4d;
  font-size: 14px;
  font-style: italic;
}
#contact .c-all .form-box textarea,
#contact .c-all .form-box input {
  width: 100%;
  background-color: rgba(165, 165, 165, 0.11);
  border: 1px solid #a1a1a1;
  padding: 3px 3px 3px 24px;
  margin: 3px 0;
  font-style: italic;
}
#contact .c-all .form-box input:focus,
#contact .c-all .form-box textarea:focus {
  background-color: #f5f5f5;
  border: 1px solid #666;
  outline: none;
}
#contact .c-all .form-box textarea {
  padding: 10.5px 10px 3px 24px;
}
#contact .c-all .form-box .form-sub {
  background-color: #2ec4b6;
  padding: 5px 50px;
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
#contact .c-all .form-box .form-sub:hover {
  background-color: #2ec4b6;
}
#footer {
  background-color: #011627;
  color: #fff;
  flex-direction: column;
  width: 100%;
  border-bottom: 9px solid #2ec4b6;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 30px;
  line-height: 22px;
}
#footer .u-all {
  max-width: 1470px;
  margin: 0 auto;
  color: #fff;
  flex-direction: column;
  width: 100%;
}
#footer .u-all .c-title a {
  font-size: 17px;
  margin-top: 22px;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-bottom: 10px;
}
#footer .u-all .col-sm-5 > a {
  display: block;
}
#footer .u-all .index-icon {
  margin-top: 15px;
  overflow: hidden;
}
#footer .u-all .index-icon a {
  color: #011627;
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50px;
  background: #2ec4b6;
  line-height: 27px;
  text-align: center;
  margin-right: 20px;
  font-size: 16px;
  float: right;
}

#footer .u-all .index-icon a:hover {
  background: #fff;
}

#footer .u-all a {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 1.95px 0;
  font-size: 14px;
  display: inline-block;
}
#footer .u-all p {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 3px 0;
  color: #fff;
}
#footer .u-all .social > a {
  margin: 0 2px;
}
#footer > p {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin: 25px 0;
}
#p1 {
  width: 100%;
}
#p1 .top-img {
  margin-top: 70px;
  margin-bottom: 10px;
}
#p1 > p {
  font-family: "Courier New", Courier, monospace;
  color: #eee;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
#p1 .p1-box {
  width: 1470px;
}
@media (max-width: 1470px) {
  #p1 .p1-box {
    width: 100%;
  }
}
#p1 .p1-box .bread-crumb {
  margin: 20px 30px;
  font-size: 14px;
}
#p1 .plist-main {
  background-color: #fff;
  padding: 20px 10px 80px;
  width: 100%;
}
#p1 .plist-main #groupframe2 .fliter-search {
  line-height: 30px;
}
#p1 .plist-main #groupframe2 .fliter-search span {
  color: #2ec4b6;
}
#p1 .plist-main #groupframe2 .panel-group .panel-heading {
  background-color: #2ec4b6;
  color: #fff;
}
#p1 .plist-main #groupframe2 .panel-group #Antibodies .filter-con {
  padding: 5px 10px;
  display: inline-block;
}
#p1 .plist-main #groupframe2 .panel-group #Antibodies .filter-one {
  background-color: #f5f5f5;
}
#p1 .plist-main #groupframe2 .panel-group #Antibodies .filter-one li {
  padding: 5px 25px;
}
#p1 .plist-main .col-sm-9 .AdvanceSearchUnit {
  width: 100%;
  margin: auto;
  border-top: 2px solid #444;
  padding-top: 15px;
  font-size: 13px;
}
#p1 .plist-main .col-sm-9 .AdvanceSearchUnit .SearchTiojian .tiaojianSHUOMNG {
  float: left;
  padding: 3px 5px 3px 0px;
}
#p1 .plist-main .col-sm-9 .AdvanceSearchUnit a .tiaojianUnit {
  padding: 3px 5px 3px 8px;
  float: left;
  border: 1px solid #f2f2f2;
  margin-right: 5px;
  color: #2ec4b6;
}
#p1 .plist-main .col-sm-9 .AdvanceSearchUnit a .tiaojianUnit span {
  color: #2ec4b6;
}
#p1 .plist-main .col-sm-9 .AdvanceSearchUnit a .tiaojianUnit .deltiaojian {
  padding-left: 5px;
}
#p1 .plist-main .pro-list {
  margin: 15px 0;
  padding: 10px 20px;
  background-color: #fcfcfc;
  box-shadow: 1px 1px 8px #eee;
}
#p1 .plist-main .pro-list .col-md-6 {
  margin: 5px 0;
}
#p1 .plist-main .pro-list .list-inquiry a,
#p1 .plist-main .pro-list .ivd-list .list-inquiry a {
  display: inline-block;
  padding: 4px 10px;
  background: #2ec4b6;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  margin-right: 3px;
}
#p1 .plist-main .pro-list .addtobasket,
#p1 .plist-main .pro-list .ivd-list .addtobasket {
  padding: 7px;
  border-radius: 3px;
  background: #2ec4b6;
  color: #ffffff;
}
#p1 .categories {
  background-color: #fff;
  padding: 30px 10px 50px;
}
#p1 .categories .col-sm-8 {
  padding: 0;
}
#p1 .categories .main-right .right-head {
  margin: 0 15px 10px;
}
#p1 .categories .main-right .p-item {
  box-sizing: border-box;
  padding: 0 5px;
}
#p1 .categories .main-right .p-item .img-box {
  position: relative;
}

#p1 .categories .main-right .p-item .p-item-name {
  width: 100%;
  overflow: hidden;
  background-color: #f3f3f3;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}

#p1 .categories .main-right .p-item .p-item-name:hover {
  color: #2ec4b6;
}

#p1 .categories .main-right .p-item .p-item-name p {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0;
}
#p1 .categories .main-right .p-item .p-item-name .line {
  border-top: 3px solid #000;
  height: 3px;
  width: 100%;
}
#p1 .categories .main-right .p-item .p-item-name p {
  color: #2ec4b6;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-style: italic;
}
#p1 .categories .main-right .p-item .p-item-name p i {
  padding-left: 10px;
}

#p1 .p-main {
  background-color: #fff;
  padding: 0 10px;
  padding-bottom: 80px;
}
#p1 .p-main .p-title {
  font-size: 26px;
  font-weight: bold;
  padding: 35px 20px 10px;
}
#p1 .p-main .col-md-8,
#p1 .p-main .col-md-4 {
  padding: 0 20px;
}
#p1 .p-main .col-md-8 .desc {
  background-color: #2ec4b6;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 4px 10px;
  margin-bottom: 10px;
}
#p1 .p-main .col-md-8 h3,
#p1 .plist-main .col-sm-12 > h3 {
  border-bottom: 2px solid #2ec4b6;
  color: #2ec4b6;
  padding-bottom: 3px;
  font-size: 22px;
}
#p1 .p-main .col-md-6 h3 {
  border-bottom: 2px solid #2ec4b6;
  color: #2ec4b6;
  padding-bottom: 3px;
  font-size: 22px;
}
#p1 .p-main .p-category {
  padding: 0 20px 15px;
}
#p1 .p-main .p-category span {
  font-weight: bold;
}
#p1 .p-main .Inquiry_form .col-md-6 {
  padding-left: 0;
}
#p1 .p-main .related {
  position: relative;
  overflow: hidden;
}
#p1 .p-main .related .p-control {
  position: absolute;
  width: 100%;
  top: 50%;
  color: #aaa;
}
#p1 .p-main .related .p-control span:hover {
  color: #333;
}
#p1 .p-main .related .imgs {
  justify-content: flex-start;
  font-size: 15px;
  align-items: flex-start;
  overflow: hidden;
  width: 1000%;
}
#p1 .p-main .related .imgs .related-item {
  width: 3.39%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
}
#p1 .p-main .related .imgs .related-item .related-img-box {
  border: 1px solid #ddd;
  padding-bottom: 100%;
  position: relative;
}
#p1 .p-main .related .imgs .related-item .related-img-box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#p1 .p-main .related .imgs .pro-name {
  margin: 10px 0;
}
/* product-list */
.table-box {
  width: 100%;
  box-sizing: border-box;
  line-height: 2rem;
}
#table-breakpoint {
  width: 100%;
  margin-top: 0.75em;
  word-break: break-all;
}
#table-breakpoint th {
  background-color: #2ec4b6;
}
#table-breakpoint tr td a {
  color: #337ab7;
}
#table-breakpoint .inquiry_btn {
  background-color: #282828;
  color: #fff;
}
#table-breakpoint .inquiry_btn:hover {
  background-color: #2ec4b6;
}
.pagenav {
  margin-top: 20px;
  color: #337ab7;
}
.pagenav a {
  color: #337ab7;
}
.product-tab {
  display: flex;
  flex-wrap: wrap;
}
.product-tab a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ddd;
  color: #000;
  cursor: pointer;
}
.product-tab a.p-active {
  background-color: #2ec4b6;
  color: #fff;
}
.product-tab li {
  margin-right: 30px;
  margin-bottom: 10px;
}
#contact-page {
  width: 100%;
  padding-top: 30px;
  flex-direction: column;
  background: #fff;
}
#contact-page .top-img {
  margin-top: 70px;
  margin-bottom: 60px;
}
#contact-page h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  letter-spacing: 2px;
  margin-top: 60px;
}
#contact-page h1 a {
  color: #fff;
}
#contact-page p {
  font-family: "Courier New", Courier, monospace;
  color: #eee;
}
#contact-page .banner-box {
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #2ec4b6;
  position: relative;
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 120px;
}
#contact-page .banner-box .banner-in {
  border: 2px solid #fff;
  min-height: 520px;
  overflow: hidden;
}
#contact-page .banner-box .contact-box {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  flex-direction: column;
}
#contact-page .banner-box .contact-box .line {
  width: 50px;
  height: 3px;
  background-color: #000;
  margin-bottom: 20px;
}
#contact-page .banner-box .contact-box p {
  font-family: Arial, Helvetica, sans-serif;
  margin: 2px 20px;
  font-size: 16px;
  color: #000;
}
#contact-page .banner-box .contact-box h4 {
}
#contact-page .banner-box .contact-box a {
  color: #e71d36 !important;
  text-decoration: underline;
}
.search-product-list .pro-list:last-child {
  border-bottom: 0 !important;
}

.search-product-list .page-list:last-child .page a {
  margin: 0 5px;
}
.page-list {
  margin-top: 15px;
}
.fliter-ul a {
  margin-right: 3px;
}
.addtobasket {
  cursor: pointer;
}
.buycar {
  position: fixed;
  top: 20%;
  padding: 10px;
  right: 0;
  background-color: #f5f5f5;
  line-height: 17px;
  z-index: 100000;
  color: #444;
  border: 1px solid #dddddd;
}
.buycar .carcontent {
  z-index: 1000;
  position: absolute;
  right: 0;
  width: 400px;
  background: #fff;
  padding: 20px;
  border: 1px solid rgba(211, 211, 211, 0.5);
  top: 0;
  display: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.buycar:hover .carcontent {
  display: block;
}
.buycar .carcontent .btn {
  background-color: var(--main-color) !important;
  border: 0 !important;
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #228ebc;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  outline: 0;
  margin-right: 10px !important;
  margin-top: 10px;
  padding: 10px;
}
.buycar .carcontent .btn:hover {
  background-color: #2ec4b6 !important;
  border: 0 !important;
}
.buycar .carcontent td a {
  color: #2ec4b6 !important;
}
.buycar .carcontent td a:hover {
  color: #2ec4b6 !important;
}
.buycar .glyphicon-shopping-cart {
  cursor: pointer;
}
.buycar .glyphicon-remove {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  font-size: 16px;
}

.shoppingbasketnum {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: red;
  color: #fff;
  position: absolute;
  top: -5px;
  right: 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  z-index: 1100;
}

.dellink,
.clearshoppingbasket {
  padding: 5px 10px;
  border: 1px solid rgba(211, 211, 211, 1);
  border-radius: 4px;
  cursor: pointer;
  background: #1096cb;
  color: #fff;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.dellink:hover,
.clearshoppingbasket:hover {
  border: 1px solid #1096cb;
  background: #fff;
  color: #1096cb;
}
.carTit .shoppingbasketnum {
  position: relative !important;
  color: red !important;
  background: none;
  /* width: 20px; */
  /* height: 20px; */
  /* display: inline-block; */
  /* background-color: red; */
  /* color: #fff; */
  /* position: absolute; */
  /* top: -5px; */
  /* text-align: center; */
  font-size: 1em !important;
  /* line-height: 20px; */
  z-index: 10;
  top: auto;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* .menu-container {
  width: 80%;
  margin: 0 auto;
} */

.menu-mobile {
  display: none;
  padding: 20px;
  color: #fff;
}

.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  color: #333;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}

.menu > ul > li:hover {
  background: #fff;
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #fff;
  padding: 20px 25px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 8px #aaa;
}

.menu > ul > li > ul::-webkit-scrollbar {
  display: none;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu > ul:nth-child(2) > li > ul > li {
  width: 33.3%;
}

.menu > ul > li > ul > li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > a {
  color: #2ec4b6;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
  .top-box {
    display: block !important;
  }
  #top .top-box .top-right {
    position: absolute !important;
    top: 3px;
    right: 30px;
  }
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
  .menu > ul:nth-child(2) > li > ul > li {
    width: 100% !important;
  }
  #f1 .carousel-inner .f1-img-box .f1-right .f1-right-box {
    padding: 5px;
  }
  #f1 .carousel-inner .f1-img-box .f1-right .f1-right-box .f1-title {
    font-size: 16px;
    width: auto;
    margin-bottom: 0;
  }
  #f1 .carousel-inner .f1-img-box .f1-right .f1-right-box .f1-text {
    width: 100%;
  }
  #f1 .carousel-inner .f1-img-box .f1-right .f1-right-box .learn-more {
    margin-top: 5px;
    padding: 3px 10px;
  }
  #f1 .carousel-inner .f1-img-box .f1-right .f1-right-box .f1-text {
    font-size: 12px;
    line-height: 15px;
  }
  #contact-page .banner-box .contact-box p {
    margin: 5px;
  }
  #contact-page .banner-box {
    width: 100%;
    overflow: hidden;
  }
}

.top-img-a {
  margin: auto;
}

@media (max-width: 550px) {
  .top-img-a img {
    width: 300px !important;
  }
}

.product-desc {
  height: 80px;
  font-size: 14px;
}

.product-table tr:nth-of-type(2n + 2) td {
  background-color: #fff;
}
.product-table th {
  padding: 8px 10px;
  background-color: var(--main-color);
  color: var(--white-color);
}
.product-table td {
  position: relative;
  padding: 8px 10px;
}
.product-table td.cat-box {
  position: relative;
}
.product-table td.cat-box .search-cat {
  position: absolute;
  background: #fff;
  top: 0;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
  padding: 10px;
  display: none;
  -webkit-animation: fadeInUp 0.4s 0.2s ease both;
  -moz-animation: fadeInUp 0.4s 0.2s ease both;
}
.product-table td.cat-box:hover .search-cat {
  display: block;
}
.product-table td > a {
  color: var(--main-color);
  transition: all ease-in-out 0.4s;
}
.product-table td > a:hover {
  color: var(--orange-color);
}
.product-table td .simplyBtn {
  position: relative;
  bottom: auto;
  padding: 3px 20px;
}
.product-table td .simplyBtn:hover {
  color: var(--white-color);
}
.product-table tr {
  padding: 5px 0;
}
.product-table tr td:first-child {
  font-weight: bold;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(0.6rem);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

.banner-logo {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-name {
  height: 40px;
  overflow: hidden;
}

.screen-reader-text {
  font-size: 18px;
}

.inquiry-box h2 {
  font-size: 26px;
}

.product-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  position: relative;
}
.product-img img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.product-img-box {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
}

.ad-close {
  position: absolute;
  right: 5%;
  top: 10px;
  font-size: 20px;
  color: #f9f9f9;
  cursor: pointer;
}
.top-ad {
  display: none;
  position: relative;
  padding-top: 10px;
  font-size: 0.95em;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.4em;
}
.top-ad a {
  color: #444;
}
/*.ad-close:hover,.ad-close:focus{
  color:var(--main-color);
  cursor: pointer;
}*/
.top-ad strong {
  font-weight: bold;
  padding-right: 15px;
  display: inline-block;
  padding-top: 10px;
  font-size: 1.2em;
}
.mbottom10 {
  margin-bottom: 10px;
}

.pcTitle {
  position: relative;
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  width: max-content;
  font-size: 1.2em;
}
#addCart,
.inquiryBtn {
  position: relative;
  border: 1px solid var(--main-color);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  background: var(--main-color);
  color: var(--white-color);
  cursor: pointer;
  width: max-content;
  display: block;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
}

#addCart:hover,
.inquiryBtn:hover {
  background: var(--white-color);
  color: var(--main-color);
}

.table-order th,
#basketTable th {
  background: var(--main-color);
}

.table-order th {
  background: #cbdee5;
  color: var(--main-color);
}
