/*-----------------------------------------------------------------------------
	Theme Name	: eBay Template
	Theme URL	: https://www.ebay.co.uk/sch/artibaj/m.html?_nkw=&_armrs=1&_ipg=&_from=
	Description	: Description. All Rights Reserved.
	Version		: 1
	Tags		: eBay
	Author		: artibaj
	Author URL	: https://www.ebay.co.uk/sch/artibaj/m.html?_nkw=&_armrs=1&_ipg=&_from=
	Created		: July 18 2024
	License		: artibaj own this theme. Do Not Copy!
-------------------------------------------------------------------------------*/
body {
  padding: 0;
  margin: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
img {
  max-width: 100%;
  height: auto;
}
.checkbox {
  display: none;
}
/*
====================================
Typography
====================================
*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #444444;
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}
h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 1.65rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
}
h3 {
  font-size: 1.6125rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
}
p, .container-fluid, .container, a, ul, ul li, ol, ol li {
  color: #444;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
p {
  margin-top: 0;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.container div[class^="col"] p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #444444;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a:hover {
  color: #ff720c;
  text-decoration: underline;
}
/*
====================================
Divider
====================================
*/
.description-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.5rem;
}
.description-heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 6px;
  background: #ff720c;
}
.description-title {
  background: #ff720c;
  padding: 0 1rem 0 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 70px;
}
.description-title * {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #FFF;
}
.description-title:after {
  position: absolute;
  content: "";
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-bottom: 70px solid #ff720c;
  border-right: 40px solid transparent;
}
@media (min-width: 768px) {
  .description-title {
    padding: 0 3rem 0 2rem;
  }
  .description-title * {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .description-title {
    padding: 0 6rem 0 2rem;
  }
}
/*
====================================
Bootstrap
====================================
*/
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col, .col-6, .col-12, .col-xs-3, .col-xs-6, .col-sm-3, .col-sm-6, .col-md-6, .col-md-4, .col-md-3, .col-lg-12, .col-lg-9, .col-lg-6, .col-lg-4, .col-lg-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 50%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 360px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
/*
====================================
Order
====================================
*/
.order-1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
/*
====================================
Margin and padding
====================================
*/
.p-0 {
  padding: 0 !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
@media (min-width: 360px) {
  .mb-xs-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 4rem !important;
  }
  .mt-xs-0 {
    margin-top: 0rem !important;
  }
  .mt-xs-1 {
    margin-top: 1rem !important;
  }
  .mt-xs-2 {
    margin-top: 2rem !important;
  }
  .mt-xs-3 {
    margin-top: 3rem !important;
  }
  .mt-xs-4 {
    margin-top: 4rem !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
}
/*
====================================
Flexbox
====================================
*/
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
/*
====================================
Aligns
====================================
*/
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
}

/*
====================================
Table
====================================
*/
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
  border-collapse: collapse;
}
.table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.table th, .table td {
  text-align: left;
  padding: 0.5rem 2rem;
  vertical-align: top;
  color: #444;
}
.table thead th {
  vertical-align: bottom;
  text-align: left;
  padding: 1.25rem 1rem;
  line-height: 1.2;
  white-space: nowrap;
}
.table tbody td {
  vertical-align: bottom;
  text-align: left;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.table .table {
  background-color: #fff;
}
.table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
.table thead th {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  text-align: left;
}
@media (min-width: 768px) {
  .table thead th {
    padding: 1.25rem 2rem;
  }
  .table tbody td {
    padding: 0.5rem 2rem;
  }
}

/*
====================================
Category with button
====================================
*/
a.category-box {
  text-decoration: none;
}
.category-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
/* Gutters */
.categories-box {
  margin-right: -5px;
  margin-left: -5px;
}
.categories-box > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
    margin-bottom: 10px;
}
/* Category image */
.category-box-img {
  position: relative;
  border: 1px solid #e3e3e3;
  padding: 1rem;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* Category title */
.category-box-title {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.category-box:hover .category-box-title {
  color: #ff720c;
}
.category-box:hover .category-box-img {
  border-color: #ff720c;
}
@media (min-width: 768px) {
  .category-box-title {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .category-box-title {
    font-size: 1.25rem;
  }
  .categories-box {
    margin-right: -15px;
    margin-left: -15px;
  }
  .categories-box > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*
====================================
List 4 elements
====================================
*/
.why-us-auto {
  max-width: 100%;
  position: relative;
}
.why-us-auto ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0px;
}
.why-us-auto ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  width: 100%;
}
.why-us-auto ul li .why-us-auto-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.why-us-auto ul li .why-us-auto-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #ff720c;
  padding: 1rem 0.75rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.why-us-auto ul li .why-us-auto-body {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #252525;
  height: 100%;
  width: 100%;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.why-us-auto ul li .why-us-auto-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .why-us-auto ul li .why-us-auto-title {
    font-size: 1.25rem;
  }
  .why-us-auto ul li .why-us-auto-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .why-us-auto ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -0.5rem;
  }
  .why-us-auto ul li .why-us-auto-title {
    font-size: 1rem;
    line-height: 1.2;
  }
  .why-us-auto ul li .why-us-auto-body {
    padding-left: 2rem;
    padding-right: 4rem;
    width: auto;
    max-width: none;
    position: relative;
    z-index: 3;
  }
  .why-us-auto ul li .why-us-auto-icon {
    position: relative;
    z-index: 3;
  }
  .why-us-auto ul li .why-us-auto-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    border-radius: 1rem;
    position: relative;
    z-index: 2;
  }
  .why-us-auto ul li .why-us-auto-item:before {
    position: absolute;
    content: "";
    left: 50px;
    top: 0;
    width: calc(100% - 50px);
    height: 100%;
    background: #252525;
    z-index: 1;
    border-radius: 1rem;
  }
  .why-us-auto ul li {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0.5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    max-width: none;
  }
  .why-us-auto ul li {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .why-us-auto ul li .why-us-auto-title {
    font-size: 1.25rem;
  }
  .why-us-auto ul li .why-us-auto-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}


