/*  ----------------------- PC Styles START ----------------------- */
#pcMain input, #pcMain textarea, #pcMain select {
    width: auto;
}
#pcMain input:focus 
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    }
.pcMainTable
{
    width: 100%;
    font-size: 12px;
    border: 0;
    border-collapse: collapse;
}
/* Style the table headings */
.pcMainTable th, 
.rcShowContent th,
.CSDCheckout th
{
    background-color: #F7F7F7;
    font-size: 13px;
    font-weight: normal;
    padding: 4px;
    color: #333;
}
/* Style the table title (e.g. table showing quantity discounts) */
.pcMainTable h2
{
    background-color: #F5F5F5;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.pcMainTable h3
{
    font-size: 12px;
    margin-top: 10px;
    margin: 5px 0 5px 0;
    padding: 5px;
}
/* Remove the default marging from paragraphs */
.pcMainTable p
{
    margin: 0 0 0 5px;
}
/* Styles section titles on pages with different sections (e.g. search results) */
#pcMain .pcSectionTitle
{
    background-color: #F2F2F2;
    text-align: left;
    padding: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}
#pcMain .pcSectionTitle a
{
    color: #666666;
}
#pcMain .pcSectionTitle a:hover
{
    color: #0000FF;
}
.pcShowProducts
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%; /*border: 1px dotted #E1E1E1;*/
    margin-top: 0px;
    padding: 0px;
}
/* Sets the height of an empty table row */
.pcSpacer
{
    height: 0px;
}
.mainindex_text
{
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.mainindex_text p
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size:13px;
}
/* Invoice print */
table.invoice
{
    border-collapse: collapse;
    border: 1px solid #333333;
}
td.invoice
{
    border: 1px solid #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align: top;
    text-align: left;
}
td.invoiceNob
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align: top;
    text-align: left;
}
/* Caradtrade */
.caratradeDesc {
    display:none;
}
/*  ----------------------- PC Styles END ----------------------- */
/* ----------------------- General -----------------------------*/
body {
    font-family: Arial;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
}
/* 
body.dep_road {
    background-image: url(images/bk_xmas.jpg);
}

body.dep_road {
    background-image: url(images/bk18_road.jpg);
}
body.dep_tri {
    background-image: url(images/bk18_tri.jpg);
}
body.dep_mtb {
    background-image: url(images/bk_mtb.jpg);
}
body.dep_fl {
    background-image: url(images/bk18_commute.jpg);
}
body.dep_wms {
    background-image: url(images/bk18_wmn.jpg);
}
body.dep_kids {
    background-image: url(images/bk_kids.jpg);
}
body.dep_cl {
    background-image: url(images/bk_sale.jpg);
}
body.dep_ebike {
    background-image: url(images/bk18_commute.jpg);
}*/
a 
{
    text-decoration:none;
    }    
a img 
{
    border:none;
    }
img, iframe {
    max-width:100%;
}
h2 {
    font-size:16px;
    margin: 10px 5px 15px 5px
}
h3 {
    font-size:14px;
    margin: 5px 5px 10px 5px
}
ul {
    padding-left:25px;
}
#page {
    background-color:white;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.8);
    box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.8);
    width:1000px;
    margin:0px auto; 
	position:relative;
	z-index: 1;
}
.pageLC h3 {
    background-color: #EEEEEE;
    color: #265EAC;
    line-height: 28px;
    margin: 5px 0px 0px 0px;
    clear: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
} 
.rcSectionTitle
{
    background-color: #F7F7F7;
    text-align: left;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    margin:3px 0px;
    
}
.rcSectionTitle_2 {
    background-color: #F2F2F2;
    text-align: left;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #0E3389; 
    margin:3px 0px;
}
.mainindex_text h2.rcSectionTitle_2 {
	color: #0E3389; 
	font-size: 16px;
	font-weight:bold;
	line-height:20px;
	margin:0px;
}
.MainTxt 
{
    padding:10px 10px;
	font-size: 15px;
    }
.MainText2
{
    padding:15px;
    }    
.MainTxt .rcSectionTitle, h1.rcPageTitle {
    margin-left:-5px;
    margin-right:-5px;
}
.rcSmallText, .rcSmallText p, .pcSmallText, .pcSmallText p
{
    color: #999999;
    font-size: 11px;
    }
.rcLargeText, .rcLargeText p 
{
    font-size: 14px;
    font-weight:bold;
    }
.pointer 
{
    cursor:pointer;
    }
.group:before, .group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
.MainTxt h1 {
    padding: 0px;
    color: #265EAC;
    margin: 20px 0px 15px 0px;
	font-size: 25px;
    line-height: 25px;
    font-family: oswald;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.MainTxt h2 {
    padding: 0px;
    color: #265EAC;
    font-size: 22px;
	font-family: Oswald;
    font-weight: 300;
	letter-spacing: 0.3px;
    line-height: 22px;
    margin: 20px 0px 10px 0px;
}
.MainTxt h3 {
    padding: 0px;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    line-height: 21px;
    margin: 15px 0px 5px 0px;
}
.MainTxt h4 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
iframe.iframeSize_1 {
    width:100%;
    height:450px;
}
.sectionBox {
    padding:15px;
    padding-left:15px;
    background-color:#F4F4F4;   
}
.sectionBox ul {
    font-weight:normal;
}
.sectionBoxImportant {
    padding:15px;
    padding-left:15px;
    background-color:red;   
    color:#FFFFFF;
}
.sectionBoxImportant textarea {
    color:#000000;
}
.content_topBanner h1 {
	font-size: 52px;
	line-height: 48px;
	margin-bottom: 30px;
	margin-top: 0px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
}
.content_topBanner p {
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 12px;
}
.content_topBanner .importantLinks {
	font-size: 14px;
	font-weight: bold;
	margin-top: 45px;
	line-height: 20px;
}
.content_topBanner .label {
	font-size: 12px;
	margin-right: 5px;
}
.content_topBanner .importantLinks a {
    margin-bottom: 10px;
    padding: 8px 15px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.fullPageWidth.desktopHide .importantLinks a {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 16px;
}
.fullPageWidth .importantLinks a:hover,
.fullPageWidth .importantLinks a.selected {
    background-color: #FFEF00;
    color: #000;
}
.fullPageWidth {
    position:relative;
	overflow:hidden;
    margin-left:-5px;
    margin-right: -5px;
}
.MainTxt .fullPageWidth {
    margin-left:-15px;
    margin-right: -15px;
}
.fullPageWidth img {
    width:100%;
}
.fullPageWidth_2  {
	position:relative;
	overflow:hidden;
	margin-left:-5px;
	margin-right: -5px;
}
.MainTxt .fullPageWidth_2 {
	margin-left:-15px;
	margin-right: -15px;
}
.fullPageWidth_2 img {
	width:100%;
}
.fullPageWidth .content_topBanner, .fullPageWidth_2 .content_topBanner {
	position:absolute;
	bottom:20px;
	left:40px;
	color:white;
}
.overlay {
    background-color: rgba(1, 1, 1, 0.3);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:2;
}
/* cara */
.caraDesc {
    display: none;
}
/* google captcha */
.grecaptcha-badge {
    opacity: 0;
}
@media all and (max-width: 767px) {
    .content_topBanner .importantLinks a {
        margin-bottom:0px;
    }
	.MainTxt .fullPageWidth {
        margin-left: -5px;
        margin-right: -5px;
    }
    .fullPageWidth_2 img {
		width:1000px;
		max-width:1000px;
	}
    .MainTxt .fullPageWidth_2 {
	    margin-left: 0px;
	    margin-right: 0px;
    }
}
/* ----------------------- highslide override -----------------------------*/
.no-move .highslide-header .highslide-move, .no-resize .highslide-resize {
    display: none;
}
/* ----------------------- bootstrap override -----------------------------*/
a {
    color: #265EAC;
}
a:hover
{
    text-decoration:none;
    }
a:focus
{
    outline: 0;
    text-decoration: none;
    }
input:focus ,textarea:focus 
{
    outline:0;
    }
hr
{
    margin:12px 0px;
    }
.table-bordered th.vertical {
    vertical-align: middle;
	text-align:center;
    width:50px;
}
.table-bordered th.vertical p {
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); 
    -moz-transform:rotate(-90deg); 
    -webkit-transform:rotate(-90deg); 
    -o-transform:rotate(-90deg); 
    margin:0px;
    white-space: nowrap;
    width: 50px;
}
.nav-tabs {
    border-bottom: 2px solid #265EAC;
    font-size: 17px;
    margin-left: 15px;
    font-family: oswald;
    font-weight: 300;
    letter-spacing: 0.3px;
} 
.nav-tabs > li 
{
    margin-right:8px;
    margin-bottom:0px;
    }
.nav-tabs > li > a:hover 
{
    background:#EEEEEE;
}
.nav-tabs > li > a {
    color: #265EAC;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 35px;
    border-radius: 5px 5px 0 0;
}
.nav-tabs > li.redTab > a {
    color:#FFFFFF;
    background: #FD0000;
    background: -moz-linear-gradient(top, #FF0000 0%, #FD0000 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(50%,#FD0000));
    background: -webkit-linear-gradient(top, #FF0000 0%,#FD0000 50%);
    background: -o-linear-gradient(top, #FF0000 0%,#FD0000 50%);
    background: -ms-linear-gradient(top, #FF0000 0%,#FD0000 50%);
    background: linear-gradient(top, #FF0000 0%,#FD0000 50%);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    outline: 0;
    color: #fff;
    border: none;
    background: #265EAC;
}   
.tab-content {
    padding-top:15px;
}
.form-control {
    font-size:13px;
}
.form-horizontal .control-label 
{
    padding-left:5px;
    }
.form-horizontal .input-inline 
{
    padding-top:1px;
    float:left;
    }
.form-horizontal .text-inline 
{
    padding-top:5px;
    float:left;
    }
.form-horizontal .text-inline input[type="radio"] 
{
    margin-top:0px;
    }
.form-horizontal .checkbox input[type="checkbox"] {
    margin-top:2px;
}
.alert-danger {
    border-radius: 10px;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029;
}
.alert-info {
    background-color: #006FBB;
    border-color: #265EAC;
    border-radius: 10px;
    color: #FFFFFF;
    text-shadow: none;
}
.alert-margin {
	
    color: #842029;
    text-shadow: none;
	font-size: 12px;
    padding: 6px;
	background-color: #f8d7da;
    border-color: #f5c2c7;
    border-radius: 7px;
    margin-top: 35px;
	margin-bottom: 10px;
    border: 1px solid transparent;
    
}
.alert-info a {
    color: #FFFFFF;
    text-decoration:underline;
}
.alert-info a.btn {
    color: #333333;
    text-decoration: none;
}
.table-bordered h2 {
    font-size: 14px;
    color: #265EAC;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 17px;
}
.btn {
    border: none;
    line-height: 1.6;
    border-radius: 3px;
}
.btn-default {
    background-color:#f7f7f7;
}
.btn-default:hover {
    background-color:#EEE;
}
.btn-primary {
    background: #265EAC; /* Old browsers */
}
.btn-danger {
    background-color:#e10303;
}
.btn-light {
    background-color:#f8f9fa;
	color: #212529;
	border-color: #f8f9fa;
	padding: 8px 17px;
}
/*.btn-lg, .btn-group-lg > .btn {
    border-radius:0px
}*/
.slider-handle {
  background-color: rgb(29,109,158);
  background-repeat: repeat-x;
  }
label {
    font-weight:normal;
}
.form-horizontal .has-feedback .form-control-feedback {
    right:10px;
}
.table-bordered td {
    background-color:#FFFFFF;
}
.timeCountDown {
    line-height: 35px;
    width: 250px;
    font-size: 20px;
    font-weight: bold;
    color: #265EAC;
    background-color: #F2F2F2;
    border: 2px #265EAC solid;
    padding-left: 38px;
    background-image: url(images/watch.png);
    background-repeat: no-repeat;
    background-position: 8px 6px;
}
.timeCountDown.small {
    width:190px;
}
.timeCountDown span {
	font-size:13px;
	padding-right:3px
}
/* ----------------------- forms -----------------------------*/
.glyphicon.error {
    color:red;
}
.glyphicon.required {
    color: #8a6d3b;
}
.btn-withLg {
    margin-top:11px;
}
/* ----------------------- mainCont -----------------------------*/
#mainCont 
{
    padding:0px 5px;
	margin-top:6px;
    }
/*------------------------- signUp ---------------------------*/
.signUp .title {
    color:#333333;
    text-align: left;
    font-weight: bold;
    margin-left:10px;
    font-size:14px;
}
.signUp .signUpForm input {
    width: 180px;
    height: 32px;
    float: left;
    border: 1px solid #666666;
    padding: 0px 10px;
}
.signUp .signUpForm button {
    width: 36px;
    height: 32px;
    margin-left:10px;
    padding: 0px;
    background:url(images/home_signup.png) no-repeat left center;
    border: 1px solid #666666
}
/*------------------------- footer ---------------------------*/
#footer {
    font-size:12px;
    text-align: center;
    background-color: #EEEEEE;
    margin:5px 0px 0px 0px;
    padding-bottom: 10px;
    color:#4D4D4D;
    line-height: 25px;
    position: relative;
    clear:both;
}
#footer a {
    color: #333333;
}
#footer ul {
    width:760px;
    margin: 0px auto 25px 195px;
    padding-top: 15px;
    padding-left:40px;
}
#footer li {
    display:block;
    float: left;
    margin-right: 22px;
}
#footer li:last-of-type {
    margin-right: 0px;
}
#footer .socialLinks {
    position:absolute;
    left:5px;
    top:5px;
	margin-left: 20px;
    margin-top: 20px;
}
#footer .icon {
    position: absolute;
    right: 15px;
    top:60px;
}
#footer .contactInfo img {
    margin-left: 10px;
    margin-right: 10px;
    margin-top:3px
}
#footer .signUp {
    position:absolute;
    left:20px;
    top:118px;
}
#footer .signUp .signUpForm {
    margin-top:5px;
    margin-left:10px;
}
#footerNav_buttons {
    width: 990px;
    height:57px;    
    background-color: #f7f7f7;
    margin-top:10px;
    clear:both;
}
#footerNav_buttons ul {
    margin-left: 20px;
    padding-left:0px;
}
#footerNav_buttons li {
    display: block;
    float:left;
    border-right:1px solid #EEE;
    padding: 0px 45px 0px 12px;
}
#footerNav_buttons li:last-of-type {
    border-right:none;
}
#footerNav_buttons li a {
    padding: 12px 0px 12px 43px;
    display:block;
    color: #808080;
    font-size: 12px;
}
#footerNav_buttons li a .title {
    color: #4D4D4D;
    font-weight:Bold;
}
#footerNav_buttons li a.xmas {
    background:url(images/home_christmas.png) no-repeat left center;
}
#footerNav_buttons li a.c2w {
    background:url(images/home_c2w.png) no-repeat left center;
}
#footerNav_buttons li a.tradein {
    background:url(images/home_tradein.png) no-repeat left center;
}
#footerNav_buttons li a.returns {
    background:url(images/home_returns.png) no-repeat left center;
}
#footerNav_buttons li a.freeDelivery {
    background:url(images/home_delivery.png) no-repeat -2px center;
}
#footerNav_buttons li a.loyalty {
    background:url(images/home_loyaltyclub.png) no-repeat left center;
}
.headerNav_buttons {
    width: 990px;
    height:57px;    
    background-color: #f7f7f7;
    margin-bottom:5px;
    clear:both;
}
.headerNav_buttons ul {
    margin-left: 20px;
    padding-left:0px;
}
.headerNav_buttons li {
    display: block;
    float:left;
    border-right:1px solid #EEE;
    padding: 0px 40px 0px 12px;
}
.headerNav_buttons li:last-of-type {
    border-right:none;
}
.headerNav_buttons li a {
    padding: 12px 0px 12px 43px;
    display:block;
    color: #808080;
    font-size: 12px;
}
.headerNav_buttons li a .title {
    color: #4D4D4D;
    font-weight:Bold;
}
.headerNav_buttons li a.c2w {
    background:url(images/home_c2w.png) no-repeat left center;
}
.headerNav_buttons li a.tradein {
    background:url(images/home_tradein.png) no-repeat left center;
}
.headerNav_buttons li a.returns {
    background:url(images/home_returns.png) no-repeat left center;
}
.headerNav_buttons li a.freeDelivery {
    background:url(images/home_delivery.png) no-repeat -2px center;
}
.headerNav_buttons li a.loyalty {
    background:url(images/home_loyaltyclub.png) no-repeat left center;
}
.headerNav_buttons li a.irish {
    background:url(images/home_harp.png) no-repeat left center;
}
.headerNav_buttons.mobile {
        display:none;
    }
