/*-----------------------------------------------------------------------------
	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;
}
*, *: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: 'Exo 2', sans-serif;
    color: #333333;
    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.375rem;
}
h6 {
    font-size: 1.125rem;
}
p, .container-fluid, .container, a {
    color: #3c4350;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
p {
    margin-top: 0;
}
.container div[class^="col"] p:last-child {
    margin-bottom: 0;
    ;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    color: #dc0c0c;
    text-decoration: underline;
}
.txt-lerage {
    font-size: 1.125rem;
}
/*
====================================
Divider
====================================
*/
.divider-bottom {
    padding-bottom: 0rem;
    border-bottom: 3px solid #dc0c0c;
    margin-bottom: 2rem;
}
.divider-double-bottom {
    padding-bottom: 0rem;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1rem;
    position: relative;
}
.divider-double-bottom * {
    text-align: center;
}
.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: 6rem;
    background: #dc0c0c;
}
/*
====================================
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-6, .col-12, .col-sm-6, .col-sm-4, .col-md-6, .col-md-4, .col-md-3, .col-lg-6, .col-lg-4, .col-lg-3, .col-lg-3 {
    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: 576px) {
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}

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

@media (min-width: 1200px) {
.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
/*
====================================
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;
}

@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
====================================
*/
.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: 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: 3rem !important;
}
}
/*
====================================
Aligns
====================================
*/
.text-center {
    text-align: center !important;
}
.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;
}
/*
====================================
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: #E4E4E4;
}
/*
====================================
Boxes
====================================
*/

.elemnents-justify-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.icon-txt-box {
    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;
    padding: 0 0.5rem;
    width: 100%;
    margin-bottom: 1rem;
}
.elemnents-justify-box .icon-txt-box:last-child {
    margin-bottom: 0;
}
.icon-txt-box img {
    margin-right: 1rem;
}

.elemnents-justify-box .icon-txt-box:last-child {
    margin-bottom: 0;
}



@media (min-width: 576px) {
.elemnents-justify-box {
    -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;
}
.icon-txt-box {
    padding: 0 0.5rem;
/*    margin-bottom: 0;*/
}
}

@media (min-width: 768px) {
.elemnents-justify-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.icon-txt-box {
/*    margin-bottom: 1rem;*/
}

}
.elemnents-justify-box.delivery-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    
}
.elemnents-justify-box.delivery-box .icon-txt-box {
    margin: 0;
    padding: 0;
    
        -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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    
    
    
}
/*
====================================
Navbar
====================================
*/
.logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 5px solid #182d54;
}

@media (min-width: 768px) {
.logo {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}
}
/*
====================================
Navbar
====================================
*/
.navbar {
    width: 100%;
    margin-bottom: 0.875rem;
}
.navbar .navbar-trigger, .navbar input {
    display: block;
}
.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: #182d54;
    line-height: 3rem;
    border-bottom: 1px solid #FFF;
}
.navbar-trigger + label span {
    -webkit-transition: .25s;
    transition: .25s;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.navbar-trigger:hover + label span {
    color: #e1000b;
}
.navbar-trigger + label i {
    margin-right: 0.75rem;
}
.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: 1rem;
    height: 2px;
    background: #FFFFFF;
}
.navbar-trigger:hover + label i.icon-trigger, .navbar-trigger:hover + label i.icon-trigger:before, .navbar-trigger:hover + label i.icon-trigger:after {
    background: #e1000b;
}
.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:before, .navbar-trigger + label i.icon-trigger:after {
    position: absolute;
    content: "";
    left: 0;
}
.navbar-trigger + label i.icon-trigger:before {
    top: -5px;
}
.navbar-trigger + label i.icon-trigger:after {
    bottom: -5px;
}
.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: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #FFF;
    background: #182d54;
}
.navbar-nav ul li a:hover, .navbar-nav ul li label:hover {
    color: #e1000b;
}
/*only borders */
.navbar {
    background: none;
}

