/*!
Theme Name: Tractor Child
Theme URI: http://tractor.thememove.com
Author: ThemeMove
Author URI: http://thememove.com
Version: 1.0.0
Template: tractor
Text Domain:  tractor
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@font-face {
  font-family: "Microgramma-D-Extended-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Microgramma-D-Extended-Bold"),
    url("./assets/fonts/Microgramma-D-Extended-Bold.woff2") format("woff");
}
@font-face {
  font-family: "FuturaXBlkBTExtraBlack";
  font-style: normal;
  font-weight: normal;
  src: local("FuturaXBlkBTExtraBlack"),
    url("./assets/fonts/futura-extra-black-font.woff") format("woff");
}
.page-content{
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 1350px){
  .container{
    max-width: 1300px;
  }
}

/* Header styles */
.page-header .menu--primary a {
  font-weight: 700;
}
.page-header .header-right-above:not(:has(div)) {
  display: none;
}
@media screen and (min-width: 1366px) {
  .header-19 .header-left-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Footer menu as accordion in mobile  */
@media screen and (max-width: 767px) {
  .accordion-in-mobile .widget {
    border: 1px solid;
    padding: 12px;
  }
  .accordion-in-mobile .widget .widgettitle {
    margin: 0;
    position: relative;
  }
  .accordion-in-mobile .widget .widgettitle::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    right: 0;
    transform: rotate(45deg) translate(0px, 6px);
  }
  .accordion-in-mobile .widget .widgettitle + div {
    display: none;
    padding-top: 12px;
  }
  .accordion-in-mobile .widget.active .widgettitle::after {
    transform: rotate(-135deg) translate(-1px, -9px);
  }
}
.fixed-dots.tm-slider.style-5 .swiper-pagination {
  bottom: -20px;
}
.header-new {
  width: 100%;
}
.header-top,
.header-top .menu-icon {
  position: relative;
}
.header-top > .row {
  align-items: center;
}
.logo-n-menu {
    display: flex;
    gap: 20px;
    position: relative;
    align-items: center;
    padding: 10px 0;
}
.header-new .hamburger,
.header-new .cross {
  background: none;
  line-height: 45px;
  padding: 0;
  color: #000000;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000;
}
.header-new .cross svg,
.header-new .hamburger svg {
  width: 32px;
  height: 32px;
}
.header-new .hamburger-menu {
  z-index: 1000000;
  font-weight: bold;
  width: 100%;
  background: rgb(43 42 41);
  position: absolute;
  font-size: 14px;
  top: 100%;
  padding: 40px 0;
}
.header-new .hamburger-menu .heading-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border-bottom: 1px solid #525252;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
.header-new .hamburger-menu ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.header-new .hamburger-menu li {
  display: block; border: 0px;
}
.header-new .hamburger-menu ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  line-height: 1.5;
  padding: 6px 0;
  font-weight: 400;
  letter-spacing: 0.3px;font-size:14px;
}
.header-new .hamburger-menu ul li a:hover {
  color: #888888;
  text-decoration: none;
}
.header-new .widget + .widget {
    margin-top: 0;
}
.header-sticky-both
  .headroom.headroom--not-top
  .page-header-inner
  .hamburger-menu
  .row,
.header-sticky-both
  .headroom.headroom--not-top
  .page-header-inner
  .hamburger-menu
  .row
  > div {
  -webkit-align-self: start !important;
  -ms-flex-item-align: start !important;
  -ms-grid-row-align: start !important;
  align-self: start !important;
}
.header-19 .branding {
  padding: 0;
  border: 0;
/*   justify-content: end; */
}
.advance-search-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
}

