@charset "utf-8";
/*
//(C)2007-2012 RAZOR WEB DESIGN
//THIS CODE IS STRICTLY COPYRIGHT. DO NOT MODIFY, REDISTRIBUTE, REMOVE WITHOUT THE CONSULTATION OF RAZOR WEB DESIGN.
//SITE TEMPLATE STYLESHEET
*/

.bt-list {
	overflow:hidden;
}
.bt-list > li > .button {
	display:block;
	text-align:center;
	width:100%;
}
.bt-list > li {
	margin:0 !important;
	list-style:none;
	float:left;
	box-sizing:border-box;
	width:25%;
	padding:10px;
}

/*Product Box*/
.product-box > li .box .title a {
	text-decoration:none;
	color:#fd6408;
}
.product-box > li .box:hover .title a {
	color:#fff;
}
.product-box > li .box .title a .co {
	display:block;
	font-size:12px;
	font-weight:300;
}
.product-box > li .box .options {
	text-align: center;
}

/*Breadcrumb*/
.breadcrumb {
	font-size:12px;
}
.breadcrumb em {
	color:#CCC;
	padding:0 4px;
}

/*Cart Row*/
.cart-wrap {
	overflow:visible;
	margin:0 0 20px;
}
.cart-row {
	transition: all 0.2s;
	position: relative;
	border:1px solid #444;
	margin: 2px;
}
.cart-row:hover {
	border:1px solid #fff;
}
.cart-row > .coltable > .col {
	box-sizing:border-box;
}
.cart-row > .coltable > .col.col-image {
	padding: 10px;
	text-align: center;
	background: #000;
	width:12%;
}
.cart-row > .coltable > .col.col-image img {
	width: 100%;
	vertical-align: top;
	max-height: 100px;
	width: auto;
	margin: 0 auto;
}
.cart-row > .coltable > .col.col-info {
	padding: 20px 40px;
	/*background-color: #FFF;*/
	width:auto;
}
.cart-row > .coltable > .col.col-info h2 {
	font-weight:300;
	font-size:22px;
	margin:0 0 5px;
}
.cart-row > .coltable > .col.col-info .remove {
	color:#999;
	font-size:14px;
	position:relative;
	top:-3px;
	transition:all 0.2s ease-in-out 0s;
}
.cart-row > .coltable > .col.col-info .remove:hover {
	color:#C00;
}
.cart-row > .coltable > .col.col-price {
	text-align:right;
	padding:20px 40px;
	/*background: #fff;*/
	width: 15%;
}
.cart-row > .coltable > .col.col-price .price_ex,
.cart-row > .coltable > .col.col-price .price {
	color:#999;
	font-size:28px;
	font-weight:300;
	margin:0;
}
.cart-row > .coltable > .col.col-price .price {
	font-weight:800;
	font-size: 26px;
	color: #fd6408;
}
.cart-row > .coltable > .col.col-price .price_ex .each {
	font-size:14px;
	font-weight:800;
}
.cart-row .sub {
	color:#AAA;
	font-size:12px;
	margin:0 0 5px;
}