@media (min-width: 768px) {
.navbar .navbar-trigger, .navbar .navbar-hidden, .navbar input {
    display: none;
}
.navbar {
    background: #182d54;
    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: #FFF;
    padding: 1rem 0;
}
.navbar-nav ul li a:hover, .navbar-nav ul li label:hover {
    color: #e1000b;
    background: none;
}
}
/*
====================================
Banner
====================================
*/
.banner {
    width: 100%;
    height: 180px;
    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: #FFF;
    text-transform: uppercase;
}
.banner .slogan .title1 {
    line-height: 1;
    font-size: 2rem;
    font-weight: 700;
}
.banner .slogan .title2 {
    line-height: 1;
    font-size: 1rem;
    font-weight: 400;
}
.banner .slogan .title3 {
    margin-top: 1rem;
}
.banner .slogan .title3 a {
    font-size: 1rem;
    border: 1px solid #FFF;
    padding: 0.3rem 0.5rem;
    color: #FFF;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (min-width: 768px) {
.banner {
    height: 250px;
}
.banner .slogan .title1 {
    font-size: 3rem;
}
.banner .slogan .title2 {
    font-size: 1.125rem;
    letter-spacing: 2px;
}
}
/*
====================================
Why us
====================================
*/
.why-us-bg-container {
    margin-top: 0.875rem;
}
.why-us-bg-container > .row {
    margin-right: 0px;
    margin-left: 0px;
}
.why-us-bg-container > .row > div[class^="col-"] {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
}
.why-us-bg-container > .row > div[class^="col-"]:last-child {
    margin-bottom: 0;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(odd) .why-us-bg-box {
    background: #f5f5f5;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(odd) .why-us-bg-box .why-us-title {
    color: #333333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(odd) .why-us-bg-box .why-us-text {
    color: #333333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(even) .why-us-bg-box {
    background: #f5f5f5;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(even) .why-us-bg-box .why-us-title {
    color: #333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(even) .why-us-bg-box .why-us-text {
    color: #333;
}
.why-us-bg-box {
    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;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.5rem 1rem;
    text-align: center;
    border: 1px solid #e1e1e1;
}
.why-us-bg-box .why-us-body span {
    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-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.why-us-bg-box .why-us-body .why-us-title {
    font-size: 1rem;
    font-weight: 700;
}
.why-us-bg-box .why-us-body .why-us-text {
    font-size: 0.875rem;
}
.why-us-bg-box i {
    margin-bottom: 0.5rem;
}
.why-us-bg-container > .row > div[class^="col-"] .why-us-bg-box .icon-secondary {
    display: none;
}

@media (min-width: 576px) {
.why-us-bg-container > .row {
    margin-right: -5px;
    margin-left: -5px;
}
.why-us-bg-container > .row > div[class^="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-last-child(-n + 2) {
    margin-bottom: 0;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(4n) .why-us-bg-box {
    background: #f5f5f5;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(4n) .why-us-bg-box .why-us-title {
    color: #333333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(4n) .why-us-bg-box .why-us-text {
    color: #333333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(4n - 1) .why-us-bg-box {
    background: #f5f5f5;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(4n - 1) .why-us-bg-box .why-us-title {
    color: #333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(4n - 1) .why-us-bg-box .why-us-text {
    color: #333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(4n - 1) .why-us-bg-box .icon-normal, .why-us-bg-container > .row > div[class^="col-"]:nth-child(4n) .why-us-bg-box .icon-normal {
    display: none;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(4n - 1) .why-us-bg-box .icon-secondary, .why-us-bg-container > .row > div[class^="col-"]:nth-child(4n) .why-us-bg-box .icon-secondary {
    display: block;
}
}

@media (min-width: 768px) {
.why-us-bg-container {
    -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;
    text-align: left;
}
.why-us-bg-container i {
    margin-right: 1rem;
    margin-bottom: 0;
}
}
.why-us-bg-box {
    padding: 1rem;
}

@media (min-width: 992px) {
.why-us-bg-box {
    -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;
    text-align: left;
}
.why-us-bg-box .why-us-body span {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.why-us-bg-box i {
    margin-bottom: 0;
    margin-right: 1rem;
}
.why-us-bg-container > .row > div[class^="col-"]:last-child {
    margin-bottom: 0;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(odd) .why-us-bg-box {
    background: #f5f5f5;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(2n + 6) .why-us-bg-box {
    background: #f5f5f5!important;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(odd) .why-us-bg-box .why-us-title {
    color: #333333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(2n + 6) .why-us-bg-box .why-us-title {
    color: #333333!important;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(odd) .why-us-bg-box .why-us-text {
    color: #333333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(2n + 6) .why-us-bg-box .why-us-text {
    color: #333333!important;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(even) .why-us-bg-box {
    background: #f5f5f5;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(2n + 5) .why-us-bg-box {
    background: #f5f5f5!important;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(even) .why-us-bg-box .why-us-title {
    color: #333333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(2n + 5) .why-us-bg-box .why-us-title {
    color: #333333!important;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(even) .why-us-bg-box .why-us-text {
    color: #333333;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(2n + 5) .why-us-bg-box .why-us-text {
    color: #333333!important;
}
.why-us-bg-container > .row > div[class^="col-"] .why-us-bg-box .icon-normal {
    display: block !important;
}
.why-us-bg-container > .row > div[class^="col-"] .why-us-bg-box .icon-secondary {
    display: none !important;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(2n + 5) .icon-normal {
    display: none !important;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(2n + 5) .icon-secondary {
    display: block !important;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(2n + 6) .icon-normal {
    display: none !important;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-child(2n + 6) .icon-secondary {
    display: block !important;
}
}

@media (min-width: 1200px) {
.why-us-bg-box {
    -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;
    text-align: center;
}
.why-us-bg-box .why-us-body span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.why-us-bg-box i {
    margin-bottom: 0.5rem;
    margin-right: 0;
}
.why-us-bg-container > .row > div[class^="col-"]:nth-last-child(-n + 4) {
    margin-bottom: 0;
}
}
/*
====================================
Gallery
====================================
*/
/* Big item */
.gallery-container .img-big-box {
    position: relative;
    border: 1px solid #e6e6e6;
    box-sizing: content-box;
}
.gallery-container .img-big-item {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.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%;
}
.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;
    width: 100%;
}

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

@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-top: 1rem;
    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: 0 0.5rem 1rem;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #FFFFFF;
}
.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 {
    display: block;
    opacity: 1;
    visibility: visible;
}

/*
====================================
Accordion single
====================================
*/

.accordion-single-box .accordion-item {
    margin-bottom: 1rem;
}
/* label */
.accordion-single-box 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;
    background: #182d54;
    padding: 0.7rem 1rem;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.accordion-single-box .accordion-title {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
}
.accordion-single-box label:hover, .accordion-single-box .checkbox:checked ~ label {
    background: #182d54;
}
.accordion-single-box label:hover .accordion-title, .accordion-single-box .checkbox:checked ~ label .accordion-title {
    color: #FFF;
}
/* chevron icon */
.accordion-single-box .icon-chevron {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
}
/* Plus minus */
.accordion-single-box .icon-chevron:before, .accordion-single-box .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%);
    background: #FFF;
}
.accordion-single-box .icon-chevron:before {
    width: 0.75rem;
    height: 3px;
}
.accordion-single-box .icon-chevron:after {
    width: 3px;
    height: 0.75rem;
}
.accordion-single-box .checkbox ~ label .icon-chevron:after {
    display: block;
}
.accordion-single-box .checkbox:checked ~ label .icon-chevron:after {
    display: none;
}
/* Chevron */
.accordion-single-box.chevron-design .icon-chevron:before, .accordion-single-box.chevron-design .icon-chevron:after {
    position: absolute;
    content: "";
    background: #45bfdc;
    width: 8px;
    height: 2px;
    left: calc(0.75rem - 5px);
    top: calc(0.75rem - 1px)
}
.accordion-single-box.chevron-design .icon-chevron:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: right bottom;
}
.accordion-single-box.chevron-design .icon-chevron:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: right top;
}
.accordion-single-box.chevron-design .checkbox:checked ~ label .icon-chevron {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion-single-box.chevron-design .checkbox:checked ~ label .icon-chevron:after {
    display: block;
}
/* hover */
.accordion-single-box .checkbox:checked ~ label .icon-chevron:before, .accordion-single-box .checkbox:checked ~ label .icon-chevron:after, .accordion-single-box label:hover .icon-chevron:before, .accordion-single-box label:hover .icon-chevron:after {
    background: #FFF;
}
/* body */
.accordion-single-box .accordion-body {
    width: 100%;
    margin-top: 0.625rem;
}
.accordion-single-box .accordion-body p:last-child {
    margin-bottom: 0;
}
.accordion-single-box .checkbox ~ label ~ .accordion-body {
    display: none;
}
.accordion-single-box .checkbox:checked ~ label ~ .accordion-body {
    display: block;
}
/* Accordion frame */
.accordion-single-box.frame-design label {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}
.accordion-single-box.frame-design .checkbox:checked ~ label, .accordion-single-box.frame-design label:hover {
    background: none;
}
.accordion-single-box.frame-design .checkbox:checked ~ label .accordion-title, .accordion-single-box.frame-design label:hover .accordion-title {
    color: #444;
}
.accordion-single-box.frame-design .checkbox:checked ~ label .icon-chevron:before, .accordion-single-box.frame-design .checkbox:checked ~ label .icon-chevron:after, .accordion-single-box.frame-design label:hover .icon-chevron:before, .accordion-single-box.frame-design label:hover .icon-chevron:after {
    background: #45bfdc;
}
.accordion-single-box.frame-design .accordion-body {
    border: none;
}
/* Align to left */
.accordion-single-box.title-left label {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.accordion-single-box.title-left label .accordion-title {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.accordion-single-box.title-left label .icon-chevron {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-left: -5px;
    margin-right: 0.5rem;
}
.accordion-single-box .accordion-body {
    overflow-x: auto;
}
.accordion-single-box table {
    border-collapse: collapse;
}
.accordion-single-box table * {
    font-size: 0.875rem;
    border: 1px solid #e1e1e1;
    color: #3c4350;
}
.accordion-single-box table th {
    text-align: center;
    padding: 1rem 0.4rem;
}
.accordion-single-box table td {
    text-align: center;
    padding: 0.4rem;
}

.accordion-single-box .table-line {
    border-bottom: 1px solid #182d54;
    height: 1px;
    padding: 0;
    font-size: 0;
}


/*
====================================
Info boxes
====================================
*/

.info-box .info-header {
    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;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    color: #242527;
    padding: 1rem 1rem;
    font-family: 'Exo 2', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.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 {
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 1rem 1rem;
    font-size: 0.875rem;
}
.info-box .info-body p {
    font-size: 0.875rem;
}
.info-box .info-body p:last-child {
    margin-bottom: 0;
}
.info-body.delivery-box img {
    margin: 0 0.25rem;
}
/*
====================================
Footer
====================================
*/
.footer-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #f8f8f8;
    border-top: 1px solid #e1e1e1;
}
.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.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;
}
