/* Global/Helpers/Clears */
.clear {
    clear: both;
}
.nobr {
    white-space: nowrap;
}
.info {
    background: #F7F5C6;
    padding: 10px 20px;
    border: 1px solid #EEEAC1;
    color: #747165;
    box-shadow: inset 0 0 0 1px #ffffcc;
    -webkit-box-shadow: inset 0 0 0 1px #ffffcc;
    -moz-box-shadow: inset 0 0 0 1px #ffffcc;
}
.info a {
    color: #93864E;
}
div.jigoshop_error,
div.jigoshop_message {
    border: 1px solid #ddd;
    margin: 10px 0px;
    padding: 10px 10px 10px 32px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
div.jigoshop_error a.button,
div.jigoshop_message a.button {
    margin-top: 0;
    float: right;
}
div.jigoshop_message a.button {
    background: none repeat scroll 0 0 #33BEE5;
    border-radius: 0 0 0 0;
    float: right;
    font-size: 13px !important;
    margin-top: -3px;
    color: #fff;
    padding: 7px 10px;
    font-family: 'Raleway',sans-serif;
    font-weight: 600;
}
div.jigoshop_message a.button:hover {
    color: #33bee5;
    background-color: #4E5457;
}
div.jigoshop_error {
    color: #D8000C;
    background-color: #ffd4d4;
    background-image: url('../images/error.png');
}
div.jigoshop_message {
    color: #888;
    font-size: 14px;
    background-color: #fff;
    background-image: url('../images/success.png');
}
p small {
    color: #999;
}
p.demo_store {
    position: fixed;
    top: 0;
    left: 50%;
    width: 450px;
    margin-left: -225px;
    font-size: 12px;
    text-align: center;
    background: #f7f5c6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f5c6), to(#eeeac1));
    background: -webkit-linear-gradient(#f7f5c6, #eeeac1);
    background: -moz-linear-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
    background: -moz-gradient(center top, #f7f5c6 0%, #eeeac1 100%);
    padding: 8px 0;
    border: 1px solid #EEEAC1;
    color: #747165;
    z-index: 999999;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
}
small.note {
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px;
}
#breadcrumb {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 1em !important;
    padding: 0;
    font-size: 0.92em;
    color: #999 !important;
}
#breadcrumb a {
    color: #999 !important;
}
/* =WP-PageNavi Plugin
-------------------------------------------------------------- */
.wp-pagenavi {
    clear: both;
    margin-bottom: 15px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #aaa;
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000;
}
.wp-pagenavi span.current {
    font-weight: bold;
}
/* =Product Page
-------------------------------------------------------------- */
div.product {
    position: relative;
}
div.product .product_title {
    clear: none;
}
div.product .summary .product_title {
    padding: 0;
    display: inline-block;
    border-bottom: 1px solid #26bdef;
    margin-top: -8px;
    border-top: none;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    color: #444
}
div.product p.price {
    color: green;
    font-size: 1.3em;
}
div.product .summary p.price {
    background: #fff;
    border-top: 1px solid #ddd;
    color: #444;
    font-size: 18px;
    margin-bottom: -5px;
    font-family: 'Raleway', sans-serif;
}
div.product .summary p.price del {
    color: #c4c4c4;
    font-size: 14px
}
div.product p.price del {
    font-size: 14px;
    color: #aaa;
}
div.product p.stock {
    font-size: 0.92em;
    float: left;
    padding: 2px 0 0 0;
}
div.product .summary p.stock {
    font-size: 18px;
    /*color: #26bdef;*/
    margin-top: -5px
}
div.product div.images {
    float: left;
    width: 314px;
    margin-bottom: 10px;
    position: relative;
}
div.product div.images img {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 0px;
    display: block;
}
div.product div.images div.thumbnails {
    padding-top: 10px;
    overflow: hidden;
    zoom: 1;
}
div.product div.images div.thumbnails a {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
div.product div.images div.thumbnails a img {
    padding: 3px;
}
div.product div.images div.thumbnails a.last {
    margin-right: 0;
}
div.product div.images div.thumbnails a.first {
    clear: both;
}
div.product div.summary {
    float: left;
    margin-left: 20px;
    width: 470px;
}
div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}
div.product div.social span {
    margin: 0 0 0 2px;
}
div.product div.social span span {
    margin: 0;
}
div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}
div.product div.social iframe {
    float: left;
    margin-top: 3px;
}
div.product #tabs {
    clear: both;
    padding: 1em 0 0 0;
    margin: 0 0 1em 0;
}
div.product #tabs ul.tabs {
    border-radius: 0;
    background: #fff;
    overflow: hidden;
    zoom: 1;
    margin: 0 !important;
    margin-bottom: -1px !important;
    padding: 0;
    list-style: none outside !important;
}
div.product #tabs ul.tabs li {
    float: left;
    margin: 0 4px 0 0;
    font-size: 0.92em;
    list-style: none;
}
div.product #tabs ul.tabs a {
    float: left;
    font-family: 'Raleway', sans-serif;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-left: none;
    background: #f3f3f3;
    text-decoration: none;
    color: #666;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
div.product #tabs ul.tabs a:first-child {
    border-left: 1px solid #ddd
}
div.product #tabs ul.tabs li.active a {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #26bdef;
}
div.product #tabs ul.tabs a:focus {
    outline: none;
}
div.product #tabs .panel {
    border: 1px solid #ddd;
    padding: 15px 15px 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


