/*-----------------------------------------------------------------------------
	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		: May 11 2021
	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: 'Roboto Condensed', sans-serif;
    color: #323232;
    margin: 0;
    padding: 0;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1;
}
h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 1.8rem;
}

@media (min-width: 768px) {
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2rem;
}
}
h3 {
    font-size: 1.7rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.375rem;
}
h6 {
    font-size: 1.125rem;
}
p, .container-fluid, .container, a, ul, ul li, ol, ol li {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
p {
    margin-top: 0;
}
.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: #f0092d;
    text-decoration: underline;
}
/*
====================================
Divider
====================================
*/

.divider-double-bottom {
    padding-bottom: 0rem;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1.5rem;
    position: relative;
}
.divider-double-bottom h1 {
    font-size: 1.8rem;
}

@media (min-width: 768px) {
.divider-double-bottom h1 {
    font-size: 2rem;
}
}
.divider-double-bottom * {
    text-align: left;
}
.divider-double-bottom:after {
    position: absolute;
    content: "";
    left: 0%;
    bottom: -2px;
    height: 3px;
    width: 20%;
    background: #f0092d;
}
/*
====================================
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, .col-lg-1_8 {
    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-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-1_8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
}
/*
====================================
Shell
====================================
*/
.shell-sm-320, .shell-md-320 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.shell-sm-320, .shell-md-320 {
    max-width: 320px;
}
.shell-sm-360, .shell-md-360 {
    max-width: 360px;
}

@media (min-width: 576px) {
.shell-sm-320, .shell-sm-360 {
    max-width: 100% !important;
}
}

