/**
 *  nunido css file
 **/
@import url('https://fonts.googleapis.com/css?family=Lato|Playfair+Display:400,700i|Roboto:400,400i,500,500i,700,700i');

body {
    color: #808080;
    background-color: #ffffff;
    font-weight: 200;
    border-color: #808080;
}

/*** setting background colors for listings ***/
body.page-alist,
body.page-search,
body.page-manufacturerlist,
body.page-NunidoFilterIsOnStock {
    background-color: #f3f3f3;
}
/*** end -- setting background colors for listings ***/

h1 {
    color: #000;
    font-family: 'Lato', sans-serif !important;
}

p {
  font-weight: 200;
}

a:link,
a:visited,
a:active,
a:hover {
    color: #808080;
    border-color: #808080;
}

a:hover {
    color: #474747;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited,
a:focus {
    border: none;
    outline: none;
    outline: 0;
    outline-offset: 0;
}


label {
 display: inline-block;
 margin-bottom: 5px;
 font-weight: normal;
}

.text-success{
  color: #090;
}


sup {
position: relative;
font-size: 71%;
line-height: 0;
vertical-align: baseline;
top: -0.3em;
}

#page {
    min-height: 400px;
    padding-top: 15px;
}

/*** Helper Class ***/

.buttonOrange{
    background-color: #ff8b02 !important;
    color: #ffffff !important;
}