.stock {
    color: #33bee5;
    float: left;
}
.out-of-stock {
    color: red;
}
p.cart {
    float: right;
}
form.cart {
    margin-bottom: 24px;
    float: right;
    width: 100%;
    clear: both;
}
form.cart .button-alt {
    padding: 10px !important
}
form.cart .quantity input.qty {
    padding: 8px 5px 10px
}
form.cart .quantity input.minus,form.cart .quantity input.plus {
    padding: 8px 14px
}
form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}
form.cart table {
    font-size: 12px;
    border-width: 0 0 1px 0 !important;
}
form.cart table td {
    padding: 4px 4px 4px 0 !important;
}
form.cart table div.quantity {
    float: none;
    margin: 0;
    width: 72px;
}
form.cart table small.stock {
    display: block;
    float: none;
}
form.cart .variations label {
    font-weight: bold;
}
form.cart .variations select {
    width: 100%;
    float: left;
}
form.cart .button {
    vertical-align: middle;
    float: left;
    margin: 2px 0 !important;
}
span.onsale {
    background: #33bee5;
    color: #fff;
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    font-size: 12px;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 0;
    left: -15px;
    margin: -6px 0 0 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.products ul,
ul.products {
    padding: 0 !important;
    float: left;
}
.products {
    clear: both;
    margin:0 -12px;
}
.products li {
    float: left;
    margin: 0 12px 20px 12px;
    padding: 0 !important;
    position: relative;
    width: 252px;
    text-align: center;
}
.products li.first {
    clear: both;
}
.products li.last {
    margin-right: 0;
}
.products li .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -6px -6px 0 0;
}
.products li a {
    text-decoration: none;
}
.products li a.button {
    position: absolute;
    width: 48px !important;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #33bee5;
    border-radius: 50%;
    margin: 0 0 0 -24px;
    padding: 0;
    bottom: 70px;
    left: 50%;
    text-indent:-9999px;
    color: #fff;
    font-size: 0 !important;
}
.products li a.button:focus {
    outline: none;
}
.products li a.button:before {
    font-family: 'FontAwesome';
    content: "\f07a";
    display: block;
    text-indent: 0;
    line-height: 48px;
    font-size: 28px;

}

.products li a img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 0 8px !important;
    border: 1px solid #ddd;
}
.products li a:hover img {
    border: 1px solid #bbb;
}
.products li strong {
    color: #666;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    font-family: 'Raleway',sans-serif;
    line-height: 18px;
    font-weight: 500;
}
.products li strong:hover {
    color:#33bee5;
}
.products li .price {
    color: #33bee5;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
    float: none;
    text-align: right;
    background: #fff;
    position: relative;
}
.products li .price ins {
    color: #33bee5 !important;
    text-decoration: none;
    font-size: 14px;
}

.products li .price del {
    font-size: 14px;
    color: #a6a6a6;
    margin-right: 5px;
}
.products li .price .from {
    font-size: 10px;
    line-height: 10px;
    margin: -2px 0 0 0;
    display: block;
    color: #aaa;
    padding-bottom: 3px;
}

table.shop_attributes {
    border: 0 !important;
    border-top: 1px dotted #ccc !important;
}
table.shop_attributes th {
    width: 150px;
    font-weight: bold;
    padding: 8px;
    color: black !important;
    border-top: 1px dotted #ccc;
    border-bottom: none;
    margin: 0 !important;
    line-height: 1.5em;
}

table.shop_attributes td {
    font-style: italic;
    padding: 0 !important;
    border-top: 1px dotted #ccc;
    border-bottom: none;
    margin: 0 !important;
    line-height: 1.5em;
}

