.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #f4f4f4;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	outline: none;
	padding-left: 8px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	    width: 100% !important;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.payl {
    margin: 0 0 8px !important;
    padding: 0 !important;
    text-align: start !important;
    background: none !important;
    font-weight: bold !important;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
 .nice-select .list:hover .option:not(:hover) {
 background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.breaking-news-ticker {
	display: block;
	width: 100%;
	border: solid 1px #ce2525;
	background: #FFF;
	height: 38px !important;
	box-sizing: border-box;
	position: relative;
	line-height: 40px;
	overflow: hidden;
	border-radius: 2px;
	text-align: auto;
	font-size: 14px;
}
.breaking-news-ticker * {
	box-sizing: border-box;
}
.breaking-news-ticker.bn-fixed-top {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}
.breaking-news-ticker.bn-fixed-bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
/*********************************/
/*title styles start**************/
.bn-label {
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
	background-color: #ce2525;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	z-index: 1;
	padding: 0 7px;
	white-space: nowrap;
}
.bn-news {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	overflow: hidden;
}
.bn-news ul {
	display: block;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
}
.bn-news ul li {
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
	text-decoration: none;
 -webkit-transition: color .2s linear;
 -moz-transition: color .2s linear;
 -o-transition: color .2s linear;
 transition: color .2s linear;
	position: absolute;
	width: 100%;
	display: none;
	color: #333;
}
.bn-news ul li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	padding: 0 10px;
	color: #333;
	position: relative;
	display: block;
	overflow: hidden;
}
.bn-news ul li a:hover {
	color: #069;
}
.bn-loader-text {
	padding: 0 10px;
}
.bn-seperator {
	display: inline-block;
	float: left;
	margin-right: 15px;
	width: 30px;
	height: 40px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}
.bn-seperator.bn-news-dot {
	margin-right: 0;
}
.bn-seperator.bn-news-dot:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #333;
	border-radius: 50%;
	top: 50%;
	margin-top: -4px;
	left: 50%;
	margin-left: -4px;
}
.bn-prefix {
	color: #d65d7a;
	margin-right: 15px;
	padding-left: 10px;
}
.bn-positive {
	color: #0b8457;
	font-weight: bold;
}
.bn-negative {
	color: #dc2f2f;
	font-weight: bold;
}
.bn-controls {
	width: auto;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bn-controls button {
	width: 19px;
	float: left;
	height: 100%;
	cursor: pointer;
	border:none;
	border-left: solid 1px #EEE;
	text-align: center;
	background-color: #f6f6f6;
	outline: none;
}
.bn-controls button:hover {
	background-color: #EEE;
}
.bn-arrow {
	margin: 0;
	display: inline-block;
	height: 8px;
	position: relative;
	width: 8px;
	top: -2px;
}
.bn-arrow::after {
 border-bottom-style: solid;
 border-bottom-width: 2px;
 border-right-style: solid;
 border-right-width: 2px;
 content: '';
 display: inline-block;
 height: 8px;
 left: 0;
 position: absolute;
 top: 0;
 width: 8px;
}
.bn-arrow.bn-next {
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	left:-3px;
}
.bn-arrow.bn-prev {
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 3px;
}
.bn-arrow::after {
 border-color: #999999;
}
.bn-arrow::before {
 background-color: #999999;
}
.bn-play {
	position: relative;
	background: #999999;
	width: 0;
	height: 12px;
	display: inline-block;
	margin-left: -5px;
}
.bn-play::after {
 left: 100%;
 top: 50%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-color: rgba(136, 183, 213, 0);
 border-left-color: #999999;
 border-width: 8px;
 margin-top: -8px;
}
.bn-pause {
	position: relative;
	width: 0;
	height: 14px;
	display: inline-block;
	top: 1px;
	left:-1px;
}
.bn-pause::before {
 position: absolute;
 content: "";
 width: 2px;
 height: 100%;
 left: 3px;
 background-color: #999999;
}
.bn-pause::after {
 position: absolute;
 content: "";
 width: 2px;
 height: 100%;
 left: -3px;
 background-color: #999999;
}
.bn-direction-rtl {
	direction: rtl;
}
.bn-direction-rtl .bn-label {
	left: auto;
	right: 0;
}
.bn-direction-rtl .bn-controls {
	right: auto;
	left: 0;
}
.bn-direction-rtl .bn-seperator {
	margin-left: 15px;
	margin-right: 0;
	float: right;
}
.bn-direction-rtl .bn-prefix {
	margin-left: 15px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 10px;
}
.bn-direction-rtl .bn-controls button {
	border-left: none;
	border-right: solid 1px #EEE;
}
.bn-effect-scroll .bn-news ul {
	display: block;
	width: 100%;
	position: relative;
}
.bn-effect-scroll .bn-news ul li {
	display: list-item;
	float: left;
	position: relative;
	width: auto;
}
.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
	float: right;
}







 @media screen and (max-width:601px) {
 table.mobile-optimised {
 word-wrap:break-word;
}
 table.mobile-optimised thead {
 display:none
}
 table.mobile-optimised td {
 display:block;
 float:left;/* ie9 and under hack */
 width:100%;
 clear:both;
 background:#f5f5f5;
 padding:10px 5px;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
}
 table.mobile-optimised tbody, table.mobile-optimised tr {
 display:block
}
 .mobile-optimised td:before {
 content:attr(data-th);
 display:block;
 font-weight:bold;
 margin:0 0 2px;
 color:#000;
}
 .mobile-optimised tbody tr {
 float:left;
width:100%;
 margin-bottom:10px;
}
}
.productAddons01  {
    padding: 5px;
    border-radius: 5px;
    background: #f9f9f9;
    font-size: .9em;
}
.listno {list-style:none !important;}
.informationBlock {
    margin: 10px 0 0;
    font-size: .9em;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
}
.orderInformation .hideShow {
    font-weight: 400;
    color: #2780af;
    font-size: .9em;
}
 .informationBlock .itemMedia {
    margin-bottom: 5px;
}

 .mediaInfo {
    font-size: 12px;
    line-height: 1.6em;
}
.media-info-table {
    font-size: 12px;
}
 .media-info-table td:first-child {
    text-transform: uppercase;
    font-size: 10px;
}
 .media-info-table td {
    padding: 2px 5px;
    height: auto;
    border: 0;
    border-bottom: 1px solid #eaeaea;
}
.remove {
    font-size: .8em;
    margin-top: 15px;
    display: inline-block;
	color: #fb4d4d;
}
 .add-label {
    padding: 1px 5px;
    border-radius: 3px;
    background: #d1efc4;
    color: #307113;
    font-size: 12px;
    text-transform: none;
}
.table-striped tbody tr:nth-of-type(odd) {
     background-color: #fff;
}
.informationBlock{display:none;}
.btn:hover {
    color: #fff;
    text-decoration: none;
}
.table-bordered td, .table-bordered th { border:none;  border-bottom:1px solid #dee2e6;}
.sidebar {
    background: #fff;
    padding: 20px 15px;
    border-radius: 3px;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.15);
	border: 1px solid #ececec;
}

