* {
    font-family: Arial;
}

.custom-blue { color: #23242B !important; }
.custom-blue-bg { background-color: #23242B !important; }
.custom-gray { color: #696969; }

/* Navbar START */
.navbar-line {
    border-left: 1px solid #696969;
    /* transform: rotate(90deg); */
    height: 21px;
    align-self: center;
}

.nav-item {
    font-size: 15px; 
    line-height: 17px;
}

.search-border-left { border-left: 6px solid #4FE1D2; }

.custom-border-bottom {
    border-bottom: 7px solid #4FE1D2;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
}
/* Navbar END */

/* Home page START */
.custom-background-img {
    background-image: url("assets/running-bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 685px;
}

@media screen and (max-width: 480px) {
    .custom-background-img {
        background-image: url("assets/running-bg-mobile.jpg");
    }
}
/* Home page END */

/* Footer START */
.footer-line {
    border-left: 1px solid #fff;
    width: 1px;
    height: 15px;
    margin-top: 4px;
}
.footer-font-size { font-size: 10px; }
/* Footer END */

/* Shop page START */
.b-left-small { border-left: 4px solid #4FE1D2; }

.custom-chevron-down { width: 22px; }

.product-desc { font-size: 10px; }
/* Shop page END */

/* Cart page START */
.custom-shadow {
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}

.custom-chevron-left { 
    height: 15px; 
    width: 5px; 
}

.cart-border-b { border-bottom: 1px solid #A6A6A6; }
.cart-border-subtotal-b { border-bottom: 1px solid #4F4F4F; }

.tax { font-size: 8px; }
/* Cart page END */

/* Checkout page START */
.custom-input-checkout {
    border: 2px solid #A6A6A6;
    padding: 8px 12px 9px;
}

.delivery-option-text {
    font-size: 15px;
    line-height: 20px;
}

.checkout-border-b { border-bottom: 1px solid #BCBCBC; }
/* Checkout page END */
/* Checkout page START */
.control-tower-heading { letter-spacing: 0.14em; }
.ct-nav-border-b {
    background: linear-gradient(269.98deg, #123C92 -48.43%, #4F8D8F 100%);
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
    height: 23px;
}
.qr-code-small { font-size: 10px; }
/* Checkout page END */