table.shop_attributes td p {
    margin: 0 !important;
    padding: 8px;
}
table.shop_attributes .alt td,
table.shop_attributes .alt th {
    background: #f9f9f9;
}
/* =Buttons
-------------------------------------------------------------- */
a.button,
button.button,
input.button,
#review_form #submit {
    color: #fff;
    background: #33bee5;
    padding: 6px;
    line-height: 1em !important;
    margin: 4px 2px 0 0;
    font-size: 14px !important;
    width: auto !important;
    vertical-align: middle !important;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: 'Raleway',sans-serif;


}
a.button:hover,
button.button:hover,
input.button:hover,
#review_form #submit:hover {
    background: #4E5457 !important;
    text-decoration: none;
    color: #33bee5 !important;
}
.cart .button,
.cart input.button {
    float: none;
    border-radius: 0
}
.button-alt {
    color: #fff;
    background: #33bee5;
    padding: 7px 10px 8px;
    line-height: 1em !important;
    margin: 0 2px 0 0;
    float: left;
    font-size: 15px !important;
    font-weight: 600;
    width: auto !important;
    vertical-align: middle !important;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-family: 'Raleway',sans-serif;
}
.button-alt:hover {
    background: #4E5457 !important;
    color: #33bee5 !important;
}
#reviews h2 small {
    float: right;
    color: #999;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0 0;
}
#reviews h2 small a {
    text-decoration: none;
    color: #999;
}
#reviews h3 {
    margin: 0;
}
#reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}
#reviews #comment {
    height: 75px;
}
#reviews #comments .add_review {
    overflow: hidden;
    zoom: 1;
}
#reviews #comments h2 {
    clear: none;
    /*color: #26bdef;*/
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
#reviews #comments ol.commentlist {
    overflow: hidden;
    zoom: 1;
    margin: 0 !important;
}
#reviews #comments ol.commentlist li {
    padding: 00;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    list-style: none;
}
#reviews #comments ol.commentlist li .meta {
    color: #999;
    font-size: 0.75em;
}
#reviews #comments ol.commentlist li img {
    float: left;
    display: block;
    padding: 3px;
    width: 32px;
    height: auto;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0;
    position: inherit;

}
#reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    padding: 11px 11px 0;
    width: 88%
}
#reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 11px;
}
#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.86em;
}
.star-rating {
    float: right;
    width: 80px;
    height: 16px;
    background: url(../images/star.png) repeat-x left 0;
}
.star-rating span {
    background: url(../images/star.png) repeat-x left -32px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
    float: left;
}
.hreview-aggregate .star-rating {
    margin: 10px 0 0 0;
}
#review_form #respond {
    overflow: hidden;
    zoom: 1;
    border: 1px solid #E7E7E7;
    margin: 0 !important;
    padding: 10px 20px 20px;
    width: auto;
}
#review_form #respond p {
    margin: 0 0 10px !important;
}
p.stars {
    overflow: hidden;
    zoom: 1;
}
p.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(../images/star.png) repeat-x left 0;
}
p.stars span a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
}
p.stars span a:hover,
p.stars span a:focus {
    background: url(../images/star.png) repeat-x left -16px;
}
p.stars span a.active {
    background: url(../images/star.png) repeat-x left -32px;
}
p.stars span a.star-1 {
    width: 16px;
    z-index: 10;
}
p.stars span a.star-2 {
    width: 32px;
    z-index: 9;
}
p.stars span a.star-3 {
    width: 48px;
    z-index: 8;
}
p.stars span a.star-4 {
    width: 64px;
    z-index: 7;
}
p.stars span a.star-5 {
    width: 80px;
    z-index: 6;
}
/* =Tables
-------------------------------------------------------------- */
table.shop_table {
    border: 0;
    margin: 0px -1px 24px 0px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
table.shop_table .nobr,
table.shop_table .product-quantity,
table.shop_table .product-subtotal {
    color: #888;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
table.shop_table .product-name .nobr {    
    left: 15px;
    position: absolute;
    text-align: left;
    top: 8px;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}
table.shop_table th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 12px !important;
}
table.shop_table td {
    border-top: 1px solid #E7E7E7;
    padding: 20px 15px;
    vertical-align: top;
    font-size: 14px
}
table.shop_table tfoot td {
    padding-left: 0;
    padding-right: 0
}
table.shop_table tfoot tr .actions .button-alt {
    margin: 0
}
table.shop_table td a.button {
    margin: 0 2px;
}
table.shop_table .product-thumbnail {
    width: 120px;
    height: auto;
}
table.shop_table .product-thumbnail img {
    width: 100%;
    height: auto;
}
table.shop_table .product-name a {
    color: #444;
    font-size: 14px;
    display: block;
    /*margin-top: -5px*/
}
table.shop_table .product-name a:hover {
    color: #33bee5;
}
table.shop_table .product-price,
table.shop_table .product-subtotal {
    background: #f8f8f8;
    text-align: center;
    color: #767676;
    font-family: 'Raleway', sans-serif;
}

table.shop_table thead  tr th {
    background: #fff !important;
    color: #222;
}
table.shop_table tfoot td {
    font-weight: bold;
}
table.my_account_orders {
    font-size: 0.85em;
}
table.my_account_orders th,
table.my_account_orders td {
    padding: 4px 8px !important;
    vertical-align: top;

}
table.my_account_orders .button {
    white-space: nowrap;
    margin: 4px 0;
}
/* =Cart Sidebar
-------------------------------------------------------------- */
ul.cart_list,
ul.product_list_widget {
    list-style: none outside !important;
    padding: 0 !important;
    margin: 0 !important;
}
/*
ul.cart_list li,
ul.product_list_widget li {
  padding: 4px 0 !important;
  margin: 0 !important;
  overflow: hidden;
  zoom: 1;
}
*/
ul.cart_list li a,
.jigoshop ul.product_list_widget li a {
    display: block;
    font-weight: bold;
}
/*
ul.cart_list li img,
ul.product_list_widget li img {
  float: left;
  margin-right: 4px;
  border: 1px solid #ddd;
}
*/
ul.cart_list li dt,
ul.product_list_widget li dt {
    font-weight: bold;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0;
}
ul.cart_list li dd,
ul.product_list_widget li dd {
    display: inline;
    padding: 0;
}
.jigoshop_cart .total {
    border-top: 3px double #ddd;
    padding: 4px 0 4px;
    margin: 0 !important;
}
.jigoshop_cart .total strong {
    min-width: 40px;
    display: inline-block;
}
.jigoshop_cart .buttons {
    overflow: hidden;
    zoom: 1;
}
/* =Cart
-------------------------------------------------------------- */
a.remove {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
    background: url(../images/remove.png) #cccccc;
}
a.remove:hover {
    background-color: #33bee5;
}
.cart th,
.cart td {
    vertical-align: middle;
}
td.actions {
    text-align: right;
}
td.actions .coupon {
    float: left;
}
td.actions .coupon label {
    display: none;
}
td.actions .coupon .input-text {
    width: 80px !important;
    float: left;
    margin: 1px 6px 0 0 !important;
}
td.actions .button-alt {
    float: right;
    margin: 2px 0 0 6px;
}
td.product-name dl.variation {
    margin: 0;
}
td.product-name dl.variation dt {
    font-weight: bold;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0;
}
td.product-name dl.variation dd {
    display: inline;
    margin: 0 12px 0 0;
    padding: 0;
}
td.quantity,
.jigoshop #content div.quantity {
    min-width: 80px;
}
.quantity input {
    margin-left: 0;
    margin-right: 0;
}
.quantity input.qty {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    width: 40px;
    display: inline;
    padding: 6px 5px 8px;
    font-family: 'Open Sans',sans-serif;
    color: #888 !important;
    vertical-align: middle;
    text-align: center;
}
.quantity input.plus,
.quantity input.minus {
    background: #ccc;
    padding: 4px;
    vertical-align: middle;
    line-height: 1em !important;
    border: none;
    width: 20px;
    color: #fff !important;
    cursor: pointer;
}
.quantity input.minus {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.quantity input.minus,
.quantity input.plus {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #888 !important;
    padding: 6px 14px;
    font-family: 'Open Sans',sans-serif;
}

.quantity input.plus {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.quantity input.minus:hover,
.quantity input.plus:hover {
    background: #26bdef;
}
.cart input {
    width: 100px;
    margin: 0 !important;
    vertical-align: middle;
    line-height: 1em !important;
}
.col2-set {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}
.col2-set .col-1 {
    float: left;
    width: 48%;
}
.col2-set .col-2 {
    float: right;
    width: 48%;
}
.cart-collaterals {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}
.cart-collaterals .related {
    width: 310px;
    float: left;
}
.cart-collaterals .cross-sells {
    width: 314px;
    float: left;
}
.cart-collaterals .shipping_calculator {
    float: right;
    width: 225px;
    clear: right;
    text-align: right;
    overflow: hidden;
    zoom: 1;
    margin: 20px 0 0 0;
}
.cart-collaterals .shipping_calculator h2 {
    text-align: left;
}
.cart-collaterals .shipping_calculator .shipping-calculator-button {
    color: #444;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    padding-left: 12px
}
.cart-collaterals .shipping_calculator .shipping-calculator-button:focus {
    outline: none;
    text-decoration: none;
}
.cart-collaterals .shipping_calculator .shipping-calculator-button:hover {
    color: #26bdef
}
.cart-collaterals .shipping_calculator .shipping-calculator-button span {
    display: none;
}
.cart-collaterals .shipping_calculator .button {
    width: 225px !important;
    float: none !important;
    border-radius: 0;
    display: block;
    background: #ff9c07;
    color: #fff;
    padding: 10px 0;
    transition:all 1s;
    font-weight: bold;
}
.cart-collaterals .shipping_calculator .button:hover {
    background: #0588B5
}
.cart-collaterals .shipping_calculator .col2-set .col-1,
.cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%;
    color: #444;
    font-size: 14px
}
.cart-collaterals .shipping_calculator .col2-set .col-1 {
    text-align: left;
}
.cart-collaterals .shipping_calculator .col2-set .col-1 input {
    margin-top: -1px;
    margin-right: 5px
}
.cart-collaterals .shipping_calculator .col2-set .col-2 {
    text-align: right;
}
.cart-collaterals .cart_totals {
    float: right;
    width: 225px;
    text-align: right;
    font-family: 'Raleway', sans-serif !important;
}
.cart-collaterals .cart_totals h2 {
    text-align: left;
    font-size: 18px;
    color: #444;
    margin: 0;
    margin-left: 10px;
    font-family: 'Raleway', sans-serif;
}
.cart-collaterals .cart_totals p {
    margin: 0 !important;
    text-align: left;
}
.cart-collaterals .cart_totals table {
    border-collapse: separate;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 6px !important;
    padding: 0;
}
.cart-collaterals .cart_totals table tr:first-child th,
.cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0 !important;
    font-size: 18px;
    color: #444;
    font-weight: normal;
    vertical-align: top;
}
.cart-collaterals .cart_totals table tr:first-child td,
.cart-collaterals .cart_totals tr td  {
    font-size: 15px !important
}
.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table th {
    padding: 18px 25px 18px 12px !important;
    text-align: left;
}
.cart-collaterals .cart_totals table small {
    display: block;
    color: #999;
}
.cart-collaterals .cart_totals .discount td {
    color: green;
}
.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th {
    border-bottom: 1px solid #E7E7E7;
    border-top: 0;
    padding: 6px 24px;
    font-weight: normal;
    font-size: 18px;
    color: #444
}
.cart-collaterals .cart_totals tr td strong,
.cart-collaterals .cart_totals tr th strong {
    font-weight: normal;
}
.cart-collaterals .cart_totals a.button-alt {
    width: 193px;
    display: block;
    font-size: 0.92em;
}
/* =Forms
-------------------------------------------------------------- */
.form-row {
    overflow: hidden;
    zoom: 1;
    padding: 3px;
    margin: 0 0 6px !important;
}
.form-row label {
    display: block;
}
.form-row label.hidden {
    visibility: hidden;
}
.form-row select {
    width: 100%;
    cursor: pointer;
    margin: 0 !important;
    border-radius: 0
}
.form-row .required {
    color: #c00;
    font-weight: bold;
}
.form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.form-row label.checkbox {
    display: inline;
}
form .form-row,
#content .form-row {
    /*display: block;
                  padding: 1px;
                  -webkit-box-sizing:border-box;
                  -moz-box-sizing:border-box;
                  box-sizing:border-box;
                  width: 100%;
                  border: 1px solid #ccc;
                  outline: 3px solid #f5f5f5;
                  background: #fff;*/

}
form .form-row input.input-text,
#content .form-row input.input-text,
form .form-row textarea,
#content .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    padding: 4px 6px;
    margin: 0;
    outline: 0;
    background: #fff none;
    font-size: 12px;
    line-height: 1em;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #888;
}
form .form-row input.input-text {
    padding: 4px 10px;
    height: 30px;
    box-shadow: none;
    border-radius: 0
}

