.prolist .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .prolist .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .prolist .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .prolist .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .prolist .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .prolist .container {
    max-width: 1320px;
  }
}
.prolist .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.prolist .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.prolist .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .prolist .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .prolist .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .prolist .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .prolist .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.prolist .fade {
  transition: opacity 0.15s linear;
  opacity: unset;
}
@media (prefers-reduced-motion: reduce) {
  .prolist .fade {
    transition: none;
  }
}
.prolist .tab-content > .tab-pane {
  display: none;
}
.prolist .tab-content > .active {
  display: block;
}
.prolist .justify-content-between {
  justify-content: space-between !important;
}
@media (min-width: 768px) {
  .prolist .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
}
.prolist h4 {
  color: #2c2c2c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}
.prolist a {
  color: #e7604a;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.prolist a:hover,
.prolist a:active,
.prolist a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #340c2e;
  outline: none;
  text-decoration: none;
}
.prolist a img {
  border: none;
}
.prolist :active,
.prolist :focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.prolist ::-moz-selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.prolist ::selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.prolist ::-moz-selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.prolist ::-webkit-selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.prolist img {
  height: auto;
  max-width: 100%;
}
.prolist ul {
  margin: 0;
  padding: 0;
}
.prolist ul li {
  list-style: none;
}
.prolist ul {
  margin-bottom: 30px;
}
.prolist .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .prolist .container {
    max-width: 1200px;
  }
}
.prolist .row > * {
  margin-top: 0;
}
.prolist .row {
  margin-right: -15px;
  margin-left: -15px;
}
.prolist .row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.prolist .container {
  padding-bottom: 90px;
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .prolist .container {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}
.prolist .mb--0 {
  margin-bottom: 0 !important;
}
.prolist .product-item {
  margin-bottom: 30px;
  position: relative;
}
.prolist .product-item .product-thumb {
  overflow: hidden;
  position: relative;
}
.prolist .product-item .product-thumb img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.prolist .product-item .product-info {
  margin-top: 23px;
  text-align: center;
}
.prolist .product-item .product-info .title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 7px;
}
.prolist .product-item .product-info .title a {
  color: #000;
}
.prolist .product-item .product-info .title a:hover {
  color: #e7604a;
}
.prolist .product-item:hover .product-thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1199px) {
  .prolist .shop-sidebar {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.prolist .shop-sidebar .sidebar-title {
  color: #525252;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}
.prolist .shop-sidebar .sidebar-title:before {
  border: 2px solid #e7604a;
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 11px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.prolist .shop-sidebar .shop-widget {
  background-color: #fafafa;
  border-radius: 10px;
}
.prolist .shop-sidebar .shop-sidebar-category {
  margin-top: 40px;
  padding: 34px 30px 41px;
}
.prolist .shop-sidebar .category-list li {
  line-height: 1.8125;
  display: block;
}
.prolist .shop-sidebar .category-list li a {
  color: #737070;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8125;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.prolist .shop-sidebar .category-list li a:hover {
  color: #e7604a;
  text-decoration: underline;
}
.prolist .pagination-items {
  margin-top: 32px;
  margin-bottom: 30px;
}
.prolist .pagination-items.pagination-items-style1 {
  margin-top: 47px;
}
.prolist .pages {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  clear: both;
}
.prolist .pages a {
  color: #666;
  padding: 0 15px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.prolist .pages a:hover {
  display: inline-block;
  color: #fff;
  background: #e7604a;
  border-color: #e7604a;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.prolist .pages a.page-num-current {
  display: inline-block;
  color: #fff;
  background: #e7604a;
  border-color: #e7604a;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.proitem *,
.proitem ::after,
.proitem ::before {
  box-sizing: border-box;
}
.proitem h3,
.proitem h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.proitem h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .proitem h3 {
    font-size: 1.75rem;
  }
}
.proitem h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .proitem h4 {
    font-size: 1.5rem;
  }
}
.proitem p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.proitem a {
  color: #0d6efd;
  text-decoration: underline;
}
.proitem a:hover {
  color: #0a58ca;
}
.proitem img {
  vertical-align: middle;
}
.proitem button {
  border-radius: 0;
}
.proitem button:focus:not(:focus-visible) {
  outline: 0;
}
.proitem button,
.proitem input,
.proitem textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.proitem button {
  text-transform: none;
}
.proitem [type=submit],
.proitem button {
  -webkit-appearance: button;
}
.proitem [type=submit]:not(:disabled),
.proitem button:not(:disabled) {
  cursor: pointer;
}
.proitem ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.proitem textarea {
  resize: vertical;
}
.proitem .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .proitem .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .proitem .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .proitem .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .proitem .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .proitem .container {
    max-width: 1320px;
  }
}
.proitem .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.proitem .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.proitem .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .proitem .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .proitem .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .proitem .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.proitem .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .proitem .form-control {
    transition: none;
  }
}
.proitem .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.proitem .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.proitem .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.proitem .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.proitem textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.proitem .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.proitem .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.proitem .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.proitem .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.proitem h3,
.proitem h4 {
  color: #2c2c2c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}
.proitem a {
  color: #e7604a;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.proitem a:hover,
.proitem a:active,
.proitem a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #340c2e;
  outline: none;
  text-decoration: none;
}
.proitem a img {
  border: none;
}
.proitem button {
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.proitem button:hover,
.proitem button:active,
.proitem button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
.proitem p {
  margin-bottom: 30px;
}
.proitem :active,
.proitem :focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.proitem ::-moz-selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.proitem ::selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.proitem ::-moz-selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.proitem ::-webkit-selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.proitem img {
  height: auto;
  max-width: 100%;
}
.proitem textarea:focus,
.proitem textarea:active,
.proitem input:focus,
.proitem input:active {
  outline: none;
}
.proitem .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .proitem .container {
    max-width: 1200px;
  }
}
.proitem .row > * {
  margin-top: 0;
}
.proitem .row {
  margin-right: -15px;
  margin-left: -15px;
}
.proitem .row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.proitem .container {
  padding-bottom: 90px;
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .proitem .container {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}
.proitem .btn-theme {
  background-color: transparent;
  border: none;
  border-radius: 20px;
  color: #e7604a;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 55px;
  line-height: 56px;
  letter-spacing: 0.3px;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 180px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .proitem .btn-theme {
    font-size: 14px;
    height: 44px;
    line-height: 46px;
    width: 140px;
  }
}
.proitem .btn-theme:before {
  background-color: #ffd868;
  border: 2px solid #ffd868;
  border-radius: 20px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.proitem .btn-theme:after {
  background-color: #b79e55;
  border-radius: 20px;
  content: "";
  height: 100%;
  right: -3px;
  position: absolute;
  top: 3px;
  width: 100%;
  z-index: -2;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.proitem .btn-theme:hover {
  color: #e7604a;
  opacity: 0.8;
}
.proitem .mb--0 {
  margin-bottom: 0 !important;
}
.proitem .product-single-thumb .single-product-thumb {
  margin-bottom: 20px;
}
.proitem .product-single-thumb .single-product-thumb img {
  width: 100%;
  border:1px solid #e6e6e6;
}
.proitem .product-single-info {
  margin-left: 33px;
  margin-bottom: 31px;
  margin-top: -8px;
}
@media only screen and (max-width: 1199px) {
  .proitem .product-single-info {
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .proitem .product-single-info {
    margin-top: 40px;
  }
}
.proitem .product-single-info .main-title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .proitem .product-single-info .main-title {
    font-size: 30px;
  }
}
.proitem .product-single-info p {
  margin-right: -6px;
  color: #181818;
  line-height: 28px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .proitem .product-single-info p {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.proitem .product-single-info .product-quick-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .proitem .product-single-info .product-quick-action {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479.98px) {
  .proitem .product-single-info .product-quick-action {
    display: block;
  }
}
.proitem .product-single-info .btn-product-cart {
  background-color: #e7604a;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 50px;
  height: 50px;
  margin-left: 10px;
  text-transform: uppercase;
  width: 170px;
}
@media only screen and (max-width: 479.98px) {
  .proitem .product-single-info .btn-product-cart {
    margin-left: 0;
    font-size: 13px;
    width: 130px;
  }
}
.proitem .product-single-info .btn-product-cart:hover {
  color: #e7604a;
  background-color: #ffd868;
}
.proitem .comment-form-area {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 56px 34px 62px;
}
@media only screen and (max-width: 1199px) {
  .proitem .comment-form-area {
    padding: 36px 34px 42px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .proitem .comment-form-area {
    padding: 32px 20px 35px;
  }
}
.proitem .comment-form-area .title-main {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1199px) {
  .proitem .comment-form-area .title-main {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.proitem .comment-form .form-group {
  margin-bottom: 30px;
}
.proitem .comment-form .form-control {
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 15px;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.2px;
  height: 49px;
  line-height: 49px;
  padding: 5px 19px;
}
.proitem .comment-form .form-control::-webkit-input-placeholder {
  color: #999;
}
.proitem .comment-form .form-control::-moz-placeholder {
  color: #999;
}
.proitem .comment-form .form-control:-ms-input-placeholder {
  color: #999;
}
.proitem .comment-form .form-control:-moz-placeholder {
  color: #999;
}
.proitem .comment-form textarea.form-control {
  height: 250px;
  line-height: 1.3;
  padding-top: 16px;
}
@media only screen and (max-width: 1199px) {
  .proitem .comment-form textarea.form-control {
    height: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .proitem .comment-form textarea.form-control {
    height: 140px;
  }
}
.proitem .comment-form [type=submit] {
  margin-top: 60px;
  border: none;
  width: 204px;
}
@media only screen and (max-width: 991px) {
  .proitem .comment-form [type=submit] {
    margin-top: 35px;
    width: 174px;
  }
}
.tuijian *,
.tuijian ::after,
.tuijian ::before {
  box-sizing: border-box;
}
.tuijian h2,
.tuijian h4,
.tuijian h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.tuijian h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .tuijian h2 {
    font-size: 2rem;
  }
}
.tuijian h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .tuijian h4 {
    font-size: 1.5rem;
  }
}
.tuijian h5 {
  font-size: 1.25rem;
}
.tuijian a {
  color: #0d6efd;
  text-decoration: underline;
}
.tuijian a:hover {
  color: #0a58ca;
}
.tuijian img {
  vertical-align: middle;
}
.tuijian ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.tuijian .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .tuijian .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .tuijian .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .tuijian .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .tuijian .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .tuijian .container {
    max-width: 1320px;
  }
}
.tuijian .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.tuijian .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.tuijian .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .tuijian .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tuijian .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.tuijian .text-center {
  text-align: center !important;
}
.tuijian h2,
.tuijian h4,
.tuijian h5 {
  color: #2c2c2c;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}
.tuijian a {
  color: #e7604a;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.tuijian a:hover,
.tuijian a:active,
.tuijian a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #340c2e;
  outline: none;
  text-decoration: none;
}
.tuijian a img {
  border: none;
}
.tuijian :active,
.tuijian :focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.tuijian ::-moz-selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.tuijian ::selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.tuijian ::-moz-selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.tuijian ::-webkit-selection {
  background: #91b2c3;
  color: #fff;
  text-shadow: none;
}
.tuijian img {
  height: auto;
  max-width: 100%;
}
.tuijian .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .tuijian .container {
    max-width: 1200px;
  }
}
.tuijian .row > * {
  margin-top: 0;
}
.tuijian .row {
  margin-right: -15px;
  margin-left: -15px;
}
.tuijian .row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.tuijian .container {
  padding-bottom: 90px;
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .tuijian .container {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}
.tuijian .pt--0 {
  padding-top: 0 !important;
}
.tuijian .section-title {
  margin-bottom: 72px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .tuijian .section-title {
    margin-bottom: 42px;
  }
}
.tuijian .section-title .sub-title {
  color: #e7604a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .tuijian .section-title .sub-title {
    font-size: 13px;
  }
}
.tuijian .section-title .title {
  font-size: 48px;
  line-height: 1.125;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .tuijian .section-title .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .tuijian .section-title .title {
    font-size: 30px;
  }
}
.tuijian .section-title.shape-center {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .tuijian .section-title.shape-center:before {
    display: none;
  }
}
.tuijian .product-item {
  margin-bottom: 30px;
  position: relative;
}
.tuijian .product-item .product-thumb {
  overflow: hidden;
  position: relative;
}
.tuijian .product-item .product-thumb img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.tuijian .product-item .product-info {
  margin-top: 23px;
  text-align: center;
}
.tuijian .product-item .product-info .title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 7px;
}
.tuijian .product-item .product-info .title a {
  color: #000;
}
.tuijian .product-item .product-info .title a:hover {
  color: #e7604a;
}
.tuijian .product-item .product-info .prices {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.tuijian .product-item:hover .product-thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  border: 1px solid #e5e5e5;
}
