
body {
  cursor: auto;
  font-family: "Open Sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.top-bar {
  background-color: red;
  border-bottom: 0 none;
  display: flex;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 5px;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .main-bar {
    min-width: auto;
    height: 70px;
  }
}
@media print, screen and (min-width: 64em) {
  .main-bar {
    height: initial;
  }
}
.main-bar {
  /*display: flex;*/
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

@media (min-width: 769px) {
  .top-bar-list a {
    color: 000;
    font-size: 16px;
  }
}

.pcbox {
  max-width: 1200px;
  margin: 0px auto 0;
}
@media print, screen and (min-width: 40em) {
  .top-nav-light-container {
    border-top: 0;
    display: flex;
    justify-content: center;
  }
}
.top-nav-light-container {
  position: relative;
  white-space: nowrap;
  font-size: .8125rem;
}
.top-nav-light-container .top-nav-component {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-nav-light-container .top-nav-item span.shop-by-team.small-up, .top-nav-light-container .top-nav-item.small-up {
  display: block;
}
.top-nav-component.add-space-right li {
  float: left;
  padding-right: 10px;
}
.top-nav-item.small-up {
  position: relative;
}
.top-nav-light-container .top-nav-item .top-nav-item-link, .top-nav-light-container .top-nav-item span.shop-by-team .top-nav-item-link {
  line-height: 2.1875rem;
  /*font-weight: 600;*/
  color: #000;
  display: block;
  height: auto;
  width: auto;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 20px;
  border: 1px solid #000;
}
.navhover:hover .navsublist {
  display: block;
}
.navsublist {
  position: absolute;
  padding: 0;
  width: 360px;
  background: #000;
  border-radius: 5px;
  display: none;
  z-index: 9999;
}
.navsublist > li:not(:last-child) {
  border-bottom: 1px solid #4d4747;
}
.top-nav-component.add-space-right li {
  float: left;
  padding-right: 10px;
}
.navsublist > li {
  width: 50%;
  display: block;
  line-height: 35px;
  position: relative;
}
.navsublist > li > a {
  display: block;
  width: 100%;
  padding-left: 10px;
  color: #c1c1c1;
}
.top-bar-list li {
  padding-left: 25px;
}
.top-bar-list li:last-child, .dcontact, .dname {
  background: #acd370;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  margin-left: 25px;
  padding: 5px 10px;
    padding-left: 10px;
}
@media screen and (min-width: 40em) {
  .top-bar-list {
    display: flex;
    align-items: center;
    font-size: .75rem;
    font-weight: 400;
    padding: 0;
    margin-top: 15px;
  }
}

.layout-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
   
}

.typeahead-input, .typeahead-input-form, .typeahead-input-hint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #e4e4e4;
  border: 0;
  padding: 0 .625rem;
  outline: 0;
  font-size: .75rem;
  font-weight: none;
  z-index: 1;
  border-radius: 10px;
  color: #050505;
}

.typeahead-go {
  position: relative;
  z-index: 99999;
}
.typeahead-go, .typeahead-go:hover {
  background-color: transparent;
}
.typeahead-go {
  border: 0;
  border-radius: initial;
  width: 2.5rem;
  outline: 0;
  margin: 0 -3px 0 0;
  cursor: pointer;
}

.sboxx{
    padding: 50px 200px;
    margin-top: -50px;
    margin-bottom: 50px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #acd370, #f4fee4, #acd370, #f4fee4, #acd370);
}
@media (max-width: 768px){
    .sboxx{
        margin: 0 15px 30px;
        padding: 30px 40px;
    }
}
@media (max-width: 600px){
    .sboxx{
        margin:0 15px 30px;
        padding: 20px 30px;
    }
}

.newcatlist {
  padding: 0 15px !important;
}