form .form-row textarea,
#content .form-row textarea {
    height: 13.5em;
    line-height: 1.5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
form .form-row input.input-text:focus,
#content .form-row input.input-text:focus,
form .form-row textarea:focus,
#content .form-row textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.form-row-first,
.form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}
.form-row-last {
    float: right;
}
.shipping-calculator-form {
    margin-top: 20px
}
/* =Checkout
-------------------------------------------------------------- */
form.login {
    border: 1px solid #ccc;
    padding: 20px;
    border: 1px solid #E7E7E7;
    margin: 20px 0 20px 0px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#payment {
    background: #F9F9F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#payment ul.payment_methods {
    overflow: hidden;
    zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #eee;
    margin: 0 !important;
    list-style: none outside;
}
#payment ul.payment_methods li {
    line-height: 2.5em;
    text-align: left;
    margin: 0 !important;
    font-weight: normal;
    list-style: none;
}
#payment ul.payment_methods li input {
    margin: 0 1em 0 0 !important;
}
#payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 0.5em;
    position: relative;
}
#payment div.form-row {
    padding: 1em;
    border-top: 1px solid #fff;
}
#payment #place_order {
    float: right;
    margin: 0;
}
#payment .terms {
    padding: 0 1em 0 !important;
    text-align: right;
}
#payment div.payment_box {
    position: relative;
    width: 96%;
    background: #f5f5f5;
    border: 1px solid #eee;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    padding: 1em 2% 0;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
}
#payment div.payment_box #cc-expire-month,
#payment div.payment_box #cc-expire-year {
    width: 48%;
    float: left;
}
#payment div.payment_box #cc-expire-year {
    float: right;
}
#payment div.payment_box span.help {
    font-size: 11px;
    color: #999;
    line-height: 13px;
    font-weight: normal;
}
#payment div.payment_box p,
#payment div.payment_box .form-row {
    margin: 0 0 1em;
}
#payment div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #eee;
    /* arrow size / color */

    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -4px;
    left: 0;
    margin: -1em 0 0 2em;
}
#payment div.payment_message {
    position: relative;
    width: 96%;
    background: #f5f5f5;
    color: red;
    border: 1px solid #eee;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    padding: 1em 2% 1em;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
}
#payment div.payment_message:after {
    content: "";
    display: block;
    border: 8px solid #eee;
    /* arrow size / color */

    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -4px;
    left: 85%;
    margin: -1em 0 0 2em;
}
div.shipping-address {
    padding: 0;
    clear: left;
}
#shiptobilling {
    float: right;
    line-height: 1.62em !important;
    margin: 0 0 0 0 !important;
    padding: 0;
}
#shiptobilling label {
    font-size: 12px;
    padding-left:5px;
}
.checkout .col-2 h3 {
    float: left;
    clear: none;
}
.checkout .col-2 .notes {
    clear: left;
}
.checkout .col-2 .form-row-first {
    clear: left;
}
.checkout #customer_details,
.checkout #order_review,
.checkout #payment {
    margin-bottom: 24px;
}
/* =Order Page
-------------------------------------------------------------- */
.order_details {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 1.5em;
    list-style: none;
}
.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1em;
    border-right: 1px dashed #ccc;
    padding-right: 2em;
}
.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5em;
    color: #333;
}
.order_details li.method {
    border: none;
}
/* =Account
-------------------------------------------------------------- */
.addresses .title {
    overflow: hidden;
    zoom: 1;
}
.addresses .title h3 {
    float: left;
}
.addresses .title .edit {
    float: right;
}
/* =Layered Nav Widgets
-------------------------------------------------------------- */
.widget_price_filter .price_slider_wrapper .button {
    float: right;
    margin: 0 !important;
}
.widget_price_filter .price_slider_wrapper .price_slider {
    margin: 1em .6em .6em;
}
.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    outline: 0 !important;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount {
    overflow: hidden;
    line-height: 2em;
}
.widget_layered_nav ul {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none outside !important;
}
.widget_layered_nav ul li {
    overflow: hidden;
    zoom: 1;
    padding: 0 0 1px;
}
.widget_layered_nav ul li a,
.widget_layered_nav ul li span {
    padding: 1px 0;
    float: left;
}
.widget_layered_nav ul li.chosen a {
    padding: 0 6px 0 18px;
    border: 1px solid #3399cc;
    background: #3399cc url(../images/cross_white.png) no-repeat 6px center;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.widget_layered_nav ul small.count {
    float: right;
    margin-left: 6px;
    font-size: 1em;
    padding: 1px 0;
    color: #999;
}
fieldset.variations {
    border: none;
}
div.product div.product_meta,
div.product div.variations_button {
    clear: left;
}
div.product div.product_meta .posted_in,
div.product div.product_meta .posted_in a,
div.product div.product_meta .tagged_as,
div.product div.product_meta .tagged_as a {
    color: #666;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

section#primary div.product div.summary {
    width: 42%;
}
.single_variation .price {
    float: left;
}
.single_variation,
.stock {
    clear: left;
}
.customized_product_label {
    font-weight: bold;
}
dl.customization {
    margin: 0;
}
dl.customization dt {
    font-weight: bold;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0;
}
dl.customization dd {
    display: inline;
    margin: 0 12px 0 0;
    padding: 0;
}
.applied-coupons-values {
    text-decoration: none !important;
    font-size: 13px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    border: 1px solid #aaaaaa;
    line-height: 13px;
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
}
.cart-discount-code {
    font-size: 12px;
    padding-right: 5px;
    color: #888;
    float: right;
}
.close {
    display: block;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
input:-ms-input-placeholder {
    background: white;
    color: LightGray;
}
/* =Twenty Twelve
-------------------------------------------------------------- */
.jigoshop .site-content {
    /*	width: 65.104166667%;  -- twenty-twelve default, not quite wide enough to have 4 columns on Shop */

    width: 66%;
}
.jigoshop .site-content .cross-sells {
    width: auto;
}
.jigoshop .site-content div.jigoshop_error,
.jigoshop .site-content div.jigoshop_message {
    padding: 15px 10px 15px 32px;
}
.jigoshop .site-content div.jigoshop_error a.button,
.jigoshop .site-content div.jigoshop_message a.button {
    margin-top: -4px;
}
.jigoshop .site-content input.qty {
    border: 0;
    border-radius: 0;
}
.jigoshop .site-content .quantity input.qty {
    border: 1px solid #ccc;
    width: 20px;
    display: inline;
    padding: 1px 5px 2px;
    line-height: 1em;
    vertical-align: middle;
}
.jigoshop .site-content .quantity input.plus,
.jigoshop .site-content .quantity input.minus {
    padding: 5px 4px 4px 4px;
    vertical-align: middle;
    line-height: 1em;
    border: none;
    width: 20px;
    color: #fff !important;
    cursor: pointer;
}
.jigoshop .site-content .quantity input.minus {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.jigoshop .site-content .quantity input.plus {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.jigoshop .site-content .quantity input.minus:hover,
.jigoshop .site-content .quantity input.plus:hover {
    background: #a9c146;
}
.cross-sells ul,
.cross-sells li {
    list-style: none outside !important;
}
.products ul,
ul.products,
.products li {
    list-style: none outside !important;
}
#respond h3 {
    background: #fff;
    color: #444;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 0
}
#commentform .comment-form-comment textarea {
    width: 97%;
    border-radius: 0;
    box-shadow: none;
}
#commentform .form-submit #submit {
    background: #26bdef;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    border: none;
    padding: 10px 15px
}
.jigoshop .elements-box  p {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px
}
.jigoshop .elements-box  p:first-child {
    margin-top: 0
}
.jigoshop .elements-box h2,
.jigoshop .elements-box .title h3 {
    color: #333 !important;
    font-size: 24px;
    font-family: 'Rokkitt', serif;
}
.jigoshop .elements-box h2 {
    margin-top: 45px;
    border-bottom: 1px solid #26bdef;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 5px
}
.jigoshop .elements-box table.my_account_orders {
    padding-top: 35px;
    margin-bottom: -50px;
    border-top: 1px solid #e7e7e7;
}
.jigoshop .elements-box table.my_account_orders thead th {
    color: #222;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 15px !important
}
.jigoshop .elements-box table.my_account_orders  td {
    padding: 15px 8px !important
}
.jigoshop .elements-box table.my_account_orders .alignright .button {
    background: #33bee5;
    color: #fff
}
.jigoshop .elements-box table.my_account_orders .alignright .button:hover {
    background: #4E5457;
    color: #33bee5;
}
.jigoshop .elements-box .addresses{
    margin-top: 40px
}
.jigoshop .elements-box .addresses .title {
    border-bottom: 1px solid #e7e7e7
}
.jigoshop .elements-box .addresses .title h3 {
    border-bottom: 1px solid #26bdec;
    padding-bottom: 10px;
    margin-bottom: 0
}
.jigoshop .elements-box h3 {
    color: #333 !important
}
.jigoshop .elements-box input.button {
    background: #26bdec;
    color: #fff;
    transition: all 1s;
    border-radius: 0;
    font-weight: bold;
}
.jigoshop .elements-box input.button:hover {
    background: #0588B5;
    color: #fff;
    border-radius: 0
}
#searchform input {
    border-radius: 0;
    box-shadow: none;
}
#searchform #searchsubmit {
    color: #fff;
    background: #26bdef;
    padding: 5px 10px;
    border: none;
}
.price_slider_wrapper .ui-widget-content {
    background: #fff
}
.price_slider_wrapper .ui-widget-header {
    background: #26bdef
}
.price_slider_wrapper .price_slider_amount {
    margin-top: 10px;
    padding-top: 3px
}
.price_slider_wrapper .price_slider_amount .button {
    margin-top: -3px;
    margin-right: 10px;
    border-radius: 0;
    background: #26bdef;
    color: #fff
}
.price_slider_wrapper .price_slider_amount .button:hover {
    border-radius: 0;
    color: #222;
    background: #f7f7f7
}
/*
 ul.product_list_widget li,
 ul.cart_list li {
  margin-bottom: 10px !important;
  display: block;
}
*/
ul.product_list_widget .js_widget_product_title,
ul.cart_list .js_widget_product_title {
    margin-top: -7px;
    display: block;
}
/*
.product_list_widget li a img,
.cart_list li a img {
  margin-right: 10px
}
*/
#jigoshop_cart-2 .button {
    background: #26bdef;
    color: #fff;
    box-shadow: none;
    border-radius: 0
}
#jigoshop_cart-2 .button:hover {
    background: #f7f7f7;
    color: #222;
    box-shadow: none;
    border-radius: 0
}
#dropdown_product_cat {
    border-radius: 0
}
#dropdown_product_cat:focus {
    outline: none;
}
#wp-calendar {
    width: 100%
}
#wp-calendar caption {
    font-size: 18px;
    color: #444;
    margin-bottom: 8px

}
#wp-calendar td {
    text-align: center;

}
#wp-calendar td#prev {
    text-align: left;
    padding-left: 5px
}
#wp-calendar td#next {
    text-align: right;
    padding-right: 5px
}
#tag_cloud-2 {
    overflow: hidden;

}
#tag_cloud-2 .tagcloud a .kp-tag-text{
    float: left;
    display: inline-block;
    margin-right: 10px
}
.login input.button {
    float: left; margin-right: 10px
}
.login a.lost_password {
    float: left;
    margin-top: 19px;
    font-size: 14px;

    color:#444;
}
.login a.lost_password:hover {
    color: #26bdef
}

