/*
  Theme Name: Tyre Pressure Monitoring System
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 body {
  font-family: "Poppins", sans-serif;
}
body.dark-mode  {
  background: #000;
  color: #fff;
}

body.light-mode  {
  background: #fff;;
  color: #111;
}

body.dark-mode .main-menu ul li a {
	color: #fff;
}
body.light-mode .main-menu ul li a {
	color: #000;
}
#content_wrapper {
  overflow: hidden;
  position: relative;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.clear {
  clear: both;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html {
  scroll-behavior: smooth;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button,button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
button{cursor: pointer}
a:focus,
a:hover,

.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #f31c00;
	text-decoration: none;
}
a,
button {
	color: #f98010;
	outline: medium none;
}
input:focus,textarea:focus,:focus{outline: 0}
button:focus {
  outline: 0 none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	margin-top: 0px;
	font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}
h3 {
  font-size: 28px;
	  font-weight: 600;
  margin-bottom: 15px;
}
h4 {
  font-size: 22px;
	  font-weight: 600;
  margin-bottom: 15px;
}
h5 {
  font-size: 18px;
	  font-weight: 600;
  margin-bottom: 15px;
}
h6 {
  font-size: 16px;
	  font-weight: 600;
  margin-bottom: 15px;
}
ul {
  margin: 0px;
  padding: 0px;
}
#homepagecontent ol{ padding-left: 15px;}
#homepagecontent ol li {
	list-style: inherit;
	padding-bottom: 10px;
}
#homepagecontent ul li {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}
#pagecontent ol{ padding-left: 15px;}
#pagecontent ol li {
	list-style: inherit;
	padding-bottom: 10px;
}
#pagecontent ul li {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}
p {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	text-shadow: none;
}
::-moz-selection {
	text-shadow: none;
}
::selection {
	text-shadow: none;
}
*::-moz-placeholder {
color:#777;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
color:#777;
	font-size: 14px;
	opacity: 1;
}
table {
}
table td, th {
	border: 1px solid #444444;
	padding: 5px;
}
.btn {
  -moz-user-select: none;
  background: #2f3440 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.btn:hover{color: #fbba42}
.btn:hover:before{width:100%;color: #444}
.btn.brand-btn{background: #fbba42;color: #222}
.btn.brand-btn:hover{background: #2f3440;color: #fbba42}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fbba42;
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover{border-color: #2f3440}
.btn i {
  margin-right: 10px;
}
#pagecontent a{color:#f98010 !important;} 
/* scrollUp */
#scrollUp::before {
	content: "\f106";
	font-family: Font Awesome\ 5 Free;
	font-size: 20px;
}
#scrollUp {
	background: #f98010;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 25px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 0 !important;
	line-height: 40px;
	border-radius: 50%;
}
#scrollUp:hover {
	background: #666666;
}

/* 

  2. header 

*/

.scroll-header {
  background: #000 none repeat scroll 0 0;
  opacity:.9;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
 
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
.logo {
  margin-top: 0;
  margin-left: 0;
	text-align:center;
}
.dark-mode #lifgtmlogo {
	display: none;
}
.light-mode #darkmlogo {
	display: none;
}
.logo img {
	max-width: 80px !important;
	margin: 3px auto;
	text-align: center;
	height: auto;
}
.main-menu-area {
  padding: 15px 0px;
	background-color:rgba(0,0,0,0.1);
}
.main-menu ul{}
.main-menu ul li {
  display:  inline-block;
  position: relative;
}

.main-menu ul li:hover {
  opacity:1;
  top:100%;
  visibility:visible;
}

.main-menu ul li > a {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 30px 12px 10px;
	text-transform: uppercase;
}

.main-menu ul li:hover > a {color:#FF9010; }

.main-menu ul li ul.sub-menu {
    background: #000;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
}

.main-menu ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 102%;
}

.main-menu ul li ul.sub-menu li {
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: block;
  margin: 0;
}