.buttonOrange:hover,.buttonGrey:hover{
    background-color: #e48617 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e48617),color-stop(100% #cf7a16)) !important;
    background-image: -webkit-linear-gradient(top,#e48617 0,#cf7a16 100%) !important;
    background-image: -moz-linear-gradient(top,#e48617 0,#cf7a16 100%) !important;
    background-image: -ms-linear-gradient(top,#e48617 0,#cf7a16 100%) !important;
    background-image: -o-linear-gradient(top,#e48617 0,#cf7a16 100%) !important;
    background-image: linear-gradient(top,#e48617 0,#cf7a16 100%) !important;
}



.buttonGreen{
 background-color: #0ec600 !important;
 color: #ffffff !important;
}

.buttonGreen:hover{
        background-color: #0ec600 !important;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0ec600),color-stop(100% #11a106)) !important;
        background-image: -webkit-linear-gradient(top,#0ec600 0,#11a106 100%) !important;
        background-image: -moz-linear-gradient(top,#0ec600 0,#11a106 100%) !important;
        background-image: -ms-linear-gradient(top,#0ec600 0,#11a106 100%) !important;
        background-image: -o-linear-gradient(top,#0ec600 0,#11a106 100%) !important;
        background-image: linear-gradient(top,#0ec600 0,#11a106 100%) !important;
    }
    

   
    
    .buttonGreenText{
       color: #0ec600 !important; 
    }

.top-buffer{
    margin-top:20px;
}

#breadCrumb{
    margin-bottom: 15px;
    font-weight: 200;
}

/** header **/
.header {
    font-style: normal;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
}

.page-alist .header,
.page-search .header,
.page-manufacturerlist .header {
    border-bottom: none;
}

.header .topBar {
    height: 30px;
    font-size: 0.9em;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.header .topBar>div {
    margin-top: 4px;
    margin-left: 10px;
}

.header .logoSubLine {
    position: relative;
    font-size: 0.90em;
    text-transform: uppercase;
    padding: 4px;
    letter-spacing: 0.09em;
}
/** end header **/

/** newsletter box **/
.newsletterBox {
    color: #fff;
    text-align: center;
    background-color: #c1c1c1;
    margin-top: 40px;
}

.newsletterBox .row {
    margin: 15px auto 0;
}

.newsletterBox .row div h2 {
    font-family: 'Roboto', serif;
}

.newsletterBox  .row div h2 small {
    color: inherit!important;
}

.newsletterBox .row div h2 .glyphicon {
    position: relative;
    font-size: 1.5em;
    top: 10px;
    left: 10px;
}

.newsletterBox .form-inline {
    margin: 20px auto 30px auto;
}

.newsletterBox .row div p {
    font-size: 1.2em;
}

.newsletterBox .row div p:last-of-type {
    font-size: 0.7em;
    margin-bottom: 10px;
}
/** end newsletter box **/

/** footer **/
.footerBg {
    background-color: #e8e8e8;
    font-weight: 400;
}

.footer {
    padding: 55px 0px 20px 0px;
}

.footer>.row>.col-sm-4,
.footer>.row>.col-sm-8,
.footer>.row>.col-xs-6,
.footer>.row>.col-xs-12 {
    margin-top: 15px;
}

.footer dt {
    letter-spacing: 0.06em;
}

.payment-list li {
    padding: 5px 0px 5px 0px;
}

.payment-list li img {
    display: block;
    margin: 0px auto;
}

.footer .footerBold {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.copyright {
    font-weight: bold;
    text-align: right;
    padding: 10px 0px 20px 0px;
    border-top: 1px solid;
}

.shippingService li {
    margin-bottom: 15px;
}
/** end footer **/

/* gray effect */
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img:hover.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
/* end gray effect */

.tableList {
    display: table;
    width: 100%;
    height: 220px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.tableList .img,
.tableList .text {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}
/** promo boxes on home page **/
.bargainBox {

}

.bargainBox .title{
 font-size: 1.6em;
 font-weight: 700;
 line-height: 1.2;
 padding-bottom: 3px;
 font-family: 'Playfair Display', serif;
 font-style: italic;
 letter-spacing: 0.04em;
}

.bargainBox img {
    margin: 0px auto;
}

.bargainBox .toBasket{
    border: solid 1px;
    text-transform: uppercase;
    width: 200px;
    letter-spacing: 0.07em;
}

.bargainBox .toBasket:hover{
    background-color: #00BFFe;
    border: solid 1px #474747;
    color: #ffffff;
    letter-spacing: 0.07em;
}

.bargainBox .priceValue{
    font-weight: 700;
}


.designerBox {

}

.catPromoBox {
    position: relative;
}

.catPromoBox .catPromoBoxTitle {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 13px 0px;
    color: #ffffff;
    /*background-color: #efefef;*/
    text-align: center;
    font-size: 2.813em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 0.04em;
    text-shadow: 2px 2px 4px #313131;
    background: rgba(0, 0, 0, 0.5);
   
}

/** end promo boxes on home page **/

/** detail site **/

/** tooBasket Message **/
.alertProductToBasket {
    border: solid 3px #d6e9c6;
}

.productTooBasketOrderButton {
    background-color: #808080;
    color: #ffffff !important;
    font-size: 1.0em;
    border-radius: 0px;
}


.productTooBasketLogin {
    font-size: 1.0em;
    color: #ffffff !important;
    background-color: #808080;
    border-radius: 0px;
}

.productTooBasketLogin:hover {
    background-color: #474747;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#474747),color-stop(100% #0fa8db));
    background-image: -webkit-linear-gradient(top,#474747 0,#0fa8db 100%);
    background-image: -moz-linear-gradient(top,#474747 0,#0fa8db 100%);
    background-image: -ms-linear-gradient(top,#474747 0,#0fa8db 100%);
    background-image: -o-linear-gradient(top,#474747 0,#0fa8db 100%);
    background-image: linear-gradient(top,#474747 0,#0fa8db 100%);
    color: #ffffff !important;   
}

.close {
    color: #808080;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;

}
.closeButtonTooBasket{
    font-size: 3.0em !important;
}




 .productData{
     position: relative;
    margin-top:10px;
}

.productDataImage {
    height: 60px;
    width: 90px;
    position: absolute;
    top: 0px;
    right: 10px;
}

#productTitle{
    color: #000000;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 3px;
    font-family: Arial;
    letter-spacing: 0.04em;
}

/** price **/
.incVatMessage{
    font-size: 0.85em;
    margin-bottom: 0px;
    margin-left: 5px;
}

.productPrice {
    font-size: 1.7em;
    margin-bottom: 0px;
    font-weight: 600;
}

.isReduced {
    color: #fe3469;
}

.rangePriceText {
    font-size: 0.8em;
}

.productPriceRrp {
    font-size: 1.2em;
}

.productCurrency{
    font-size: 1.5em;
    margin-bottom: 0px;
    font-weight: 600;
}

.itemCode {
    font-size: 0.8em;
    position: absolute;
    top: 5px;
    right: 20px;
}

/** Variants **/
  .variants .btn-group{
    display: block;
  }

  .variants .open>.dropdown-menu {
    display: block;
    width: 100%;
  }
   .variants .dropdown-menu>li>a, .dropdown-menu>li {
    font-size: 1.214em;
    text-transform: uppercase;
  }

/** thumb **/
#detail-thumb .thumbnail {
    border: solid 1px #e8e8e8;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#detail-thumb .thumbnails{
    margin-top: 20px;
}

#detail-thumb .thumbnails:first-child {
    margin-top: 22px;
}
/** end thumb **/

/** tobasket detail **/

#toBasketdetail {
    margin-top: 5px;
}

#toBasketdetail button{
    background-color: #474747;
    border-radius: 0px;
    color: #ffffff;
    font-size: 1.1em;
}

.tobasket{

}

#linkToNoticeList , #loginToNotice{
    font-size: 1.714em;
}

#toBasketdetail button:hover{
    background-color: #474747;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#474747),color-stop(100% #0fa8db));
    background-image: -webkit-linear-gradient(top,#474747 0,#0fa8db 100%);
    background-image: -moz-linear-gradient(top,#474747 0,#0fa8db 100%);
    background-image: -ms-linear-gradient(top,#474747 0,#0fa8db 100%);
    background-image: -o-linear-gradient(top,#474747 0,#0fa8db 100%);
    background-image: linear-gradient(top,#474747 0,#0fa8db 100%);
}

/** stock **/
.stockFlag {
    margin-top: 5px;
    text-transform: uppercase;
}

/** accordion **/
   #accordion{
        margin-top: 20px;
        font-weight: normal;

   }

   #accordion a{
       outline: none;
       text-transform: uppercase;

   }


  #accordion .panel {

        -webkit-box-shadow:none;
        box-shadow:none;
    }

   #accordion .panel-default {
       border-color: transparent;
    }

   #accordion .panel-heading {

        background-color: transparent;
    }

    #accordion .panel-default>.panel-heading {
        color: #333;

        border-color: transparent;
        border-top: solid 1px #808080;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    #accordion .panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: transparent;
    }

     #accordion .panel-group {
        border-bottom: solid 1px #808080;
    }

   #accordion .panel-group .panel {
        margin-bottom: 0;
        overflow: hidden;
        border-radius: 0px;
    }

   #accordion .panel-group .panel-heading+.panel-collapse .panel-body {
        border-top: 0px solid #808080;
    }

   #accordion .panel-group .panel+.panel {
        margin-top: 0px;
    }

   #accordion .panel-title a{
        display: block;
        color: #474747;
    }
    #accordion .panel-default:last-child{
        border-bottom: 1px solid;
        border-radius: 0;
    }
/** end accordion **/


/** descriptionBox **/
.descriptionBox {
    font-family: Lato;
    color: #000;
    margin-top: 20px;
}

.descriptionBox .nav-tabs {
    border-bottom: 1px solid #808080;
    border-radius: 0;
}

.descriptionBox .nav-tabs > li {
    margin-right: 20px;
}

.descriptionBox .nav-tabs > li i {
    font-size: 0.9em;
    margin-left: 4px;
}

.descriptionBox .nav-tabs > li > a,
.descriptionBox .nav-tabs > li > a:focus,
.descriptionBox .nav-tabs > li > a:hover {
    border: 0;
    background-color: #fff;
}

.descriptionBox li.active a,
.descriptionBox .nav-tabs > li > a:hover {
    color: #000 !important;
}

.descriptionBox li.active  {
    border-bottom: 2px solid black;
    border-radius: 0;
}

.descriptionBox>ul>li  {
    border-bottom: 1px solid;
}

.descriptionBox table td {
    margin: 5px;
}

.descriptionBox ul li a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 0;
}

.descriptionBox .tab-content {
    margin-top: 16px;
}

.descriptionBox .tab-content .attributesTable {
    padding-left: 10px;
    padding-right: 10px;
}

.descriptionBox .table tbody>tr:first-child td {
    border-top: 0;
}

.descriptionBox .productDescription {
    font-family: inherit;
    padding: 15px 35px 5px 5px;
}

.descriptionBox .panel-heading {
    border: 0;
    background: none;
}

.descriptionBox #accordion .panel-default:last-child {
    border-bottom: 0;
}


/** descriptionBox end **/



/** end detail site **/


/*********Dropdown**********/
#loginbox .dropdown-menu{
   min-width: 280px;
   border-radius: 0px;
}

