/* General Styling */

.gray {
    background-color: #f1f1f1;
}

.green {
    background-color: seagreen;
    color: white;
}

body {
    background: #f1f1f1;
    overflow-x: hidden;
}

#app {
    background-color: transparent;
}

.darkgreen, .footer-background {
    background-color: #03513d;
    color: white;
}

header {
    z-index: 100;
    width: 100vw;
    top:0;
    position: sticky;
}

.header_background {
	background-color: white;
    box-shadow: 1px 1px 2px #888;
}

.divider {
    /* background: rgb(3,81,61); */
    background: linear-gradient(40deg, rgba(3,81,61,1) 0%, rgba(88,234,151,1) 100%);
    height: 10px;
}

.button {
    background-color:seagreen;
    color: #fff;
    font-size: 15px;
}

.button:hover {
    background-color:rgb(25, 79, 49);
}

.btn {
    background-color:seagreen;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    text-align: center;
}

.callout {
	border: none;
}

.hideAll {
    display: none;
}

.splash {
    display: block;
}

.hide {
    display: none;
}

.title {
    color: #327439;
    margin: 1.4rem 0rem;
}

.card {
    border: none;
}
.callout {
    background: transparent;
}

.footer-content .callout {
    color: white;
}


/* Splash Styling - Top Bar  */
.getDepartment {
    border-bottom: 1px solid lightgray;
    line-height: 2;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    padding: 1rem;
    width: 7rem;
    height: 300px;
    overflow: scroll;
}

.top-menu {
    color: white;
}

.dropdown.menu > li.is-dropdown-submenu-parent > .top-menu {
    color: white;
}

.dropdown.menu > li.is-dropdown-submenu-parent > .top-menu::after {
    border-color: white transparent transparent;
}

.menu a, .menu .button {
    line-height: 1.5;
}

.dropdown .is-dropdown-submenu .top-menu-item {
    color: white;
}

a:hover, 
.dropdown.menu > li.is-dropdown-submenu-parent > .top-menu:hover {
    color:#1ae563;
}

.title-bar {
    background:rgb(41, 41, 41);
}


.top-bar, .top-bar ul {
    background-color: #03513d;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

.topbar-p-style {
    color: #d9bc1f;
    font-weight: 800;
    margin:0;
}

.topbar-span-style {
    color: #ee2222;
    font-weight: 800;
    margin:0;
}

.logo{
    margin: 0;
}

.search-bar-container {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding: 0;
    border: 1px solid rgb(167, 167, 167);
    border-radius: 4px;
}

.search-bar-container input {
    margin: 0;
    height: auto;
    width: auto;
}

.search-img-style {
    padding: 7px;
    padding-top: 12px;
    max-width: 76%;
}

.dropdown.menu > li > #search-dropdown {
    color: #484848;
}

.dropdown.menu > li.is-dropdown-submenu-parent > #search-dropdown::after {
    border-color: #484848 transparent transparent;
}

.dropdown .is-dropdown-submenu .search-dropdown-item {
    color: #484848;
}

/* search bar */

#search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Add to cart style */
.my-cart {
    /* margin-top: 0.5rem; */
    margin-bottom: 0;
}

.cart-btn-container {
    padding: 0;
    border-radius:4px;
    max-height: 45px;
    max-width: 160px;
    margin-top: 1.5rem;
    transition: background-color 0.25s ease-in-out;
}

.cart-btn-container:hover {
    background-color: #17ba76;
}

.cart-btn-container > a > p {
    color: white;
    text-align: center;
}
.cart-btn-container > a > p:hover {
    color: black;
}


.cart-icon-style {
    padding: 10px;
    max-width: 30%;
}

#cart-button {
    color: #5b5b5b;
    font-weight: 800;
    height:45px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

#cart-button p {
    padding: 10px;
}

#cart-button:hover {
    color: #000;
}

/* Splash Slider */
.splash-slider {
    min-width: 100%;
    height: auto;
    margin: 0;
    /* background-color: #03513d; */
    /* background-image: url(/assets/img/banner.png); */
    /* background-size: cover; */
}

.ads {
    min-width: 100%;
    height: 10rem;
    background-image: url(/assets/img/ads-2.gif);
    background-size: cover;
}

.ads2 {
    min-width: 100%;
    height: auto;
    background-image: url(/assets/img/ads-1-1.jpg);
    background-size: cover;
}

.splash-secondary-menu {
    background: white;
    box-shadow: 1px 2px 2px #888;
}


.dropdown.menu > li > .splash-sec-menu-dropdown {
    color: #121212;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.dropdown.menu > li.is-dropdown-submenu-parent > .splash-sec-menu-dropdown::after {
    border-color: #121212 transparent transparent;
}

.dropdown.menu > li > .splash-sec-menu-dropdown:hover {
    color: rgb(4, 126, 96);
}

.dropdown .is-dropdown-submenu .splash-sec-menu-dropdown-item {
    color: #484848;
}

