.wp_cart_clear_float{
clear:both;
}

.shopping_cart{
padding: 5px;
}
.shopping_cart img{
border:none;
box-shadow: none;
}
.shopping_cart input{
width:auto !important;
margin: 0;
}
.shopping_cart input[type="number"]{
max-width:5em !important;
text-align:center;
}
div.shopping_cart table{
border: none;    
}
div.shopping_cart tr td, div.shopping_cart tr th{
    padding: 15px;
    border: solid 1px #e8e8e8;
}

body input, body textarea {
    border: #dbdbdb 1px solid!important;
    outline: 0!important;
    border-radius: 5px!important;
}

div.shopping_cart tr th{
font-weight: bold;  
    border: solid 1px #e8e8e8;  
}
div.shopping_cart tr, div.shopping_cart th{
border: none;    
}
.shopping_cart .wspsc_cart_item_name_th{
text-align: left;
}
.shopping_cart .wspsc_cart_qty_th, .shopping_cart .wspsc_cart_price_th{
text-align: center;
}
.shopping_cart .wp_cart_item_thumbnail{
margin-right: 10px;
}
.shopping_cart .wp_cart_item_thumbnail img{
max-width: 48px;
float: left;
}

.wp_cart_remove_item_form input[type="image"]{
border: none;
cursor: pointer;
}

.wp_cart_item_name a {
    font-family: 'FSElliotPro';
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.wp_cart_item_name a:hover {
	text-decoration:none;
}

.wp_cart_checkout_button{
cursor: pointer;    
}
.wp_cart_checkout_button:hover{
opacity:0.7;
}

.wp_cart_button:hover{
opacity:0.7;
}
.wp_cart_button_wrapper input{
margin: 0;
    padding: 15px;
    background-color: #2c9b28;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 180px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 15px;
    border: 0;
    cursor: pointer;
}

.wpspsc_error_message{
color:red !important;
font-weight:bold;
}
.wpspsc_success_message{
color:green !important;
font-weight:bold;
}

/* product box display specific CSS */
.wp_cart_product_display_box{
border: 1px solid #E8E5DC;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 25px;
padding-bottom: 5px;
width:300px;
}
.wp_cart_product_thumbnail img{
max-width:100%;
}
.wp_cart_product_display_bottom{
padding:10px 15px;	
}
.wp_cart_product_name{
color: #525351;
font-size: 16px;
font-weight: bold;
line-height: 20px;
margin: 0 0 10px 0;
text-transform:uppercase;
}
.wp_cart_product_description{
font-style:italic;
}
.wp_cart_product_price{
color: #525351;
display: block;
font-size: 22px;
font-weight: bold;
line-height: 24px;
margin: 0;
padding: 10px 10px 10px 0;
}
/* end of product display specific CSS */

/* Compact cart css */
.wpsps_compact_cart{
font-family:helvetica;	
background-color:#DDDDDD;
border:1px solid #CCCCCC;
max-width: 240px;
min-width: 200px;
padding: 10px 7px;
margin:5px 0;
}
.wpsps_compact_cart_container{
padding-left: 15px;
font-size: 14px;
}
.wpsps_compact_cart_price{
color: #6A872D;
font-weight: bold;
}
.wpsps_compact_cart_co_btn{
background-color: #A3A3A3 !important;
color: #162636 !important;
font-size: 14px !important;
font-weight:normal !important;
margin-left: 10px !important;
padding: 5px 7px !important;
text-decoration: none !important;
width:auto !important;
height:auto !important;
}
/* End of compact cart css */
/* Compact cart 2 css */
.wspsc_compact_cart2{
background-color:#b4d613;
border:1px solid #92B002;
max-width: 140px;
min-width: 140px;
padding: 2px 2px;
margin:10px 0;
}
.wspsc_compact_cart2_container{
background: url('images/shopping_cart_icon_2.png') 6px 6px no-repeat;
padding-left: 40px;
}
.wspsc_compact_cart2_inside{
background: #262626;
display: block;
color: #FFFFFF;
font-size: 14px;
text-align: center;
cursor: pointer;
padding: 3px 0;
}
.wspsc_compact_cart2_view_cart_link {
color: #FFFFFF !important;
text-decoration: none;
}
.wspsc_compact_cart2_view_cart_link:hover {
color: #FFFFFF !important;
text-decoration: none;
}
.wp_cart_remove_item_form input[type="image"] {
    border: none;
    cursor: pointer;
    width: 18px!important;
    border: 0!important;
    outline: 0!important;
}
.wp_cart_remove_item_form {
	display:flex;
	justify-content:center;
	align-items:center;
}
.cart-pay__item_lg {
    width: 50%!important;
}
.cart__inner {
    
    margin: 0 auto;
}
.cart__section:last-child {
    margin-bottom: 0;
}
.cart__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
	font-family: 'FSElliotPro';
}
.cart__head-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #383838;
}
.cart__head-num {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #535353;
}
.cart__pay {
    margin-bottom: 10px;
    font-family: 'FSElliotPro';
}
.cart-pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-pay__item {
    width: 25%;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.cart-pay__toggle {
    position: relative;
    display: block;
    margin: 0;
}
input[type='radio'], input[type='checkbox'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.cart-pay__control {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.cart-pay__control:checked+.cart-pay__label {
    background-color: #e7f9fe;
    -webkit-box-shadow: 0 0 0 1px #42cdec;
    box-shadow: 0 0 0 1px #42cdec;
}
.cart-pay__label {
    display: block;
    height: 126px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #fff;
}
.cart-pay__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 86px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.cart-pay__img img {
    margin: 0 5px;
}
.cart-pay__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    display: block;
    text-align: center;
    color: #6b6b6b;
}
.cart-pay__desc {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    display: block;
    text-align: center;
    color: #898989;
}

.cart-submit__btn:hover {
    color: #fff;
    background-color: #56c05a;
}
.cart-submit__btn {
    font-size: 15px;
    font-weight: 700;
    font-family: 'FSElliotPro';
    line-height: 20px;
    display: inline-block;
    float: right;
    letter-spacing: 1px;
    height: auto;
    padding: 10px 20px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
	cursor:pointer;
    border: 0;
    background-color: #33a62e;
}
.page-content {
	max-width:unset;
}
/* End of compact cart 2 css */
