/* ------------------------------------------------------------------------ */
/* Header Shopping Cart
/* ------------------------------------------------------------------------ */
#header .widget_shopping_cart {
    display: block;
    width: 300px;
    position: absolute;
    top: 90px;
    right: 20px;
    background: #262626;
    margin: 0;
    padding: 0;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
    z-index: 9999;
    display: none;
}

#header .widget_shopping_cart ul {
    margin: -20px 0 0 0 !important;
    padding: 0 !important;
}

#header .widget_shopping_cart li {
    border-bottom: 1px solid #333333;
    padding: 12px 16px !important;
    margin: 0 !important;
}

#header .widget_shopping_cart li:hover {
    background: #333333;
}

#header .widget_shopping_cart li:after {
    content: "";
    display: block;
    clear: both;
}

#header .widget_shopping_cart a {
    display: block;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

#header .widget_shopping_cart .remove {
    display: none;
}

#header .widget_shopping_cart .total {
    padding: 12px 16px;
    color: #ffffff !important;
    font-weight: 700;
}

#header .widget_shopping_cart p {
    margin: 0;
    padding: 0;
}

#header .widget_shopping_cart p.total strong,
#header .widget_shopping_cart p.total .amount {
    color: #ffffff !important;
    font-weight: 700;
}

#header .widget_shopping_cart span {
    color: #cccccc;
}

#header .widget_shopping_cart img {
    border-radius: 2px;
}

#header .widget_shopping_cart .variation {
    display: none;
}

#header .widget_shopping_cart .quantity {
    border: none;
    box-shadow: none;
    display: block;
    width: auto;
}

#header .widget_shopping_cart .buttons {
    background: #333333;
    padding: 16px;
}

#header .widget_shopping_cart a.button {
    display: inline-block;
    padding: 10px 14px;
    margin: 0 10px 0 0;
    background: #222222;
    color: #ffffff;
    font-size: 12px !important;
    font-weight: 700 !important;
}

#header .widget_shopping_cart a.button:hover {
    background: #999999;
    color: #ffffff !important;
}

/*-----------------------------------------------------------------------------------*/
/*  WooCommerce General
/*-----------------------------------------------------------------------------------*/
.woocommerce a.button, .woocommerce input[type=submit], .woocommerce button {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 700;
    width: auto;
    padding: 15px 20px;
    margin: 0;
    border-radius: 2px;
    background: #999999;
    color: #fff;
    border: none;
}

.woocommerce a.button:hover, .woocommerce input[type=submit]:hover, .woocommerce button:hover {
    background: #333333;
    border-color: #333333;
    color: #fff;
}

.woocommerce .button.checkout-button {
    background: #44bdbd;
    border-color: #44bdbd;
    color: #fff;
}

.woocommerce form .form-row-first {
    /*width: 48%;*/
    width: 100%;
    margin: 0 0 0 0;
    float: left;
}

.woocommerce form .form-row-last {
    /*width: 48%;*/
    width: 100%;
    margin: 0;
    float: left;
}

/*-----------------------------------------------------------------------------------*/
/*  Products Overview
/*-----------------------------------------------------------------------------------*/
/* Title & Results Count /--------------------------------------------------------- */
.woocommerce .page-title {
    display: none; /* RETHINK THIS */
}

.woocommerce-result-count {
    float: left;
    font-weight: 600;
    color: #999;
    margin: 0 0 60px 0;
}

.woocommerce-ordering {
    float: right;
    margin: 0 0 60px 0;
}

.woocommerce-ordering .simpleselect .placeholder,
.woocommerce-ordering .simpleselect .options .option,
.woocommerce-ordering .simpleselect .options .optgroup .optgroup-label {
    padding: 3px 12px;
}

/* Sale Badge */
.woocommerce .products .onsale {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 110px;
    text-align: center;
    background: #44bdbd;
    color: #fff;
    display: block;
    margin: -40px -48px 0 0;
    padding: 60px 0 4px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.products .button.add_to_cart_button {
    background: none;
    border-radius: 0px;
    padding: 8px 0 0 0 !important;
    display: inline-block;
    color: #999999;
}

.products .button.add_to_cart_button:hover {
    background: none;
}

.products .button.add_to_cart_button.loading:after {
    content: '\f013';
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-left: 6px;
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;

}

.products .button.add_to_cart_button.added:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-left: 6px;
}

.products .added_to_cart {
    display: none !important;
}

.out-of-stock {
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 4px 12px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    border-radius: 2px;
    background: #c0081a;
    color: #fff;
    font-weight: 600;
}

/* Products Grid /--------------------------------------------------------- */

.products {
    list-style: none;
    margin: 0px -20px 0;
    padding: 0;
    clear: both;
}

/* Margin -20 for normal pages
.sixteen.columns .products{
	margin: 0px -20px 0;
}
*/

.products:after {
    content: "";
    display: block;
    clear: both;
}

.products a {
    display: block;
}

.products {
    letter-spacing: -0.31em
}

.products > div,
.products > h2 {
    letter-spacing: normal;
}

.products li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 25%;
    /*height: 400px;*/
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 20px 14px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    letter-spacing: normal;
    vertical-align: top;
}

.products li a {
    position: relative;
    overflow: hidden;
}

.columns-2 .products li {
    width: 50%;
}

.columns-3 .products li {
    width: 33.3%;
}

.columns-5 .products li {
    width: 20%;
}