.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.circle {
    /* max-width: 100%;
    height: auto;  */
    padding: 1rem;
    text-align: center;
}

.circle > p {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 700;
    color:#484848
}

.circle img {
    max-width: 50%;
}
.slick-prev::before, .slick-next::before {
    color:rgb(0, 67, 0);
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 1;
}
    

.arrows-style {
    padding: 1rem 0.5rem;
    padding-top: 5rem;
}

.categories-slider {
    background: white;
}
.featured-bg {
    background: white;
    margin-bottom: 2rem;
}

/* Products page  */
.product_cards {
    background: white;
}
.products-bg {
    margin-top: 2rem;
}

.products-bg > .cell > h2 {
    margin-top: 0.5rem;
}

.breadcrumbs-style {
    padding-top: 1rem;
}

.breadcrumbs-style > ul > li {
    font-size: 1rem;
}

.breadcrumbs a {
    color:gray;
}

/* Cart */
table {
    font-size: 1.3rem;
}

.product-image {
    margin: 1rem;
    margin-bottom: 0;
    border: 1px solid #ddd;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color:rgb(41, 41, 41);
    margin-bottom: 4px;
    /* color:#327439; */
}

.des-container {
    margin-bottom: 1rem;
}


.read_more, .des-container {
    font-size: 14px;
}

.brand {
    /* font-weight: 600; */
    /* color:rgb(41, 41, 41); */
    color:#327439;
    font-size: 15px;
}

.price {
    font-size: 20px;
    font-weight: 600;
    color:#327439;
}



/* Cart */

.title {
    font-size: 30px;
    color:rgb(0, 67, 0);
    font-weight: 700;
}

.sort-by {
    border: 1px solid lightgray;
    height: 2rem;
}

.add-remove-container {
    border: 1px solid lightgray;
    border-radius: 3px;
    text-align: center;
}

