@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400&display=swap');

html,
html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    padding-top: 50px;
}

body {
    font-family: "Open Sans", sans-serif;
    margin: 0 auto;
    /*color: #666;*/
}

.sec-padding {
    padding: 80px 0;
}

.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #C66E4E;
    font-weight: 700;
    line-height: 1.2em;
}

.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #E8E8E8;
}

a {
    border: 0 none;
    outline: 0;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

.item-details {
    margin: 0.75rem 0 0;
    font-family: "Open Sans", sans-serif;
    color: #666;
}

.item-stock {
    font-size: 14px;!important;
    font-style: italic;!important;
    color: steelblue;!important;
}

.non-refundable {
    font-size: 0.8rem;
    color: peru;
}

.product-details h1 {
    font-size: 0.75rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    color: #666;
}
.item-img {
    transform: scale(75%);
}
input,
button {
    border: 0 none;
    outline: 0 none;
}

button {
    background-color: #666;
    color: #fff;
}

button:hover,
button:focus {
    background-color: #555;
}

img,
.basket-labels,
.basket-product,
.product-div {
    width: 100%;
}

input,
button,
.basket,
.basket-labels,
.item,
.price,
.quantity,
.subtotal,
.basket-product,
.product-div,
.product-image,
.product-details {
    float: left;
}

.price:before,
.subtotal:before,
.subtotal-value:before,
.total-value:before {
    content: "€";
}

.hide {
    display: none;
}

main {
    clear: both;
    font-size: 0.75rem;
    margin: 0 auto;
    overflow: hidden;
    padding: 1rem 0;
    width: 960px;
}

.basket,
aside {
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.basket {
    width: 70%;
}

label {
    display: block;
    margin-bottom: 0.3125rem;
}

.basket-labels {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 1.625rem;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.label-ul li {
    display: inline-block;
    padding: 0.625rem 0;
    font-family: "Open Sans", sans-serif;
    color: #666;
}

.label-ul li.price:before,
.label-ul li.subtotal:before {
    content: "";
}

.item {
    width: 50%;
    font-family: "Open Sans", sans-serif;
    color: #666;
}

.price,
.quantity,
.subtotal {
    width: 16.6%;
    font-family: "Open Sans", sans-serif;
    color: #666;
}

.subtotal {
    text-align: right;
    font-family: "Open Sans", sans-serif;
    color: #666;
}

/*.subtotal {*/
/*  text-align: right;*/
/*}*/

.remove {
    bottom: 1.125rem;
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    width: 45%;
}

.remove button {
    background-color: transparent;
    color: #777;
    float: none;
    text-decoration: underline;
    text-transform: uppercase;
}

@keyframes collapse {
    0% {
        margin-top: 0;
        left: 0;
    }
    60% {
        margin-top: 0;
        left: -300px;
    }
    100% {
        left: -300px;
        margin-top: -1.4em;
    }
}

.deleted-item {
    animation: collapse .5s linear;
    animation-fill-mode: forwards;
}

.item-heading {
    padding-left: 4.375rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-div {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    position: relative;
}

.product-image {
    width: 35%;
    height: 40%;
}

.product-details {
    width: 65%;
}

.product-frame {
    border: 1px solid #aaa;
}

.product-details {
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.quantity-field {
    background-color: #ccc;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 0.8rem;
    padding: 2px;
    width: 3.75rem;
    margin-left: 10px;
}

/*remove Arrows/Spinners start*/
/* Chrome, Safari, Edge, Opera */
/*.line-quantity ::-webkit-outer-spin-button,*/
/*.line-quantity ::-webkit-inner-spin-button {*/
/*    -webkit-appearance: none;*/
/*    margin: 0;*/
/*}*/

/* Firefox */
/*.line-quantity input[type=number] {*/
/*  -moz-appearance: textfield;*/
/*}*/
/*remove Arrows/Spinners end*/

.qty {
    position: absolute;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: bold;
    border: none;
    color: #17a2b8;
}

.qty:hover {
    cursor: pointer;
}

aside {
    float: right;
    position: relative;
    width: 30%;
}

.summary {
    background-color: #eee;
    border: 1px solid #aaa;
    padding: 1rem;
    /*position: fixed;*/
    position: absolute;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: #666;
}

.summary-total-items {
    color: #666;
    font-size: 0.875rem;
    text-align: center;
}

.summary-subtotal,
.summary-total {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin: 1rem 0;
    overflow: hidden;
    padding: 0.5rem 0;
    font-family: "Open Sans", sans-serif;
    color: #666;
}

.subtotal-title,
.subtotal-value,
.total-title,
.total-value {
    color: #111;
    float: left;
    width: 50%;
}

.summary-delivery {
    padding-bottom: 0.3rem;
}

.subtotal-value,
.total-value {
    text-align: right;
}

.total-title {
    font-weight: bold;
    text-transform: uppercase;
}

.checkout-cta {
    display: block;
    float: none;
    color: white;
    font-size: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0.625rem 0;
    width: 100%;
    background-color: #C66E4E;;
}

.checkout-cta:hover {
    background-color: #FFA07D;
    border-radius: 0.25rem;
    transition: .15s ease-in-out;
    color: white;
}

.summary-delivery-selection {
    background-color: #ccc;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: block;
    font-size: 0.625rem;
    height: 34px;
    width: 100%;
}

.cart-is-empty img {
    width: 200px;
    height: 200px;
}

.clear-cart-div {
    /*position: fixed;*/
    position: absolute;
    transform: translate(50%, 0);
}

.goToAddBtn {
     padding: 10px;
    float: none;
    font-size: 0.8rem;
    text-align: center;
    border-color: #061c4c;
    color: #061c4c;
    border-radius: 0.25rem;
}

.goToAddBtn {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.goToAddBtn:hover {
    background-color: #061c4c;
    color: #fff;
    border-color: #fff;
}

#checkout_button {
    background: #6394F8;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;

}

#checkout_button :hover {
    background: rgba(99, 148, 248, 3);
}


#emptyCartBtn {
    color: #061c4c;
    border-color: #061c4c;
    border-radius: 2em;
    /*box-shadow: 0px 18px 40px -15px black;*/
    background-color: transparent;
}

#emptyCartBtn {
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#emptyCartBtn:hover {
    background-color: #061c4c;
    color: #fff;
    border-color: #fff;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 2em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-cancel {
    color: gray;
    border: 2px gray;
    border-radius: 2em;
    background: lightgray;
}

.terms-conditions {
    font-family: "Open Sans", sans-serif;
    color: #545454;
    font-size: 16px;
}

.scroller {
    width: 420px;
    height: 180px;
    /*overflow-y: scroll;*/
    scrollbar-color: rebeccapurple green;
    scrollbar-width: thin;
}

.scroller .terms-title {
    font-weight: bold;
}

.scroller .update-date {
    margin-bottom: 5px;
    font-size: 12px;
}

.scroller .reminder {
    font-size: 12px;
}

.scroller h5 {
    margin-top: 5px;
}

.scroller p, .scroller li {
    text-align: left;
    font-size: 14px;
    font-family:  "Raleway",sans-serif;

}
.scroller .header-5{
    text-align: left;
    font-size: 18px;
    font-family:  "Raleway",sans-serif;
    font-weight: bold;
    color: steelblue;
}
.scroller .header-6{
    text-align: left;
}

.scroller .fa-square {
    color: #00bfd8;
    font-size: 0.5rem;
}

.product-image:hover, .product-details:hover {
    cursor: pointer;
}
/*hide item color for end users only*/
.hide-color{
    position: absolute;
    left: -999px;
}

@media screen and (max-width: 389px) {
    #emptyCartBtn {
        margin: auto;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateX(70%);
    }

}

@media screen and (max-width: 767px) {
    aside,
    .basket,
    .summary,
    .item,
    .remove {
        width: 100%;
    }

    .basket-labels {
        display: none;
    }

    /*.item {*/
    /*  margin-bottom: 1rem;*/
    /*}*/
    .product-image {
        /*width: 40%;*/
        margin-bottom: 8px;
    }

    .product-details {
        width: 60%;
    }

    .price,
    .subtotal {
        width: 33%;
    }

    .quantity {
        text-align: center;
        width: 34%;
    }

    .quantity-field {
        float: none;
    }

    .remove {
        bottom: 0;
        text-align: left;
        position: relative;
    }
    .remove button {
        margin-top: 10px;
        padding: 0;
    }

    #emptyCartBtn {
        margin: auto;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateX(60%);
    }

    .summary {
        margin-top: 1.25rem;
        position: relative;
    }
}
/*.cart-policies {*/
/*    cursor: pointer;*/
/*}*/

/*#policyCheck {*/
/*    height: 16px;*/
/*    width: 16px;*/
/*    background-color: #fff;*/
/*    border: 1px solid #b1b1b1;*/
/*    display: block;*/
/*    margin: 0 6px 0 0;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*}*/

/*.cart-policies #policyCheck:checked~*{*/
/*    color: #b1b1b1;*/
/*}*/


@media screen and (min-width: 768px) and (max-width: 960px) {
    aside {
        padding: 0 1rem 0 0;
    }

    .summary {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    main {
        width: 100%;
    }

    .product-details {
        padding: 0 1rem;
    }
}