#rss-2 li a,
#rss-2 .widget-title .rsswidget,
#tag_cloud-2 .tagcloud a .kp-tag-text,
#recent-posts-2 li .tag_related,
#pages-2 .page_item a,
#meta-2 li a,
#archives-2 li a,
#categories-3 li a,
#menu-all-pages li a,
#recent-posts-2 li a {
    color: #444
}
#rss-2 li a:hover,
#rss-2 .widget-title .rsswidget:hover,
#tag_cloud-2 .tagcloud a .kp-tag-text:hover,
#recent-posts-2 li .tag_related:hover,
#pages-2 .page_item a:hover,
#meta-2 li a:hover,
#archives-2 li a:hover,
#categories-3 li a:hover,
#menu-all-pages li a:hover,
#recent-posts-2 li a:hover{
    color: #26bdef
}
#categories-3 ul li,
#nav_menu-2 ul li,
#archives-2 ul li,
#meta-2 ul li,
#pages-2 ul li,
#recent-comments-2 ul li,
#recent-posts-2 ul li,
#rss-2 ul li {
    margin:10px 0 0;
}
#user-login-3 .jigoshop_login_widget p {
    overflow: hidden;
}
#user-login-3 .jigoshop_login_widget label,
#user-login-3 .jigoshop_login_widget p.register {
    color: #444
}
#user-login-3 .jigoshop_login_widget .input-text {

    border-radius: 0;
}
#user-login-3 .jigoshop_login_widget .input-text:focus {
    box-shadow: none;
    border-radius: 0;
}
#user-login-3 .jigoshop_login_widget .input-submit {
    border: none;
    background: #26bdef;
    color: #fff;
    padding: 6px 10px;
    float: left;
    margin-right: 10px
}
#user-login-3 .jigoshop_login_widget p .forgot {
    margin-top: 5px;
    float: left;
}
#user-login-3 .jigoshop_login_widget p.register a {
    margin-left: 4px;
    display: inline-block;
}

