/*-----------------------------------------------------------------------------
	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		: Sep 02 2019
	License		: artibaj own this theme. Do Not Copy!
-------------------------------------------------------------------------------*/


body {
    padding: 0;
    margin: 0;
    color: #545454;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*: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: #545454;
    margin: 0;
    padding: 0;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1;
}
h1 {
    font-size: 2.2rem;
}

@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;
}
a {
    text-decoration: none;
    color: #545454;
}
a:hover {
    color: #60ab0f;
    text-decoration: underline;
}
p, .container-fluid, .container {
    color: #545454;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    line-height: 1;
}
p {
    margin-top: 0;
}
.divider-bottom {
    padding-bottom: 0rem;
    border-bottom: 3px solid #60ab0f;
    margin-bottom: 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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6, .col-12, .col-md-6, .col-md-4, .col-lg-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@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%;
}
}

@media (min-width: 992px) {
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
/*
====================================
Order
====================================
*/


.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 992px) {
.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
}
/*
====================================
Margin and padding
====================================
*/


.mt-0 {
    margin-top: 0rem !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mt-3 {
    margin-top: 3rem !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;
}

@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;
}
}

@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;
}
}
/*
====================================
Top
====================================
*/
.top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
.top-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justi-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}
/*
====================================
Navbar
====================================
*/
.navbar {
    width: 100%;
    background: #60ab0f;
}
.navbar .navbar-trigger, .navbar .navbar-hidden, .navbar input {
    display: block;
}
.navbar-trigger {
    position: absolute;
    clip: rect(0,0,0,0);
}
.navbar-trigger + label {
    display: block;
    cursor: pointer;
    margin: 0;
    position: relative;
    padding-left: 1rem;
    width: 100%;
    box-sizing: border-box;
    background: #60ab0f;
    color: #fff;
    line-height: 3rem;
    font-size: 1rem;
    font-family: 'Roboto Condensed', cursive;
    font-weight: 700;
    border-bottom: 1px solid #FFF;
}
.navbar-trigger + label i {
    margin-right: 0.75rem;
}
.navbar-nav {
    display: none;
    z-index: 100;
    width: 100%;
}
.navbar-trigger:checked ~ .navbar-nav {
    display: inline-block
}
.navbar-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.navbar-nav ul li {
    list-style-type: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #FFF;
}
.navbar-nav ul li a {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.8rem 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #FFF;
}
.navbar-nav ul li a:hover {
    color: #FFF;
    background: #60ab0f;
}
/*only borders */
.navbar {
    background: none;
}
.navbar-nav ul li {
    border: 1px solid #60ab0f;
    border-bottom: none;
}
.navbar-nav ul li:last-child {
    border-bottom: 1px solid #60ab0f;
}
.navbar-nav ul li a {
    color: #444444;
}

@media (min-width: 768px) {
.navbar .navbar-trigger, .navbar .navbar-hidden, .navbar input {
    display: none;
}
.navbar {
    background: none;
    width: auto;
}
.navbar-nav {
    display: inline-block;
    width: auto;
}
.navbar-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-nav ul li {
    border: none !important;
}
.navbar-nav ul li a {
    color: #444444;
}
.navbar-nav ul li a:hover {
    color: #60ab0f;
    background: none;
}
}
/*
====================================
Banner
====================================
*/
.banner {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.banner .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}
.banner .slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.banner .slogan ul {
    list-style: none;
    padding: 1rem;
    margin: 0;
}
.banner .slogan li {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}
.banner .slogan .title1 {
    line-height: 1;
    font-size: 2rem;
    font-weight: 700;
}
.banner .slogan .title2 {
    line-height: 1;
    font-weight: 300;
    color: #545205;
    background: #b8d317;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
}

