/*-----------------------------------------------------------------------------
	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		: February 18 2022
	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: 600;
    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.25rem;
}
h6 {
    font-size: 1.125rem;
}
p, .container-fluid, .container, a, ul, ul li, ol, ol li {
    color: #444444;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
}
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: #ae1b0a;
    text-decoration: underline;
}
/*
====================================
Divider
====================================
*/

.divider-double-bottom {
    padding-bottom: 0rem;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    margin-bottom: 0.5rem;
}
.divider-double-bottom * {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.divider-double-bottom:after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2px;
    height: 3px;
    width: 20%;
    background: #ae1b0a;
}
/*
====================================
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-4, .col-6, .col-12, .col-xs-3, .col-xs-4, .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-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.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%;
}
.col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}

@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%;
}
}
/*
====================================
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;
}
.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;
}
}
/*
====================================
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-red {
    background: #ae1b0a;
}
/*
====================================
Bullets list
====================================
*/
.text-description {
    text-align: left !important;
}
.text-description ul {
    margin: 0 auto;
    width: auto;
    padding: 0 2.5rem;
}
.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;
}
.text-description .ytvideo a:after {
    padding-top: 2px !important;
}
/*
====================================
Custom List
====================================
*/
.list-checkbox ul {
    padding: 0 0;
    list-style-position: inside;
    width: auto;
}
.list-checkbox ul li {
    padding: 0.15rem 0 0.15rem 1rem;
    margin: 0;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    list-style: none;
    text-align: left !important;
}
.list-checkbox ul li:first-child {
}
.list-checkbox ul li * {
    text-align: left !important;
}
.list-checkbox ul li:before {
    position: absolute;
    left: 0;
    content: '';
    background: url('https://artibaj.com/templates/wwwsaz-hamburgde/images/check.png') no-repeat center center;
    margin-right: 0rem;
    width: 6px;
    height: 1.1rem;
    z-index: 3;
}
.list-checkbox ul li img {
    display: inline-block !important;
    margin: 0 0.5rem 0 0 !important;
}
/*
====================================
Top - logo with menu
====================================
*/
.top-border {
    border-top: 5px solid #ae1b0a;
}
.top-box {
    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: 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;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
.top-box {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
}

@media (min-width: 992px) {
.top-box {
    -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: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: calc(2.5rem + 5px);
}
}
/*
====================================
Navbar
====================================
*/
.navbar {
    width: 100%;
    margin-top: 1.5rem;
}
.navbar .navbar-toggler, .navbar input {
    display: block;
}
.navbar-toggler {
    position: absolute;
    clip: rect(0,0,0,0);
}
.navbar-toggler + 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: #ae1b0a;
    line-height: 3rem;
}
.navbar-toggler + label .navbar-title {
    -webkit-transition: .25s;
    transition: .25s;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}
.navbar:hover .navbar-toggler + label .navbar-title, .navbar .navbar-toggler:checked + label .navbar-title {
    color: #fff;
}
/* toggler */
.navbar-toggler + label .navbar-toggler-icon {
    margin-right: 0.75rem;
}
.navbar-toggler + label .navbar-toggler-icon {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
}
.navbar-toggler + label .navbar-toggler-icon, .navbar-toggler + label .navbar-toggler-icon:before, .navbar-toggler + label .navbar-toggler-icon:after {
    -webkit-transition: .25s;
    transition: .25s;
    width: 17px;
    height: 2px;
    background: #FFFFFF;
}
.navbar-toggler:hover + label .navbar-toggler-icon, .navbar-toggler:hover + label .navbar-toggler-icon:before, .navbar-toggler:hover + label .navbar-toggler-icon:after, .navbar .navbar-toggler:checked + label .navbar-toggler-icon, .navbar .navbar-toggler:checked + label .navbar-toggler-icon:before, .navbar .navbar-toggler:checked + label .navbar-toggler-icon:after {
    background: #fff;
}
.navbar-toggler + label .navbar-toggler-icon:before, .navbar-toggler + label .navbar-toggler-icon:after {
    position: absolute;
    content: "";
    left: 0;
    transform-origin: 0% 50%;
}
.navbar-toggler + label .navbar-toggler-icon:before {
    top: 6px;
}
.navbar-toggler + label .navbar-toggler-icon:after {
    top: -6px;
}
/* toggler checked */
.navbar-toggler:checked + label .navbar-toggler-icon {
    background: transparent !important;
}
.navbar-toggler:checked + label .navbar-toggler-icon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-toggler:checked + label .navbar-toggler-icon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-nav {
    display: none;
    z-index: 100;
    width: 100%;
}
.navbar-toggler: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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1px 0 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
.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 1rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #444;
}
.navbar-nav ul li a:hover, .navbar-nav ul li label:hover {
    color: #FFF;
    background: #ae1b0a;
}
/*only borders */
.navbar {
    background: none;
}
.navbar-nav ul li {
    border: 1px solid #ae1b0a;
    border-top: none;
}
.navbar-nav ul li:first-child {
    border-top: 1px solid #ae1b0a;
}