@media (min-width: 768px) {
.shell-md-320, .shell-md-360 {
    max-width: 100% !important;
}
}
/*
====================================
Gutters
====================================
*/
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*
====================================
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;
}
.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;
}
.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;
}
}
/*
====================================
Animation
====================================
*/
@keyframes opacity-animation {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.animate {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: opacity-animation;
}
/*
====================================
Colors
====================================
*/
.bg-dark {
    background: #000;
}
/*
====================================
Bullets list
====================================
*/
.text-description {
    text-align: left !important;
}
.text-description ul {
    margin: 0 auto;
    width: auto;
    padding: 0 2.5rem;
    display: inline-block;
}
.text-description ul li {
    width: auto;
    text-align: left;
    padding: 0 0;
    margin: 0;
}
.text-description ul li:last-child {
    margin-bottom: 1rem;
}
.text-description ul:last-child li:last-child {
    margin-bottom: 0;
}
.text-description img {
    display: block;
    margin: 0 auto 1rem;
}
.text-description img:last-child {
    margin-bottom: 0;
}
.text-description p:last-child {
    margin-bottom: 0;
}
.text-description h4, .text-description h5, .text-description h6 {
    margin-bottom: 0.5rem;
}
/*
====================================
Navbar
====================================
*/
.navbar {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0.625rem;
}
.navbar .navbar-trigger, .navbar input {
    display: block;
}
/* Menu title*/
.navbar-trigger {
    position: absolute;
    clip: rect(0,0,0,0);
}
.navbar-trigger + label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding-left: 1rem;
    width: 100%;
    background: #f6f6f6;
    line-height: 3rem;
    border-bottom: 1px solid #d8d8d8;
}
.navbar-trigger + label span {
    -webkit-transition: .25s;
    transition: .25s;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #444444;
}
.navbar:hover .navbar-trigger + label span, .navbar .navbar-trigger:checked + label span {
    color: #f0092d;
}
/* Trigger */
.navbar-trigger + label i {
    margin-right: 0.75rem;
}
.navbar-trigger + label i.icon-trigger {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
}
.navbar-trigger + label i.icon-trigger, .navbar-trigger + label i.icon-trigger:before, .navbar-trigger + label i.icon-trigger:after {
    -webkit-transition: .25s;
    transition: .25s;
    width: 17px;
    height: 2px;
    background: #444444;
}
.navbar-trigger:hover + label i.icon-trigger, .navbar-trigger:hover + label i.icon-trigger:before, .navbar-trigger:hover + label i.icon-trigger:after, .navbar .navbar-trigger:checked + label i.icon-trigger, .navbar .navbar-trigger:checked + label i.icon-trigger:before, .navbar .navbar-trigger:checked + label i.icon-trigger:after {
    background: #f0092d;
}
.navbar-trigger + label i.icon-trigger:before, .navbar-trigger + label i.icon-trigger:after {
    position: absolute;
    content: "";
    left: 0;
    transform-origin: 0% 50%;
}
.navbar-trigger + label i.icon-trigger:before {
    top: 6px;
}
.navbar-trigger + label i.icon-trigger:after {
    top: -6px;
}
/* Trigger checked */
.navbar-trigger:checked + label i.icon-trigger {
    background: transparent !important;
}
.navbar-trigger:checked + label i.icon-trigger:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-trigger:checked + label i.icon-trigger:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Navbar menu */
.navbar-nav {
    display: none;
    z-index: 100;
    width: 100%;
}
.navbar-trigger:checked ~ .navbar-nav {
    display: inline-block
}
.navbar-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.navbar-nav ul li {
    list-style-type: none;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #FFF;
}
.navbar-nav ul li a, .navbar-nav ul li label {
    width: 100%;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.8rem 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #444444;
}
.navbar-nav ul li a:hover, .navbar-nav ul li label:hover {
    color: #FFF;
    background: #f0092d;
}
/*only borders */
.navbar-nav ul li {
    border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 768px) {
.navbar .navbar-trigger, .navbar .navbar-hidden, .navbar input {
    display: none;
}
.navbar {
    background: #f6f6f6;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}
.navbar-nav {
    display: inline-block;
    width: 100%;
}
.navbar-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.navbar-nav ul li {
    border: none !important;
    position: relative;
    margin: 0 1rem;
}
.navbar-nav ul li:last-child {
    margin-right: 0;
}
.navbar-nav ul li a, .navbar-nav ul li label {
    color: #444;
    padding: 1rem 1rem;
    font-size: 1rem;
}
.navbar-nav ul li a:hover, .navbar-nav ul li label:hover {
    color: #f0092d;
    background: none;
}
/* line between */
.navbar-nav ul li {
    position: relative;
}
.navbar-nav ul li:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1rem;
    width: 1px;
    height: 35%;
    background: #d8d8d8;
}
.navbar-nav ul li:first-child:before {
    display: none;
}
/* effect line bellow*/
.navbar-nav ul li:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    width: 0;
    height: 3px;
    background: #f0092d;
}
.navbar-nav ul li:hover:after {
    width: 100%;
}
}
/*
====================================
Banner
====================================
*/
.banner {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.banner .banner-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banner-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}
.banner .slogan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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;
    height: 100%;
    width: 100%;
    padding: 1rem;
}
.banner .slogan ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.banner .slogan li {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #e51d40;
}
.banner .slogan .title1 {
    line-height: 1;
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 1px 1px 2px #FFF;
    letter-spacing: 2px;
}

@media (min-width: 768px) {
.banner {
    height: 250px;
}
.banner .slogan {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
}
.banner .slogan li {
    text-align: left;
}
}

@media (min-width: 992px) {
.banner {
    height: 291px;
}
}
/*
====================================
List 4 elements
====================================
*/

.why-us-auto {
    max-width: 100%;
    position: relative;
    margin-top: 0.625rem;
}
.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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0 -5px;
}
.why-us-auto ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 5px;
    width: 100%
}
.why-us-auto ul li .why-us-auto-item {
    background: #f6f6f6;
    border: 1px solid #d8d8d8;
    padding: 1rem 1rem;
    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-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;
}
.why-us-auto ul li .why-us-auto-icon {
    margin-bottom: 0.75rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.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;
}
.why-us-auto ul li .why-us-auto-title, .why-us-auto ul li .why-us-auto-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    color: #323232;
    font-weight: 700;
    text-transform: uppercase;
}
.why-us-auto ul li .why-us-auto-text {
    font-weight: 400;
    font-size: 0.875rem;
}