.products li img {
    margin: 0 0 10px;
    width: 100%;
    height: auto;
}

.products li h3 {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-size: 14px;
    color: #777777;
    line-height: 1.9 !important;
}

.products li .price {
    display: block;
    font-size: 18px;
    margin: 0;
    color: #444444;
    border: none;
    padding: 0;
    font-weight: 600;
}

.products li .price del {
    color: #999;
    font-size: 12px;
    margin-right: 5px;
}

.products li .price ins {
    text-decoration: none;
}

.products li .star-rating {
    display: none;
}

.products .product-category img:hover {
    opacity: 0.8;
}

/*-----------------------------------------------------------------------------------*/
/*  Product Upsells & Related Products
/*-----------------------------------------------------------------------------------*/
.cross-sells {
    width: 100%;
    clear: both;
    margin: 20px 0 0;
    padding: 0;
}

.upsells.products {
    width: 100%;
    clear: both;
    margin: 20px 0 0;
    padding: 0;
}

.related.products {
    width: 100%;
    clear: both;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}

.products h2, .cross-sells h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
}

.products ul.products, .cross-sells ul.products {
    margin: 0 -20px;
    padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Product Details
/*-----------------------------------------------------------------------------------*/
.product {
    position: relative;
}

.product .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    text-align: center;
    background: #44bdbd;
    color: #fff;
    display: block;
    margin: 0;
    padding: 4px 10px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 9;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product .images {
    float: left;
    width: 485px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.product .images img {
    max-width: 100%;
    height: auto;
}

.product .images .attachment-shop_single {
    overflow: hidden;
    border-radius: 2px;
}

/*.product .images .thumbnails {
	margin-right: -18px;
}*/

.product .images .thumbnails img {
    margin-top: 12px;
    margin-right: 18px;
    overflow: hidden;
    border-radius: 2px;
}

.product .summary {
    float: right;
    width: 635px;
}

.product h1 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.product .woocommerce-review-link {
    display: none;
}

.product .price {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    display: block;
    font-size: 24px;
    margin: 0 0 26px;
    color: #777777;
    font-weight: 700;
}

.product .price del {
    color: #999;
    font-size: 12px;
    margin-right: 5px;
}

.product .price ins {
    text-decoration: none;
}

.stock {
    font-weight: 700;
    color: #88b12b;
}

/*-----------------------------------------------------------------------------------*/
/*  Product Details - Add-To-Cart Button & Quantity
/*-----------------------------------------------------------------------------------*/
.cart {
    margin: 30px 0;
}

.cart input:focus, .cart button:focus {
    outline: none;
}

.quantity {
    float: left;
    overflow: hidden;
    border-radius: 3px;
}

.quantity .input-group-btn {
    display: inline-block;
    float: left;
}

.quantity .input-text {
    float: right;
    width: 40px;
    border: none;
    border-radius: 0;
    height: 45px;
    padding: 0 10px;
    margin-bottom: 0;
    background: #f9f9f9;
}

.quantity .input-group-btn button.btn {
    background: #f1f1f1;
    color: #999999;
    font-family: sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    height: 45px;
    width: 40px;
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
}

button.single_add_to_cart_button {
    color: #fff;
    background: #333333;
}

button.single_add_to_cart_button:hover {
    background: #44bdbd;
    color: #ffffff;
}

/* Product Details Variations /--------------------------------------------------------- */
.variations_form table {
    background: #f9f9f9;
    border-radius: 2px;
    clear: both;
}

.variations_form table td {
    vertical-align: middle;
    padding: 20px;
}

.variations_form table tr {
}

.variations_form table label {
    width: auto;
}

.variations_form table tr:last-child {
    border: none;
}

.reset_variations {
    display: none !important;
}

.variations_form select {
    margin: 0;
    padding: 0;
}

.single_variation_wrap {
    padding: 20px 0 0;
}

/* Product Details Meta /--------------------------------------------------------- */
.product_meta {
    font-size: 13px;
    padding: 0 0 30px;
}

.product_meta a {
    color: #999;
}

.product_meta .posted_in, .product_meta .tagged_as, .product_meta .sku_wrapper {
    display: block;
    color: #999;
}

/* Product Details Tabs /--------------------------------------------------------- */
.woocommerce-tabs {
    border-top: 1px solid #efefef;
    float: left;
    width: 635px;
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none;
}

.woocommerce-tabs > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-tabs > ul > li {
    list-style: none;
    list-style-type: none;
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
    margin-right: 20px;
    float: left;
    font-weight: 400;
}

.woocommerce-tabs > ul > li a {
    color: #999;
    display: block;
    padding: 14px 0 13px 0;
    margin: 0;
    border-bottom: 3px solid transparent;
}

.woocommerce-tabs > ul > li a:hover {
    color: #666;
}

.woocommerce-tabs > ul > li.active a {
    color: #44bdbd;
    font-weight: 400;
    border-bottom: 3px solid #333333;
}

.woocommerce-tabs .panel {
    background: #fff;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    clear: both;
    padding: 30px 0 15px;
}

.woocommerce-tabs .panel h2 {
    font-size: 18px;
    font-weight: 600;
}

.shop_attributes {
    margin-bottom: 12px;
    width: 100%;
}

.shop_attributes tr {
    border-bottom: 1px solid #efefef;
}

.shop_attributes tr:last-child {
    border-bottom: 0;
}

.shop_attributes tr th {
    font-weight: 600;
    padding: 8px 0;
    text-align: left;
    width: 20%;
}

.shop_attributes tr td {
    padding: 5px 0;
    text-align: left;
    width: 80%;
}

.shop_attributes p {
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Product Details - Reviews
/*-----------------------------------------------------------------------------------*/
/*h3#reply-title{
	font-size: 18px;
}*/

.star-rating {
    float: right;
    position: relative;
    overflow: hidden;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 4.8em;
    text-align: right;
    font-family: fontawesome;
    color: #999;
    font-weight: 400;
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #ccc;
}

.star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 20px;
    color: #999999;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
}

#reviews .review-title {
    margin: 0;
}

#reviews .review-main-title {
    margin-bottom: 25px;
}