.main-menu ul li ul.sub-menu li:last-child {
    border: 0;
}

.main-menu ul li ul.sub-menu li a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: left;
  font-size: 13px;
}

.main-menu ul li ul.sub-menu li:hover > a {
    color: #ff9010;
}

.main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}
.cart_top {
	position: relative;
	line-height: 38px;
	padding-top: 30px;
}
.cart_top a {
	color: #fff;
}
.cart_count {
	background-color: #ff8210;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 100%;
	font-size: 12px;
	position: relative;
	top: -10px;
}
/* 


3. slider 


*/
 
#homes {
	position: relative;
	padding-top: 100px;
}
.slider-wrapper {
  background-image: url(assets/img/slider.jpg);
  background-position: center center;
  background-size: cover;
  height: 85vh;
  align-items: center;
  display: flex;
 
}
.slider-content {
	position: relative;
	text-align: center;
}
.single-slider {
  
  background-position: center center;
  background-size: cover;
  height: 100vh;
  align-items: center;
  display: flex;
 
}

.slider-content h1 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.slider-content p {
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 50px;
}
.slider-content > a, .slider-content2 > a {
  
 background-color: transparent;
color: #ff8210;
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 28px;
 margin-top: 10px; 
margin-bottom: 50px;
padding: 10px 35px;
position: relative;
text-transform: uppercase;
transform: perspective(1px) translateZ(0px);
transition: color 0.3s ease 0s;
vertical-align: middle;
	border: 1px solid #ff8210;
	border-radius: 10px;
	overflow: hidden;
}
.slider-content > a:hover, .slider-content2 > a:hover{color:#fff;}
.slider-content>a::before, .slider-content2>a::before {
    background:  #333333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.slider-content>a:hover::before,.slider-content2>a:hover::before {
    transform: scaleY(1);
}


.slider-active .slick-arrow:hover {
    color: #FF9010;
}

.slider-active .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;

}

.slider-active .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    color:#FF9010;
}

.slider-active .slick-dots li:last-child {
    margin-right: 0;
}

.slider-active .slick-dots li button {
    background: #fff;
    border: 0;
    text-indent: -99999999999px;
    padding: 0;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

.slider-active .slick-dots li.slick-active button {
    width: 40px;
    /*color:#FF9010;*/
    background-color: #FF9010;
}

.slider-active-2 .slick-dots li.slick-active button {
    border: 1px solid #FF9010;
}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.slider-area:hover .slider-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slider-active .slick-arrow:hover::before {
    width: 30px;
}

.slider-active .slick-next {
    right: 40px;
}

.slider-active .slick-prev {
    z-index: 1;
    left: 40px;
}

.slider-active .slick-next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #FF9010;
  right: -40px;
  top: 13px;
  transition: .3s;
}

.slider-active .slick-next::before:hover {
    color: red;
}


.slider-active .slick-prev::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #FF9010;
    left: -40px;
    top: 13px;
    transition: .3s;
}

.slider-active-2 .slick-prev::before {
    display: none;
}

.slider-active-2 .slick-next::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 22px;
    left: -4px;
}

.slider-active-2 .slick-dots li button {
    background: 0;
    border: 1px solid #fff;
}



/*


 4. about-area 


*/
#section1 {
	background-color: #14110f;
	padding: 50px 0;
}

#section2 {
	position: relative;
	padding: 100px 0;
}

.section2-box2 img {
	border-radius: 10px;
	box-shadow: 0 2px 10px -8px #fff;
}
.section2-box1 h3 {
	text-align: center;
	font-size: 32px;
	top: 35px;
	position: absolute;
}
.section2-box1 {
	position: relative;
}
.section2-right h3 {
	font-size: 22px;
}
.section2-left h3 {
	font-size: 25px;
	text-align: center;
	left: 0;
	right: 0;
}