@media (min-width: 360px) {
.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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.why-us-auto ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 10px 0;
}
.why-us-auto ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
}

@media (min-width: 768px) {
.why-us-auto ul li .why-us-auto-item {
    -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;
}
.why-us-auto ul li .why-us-auto-title, .why-us-auto ul li .why-us-auto-text {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.why-us-auto ul li .why-us-auto-icon {
    margin-bottom: 0;
    margin-right: 1rem;
}
}

@media (min-width: 1200px) {
.why-us-auto ul li {
    -webkit-box-flex: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
}
.why-us-auto ul li {
    margin-bottom: 0;
}
}
/*
====================================
Gallery
====================================
*/
/* Big item */
.gallery-container .img-big-box {
    position: relative;
    border: 1px solid #e6e6e6;
    box-sizing: content-box;
    width: calc(100% - 2px);
}
.gallery-container .img-big-item {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
}
.gallery-container .img-big-item .img-big {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
}
.gallery-container .img-big-item img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    max-height: 100%;
    border: 0;
}
.gallery-container .img-big-item * {
    vertical-align: middle;
}
.gallery-container .img-big-item, .gallery-container .img-big-box {
    height: 300px;
}

@media (min-width: 576px) {
.gallery-container .img-big-item, .gallery-container .img-big-box {
    height: 300px;
}
}

@media (min-width: 768px) {
.gallery-container .img-big-item, .gallery-container .img-big-box {
    height: 400px;
}
}

@media (min-width: 992px) {
.gallery-container .img-big-item, .gallery-container .img-big-box {
    height: 500px;
}
}

@media (min-width: 1200px) {
.gallery-container .img-big-item, .gallery-container .img-big-box {
    height: 500px;
}
}
/* thumbs */
.gallery-container .thumbs-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0;
    margin-bottom: 0px;
}
.gallery-container .thumbs-box * {
    vertical-align: middle;
}
.gallery-container .thumbs-box label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    margin: 1rem 0.5rem 0;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #FFFFFF;
    padding: 5px;
}
.gallery-container .thumbs-box label img {
    display: inline-block;
    border: 0;
    max-width: 100%;
    max-height: 100%;
}
.gallery-container .thumbs-box label {
    height: 60px;
    width: 60px;
}

@media (min-width: 576px) {
.gallery-container .thumbs-box label {
    height: 80px;
    width: 80px;
}
}

@media (min-width: 768px) {
.gallery-container .thumbs-box label {
    height: 80px;
    width: 80px;
}
}

@media (min-width: 992px) {
.gallery-container .thumbs-box label {
    height: 90px;
    width: 90px;
}
}