#reviews .commentlist {
    margin-bottom: 0;
}

#reviews li {
    clear: both;
}

#reviews li:last-child {
    margin-bottom: 0;
}

#reviews .meta {
    margin: 0 0 5px;
    padding: 0;
}

#reviews .meta strong {
    color: #444444;
}

#reviews .comment-text .star-rating span {
    color: #ccc;
}

#reviews li .avatar {
    border-radius: 4px;
    position: relative;
    margin-right: 20px;
}

#reviews li .comment-text {
    position: relative;
}

#reviews li .comment-text .description {
    clear: both;
    position: relative;
}

#reviews .add_review {
    clear: both;
}

#reviews .add_review .button {
    padding: 6px 12px;
}

#reviews .commentlist li {
    clear: both;
    width: 100%;
    margin: 0 0 40px 0;
}

/*-----------------------------------------------------------------------------------*/
/* Product Details - Review Lightbox / Prettyphoto Additions
/*-----------------------------------------------------------------------------------*/
.pp_woocommerce {
    background: #fff;
    border-radius: 4px;
}

.pp_woocommerce #respond, .pp_woocommerce .pp_content {
    margin: 0 auto;
    width: 100%;
    overflow: visible;
}

.pp_woocommerce h3#reply-title {
    background: #f9f9f9;
    padding: 20px 40px;
    display: block;
    margin: -38px -40px 40px;
    border-radius: 4px 4px 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #777;
}

.pp_woocommerce .pp_content textarea#comment {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pp_woocommerce .pp_content #submit {
    width: auto;
}

.pp_woocommerce .pp_content_container:after {
    content: "";
    display: block;
    clear: both;
}

div.pp_woocommerce .pp_close {
    border-radius: 50%;
    color: #fff !important;
    background: #999;
    font-size: 14px !important;
    font-family: verdana !important;
    font-weight: 700 !important;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 30px;
}

div.pp_woocommerce .pp_close:hover {
    background: #333;
    color: #fff !important;
}

div.pp_woocommerce .pp_close:before {
    content: "\00d7";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0;
    line-height: 30px;
}

.comment-form-rating label {
    display: none;
}

.comment-form-comment label {
    display: none;
}

.pp_description {
    display: none !important;
}

.pp_woocommerce #commentform .comment-form-email span, .pp_woocommerce #commentform .comment-form-author span {
    display: none;
}

.pp_woocommerce #commentform p label {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/* Product Details - Review Form
/*-----------------------------------------------------------------------------------*/
p.stars {
    position: relative;
    line-height: 1;
    font-size: 14px;
}

p.stars:after {
    content: "";
    display: block;
    clear: both;
}

p.stars a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
    width: 90px;
    display: block;
    position: relative;
    float: left;

    padding: 6px;
    background: #f9f9f9;
    margin-right: 5px;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

p.stars a:hover {
    background: #44bdbd;
    color: #ffffff;
}

p.stars a:hover:after {
    color: #ffffff !important;
}

p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
    font-family: FontAwesome;
    content: "\f005";
    position: absolute;
    top: 9px;
    width: 50px;
    right: 10px;
    font-size: 10px;
    color: #999;
    text-align: right;
    font-weight: 400;
}

p.stars a.star-1:hover, p.stars a.star-2:hover, p.stars a.star-3:hover, p.stars a.star-4:hover, p.stars a.star-5:hover {
    text-decoration: none;
}

p.stars a.star-1:after {
    content: "\f005";
}

p.stars a.star-2:after {
    content: "\f005\f005";
}

p.stars a.star-3:after {
    content: "\f005\f005\f005";
}

p.stars a.star-4:after {
    content: "\f005\f005\f005\f005";
}

p.stars a.star-5:after {
    content: "\f005\f005\f005\f005\f005";
}

p.stars a.active,
p.stars a.active:after {
    background: #44bdbd;
    color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  Alert Messages
/*-----------------------------------------------------------------------------------*/
.woocommerce-message {
    margin: 0 0 20px;
}

.woocommerce-message {
    padding: 12px 12px 12px 20px;
    display: block;
    border-radius: 3px;
    background-color: #ffffff !important;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
}

.woocommerce-message:before {
    position: relative;
    display: inline;
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f00c';
    margin: 0 10px 0 0;
}

.woocommerce-message a.button {
    margin: 6px 10px 0 0;
    border: none;
    float: right;
    background: transparent;
    padding: 0;
    color: #ffffff;
    letter-spacing: 0;
    font-family: inherit;
    text-transform: none;
    font-weight: normal;
}

.woocommerce-message a.button:hover {
    border: none;
    background: transparent;
}

.woocommerce-message ul, .woocommerce-message li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-error {
    padding: 12px 12px 12px 20px;
    display: block;
    border-radius: 4px;
    background-color: #fceeee;
    color: #d25c5a;
    list-style: none;
    margin: 0 0 40px 0;
    line-height: 37px;
    position: relative;
}

.woocommerce-error li:before {
    position: relative;
    display: inline;
    font-size: 14px;
    font-family: FontAwesome;
    content: '\f00d';
    margin: 0 10px 0 0;
}

.woocommerce-message:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*  Shopping Cart - Table
/*-----------------------------------------------------------------------------------*/
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border-collapse: separate;
    margin: 0 0 60px 0;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    font-weight: 700;
    text-transform: uppercase;
    color: #666666;
    line-height: 18px;
    padding: 20px;
    background: #f9f9f9;
    letter-spacing: 2px;
}