#pp_full_res #respond #reply-title {
    color: #444;
    background-color: white;
}

.jigoshop select {
    border-color: #ddd;
    border-radius:0;
    font-family: 'Open Sans',sans-serif;
    color: #888;
    font-weight: 400;
    font-size: 12px;
}

/*========================
  responsive
===========================*/

@media only screen and (min-width: 1024px) and (max-width: 1043px) {
    .products li {
        width:219px;
    }
    .products li.first {
        clear: none;
    }
    #reviews #comments ol.commentlist li .comment-text {
        width: 86%
    }



}

@media only screen and (min-width: 980px) and (max-width: 1023px) {

    .products li {
        width: 199px;
    }

    .products li.first {
        clear: none;
    }
    #reviews #comments ol.commentlist li .comment-text {
        width: 86%
    }
    table.shop_table td {
        padding: 15px 10px;
    }



}

@media only screen and (min-width: 800px) and (max-width: 979px) {

    .products li {
        width: 221px;
    }
    .quantity input.qty {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        width: 28px;
        padding-left: 0;
        padding-right: 0
    }
    .form-row-first, .form-row-last {
        width: 97%
    }
    #shiptobilling {
        float: left;
        margin-bottom: 20px !important
    }
    .elements-box p.form-row-last {
        float: left;
    }
    #reviews #comments ol.commentlist li .comment-text {
        width: 80%
    }
    .jigoshop .elements-box table.my_account_orders  td {
        padding: 15px 1px !important;
        font-size: 12px;
    }
    table.shop_table td a.button {
        margin: 0 1px;
    }
    a.button, button.button, input.button, #review_form #submit {
        font-size: 12px !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 799px) {

    .products li {
        width: 211px;
    }
    .quantity input.qty {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        width: 28px;
        padding-left: 0;
        padding-right: 0
    }
    .form-row-first, .form-row-last {
        width: 97%
    }
    #shiptobilling {
        float: left;
        margin-bottom: 20px !important
    }
    .elements-box p.form-row-last {
        float: left;
    }
    #reviews #comments ol.commentlist li .comment-text {
        width: 78%
    }
    div.product #tabs ul.tabs a {
        padding: 10px 8px
    }
    .jigoshop .elements-box table.my_account_orders  td {
        padding: 15px 1px !important;
        font-size: 12px;
    }
    table.shop_table td a.button {
        margin: 1px;
        display: block;
    }
    a.button, button.button, input.button, #review_form #submit {
        font-size: 12px !important;
    }
    table.shop_table .product-thumbnail {
        display: none;
    }
    table.shop_table .product-name {
        width: 150px;
    }
    #header-top .top-link li {
        margin-left: 20px;
    }
    #header-top .search {
        margin-left: 40px;
    }

}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    .products li {
        width: 176px;
    }

    #searchform input {
        display: block;
    }
    .quantity input.qty {
        width: 28px;
        padding-left: 0;
        padding-right: 0;
        border-left:1px solid #e5e5e5;
        border-right:1px solid #e5e5e5;
        border-top:none;
        border-bottom:none;
    }
    .form-row-first, .form-row-last {
        width: 97%
    }
    #shiptobilling {
        float: left;
        margin-bottom: 20px !important
    }
    .elements-box p.form-row-last {
        float: left;
    }
    #reviews #comments ol.commentlist li .comment-text {
        width: 84%
    }
    .products li strong {
        font-size: 14px;
    }
    table.shop_table .product-thumbnail {
        width: 100px;
    }
    table.shop_table .product-name {
        width: 118px;
    }
    .jigoshop .elements-box table.my_account_orders  td {
        padding: 15px 1px !important;
        font-size: 12px;
    }
    table.shop_table td a.button {
        margin: 1px;
        display: block;
    }
    a.button, button.button, input.button, #review_form #submit {
        font-size: 12px !important;
    }

}

