table{
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table{
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td{
	padding: 8px;
    line-height: 1.42857143;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table th{
	font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
  }

  .table caption + thead tr:first-child th,
  .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0;
  }
  
  
.ws-table-desc thead tr:first-child th{
    text-align: center;
    background-color: #ddd;
}
.ws-table-desc thead tr:last-child th{
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}
.ws-table-desc thead tr:last-child th:first-child{
    text-align: left;
}
.ws-table-desc tbody tr td{
    text-align: center;
    vertical-align: middle;
}
.ws-table-desc tbody tr td p {
    font-size:14px;
    line-height: 16px;
    color: #818181;
}
.ws-table-desc tbody tr td:first-child{
    text-align: left;
}
/* FORM ELEMENTS */
.radio+.radio, 
.checkbox+.checkbox {
	margin-top:1px;
}
/**/
/* radios and checkboxes */
/**/
.radio,
.checkbox {
	display:inline-block;
	margin: 0 15px 3px 0;
	padding-left: 27px;
	font-size: 15px;
	line-height: 27px;
	height: 27px;
	color: #404040;
	cursor: pointer;
	position: relative;
}
section.dark .radio,
section.dark .checkbox {
	color: #eee;
}
.radio input,
.checkbox input {
	position: absolute;
	left: -9999px;
}
.radio i,
.checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 19px;
	height: 19px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-color:rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.3);
}
section.dark .radio i,
section.dark .checkbox i {
	border-color:rgba(255,255,255,0.3);
	background: transparent;
}
.radio i {
	-webkit-border-radius: 50% !important;
	   -moz-border-radius: 50% !important;
			border-radius: 50% !important;
}
.radio input + i:after,
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.radio input + i:after {
	content: '';
	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.checkbox input + i:after {
	content: '\2714';
	top: 0;
	left: 2px;
	width: 15px;
	height: 15px;
	font: normal 20px/22px FontAwesome;
	text-align: center;
}
.radio input:checked + i:after,
.checkbox input:checked + i:after {
	opacity: 1;
}
.inline-group {
	margin: 0 -30px -4px 0;
}
.inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.inline-group .radio,
.inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.inline-group .radio:last-child,
.inline-group .checkbox:last-child {
	margin-bottom: 4px;
}

/**/
/* hover state */
/**/
.input:hover input,
.select:hover select,
.textarea:hover textarea,
.radio:hover i,
.checkbox:hover i,
.toggle:hover i {
	border-color: rgba(0,0,0,0.6);
}
section.dark .input:hover input,
section.dark .select:hover select,
section.dark .textarea:hover textarea,
section.dark .radio:hover i,
section.dark .checkbox:hover i,
section.dark .toggle:hover i {
	border-color: rgba(255,255,255,0.3);
}
.button:hover {
	opacity: 1;
}

/**/
/* focus state */
/**/
.input input:focus,
.select select:focus,
.textarea textarea:focus,
.radio input:focus + i,
.checkbox input:focus + i,
.toggle input:focus + i {
	border-color: rgba(0,0,0,0.6);
}
section.dark .input input:focus,
section.dark .select select:focus,
section.dark .textarea textarea:focus,
section.dark .radio input:focus + i,
section.dark .checkbox input:focus + i,
section.dark .toggle input:focus + i {
	border-color: rgba(255,255,255,0.7);
}


/**/
/* checked state */
/**/
.radio input + i:after {
	background-color:rgba(0,0,0,8);	
}
section.dark .radio input + i:after {
	background-color:rgba(255,255,255,8);	
}
.checkbox input + i:after {
	color: rgba(0,0,0,8);
}
section.dark .checkbox input + i:after {
	color: rgba(255,255,255,8);
}
.radio input:checked + i,
.checkbox input:checked + i,
.toggle input:checked + i {
	border-color:rgba(0,0,0,8);	
}
section.dark .radio input:checked + i,
section.dark .checkbox input:checked + i,
section.dark .toggle input:checked + i {
	border-color:rgba(255,255,255,8);	
}


section.dark select>option,
section.dark select>optgroup {
	background-color: #333;
}

.ws-order form .form-group{
    margin-bottom: 10px;
}
.ws-order form .form-group label{
    display: inline-block;
    width: 100px;
    margin-right: 5px;
}

.ws-order{
    padding: 15px;
    border: 5px solid rgba(204, 10, 10, 1);
}
.ws-order .grid:before,
.ws-order .grid:after{
    display: table;
    content: " ";
}
.ws-order .grid:after{
    clear: both;
}
.ws-order .grid > .left-col{
    width: 100%;
}
.ws-order .grid > .right-col{
    width: 30%;
    float: left;
}
#ws-order-form *{
box-sizing: border-box;
}
#ws-order-form .form-group{
padding-right: 15px;
margin-bottom: 15px;
display: inline-block;
width: 40%;
    float: left;
}
#ws-order-form .btn-box{
    padding-right: 15px;
