* {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

header.header, .sticky-header.fixed {
    background: black;
}
header.header h1,
header.header h2,
header.header h3,
header.header h4,
header.header h5,
header.header h6,
header.header p,
header.header a,
header.header li,
header.header i
{
    color: white !important;
    border-color: white;
}

.header-bottom .container:before {
    border: none;
}

.footer .widget-newsletter form {
    position:relative
}

.footer .widget-newsletter .btn {
    background: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

.header {
    border-bottom: none;
}
.header-middle {
    border-top: none;
}

.footer .widget-newsletter .form-control {
    margin-bottom: 0 !important;
}

.footer-links a {
    padding-right: 12px;
}

header a.text-dark:focus, header a.text-dark:hover {
    color: white !important;
}

.product-content h2 {
    font-size: 32px;
}

.product-content p {
    font-size: 18px;
    color: black;
    line-height: 30px
}

section.full-image-section {
    padding: 0;
}

section.full-image-section img {
    width: 100%;
}

.product-card .product-title {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.product-card .product-title a {
    white-space:unset;
}

.product-card del {
    color: red;
}

section.full-image-section {
    margin: 0 0 !important;
}
section {
    margin: 40px auto;
}

section .section-title {
    font-size: 33px;
    padding-bottom: 22px;
    text-align: center;
}

.sticky-navbar {
    opacity: 1;
    visibility: visible;
    transform: translateY(-100%);
}

header .logo img {
    width: 70px;
}

.sticky-header.fixed .logo img{
    width: 45px;
}

.product-card img {
    height: 100% !important;
    width: auto !important;
}

.basic-page-content .post-title {
    margin-bottom: 24px;
    color: black;
    text-align: center;
    font-size: 36px;
}

.basic-page-content .post-content h3 {
    font-size: 22px;
    color: black;
}

.basic-page-content .post-content p {
    font-size: 16px;
    line-height: 28px;
    color: black;
}

.basic-page-content .post-content ul {
    color: black;
    list-style-type:disc !important;
    margin-left: 20px;
    font-size: 16px;
    line-height: 28px;
}

.basic-page-content .post-content ul li {
    list-style-type:disc !important;
}

.contact-info h2 {
    margin-bottom: 24px;
    color: black;
    text-align: center;
    font-size: 36px;
}

.order_track_form {
    max-width: 450px;
    margin: 0 auto;
}

.order_track_form .tracking_footer {
    width: fit-content;
    margin: 0 auto;
}

.dropdown-cart-products figure .btn-remove span {
    color: red;
    line-height: 15px;
}

.dropdown-cart-action .view-cart {
    background-color: black;
}

.checkout-steps input,
.checkout-steps textarea
{
    border-color: #939393;
}

.checkout-steps label {
    font-weight: bold;
    color: black;
}

.coupon-message {
    display: none;
}

.coupon-message.success {
    color: green;
    display: block;
}

.coupon-message.error {
    color: red;
    display: block;
}

.cta-bg.green {
    background-color: #147e41;
}

.order_table {
    font-size: 16px
}
.order_table th {
    color: black;
}
.order_table td {
    color: black;
}
.order_table td img {
    width: 100px;
}
.cart-dropdown .product-title a {
    color: black !important;
}
.dropdown-cart-products ul li {
    color:black !important;
}
.order-summary ul {
    margin: 0;
}
.order-summary ul li {
    height: auto;
    font-size: 13px;
}

.header-info-div {
    width: 250px;
}
.header-logo-div {
    margin: 0 auto;
}
.header-cart-div {
    margin-left: unset;
    width: 250px;
    justify-content: right;
}

.countdown-type2{
    padding: 15px 0 5px !important;
}

.countdown-type2 .countdown-amount {
    font-size: 18px;
    color: #ffff !important;
}

.countdown-type2 .countdown-period {
    color: #ffff !important;
    font-size: 14px;
}

.countdown-main {
    background: red;
}

@media only screen and (max-width: 575px) {
    .mobile-menu-toggler {
        visibility: hidden;
    }
}
