@charset "UTF-8";
/* CSS Document */

#spws-product-mob {
   visibility: hidden;
   display: none;
 }

@media (max-width: 480px) {

	 #spws-pdf-mob {
       visibility: hidden;
       display: none;
     }
     
     #spws-product-mob {
       visibility: visible;
       display: block;
     }
     
   #shop  table.SPWS_productlist tbody {
    display: table-row-group!important;
    
   }      
   #shop  table.SPWS_productlist tr {  
      display: table-row !important;
   }
   #shop  table.SPWS_productlist td {
       display: table-cell !important;
    }
}

 
}
/* ----- General Style ----- */

#spws_legend {
	list-style:none;
	margin:0 20px 0 0;
	padding:0;
	clear:both;
	float:right;
}

#spws_legend li {
	display:inline;
	font-size:85%;
}

#spws_legend li img {
	margin:0 0 -3px 0;
}

.SPWS_breacrumb {

}

span.SPWS_strike {
	text-decoration:line-through;
	color:#999999;
}

.SPWS_red {
	color:red;
}

.SPWS_orange {
	color:orange;
}

.SPWS_grey {
	color:grey;
}

.SPWS_green {
	color:green;
}

span.SPWS_save {
	font-size:80%;
}

.SPWS_noproducts {

}

input#SPWS_updatebtn, input#SPWS_deletebtn {
	width:16px;
	height:16px;
	border:0px solid #000;
	text-indent:-9999px;
	background:transparent url(../images/cart_update.png) center center no-repeat;
	cursor:pointer;


	padding:0;
	margin:0;

	text-shadow: 0 0px 0px #000;

	-moz-box-shadow: 0 0 0px 0px #666;
	-webkit-box-shadow: 0 0 0px 0px #666;
	box-shadow: 0 0 0px 0px #666;

	text-decoration:none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

}

input#SPWS_deletebtn {
	background:transparent url(../images/cart_delete.png) center center no-repeat;
}

.SPWS_error {
	color:#FFFFFF;
	background-color:#FF0000;
	padding:4px 8px 4px 8px;
	text-align:left;
	margin:0 0 -5px 10px;

	font-size:8.5pt;
	font-weight:bold;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.SPWS_error:after {
  position: absolute;
  display: block;
  content: "";
  border-color: #FF0000 transparent transparent transparent;
  border-style: solid;
  border-width: 7px;
  height:0;
  width:0;
  position:absolute;
  bottom:-13px;
  left:1em;
}

/* ----- Category Style ----- */

table.SPWS_cs_table {

}

td.SPWS_cs_td {
	text-align:center;
	padding:5px;
	vertical-align:middle;
}

td.SPWS_cs_td img {
	padding:5px;
	vertical-align:middle;
}

.img_border {
	width:80px;
	height:80px;
	border:1px solid #CCC;
	vertical-align:middle;
	line-height:80px;
}

div.SPWS_cs_img {

}

div.SPWS_cs_title {
	text-align:left;
	font-weight:bold;
}

div.SPWS_cs_price {
	text-align:left;
}

.SPWS_product_row .SPWS_product .button {
	position:relative;
	z-index:1;
	height:25px;
	font-size:8pt;
	line-height:25px;
	padding:0 6px 0 6px;
	margin:0;
}

.spws_quantity {
	margin:0 -20px 0 0;
	position:relative;
	z-index:0;
	height:23px;
	padding:0;
	line-height:25px;
	text-indent:8px;
	width:60px;
}

.spws_product_btn {
	cursor:pointer;
}

/* ----- List Style ----- */

table.SPWS_ls_table {

}

td.SPWS_ls_titletd {

}

td.SPWS_ls_td {

}

/* ----- Product Style ----- */

table.SPWS_pi_table {

}

.SPWS_pi_title {

}

.SPWS_pi_mainimgs {
	width:425px;
	text-align:center;
	margin:0 auto 0 auto;
}

.SPWS_pi_subimgs {
	text-align:center;
	margin:-5px auto 10px auto;
	width:80px;
	float:left;
}

.SPWS_discounts {
	padding:10px 0 10px 0;
}

.SPWS_discount_msg {
	color:#333333;
	font-size:90%;
}

.SPWS_product_price {
	font-weight:bold;
	font-size:125%;
	padding:10px 0 10px 0;
}

.SPWS_pi_thumbs {

}

.SPWS_pi_desc {
	padding:15px 50px 15px 15px;
	text-align:left;
	clear:both;
}

.SPWS_pi_summary {

}

.SPWS_pi_mustbemember {
	padding:15px 0 0 15px;
}

.SPWS_pi_options {
	padding:5px 0 5px 0;
}

.spws_groupoption {
	margin:10px 0 0px 0;
}

.SPWS_pi_quant {
	padding:10px 0 5px 0;
}

/* ----- Menu Products Style ----- */

table.SPWS_mcs_table {

}

td.SPWS_mcs_td {
	text-align:center;
}

div.SPWS_mcs_img {

}

div.SPWS_mcs_title {
	text-align:left;
	font-weight:bold;
}

div.SPWS_mcs_price {
	text-align:left;
}

/* ----- Comac Styles ----- */

div#SPWS_catinfo {
	width:80px;
	min-height:200px;
	height:auto;
	float:left;
}