margin-bottom: 15px;
display: inline-block;
width: 20%;
    float: left;
    text-align: center;
    padding-top: 23px;
}
#ws-order-form label{
margin-bottom: 5px;
}
#ws-order-form input{
border: 1px solid #ccc;
border-radius: 3px;
padding: 6px 12px;
width: 100%;
}
#ws-order-form input:focus,
#ws-order-form input:active,
#ws-order-form input:hover{
outline:none!important;
}

#ws-order-form button{
display: inline-block;
padding: 6px 12px;
background-color: rgba(204, 10, 10, 1);
color: #eee;
font-weight: bold;
border-radius: 3px;
cursor: pointer;
}

#ws-order-form button:focus,
#ws-order-form button:active,
#ws-order-form button:hover{
background-color: rgba(158, 5, 5, 1);
}

.ws-order .total{
box-sizing: border-box;
color: #eee;
padding: 20px 15px;
background-color: rgba(204, 10, 10, 1); 
text-align: center;
font-size: 28px;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn:hover, .btn:focus{
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.btn:active{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn.btn-collapse{
	background-color: #fff;
	border-color: #adadad;
	float: right;
	margin-left: 10px;
}
table .head-collapse,
table .body-collapse,
table .row-collapse{
	display: none;
}
.ws-table-desc .counter input{
	display: inline-block;
	width: 40px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
box-sizing: border-box;
outline: none!important;
text-align: center;
}
.ws-table-desc .counter input:focus{
	border-color: #999;
}

table .btn.show-more{
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.ws-table-desc .counter{
    display: inline-block;
}
.ws-table-desc .counter a{
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    color: #999;
}
.ws-table-desc .counter a:hover,
.ws-table-desc .counter a:focus,
.ws-table-desc .counter a:active{
    color: #CC0A0A;
}
.ws-table-desc .counter a.minus{
    margin-right: 6px;
}
.ws-table-desc .counter a.plus{
    margin-left: 3px;
}
.ws-mod-support .table-title{
    margin-left: 100px;
    margin-right: 100px;
    display: block;
    text-align: center;
}
.ws-mod-support * {
    box-sizing: border-box;
}

.ws-mod-support .ws-wrapper:before,
.ws-mod-support .ws-wrapper:after{
    display: table;
    content: "";
}
.ws-mod-support .ws-wrapper:after{
    clear: both;
}
.ws-wrapper .ws-interface{
    float: left;
    width: 60%;
}
.ws-wrapper{
    position: relative;
}
.ws-wrapper .ws-list{
    position: absolute;
    width: 40%;
    padding-left: 15px;
    right: 0;
    top: 0;
}
.ws-list .list-header,
.ws-list .list-content{
    margin-bottom: 10px;
}
.ws-list .list-box{
    background-color: rgba(204, 10, 10, 1);
    color: white;
    padding: 10px;
}
.ws-list .full-cost{
    margin-bottom: 20px;
    margin-top: 20px;
}
.ws-list .discount{
    margin-bottom: 10px;
}
.ws-list .discount{
    display:none;
}

.ws-list .discount.active{
    display:block;
}
.ws-list .full-cost{
    font-size: 18px;
}
.ws-list .discount{
    font-size: 18px;
}
.ws-list .total{
    font-weight: bold;
    font-size: 18px;
}
.ws-list .list-header{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.ws-list .list-footer{
    text-align: center;
}
.ws-list table *{
    background: transparent!important;
}
.ws-list table{
    background: transparent!important;
    font-size: 13px;
}
.ws-list table tbody td{
    text-align: center;
}
.ws-list table tbody td:first-child{
    text-align: left;
}
.ws-list table tbody tr {
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.ws-mod-support .clear-list,
.ws-mod-support .follow-to-form{
    margin-top: 20px;
    color: white;
    display: inline-block;
}
.ws-mod-support .follow-to-form{
    margin-left: 15px;
}
.ws-mod-support .economy{
    padding-top: 10px;
    font-style: italic;
    font-weight: bold;
}