.cart-row > .coltable > .col.col-controls {
	text-align:center;
	padding: 10px;
	width: 15%
}
.cart-row .cart-controls {
	padding:10px 0 0;
	box-sizing:border-box;
	display:inline-block;
}
.cart-row .cart-controls .field {
	float:left;
}
.cart-row .cart-controls .field:first-child {
	padding-left:0;
}
.cart-row .cart-controls .field.field-qty {
	overflow:hidden;
	background: #ddd;
	margin-left:5px;
}
.cart-row .cart-controls .field.field-qty label {
	padding:18px 16px 16px;
}
.cart-row .cart-controls .field.field-qty label,
.cart-row .cart-controls .field.field-qty input {
	float:left;
	width:auto;
}
.cart-row .cart-controls .field.field-qty input {
	width:50px;
	padding:16px 4px;
	text-align:center;
}
.cart-row .cart-controls .field-remove {
	position: absolute;
	margin: 0;
	top:0;
	right:0;
}
.cart-row .cart-controls .field .button {
	display:block;
	padding: 6px 7px 12px 14px;
	font-size: 15px;
	line-height: 15px;
	background-color: #444;
	border: none;
	border-bottom-left-radius: 50px;
	color: #fff;
}
.cart-row .cart-controls .field .button::after {
	content: "Remove";
	position: absolute;
	top: 0px;
	right: 22px;
	padding: 5px 0px 3px;
	border-bottom-left-radius: 3px;
	background-color: #fff;
	font-size: 8px;
	color: #fd6408;
	width: 0px;
	overflow: hidden;
	transition: all 0.05s ease 0s;
}
.cart-row .cart-controls .field .button:hover {
	background-color: #fff;
	color: #fd6408;
}
.cart-row .cart-controls .field .button:hover::after {
	transition: all 0.2s ease 0.2s;
	padding: 5px 8px 3px;
	width: 50px;
}
.cart-row .cart-controls .field .button .fa {
	vertical-align: top;
	position: relative;
	right: -1px;
}
body.zulu-checkout_summary .cart-row > .coltable > .col.col-image {
	width: 15%;
}
body.zulu-checkout_summary .cart-row .input-labels {
	display: none;
}
.payment-summary {
	margin:0 0 20px;
	border:1px solid #068ed0;
	background-color:#068ed0;
	padding:20px;
	box-sizing:border-box;
}
.payment-summary p {
	margin:0;
	color:#FFF;
}
.payment-summary p.price {
	font-size:28px;
	font-weight:300;
	padding: 10px 0px;
}
.payment-summary p.intro {
	font-weight:300;
	margin:0 0 10px;
}
.payment-summary p.tax {
	font-size:14px;
}
.payment-summary .button {
	background:#fff;
	border:none;
	color: #000;
}
.payment-summary .button:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
	transform: scale(1.05,1.05);
}

/*Grid Table*/
.grid-table {
	width:100%;
	/*border:1px solid #EEE;*/
	border-collapse:collapse;
}

.grid-table td {
	padding:11px 13px 8px;
	margin:0;
	/*border-bottom:1px solid #EEE;*/
	transition:all 0.2s ease-in-out 0s;
	color: #666;
}
.grid-table thead {
	background-color:#F8F8F8;
	border-bottom: 1px solid #ccc;
}
.grid-table thead td {
	color:#bbb;
	font-weight: 600;
}
.grid-table thead td {
	border-top:1px solid #EEE;
	
}
.grid-table tbody tr {
	background-color:#e3e3e3;
	border-bottom: 1px solid #ccc;
	transition: all 0.1s ease-out 0s;
}
.grid-table tbody tr:nth-child(even) {
	background-color:#dadada;
}
.grid-table tbody tr:hover {
	background-color:#fff;
}
.grid-table td.price {
	min-width:70px;
}
.grid-table td.bt {
	
}
.grid-table p {
	margin:0;
}

/*Calendar*/
.form-block.calendar-filter .field {
	width:150px;
}
.form-block.calendar-filter .field.form-head {
	width:auto;
}
.form-block.calendar-filter .field.form-head label {
	font-weight:300;
	color:#068ed0;
}

/*Calendar Event Head*/
.coltable.c-event-head .c-image {
	width:20%;
}
.coltable.c-event-head .col:last-child {
	padding-left:40px;
}

