*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "Poppins", Sans-serif;
}
/* home page contact form css */
.home_form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.home_form > label {
  width: 100%;
}
.home_form > label input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #959595;
  font-family: "Poppins", Sans-serif;
}
.home_form > input {
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", Sans-serif;
  outline: none;
  border: none;
  cursor: pointer;
}

/* couter section css */
.counter_line > div > div::before, .counter_line > div > div::after, .ts_line::before, .ts_line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20%;
  border: 2px solid #d4213b;
}
.ts_line::before, .ts_line::after{
	border-color: #fff;
	z-index: 9999;
}
.counter_line > div > div::before, .ts_line::before{
	border-bottom: 0;
}
.counter_line > div > div::after, .ts_line::after {
  border-top: 0;
  left: 0;
  bottom: 0;
}

/* product section css */
.ts_box > div > div:hover .elementor-image-box-description {
  color: #fff !important;
}

/* footer mail form */
.footer_mail_form {
  position: relative;
}
.footer_mail_form > label {
  width: 100%;
}
.footer_mail_form > input {
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 8px;
  border: none;
  border-radius: 0 !important;
  cursor: pointer;
}
.footer_mail_form > label input {
  width: 100%;
  padding: 10px;
  outline: none;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Poppins", Sans-serif;
}
.footer_mail_form > input:hover {
  color: red;
  background-color: #fff !important;
}

/* about qaulity sections css */
.ts_shape::before, .ts_shape::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100px;
}
.ts_shape::before{
	background: #d4213b;
  	border-top-right-radius: 59px;
}
.ts_shape::after {
  background: #000;
  border-bottom-left-radius: 59px;
  bottom: 0;
  right: 0;
  z-index: -1;
}
/* about page timeline section */
.ts_timeline .elementor-image-box-wrapper, .ts_timeline_mobile .elementor-image-box-wrapper{
	display: flex;
    flex-direction: column-reverse;
	gap: 20px;
}
.ts_timeline .ts_right .elementor-image-box-wrapper{
	align-items: flex-end;
}
.ts_circle .elementor-widget-image-box::before, .ts_timeline_mobile .elementor-widget-image-box::before
 {
    content: '1';
    position: absolute;
    left: -41px;
	top: -10px;
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: #d4213b;
    border: 7px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ts_timeline_mobile {
    counter-reset: step 0; /* start from 2 */
}
.ts_timeline_mobile .elementor-element > .elementor-widget-image-box::before {
    counter-increment: step;
    content: counter(step);
}
.ts_circle .elementor-widget-image-box:nth-child(2)::before{
	content: '3';
}
.ts_circle .elementor-widget-image-box:nth-child(3)::before{
	content: '5';	
}
.ts_right .elementor-widget-image-box::before{
	content: '2';
    position: absolute;
    right: -41px;
	top: -10px;
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: #d4213b;
    border: 7px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 9999;
}
.ts_right .elementor-widget-image-box:nth-child(3)::before{
	content: '4';
}
.ts_right .elementor-widget-image-box:nth-child(4)::before{
	content: '6';
}
/* product category page style */
.ts_container, .ts_single_container {
  max-width: 1200px;
  margin: 0 auto;
}
.ts_product_main, .ts_single_section {
  padding: 100px 10px;
}
.ts_product_main .woocommerce-ordering select {
  padding: 10px;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
  border-radius: 10px;
  cursor: pointer;
}
.ts_product_main .products > li, .ts_single_section .related.products > ul > li {
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
  border-radius: 10px;
}
.ts_product_main .products > li > a:first-child, .ts_single_section .related.products > ul > li > a:first-child {
  padding: 10px 10px 0;
  color: #000;
  text-transform: uppercase;
}
.ts_product_main .products > li > a:nth-child(2), .ts_single_section .related.products > ul > li > a:nth-child(2) {
  margin: 10px;
  background: #d4213b;
  color: #fff;
  text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.ts_product_main .products > li > a:hover:nth-child(2), .ts_single_section .related.products > ul > li > a:hover:nth-child(2){
	background: #000;
}
.page-numbers > li > a {
  color: #555;
}
.ts_product_main nav.woocommerce-pagination ul li a:focus, .ts_product_main nav.woocommerce-pagination ul li a:hover, .ts_product_main nav.woocommerce-pagination ul li span.current{
	background: #d4213b;
  	color: #fff;
}
.ts_product_main ul.products li.product a img:hover{
	transform: scale(1.2);
}
.ts_product_main ul.products li.product a img{
	transition: transform 0.3s ease-in-out;
}
.ts_product_main ul.products li.product a.woocommerce-loop-product__link{
	overflow: hidden;
}
/* single product page css */
.ts_single_section .product_title.entry-title{
	display: unset;
}
.ts_single_section .product_meta {
  display: flex;
  flex-direction: column;
}
.ts_single_section .sku_wrapper > span {
  font-weight: 400;
}
.ts_single_section .product_meta > span {
  font-weight: 700;
}
.ts_single_section .product_meta > span > a {
  font-weight: 500;
  color: #767676;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.ts_single_section .product_meta > span > a:hover, .product_meta > span > a:focus, .product_meta > span > a:active {
  color: #d4213b;
}
.ts_single_section .woocommerce-breadcrumb > a:hover {
  color: #d4213b;
  transition: color 0.3s ease-in-out;
}
.ts_single_section #main > .product {
  display: flex;
  flex-wrap: wrap;
}
.ts_single_section .related.products > ul {
  padding-top: 30px;
}
.ts_single_section .woocommerce-loop-product__title {
  line-height: 20px !important;
}