/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: black,blue,gray,red,white,yellow,dark,light,one-column,two-columns,right-sidebar,fixed-layout,responsive-layout,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.2.1541471815
Updated: 2018-11-06 13:36:55

*/

.site {
    opacity: 0.85;
}
tr.cart_item, tr.cart-subtotal, tr.order-total {
    color: #888 !important;
}
.ATCBox_s1 {
    background-color: #404040;
    padding: 17px 24px 24px;
}
.pulsate {
    opacity: .5;
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
}
#t01 {
    border: none;
    border-collapse: collapse;
}
#t01 td {
    border: 0;
    border-collapse: collapse;
}
#product-1083 > div.summary.entry-summary > p > span {
    display: none;
}

/* Button Styles */
.button {
display: inline-block;
padding: 12px 24px;
border-radius: 6px;
border: 0;
font-weight: bold;
letter-spacing: 0.0625em;
/* text-transform: uppercase; */
background: #615f8b;
color: #fff;
}
/* Add a rollover background colour but keep the text white */
.button:hover,
.button:focus,
.button:active {
background: #b7b6cd;
color: #fff;
}
/* End Button Styles */