div#SPWS_nxtprevbtns {
	height:70px;
	width:80px;
}

div.SPWS_nextprev {
	padding:7px 5px 0 5px;
	text-align:center;
}

div#SPWS_catsection {
	height:70px;
	width:70px;
	line-height:80px;
	font-size:40pt;
	text-align:center;
	font-weight:bold;
}

div#SPWS_catname {
	height:40px;
	width:70px;
	line-height:40px;
	font-size:18pt;
	text-align:center;
	font-weight:bold;
}

div#SPWS_home {
	width:115px;
	margin:10px;
	float:left;
}

#SPWS_home .button {
    line-height: 1.5;
}

/*div#SPWS_home .button {
	*width:55px;
}*/

ul.SPWS_navmaincats,
ul.SPWS_navwaymcats {
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
	display:block;
}

ul.SPWS_navsubcats {
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	display:block;
	clear: both;
}

ul.SPWS_navmaincats li,
ul.SPWS_navsubcats li,
ul.SPWS_navwaymcats li {
	padding:0 0 4px 0;
	margin:0;
	float:left;
}

ul.SPWS_navmaincats li a,
ul.SPWS_navsubcats li a,
ul.SPWS_navwaymcats li a {
	color:#FFFFFF;
	background:#0075B7 url(../images/bg_btn.jpg) top left repeat-x;
	border:0px solid #FFF;
	padding:0;
	margin:0 3px 0 0;
	height:20px;
	width:20px;
	text-align:center;
	font-size:8pt;
	line-height:19px;
	cursor:pointer;

	text-shadow: 0 1px 0px #000;

	-moz-box-shadow: 0 0 3px 0px #666;
	-webkit-box-shadow: 0 0 3px 0px #666;
	box-shadow: 0 0 3px 0px #666;

	text-decoration:none;

	filter:alpha(opacity=40);
	opacity: 0.4;
	display:block;
	float:left;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

ul.SPWS_navmaincats li:nth-last-child(2) a,
ul.SPWS_navmaincats li:last-child a,
ul.SPWS_navwaymcats li a {
	width: auto;
	padding-left: 7px;
	padding-right: 7px;
}

ul.SPWS_navsubcats li a {
	width: auto;
	padding-left: 7px;
	padding-right: 7px;
	filter:alpha(opacity=100);
	opacity: 1;
	font-size:7pt;
}

ul.SPWS_navmaincats li a:hover, ul.SPWS_navmaincats li a:active,
ul.SPWS_navsubcats li a:hover, ul.SPWS_navsubcats li a:active,
ul.SPWS_navmaincats li a.highlight, ul.SPWS_navsubcats li a.highlight,
ul.SPWS_navwaymcats li a:hover, ul.SPWS_navmaincats li a:active,
ul.SPWS_navwaymcats li a.highlight, ul.SPWS_navsubcats li a.highlight {
	background:#494949;

	filter:alpha(opacity=100);
	opacity: 1;
}

li.SPWS_navtitle {
	width:60px !important;
	float:left;
	text-align:right;
	font-size:9pt;
	color:#999999;
}

td.SPWS_producttitle {
	font-size:13pt;
	font-weight:bold;
	text-align:left;
}

td.SPWS_productcat {
	font-size:10pt;
	border-top:1px solid #CCC;
	padding:3px;
	text-align:left;
}

td.SPWS_product {
	font-size:9pt;
	padding:5px;
}

#SPWS_cart td.SPWS_product {
	font-size:9pt;
	padding:5px;
	white-space:nowrap;
}