@media (min-width: 769px) {
  .indexclear ul.newcatlist li:nth-child(4n+1) {
    clear: both;
  }
}
.newcatlist li {
  float: left;
  width: 24.0%;
  background: #f2f2f2;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #e4dfdf;
  box-shadow: 1px 4px 1px #c1b8b8;
}
.newcatlist a {
  position: relative;
  height: 260px;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.newcatlist img {
  border-radius: 20px;
}
.newcatlist span {
  position: absolute;
  bottom: 45%;
  z-index: 2;
  width: 100%;
  text-align: center;
  left: 0;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  display: inline-block;
  font-size: 25px;
}

.newcatlist p {
  background: #00000063;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0;
  border-radius: 20px;
}

.testh3 {
  font-size: 40px;
  color: #000;
  text-align: center;
  margin: 0px auto 50px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #a1a1a1;
}

@media print, screen and (min-width: 40em) {
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1), .medium-up-4 > .promo-qualifier-container:nth-of-type(4n+1) {
    clear: both;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-up-4 > .column:nth-of-type(n), .medium-up-4 > .columns:nth-of-type(n), .medium-up-4 > .promo-qualifier-container:nth-of-type(n) {
    clear: none;
  }
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1), .small-up-2 > .promo-qualifier-container:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:nth-of-type(n), .small-up-2 > .columns:nth-of-type(n), .small-up-2 > .promo-qualifier-container:nth-of-type(n) {
  clear: none;
}
@media print, screen and (min-width: 40em) {
  .medium-up-4 > .column, .medium-up-4 > .columns, .medium-up-4 > .promo-qualifier-container {
    float: left;
    width: 23.5%;
  }
}

.newlist {
  flex: 24%;
  background: #f2f2f2;
  border-radius: 20px;
  border: 1px solid #e4dfdf;
  margin: 5px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 1px 1px 1px #e9e9e9;
}
.product-card {
  padding-top: 1rem;
}

@media print, screen and (min-width: 40em) {
  .medium-12 {
    width: 100%;
  }
}
.small-12 {
  width: 100%;
}
.column, .columns, .promo-qualifier-container {
  float: left;
  clear: none;
}
@media print, screen and (min-width: 40em) {
  .column, .columns, .promo-qualifier-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media screen and (min-width: 40em) {
  .product-card .card-image-container {
    margin: 0 auto;
    width: inherit;
  }
}
.product-card .card-image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.product-card .product-image-container {
  padding-bottom: 100%;
  height: 0;
}

.product-card .product-image-container .product-image {
  height: 100%;
  width: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  border-radius: 20px;
}

.columns:last-child:not(:first-child), .promo-qualifier-container:last-child:not(:first-child) {
  clear: none;
  float: right;
}
@media print, screen and (min-width: 40em) {
  .medium-12 {
    width: 100%;
  }
}
.small-12 {
  width: 100%;
}
.view_all {
    color: #e4e3db !important;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.5em;
    margin: 20px auto 10px;
}
    .about-container{
    margin:20px auto;
}
.about-content {
  padding: 2.5rem;
  text-align: center;
}
.glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}    
.about-content h3 {
    color: #aad16f;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.about-content p {
    /*color:#e6e6e6;*/
    margin-bottom: 2rem;
    line-height: 1.8;
}
.stats-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.stat-item {
    text-align: center;
}
.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #aad16f;
    margin-bottom: 0.5rem;
}
.stat-text {
    /*color:#e6e6e6;*/
    font-size: 1rem;
}
.product-card .product-card-title {
  line-height: 1.25rem;
  overflow: hidden;
  height: 46px;
}

