*::-webkit-input-placeholder {
    color: #7f7f7f !important;
}

*:-moz-placeholder {
    color: #7f7f7f !important;
    opacity: 1;
} 

*::-moz-placeholder {
    color: #7f7f7f !important;
    opacity: 1;
} 

*:-ms-input-placeholder {
    color: #7f7f7f !important;
}

.panel .panel-body a {
    color: #1274B3;
}

.panel .panel-body a:hover {
    color: #2890D2;
}

.pb-sm {
    padding-bottom: 10px !important;
}

.pb-md {
    padding-bottom: 25px !important;
}

.pl-sm {
    padding-left: 10px !important;
}

.pl-md {
    padding-left: 25px !important;
}

.pt-md {
    padding-top: 25px !important;
}

.mt-sm {
    margin-top: 10px !important;
}

.mt-md {
    margin-top: 25px !important;
}

.mt-lg {
    margin-top: 50px !important;
}

.mb-md {
    margin-bottom: 25px !important;
}

.price, .price strong {
    color: darkgreen !important;
}

.modal-title, .modal h3 {
    color: #4c4c4c;
}

.red {
    color: darkred !important;
}

.panel {
    position: relative;
}

.products-container .thumbnail img {
    height: 150px;
    margin-bottom: 20px;
}

.products-container .thumbnail h4 {
    font-size: 1.2em;
}

.products-container .price {
    color: darkgreen;
}


.footer {
    position: relative;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: lightgrey;
}

.footer strong {
    color: white !important;
}

.footer .socialmedia {
    font-size: 1.5em;
}

.footer .categories, .footer .address, .footer .categories a {
    color: white;
    font-family: 'vengeanceregular', 'Comfortaa', arial;
    font-weight: normal !important;
}

.footer ul {
    padding-left: 0px;
}

.product-page .price, .product-page .price strong {
    color: white !important;
}

.main-button {
    padding: 10px 30px;
    border: solid #0B5EE3 1px;
    border-radius: 3px;
    background-color: #1274B3;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.main-button:hover {
    background-color: #2890D2;
    border: solid #1274B3 1px;
}

/* Cart */

.cart .cart-item {
    position: relative;
    font-size: 16px;
}

.cart .cart-item p {
    font-size: 1em;
    /*line-height: 1em;*/
}

.cart .cart-item p small {
    display: block;
}

.cart .main-button {
    font-size: 14px;
}

.cart .sub-total .main-button, .checkout .main-button {
    font-size: 24px;
    background-color: #ff7800;
    border-color: #c95f00;
    width: 100%;
}

.cart .sub-total .main-button:hover, .checkout .main-button:hover {
    background-color: #ff8a22;
}

.cart .sub-total .checkout-button {
    margin-top: 20px;
    text-align: right;
}
.cart hr {
    margin: 20px auto;
    border-color: #4c4c4c;
    width: 100%;
    max-width: none;
}

.cart .panel-heading {
    padding-bottom: 0px;
}
.cart .panel-heading hr {
    margin-top: 10px;
}

.cart h4 {
    color: #4c4c4c;
    margin-top: 5px;
    margin-bottom: 0px;
}

.cart .sub-total h4 {
    color: #4c4c4c;
    margin-top: auto;
    margin-bottom: auto;
}

.cart .sub-total h4.price {
    color: darkgreen;
}

.cart .cart-item .product-image img {
    max-height: 150px;
}

/* Checkout */

.checkout .panel-heading {
    padding-top: 20px;
}

.checkout .panel-heading hr {
    margin: auto;
    border-color: #6caee0;
    border-top-width: 2px;
    width: 100%;
    max-width: none;
}

.checkout .panel-body {
    padding-top: 0px;
    padding-bottom: 20px;
}

.checkout.receipt .panel-body p {
    font-size: 1em;
    margin: 0px;
}

.checkout .form-control {
    border: solid #a1a1a1 1px;
}

.checkout h2, .checkout h3, .checkout h4 {
    color: #4c4c4c;
}
.checkout .panel-body hr {
    margin: 20px auto;
    border-color: #4c4c4c;
    width: 100%;
    max-width: none;
}

.checkout .cart-item .product-image img {
    max-height: 75px;
}

.checkout .cart-item .item-info p {
    font-size: 1em;
    margin: 0px;
}

.checkout small {
    font-size: .7em;
    font-weight: bold;
    color: black;
    display: block;
    padding-top: 5px;
}

.checkout .panel-footer a {
    color: rgba(1,119,189,0.9);
}

.checkout .panel-footer a:hover {
    text-decoration: underline;
}

.checkout .panel-footer hr, .modal hr {
    margin: 20px auto;
    border-color: #a1a1a1;
    width: 100%;
    max-width: none;
}

.checkout .panel-footer .add-button {
    border: solid #0B5EE3 1px;
    background-color: #1274B3;
    font-size: 14px;
    color: white; 
}

.checkout .panel-footer .add-button:hover {
    background-color: #2890D2;
    border: solid #1274B3 1px;
}

.checkout .panel-footer .coupon-entry {
    margin-top: 20px;
}

.checkout .panel-footer .small {
    font-size: 12px;
}

