@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------------------------------------
    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		: Nov 02 2024
	License		: artibaj own this theme. Do Not Copy!
-------------------------------------------------------------------------------*/
body {
    padding: 0;
    margin: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
img {
    max-width: 100%;
    height: auto;
}
.checkbox {
    display: none;
}
/*
====================================
Typography
====================================
*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #444444;
    margin: 0;
    padding: 0;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.4;
}
h1 {
    font-size: 1.75rem;
}
h2 {
    font-size: 1.65rem;
}

@media (min-width: 768px) {
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.75rem;
}
}
h3 {
    font-size: 1.6125rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1.125rem;
}
p, .container-fluid, .container, a, ul, ul li, ol, ol li {
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
p {
    margin-top: 0;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.container div[class^="col"] p:last-child {
    margin-bottom: 0;
}
a {
    text-decoration: none;
    color: #444444;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
a:hover {
    color: #00aeef;
    text-decoration: underline;
}
/*
====================================
Divider
====================================
*/
.main-title {
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #00aeef;
    margin-bottom: 2rem;
}
.main-title * {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    text-align: left;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (min-width: 768px) {
.main-title * {
    font-size: 2rem;
}
}
/*
====================================
Bootstrap
====================================
*/
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
.container {
    max-width: 540px;
}
}

@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}

@media (min-width: 992px) {
.container {
    max-width: 960px;
}
}

@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-6, .col-12, .col-xs-3, .col-xs-6, .col-sm-3, .col-sm-6, .col-md-6, .col-md-4, .col-md-3, .col-lg-12, .col-lg-9, .col-lg-6, .col-lg-4, .col-lg-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 360px) {
.col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}

@media (min-width: 576px) {
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}

@media (min-width: 768px) {
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}

@media (min-width: 992px) {
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
}
/*
====================================
Order
====================================
*/
.order-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

@media (min-width: 992px) {
.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}
}
/*
====================================
Margin and padding
====================================
*/
.p-0 {
    padding: 0 !important;
}
.mt-0 {
    margin-top: 0rem !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}
.mt-5 {
    margin-top: 5rem !important;
}
.mt-6 {
    margin-top: 6rem !important;
}
.mt-7 {
    margin-top: 7rem !important;
}
.mt-8 {
    margin-top: 8rem !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;
}
.align-item-fstart {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
/*
====================================
Aligns
====================================
*/
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}

@media (min-width: 768px) {
.text-md-center {
    text-align: center !important;
}
.text-md-right {
    text-align: right !important;
}
.text-md-left {
    text-align: left !important;
}
}

@media (min-width: 992px) {
.text-lg-center {
    text-align: center !important;
}
.text-lg-right {
    text-align: right !important;
}
.text-lg-left {
    text-align: left !important;
}
}
table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
}
th, td {
    padding: 15px;
    text-align: center;
    border: 1px solid black;
}
th {
    background-color: #f2f2f2;
}
tr:nth-child(odd) {
    background-color: #f2f2f2;
}

@media (min-width: 768px) {
table {
    max-width: 60%;
}
}
/*
====================================
Custom List
====================================
*/
.list-checkbox ul {
    padding: 0;
    margin: 1rem 0 2rem 2rem;
    list-style-position: inside;
    width: auto;
}
.list-checkbox ul:last-child {
    margin-bottom: 0;
}
.list-checkbox ul li {
    padding: 0 0 0 1.25rem;
    margin: 0.5rem 0;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    list-style: none;
    text-align: left !important;
    font-weight: 700;
}
.list-checkbox ul li:last-child {
    margin-bottom: 0;
}
.list-checkbox ul li * {
    text-align: left !important;
}
.list-checkbox ul li:before {
    position: absolute;
    left: 0;
    content: '';
    background: url('https://images.giftsvolt.com/ebay-template/images/check.png') no-repeat center center;
    margin-right: 0rem;
    width: 10px;
    height: 1.2rem;
    z-index: 3;
}
.list-checkbox ul li img {
    display: inline-block !important;
    margin: 0 0.5rem 0 0 !important;
}
.list-checkbox h4, .list-checkbox h5, .list-checkbox h6 {
    margin-bottom: 0.5rem;
}
/*
====================================
Top
====================================
*/
.top-box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-top: 5px solid #000;
}
.top-inner {
    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;
}
.top-inner p {
    margin-bottom: 0;
}
.top-inner * {
    color: #000;
}
.top-left, .footer-right {
    text-align: center;
}
.top-left {
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
.top-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.top-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-left {
    text-align: left;
    margin-bottom: 0;
}
.top-right {
    text-align: right;
}
.top-right h5 {
    margin-bottom: 0.5rem;
}
}