@media (min-width: 768px) {
.navbar .navbar-toggler, .navbar .navbar-hidden, .navbar input {
    display: none;
}
.navbar {
    background: none;
    width: auto;
    margin-bottom: 0;
    margin-top: 2rem;
}
.navbar-nav {
    display: inline-block;
    width: auto;
}
.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;
}
.navbar-nav ul li {
    border: none !important;
    position: relative;
    margin: 0 0;
    padding: 0;
}
.navbar-nav ul li:last-child {
    margin-right: 0;
}
.navbar-nav ul li a, .navbar-nav ul li label {
    color: #444;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}
.navbar-nav ul li a:hover, .navbar-nav ul li label:hover {
    color: #FFF;
    background: #ae1b0a;
}
}

@media (min-width: 992px) {
.navbar {
    margin-top: 0;
}
}
/*
====================================
List 4 elements
====================================
*/

.why-us-auto {
    max-width: 100%;
    position: relative;
    padding-top: 1rem;
}
.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 0;
}
.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;
    padding: 0 0;
    width: 100%;
}
.why-us-auto ul li .why-us-auto-item {
    padding: 0 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.25rem;
    -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 {
    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: 'Poppins', sans-serif;
    font-size: 0.875rem;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (min-width: 360px) {
.why-us-auto {
    padding-bottom: 0.5rem;
}
.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 0 0;
}
.why-us-auto ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
.why-us-auto ul li .why-us-auto-item {
    padding: 0 1rem 0.5rem;
}
}

@media (min-width: 576px) {
.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 {
    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: 0.5rem;
}
}

@media (min-width: 992px) {
.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;
}
}
/*
====================================
Info boxes
====================================
*/

.info-box {
    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;
    padding: 0;
    position: relative;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}