@media (min-width: 1200px) {
.gallery-container .thumbs-box label {
    height: 90px;
    width: 90px;
}
}
.gallery-container #gallery-img-thumb-1 ~ .img-big-box #gallery-img-big-1, .gallery-container #gallery-img-thumb-2 ~ .img-big-box #gallery-img-big-2, .gallery-container #gallery-img-thumb-3 ~ .img-big-box #gallery-img-big-3, .gallery-container #gallery-img-thumb-4 ~ .img-big-box #gallery-img-big-4, .gallery-container #gallery-img-thumb-5 ~ .img-big-box #gallery-img-big-5, .gallery-container #gallery-img-thumb-6 ~ .img-big-box #gallery-img-big-6, .gallery-container #gallery-img-thumb-7 ~ .img-big-box #gallery-img-big-7, .gallery-container #gallery-img-thumb-8 ~ .img-big-box #gallery-img-big-8, .gallery-container #gallery-img-thumb-9 ~ .img-big-box #gallery-img-big-9, .gallery-container #gallery-img-thumb-10 ~ .img-big-box #gallery-img-big-10 {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.gallery-container #gallery-img-thumb-1:checked ~ .img-big-box #gallery-img-big-1, .gallery-container #gallery-img-thumb-2:checked ~ .img-big-box #gallery-img-big-2, .gallery-container #gallery-img-thumb-3:checked ~ .img-big-box #gallery-img-big-3, .gallery-container #gallery-img-thumb-4:checked ~ .img-big-box #gallery-img-big-4, .gallery-container #gallery-img-thumb-5:checked ~ .img-big-box #gallery-img-big-5, .gallery-container #gallery-img-thumb-6:checked ~ .img-big-box #gallery-img-big-6, .gallery-container #gallery-img-thumb-7:checked ~ .img-big-box #gallery-img-big-7, .gallery-container #gallery-img-thumb-8:checked ~ .img-big-box #gallery-img-big-8, .gallery-container #gallery-img-thumb-9:checked ~ .img-big-box #gallery-img-big-9, .gallery-container #gallery-img-thumb-10:checked ~ .img-big-box #gallery-img-big-10 {
    opacity: 1;
}
/*
====================================
Price
====================================
*/

.price-box {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #f0092d;
    margin-top: 1.5rem;
}
.price-box-title {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #FFF;
    margin-right: 1rem;
    text-transform: uppercase;
}
.price-box-body {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.price-box-value, .price-box-currency {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.75rem;
    color: #FFF;
}
.price-box-value {
    font-weight: 700;
}
.price-box-currency {
    font-weight: 400;
}

@media (min-width: 768px) {
.price-box-value, .price-box-currency {
    font-size: 2.5rem;
}
}
/*
====================================
Table
====================================
*/

.table-box .table-row {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
.table-box .table-title, .table-box .table-txt {
    width: 100%;
    text-align: left;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.table-box .table-title {
    font-weight: 700;
    color: #313131;
    padding-top: 0.75rem;
}
.table-box .table-txt {
    color: #313131;
    padding-top: 0.25rem;
    padding-bottom: 0.75rem;
}
.table-box .table-row:nth-child(odd) {
    background: #f3f3f3;
}
.table-box .table-row:hover {
    background: #f0092d;
}
.table-box .table-row:hover .table-title, .table-box .table-row:hover .table-txt {
    color: #FFF;
}

@media (min-width: 767px) {
.table-box .table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.table-box .table-title, .table-box .table-txt {
    width: 50%;
    padding: 1rem 0.7rem;
}
.table-box .table-title {
    text-align: right;
}
.table-box .table-txt {
    text-align: left;
}
}
/*
====================================
accordion-tab
====================================
*/
.accordion-tab-box {
    margin-bottom: 0rem;
    position: relative;
}
.accordion-tab-inner {
    display: inline-block;
    width: 100%;
    position: relative;
}
.accordion-tab-box input {
    display: none;
}
.accordion-tab-box label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    margin-bottom: 0.875rem;
    padding: 0.75rem 1rem;
    background: #f0eef1;
    color: #444;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}
.accordion-tab-box input:checked + label, .accordion-tab-box label:hover {
    background: #f0092d;
    color: #FFF;
    border-bottom-color: transparent;
}
.accordion-tab-box label img {
    margin-right: 1rem;
    vertical-align: middle;
}
/* chevron */
.accordion-tab-box .icon-chevron {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1rem;
}
.accordion-tab-box .icon-chevron:before, .accordion-tab-box .icon-chevron:after {
    position: absolute;
    content: "";
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #444;
}
.accordion-tab-box .icon-chevron:before {
    width: 0.875rem;
    height: 3px;
}
.accordion-tab-box .icon-chevron:after {
    width: 3px;
    height: 0.875rem;
}
.accordion-tab-box input:checked + label .icon-chevron:after {
    opacity: 1;
}
.accordion-tab-box input:checked + label .icon-chevron:after {
    opacity: 0;
}
.accordion-tab-box input:checked + label .icon-chevron:after, .accordion-tab-box input:checked + label .icon-chevron:before {
    background: #FFF;
}
.accordion-tab-box label:hover .icon-chevron:before, .accordion-tab-box label:hover .icon-chevron:after {
    background: #FFF;
}
.accordion-tab-box-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}
/* body */
#accordion-tab-tab-1:checked ~ #accordion-tab-content-1, #accordion-tab-tab-2:checked ~ #accordion-tab-content-2, #accordion-tab-tab-3:checked ~ #accordion-tab-content-3, #accordion-tab-tab-4:checked ~ #accordion-tab-content-4 {
    display: inline-block;
}
.accordion-tab-box .accordion-tab-body {
    display: none;
    width: 100%;
    padding: 1rem;
    border: 1px solid #dfdfdf;
    margin-bottom: 0.875rem;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}
.accordion-tab-box .accordion-tab-body p:last-child {
    margin-bottom: 0;
}
.accordion-tab-box input:checked ~ .accordion-tab-body {
    margin-top: -0.875rem;
}

@media (min-width: 992px) {
.accordion-tab-inner {
    padding-top: 50px;
}
.accordion-tab-box label {
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
}
#accordion-tab-tab-1 + label {
    width: 228px;
}
#accordion-tab-tab-2 + label {
    width: 228px;
    left: 234px;
}
#accordion-tab-tab-3 + label {
    width: 228px;
    left: 468px;
}
#accordion-tab-tab-4 + label {
    width: 228px;
    left: 702;
}
.accordion-tab-box input + label .icon-chevron {
    display: none;
}
.accordion-tab-box .fa-plus, .accordion-tab-box .fa-minus, .accordion-tab-box input:checked + label .fa-minus {
    display: none;
}
.accordion-tab-box input:checked ~ .accordion-tab-body {
    margin-top: 0;
}
.accordion-tab-box .accordion-tab-body {
    margin-bottom: 0;
}
}

