﻿body {
    font-family: Arial;
    font-size:small;
}
@font-face {
    font-family: 'KGTangledUpInYou';
    src: local('☺'), url('/css/CHALKTALK.ttf'), url('/css/CHALKTALK.otf'), url('/css/KGTangledUpInYou.ttf'), url('/css/KGTangledUpInYou2.ttf') format('truetype');
}
.black_links {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.checkout {
    background-image:url(/Images/checkout_btn.png);
    width:124px;
    height:30px;
    border:none;
}
.add_cart {
    background-image:url(/Images/add_cart.png);
    width:123px;
    height:30px;
    border:none;
}
.search {
    background-image: url(/Images/search_btn.png);
    width: 123px;
    height: 30px;
    border: none;
}
.checkout_menu {
    background-image: url(/Images/search_btn.png);
    background:transparent;
    width: 113px;
    height: 20px;
    border: none;
}
.add_cart2 {
    background-image: url(/Images/addcart_blue.png);
    width: 139px;
    height: 54px;
    border: none;
    box-shadow: 0 1px 8px darkorange, 0 1px 8px darkorange;
}

.search {
    background-image: url(/Images/search_btn.png);
    width: 123px;
    height: 30px;
    border: none;
}

.checkout_menu {
    background-image: url(/Images/search_btn.png);
    background: transparent;
    width: 113px;
    height: 20px;
    border: none;
}

.black_links {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;
}

.create_btn {
    background-image: url(/Images/createBTN.png);
    width: 103px;
    height: 32px;
    border: none;
}

.save_btn {
    background-image: url(/Images/saveBTN.png);
    width: 103px;
    height: 32px;
    border: none;
}

.delete_btn {
    background-image: url(/Images/deleteBTN.png);
    width: 103px;
    height: 32px;
    border: none;
}