.info-box .info-header {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1rem 1rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    background: #ae1b0a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #ae1b0a;
}
.info-box .info-title {
    padding: 1.25rem;
    width: 100%;
    display: block;
    background: #f7f7f7;
    border-bottom: 1px solid #e3e3e3;
}
.info-box .info-title-2 {
    padding: 1.25rem;
    width: 100%;
    display: block;
    background: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*    border-top: 1px solid #e3e3e3;*/
    border-bottom: 1px solid #e3e3e3;
}
.info-box .info-title *, .info-box .info-title-2 * {
    margin-bottom: 0;
}
.info-box .info-header i {
    margin-right: 0.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.info-box .info-body {
    padding: 1rem 1.25rem;
    z-index: 2;
}
.info-box .info-body p:last-child {
    margin-bottom: 0;
}
/*
====================================
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, td {
    border: 1px solid #e3e3e3;
}
.table th, .table td {
    text-align: left;
    padding: 0.5rem 1rem;
    vertical-align: top;
    color: #444;
    font-size: 0.875rem;
}
.table th {
    font-weight: 600;
}
.table tbody + tbody {
}
.table .table {
    background-color: #fff;
}
/*
====================================
Gallery
====================================
*/
/* Gallery inner */
.gallery-inner {
    position: relative;
    border: 1px solid #e3e3e3;
    box-sizing: content-box;
    width: calc(100% - 2px);
    border-radius: 10px;
}
.gallery-item {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    width: 100%;
}
.gallery-img {
    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-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-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-inner {
    height: 300px;
}

@media (min-width: 576px) {
.gallery-inner {
    height: 300px;
}
}

@media (min-width: 768px) {
.gallery-inner {
    height: 400px;
}
}

@media (min-width: 992px) {
.gallery-inner {
    height: 500px;
}
}

@media (min-width: 1200px) {
.gallery-inner {
    height: 500px;
}
}
/* Thumbs */
.gallery-thumbs {
    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;
    margin-top: 0.5rem;
}
.gallery-thumbs 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;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
    margin: 0.625rem 0.3125rem 0;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 10px;
}
.gallery-thumbs label:hover {
    border-color: #ae1b0a;
}
.gallery-thumbs label img {
    display: inline-block;
    border: 0;
    max-width: 100%;
    max-height: 100%;
}
.gallery-thumbs label {
    height: 70px;
    width: 70px;
}

@media (min-width: 576px) {
.gallery-thumbs label {
    height: 80px;
    width: 80px;
}
}

@media (min-width: 768px) {
.gallery-thumbs label {
    height: 80px;
    width: 80px;
}
}

@media (min-width: 992px) {
.gallery-thumbs label {
    height: 90px;
    width: 90px;
}
}

@media (min-width: 1200px) {
.gallery-thumbs label {
    height: 90px;
    width: 90px;
}
}
#gallery-thumb-1 ~ .gallery-inner #gallery-item-1, #gallery-thumb-2 ~ .gallery-inner #gallery-item-2, #gallery-thumb-3 ~ .gallery-inner #gallery-item-3, #gallery-thumb-4 ~ .gallery-inner #gallery-item-4, #gallery-thumb-5 ~ .gallery-inner #gallery-item-5, #gallery-thumb-6 ~ .gallery-inner #gallery-item-6, #gallery-thumb-7 ~ .gallery-inner #gallery-item-7, #gallery-thumb-8 ~ .gallery-inner #gallery-item-8, #gallery-thumb-9 ~ .gallery-inner #gallery-item-9, #gallery-thumb-10 ~ .gallery-inner #gallery-item-10 {
    visibility: hidden;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
#gallery-thumb-1:checked ~ .gallery-inner #gallery-item-1, #gallery-thumb-2:checked ~ .gallery-inner #gallery-item-2, #gallery-thumb-3:checked ~ .gallery-inner #gallery-item-3, #gallery-thumb-4:checked ~ .gallery-inner #gallery-item-4, #gallery-thumb-5:checked ~ .gallery-inner #gallery-item-5, #gallery-thumb-6:checked ~ .gallery-inner #gallery-item-6, #gallery-thumb-7:checked ~ .gallery-inner #gallery-item-7, #gallery-thumb-8:checked ~ .gallery-inner #gallery-item-8, #gallery-thumb-9:checked ~ .gallery-inner #gallery-item-9, #gallery-thumb-10:checked ~ .gallery-inner #gallery-item-10 {
    visibility: visible;
}
#gallery-thumb-1 ~ .gallery-inner #gallery-item-1 .gallery-img, #gallery-thumb-2 ~ .gallery-inner #gallery-item-2 .gallery-img, #gallery-thumb-3 ~ .gallery-inner #gallery-item-3 .gallery-img, #gallery-thumb-4 ~ .gallery-inner #gallery-item-4 .gallery-img, #gallery-thumb-5 ~ .gallery-inner #gallery-item-5 .gallery-img, #gallery-thumb-6 ~ .gallery-inner #gallery-item-6 .gallery-img, #gallery-thumb-7 ~ .gallery-inner #gallery-item-7 .gallery-img, #gallery-thumb-8 ~ .gallery-inner #gallery-item-8 .gallery-img, #gallery-thumb-9 ~ .gallery-inner #gallery-item-9 .gallery-img, #gallery-thumb-10 ~ .gallery-inner #gallery-item-10 .gallery-img {
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
}
#gallery-thumb-1:checked ~ .gallery-inner #gallery-item-1 .gallery-img, #gallery-thumb-2:checked ~ .gallery-inner #gallery-item-2 .gallery-img, #gallery-thumb-3:checked ~ .gallery-inner #gallery-item-3 .gallery-img, #gallery-thumb-4:checked ~ .gallery-inner #gallery-item-4 .gallery-img, #gallery-thumb-5:checked ~ .gallery-inner #gallery-item-5 .gallery-img, #gallery-thumb-6:checked ~ .gallery-inner #gallery-item-6 .gallery-img, #gallery-thumb-7:checked ~ .gallery-inner #gallery-item-7 .gallery-img, #gallery-thumb-8:checked ~ .gallery-inner #gallery-item-8 .gallery-img, #gallery-thumb-9:checked ~ .gallery-inner #gallery-item-9 .gallery-img, #gallery-thumb-10:checked ~ .gallery-inner #gallery-item-10 .gallery-img {
    opacity: 1;
}
#gallery-thumb-1:checked ~ .gallery-thumbs label[for=gallery-thumb-1], #gallery-thumb-2:checked ~ .gallery-thumbs label[for=gallery-thumb-2], #gallery-thumb-3:checked ~ .gallery-thumbs label[for=gallery-thumb-3], #gallery-thumb-4:checked ~ .gallery-thumbs label[for=gallery-thumb-4], #gallery-thumb-5:checked ~ .gallery-thumbs label[for=gallery-thumb-5], #gallery-thumb-6:checked ~ .gallery-thumbs label[for=gallery-thumb-6], #gallery-thumb-7:checked ~ .gallery-thumbs label[for=gallery-thumb-7], #gallery-thumb-8:checked ~ .gallery-thumbs label[for=gallery-thumb-8], #gallery-thumb-9:checked ~ .gallery-thumbs label[for=gallery-thumb-9], #gallery-thumb-10:checked ~ .gallery-thumbs label[for=gallery-thumb-10] {
    border-color: #ae1b0a;
}
/*
====================================
Info boxes
====================================
*/