.mm-fullscreen-bg{
display: none;
}
.navnewbox a {
  color: #d3d3d3;
}
.navsublist {
  position: absolute;
  padding: 0;
  width: 360px;
  background: #000;
  border-radius: 5px;
  display: none;
  z-index: 9999;
}
.navsublist > li:not(:last-child){
	border-bottom: 1px solid #4d4747;
}
.navsublist > li {
  width: 50%;
  display: block;
  line-height: 35px;
  position: relative;
}
.navsublist > li > a {
  display: block;
  width: 100%;
  padding-left: 10px;
  color: #c1c1c1;
}
.navsubslist {
  position: absolute;
  top: 0;
  left: 100%;
  background: #3a590b;
  width: 210px;
  display: none;
  padding-left: 0px;
  border-radius: 5px;
  z-index: 9999;
}
.navsubslist li {
  width: 100%;
}
.navsubslist > li:not(:last-child){
	border-bottom: 1px solid #998f8f;
}
.navhover:hover .navsublist {
  display: block;
}
.navsublist li:hover .navsubslist {
  display: block;
}
.navsubslist a {
  color: #eee;
  padding-left: 10px;
}
.navsublist a:hover {
  color: #8fae5e;
}
.navhover {
  margin-bottom: 5px !important;
}
.navsublist i {
  float: right;
  line-height: 35px;
  width: 20px;
  text-align: center;
}
.pccatlist li {
  height: 250px;
  overflow: hidden;
}
.pccatlist a {
  display: flex;
  justify-content: center;
  align-items: center;
}
	.bgclass > a{
		color: #8fae5e !important;
	}
	.bgclass2 > a {
	color: #8fae5e !important;
	}
	.bgclass3 > a:not(.tt-mobile-list .bgclass3 a) {
		color: #8fae5e !important;
	}
	.searchshow {
		display: block !important;
	}
	.index-page .search-wrap,.index-page .index-nav {
		display: none;
	}
	
	
	ul.moblinav li:not(:last-child) {
        border-bottom: 1px solid #5d5d5d;
    }
    #mm0 i{
        font-size: 20px;
    }
    .typeahead-container {
        height: 3rem;
    }
    .formbox .typeahead-input-form {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }
    ul#nav{
        display: flex;
        overflow: scroll; 
        white-space: nowrap;
        height: 70px;
        margin-top: 30px;
        overflow: hidden;
        
    }
    
    .price-card {
  display: flex;
  flex-direction: column;
}
.superscript {
  color: #b80202;
}
.superscript {
  display: flex;
  justify-content: space-between;
}

.price-card .price-row {
  display: flex;
  flex-flow: row wrap;
  line-height: 1.25rem;
  font-size: .875rem;
  color: #b80202;
  font-weight: 600;
}
.price-card .superscript .strike-through .price .money-value, .price-card .superscript .your-savings .price .money-value {
  font-size: 0.9rem;
}
.price-card .superscript .price .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: .0625rem;
  margin: -.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: .0625rem;
}
.layout-row > * {
  flex: 1 1 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
}
.catlist {
  flex: 19%;
  width: 19%;
  color: #000;
}
.breadcrumbs-container.catlist li {
  display: block;
}
@media print, screen and (min-width: 64em) {
  .breadcrumbs-container a {
    color: #000;
  }
}
@media print, screen and (min-width: 64em) {
  .breadcrumbs-container a, .breadcrumbs-container span {
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .breadcrumbs-container li::after {
    content: "/";
    margin: .75rem;
    text-decoration: none;
  }
}
.product-card.row {
  position: relative;
}
.cattitle h2{
  text-align: center;
  color: #d0cfc7;
  line-height: 90px;
  font-size: 30px;
}
.cart-item .single-size, .cart-item .single-size-value, .color-black {
  font-size: 20px;
}
.breadcrumbs-container {
  font-size: .6875rem;
  list-style: none;
  margin: 0;
  padding: .625rem 5px;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
  letter-spacing: -.01em;
  display: flex;
  margin-top: 30px;
}
.framer-text1 {
  background: #000;
  
}
.framer-text {
  font-size: 13px;
  text-align: center;
  border-radius: 20px;
  padding: 5px 0;
  margin-top: 10px;
}
.framer-text a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
}

.view_all p {
  border-radius: 20px;
  padding: 0 20px;
  font-size: 15px;
  background: #acd370;
  color: #000;
  box-shadow: 0px 2px 6px #d5d5d5;
  text-transform: capitalize;
}
.layout-row > * {
  flex: 1 1 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
}

.faqlist li {
  background: #000;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 2px 4px 2px #cacaca;
}
.faqtext p {
  margin-top: 30px;
}
.bantextleft {
  background: #acd370;
  border: 1px solid #9b9b9b;
}
.bantextleft, .bantextright {
  padding: 8px 24px;
  border-radius: 8px;
}