#section3 {
	position: relative;
	padding: 100px 0;
}
#section3 h4 {
	font-size: 35px;
	font-weight: 300;
}
#section3 h2 {
	font-size: 105px;
	font-weight: 700;
}
#section3 h2 {
	font-size: 105px;
	font-weight: 700;
	line-height: 105px;
	margin-bottom: 65px;
}
#section3 img {
	border: 1px solid #000;
	border-radius: 10px;
}

#section4 {
	position: relative;
	padding: 100px 0;
}

#section5 {
	position: relative;
	padding: 100px 0;
}

#section5 h3 {
	font-size: 60px;
	margin-bottom: 25px;
}

#section5 p {
	font-size: 20px;
	margin-bottom: 25px;
}
.choose-wrapper h3 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 35px;
}
.choose-box {

	position: relative;
}
.choose-box h4 {
	position: absolute;
	bottom: 0;
	left: 34px;
	color: #FF9010;
	text-transform: uppercase;
}

.section2-box2 {
	margin-bottom: 5px;
}
.section2-box1 img {
	border-radius: 10px;
}


#inner_banner .tcr-page-title {
	position: relative;
	min-height: 400px;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	background-position: center center;
}



.box1 {
	min-height: 300px;
}
.box2 {
	min-height: 400px;
}
.box3 {
	min-height: 400px;
}
.box4 {
	min-height: 300px;
}
.box5 {
	min-height: 300px;
}
.box6 {
	min-height: 400px;
}

 /* footer  */

footer{
  background-color: #222222;
}
.footer-top {
	position: relative;
	padding: 25px 0;
}
.footer-top ul li a {
	color: #9F9F9F;
	font-size: 13px;
	line-height: 22px;
}
.footer-logo img {
	max-width: 100px !important;
	position: relative;
	margin-bottom: 20px;
}
.footer-top .footer-contact-info ul li {
	color: #9F9F9F;
	font-size: 13px;
	line-height: 22px;
	list-style: none;
}
.footer-top .footer-contact-info ul li i {
	padding-right: 10px;
}
.social-icon ul li {
	display: inline-block;
	padding-right: 10px;
}
.footer-top h4 {
	font-size: 16px;
	color: #9F9F9F;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.footer-contact-info {
	margin-bottom: 10px;
}
footer .footer-news li a {
	color: #9F9F9F;
  font-size: 13px;
  line-height: 22px;
	display: inline-block;
}
.footer_bottom {
	padding: 6px 0;
	border-top: 1px solid #3B3B3B;
}
.footer-news ul li:last-child {
	border-bottom: 0;
}
.copyright p {
	color: #999999;
	font-size: 13px;
	line-height: 35px;
	margin: 0px;
	text-align: center;
}
#inner_banner {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#inner_banner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
}
.page-title {
	position: relative;
	z-index: 1;
	padding-top: 60px;
}
#pagecontent {
	position: relative;
	padding-top: 60px;
	padding-bottom:60px;
}