.category-list-box {
    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;
    padding: 0;
    position: relative;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
}
.category-list-box .category-header {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.875rem 1rem 0.875rem 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    background: #d23718;
    border-bottom: 1px solid #e3e3e3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.category-list-box .category-header i {
    margin-right: 0.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.category-list-box .category-body {
    z-index: 2;
}
.category-list-box .category-body p:last-child {
    margin-bottom: 0;
}
/*
====================================
Category accordion 
====================================
*/

/* label */
.category-accordion label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
}
/* chevron icon */
.category-accordion .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;
}
/* Plus minus */
.category-accordion .icon-chevron:before, .category-accordion .icon-chevron:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    background: #444;
}
.category-accordion .icon-chevron:before {
    width: 0.5rem;
    height: 2px;
}
.category-accordion .icon-chevron:after {
    width: 2px;
    height: 0.5rem;
}
.category-accordion .checkbox ~ label .icon-chevron:after {
    display: block;
}
.category-accordion .checkbox:checked ~ label .icon-chevron:after {
    height: 0;
}
/* hover */
.category-accordion .checkbox:checked ~ label .icon-chevron:before, .category-accordion .checkbox:checked ~ label .icon-chevron:after, .category-accordion label:hover .icon-chevron:before, .category-accordion label:hover .icon-chevron:after {
    background: #FFF;
}
/* body */
.category-accordion .category-accordion-body {
    padding: 0;
    width: 100%;
    border-top: none;
}
.category-accordion .category-accordion-body p:last-child {
    margin-bottom: 0;
}
.category-accordion .checkbox ~ label ~ .category-accordion-body {
    display: none;
}
.category-accordion .checkbox:checked ~ label ~ .category-accordion-body {
    display: block;
}
.category-accordion .category-accordion-body ul {
    padding: 0;
    margin: 0;
}
.category-accordion .category-accordion-body ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.category-accordion .category-accordion-body ul li a {
    padding: 0.75rem 1rem 0.75rem 3.25rem;
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #444;
    font-size: 0.875rem;
    line-height: 1.2;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    text-transform: uppercase;
}
.category-accordion .category-accordion-body ul li a:hover {
    text-decoration: none;
    background: #ae1b0a;
    color: #FFF;
}
/* Category list */

