﻿/* back to top */
.back-to-top-container {
    text-align: right;
    display: none;
}

.back-to-top-container #back-to-top-button {
    display: inline-block;
    width: 160px;
    height: 60px;
    margin: 30px 30px 0 10px;
    margin-bottom: 0;
    position: fixed;
    bottom: -180px;
    right: 30px;
    z-index: 1000;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 18px 20px 15px 16px;
    border-radius: 4px;
    background-color: #007c9a;
    border: 2px solid #007c9a;
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
}

.-icon-carat:before {
    /* content: "\e908"; */
    content: "\e900";
    font-family: "icomoon";
    transform: rotate(180deg);
}

a.-icon-carat {
    transition: none;
}

#back-to-top-button:hover,
.back-to-top-container .-icon-carat:hover {
    cursor: pointer;
    background-color: #fff;
    color: #007c9a;
}

#back-to-top-button:active {
    background-color: #fff;
    color: #007c9a;
}

#back-to-top-button:focus {
    background-color: #e5f2f3;
    color: #006a85;
}

.back-to-top-container .-icon-carat {
    display: inline-flex;
    z-index: 1000;
    margin-right: 6px;
}

/* commerce */
.access-now-cart-header {
    padding-left: 24px;
}

.alert.cart-inner .cart-desktop td {
    max-width: unset;
}

.alert.cart-inner .cart-desktop-item-product-details {
    padding-left: 20px;
}

.alert.cart-inner .cart-desktop-item-total {
    padding-right: unset;
}

/* alerts */
.alert, .alert h4 {
    color: #c09853;
}

.alert {
    padding: 10px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-top-color: rgb(251, 238, 213);
    border-right-color: rgb(251, 238, 213);
    border-bottom-color: rgb(251, 238, 213);
    border-left-color: rgb(251, 238, 213);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.center {
    text-align: center;
}


@media print {
    .back-to-top-container {
        display: none !important;
    }
}