.dropdown-menu{
   min-width: 0px;
   border-radius: 0px;
}


 .dropdown-menu::before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu::after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color: #474747;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu>li>a, .dropdown-menu>li {

padding: 3px 10px;

}

/** manufacture list / box **/
.manufacturerSlider {
 margin-top: 25px;
 margin-bottom: 25px;
}

.manufacturerSlider p {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  border-top: 1px solid;
  padding-top: 20px;
}

.manufacturerSlider ul li {
    text-align: center;
    height: 80px;
}

.manufacturerSlider ul li img {
    max-height: 50px;
    max-width: 150px;
}

/** productlist **/
.productList .tabsWrapper {
    font-size: 0.9em;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid;
    padding-top: 20px;
    margin: 20px 0px 30px 0px;
}

.productList .tabsWrapper li {
    display: inline-block;
    margin: 0px 10px 0px 10px;
}

.productList .tabsWrapper li.active a {
    border-bottom: 1px solid;
    color:#474747;
    letter-spacing: 0.07em;
}
/** end productlist **/



/** Forms **/
.registerForm, #accUserSaveTop, .submitButton{
    /*text-transform: uppercase;*/
}

#addressForm .form-control, #addressFormBilling .form-control, #addressFormShipping .form-control, #addressFormCheckoutChange .form-control, #addressFormCheckoutChangeShipping .form-control, #addressFormCheckRegister .form-control, #addressFormCheckRegisterBilling .form-control, #paymentCheckout .form-control, #paymentCheckoutValidate .form-control, #paymentCheckoutChangePayment .form-control{
    display: block;
    width: 100%;
    
    height: 25px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    
    vertical-align: middle;
   
    border: 1px solid #ccc;
    border-radius: 0px;
    
}