@media (min-width: 768px) {
.banner {
    height: 300px;
}
.banner .slogan {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 3rem;
}
.banner .slogan li {
    text-align: left;
}
.banner .slogan .title1 {
    font-size: 3rem;
}
.banner .slogan .title2 {
    font-size: 1.25rem;
    margin-top: 0.5rem;
}
.banner .slogan .title2 span {
/*   background: #b8d317;*/
/*      padding: 0.2rem 0.5rem;*/
}
}
/*
====================================
List with 4 elements only borders
====================================
*/
.list-4-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.list-4-elements ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.list-4-elements ul li {
    list-style-type: none;
    padding: 0;
    white-space: nowrap;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
.list-4-elements ul li .list-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    margin: 0 0 0.5rem 0;
    padding: 1rem 1rem 1rem 1rem;
    border: 2px solid #65c300;
    width: 100%;
    color: #545454;
}
.list-4-elements ul li:last-child .list-item-inner {
    margin-bottom: 0;
}
.list-4-elements ul li .list-icon {
    width: 40px;
    text-align: center;
    margin-right: 0.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.list-4-elements .list-title {
    text-transform: uppercase;
}
.list-4-elements .list-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto Condensed', sans-serif;
}
.list-4-elements .list-title span:nth-child(1) {
    font-size: 1rem;
    font-weight: 700;
}
.list-4-elements .list-title span:nth-child(2) {
    font-size: 0.875rem;
}

@media (min-width: 768px) {
.list-4-elements ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
}
.list-4-elements ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.list-4-elements ul li .list-item-inner {
    padding: 1rem 2.4rem 1rem 1rem;
    margin-bottom: 1rem;
}
.list-4-elements ul li:nth-last-child(2) .list-item-inner {
    margin-bottom: 0;
}
.list-4-elements ul li:nth-child(even) .list-item-inner {
    margin-left: 0.5rem;
}
.list-4-elements ul li:nth-child(odd) .list-item-inner {
    margin-right: 0.5rem;
}
.list-4-elements ul li .list-icon {
    margin-right: 1rem;
}
}

@media (min-width: 1200px) {
.list-4-elements ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-4-elements ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.list-4-elements ul li .list-item-inner {
    margin: 0 !important;
}
.list-4-elements ul li .list-icon {
    width: auto;
}
}
/*
====================================
Gallery
====================================
*/


/* Big item */