@media all and (max-width: 767px) {
	#footer .icon {
		top:10px;
	}
    #footer ul {
        width:auto;
        text-align:left;
        padding-left:15px;
        margin-left:0px;
        margin-bottom:115px;
    }
    #footer ul li {
        float:none;
    }
    #footer .socialLinks {
        left: 150px;
        top: 170px;
    }
    #footer .contactInfo {
        margin-top:40px;
        border-top:1px solid #C7C7C7;
    }
    #footer .signUp {
        top: 240px;
        left: 165px;
    }
    #footerNav_buttons {
        display:none;
    }
	.headerNav_buttons {
        display:none;
    }
	.headerNav_buttons.mobile {
        display:block;
		width: 470px;
    }
	.headerNav_buttons.mobile li {
    padding: 0px 20px 0px 12px;
}
}
@media all and (min-width: 1400px) {
    #footerNav_buttons {
        width: 1240px;
    }
    #footerNav_buttons li {
        padding-left: 44px;
        padding-right: 77px;
    }
	.headerNav_buttons {
        width: 1240px;
    }
	.headerNav_buttons li {
        padding-left: 37px;
        padding-right: 77px;
    }
	.headerNav_buttons.mobile {
        display:none;
    }
}
/*------------------------- contentTxt ---------------------------*/
.contentTxt, .rcShowContent.contentTxt {
    font-size:15px;
}
.contentTxt h2 {
    color: #265EAC;
	padding: 0px;
    color: #265EAC;
    font-size: 22px;
	font-family: Oswald;
    font-weight: 300;
	letter-spacing: 0.3px;
    line-height: 22px;
}
.contentTxt .contentImageFull {
    overflow: hidden;
}
.contentTxt .lgTxt {
    font-size:16px;
}
ul.menuLC {
    padding-left:0px;
} 
ul.menuLC.fixed {
    position:fixed;
    top:0px;
}
ul.menuLC li {
    list-style-type:none;
    background-color:#EEEEEE;
    margin:3px 10px 3px 0px;
    width: 180px;
}
ul.menuLC li a {
    padding: 5px 10px;
    width: 100%;
    display: block;
    background-image: url(images/arrows_blue.png);
    background-repeat:no-repeat;
    background-position:95% center;
}
ul.menuLC.tst li a {
    padding: 5px 10px;
    width: 100%;
    display: block;
    background-image: url(images/arrows_white.png);
    background-repeat:no-repeat;
    background-position:95% center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	background-color: #195E9A;
	color: #fff;
	border: 1px #195E9A solid;
}
ul.menuLC.tst li a.active {
	background-image: url(images/arrows_blue.png);
	background-color: #fff;
	color: #195E9A;
	border: 1px #eee solid;
}
ul.menuLC.tst li {
    background-color: #195E9A;
}
.bonus-features {
    font-size: 16px;
    background-color: #265EAC;
    border: #265EAC;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
}
    .bonus-features p {
        color: #fff;
    }
.flexi-features {
    font-size: 16px;
    background-color: #ff6200;
    padding: 20px;
    color: #fff;
}
.flexi-features p {
    color: #fff;
}
.btn-flexi {
    font-size: 14px;
    color: #fff;
    background-color: #ff6200;
    padding: 10px 15px;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    border-radius: 5px;
	border: 2px solid #fff;
}
.btn-flexi:hover {
    background-color: #111821;
    color: #fff;
}
.quote {
    color: #555;
    margin: 15px 0px !important;
    font-size: 18px;
}
@media all and (max-width: 767px) {
    ul.menuLC {
        margin-bottom: -5px;
    }
    ul.menuLC li a {
        padding: 15px;
        text-align: center;
        font-size: 16px;
    }
    ul.menuLC.fixed {
        position:static;
    }
    ul.menuLC li {
        width:100%;
    }
}
@media all and (min-width: 1400px) {
    ul.menuLC li {
        width: 210px;
    }
}
/*------------------------- Error float box ---------------------------*/
.infoFloatBox_1 
{    
    display:none;
    position:absolute;
    left:0px;
    top:0px;
    background: rgb(150,150,150);
    background: rgba(150,150,150,0.4);
    padding:4px;
    border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    z-index:1005;
    }
.infoFloatBox_2 
{
    background-color:rgb(240,240,240);
    border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    padding: 5px 10px;
    line-height:2;                      
    font-size:11px;
    font-family:Arial,Helvetica,sans-serif;
    color:#555555;    
}  
/*--------------------------------- Loaders ---------------------------------------*/
.JSAjaxLoader_1 
{
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-74px;
    width:150px;
    display:none;
    z-index:1000;
    background: rgb(150,150,150);
    background: rgba(150,150,150,0.4);
    padding:4px;
    border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    }
.JSAjaxLoader_2 
{
    background-color: rgb(240,240,240);
    border-radius:8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    padding: 10px 10px 1px 10px;
    line-height:2;                      
    font-size:11px;
    font-family:Arial,Helvetica,sans-serif;
    color:#555555;   
    text-align:center;
    }