.payment_box #simplify_commerce-cc-form .form-row label {
    width: 30% !important;
}

.payment_box #simplify_commerce-cc-form .form-row input {
    width: 70% !important;
    margin-right: 0;
}

.payment_box #simplify_commerce-cc-form .form-row {
    margin-bottom: 25px;
}

.woocommerce table.shop_table td.actions {
    font-weight: 700;
    text-transform: uppercase;
    color: #666666;
    line-height: 18px;
    padding: 20px;
    background: #f9f9f9;
}

.woocommerce table.shop_table tr.cart_item td {
    border-top: 1px solid #efefef;
    padding: 20px;
    vertical-align: middle;
}

.woocommerce table.shop_table tr.cart_item:first-child td {
    border-top: none;
}

.woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small {
    font-weight: 400;
}

.woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {

}

.woocommerce table.my_account_orders th, .woocommerce-page table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders td {
    padding: 4px 8px;
    vertical-align: middle;
}

.woocommerce table.my_account_orders .button, .woocommerce-page table.my_account_orders .button {
    white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions {
    text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em;
}

.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
    font-size: .8751em;
    margin: .25em 0 .5em;
}

.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
    clear: left;
    float: left;
    font-weight: 600;
    margin: 0 .25em 0 0;
    padding: 0;
}

.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
    margin: 0 0 .25em;
}

.woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification {
}

.woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
}

.woocommerce table.cart img, .woocommerce-page table.cart img, .woocommerce #content table.cart img, .woocommerce-page #content table.cart img {
    height: auto;
    width: 90px;
}

.woocommerce table.cart th, .woocommerce-page table.cart th, .woocommerce #content table.cart th, .woocommerce-page #content table.cart th, .woocommerce table.cart td, .woocommerce-page table.cart td, .woocommerce #content table.cart td, .woocommerce-page #content table.cart td {
    vertical-align: middle;
}

.woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove {
    border-radius: 100%;
    color: #333;
    display: block;
    font-size: 1.6em;
    font-weight: 700;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    text-decoration: none;
    width: 1.6em;
}

.woocommerce table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover {
    background-color: #333;
    color: #fff;
}

.woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page #content table.cart td.actions {
    text-align: right;
}

.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
    float: left;
}

.woocommerce table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label {
    display: none;
}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    float: left;
    margin-right: 10px;
    padding: 8px 10px;
}

.woocommerce table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt {
    float: right;
    margin-left: 10px;
}

.woocommerce table.cart input, .woocommerce-page table.cart input, .woocommerce #content table.cart input, .woocommerce-page #content table.cart input {

    margin: 0;
    vertical-align: middle;
}

.input-text#coupon_code {
    padding: 10px 12px !important;
    font-weight: normal;
}

/*-----------------------------------------------------------------------------------*/
/*  Shopping Cart - Totals
/*-----------------------------------------------------------------------------------*/
/* Total Table /--------------------------------------------------------- */
.cart-collaterals {
    width: 560px;
    float: right;
    margin-top: 0px;
    margin-bottom: 40px;
}

.cart-collaterals:after {
    content: "";
    display: block;
    clear: both;
}

.cart_totals {
    width: 100%;
    margin: 0 0 40px 0;
}

.cart_totals h2 {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.cart_totals table {
    width: 100%;
}

.cart_totals tr {

}

.cart_totals th {
    width: 40%;
    text-align: left;
    font-weight: 700;
    padding: 10px 20px;
    background: #efefef;
    border-bottom: 1px solid #ffffff;
}

.cart_totals tr:last-child th {
    border: none;
}

.cart_totals td {
    padding: 10px 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #ffffff;
}

.cart_totals tr:last-child td {
    border: none;
}

.cart_totals .total .amount {
    font-size: 16px;
    color: #444;
}

/* Shipping Calculator /--------------------------------------------------------- */
.wc-proceed-to-checkout {
    margin-top: 40px;
    text-align: right;
}

/*-----------------------------------------------------------------------------------*/
/*  Checkout
/*-----------------------------------------------------------------------------------*/
#customer_details {
    padding: 50px 60px 0;
    max-width: 632px;
    width: 100%;
    margin: 30px auto 0;
    background-image: url(../images/line-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#customer_details:before {
    position: relative;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    margin: 0 0 10px;
}

#customer_details:after {
    content: "";
    display: block;
    clear: both;
}

#customer_details .col-1 {
    float: left;
    margin: 0 0px 20px 0;
    /*max-width: 570px;*/
    width: 100%;
}

#customer_details .col-2 {
    float: left;

    padding: 0;
}

