﻿body {
    background-color: #f7f7f7;
    background-color: #fff;
}
a:visited, a:active, a:focus {
    color: #005890;
}

a:hover {
    color: #64b7ad;
}
ul {
    list-style-type: none;
}
.btn-buy-product {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0px;
    color: #fff;
    background: #005890;
    cursor: pointer;
}

table .btn-buy-product {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0px;
    background: #005890;
    cursor: pointer;
}

table .btn-buy-product:hover, 
table .btn-buy-product:focus, 
table .btn-buy-product:visited 
{
    color: #fff;
    background: #005890;
}

.btn-buy-product:hover, 
.btn-buy-product:focus, 
.btn-buy-product:visited {
    color: #fff;
    background: #005890;
}

.fotorama__fullscreen-icon {
    background: none !important;
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 10 !important;
}

.modal {
    z-index: 9999 !important;
}