@media (min-width: 1200px) {
#accordion-tab-tab-1 + label {
    width: 273px;
}
#accordion-tab-tab-2 + label {
    width: 273px;
    left: 279px;
}
#accordion-tab-tab-3 + label {
    width: 273px;
    left: 558px;
}
#accordion-tab-tab-4 + label {
    width: 273px;
    left: 837px;
}
}
/*
====================================
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%;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
/* Category image */
.category-box-img {
    position: relative;
    padding: 1rem;
    width: 100%;
    text-align: center;
    border: 1px solid #efefef;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.category-box:hover .category-box-img {
    border-color: #f0092d;
}
/* Category title */
.category-box-title {
    margin-top: 0.85rem;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    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: #f0092d;
}
/* Category button*/
.category-box-btn {
    margin-top: 1.25rem;
    font-weight: 400;
    font-size: 0.875rem;
    padding: 0.7rem 1.255rem;
    text-align: center;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background: #f0eef1;
    color: #444;
}
.category-box:hover .category-box-btn {
    background: #f0092d;
    color: #FFF;
}
/*
====================================
Footer
====================================
*/
.footer-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #f0eef1;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.footer-page div[class^="col"] {
    text-align: center;
}
.footer-page div[class^="col"] * {
    margin: 0;
}
.footer-page a.footer-email {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-decoration: none;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-align: left;
    margin-top: 0.5rem;
    font-size: 0.875rem;
}
.footer-page a.footer-email i {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0.5rem;
}
.footer-page a.footer-email img {
    position: relative;
}
.footer-page a.footer-email img.footer-icon-default {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.footer-page a.footer-email img.footer-icon-hover {
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.footer-page a.footer-email:hover img.footer-icon-hover {
    opacity: 1;
}
.footer-page a.footer-email:hover img.footer-icon-default {
    opacity: 0;
}
/*
====================================
Footer copyright
====================================
*/
.footer-copyright {
    padding: 0.875rem 0;
    overflow: hidden;
    text-align: center;
}
.footer-copyright p {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.875rem;
}