/*Opt*/
.opt.opt-danger {
	color:#c00 !important;
	border-color:#B3222A;
}
.opt.opt-grey {
	color:#999 !important;
	border-color:#CCC;
}
.opt.opt-warning {
	color:#DE7B00 !important;
	border-color:#DE7B00;
}
.opt.opt-success {
	color:#5cb85c !important;
	border-color:#5cb85c;
}
.opt.opt-primary {
	color:#337ab7 !important;
	border-color:#337ab7;
}
.opt.opt-bord {
	border-width:1px;
	border-style:solid;
	padding:5px 14px 6px;
	border-radius:0px;
}
.opt a,
.opt .fa {
	color:inherit;
	transition:all 0.2s ease-in-out 0s;
}
.opt a:hover {
	color:#000;
}

/* ############################# */
/*         POST TYPE: NEWS       */
/* ############################# */
.news-header {
	padding:300px 0 0;
	background-size:cover;
	margin:0 0 40px;
}
.news-header .news-intro {
	background-color:rgba(255,255,255,0.9);
	padding:20px 40px;
	border-bottom:4px solid #068ed0;
}
.news-header .news-intro h1,
.news-header .news-intro > *:last-child {
	margin:0;
	padding:0;
}
.news-header .news-intro.capsule-container .wrap {
	margin-top:23px;
	margin-right:20px;
}
.post-wrap.post-type-news .post-item .post-body {
	min-height:90px;
	max-height:90px;
	line-height: 80px;
}
.post-wrap.post-type-news .post-item h3 {
	text-align: center;
	line-height: normal;
	display: inline-block;
	position: relative;
	width: 100%;
}

/*Images*/
.image-wrap img {
	width:100%;
	vertical-align:top;
	transition:all 0.2s ease-in-out 0s;
	opacity: 0.5;
}
.image-wrap img:hover {
	opacity: 0.9;
}
.image-container {
	overflow:hidden;
	margin:0 0 20px;
}
.image-container .col {
	width:50%;
	float:left;
	padding:5px;
	box-sizing:border-box;
}
.image-container.sort .col {
	cursor:move;
}

/*Image Container*/
.product-image-container {
	padding:10px;
	transition:all 0.2s ease-in-out 0s;
	border: 1px solid #333;
    background-color: #222;
}
.product-image-container .main-link {
	padding:5px;
	display:block;
}
.product-image-container img.main {
	width:80% !important;
	margin: 0 auto;
	transition:all 0.2s ease-in-out 0s;
}
.product-image-container img.main:hover {
	border-color:#068ed0;	
}
.product-image-container .image-container.gallery {
	border-top: 1px solid rgba(255,255,255,0.2);
	padding:13px 0 0;
	margin:0;
}
.product-badge {
	width:98px;
	height:98px;
	position:absolute;
	top:-4px;
	left:-4px;
	text-indent:-9999px;
}
.product-badge.special {
	background-image:url(../images/bnr-special.png);
}
.product-badge.new {
	background-image:url(../images/bnr-new.png);
}

/*Pagination*/
.pagination {
    border-radius: 0px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #FB6403;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 8px 14px 4px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {

}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #FFB88A;
    border-color: #FFB88A;
    color: #FB4902;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #FB6403;
    border-color: #FB6403;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: #222;
    border-color: #222;
    color: #555;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    list-style: outside none none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:focus, .pager li > a:hover {
    background-color: #eee;
    text-decoration: none;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

/* Module Select */
.module-select {
	padding: 20px;
	border: 2px solid #666;
	cursor: pointer;
	margin: 10px 0 0;
	transition:all 0.2s ease-in-out 0s;
	background-position: right -100px center;
}
.module-select.highlight {
	background-image: url(../images/check-fade.png);
	background-repeat: no-repeat;
	background-size: auto 200px;
	background-position: right 10px center;
	background-color:#161616;
	border-color: #FE6500;
}
.module-select.highlight h3 {
	color:#FB6403;
	font-weight: 400;
}
.module-select.highlight p {
	color:#ccc;
}
.module-select:hover:not(.highlight) {
	border-color: #CCC;
}
.module-select h3 {
	margin:0;
}
.module-select p {
	margin-bottom: 5px;
	color: #888;
}