.remove-btn, .add-btn {
    background-color:seagreen;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.addToCart-btn {
    text-align: center;
    background-color: #03513d;
    color: #fff;
    font-weight: 700;
}

.cart, .user-information {
    position: relative;
}

.cart-overlay {
    /* background: white; */
    padding: 0rem;
    margin-top: 40px;
    margin-bottom: 40px;
    /* position: absolute; */
    /* z-index: 100; */
}

.login-overlay {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    z-index: 100;
}

thead {
    height: 2rem;
    font-size: 1.1rem;
    color: rgb(50,50,50);
}


table {
    box-shadow: 1px 1px 10px #ccc;
}

table thead tr th:nth-child(2) {
    text-align: left;
}


table thead tr th:nth-child(4) {
    text-align: center;
}

thead {
    background: #f8f8f8;
}

tbody td {
    font-size: 1rem;
}

.cart-product-image {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cart-product-image img {
    width: 80%;
}
.cart-product-details {
    margin-left: 1rem;
}
.cart-product-name {
    font-weight: 600;
    font-size: 1rem;
}
.cart-product-des {
    font-size: 14px;
}

.cart-qty-controls {
    border: 0.9px solid lightgrey;
}

.cart-total-price {
    border-top: 1px solid #484848;
}


.cart-subtotal-price{
    text-align: center;
}


.cart-price, .cart-qty {
    text-align: center;
}

.cart-close-btn {
    text-align: center;
    max-width: 60px;
    border-radius: 50%;
    font-weight: 700;
}

.order-summary {
    padding-left: 1rem;
}



.order-summary-table > th {
    height: 2rem;
    font-size: 1.3rem;
}

.summary-price {
    text-align: right;
}

table.unstriped tbody .summary-sub {
    border-bottom: 0px;
}

table.unstriped tbody .summary-tax {
    border-bottom: 1px solid #484848;
}

.totoal-total {
    font-weight: bold;
}

.checkout-btn {
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
    background-color: seagreen;
    font-weight: 700;
    max-height: 3rem;
    color: #fff;
}
.checkout-btn:hover {
    background:rgb(25, 79, 49);
}

.cancel-btn {
    width: 100px;
    margin-top: 1.5rem;
    background:lightgray;
    text-align: center;
    max-height: 3rem;
}



/* Login page */
.leftSide {
    /* background-image: url(../img/login-rightside.jpg); */
    background: #f1f1f1;
    width: 120%;
    box-shadow: 2px 1px 2px #888;
}
.left-side-style {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.signinNcreateBtn {
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-img {
    margin-top: 1rem;
}
.signinNcreateBtn .button {
    width: 250px;
    color:white;
    font-weight: 600;
}

.signinBtnContainer {
    justify-content: space-around;
    margin-bottom: 2rem;
}

.contineToPayBtns {
    display: flex;
    justify-content: flex-end;
}
#payment-cancel {
    margin-left: 1rem;
}

.form-title {
    font-size: 15px;
    font-weight: 700;
}


.credit-card-option {
    border-radius: 10px;
    background: #fff;
    padding: 0.5rem 1rem;
}

.complete-box-right {
    background-color: #fff;
}

/* Payment Page */
.payment-right {
    padding: 2rem;
}

.payment-left {
    background: #f1f1f1;
    width: 100%;
    box-shadow: 2px 1px 2px #888;
}

.payment-left-style {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.confirmBtnContainer {
    display: flex; 
    justify-content: space-between;
    margin-top: 1rem;
}


/* confirmation page */
.confirmContainer {
    padding: 2rem;
}

.confirmCart {
    background:#03513d;
    color: white;
}

#confirm-btn {
    background:#03513d;
}

#confirm-btn:hover {
    background:#03513ee0;
}

.confirm-sum {
    background: #f8f8f8;
}

.place-order-style {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Footer section  */
footer {
    width: 100vw;
    position: relative;
    bottom: 0;
}


.footer-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.subscribe-container {
    background: #fff;
    margin: 7px 0;
}

.subscribe-container input {
    margin: 0;
}

#subscribe-btn {
    background-color:rgb(0, 255, 115);
    color: #000;
}

.icon-container,.footer-list-container{
    display: flex;
    align-items: flex-start;
}
.footer-icons {
    margin: 5px 15px;
}

.signinBtnContainer {
    margin-top: 1.3rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

    .slick-prev::before, .slick-next::before {
        color: seagreen;
    }
    .slick-next {
        right: 7px;
    }
    .slick-prev {
        left: 7px;
    }
    
    
    .hide-for-mobile {
        display: none   ;
    }

    .show-for-mobile {
        display: block;
    }
    
    .logo {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        width: 250px;
    }

    .search-bar-container {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    
    #search-dropdown {
        /* padding: 7px 20px 7px 10px; */
        font-size: 14px;
    }

    .search-bar-container > ul,
    .search-bar-container > ul > li,
    .search-bar-container > input,
    .search-bar-container > #search-btn {
        height: inherit;
    }

    #search {
        height: inherit;
    }

    .cart-btn-container-mobile {
        border: 1px solid rgb(167, 167, 167);
        border-radius: 4px;
        height: 2.8rem;
    }

    .cart-btn-container-mobile a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height:100%;
    }

    .cart-btn-container-mobile > a > i {
        color: white;
    }
    
    .my-cart {
        display: none;
    }
    /* secondary menu style */
    .splash-secondary-menu > ul > li {
        font-size: 0.8em;
    }

    .products-bg {
        margin-top: 1rem;
    }

    .breadcrumbs-container {
        margin-top: 1rem;
    }

    .product-image {
        margin: 0.5em;
    }

    .price {
        margin-bottom: 0.5em;
    }
    
    .addToCart-btn {
        font-size: 0.7em;
    }
    .product-name,.brand {
        font-size: 0.9em;
    }

    .footer-title {
        font-size: 1.2em;
        margin-bottom: 1rem;
    }

    .cart-overlay {
        padding: 1rem;
        margin-top:0rem;
    }

    table {
        font-size: 0.9rem ;
    }

    .cart-product-image {
        margin: 0;
    }

    .cart-product-name {
        font-size: 14px;
    }

    .cart-product-des {
        font-size: 13px;
        line-height: 1.2;
    }

    .order-summary {
        padding-left: 0rem;
    }

    .checkOut-btn {
        width: 100%;
    }

    .cart-mobile-show {
        display:block;
    }
    
    .cart-mobile-show p {
        font-size: 14px;
    }

    .cart-qty-style {
        display: flex;
        align-items: center;
        margin-bottom: 2.4rem;
    }

    .cart-qty-style p {
        margin-bottom: 0;
        /* margin-right: 12px; */
    }

    .cart-qty-controls {
        text-align: center;
        height: 28px;
    }

    .cart-qty-controls > .darkgreen {
        color: white;
    }

    .cart-quantity {
        text-align: center;
    }

    .cart-subtotal-price {
        font-size: 15px;
        display: flex;
        justify-content: space-between;
    }


    .cart-subtotal-price span {
        text-align: right;
        font-weight: 500;
    }


    .cart-mobile-hide {
        display: none;
    }

    .contineToPayBtns {
        justify-content: center;
    }
    .confirmCart, .confirmCart-sum {
        font-size: 14px;
    }
    tbody td {
        font-size: 14px;
    }
    
    

    .confirmCart-sum {
        background: #f8f8f8;
    }

}

/* Medium and up */
@media screen and (min-width: 40em) {
    .cart-btn-container-mobile,.cart-mobile-show {
        display: none;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .cart-btn-container-mobile,.cart-mobile-show {
        display: none;
    }
    
}

/* Large and up */
@media screen and (min-width: 64em) {
    .cart-btn-container-mobile, .cart-mobile-show {
        display: none;
    }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .cart-btn-container-mobile, .cart-mobile-show {
        display: none;
    }



}