.checkout-button {
    letter-spacing: 2px;
    background: #014d80;
    font-size: 18px	;
    padding: 20px 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 3px;
    box-shadow: none;
    position: relative;
    border: 0;
    line-height: 1;
}
.order-total {
    background-color: #eee;
    font-size: 16px;
}
.cart_totals table th {
    padding: 10px;font-size: 14px;
}
 .payment-methods label img {
    width: 70%;
    max-width: 70%;
    display: block;
    margin: 0 auto 20px;
}
 .payment-methods label {
    -ms-flex: 1 0 48%;
    flex: 1 0 48%;
    min-width: unset;
    margin: 0 5px 10px;
    display: block;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    max-width: 47%;
}
.paymentMethods label {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 2px;
    min-width: 120px;
}
.fs-normal {
    font-size: 13px;
}
.help-tip.small {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}
.help-tip.inline {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
}
.help-tip.blue {
    background-color: #2780af;
}
.help-tip {
    position: absolute;
    top: 18px;
    right: 18px;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
}
.help-tip:before {
    content: '?';
    font-weight: 700;
    color: #fff;
}
.help-tip:hover p {
    display: block;
    transform-origin: 100% 0;
    animation: fadeIn .3s ease-in-out;
}
.help-tip.small p {
    right: -5px;
}
.help-tip p {
    display: none;
    text-align: left;
    background-color: #1e2021;
    padding: 20px;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    right: 4px;
    margin-top: 18px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    z-index: 10;
}
 .widget .widgettitle {
    color: #050505;
    line-height: 1.4;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.sidebarCartItem {
 
    border-bottom: 1px solid #ddd;
	padding: 6px 0;
}
.cartLineSimple .product-name {
    float: left;
    width: 78%;
	
}

.cartLineSimple .product-subtotal {
    float: right;
    width: 20%;
	
}

.textcenter {
    text-align: center!important;
}
ul.product_list_widget {
    list-style: none;
    padding: 0;
}
.sidebar .widget .widgettitle:before {
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.widgettitle:before {
    position: absolute;
    bottom: -3px;
    height: 0;
    left: 0;
    content: '';
}


.payment-methods label:focus-within {
  outline: 3px solid #1172b4;
}


@media (max-width:499px) and (min-width:50px) {
	.hiddenxs{display:none;}
	.payment-methods label {

    max-width: 100% !important;
}
.checkout-button {font-size: 15px !important;}
table {
  border-collapse: collapse;
  width: 100%;
}