@media (min-width: 992px) {
.top-inner {
    padding: 0 1rem;
}
}
/*
====================================
Top navbar
====================================
*/
.top-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 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;
    -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;
}
.top-navbar li {
    margin: 0.35rem 1rem;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.top-navbar li a {
    font-size: 0.875rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.top-navbar li a:hover {
    color: #00aeef;
}

@media (min-width: 576px) {
.top-navbar {
    -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;
}
}
/*
====================================
Category menu
====================================
*/
.category-menu-bg {
    background: #000;
}
.category-menu {
    width: 100%;
}
.category-menu .category-menu-trigger, .category-menu input {
    display: block;
}
.category-menu-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.category-menu-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: 1.5rem 1rem;
    width: 100%;
    background: #000;
    text-transform: uppercase;
}
.category-menu-trigger + label .category-menu-title {
    -webkit-transition: .25s;
    transition: .25s;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.category-menu:hover .category-menu-trigger + label .category-menu-title, .category-menu .category-menu-trigger:checked + label .category-menu-title {
    color: #00aeef;
}
.category-menu-trigger + label .category-menu-trigger-icon {
    margin-right: 0.75rem;
}
.category-menu-trigger + label .category-menu-trigger-icon, .category-menu-trigger + label .category-menu-trigger-icon:before, .category-menu-trigger + label .category-menu-trigger-icon:after {
    -webkit-transition: .25s;
    transition: .25s;
    width: 1rem;
    height: 2px;
    background: #FFF;
}
.category-menu-trigger + label .category-menu-trigger-icon {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
}
.category-menu-trigger + label .category-menu-trigger-icon:before, .category-menu-trigger + label .category-menu-trigger-icon:after {
    position: absolute;
    content: "";
    left: 0;
    transform-origin: 0% 50%;
}
.category-menu-trigger + label .category-menu-trigger-icon:before {
    top: 6px;
}
.category-menu-trigger + label .category-menu-trigger-icon:after {
    top: -6px;
}
.category-menu-trigger:hover + label .category-menu-trigger-icon, .category-menu-trigger:hover + label .category-menu-trigger-icon:before, .category-menu-trigger:hover + label .category-menu-trigger-icon:after, .category-menu .category-menu-trigger:checked + label .category-menu-trigger-icon, .category-menu .category-menu-trigger:checked + label .category-menu-trigger-icon:before, .category-menu .category-menu-trigger:checked + label .category-menu-trigger-icon:after {
    background: #00aeef;
}
/* toggler checked */
.category-menu-trigger:checked + label .category-menu-trigger-icon {
    background: transparent !important;
}
.category-menu-trigger:checked + label .category-menu-trigger-icon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.category-menu-trigger:checked + label .category-menu-trigger-icon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category-menu-nav {
    display: none;
    z-index: 100;
    width: 100%;
    padding-bottom: 1rem;
}
.category-menu-trigger:checked ~ .category-menu-nav {
    display: inline-block
}
.category-menu-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;
}
.category-menu-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;
}
.category-menu-nav ul li a, .category-menu-nav ul li label {
    width: 100%;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.8rem 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #FFF;
}
.category-menu-nav ul li a:hover, .category-menu-nav ul li label:hover {
    color: #FFF;
    background: #00aeef;
}
/*only borders */
.category-menu {
    background: none;
}
.category-menu-nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.category-menu-nav ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