#txfld {
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: 1px solid #707070;
	padding: 5px 15px;
	margin-bottom: 20px;
}
#txfld1 {
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: 1px solid #707070;
	padding: 5px 15px;
	margin-bottom: 20px;
}
#txfld2 {
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: 1px solid #707070;
	padding: 5px 15px;
	margin-bottom: 20px;
}
#txfld3 {
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: 1px solid #707070;
	padding: 5px 15px;
	margin-bottom: 20px;
}
#txtmgs {
	width: 100%;
	height: 150px;
	background-color: transparent;
	border: 1px solid #707070;
	padding: 5px 15px;
	margin-bottom: 20px;
}
#snd {
	background-color: #f98010;
	border: 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 8px 35px;
	border-radius: 30px;
	cursor: pointer;
}
#yrbox {
	background-color: #f98010;
	position: absolute;
	right: -30px;
	z-index: 9;
	padding: 15px;
	text-align: center;
	bottom: -160px;
}
.single-postblog img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}
.single-postblog {
	position: relative;
	border-bottom: 1px solid #2B2B2B;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
.dt {
	color: #777;
	margin-bottom: 10px;
}
#commentform .comment-form-comment label {
	clear: both;
	display: block;
}
#commentform .comment-form-author label {
	clear: both;
	display: block;
}
#commentform .comment-form-email label {
	clear: both;
	display: block;
}
#commentform .comment-form-url label {
	clear: both;
	display: block;
}
#commentform #comment {
	width: 100%;
	height: 150px;
	padding: 5px 15px;
}
#commentform #author {
	width: 100%;
	height: 50px;
	padding: 5px 15px;
}
#commentform #email {
	width: 100%;
	height: 50px;
	padding: 5px 15px;
}
#commentform #url {
	width: 100%;
	height: 50px;
	padding: 5px 15px;
}
#commentform #submit {
	background-color: #ff8210;
	color: #fff;
	border: 0;
	padding: 5px 25px;
	height: 45px;
	border-radius: 30px;
	cursor: pointer;
}
.rmb a {
	color: #ff8210;
	font-weight: bold;
	border: 1px solid #ff8210;
	display: inline-block;
	padding: 5px 15px;
}
.dt a {
	color: #ff8210;
}
.pn ul { text-align:center;
}
.pn ul li {
	display: inline-block;
	list-style: none;
}
.pn ul li {
	color: #fff;
}
.pn ul li a {
	color: #ff8210;
}
#coverage_part img {
	height: 50px;
	width: auto;
	background-color: #fff;
	padding: 5px;
}
 /* table  */
.table-content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
.pressure-table-content {
	margin-bottom: 30px;
}
.msb-content {
	margin: 10px 8px 12px 13px;
	color: #fff;
}
.developer-table {
	box-shadow: 0px 10px 24px -20px #00000029;
	border-radius: 8px;
	border: 1px solid #F7F7F7;
}
.developer-table caption {
	color: #434343;
	background-color: #f98010;
	text-align: center;
	font-size: 14px;
	padding: 15px 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	caption-side: top;
}
.lsb-content {
	margin: 10px 20px;
	color: #fff;
}
.developer-table td {
	padding: 16px 27px;
	text-align: left;
	font-size: 13px;
	color: #858585;
}
.developer-table .firstchild {
	background-color: #f98010;
	color: #858585;
	border-radius: 0px 0px 8px 8px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.developer-table .firstchild td{color: #000;}
#pagecontent .vc_tta-tab a {
	padding: 5px 15px;
}
#pagecontent .vc_toggle_title h4 {
	font-size: 16px;
}
#pagecontent .dealer-finder-header h2 {
	color: #fff;
}
#pagecontent .dealer-finder-filters {
	background-color: transparent;
}
#pagecontent .filter-dropdown select {
	background-color: #f98010;
}
#pagecontent .products li {
	background-color: #333;
	text-align: center;
	list-style: none;
	margin-left: 0;
}
#pagecontent .products li .button {
	background-color: #f98010;
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
	line-height: 20px;
}
#pagecontent .products .added_to_cart {
	background-color: #f98010;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	padding: 7px 5px !important;
	line-height: 22px;
}
#pagecontent .wc-block-cart {
	color: #fff;
}
#pagecontent .wc-block-cart tr {
	border: 1px solid #333;
	padding: 10px;
}
#pagecontent .wc-block-cart td {
	border: 1px solid #333;
	padding: 10px;
}
#pagecontent .wc-block-cart th {
	padding: 10px;
	border: 1px solid #333;
}
#pagecontent .wc-block-components-button {
	background-color: #f98010;
	color: #fff;
	border-radius: 4px;
}
#pagecontent .wp-block-woocommerce-checkout {
	color: #fff;
}
.wc-block-components-quantity-selector {
	border: 1px solid #fff;
}
.package-includes {
	background-color: transparent !important;
	margin-bottom: 20px;
}
.package-includes li {
	list-style: none !important;
}
#pagecontent .woocommerce-tabs {
	position: relative;
	margin-top: 50px;
}
#pagecontent .woocommerce-tabs .wc-tabs li {
	color: #000;
	padding: 0 15px;
}
#pagecontent .woocommerce-tabs .wc-tabs li a {
	color: #000;
}
#pagecontent .product_meta {
	color: #fff;
}
#pagecontent .dealers-table th {
	background-color: #f98010;
}
#pagecontent #dealers-table-body {
	background-color: #000;
}
#pagecontent .dealers-table tbody tr:nth-child(1st) {
	background-color: #000;
}
#pagecontent .dealers-table tbody tr:nth-child(2n) {
	background-color: #f9800d;
}