.gallery-artibaj .img-big-container {
    position: relative;
    border: 1px solid #e6e6e6;
    box-sizing: content-box;
}
.gallery-artibaj .img-big-item {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-artibaj .img-big-item .img-big {
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gallery-artibaj .img-big-item img {
    text-align: center;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}
.gallery-artibaj .img-big-item * {
    vertical-align: middle;
}
.gallery-artibaj .img-big-item, .gallery-artibaj .img-big-container {
    height: 300px;
    width: 100%;
}

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

@media (min-width: 768px) {
.gallery-artibaj .img-big-item, .gallery-artibaj .img-big-container {
    height: 400px;
    width: calc(705px - 1rem);
}
}

@media (min-width: 992px) {
.gallery-artibaj .img-big-item, .gallery-artibaj .img-big-container {
    height: 500px;
    width: calc(485px - 1rem);
}
}

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

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

@media (min-width: 768px) {
.gallery-artibaj .thumbs-container {
    width: calc(705px - 1rem);
}
.gallery-artibaj .thumbs-container label {
    height: 80px;
    width: 80px;
}
}

@media (min-width: 992px) {
.gallery-artibaj .thumbs-container {
    width: calc(485px - 1rem);
}
.gallery-artibaj .thumbs-container label {
    height: 90px;
    width: 90px;
}
}

@media (min-width: 1200px) {
.gallery-artibaj .thumbs-container {
    width: calc(570px - 1rem);
}
.gallery-artibaj .thumbs-container label {
    height: 90px;
    width: 90px;
}
}
.gallery-artibaj #imgView1 ~ .img-big-container #imgContent1, .gallery-artibaj #imgView2 ~ .img-big-container #imgContent2, .gallery-artibaj #imgView3 ~ .img-big-container #imgContent3, .gallery-artibaj #imgView4 ~ .img-big-container #imgContent4, .gallery-artibaj #imgView5 ~ .img-big-container #imgContent5, .gallery-artibaj #imgView6 ~ .img-big-container #imgContent6, .gallery-artibaj #imgView7 ~ .img-big-container #imgContent7, .gallery-artibaj #imgView8 ~ .img-big-container #imgContent8, .gallery-artibaj #imgView9 ~ .img-big-container #imgContent9, .gallery-artibaj #imgView10 ~ .img-big-container #imgContent10 {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.gallery-artibaj #imgView1:checked ~ .img-big-container #imgContent1, .gallery-artibaj #imgView2:checked ~ .img-big-container #imgContent2, .gallery-artibaj #imgView3:checked ~ .img-big-container #imgContent3, .gallery-artibaj #imgView4:checked ~ .img-big-container #imgContent4, .gallery-artibaj #imgView5:checked ~ .img-big-container #imgContent5, .gallery-artibaj #imgView6:checked ~ .img-big-container #imgContent6, .gallery-artibaj #imgView7:checked ~ .img-big-container #imgContent7, .gallery-artibaj #imgView8:checked ~ .img-big-container #imgContent8, .gallery-artibaj #imgView9:checked ~ .img-big-container #imgContent9, .gallery-artibaj #imgView10:checked ~ .img-big-container #imgContent10 {
    display: block;
    opacity: 1;
    visibility: visible;
}
/*
====================================
Tabs-accordion
====================================
*/

.tabs-accordion-container {
    margin-bottom: 0rem;
    position: relative;
}
.tabs-accordion-inner {
    display: inline-block;
    width: 100%;
    position: relative;
}
.tabs-accordion-container input {
    display: none;
}
.tabs-accordion-container label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    height: 50px;
    margin-bottom: 0.875rem;
    padding-left: 1rem;
    background: #f0eef1;
    color: #575757;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}
.tabs-accordion-container input:checked + label {
    background: #60ab0f;
    color: #FFF;
    margin-bottom: 0;
}
.tabs-accordion-container label img {
    margin-right: 1rem;
    vertical-align: middle;
}
.tabs-accordion-container .fa-plus, .tabs-accordion-container input:checked + label .fa-minus {
    display: block;
    position: absolute;
    right: 1rem;
    line-height: 50px;
    top: 0;
}
.tabs-accordion-container .fa-minus, .tabs-accordion-container input:checked + label .fa-plus {
    display: none;
}
.tabs-accordion-container input:checked + label .active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.tabs-accordion-container input:checked + label .noactive, .tabs-accordion-container input:not(checked) + label .active {
    display: none;
}
#tabs-accordion-tab-1:checked ~ #tabs-accordion-content-1, #tabs-accordion-tab-2:checked ~ #tabs-accordion-content-2, #tabs-accordion-tab-3:checked ~ #tabs-accordion-content-3, #tabs-accordion-tab-4:checked ~ #tabs-accordion-content-4 {
    display: inline-block;
}
.tabs-accordion-container section {
    display: none;
    width: 100%;
    padding: 1rem;
    border: 1px solid #dfdfdf;
    margin-bottom: 0.875rem;
}
.tabs-accordion-container section p:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
.tabs-accordion-inner {
    padding-top: 50px;
}
.tabs-accordion-container label {
    position: absolute;
}
#tabs-accordion-tab-1 + label {
    width: 180px;
}
#tabs-accordion-tab-2 + label {
    width: 185px;
    left: 185px;
}
#tabs-accordion-tab-3 + label {
    width: 175px;
    left: 375px;
}
#tabs-accordion-tab-4 + label {
    width: 200px;
    left: 615px;
}
.tabs-accordion-container .fa-plus, .tabs-accordion-container .fa-minus, .tabs-accordion-container input:checked + label .fa-minus {
    display: none;
}
}
.delivery-logo {
    ddisplay: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.delivery-logo img {
    margin: 0.25rem 1rem 0.25rem 0;
}
/* Footer */
.footer-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 2rem 15px;
    background: #f0eef1;
}
.footer-page * {
    color: #575757;
}
.footer-page h4 {
    color: #575757;
    margin-bottom: 0.5rem;
}
.footer-page a {
    color: #575757;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}
.footer-page a:hover {
    color: #60ab0f;
    text-decoration: underline;
}
.footer-page a:hover i {
    color: #60ab0f;
}
.footer-page i {
    font-size: 1.2rem;
    vertical-align: middle;
    margin: 0 0.5rem 0 0;
    padding: 0;
    display: inline-block;
}