@media (min-width: 768px) {
.category-menu .category-menu-trigger, .category-menu .category-menu-hidden, .category-menu input {
    display: none;
}
.category-menu {
    background: #000;
    width: 100%;
}
.category-menu-nav {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
}
.category-menu-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;
}
.category-menu-nav ul li {
    border: none !important;
    position: relative;
    margin: 0 0.5rem;
}
.category-menu-nav ul li:last-child {
    margin-right: 0;
}
.category-menu-nav ul li a, .category-menu-nav ul li label {
    color: #FFF;
    padding: 1.5rem 0.5rem;
}
.category-menu-nav ul li a:hover, .category-menu-nav ul li label:hover {
    color: #45bfdc;
    background: none;
}
/* effect line bellow*/
.category-menu-nav ul li:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    width: 0;
    height: 3px;
    background: #00aeef;
}
.category-menu-nav ul li:hover:after {
    width: 100%;
}
}
/*
====================================
Gallery
====================================
*/
.gallery img {
    max-width: 100%;
    max-height: 500px;
    border: 0;
}
.gallery-thumb {
    margin-top: 1rem;
}
.gallery-thumb img {
    max-width: 120px;
    max-height: 120px;
    border: 1px solid #e3e3e3;
    padding: 0.25rem;
}
/*
====================================
Category collections
====================================
*/
.category-collection-gutters {
    margin-right: -5px;
    margin-left: -5px;
}
.category-collection-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
a.category-collection-box {
    text-decoration: none;
}
.category-collection-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: 1rem 1rem;
    border: 1px solid #e3e3e3;
    -webkit-transition: .25s;
    transition: .25s;
}
.category-collection-box .category-collection-title {
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    -webkit-transition: .25s;
    transition: .25s;
}
.category-collection-box:hover {
    border-color: #00aeef;
}

@media (min-width: 576px) {
.category-collection-box .category-collection-title {
    font-size: 0.875rem;
}
}

@media (min-width: 992px) {
.category-collection-gutters {
    margin-right: -10px;
    margin-left: -10px;
}
.category-collection-gutters > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
}
/*
====================================
Table
====================================
*/
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
    border-collapse: collapse;
}
.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-style: hidden;
    border: 1px solid #000;
}
.table th, .table td {
    text-align: center;
    padding: 0.75rem 0.5rem;
    vertical-align: top;
    color: #000;
    border: 1px solid #000;
}
.table .table {
    background-color: #fff;
}
.table tbody tr:nth-child(even) {
    background: #f2f2f2;
}
.table thead th {
    color: #FFF;
    background-color: #000;
    text-align: center;
    vertical-align: bottom;
    padding: 1.25rem 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-right-color: #FFF;
}
.table thead th:last-child {
    border-right-color: #000;
}
/*
====================================
Category products
====================================
*/
.category-product-gutters {
    margin-right: -5px;
    margin-left: -5px;
}
.category-product-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 30px;
}
a.category-product-box {
    text-decoration: none;
}
.category-product-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;
    position: relative;
}
.category-product-box .category-product-img {
    position: relative;
}
.category-product-box .category-product-title-box {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}
.category-product-box .category-product-title {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #000;
    font-size: 0.875rem;
    background: #FFF;
    border-radius: 100px;
    -webkit-transition: .25s;
    transition: .25s;
    border: 2px solid #00aeef;
}
.category-product-box:hover .category-product-title {
    background: #00aeef;
    color: #FFF;
}

@media (min-width: 992px) {
}

@media (min-width: 992px) {
.category-product-box .category-product-title-box {
    position: absolute;
    bottom: 1rem;
    margin-top: 0;
}
.category-product-box .category-product-title {
    color: #000;
    font-size: 0.875rem;
    background: #FFF;
    border: none;
}
.category-product-box:hover .category-product-title {
    background: #00aeef;
    color: #FFF;
}
.category-product-gutters > [class*="col-"] {
    margin-bottom: 10px;
}
}
/*
====================================
About Us
====================================
*/
.about-us-bg {
    background: #00aeef;
    padding: 4rem 0;
}
.about-us-bg * {
    color: #FFF;
}
/*
====================================
Footer
====================================
*/
.footer-page {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.footer-inner {
    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;
}
.footer-inner p {
    margin-bottom: 0;
}
.footer-inner * {
    color: #000;
}
.footer-left, .footer-right {
    text-align: center;
}
.footer-left {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
.footer-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-left {
    text-align: left;
    margin-bottom: 0;
}
.footer-right {
    text-align: right;
}
.footer-right h5 {
    margin-bottom: 0.5rem;
}
}

@media (min-width: 992px) {
.footer-inner {
    padding: 0 1rem;
}
}
/*
====================================
Footer
====================================
*/
.navbar-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 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;
    -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;
}
.navbar-footer li {
    margin: 0.35rem 1rem;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.navbar-footer li a {
    font-size: 0.875rem;
    font-weight: 700;
    color: #000;
    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: #00aeef;
}

@media (min-width: 576px) {
.navbar-footer {
    -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;
}
}
/*
====================================
Footer copyright
====================================
*/
.footer-copyright {
    padding: 1.25rem 0;
    overflow: hidden;
    text-align: center;
    background: #000;
}
.footer-copyright p {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.75rem;
    color: #FFF;
}