/* FireFox Fix */
#customer_details .col-2 .woocommerce-shipping-fields {
    float: left;
    width: 100%;
}

#customer_details .col-1 h3, #customer_details .col-2 h3 {
    margin: 0 0 20px 0 !important;
    padding: 0;
    font-size: 20px;
align: left;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

#customer_details .col-2 h3:after {
    content: "";
    display: block;
    clear: both;
}

#customer_details .col-2 h3 label {
    float: left;
    margin: 3px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 31px;
    color: #555;
    font-family: 'Open Sans', sans-serif;
}

#customer_details .col-2 h3 input {
    float: left;
    margin: -1px 7px 0 0;
    padding: 0;
    display: none;

}

#customer_details .col-2 h3 label {
    background-image: url('../images/checkbox.jpg');
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 25px;
}

#customer_details .col-2 h3 input:checked + label {
    background-image: url('../images/checkbox-checkd.jpg');
}

.woocommerce form.checkout input, .woocommerce form.checkout select, .woocommerce form.checkout submit, .woocommerce form.checkout textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
    padding: 4px 12px;
    background-color: #EAEAEA !important;
    color: #000;
    border: 1px solid #f3f3f3;
    height: 40px;
}

input#simplify_commerce-card-number {
    width: 68% !important;
}

.woocommerce form.checkout label {
    display: block;
    margin: 10px 0;
    padding: 0;
align: left;
    float: left;
    width: 30%;
    color: #595959;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;

}

.woocommerce form.checkout label.checkbox {
    display: block;
    width: auto;
}

.woocommerce form.checkout input[type=checkbox] {
    display: inline;
    width: 17px;
    margin-left: 10px;
}

.woocommerce form.checkout .form-row-wide {
    width: 100%;
}

input#createaccount {
    float: left;
    margin: 5px 10px 0 0;
}

/* Your Order Table /--------------------------------------------------------- */
h3#order_review_heading {
    margin-bottom: 20px !important;
    padding: 15px 0 0;
    font-size: 20px;
    border-top: 1px solid #c3c3c3;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: none;

}

.checkout .shop_table {
    clear: both;
    margin-bottom: 40px !important;
}

.checkout .shop_table th {
    background: #efefef;
    border-top: 1px solid #ffffff;
}

.checkout .shop_table tr td {
    background: #ffffff;
    padding: 0px 20px;
    border-top: 1px solid #efefef;
}

/*-----------------------------------------------------------------------------------*/
/*  Checkout - Payment
/*-----------------------------------------------------------------------------------*/
#payment {
    clear: both;
    margin: 20px 0 40px;
    border-top: 2px solid #ededed;
    padding: 20px 0 0;
    overflow: hidden;
}

#payment .agree, #payment .wc-terms-and-conditions {
    display: none;
}

#payment ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

#payment ul li {
    display: block;
    padding: 0px 0px 10px 0px;

    margin: 0 0 1px 0;
    background: #fff;
}

#payment ul li .payment_box {
    width: 100%;
    display: block;
    clear: both;
    padding: 10px 0 0;
}

#payment ul li .payment_box p {
    margin: 0 0 25px 0;
}

#payment ul li:after {
    content: "";
    display: block;
    clear: both;
}

#payment input {
    width: auto;
    float: left;
    margin: 0px 5px 0 0;
}

#payment label {
    display: inline-block;
    float: left;
    width: auto;
    font-weight: 600;
    margin: 10px 0;
    width: 55%;
    text-align: left;
}

#payment label img {
    display: block;
    float: right;;
}

#payment input.button {
    float: right;
    margin: 15px 0 0 0;
    background: #0071e3; /* Old browsers */
    background: -moz-linear-gradient(top, #0071e3 0%, #0071e3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0071e3 0%, #0071e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0071e3 0%, #0071e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0071e3', endColorstr='#0071e3', GradientType=0); /* IE6-9 */

    padding: 10px 81px;
    font-size: 18px;
    color: #fff;
    border: #0071e3 solid 1px;
    float: none;
    height: 47px !important;
    text-transform: capitalize;
    font-weight: 550;

}

select.card_type_box {
    width: 70% !important;
}

select.exp_month {
    width: 32% !important;
}

select.exp_year {
    width: 34.2% !important;
    float: left;
    margin-left: 3.5%;
}

.payment_box #simplify_commerce-cc-form .form-row .security_code {
    width: 13% !important;
}

a.what-cvv {
    float: left;
    line-height: 32px;
    margin-left: 15px;
    cursor: pointer;
}

p.form-row.form-row-wide.card-icon img {
    margin-left: 30.5%;
}

/* CUSTOM CHECKOUT - FOR OFFLINE PAYMENT */
#payment.woocommerce-checkout-payment .payment_method_offline_cc .form-row {
    width: 100%;
}

#payment.woocommerce-checkout-payment .payment_method_offline_cc .form-row label {
    width: 30% !important;
}

#payment.woocommerce-checkout-payment .payment_method_offline_cc .form-row input {
    width: 70% !important;
    margin-right: 0;
}

#payment.woocommerce-checkout-payment .payment_method_offline_cc select#cc-expire-month {
    width: 32% !important;
}

#payment.woocommerce-checkout-payment .payment_method_offline_cc select#cc-expire-year {
    width: 34.2% !important;
    float: left;
    margin-left: 3.5%;
}