@media only screen and (min-width: 600px) and (max-width: 639px) {
    .products li {
        width: 256px;
    }
    #searchform input {
        display: block;
    }
    .quantity input.qty {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        width: 36px;
        padding-left: 0;
        padding-right: 0
    }
    .quantity input.minus, .quantity input.plus {
        padding: 6px 18px
    }
    .form-row-first, .form-row-last {
        width: 97%
    }
    #shiptobilling {
        float: left;
        margin-bottom: 20px !important
    }
    .elements-box p.form-row-last {
        float: left;
    }
    #reviews #comments ol.commentlist li .comment-text {
        width: 82%
    }
    .products li strong {
        font-size: 14px;
    }
    table.shop_table .product-thumbnail {
        width: 100px;
    }
    table.shop_table .product-name {
        width: 118px;
    }
    .jigoshop .elements-box table.my_account_orders  td {
        padding: 15px 1px !important;
        font-size: 12px;
    }
    table.shop_table td a.button {
        margin: 1px;
        display: block;
    }
    a.button, button.button, input.button, #review_form #submit {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {

    .products li {
        width: 196px;
    }
    #searchform input {
        display: block;
    }
    .quantity input.qty {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        width: 28px;
        padding-left: 0;
        padding-right: 0
    }
    .form-row-first, .form-row-last {
        width: 97%
    }
    #shiptobilling {
        float: left;
        margin-bottom: 20px !important
    }
    .col2-set .col-1 .title,
    .col2-set .col-2 .title {
        display: block;
    }
    .elements-box p.form-row-last {
        float: left;
    }
    div.product #tabs ul.tabs a {
        font-size: 16px;
    }
    #reviews #comments ol.commentlist li .comment-text {
        width: 78%
    }

    table.shop_table td {
        padding: 10px;
    }
    table.shop_table .product-thumbnail {
        display: none;
    }
    table.shop_table .product-name {
        width: 125px;
    }
    .jigoshop .elements-box table.my_account_orders  td {
        padding: 15px 1px !important;
        font-size: 12px;
    }
    table.shop_table td a.button {
        margin: 1px;
        display: block;
    }
    a.button, button.button, input.button, #review_form #submit {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 479px) {

    .products {
        margin: 0;
    }
    .products li {
        margin: 0 0 20px;
        width: 100%;
    }
    .products li .onsale {
        right:50%;
        margin-right: -20px;
        margin-top: -20px;
    }
    #searchform input {
        display: block;
    }
    .quantity input.qty {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        width: 30px;
        padding-left: 0;
        padding-right: 0
    }
    .quantity input.minus, .quantity input.plus {
        padding: 6px 15px
    }
    table.shop_table .product-thumbnail {
        display: none;
    }
    table.shop_table .product-name .nobr {
        left: 0
    }
    table.shop_table td {
        padding: 10px 5px
    }
    .form-row-first, .form-row-last {
        width: 97%
    }
    #shiptobilling {
        float: left;
        margin-bottom: 20px !important
    }
    .col2-set .col-1 .title,
    .col2-set .col-2 .title {
        display: block;
    }
    .col2-set .col-2,
    .col2-set .col-1 {
        float: left;
        width: 100%
    }
    .elements-box table.my_account_orders td {
        padding: 15px 3px !important
    }
    .elements-box p.form-row-last {
        float: left;
    }
    div.product #tabs ul.tabs a {
        font-size: 12px;
        padding: 10px 4px
    }
    #reviews #comments ol.commentlist li .comment-text {
        width: 68%
    }

    .jigoshop .elements-box table.my_account_orders  td {
        padding: 15px 1px !important;
        font-size: 10px;
    }
    table.shop_table td a.button {
        margin: 1px;
        display: block;
    }
    a.button, button.button, input.button, #review_form #submit {
        font-size: 12px !important;
    }
    .jigoshop select {
        width: 180px;
    }
    table.shop_table .product-name a,
    table.shop_table td,
    table.shop_table .nobr, table.shop_table .product-quantity, table.shop_table .product-subtotal  {
        font-size: 12px;
    }
    .button-alt {
        font-size: 13px !important;
    }
}