@media (min-width: 769px) {
  footer {
    color: #888888;
  }
}
@media (min-width: 769px) {
  footer {
    border-top: 0px solid #e9e7e7;
  }
}
footer {
  font-size: 14px;
  line-height: 22px;
  background: #f7f8fa;
}

footer .tt-box-copyright {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
}
.tt-box-copyright {
  text-align: center;
  font-size: 13px;
  margin: 10px 5px;
}

.brandbox a {
  width: 30px;
  display: inline-block;
  margin-left: 10px;
}

.posFixed{
        position: fixed !important;
        top: 0;
        z-index: 11;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 1px #ABA3A3;
		margin-top: 0 !important;
		height: 70px;
    }
	.index-top {
		position: fixed;
		bottom: 50px;
		width: 60px;
		right: 30px !important;
		display: none;
	}
	

	
	.top-bar-list a,.testh3,.view_all,.cattitle h2{
	    color: #000 !important;
	}



.social-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.social-btn {
  text-decoration: none;
}


.social-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.social-icon img {
  width: 50px;
  height: 50px;
  display: block;
}


.social-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 255, 132, 0.4);
}
.product-grid-container .product-grid-bottom-area {
  display: flex;
  border-bottom: 1px solid #d5d5d5;
  padding: .625rem 0;
  flex-wrap: wrap;
  clear: both;
}
.product-grid-container .product-grid-bottom-area > .page-list {
  margin: 0 auto;
}
.page-list, .pagination-container, .pagination-list-container > li {
  display: inline-block;
}
.pagination-list-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-list-container > li.disabled {
  opacity: .2;
}
.pagination-list-container > li.next-page, .pagination-list-container > li.previous-page {
  display: inline-block;
  padding: 0;
  height: auto;
  width: 2.1875rem;
  height: 2.1875rem;
}
.pagination-list-container > li.previous-page {
  margin-right: .625rem;
}
.page-count > div, .page-list .next-page > a, .page-list .previous-page > a, .simple-list > div {
  display: table-cell;
  vertical-align: middle;
  height: 2.1875rem;
  color: #000;
}
.page-list .next-page > a, .page-list .previous-page > a {
  padding: 0;
}
.pagination-list-container > li i, .pagination-list-container > li > a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  height: 2.1875rem;
  padding: 0 .625rem;
  color: #acd370;
  font-size: .875rem;
  border: .0625rem solid transparent;
  border-radius: 3px;
  background: #000;
}
.pagination-list-container > li i, .pagination-list-container > li > a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  height: 2.1875rem;
  padding: 0 .625rem;
  color: #acd370;
  font-size: .875rem;
  border: .0625rem solid transparent;
  border-radius: 3px;
  background: #000;
}
.pagination-list-container > li i, .pagination-list-container > li > a {
  color: #acd370;
  font-size: .875rem;
}
@media print, screen and (min-width: 64em) {
  .pdp-style-breadcrumbs .breadcrumbs-container {
    margin-bottom: .9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
.breadcrumbs-container a:first-child {
  padding-left: 0px !important;
}

@media print, screen and (min-width: 64em) {
  .pdp-style-overwrapper {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media print, screen and (min-width: 64em) {
  .layout-column .large-6 {
    flex: 1 1 50%;
  }
}
.stickprcol-js {
  position: relative;
  overflow: hidden;
}
.List-PC-swiper {
  display: block;
}
.pc-gallery-top {
  width: 100%;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slider-IMG {
  margin: 0 0%;
  width: 100%;
}

.List-Mobile-swiper {
  display: none;
}

.gallery-top {
  width: 100%;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
}

.main-images {
  width: 98%;
}

.gallery-thumbs {
  width: 73%;
  height: 85px;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 75px !important;
  height: 75px;
  opacity: 1;
  margin: 0 2%;
  padding: 0 0%;
}

@media screen and (max-width: 500px) {
  .swiper-container {
    height: auto;
  }
}
.dt-gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .List-Mobile-swiper {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .swiper-container {
    height: auto;
  }
}
.gallery-top {
  width: 100%;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 500px) {
  .DT-mobile-img {
    width: 100%;
    padding: 0;
    float: none;
  }
}

@media screen and (max-width: 500px) {
  .M-qh-icon-jt-left {
    background-color: rgba(0,0,0,0.4);
    color: #fff !important;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
  }
}

@media screen and (max-width: 500px) {
  .M-qh-icon-jt-right {
    background-color: rgba(0,0,0,0.4);
    color: #fff !important;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
    right: 0px;
  }
}

@media screen and (max-width: 500px) {
  .gallery-thumbs {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  .swiper-container {
    height: auto;
  }
}
.gallery-thumbs {
  width: 73%;
  height: 85px;
  box-sizing: border-box;
  padding: 10px 0;
}

@media screen and (max-width: 500px) {
  .gallery-thumbs .swiper-slide {
    width: 60px !important;
    height: 60px;
  }
}
.gallery-thumbs .swiper-slide {
  width: 75px !important;
  height: 75px;
  opacity: 1;
  margin: 0 2%;
  padding: 0 0%;
}

@media screen and (max-width: 500px) {
  .DT-mobile-b-img {
    width: 100%;
    padding: 0 0px;
    float: none;
  }
}

@media print, screen and (min-width: 64em) {
  .pdp-style-overwrapper .product-title {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .pdp-style-overwrapper .product-title {
    max-width: 100%;
  }
}
.product-title-container h1 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.28;
}

@media print, screen and (min-width: 64em) {
  .pdp-style-overwrapper .pdp-donation, .pdp-style-overwrapper .pdp-price {
    max-width: 29.375rem;
  }
}

.pdp-style-overwrapper .pdp-price .price-card {
  margin: .9375rem .9375rem .75rem;
}
.price-card .highlight-lowest .price-countdown, .price-card .highlight-lowest .price-row, .price-card .superscript .price-countdown, .price-card .superscript .price-row {
  line-height: 1.25rem;
}
.drop-down .drop-down-items .drop-down-items-header .drop-down-close-button i.icon-close, .price-card .superscript .strike-through .price, .price-card .superscript .your-savings .price {
  font-size: .875rem;
}
.price-card .strike-through .price {
  color: #726c6c;
  text-decoration: line-through;
}

.videobox {
  margin: 0 15px 10px;
  padding: 0 10px;
  font-size: 13px;
  text-align: center;
  border: 1px solid;
  border-radius: 10px;
  background: #acd370;
}
.videobox a {
  font-size: 18px;
  display: block;
  margin: 5px auto;
}
.videobox i {
  margin-right: 6px;
}
.pingtaibox img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 5px;
}
.pingtaibox h2 {
  font-size: 16px;
  font-weight: 600;
}
.pingtaibox p {
  margin: 0;
  font-size: 13px;
  color: #3030ec;
  /*display: none;*/
}
.pingtaibox a {
    display: flex;
    align-items: center;
}
.pingtaibox li {
  border: 1px solid #eed8b6;
  border-radius: 10px;
  margin: 5px 0;
  padding: 5px 10px;
}

.pingtaibox h3 {
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 5px;
}
.pingtaibox {
  margin: 0;
  padding-left: 15px;
}


@media(min-width:768px){
    .pingtaibox li:not(:first-child){
      width: 47.5%;
      float: left;
      margin-right: 10px;
    }
}
.pingtaibox li:nth-of-type(1) {
  width: 97%;
  margin-bottom: 25px;
}
@media(max-width:767px){
    .pingtaibox li{
      width: 95%;
    }
    .pingtaibox li:nth-of-type(1) {
      width: 95%;
     
    }
}

.carousel-header-black-strip .carousel-title, .non-product-carousel .carousel-header .carousel-title {
  margin: 0;
  display: inline-block;
  color: #262422;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
}
.layout-row.product_tabs {
  font-size: 12px;
  color: #756d6d;
}

@media screen and (max-width: 768px) {
  .tt-mobile-header-inline-stuck {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .tt-mobile-header {
    display: block;
   
  }
}

.index-page header .tt-logo-alignment {
  display: none;
}

header .tt-logo-alignment {
  position: relative;
  top: 8px;
  left: 12px;
}

.tt-logo img {
  position: relative;
  height: auto;
  width: 40%;
}