.advance-search {
  width: 80px;
}
.advance-search a {
  font-size: 12px;
  line-height: 18px;
  display: inline-flex;
}
.advance-search-wrapper form {
  width: calc(100% - 80px);
  padding-right: 20px;
}
.search-area .input-group {
  display: flex;
}
.search-area .btn {
  padding: 7px 18px;
}
.advance-search-wrapper .is-form-style.is-form-style-3 input.is-search-input {
  border-right: 0 !important;
  width: 100%;
  outline: none !important;
  border: 0 !important;
  border-bottom: 2px solid #ddd !important;
  color: #222;
  font-weight: 400;
  padding: 12px 0 12px;
  height: 50px;
}
.advance-search-wrapper .is-form-style button.is-search-submit {
  height: 50px;
  line-height: 46px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  color: #222;
  border-color: #febc35;
  background-color: #febc35;
  padding: 1px 15px !important;
  width: 60px;
}
.advance-search-wrapper .is-form-style label {
  width: calc(100% - 60px) !important;
}
.advance-search-wrapper .is-form-style button.is-search-submit .is-search-icon {
  color: inherit;
  background: none;
  box-shadow: none !important;
  outline: 0;
  margin: 0;
  font-size: inherit;
  border: 0;
  height: 36px;
  width: auto;
}
.advance-search-wrapper .is-search-icon svg {
  width: 26px;
}
.advance-search-wrapper .is-form-style .is-search-submit path {
  fill: #000;
}
div.is-ajax-search-details {
  width: 400px;
  display: none !important;
}
.search-banner {
  padding: 70px 0;
  background: #222222;
}
.search-banner h1 {
  color: #ffffff;
}
.search-area {
  padding: 60px 0 0;
}
.bg-light {
  background: #f6f6f6;
  padding: 20px;
}
.search-area select {
  background-color: #fff;
  font-size: 14px;
  padding-right: 5px;
  padding-left: 5px;
}
.search-area input[type="submit"] {
  line-height: 32px;
  font-size: 13px;
  text-transform: capitalize;
}
.search-area input[type="text"] {
  background: #fff;
  font-size: 14px;
  padding-right: 5px;
  padding-left: 5px;
}
.search-area .mt-4 {
  margin-top: 2rem;
}
.w-100 {
  width: 100%;
}
.search-area .bg-light.p-lg-5.p-4 {
  background: #f6f6f6;
  padding: 20px;
}
.expandable-area {
  display: none;
  padding: 10px 0;
}
.expandable-area .btn {
  margin-top: 15px;
}
.collapse-btn {
  margin: 10px 0;
}
.expandable-area .mb-3 {
  margin-bottom: 15px;
}
.download-area {
  padding: 40px 0;
}
.download-area .bg-light {
  padding: 40px 20px;
}
.download-area .form-select {
  margin-bottom: 10px;
  background-color: #ffffff;
  font-size: 14px;
}
.download-area textarea {
  padding: 10px 5px;
}
.justify-content-between {
  justify-content: space-between !important;
}
.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.d-flex {
  display: flex !important;
}
.justify-content-center {
  justify-content: center !important;
}
.slider-pro,
.sp-mask,
.sp-slides-container {
  box-sizing: initial;
  position: relative;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.ps-xl-5 {
  padding-left: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.product-details{
  padding: 50px 0;
}
.custom-btn {
  z-index: 7;
  background-color: #febc35;
  font-family: Roboto;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  height: auto;
  width: auto;
  color: rgb(34, 34, 34);
  text-decoration: none;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: center;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  border-color: rgb(0, 0, 0);
  padding: 20px 30px;
  visibility: visible;
  border-width: 0px;
  border-radius: 0px;
  border-style: solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.safety-area .border{
  border: 1px solid #dee2e6;
  color: #333333;
}
.safety-header {
  padding: 10px 20px;
  background: #dee2e6;
}
.px-3{
  padding: 20px;
}
.bg-secondary{
  background-color: #525252;
  padding: 10px 20px;
  color: #fff;
}
.search-banner p{
  color: #fff;
  font-size: 16px;
}
.product-details td, .product-details th, .coa-page td, .coa-page th, .product-category td, .product-category th{
  text-align: left;
  color: #333333;
  border: 0;
}
td.text-primary.fw-bold, th.text-primary.fw-bold{
  color: #000000;
  font-weight: 600;
}
.table.border{
  border: 1px solid #dee2e6;
}
.table.border tr {
  border-bottom: 1px solid #dee2e6;
}
[name="posts_per_page"]{
  padding: 10px 40px 10px 20px;
  max-width: 100%;
  width: auto;
}



/**** ****/
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.my-5{
  margin: 20px 0;
}
.dropdown-menu {
  position: relative;
}
/**** ****/
.dropdown-menu ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  padding: 5px;
  background: #febc35;
  min-width: 100%;
}
.dropdown-menu ul.dropdown li {
  list-style-type: none;
}
.dropdown-menu ul.dropdown li a {
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.w-100{
  width: 100%;
}

/* slider css */
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 100;
  font-size: 14px;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #b7b7b7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: 0.3;
  transition: opacity 0.25s;
  cursor: pointer;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 0.65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

#detail .product-images {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #eee;
}
#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding: 10px 0px;
  max-width: 600px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}
.btn.btn-primary{
  padding: 5px 30px;
  height: 50px;
  line-height: 35px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  color: #222;
  border-color: #FEBC35;
  background-color: #FEBC35;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}
.search-area .btn.btn-dark{
  color: #FEBC35;
  background: #222;
  border-color: #222;
}
.coas-search{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.search-area .input-group {
  display: flex;
  flex: auto;
}
.coa-page .search-area {
  padding: 30px 0 0;
}
.coa-page td, .coa-page th {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  color: #222;
}
.gallery-images-new img{
  height: 100%;
  object-fit: cover;
}
.bullet-list ul{
  padding-left: 17px;
  margin-bottom: 10px !important;
  color: #222;
}

/* slider css end */

.nav-paginations{
  margin-bottom: 30px;
}
.product-category{
  padding-top: 40px;
}
.product-category .table{
  min-width: 600px;
}
.cotegory-head-content ul{
  padding-left: 17px;
    color: #fff;
}
.equal-height-images .vc_column-inner *{
  height: 100%;
}
.pdf-grid .tm-box-icon .content-wrap{
  padding: 20px;
}
.pdf-grid .tm-box-icon .content-wrap .content{
  width: 100%;
  order: -1;
  padding: 0px 0px 15px;
}
.pdf-grid .tm-box-icon .content-wrap .box-header .heading, .pdf-grid .tm-box-icon .content-wrap .box-header{
    margin-bottom: 0 !important;
}
.pdf-grid .tm-box-icon .content-wrap .tm-button{
  margin-top: 10px !important;
}
.pdf-grid .tm-box-icon .content-wrap .tm-button .button-icon{
  color: #000 !important;
    transform: rotate(90deg) !important;
}
.filterd-results{
    padding: 20px 0;
}

.filtered-head{
      padding: 20px 0;
}
.pagination-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.pagination-row p{
  margin-bottom: 0;
}

.hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    position: relative;
    z-index: 9999
}

.hamburger svg {
    width: 60px !important;
    height: 60px !important
}

.line {
    fill: none;
    stroke: #000;
    stroke-width: 7;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 7
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 7;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 7;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 7;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 7;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 7;
}
.category-listing{

}
.category-listing .category-item{
  display: flex;
  margin-bottom: 20px;
}
.category-item .alphabet {
  background: #222;
  width: 65px;
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.category-item .alphabet h2{
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
.gategory-items{
  width: calc(100% - 65px);
  background: #f7f7f7;
  padding: 20px 20px;
}
.gategory-items ul{
  --bs-gutter-x: 0.25rem;
  --bs-gutter-y: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  row-gap: 15px;
  margin: 0;
}
.gategory-items ul li{
    flex: 0 0 auto;
    width: 25%;
}
.category-listing .category-item:nth-child(odd) .alphabet{
  background-color: #febc35;
}
.category-listing .category-item:nth-child(odd) .alphabet h2{
  color: #222;
}
.category-listing .category-item:nth-child(odd) .gategory-items{
  background: #fff8e9;
}
.search-banner.cate-hero-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 40px 0
}
.cate-head-content{
  position: relative;
  z-index: 1;
}
.cate-head-content img{
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.cate-head-content ul {
  padding-left: 17px;
}
.row.cate-head-content p, .row.cate-head-content li {
  color: #fff;
}
.search-banner.cate-hero-content::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00000099;
}
.hazard-table.tm-table{
	border-radius: 0;
	box-shadow: none;
}
.hazard-table.tm-table .table thead tr, .hazard-table.tm-table .table thead tr th, .hazard-table.tm-table .table thead tr td{
    background: #222;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;

}
.hazard-table.tm-table .table thead .text-white{
	color: #ffffff;
}
.ghs-regulation-table.tm-table{
	border-radius: 0;
	box-shadow: none;
}
.ghs-regulation-table.tm-table .table thead tr{
	background: #ed1c24;
}
.ghs-regulation-table.tm-table .table thead .text-white{
	color: #ffffff;
}
.ghs-regulation-table.tm-table tr:nth-child(odd) {
    background: #ffffff;
}
.ghs-regulation-table.tm-table tr:nth-child(2n) td {
    background: #ed1c2414;
}
.footer-content .info{
	color: #ffffff;
}
.footer-content .tm-office-info .title{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	border-bottom: 1px solid #eee;
	padding-top: 0;
}
.pdf-box.tm-box-icon{
  margin-bottom: 15px;
}
.pdf-box.tm-box-icon .image{
  margin-bottom: 10px;
}
.pdf-box.tm-box-icon .image img {
    max-height: 120px;
}
.pdf-box.tm-box-icon{
      border: 1px solid #ddd;
}


@media (max-width: 1024px){
  .gategory-items ul li {
    width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .search-area .d-md-flex {
    /*display: flex;*/  
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .mb-3 {
    padding-bottom: 15px;
  }
  .order-3-mobile {
    order: 3;
  }
  .header-top {
    padding-bottom: 15px;
  }
  .advance-search-wrapper {
    display: block;
    width: 100%;
  }
  .advance-search-wrapper form {
    width: 100%;
    padding-right: 0;
  }
  .advance-search {
    width: 100%;
    margin-top: 10px;
  }
  #page {
    padding-top: 0 !important;
  }
  .header-sticky-both .headroom.headroom--not-top .page-header-inner {
    position: relative;
  }
  .ps-xl-5 {
    padding-left: 1rem !important;
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  .category-image{
    margin-bottom: 15px;
  }
  .gategory-items ul li {
    width: 50%;
  }
  .cate-head-content img {
    margin-bottom: 25px;
}
}

@media (max-width: 575px){
  .table.border tr {
    display: flex;
    flex-wrap: wrap;
  }
  .product-details td, .product-details th {
    width: 50%;
  }
  .coas-search {
    justify-content: space-between;
    flex-direction: column;
    row-gap: 15px;
  }
  .gategory-items ul li {
    width: 100%;
  }
}