#addressForm label, #addressFormBilling label, #addressFormShipping label, #addressFormCheckoutChange label, #addressFormCheckoutChangeShipping label, #addressFormCheckRegister label, #addressFormCheckRegisterBilling label,
#paymentCheckout label, #paymentCheckoutValidate label, #paymentCheckoutChangePayment label {
    margin-top: 5px;
}

/** list item **/
.productListItem {
    position: relative;
    background-color: #fff;
    height:280px;
    padding: 10px;
    text-align: center;
    border: solid 1px transparent;
}


.productListItem:hover {
    border-color: #e8e8e8;
}

.productListItem:hover .productTitle,
.productListItem:hover .retailPrice del,
.productListItem:hover .price {
    font-weight: bold;
}

.productListItem a {
    width: 100%;
    height: 100%;
    float: left;
}

.productListItem a:hover {
    color: inherit;
}

.productTitle {
    display: block;
    color: #000;
    font-size: 8.5pt;
    letter-spacing: 0.04em;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

.manufacturer {
    font-size: 0.75em !important;
    font-weight: 400 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase;
}

.manufactureMainText{

}

.inlineManufacture {
    background-color: white;
    border: 1px solid #cccccc;
    height: 100px;
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: center;
    display: block;
    line-height: 100px;
    margin-right: 10px;
}

.inlineManufacture  a{
    height: 100%;
    width: 100%;
}

.inlineManufacture img {
    vertical-align: middle;
}

.inlineManufacture a span{
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
}

.brandSize{
    margin-bottom: 10px;
}

.productListItem .productDescription {
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 5px;
}

.productListItem img {
    margin: 0px auto;
}

.productListItem .price {
    font-size: 0.9em;
    font-weight:200;
    letter-spacing: 0.07em;
}

.retailPrice {
    font-size: 0.75em !important;
    font-weight: 400 !important;
    letter-spacing: 0.07em !important;
    color: #9f9f9f;
}

a:hover .isSale {
    color: #fe3469;
}
/** end list item **/
/* --- Steps --- */
        .breadcrumb_test {
	/*centering*/
	display: inline-block;
	/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
	overflow: hidden;
	border-radius: 5px;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag;
        margin-bottom: 20px;
}

.breadcrumb_test a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 0.857em;
	line-height: 36px;
	color: white;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 60px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
        text-transform: uppercase;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb_test a:first-child {
	padding-left: 46px;
	/*border-radius: 5px 0 0 5px;*/ /*to match with the parent's radius*/
}
.breadcrumb_test a:first-child:before {
	left: 14px;
}
.breadcrumb_test a:last-child {
	/*border-radius: 0 5px 5px 0;*/ /*this was to prevent glitches on hover*/
	padding-right: 10px;
}

/*hover/active styles*/
.breadcrumb_test a.active, .breadcrumb_test a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb_test a.active:after, .breadcrumb_test a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumb_tests using rotated pseudo elements*/
.breadcrumb_test a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px; /*half of square's length*/
	/*same dimension as the line-height of .breadcrumb_test a */
	width: 36px;
	height: 36px;
	/*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
	if diagonal required = 1; length = 1/1.414 = 0.707*/
	transform: scale(0.707) rotate(45deg);
        -webkit-transform: scale(0.707) rotate(45deg);
	/*we need to prevent the arrows from getting buried under the next link*/
	z-index: 1;
	/*background same as links but the gradient will be rotated to compensate with the transform applied*/
	/*background: #666;
	background: linear-gradient(135deg, #666, #333);*/
	/*stylish arrow design using box shadow*/
	box-shadow:
		2px -2px 0 2px rgba(0, 0, 0, 0),
		3px -3px 0 2px rgba(0, 0, 0, 0);
	/*
		5px - for rounded arrows and
		50px - to prevent hover glitches on the border created using shadows*/
	border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb_test a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb_test a:before {
	content: counter(flag);
	counter-increment: flag;
	/*some styles now*/
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #444;
	background: linear-gradient(#444, #222);
	font-weight: bold;
        text-align: center;
}





.flat a, .flat a:after {
	background: #f3f3f3;
	color: #808080;
	transition: all 0.5s;
}
.flat a:before {
	background: #f3f3f3;
	box-shadow: 0 0 0 1px #ccc;
        color:#808080;
}
.flat a:hover, .flat a.active,
.flat a:hover:after, .flat a.active:after{
	background: #B6B6B6;
        color: #ffffff;
}
/* --- Checkout - basket ---------------------- */
.basketBoxPosBottom{
    margin-bottom: 40px;
}

.basketitems{
    margin-bottom: 0px;
    border-color: #eaeaea !important;
}

.basketitem{
    margin:0px; 
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    padding:10px;
    border-color: #eaeaea;
}

.basketitem:last-child{
 border-bottom: 1px solid;
 border-color: #eaeaea;
}

.basketContentHeaderTitle{
 text-transform: none !important;
 text-align: center;
 font-size: 1.6em;
 font-weight: 700;
 line-height: 1.2;
 padding-bottom: 3px;
 font-family: 'Playfair Display', serif;
 font-style: italic;
 letter-spacing: 0.04em;
 margin-bottom: 40px;
}


.basketContentHeader{
    padding: 10px;
    font-weight: 700;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #f3f3f3;
    border-color: #eaeaea;
}

.basketProductTitle {
    color: #000;
    font-size: 0.85em;
    letter-spacing: 0.07em;
    font-weight: bold;
}

#basket_RemoveProduct{
  background-color: #ffffff;
  color: #808080;
  border: 0px;
  left: -5px;
}

.basketminusbtn, .basketplusbtn{
    border: 0px;
    color: #00BFFe;
    background-color: #ffffff;
}

.quantityBasket{
 border: 1px solid #808080;
 color: #808080;
}

.basketitemTotalPrice{
    text-align: right;
}


.submitButtonBack, .submitButtonBack:hover{
 text-transform: initial;
 background-color: #eaeaea;
 border-radius: 0px;
 border: 0px;
}

.submitButtonChange{
    text-transform: initial;
    background-color: #474747;
    border-radius: 0px;
    border: 0px;
    color: #ffffff;
}

.submitButton {
text-transform: initial;
background-color: #474747;
border-radius: 0px;
border: 0px;
color: #ffffff;
font-size: 1.3em;
}


.submitButton:hover{
        background-color: #474747;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#474747),color-stop(100% #0fa8db));
        background-image: -webkit-linear-gradient(top,#474747 0,#0fa8db 100%);
        background-image: -moz-linear-gradient(top,#474747 0,#0fa8db 100%);
        background-image: -ms-linear-gradient(top,#474747 0,#0fa8db 100%);
        background-image: -o-linear-gradient(top,#474747 0,#0fa8db 100%);
        background-image: linear-gradient(top,#474747 0,#0fa8db 100%);
        color: #ffffff;
    }




#userBackStepTop, #userBackStepTop:hover, #userBackStepBottom, userBackStepBottom:hover, #paymentBackStepBottom, paymentBackStepBottom:hover{
 text-transform: initial;
 background-color: #ebebeb;
 border-radius: 0px;
 border: 0px;
 color: #ffffff;
 font-size: 1.3em;
}

.submitButtonLogin{
 text-transform: initial;
 background-color: #808080;
 border-radius: 0px;
 border: 0px;
 color: #ffffff;
 font-size: 1.3em;
}

.submitButtonLogin:hover{
        background-color: #474747;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#474747),color-stop(100% #0fa8db));
        background-image: -webkit-linear-gradient(top,#474747 0,#0fa8db 100%);
        background-image: -moz-linear-gradient(top,#474747 0,#0fa8db 100%);
        background-image: -ms-linear-gradient(top,#474747 0,#0fa8db 100%);
        background-image: -o-linear-gradient(top,#474747 0,#0fa8db 100%);
        background-image: linear-gradient(top,#474747 0,#0fa8db 100%);
        color: #ffffff;
        border: 0px;
    }



.submitButtonVoucher{
text-transform: initial;
border-radius: 0px;
border-left: 0px;
font-weight: 400;
color:#808080;
}


.basketOrderSum tbody>tr>th, .basketOrderSum tbody>tr>td {
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 200;
}

.basketGrandTotal{
    border-top: 1px solid !important;
}


#basketSummary{
  margin-left: 0px;
  margin-right: 0px;
  background-color: #f3f3f3;
  margin-bottom: 15px;
}

/* Checkout  */

.checkoutOptionsBG{
    padding:10px;
    background-color: #f3f3f3;
    min-height: 435px;
}

.checkoutOverview{
    padding: 10px;
    border: solid 1px;
}

.checkoutOptions, .checkoutCollumns{
    margin-top: 20px;
    margin-bottom: 40px;
}

.checkoutCollumns label{
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: 700;
}
.checkoutCollumns .req:after {
    content: "*";
}

/* Checkout - Login --------------------------- */
#optionNoRegistration h3, #optionLogin h3, .checkoutCollumns h3, .paymentStep h3, .section {
    text-align: center;
    letter-spacing: 0.04em;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

#optionNoRegistration p , #optionLogin p{
    text-align: center;
}

.stepsPasswordboxLogin{
 margin-bottom: 10px;
 border-radius: 0px;
}
.stepsPasswordbox{
    border-radius: 0px;
}


/* Checkout without Account */



.checkoutCollumns .form-controlOrderRemark
{
    display: block;
    width: 100%;
    height: 200px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #808080;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



/* --- Checkout - payment --------------------- */

 #payment dt{
         border-bottom: 1px solid;
         margin-bottom: 15px;
        }

.paymanentError{
    text-transform: uppercase;
    font-weight: 700;
}

.payment dl {
    margin-bottom: 10px;
}

.payment dt {
    margin: 0;
}

.payment dl dd {
    display: none;
    margin-left: 25px;
    background-color: white;
    padding: 10px;
}

.payment dl dd.activePayment {
    display: block;
}


/* --- Checkout Order -------------------------- */
.editButton {
    color: #00BFFe;
    font-size: 0.85em;
    background-color: transparent;
}

h3 > .editButton {
    font-size: 0.55em;
}

.editButton.glyphicon-edit:before {
    display: none;
}

.editButton.glyphicon-edit:after {
    content: "\e065";
    position: relative;
    top: 1px;
    left: 5px;
}


/** variant selector **/
.variantButton {
    display: block;
    width: 100%;
    border-radius: 0px;
    font-size: 1.214em;
    text-transform: uppercase;
}

/** loading images **/
.modal {
    background: rgba( 255, 255, 255, .8 );
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.productImages.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.productImages.loading .modal {
    display: block;
}
/** end loading images **/

.pageHeadCat{
 font-family: "brandon-grotesque",sans-serif;
 font-style: normal;
 letter-spacing: 0.04em;
 font-size: 1.5em;
 text-transform: uppercase;
 position: absolute;
 left:0;
 right:0;
 top: 15px;
 text-align: center;
}



/** CMS  */
.pageHead{
    font-family: 'Playfair Display', serif;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 3px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 1px solid #808080;
}

.cmsContent{
 /*font-size: 1.2em;*/
}

/** remove filter button **/
.deleteCatFilter {
    position: absolute;
    z-index: 100000;
    display: block;
    top: -6px;
    left: -6px;
}
/** end remove filter button **/

.accountDashboardView .borderBottom {
    border-bottom: 1px solid;
}

.oderHistoryList {
    margin-bottom: 20px;
}

.magnifier {
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: -50px;
    left: 0px;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.variantSelectBox {
    margin-bottom:20px;
    text-transform: uppercase;
    height: 34px;
    background-color: rgb(238, 238, 238);
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

.variantSelectBoxLabel {
    font-weight: bold;
    width: 28%;
}


/** Validation Error **/
.oxValidateError {
    display: none;
    clear: both;
    font-size: 11px;
    line-height: 14px;
    color: #b94a48;
    margin: 0;
}

.status{
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

.req:after{
   content: '*';
}


/** ScrolltoTop **/
.scrollToTop{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #474747;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: none;
    opacity: 0.8;
    z-index: 10000;
}

.scrollToTop:hover{
    text-decoration:none;
}

.scrollToTopMessage{
    font-size: 1.2em;
    color:#ffffff;
}

/** Paging **/
.pagination > li > a,
.pagination > li > span {
    color: #474747 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 0.9em;
    border: none;
    background-color: transparent;
}

.pagination>.active>a {
    color: #474747 !important;
    z-index: 2;
    cursor: default;
    font-weight: bold;
    background: none;
}

.pagination>.active>a:hover,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: none;
}

.rightBox {
    position: relative;
    padding: 20px 20px 5px 20px;
    border: 1px solid #E3E3E3;
}

.ajax-loader {
    background: rgba( 255, 255, 255, .8 ) url('../../img/ajax-loader.gif') 50% 50% no-repeat;
    background-position: right;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #e48617;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/** product tabs on detail site **/
.productTabs .tab-content {
    clear: both;
    padding-top: 15px;
}

.productTabs ul li {
    float: left;
    margin: 5px 15px 0px 0px;
}

.productTabs ul li a {
    position: relative;
    font-weight: bold;
}

.productTabs ul .active .arrow-down {
    position: absolute;
    z-index: 99;
    top: -5px;
    left: 40%;
    right: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
}
/** end product tabs on detail site **/

/* enquiry box */
#myEnquiry .modal-header h4 {
    color: #000;
}

#myEnquiry .modal-header [data-dismiss='modal'] {
    font-size: 2em;
}
/* end enquiry box */

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.selectDropDown select {
    background-color: white;
    border: none;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding-right: 0.8em;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
            calc(100% - 5px) calc(0.5em + 2px),
            calc(100% - 0px) calc(0.5em + 2px);
    background-size:
            5px 5px,
            5px 5px;
    background-repeat: no-repeat;
}

.select2-selection__clear {
    top: -2px;
    margin-right: 5px;
}

.select2-container {
    margin-top: 10px; margin-bottom: 10px;
}

.select2-container--default .select2-selection--single:hover {
    border: 1px solid black;
}

[class^='select2'] {
    border-radius: 0px !important;
}


.select2-dropdown {
    border-color: #000000 !important;
}

.select2-container--open .select2-selection--single {
    border-right: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    border-left: 1px solid #000000 !important;
}

.select2-selection--single {
    height: 45px !important;
    padding: 6px;
}

.select2-selection__arrow {
    top: 7px !important;
    right: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0 6px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 6px 6px !important;
}

/** search **/
#searchboxinput{
    height: 30px;
    border: solid 1px #808080;
    border-right: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

#searchboxinput:focus{
    outline: none;
    box-shadow: none;
    border-right: 0;
}

#searchbutton {
    height: 30px;
    background-color: #ffffff;
    background-image: none;
    border: solid 1px #808080;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
    text-shadow: 0 0px 0 rgba(0,0,0,0);
    -webkit-appearance:none;
    -webkit-box-shadow: none;
}

#searchbutton span {
    position: relative;
    top: -1px;
}

/** miniBasket **/
.minibasket{
    position: relative;
}

#minibasketQuantity{
    display: inline-block;
    position: absolute;
    top: -2px;
    right: 10%;
    padding: 1px 5px 1.5px 6px;
    border-radius: 9px;
    font-size: 9px;
    color: #fff;
    line-height: 12px;
}

#TopEarphone{
    font-size: 12px;
}

.eyeCatcher {
    position: absolute;
    z-index: 10;
    display: block;
    padding: 2px 5px 2px 5px;
}

.eyeCatcher.new {
    color: #56D956;
    top: 5px;
    left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ffffff;
    opacity: 0.6;
    padding: 2px 5px 2px 5px;"
}

.eyeCatcher.sale {
    color: #fe3469;
    top: 5px;
    left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ffffff;
    opacity: 0.6;
    padding: 2px 5px 2px 5px;
}

.eyeCatcher.variant {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    top: -25px;
    right: 5px;
    background-color: #a0a0a0;
}

.eyeCatcher.saleProduct {
    display: inline;
    position: static;
    color: #fe3469;
    font-size: 1.2em;
}

.middleBarLarge{
    margin-top: 30px;
}

.middleBar{
    margin-bottom: 10px;
}

.middleBarRightBox .pull-right {
    margin-left: 10px;
}

.middleBarRightBox .pull-right figcaption {
    font-size: 12px;
}

.dropDownFilter {
    width: 100%;
    color: #444;
    background-color: #FFF;
    border: 1px solid #AAA;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

#buttonToBasketDiv {

}

#buttonToBasketDiv select,
#buttonToBasketDiv button {
    height: 45px !important;
}

#buttonToBasketDiv button img {
    position: relative;
    top: -3px;
    left: -3px;
    height: 20px;
    width: 20px;
}

.modal-backdrop {
    display: none !important;
}

.imageMorePics.active {
    border-color: #000 !important;
}


.letterList > li{
    display: inline;
    margin-right: 20px;
}

.letterList > li a{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.brandList > li{
    border-top: 1px solid #DDD;
    margin: 0 0 10px;
    padding: 10px 0 0 10px;
    overflow: hidden;
}

.brandList > li h3, .brandList > li strong{
    color: #000000;
}

.brandList > li a {
    color: #000000;
}

.brandList > li a:hover{
    text-decoration: underline;
}

.glyphicon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.filterAffix {
    background-color: #f3f3f3;
    clear: both;
    z-index: 10000;
    padding-top:10px;
    padding-bottom: 20px;
}

.category-list {
    line-height: 2em;
}

.category-list a,
.side-scroll a {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 1em;
}

.category-list-xs h2 {
    font-size: 1.7em;

    color: #000;

    margin-top: 0px;
}


.category-list>li>a {
    font-size: 1.1em;
}

.category-list .active>a,
.category-list a:hover {
    border-bottom: 1px solid #000000;
}

.category-list .active>a {
    font-weight: bold;
}

.category-list li ul li,
.category-list li ul li ul li {
    padding-left: 8px;
}

.category-list li ul li a {
    color: #000000;
}

.side-scroll {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.side-scroll li {
    font-size: 1.2em;
    display: inline-block;
    border: 2px solid #a0a0a0;
    padding: 8px 20px;
    margin: 5px 5px;
    border-radius: 15px;
}

.affix {
    top: 0px;
    width: 10.85%
}

.affix.filterAffix {
    top: 0px;
    padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .affix.filterAffix {
    }
}

.affix-bottom {
    position:absolute;
}


@media (max-width: 767px) {
    .productListItem {
        height: 240px;
    }

    .affix {

    }

    .affix.filterAffix {
        top: 0px;
        padding-bottom: 10px;
    }

    .affix + .productList {
        padding-top: 120px;
    }

    .selectDropDown {
        margin-top: 10px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .cc-message {
        font-size: 0.7em;
        line-height: 1.1em;
        margin: 5px 15px;
    }

    .cc-window.cc-floating {
        padding: 5px;
    }

    .cc-compliance {
        margin: 0px auto;
        padding: 0px;
    }
    .cc-btn {
        padding: 0px !important;
    }

    .cc-theme-classic .cc-btn:last-child {

    }

    .cc-compliance a {
        color: #000000 !important;
        background-color: #f9f9f9 !important;
        border: 2px solid #000000 !important;
        padding: 0px;
    }

    .cc-compliance a:hover {
        background-color: #f9f9f9;
        border: 2px solid #000000;
    }
}

.cc-compliance a:hover {
    background-color: #f9f9f9;
    border: 2px solid rgb(255, 177, 40);
}

.topMessage {
    text-align: center;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.topMessage .popover {
    color: #808080;
}

.topMessageClose {
    cursor: pointer;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

#addVoucher {
    cursor: pointer;
    border: 1px solid white;
    padding: 2px 5px;
    margin-left: 10px;
}