td.SPWS_product .button {
	float:right;
}

tr.SPWS_product_row:nth-child(even) {
	background-color:#F2F2F2;
}

button.addbutton {
	color:#FFFFFF;
	background:#0075B7 url(../images/bg_btn.jpg) top left repeat-x;
	border:0px solid #FFF;
	padding:0 5px 0 5px;
	margin:0 3px 0 0;
	height:20px;
	text-align:center;
	font-size:9pt;
	line-height:20px;
	cursor:pointer;

	/*text-shadow: 0 1px 0px #000;*/

	-moz-box-shadow: 0 0 3px 0px #666;
	-webkit-box-shadow: 0 0 3px 0px #666;
	box-shadow: 0 0 3px 0px #666;

	text-decoration:none;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;

}

h1.SPWS_maincatdesc {
	border:0px solid #FFF;
	padding:0;
	margin:0;
	font-size:18pt;
	font-weight:bold;
}

.SPWS_menu_catindexitem {
	font-size: 9pt;
	padding: 3px;
	color:#000000;
}

.spws-related-products {
    clear: both;
    text-align: left;
}

.spws-related-products h1 {
    padding-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
}

.spws-related-products a {
    display: block;
    padding: 5px;
    margin-top: 20px;
    border: 1px solid #ccc;
    text-align: center;
    width: calc(50% - 22px);
    float: left;
}

.spws-related-products a:nth-child(2n) {
    clear: left;
}

.spws-related-products a:nth-child(2n + 1) {
    margin-left: 20px;
}

.spws-related-products a:hover,
.spws-related-products a:focus {
    background-color: rgba(0,0,0,.1);
}

.spws-related-products-img {
	line-height: 1;
}

.spws-related-products-title {
    margin-top: 10px;
}

.spws-related-products-img + .spws-related-products-title {
    padding-left: 20px;
}

/* Checkout */

.checkout-section * {
    box-sizing: border-box;
}

.checkout-section {
    text-align: left;
}

.checkout-section-heading {
    position: relative;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #444;
}

.checkout-section-heading .checkout-edit {
    position: absolute;
	top: 7px;
	right: 7px;
	padding: 4px 10px;
	background-color: #666;
	border-radius: 2px;
}

.checkout-section-heading .checkout-edit:hover,
.checkout-section-heading .checkout-edit:focus {
    background-color: #0075b7;
}

.checkout-section-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkout-section-heading {
    border-bottom: 1px solid rgba(0,0,0,.3);
}

.checkout-section + .checkout-section .checkout-section-heading {
    border-top: 1px solid rgba(255,255,255,.3);
}

.checkout-section:last-child .checkout-section-heading {
    border-bottom: 0;
}

.checkout-section.open .checkout-section-heading {
    border-bottom: 0;
}

.checkout-section.open + .checkout-section .checkout-section-heading {
    border-top: 0;
}

.checkout-section:not(.open) .checkout-section-content {
    display: none;
}

.checkout-section label {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}

