/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


#header #desktop_logo {
    max-width: 125px;
    padding: 10px;
}

#ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .banner-btn::after {
    content: '';
}

#header a:hover, .top-menu a.dropdown-submenu {
    color: #BDA3E8 !important;
}

#products .product-description .product-price-and-shipping .price, .featured-products .product-description .product-price-and-shipping .price, .product-accessories .product-description .product-price-and-shipping .price, .product-miniature .product-description .product-price-and-shipping .price {
    color: #00ACED;
    font-size: 20px;
}

.product-price {
    color: #00ACED;
    font-size: 25px;
}

#ishiservices .services .box-back {
    background: #BDA3E8;
}

.block-contact .block .icon {
    background: #FFC0FE;
}

.product-actions .add-to-cart,
.btn-primary, .btn.disabled, .btn:disabled, .btn-secondary, .btn-tertiary {
    background-color: #B3FFDA;
    border-color: #B3FFDA;
    color: #000 !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn.disabled:hover, .btn.disabled:active, .btn.disabled:focus, 
.btn:disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn-secondary:hover, 
.btn-tertiary:hover, .btn-secondary:active, .btn-tertiary:active, .btn-secondary:focus, .btn-tertiary:focus,
.product-actions .add-to-cart:hover {
    color: #000 !important;
    background-color: #73ebb1;
    border-color: #73ebb1;
}

#ishiservices {
    margin-bottom: 30px;
}