#payment.woocommerce-checkout-payment .payment_method_offline_cc .form-row #offline_cc_card_csc {
    width: 13% !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Checkout - Coupon & Create Account
/*-----------------------------------------------------------------------------------*/
/* Create Account /--------------------------------------------------------- */
.create-account {
    display: block;
    margin-top: 20px;
}

#shiptobilling {
    float: right;
    width: 176px;
    text-align: right;
}

/* Coupon /--------------------------------------------------------- */
.woocommerce-info {
    padding: 15px 20px;
    margin: 0 0 20px;
    overflow: hidden;
    background: #f9f9f9;
    border-radius: 2px;
    font-weight: 600;
}

.woocommerce-info a {
    text-transform: none;
    font-weight: 400;
}

form.login, form.checkout_coupon {
    margin: 0 0 20px;
}

.checkout_coupon p {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.checkout_coupon .form-row-first {
    padding: 0 20px 0 0 !important;
    margin: 0;
}

.checkout_coupon .form-row-last {
    width: 30px;
    padding: 0;
    margin: 0;
}

.login .button {
    margin-bottom: 20px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Order Received & Account
/*-----------------------------------------------------------------------------------*/
.shop_table.my_account_orders, .shop_table.order_details {
    margin-bottom: 40px !important;
}

.woocommerce .addresses .col-1 {
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .02);
}

.woocommerce .addresses .col-2 {
    width: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding: 20px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .02);
}

.woocommerce .addresses h3 {
    color: #999;
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

.woocommerce .addresses address {
    font-style: normal;
    margin: 0 0 0px 0;
    padding: 0;
}

.woocommerce .addresses p {
    margin: 0;
    padding: 0;
}

.woocommerce .addresses header {
    margin: 0;
    padding: 0;
    border: none;
}

.woocommerce .addresses h3 {
    font-weight: 600;
    color: #666666;
}

.shop_table.order_details th {
    border-bottom: 1px solid #ffffff;
}

.shop_table.order_details td {
    padding: 20px;
}

.woocommerce .form-row label {
    display: block !important;
    font-weight: 600;
}

.woocommerce .form-row input[type=text], .woocommerce .form-row input[type=password], .woocommerce .form-row input[type=email], .woocommerce .form-row select, .woocommerce .form-row submit, .woocommerce .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 70%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.woocommerce .form-row label {
    display: block;
    width: auto;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 600;
}

.my_account_orders th, .my_account_orders td {
    padding: 20px !important;
}

.customer_details {
    margin-bottom: 40px;
}

.customer_details dt {
    font-weight: 600;
}

.customer_details dd {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce {
    padding-bottom: 20px !important;
}

.col2-set:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*  WooCommerce Widgets
/*-----------------------------------------------------------------------------------*/
.product_list_widget {
    margin: 12px 0 0 !important;
}

.product_list_widget li {
    border-bottom: 1px solid #efefef;
    padding: 0 0 12px !important;
    margin: 0 0 12px !important;
    clear: both;
}

.product_list_widget li:last-child {
    margin: 0;
    border: none;
}

.product_list_widget li:after {
    content: "";
    display: block;
    clear: both;
}

.product_list_widget a {
    display: block;
    font-weight: 700;
    color: #44bdbd;
}

.product_list_widget img {
    width: 42px;
    height: auto;
    border-radius: 50%; /* or 2px */
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 4px;
}

.product_list_widget span.amount {
}

.product_list_widget .star-rating {
    position: relative;
    float: none;
    margin: 3px 0 10px 0;
    padding: 0;
}

.product_list_widget .reviewer {
    margin: 0;
    padding: 0;
    display: none;
}

.widget_product_search label {
    display: none;
}

td.actions input {
    margin: 0;
}

/* Widget Price Filter /--------------------------------------------------------- */
.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 16px;
}

.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
    float: left;
}

.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #777;
    cursor: pointer;
    background: #777;
    outline: none;
    top: -4px;
    box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #999;
    border-radius: 1em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background: #efefef;
}

.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.woocommerce .widget_price_filter .button {
    padding: 10px 14px;
    margin: 0;
    background: #333333;
    border: none;
    font-size: 11px;
}

.woocommerce .widget_price_filter .price_label {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;
    display: inline-block;
}

.woocommerce .widget_price_filter .button:hover {
    background: #333333;
    color: #ffffff;
}

mark.count {
    background: none;
    color: #999999;
}

/* Widget Layered Nav /--------------------------------------------------------- */
.woocommerce .widget_layered_nav li small {
    float: right;
    display: inline;
    font-size: 13px;
    font-weight: 600;
    margin: -22px 0 0;
    color: #ccc;
}

.woocommerce .widget_layered_nav li:after {
    display: none;
}

.woocommerce .widget_layered_nav li.chosen a {
    color: #44bdbd !important;
    font-weight: 600;
}

.woocommerce .widget_layered_nav li.chosen a:before {
    font-size: 14px;
    margin-right: 5px;
    font-family: FontAwesome;
    content: '\f00d';
    font-weight: 400;
}

/* Widget Categories /--------------------------------------------------------- */
.woocommerce .widget_product_categories span.count {
    display: none !important;
}

.woocommerce .widget_product_categories > ul > li.current-cat > a {
    color: #44bdbd !important;
    font-weight: 600;
}

.woocommerce .widget_product_categories > ul > li.current-cat:after {
    color: #44bdbd !important;
}