/* ------------------------ Consent Management ---------------------------- */
.consentMessage {
    color: #FFF;
    background-color: #333;
    font-size: 16px;
    padding: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 500px;
    height:334px;
    border-radius: 8px;
    box-shadow: 0 32px 68px rgba(0,0,0,.3);
    box-sizing: border-box;    
    position: fixed;
    z-index: 10000;
}
    .consentMessage h2 {
        margin-left:0px;
        font-weight:bold;
    }
    .consentMessage ul {
        width:250px;
    }
    .consentMessage li {
        line-height: 30px;
        list-style: none;
    }
    .consentMessage .btnDeclineAll {
        float: left;
        margin-left: 0px;
        background-color: #333;
        color: #FFF;
        border: 1px solid;
    }
    .consentMessage .btnAcceptAll {
        float: right;
        margin-right: 0px;
        color: #FFF;
        border: 1px solid;
        border-color: #265EAC;
        padding-left: 35px;
        padding-right: 35px;
    }
    .consentMessage .btnSaveConsent {
        display: none;
        float: right;
        margin-right: 0px;
        color: #FFF;
        border: 1px solid;
        border-color: #265EAC;
        padding-left: 35px;
        padding-right: 35px;
    }
    .consentMessage .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 24px;
        float: right;
    }
        .consentMessage .switch input {
            opacity: 0;
            width: 40px;
            height: 24px;
            margin-top: 0px;
        }
        .consentMessage .switch .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;
            z-index: -1;
        }
        .consentMessage .switch .slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }
        .consentMessage .switch input:checked + .slider {
            background-color: #265EAC;
        }
        .consentMessage .switch input:focus + .slider {
            box-shadow: 0 0 1px #265EAC;
        }
            .consentMessage .switch input:checked + .slider:before {
                -webkit-transform: translateX(16px);
                -ms-transform: translateX(16px);
                transform: translateX(16px);
            }
        .consentMessage .switch .slider.round {
            border-radius: 24px;
        }
            .consentMessage .switch .slider.round:before {
                border-radius: 50%;
            }

