@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

/* LARGESCREEN CSS*/

.blueshade-1 {
    background-color: #2189b6 !important;
}

.blueshade-2 {
    background-color: #22697f !important;
}

.font-paragraph {
    font-family: "Raleway-Medium";
}

.font-heading {
    font-family: "Raleway-SemiBold";
}

.common-spacing {
    margin-top: 50px;
    margin-bottom: 10px;
}

.normal-spacing {
    margin-top: 35px;
    margin-bottom: 15px;
}

.normal-text {
    color: white;
    font-size: 12px;
    text-align: center;
}

.common-text {
    text-align: justify;
}

.common-btn {
    width: 200px !important;
    background-color: #22697f;
}

.default-btn {
    width: 230px !important;
}

.pop-modal {
    background-color: #2189b6;
    border: solid #2189b6;
}

.product {
    width: 25%;
    height: 20%;
    display: flex;
    font-size: 0%;
}

.product img {
    width: 100%;
}

.product p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #22697f;
}

.product:hover p,
.product:hover p {
    font-size: 14px;
    padding: 10px;
}

input[type=email] {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 10px;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.divider {
    border: 1px solid #ccc;
}

/* Mobile CSS */

.white {
    color: white;
}

.black {
    color: black;
}

.text-size {
    font-size: 13px;
}

.mobile-hero-img {
    background-image: url("/images/northern-lights.png");
    position: relative;
    width: auto;
    background-size: cover;
    height: 300px;
}

.mobile-common-spacing {
    margin-top: 25px;
}

.normal-font-size {
    font-size: 10px;
    color: white;
}

.delete-multiple {
    background-color: #a31d21;
    color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}


/* #mainbody {
        margin-top: 40px;
        margin-bottom: 20px;
    } */

.design {
    margin: 10px;
    border: 10px;
    border-radius: 5px;
}

.col-carousel {
    margin: 70px 0;
}

/* owl nav */
.owl-prev span,
.owl-next span {
    color: rgb(34, 107, 129);
}

.owl-prev span:hover,
.owl-next span:hover {
    color: rgb(34, 107, 129, 0.5);
    ;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 35%;
    height: 100%;
}

.owl-prev {
    left: -2rem;
}

.owl-next {
    right: -2rem;
}

/* removing blue outline from buttons */

button:focus,
button:active {
    outline: none;
}

.card-text {
    width: 80%;
    text-align: center;
}



.table-image thead td,
.table-image thead th {
    border: 0;
    color: #666;
    font-size: 0.8rem;
}

.table-image td,
.table-image th {
    vertical-align: middle;
    text-align: center;
}

.table-image td.qty,
.table-image th.qty {
    max-width: 2rem;
}

.price {
    margin-left: 1rem;
}

/* modal CSS */

.modal-footer {
    padding-top: 0rem;
}

.modal .modal-dialog {
    border: none;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;

}

.modal-content {
    background-color: transparent;
    border: none;
}

.delete-modal .modal-header {
    background-color: #e81e25;
    border-radius: 0;
    border-bottom: none;
}

.modal .modal-body {
    background-color: #2685a1;
}

.modal .btn-close {
    background-color: #8d181c;
    color: #fff;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M8 8 L24 24 M8 24 L24 8'/%3E%3C/svg%3E");
}

.modal .btn-close:hover {
    background-color: #86181c;
    color: #fff;
    opacity: 1;
}

.modal-input {
    width: 50%;
}

/* mobile screen */
@media only screen and (max-width: 600px) {
    .province {
        width: 75px;
    }

    .modal-input {
        width: 100%;
    }
}

.ribbon {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.delete-img {
    width: 110px;
    height: 130px;
}

.delete-but {
    border: none;
    background-color: red;
    color: white;
    width: 100%;
    font-size: 13px;
}

.liftcart-btn {
    width: 100%;
    padding: 4% 1%;
    margin: 7px;
    border: none;
    color: white;
}

.liftcart-btn:focus {
    text-decoration: none;
    color: white;
}

.btn-normal {
    background-color: #2685a1;
}

.btn-del {
    background-color: red;
}

.btn-checkout {
    background-color: #509e48;
}

.delete-ro {
    margin-top: 1%;
}

.dropdown-cart {
    box-shadow: 0px 18px 16px -24px #111;
    padding-bottom: 1%;
}

@media(max-width:992px) {
    .delete-but {
        border: none;
        background-color: red;
        color: white;
        width: 100px;
        font-size: 15px;
    }

    .liftcart-btn {
        width: 325px;
        padding: 7px;
        margin: 7px;
        border: none;
        color: white;
    }
}

@media(max-width:355px) {
    .liftcart-btn {
        width: 290px;
        padding: 7px;
        margin: 7px;
        border: none;
        color: white;
    }
}

.product-quick-item {
    font-family: Spartan-SemiBold;
}


/* product image zoom on hover */
.js-image-zoom__zoomed-image {
    z-index: 999;
}

.js-image-zoom__zoomed-area {
    background: #ddd !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }

    /* Firefox */
    input[type=number] {
    -moz-appearance: textfield;
    }

.sale-price {
    font-family: 'Permanent Marker', cursive;
    color: #e81e25;
    font-size: 1.25em;
}