.radio-option, .checkbox-option {
    position: relative;
    border: solid #dddddd 1px;
    background-color: #f5f5f5; 
    padding: 20px 10px;
    cursor: pointer;
}

.checkbox-option {
    padding: 10px;
    margin-bottom: 20px;
}

.checkbox-option p {
    padding: 0px;
    margin: 0px;
    padding-left: 30px;
}

.radio-option .checkmark, .checkbox-option .checkmark, .checkbox-option .deselected {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    color: rgba(1,119,189,0.9);
    font-size: 12px;
}

.checkbox-option .checkmark, .checkbox-option .deselected {
    font-size: 24px;
    right: auto;
    left: 8px;
    top: 8px;
}

.radio-option.selected .checkmark, .checkbox-option.selected .checkmark {
    display: block;
}

.checkbox-option .deselected {
    display: block;
}

.checkbox-option.selected .deselected {
    display: none;
}

.radio-option:hover, .checkbox-option:hover {
    background-color: #e8e8e8;
}

.radio-option.selected, .checkbox-option.selected {
    border-color: rgba(1,119,189,0.9);
}

.modal .shipping-method h3 {
    margin: 0px;
}


.creditcard {
    background-image: url("/assets/img/creditcards.png");
    width: 40px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}

.creditcard.number {
    background-image: none;
    width: auto;
    vertical-align: top;
    padding-top: 2px;
}

.creditcard.amex {
    background-position: 0px 0px;
}

.creditcard.visa {
    background-position: 0px -25px;
}

.creditcard.mastercard {
    background-position: 0px -50px;
}

.creditcard.discover {
    background-position: 0px -75px;
}

.creditcard.amex.deselected {
    background-position: -40px 0px;
}

.creditcard.visa.deselected {
    background-position: -40px -25px;
}

.creditcard.mastercard.deselected {
    background-position: -40px -50px;
}

.creditcard.discover.deselected{
    background-position: -40px -75px;
}

.alert .errors {
    font-size: 12px;
    padding-left: 15px;
}

.reviews blockquote {
    background-color: rgba(255,255,255,.9);
    border-radius: 5px;
    min-height: 190px;
    display: table;
    width: 100%;
}

.reviews blockquote .align-middle {
    display: table-cell;
    vertical-align: middle;
}

.reviews .clientfeedback {
    color: white;
}

.contact-us .google-maps iframe {
    width: 100%;
    height: 400px;
    border: 0px;
}

.contact-us .contact-us-message {
    height: 147px;
}

.giftcard-page .panel h3 {
    color: black;
}

.giftcard-page .product-image {
    height: 600px;
}

.giftcard-page .help-block {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    color: #e80000;
    font-weight: 600;
}

.giftcard-page .form-error {
    border: solid red 1px;
}

.giftcard-page .giftcard-total {
    font-size: 1.25em;
    font-weight: bold;
}

.giftcard-page .alert, .giftcard-page .alert p {
    font-size: 1em !important;
}

.upgrade-label {
    padding-top: 7px;
}


.servicecontent {
    padding: 1px 16px;
    margin: 0 0 10px;
    font-size: 17.5px;
    border-left: 1px solid #eee;
    background: rgba(255,255,255,0.9);
    font-family: 'Comfortaa', arial, sans-serif;
}

.clientfeedback {
    color: #efefef;
    font-family: 'Comfortaa', cursive;
}

.servicecontent h9 {
    font-size: 25px;
}

.servicecontent td, .servicecontent th {
    font-size: large;
    font-family: 'Comfortaa', arial, sans-serif;
}

.servicecontent h12 {
    font-size: 35px;
    color: #5186b8;
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1;
}

.w3-table-all {
    border: 1px solid #ccc;
}

table.lamp, table.w3-table-all {
    margin: 16px 0;
}


/* GIFTCARD CATEGORIES */

.giftcard-categories .giftcard-icon-container {
    text-align: center;
}

.giftcard-categories .giftcard-icon {
    width: 75%;
}

.cart-menu {
    position: fixed;
    top: 0px;
    right: 50px;
    background-color: rgba(1, 119, 189, 0.9);
    padding: 10px 20px;
    color: white;
    text-align: center;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.cart-menu a {
    color: white;
    text-decoration: none;
}

@media (min-width: 961px) {
    .footer {
        height: 240px;
    }

    .wrapper {
        position: relative;
        margin-bottom: -240px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
    }

    .push {
        height: 240px;
    }

    .products-container .thumbnail {
        min-height: 350px;
        font-size: 16px;
    }
    
    .products-container .thumbnail img {
        height: 250px;

    }
    
    .products-container .thumbnail h4 {
        font-size: 16px;
    }
    
    .product-page .product-image {
        height: 367px;
    }

}

@media (max-width: 960px) {
    
    .cart-menu {
        display: none;
    }
    
    .cart .cart-item .product-image img {
        height: 90px;
    }
    
    .cart .cart-item .item-price, .cart .cart-item .quantity {
        text-align: right;
    }
    
    .cart .cart-item .item-price {
        margin-bottom: 20px;
        color: darkgreen;
        font-weight: bold;
    }
    
    .cart .update-cart {
        margin-top: 30px;
    }
    
    .cart .update-cart .main-button {
        width: 100%;
    }
}