@media all and (max-width: 767px) {
    .consentMessage {
        top: 50%;
        transform: translate(-5%, -50%);
        left: 10%;
        max-width: none;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
        .consentMessage ul {
            width: 100%;
            padding-left: 0px;
        }
        .consentMessage li {
            line-height: 40px;
        }
        .consentMessage .switch {
            margin-top: 10px;
        }
        .consentMessage .btnAcceptAll, .consentMessage .btnSaveConsent, .consentMessage .btnDeclineAll {
            width: 100%;
            float: none;
            margin-bottom: 15px;
        }
}
    /* ------------------------ Black friday banner ----------------------------*/
    .blackFridayBanner {
        clear: both;
        min-height: 35px;
        background-color: #265EAC;
        margin: 5px 5px 10px 5px;
        border-radius: 5px;
    }

        .blackFridayBanner a.lineHome,
        .blackFridayBanner a.line1,
        .blackFridayBanner a.line2 {
            display: block;
            font-family: Oswald;
            margin-left: auto;
            margin-right: auto;
            color: #fff;
        }

        .blackFridayBanner a.lineHome {
            font-size: 16px;
            font-weight: 400;
            width: 450px;
            padding-top: 10px;
            padding-bottom: 10px;
            line-height: 30px;
            border-bottom: 2px solid white;
        }

        .blackFridayBanner a.line1 {
            font-size: 16px;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
            font-weight: 200;
        }

        .blackFridayBanner a.line2 {
            font-size: 19px;
            font-weight: 200;
            width: 430px;
            line-height: 30px;
            text-align: center;
        }
        .categoryRestriction {
            font-weight: 400;
            padding-left: 5px;
        }
    /* ----------------------- top Nav -----------------------------*/
    #topNav {
        position: relative;
        height: 100px;
        background: #265EAC; /* Old browsers */
    }

        #topNav .CssLogo {
            position: absolute;
            top: 20px;
            left: 20px;
            width: 190px;
        }

    .topNav_pages {
        position: absolute;
        bottom: 0px;
        left: 220px;
        font-family: oswald;
        font-weight: 300;
        letter-spacing: 0.3px;
    }

        .topNav_pages li {
            display: block;
            float: left;
            height: 45px;
            font-size: 16px;
            padding: 10px 15px;
        }

            .topNav_pages li.desktopHide {
                display: none;
            }

            .topNav_pages li a {
                color: #FFF;
            }

            .topNav_pages li:first-of-type {
                background-color: #FFEF00;
            }

    .aboutUS .topNav_pages li:first-of-type {
        background-color: transparent;
    }

    .aboutUS .topNav_pages li:nth-of-type(2) {
        background-color: #FFEF00;
    }

    .topNav_pages li:first-of-type a {
        color: #024E8E;
    }

    .aboutUS .topNav_pages li:first-of-type a {
        color: #FFF;
    }

    .aboutUS .topNav_pages li:nth-of-type(2) a {
        color: #024E8E;
    }

    #topNav_menu {
        background-color: #FFEF00;
        height: 40px;
        margin-top: 0px;
        margin-left: 0px;
        width: 1000px;
        font-family: oswald;
        font-weight: 500;
        letter-spacing: 0.3px;
    }

        #topNav_menu .bikesinstock {
            font-style: italic;
        }

        #topNav_menu .red {
            color: #e10303;
        }

        #topNav_menu #dep_menu a {
            color: White;
        }

        #topNav_menu #dep_menu {
            color: White;
            font-size: 15px;
            margin: 0px 0px 0px 15px;
            padding-left: 0px;
        }

            #topNav_menu #dep_menu li {
                display: block;
                float: left;
                height: 40px;
            }

                #topNav_menu #dep_menu li:first-of-type {
                    border-left: none;
                }

                #topNav_menu #dep_menu li a {
                    padding: 6px 18px 5px 18px;
                    display: block;
                    margin-top: 3px;
                    height: 32px;
                    text-transform: uppercase;
                    position: relative;
                    color: #265EAC;
                }

                #topNav_menu #dep_menu li.active {
                    border-left: none;
                    border-bottom: 2px solid #265EAC;
                }

                #topNav_menu #dep_menu li a.bikesinstock {
                    color: #db0d15;
                }

                #topNav_menu #dep_menu li a.red {
                    color: #db0d15;
                }

                #topNav_menu #dep_menu li.active + li {
                    border-left: none;
                }

        #topNav_menu #right_menu {
            float: right;
            padding: 5px 6px 0px 12px;
            margin-bottom: 5px;
        }

            #topNav_menu #right_menu > li {
                display: block;
                float: left;
                position: relative;
            }

            #topNav_menu #right_menu .topNav_title {
                line-height: 32px;
                font-size: 15px;
                text-transform: uppercase;
                display: block;
                height: 35px;
                background-image: url(images/top_nav_arrow_blue.png);
                background-position: right center;
                background-repeat: no-repeat;
                padding: 0px 14px;
                margin-right: 5px;
            }

            #topNav_menu #right_menu li:hover .topNav_title,
            #topNav_menu #right_menu li.hover_effect .topNav_title {
                background-image: none;
                background-color: white;
            }

                #topNav_menu #right_menu li:hover .topNav_title a,
                #topNav_menu #right_menu li.hover_effect .topNav_title a {
                    color: #265EAC;
                }

        #topNav_menu .topNav_brand_box {
            font-size: 14px;
            position: absolute;
            top: 35px;
            left: -23px;
            height: 320px;
            width: 240px;
            padding: 0px 20px 20px 20px;
            display: none;
            z-index: 100;
        }

    .dep_cl #topNav_menu .topNav_brand_box {
        width: 242px;
        left: -22px;
    }

    #topNav_menu .topNav_brand_box > div {
        background-color: white;
    }

    #topNav_menu .topNav_brand_box .topNav_topBrandCol {
        float: left;
        width: 400px;
        height: 300px;
        padding: 10px 10px;
    }

    .dep_cl #topNav_menu .topNav_brand_box .topNav_topBrandCol {
        display: none;
    }

    #topNav_menu .topNav_brand_box .topNav_listCol {
        float: left;
        width: 200px;
        height: 300px;
        padding: 25px 10px 10px 10px;
    }

    #topNav_menu #right_menu li:hover .topNav_brand_box, #topNav_menu #right_menu li.hover_effect .topNav_brand_box {
        display: block;
    }

    #topNav_menu #right_menu li .topNav_brand_box h3, #topNav_menu #right_menu li .topNav_categories_box h3 {
        color: #265EAC;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    #topNav_menu #right_menu .topNav_brand_box .topNav_brands_search {
        width: 178px;
    }

    #topNav_menu #right_menu .topNav_brand_box .topNav_brandsList {
        height: 210px;
        overflow-x: auto;
        margin-top: 5px;
    }

        #topNav_menu #right_menu .topNav_brand_box .topNav_brandsList ul,
        .brandsPage .topNav_brandsList ul {
            list-style: none;
            padding-left: 10px;
        }

        #topNav_menu #right_menu .topNav_brand_box .topNav_brandsList li,
        .brandsPage .topNav_brandsList li {
            padding-left: 0px;
        }

            #topNav_menu #right_menu .topNav_brand_box .topNav_brandsList li a,
            .brandsPage .topNav_brandsList li a {
                color: #666666;
            }

    #topNav_menu #right_menu .topNav_brand_box .topNav_brandsLogos {
        height: 250px;
        border-right: 1px solid #C7C7C7
    }

        #topNav_menu #right_menu .topNav_brand_box .topNav_brandsLogos ul,
        .brandsPage .topNav_brandsLogos ul {
            padding-left: 0px;
        }

        #topNav_menu #right_menu .topNav_brand_box .topNav_brandsLogos li,
        .brandsPage .topNav_brandsLogos li {
            display: block;
            float: left;
            padding: 10px 13px;
        }

    #topNav_menu .topNav_categories_box {
        font-size: 14px;
        position: absolute;
        top: 35px;
        left: -428px;
        height: 450px;
        width: 565px;
        padding: 0px 20px 20px 20px;
        display: none;
        z-index: 100;
    }

        #topNav_menu .topNav_categories_box > div {
            height: 475px;
            width: 525px;
            background-color: white;
        }

    #topNav_menu #right_menu li:hover .topNav_categories_box, #topNav_menu #right_menu li.hover_effect .topNav_categories_box {
        display: block;
    }

    #topNav_menu .topNav_categories_box .categoriesTovNav_Root {
        float: left;
        width: 200px;
        height: 475px;
        background-color: #EEEEEE;
        border-right: 1px solid #C7C7C7;
        padding-left: 15px;
        padding-top: 10px;
    }

        #topNav_menu .topNav_categories_box .categoriesTovNav_Root ul {
            list-style: none;
            padding-left: 0px;
        }

        #topNav_menu .topNav_categories_box .categoriesTovNav_Root li {
            padding: 4px 0px 3px 10px;
        }

            #topNav_menu .topNav_categories_box .categoriesTovNav_Root li.active {
                background-color: #fff;
            }

    #topNav_menu .topNav_categories_box .categoriesTovNav_Sub {
        float: left;
        padding-top: 10px;
        padding-left: 15px;
    }

        #topNav_menu .topNav_categories_box .categoriesTovNav_Sub div {
            float: left;
        }

        #topNav_menu .topNav_categories_box .categoriesTovNav_Sub a {
            display: block;
            padding: 3px 10px 3px 5px;
            width: 150px;
            color: #666666
        }

    #topNav_search {
        top: 45px;
        position: absolute;
        left: 530px;
    }

        #topNav_search input {
            width: 240px;
            font-size: 15px;
            font-family: oswald;
            font-weight: 400;
        }

        #topNav_search .btn {
            width: 44px;
            background-color: #FFEF00; /* Old browsers */
            border: 1px solid #666666;
            border-left: 0px;
            line-height: 1;
        }

            #topNav_search .btn img {
                height: 20px;
            }

        #topNav_search .topNav_search_box {
            width: 384px;
            display: none;
            padding: 0px 20px 20px 20px;
            margin-left: -20px;
            position: relative;
            z-index: 100;
        }

            #topNav_search .topNav_search_box div {
                padding: 3px 10px;
                background: #FFF;
                border: 1px solid #265EAC;
                border-top: none;
            }

            #topNav_search .topNav_search_box.hover_effect {
                display: block;
            }

            #topNav_search .topNav_search_box ul {
                padding-left: 3px;
            }

            #topNav_search .topNav_search_box li {
                display: block;
                padding: 3px 0px;
            }

                #topNav_search .topNav_search_box li .name {
                    font-weight: bold;
                }

                #topNav_search .topNav_search_box li a {
                    color: #333;
                }

                #topNav_search .topNav_search_box li hr {
                    margin: 5px 0px;
                }

    #topNav_currency {
        position: absolute;
        width: 100px;
        top: 8px;
        right: 105px;
        border-right: 1px solid #FFF;
        text-align: center;
    }

        #topNav_currency a {
            font-size: 14px;
            color: #FFF;
        }

        #topNav_currency img {
            margin-top: -3px;
        }

        #topNav_currency .openCurrencySelector {
            cursor: pointer;
        }

        #topNav_currency .currencySelectorBox {
            display: none;
        }

    .currencySelector {
        width: 100%;
        margin-bottom: 5px;
    }

    #topNav_account {
        position: absolute;
        width: 80px;
        top: 8px;
        right: 5px;
        font-size: 14px;
    }

        #topNav_account a {
            text-align: center;
            color: #FFF;
            display: block;
        }

        #topNav_account i {
            display: none;
        }

    #topNav_Basket {
        position: absolute;
        top: 45px;
        padding-left: 40px;
        padding-right: 10px;
        right: 0px;
        font-size: 14px;
        line-height: 32px;
    }

        #topNav_Basket a {
            color: #FFF;
        }

        #topNav_Basket .value {
            font-weight: normal;
            padding-left: 5px;
        }

        #topNav_Basket .icon {
            margin-right: 10px;
            vertical-align: middle;
        }

    #topNav_hamburger {
        display: none;
    }

    @media all and (max-width: 767px) {
        #topNav {
            height: 160px;
        }

        .checkout #topNav {
            height: 148px;
        }

        #topNav_menu {
            width: 480px;
            margin-left: 0px;
            margin-bottom: 50px;
        }

            #topNav_menu #dep_menu {
                padding-left: 0px;
                margin-left: 0px;
            }

                #topNav_menu #dep_menu li:first-of-type {
                    padding-left: 5px;
                }

                #topNav_menu #dep_menu li:last-of-type {
                    margin-top: 5px;
                    padding-left: 5px;
                }

                #topNav_menu #dep_menu li {
                    background-color: #265EAC;
                }

        .topNav_pages li.desktopHide {
            display: block;
        }

        #topNav_menu #dep_menu li a {
            padding: 7px 8px 5px 8px;
        }

        #topNav_menu #right_menu {
            background-color: #265EAC;
            padding-left: 20px;
            float: left;
            margin-top: 5px;
            margin-left: -1px;
        }

            #topNav_menu #right_menu .topNav_title {
                cursor: pointer;
                background: none;
            }

            #topNav_menu #right_menu li:hover .topNav_brand_box, #topNav_menu #right_menu li:hover .topNav_categories_box {
                display: none;
            }

            #topNav_menu #right_menu .topNav_categories .topNav_title {
                margin-right: 0px;
            }

        #topNav_search {
            top: 60px;
            left: 203px;
        }

            #topNav_search input {
                width: 225px;
            }

            #topNav_search .btn {
                margin-top: 0px;
            }

        #topNav_Basket {
            top: 28px;
        }

        .topNav_pages {
            left: 60px;
        }

        #topNav_menu #dep_menu li.active :after {
            display: none;
        }

        .topNav_mobile {
            width: 300px;
            overflow: hidden;
            top: 0;
            left: -300px;
            height: 100%;
            background-color: #196099;
            position: fixed;
            z-index: 999999;
            max-width: 100%;
            overflow: auto;
            transition: all ease .5s;
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            padding-bottom: 30px;
        }

            .topNav_mobile .close {
                position: absolute;
                top: 15px;
                right: 20px;
                color: #fff;
                opacity: 0.8;
                transition: all ease .5s;
                -webkit-transition: all ease .5s;
                -moz-transition: all ease .5s;
                font-size: 27px;
            }

                .topNav_mobile .close:hover {
                    opacity: 1;
                }

            .topNav_mobile.topNav_pages li:first-of-type {
                background-color: transparent;
            }

            .topNav_mobile .dropdown {
                transition: all ease .5s;
                -webkit-transition: all ease .5s;
                -moz-transition: all ease .5s;
                height: auto;
                color: #fff;
                cursor: pointer;
            }

                .topNav_mobile .dropdown .fas {
                    color: #fff;
                    margin-left: 10px;
                }

                .topNav_mobile .dropdown ul {
                    display: none;
                    margin-top: 10px;
                }

            .topNav_mobile ul li {
                text-transform: uppercase;
                display: block;
                float: left;
                margin: 5px 0;
                width: 100%;
            }

                .topNav_mobile ul li.shop {
                    margin-top: 20px;
                }

                    .topNav_mobile ul li.shop a {
                        width: 100%;
                        display: block;
                        padding-bottom: 15px;
                        border-bottom: 1px solid #FFEF00;
                        color: #FFEF00;
                    }

            .topNav_mobile ul {
                padding: 0px;
                margin: 30px 0px 0px 0px;
            }

            .topNav_mobile.active {
                left: 0px;
            }

        #topNav_hamburger {
            right: 21px;
            position: absolute;
            top: 14px;
            font-size: 18px;
            color: #fff;
            display: inline-block;
        }

        #topNav_currency {
            top: 15px;
            right: 170px;
            font-size: 18px;
        }

        #topNav_search {
            height: 34px;
            top: auto;
            bottom: 10px;
            left: 5px;
        }

            #topNav_search .btn {
                width: 99px;
            }

            #topNav_search input {
                width: 372px;
                font-size: 15px;
                font-family: oswald;
                font-weight: 400;
            }

        #topNav_account {
            top: 15px;
            font-size: 17px;
            right: 95px;
            border-right: 1px solid #FFF;
        }

            #topNav_account i {
                display: inline-block;
            }

        #topNav_Basket_mobile {
            top: 66px;
            position: absolute;
            right: 45px;
        }

            #topNav_Basket_mobile a {
                color: #fff;
                font-size: 18px;
                line-height: 28px;
            }

                #topNav_Basket_mobile a .alert {
                    padding: 5px 15px;
                    font-size: 12px;
                    border-radius: 15px;
                    color: #265EAC;
                    background-color: #fff;
                    border: none;
                    margin-bottom: 0px;
                    display: inline-block;
                    line-height: 11px;
                }

            #topNav_Basket_mobile .icon {
                vertical-align: middle;
                margin-left: 28px;
            }

        .topNav_mobile.topNav_pages > ul li a {
            color: #fff;
        }

        .topNav_mobile.topNav_pages > ul li.active a {
            color: #FFEF00;
        }

        .topNav_mobile .topNav_brands {
            padding-right: 0px;
        }

            .topNav_mobile .topNav_brands a {
                border-right: 1px solid rgba(255,255,255,0.5);
            }

            .topNav_mobile .topNav_brands a,
            .topNav_mobile .topNav_categories a {
                display: block;
                width: 100%;
            }

        .topNav_mobile .topNav_brands,
        .topNav_mobile .topNav_categories,
        .topNav_mobile .store-li,
        .topNav_mobile .blog-li {
            width: 50%;
            float: left;
            text-align: center;
        }

        .topNav_mobile .store-li,
        .topNav_mobile .blog-li {
            height: auto;
            margin-bottom: 30px;
        }

            .topNav_mobile .store-li .icon,
            .topNav_mobile .blog-li .icon {
                color: #fff;
                display: block;
            }

        .topNav_mobile .blog-li {
            border-right: 1px solid rgba(255,255,255,0.5);
        }

        .topNav_mobile li.departaments {
            height: auto;
            overflow: auto;
            padding: 0;
            margin-bottom: 60px;
        }

            .topNav_mobile li.departaments ul {
                padding: 0;
                margin: 0;
            }

                .topNav_mobile li.departaments ul li:last-of-type {
                    background-color: #db0d15;
                    margin-top: -4px;
                }

                    .topNav_mobile li.departaments ul li:last-of-type a {
                        border-bottom: none;
                    }

                .topNav_mobile li.departaments ul li a {
                    border-bottom: 1px solid rgba(255,255,255,0.5);
                    width: 100%;
                    display: block;
                    padding-bottom: 15px;
                }

        .brandsPage .topNav_brandsList li {
            padding: 10px 15px;
            width: 50%;
            float: left;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }
    }

    @media all and (min-width: 1400px) {
        #topNav_menu {
            width: 1250px;
        }

            #topNav_menu #dep_menu li a {
                padding: 7px 23px 5px 23px;
            }

        #topNav_search {
            left: 650px;
        }

            #topNav_search input {
                width: 300px;
            }

        .topNav_pages {
            left: 240px;
        }

            .topNav_pages li {
                margin-left: 10px;
                margin-right: 10px;
            }
    }
    /* ----------------------- Message/ Checkout page -----------------------------*/
    #msg .alert, #checkout .alert, #login .alert, #CustPref .alert, #QuotesDetails .alert, #CustSAmanage .alert, #CustModShip .alert, #CustAddShip .alert, #chooseShpmnt .alert, #OrderComplete .alert, #LoyaltyApplicationForm .alert, #CorporateApplicationForm .alert, #B2WApplicationForm .alert, #OrderVerify .alert, #SignUp .alert, .viewCart .alert {
        text-align: center;
        margin: 15px 15px 25px 15px;
    }

    #DeliveryAddressTable {
        margin-top: 10px;
    }

    .customerAddressRow {
        margin: 5px;
        padding: 10px;
        border: 1px solid #C7C7C7;
        border-radius: 5px;
    }

        .customerAddressRow .rcLargeText {
            line-height: 27px
        }

    .CheckoutStep {
        margin: 3px 15px 10px 15px;
    }

    .checkout #topNav_search,
    .checkout #topNav_menu,
    .checkout .topNav_pages,
    .checkout #dep_menu,
    .checkout #right_menu,
    .checkout #footerNav_buttons {
        display: none;
    }

    .checkout #topNav_menu {
        bottom: 5px;
    }

    .checkout #topNav {
        height: 107px;
    }
    /* ----------------------- Categories -----------------------------*/
    .catMenu {
        margin-left: 0px;
    }

        .catMenu ul {
            padding: 5px 0px;
            margin-bottom: 0px;
        }

        .catMenu li {
            display: block;
            margin-left: 0px;
            padding-left: 8px;
            font-size: 12px;
            line-height: 20px;
        }

            .catMenu li a {
                color: #666666;
            }

        .catMenu .more {
            color: #265EAC;
            font-size: 13px;
            cursor: pointer;
        }

    .categoriesPage ul {
        color: #666666;
    }

    .categoriesPage > ul > li {
        font-size: 14px;
        margin-top: 10px;
        font-weight: bold;
    }

        .categoriesPage > ul > li > ul {
            font-weight: normal;
        }

    .categoriesPage li {
        display: block;
        margin-left: 0px;
        padding-left: 8px;
        line-height: 25px;
    }

        .categoriesPage li a {
            color: #666666;
            font-size: 13px;
        }
    /* ----------------------- products list -----------------------------*/
    .searchProducts .pageLC .box,
    .topCategories,
    .topBrands {
        background-color: #eeeeee;
    }

    .searchProducts .pageLC .box {
        padding: 5px 15px;
        font-size: 12px;
    }

    .searchProducts .pageLC .checkbox {
        margin: 0;
        padding-bottom: 10px;
    }

    .searchProducts .pageLC .box .stockList .inStockOnly:checked + span {
        font-weight: bold;
        color: #265EAC;
    }

    .searchProducts .pageLC .box.options,
    .searchProducts .pageLC .box.customFields {
        padding: 0px 15px;
    }

        .searchProducts .pageLC .box.options.colorOptionsBox {
            padding-right: 0px;
        }

    .searchProducts .pageLC h3:first-of-type {
        margin-top: 0px;
    }

    .searchProducts .pageLC h3.options, .searchProducts .pageLC h3.customFields {
        cursor: pointer;
    }

        .searchProducts .pageLC h3.options .expand, .searchProducts .pageLC h3.customFields .expand {
            float: right;
            padding-right: 10px;
            font-weight: bold;
        }

    .searchProducts .pageLC .btnBudgetValue {
        padding: 5px 10px;
    }

    .searchProducts .pageLC .minPrice {
        float: left;
        width: 40px;
        line-height: 20px;
    }

    .searchProducts .pageLC .maxPrice {
        float: right;
        line-height: 20px;
    }

    .searchProducts .pageLC .btnNarrowSearch {
        display: none;
    }

    .searchProducts .pageLC .btnBudgetValueReset {
        cursor: pointer;
        color: #265EAC;
        font-size: 12px;
        padding-left: 10px;
        line-height: 59px;
    }

    .searchProducts .pageLC ul.categoriesList,
    .searchProducts .pageLC ul.categoriesList_2,
    .searchProducts .pageLC ul.brandsList,
    .searchProducts .pageLC ul.brandsList_2,
    .searchProducts .pageLC ul.optionsList, .searchProducts .pageLC ul.customFieldsList {
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .searchProducts .pageLC ul.categoriesList li,
        .searchProducts .pageLC ul.categoriesList_2 li,
        .searchProducts .pageLC ul.brandsList li,
        .searchProducts .pageLC ul.brandsList_2 li,
        .searchProducts .pageLC ul.optionsList li {
            display: block;
        }

        .searchProducts .pageLC ul.brandsList li,
        .searchProducts .pageLC ul.brandsList_2 li,
        .searchProducts .pageLC ul.categoriesList_2 li {
            padding: 2px 0px;
        }

        .searchProducts .pageLC ul.categoriesList ul {
            padding-left: 10px;
        }

    .searchProducts .pageLC .showMore {
        line-height: 16px;
        cursor: pointer;
        text-align: right;
        color: #265EAC;
    }

    .searchProducts .pageLC .searchFilters {
        margin-bottom: 5px;
    }

        .searchProducts .pageLC .searchFilters .optionColorBox {
            width: 20px;
            height: 20px;
            float: left;
            background-size: 20px;
            margin-right: 22px;
            margin-top: 9px;
            margin-bottom: 9px;
            cursor: pointer;
            outline: 2px solid #e5e5e5;
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
        }

            .searchProducts .pageLC .searchFilters .optionColorBox.activeOption,
            .searchProducts .pageLC .searchFilters .optionColorBox:hover {
                border: 1px solid #FFFFFF;
                outline: 2px solid #265EAC;
            }

    .searchProducts .pageLC .slider.slider-horizontal {
        width: 160px;
    }

        .searchProducts .pageLC .slider.slider-horizontal .slider-track {
            background: #eeeeee;
            background-image: -webkit-linear-gradient(top, #eee 0%, #eee 100%);
            background-image: linear-gradient(to bottom, #eee 0%, #eee 100%);
        }

    .searchProducts .pageLC .slider .slider-selection {
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        background-image: -webkit-linear-gradient(top, #265EAC 0%, #265EAC 100%);
        background-image: linear-gradient(to bottom, #265EAC 0%, #265EAC 100%);
    }

    .searchProducts .pageLC .slider .slider-handle {
        opacity: 1;
        background-image: -webkit-linear-gradient(top, #265EAC 0%, #265EAC 100%);
        background-image: linear-gradient(to bottom, #265EAC 0%, #265EAC 100%);
    }

    .rcListSectionTitle_2, .rcListSectionTitle_Sort_L, .rcListSectionTitle_Sort_R {
        background-color: #F2F2F2;
        color: #666;
    }

        .rcListSectionTitle_Sort_R a {
            color: #666;
        }

    .rcListSectionTitle_1 {
        float: left;
        color: #265EAC;
        font-size: 22px;
        font-weight: normal;
        line-height: 28px;
        padding: 0px 5px 0px 8px;
    }

    .rcListSectionTitle_2 {
        line-height: 28px;
        font-size: 11px;
        font-weight: normal;
        margin-bottom: 5px;
    }

        .rcListSectionTitle_2 .sortList {
            z-index: 20;
            float: right;
            padding-right: 8px;
        }

        .rcListSectionTitle_2 select {
            font-size: 10px;
            color: #333333;
            width: 150px;
            height: auto;
            line-height: normal;
            margin-bottom: 0px;
            padding: 2px;
        }

    .rcListProducts {
        float: left;
        height: 380px; /* 290 + 19 + 16*/
        text-align: left;
        width: 200px; /*CHNG*/
        overflow: hidden;
        padding: 3px 0px;
        margin-right: 7%;
        margin-left: 1%;
    }

    .rcListProductImageBox {
        position: relative;
        height: 237px;
    }

    .rcListProductImage {
        display: table-cell;
        vertical-align: bottom;
        height: 210px; /*CHNG*/
        overflow: hidden;
        padding-bottom: 3px;
        position: relative;
        text-align: center;
        width: 200px; /*CHNG*/
    }

        .rcListProductImage p {
            height: 200px;
            line-height: 200px;
        }

        .rcListProductImage img {
            max-height: 200px;
            padding: 10px;
        }

    .rcListProducts .prodListColBoxes {
        margin-top: 0px;
        margin-bottom: 3px;
        margin-left: 2px;
        background-size: contain;
    }

    .rcListProducts .prodListColBox {
        width: 14px;
        height: 14px;
        display: inline-block;
        margin: 5px 8px 0 0; /*CHNG*/
        outline: 2px solid #e5e5e5; /*ADD*/
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        background-size: 14px;
    }

    .rcShowProductName {
        clear: left;
        margin: 0 0 3px 0;
    }

    .rcShowProductPriceName {
        display: none; /*ADD*/
        font-size: 14px;
    }

    .rcListProducts .prodListColBox.activeOption {
        border: 1px solid #FFFFFF;
        outline: 2px solid #265EAC;
    }

    .rcShowProductSearchListPrice {
        text-decoration: line-through; /*ADD*/
        font-size: 13px;
    }

    .rcShowProductPrice,
    .rcShowProductSearchListPrice,
    .rcShowProductSavings {
        display: inline-block; /*ADD*/
    }

    .rcShowProductName a {
        color: #265EAC;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        font-family: 'Oswald', sans-serif;
        letter-spacing: 0.3px;
    }

    .rcShowProductPriceName {
        color: #666;
        font-weight: normal;
    }

    .rcShowProductPrice {
        color: #333;
        font-size: 16px; /*CHNG*/
        font-weight: bold;
        line-height: 15px;
        margin-right: 10px; /*ADD*/
    }

    .rcShowProductSearchListPrice {
        color: #666;
        font-size: 11px;
        font-weight: normal;
        line-height: 15px;
        margin-right: 6px;
    }

    .rcShowProductSavings {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        background-color: #e10303;
        line-height: 18px;
        width: 76px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 5px;
        border: 1px solid #e10303;
    }

    .rcShowProductFeatured {
        position: absolute;
        top: 0px;
        left: 0px;
        color: #666;
        font-size: 11px;
        line-height: 19px;
    }

        .rcShowProductFeatured img {
            float: left;
            margin-right: 5px;
        }

    .rcShowProductSale {
        width: 33px;
        line-height: 32px;
        color: #FFF;
        background-color: #e10303;
        text-align: center;
        font-size: 13px;
        position: absolute;
        top: 0px;
        right: 0px;
        border-radius: 50%;
        height: 33px;
        font-family: oswald;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

    .rcShowProductMakeOffer {
        width: 110px;
        line-height: 20px;
        color: #FFF;
        background-color: #265EAC;
        text-align: center;
        font-size: 11px;
        margin-right: 5px;
        margin-top: -23px;
        position: absolute;
    }

    .rcShowProductOnlineOnly {
        width: 100px;
        line-height: 20px;
        color: #000;
        background-color: #F1E515;
        text-align: center;
        font-size: 11px;
        position: absolute;
        top: 0px;
    }

    .rcShowProductNew {
        width: 40px;
        line-height: 19px;
        color: #FFF;
        background-color: #83BA36;
        text-align: center;
        font-size: 11px;
        position: absolute;
        bottom: 27px;
    }

    .rcShowProductInStock, .rcShowProductOutOfStock {
        font-size: 11px;
        color: #666;
        line-height: 15px;
        padding: 0px 5px;
        margin-top: 1px;
    }

    .rcShowProductInStock {
        border-left: 7px solid #83BA36;
    }

    .rcShowProductOutOfStock {
        border-left: 7px solid #e10303;
    }

    .rcPageNav {
        margin: 10px 0 10px 5px;
        text-align: left;
        color: #7F7F7F;
        font-size: 12px;
    }

    .rcListSectionTitle_Sort_L {
        margin: 0px 300px 5px 0px;
        font-size: 14px;
        font-weight: bold;
        line-height: 28px;
        padding-left: 8px;
    }

    .rcListSectionTitle_Sort_R {
        float: right;
        width: 277px;
        padding-right: 8px;
        text-align: right;
        line-height: 28px;
        font-size: 11px;
        font-weight: normal;
    }

    .catLDesc {
        margin-left: 5px;
        margin-bottom: 5px;
    }

    @media all and (max-width: 767px) {
        .searchFilters {
            margin-left: -5px;
            margin-right: -5px;
        }

        .searchProducts .pageLC .btnNarrowSearch {
            display: block;
            font-size: 18px;
        }

            .searchProducts .pageLC .btnNarrowSearch span {
                vertical-align: sub;
                margin-right: 10px;
            }

            .searchProducts .pageLC .btnNarrowSearch.fixed {
                margin-top: 0px !important;
                position: fixed;
                width: 480px;
                z-index: 9999;
                top: 0px;
            }

        .searchProducts .pageLC .searchFilters {
            margin-top: 5px;
        }

            .searchProducts .pageLC .searchFilters.fixed {
                margin-top: 38px;
            }

        .searchProducts .pageLC ul.brandsList li {
            float: left;
            width: 88px;
            line-height: 25px;
        }

        .searchProducts .pageLC ul.optionsList li {
            float: left;
            width: 145px;
            margin: 0px;
            line-height: 25px;
        }

        .searchProducts .pageLC .slider.slider-horizontal {
            width: 340px;
            margin-left: 5px;
        }

        .searchProducts .pageLC .stockList {
            float: left;
            width: 145px;
            margin: 0px;
        }

        .searchProducts .rcPageNav {
            font-size: 16px;
        }

            .searchProducts .rcPageNav b,
            .searchProducts .rcPageNav a {
                padding: 0px 5px;
            }

        .nav-tabs {
            margin-left: 0px;
        }

        .catLDesc {
            margin-left: 0px;
        }

        .home .rcListProducts,
        .rcListProducts {
            margin-left: 0px;
            margin-right: 0px;
            margin-top: 20px;
            width: 440px;
            height: auto;
            border-bottom: 1px lightgrey solid;
        }

        .rcListProductImageBox {
            float: left;
            width: 200px;
            height: auto;
        }

        .rcListProductImage {
            height: auto;
        }

            .rcListProductImage p {
                height: auto;
                line-height: normal;
            }

            .rcListProductImage img {
                width: 200px;
                height: 200px;
                object-fit: contain;
            }

        .rcShowProductDescBox {
            float: left;
            width: 220px;
            margin-left: 20px;
        }
    }
    /* ----------------------- product details  -----------------------------*/
    .rcProductDet {
        float: right;
    }

    .rcProductDetTitle,
    .pcMainTable h1,
    h1.rcPageTitle,
    .AppHeaderTxt .ContentHeader1 {
        padding: 10px;
        color: #265EAC;
        font-size: 25px;
        line-height: 25px;
        margin: 0px 0px 5px 0px;
        font-family: oswald;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

    .rcProductDetTitle {
        padding-left: 0px;
    }

    .rcProductDetCategories {
        padding-right: 15px;
        border-right: 1px solid #666666
    }

    .rcProductDetBrands {
        padding-left: 15px;
    }

    .rcProductDetCategories, .rcProductDetBrands {
        display: inline;
        font-size: 11px;
        color: #666666;
        line-height: 14px;
    }

        .rcProductDetCategories a, .rcProductDetBrands a {
            color: #666666;
        }

        .rcProductDetBrands a {
            color: #265EAC;
            font-size: 12px;
        }

    .rcProductDetShortDesc {
        margin: 25px 15px;
        font-size: 12px;
        color: #666666;
    }

        .rcProductDetShortDesc .rcProductDetShortDescMI {
            color: Red;
            margin: 4px 0px;
            cursor: pointer;
        }

    .PriceBox:after {
        content: "";
        display: block;
        clear: both;
        padding-top: 20px;
    }

    .rcProductDetPriceBox {
        float: left;
        margin-right: 5px;
    }

        .rcProductDetPriceBox .rcProductDetPriceName {
            font-size: 13px;
            color: #666666;
        }

        .rcProductDetPriceBox .rcProductDetPrice {
            font-size: 27px;
            font-weight: normal;
            line-height: 26px;
            color: #265EAC;
            display: inline;
            margin-right: 10px;
            font-family: oswald;
            letter-spacing: 0.3px;
        }

        .rcProductDetPriceBox .rcProductDetListPrice {
            color: #333;
            font-size: 12px;
            margin-right: 10px;
            display: inline;
            font-weight: normal;
        }

        .rcProductDetPriceBox .rcProductDetSavings {
            color: #fff;
            font-size: 13px;
            display: inline;
            line-height: 1.5;
            border-radius: 0px;
            background-color: #e10303;
            text-transform: uppercase;
            padding: 3px 5px;
            border-radius: 5px;
            border: 1px solid #e10303;
        }

    #flexifi-tag {
        clear: both;
    }

        #flexifi-tag .flexifi-description {
            font-family: Arial;
            font-size: 13px;
            color: #666666;
            padding: 4px 0;
        }

    .rcProductNoBoxWarning {
        clear: both;
        background-image: url(images/bgr_yellow_info.png);
        background-position: left top;
        background-repeat: no-repeat;
        padding: 12px 30px 12px 40px;
        font-size: 17px;
        position: relative;
        line-height: 25px;
    }

    .catLDesc .rcProductNoBoxWarning {
        margin-top: 4px;
        margin-left: -5px;
    }

    .rcProductNoBoxWarning .arrowBold {
        background-image: url(images/arrow_black_right.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 18px;
        font-weight: bold;
    }

    .rcProductNoBoxWarning .moreinfo {
        display: block;
        cursor: pointer;
        font-size: 15px;
        background-image: url(images/more.png);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 25px;
        line-height: 23px;
        position: absolute;
        top: 12px;
        right: 15px
    }

    .rcProductNoBoxInfo {
        display: none;
        margin-top: 3px;
        background-image: url(images/bgr_yellow_info.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        padding: 12px 30px 12px 40px;
        font-size: 14px;
    }

    .catLDesc .rcProductNoBoxInfo {
        margin-left: -5px;
    }

    .rcProductNoBoxInfo ul {
        font-size: 17px;
        padding-left: 0px;
        margin-top: 10px;
    }

        .rcProductNoBoxInfo ul li {
            list-style: none;
            background-image: url(images/list.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 20px;
        }

    .flexFiText {
        float: left;
        padding-top: 28px;
    }

        .flexFiText a {
            color: #666;
        }

        .flexFiText div {
            float: left;
            padding: 2px 5px 0px 5px;
        }

        .flexFiText .question {
            padding-top: 0px;
        }

    .bikemoText {
        padding-top: 7px;
        float: left;
    }

        .bikemoText a {
            color: #0f5132;
        }

        .bikemoText div {
            float: left;
            padding: 2px 5px 0px 5px;
        }

        .bikemoText .question {
            padding-top: 0px;
        }

    .flexi-features {
        font-size: 16px;
        background-color: #ff6200;
        padding: 20px;
        color: #fff;
    }

        .flexi-features p {
            color: #fff;
        }

    .btn-flexi-prod {
        font-size: 13px;
        color: #808080 !important;
        background-color: #fff;
        padding: 0px 5px;
        transition: .6s all ease;
        -webkit-transition: .6s all ease;
        border-radius: 3px;
        border: 1px solid #ff6200;
    }

        .btn-flexi-prod:hover {
            background-color: #ededed;
        }

    .btn-bikemo-prod {
        font-size: 13px;
        color: #0f5132 !important;
        background-color: #d1e7dd;
        padding: 1px 5px;
        transition: .6s all ease;
        -webkit-transition: .6s all ease;
        border-radius: 3px;
        border: 1px solid #badbcc;
        margin-left: 5px;
    }

        .btn-bikemo-prod:hover {
            background-color: #ededed;
        }

    .quote {
        color: #555;
        margin: 15px 0px !important;
        font-size: 18px;
    }

    .rcProductDetLoyalty {
        height: 56px;
        float: right;
        font-size: 13px;
        line-height: 16px;
        text-align: right;
    }

        .rcProductDetLoyalty a .tag {
            display: block;
            height: 28px;
            background: url(../images/layout/clearanceTag.gif) no-repeat left bottom;
            line-height: 28px;
            color: #FFF;
            padding-right: 5px;
            padding-left: 25px;
            font-weight: bold;
        }

        .rcProductDetLoyalty a {
            color: #e10303;
        }

    .rcProductDetMakeOffer {
        float: right;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.1;
        text-align: right;
    }

        .rcProductDetMakeOffer p {
            margin-top: 5px;
            color: #265EAC;
        }

    .rcProductDetOnlineOnly {
        clear: both;
    }

        .rcProductDetOnlineOnly h3 {
            background-color: #F1E515;
            float: left;
            margin: 0px;
            padding: 10px;
            padding-bottom: 0px;
        }

        .rcProductDetOnlineOnly p {
            clear: both;
            font-size: 14px;
            margin-top: 0px;
            padding: 10px;
            color: #000;
            line-height: 1.1;
            background-color: #F1E515;
        }

    .rcProductDetOptions {
        clear: both;
    }

    .rcProductDetOptionRow {
        line-height: 60px;
        border-bottom: 1px solid #999999;
    }

    .rcProductDetOptionC1 {
        float: left;
        color: #333;
        font-size: 13px;
    }

        .rcProductDetOptionC1:not(.buyTableHead) {
            padding-top: 20px;
            padding-bottom: 14px;
            line-height: normal;
        }

    .rcProductDetOptionC2 {
        float: left;
        font-size: 13px;
    }

    .rcProductDetOptionC3 {
        float: left;
        width: 120px;
        font-size: 18px;
        color: #333;
    }

    .rcProductDetOptionC4 {
        float: left;
        width: 110px;
    }

    .buyTableHead {
        font-size: 11px;
        line-height: 22px;
        color: #333333;
        font-weight: normal;
    }

    .extendedDeliveryTime {
        float: left;
        position: relative;
        width: auto !important;
        padding: 5px 10px;
        color: #FFF;
        background-color: #83BA36;
        font-size: 13px;
        margin-bottom: 10px;
    }

        .extendedDeliveryTime:after {
            content: " ";
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid #83BA36;
            position: absolute;
            bottom: -4px;
            left: 0%;
            margin-left: 15px;
        }

    .btnBuy {
        padding: 0px;
    }

        .btnBuy a, .btnBuy > div {
            color: #FFF;
            padding: 6px 12px;
            display: block;
        }

        .btnBuy span {
            vertical-align: bottom;
        }

            .btnBuy span.text {
                padding-right: 5px;
            }

    .rcProductDetOptionRow .line1 {
        padding-top: 2px;
        line-height: 17px;
        display: block;
    }

    .rcProductDetOptionRow .line2 {
        line-height: 16px;
        font-size: 11px;
        display: block;
        color: #666;
    }

    .rcProductDetOptionRow .Discont {
        border-left: 7px solid #666;
        color: #666;
        line-height: 35px;
        padding: 0px 5px;
        margin: 5px 0px;
    }

    .rcProductDetOptionRow .InStock {
        color: #333;
        border-left: 7px solid #83BA36;
        line-height: 35px;
        padding: 0px 5px;
        margin: 5px 0px;
    }

    .rcProductDetOptionRow .OutOfStock {
        color: #333;
        border-left: 7px solid #e10303;
        line-height: 35px;
        padding: 0px 5px;
        margin: 5px 0px;
    }

    .rcProductDetOptionRow .NotifyBtn {
        background-color: #666;
        font-size: 12px;
        padding: 2px 10px;
    }

        .rcProductDetOptionRow .NotifyBtn span {
            vertical-align: middle;
            font-size: 15px;
        }

    .rcProductDetDisabled .rcProductDetOptionC1, .rcProductDetDisabled .rcProductDetOptionC2, .rcProductDetDisabled .rcProductDetOptionC3, .rcProductDetDisabled .rcProductDetOptionC4 {
        color: #666666;
    }

    .lightboxOpen,
    .glightbox {
        cursor: pointer;
    }

    .rcProductDetImages {
        float: left;
        background-color: #FFFFFF;
    }

        .rcProductDetImages .mainImage {
            text-align: center;
            vertical-align: middle;
            line-height: 400px;
            height: 400px;
            width: 400px;
            overflow: hidden;
            position: relative;
        }

            .rcProductDetImages .mainImage a {
                height: 400px;
                width: 400px;
                display: block;
            }

            .rcProductDetImages .mainImage .title {
                position: absolute;
                bottom: 0px;
                right: 0px;
                line-height: normal;
                color: #666;
                background-color: #E9E9E9;
                padding: 5px 10px;
                border-radius: 3px 0px 0px 0px;
            }

            .rcProductDetImages .mainImage .tradein {
                position: absolute;
                top: 0px;
                right: 0px;
                cursor: pointer;
            }

            .rcProductDetImages .mainImage .mainImageHidden {
                display: none;
            }

    .rcProductDetAditionalImages {
        text-align: center;
        padding-top: 10px;
        max-width: 400px;
    }

        .rcProductDetAditionalImages img {
            border: 1px solid #CCCCCC;
            margin: 5px;
            width: 80px;
            height: 80px;
            object-fit: cover;
        }

    .ProductSoldOutInfo {
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff;
        font-family: oswald;
        text-align: center;
        background-color: #265EAC;
        font-size: 21px;
        font-weight: 300;
        letter-spacing: 0.3px;
    }

        .ProductSoldOutInfo h3 {
            font-size: 21px
        }

        .ProductSoldOutInfo a {
            color: #fff;
            text-decoration: underline;
        }

    .ProductAdditionalInfo {
        clear: both;
        padding-top: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }

        .ProductAdditionalInfo .slide1 {
            display: none;
        }

        .ProductAdditionalInfo.showFinance .slide1 {
            display: block;
        }

        .ProductAdditionalInfo.showFinance .slide2 {
            display: none;
        }

        .ProductAdditionalInfo.noBoxBike .slide3 {
            display: none;
        }

        .ProductAdditionalInfo.noTradeIn .slide4 {
            display: none;
        }
		.ProductAdditionalInfo .slide8 {
            display: none;
        }
		.ProductAdditionalInfo.showBikeFitting .slide8 {
            display: block;
        }

    .ProductDetTabs {
        clear: both;
        padding-top: 10px;
    }

    .rsCrossSellingPrds {
        margin-top: 15px;
    }

    .viewPrdnohf {
        text-align: left;
        background-color: #fff;
    }

        .viewPrdnohf .rcProductDetLoyalty {
            display: none;
        }

    .notifyForm {
        width: 99%
    }

    .highslide-container .notifyName,
    .notifyName {
        color: #265EAC;
        font-size: 25px !important;
        line-height: 25px;
        margin: 0px 0px 5px 0px;
        font-family: oswald !important;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

    .whybuy .fa {
        font-size: 55px;
        font-weight: 800;
        color: #fff;
        display: inline-block;
        padding: 25px;
        box-sizing: border-box;
        background-color: #265EAC;
        width: 100%;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }

        .whybuy .fa + h3 {
            color: #fff;
            font-size: 21px;
            background-color: #265EAC;
            margin: 0;
            padding: 0 5px;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            min-height: 51px;
            font-family: oswald;
            font-weight: 300;
            letter-spacing: 0.3px
        }

    .whybuy.fa-icons:before {
        content: "";
    }

    .whybuy.fa-icons .active a {
        display: block;
        background-color: #FFEF00;
    }

    .whybuy.fa-icons .active .fa,
    .fa-icons .active .fa + h3 {
        background-color: #FFEF00;
        color: #000;
        cursor: initial;
    }

    .whybuy.fa-icons .not-active a:hover {
        display: block;
        background-color: #FFEF00;
    }

    .whybuy.fa-icons .not-active a {
        display: block;
        background-color: #265EAC;
    }

    .whybuy.fa-icons .col {
        text-align: center;
        margin-bottom: 10px;
        min-height: 160px;
    }

        .whybuy.fa-icons .not-active:hover .fa,
        .whybuy.fa-icons .col:hover .fa + h3 {
            background-color: #FFEF00;
            color: #000;
        }

        .whybuy.fa-icons .col .harp div {
            background-image: url('../images/content/dublin_store/harp.png');
            background-size: contain;
            background-position: 0 50%;
            background-repeat: no-repeat;
        }

        .whybuy.fa-icons .col:hover .harp div {
            background-image: url('../images/content/dublin_store/harp_black.png');
        }

    .whybuy.fa-icons .active .harp div {
        background-image: url('../images/content/dublin_store/harp_black.png');
    }

    .whybuy div.content {
        position: relative;
        background-color: #FFEF00;
        color: #000;
        padding: 40px;
        min-height: 138px;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    }

        .whybuy div.content .close {
            position: absolute;
            top: 5px;
            right: 10px;
            font-size: 45px;
            color: #000;
            opacity: .7;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
        }

            .whybuy div.content .close:hover {
                opacity: 1;
            }

    .whybuy .btn-flexi {
        background-color: #191919;
        color: #fff;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }

        .whybuy .btn-flexi:hover {
            background-color: #000;
            color: #fff;
        }

    .whybuy .info-box {
        background-color: #265EAC;
        float: left;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        padding-bottom: 15px;
    }

        .whybuy .info-box h4 {
            color: #fff;
            text-align: center;
            font-size: 21px;
            font-family: oswald;
            font-weight: 300;
        }

        .whybuy .info-box h2 {
            padding: 20px 0px 0px 0px;
            color: #fff;
            text-align: center;
            font-size: 27px;
            font-family: oswald;
            font-weight: 300;
            letter-spacing: 0.3px;
        }

        .whybuy .info-box h4 i {
            font-size: 30px;
            color: #fff;
            display: inline;
            padding: 0;
        }

        .whybuy .info-box h4 a, .info-box h4 a:link, .info-box h4 a:hover {
            color: #fff;
            padding: 0px 5px;
        }

            .whybuy .info-box h4 a .txt {
                display: table-cell;
                vertical-align: middle;
                padding: 0px 10px;
            }

    .sizeSection button .material-symbols-outlined {
        vertical-align: middle;
        margin-right: 5px;
    }

    .sizeSection #size-desc-button,
    .sizeSection #size-oz-button {
        color: #666;
        background-color: #fff;
        border: 0;
        padding-left: 0px;
    }

@media all and (max-width: 767px) {
    .whybuy.info-box h4 span {
            width: 100%;
            text-align: center;
            display: block;
        }

        .sizeSection button {
            margin-left: 10px;
        }
    }
    /* ----------------------- view cart -----------------------------*/
    .rcShowCart, .rcShowContent {
        font-size: 13px;
        text-align: left;
        margin-left: 0;
        width: 100%;
        border: 0;
        border-collapse: collapse;
    }

        .rcShowCart p, .rcShowContent p {
            margin: 0px 0px 5px 0px;
        }

        .rcShowCart td, .rcShowContent td {
            font-size: 13px;
            padding: 2px 4px 2px 4px;
            vertical-align: top;
        }

        .rcShowCart input {
            width: auto;
        }

        .rcShowCart .qtyDiscountInfo {
            padding-left: 115px;
        }

        .rcShowCart .C1 {
            width: 50%
        }

            .rcShowCart .C1 img {
                float: left;
                margin-right: 15px;
                width: 100px;
            }

            .rcShowCart .C1 a {
                font-size: 13px;
            }

        .rcShowCart .C2 {
            width: 10%;
            text-align: center;
        }
        .rcShowCart .C1 > div {
            max-width: 75%;
        }
        .rcShowCart .C2 input {
                text-align: center;
                margin-bottom: 5px;
            }

        .rcShowCart .C3 {
            width: 20%;
            text-align: center;
        }

        .rcShowCart .C4 {
            width: 20%;
            text-align: center;
        }

        .rcShowCart .updateCart,
        .rcShowCart .removeFromCart {
            cursor: pointer;
            color: #265EAC;
            font-size: 11px;
        }

    .cartButtons {
        margin-top: 10px;
    }

    .viewCart .rcShowProductInStock,
    .viewCart .rcShowProductOutOfStock {
        float: left;
    }

    .rcShowCart .InStock {
        border-left: 7px solid #83BA36;
        float: left;
    }

    .rcShowCart .Discont {
        border-left: 7px solid #666;
        float: left;
    }

    .rcShowCart .OutOfStock {
        border-left: 7px solid #e10303;
        float: left;
    }

    .rcShowCart .line1,
    .rcShowCart .line2 {
        font-size: 11px;
        color: #666;
        line-height: 16px;
        padding-left: 4px;
    }

        .rcShowCart .line2 .btn-danger,
		.rcShowCart .line2 .NotifyBtn {
            display: none;
        }

    .cartShippingDetails h2 {
        margin: 4px 0px 0px 5px;
    }

    .cartDiscountDetails {
        padding-left: 10px;
        margin-bottom: 10px;
    }

        .cartDiscountDetails h2 {
            margin: 0px;
            text-align: left;
        }

    .viewCart .cartValue, #OrderVerify .cartValue {
        text-align: right;
    }

    .viewCart .cartTotal, #OrderVerify .cartTotal {
        font-weight: bold;
        font-size: 16px;
    }

    .viewCart .cartIcons, #OrderVerify .cartIcons {
        text-align: right;
    }

    #OrderVerify .changeAddress {
        font-size: 10px;
        color: #333;
    }

    .viewCartPage .covidInfo,
    .checkout .covidInfo,
    .loginCheckout .covidInfo {
        display: none;
    }
@media all and (max-width: 767px) {
    .rcShowCart .C1 > div {
        max-width: none;
    }
}
    /*--------------------------------- Checkout ---------------------------------------*/
    .chkGatewayRow {
        border: 1px solid #C7C7C7;
        margin: 25px 0px;
        padding: 10px 10px 10px 20px;
        border-radius: 5px;
        position: relative;
        min-height: 72px;
        background-color: white;
    }

        .chkGatewayRow .gatewayLogo {
            float: left;
            margin-top: 5px;
        }

        .chkGatewayRow .desc {
            font-size: 20px;
            margin-left: 160px;
            margin-right: 110px;
            margin-bottom: 5px;
            line-height: 45px;
        }

        .chkGatewayRow .logos img {
            display: block;
            float: left;
            margin-top: -8px;
            margin-left: 25px;
        }

        .chkGatewayRow .info {
            font-size: 16px;
            color: #333333;
        }

        .chkGatewayRow button {
            float: right;
        }

    .chkGatwayBtn {
        position: absolute;
        right: 20px;
        top: 14px;
        cursor: pointer;
    }

    .chkGatewayRowSep {
        margin: 15px 50px;
        font-size: 20px;
    }

    p.orderFillers {
        font-size: 16px;
    }

    .shippingOptions h1 {
        color: #265EAC;
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
    }

    .shippingOption {
        font-size: 14px;
        border: 1px solid #C7C7C7;
        border-radius: 5px;
        padding: 10px;
        margin: 5px 10px 5px 0px;
        background-color: #FFFFFF;
        display: block;
    }

        .shippingOption input {
            margin: 0px 15px 0px 0px;
        }

    .shippingOptions .info {
        font-size: 12px;
    }

    #DeliveryAddressTable {
        zoom: 1;
    }

    ul.checkoutBar {
        background-color: #F7F7F7;
        height: 30px;
        padding-left: 0px;
    }

        ul.checkoutBar li {
            background-color: #F7F7F7;
            font-size: 14px;
            display: block;
            float: left;
            line-height: 30px;
            text-align: center;
            width: 245px;
        }

            ul.checkoutBar li.active {
                position: relative;
                color: #FFFFFF;
                background: #265EAC;
            }

                ul.checkoutBar li.active .glyphicon {
                    position: absolute;
                    right: 10px;
                    top: 7px;
                    font-size: 16px;
                }

    table.orderVerify .C1 {
        width: 4%
    }

    table.orderVerify .C2 {
        width: 12%
    }

    table.orderVerify .C3 {
        width: 60%;
    }

    table.orderVerify .C4 {
        width: 12%;
        text-align: right;
        text-wrap: avoid;
    }

    table.orderVerify .C5 {
        width: 12%;
        text-align: right;
        text-wrap: avoid;
    }

    table.orderVerify td.summary {
        text-align: right;
    }

    #QuotesDetails table.orderVerify td.summary {
        color: #265EAC;
        font-size: 14px;
    }

    table .orderVerifyOptions {
        width: 100%;
    }

        table.orderVerifyOptions td {
            padding: 0px;
        }

    .Quotes table.orderVerify .sku {
        color: #808080;
        font-size: 10px
    }

    .Quotes table.orderVerify .C1 {
        width: auto;
    }

    .Quotes .importantBox h2 {
        color: #FF0000;
        padding-left: 30px;
        font-weight: bold;
        font-size: 18px;
    }

    .Quotes .importantBox p {
        margin-bottom: 0px;
        padding-left: 10px;
    }

    .Quotes .importantBox ul {
        padding-left: 15px;
        margin-bottom: 0px;
    }

    #ApprovalBox {
        margin: 10px 0px;
        padding: 8px 20px;
        background-color: #EEE;
        border: 1px dashed #C7C7C7;
    }

        #ApprovalBox button {
            margin: 5px 0px;
        }

    @media all and (max-width: 767px) {
        .chkGatewayRow {
            padding-left: 10px;
        }

            .chkGatewayRow .gatewayLogo {
                max-height: 39px;
            }

            .chkGatewayRow .logos img {
                margin-top: 0px;
                margin-left: 8px;
                max-height: 50px;
            }

            .chkGatewayRow .desc {
                font-size: 15px;
                margin-left: 150px;
                margin-right: 105px;
            }

            .chkGatewayRow .info {
                font-size: 14px;
            }

        .chkGatwayBtn {
            top: 10px;
            right: 8px;
        }

        .chkGatewayRowSep {
            font-size: 15px;
            margin: 10px 50px;
        }
    }

    @media all and (min-width: 1400px) {
        .chkGatewayRow .desc {
            margin-left: 180px;
            margin-right: 130px;
        }        
    }
    /* ----------------------- CSD Widget -----------------------------*/
    #CSD_Widget {
        background: transparent url(./images/CSD_widget.png) no-repeat scroll 0 0;
        display: block;
        float: right;
        height: 386px;
        padding: 0;
        position: fixed;
        right: -205px;
        top: 130px;
        width: 244px;
        z-index: 100;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
    }

        #CSD_Widget.AdventCal {
            background: transparent url(./images/Advent_widget.png) no-repeat scroll 0 0;
        }

        #CSD_Widget .widget_body {
            margin: 10px 10px 10px 46px;
        }

        #CSD_Widget .widget_ProductName a {
            color: #38B3D1;
            font-weight: bold;
            font-size: 15px;
            margin-bottom: 5px;
        }

        #CSD_Widget .widget_Image img {
            width: 190px;
            border: 1px solid #CCCCCC;
        }

        #CSD_Widget .widget_Details {
            max-height: 200px;
        }

        #CSD_Widget .widget_MoreInfo {
            color: Red;
        }

        #CSD_Widget .widget_Price {
            margin-top: 5px;
            font-weight: bold;
            cursor: pointer;
        }

        #CSD_Widget .PriceYouSave {
            color: #ff0000;
            font-size: 11px;
            font-weight: bold;
        }

        #CSD_Widget .PriceShipping {
            color: #8c8c8c;
            font-size: 11px;
            font-weight: normal;
        }

        #CSD_Widget .RRPPriceDesc {
            color: #8c8c8c;
            font-size: 14px;
            font-weight: bold;
            padding-right: 5px;
            padding-left: 0px;
        }

        #CSD_Widget .RRPPrice {
            color: #8c8c8c;
            font-size: 14px;
            font-weight: bold;
            text-decoration: line-through;
        }

        #CSD_Widget .PriceDesc {
            color: #38b3d1;
            font-size: 18px;
            padding-right: 10px;
        }

        #CSD_Widget .Price {
            color: #ff0000;
            font-size: 20px;
        }

    @media all and (max-width: 767px) {
        #CSD_Widget {
            position: initial;
            float: none;
            background: #f7f7f7 url(../images/layout/CSD_logo_162.png) no-repeat scroll 4px center;
            height: initial;
            width: 100%;
        }

            #CSD_Widget .widget_Image, #CSD_Widget .widget_Details {
                display: none;
            }

            #CSD_Widget .widget_body {
                margin: 5px 0px 0px 175px;
            }

            #CSD_Widget .widget_Price {
                margin-top: 0px;
            }

            #CSD_Widget .Price, #CSD_Widget .PriceDesc {
                font-size: 16px;
            }

            #CSD_Widget.AdventCal {
                background: transparent url(../images/adventCalendar_deal_logo2.png) no-repeat scroll 0 0;
            }
    }
    /* ----------------------- Advent widgets -----------------------------*/
    .topWidgets {
        z-index: 0;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    /*.adventWidget {
    background: transparent url(./images/advent_bk_logo.png) no-repeat scroll 0 0;
	display:block;
    width:127px;
    height:400px;
    position: absolute;
    left: 50%;
    margin-left: -635px;
}
.xmasShopWidget {
    background: transparent url(./images/advent_bk_logo.png) no-repeat scroll 0 0;
	display:block;
    width:127px;
    height:400px;
    position: absolute;
    left: 50%;
    margin-left: 508px;
}*/

    .saleWidgetL {
        background: transparent url(./images/sale_tag.png) no-repeat scroll 0 0;
        display: block;
        width: 127px;
        height: 400px;
        position: absolute;
        left: 50%;
        margin-left: -635px;
    }

    .saleWidgetR {
        background: transparent url(./images/sale_tag.png) no-repeat scroll 0 0;
        display: block;
        width: 127px;
        height: 400px;
        position: absolute;
        left: 50%;
        margin-left: 508px;
    }

    .kidswarehouseWidgetL {
        background: transparent url(./images/kidswarehouseWidgetL.png) no-repeat scroll 0 0;
        display: block;
        width: 100px;
        height: 223px;
        position: absolute;
        left: 50%;
        margin-left: -635px;
    }

    .BlackFridayWidgetL {
        background: transparent url(./images/BlackFridayWidgetL.png) no-repeat scroll 0 0;
        display: block;
        width: 120px;
        height: 126px;
        position: absolute;
        left: 50%;
        margin-left: -750px;
    }

    @media all and (max-width: 767px) {
        .saleWidgetL, .saleWidgetR, .kidswarehouseWidgetL {
            display: none;
        }
    }

    @media all and (min-width: 1400px) {
        .saleWidgetL {
            margin-left: -760px;
        }

        .saleWidgetR {
            margin-left: 633px;
        }

        .kidswarehouseWidgetL {
            margin-left: -760px;
        }
    }


    @media all and (max-width: 767px) {
        .adventWidget, .xmasShopWidget {
            display: none;
        }
    }

    @media all and (min-width: 1400px) {
        .adventWidget {
            margin-left: -760px;
        }

        .xmasShopWidget {
            margin-left: 633px;
        }
    }
    /* ----------------------- screen size -----------------------------*/
    .desktopHide {
        display: none;
    }

    .pageLC {
        width: 190px;
        float: left;
    }

        .pageLC:after {
            content: "\0000a0";
        }

    .pageRC {
        width: 795px;
        float: left;
        margin-left: 5px;
    }

    .contentTopBaner {
        overflow: hidden;
        width: 818px;
    }

    .rcProductDet {
        width: 585px;
    }

    .rcProductDetOptionRow {
        width: 100%;
    }

    .rcProductDetOptionC1 {
        width: 170px;
    }

    .rcProductDetOptionC2 {
        width: 170px;
    }

        .rcProductDetOptionC2:not(.buyTableHead) {
            padding-top: 5px;
        }

    .rcProductDetOptionC3 {
        width: 125px;
    }

    .rcProductDetOptionC4 {
        width: 120px;
    }

    .btnBuy {
        width: 120px;
    }

    @media all and (max-width: 767px) {
        .mobileHide {
            display: none;
        }

        .desktopHide {
            display: block;
        }

        iframe.iframeSize_1 {
            height: 300px;
        }

        #page {
            width: 480px;
            margin: 0px auto;
        }

        .MainTxt {
            padding: 10px 10px;
        }

        .pageLC,
        .pageRC {
            width: 470px;
        }

            .pageLC:after {
                content: "";
            }

        .pageRC {
            margin-top: 5px;
            margin-left: 0px;
        }

        .rcProductDetImages {
            margin-left: 30px;
            margin-left: 30px;
        }

        .rcProductDetCategories {
            margin-left: 10px;
        }

        .rcProductDetTitle {
            padding-left: 10px;
        }

        .rcProductDetPriceBox {
            margin-left: 10px;
            margin-right: 5px;
        }

        .rcProductDetLoyalty {
            margin-top: 12px;
        }

        .rcProductDet {
            width: 100%;
        }

        .rcProductDetOptionC1 {
            width: 145px;
        }

        .rcProductDetOptionC2 {
            width: 160px;
        }

        .rcProductDetOptionC3 {
            width: 100px;
        }

            .rcProductDetOptionC3:not(.buyTableHead) {
                font-size: 16px;
            }

        .rcProductDetOptionC4 {
            width: 60px;
        }

        .btnBuy span.text {
            display: none;
        }

        .btnBuy {
            width: 60px;
        }

        .rcShowCart .C1 img {
            width: 75px;
        }

        ul.checkoutBar {
            background-color: transparent;
            height: 65px;
        }

            ul.checkoutBar li {
                width: 235px;
                margin-bottom: 5px;
            }

        .cartDiscountDetails {
            padding-left: 0px;
            padding-top: 5px;
        }

            .cartDiscountDetails .sectionBox {
                margin-left: 0px;
            }

        .viewCart .cartIcons, #OrderVerify .cartIcons {
            text-align: center;
        }

        .btn, .btn-withLg {
            margin-top: 1px;
        }

        .flexFiText {
            margin-left: 10px;
        }
    }

    @media all and (min-width: 1400px) {
        iframe.iframeSize_1 {
            height: 550px;
        }

        #page {
            width: 1250px;
            margin: 0px auto;
        }

        #footer ul {
            margin: 0px auto 25px auto
        }

        .pageLC {
            width: 225px;
        }

        .pageRC {
            width: 1010px;
        }

        .rcListProducts {
            margin-left: 2.5%; /*CHNG*/
            margin-right: 2.5% /*CHNG*/
        }

        .home .rcListProducts {
            margin-left: 2.5%; /*CHNG*/
            margin-right: 2.5%; /*CHNG*/
        }

        .contentTopBaner {
            overflow: hidden;
            width: 1018px;
        }

        .searchProducts .pageLC .slider.slider-horizontal {
            width: 195px;
        }

        .rcProductDetImages .mainImage {
            margin-left: 10px;
        }

        .rcProductDet {
            width: 810px
        }

        .rcProductDetOptionC1 {
            width: 275px;
        }

        .rcProductDetOptionC2 {
            width: 275px;
        }

        .rcProductDetOptionC3 {
            width: 125px;
        }

        .rcProductDetLoyalty {
            margin-right: 15px;
        }
    }

    /* ----youtube---- */
    .homePageYT {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .yt-container iframe,
    .yt-container object,
    .yt-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .yt-product iframe,
    .yt-product object,
    .yt-product embed {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    #ytWrap {
        width: 990px;
    }

    @media all and (max-width: 767px) {
        #ytWrap {
            width: 470px;
        }
    }

    @media all and (min-width: 1400px) {
        #ytWrap {
            width: 1240px;
        }
    }
    /*  ----------------------- External Overwrites ----------------------- */
    #size-oz-button-widget {
        width: 100% !important;
        height: 100% !important;
    }