.woocommerce .widget_product_search #searchsubmit {
    display: none !important;
}

.woocommerce .widget_product_search input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/* Order Received
/*-----------------------------------------------------------------------------------*/
.order-received {
    text-align: center;
    padding: 40px 0;
}

.order-received i {
    font-size: 84px;
}

.order-received h2 {
    font-size: 64px;
    line-height: 1;
    margin: 20px 0;
    color: #666;
    font-weight: 300;
}

.order-received h3 {
    font-size: 37px;
    line-height: 22px;
    margin: 0 0 40px;
    color: #999;
}

/*-----------------------------------------------------------------------------------*/
/* Secondary Image on Hover
/*-----------------------------------------------------------------------------------*/
.pif-has-gallery {
    position: relative;
}

.pif-has-gallery .secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* ------------------------------------------------------------------------ */
/* Empty Cart
/* ------------------------------------------------------------------------ */
p.cart-empty {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 40px 0 20px 0;
}

p.return-to-shop {
    text-align: center;
    margin: 0px 0 80px 0;
}

/*-----------------------------------------------------------------------------------*/
/* Product Page with Sidebar
/*-----------------------------------------------------------------------------------*/

.product-page.twelve .product .images {
    float: left;
    width: 339px;
}

.product-page.twelve .product .summary {
    float: left;
    width: 440px;
}

.product-page.twelve .woocommerce-tabs {
    clear: both;
    float: none;
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/* EOF
/*-----------------------------------------------------------------------------------*/
input[type='text'], input[type='password'], input[type='email'], input[type='tel'] {
    float: left;
    width: 70% !important;
    padding: 4px 12px;
    background-color: #ededed;
}

.woocommerce form .form-row {
    float: left;
    width: 100%;
    margin-bottom: 26px;
}

.woocommerce form.checkout #billing_address_2_field {
    display: none !important;
}

.woocommerce-shipping-fields #order_comments_field {
    display: none;
}

.woocommerce-shipping-fields #shipping_address_2_field {
    display: none !important;
}

.form-row.place-order {
    text-align: center;
}

.agree {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 17px;
    border-top: 1px solid #c3c3c3;
    padding-top: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    letter-spacing: 2px;
}

#billing_company_field {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .banner-text h1 {
        font-size: 42px;
    }

    .banner-text h2 {
        font-size: 42px;
    }

    .banner-text p {
        font-size: 20px;
    }

    .banner-text {
        padding: 12% 0 7%;
    }

}

@media (min-width: 768px) and (max-width: 997px) {
    #customer_details::before {
        width: 78%;
    }
}

@media (min-width: 280px) and (max-width: 767px) {
    #customer_details {
        width: 100% !important;
        padding: 50px 0 0;
    }

    .payment_box #simplify_commerce-cc-form .form-row {
        margin-bottom: 25px;
    }

}

@media (min-width: 480px) and (max-width: 680px) {
    .woocommerce .form-row input[type="text"], .woocommerce .form-row input[type="password"], .woocommerce .form-row input[type="email"], .woocommerce .form-row select, .woocommerce .form-row submit, .woocommerce .form-row textarea {
        width: 100% !important;
    }

    .woocommerce form.checkout label {
        width: 94% !important;
    }

    .payment_box #simplify_commerce-cc-form .form-row label {
        width: 100% !important;
    }

    .payment_box #simplify_commerce-cc-form .form-row input {
        width: 100% !important;
    }

    .payment_box #simplify_commerce-cc-form .form-row {
        margin-bottom: 25px;
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
        width: 100% !important;
    }

    select.exp_year {
        margin-left: 0%;
        margin-top: 25px;
    }

    p.form-row.form-row-wide.card-icon img {
        margin-left: 0%;
    }

}

@media (min-width: 280px) and (max-width: 479px) {

    .woocommerce .form-row input[type="text"], .woocommerce .form-row input[type="password"], .woocommerce .form-row input[type="email"], .woocommerce .form-row select, .woocommerce .form-row submit, .woocommerce .form-row textarea {
        width: 100% !important;
    }

    .woocommerce form.checkout label {
        width: 100% !important;
    }

    .woocommerce form.checkout label[for="ship-to-different-address-checkbox"] {
        width: 90% !important;
    }

    #payment.woocommerce-checkout-payment .payment_method_offline_cc .form-row,
    .payment_box #simplify_commerce-cc-form .form-row {
        margin-bottom: 25px;
    }

    input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
        width: 100% !important;
    }

    #payment.woocommerce-checkout-payment .payment_method_offline_cc select#cc-expire-year,
    select.exp_year {
        margin-left: 0%;
        margin-top: 25px;
    }
}

h3.pay {
    margin: 0 0 20px 0 !important;
    padding: 0;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    text-align: left;
}

.woocommerce-shipping-fields > #additional_field_664_field label {
    float: left;
    width: 96%;
    line-height: 19px;
    margin-top: 12px;
    font-size: 12px;
    background-image: url('../images/radio.jpg');
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 25px;
}

.woocommerce-shipping-fields > #additional_field_664_field input[type="radio"]:checked + label {
    background-image: url('../images/radio-checkd.jpg');
}

.woocommerce-shipping-fields > #additional_field_664_field input[type="radio"] {
    float: left;
    width: 17px;
    margin-left: 0;
    margin-right: 7px;
    clear: both;
    display: none;

}