.checkout-section input[type='text'],
.checkout-section input[type='search'],
.checkout-section input[type='email'],
.checkout-section input[type='password'],
.checkout-section textarea,
.checkout-section select {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 135%;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.checkout-section textarea {
    padding: 10px;
    height: 100px;
    resize: vertical;
}

.checkout-section select {
    height: 32px;
    background-color: #fff;
}

.checkout-section input:focus,
.checkout-section textarea:focus,
.checkout-section select:focus {
    outline: none;
    border-color: #0075b7;
    box-shadow: 0 0 3px 3px rgba(0,117,183,.5);
}

.checkout-section input[type='radio']:focus {
    border-radius: 50%;
}

.checkout-section .radio {
    position: relative;
    display: block;
    padding-left: 22px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: normal;
}

.checkout-section .radio > input {
    position: absolute;
    top: -1px;
    left: 0;
}

.checkout-section .save-to-favourites {
    margin-top: 20px;
    text-align: right;
}

.checkout-section .btn,
.checkout-section button {
    display: inline-block;
    padding: 6px 12px;
    background-color: #0075b7;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 135%;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

.checkout-section .btn:hover,
.checkout-section .btn:focus,
.checkout-section button:hover,
.checkout-section button:focus {
    background-color: #00659b;
}

.checkout-section .btn:disabled,
.checkout-section button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.checkout-message,
.checkout-message-success {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #c1262b;
    border-radius: 4px;
}

.checkout-message p:first-child,
.checkout-message-success p:first-child {
    margin-top: 0;
}

.checkout-message p:last-child,
.checkout-message-success p:last-child {
    margin-bottom: 0;
}

.checkout-message-success {
    background-color: #69af3c;
}

.checkout-message a,
.checkout-message-success a {
    color: #fff;
}

.input-error {
    display: inline-block;
    padding: 2px 5px;
    margin-top: 5px;
    color: #fff;
    background-color: #c1262b;
    border-radius: 2px;
    font-size: 12px;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-continue {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    text-align: right;
}

.form-group + .form-group {
    margin-top: 20px;
}

.form-group-text {
    margin-top: 2px;
    font-size: 12px;
    color: #808080;
}

.checkout-column {
    float: left;
    width: calc(50% - 10px);
    padding: 20px;
    background-color: #ededed;
    margin-right: 10px;
}

.checkout-column:only-child {
    margin: auto;
    float: none
}

.checkout-column + .checkout-column {
    margin-right: 0;
    margin-left: 10px;
}

.checkout-column-large {
    padding: 20px;
    background-color: #ededed;
}

.continue-as-guest {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.checkout-table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.checkout-table th:last-child,
.checkout-table td:last-child,
.checkout-table tfoot td {
    text-align: right;
}

.checkout-table tfoot tr:last-child td {
    font-weight: bold;
}

.checkout-table th {
    background-color: #e5e5e5;
}

.checkout-table th,
.checkout-table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.checkout-table + .btn-continue {
    padding-top: 0;
    border-top: 0;
}

.checkout-required {
    color: #c1262b;
}

.hidden {
    display: none !important;
}

.loader {
    float: left;
    margin-right: 10px;
    height: 18px;
    width: 18px;
}

.input-group {
    position: relative;
	display: table;
	border-collapse: separate;
}

.input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    padding: 2px 5px;
	font-size: 14px;
    text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
    border-right: 0;
	border-radius: 4px 0 0 4px;
}

.input-group-addon img {
    vertical-align: middle;
}

.input-group input[type='text'] {
    position: relative;
	z-index: 2;
    display: table-cell;
	width: 100%;
	margin-bottom: 0;
    border-radius: 0 4px 4px 0;
}

@media (max-width: 650px) {
    .checkout-column {
        width: 100%;
        margin-right: 0;
    }

    .checkout-column + .checkout-column {
        margin-top: 20px;
        margin-left: 0;
    }
}



.tbox.form-control {
width: auto;
}