body {
    background: black;
    color: white;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: white;
}   
h2, .h2 {
    font-size: 20px;
    text-transform: none;
}                     
.cart th {
    padding: 2px;
    background: #0deaf1;
    color: black;
    font-size: 18px;
    text-transform: none;
}

td {
    padding-bottom: 8px;
}

a {
    color: white;
}

a:hover {
    color: #0deaf1;                
}

.cart__meta-text {
    color: white;
    font-size: 12px;
    font-style: normal;
    line-height: 1.6;
    padding: 5px 0;
}      
.qtyField input {
    padding: 0 12px;
    color: white;
    width: 86px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #dddddd;
}          
.qtyField .qtyBtn {
    padding: 8px;
    color: white;
    width: 30px;
    height: 40px;
}  
.border-bottom {
    border-color: #333 !important;
}  
hr {
    border-bottom: 1px solid #333;
}  

.btn, .btn-primary {
    background: #0deaf1;
    color: black;
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    border-radius: 8px !important;
}
.btn:hover, .btn-primary:hover {
    background: white;
    color: black;
    font-weight: 700;
    border-radius: 8px !important;
}            
.cart-col h5 {
    text-transform: none;
}
.cart__footer .solid-border {
    border: 2px solid #FF8400;
} 

.btn.remove-icon {
    border-radius: 50% !important;
}   
.grid-products .item .product-price {
    display: inline-block;
    margin: 0;
    padding: 0   4px;
    background: #0deaf1;
    color: #000000;
    font-weight: 700;
    border-radius: 6px;
} 

.collection-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.collection-hero__image {
    background-color: none;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    opacity: 1;
}            
.collection-hero__title-wrapper {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
}   

.collection-header .collection-hero__title {
    padding: 0;
    margin: 0;
    color: red !important;
    font-size: 32px !important;
    font-weight: 900;
    text-transform: none !important;
}

.collection-header .subtitle {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}  

.bg-dark {
    background-color: black !important;
}   

.create-ac-content, .your-order-payment, .order-notes {
    border: 2px solid #FF8400;
    border-radius: 0;
    padding: 20px;
}     

input, select, .form-control {
    height: 28px;
    padding: 0 8px;
}

.list-view-item__title {
    font-size: 16px;
}

.cart__meta-text {
    font-size: 14px; 
    line-height: 1.2;
}

.cart__price-wrapper {
    font-size: 14px;
}

label[for] {
    cursor: pointer;
    font-size: 14px;
}  
label {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;                
}  

.btn--small, .btn-small {
    padding: 6px 12px;
}

.product-weight {
    position: fixed;
    top: 105px;
    left: 50%;
    margin-left: 520px;
    text-align: right;
}  

.template-product .product-tabs li a {
    opacity: 0.8;
    font-size: 16px;
    font-weight: 900;
    text-transform: none;
    color: #fff;
    border: none;
    margin-right: 10px;
    background: blue;
    padding: 5px 8px;
    border-radius: 6px;
}

.border-bottom {
    border: none !important;
}

.alert {
    border:none !important;
    border-radius:0 !important;
    color: black !important;
    font-weight: bold !important;
    font-size: 14px !important;
    position: fixed;
    z-index: 999999;
    top:10px;
    left: 10px;
    width: 240px;
}

.alert-info {
    background-color: #0deaf1 !important;
}

.alert-success {
    background-color: #78f10d !important;
}

.alert-danger {
    background-color: red !important;
}

.alert.growl .close {
    margin: 0 5px;
}

.modal-backdrop {
    z-index: 1040 !important;
}
#continueShoppingModal {
    z-index: 1050 !important;
}

#continueShoppingModal,
#continueShoppingModal * {
    pointer-events: auto !important;
}


.search-input-wrapper-bordered {
    border: 1px solid #000;
    border-radius: 4px;
    padding-left: 36px; 
    transition: border-color 0.2s ease;
}

.search-input-wrapper-bordered .search-input {
    border: none;
    box-shadow: none;
    outline: none;
}

.search-input-wrapper-bordered .search-input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-input-wrapper-bordered:hover {
    border-color: #ff0000;
}

.search-input-wrapper-bordered:focus-within {
    border-color: #ff0000;
}