#additional_field_20_field {
    /*float: left;*/
    float: right;
    width: 25%;
    margin-top: 5px;
}

#additional_field_20_field input {
    width: 100% !important;
    padding: 4px 7px;
}

.cvv-box {
    position: relative;
}

#mm_t25_ccv_desktop {
    border: 1px solid #c3c3c3;
    padding: 0 10px 10px;
    position: relative;
    width: 51%;
    float: right;
    margin-top: -31px;
    background-color: #fff;
    display: none;
}

.cvv-box.mm_t25_cvv_open #mm_t25_ccv_desktop {
    display: block !important;
}

.mm_t25_ccv_info .mm_t25_close_btn {
    background: url("../images/dow-standard-sprite.png") -30px -120px no-repeat;
    background-size: 600px 630px;
    margin-top: 0;
    margin-bottom: 0;
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

.mm_t25_cvv_visa {
    background-image: url("../images/T20_ccv_visa.png");
    background-position: right 5px;
    background-repeat: no-repeat;
    margin: 10px 0;
    min-height: 70px;
    padding: 10px 120px 0px 0;
    float: left;
}

.mm_t25_cvv_amex {
    background-image: url("../images/T20_ccv_amex.png");
    background-position: right 5px;
    background-repeat: no-repeat;
    margin: 0;
    min-height: 70px;
    padding: 0px 120px 10px 0;
    float: left;
}

#customer_details .error-msg {
    color: red;
    float: right;
}

.woocommerce-shipping-fields h3.delivery {
    border-top: 2px solid #ededed;
    padding-top: 20px !important;
    float: left;
    width: 100%;
    margin-top: 20px !important;

}

.woocommerce form .form-row.woocommerce-invalid-required-field input {
    border: 1px solid #e55a26 !important;
}

.woocommerce-billing-fields #billing_country_field, .woocommerce-shipping-fields #shipping_country_field {
    display: none;
}

.woocommerce-billing-fields #billing_state, .payment_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 2px 2px 8px;
    border: none;
    background: #eaeaea url("../images/br_down.png") no-repeat 97% center !important;

}

.simpleselect .placeholder:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 17px;
    background: url("../images/br_down.png") 0 center no-repeat !important;
}

#payment label[for="payment_method_PayPal-Pro"] {
    display: none;
}

/** One Page Chcekout **/
#opc-messages .woocommerce-message {
    margin-top: 15px;
    text-align: center !important;
    font-size: 16px !important;
    padding: 10px 10px 10px 20px !important;
}

#opc-product-selection .opc_columns_2 .opc-pricing-table-product,
#opc-product-selection .opc_columns_1 .opc-pricing-table-product {
    margin-right: 35px !important;
    width: 48% !important;
    border-radius: 5px !important;
    background-color: #EDEDED !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(199, 199, 199, 0.5) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(199, 199, 199, 0.5) !important;
    box-shadow: 0px 0px 15px 0px rgba(199, 199, 199, 0.5) !important;
}

#opc-product-selection .opc_columns_1 .opc-pricing-table-product {
    margin-left: 25% !important;
    margin-right: 25% !important;
}

#opc-product-selection .opc_columns_2 .opc-pricing-table-product:last-child {
    margin-right: 0 !important;
}

#opc-product-selection .opc_columns_2 .opc-pricing-table-product .checkout-quantity,
#opc-product-selection .opc_columns_1 .opc-pricing-table-product .checkout-quantity {
    margin: 16px 0 !important;
    background: #3aade6 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #3aade6 0%, #038ace 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3aade6 0%, #038ace 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3aade6 0%, #038ace 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aade6', endColorstr='#038ace', GradientType=0) !important; /* IE6-9 */
    border-radius: 3px !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    padding: 19px 32px !important;
    letter-spacing: 0px !important;
}

#opc-product-selection .opc_columns_2 .opc-pricing-table-product .checkout-quantity span,
#opc-product-selection .opc_columns_1 .opc-pricing-table-product .checkout-quantity span {
    letter-spacing: 0px !important;
}

@media (min-width: 998px) and (max-width: 1199px) {
    /*#opc-product-selection .opc_columns_2 .opc-pricing-table-product,*/
    /*#opc-product-selection .opc_columns_1 .opc-pricing-table-product {*/
        /*!*width: 29.8% !important;*!*/
        /*width: 48% !important;*/
    /*}*/
    #opc-product-selection .opc_columns_2 .opc-pricing-table-product {
        width: 47% !important;
    }

    #opc-product-selection .opc_columns_1 .opc-pricing-table-product {
        /*width: 29.8% !important;*/
        /*margin-right: 20px !important;*/
        width: 50% !important;
        margin-left: 25% !important;
        margin-right: 25% !important;
    }
}

@media (min-width: 768px) and (max-width: 997px) {
    #opc-product-selection .opc_columns_2 .opc-pricing-table-product {
        width: 47% !important;
    }

    #opc-product-selection .opc_columns_1 .opc-pricing-table-product {
        /*width: 29.8% !important;*/
        /*margin-right: 20px !important;*/
        width: 50% !important;
        margin-left: 25% !important;
        margin-right: 25% !important;
    }
}

@media (min-width: 200px) and (max-width: 767px) {
    #opc-product-selection .opc_columns_2 .opc-pricing-table-product,
    #opc-product-selection .opc_columns_1 .opc-pricing-table-product {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.woocommerce-checkout .order_item .variation-commission {
    display: none;
}