.list-category-accordion {
    padding: 0 !important;
}
.list-category-accordion {
    padding: 0;
    margin: 0;
}
.list-category-accordion li {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
}
.list-category-accordion li a {
    display: block;
    width: 100%;
    text-transform: uppercase;
}
/* Accordion and list item*/

.category-accordion .category-accordion-title, .list-category-accordion li a {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #444;
}
.category-accordion .category-accordion-title:hover, .list-category-accordion li a:hover {
    text-decoration: none;
}
.category-accordion label, .list-category-accordion li a {
    padding: 0.75rem 1rem 0.75rem 2.25rem;
}
.category-accordion label:hover, .category-accordion .checkbox:checked ~ label, .list-category-accordion li a:hover {
    background: #ae1b0a;
}
.category-accordion label:hover .category-accordion-title, .category-accordion .checkbox:checked ~ label .category-accordion-title, .list-category-accordion li a:hover {
    color: #FFF;
}
.category-accordion label:before, .list-category-accordion li a:before {
    position: absolute;
    left: 1rem;
    content: '';
    background: url('https://artibaj.com/templates/wwwsaz-hamburgde/images/list-1.png') no-repeat center center;
    margin-right: 0.5rem;
    width: 10px;
    height: 1.1rem;
    z-index: 3;
}
.category-accordion label:hover:before, .category-accordion .checkbox:checked ~ label:before, .list-category-accordion li a:hover:before {
    background: url('https://artibaj.com/templates/wwwsaz-hamburgde/images/list-1-hover.png') no-repeat center center;
}
/*
====================================
Category img
====================================
*/

.category-gutters {
    margin-right: -5px;
    margin-left: -5px;
}
.category-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
.category-gutters {
    margin-right: -15px;
    margin-left: -15px;
}
.category-gutters > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
}
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%;
    padding: 0.5rem 0.5rem 1rem;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}
.category-box:hover {
    border-color: #ae1b0a;
}
.category-box .category-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
    color: #444;
}
.category-box:hover .category-title {
    color: #444;
}
.category-box .category-price {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ae1b0a;
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
/*
====================================
Info boxes
====================================
*/

.info-box-2-border {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.info-box-2 {
    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;
    padding: 1.5rem 2rem 2rem;
    position: relative;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-top: none;
}
.info-box-2-border div[class^="col"]:last-child .info-box-2 {
    border-bottom: none;
}

@media (min-width: 992px) {
.info-box-2 {
    border-bottom: none;
    border-right: none;
}
.info-box-2-border div[class^="col"]:last-child .info-box-2 {
    border-right: 1px solid #e3e3e3;
}
}
.info-box-2 .info-header {
    position: relative;
    /*    z-index: 2;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
}
.info-box-2 .info-header i {
    margin-right: 0.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.info-box-2 .info-body p:last-child {
    margin-bottom: 0;
}
/*
====================================
Elements inline warp
====================================
*/
.elements-inline {
    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-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.elements-inline img {
    margin-right: 10px;
    margin-bottom: 10px;
}
.elements-inline + p, .info-box .info-body img + p {
    margin-top: 1rem;
}
/*
====================================
Footer
====================================
*/
.footer-page {
    background: #f7f7f7;
}
.navbar-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0;
    padding: 0;
    -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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.navbar-footer li {
    margin: 0.25rem 1rem;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.navbar-footer li a {
    color: #444;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.navbar-footer li a:hover {
    color: #ae1b0a;
}
/*
====================================
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.75rem;
}