#pagecontent .tymtix-filters {
	background: transparent;
	padding: 0;
}
#pagecontent .filter-option.active {
	color: #fff;
	font-weight: 500;
	background: #f98010;
}
#pagecontent .filter-option label {
	margin: 0;
	color: #fff;
}
#pagecontent .filter-option:hover {
	background: #f98010;
}
#pagecontent .tymtix-product-card {
	background: transparent;
	border: 1px solid #ddd;
}
#pagecontent .product-image {
	background: transparent;
	padding: 15px;
}
#dealers-table-body:hover td {
	background-color: #000;
}
#pagecontent .current-price {
	color: #f98010;
}
#pagecontent .add-to-cart-btn {
	background: #f98010;
}
#pagecontent .savings {color: #f98010;
}
#pagecontent .product-info p {
	color: #777;
}
#pagecontent .product-info h3 a {

}
.single-postblog h3 {
	font-size: 20px;
}
#pagecontent .vc_btn3 {
	color: #fff !important;
}
.footer-top ul li {
	list-style: none;
}
#pagecontent .filter-option {
	background-color: #555;
}
/* Position in bottom-right corner */

.switch {
	position: relative;
	display: inline-block;
	width: 62px;
	height: 32px;
	margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.mode-toggle-container .slider {
	background-color: #3A3A3A;
	position: absolute;
	cursor: pointer;
	border-radius: 30px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: background-color 0.3s;
}

.mode-toggle-container .slider::before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 5px;
	bottom: 4px;
	background-color: #f98010;
	border-radius: 50%;
	transition: transform 0.4s;
}

input:checked + .slider {
  background-color: #ddd;
}

input:checked + .slider::before {
  transform: translateX(30px);
}

.icon-left, .icon-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	color: #fff;
	z-index: 1;
}

.icon-left {
  left: 8px;
}

.icon-right {
  right: 8px;
  color: #fff;
}

.mode-toggle-container {
	position: fixed;
	top: 26px;
	right: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: transparent;
	padding: 4px 6px;
	border-radius: 30px;
	z-index: 9999;
	font-family: sans-serif;
	color: #fff;
	box-shadow: none;
}
.tymtix-cart-trigger {
	top: 70px !important;
	right: 25px !important;
	padding: 3px 10px !important;
}
.tymtix-cart-trigger {
	background: #f98010 !important;
}
.cart-count {
	background: #000 !important;
}
.cart-item-price {
	color: #f98010 !important;
}
.checkout-btn {
	background: #f98010 !important;
}
.remove-item {
	background: #f98010 !important;
}
.total-price {
	color: #f98010 !important;
}
.light-mode .wc-block-checkout {
	color: #000;
}
#tymtixCartSidebar {
	color: #000;
}
.cart-icon svg {
	width: 20px !important;
	height: 20px !important;
}
.light-mode #pagecontent .wc-block-cart {
	color: #000 !important;
}
.light-mode .wc-block-cart__submit-button div {
	color: #fff !important;
}
.dark-mode .wc-block-cart__submit-button div {
	color: #fff !important;
}