/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

/* Share Cart Feature */
.wsc_popup_head h4 {
	font-size: 22px;
}
.wsc_popup_close svg {
	width: 20px;
    height: 20px;
}
.wsc_popup_close svg path {
	stroke: #ffffff;
}
.wsc_email_fields input,
.wsc_email_fields textarea {
	border: 1px solid #cccccc;
    padding: 10px 5px;
    border-radius: 5px;
}
.wsc_email_fields textarea {
	min-height: 180px;
}
.wsc_email_fields input:active,
.wsc_email_fields input:focus,
.wsc_email_fields textarea:active,
.wsc_email_fields textarea:focus {
	border: 1px solid #cccccc;
	stroke: none;
}
.wsc_send_cart {
	font-size: 100%!important;
    margin: 0;
    line-height: 1!important;
    cursor: pointer;
    position: relative;
    text-decoration: none!important;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700!important;
    border-radius: 3px!important;
    left: auto;
    color: #ffffff!important;
    background-color: #5bd3ce!important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.wsc_send_cart:hover {
	opacity: 0.85;
}